|
|
|
1 | 2024-10-30T13:27:55.552Z | job assigned to worker 01JBESQPSPAFSKVGPFFHFV8B80 (queued for 56 s) |
|
2 | 2024-10-30T13:28:03.264Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:03.274Z | ++ uname -s |
4 | 2024-10-30T13:28:03.277Z | + kern=SunOS |
5 | 2024-10-30T13:28:03.277Z | + case "$kern" in |
6 | 2024-10-30T13:28:03.277Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:03.277Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:03.280Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:05.290Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:05.410Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:05.414Z | + home_fs=zfs |
12 | 2024-10-30T13:28:05.414Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:05.414Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:05.416Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:07.416Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:07.419Z | process exited: duration 4158 ms, exit code 0 |
|
17 | 2024-10-30T13:28:07.424Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:07.430Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:07.430Z | ' stable |
20 | 2024-10-30T13:28:07.430Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-30T13:28:07.430Z | ' default |
22 | 2024-10-30T13:28:07.430Z | * toolchain channel = "stable" |
23 | 2024-10-30T13:28:07.430Z | * toolchain profile = "default" |
24 | 2024-10-30T13:28:07.432Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:07.433Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:07.552Z | info: downloading installer |
27 | 2024-10-30T13:28:08.964Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:08.964Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:08.967Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:09.164Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:09.164Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:10.033Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:10.363Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:11.577Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:13.502Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:20.380Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:20.629Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:21.486Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:21.883Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:23.669Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:25.614Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:31.856Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:32.206Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:32.206Z | |
45 | 2024-10-30T13:28:32.588Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:32.588Z | |
47 | 2024-10-30T13:28:32.590Z | |
48 | 2024-10-30T13:28:32.590Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:32.590Z | |
50 | 2024-10-30T13:28:32.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:32.590Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:32.590Z | |
53 | 2024-10-30T13:28:32.590Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:32.590Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:32.590Z | |
56 | 2024-10-30T13:28:32.590Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:32.590Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:32.591Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:32.676Z | + rustc --version |
60 | 2024-10-30T13:28:32.748Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:32.752Z | process exited: duration 25334 ms, exit code 0 |
|
62 | 2024-10-30T13:28:32.757Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:32.779Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-30T13:28:32.786Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:32.791Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:32.794Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:32.835Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:33.692Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:33.692Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:33.938Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:33.938Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:33.946Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:33.949Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:33.951Z | + current=main |
75 | 2024-10-30T13:28:33.951Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:33.951Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:33.955Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:33.964Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:33.966Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:33.974Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:33.976Z | process exited: duration 1189 ms, exit code 0 |
|
82 | 2024-10-30T13:28:33.982Z | starting task 4: "build" |
83 | 2024-10-30T13:28:33.987Z | + cargo --version |
84 | 2024-10-30T13:28:33.992Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-10-30T13:28:34.154Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-30T13:28:34.154Z | info: downloading component 'cargo' |
87 | 2024-10-30T13:28:35.015Z | info: downloading component 'clippy' |
88 | 2024-10-30T13:28:35.333Z | info: downloading component 'rust-docs' |
89 | 2024-10-30T13:28:36.521Z | info: downloading component 'rust-std' |
90 | 2024-10-30T13:28:38.374Z | info: downloading component 'rustc' |
91 | 2024-10-30T13:28:44.945Z | info: downloading component 'rustfmt' |
92 | 2024-10-30T13:28:45.196Z | info: installing component 'cargo' |
93 | 2024-10-30T13:28:46.056Z | info: installing component 'clippy' |
94 | 2024-10-30T13:28:46.448Z | info: installing component 'rust-docs' |
95 | 2024-10-30T13:28:48.117Z | info: installing component 'rust-std' |
96 | 2024-10-30T13:28:49.984Z | info: installing component 'rustc' |
97 | 2024-10-30T13:28:55.911Z | info: installing component 'rustfmt' |
98 | 2024-10-30T13:28:56.339Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-10-30T13:28:56.342Z | + rustc --version |
100 | 2024-10-30T13:28:56.415Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-10-30T13:28:56.420Z | + banner check |
102 | 2024-10-30T13:28:56.423Z | |
103 | 2024-10-30T13:28:56.423Z | #### # # ###### #### # # |
104 | 2024-10-30T13:28:56.423Z | # # # # # # # # # |
105 | 2024-10-30T13:28:56.428Z | # ###### ##### # #### |
106 | 2024-10-30T13:28:56.428Z | # # # # # # # |
107 | 2024-10-30T13:28:56.428Z | # # # # # # # # # |
108 | 2024-10-30T13:28:56.428Z | #### # # ###### #### # # |
109 | 2024-10-30T13:28:56.428Z | |
110 | 2024-10-30T13:28:56.428Z | + cargo fmt -- --check |
111 | 2024-10-30T13:28:57.087Z | + cargo clippy --all-targets -- --deny warnings |
112 | 2024-10-30T13:28:57.352Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
113 | 2024-10-30T13:28:57.595Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
114 | 2024-10-30T13:28:57.813Z | From https://www.github.com/oxidecomputer/oxnet |
115 | 2024-10-30T13:28:57.813Z | * [new branch] ci -> origin/ci |
116 | 2024-10-30T13:28:57.815Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
117 | 2024-10-30T13:28:57.815Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
118 | 2024-10-30T13:28:57.815Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
119 | 2024-10-30T13:28:57.815Z | * [new branch] main -> origin/main |
120 | 2024-10-30T13:28:57.815Z | * [new ref] -> origin/HEAD |
121 | 2024-10-30T13:28:57.826Z | Updating crates.io index |
122 | 2024-10-30T13:28:57.828Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-10-30T13:28:58.667Z | From https://github.com/oxidecomputer/falcon |
124 | 2024-10-30T13:28:58.667Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
125 | 2024-10-30T13:28:58.834Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
126 | 2024-10-30T13:29:00.033Z | From https://github.com/oxidecomputer/dendrite |
127 | 2024-10-30T13:29:00.033Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
128 | 2024-10-30T13:29:00.078Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
129 | 2024-10-30T13:29:00.447Z | From https://github.com/oxidecomputer/ispf |
130 | 2024-10-30T13:29:00.448Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
131 | 2024-10-30T13:29:00.470Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
132 | 2024-10-30T13:29:00.944Z | From https://github.com/oxidecomputer/netadm-sys |
133 | 2024-10-30T13:29:00.944Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
134 | 2024-10-30T13:29:00.956Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
135 | 2024-10-30T13:29:06.060Z | From https://github.com/oxidecomputer/omicron |
136 | 2024-10-30T13:29:06.060Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
137 | 2024-10-30T13:29:06.110Z | * [new tag] dogfood -> dogfood |
138 | 2024-10-30T13:29:06.117Z | * [new tag] v5 -> v5 |
139 | 2024-10-30T13:29:06.117Z | * [new tag] v6 -> v6 |
140 | 2024-10-30T13:29:06.117Z | * [new tag] v7 -> v7 |
141 | 2024-10-30T13:29:06.117Z | * [new tag] v8 -> v8 |
142 | 2024-10-30T13:29:06.117Z | * [new tag] v9 -> v9 |
143 | 2024-10-30T13:29:06.490Z | Updating git repository `https://github.com/oxidecomputer/opte` |
144 | 2024-10-30T13:29:07.479Z | From https://github.com/oxidecomputer/opte |
145 | 2024-10-30T13:29:07.479Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
146 | 2024-10-30T13:29:07.524Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
147 | 2024-10-30T13:29:08.118Z | From https://github.com/oxidecomputer/omicron |
148 | 2024-10-30T13:29:08.119Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
149 | 2024-10-30T13:29:08.529Z | Updating git repository `https://github.com/illumos/smf-rs` |
150 | 2024-10-30T13:29:08.961Z | From https://github.com/illumos/smf-rs |
151 | 2024-10-30T13:29:08.961Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
152 | 2024-10-30T13:29:09.008Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
153 | 2024-10-30T13:29:09.821Z | From https://github.com/oxidecomputer/maghemite |
154 | 2024-10-30T13:29:09.822Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
155 | 2024-10-30T13:29:09.840Z | * [new tag] rift -> rift |
156 | 2024-10-30T13:29:09.843Z | * [new tag] srp -> srp |
157 | 2024-10-30T13:29:09.843Z | * [new tag] tie-spf -> tie-spf |
158 | 2024-10-30T13:29:09.885Z | Updating git repository `https://github.com/oxidecomputer/zone` |
159 | 2024-10-30T13:29:10.319Z | From https://github.com/oxidecomputer/zone |
160 | 2024-10-30T13:29:10.319Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
161 | 2024-10-30T13:29:10.374Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
162 | 2024-10-30T13:29:11.151Z | From https://github.com/oxidecomputer/propolis |
163 | 2024-10-30T13:29:11.151Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
164 | 2024-10-30T13:29:11.631Z | Updating git repository `https://github.com/illumos/smf-rs` |
165 | 2024-10-30T13:29:12.022Z | From https://github.com/illumos/smf-rs |
166 | 2024-10-30T13:29:12.022Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
167 | 2024-10-30T13:29:12.047Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
168 | 2024-10-30T13:29:12.459Z | From https://github.com/oxidecomputer/dlpi-sys |
169 | 2024-10-30T13:29:12.459Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
170 | 2024-10-30T13:29:12.489Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
171 | 2024-10-30T13:29:12.928Z | From https://github.com/jmesmon/rust-libzfs |
172 | 2024-10-30T13:29:12.928Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
173 | 2024-10-30T13:29:12.946Z | * [new tag] v0.4.0 -> v0.4.0 |
174 | 2024-10-30T13:29:12.962Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
175 | 2024-10-30T13:29:13.322Z | From https://github.com/oxidecomputer/rusty-doors |
176 | 2024-10-30T13:29:13.323Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
177 | 2024-10-30T13:29:13.361Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
178 | 2024-10-30T13:29:13.904Z | From https://github.com/oxidecomputer/maghemite |
179 | 2024-10-30T13:29:13.904Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
180 | 2024-10-30T13:29:14.057Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
181 | 2024-10-30T13:29:14.424Z | From https://github.com/oxidecomputer/serde_human_bytes |
182 | 2024-10-30T13:29:14.424Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
183 | 2024-10-30T13:29:14.444Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
184 | 2024-10-30T13:29:14.844Z | From https://github.com/oxidecomputer/slog-error-chain |
185 | 2024-10-30T13:29:14.844Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
186 | 2024-10-30T13:29:14.870Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
187 | 2024-10-30T13:29:15.252Z | From https://github.com/oxidecomputer/poptrie |
188 | 2024-10-30T13:29:15.252Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
189 | 2024-10-30T13:29:15.266Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
190 | 2024-10-30T13:29:15.628Z | From https://github.com/illumos/libscf-sys |
191 | 2024-10-30T13:29:15.628Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
192 | 2024-10-30T13:29:15.821Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
193 | 2024-10-30T13:29:16.704Z | From https://github.com/oxidecomputer/progenitor |
194 | 2024-10-30T13:29:16.704Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
195 | 2024-10-30T13:29:16.725Z | * [new tag] v0.1.1 -> v0.1.1 |
196 | 2024-10-30T13:29:16.728Z | * [new tag] v0.2.0 -> v0.2.0 |
197 | 2024-10-30T13:29:16.728Z | * [new tag] v0.3.0 -> v0.3.0 |
198 | 2024-10-30T13:29:16.728Z | * [new tag] v0.4.0 -> v0.4.0 |
199 | 2024-10-30T13:29:16.728Z | * [new tag] v0.5.0 -> v0.5.0 |
200 | 2024-10-30T13:29:16.728Z | * [new tag] v0.6.0 -> v0.6.0 |
201 | 2024-10-30T13:29:16.728Z | * [new tag] v0.7.0 -> v0.7.0 |
202 | 2024-10-30T13:29:16.847Z | Updating git repository `https://github.com/oxidecomputer/typify` |
203 | 2024-10-30T13:29:17.677Z | From https://github.com/oxidecomputer/typify |
204 | 2024-10-30T13:29:17.678Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
205 | 2024-10-30T13:29:17.678Z | * [new tag] v0.2.0 -> v0.2.0 |
206 | 2024-10-30T13:29:17.699Z | * [new tag] v0.0.10 -> v0.0.10 |
207 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.11 -> v0.0.11 |
208 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.12 -> v0.0.12 |
209 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.13 -> v0.0.13 |
210 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.14 -> v0.0.14 |
211 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.15 -> v0.0.15 |
212 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.16 -> v0.0.16 |
213 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.4 -> v0.0.4 |
214 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.5 -> v0.0.5 |
215 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.7 -> v0.0.7 |
216 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.8 -> v0.0.8 |
217 | 2024-10-30T13:29:17.702Z | * [new tag] v0.0.9 -> v0.0.9 |
218 | 2024-10-30T13:29:17.702Z | * [new tag] v0.1.0 -> v0.1.0 |
219 | 2024-10-30T13:29:17.932Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
220 | 2024-10-30T13:29:18.394Z | From https://github.com/oxidecomputer/propolis |
221 | 2024-10-30T13:29:18.394Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
222 | 2024-10-30T13:29:18.495Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
223 | 2024-10-30T13:29:20.387Z | From https://github.com/oxidecomputer/crucible |
224 | 2024-10-30T13:29:20.388Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
225 | 2024-10-30T13:29:20.460Z | Updating git repository `https://github.com/oxidecomputer/opte` |
226 | 2024-10-30T13:29:20.928Z | From https://github.com/oxidecomputer/opte |
227 | 2024-10-30T13:29:20.928Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
228 | 2024-10-30T13:29:20.991Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
229 | 2024-10-30T13:29:21.618Z | From https://github.com/oxidecomputer/management-gateway-service |
230 | 2024-10-30T13:29:21.618Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
231 | 2024-10-30T13:29:22.480Z | Downloading crates ... |
232 | 2024-10-30T13:29:22.566Z | Downloaded anstream v0.6.15 |
233 | 2024-10-30T13:29:22.570Z | Downloaded argon2 v0.5.3 |
234 | 2024-10-30T13:29:22.570Z | Downloaded ahash v0.8.11 |
235 | 2024-10-30T13:29:22.573Z | Downloaded fixedbitset v0.4.2 |
236 | 2024-10-30T13:29:22.576Z | Downloaded crunchy v0.2.2 |
237 | 2024-10-30T13:29:22.576Z | Downloaded ciborium-io v0.2.2 |
238 | 2024-10-30T13:29:22.576Z | Downloaded anstyle-query v1.1.1 |
239 | 2024-10-30T13:29:22.582Z | Downloaded foreign-types-shared v0.1.1 |
240 | 2024-10-30T13:29:22.584Z | Downloaded foreign-types v0.3.2 |
241 | 2024-10-30T13:29:22.585Z | Downloaded convert_case v0.4.0 |
242 | 2024-10-30T13:29:22.588Z | Downloaded crc8 v0.1.1 |
243 | 2024-10-30T13:29:22.590Z | Downloaded percent-encoding v2.3.1 |
244 | 2024-10-30T13:29:22.593Z | Downloaded pin-project-lite v0.2.14 |
245 | 2024-10-30T13:29:22.599Z | Downloaded pest_generator v2.7.13 |
246 | 2024-10-30T13:29:22.602Z | Downloaded either v1.13.0 |
247 | 2024-10-30T13:29:22.604Z | Downloaded data-encoding v2.6.0 |
248 | 2024-10-30T13:29:22.607Z | Downloaded pretty-hex v0.4.1 |
249 | 2024-10-30T13:29:22.607Z | Downloaded futures-io v0.3.31 |
250 | 2024-10-30T13:29:22.611Z | Downloaded darling v0.20.10 |
251 | 2024-10-30T13:29:22.613Z | Downloaded console v0.15.8 |
252 | 2024-10-30T13:29:22.617Z | Downloaded semver v1.0.23 |
253 | 2024-10-30T13:29:22.619Z | Downloaded quick-error v1.2.3 |
254 | 2024-10-30T13:29:22.622Z | Downloaded pkg-config v0.3.31 |
255 | 2024-10-30T13:29:22.624Z | Downloaded serde_spanned v0.6.7 |
256 | 2024-10-30T13:29:22.627Z | Downloaded getrandom v0.2.15 |
257 | 2024-10-30T13:29:22.629Z | Downloaded progenitor v0.8.0 |
258 | 2024-10-30T13:29:22.632Z | Downloaded ppv-lite86 v0.2.20 |
259 | 2024-10-30T13:29:22.635Z | Downloaded rustls-pemfile v2.1.3 |
260 | 2024-10-30T13:29:22.637Z | Downloaded powerfmt v0.2.0 |
261 | 2024-10-30T13:29:22.640Z | Downloaded async-stream-impl v0.3.5 |
262 | 2024-10-30T13:29:22.640Z | Downloaded humantime v2.1.0 |
263 | 2024-10-30T13:29:22.642Z | Downloaded semver v0.1.20 |
264 | 2024-10-30T13:29:22.645Z | Downloaded rustc_version v0.1.7 |
265 | 2024-10-30T13:29:22.645Z | Downloaded async-stream v0.3.5 |
266 | 2024-10-30T13:29:22.648Z | Downloaded rhai_codegen v2.2.0 |
267 | 2024-10-30T13:29:22.658Z | Downloaded lru-cache v0.1.2 |
268 | 2024-10-30T13:29:22.661Z | Downloaded anyhow v1.0.89 |
269 | 2024-10-30T13:29:22.664Z | Downloaded parse-display-derive v0.10.0 |
270 | 2024-10-30T13:29:22.666Z | Downloaded anstyle-parse v0.2.5 |
271 | 2024-10-30T13:29:22.669Z | Downloaded indexmap v1.9.3 |
272 | 2024-10-30T13:29:22.672Z | Downloaded parking_lot_core v0.8.6 |
273 | 2024-10-30T13:29:22.675Z | Downloaded thread-id v4.2.2 |
274 | 2024-10-30T13:29:22.678Z | Downloaded aho-corasick v1.1.3 |
275 | 2024-10-30T13:29:22.685Z | Downloaded tokio-rustls v0.25.0 |
276 | 2024-10-30T13:29:22.687Z | Downloaded pretty-hex v0.2.1 |
277 | 2024-10-30T13:29:22.690Z | Downloaded autocfg v1.3.0 |
278 | 2024-10-30T13:29:22.692Z | Downloaded strum_macros v0.26.4 |
279 | 2024-10-30T13:29:22.695Z | Downloaded slog v2.7.0 |
280 | 2024-10-30T13:29:22.698Z | Downloaded progenitor-client v0.8.0 |
281 | 2024-10-30T13:29:22.700Z | Downloaded const-random v0.1.18 |
282 | 2024-10-30T13:29:22.703Z | Downloaded similar v2.6.0 |
283 | 2024-10-30T13:29:22.707Z | Downloaded zone_cfg_derive v0.3.0 |
284 | 2024-10-30T13:29:22.709Z | Downloaded typenum v1.17.0 |
285 | 2024-10-30T13:29:22.712Z | Downloaded paste v1.0.15 |
286 | 2024-10-30T13:29:22.716Z | Downloaded tracing-core v0.1.32 |
287 | 2024-10-30T13:29:22.719Z | Downloaded cstr-argument v0.1.2 |
288 | 2024-10-30T13:29:22.721Z | Downloaded const-random-macro v0.1.16 |
289 | 2024-10-30T13:29:22.723Z | Downloaded atomicwrites v0.4.4 |
290 | 2024-10-30T13:29:22.724Z | Downloaded omicron-workspace-hack v0.1.0 |
291 | 2024-10-30T13:29:22.726Z | Downloaded try-lock v0.2.5 |
292 | 2024-10-30T13:29:22.728Z | Downloaded foreign-types-shared v0.3.1 |
293 | 2024-10-30T13:29:22.728Z | Downloaded crucible-workspace-hack v0.1.0 |
294 | 2024-10-30T13:29:22.728Z | Downloaded colorchoice v1.0.2 |
295 | 2024-10-30T13:29:22.730Z | Downloaded is_terminal_polyfill v1.70.1 |
296 | 2024-10-30T13:29:22.732Z | Downloaded serde_yaml v0.9.34+deprecated |
297 | 2024-10-30T13:29:22.735Z | Downloaded num_threads v0.1.7 |
298 | 2024-10-30T13:29:22.737Z | Downloaded scopeguard v1.2.0 |
299 | 2024-10-30T13:29:22.739Z | Downloaded quinn-udp v0.5.5 |
300 | 2024-10-30T13:29:22.742Z | Downloaded rand_chacha v0.3.1 |
301 | 2024-10-30T13:29:22.744Z | Downloaded fnv v1.0.7 |
302 | 2024-10-30T13:29:22.744Z | Downloaded clap_lex v0.7.2 |
303 | 2024-10-30T13:29:22.747Z | Downloaded rustc-hash v2.0.0 |
304 | 2024-10-30T13:29:22.749Z | Downloaded rustversion v1.0.17 |
305 | 2024-10-30T13:29:22.751Z | Downloaded serde_repr v0.1.19 |
306 | 2024-10-30T13:29:22.754Z | Downloaded serde-big-array v0.5.1 |
307 | 2024-10-30T13:29:22.756Z | Downloaded resolv-conf v0.7.0 |
308 | 2024-10-30T13:29:22.758Z | Downloaded rustls-pemfile v1.0.4 |
309 | 2024-10-30T13:29:22.760Z | Downloaded backoff v0.4.0 |
310 | 2024-10-30T13:29:22.763Z | Downloaded digest v0.10.7 |
311 | 2024-10-30T13:29:22.766Z | Downloaded byteorder v1.5.0 |
312 | 2024-10-30T13:29:22.768Z | Downloaded form_urlencoded v1.2.1 |
313 | 2024-10-30T13:29:22.770Z | Downloaded sha1 v0.10.6 |
314 | 2024-10-30T13:29:22.773Z | Downloaded slab v0.4.9 |
315 | 2024-10-30T13:29:22.775Z | Downloaded newtype_derive v0.1.6 |
316 | 2024-10-30T13:29:22.779Z | Downloaded thread_local v1.1.8 |
317 | 2024-10-30T13:29:22.779Z | Downloaded num_enum_derive v0.5.11 |
318 | 2024-10-30T13:29:22.781Z | Downloaded pest_derive v2.7.13 |
319 | 2024-10-30T13:29:22.784Z | Downloaded strsim v0.11.1 |
320 | 2024-10-30T13:29:22.786Z | Downloaded num_enum_derive v0.7.3 |
321 | 2024-10-30T13:29:22.786Z | Downloaded num_enum v0.7.3 |
322 | 2024-10-30T13:29:22.792Z | Downloaded openssl-probe v0.1.5 |
323 | 2024-10-30T13:29:22.795Z | Downloaded cancel-safe-futures v0.1.5 |
324 | 2024-10-30T13:29:22.798Z | Downloaded num v0.4.3 |
325 | 2024-10-30T13:29:22.800Z | Downloaded camino v1.1.9 |
326 | 2024-10-30T13:29:22.802Z | Downloaded linear-map v1.2.0 |
327 | 2024-10-30T13:29:22.805Z | Downloaded hyper-tls v0.5.0 |
328 | 2024-10-30T13:29:22.807Z | Downloaded rustc_version v0.4.1 |
329 | 2024-10-30T13:29:22.809Z | Downloaded newline-converter v0.3.0 |
330 | 2024-10-30T13:29:22.809Z | Downloaded fxhash v0.2.1 |
331 | 2024-10-30T13:29:22.812Z | Downloaded usdt-macro v0.5.0 |
332 | 2024-10-30T13:29:22.812Z | Downloaded usdt-attr-macro v0.5.0 |
333 | 2024-10-30T13:29:22.814Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2024-10-30T13:29:22.814Z | Downloaded smf v0.2.3 |
335 | 2024-10-30T13:29:22.817Z | Downloaded slog-json v2.6.1 |
336 | 2024-10-30T13:29:22.819Z | Downloaded slog-scope v4.4.0 |
337 | 2024-10-30T13:29:22.822Z | Downloaded block-buffer v0.10.4 |
338 | 2024-10-30T13:29:22.822Z | Downloaded futures-channel v0.3.31 |
339 | 2024-10-30T13:29:22.824Z | Downloaded typify v0.2.0 |
340 | 2024-10-30T13:29:22.827Z | Downloaded subtle v2.6.1 |
341 | 2024-10-30T13:29:22.830Z | Downloaded tracing-attributes v0.1.27 |
342 | 2024-10-30T13:29:22.832Z | Downloaded tokio-rustls v0.26.0 |
343 | 2024-10-30T13:29:22.834Z | Downloaded lazy_static v1.5.0 |
344 | 2024-10-30T13:29:22.837Z | Downloaded is-terminal v0.4.13 |
345 | 2024-10-30T13:29:22.839Z | Downloaded parking_lot v0.12.3 |
346 | 2024-10-30T13:29:22.842Z | Downloaded sync_wrapper v1.0.1 |
347 | 2024-10-30T13:29:22.842Z | Downloaded crossbeam-utils v0.8.20 |
348 | 2024-10-30T13:29:22.845Z | Downloaded cookie v0.18.1 |
349 | 2024-10-30T13:29:22.848Z | Downloaded tower-service v0.3.3 |
350 | 2024-10-30T13:29:22.851Z | Downloaded instant v0.1.13 |
351 | 2024-10-30T13:29:22.853Z | Downloaded ident_case v1.0.1 |
352 | 2024-10-30T13:29:22.853Z | Downloaded base64 v0.22.1 |
353 | 2024-10-30T13:29:22.857Z | Downloaded tiny-keccak v2.0.2 |
354 | 2024-10-30T13:29:22.859Z | Downloaded newtype-uuid v1.1.2 |
355 | 2024-10-30T13:29:22.862Z | Downloaded progenitor-impl v0.8.0 |
356 | 2024-10-30T13:29:22.866Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-10-30T13:29:22.868Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-10-30T13:29:22.870Z | Downloaded smallvec v1.13.2 |
359 | 2024-10-30T13:29:22.873Z | Downloaded slog-term v2.9.1 |
360 | 2024-10-30T13:29:22.875Z | Downloaded utf8parse v0.2.2 |
361 | 2024-10-30T13:29:22.877Z | Downloaded num-conv v0.1.0 |
362 | 2024-10-30T13:29:22.877Z | Downloaded httpdate v1.0.3 |
363 | 2024-10-30T13:29:22.880Z | Downloaded zerocopy v0.6.6 |
364 | 2024-10-30T13:29:22.883Z | Downloaded ryu v1.0.18 |
365 | 2024-10-30T13:29:22.887Z | Downloaded ipnetwork v0.20.0 |
366 | 2024-10-30T13:29:22.892Z | Downloaded serde_with_macros v3.11.0 |
367 | 2024-10-30T13:29:22.892Z | Downloaded generic-array v0.14.7 |
368 | 2024-10-30T13:29:22.895Z | Downloaded hex v0.4.3 |
369 | 2024-10-30T13:29:22.895Z | Downloaded time-core v0.1.2 |
370 | 2024-10-30T13:29:22.895Z | Downloaded toml_datetime v0.6.8 |
371 | 2024-10-30T13:29:22.895Z | Downloaded take_mut v0.2.2 |
372 | 2024-10-30T13:29:22.897Z | Downloaded darling_core v0.20.10 |
373 | 2024-10-30T13:29:22.901Z | Downloaded http-body v1.0.1 |
374 | 2024-10-30T13:29:22.903Z | Downloaded crossbeam-epoch v0.9.18 |
375 | 2024-10-30T13:29:22.906Z | Downloaded heck v0.4.1 |
376 | 2024-10-30T13:29:22.908Z | Downloaded strum_macros v0.25.3 |
377 | 2024-10-30T13:29:22.911Z | Downloaded usdt v0.5.0 |
378 | 2024-10-30T13:29:22.911Z | Downloaded hyper-tls v0.6.0 |
379 | 2024-10-30T13:29:22.914Z | Downloaded stable_deref_trait v1.2.0 |
380 | 2024-10-30T13:29:22.914Z | Downloaded want v0.3.1 |
381 | 2024-10-30T13:29:22.916Z | Downloaded tokio-native-tls v0.3.1 |
382 | 2024-10-30T13:29:22.916Z | Downloaded httparse v1.9.4 |
383 | 2024-10-30T13:29:22.919Z | Downloaded half v2.4.1 |
384 | 2024-10-30T13:29:22.922Z | Downloaded linked-hash-map v0.5.6 |
385 | 2024-10-30T13:29:22.924Z | Downloaded unicode-ident v1.0.13 |
386 | 2024-10-30T13:29:22.927Z | Downloaded owo-colors v4.1.0 |
387 | 2024-10-30T13:29:22.930Z | Downloaded cc v1.1.21 |
388 | 2024-10-30T13:29:22.934Z | Downloaded slog-envlogger v2.2.0 |
389 | 2024-10-30T13:29:22.936Z | Downloaded http-body-util v0.1.2 |
390 | 2024-10-30T13:29:22.938Z | Downloaded waitgroup v0.1.2 |
391 | 2024-10-30T13:29:22.939Z | Downloaded structmeta-derive v0.3.0 |
392 | 2024-10-30T13:29:22.941Z | Downloaded hostname v0.3.1 |
393 | 2024-10-30T13:29:22.944Z | Downloaded spin v0.9.8 |
394 | 2024-10-30T13:29:22.946Z | Downloaded untrusted v0.9.0 |
395 | 2024-10-30T13:29:22.946Z | Downloaded terminal_size v0.3.0 |
396 | 2024-10-30T13:29:22.949Z | Downloaded tabwriter v1.4.0 |
397 | 2024-10-30T13:29:22.951Z | Downloaded tokio-macros v2.4.0 |
398 | 2024-10-30T13:29:22.951Z | Downloaded futures-task v0.3.31 |
399 | 2024-10-30T13:29:22.954Z | Downloaded time-macros v0.2.18 |
400 | 2024-10-30T13:29:22.956Z | Downloaded version_check v0.9.5 |
401 | 2024-10-30T13:29:22.956Z | Downloaded smartstring v1.0.1 |
402 | 2024-10-30T13:29:22.959Z | Downloaded hyper-rustls v0.24.2 |
403 | 2024-10-30T13:29:22.961Z | Downloaded native-tls v0.2.12 |
404 | 2024-10-30T13:29:22.964Z | Downloaded log v0.4.22 |
405 | 2024-10-30T13:29:22.967Z | Downloaded tokio-stream v0.1.16 |
406 | 2024-10-30T13:29:22.972Z | Downloaded num-iter v0.1.45 |
407 | 2024-10-30T13:29:22.974Z | Downloaded num-integer v0.1.46 |
408 | 2024-10-30T13:29:22.977Z | Downloaded num-complex v0.4.6 |
409 | 2024-10-30T13:29:22.979Z | Downloaded multer v3.1.0 |
410 | 2024-10-30T13:29:22.981Z | Downloaded slog-dtrace v0.3.0 |
411 | 2024-10-30T13:29:22.984Z | Downloaded highway v1.2.0 |
412 | 2024-10-30T13:29:22.984Z | Downloaded tokio-rustls v0.24.1 |
413 | 2024-10-30T13:29:22.987Z | Downloaded qorb v0.1.2 |
414 | 2024-10-30T13:29:22.991Z | Downloaded term v0.7.0 |
415 | 2024-10-30T13:29:22.995Z | Downloaded static_assertions v1.1.0 |
416 | 2024-10-30T13:29:22.997Z | Downloaded toml v0.8.19 |
417 | 2024-10-30T13:29:23.001Z | Downloaded num-rational v0.4.2 |
418 | 2024-10-30T13:29:23.003Z | Downloaded thiserror v1.0.64 |
419 | 2024-10-30T13:29:23.008Z | Downloaded serde v1.0.210 |
420 | 2024-10-30T13:29:23.012Z | Downloaded memchr v2.7.4 |
421 | 2024-10-30T13:29:23.018Z | Downloaded http v1.1.0 |
422 | 2024-10-30T13:29:23.022Z | Downloaded mime v0.3.17 |
423 | 2024-10-30T13:29:23.025Z | Downloaded whoami v1.5.2 |
424 | 2024-10-30T13:29:23.028Z | Downloaded pretty_assertions v1.4.1 |
425 | 2024-10-30T13:29:23.031Z | Downloaded tinyvec v1.8.0 |
426 | 2024-10-30T13:29:23.033Z | Downloaded ipnet v2.10.0 |
427 | 2024-10-30T13:29:23.036Z | Downloaded hyper-util v0.1.9 |
428 | 2024-10-30T13:29:23.039Z | Downloaded socket2 v0.5.7 |
429 | 2024-10-30T13:29:23.041Z | Downloaded crossbeam-channel v0.5.13 |
430 | 2024-10-30T13:29:23.046Z | Downloaded ucd-trie v0.1.6 |
431 | 2024-10-30T13:29:23.050Z | Downloaded thin-vec v0.2.13 |
432 | 2024-10-30T13:29:23.052Z | Downloaded expectorate v1.1.0 |
433 | 2024-10-30T13:29:23.055Z | Downloaded uuid v1.10.0 |
434 | 2024-10-30T13:29:23.057Z | Downloaded unicode-bidi v0.3.15 |
435 | 2024-10-30T13:29:23.060Z | Downloaded slog-bunyan v2.5.0 |
436 | 2024-10-30T13:29:23.062Z | Downloaded indexmap v2.6.0 |
437 | 2024-10-30T13:29:23.065Z | Downloaded num-traits v0.2.19 |
438 | 2024-10-30T13:29:23.069Z | Downloaded structmeta v0.3.0 |
439 | 2024-10-30T13:29:23.071Z | Downloaded lock_api v0.4.12 |
440 | 2024-10-30T13:29:23.074Z | Downloaded openssl-sys v0.9.103 |
441 | 2024-10-30T13:29:23.077Z | Downloaded hickory-resolver v0.24.1 |
442 | 2024-10-30T13:29:23.082Z | Downloaded quinn v0.11.5 |
443 | 2024-10-30T13:29:23.086Z | Downloaded toml_edit v0.22.21 |
444 | 2024-10-30T13:29:23.110Z | Downloaded unsafe-libyaml v0.2.11 |
445 | 2024-10-30T13:29:23.114Z | Downloaded pest v2.7.13 |
446 | 2024-10-30T13:29:23.119Z | Downloaded url v2.5.2 |
447 | 2024-10-30T13:29:23.122Z | Downloaded yansi v1.0.1 |
448 | 2024-10-30T13:29:23.125Z | Downloaded tracing v0.1.40 |
449 | 2024-10-30T13:29:23.130Z | Downloaded unicode-normalization v0.1.24 |
450 | 2024-10-30T13:29:23.134Z | Downloaded mio v1.0.2 |
451 | 2024-10-30T13:29:23.140Z | Downloaded itertools v0.10.5 |
452 | 2024-10-30T13:29:23.147Z | Downloaded itertools v0.12.1 |
453 | 2024-10-30T13:29:23.155Z | Downloaded heapless v0.8.0 |
454 | 2024-10-30T13:29:23.159Z | Downloaded zerocopy v0.7.35 |
455 | 2024-10-30T13:29:23.177Z | Downloaded hashbrown v0.14.5 |
456 | 2024-10-30T13:29:23.182Z | Downloaded nom v7.1.3 |
457 | 2024-10-30T13:29:23.188Z | Downloaded rustls-webpki v0.102.8 |
458 | 2024-10-30T13:29:23.208Z | Downloaded futures-util v0.3.31 |
459 | 2024-10-30T13:29:23.221Z | Downloaded hyper v1.4.1 |
460 | 2024-10-30T13:29:23.229Z | Downloaded goblin v0.8.2 |
461 | 2024-10-30T13:29:23.236Z | Downloaded reqwest v0.11.27 |
462 | 2024-10-30T13:29:23.244Z | Downloaded hyper v0.14.30 |
463 | 2024-10-30T13:29:23.253Z | Downloaded syn v1.0.109 |
464 | 2024-10-30T13:29:23.265Z | Downloaded itertools v0.13.0 |
465 | 2024-10-30T13:29:23.272Z | Downloaded syn v2.0.77 |
466 | 2024-10-30T13:29:23.283Z | Downloaded idna v0.5.0 |
467 | 2024-10-30T13:29:23.290Z | Downloaded idna v0.4.0 |
468 | 2024-10-30T13:29:23.297Z | Downloaded h2 v0.4.6 |
469 | 2024-10-30T13:29:23.304Z | Downloaded hickory-proto v0.24.1 |
470 | 2024-10-30T13:29:23.321Z | Downloaded winnow v0.5.40 |
471 | 2024-10-30T13:29:23.330Z | Downloaded openapiv3 v2.0.0 |
472 | 2024-10-30T13:29:23.341Z | Downloaded regex v1.11.1 |
473 | 2024-10-30T13:29:23.355Z | Downloaded h2 v0.3.26 |
474 | 2024-10-30T13:29:23.361Z | Downloaded unicode-width v0.1.14 |
475 | 2024-10-30T13:29:23.369Z | Downloaded rustls-webpki v0.101.7 |
476 | 2024-10-30T13:29:23.383Z | Downloaded dropshot v0.12.0 |
477 | 2024-10-30T13:29:23.404Z | Downloaded rustls v0.21.12 |
478 | 2024-10-30T13:29:23.414Z | Downloaded webpki-roots v0.25.4 |
479 | 2024-10-30T13:29:23.418Z | Downloaded regress v0.9.1 |
480 | 2024-10-30T13:29:23.427Z | Downloaded vcpkg v0.2.15 |
481 | 2024-10-30T13:29:23.466Z | Downloaded openssl v0.10.66 |
482 | 2024-10-30T13:29:23.475Z | Downloaded rustls v0.23.13 |
483 | 2024-10-30T13:29:23.487Z | Downloaded webpki-roots v0.26.6 |
484 | 2024-10-30T13:29:23.490Z | Downloaded winnow v0.6.18 |
485 | 2024-10-30T13:29:23.500Z | Downloaded rhai v1.19.0 |
486 | 2024-10-30T13:29:23.513Z | Downloaded smoltcp v0.11.0 |
487 | 2024-10-30T13:29:23.525Z | Downloaded regex-syntax v0.8.5 |
488 | 2024-10-30T13:29:23.533Z | Downloaded rustls v0.22.4 |
489 | 2024-10-30T13:29:23.547Z | Downloaded rustix v0.38.37 |
490 | 2024-10-30T13:29:23.569Z | Downloaded regress v0.10.1 |
491 | 2024-10-30T13:29:23.578Z | Downloaded quinn-proto v0.11.8 |
492 | 2024-10-30T13:29:23.584Z | Downloaded tokio-util v0.7.12 |
493 | 2024-10-30T13:29:23.591Z | Downloaded serde_with v3.11.0 |
494 | 2024-10-30T13:29:23.600Z | Downloaded serde_json v1.0.128 |
495 | 2024-10-30T13:29:23.607Z | Downloaded typify-impl v0.2.0 |
496 | 2024-10-30T13:29:23.621Z | Downloaded chrono v0.4.38 |
497 | 2024-10-30T13:29:23.629Z | Downloaded tokio v1.40.0 |
498 | 2024-10-30T13:29:23.665Z | Downloaded sled v0.34.7 |
499 | 2024-10-30T13:29:23.675Z | Downloaded steno v0.4.1 |
500 | 2024-10-30T13:29:23.679Z | Downloaded time v0.3.36 |
501 | 2024-10-30T13:29:23.686Z | Downloaded hashbrown v0.15.0 |
502 | 2024-10-30T13:29:23.692Z | Downloaded zerocopy-derive v0.6.6 |
503 | 2024-10-30T13:29:23.701Z | Downloaded regex-automata v0.4.8 |
504 | 2024-10-30T13:29:23.717Z | Downloaded hashbrown v0.12.3 |
505 | 2024-10-30T13:29:23.721Z | Downloaded minimal-lexical v0.2.1 |
506 | 2024-10-30T13:29:23.725Z | Downloaded toml_edit v0.19.15 |
507 | 2024-10-30T13:29:23.741Z | Downloaded reqwest v0.12.8 |
508 | 2024-10-30T13:29:23.749Z | Downloaded petgraph v0.6.5 |
509 | 2024-10-30T13:29:23.766Z | Downloaded unicode-segmentation v1.12.0 |
510 | 2024-10-30T13:29:23.769Z | Downloaded libm v0.2.8 |
511 | 2024-10-30T13:29:23.777Z | Downloaded num-derive v0.4.2 |
512 | 2024-10-30T13:29:23.779Z | Downloaded num-derive v0.3.3 |
513 | 2024-10-30T13:29:23.782Z | Downloaded libc v0.2.161 |
514 | 2024-10-30T13:29:23.808Z | Downloaded memmap v0.7.0 |
515 | 2024-10-30T13:29:23.810Z | Downloaded hubpack v0.1.2 |
516 | 2024-10-30T13:29:23.810Z | Downloaded zeroize v1.8.1 |
517 | 2024-10-30T13:29:23.812Z | Downloaded hyper-rustls v0.27.3 |
518 | 2024-10-30T13:29:23.815Z | Downloaded tempfile v3.12.0 |
519 | 2024-10-30T13:29:23.817Z | Downloaded once_cell v1.20.2 |
520 | 2024-10-30T13:29:23.819Z | Downloaded swrite v0.1.0 |
521 | 2024-10-30T13:29:23.819Z | Downloaded strum v0.26.3 |
522 | 2024-10-30T13:29:23.822Z | Downloaded futures-sink v0.3.31 |
523 | 2024-10-30T13:29:23.822Z | Downloaded managed v0.8.0 |
524 | 2024-10-30T13:29:23.824Z | Downloaded derive_more v0.99.18 |
525 | 2024-10-30T13:29:23.827Z | Downloaded clap_derive v4.5.18 |
526 | 2024-10-30T13:29:23.829Z | Downloaded bitflags v2.6.0 |
527 | 2024-10-30T13:29:23.833Z | Downloaded derive-where v1.2.7 |
528 | 2024-10-30T13:29:23.837Z | Downloaded sha2 v0.10.8 |
529 | 2024-10-30T13:29:23.839Z | Downloaded serde_derive_internals v0.29.1 |
530 | 2024-10-30T13:29:23.842Z | Downloaded sct v0.7.1 |
531 | 2024-10-30T13:29:23.844Z | Downloaded rustls-pki-types v1.8.0 |
532 | 2024-10-30T13:29:23.847Z | Downloaded sync_wrapper v0.1.2 |
533 | 2024-10-30T13:29:23.849Z | Downloaded tinyvec_macros v0.1.1 |
534 | 2024-10-30T13:29:23.849Z | Downloaded slog-stdlog v4.1.1 |
535 | 2024-10-30T13:29:23.852Z | Downloaded libscf-sys v1.1.0 |
536 | 2024-10-30T13:29:23.852Z | Downloaded encoding_rs v0.8.34 |
537 | 2024-10-30T13:29:23.870Z | Downloaded heck v0.5.0 |
538 | 2024-10-30T13:29:23.873Z | Downloaded postcard v1.0.10 |
539 | 2024-10-30T13:29:23.875Z | Downloaded hostname v0.4.0 |
540 | 2024-10-30T13:29:23.875Z | Downloaded zone v0.3.0 |
541 | 2024-10-30T13:29:23.884Z | Downloaded typify-macro v0.2.0 |
542 | 2024-10-30T13:29:23.884Z | Downloaded openssl-macros v0.1.1 |
543 | 2024-10-30T13:29:23.884Z | Downloaded hubpack_derive v0.1.1 |
544 | 2024-10-30T13:29:23.884Z | Downloaded http-body v0.4.6 |
545 | 2024-10-30T13:29:23.884Z | Downloaded zerocopy-derive v0.7.35 |
546 | 2024-10-30T13:29:23.884Z | Downloaded match_cfg v0.1.0 |
547 | 2024-10-30T13:29:23.887Z | Downloaded libsw v3.3.1 |
548 | 2024-10-30T13:29:23.887Z | Downloaded proc-macro-crate v3.2.0 |
549 | 2024-10-30T13:29:23.887Z | Downloaded crc32fast v1.4.2 |
550 | 2024-10-30T13:29:23.890Z | Downloaded ciborium-ll v0.2.2 |
551 | 2024-10-30T13:29:23.890Z | Downloaded ciborium v0.2.2 |
552 | 2024-10-30T13:29:23.894Z | Downloaded num_enum v0.5.11 |
553 | 2024-10-30T13:29:23.897Z | Downloaded macaddr v1.0.1 |
554 | 2024-10-30T13:29:23.899Z | Downloaded indent_write v2.2.0 |
555 | 2024-10-30T13:29:23.899Z | Downloaded schemars v0.8.21 |
556 | 2024-10-30T13:29:23.910Z | Downloaded rand v0.8.5 |
557 | 2024-10-30T13:29:23.915Z | Downloaded hash32 v0.3.1 |
558 | 2024-10-30T13:29:23.915Z | Downloaded slog-async v2.8.0 |
559 | 2024-10-30T13:29:23.920Z | Downloaded signal-hook-registry v1.4.2 |
560 | 2024-10-30T13:29:23.920Z | Downloaded futures-executor v0.3.31 |
561 | 2024-10-30T13:29:23.920Z | Downloaded schemars_derive v0.8.21 |
562 | 2024-10-30T13:29:23.920Z | Downloaded foreign-types-macros v0.2.3 |
563 | 2024-10-30T13:29:23.922Z | Downloaded embedded-io v0.6.1 |
564 | 2024-10-30T13:29:23.922Z | Downloaded embedded-io v0.4.0 |
565 | 2024-10-30T13:29:23.922Z | Downloaded dyn-clone v1.0.17 |
566 | 2024-10-30T13:29:23.925Z | Downloaded dirs-next v2.0.0 |
567 | 2024-10-30T13:29:23.925Z | Downloaded colored v2.1.0 |
568 | 2024-10-30T13:29:23.928Z | Downloaded rand_core v0.6.4 |
569 | 2024-10-30T13:29:23.930Z | Downloaded quote v1.0.37 |
570 | 2024-10-30T13:29:23.932Z | Downloaded float-ord v0.3.2 |
571 | 2024-10-30T13:29:23.932Z | Downloaded fastrand v2.1.1 |
572 | 2024-10-30T13:29:23.934Z | Downloaded dof v0.3.0 |
573 | 2024-10-30T13:29:23.934Z | Downloaded defmt-parser v0.3.4 |
574 | 2024-10-30T13:29:23.935Z | Downloaded defmt v0.3.8 |
575 | 2024-10-30T13:29:23.938Z | Downloaded debug-ignore v1.0.5 |
576 | 2024-10-30T13:29:23.940Z | Downloaded crypto-common v0.1.6 |
577 | 2024-10-30T13:29:23.940Z | Downloaded plain v0.2.3 |
578 | 2024-10-30T13:29:23.942Z | Downloaded bitflags v1.3.2 |
579 | 2024-10-30T13:29:23.945Z | Downloaded proc-macro-error-attr v1.0.4 |
580 | 2024-10-30T13:29:23.945Z | Downloaded proc-macro-crate v1.3.1 |
581 | 2024-10-30T13:29:23.947Z | Downloaded pest_meta v2.7.13 |
582 | 2024-10-30T13:29:23.949Z | Downloaded foreign-types v0.5.0 |
583 | 2024-10-30T13:29:23.949Z | Downloaded dtrace-parser v0.2.0 |
584 | 2024-10-30T13:29:23.952Z | Downloaded darling_macro v0.20.10 |
585 | 2024-10-30T13:29:23.952Z | Downloaded pin-utils v0.1.0 |
586 | 2024-10-30T13:29:23.952Z | Downloaded parse-display v0.10.0 |
587 | 2024-10-30T13:29:23.955Z | Downloaded equivalent v1.0.1 |
588 | 2024-10-30T13:29:23.955Z | Downloaded clap v4.5.18 |
589 | 2024-10-30T13:29:23.962Z | Downloaded sigpipe v0.1.3 |
590 | 2024-10-30T13:29:23.965Z | Downloaded scroll_derive v0.12.0 |
591 | 2024-10-30T13:29:23.965Z | Downloaded prettyplease v0.2.22 |
592 | 2024-10-30T13:29:23.968Z | Downloaded thiserror-impl v1.0.64 |
593 | 2024-10-30T13:29:23.968Z | Downloaded serde_derive v1.0.210 |
594 | 2024-10-30T13:29:23.970Z | Downloaded parking_lot v0.11.2 |
595 | 2024-10-30T13:29:23.973Z | Downloaded http v0.2.12 |
596 | 2024-10-30T13:29:23.975Z | Downloaded clap_builder v4.5.18 |
597 | 2024-10-30T13:29:23.982Z | Downloaded arc-swap v1.7.1 |
598 | 2024-10-30T13:29:23.985Z | Downloaded itoa v1.0.11 |
599 | 2024-10-30T13:29:23.988Z | Downloaded iana-time-zone v0.1.61 |
600 | 2024-10-30T13:29:23.990Z | Downloaded shlex v1.3.0 |
601 | 2024-10-30T13:29:23.990Z | Downloaded serde_urlencoded v0.7.1 |
602 | 2024-10-30T13:29:23.993Z | Downloaded proc-macro-error v1.0.4 |
603 | 2024-10-30T13:29:23.995Z | Downloaded atomic-waker v1.1.2 |
604 | 2024-10-30T13:29:23.998Z | Downloaded async-trait v0.1.83 |
605 | 2024-10-30T13:29:24.000Z | Downloaded progenitor-macro v0.8.0 |
606 | 2024-10-30T13:29:24.000Z | Downloaded anstyle v1.0.8 |
607 | 2024-10-30T13:29:24.003Z | Downloaded allocator-api2 v0.2.18 |
608 | 2024-10-30T13:29:24.005Z | Downloaded serde_path_to_error v0.1.16 |
609 | 2024-10-30T13:29:24.005Z | Downloaded scroll v0.12.0 |
610 | 2024-10-30T13:29:24.008Z | Downloaded base64 v0.21.7 |
611 | 2024-10-30T13:29:24.010Z | Downloaded futures v0.3.31 |
612 | 2024-10-30T13:29:24.015Z | Downloaded dropshot_endpoint v0.12.0 |
613 | 2024-10-30T13:29:24.018Z | Downloaded diff v0.1.13 |
614 | 2024-10-30T13:29:24.020Z | Downloaded bytes v1.7.2 |
615 | 2024-10-30T13:29:24.024Z | Downloaded base64ct v1.6.0 |
616 | 2024-10-30T13:29:24.026Z | Downloaded futures-core v0.3.31 |
617 | 2024-10-30T13:29:24.029Z | Downloaded cobs v0.2.3 |
618 | 2024-10-30T13:29:24.029Z | Downloaded blake2 v0.10.6 |
619 | 2024-10-30T13:29:24.033Z | Downloaded futures-macro v0.3.31 |
620 | 2024-10-30T13:29:24.036Z | Downloaded errno v0.3.9 |
621 | 2024-10-30T13:29:24.036Z | Downloaded enum-as-inner v0.6.1 |
622 | 2024-10-30T13:29:24.036Z | Downloaded dirs-sys-next v0.1.2 |
623 | 2024-10-30T13:29:24.036Z | Downloaded defmt-macros v0.3.9 |
624 | 2024-10-30T13:29:24.038Z | Downloaded camino-tempfile v1.1.1 |
625 | 2024-10-30T13:29:24.041Z | Downloaded password-hash v0.5.0 |
626 | 2024-10-30T13:29:24.043Z | Downloaded parking_lot_core v0.9.10 |
627 | 2024-10-30T13:29:24.043Z | Downloaded deranged v0.3.11 |
628 | 2024-10-30T13:29:24.046Z | Downloaded cpufeatures v0.2.14 |
629 | 2024-10-30T13:29:24.046Z | Downloaded cfg-if v1.0.0 |
630 | 2024-10-30T13:29:24.167Z | Downloaded ring v0.17.8 |
631 | 2024-10-30T13:29:24.600Z | Compiling proc-macro2 v1.0.86 |
632 | 2024-10-30T13:29:24.600Z | Compiling unicode-ident v1.0.13 |
633 | 2024-10-30T13:29:24.603Z | Compiling libc v0.2.161 |
634 | 2024-10-30T13:29:24.603Z | Compiling serde v1.0.210 |
635 | 2024-10-30T13:29:24.603Z | Compiling autocfg v1.3.0 |
636 | 2024-10-30T13:29:24.603Z | Compiling version_check v0.9.5 |
637 | 2024-10-30T13:29:24.604Z | Compiling libm v0.2.8 |
638 | 2024-10-30T13:29:24.604Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-10-30T13:29:24.831Z | Compiling once_cell v1.20.2 |
640 | 2024-10-30T13:29:25.183Z | Compiling thiserror v1.0.64 |
641 | 2024-10-30T13:29:25.231Z | Compiling cfg-if v1.0.0 |
642 | 2024-10-30T13:29:25.254Z | Compiling serde_json v1.0.128 |
643 | 2024-10-30T13:29:25.295Z | Compiling schemars v0.8.21 |
644 | 2024-10-30T13:29:25.327Z | Compiling shlex v1.3.0 |
645 | 2024-10-30T13:29:25.396Z | Compiling memchr v2.7.4 |
646 | 2024-10-30T13:29:25.484Z | Compiling lock_api v0.4.12 |
647 | 2024-10-30T13:29:25.600Z | Compiling num-traits v0.2.19 |
648 | 2024-10-30T13:29:25.758Z | Compiling cc v1.1.21 |
649 | 2024-10-30T13:29:25.960Z | Compiling slab v0.4.9 |
650 | 2024-10-30T13:29:26.180Z | Compiling itoa v1.0.11 |
651 | 2024-10-30T13:29:26.393Z | Compiling quote v1.0.37 |
652 | 2024-10-30T13:29:26.648Z | Compiling ryu v1.0.18 |
653 | 2024-10-30T13:29:26.956Z | Compiling syn v2.0.77 |
654 | 2024-10-30T13:29:26.979Z | Compiling getrandom v0.2.15 |
655 | 2024-10-30T13:29:26.998Z | Compiling heck v0.5.0 |
656 | 2024-10-30T13:29:27.056Z | Compiling httparse v1.9.4 |
657 | 2024-10-30T13:29:27.112Z | Compiling hashbrown v0.15.0 |
658 | 2024-10-30T13:29:27.343Z | Compiling equivalent v1.0.1 |
659 | 2024-10-30T13:29:27.366Z | Compiling byteorder v1.5.0 |
660 | 2024-10-30T13:29:27.471Z | Compiling log v0.4.22 |
661 | 2024-10-30T13:29:27.561Z | Compiling vcpkg v0.2.15 |
662 | 2024-10-30T13:29:27.887Z | Compiling pkg-config v0.3.31 |
663 | 2024-10-30T13:29:27.949Z | Compiling slog v2.7.0 |
664 | 2024-10-30T13:29:28.182Z | Compiling fnv v1.0.7 |
665 | 2024-10-30T13:29:28.347Z | Compiling openssl v0.10.66 |
666 | 2024-10-30T13:29:28.579Z | Compiling iana-time-zone v0.1.61 |
667 | 2024-10-30T13:29:28.599Z | Compiling semver v1.0.23 |
668 | 2024-10-30T13:29:28.806Z | Compiling dyn-clone v1.0.17 |
669 | 2024-10-30T13:29:28.986Z | Compiling native-tls v0.2.12 |
670 | 2024-10-30T13:29:29.045Z | Compiling ring v0.17.8 |
671 | 2024-10-30T13:29:29.205Z | Compiling ahash v0.8.11 |
672 | 2024-10-30T13:29:29.236Z | Compiling allocator-api2 v0.2.18 |
673 | 2024-10-30T13:29:29.369Z | Compiling openssl-sys v0.9.103 |
674 | 2024-10-30T13:29:29.391Z | Compiling crunchy v0.2.2 |
675 | 2024-10-30T13:29:29.665Z | Compiling tiny-keccak v2.0.2 |
676 | 2024-10-30T13:29:30.027Z | Compiling rustls v0.23.13 |
677 | 2024-10-30T13:29:30.068Z | Compiling anyhow v1.0.89 |
678 | 2024-10-30T13:29:30.554Z | Compiling const-random-macro v0.1.16 |
679 | 2024-10-30T13:29:30.696Z | Compiling aho-corasick v1.1.3 |
680 | 2024-10-30T13:29:30.811Z | Compiling regex-syntax v0.8.5 |
681 | 2024-10-30T13:29:31.005Z | Compiling typenum v1.17.0 |
682 | 2024-10-30T13:29:31.030Z | Compiling generic-array v0.14.7 |
683 | 2024-10-30T13:29:31.321Z | Compiling time-core v0.1.2 |
684 | 2024-10-30T13:29:31.485Z | Compiling num-conv v0.1.0 |
685 | 2024-10-30T13:29:31.689Z | Compiling unsafe-libyaml v0.2.11 |
686 | 2024-10-30T13:29:31.730Z | Compiling ucd-trie v0.1.6 |
687 | 2024-10-30T13:29:31.780Z | Compiling time-macros v0.2.18 |
688 | 2024-10-30T13:29:32.252Z | Compiling omicron-workspace-hack v0.1.0 |
689 | 2024-10-30T13:29:32.550Z | Compiling rustversion v1.0.17 |
690 | 2024-10-30T13:29:32.605Z | Compiling usdt-impl v0.5.0 |
691 | 2024-10-30T13:29:33.003Z | Checking pin-project-lite v0.2.14 |
692 | 2024-10-30T13:29:33.261Z | Compiling paste v1.0.15 |
693 | 2024-10-30T13:29:33.499Z | Compiling plain v0.2.3 |
694 | 2024-10-30T13:29:33.565Z | Compiling strsim v0.11.1 |
695 | 2024-10-30T13:29:33.664Z | Compiling slog-async v2.8.0 |
696 | 2024-10-30T13:29:34.263Z | Compiling serde_derive_internals v0.29.1 |
697 | 2024-10-30T13:29:34.557Z | Compiling regex-automata v0.4.8 |
698 | 2024-10-30T13:29:34.817Z | Compiling newtype-uuid v1.1.2 |
699 | 2024-10-30T13:29:34.912Z | Compiling pretty-hex v0.4.1 |
700 | 2024-10-30T13:29:35.179Z | Compiling thread-id v4.2.2 |
701 | 2024-10-30T13:29:35.300Z | Compiling camino v1.1.9 |
702 | 2024-10-30T13:29:35.376Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-10-30T13:29:35.950Z | Compiling ident_case v1.0.1 |
704 | 2024-10-30T13:29:36.073Z | Checking scopeguard v1.2.0 |
705 | 2024-10-30T13:29:36.144Z | Compiling darling_core v0.20.10 |
706 | 2024-10-30T13:29:36.255Z | Compiling rustls v0.22.4 |
707 | 2024-10-30T13:29:36.529Z | Compiling syn v1.0.109 |
708 | 2024-10-30T13:29:36.686Z | Compiling multer v3.1.0 |
709 | 2024-10-30T13:29:36.709Z | Checking signal-hook-registry v1.4.2 |
710 | 2024-10-30T13:29:36.958Z | Checking socket2 v0.5.7 |
711 | 2024-10-30T13:29:36.981Z | Checking mio v1.0.2 |
712 | 2024-10-30T13:29:37.196Z | Compiling dropshot v0.12.0 |
713 | 2024-10-30T13:29:37.885Z | Checking futures-core v0.3.31 |
714 | 2024-10-30T13:29:38.571Z | Checking futures-sink v0.3.31 |
715 | 2024-10-30T13:29:38.767Z | Checking futures-channel v0.3.31 |
716 | 2024-10-30T13:29:38.880Z | Compiling regex v1.11.1 |
717 | 2024-10-30T13:29:38.994Z | Checking tracing-core v0.1.32 |
718 | 2024-10-30T13:29:39.148Z | Checking pin-utils v0.1.0 |
719 | 2024-10-30T13:29:39.248Z | Checking futures-task v0.3.31 |
720 | 2024-10-30T13:29:39.523Z | Checking futures-io v0.3.31 |
721 | 2024-10-30T13:29:39.957Z | Compiling serde_derive v1.0.210 |
722 | 2024-10-30T13:29:39.997Z | Compiling zerocopy-derive v0.7.35 |
723 | 2024-10-30T13:29:40.063Z | Compiling tokio-macros v2.4.0 |
724 | 2024-10-30T13:29:40.114Z | Compiling thiserror-impl v1.0.64 |
725 | 2024-10-30T13:29:40.844Z | Compiling schemars_derive v0.8.21 |
726 | 2024-10-30T13:29:41.697Z | Compiling futures-macro v0.3.31 |
727 | 2024-10-30T13:29:42.207Z | Compiling tracing-attributes v0.1.27 |
728 | 2024-10-30T13:29:42.497Z | Compiling zerocopy v0.7.35 |
729 | 2024-10-30T13:29:42.860Z | Compiling openssl-macros v0.1.1 |
730 | 2024-10-30T13:29:43.211Z | Compiling scroll_derive v0.12.0 |
731 | 2024-10-30T13:29:43.681Z | Compiling pest v2.7.13 |
732 | 2024-10-30T13:29:43.719Z | Compiling async-trait v0.1.83 |
733 | 2024-10-30T13:29:43.930Z | Compiling darling_macro v0.20.10 |
734 | 2024-10-30T13:29:44.678Z | Compiling hashbrown v0.14.5 |
735 | 2024-10-30T13:29:44.730Z | Compiling scroll v0.12.0 |
736 | 2024-10-30T13:29:44.939Z | Compiling darling v0.20.10 |
737 | 2024-10-30T13:29:45.057Z | Compiling serde_with_macros v3.11.0 |
738 | 2024-10-30T13:29:45.294Z | Compiling goblin v0.8.2 |
739 | 2024-10-30T13:29:45.594Z | Compiling strum_macros v0.26.4 |
740 | 2024-10-30T13:29:46.076Z | Compiling regress v0.10.1 |
741 | 2024-10-30T13:29:46.204Z | Compiling pest_meta v2.7.13 |
742 | 2024-10-30T13:29:46.647Z | Compiling async-stream-impl v0.3.5 |
743 | 2024-10-30T13:29:47.866Z | Compiling pest_generator v2.7.13 |
744 | 2024-10-30T13:29:49.730Z | Compiling structmeta-derive v0.3.0 |
745 | 2024-10-30T13:29:50.309Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
746 | 2024-10-30T13:29:50.538Z | Compiling pest_derive v2.7.13 |
747 | 2024-10-30T13:29:51.319Z | Checking tracing v0.1.40 |
748 | 2024-10-30T13:29:51.480Z | Compiling dtrace-parser v0.2.0 |
749 | 2024-10-30T13:29:51.649Z | Checking futures-util v0.3.31 |
750 | 2024-10-30T13:29:52.658Z | Compiling structmeta v0.3.0 |
751 | 2024-10-30T13:29:53.082Z | Compiling parse-display-derive v0.10.0 |
752 | 2024-10-30T13:29:53.646Z | Checking bytes v1.7.2 |
753 | 2024-10-30T13:29:53.833Z | Checking smallvec v1.13.2 |
754 | 2024-10-30T13:29:54.383Z | Compiling indexmap v2.6.0 |
755 | 2024-10-30T13:29:54.418Z | Compiling serde_tokenstream v0.2.2 |
756 | 2024-10-30T13:29:54.484Z | Compiling uuid v1.10.0 |
757 | 2024-10-30T13:29:55.014Z | Compiling chrono v0.4.38 |
758 | 2024-10-30T13:29:55.341Z | Compiling http v1.1.0 |
759 | 2024-10-30T13:29:55.913Z | Compiling serde_yaml v0.9.34+deprecated |
760 | 2024-10-30T13:29:56.269Z | Compiling openapiv3 v2.0.0 |
761 | 2024-10-30T13:29:56.882Z | Compiling dof v0.3.0 |
762 | 2024-10-30T13:29:57.290Z | Compiling dropshot_endpoint v0.12.0 |
763 | 2024-10-30T13:29:57.839Z | Checking parking_lot v0.12.3 |
764 | 2024-10-30T13:29:58.206Z | Checking tokio v1.40.0 |
765 | 2024-10-30T13:29:58.722Z | Compiling toml_datetime v0.6.8 |
766 | 2024-10-30T13:29:59.041Z | Compiling usdt-attr-macro v0.5.0 |
767 | 2024-10-30T13:29:59.190Z | Compiling usdt-macro v0.5.0 |
768 | 2024-10-30T13:29:59.858Z | Compiling typify-impl v0.2.0 |
769 | 2024-10-30T13:30:01.570Z | Compiling rustix v0.38.37 |
770 | 2024-10-30T13:30:01.753Z | Checking bitflags v2.6.0 |
771 | 2024-10-30T13:30:02.067Z | Checking spin v0.9.8 |
772 | 2024-10-30T13:30:02.488Z | Checking untrusted v0.9.0 |
773 | 2024-10-30T13:30:05.174Z | Checking try-lock v0.2.5 |
774 | 2024-10-30T13:30:05.350Z | Checking want v0.3.1 |
775 | 2024-10-30T13:30:05.779Z | Checking httpdate v1.0.3 |
776 | 2024-10-30T13:30:06.022Z | Checking tinyvec_macros v0.1.1 |
777 | 2024-10-30T13:30:06.112Z | Checking subtle v2.6.1 |
778 | 2024-10-30T13:30:06.133Z | Checking tinyvec v1.8.0 |
779 | 2024-10-30T13:30:06.504Z | Checking tokio-util v0.7.12 |
780 | 2024-10-30T13:30:07.434Z | Checking tower-service v0.3.3 |
781 | 2024-10-30T13:30:07.495Z | Checking percent-encoding v2.3.1 |
782 | 2024-10-30T13:30:07.552Z | Checking unicode-normalization v0.1.24 |
783 | 2024-10-30T13:30:07.726Z | Checking form_urlencoded v1.2.1 |
784 | 2024-10-30T13:30:08.077Z | Compiling clap_derive v4.5.18 |
785 | 2024-10-30T13:30:08.539Z | Checking const-random v0.1.18 |
786 | 2024-10-30T13:30:09.138Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
787 | 2024-10-30T13:30:09.165Z | Compiling heapless v0.8.0 |
788 | 2024-10-30T13:30:09.228Z | Compiling winnow v0.5.40 |
789 | 2024-10-30T13:30:09.273Z | Checking foreign-types-shared v0.1.1 |
790 | 2024-10-30T13:30:09.510Z | Checking unicode-bidi v0.3.15 |
791 | 2024-10-30T13:30:09.623Z | Checking foreign-types v0.3.2 |
792 | 2024-10-30T13:30:10.167Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
793 | 2024-10-30T13:30:10.980Z | Checking rustls-pki-types v1.8.0 |
794 | 2024-10-30T13:30:12.978Z | Compiling toml_edit v0.19.15 |
795 | 2024-10-30T13:30:13.064Z | Checking idna v0.5.0 |
796 | 2024-10-30T13:30:13.957Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
797 | 2024-10-30T13:30:14.092Z | Checking openssl-probe v0.1.5 |
798 | 2024-10-30T13:30:14.255Z | Compiling smoltcp v0.11.0 |
799 | 2024-10-30T13:30:14.570Z | Compiling typify-macro v0.2.0 |
800 | 2024-10-30T13:30:14.620Z | Checking url v2.5.2 |
801 | 2024-10-30T13:30:15.018Z | Compiling foreign-types-macros v0.2.3 |
802 | 2024-10-30T13:30:15.518Z | Checking atomic-waker v1.1.2 |
803 | 2024-10-30T13:30:15.660Z | Compiling proc-macro-crate v1.3.1 |
804 | 2024-10-30T13:30:16.170Z | Checking ipnet v2.10.0 |
805 | 2024-10-30T13:30:16.669Z | Checking rustls-webpki v0.102.8 |
806 | 2024-10-30T13:30:16.965Z | Checking http-body v1.0.1 |
807 | 2024-10-30T13:30:17.216Z | Checking rand_core v0.6.4 |
808 | 2024-10-30T13:30:17.556Z | Checking encoding_rs v0.8.34 |
809 | 2024-10-30T13:30:17.820Z | Checking tokio-native-tls v0.3.1 |
810 | 2024-10-30T13:30:18.596Z | Compiling typify v0.2.0 |
811 | 2024-10-30T13:30:18.748Z | Compiling progenitor-impl v0.8.0 |
812 | 2024-10-30T13:30:19.189Z | Checking zeroize v1.8.1 |
813 | 2024-10-30T13:30:19.434Z | Checking mime v0.3.17 |
814 | 2024-10-30T13:30:19.456Z | Compiling num_enum_derive v0.5.11 |
815 | 2024-10-30T13:30:20.217Z | Checking h2 v0.4.6 |
816 | 2024-10-30T13:30:21.375Z | Checking serde_urlencoded v0.7.1 |
817 | 2024-10-30T13:30:21.472Z | Checking ipnetwork v0.20.0 |
818 | 2024-10-30T13:30:21.856Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
819 | 2024-10-30T13:30:23.479Z | Checking ppv-lite86 v0.2.20 |
820 | 2024-10-30T13:30:24.213Z | Compiling heck v0.4.1 |
821 | 2024-10-30T13:30:24.417Z | Checking rand_chacha v0.3.1 |
822 | 2024-10-30T13:30:24.588Z | Checking hyper v1.4.1 |
823 | 2024-10-30T13:30:25.722Z | Compiling progenitor-macro v0.8.0 |
824 | 2024-10-30T13:30:25.935Z | Checking rand v0.8.5 |
825 | 2024-10-30T13:30:26.822Z | Checking hyper-util v0.1.9 |
826 | 2024-10-30T13:30:26.947Z | Checking http-body-util v0.1.2 |
827 | 2024-10-30T13:30:28.793Z | Compiling serde_spanned v0.6.7 |
828 | 2024-10-30T13:30:30.457Z | Compiling proc-macro-error-attr v1.0.4 |
829 | 2024-10-30T13:30:30.814Z | Compiling winnow v0.6.18 |
830 | 2024-10-30T13:30:31.010Z | Checking base64 v0.22.1 |
831 | 2024-10-30T13:30:31.515Z | Checking rustls-pemfile v2.1.3 |
832 | 2024-10-30T13:30:32.001Z | Checking tokio-rustls v0.26.0 |
833 | 2024-10-30T13:30:32.883Z | Checking webpki-roots v0.26.6 |
834 | 2024-10-30T13:30:33.135Z | Compiling proc-macro-error v1.0.4 |
835 | 2024-10-30T13:30:34.527Z | Compiling toml_edit v0.22.21 |
836 | 2024-10-30T13:30:35.117Z | Compiling powerfmt v0.2.0 |
837 | 2024-10-30T13:30:35.438Z | Compiling deranged v0.3.11 |
838 | 2024-10-30T13:30:37.032Z | Checking hyper-rustls v0.27.3 |
839 | 2024-10-30T13:30:37.516Z | Checking hyper-tls v0.6.0 |
840 | 2024-10-30T13:30:38.042Z | Checking sync_wrapper v1.0.1 |
841 | 2024-10-30T13:30:38.369Z | Compiling num_threads v0.1.7 |
842 | 2024-10-30T13:30:38.516Z | Compiling time v0.3.36 |
843 | 2024-10-30T13:30:39.831Z | Checking reqwest v0.12.8 |
844 | 2024-10-30T13:30:41.463Z | Compiling dirs-sys-next v0.1.2 |
845 | 2024-10-30T13:30:41.738Z | Compiling prettyplease v0.2.22 |
846 | 2024-10-30T13:30:42.199Z | Compiling dirs-next v2.0.0 |
847 | 2024-10-30T13:30:42.675Z | Compiling block-buffer v0.10.4 |
848 | 2024-10-30T13:30:42.734Z | Compiling crypto-common v0.1.6 |
849 | 2024-10-30T13:30:43.161Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
850 | 2024-10-30T13:30:44.357Z | Compiling thread_local v1.1.8 |
851 | 2024-10-30T13:30:44.989Z | Compiling match_cfg v0.1.0 |
852 | 2024-10-30T13:30:45.087Z | Compiling hostname v0.3.1 |
853 | 2024-10-30T13:30:45.200Z | Compiling progenitor-client v0.8.0 |
854 | 2024-10-30T13:30:45.620Z | Compiling crossbeam-channel v0.5.13 |
855 | 2024-10-30T13:30:46.353Z | Compiling digest v0.10.7 |
856 | 2024-10-30T13:30:46.374Z | Compiling term v0.7.0 |
857 | 2024-10-30T13:30:46.713Z | Compiling slog-json v2.6.1 |
858 | 2024-10-30T13:30:47.691Z | Compiling futures-executor v0.3.31 |
859 | 2024-10-30T13:30:48.313Z | Compiling memmap v0.7.0 |
860 | 2024-10-30T13:30:48.617Z | Compiling is-terminal v0.4.13 |
861 | 2024-10-30T13:30:48.665Z | Compiling cpufeatures v0.2.14 |
862 | 2024-10-30T13:30:48.774Z | Compiling take_mut v0.2.2 |
863 | 2024-10-30T13:30:48.815Z | Compiling sha1 v0.10.6 |
864 | 2024-10-30T13:30:48.967Z | Compiling slog-term v2.9.1 |
865 | 2024-10-30T13:30:49.230Z | Compiling usdt v0.5.0 |
866 | 2024-10-30T13:30:49.726Z | Compiling futures v0.3.31 |
867 | 2024-10-30T13:30:49.854Z | Checking progenitor v0.8.0 |
868 | 2024-10-30T13:30:49.997Z | Compiling slog-bunyan v2.5.0 |
869 | 2024-10-30T13:30:50.419Z | Compiling toml v0.8.19 |
870 | 2024-10-30T13:30:50.788Z | Compiling waitgroup v0.1.2 |
871 | 2024-10-30T13:30:51.010Z | Compiling async-stream v0.3.5 |
872 | 2024-10-30T13:30:51.336Z | Compiling serde_path_to_error v0.1.16 |
873 | 2024-10-30T13:30:51.688Z | Compiling hex v0.4.3 |
874 | 2024-10-30T13:30:52.008Z | Compiling tokio-rustls v0.25.0 |
875 | 2024-10-30T13:30:52.119Z | Compiling num-integer v0.1.46 |
876 | 2024-10-30T13:30:52.353Z | Compiling hostname v0.4.0 |
877 | 2024-10-30T13:30:52.416Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
878 | 2024-10-30T13:30:52.457Z | Compiling instant v0.1.13 |
879 | 2024-10-30T13:30:52.616Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
880 | 2024-10-30T13:30:52.616Z | Compiling debug-ignore v1.0.5 |
881 | 2024-10-30T13:30:52.827Z | Compiling backoff v0.4.0 |
882 | 2024-10-30T13:30:52.856Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
883 | 2024-10-30T13:30:52.982Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
884 | 2024-10-30T13:30:53.364Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
885 | 2024-10-30T13:30:53.392Z | Compiling parse-display v0.10.0 |
886 | 2024-10-30T13:30:53.469Z | Compiling serde_with v3.11.0 |
887 | 2024-10-30T13:30:53.552Z | Compiling macaddr v1.0.1 |
888 | 2024-10-30T13:30:53.718Z | Compiling strum v0.26.3 |
889 | 2024-10-30T13:30:53.911Z | Compiling regress v0.9.1 |
890 | 2024-10-30T13:30:54.014Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
891 | 2024-10-30T13:30:54.814Z | Compiling errno v0.3.9 |
892 | 2024-10-30T13:30:55.031Z | Compiling utf8parse v0.2.2 |
893 | 2024-10-30T13:30:55.212Z | Compiling anstyle-parse v0.2.5 |
894 | 2024-10-30T13:30:57.328Z | Compiling num-iter v0.1.45 |
895 | 2024-10-30T13:30:57.435Z | Compiling num-rational v0.4.2 |
896 | 2024-10-30T13:30:58.646Z | Compiling num-complex v0.4.6 |
897 | 2024-10-30T13:30:59.071Z | Compiling colorchoice v1.0.2 |
898 | 2024-10-30T13:30:59.409Z | Compiling is_terminal_polyfill v1.70.1 |
899 | 2024-10-30T13:30:59.452Z | Compiling anstyle-query v1.1.1 |
900 | 2024-10-30T13:30:59.624Z | Compiling anstyle v1.0.8 |
901 | 2024-10-30T13:30:59.738Z | Compiling crucible-workspace-hack v0.1.0 |
902 | 2024-10-30T13:30:59.791Z | Compiling num v0.4.3 |
903 | 2024-10-30T13:31:00.085Z | Compiling anstream v0.6.15 |
904 | 2024-10-30T13:31:00.524Z | Compiling terminal_size v0.3.0 |
905 | 2024-10-30T13:31:00.739Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
906 | 2024-10-30T13:31:00.955Z | Compiling clap_lex v0.7.2 |
907 | 2024-10-30T13:31:01.231Z | Compiling float-ord v0.3.2 |
908 | 2024-10-30T13:31:01.428Z | Compiling clap_builder v4.5.18 |
909 | 2024-10-30T13:31:04.332Z | Compiling zone_cfg_derive v0.3.0 |
910 | 2024-10-30T13:31:05.274Z | Compiling derive-where v1.2.7 |
911 | 2024-10-30T13:31:05.315Z | Compiling num-derive v0.4.2 |
912 | 2024-10-30T13:31:05.701Z | Compiling clap v4.5.18 |
913 | 2024-10-30T13:31:07.449Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
914 | 2024-10-30T13:31:07.452Z | Compiling semver v0.1.20 |
915 | 2024-10-30T13:31:07.834Z | Compiling rustc_version v0.1.7 |
916 | 2024-10-30T13:31:08.616Z | Compiling hubpack_derive v0.1.1 |
917 | 2024-10-30T13:31:08.698Z | Compiling num-derive v0.3.3 |
918 | 2024-10-30T13:31:09.425Z | Compiling enum-as-inner v0.6.1 |
919 | 2024-10-30T13:31:09.611Z | Compiling zerocopy-derive v0.6.6 |
920 | 2024-10-30T13:31:11.011Z | Compiling newtype_derive v0.1.6 |
921 | 2024-10-30T13:31:12.011Z | Compiling owo-colors v4.1.0 |
922 | 2024-10-30T13:31:12.072Z | Compiling cancel-safe-futures v0.1.5 |
923 | 2024-10-30T13:31:12.469Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
924 | 2024-10-30T13:31:12.518Z | Compiling strum_macros v0.25.3 |
925 | 2024-10-30T13:31:12.539Z | Compiling serde_repr v0.1.19 |
926 | 2024-10-30T13:31:12.923Z | Checking lazy_static v1.5.0 |
927 | 2024-10-30T13:31:12.946Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
928 | 2024-10-30T13:31:13.528Z | Compiling cookie v0.18.1 |
929 | 2024-10-30T13:31:13.770Z | Compiling convert_case v0.4.0 |
930 | 2024-10-30T13:31:13.828Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
931 | 2024-10-30T13:31:14.212Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
932 | 2024-10-30T13:31:14.565Z | Compiling derive_more v0.99.18 |
933 | 2024-10-30T13:31:15.226Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
934 | 2024-10-30T13:31:18.283Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
935 | 2024-10-30T13:31:18.584Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
936 | 2024-10-30T13:31:19.320Z | Checking unicode-width v0.1.14 |
937 | 2024-10-30T13:31:19.816Z | Checking hash32 v0.3.1 |
938 | 2024-10-30T13:31:20.034Z | Compiling slog-dtrace v0.3.0 |
939 | 2024-10-30T13:31:20.339Z | Checking stable_deref_trait v1.2.0 |
940 | 2024-10-30T13:31:21.446Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
941 | 2024-10-30T13:31:21.761Z | Checking cobs v0.2.3 |
942 | 2024-10-30T13:31:21.791Z | Checking managed v0.8.0 |
943 | 2024-10-30T13:31:22.053Z | Checking foreign-types-shared v0.3.1 |
944 | 2024-10-30T13:31:22.207Z | Checking bitflags v1.3.2 |
945 | 2024-10-30T13:31:22.253Z | Compiling parking_lot_core v0.8.6 |
946 | 2024-10-30T13:31:22.316Z | Checking either v1.13.0 |
947 | 2024-10-30T13:31:22.628Z | Checking foreign-types v0.5.0 |
948 | 2024-10-30T13:31:22.733Z | Checking postcard v1.0.10 |
949 | 2024-10-30T13:31:23.026Z | Checking num_enum v0.5.11 |
950 | 2024-10-30T13:31:23.219Z | Checking cstr-argument v0.1.2 |
951 | 2024-10-30T13:31:23.322Z | Checking pretty-hex v0.2.1 |
952 | 2024-10-30T13:31:23.419Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
953 | 2024-10-30T13:31:23.501Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
954 | 2024-10-30T13:31:23.983Z | Checking colored v2.1.0 |
955 | 2024-10-30T13:31:24.318Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
956 | 2024-10-30T13:31:24.487Z | Checking tabwriter v1.4.0 |
957 | 2024-10-30T13:31:25.271Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
958 | 2024-10-30T13:31:25.514Z | Checking fastrand v2.1.1 |
959 | 2024-10-30T13:31:25.536Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
960 | 2024-10-30T13:31:25.830Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
961 | 2024-10-30T13:31:25.874Z | Checking tempfile v3.12.0 |
962 | 2024-10-30T13:31:25.987Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
963 | 2024-10-30T13:31:27.494Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
964 | 2024-10-30T13:31:29.875Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
965 | 2024-10-30T13:31:31.576Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
966 | 2024-10-30T13:31:32.683Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
967 | 2024-10-30T13:31:33.690Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
968 | 2024-10-30T13:31:34.365Z | Checking camino-tempfile v1.1.1 |
969 | 2024-10-30T13:31:34.387Z | Checking itertools v0.10.5 |
970 | 2024-10-30T13:31:34.675Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
971 | 2024-10-30T13:31:35.136Z | Checking sigpipe v0.1.3 |
972 | 2024-10-30T13:31:35.158Z | Checking static_assertions v1.1.0 |
973 | 2024-10-30T13:31:35.255Z | Checking base64ct v1.6.0 |
974 | 2024-10-30T13:31:35.273Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
975 | 2024-10-30T13:31:35.528Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
976 | 2024-10-30T13:31:35.737Z | Checking password-hash v0.5.0 |
977 | 2024-10-30T13:31:35.776Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
978 | 2024-10-30T13:31:35.890Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
979 | 2024-10-30T13:31:35.991Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
980 | 2024-10-30T13:31:36.306Z | Checking blake2 v0.10.6 |
981 | 2024-10-30T13:31:36.444Z | Checking idna v0.4.0 |
982 | 2024-10-30T13:31:36.498Z | Checking smf v0.2.3 |
983 | 2024-10-30T13:31:36.728Z | Checking fixedbitset v0.4.2 |
984 | 2024-10-30T13:31:36.844Z | Checking zone v0.3.0 |
985 | 2024-10-30T13:31:36.959Z | Checking unicode-segmentation v1.12.0 |
986 | 2024-10-30T13:31:36.998Z | Checking linked-hash-map v0.5.6 |
987 | 2024-10-30T13:31:37.354Z | Checking whoami v1.5.2 |
988 | 2024-10-30T13:31:37.443Z | Checking quick-error v1.2.3 |
989 | 2024-10-30T13:31:37.607Z | Checking data-encoding v2.6.0 |
990 | 2024-10-30T13:31:37.692Z | Checking resolv-conf v0.7.0 |
991 | 2024-10-30T13:31:37.716Z | Checking newline-converter v0.3.0 |
992 | 2024-10-30T13:31:37.881Z | Checking lru-cache v0.1.2 |
993 | 2024-10-30T13:31:38.043Z | Checking petgraph v0.6.5 |
994 | 2024-10-30T13:31:38.080Z | Checking argon2 v0.5.3 |
995 | 2024-10-30T13:31:38.337Z | Checking hickory-proto v0.24.1 |
996 | 2024-10-30T13:31:39.649Z | Checking console v0.15.8 |
997 | 2024-10-30T13:31:39.958Z | Checking zerocopy v0.6.6 |
998 | 2024-10-30T13:31:40.218Z | Checking hubpack v0.1.2 |
999 | 2024-10-30T13:31:40.472Z | Checking serde-big-array v0.5.1 |
1000 | 2024-10-30T13:31:40.568Z | Checking similar v2.6.0 |
1001 | 2024-10-30T13:31:40.709Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1002 | 2024-10-30T13:31:40.773Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1003 | 2024-10-30T13:31:41.356Z | Checking expectorate v1.1.0 |
1004 | 2024-10-30T13:31:41.412Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1005 | 2024-10-30T13:31:41.535Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1006 | 2024-10-30T13:31:41.537Z | Checking atomicwrites v0.4.4 |
1007 | 2024-10-30T13:31:41.748Z | Checking itertools v0.13.0 |
1008 | 2024-10-30T13:31:42.249Z | Checking hickory-resolver v0.24.1 |
1009 | 2024-10-30T13:31:42.284Z | Checking tokio-stream v0.1.16 |
1010 | 2024-10-30T13:31:42.306Z | Checking libsw v3.3.1 |
1011 | 2024-10-30T13:31:42.760Z | Checking highway v1.2.0 |
1012 | 2024-10-30T13:31:42.876Z | Checking indent_write v2.2.0 |
1013 | 2024-10-30T13:31:43.139Z | Checking swrite v0.1.0 |
1014 | 2024-10-30T13:31:43.207Z | Checking linear-map v1.2.0 |
1015 | 2024-10-30T13:31:43.270Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1016 | 2024-10-30T13:31:43.733Z | Checking steno v0.4.1 |
1017 | 2024-10-30T13:31:43.794Z | Checking qorb v0.1.2 |
1018 | 2024-10-30T13:31:44.073Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1019 | 2024-10-30T13:31:44.667Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1020 | 2024-10-30T13:31:44.733Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1021 | 2024-10-30T13:31:45.998Z | Checking libscf-sys v1.1.0 |
1022 | 2024-10-30T13:31:46.171Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1023 | 2024-10-30T13:31:46.242Z | Checking humantime v2.1.0 |
1024 | 2024-10-30T13:31:46.328Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1025 | 2024-10-30T13:31:46.421Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1026 | 2024-10-30T13:31:46.568Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1027 | 2024-10-30T13:31:46.777Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1028 | 2024-10-30T13:31:47.601Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1029 | 2024-10-30T13:31:47.988Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1030 | 2024-10-30T13:31:48.558Z | Checking crc8 v0.1.1 |
1031 | 2024-10-30T13:31:49.223Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1032 | 2024-10-30T13:31:50.035Z | Compiling rustls v0.21.12 |
1033 | 2024-10-30T13:31:51.275Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1034 | 2024-10-30T13:31:52.352Z | Checking parking_lot v0.11.2 |
1035 | 2024-10-30T13:31:54.006Z | Checking crossbeam-epoch v0.9.18 |
1036 | 2024-10-30T13:31:54.265Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1037 | 2024-10-30T13:31:54.491Z | Checking fxhash v0.2.1 |
1038 | 2024-10-30T13:31:54.557Z | Checking crc32fast v1.4.2 |
1039 | 2024-10-30T13:31:54.669Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1040 | 2024-10-30T13:31:54.672Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1041 | 2024-10-30T13:31:55.116Z | Checking sled v0.34.7 |
1042 | 2024-10-30T13:31:56.721Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1043 | 2024-10-30T13:31:57.025Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1044 | 2024-10-30T13:31:58.068Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1045 | 2024-10-30T13:31:59.054Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1046 | 2024-10-30T13:32:03.804Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1047 | 2024-10-30T13:32:04.318Z | Compiling proc-macro-crate v3.2.0 |
1048 | 2024-10-30T13:32:05.515Z | Compiling num_enum_derive v0.7.3 |
1049 | 2024-10-30T13:32:07.434Z | Checking half v2.4.1 |
1050 | 2024-10-30T13:32:07.955Z | Compiling smartstring v1.0.1 |
1051 | 2024-10-30T13:32:08.293Z | Checking ciborium-io v0.2.2 |
1052 | 2024-10-30T13:32:08.429Z | Checking ciborium-ll v0.2.2 |
1053 | 2024-10-30T13:32:08.676Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1054 | 2024-10-30T13:32:08.818Z | Checking http v0.2.12 |
1055 | 2024-10-30T13:32:10.233Z | Checking ciborium v0.2.2 |
1056 | 2024-10-30T13:32:10.664Z | Compiling rhai_codegen v2.2.0 |
1057 | 2024-10-30T13:32:11.366Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1058 | 2024-10-30T13:32:11.534Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1059 | 2024-10-30T13:32:12.721Z | Checking http-body v0.4.6 |
1060 | 2024-10-30T13:32:12.872Z | Checking h2 v0.3.26 |
1061 | 2024-10-30T13:32:13.903Z | Checking sct v0.7.1 |
1062 | 2024-10-30T13:32:14.120Z | Checking rustls-webpki v0.101.7 |
1063 | 2024-10-30T13:32:17.733Z | Checking hyper v0.14.30 |
1064 | 2024-10-30T13:32:18.315Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1065 | 2024-10-30T13:32:18.525Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1066 | 2024-10-30T13:32:19.448Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1067 | 2024-10-30T13:32:21.211Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1068 | 2024-10-30T13:32:21.580Z | Checking arc-swap v1.7.1 |
1069 | 2024-10-30T13:32:21.796Z | Checking tokio-rustls v0.24.1 |
1070 | 2024-10-30T13:32:22.032Z | Checking slog-scope v4.4.0 |
1071 | 2024-10-30T13:32:22.198Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1072 | 2024-10-30T13:32:22.411Z | Checking num_enum v0.7.3 |
1073 | 2024-10-30T13:32:22.450Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1074 | 2024-10-30T13:32:22.564Z | Checking base64 v0.21.7 |
1075 | 2024-10-30T13:32:22.687Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1076 | 2024-10-30T13:32:22.840Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1077 | 2024-10-30T13:32:23.081Z | Checking rustls-pemfile v1.0.4 |
1078 | 2024-10-30T13:32:23.286Z | Checking hyper-rustls v0.24.2 |
1079 | 2024-10-30T13:32:23.353Z | Checking slog-stdlog v4.1.1 |
1080 | 2024-10-30T13:32:23.709Z | Checking hyper-tls v0.5.0 |
1081 | 2024-10-30T13:32:24.021Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1082 | 2024-10-30T13:32:24.168Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1083 | 2024-10-30T13:32:24.336Z | Checking thin-vec v0.2.13 |
1084 | 2024-10-30T13:32:24.407Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1085 | 2024-10-30T13:32:24.825Z | Checking sync_wrapper v0.1.2 |
1086 | 2024-10-30T13:32:24.858Z | Checking minimal-lexical v0.2.1 |
1087 | 2024-10-30T13:32:24.971Z | Checking webpki-roots v0.25.4 |
1088 | 2024-10-30T13:32:25.151Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1089 | 2024-10-30T13:32:25.273Z | Checking yansi v1.0.1 |
1090 | 2024-10-30T13:32:25.293Z | Checking diff v0.1.13 |
1091 | 2024-10-30T13:32:25.568Z | Checking nom v7.1.3 |
1092 | 2024-10-30T13:32:25.671Z | Checking reqwest v0.11.27 |
1093 | 2024-10-30T13:32:25.902Z | Checking pretty_assertions v1.4.1 |
1094 | 2024-10-30T13:32:26.414Z | Checking rhai v1.19.0 |
1095 | 2024-10-30T13:32:26.829Z | Checking slog-envlogger v2.2.0 |
1096 | 2024-10-30T13:32:27.863Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1097 | 2024-10-30T13:32:29.174Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1098 | 2024-10-30T13:32:29.862Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1099 | 2024-10-30T13:32:30.624Z | Checking itertools v0.12.1 |
1100 | 2024-10-30T13:32:31.046Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1101 | 2024-10-30T13:32:32.574Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1102 | 2024-10-30T13:32:33.495Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1103 | 2024-10-30T13:32:34.198Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1104 | 2024-10-30T13:32:34.264Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1105 | 2024-10-30T13:32:34.652Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1106 | 2024-10-30T13:32:41.439Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1107 | 2024-10-30T13:32:42.405Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1108 | 2024-10-30T13:32:44.412Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1109 | 2024-10-30T13:32:45.780Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1110 | 2024-10-30T13:32:46.732Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1111 | 2024-10-30T13:32:47.217Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1112 | 2024-10-30T13:32:52.646Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1113 | 2024-10-30T13:32:52.649Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1114 | 2024-10-30T13:32:59.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
1115 | 2024-10-30T13:33:00.236Z | + banner build |
1116 | 2024-10-30T13:33:00.239Z | |
1117 | 2024-10-30T13:33:00.239Z | ##### # # # # ##### |
1118 | 2024-10-30T13:33:00.239Z | # # # # # # # # |
1119 | 2024-10-30T13:33:00.239Z | ##### # # # # # # |
1120 | 2024-10-30T13:33:00.239Z | # # # # # # # # |
1121 | 2024-10-30T13:33:00.239Z | # # # # # # # # |
1122 | 2024-10-30T13:33:00.239Z | ##### #### # ###### ##### |
1123 | 2024-10-30T13:33:00.239Z | |
1124 | 2024-10-30T13:33:00.239Z | + ptime -m cargo build |
1125 | 2024-10-30T13:33:01.326Z | Compiling cfg-if v1.0.0 |
1126 | 2024-10-30T13:33:01.358Z | Compiling memchr v2.7.4 |
1127 | 2024-10-30T13:33:01.369Z | Compiling libc v0.2.161 |
1128 | 2024-10-30T13:33:01.383Z | Compiling itoa v1.0.11 |
1129 | 2024-10-30T13:33:01.395Z | Compiling serde v1.0.210 |
1130 | 2024-10-30T13:33:01.407Z | Compiling once_cell v1.20.2 |
1131 | 2024-10-30T13:33:01.410Z | Compiling pin-project-lite v0.2.14 |
1132 | 2024-10-30T13:33:01.432Z | Compiling libm v0.2.8 |
1133 | 2024-10-30T13:33:01.435Z | Compiling ryu v1.0.18 |
1134 | 2024-10-30T13:33:01.539Z | Compiling byteorder v1.5.0 |
1135 | 2024-10-30T13:33:01.581Z | Compiling scopeguard v1.2.0 |
1136 | 2024-10-30T13:33:01.740Z | Compiling lock_api v0.4.12 |
1137 | 2024-10-30T13:33:01.797Z | Compiling iana-time-zone v0.1.61 |
1138 | 2024-10-30T13:33:01.859Z | Compiling futures-core v0.3.31 |
1139 | 2024-10-30T13:33:02.043Z | Compiling zerocopy v0.7.35 |
1140 | 2024-10-30T13:33:02.127Z | Compiling thiserror v1.0.64 |
1141 | 2024-10-30T13:33:02.243Z | Compiling log v0.4.22 |
1142 | 2024-10-30T13:33:02.266Z | Compiling dyn-clone v1.0.17 |
1143 | 2024-10-30T13:33:02.399Z | Compiling num-traits v0.2.19 |
1144 | 2024-10-30T13:33:02.507Z | Compiling futures-sink v0.3.31 |
1145 | 2024-10-30T13:33:02.667Z | Compiling getrandom v0.2.15 |
1146 | 2024-10-30T13:33:02.719Z | Compiling signal-hook-registry v1.4.2 |
1147 | 2024-10-30T13:33:02.932Z | Compiling mio v1.0.2 |
1148 | 2024-10-30T13:33:02.996Z | Compiling socket2 v0.5.7 |
1149 | 2024-10-30T13:33:03.060Z | Compiling slab v0.4.9 |
1150 | 2024-10-30T13:33:03.211Z | Compiling futures-channel v0.3.31 |
1151 | 2024-10-30T13:33:03.354Z | Compiling tracing-core v0.1.32 |
1152 | 2024-10-30T13:33:03.658Z | Compiling pin-utils v0.1.0 |
1153 | 2024-10-30T13:33:03.747Z | Compiling futures-io v0.3.31 |
1154 | 2024-10-30T13:33:03.760Z | Compiling futures-task v0.3.31 |
1155 | 2024-10-30T13:33:03.774Z | Compiling equivalent v1.0.1 |
1156 | 2024-10-30T13:33:03.884Z | Compiling hashbrown v0.15.0 |
1157 | 2024-10-30T13:33:04.073Z | Compiling futures-util v0.3.31 |
1158 | 2024-10-30T13:33:04.103Z | Compiling fnv v1.0.7 |
1159 | 2024-10-30T13:33:04.118Z | Compiling bitflags v2.6.0 |
1160 | 2024-10-30T13:33:04.231Z | Compiling tracing v0.1.40 |
1161 | 2024-10-30T13:33:04.287Z | Compiling spin v0.9.8 |
1162 | 2024-10-30T13:33:04.527Z | Compiling untrusted v0.9.0 |
1163 | 2024-10-30T13:33:04.542Z | Compiling httparse v1.9.4 |
1164 | 2024-10-30T13:33:04.594Z | Compiling unicode-ident v1.0.13 |
1165 | 2024-10-30T13:33:04.708Z | Compiling ring v0.17.8 |
1166 | 2024-10-30T13:33:04.721Z | Compiling try-lock v0.2.5 |
1167 | 2024-10-30T13:33:04.786Z | Compiling proc-macro2 v1.0.86 |
1168 | 2024-10-30T13:33:04.873Z | Compiling want v0.3.1 |
1169 | 2024-10-30T13:33:05.011Z | Compiling tinyvec_macros v0.1.1 |
1170 | 2024-10-30T13:33:05.104Z | Compiling httpdate v1.0.3 |
1171 | 2024-10-30T13:33:05.171Z | Compiling subtle v2.6.1 |
1172 | 2024-10-30T13:33:05.223Z | Compiling tinyvec v1.8.0 |
1173 | 2024-10-30T13:33:05.308Z | Compiling percent-encoding v2.3.1 |
1174 | 2024-10-30T13:33:05.446Z | Compiling tower-service v0.3.3 |
1175 | 2024-10-30T13:33:05.578Z | Compiling quote v1.0.37 |
1176 | 2024-10-30T13:33:05.647Z | Compiling form_urlencoded v1.2.1 |
1177 | 2024-10-30T13:33:05.725Z | Compiling const-random v0.1.18 |
1178 | 2024-10-30T13:33:05.826Z | Compiling slog v2.7.0 |
1179 | 2024-10-30T13:33:06.003Z | Compiling syn v2.0.77 |
1180 | 2024-10-30T13:33:06.404Z | Compiling foreign-types-shared v0.1.1 |
1181 | 2024-10-30T13:33:06.519Z | Compiling unicode-bidi v0.3.15 |
1182 | 2024-10-30T13:33:06.752Z | Compiling unicode-normalization v0.1.24 |
1183 | 2024-10-30T13:33:06.766Z | Compiling foreign-types v0.3.2 |
1184 | 2024-10-30T13:33:06.850Z | Compiling ahash v0.8.11 |
1185 | 2024-10-30T13:33:06.866Z | Compiling openssl-sys v0.9.103 |
1186 | 2024-10-30T13:33:07.539Z | Compiling rustls-pki-types v1.8.0 |
1187 | 2024-10-30T13:33:07.993Z | Compiling bytes v1.7.2 |
1188 | 2024-10-30T13:33:08.129Z | Compiling smallvec v1.13.2 |
1189 | 2024-10-30T13:33:08.144Z | Compiling serde_json v1.0.128 |
1190 | 2024-10-30T13:33:08.418Z | Compiling chrono v0.4.38 |
1191 | 2024-10-30T13:33:08.475Z | Compiling uuid v1.10.0 |
1192 | 2024-10-30T13:33:08.608Z | Compiling parking_lot_core v0.9.10 |
1193 | 2024-10-30T13:33:08.988Z | Compiling parking_lot v0.12.3 |
1194 | 2024-10-30T13:33:09.311Z | Compiling indexmap v2.6.0 |
1195 | 2024-10-30T13:33:09.425Z | Compiling tokio v1.40.0 |
1196 | 2024-10-30T13:33:09.455Z | Compiling http v1.1.0 |
1197 | 2024-10-30T13:33:09.966Z | Compiling openssl v0.10.66 |
1198 | 2024-10-30T13:33:10.750Z | Compiling idna v0.5.0 |
1199 | 2024-10-30T13:33:10.826Z | Compiling schemars v0.8.21 |
1200 | 2024-10-30T13:33:11.321Z | Compiling rand_core v0.6.4 |
1201 | 2024-10-30T13:33:11.792Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-10-30T13:33:12.299Z | Compiling openssl-probe v0.1.5 |
1203 | 2024-10-30T13:33:12.640Z | Compiling hashbrown v0.14.5 |
1204 | 2024-10-30T13:33:12.656Z | Compiling url v2.5.2 |
1205 | 2024-10-30T13:33:12.698Z | Compiling ipnet v2.10.0 |
1206 | 2024-10-30T13:33:12.713Z | Compiling atomic-waker v1.1.2 |
1207 | 2024-10-30T13:33:12.913Z | Compiling ipnetwork v0.20.0 |
1208 | 2024-10-30T13:33:14.025Z | Compiling http-body v1.0.1 |
1209 | 2024-10-30T13:33:14.067Z | Compiling rustls-webpki v0.102.8 |
1210 | 2024-10-30T13:33:14.217Z | Compiling ppv-lite86 v0.2.20 |
1211 | 2024-10-30T13:33:14.285Z | Compiling aho-corasick v1.1.3 |
1212 | 2024-10-30T13:33:14.745Z | Compiling encoding_rs v0.8.34 |
1213 | 2024-10-30T13:33:14.982Z | Compiling regex-syntax v0.8.5 |
1214 | 2024-10-30T13:33:15.125Z | Compiling mime v0.3.17 |
1215 | 2024-10-30T13:33:15.785Z | Compiling zeroize v1.8.1 |
1216 | 2024-10-30T13:33:16.139Z | Compiling rand_chacha v0.3.1 |
1217 | 2024-10-30T13:33:16.400Z | Compiling native-tls v0.2.12 |
1218 | 2024-10-30T13:33:17.068Z | Compiling regress v0.10.1 |
1219 | 2024-10-30T13:33:17.348Z | Compiling serde_urlencoded v0.7.1 |
1220 | 2024-10-30T13:33:17.928Z | Compiling semver v1.0.23 |
1221 | 2024-10-30T13:33:18.816Z | Compiling tokio-util v0.7.12 |
1222 | 2024-10-30T13:33:19.382Z | Compiling tokio-native-tls v0.3.1 |
1223 | 2024-10-30T13:33:19.678Z | Compiling regex-automata v0.4.8 |
1224 | 2024-10-30T13:33:19.931Z | Compiling h2 v0.4.6 |
1225 | 2024-10-30T13:33:20.178Z | Compiling anyhow v1.0.89 |
1226 | 2024-10-30T13:33:20.238Z | Compiling heck v0.5.0 |
1227 | 2024-10-30T13:33:20.607Z | Compiling rand v0.8.5 |
1228 | 2024-10-30T13:33:20.825Z | Compiling rustls v0.23.13 |
1229 | 2024-10-30T13:33:21.203Z | Compiling http-body-util v0.1.2 |
1230 | 2024-10-30T13:33:21.759Z | Compiling openapiv3 v2.0.0 |
1231 | 2024-10-30T13:33:22.351Z | Compiling base64 v0.22.1 |
1232 | 2024-10-30T13:33:22.581Z | Compiling webpki-roots v0.26.6 |
1233 | 2024-10-30T13:33:22.594Z | Compiling winnow v0.6.18 |
1234 | 2024-10-30T13:33:22.812Z | Compiling powerfmt v0.2.0 |
1235 | 2024-10-30T13:33:23.235Z | Compiling rustls-pemfile v2.1.3 |
1236 | 2024-10-30T13:33:23.280Z | Compiling deranged v0.3.11 |
1237 | 2024-10-30T13:33:23.782Z | Compiling typenum v1.17.0 |
1238 | 2024-10-30T13:33:25.317Z | Compiling hyper v1.4.1 |
1239 | 2024-10-30T13:33:25.397Z | Compiling regex v1.11.1 |
1240 | 2024-10-30T13:33:26.400Z | Compiling sync_wrapper v1.0.1 |
1241 | 2024-10-30T13:33:26.566Z | Compiling num_threads v0.1.7 |
1242 | 2024-10-30T13:33:26.600Z | Compiling time-core v0.1.2 |
1243 | 2024-10-30T13:33:26.648Z | Compiling num-conv v0.1.0 |
1244 | 2024-10-30T13:33:26.700Z | Compiling generic-array v0.14.7 |
1245 | 2024-10-30T13:33:26.781Z | Compiling tokio-rustls v0.26.0 |
1246 | 2024-10-30T13:33:26.945Z | Compiling time v0.3.36 |
1247 | 2024-10-30T13:33:27.306Z | Compiling crossbeam-utils v0.8.20 |
1248 | 2024-10-30T13:33:28.100Z | Compiling hyper-util v0.1.9 |
1249 | 2024-10-30T13:33:28.116Z | Compiling typify-impl v0.2.0 |
1250 | 2024-10-30T13:33:28.139Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1251 | 2024-10-30T13:33:28.762Z | Compiling dirs-sys-next v0.1.2 |
1252 | 2024-10-30T13:33:29.045Z | Compiling dirs-next v2.0.0 |
1253 | 2024-10-30T13:33:29.251Z | Compiling crypto-common v0.1.6 |
1254 | 2024-10-30T13:33:29.450Z | Compiling block-buffer v0.10.4 |
1255 | 2024-10-30T13:33:29.555Z | Compiling scroll v0.12.0 |
1256 | 2024-10-30T13:33:29.668Z | Compiling thread_local v1.1.8 |
1257 | 2024-10-30T13:33:29.947Z | Compiling plain v0.2.3 |
1258 | 2024-10-30T13:33:30.102Z | Compiling hyper-tls v0.6.0 |
1259 | 2024-10-30T13:33:30.143Z | Compiling hyper-rustls v0.27.3 |
1260 | 2024-10-30T13:33:30.279Z | Compiling match_cfg v0.1.0 |
1261 | 2024-10-30T13:33:30.319Z | Compiling ucd-trie v0.1.6 |
1262 | 2024-10-30T13:33:30.374Z | Compiling hostname v0.3.1 |
1263 | 2024-10-30T13:33:30.556Z | Compiling reqwest v0.12.8 |
1264 | 2024-10-30T13:33:30.658Z | Compiling pest v2.7.13 |
1265 | 2024-10-30T13:33:30.839Z | Compiling goblin v0.8.2 |
1266 | 2024-10-30T13:33:31.068Z | Compiling digest v0.10.7 |
1267 | 2024-10-30T13:33:31.122Z | Compiling term v0.7.0 |
1268 | 2024-10-30T13:33:31.523Z | Compiling crossbeam-channel v0.5.13 |
1269 | 2024-10-30T13:33:32.775Z | Compiling typify v0.2.0 |
1270 | 2024-10-30T13:33:32.925Z | Compiling progenitor-impl v0.8.0 |
1271 | 2024-10-30T13:33:33.022Z | Compiling progenitor-client v0.8.0 |
1272 | 2024-10-30T13:33:33.139Z | Compiling futures-executor v0.3.31 |
1273 | 2024-10-30T13:33:33.483Z | Compiling is-terminal v0.4.13 |
1274 | 2024-10-30T13:33:33.611Z | Compiling take_mut v0.2.2 |
1275 | 2024-10-30T13:33:33.777Z | Compiling pretty-hex v0.4.1 |
1276 | 2024-10-30T13:33:33.830Z | Compiling slog-async v2.8.0 |
1277 | 2024-10-30T13:33:33.870Z | Compiling slog-term v2.9.1 |
1278 | 2024-10-30T13:33:33.998Z | Compiling futures v0.3.31 |
1279 | 2024-10-30T13:33:34.126Z | Compiling dtrace-parser v0.2.0 |
1280 | 2024-10-30T13:33:35.119Z | Compiling omicron-workspace-hack v0.1.0 |
1281 | 2024-10-30T13:33:35.167Z | Compiling thread-id v4.2.2 |
1282 | 2024-10-30T13:33:35.220Z | Compiling instant v0.1.13 |
1283 | 2024-10-30T13:33:35.285Z | Compiling cpufeatures v0.2.14 |
1284 | 2024-10-30T13:33:35.371Z | Compiling camino v1.1.9 |
1285 | 2024-10-30T13:33:35.385Z | Compiling newtype-uuid v1.1.2 |
1286 | 2024-10-30T13:33:35.721Z | Compiling progenitor v0.8.0 |
1287 | 2024-10-30T13:33:35.919Z | Compiling serde_spanned v0.6.7 |
1288 | 2024-10-30T13:33:35.932Z | Compiling toml_datetime v0.6.8 |
1289 | 2024-10-30T13:33:36.182Z | Compiling memmap v0.7.0 |
1290 | 2024-10-30T13:33:36.462Z | Compiling debug-ignore v1.0.5 |
1291 | 2024-10-30T13:33:36.465Z | Compiling toml_edit v0.22.21 |
1292 | 2024-10-30T13:33:36.529Z | Compiling slog-json v2.6.1 |
1293 | 2024-10-30T13:33:36.547Z | Compiling strum v0.26.3 |
1294 | 2024-10-30T13:33:36.618Z | Compiling serde_with v3.11.0 |
1295 | 2024-10-30T13:33:36.731Z | Compiling rustls v0.22.4 |
1296 | 2024-10-30T13:33:36.923Z | Compiling dof v0.3.0 |
1297 | 2024-10-30T13:33:39.553Z | Compiling usdt-impl v0.5.0 |
1298 | 2024-10-30T13:33:40.745Z | Compiling usdt v0.5.0 |
1299 | 2024-10-30T13:33:41.357Z | Compiling tokio-rustls v0.25.0 |
1300 | 2024-10-30T13:33:41.412Z | Compiling toml v0.8.19 |
1301 | 2024-10-30T13:33:41.815Z | Compiling slog-bunyan v2.5.0 |
1302 | 2024-10-30T13:33:42.032Z | Compiling sha1 v0.10.6 |
1303 | 2024-10-30T13:33:42.076Z | Compiling async-stream v0.3.5 |
1304 | 2024-10-30T13:33:42.452Z | Compiling multer v3.1.0 |
1305 | 2024-10-30T13:33:42.534Z | Compiling waitgroup v0.1.2 |
1306 | 2024-10-30T13:33:42.752Z | Compiling hex v0.4.3 |
1307 | 2024-10-30T13:33:42.792Z | Compiling serde_path_to_error v0.1.16 |
1308 | 2024-10-30T13:33:43.115Z | Compiling hostname v0.4.0 |
1309 | 2024-10-30T13:33:43.290Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1310 | 2024-10-30T13:33:43.397Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1311 | 2024-10-30T13:33:43.418Z | Compiling backoff v0.4.0 |
1312 | 2024-10-30T13:33:43.562Z | Compiling dropshot v0.12.0 |
1313 | 2024-10-30T13:33:43.724Z | Compiling parse-display v0.10.0 |
1314 | 2024-10-30T13:33:43.726Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1315 | 2024-10-30T13:33:43.834Z | Compiling regress v0.9.1 |
1316 | 2024-10-30T13:33:43.922Z | Compiling macaddr v1.0.1 |
1317 | 2024-10-30T13:33:44.391Z | Compiling errno v0.3.9 |
1318 | 2024-10-30T13:33:44.563Z | Compiling lazy_static v1.5.0 |
1319 | 2024-10-30T13:33:44.655Z | Compiling rustix v0.38.37 |
1320 | 2024-10-30T13:33:44.701Z | Compiling utf8parse v0.2.2 |
1321 | 2024-10-30T13:33:44.875Z | Compiling unicode-width v0.1.14 |
1322 | 2024-10-30T13:33:45.428Z | Compiling anstyle-parse v0.2.5 |
1323 | 2024-10-30T13:33:45.473Z | Compiling hash32 v0.3.1 |
1324 | 2024-10-30T13:33:45.739Z | Compiling is_terminal_polyfill v1.70.1 |
1325 | 2024-10-30T13:33:45.803Z | Compiling anstyle v1.0.8 |
1326 | 2024-10-30T13:33:45.878Z | Compiling anstyle-query v1.1.1 |
1327 | 2024-10-30T13:33:46.039Z | Compiling stable_deref_trait v1.2.0 |
1328 | 2024-10-30T13:33:46.151Z | Compiling colorchoice v1.0.2 |
1329 | 2024-10-30T13:33:46.305Z | Compiling anstream v0.6.15 |
1330 | 2024-10-30T13:33:46.331Z | Compiling heapless v0.8.0 |
1331 | 2024-10-30T13:33:47.188Z | Compiling terminal_size v0.3.0 |
1332 | 2024-10-30T13:33:47.406Z | Compiling num-integer v0.1.46 |
1333 | 2024-10-30T13:33:47.481Z | Compiling clap_lex v0.7.2 |
1334 | 2024-10-30T13:33:47.826Z | Compiling managed v0.8.0 |
1335 | 2024-10-30T13:33:48.093Z | Compiling either v1.13.0 |
1336 | 2024-10-30T13:33:48.216Z | Compiling foreign-types-shared v0.3.1 |
1337 | 2024-10-30T13:33:48.285Z | Compiling strsim v0.11.1 |
1338 | 2024-10-30T13:33:48.300Z | Compiling bitflags v1.3.2 |
1339 | 2024-10-30T13:33:48.333Z | Compiling cobs v0.2.3 |
1340 | 2024-10-30T13:33:48.405Z | Compiling smoltcp v0.11.0 |
1341 | 2024-10-30T13:33:48.523Z | Compiling postcard v1.0.10 |
1342 | 2024-10-30T13:33:48.658Z | Compiling clap_builder v4.5.18 |
1343 | 2024-10-30T13:33:49.224Z | Compiling foreign-types v0.5.0 |
1344 | 2024-10-30T13:33:49.325Z | Compiling num_enum v0.5.11 |
1345 | 2024-10-30T13:33:49.341Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1346 | 2024-10-30T13:33:49.363Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1347 | 2024-10-30T13:33:49.481Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1348 | 2024-10-30T13:33:49.504Z | Compiling cstr-argument v0.1.2 |
1349 | 2024-10-30T13:33:49.560Z | Compiling pretty-hex v0.2.1 |
1350 | 2024-10-30T13:33:49.755Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1351 | 2024-10-30T13:33:49.776Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1352 | 2024-10-30T13:33:49.807Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1353 | 2024-10-30T13:33:50.187Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1354 | 2024-10-30T13:33:50.369Z | Compiling num-rational v0.4.2 |
1355 | 2024-10-30T13:33:50.473Z | Compiling num-iter v0.1.45 |
1356 | 2024-10-30T13:33:50.655Z | Compiling colored v2.1.0 |
1357 | 2024-10-30T13:33:50.711Z | Compiling num-complex v0.4.6 |
1358 | 2024-10-30T13:33:50.825Z | Compiling tabwriter v1.4.0 |
1359 | 2024-10-30T13:33:51.428Z | Compiling float-ord v0.3.2 |
1360 | 2024-10-30T13:33:51.525Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1361 | 2024-10-30T13:33:51.599Z | Compiling fastrand v2.1.1 |
1362 | 2024-10-30T13:33:51.849Z | Compiling num v0.4.3 |
1363 | 2024-10-30T13:33:51.885Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1364 | 2024-10-30T13:33:51.960Z | Compiling tempfile v3.12.0 |
1365 | 2024-10-30T13:33:51.994Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1366 | 2024-10-30T13:33:52.049Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1367 | 2024-10-30T13:33:52.224Z | Compiling crucible-workspace-hack v0.1.0 |
1368 | 2024-10-30T13:33:52.334Z | Compiling prettyplease v0.2.22 |
1369 | 2024-10-30T13:33:53.014Z | Compiling clap v4.5.18 |
1370 | 2024-10-30T13:33:53.144Z | Compiling camino-tempfile v1.1.1 |
1371 | 2024-10-30T13:33:53.636Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1372 | 2024-10-30T13:33:53.880Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1373 | 2024-10-30T13:33:54.116Z | Compiling itertools v0.10.5 |
1374 | 2024-10-30T13:33:54.369Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1375 | 2024-10-30T13:33:54.871Z | Compiling sigpipe v0.1.3 |
1376 | 2024-10-30T13:33:55.003Z | Compiling static_assertions v1.1.0 |
1377 | 2024-10-30T13:33:55.107Z | Compiling base64ct v1.6.0 |
1378 | 2024-10-30T13:33:55.341Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1379 | 2024-10-30T13:33:55.781Z | Compiling password-hash v0.5.0 |
1380 | 2024-10-30T13:33:55.940Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1381 | 2024-10-30T13:33:56.183Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1382 | 2024-10-30T13:33:56.373Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1383 | 2024-10-30T13:33:56.384Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1384 | 2024-10-30T13:33:56.650Z | Compiling blake2 v0.10.6 |
1385 | 2024-10-30T13:33:56.800Z | Compiling idna v0.4.0 |
1386 | 2024-10-30T13:33:56.974Z | Compiling zone v0.3.0 |
1387 | 2024-10-30T13:33:57.194Z | Compiling smf v0.2.3 |
1388 | 2024-10-30T13:33:57.548Z | Compiling whoami v1.5.2 |
1389 | 2024-10-30T13:33:57.618Z | Compiling fixedbitset v0.4.2 |
1390 | 2024-10-30T13:33:58.030Z | Compiling linked-hash-map v0.5.6 |
1391 | 2024-10-30T13:33:58.130Z | Compiling unicode-segmentation v1.12.0 |
1392 | 2024-10-30T13:33:58.297Z | Compiling quick-error v1.2.3 |
1393 | 2024-10-30T13:33:58.430Z | Compiling data-encoding v2.6.0 |
1394 | 2024-10-30T13:33:58.454Z | Compiling resolv-conf v0.7.0 |
1395 | 2024-10-30T13:33:58.711Z | Compiling lru-cache v0.1.2 |
1396 | 2024-10-30T13:33:58.733Z | Compiling petgraph v0.6.5 |
1397 | 2024-10-30T13:33:58.826Z | Compiling zerocopy v0.6.6 |
1398 | 2024-10-30T13:33:58.911Z | Compiling newline-converter v0.3.0 |
1399 | 2024-10-30T13:33:59.080Z | Compiling argon2 v0.5.3 |
1400 | 2024-10-30T13:33:59.095Z | Compiling hubpack v0.1.2 |
1401 | 2024-10-30T13:33:59.370Z | Compiling hickory-proto v0.24.1 |
1402 | 2024-10-30T13:33:59.572Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1403 | 2024-10-30T13:33:59.640Z | Compiling console v0.15.8 |
1404 | 2024-10-30T13:33:59.698Z | Compiling serde-big-array v0.5.1 |
1405 | 2024-10-30T13:33:59.929Z | Compiling similar v2.6.0 |
1406 | 2024-10-30T13:34:00.622Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1407 | 2024-10-30T13:34:01.322Z | Compiling expectorate v1.1.0 |
1408 | 2024-10-30T13:34:01.424Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1409 | 2024-10-30T13:34:01.499Z | Compiling newtype_derive v0.1.6 |
1410 | 2024-10-30T13:34:01.622Z | Compiling owo-colors v4.1.0 |
1411 | 2024-10-30T13:34:01.876Z | Compiling cancel-safe-futures v0.1.5 |
1412 | 2024-10-30T13:34:02.570Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1413 | 2024-10-30T13:34:02.798Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1414 | 2024-10-30T13:34:03.170Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1415 | 2024-10-30T13:34:04.135Z | Compiling hickory-resolver v0.24.1 |
1416 | 2024-10-30T13:34:06.959Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1417 | 2024-10-30T13:34:07.886Z | Compiling atomicwrites v0.4.4 |
1418 | 2024-10-30T13:34:08.001Z | Compiling itertools v0.13.0 |
1419 | 2024-10-30T13:34:08.249Z | Compiling tokio-stream v0.1.16 |
1420 | 2024-10-30T13:34:08.668Z | Compiling libsw v3.3.1 |
1421 | 2024-10-30T13:34:09.016Z | Compiling highway v1.2.0 |
1422 | 2024-10-30T13:34:09.348Z | Compiling indent_write v2.2.0 |
1423 | 2024-10-30T13:34:09.584Z | Compiling linear-map v1.2.0 |
1424 | 2024-10-30T13:34:09.705Z | Compiling swrite v0.1.0 |
1425 | 2024-10-30T13:34:09.843Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1426 | 2024-10-30T13:34:09.905Z | Compiling qorb v0.1.2 |
1427 | 2024-10-30T13:34:09.966Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1428 | 2024-10-30T13:34:11.485Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1429 | 2024-10-30T13:34:11.583Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1430 | 2024-10-30T13:34:12.357Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1431 | 2024-10-30T13:34:13.416Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1432 | 2024-10-30T13:34:13.878Z | Compiling steno v0.4.1 |
1433 | 2024-10-30T13:34:14.227Z | Compiling cookie v0.18.1 |
1434 | 2024-10-30T13:34:14.614Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1435 | 2024-10-30T13:34:15.050Z | Compiling libscf-sys v1.1.0 |
1436 | 2024-10-30T13:34:15.295Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1437 | 2024-10-30T13:34:15.512Z | Compiling humantime v2.1.0 |
1438 | 2024-10-30T13:34:15.625Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1439 | 2024-10-30T13:34:15.748Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1440 | 2024-10-30T13:34:16.116Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1441 | 2024-10-30T13:34:16.677Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1442 | 2024-10-30T13:34:18.707Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1443 | 2024-10-30T13:34:19.334Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1444 | 2024-10-30T13:34:19.776Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1445 | 2024-10-30T13:34:19.918Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1446 | 2024-10-30T13:34:20.206Z | Compiling slog-dtrace v0.3.0 |
1447 | 2024-10-30T13:34:20.348Z | Compiling parking_lot_core v0.8.6 |
1448 | 2024-10-30T13:34:20.857Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1449 | 2024-10-30T13:34:20.931Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1450 | 2024-10-30T13:34:21.091Z | Compiling crc8 v0.1.1 |
1451 | 2024-10-30T13:34:21.181Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1452 | 2024-10-30T13:34:21.257Z | Compiling parking_lot v0.11.2 |
1453 | 2024-10-30T13:34:22.045Z | Compiling crossbeam-epoch v0.9.18 |
1454 | 2024-10-30T13:34:22.145Z | Compiling http v0.2.12 |
1455 | 2024-10-30T13:34:22.234Z | Compiling fxhash v0.2.1 |
1456 | 2024-10-30T13:34:22.463Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1457 | 2024-10-30T13:34:22.758Z | Compiling crc32fast v1.4.2 |
1458 | 2024-10-30T13:34:22.903Z | Compiling sct v0.7.1 |
1459 | 2024-10-30T13:34:22.927Z | Compiling rustls-webpki v0.101.7 |
1460 | 2024-10-30T13:34:23.132Z | Compiling sled v0.34.7 |
1461 | 2024-10-30T13:34:23.271Z | Compiling half v2.4.1 |
1462 | 2024-10-30T13:34:23.876Z | Compiling h2 v0.3.26 |
1463 | 2024-10-30T13:34:24.976Z | Compiling http-body v0.4.6 |
1464 | 2024-10-30T13:34:25.023Z | Compiling ciborium-io v0.2.2 |
1465 | 2024-10-30T13:34:25.123Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1466 | 2024-10-30T13:34:25.157Z | Compiling ciborium-ll v0.2.2 |
1467 | 2024-10-30T13:34:25.290Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1468 | 2024-10-30T13:34:25.453Z | Compiling rustls v0.21.12 |
1469 | 2024-10-30T13:34:25.595Z | Compiling arc-swap v1.7.1 |
1470 | 2024-10-30T13:34:26.340Z | Compiling slog-scope v4.4.0 |
1471 | 2024-10-30T13:34:26.956Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1472 | 2024-10-30T13:34:27.216Z | Compiling ciborium v0.2.2 |
1473 | 2024-10-30T13:34:27.537Z | Compiling base64 v0.21.7 |
1474 | 2024-10-30T13:34:28.441Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1475 | 2024-10-30T13:34:28.878Z | Compiling hyper v0.14.30 |
1476 | 2024-10-30T13:34:32.095Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1477 | 2024-10-30T13:34:32.259Z | Compiling tokio-rustls v0.24.1 |
1478 | 2024-10-30T13:34:32.706Z | Compiling rustls-pemfile v1.0.4 |
1479 | 2024-10-30T13:34:33.213Z | Compiling hyper-tls v0.5.0 |
1480 | 2024-10-30T13:34:33.594Z | Compiling hyper-rustls v0.24.2 |
1481 | 2024-10-30T13:34:33.941Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1482 | 2024-10-30T13:34:33.998Z | Compiling slog-stdlog v4.1.1 |
1483 | 2024-10-30T13:34:34.425Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1484 | 2024-10-30T13:34:35.717Z | Compiling sync_wrapper v0.1.2 |
1485 | 2024-10-30T13:34:35.865Z | Compiling webpki-roots v0.25.4 |
1486 | 2024-10-30T13:34:36.952Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1487 | 2024-10-30T13:34:36.955Z | Compiling reqwest v0.11.27 |
1488 | 2024-10-30T13:34:36.955Z | Compiling slog-envlogger v2.2.0 |
1489 | 2024-10-30T13:34:37.074Z | Compiling num_enum v0.7.3 |
1490 | 2024-10-30T13:34:37.225Z | Compiling smartstring v1.0.1 |
1491 | 2024-10-30T13:34:37.261Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1492 | 2024-10-30T13:34:37.370Z | Compiling thin-vec v0.2.13 |
1493 | 2024-10-30T13:34:37.890Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1494 | 2024-10-30T13:34:38.015Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1495 | 2024-10-30T13:34:38.050Z | Compiling minimal-lexical v0.2.1 |
1496 | 2024-10-30T13:34:38.174Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1497 | 2024-10-30T13:34:38.397Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1498 | 2024-10-30T13:34:38.617Z | Compiling nom v7.1.3 |
1499 | 2024-10-30T13:34:38.900Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1500 | 2024-10-30T13:34:39.133Z | Compiling rhai v1.19.0 |
1501 | 2024-10-30T13:34:41.916Z | Compiling itertools v0.12.1 |
1502 | 2024-10-30T13:34:42.511Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1503 | 2024-10-30T13:34:42.737Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1504 | 2024-10-30T13:34:44.475Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1505 | 2024-10-30T13:34:45.323Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1506 | 2024-10-30T13:34:47.218Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1507 | 2024-10-30T13:34:48.065Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1508 | 2024-10-30T13:34:48.183Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1509 | 2024-10-30T13:34:48.210Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1510 | 2024-10-30T13:34:49.969Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1511 | 2024-10-30T13:34:51.856Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1512 | 2024-10-30T13:34:54.381Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1513 | 2024-10-30T13:34:54.432Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1514 | 2024-10-30T13:34:57.354Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1515 | 2024-10-30T13:34:57.354Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1516 | 2024-10-30T13:35:01.482Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1517 | 2024-10-30T13:35:14.149Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1518 | 2024-10-30T13:35:15.185Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1519 | 2024-10-30T13:35:15.561Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1520 | 2024-10-30T13:35:15.561Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1521 | 2024-10-30T13:36:04.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s |
1522 | 2024-10-30T13:36:04.386Z | |
1523 | 2024-10-30T13:36:04.386Z | real 3:04.156868486 |
1524 | 2024-10-30T13:36:04.386Z | user 17:02.780919304 |
1525 | 2024-10-30T13:36:04.386Z | sys 3:05.921952161 |
1526 | 2024-10-30T13:36:04.386Z | trap 0.536936699 |
1527 | 2024-10-30T13:36:04.389Z | tflt 0.640271101 |
1528 | 2024-10-30T13:36:04.389Z | dflt 0.866234913 |
1529 | 2024-10-30T13:36:04.389Z | kflt 0.000047351 |
1530 | 2024-10-30T13:36:04.389Z | lock 34:45.483720545 |
1531 | 2024-10-30T13:36:04.389Z | slp 1:09:30.312621908 |
1532 | 2024-10-30T13:36:04.389Z | lat 36.371405313 |
1533 | 2024-10-30T13:36:04.389Z | stop 1:07.902572959 |
1534 | 2024-10-30T13:36:04.389Z | + ptime -m cargo build --release |
1535 | 2024-10-30T13:36:05.260Z | Compiling proc-macro2 v1.0.86 |
1536 | 2024-10-30T13:36:05.260Z | Compiling unicode-ident v1.0.13 |
1537 | 2024-10-30T13:36:05.263Z | Compiling libc v0.2.161 |
1538 | 2024-10-30T13:36:05.263Z | Compiling serde v1.0.210 |
1539 | 2024-10-30T13:36:05.263Z | Compiling autocfg v1.3.0 |
1540 | 2024-10-30T13:36:05.263Z | Compiling cfg-if v1.0.0 |
1541 | 2024-10-30T13:36:05.263Z | Compiling version_check v0.9.5 |
1542 | 2024-10-30T13:36:05.263Z | Compiling libm v0.2.8 |
1543 | 2024-10-30T13:36:05.612Z | Compiling once_cell v1.20.2 |
1544 | 2024-10-30T13:36:05.766Z | Compiling memchr v2.7.4 |
1545 | 2024-10-30T13:36:05.951Z | Compiling parking_lot_core v0.9.10 |
1546 | 2024-10-30T13:36:05.991Z | Compiling thiserror v1.0.64 |
1547 | 2024-10-30T13:36:06.123Z | Compiling lock_api v0.4.12 |
1548 | 2024-10-30T13:36:06.398Z | Compiling shlex v1.3.0 |
1549 | 2024-10-30T13:36:06.499Z | Compiling itoa v1.0.11 |
1550 | 2024-10-30T13:36:06.737Z | Compiling cc v1.1.21 |
1551 | 2024-10-30T13:36:06.763Z | Compiling schemars v0.8.21 |
1552 | 2024-10-30T13:36:06.792Z | Compiling slab v0.4.9 |
1553 | 2024-10-30T13:36:07.169Z | Compiling quote v1.0.37 |
1554 | 2024-10-30T13:36:07.394Z | Compiling ryu v1.0.18 |
1555 | 2024-10-30T13:36:07.682Z | Compiling syn v2.0.77 |
1556 | 2024-10-30T13:36:07.700Z | Compiling getrandom v0.2.15 |
1557 | 2024-10-30T13:36:07.752Z | Compiling pin-project-lite v0.2.14 |
1558 | 2024-10-30T13:36:07.817Z | Compiling serde_json v1.0.128 |
1559 | 2024-10-30T13:36:07.886Z | Compiling num-traits v0.2.19 |
1560 | 2024-10-30T13:36:08.254Z | Compiling byteorder v1.5.0 |
1561 | 2024-10-30T13:36:08.512Z | Compiling scopeguard v1.2.0 |
1562 | 2024-10-30T13:36:08.681Z | Compiling equivalent v1.0.1 |
1563 | 2024-10-30T13:36:08.790Z | Compiling log v0.4.22 |
1564 | 2024-10-30T13:36:08.802Z | Compiling hashbrown v0.15.0 |
1565 | 2024-10-30T13:36:08.921Z | Compiling heck v0.5.0 |
1566 | 2024-10-30T13:36:09.358Z | Compiling socket2 v0.5.7 |
1567 | 2024-10-30T13:36:09.662Z | Compiling signal-hook-registry v1.4.2 |
1568 | 2024-10-30T13:36:09.910Z | Compiling ring v0.17.8 |
1569 | 2024-10-30T13:36:10.180Z | Compiling mio v1.0.2 |
1570 | 2024-10-30T13:36:10.951Z | Compiling httparse v1.9.4 |
1571 | 2024-10-30T13:36:11.027Z | Compiling vcpkg v0.2.15 |
1572 | 2024-10-30T13:36:11.073Z | Compiling fnv v1.0.7 |
1573 | 2024-10-30T13:36:11.139Z | Compiling pkg-config v0.3.31 |
1574 | 2024-10-30T13:36:11.559Z | Compiling futures-core v0.3.31 |
1575 | 2024-10-30T13:36:11.697Z | Compiling iana-time-zone v0.1.61 |
1576 | 2024-10-30T13:36:11.836Z | Compiling dyn-clone v1.0.17 |
1577 | 2024-10-30T13:36:11.851Z | Compiling slog v2.7.0 |
1578 | 2024-10-30T13:36:12.023Z | Compiling semver v1.0.23 |
1579 | 2024-10-30T13:36:12.403Z | Compiling ahash v0.8.11 |
1580 | 2024-10-30T13:36:12.455Z | Compiling futures-sink v0.3.31 |
1581 | 2024-10-30T13:36:12.565Z | Compiling openssl v0.10.66 |
1582 | 2024-10-30T13:36:12.608Z | Compiling allocator-api2 v0.2.18 |
1583 | 2024-10-30T13:36:12.623Z | Compiling native-tls v0.2.12 |
1584 | 2024-10-30T13:36:12.707Z | Compiling futures-channel v0.3.31 |
1585 | 2024-10-30T13:36:12.722Z | Compiling openssl-sys v0.9.103 |
1586 | 2024-10-30T13:36:12.929Z | Compiling tracing-core v0.1.32 |
1587 | 2024-10-30T13:36:13.011Z | Compiling futures-io v0.3.31 |
1588 | 2024-10-30T13:36:13.027Z | Compiling pin-utils v0.1.0 |
1589 | 2024-10-30T13:36:13.087Z | Compiling futures-task v0.3.31 |
1590 | 2024-10-30T13:36:13.400Z | Compiling rustls v0.23.13 |
1591 | 2024-10-30T13:36:13.431Z | Compiling bitflags v2.6.0 |
1592 | 2024-10-30T13:36:13.478Z | Compiling aho-corasick v1.1.3 |
1593 | 2024-10-30T13:36:13.753Z | Compiling spin v0.9.8 |
1594 | 2024-10-30T13:36:13.843Z | Compiling regex-syntax v0.8.5 |
1595 | 2024-10-30T13:36:13.974Z | Compiling anyhow v1.0.89 |
1596 | 2024-10-30T13:36:14.010Z | Compiling typenum v1.17.0 |
1597 | 2024-10-30T13:36:14.636Z | Compiling untrusted v0.9.0 |
1598 | 2024-10-30T13:36:14.734Z | Compiling generic-array v0.14.7 |
1599 | 2024-10-30T13:36:14.843Z | Compiling crunchy v0.2.2 |
1600 | 2024-10-30T13:36:14.993Z | Compiling serde_derive_internals v0.29.1 |
1601 | 2024-10-30T13:36:15.180Z | Compiling ucd-trie v0.1.6 |
1602 | 2024-10-30T13:36:15.269Z | Compiling tiny-keccak v2.0.2 |
1603 | 2024-10-30T13:36:15.380Z | Compiling time-core v0.1.2 |
1604 | 2024-10-30T13:36:15.564Z | Compiling num-conv v0.1.0 |
1605 | 2024-10-30T13:36:15.837Z | Compiling time-macros v0.2.18 |
1606 | 2024-10-30T13:36:16.088Z | Compiling try-lock v0.2.5 |
1607 | 2024-10-30T13:36:16.733Z | Compiling want v0.3.1 |
1608 | 2024-10-30T13:36:17.468Z | Compiling unsafe-libyaml v0.2.11 |
1609 | 2024-10-30T13:36:17.492Z | Compiling omicron-workspace-hack v0.1.0 |
1610 | 2024-10-30T13:36:17.844Z | Compiling regex-automata v0.4.8 |
1611 | 2024-10-30T13:36:17.983Z | Compiling subtle v2.6.1 |
1612 | 2024-10-30T13:36:18.275Z | Compiling tinyvec_macros v0.1.1 |
1613 | 2024-10-30T13:36:18.380Z | Compiling httpdate v1.0.3 |
1614 | 2024-10-30T13:36:19.006Z | Compiling tinyvec v1.8.0 |
1615 | 2024-10-30T13:36:19.176Z | Compiling const-random-macro v0.1.16 |
1616 | 2024-10-30T13:36:20.052Z | Compiling tower-service v0.3.3 |
1617 | 2024-10-30T13:36:20.189Z | Compiling percent-encoding v2.3.1 |
1618 | 2024-10-30T13:36:20.524Z | Compiling form_urlencoded v1.2.1 |
1619 | 2024-10-30T13:36:20.663Z | Compiling serde_derive v1.0.210 |
1620 | 2024-10-30T13:36:20.781Z | Compiling zerocopy-derive v0.7.35 |
1621 | 2024-10-30T13:36:21.050Z | Compiling thiserror-impl v1.0.64 |
1622 | 2024-10-30T13:36:21.701Z | Compiling tokio-macros v2.4.0 |
1623 | 2024-10-30T13:36:21.762Z | Compiling schemars_derive v0.8.21 |
1624 | 2024-10-30T13:36:21.830Z | Compiling futures-macro v0.3.31 |
1625 | 2024-10-30T13:36:23.039Z | Compiling zerocopy v0.7.35 |
1626 | 2024-10-30T13:36:23.779Z | Compiling openssl-macros v0.1.1 |
1627 | 2024-10-30T13:36:23.892Z | Compiling tracing-attributes v0.1.27 |
1628 | 2024-10-30T13:36:24.449Z | Compiling futures-util v0.3.31 |
1629 | 2024-10-30T13:36:24.997Z | Compiling regex v1.11.1 |
1630 | 2024-10-30T13:36:25.148Z | Compiling scroll_derive v0.12.0 |
1631 | 2024-10-30T13:36:25.235Z | Compiling hashbrown v0.14.5 |
1632 | 2024-10-30T13:36:26.060Z | Compiling pest v2.7.13 |
1633 | 2024-10-30T13:36:26.153Z | Compiling unicode-normalization v0.1.24 |
1634 | 2024-10-30T13:36:26.736Z | Compiling regress v0.10.1 |
1635 | 2024-10-30T13:36:26.795Z | Compiling const-random v0.1.18 |
1636 | 2024-10-30T13:36:27.476Z | Compiling tracing v0.1.40 |
1637 | 2024-10-30T13:36:27.496Z | Compiling usdt-impl v0.5.0 |
1638 | 2024-10-30T13:36:27.919Z | Compiling unicode-bidi v0.3.15 |
1639 | 2024-10-30T13:36:28.253Z | Compiling foreign-types-shared v0.1.1 |
1640 | 2024-10-30T13:36:28.376Z | Compiling foreign-types v0.3.2 |
1641 | 2024-10-30T13:36:29.197Z | Compiling pest_meta v2.7.13 |
1642 | 2024-10-30T13:36:30.916Z | Compiling pest_generator v2.7.13 |
1643 | 2024-10-30T13:36:31.676Z | Compiling scroll v0.12.0 |
1644 | 2024-10-30T13:36:32.266Z | Compiling plain v0.2.3 |
1645 | 2024-10-30T13:36:32.423Z | Compiling strsim v0.11.1 |
1646 | 2024-10-30T13:36:32.770Z | Compiling rustversion v1.0.17 |
1647 | 2024-10-30T13:36:32.882Z | Compiling rustls-pki-types v1.8.0 |
1648 | 2024-10-30T13:36:33.342Z | Compiling goblin v0.8.2 |
1649 | 2024-10-30T13:36:33.500Z | Compiling pest_derive v2.7.13 |
1650 | 2024-10-30T13:36:33.555Z | Compiling idna v0.5.0 |
1651 | 2024-10-30T13:36:34.256Z | Compiling rand_core v0.6.4 |
1652 | 2024-10-30T13:36:34.446Z | Compiling newtype-uuid v1.1.2 |
1653 | 2024-10-30T13:36:34.764Z | Compiling openssl-probe v0.1.5 |
1654 | 2024-10-30T13:36:34.809Z | Compiling pretty-hex v0.4.1 |
1655 | 2024-10-30T13:36:35.256Z | Compiling slog-async v2.8.0 |
1656 | 2024-10-30T13:36:35.805Z | Compiling bytes v1.7.2 |
1657 | 2024-10-30T13:36:35.926Z | Compiling smallvec v1.13.2 |
1658 | 2024-10-30T13:36:37.066Z | Compiling indexmap v2.6.0 |
1659 | 2024-10-30T13:36:37.811Z | Compiling chrono v0.4.38 |
1660 | 2024-10-30T13:36:38.416Z | Compiling parking_lot v0.12.3 |
1661 | 2024-10-30T13:36:38.598Z | Compiling uuid v1.10.0 |
1662 | 2024-10-30T13:36:39.465Z | Compiling tokio v1.40.0 |
1663 | 2024-10-30T13:36:41.499Z | Compiling serde_tokenstream v0.2.2 |
1664 | 2024-10-30T13:36:43.057Z | Compiling http v1.1.0 |
1665 | 2024-10-30T13:36:44.107Z | Compiling openapiv3 v2.0.0 |
1666 | 2024-10-30T13:36:44.743Z | Compiling typify-impl v0.2.0 |
1667 | 2024-10-30T13:36:45.517Z | Compiling serde_yaml v0.9.34+deprecated |
1668 | 2024-10-30T13:36:49.126Z | Compiling paste v1.0.15 |
1669 | 2024-10-30T13:36:49.742Z | Compiling tokio-util v0.7.12 |
1670 | 2024-10-30T13:36:49.937Z | Compiling dof v0.3.0 |
1671 | 2024-10-30T13:36:51.785Z | Compiling dtrace-parser v0.2.0 |
1672 | 2024-10-30T13:36:51.928Z | Compiling url v2.5.2 |
1673 | 2024-10-30T13:36:53.629Z | Compiling thread-id v4.2.2 |
1674 | 2024-10-30T13:36:53.728Z | Compiling ipnet v2.10.0 |
1675 | 2024-10-30T13:36:53.749Z | Compiling ident_case v1.0.1 |
1676 | 2024-10-30T13:36:53.755Z | Compiling rustls v0.22.4 |
1677 | 2024-10-30T13:36:53.930Z | Compiling camino v1.1.9 |
1678 | 2024-10-30T13:36:54.114Z | Compiling atomic-waker v1.1.2 |
1679 | 2024-10-30T13:36:54.257Z | Compiling darling_core v0.20.10 |
1680 | 2024-10-30T13:36:54.577Z | Compiling http-body v1.0.1 |
1681 | 2024-10-30T13:36:54.863Z | Compiling tokio-native-tls v0.3.1 |
1682 | 2024-10-30T13:36:55.797Z | Compiling ipnetwork v0.20.0 |
1683 | 2024-10-30T13:36:56.404Z | Compiling rustls-webpki v0.102.8 |
1684 | 2024-10-30T13:36:56.778Z | Compiling ppv-lite86 v0.2.20 |
1685 | 2024-10-30T13:36:57.436Z | Compiling typify-macro v0.2.0 |
1686 | 2024-10-30T13:36:58.113Z | Compiling encoding_rs v0.8.34 |
1687 | 2024-10-30T13:37:00.931Z | Compiling mime v0.3.17 |
1688 | 2024-10-30T13:37:01.050Z | Compiling zeroize v1.8.1 |
1689 | 2024-10-30T13:37:01.439Z | Compiling darling_macro v0.20.10 |
1690 | 2024-10-30T13:37:01.708Z | Compiling typify v0.2.0 |
1691 | 2024-10-30T13:37:01.865Z | Compiling progenitor-impl v0.8.0 |
1692 | 2024-10-30T13:37:03.607Z | Compiling rand_chacha v0.3.1 |
1693 | 2024-10-30T13:37:05.496Z | Compiling h2 v0.4.6 |
1694 | 2024-10-30T13:37:09.148Z | Compiling progenitor-macro v0.8.0 |
1695 | 2024-10-30T13:37:10.942Z | Compiling serde_urlencoded v0.7.1 |
1696 | 2024-10-30T13:37:11.573Z | Compiling async-trait v0.1.83 |
1697 | 2024-10-30T13:37:12.909Z | Compiling multer v3.1.0 |
1698 | 2024-10-30T13:37:14.369Z | Compiling hyper v1.4.1 |
1699 | 2024-10-30T13:37:17.546Z | Compiling rand v0.8.5 |
1700 | 2024-10-30T13:37:17.726Z | Compiling darling v0.20.10 |
1701 | 2024-10-30T13:37:17.853Z | Compiling usdt-macro v0.5.0 |
1702 | 2024-10-30T13:37:18.345Z | Compiling usdt-attr-macro v0.5.0 |
1703 | 2024-10-30T13:37:19.449Z | Compiling toml_datetime v0.6.8 |
1704 | 2024-10-30T13:37:19.556Z | Compiling syn v1.0.109 |
1705 | 2024-10-30T13:37:20.045Z | Compiling serde_with_macros v3.11.0 |
1706 | 2024-10-30T13:37:20.169Z | Compiling hyper-util v0.1.9 |
1707 | 2024-10-30T13:37:20.262Z | Compiling strum_macros v0.26.4 |
1708 | 2024-10-30T13:37:21.028Z | Compiling structmeta-derive v0.3.0 |
1709 | 2024-10-30T13:37:22.950Z | Compiling async-stream-impl v0.3.5 |
1710 | 2024-10-30T13:37:23.807Z | Compiling dropshot v0.12.0 |
1711 | 2024-10-30T13:37:24.163Z | Compiling structmeta v0.3.0 |
1712 | 2024-10-30T13:37:25.148Z | Compiling http-body-util v0.1.2 |
1713 | 2024-10-30T13:37:25.537Z | Compiling base64 v0.22.1 |
1714 | 2024-10-30T13:37:25.559Z | Compiling parse-display-derive v0.10.0 |
1715 | 2024-10-30T13:37:25.765Z | Compiling dropshot_endpoint v0.12.0 |
1716 | 2024-10-30T13:37:25.913Z | Compiling webpki-roots v0.26.6 |
1717 | 2024-10-30T13:37:26.132Z | Compiling rustls-pemfile v2.1.3 |
1718 | 2024-10-30T13:37:26.735Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1719 | 2024-10-30T13:37:27.341Z | Compiling winnow v0.6.18 |
1720 | 2024-10-30T13:37:27.653Z | Compiling powerfmt v0.2.0 |
1721 | 2024-10-30T13:37:28.212Z | Compiling crossbeam-utils v0.8.20 |
1722 | 2024-10-30T13:37:28.871Z | Compiling deranged v0.3.11 |
1723 | 2024-10-30T13:37:30.329Z | Compiling hyper-tls v0.6.0 |
1724 | 2024-10-30T13:37:30.899Z | Compiling sync_wrapper v1.0.1 |
1725 | 2024-10-30T13:37:31.068Z | Compiling tokio-rustls v0.26.0 |
1726 | 2024-10-30T13:37:31.407Z | Compiling num_threads v0.1.7 |
1727 | 2024-10-30T13:37:31.604Z | Compiling hyper-rustls v0.27.3 |
1728 | 2024-10-30T13:37:31.762Z | Compiling time v0.3.36 |
1729 | 2024-10-30T13:37:33.098Z | Compiling reqwest v0.12.8 |
1730 | 2024-10-30T13:37:33.127Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1731 | 2024-10-30T13:37:35.627Z | Compiling dirs-sys-next v0.1.2 |
1732 | 2024-10-30T13:37:36.866Z | Compiling dirs-next v2.0.0 |
1733 | 2024-10-30T13:37:37.134Z | Compiling progenitor-client v0.8.0 |
1734 | 2024-10-30T13:37:37.944Z | Compiling block-buffer v0.10.4 |
1735 | 2024-10-30T13:37:38.099Z | Compiling crypto-common v0.1.6 |
1736 | 2024-10-30T13:37:38.340Z | Compiling thread_local v1.1.8 |
1737 | 2024-10-30T13:37:39.727Z | Compiling match_cfg v0.1.0 |
1738 | 2024-10-30T13:37:39.835Z | Compiling hostname v0.3.1 |
1739 | 2024-10-30T13:37:45.001Z | Compiling progenitor v0.8.0 |
1740 | 2024-10-30T13:37:45.239Z | Compiling digest v0.10.7 |
1741 | 2024-10-30T13:37:45.311Z | Compiling term v0.7.0 |
1742 | 2024-10-30T13:37:45.728Z | Compiling crossbeam-channel v0.5.13 |
1743 | 2024-10-30T13:37:47.436Z | Compiling futures-executor v0.3.31 |
1744 | 2024-10-30T13:37:48.513Z | Compiling is-terminal v0.4.13 |
1745 | 2024-10-30T13:37:48.919Z | Compiling take_mut v0.2.2 |
1746 | 2024-10-30T13:37:52.141Z | Compiling slog-term v2.9.1 |
1747 | 2024-10-30T13:37:55.107Z | Compiling futures v0.3.31 |
1748 | 2024-10-30T13:37:56.270Z | Compiling instant v0.1.13 |
1749 | 2024-10-30T13:37:56.875Z | Compiling cpufeatures v0.2.14 |
1750 | 2024-10-30T13:38:03.499Z | Compiling serde_spanned v0.6.7 |
1751 | 2024-10-30T13:38:04.050Z | Compiling memmap v0.7.0 |
1752 | 2024-10-30T13:38:04.770Z | Compiling debug-ignore v1.0.5 |
1753 | 2024-10-30T13:38:04.938Z | Compiling usdt v0.5.0 |
1754 | 2024-10-30T13:38:05.328Z | Compiling toml_edit v0.22.21 |
1755 | 2024-10-30T13:38:06.492Z | Compiling slog-json v2.6.1 |
1756 | 2024-10-30T13:38:06.893Z | Compiling strum v0.26.3 |
1757 | 2024-10-30T13:38:06.967Z | Compiling serde_with v3.11.0 |
1758 | 2024-10-30T13:38:11.113Z | Compiling tokio-rustls v0.25.0 |
1759 | 2024-10-30T13:38:11.417Z | Compiling toml v0.8.19 |
1760 | 2024-10-30T13:38:11.616Z | Compiling slog-bunyan v2.5.0 |
1761 | 2024-10-30T13:38:11.631Z | Compiling sha1 v0.10.6 |
1762 | 2024-10-30T13:38:11.633Z | Compiling async-stream v0.3.5 |
1763 | 2024-10-30T13:38:11.972Z | Compiling waitgroup v0.1.2 |
1764 | 2024-10-30T13:38:11.975Z | Compiling hex v0.4.3 |
1765 | 2024-10-30T13:38:12.241Z | Compiling serde_path_to_error v0.1.16 |
1766 | 2024-10-30T13:38:12.655Z | Compiling hostname v0.4.0 |
1767 | 2024-10-30T13:38:14.091Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1768 | 2024-10-30T13:38:14.528Z | Compiling backoff v0.4.0 |
1769 | 2024-10-30T13:38:16.294Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1770 | 2024-10-30T13:38:16.336Z | Compiling parse-display v0.10.0 |
1771 | 2024-10-30T13:38:17.057Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1772 | 2024-10-30T13:38:17.296Z | Compiling regress v0.9.1 |
1773 | 2024-10-30T13:38:18.598Z | Compiling macaddr v1.0.1 |
1774 | 2024-10-30T13:38:19.589Z | Compiling rustix v0.38.37 |
1775 | 2024-10-30T13:38:22.833Z | Compiling errno v0.3.9 |
1776 | 2024-10-30T13:38:23.284Z | Compiling lazy_static v1.5.0 |
1777 | 2024-10-30T13:38:32.584Z | Compiling clap_derive v4.5.18 |
1778 | 2024-10-30T13:38:38.890Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1779 | 2024-10-30T13:38:39.087Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1780 | 2024-10-30T13:38:39.645Z | Compiling winnow v0.5.40 |
1781 | 2024-10-30T13:38:41.146Z | Compiling utf8parse v0.2.2 |
1782 | 2024-10-30T13:38:41.331Z | Compiling heapless v0.8.0 |
1783 | 2024-10-30T13:38:41.655Z | Compiling unicode-width v0.1.14 |
1784 | 2024-10-30T13:38:42.289Z | Compiling anstyle-parse v0.2.5 |
1785 | 2024-10-30T13:38:43.233Z | Compiling hash32 v0.3.1 |
1786 | 2024-10-30T13:38:43.500Z | Compiling toml_edit v0.19.15 |
1787 | 2024-10-30T13:38:43.733Z | Compiling colorchoice v1.0.2 |
1788 | 2024-10-30T13:38:43.914Z | Compiling anstyle-query v1.1.1 |
1789 | 2024-10-30T13:38:43.917Z | Compiling stable_deref_trait v1.2.0 |
1790 | 2024-10-30T13:38:44.093Z | Compiling smoltcp v0.11.0 |
1791 | 2024-10-30T13:38:44.118Z | Compiling anstyle v1.0.8 |
1792 | 2024-10-30T13:38:44.135Z | Compiling is_terminal_polyfill v1.70.1 |
1793 | 2024-10-30T13:38:44.217Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1794 | 2024-10-30T13:38:44.505Z | Compiling anstream v0.6.15 |
1795 | 2024-10-30T13:38:45.985Z | Compiling terminal_size v0.3.0 |
1796 | 2024-10-30T13:38:46.221Z | Compiling proc-macro-crate v1.3.1 |
1797 | 2024-10-30T13:38:46.501Z | Compiling foreign-types-macros v0.2.3 |
1798 | 2024-10-30T13:38:46.894Z | Compiling num-integer v0.1.46 |
1799 | 2024-10-30T13:38:47.325Z | Compiling proc-macro-error-attr v1.0.4 |
1800 | 2024-10-30T13:38:47.420Z | Compiling managed v0.8.0 |
1801 | 2024-10-30T13:38:47.722Z | Compiling foreign-types-shared v0.3.1 |
1802 | 2024-10-30T13:38:47.820Z | Compiling bitflags v1.3.2 |
1803 | 2024-10-30T13:38:47.860Z | Compiling cobs v0.2.3 |
1804 | 2024-10-30T13:38:47.916Z | Compiling clap_lex v0.7.2 |
1805 | 2024-10-30T13:38:48.079Z | Compiling prettyplease v0.2.22 |
1806 | 2024-10-30T13:38:48.143Z | Compiling either v1.13.0 |
1807 | 2024-10-30T13:38:48.357Z | Compiling heck v0.4.1 |
1808 | 2024-10-30T13:38:48.459Z | Compiling clap_builder v4.5.18 |
1809 | 2024-10-30T13:38:48.692Z | Compiling postcard v1.0.10 |
1810 | 2024-10-30T13:38:49.469Z | Compiling foreign-types v0.5.0 |
1811 | 2024-10-30T13:38:50.060Z | Compiling num_enum_derive v0.5.11 |
1812 | 2024-10-30T13:38:51.880Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1813 | 2024-10-30T13:38:51.958Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1814 | 2024-10-30T13:38:52.563Z | Compiling num_enum v0.5.11 |
1815 | 2024-10-30T13:38:53.361Z | Compiling cstr-argument v0.1.2 |
1816 | 2024-10-30T13:38:53.474Z | Compiling proc-macro-error v1.0.4 |
1817 | 2024-10-30T13:38:53.625Z | Compiling pretty-hex v0.2.1 |
1818 | 2024-10-30T13:38:53.874Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1819 | 2024-10-30T13:38:54.108Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1820 | 2024-10-30T13:38:54.506Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1821 | 2024-10-30T13:38:54.658Z | Compiling clap v4.5.18 |
1822 | 2024-10-30T13:38:54.707Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1823 | 2024-10-30T13:38:55.028Z | Compiling num-rational v0.4.2 |
1824 | 2024-10-30T13:38:55.051Z | Compiling num-iter v0.1.45 |
1825 | 2024-10-30T13:38:55.451Z | Compiling colored v2.1.0 |
1826 | 2024-10-30T13:38:57.596Z | Compiling num-complex v0.4.6 |
1827 | 2024-10-30T13:38:58.971Z | Compiling num v0.4.3 |
1828 | 2024-10-30T13:39:00.198Z | Compiling tabwriter v1.4.0 |
1829 | 2024-10-30T13:39:01.630Z | Compiling float-ord v0.3.2 |
1830 | 2024-10-30T13:39:02.250Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1831 | 2024-10-30T13:39:02.265Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1832 | 2024-10-30T13:39:02.516Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1833 | 2024-10-30T13:39:02.555Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1834 | 2024-10-30T13:39:02.601Z | Compiling fastrand v2.1.1 |
1835 | 2024-10-30T13:39:02.655Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1836 | 2024-10-30T13:39:02.749Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1837 | 2024-10-30T13:39:03.056Z | Compiling tempfile v3.12.0 |
1838 | 2024-10-30T13:39:03.150Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1839 | 2024-10-30T13:39:03.322Z | Compiling crucible-workspace-hack v0.1.0 |
1840 | 2024-10-30T13:39:04.221Z | Compiling semver v0.1.20 |
1841 | 2024-10-30T13:39:04.887Z | Compiling rustc_version v0.1.7 |
1842 | 2024-10-30T13:39:05.093Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1843 | 2024-10-30T13:39:05.887Z | Compiling camino-tempfile v1.1.1 |
1844 | 2024-10-30T13:39:06.226Z | Compiling zone_cfg_derive v0.3.0 |
1845 | 2024-10-30T13:39:06.823Z | Compiling itertools v0.10.5 |
1846 | 2024-10-30T13:39:07.827Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1847 | 2024-10-30T13:39:08.219Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1848 | 2024-10-30T13:39:08.234Z | Compiling derive-where v1.2.7 |
1849 | 2024-10-30T13:39:08.717Z | Compiling num-derive v0.4.2 |
1850 | 2024-10-30T13:39:10.424Z | Compiling sigpipe v0.1.3 |
1851 | 2024-10-30T13:39:10.467Z | Compiling base64ct v1.6.0 |
1852 | 2024-10-30T13:39:10.568Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1853 | 2024-10-30T13:39:10.938Z | Compiling static_assertions v1.1.0 |
1854 | 2024-10-30T13:39:11.056Z | Compiling password-hash v0.5.0 |
1855 | 2024-10-30T13:39:11.189Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1856 | 2024-10-30T13:39:11.331Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1857 | 2024-10-30T13:39:11.758Z | Compiling zone v0.3.0 |
1858 | 2024-10-30T13:39:12.860Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1859 | 2024-10-30T13:39:12.964Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1860 | 2024-10-30T13:39:13.359Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1861 | 2024-10-30T13:39:13.474Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1862 | 2024-10-30T13:39:14.593Z | Compiling newtype_derive v0.1.6 |
1863 | 2024-10-30T13:39:15.352Z | Compiling blake2 v0.10.6 |
1864 | 2024-10-30T13:39:15.952Z | Compiling hubpack_derive v0.1.1 |
1865 | 2024-10-30T13:39:16.225Z | Compiling num-derive v0.3.3 |
1866 | 2024-10-30T13:39:16.612Z | Compiling idna v0.4.0 |
1867 | 2024-10-30T13:39:17.014Z | Compiling smf v0.2.3 |
1868 | 2024-10-30T13:39:17.847Z | Compiling zerocopy-derive v0.6.6 |
1869 | 2024-10-30T13:39:18.676Z | Compiling enum-as-inner v0.6.1 |
1870 | 2024-10-30T13:39:19.678Z | Compiling cancel-safe-futures v0.1.5 |
1871 | 2024-10-30T13:39:19.950Z | Compiling owo-colors v4.1.0 |
1872 | 2024-10-30T13:39:20.046Z | Compiling whoami v1.5.2 |
1873 | 2024-10-30T13:39:20.075Z | Compiling unicode-segmentation v1.12.0 |
1874 | 2024-10-30T13:39:20.312Z | Compiling data-encoding v2.6.0 |
1875 | 2024-10-30T13:39:20.645Z | Compiling fixedbitset v0.4.2 |
1876 | 2024-10-30T13:39:21.058Z | Compiling linked-hash-map v0.5.6 |
1877 | 2024-10-30T13:39:21.365Z | Compiling quick-error v1.2.3 |
1878 | 2024-10-30T13:39:21.379Z | Compiling hickory-proto v0.24.1 |
1879 | 2024-10-30T13:39:21.506Z | Compiling resolv-conf v0.7.0 |
1880 | 2024-10-30T13:39:21.536Z | Compiling lru-cache v0.1.2 |
1881 | 2024-10-30T13:39:21.778Z | Compiling petgraph v0.6.5 |
1882 | 2024-10-30T13:39:23.162Z | Compiling newline-converter v0.3.0 |
1883 | 2024-10-30T13:39:26.839Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1884 | 2024-10-30T13:39:27.660Z | Compiling zerocopy v0.6.6 |
1885 | 2024-10-30T13:39:28.692Z | Compiling hubpack v0.1.2 |
1886 | 2024-10-30T13:39:29.257Z | Compiling argon2 v0.5.3 |
1887 | 2024-10-30T13:39:32.039Z | Compiling strum_macros v0.25.3 |
1888 | 2024-10-30T13:39:34.480Z | Compiling console v0.15.8 |
1889 | 2024-10-30T13:39:36.137Z | Compiling serde-big-array v0.5.1 |
1890 | 2024-10-30T13:39:36.428Z | Compiling serde_repr v0.1.19 |
1891 | 2024-10-30T13:39:37.700Z | Compiling cookie v0.18.1 |
1892 | 2024-10-30T13:39:37.733Z | Compiling similar v2.6.0 |
1893 | 2024-10-30T13:39:38.124Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1894 | 2024-10-30T13:39:38.509Z | Compiling convert_case v0.4.0 |
1895 | 2024-10-30T13:39:39.353Z | Compiling expectorate v1.1.0 |
1896 | 2024-10-30T13:39:39.371Z | Compiling derive_more v0.99.18 |
1897 | 2024-10-30T13:39:39.747Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1898 | 2024-10-30T13:39:44.625Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1899 | 2024-10-30T13:39:46.694Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1900 | 2024-10-30T13:39:48.328Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1901 | 2024-10-30T13:39:49.677Z | Compiling hickory-resolver v0.24.1 |
1902 | 2024-10-30T13:39:50.646Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1903 | 2024-10-30T13:39:50.940Z | Compiling atomicwrites v0.4.4 |
1904 | 2024-10-30T13:39:51.114Z | Compiling itertools v0.13.0 |
1905 | 2024-10-30T13:39:51.176Z | Compiling tokio-stream v0.1.16 |
1906 | 2024-10-30T13:39:51.495Z | Compiling libsw v3.3.1 |
1907 | 2024-10-30T13:39:51.863Z | Compiling highway v1.2.0 |
1908 | 2024-10-30T13:39:52.508Z | Compiling indent_write v2.2.0 |
1909 | 2024-10-30T13:39:52.788Z | Compiling linear-map v1.2.0 |
1910 | 2024-10-30T13:39:53.292Z | Compiling swrite v0.1.0 |
1911 | 2024-10-30T13:39:53.391Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1912 | 2024-10-30T13:39:53.439Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1913 | 2024-10-30T13:39:53.697Z | Compiling qorb v0.1.2 |
1914 | 2024-10-30T13:39:55.241Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1915 | 2024-10-30T13:40:00.438Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1916 | 2024-10-30T13:40:02.115Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1917 | 2024-10-30T13:40:04.178Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1918 | 2024-10-30T13:40:09.057Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1919 | 2024-10-30T13:40:09.553Z | Compiling steno v0.4.1 |
1920 | 2024-10-30T13:40:12.465Z | Compiling libscf-sys v1.1.0 |
1921 | 2024-10-30T13:40:12.737Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1922 | 2024-10-30T13:40:13.072Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1923 | 2024-10-30T13:40:13.386Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1924 | 2024-10-30T13:40:13.928Z | Compiling slog-dtrace v0.3.0 |
1925 | 2024-10-30T13:40:14.335Z | Compiling humantime v2.1.0 |
1926 | 2024-10-30T13:40:14.690Z | Compiling parking_lot_core v0.8.6 |
1927 | 2024-10-30T13:40:15.221Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1928 | 2024-10-30T13:40:15.241Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1929 | 2024-10-30T13:40:15.767Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1930 | 2024-10-30T13:40:17.005Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1931 | 2024-10-30T13:40:18.559Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1932 | 2024-10-30T13:40:21.400Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1933 | 2024-10-30T13:40:22.581Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1934 | 2024-10-30T13:40:24.362Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1935 | 2024-10-30T13:40:24.723Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1936 | 2024-10-30T13:40:24.955Z | Compiling crc8 v0.1.1 |
1937 | 2024-10-30T13:40:25.153Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1938 | 2024-10-30T13:40:25.286Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1939 | 2024-10-30T13:40:25.592Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1940 | 2024-10-30T13:40:27.191Z | Compiling parking_lot v0.11.2 |
1941 | 2024-10-30T13:40:29.299Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1942 | 2024-10-30T13:40:32.998Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1943 | 2024-10-30T13:40:35.423Z | Compiling crossbeam-epoch v0.9.18 |
1944 | 2024-10-30T13:40:36.596Z | Compiling http v0.2.12 |
1945 | 2024-10-30T13:40:36.702Z | Compiling fxhash v0.2.1 |
1946 | 2024-10-30T13:40:36.939Z | Compiling crc32fast v1.4.2 |
1947 | 2024-10-30T13:40:37.503Z | Compiling sled v0.34.7 |
1948 | 2024-10-30T13:40:39.064Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1949 | 2024-10-30T13:40:41.538Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1950 | 2024-10-30T13:40:42.894Z | Compiling rustls v0.21.12 |
1951 | 2024-10-30T13:40:43.301Z | Compiling h2 v0.3.26 |
1952 | 2024-10-30T13:40:51.519Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1953 | 2024-10-30T13:40:54.482Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1954 | 2024-10-30T13:40:59.038Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1955 | 2024-10-30T13:41:03.388Z | Compiling http-body v0.4.6 |
1956 | 2024-10-30T13:41:03.996Z | Compiling sct v0.7.1 |
1957 | 2024-10-30T13:41:04.490Z | Compiling rustls-webpki v0.101.7 |
1958 | 2024-10-30T13:41:05.759Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1959 | 2024-10-30T13:41:06.164Z | Compiling half v2.4.1 |
1960 | 2024-10-30T13:41:06.949Z | Compiling ciborium-io v0.2.2 |
1961 | 2024-10-30T13:41:07.169Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1962 | 2024-10-30T13:41:07.255Z | Compiling ciborium-ll v0.2.2 |
1963 | 2024-10-30T13:41:07.352Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1964 | 2024-10-30T13:41:08.641Z | Compiling hyper v0.14.30 |
1965 | 2024-10-30T13:41:10.863Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1966 | 2024-10-30T13:41:11.917Z | Compiling arc-swap v1.7.1 |
1967 | 2024-10-30T13:41:12.689Z | Compiling slog-scope v4.4.0 |
1968 | 2024-10-30T13:41:13.529Z | Compiling tokio-rustls v0.24.1 |
1969 | 2024-10-30T13:41:14.318Z | Compiling ciborium v0.2.2 |
1970 | 2024-10-30T13:41:14.403Z | Compiling proc-macro-crate v3.2.0 |
1971 | 2024-10-30T13:41:15.028Z | Compiling smartstring v1.0.1 |
1972 | 2024-10-30T13:41:15.459Z | Compiling base64 v0.21.7 |
1973 | 2024-10-30T13:41:15.589Z | Compiling num_enum_derive v0.7.3 |
1974 | 2024-10-30T13:41:16.644Z | Compiling rustls-pemfile v1.0.4 |
1975 | 2024-10-30T13:41:16.729Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1976 | 2024-10-30T13:41:17.933Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1977 | 2024-10-30T13:41:18.429Z | Compiling hyper-rustls v0.24.2 |
1978 | 2024-10-30T13:41:18.843Z | Compiling hyper-tls v0.5.0 |
1979 | 2024-10-30T13:41:19.330Z | Compiling slog-stdlog v4.1.1 |
1980 | 2024-10-30T13:41:20.216Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1981 | 2024-10-30T13:41:21.899Z | Compiling webpki-roots v0.25.4 |
1982 | 2024-10-30T13:41:22.094Z | Compiling sync_wrapper v0.1.2 |
1983 | 2024-10-30T13:41:22.265Z | Compiling reqwest v0.11.27 |
1984 | 2024-10-30T13:41:23.495Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1985 | 2024-10-30T13:41:30.874Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1986 | 2024-10-30T13:41:34.970Z | Compiling slog-envlogger v2.2.0 |
1987 | 2024-10-30T13:41:35.417Z | Compiling num_enum v0.7.3 |
1988 | 2024-10-30T13:41:36.346Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1989 | 2024-10-30T13:41:37.308Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1990 | 2024-10-30T13:41:37.828Z | Compiling thin-vec v0.2.13 |
1991 | 2024-10-30T13:41:37.895Z | Compiling rhai_codegen v2.2.0 |
1992 | 2024-10-30T13:41:37.970Z | Compiling minimal-lexical v0.2.1 |
1993 | 2024-10-30T13:41:38.586Z | Compiling nom v7.1.3 |
1994 | 2024-10-30T13:41:38.664Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1995 | 2024-10-30T13:41:40.985Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1996 | 2024-10-30T13:41:41.131Z | Compiling rhai v1.19.0 |
1997 | 2024-10-30T13:41:43.271Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1998 | 2024-10-30T13:41:44.994Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1999 | 2024-10-30T13:41:46.580Z | Compiling itertools v0.12.1 |
2000 | 2024-10-30T13:41:50.669Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
2001 | 2024-10-30T13:41:51.065Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
2002 | 2024-10-30T13:41:54.833Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2003 | 2024-10-30T13:41:55.997Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
2004 | 2024-10-30T13:41:57.578Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
2005 | 2024-10-30T13:41:57.656Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
2006 | 2024-10-30T13:41:59.635Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
2007 | 2024-10-30T13:42:05.235Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
2008 | 2024-10-30T13:42:05.277Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
2009 | 2024-10-30T13:42:05.358Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
2010 | 2024-10-30T13:42:18.295Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
2011 | 2024-10-30T13:42:43.057Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
2012 | 2024-10-30T13:42:46.078Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
2013 | 2024-10-30T13:42:53.283Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
2014 | 2024-10-30T13:42:54.736Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
2015 | 2024-10-30T13:43:32.237Z | Finished `release` profile [optimized] target(s) in 7m 27s |
2016 | 2024-10-30T13:43:32.438Z | |
2017 | 2024-10-30T13:43:32.439Z | real 7:28.136065896 |
2018 | 2024-10-30T13:43:32.439Z | user 53:06.174505974 |
2019 | 2024-10-30T13:43:32.439Z | sys 4:42.452829091 |
2020 | 2024-10-30T13:43:32.439Z | trap 1.577483918 |
2021 | 2024-10-30T13:43:32.439Z | tflt 2.845318833 |
2022 | 2024-10-30T13:43:32.439Z | dflt 1.172301074 |
2023 | 2024-10-30T13:43:32.439Z | kflt 0.000118472 |
2024 | 2024-10-30T13:43:32.442Z | lock 2:04:40.260223853 |
2025 | 2024-10-30T13:43:32.442Z | slp 3:15:49.147451435 |
2026 | 2024-10-30T13:43:32.442Z | lat 2:29.788651031 |
2027 | 2024-10-30T13:43:32.442Z | stop 3:14.716153298 |
2028 | 2024-10-30T13:43:32.442Z | + for x in debug release |
2029 | 2024-10-30T13:43:32.442Z | + mkdir -p /work/debug |
2030 | 2024-10-30T13:43:32.442Z | + cp target/debug/ddmd /work/debug/ddmd |
2031 | 2024-10-30T13:43:32.896Z | + cp target/debug/ddmadm /work/debug/ddmadm |
2032 | 2024-10-30T13:43:33.220Z | + for x in debug release |
2033 | 2024-10-30T13:43:33.220Z | + mkdir -p /work/release |
2034 | 2024-10-30T13:43:33.223Z | + cp target/release/ddmd /work/release/ddmd |
2035 | 2024-10-30T13:43:33.284Z | + cp target/release/ddmadm /work/release/ddmadm |
2036 | 2024-10-30T13:43:33.317Z | process exited: duration 899572 ms, exit code 0 |
|
2037 | 2024-10-30T13:43:33.330Z | found 4 output files |
2038 | 2024-10-30T13:43:33.330Z | uploading: /work/debug/ddmadm (359766456 bytes) |
2039 | 2024-10-30T13:43:40.629Z | uploaded: /work/debug/ddmadm |
2040 | 2024-10-30T13:43:40.629Z | uploading: /work/debug/ddmd (430294216 bytes) |
2041 | 2024-10-30T13:43:50.450Z | uploaded: /work/debug/ddmd |
2042 | 2024-10-30T13:43:50.450Z | uploading: /work/release/ddmadm (21703904 bytes) |
2043 | 2024-10-30T13:43:51.750Z | uploaded: /work/release/ddmadm |
2044 | 2024-10-30T13:43:51.750Z | uploading: /work/release/ddmd (46783968 bytes) |
2045 | 2024-10-30T13:43:53.472Z | uploaded: /work/release/ddmd |