|
|
|
1 | 2024-05-03T02:42:02.764Z | job assigned to worker 01HWY57YM5PTAP5KCNBK0SPCZ6 (queued for 36 s) |
|
2 | 2024-05-03T02:42:03.714Z | starting task 0: "setup" |
3 | 2024-05-03T02:42:03.741Z | ++ uname -s |
4 | 2024-05-03T02:42:03.741Z | + kern=SunOS |
5 | 2024-05-03T02:42:03.741Z | + case "$kern" in |
6 | 2024-05-03T02:42:03.741Z | + groupadd -g 12345 build |
7 | 2024-05-03T02:42:03.741Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-03T02:42:05.745Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-03T02:42:05.790Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-03T02:42:05.819Z | + home_fs=zfs |
11 | 2024-05-03T02:42:05.819Z | + [[ zfs == autofs ]] |
12 | 2024-05-03T02:42:05.819Z | + mkdir -p /home/build |
13 | 2024-05-03T02:42:05.819Z | + chown build:build /home/build /work |
14 | 2024-05-03T02:42:07.800Z | + chmod 0700 /home/build /work |
15 | 2024-05-03T02:42:08.236Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-05-03T02:42:08.291Z | starting task 1: "rust-toolchain" |
17 | 2024-05-03T02:42:08.316Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-03T02:42:08.316Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-05-03T02:42:08.450Z | info: downloading installer |
20 | 2024-05-03T02:42:08.881Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-03T02:42:08.881Z | warning: /opt/ooce/bin |
22 | 2024-05-03T02:42:08.881Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-03T02:42:08.881Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-03T02:42:08.881Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-03T02:42:08.881Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-03T02:42:08.881Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-03T02:42:08.881Z | error: cannot install while Rust is installed |
28 | 2024-05-03T02:42:08.881Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-03T02:42:08.925Z | info: profile set to 'default' |
30 | 2024-05-03T02:42:08.925Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-03T02:42:08.925Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-05-03T02:42:09.024Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-03T02:42:09.024Z | info: downloading component 'cargo' |
34 | 2024-05-03T02:42:09.591Z | info: downloading component 'clippy' |
35 | 2024-05-03T02:42:10.391Z | info: downloading component 'rust-docs' |
36 | 2024-05-03T02:42:10.417Z | info: downloading component 'rust-std' |
37 | 2024-05-03T02:42:10.443Z | info: downloading component 'rustc' |
38 | 2024-05-03T02:42:11.537Z | info: downloading component 'rustfmt' |
39 | 2024-05-03T02:42:11.961Z | info: installing component 'cargo' |
40 | 2024-05-03T02:42:13.041Z | info: installing component 'clippy' |
41 | 2024-05-03T02:42:13.447Z | info: installing component 'rust-docs' |
42 | 2024-05-03T02:42:15.865Z | info: installing component 'rust-std' |
43 | 2024-05-03T02:42:17.929Z | info: installing component 'rustc' |
44 | 2024-05-03T02:42:22.776Z | info: installing component 'rustfmt' |
45 | 2024-05-03T02:42:23.150Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-05-03T02:42:23.150Z | |
47 | 2024-05-03T02:42:23.266Z | stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-03T02:42:23.266Z | |
49 | 2024-05-03T02:42:23.291Z | |
50 | 2024-05-03T02:42:23.291Z | Rust is installed now. Great! |
51 | 2024-05-03T02:42:23.292Z | |
52 | 2024-05-03T02:42:23.292Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-03T02:42:23.292Z | environment variable. This has not been done automatically. |
54 | 2024-05-03T02:42:23.292Z | |
55 | 2024-05-03T02:42:23.292Z | To configure your current shell, you need to source |
56 | 2024-05-03T02:42:23.292Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-03T02:42:23.292Z | |
58 | 2024-05-03T02:42:23.292Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-03T02:42:23.292Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-03T02:42:23.292Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-03T02:42:23.343Z | + rustc --version |
62 | 2024-05-03T02:42:23.427Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-03T02:42:23.454Z | process exited: duration 15140 ms, exit code 0 |
|
64 | 2024-05-03T02:42:23.516Z | starting task 2: "authentication" |
65 | 2024-05-03T02:42:23.579Z | process exited: duration 62 ms, exit code 0 |
|
66 | 2024-05-03T02:42:23.634Z | starting task 3: "clone repository" |
67 | 2024-05-03T02:42:23.659Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-05-03T02:42:23.659Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-05-03T02:42:23.684Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-05-03T02:42:24.608Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-05-03T02:42:24.608Z | + git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d |
72 | 2024-05-03T02:42:25.084Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-05-03T02:42:25.084Z | * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD |
74 | 2024-05-03T02:42:25.109Z | + [[ -n '' ]] |
75 | 2024-05-03T02:42:25.109Z | + git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d |
76 | 2024-05-03T02:42:25.109Z | HEAD is now at 31bff50 workaround |
77 | 2024-05-03T02:42:25.109Z | process exited: duration 1473 ms, exit code 0 |
|
78 | 2024-05-03T02:42:25.159Z | starting task 4: "build" |
79 | 2024-05-03T02:42:25.184Z | + cargo --version |
80 | 2024-05-03T02:42:25.184Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
81 | 2024-05-03T02:42:25.264Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
82 | 2024-05-03T02:42:25.264Z | info: downloading component 'cargo' |
83 | 2024-05-03T02:42:25.400Z | info: downloading component 'clippy' |
84 | 2024-05-03T02:42:25.853Z | info: downloading component 'rust-docs' |
85 | 2024-05-03T02:42:25.879Z | info: downloading component 'rust-std' |
86 | 2024-05-03T02:42:25.907Z | info: downloading component 'rustc' |
87 | 2024-05-03T02:42:26.583Z | info: downloading component 'rustfmt' |
88 | 2024-05-03T02:42:26.624Z | info: installing component 'cargo' |
89 | 2024-05-03T02:42:27.600Z | info: installing component 'clippy' |
90 | 2024-05-03T02:42:27.978Z | info: installing component 'rust-docs' |
91 | 2024-05-03T02:42:30.345Z | info: installing component 'rust-std' |
92 | 2024-05-03T02:42:32.189Z | info: installing component 'rustc' |
93 | 2024-05-03T02:42:36.832Z | info: installing component 'rustfmt' |
94 | 2024-05-03T02:42:37.279Z | cargo 1.77.2 (e52e36006 2024-03-26) |
95 | 2024-05-03T02:42:37.304Z | + rustc --version |
96 | 2024-05-03T02:42:37.360Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
97 | 2024-05-03T02:42:37.385Z | + banner check |
98 | 2024-05-03T02:42:37.385Z | |
99 | 2024-05-03T02:42:37.385Z | #### # # ###### #### # # |
100 | 2024-05-03T02:42:37.385Z | # # # # # # # # # |
101 | 2024-05-03T02:42:37.385Z | # ###### ##### # #### |
102 | 2024-05-03T02:42:37.385Z | # # # # # # # |
103 | 2024-05-03T02:42:37.385Z | # # # # # # # # # |
104 | 2024-05-03T02:42:37.385Z | #### # # ###### #### # # |
105 | 2024-05-03T02:42:37.385Z | |
106 | 2024-05-03T02:42:37.385Z | + cargo fmt -- --check |
107 | 2024-05-03T02:42:38.906Z | + cargo clippy --all-targets -- --deny warnings |
108 | 2024-05-03T02:42:38.936Z | Updating crates.io index |
109 | 2024-05-03T02:42:38.937Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
110 | 2024-05-03T02:42:39.184Z | From https://github.com/oxidecomputer/falcon |
111 | 2024-05-03T02:42:39.184Z | * [new ref] e69694a1f7cc9fe31fab27f321017280531fb5f7 -> refs/commit/e69694a1f7cc9fe31fab27f321017280531fb5f7 |
112 | 2024-05-03T02:42:39.319Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
113 | 2024-05-03T02:42:40.673Z | From https://github.com/oxidecomputer/dendrite |
114 | 2024-05-03T02:42:40.673Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
115 | 2024-05-03T02:42:40.673Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
116 | 2024-05-03T02:42:40.698Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
117 | 2024-05-03T02:42:40.699Z | * [new branch] compliance -> origin/compliance |
118 | 2024-05-03T02:42:40.699Z | * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
119 | 2024-05-03T02:42:40.699Z | * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12 |
120 | 2024-05-03T02:42:40.699Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
121 | 2024-05-03T02:42:40.699Z | * [new branch] helios2 -> origin/helios2 |
122 | 2024-05-03T02:42:40.699Z | * [new branch] mac-build -> origin/mac-build |
123 | 2024-05-03T02:42:40.699Z | * [new branch] main -> origin/main |
124 | 2024-05-03T02:42:40.699Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
125 | 2024-05-03T02:42:40.699Z | * [new branch] nat_rpw -> origin/nat_rpw |
126 | 2024-05-03T02:42:40.699Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
127 | 2024-05-03T02:42:40.699Z | * [new branch] port-id -> origin/port-id |
128 | 2024-05-03T02:42:40.699Z | * [new branch] reflection-tests -> origin/reflection-tests |
129 | 2024-05-03T02:42:40.699Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
130 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile |
131 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
132 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile |
133 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile |
134 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
135 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
136 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
137 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
138 | 2024-05-03T02:42:40.699Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
139 | 2024-05-03T02:42:40.700Z | * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile |
140 | 2024-05-03T02:42:40.700Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
141 | 2024-05-03T02:42:40.700Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
142 | 2024-05-03T02:42:40.700Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
143 | 2024-05-03T02:42:40.700Z | * [new branch] update-oximeter -> origin/update-oximeter |
144 | 2024-05-03T02:42:40.700Z | * [new branch] updates -> origin/updates |
145 | 2024-05-03T02:42:40.700Z | * [new ref] -> origin/HEAD |
146 | 2024-05-03T02:42:40.729Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
147 | 2024-05-03T02:42:41.837Z | From https://github.com/oxidecomputer/dropshot |
148 | 2024-05-03T02:42:41.837Z | * [new ref] e6691c1818fb952cd29af02f2fe57e77fc591c94 -> refs/commit/e6691c1818fb952cd29af02f2fe57e77fc591c94 |
149 | 2024-05-03T02:42:41.872Z | * [new tag] v0.3.0 -> v0.3.0 |
150 | 2024-05-03T02:42:41.920Z | * [new tag] v0.4.0 -> v0.4.0 |
151 | 2024-05-03T02:42:41.920Z | * [new tag] v0.5.0 -> v0.5.0 |
152 | 2024-05-03T02:42:41.920Z | * [new tag] v0.5.1 -> v0.5.1 |
153 | 2024-05-03T02:42:41.920Z | * [new tag] v0.6.0 -> v0.6.0 |
154 | 2024-05-03T02:42:41.920Z | * [new tag] v0.7.0 -> v0.7.0 |
155 | 2024-05-03T02:42:41.920Z | * [new tag] v0.8.0 -> v0.8.0 |
156 | 2024-05-03T02:42:41.920Z | * [new tag] v0.9.0 -> v0.9.0 |
157 | 2024-05-03T02:42:41.920Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
158 | 2024-05-03T02:42:42.526Z | From https://github.com/oxidecomputer/ispf |
159 | 2024-05-03T02:42:42.526Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
160 | 2024-05-03T02:42:42.551Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
161 | 2024-05-03T02:42:43.268Z | From https://github.com/oxidecomputer/netadm-sys |
162 | 2024-05-03T02:42:43.268Z | * [new ref] 1d75565d35765c57dcf1c1a34b56cf5024086fba -> refs/commit/1d75565d35765c57dcf1c1a34b56cf5024086fba |
163 | 2024-05-03T02:42:43.294Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
164 | 2024-05-03T02:42:46.168Z | From https://github.com/oxidecomputer/omicron |
165 | 2024-05-03T02:42:46.168Z | * [new ref] 2349feb36d39804e38539e134a9a3a4462e7d516 -> refs/commit/2349feb36d39804e38539e134a9a3a4462e7d516 |
166 | 2024-05-03T02:42:46.195Z | * [new tag] v5 -> v5 |
167 | 2024-05-03T02:42:46.221Z | * [new tag] v6 -> v6 |
168 | 2024-05-03T02:42:46.547Z | Updating git repository `https://github.com/oxidecomputer/opte` |
169 | 2024-05-03T02:42:47.720Z | From https://github.com/oxidecomputer/opte |
170 | 2024-05-03T02:42:47.720Z | * [new ref] 4cc823b50d3e4a629cdfaab2b3d3382514174ba9 -> refs/commit/4cc823b50d3e4a629cdfaab2b3d3382514174ba9 |
171 | 2024-05-03T02:42:47.897Z | Updating git repository `https://github.com/illumos/smf-rs` |
172 | 2024-05-03T02:42:49.524Z | From https://github.com/illumos/smf-rs |
173 | 2024-05-03T02:42:49.524Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
174 | 2024-05-03T02:42:49.561Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
175 | 2024-05-03T02:42:49.949Z | From https://github.com/oxidecomputer/progenitor |
176 | 2024-05-03T02:42:49.949Z | * [new ref] 090dd361fc530f0a6bfe238773239b78aaed91e1 -> refs/commit/090dd361fc530f0a6bfe238773239b78aaed91e1 |
177 | 2024-05-03T02:42:49.974Z | * [new tag] v0.1.1 -> v0.1.1 |
178 | 2024-05-03T02:42:49.999Z | * [new tag] v0.2.0 -> v0.2.0 |
179 | 2024-05-03T02:42:49.999Z | * [new tag] v0.3.0 -> v0.3.0 |
180 | 2024-05-03T02:42:49.999Z | * [new tag] v0.4.0 -> v0.4.0 |
181 | 2024-05-03T02:42:49.999Z | * [new tag] v0.5.0 -> v0.5.0 |
182 | 2024-05-03T02:42:49.999Z | * [new tag] v0.6.0 -> v0.6.0 |
183 | 2024-05-03T02:42:50.397Z | Updating git repository `https://github.com/oxidecomputer/zone` |
184 | 2024-05-03T02:42:51.063Z | From https://github.com/oxidecomputer/zone |
185 | 2024-05-03T02:42:51.063Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
186 | 2024-05-03T02:42:51.224Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
187 | 2024-05-03T02:42:52.416Z | From https://github.com/oxidecomputer/propolis |
188 | 2024-05-03T02:42:52.416Z | * [new ref] 6dceb9ef69c217cb78a2018bbedafbc19f6ec1af -> refs/commit/6dceb9ef69c217cb78a2018bbedafbc19f6ec1af |
189 | 2024-05-03T02:42:52.529Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
190 | 2024-05-03T02:42:53.126Z | From https://github.com/oxidecomputer/dlpi-sys |
191 | 2024-05-03T02:42:53.126Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
192 | 2024-05-03T02:42:53.283Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
193 | 2024-05-03T02:42:53.960Z | From https://github.com/jmesmon/rust-libzfs |
194 | 2024-05-03T02:42:53.960Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
195 | 2024-05-03T02:42:53.985Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
196 | 2024-05-03T02:42:53.985Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
197 | 2024-05-03T02:42:53.986Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
198 | 2024-05-03T02:42:53.986Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
199 | 2024-05-03T02:42:53.986Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
200 | 2024-05-03T02:42:53.986Z | * [new branch] dev -> origin/dev |
201 | 2024-05-03T02:42:53.986Z | * [new branch] drr -> origin/drr |
202 | 2024-05-03T02:42:53.986Z | * [new branch] f-types -> origin/f-types |
203 | 2024-05-03T02:42:53.986Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
204 | 2024-05-03T02:42:53.986Z | * [new branch] master -> origin/master |
205 | 2024-05-03T02:42:53.986Z | * [new branch] staging -> origin/staging |
206 | 2024-05-03T02:42:53.986Z | * [new ref] -> origin/HEAD |
207 | 2024-05-03T02:42:53.986Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
208 | 2024-05-03T02:42:53.986Z | * [new tag] v0.4.0 -> v0.4.0 |
209 | 2024-05-03T02:42:53.986Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
210 | 2024-05-03T02:42:53.986Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
211 | 2024-05-03T02:42:53.986Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
212 | 2024-05-03T02:42:54.593Z | From https://github.com/oxidecomputer/rusty-doors |
213 | 2024-05-03T02:42:54.593Z | * [new ref] 42ad0104095425eea76934b5d735b4c6a438ef66 -> refs/commit/42ad0104095425eea76934b5d735b4c6a438ef66 |
214 | 2024-05-03T02:42:54.620Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
215 | 2024-05-03T02:42:55.504Z | From https://github.com/oxidecomputer/maghemite |
216 | 2024-05-03T02:42:55.504Z | * [new branch] anycast -> origin/anycast |
217 | 2024-05-03T02:42:55.504Z | * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration |
218 | 2024-05-03T02:42:55.530Z | * [new branch] mac-build -> origin/mac-build |
219 | 2024-05-03T02:42:55.530Z | * [new branch] main -> origin/main |
220 | 2024-05-03T02:42:55.530Z | * [new branch] oxpop -> origin/oxpop |
221 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x |
222 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
223 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
224 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
225 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
226 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
227 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile |
228 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo |
229 | 2024-05-03T02:42:55.530Z | * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile |
230 | 2024-05-03T02:42:55.530Z | * [new ref] -> origin/HEAD |
231 | 2024-05-03T02:42:55.530Z | * [new tag] rift -> rift |
232 | 2024-05-03T02:42:55.531Z | * [new tag] srp -> srp |
233 | 2024-05-03T02:42:55.531Z | * [new tag] tie-spf -> tie-spf |
234 | 2024-05-03T02:42:55.805Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
235 | 2024-05-03T02:42:56.128Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
236 | 2024-05-03T02:42:56.591Z | From http://github.com/oxidecomputer/serde_human_bytes |
237 | 2024-05-03T02:42:56.591Z | * [new branch] gh-pages -> origin/gh-pages |
238 | 2024-05-03T02:42:56.615Z | * [new branch] main -> origin/main |
239 | 2024-05-03T02:42:56.615Z | * [new branch] renovate/configure -> origin/renovate/configure |
240 | 2024-05-03T02:42:56.615Z | * [new ref] -> origin/HEAD |
241 | 2024-05-03T02:42:56.615Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-05-03T02:42:57.099Z | From https://github.com/oxidecomputer/slog-error-chain |
243 | 2024-05-03T02:42:57.099Z | * [new branch] main -> origin/main |
244 | 2024-05-03T02:42:57.099Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
245 | 2024-05-03T02:42:57.125Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
246 | 2024-05-03T02:42:57.125Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
247 | 2024-05-03T02:42:57.126Z | * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile |
248 | 2024-05-03T02:42:57.126Z | * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile |
249 | 2024-05-03T02:42:57.126Z | * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile |
250 | 2024-05-03T02:42:57.126Z | * [new ref] -> origin/HEAD |
251 | 2024-05-03T02:42:57.159Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
252 | 2024-05-03T02:42:57.666Z | From https://github.com/oxidecomputer/poptrie |
253 | 2024-05-03T02:42:57.666Z | * [new branch] main -> origin/main |
254 | 2024-05-03T02:42:57.666Z | * [new branch] multipath -> origin/multipath |
255 | 2024-05-03T02:42:57.692Z | * [new ref] -> origin/HEAD |
256 | 2024-05-03T02:42:57.825Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
257 | 2024-05-03T02:42:58.777Z | From https://github.com/illumos/libscf-sys |
258 | 2024-05-03T02:42:58.777Z | * [new branch] main -> origin/main |
259 | 2024-05-03T02:42:58.777Z | * [new ref] -> origin/HEAD |
260 | 2024-05-03T02:42:59.305Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-05-03T02:43:00.557Z | From https://github.com/oxidecomputer/typify |
262 | 2024-05-03T02:43:00.557Z | * [new branch] ipv6 -> origin/ipv6 |
263 | 2024-05-03T02:43:00.584Z | * [new branch] js-schema -> origin/js-schema |
264 | 2024-05-03T02:43:00.584Z | * [new branch] main -> origin/main |
265 | 2024-05-03T02:43:00.585Z | * [new branch] nested-newtype -> origin/nested-newtype |
266 | 2024-05-03T02:43:00.585Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
267 | 2024-05-03T02:43:00.585Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
268 | 2024-05-03T02:43:00.585Z | * [new ref] -> origin/HEAD |
269 | 2024-05-03T02:43:00.585Z | * [new tag] v0.0.10 -> v0.0.10 |
270 | 2024-05-03T02:43:00.585Z | * [new tag] v0.0.11 -> v0.0.11 |
271 | 2024-05-03T02:43:00.586Z | * [new tag] v0.0.12 -> v0.0.12 |
272 | 2024-05-03T02:43:00.586Z | * [new tag] v0.0.13 -> v0.0.13 |
273 | 2024-05-03T02:43:00.586Z | * [new tag] v0.0.14 -> v0.0.14 |
274 | 2024-05-03T02:43:00.586Z | * [new tag] v0.0.15 -> v0.0.15 |
275 | 2024-05-03T02:43:00.586Z | * [new tag] v0.0.16 -> v0.0.16 |
276 | 2024-05-03T02:43:00.587Z | * [new tag] v0.0.4 -> v0.0.4 |
277 | 2024-05-03T02:43:00.587Z | * [new tag] v0.0.5 -> v0.0.5 |
278 | 2024-05-03T02:43:00.587Z | * [new tag] v0.0.6 -> v0.0.6 |
279 | 2024-05-03T02:43:00.587Z | * [new tag] v0.0.7 -> v0.0.7 |
280 | 2024-05-03T02:43:00.587Z | * [new tag] v0.0.8 -> v0.0.8 |
281 | 2024-05-03T02:43:00.588Z | * [new tag] v0.0.9 -> v0.0.9 |
282 | 2024-05-03T02:43:00.853Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
283 | 2024-05-03T02:43:01.458Z | From https://github.com/oxidecomputer/rfb |
284 | 2024-05-03T02:43:01.458Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
285 | 2024-05-03T02:43:01.483Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
286 | 2024-05-03T02:43:01.483Z | * [new branch] main -> origin/main |
287 | 2024-05-03T02:43:01.483Z | * [new branch] pixfmts -> origin/pixfmts |
288 | 2024-05-03T02:43:01.483Z | * [new ref] -> origin/HEAD |
289 | 2024-05-03T02:43:01.609Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2024-05-03T02:43:02.402Z | From https://github.com/oxidecomputer/management-gateway-service |
291 | 2024-05-03T02:43:02.402Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
292 | 2024-05-03T02:43:02.435Z | * [new branch] buildomat -> origin/buildomat |
293 | 2024-05-03T02:43:02.436Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
294 | 2024-05-03T02:43:02.436Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
295 | 2024-05-03T02:43:02.436Z | * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32 |
296 | 2024-05-03T02:43:02.436Z | * [new branch] image-board-check -> origin/image-board-check |
297 | 2024-05-03T02:43:02.436Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
298 | 2024-05-03T02:43:02.436Z | * [new branch] lock_state -> origin/lock_state |
299 | 2024-05-03T02:43:02.437Z | * [new branch] main -> origin/main |
300 | 2024-05-03T02:43:02.437Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
301 | 2024-05-03T02:43:02.437Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
302 | 2024-05-03T02:43:02.437Z | * [new branch] read-rot-message -> origin/read-rot-message |
303 | 2024-05-03T02:43:02.438Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
304 | 2024-05-03T02:43:02.438Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
305 | 2024-05-03T02:43:02.438Z | * [new branch] reset-component -> origin/reset-component |
306 | 2024-05-03T02:43:02.438Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
307 | 2024-05-03T02:43:02.438Z | * [new branch] rhai -> origin/rhai |
308 | 2024-05-03T02:43:02.438Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
309 | 2024-05-03T02:43:02.439Z | * [new branch] rot-update -> origin/rot-update |
310 | 2024-05-03T02:43:02.439Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
311 | 2024-05-03T02:43:02.439Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
312 | 2024-05-03T02:43:02.439Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
313 | 2024-05-03T02:43:02.439Z | * [new branch] sprot-attest -> origin/sprot-attest |
314 | 2024-05-03T02:43:02.440Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
315 | 2024-05-03T02:43:02.440Z | * [new branch] sprot-errors -> origin/sprot-errors |
316 | 2024-05-03T02:43:02.440Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
317 | 2024-05-03T02:43:02.440Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
318 | 2024-05-03T02:43:02.440Z | * [new branch] update-stage0 -> origin/update-stage0 |
319 | 2024-05-03T02:43:02.441Z | * [new ref] -> origin/HEAD |
320 | 2024-05-03T02:43:03.386Z | Downloading crates ... |
321 | 2024-05-03T02:43:03.482Z | Downloaded ahash v0.8.11 |
322 | 2024-05-03T02:43:03.510Z | Downloaded async-stream v0.3.5 |
323 | 2024-05-03T02:43:03.510Z | Downloaded allocator-api2 v0.2.16 |
324 | 2024-05-03T02:43:03.510Z | Downloaded argon2 v0.5.3 |
325 | 2024-05-03T02:43:03.510Z | Downloaded cfg-if v1.0.0 |
326 | 2024-05-03T02:43:03.510Z | Downloaded base64ct v1.6.0 |
327 | 2024-05-03T02:43:03.536Z | Downloaded bitflags v2.5.0 |
328 | 2024-05-03T02:43:03.537Z | Downloaded chrono v0.4.38 |
329 | 2024-05-03T02:43:03.537Z | Downloaded scopeguard v1.2.0 |
330 | 2024-05-03T02:43:03.537Z | Downloaded slog v2.7.0 |
331 | 2024-05-03T02:43:03.537Z | Downloaded clap v4.5.4 |
332 | 2024-05-03T02:43:03.562Z | Downloaded slog-term v2.9.1 |
333 | 2024-05-03T02:43:03.562Z | Downloaded smallvec v1.13.2 |
334 | 2024-05-03T02:43:03.562Z | Downloaded slog-json v2.6.1 |
335 | 2024-05-03T02:43:03.594Z | Downloaded h2 v0.3.25 |
336 | 2024-05-03T02:43:03.595Z | Downloaded thiserror v1.0.59 |
337 | 2024-05-03T02:43:03.595Z | Downloaded linked-hash-map v0.5.6 |
338 | 2024-05-03T02:43:03.595Z | Downloaded num_threads v0.1.7 |
339 | 2024-05-03T02:43:03.595Z | Downloaded num-conv v0.1.0 |
340 | 2024-05-03T02:43:03.595Z | Downloaded lock_api v0.4.11 |
341 | 2024-05-03T02:43:03.625Z | Downloaded omicron-workspace-hack v0.1.0 |
342 | 2024-05-03T02:43:03.625Z | Downloaded once_cell v1.19.0 |
343 | 2024-05-03T02:43:03.625Z | Downloaded pretty-hex v0.2.1 |
344 | 2024-05-03T02:43:03.625Z | Downloaded try-lock v0.2.5 |
345 | 2024-05-03T02:43:03.625Z | Downloaded powerfmt v0.2.0 |
346 | 2024-05-03T02:43:03.625Z | Downloaded quick-error v1.2.3 |
347 | 2024-05-03T02:43:03.625Z | Downloaded rand_chacha v0.3.1 |
348 | 2024-05-03T02:43:03.625Z | Downloaded parse-display v0.9.0 |
349 | 2024-05-03T02:43:03.625Z | Downloaded want v0.3.1 |
350 | 2024-05-03T02:43:03.625Z | Downloaded parking_lot v0.11.2 |
351 | 2024-05-03T02:43:03.625Z | Downloaded is-terminal v0.4.12 |
352 | 2024-05-03T02:43:03.651Z | Downloaded hubpack_derive v0.1.1 |
353 | 2024-05-03T02:43:03.651Z | Downloaded parking_lot v0.12.1 |
354 | 2024-05-03T02:43:03.651Z | Downloaded macaddr v1.0.1 |
355 | 2024-05-03T02:43:03.651Z | Downloaded lru-cache v0.1.2 |
356 | 2024-05-03T02:43:03.651Z | Downloaded postcard v1.0.8 |
357 | 2024-05-03T02:43:03.651Z | Downloaded ipnet v2.9.0 |
358 | 2024-05-03T02:43:03.652Z | Downloaded usdt v0.5.0 |
359 | 2024-05-03T02:43:03.652Z | Downloaded nom v7.1.3 |
360 | 2024-05-03T02:43:03.678Z | Downloaded http v1.1.0 |
361 | 2024-05-03T02:43:03.678Z | Downloaded rand_core v0.6.4 |
362 | 2024-05-03T02:43:03.678Z | Downloaded winnow v0.5.40 |
363 | 2024-05-03T02:43:03.678Z | Downloaded hyper v0.14.28 |
364 | 2024-05-03T02:43:03.703Z | Downloaded idna v0.5.0 |
365 | 2024-05-03T02:43:03.703Z | Downloaded zerocopy-derive v0.6.6 |
366 | 2024-05-03T02:43:03.729Z | Downloaded pest_meta v2.7.8 |
367 | 2024-05-03T02:43:03.729Z | Downloaded url v2.5.0 |
368 | 2024-05-03T02:43:03.754Z | Downloaded unsafe-libyaml v0.2.11 |
369 | 2024-05-03T02:43:03.754Z | Downloaded pest v2.7.8 |
370 | 2024-05-03T02:43:03.754Z | Downloaded tokio-util v0.7.10 |
371 | 2024-05-03T02:43:03.754Z | Downloaded zerocopy v0.7.32 |
372 | 2024-05-03T02:43:03.782Z | Downloaded regress v0.6.0 |
373 | 2024-05-03T02:43:03.782Z | Downloaded openapiv3 v2.0.0 |
374 | 2024-05-03T02:43:03.807Z | Downloaded regex-automata v0.4.6 |
375 | 2024-05-03T02:43:03.832Z | Downloaded tokio v1.37.0 |
376 | 2024-05-03T02:43:03.873Z | Downloaded ring v0.17.8 |
377 | 2024-05-03T02:43:03.950Z | Downloaded regex-syntax v0.8.2 |
378 | 2024-05-03T02:43:03.977Z | Downloaded regex v1.10.4 |
379 | 2024-05-03T02:43:03.977Z | Downloaded openssl v0.10.64 |
380 | 2024-05-03T02:43:04.003Z | Downloaded trust-dns-proto v0.22.0 |
381 | 2024-05-03T02:43:04.003Z | Downloaded syn v2.0.55 |
382 | 2024-05-03T02:43:04.029Z | Downloaded smoltcp v0.11.0 |
383 | 2024-05-03T02:43:04.029Z | Downloaded reqwest v0.11.27 |
384 | 2024-05-03T02:43:04.054Z | Downloaded petgraph v0.6.4 |
385 | 2024-05-03T02:43:04.054Z | Downloaded syn v1.0.109 |
386 | 2024-05-03T02:43:04.079Z | Downloaded sled v0.34.7 |
387 | 2024-05-03T02:43:04.079Z | Downloaded unicode-normalization v0.1.23 |
388 | 2024-05-03T02:43:04.079Z | Downloaded time v0.3.34 |
389 | 2024-05-03T02:43:04.108Z | Downloaded unicode-bidi v0.3.15 |
390 | 2024-05-03T02:43:04.108Z | Downloaded trust-dns-resolver v0.22.0 |
391 | 2024-05-03T02:43:04.108Z | Downloaded tracing v0.1.40 |
392 | 2024-05-03T02:43:04.108Z | Downloaded toml_edit v0.22.9 |
393 | 2024-05-03T02:43:04.133Z | Downloaded toml_edit v0.19.15 |
394 | 2024-05-03T02:43:04.161Z | Downloaded steno v0.4.0 |
395 | 2024-05-03T02:43:04.161Z | Downloaded serde_with v3.7.0 |
396 | 2024-05-03T02:43:04.161Z | Downloaded zerocopy v0.6.6 |
397 | 2024-05-03T02:43:04.161Z | Downloaded pin-project-lite v0.2.13 |
398 | 2024-05-03T02:43:04.601Z | Downloaded libc v0.2.153 |
399 | 2024-05-03T02:43:04.602Z | Downloaded uuid v1.8.0 |
400 | 2024-05-03T02:43:04.602Z | Downloaded unicode-ident v1.0.12 |
401 | 2024-05-03T02:43:04.631Z | Downloaded ucd-trie v0.1.6 |
402 | 2024-05-03T02:43:04.631Z | Downloaded typenum v1.17.0 |
403 | 2024-05-03T02:43:04.631Z | Downloaded tracing-core v0.1.32 |
404 | 2024-05-03T02:43:04.631Z | Downloaded toml v0.8.12 |
405 | 2024-05-03T02:43:04.631Z | Downloaded encoding_rs v0.8.33 |
406 | 2024-05-03T02:43:04.631Z | Downloaded idna v0.2.3 |
407 | 2024-05-03T02:43:04.631Z | Downloaded pest_generator v2.7.8 |
408 | 2024-05-03T02:43:04.631Z | Downloaded pest_derive v2.7.8 |
409 | 2024-05-03T02:43:04.631Z | Downloaded password-hash v0.5.0 |
410 | 2024-05-03T02:43:04.631Z | Downloaded iana-time-zone v0.1.60 |
411 | 2024-05-03T02:43:04.632Z | Downloaded webpki-roots v0.25.4 |
412 | 2024-05-03T02:43:04.632Z | Downloaded usdt-impl v0.5.0 |
413 | 2024-05-03T02:43:04.632Z | Downloaded tinyvec v1.6.0 |
414 | 2024-05-03T02:43:04.632Z | Downloaded rustls v0.22.2 |
415 | 2024-05-03T02:43:04.632Z | Downloaded rustls v0.21.10 |
416 | 2024-05-03T02:43:04.632Z | Downloaded resolv-conf v0.7.0 |
417 | 2024-05-03T02:43:04.632Z | Downloaded uuid v0.8.2 |
418 | 2024-05-03T02:43:04.632Z | Downloaded regress v0.9.0 |
419 | 2024-05-03T02:43:04.632Z | Downloaded parse-display-derive v0.9.0 |
420 | 2024-05-03T02:43:04.632Z | Downloaded newtype-uuid v1.0.1 |
421 | 2024-05-03T02:43:04.632Z | Downloaded http v0.2.12 |
422 | 2024-05-03T02:43:04.632Z | Downloaded rand v0.8.5 |
423 | 2024-05-03T02:43:04.632Z | Downloaded pretty_assertions v1.4.0 |
424 | 2024-05-03T02:43:04.632Z | Downloaded pkg-config v0.3.30 |
425 | 2024-05-03T02:43:04.632Z | Downloaded percent-encoding v2.3.1 |
426 | 2024-05-03T02:43:04.633Z | Downloaded paste v1.0.14 |
427 | 2024-05-03T02:43:04.633Z | Downloaded itertools v0.12.1 |
428 | 2024-05-03T02:43:04.633Z | Downloaded hyper-tls v0.5.0 |
429 | 2024-05-03T02:43:04.633Z | Downloaded vcpkg v0.2.15 |
430 | 2024-05-03T02:43:04.633Z | Downloaded tracing-attributes v0.1.27 |
431 | 2024-05-03T02:43:04.633Z | Downloaded socket2 v0.4.10 |
432 | 2024-05-03T02:43:04.633Z | Downloaded mio v0.8.11 |
433 | 2024-05-03T02:43:04.633Z | Downloaded minimal-lexical v0.2.1 |
434 | 2024-05-03T02:43:04.633Z | Downloaded memchr v2.7.1 |
435 | 2024-05-03T02:43:04.633Z | Downloaded untrusted v0.9.0 |
436 | 2024-05-03T02:43:04.633Z | Downloaded unicode-width v0.1.11 |
437 | 2024-05-03T02:43:04.633Z | Downloaded tokio-rustls v0.25.0 |
438 | 2024-05-03T02:43:04.633Z | Downloaded time-macros v0.2.17 |
439 | 2024-05-03T02:43:04.633Z | Downloaded hyper-rustls v0.24.2 |
440 | 2024-05-03T02:43:04.634Z | Downloaded pin-utils v0.1.0 |
441 | 2024-05-03T02:43:04.634Z | Downloaded winnow v0.6.5 |
442 | 2024-05-03T02:43:04.634Z | Downloaded utf8parse v0.2.1 |
443 | 2024-05-03T02:43:04.634Z | Downloaded rustls-webpki v0.101.7 |
444 | 2024-05-03T02:43:04.634Z | Downloaded toml_datetime v0.6.5 |
445 | 2024-05-03T02:43:04.634Z | Downloaded ipnetwork v0.20.0 |
446 | 2024-05-03T02:43:04.634Z | Downloaded hubpack v0.1.2 |
447 | 2024-05-03T02:43:04.634Z | Downloaded zerocopy-derive v0.7.32 |
448 | 2024-05-03T02:43:04.634Z | Downloaded proc-macro2 v1.0.79 |
449 | 2024-05-03T02:43:04.634Z | Downloaded openssl-sys v0.9.101 |
450 | 2024-05-03T02:43:04.634Z | Downloaded lazy_static v1.4.0 |
451 | 2024-05-03T02:43:04.634Z | Downloaded itoa v1.0.10 |
452 | 2024-05-03T02:43:04.634Z | Downloaded humantime v2.1.0 |
453 | 2024-05-03T02:43:04.634Z | Downloaded version_check v0.9.4 |
454 | 2024-05-03T02:43:04.634Z | Downloaded tokio-rustls v0.24.1 |
455 | 2024-05-03T02:43:04.634Z | Downloaded schemars v0.8.16 |
456 | 2024-05-03T02:43:04.634Z | Downloaded plain v0.2.3 |
457 | 2024-05-03T02:43:04.634Z | Downloaded instant v0.1.12 |
458 | 2024-05-03T02:43:04.634Z | Downloaded ident_case v1.0.1 |
459 | 2024-05-03T02:43:04.634Z | Downloaded zeroize v1.7.0 |
460 | 2024-05-03T02:43:04.634Z | Downloaded quote v1.0.35 |
461 | 2024-05-03T02:43:04.634Z | Downloaded proc-macro-error v1.0.4 |
462 | 2024-05-03T02:43:04.635Z | Downloaded native-tls v0.2.11 |
463 | 2024-05-03T02:43:04.635Z | Downloaded openssl-probe v0.1.5 |
464 | 2024-05-03T02:43:04.635Z | Downloaded openssl-macros v0.1.1 |
465 | 2024-05-03T02:43:04.635Z | Downloaded time-core v0.1.2 |
466 | 2024-05-03T02:43:04.635Z | Downloaded thread-id v4.2.1 |
467 | 2024-05-03T02:43:04.635Z | Downloaded strum_macros v0.26.2 |
468 | 2024-05-03T02:43:04.635Z | Downloaded socket2 v0.5.6 |
469 | 2024-05-03T02:43:04.635Z | Downloaded rustls-webpki v0.102.2 |
470 | 2024-05-03T02:43:04.635Z | Downloaded multer v3.0.0 |
471 | 2024-05-03T02:43:04.635Z | Downloaded libm v0.2.8 |
472 | 2024-05-03T02:43:04.635Z | Downloaded waitgroup v0.1.2 |
473 | 2024-05-03T02:43:04.635Z | Downloaded proc-macro-error-attr v1.0.4 |
474 | 2024-05-03T02:43:04.635Z | Downloaded ppv-lite86 v0.2.17 |
475 | 2024-05-03T02:43:04.635Z | Downloaded tokio-native-tls v0.3.1 |
476 | 2024-05-03T02:43:04.635Z | Downloaded tokio-macros v2.2.0 |
477 | 2024-05-03T02:43:04.635Z | Downloaded thiserror-impl v1.0.59 |
478 | 2024-05-03T02:43:04.635Z | Downloaded strum_macros v0.25.3 |
479 | 2024-05-03T02:43:04.636Z | Downloaded structmeta v0.3.0 |
480 | 2024-05-03T02:43:04.636Z | Downloaded slog-dtrace v0.3.0 |
481 | 2024-05-03T02:43:04.636Z | Downloaded num v0.4.1 |
482 | 2024-05-03T02:43:04.636Z | Downloaded mime v0.3.17 |
483 | 2024-05-03T02:43:04.636Z | Downloaded memmap v0.7.0 |
484 | 2024-05-03T02:43:04.636Z | Downloaded proc-macro-crate v1.3.1 |
485 | 2024-05-03T02:43:04.636Z | Downloaded pretty-hex v0.4.1 |
486 | 2024-05-03T02:43:04.636Z | Downloaded parking_lot_core v0.9.9 |
487 | 2024-05-03T02:43:04.636Z | Downloaded parking_lot_core v0.8.6 |
488 | 2024-05-03T02:43:04.636Z | Downloaded tower-service v0.3.2 |
489 | 2024-05-03T02:43:04.636Z | Downloaded managed v0.8.0 |
490 | 2024-05-03T02:43:04.636Z | Downloaded num-traits v0.2.18 |
491 | 2024-05-03T02:43:04.636Z | Downloaded thread_local v1.1.8 |
492 | 2024-05-03T02:43:04.636Z | Downloaded newtype_derive v0.1.6 |
493 | 2024-05-03T02:43:04.636Z | Downloaded matches v0.1.10 |
494 | 2024-05-03T02:43:04.636Z | Downloaded match_cfg v0.1.0 |
495 | 2024-05-03T02:43:04.636Z | Downloaded num-complex v0.4.5 |
496 | 2024-05-03T02:43:04.636Z | Downloaded tinyvec_macros v0.1.1 |
497 | 2024-05-03T02:43:04.636Z | Downloaded term v0.7.0 |
498 | 2024-05-03T02:43:04.636Z | Downloaded static_assertions v1.1.0 |
499 | 2024-05-03T02:43:04.636Z | Downloaded num_enum_derive v0.7.2 |
500 | 2024-05-03T02:43:04.636Z | Downloaded num-rational v0.4.1 |
501 | 2024-05-03T02:43:04.666Z | Downloaded num-iter v0.1.44 |
502 | 2024-05-03T02:43:04.666Z | Downloaded num-derive v0.3.3 |
503 | 2024-05-03T02:43:04.666Z | Downloaded log v0.4.21 |
504 | 2024-05-03T02:43:04.666Z | Downloaded indexmap v2.2.6 |
505 | 2024-05-03T02:43:04.666Z | Downloaded take_mut v0.2.2 |
506 | 2024-05-03T02:43:04.666Z | Downloaded tabwriter v1.4.0 |
507 | 2024-05-03T02:43:04.666Z | Downloaded goblin v0.8.0 |
508 | 2024-05-03T02:43:04.667Z | Downloaded num_enum_derive v0.5.11 |
509 | 2024-05-03T02:43:04.667Z | Downloaded num_enum v0.7.2 |
510 | 2024-05-03T02:43:04.667Z | Downloaded num_enum v0.5.11 |
511 | 2024-05-03T02:43:04.667Z | Downloaded num_cpus v1.16.0 |
512 | 2024-05-03T02:43:04.667Z | Downloaded num-integer v0.1.46 |
513 | 2024-05-03T02:43:04.667Z | Downloaded usdt-macro v0.5.0 |
514 | 2024-05-03T02:43:04.667Z | Downloaded usdt-attr-macro v0.5.0 |
515 | 2024-05-03T02:43:04.667Z | Downloaded serde_yaml v0.9.34+deprecated |
516 | 2024-05-03T02:43:04.667Z | Downloaded sha1 v0.10.6 |
517 | 2024-05-03T02:43:04.667Z | Downloaded indexmap v1.9.3 |
518 | 2024-05-03T02:43:04.667Z | Downloaded structmeta-derive v0.3.0 |
519 | 2024-05-03T02:43:04.667Z | Downloaded subtle v2.5.0 |
520 | 2024-05-03T02:43:04.667Z | Downloaded httpdate v1.0.3 |
521 | 2024-05-03T02:43:04.667Z | Downloaded httparse v1.8.0 |
522 | 2024-05-03T02:43:04.667Z | Downloaded http-body v0.4.6 |
523 | 2024-05-03T02:43:04.667Z | Downloaded yansi v0.5.1 |
524 | 2024-05-03T02:43:04.667Z | Downloaded sync_wrapper v0.1.2 |
525 | 2024-05-03T02:43:04.668Z | Downloaded strum v0.26.2 |
526 | 2024-05-03T02:43:04.668Z | Downloaded strsim v0.11.0 |
527 | 2024-05-03T02:43:04.668Z | Downloaded spin v0.9.8 |
528 | 2024-05-03T02:43:04.668Z | Downloaded slab v0.4.9 |
529 | 2024-05-03T02:43:04.668Z | Downloaded serde_urlencoded v0.7.1 |
530 | 2024-05-03T02:43:04.668Z | Downloaded rustversion v1.0.14 |
531 | 2024-05-03T02:43:04.668Z | Downloaded rustls-pki-types v1.4.0 |
532 | 2024-05-03T02:43:04.701Z | Downloaded rustls-pemfile v2.1.1 |
533 | 2024-05-03T02:43:04.701Z | Downloaded strsim v0.10.0 |
534 | 2024-05-03T02:43:04.701Z | Downloaded stable_deref_trait v1.2.0 |
535 | 2024-05-03T02:43:04.701Z | Downloaded sha2 v0.10.8 |
536 | 2024-05-03T02:43:04.701Z | Downloaded rustls-pemfile v1.0.4 |
537 | 2024-05-03T02:43:04.701Z | Downloaded rustc_version v0.1.7 |
538 | 2024-05-03T02:43:04.701Z | Downloaded hex v0.4.3 |
539 | 2024-05-03T02:43:04.701Z | Downloaded heck v0.5.0 |
540 | 2024-05-03T02:43:04.702Z | Downloaded heapless v0.8.0 |
541 | 2024-05-03T02:43:04.702Z | Downloaded hashbrown v0.14.3 |
542 | 2024-05-03T02:43:04.702Z | Downloaded hashbrown v0.13.2 |
543 | 2024-05-03T02:43:04.732Z | Downloaded getrandom v0.2.12 |
544 | 2024-05-03T02:43:04.732Z | Downloaded getopts v0.2.21 |
545 | 2024-05-03T02:43:04.732Z | Downloaded futures-io v0.3.30 |
546 | 2024-05-03T02:43:04.732Z | Downloaded form_urlencoded v1.2.1 |
547 | 2024-05-03T02:43:04.732Z | Downloaded equivalent v1.0.1 |
548 | 2024-05-03T02:43:04.732Z | Downloaded enum-as-inner v0.5.1 |
549 | 2024-05-03T02:43:04.732Z | Downloaded diff v0.1.13 |
550 | 2024-05-03T02:43:04.732Z | Downloaded defmt-macros v0.3.7 |
551 | 2024-05-03T02:43:04.732Z | Downloaded defmt v0.3.6 |
552 | 2024-05-03T02:43:04.732Z | Downloaded generic-array v0.14.7 |
553 | 2024-05-03T02:43:04.732Z | Downloaded futures-util v0.3.30 |
554 | 2024-05-03T02:43:04.758Z | Downloaded foreign-types v0.3.2 |
555 | 2024-05-03T02:43:04.758Z | Downloaded dyn-clone v1.0.17 |
556 | 2024-05-03T02:43:04.758Z | Downloaded serde_repr v0.1.19 |
557 | 2024-05-03T02:43:04.758Z | Downloaded half v2.4.0 |
558 | 2024-05-03T02:43:04.758Z | Downloaded futures-task v0.3.30 |
559 | 2024-05-03T02:43:04.759Z | Downloaded futures-macro v0.3.30 |
560 | 2024-05-03T02:43:04.759Z | Downloaded foreign-types-macros v0.2.3 |
561 | 2024-05-03T02:43:04.759Z | Downloaded defmt-parser v0.3.4 |
562 | 2024-05-03T02:43:04.759Z | Downloaded slog-stdlog v4.1.1 |
563 | 2024-05-03T02:43:04.759Z | Downloaded slog-envlogger v2.2.0 |
564 | 2024-05-03T02:43:04.759Z | Downloaded slog-async v2.8.0 |
565 | 2024-05-03T02:43:04.759Z | Downloaded signal-hook-registry v1.4.1 |
566 | 2024-05-03T02:43:04.759Z | Downloaded serde_json v1.0.116 |
567 | 2024-05-03T02:43:04.785Z | Downloaded serde v1.0.199 |
568 | 2024-05-03T02:43:04.785Z | Downloaded scroll_derive v0.12.0 |
569 | 2024-05-03T02:43:04.785Z | Downloaded hashbrown v0.12.3 |
570 | 2024-05-03T02:43:04.786Z | Downloaded hash32 v0.3.1 |
571 | 2024-05-03T02:43:04.786Z | Downloaded fxhash v0.2.1 |
572 | 2024-05-03T02:43:04.786Z | Downloaded futures-sink v0.3.30 |
573 | 2024-05-03T02:43:04.786Z | Downloaded futures-executor v0.3.30 |
574 | 2024-05-03T02:43:04.786Z | Downloaded futures-core v0.3.30 |
575 | 2024-05-03T02:43:04.786Z | Downloaded futures v0.3.30 |
576 | 2024-05-03T02:43:04.786Z | Downloaded foreign-types-shared v0.1.1 |
577 | 2024-05-03T02:43:04.786Z | Downloaded foreign-types v0.5.0 |
578 | 2024-05-03T02:43:04.822Z | Downloaded embedded-io v0.4.0 |
579 | 2024-05-03T02:43:04.822Z | Downloaded dtrace-parser v0.2.0 |
580 | 2024-05-03T02:43:04.822Z | Downloaded dof v0.3.0 |
581 | 2024-05-03T02:43:04.822Z | Downloaded dirs-next v2.0.0 |
582 | 2024-05-03T02:43:04.822Z | Downloaded deranged v0.3.11 |
583 | 2024-05-03T02:43:04.822Z | Downloaded cstr-argument v0.1.2 |
584 | 2024-05-03T02:43:04.822Z | Downloaded slog-scope v4.4.0 |
585 | 2024-05-03T02:43:04.823Z | Downloaded slog-bunyan v2.5.0 |
586 | 2024-05-03T02:43:04.823Z | Downloaded serde_with_macros v3.7.0 |
587 | 2024-05-03T02:43:04.823Z | Downloaded serde_tokenstream v0.2.0 |
588 | 2024-05-03T02:43:04.823Z | Downloaded serde_spanned v0.6.5 |
589 | 2024-05-03T02:43:04.823Z | Downloaded serde_path_to_error v0.1.16 |
590 | 2024-05-03T02:43:04.823Z | Downloaded serde_derive_internals v0.26.0 |
591 | 2024-05-03T02:43:04.823Z | Downloaded serde_derive v1.0.199 |
592 | 2024-05-03T02:43:04.823Z | Downloaded semver v1.0.22 |
593 | 2024-05-03T02:43:04.823Z | Downloaded semver v0.1.20 |
594 | 2024-05-03T02:43:04.823Z | Downloaded sct v0.7.1 |
595 | 2024-05-03T02:43:04.823Z | Downloaded heck v0.4.1 |
596 | 2024-05-03T02:43:04.823Z | Downloaded futures-channel v0.3.30 |
597 | 2024-05-03T02:43:04.824Z | Downloaded foreign-types-shared v0.3.1 |
598 | 2024-05-03T02:43:04.824Z | Downloaded fnv v1.0.7 |
599 | 2024-05-03T02:43:04.849Z | Downloaded fixedbitset v0.4.2 |
600 | 2024-05-03T02:43:04.849Z | Downloaded either v1.10.0 |
601 | 2024-05-03T02:43:04.849Z | Downloaded dirs-sys-next v0.1.2 |
602 | 2024-05-03T02:43:04.849Z | Downloaded digest v0.10.7 |
603 | 2024-05-03T02:43:04.849Z | Downloaded debug-ignore v1.0.5 |
604 | 2024-05-03T02:43:04.849Z | Downloaded data-encoding v2.5.0 |
605 | 2024-05-03T02:43:04.849Z | Downloaded darling_macro v0.20.8 |
606 | 2024-05-03T02:43:04.850Z | Downloaded darling_core v0.20.8 |
607 | 2024-05-03T02:43:04.850Z | Downloaded darling v0.20.8 |
608 | 2024-05-03T02:43:04.850Z | Downloaded crypto-common v0.1.6 |
609 | 2024-05-03T02:43:04.850Z | Downloaded crossbeam-utils v0.8.19 |
610 | 2024-05-03T02:43:04.850Z | Downloaded crossbeam-epoch v0.9.18 |
611 | 2024-05-03T02:43:04.876Z | Downloaded crossbeam-channel v0.5.12 |
612 | 2024-05-03T02:43:04.876Z | Downloaded crc8 v0.1.1 |
613 | 2024-05-03T02:43:04.876Z | Downloaded crc32fast v1.4.0 |
614 | 2024-05-03T02:43:04.876Z | Downloaded cpufeatures v0.2.12 |
615 | 2024-05-03T02:43:04.876Z | Downloaded scroll v0.12.0 |
616 | 2024-05-03T02:43:04.876Z | Downloaded schemars_derive v0.8.16 |
617 | 2024-05-03T02:43:04.876Z | Downloaded ryu v1.0.17 |
618 | 2024-05-03T02:43:04.876Z | Downloaded hostname v0.3.1 |
619 | 2024-05-03T02:43:04.876Z | Downloaded colored v2.1.0 |
620 | 2024-05-03T02:43:04.876Z | Downloaded colorchoice v1.0.0 |
621 | 2024-05-03T02:43:04.876Z | Downloaded cobs v0.2.3 |
622 | 2024-05-03T02:43:04.877Z | Downloaded clap_lex v0.7.0 |
623 | 2024-05-03T02:43:04.877Z | Downloaded clap_derive v4.5.4 |
624 | 2024-05-03T02:43:04.877Z | Downloaded clap_builder v4.5.2 |
625 | 2024-05-03T02:43:04.911Z | Downloaded ciborium-ll v0.2.2 |
626 | 2024-05-03T02:43:04.911Z | Downloaded ciborium-io v0.2.2 |
627 | 2024-05-03T02:43:04.912Z | Downloaded ciborium v0.2.2 |
628 | 2024-05-03T02:43:04.912Z | Downloaded cc v1.0.90 |
629 | 2024-05-03T02:43:04.912Z | Downloaded camino v1.1.6 |
630 | 2024-05-03T02:43:04.912Z | Downloaded block-buffer v0.10.4 |
631 | 2024-05-03T02:43:04.912Z | Downloaded blake2 v0.10.6 |
632 | 2024-05-03T02:43:04.912Z | Downloaded atomic-waker v1.1.2 |
633 | 2024-05-03T02:43:04.912Z | Downloaded async-stream-impl v0.3.5 |
634 | 2024-05-03T02:43:04.912Z | Downloaded bytes v1.6.0 |
635 | 2024-05-03T02:43:04.912Z | Downloaded byteorder v1.5.0 |
636 | 2024-05-03T02:43:04.912Z | Downloaded bitflags v1.3.2 |
637 | 2024-05-03T02:43:04.912Z | Downloaded backoff v0.4.0 |
638 | 2024-05-03T02:43:04.937Z | Downloaded base64 v0.21.7 |
639 | 2024-05-03T02:43:04.938Z | Downloaded autocfg v1.1.0 |
640 | 2024-05-03T02:43:04.938Z | Downloaded async-trait v0.1.79 |
641 | 2024-05-03T02:43:04.938Z | Downloaded base64 v0.22.0 |
642 | 2024-05-03T02:43:04.938Z | Downloaded arc-swap v1.7.1 |
643 | 2024-05-03T02:43:04.938Z | Downloaded anyhow v1.0.82 |
644 | 2024-05-03T02:43:04.938Z | Downloaded anstyle-query v1.0.2 |
645 | 2024-05-03T02:43:04.938Z | Downloaded anstyle-parse v0.2.3 |
646 | 2024-05-03T02:43:04.963Z | Downloaded anstyle v1.0.6 |
647 | 2024-05-03T02:43:04.963Z | Downloaded anstream v0.6.13 |
648 | 2024-05-03T02:43:04.963Z | Downloaded aho-corasick v1.1.3 |
649 | 2024-05-03T02:43:05.176Z | Compiling proc-macro2 v1.0.79 |
650 | 2024-05-03T02:43:05.176Z | Compiling unicode-ident v1.0.12 |
651 | 2024-05-03T02:43:05.201Z | Compiling libc v0.2.153 |
652 | 2024-05-03T02:43:05.201Z | Compiling serde v1.0.199 |
653 | 2024-05-03T02:43:05.201Z | Compiling version_check v0.9.4 |
654 | 2024-05-03T02:43:05.201Z | Compiling autocfg v1.1.0 |
655 | 2024-05-03T02:43:05.201Z | Compiling syn v1.0.109 |
656 | 2024-05-03T02:43:05.201Z | Compiling serde_json v1.0.116 |
657 | 2024-05-03T02:43:05.432Z | Compiling thiserror v1.0.59 |
658 | 2024-05-03T02:43:05.738Z | Checking cfg-if v1.0.0 |
659 | 2024-05-03T02:43:05.827Z | Compiling once_cell v1.19.0 |
660 | 2024-05-03T02:43:05.863Z | Compiling parking_lot_core v0.9.9 |
661 | 2024-05-03T02:43:05.888Z | Compiling ahash v0.8.11 |
662 | 2024-05-03T02:43:05.913Z | Compiling lock_api v0.4.11 |
663 | 2024-05-03T02:43:05.943Z | Compiling libm v0.2.8 |
664 | 2024-05-03T02:43:06.072Z | Compiling num-traits v0.2.18 |
665 | 2024-05-03T02:43:06.343Z | Compiling byteorder v1.5.0 |
666 | 2024-05-03T02:43:06.376Z | Compiling cc v1.0.90 |
667 | 2024-05-03T02:43:06.490Z | Compiling allocator-api2 v0.2.16 |
668 | 2024-05-03T02:43:06.552Z | Compiling memchr v2.7.1 |
669 | 2024-05-03T02:43:06.633Z | Compiling quote v1.0.35 |
670 | 2024-05-03T02:43:06.786Z | Compiling slab v0.4.9 |
671 | 2024-05-03T02:43:06.860Z | Compiling schemars v0.8.16 |
672 | 2024-05-03T02:43:07.087Z | Compiling syn v2.0.55 |
673 | 2024-05-03T02:43:07.211Z | Compiling heck v0.4.1 |
674 | 2024-05-03T02:43:07.241Z | Compiling slog v2.7.0 |
675 | 2024-05-03T02:43:07.270Z | Compiling equivalent v1.0.1 |
676 | 2024-05-03T02:43:07.270Z | Compiling itoa v1.0.10 |
677 | 2024-05-03T02:43:07.344Z | Compiling ryu v1.0.17 |
678 | 2024-05-03T02:43:07.437Z | Compiling vcpkg v0.2.15 |
679 | 2024-05-03T02:43:07.535Z | Compiling pkg-config v0.3.30 |
680 | 2024-05-03T02:43:07.595Z | Compiling httparse v1.8.0 |
681 | 2024-05-03T02:43:07.682Z | Compiling fnv v1.0.7 |
682 | 2024-05-03T02:43:07.782Z | Compiling openssl v0.10.64 |
683 | 2024-05-03T02:43:07.975Z | Compiling native-tls v0.2.11 |
684 | 2024-05-03T02:43:08.108Z | Compiling rustls v0.21.10 |
685 | 2024-05-03T02:43:08.751Z | Compiling ring v0.17.8 |
686 | 2024-05-03T02:43:09.037Z | Compiling openssl-sys v0.9.101 |
687 | 2024-05-03T02:43:09.101Z | Compiling anyhow v1.0.82 |
688 | 2024-05-03T02:43:09.126Z | Compiling dyn-clone v1.0.17 |
689 | 2024-05-03T02:43:09.326Z | Compiling uuid v1.8.0 |
690 | 2024-05-03T02:43:09.491Z | Checking getrandom v0.2.12 |
691 | 2024-05-03T02:43:09.687Z | Compiling log v0.4.21 |
692 | 2024-05-03T02:43:09.821Z | Compiling aho-corasick v1.1.3 |
693 | 2024-05-03T02:43:09.899Z | Compiling regex-syntax v0.8.2 |
694 | 2024-05-03T02:43:09.985Z | Compiling typenum v1.17.0 |
695 | 2024-05-03T02:43:10.435Z | Compiling generic-array v0.14.7 |
696 | 2024-05-03T02:43:10.600Z | Compiling chrono v0.4.38 |
697 | 2024-05-03T02:43:10.795Z | Compiling bytes v1.6.0 |
698 | 2024-05-03T02:43:10.975Z | Compiling crossbeam-utils v0.8.19 |
699 | 2024-05-03T02:43:11.821Z | Compiling serde_derive_internals v0.26.0 |
700 | 2024-05-03T02:43:12.313Z | Checking pin-project-lite v0.2.13 |
701 | 2024-05-03T02:43:12.428Z | Compiling unicode-width v0.1.11 |
702 | 2024-05-03T02:43:12.563Z | Compiling getopts v0.2.21 |
703 | 2024-05-03T02:43:12.588Z | Compiling http v0.2.12 |
704 | 2024-05-03T02:43:12.704Z | Compiling regex-automata v0.4.6 |
705 | 2024-05-03T02:43:13.285Z | Compiling ucd-trie v0.1.6 |
706 | 2024-05-03T02:43:13.650Z | Compiling unsafe-libyaml v0.2.11 |
707 | 2024-05-03T02:43:13.747Z | Compiling time-core v0.1.2 |
708 | 2024-05-03T02:43:13.867Z | Checking smallvec v1.13.2 |
709 | 2024-05-03T02:43:13.896Z | Compiling num-conv v0.1.0 |
710 | 2024-05-03T02:43:14.124Z | Compiling time-macros v0.2.17 |
711 | 2024-05-03T02:43:14.186Z | Checking scopeguard v1.2.0 |
712 | 2024-05-03T02:43:14.417Z | Compiling ident_case v1.0.1 |
713 | 2024-05-03T02:43:14.609Z | Compiling strsim v0.10.0 |
714 | 2024-05-03T02:43:14.865Z | Compiling darling_core v0.20.8 |
715 | 2024-05-03T02:43:15.039Z | Checking parking_lot v0.12.1 |
716 | 2024-05-03T02:43:15.141Z | Checking socket2 v0.5.6 |
717 | 2024-05-03T02:43:15.325Z | Checking signal-hook-registry v1.4.1 |
718 | 2024-05-03T02:43:15.525Z | Checking mio v0.8.11 |
719 | 2024-05-03T02:43:15.553Z | Checking num_cpus v1.16.0 |
720 | 2024-05-03T02:43:15.641Z | Compiling omicron-workspace-hack v0.1.0 |
721 | 2024-05-03T02:43:15.913Z | Compiling regex v1.10.4 |
722 | 2024-05-03T02:43:16.145Z | Compiling slog-async v2.8.0 |
723 | 2024-05-03T02:43:16.499Z | Compiling schemars_derive v0.8.16 |
724 | 2024-05-03T02:43:16.606Z | Compiling usdt-impl v0.5.0 |
725 | 2024-05-03T02:43:16.736Z | Compiling rustversion v1.0.14 |
726 | 2024-05-03T02:43:16.914Z | Compiling async-trait v0.1.79 |
727 | 2024-05-03T02:43:17.018Z | Compiling thread-id v4.2.1 |
728 | 2024-05-03T02:43:17.157Z | Compiling serde_derive v1.0.199 |
729 | 2024-05-03T02:43:17.238Z | Compiling zerocopy-derive v0.7.32 |
730 | 2024-05-03T02:43:17.263Z | Compiling thiserror-impl v1.0.59 |
731 | 2024-05-03T02:43:17.321Z | Compiling tokio-macros v2.2.0 |
732 | 2024-05-03T02:43:17.440Z | Compiling tracing-attributes v0.1.27 |
733 | 2024-05-03T02:43:18.605Z | Compiling futures-macro v0.3.30 |
734 | 2024-05-03T02:43:18.931Z | Compiling zerocopy v0.7.32 |
735 | 2024-05-03T02:43:19.042Z | Compiling openssl-macros v0.1.1 |
736 | 2024-05-03T02:43:19.597Z | Compiling pest v2.7.8 |
737 | 2024-05-03T02:43:19.683Z | Compiling scroll_derive v0.12.0 |
738 | 2024-05-03T02:43:19.723Z | Compiling darling_macro v0.20.8 |
739 | 2024-05-03T02:43:20.592Z | Compiling hashbrown v0.14.3 |
740 | 2024-05-03T02:43:20.651Z | Compiling darling v0.20.8 |
741 | 2024-05-03T02:43:20.970Z | Checking futures-core v0.3.30 |
742 | 2024-05-03T02:43:21.542Z | Compiling pest_meta v2.7.8 |
743 | 2024-05-03T02:43:21.586Z | Compiling rustls v0.22.2 |
744 | 2024-05-03T02:43:21.753Z | Compiling regress v0.9.0 |
745 | 2024-05-03T02:43:21.777Z | Checking tracing-core v0.1.32 |
746 | 2024-05-03T02:43:21.901Z | Checking futures-sink v0.3.30 |
747 | 2024-05-03T02:43:22.275Z | Compiling multer v3.0.0 |
748 | 2024-05-03T02:43:22.302Z | Checking tracing v0.1.40 |
749 | 2024-05-03T02:43:22.509Z | Compiling pest_generator v2.7.8 |
750 | 2024-05-03T02:43:22.565Z | Compiling camino v1.1.6 |
751 | 2024-05-03T02:43:22.590Z | Checking iana-time-zone v0.1.60 |
752 | 2024-05-03T02:43:22.774Z | Checking futures-channel v0.3.30 |
753 | 2024-05-03T02:43:23.114Z | Compiling serde_with_macros v3.7.0 |
754 | 2024-05-03T02:43:23.941Z | Compiling structmeta-derive v0.3.0 |
755 | 2024-05-03T02:43:24.095Z | Compiling async-stream-impl v0.3.5 |
756 | 2024-05-03T02:43:24.834Z | Compiling pest_derive v2.7.8 |
757 | 2024-05-03T02:43:25.551Z | Compiling dtrace-parser v0.2.0 |
758 | 2024-05-03T02:43:25.595Z | Checking futures-task v0.3.30 |
759 | 2024-05-03T02:43:25.720Z | Compiling paste v1.0.14 |
760 | 2024-05-03T02:43:25.792Z | Checking futures-io v0.3.30 |
761 | 2024-05-03T02:43:25.823Z | Checking pin-utils v0.1.0 |
762 | 2024-05-03T02:43:25.903Z | Compiling toml_datetime v0.6.5 |
763 | 2024-05-03T02:43:25.952Z | Compiling winnow v0.5.40 |
764 | 2024-05-03T02:43:26.175Z | Compiling structmeta v0.3.0 |
765 | 2024-05-03T02:43:26.200Z | Checking futures-util v0.3.30 |
766 | 2024-05-03T02:43:26.343Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
767 | 2024-05-03T02:43:26.493Z | Checking uuid v0.8.2 |
768 | 2024-05-03T02:43:26.654Z | Checking spin v0.9.8 |
769 | 2024-05-03T02:43:26.837Z | Compiling semver v1.0.22 |
770 | 2024-05-03T02:43:26.938Z | Compiling parse-display-derive v0.9.0 |
771 | 2024-05-03T02:43:27.704Z | Compiling indexmap v2.2.6 |
772 | 2024-05-03T02:43:27.760Z | Compiling serde_tokenstream v0.2.0 |
773 | 2024-05-03T02:43:27.866Z | Checking tokio v1.37.0 |
774 | 2024-05-03T02:43:28.868Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-05-03T02:43:29.335Z | Compiling openapiv3 v2.0.0 |
776 | 2024-05-03T02:43:30.094Z | Compiling dof v0.3.0 |
777 | 2024-05-03T02:43:30.641Z | Compiling toml_edit v0.19.15 |
778 | 2024-05-03T02:43:31.286Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
779 | 2024-05-03T02:43:31.377Z | Compiling usdt-attr-macro v0.5.0 |
780 | 2024-05-03T02:43:31.830Z | Compiling usdt-macro v0.5.0 |
781 | 2024-05-03T02:43:32.633Z | Compiling proc-macro-crate v1.3.1 |
782 | 2024-05-03T02:43:32.671Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
783 | 2024-05-03T02:43:33.055Z | Compiling strum_macros v0.26.2 |
784 | 2024-05-03T02:43:33.385Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
785 | 2024-05-03T02:43:33.826Z | Checking untrusted v0.9.0 |
786 | 2024-05-03T02:43:34.000Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
787 | 2024-05-03T02:43:34.201Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
788 | 2024-05-03T02:43:34.902Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
789 | 2024-05-03T02:43:35.178Z | Checking tinyvec_macros v0.1.1 |
790 | 2024-05-03T02:43:35.260Z | Checking tinyvec v1.6.0 |
791 | 2024-05-03T02:43:35.531Z | Compiling num_enum_derive v0.5.11 |
792 | 2024-05-03T02:43:35.974Z | Compiling foreign-types-macros v0.2.3 |
793 | 2024-05-03T02:43:36.304Z | Checking percent-encoding v2.3.1 |
794 | 2024-05-03T02:43:36.335Z | Checking unicode-normalization v0.1.23 |
795 | 2024-05-03T02:43:36.483Z | Checking form_urlencoded v1.2.1 |
796 | 2024-05-03T02:43:36.670Z | Checking tokio-util v0.7.10 |
797 | 2024-05-03T02:43:36.756Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
798 | 2024-05-03T02:43:36.817Z | Checking try-lock v0.2.5 |
799 | 2024-05-03T02:43:36.859Z | Checking foreign-types-shared v0.1.1 |
800 | 2024-05-03T02:43:36.940Z | Checking unicode-bidi v0.3.15 |
801 | 2024-05-03T02:43:37.022Z | Checking foreign-types v0.3.2 |
802 | 2024-05-03T02:43:37.461Z | Checking want v0.3.1 |
803 | 2024-05-03T02:43:37.462Z | Checking http-body v0.4.6 |
804 | 2024-05-03T02:43:37.462Z | Checking h2 v0.3.25 |
805 | 2024-05-03T02:43:37.462Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
806 | 2024-05-03T02:43:37.749Z | Checking tower-service v0.3.2 |
807 | 2024-05-03T02:43:37.849Z | Checking bitflags v2.5.0 |
808 | 2024-05-03T02:43:38.160Z | Checking httpdate v1.0.3 |
809 | 2024-05-03T02:43:38.343Z | Checking idna v0.5.0 |
810 | 2024-05-03T02:43:38.819Z | Checking sct v0.7.1 |
811 | 2024-05-03T02:43:38.974Z | Checking rustls-webpki v0.101.7 |
812 | 2024-05-03T02:43:39.185Z | Compiling num-rational v0.4.1 |
813 | 2024-05-03T02:43:39.766Z | Checking openssl-probe v0.1.5 |
814 | 2024-05-03T02:43:39.878Z | Compiling semver v0.1.20 |
815 | 2024-05-03T02:43:40.259Z | Checking base64 v0.21.7 |
816 | 2024-05-03T02:43:40.725Z | Checking hyper v0.14.28 |
817 | 2024-05-03T02:43:40.825Z | Compiling rustc_version v0.1.7 |
818 | 2024-05-03T02:43:41.372Z | Checking url v2.5.0 |
819 | 2024-05-03T02:43:41.922Z | Compiling zerocopy-derive v0.6.6 |
820 | 2024-05-03T02:43:41.986Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
821 | 2024-05-03T02:43:42.011Z | Compiling hubpack_derive v0.1.1 |
822 | 2024-05-03T02:43:42.441Z | Checking encoding_rs v0.8.33 |
823 | 2024-05-03T02:43:42.768Z | Checking ipnet v2.9.0 |
824 | 2024-05-03T02:43:43.060Z | Checking mime v0.3.17 |
825 | 2024-05-03T02:43:43.317Z | Checking tokio-native-tls v0.3.1 |
826 | 2024-05-03T02:43:43.345Z | Checking tokio-rustls v0.24.1 |
827 | 2024-05-03T02:43:43.541Z | Compiling newtype_derive v0.1.6 |
828 | 2024-05-03T02:43:43.570Z | Checking serde_urlencoded v0.7.1 |
829 | 2024-05-03T02:43:43.652Z | Checking rustls-pemfile v1.0.4 |
830 | 2024-05-03T02:43:43.889Z | Compiling strum_macros v0.25.3 |
831 | 2024-05-03T02:43:43.929Z | Compiling serde_repr v0.1.19 |
832 | 2024-05-03T02:43:44.238Z | Checking hyper-tls v0.5.0 |
833 | 2024-05-03T02:43:44.535Z | Checking hyper-rustls v0.24.2 |
834 | 2024-05-03T02:43:44.707Z | Checking sync_wrapper v0.1.2 |
835 | 2024-05-03T02:43:44.780Z | Checking webpki-roots v0.25.4 |
836 | 2024-05-03T02:43:45.216Z | Checking reqwest v0.11.27 |
837 | 2024-05-03T02:43:45.217Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d) |
838 | 2024-05-03T02:43:45.652Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
839 | 2024-05-03T02:43:45.677Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
840 | 2024-05-03T02:43:45.948Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
841 | 2024-05-03T02:43:45.995Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
842 | 2024-05-03T02:43:46.873Z | Checking rand_core v0.6.4 |
843 | 2024-05-03T02:43:47.105Z | Checking powerfmt v0.2.0 |
844 | 2024-05-03T02:43:47.130Z | Checking subtle v2.5.0 |
845 | 2024-05-03T02:43:47.334Z | Checking deranged v0.3.11 |
846 | 2024-05-03T02:43:47.731Z | Compiling enum-as-inner v0.5.1 |
847 | 2024-05-03T02:43:48.880Z | Checking num_threads v0.1.7 |
848 | 2024-05-03T02:43:48.950Z | Checking lazy_static v1.4.0 |
849 | 2024-05-03T02:43:48.984Z | Checking time v0.3.34 |
850 | 2024-05-03T02:43:49.659Z | Checking dirs-sys-next v0.1.2 |
851 | 2024-05-03T02:43:49.786Z | Compiling slog-dtrace v0.3.0 |
852 | 2024-05-03T02:43:50.085Z | Checking ppv-lite86 v0.2.17 |
853 | 2024-05-03T02:43:50.622Z | Checking rand_chacha v0.3.1 |
854 | 2024-05-03T02:43:50.881Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
855 | 2024-05-03T02:43:50.935Z | Checking dirs-next v2.0.0 |
856 | 2024-05-03T02:43:51.047Z | Checking block-buffer v0.10.4 |
857 | 2024-05-03T02:43:51.210Z | Checking crypto-common v0.1.6 |
858 | 2024-05-03T02:43:51.277Z | Checking scroll v0.12.0 |
859 | 2024-05-03T02:43:51.351Z | Compiling num-derive v0.3.3 |
860 | 2024-05-03T02:43:51.599Z | Checking thread_local v1.1.8 |
861 | 2024-05-03T02:43:52.065Z | Compiling parking_lot_core v0.8.6 |
862 | 2024-05-03T02:43:52.776Z | Checking plain v0.2.3 |
863 | 2024-05-03T02:43:53.033Z | Checking goblin v0.8.0 |
864 | 2024-05-03T02:43:53.358Z | Checking digest v0.10.7 |
865 | 2024-05-03T02:43:53.680Z | Checking term v0.7.0 |
866 | 2024-05-03T02:43:53.765Z | Checking rand v0.8.5 |
867 | 2024-05-03T02:43:54.008Z | Checking crossbeam-channel v0.5.12 |
868 | 2024-05-03T02:43:54.362Z | Checking is-terminal v0.4.12 |
869 | 2024-05-03T02:43:54.465Z | Checking pretty-hex v0.4.1 |
870 | 2024-05-03T02:43:54.578Z | Checking rustls-pki-types v1.4.0 |
871 | 2024-05-03T02:43:54.620Z | Checking match_cfg v0.1.0 |
872 | 2024-05-03T02:43:54.646Z | Checking take_mut v0.2.2 |
873 | 2024-05-03T02:43:54.711Z | Compiling heck v0.5.0 |
874 | 2024-05-03T02:43:54.738Z | Checking hostname v0.3.1 |
875 | 2024-05-03T02:43:54.854Z | Checking slog-term v2.9.1 |
876 | 2024-05-03T02:43:55.075Z | Compiling clap_derive v4.5.4 |
877 | 2024-05-03T02:43:55.267Z | Checking ipnetwork v0.20.0 |
878 | 2024-05-03T02:43:55.330Z | Checking instant v0.1.12 |
879 | 2024-05-03T02:43:55.411Z | Checking cpufeatures v0.2.12 |
880 | 2024-05-03T02:43:55.557Z | Compiling crc32fast v1.4.0 |
881 | 2024-05-03T02:43:55.627Z | Checking rustls-webpki v0.102.2 |
882 | 2024-05-03T02:43:56.008Z | Checking futures-executor v0.3.30 |
883 | 2024-05-03T02:43:56.204Z | Checking serde_spanned v0.6.5 |
884 | 2024-05-03T02:43:56.703Z | Checking memmap v0.7.0 |
885 | 2024-05-03T02:43:56.883Z | Checking winnow v0.6.5 |
886 | 2024-05-03T02:43:56.945Z | Checking zeroize v1.7.0 |
887 | 2024-05-03T02:43:57.837Z | Checking usdt v0.5.0 |
888 | 2024-05-03T02:43:58.394Z | Checking futures v0.3.30 |
889 | 2024-05-03T02:43:58.516Z | Checking slog-json v2.6.1 |
890 | 2024-05-03T02:43:58.709Z | Checking http v1.1.0 |
891 | 2024-05-03T02:43:59.203Z | Checking toml_edit v0.22.9 |
892 | 2024-05-03T02:43:59.285Z | Checking base64 v0.22.0 |
893 | 2024-05-03T02:43:59.410Z | Checking atomic-waker v1.1.2 |
894 | 2024-05-03T02:43:59.515Z | Checking waitgroup v0.1.2 |
895 | 2024-05-03T02:43:59.630Z | Checking slog-bunyan v2.5.0 |
896 | 2024-05-03T02:43:59.767Z | Checking sha1 v0.10.6 |
897 | 2024-05-03T02:43:59.929Z | Checking rustls-pemfile v2.1.1 |
898 | 2024-05-03T02:43:59.989Z | Checking newtype-uuid v1.0.1 |
899 | 2024-05-03T02:44:00.122Z | Checking serde_with v3.7.0 |
900 | 2024-05-03T02:44:00.147Z | Checking serde_path_to_error v0.1.16 |
901 | 2024-05-03T02:44:00.277Z | Checking tokio-rustls v0.25.0 |
902 | 2024-05-03T02:44:00.567Z | Checking hex v0.4.3 |
903 | 2024-05-03T02:44:00.646Z | Checking async-stream v0.3.5 |
904 | 2024-05-03T02:44:00.808Z | Checking debug-ignore v1.0.5 |
905 | 2024-05-03T02:44:00.880Z | Checking bitflags v1.3.2 |
906 | 2024-05-03T02:44:00.967Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
907 | 2024-05-03T02:44:00.991Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
908 | 2024-05-03T02:44:01.118Z | Checking backoff v0.4.0 |
909 | 2024-05-03T02:44:01.145Z | Checking parse-display v0.9.0 |
910 | 2024-05-03T02:44:01.145Z | Checking toml v0.8.12 |
911 | 2024-05-03T02:44:01.174Z | Checking strum v0.26.2 |
912 | 2024-05-03T02:44:01.198Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
913 | 2024-05-03T02:44:01.328Z | Checking macaddr v1.0.1 |
914 | 2024-05-03T02:44:02.638Z | Checking foreign-types-shared v0.3.1 |
915 | 2024-05-03T02:44:02.742Z | Checking foreign-types v0.5.0 |
916 | 2024-05-03T02:44:02.910Z | Checking num_enum v0.5.11 |
917 | 2024-05-03T02:44:03.087Z | Checking num-integer v0.1.46 |
918 | 2024-05-03T02:44:03.133Z | Checking cstr-argument v0.1.2 |
919 | 2024-05-03T02:44:03.282Z | Checking pretty-hex v0.2.1 |
920 | 2024-05-03T02:44:03.307Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
921 | 2024-05-03T02:44:03.366Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
922 | 2024-05-03T02:44:03.518Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
923 | 2024-05-03T02:44:03.583Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
924 | 2024-05-03T02:44:03.614Z | Checking colored v2.1.0 |
925 | 2024-05-03T02:44:04.020Z | Checking socket2 v0.4.10 |
926 | 2024-05-03T02:44:04.146Z | Checking base64ct v1.6.0 |
927 | 2024-05-03T02:44:04.460Z | Checking num-iter v0.1.44 |
928 | 2024-05-03T02:44:04.513Z | Checking password-hash v0.5.0 |
929 | 2024-05-03T02:44:04.879Z | Checking blake2 v0.10.6 |
930 | 2024-05-03T02:44:04.903Z | Checking zerocopy v0.6.6 |
931 | 2024-05-03T02:44:05.116Z | Checking hubpack v0.1.2 |
932 | 2024-05-03T02:44:05.210Z | Checking num-complex v0.4.5 |
933 | 2024-05-03T02:44:05.366Z | Checking static_assertions v1.1.0 |
934 | 2024-05-03T02:44:05.574Z | Compiling heapless v0.8.0 |
935 | 2024-05-03T02:44:05.824Z | Checking fixedbitset v0.4.2 |
936 | 2024-05-03T02:44:05.893Z | Checking num v0.4.1 |
937 | 2024-05-03T02:44:06.045Z | Checking petgraph v0.6.4 |
938 | 2024-05-03T02:44:06.115Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
939 | 2024-05-03T02:44:06.256Z | Checking argon2 v0.5.3 |
940 | 2024-05-03T02:44:06.592Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
941 | 2024-05-03T02:44:06.616Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
942 | 2024-05-03T02:44:07.833Z | Checking utf8parse v0.2.1 |
943 | 2024-05-03T02:44:07.887Z | Checking matches v0.1.10 |
944 | 2024-05-03T02:44:07.961Z | Checking anstyle-parse v0.2.3 |
945 | 2024-05-03T02:44:07.986Z | Checking idna v0.2.3 |
946 | 2024-05-03T02:44:08.175Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
947 | 2024-05-03T02:44:12.664Z | Checking steno v0.4.0 |
948 | 2024-05-03T02:44:12.742Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
949 | 2024-05-03T02:44:12.742Z | Checking linked-hash-map v0.5.6 |
950 | 2024-05-03T02:44:12.742Z | Checking anstyle-query v1.0.2 |
951 | 2024-05-03T02:44:12.742Z | Checking data-encoding v2.5.0 |
952 | 2024-05-03T02:44:12.742Z | Checking quick-error v1.2.3 |
953 | 2024-05-03T02:44:12.742Z | Checking colorchoice v1.0.0 |
954 | 2024-05-03T02:44:12.743Z | Checking humantime v2.1.0 |
955 | 2024-05-03T02:44:12.743Z | Compiling smoltcp v0.11.0 |
956 | 2024-05-03T02:44:12.743Z | Checking anstyle v1.0.6 |
957 | 2024-05-03T02:44:12.743Z | Checking trust-dns-proto v0.22.0 |
958 | 2024-05-03T02:44:12.743Z | Checking anstream v0.6.13 |
959 | 2024-05-03T02:44:12.743Z | Checking resolv-conf v0.7.0 |
960 | 2024-05-03T02:44:12.743Z | Checking lru-cache v0.1.2 |
961 | 2024-05-03T02:44:12.743Z | Checking strsim v0.11.0 |
962 | 2024-05-03T02:44:12.743Z | Checking clap_lex v0.7.0 |
963 | 2024-05-03T02:44:12.743Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
964 | 2024-05-03T02:44:12.743Z | Checking clap_builder v4.5.2 |
965 | 2024-05-03T02:44:12.743Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
966 | 2024-05-03T02:44:12.743Z | Checking parking_lot v0.11.2 |
967 | 2024-05-03T02:44:12.810Z | Checking trust-dns-resolver v0.22.0 |
968 | 2024-05-03T02:44:12.936Z | Checking crossbeam-epoch v0.9.18 |
969 | 2024-05-03T02:44:12.971Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
970 | 2024-05-03T02:44:13.016Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
971 | 2024-05-03T02:44:13.374Z | Checking fxhash v0.2.1 |
972 | 2024-05-03T02:44:13.401Z | Checking clap v4.5.4 |
973 | 2024-05-03T02:44:13.502Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
974 | 2024-05-03T02:44:13.852Z | Checking sled v0.34.7 |
975 | 2024-05-03T02:44:13.957Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
976 | 2024-05-03T02:44:14.665Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
977 | 2024-05-03T02:44:15.245Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
978 | 2024-05-03T02:44:16.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d) |
979 | 2024-05-03T02:44:17.459Z | Checking half v2.4.0 |
980 | 2024-05-03T02:44:17.604Z | Checking ciborium-io v0.2.2 |
981 | 2024-05-03T02:44:17.838Z | Checking ciborium-ll v0.2.2 |
982 | 2024-05-03T02:44:18.484Z | Checking hash32 v0.3.1 |
983 | 2024-05-03T02:44:18.579Z | Checking stable_deref_trait v1.2.0 |
984 | 2024-05-03T02:44:19.427Z | Checking ciborium v0.2.2 |
985 | 2024-05-03T02:44:19.742Z | Compiling num_enum_derive v0.7.2 |
986 | 2024-05-03T02:44:20.230Z | Checking hashbrown v0.13.2 |
987 | 2024-05-03T02:44:20.567Z | Compiling proc-macro-error-attr v1.0.4 |
988 | 2024-05-03T02:44:20.713Z | Checking cobs v0.2.3 |
989 | 2024-05-03T02:44:20.845Z | Checking managed v0.8.0 |
990 | 2024-05-03T02:44:20.870Z | Checking embedded-io v0.4.0 |
991 | 2024-05-03T02:44:21.049Z | Checking postcard v1.0.8 |
992 | 2024-05-03T02:44:21.074Z | Checking regress v0.6.0 |
993 | 2024-05-03T02:44:21.241Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
994 | 2024-05-03T02:44:21.640Z | Checking tabwriter v1.4.0 |
995 | 2024-05-03T02:44:21.730Z | Compiling proc-macro-error v1.0.4 |
996 | 2024-05-03T02:44:21.838Z | Checking crc8 v0.1.1 |
997 | 2024-05-03T02:44:21.914Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
998 | 2024-05-03T02:44:22.331Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
999 | 2024-05-03T02:44:23.249Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
1000 | 2024-05-03T02:44:23.641Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1001 | 2024-05-03T02:44:23.886Z | Checking arc-swap v1.7.1 |
1002 | 2024-05-03T02:44:24.695Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1003 | 2024-05-03T02:44:24.785Z | Checking slog-scope v4.4.0 |
1004 | 2024-05-03T02:44:24.867Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1005 | 2024-05-03T02:44:25.086Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1006 | 2024-05-03T02:44:26.125Z | Checking slog-stdlog v4.1.1 |
1007 | 2024-05-03T02:44:26.272Z | Checking num_enum v0.7.2 |
1008 | 2024-05-03T02:44:26.406Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1009 | 2024-05-03T02:44:27.008Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1010 | 2024-05-03T02:44:27.283Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1011 | 2024-05-03T02:44:27.470Z | Checking diff v0.1.13 |
1012 | 2024-05-03T02:44:27.622Z | Checking yansi v0.5.1 |
1013 | 2024-05-03T02:44:27.663Z | Checking slog-envlogger v2.2.0 |
1014 | 2024-05-03T02:44:27.889Z | Checking pretty_assertions v1.4.0 |
1015 | 2024-05-03T02:44:28.070Z | Checking either v1.10.0 |
1016 | 2024-05-03T02:44:28.321Z | Checking minimal-lexical v0.2.1 |
1017 | 2024-05-03T02:44:28.395Z | Checking itertools v0.12.1 |
1018 | 2024-05-03T02:44:28.741Z | Checking nom v7.1.3 |
1019 | 2024-05-03T02:44:30.559Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1020 | 2024-05-03T02:44:30.786Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1021 | 2024-05-03T02:44:31.115Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1) |
1022 | 2024-05-03T02:44:31.353Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1023 | 2024-05-03T02:44:31.487Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1024 | 2024-05-03T02:44:32.310Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1025 | 2024-05-03T02:44:33.109Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1026 | 2024-05-03T02:44:41.895Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1027 | 2024-05-03T02:44:42.430Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1028 | 2024-05-03T02:44:43.598Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1029 | 2024-05-03T02:44:43.598Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1030 | 2024-05-03T02:44:45.362Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1031 | 2024-05-03T02:44:45.362Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1032 | 2024-05-03T02:44:45.362Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1033 | 2024-05-03T02:44:46.353Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1034 | 2024-05-03T02:44:47.373Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1035 | 2024-05-03T02:44:47.411Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1036 | 2024-05-03T02:44:50.222Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1037 | 2024-05-03T02:44:59.255Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 21s |
1038 | 2024-05-03T02:44:59.470Z | + banner build |
1039 | 2024-05-03T02:44:59.496Z | |
1040 | 2024-05-03T02:44:59.496Z | ##### # # # # ##### |
1041 | 2024-05-03T02:44:59.496Z | # # # # # # # # |
1042 | 2024-05-03T02:44:59.496Z | ##### # # # # # # |
1043 | 2024-05-03T02:44:59.496Z | # # # # # # # # |
1044 | 2024-05-03T02:44:59.496Z | # # # # # # # # |
1045 | 2024-05-03T02:44:59.496Z | ##### #### # ###### ##### |
1046 | 2024-05-03T02:44:59.496Z | |
1047 | 2024-05-03T02:44:59.496Z | + ptime -m cargo build |
1048 | 2024-05-03T02:45:00.217Z | Compiling cfg-if v1.0.0 |
1049 | 2024-05-03T02:45:00.245Z | Compiling once_cell v1.19.0 |
1050 | 2024-05-03T02:45:00.245Z | Compiling itoa v1.0.10 |
1051 | 2024-05-03T02:45:00.245Z | Compiling libc v0.2.153 |
1052 | 2024-05-03T02:45:00.245Z | Compiling byteorder v1.5.0 |
1053 | 2024-05-03T02:45:00.275Z | Compiling serde v1.0.199 |
1054 | 2024-05-03T02:45:00.275Z | Compiling memchr v2.7.1 |
1055 | 2024-05-03T02:45:00.320Z | Compiling pin-project-lite v0.2.13 |
1056 | 2024-05-03T02:45:00.320Z | Compiling smallvec v1.13.2 |
1057 | 2024-05-03T02:45:00.390Z | Compiling scopeguard v1.2.0 |
1058 | 2024-05-03T02:45:00.908Z | Compiling ryu v1.0.17 |
1059 | 2024-05-03T02:45:00.908Z | Compiling lock_api v0.4.11 |
1060 | 2024-05-03T02:45:00.908Z | Compiling zerocopy v0.7.32 |
1061 | 2024-05-03T02:45:00.908Z | Compiling log v0.4.21 |
1062 | 2024-05-03T02:45:00.908Z | Compiling libm v0.2.8 |
1063 | 2024-05-03T02:45:00.908Z | Compiling thiserror v1.0.59 |
1064 | 2024-05-03T02:45:00.908Z | Compiling getrandom v0.2.12 |
1065 | 2024-05-03T02:45:00.908Z | Compiling parking_lot_core v0.9.9 |
1066 | 2024-05-03T02:45:00.908Z | Compiling num_cpus v1.16.0 |
1067 | 2024-05-03T02:45:00.948Z | Compiling mio v0.8.11 |
1068 | 2024-05-03T02:45:00.976Z | Compiling signal-hook-registry v1.4.1 |
1069 | 2024-05-03T02:45:01.131Z | Compiling parking_lot v0.12.1 |
1070 | 2024-05-03T02:45:01.438Z | Compiling num-traits v0.2.18 |
1071 | 2024-05-03T02:45:01.695Z | Compiling socket2 v0.5.6 |
1072 | 2024-05-03T02:45:01.742Z | Compiling allocator-api2 v0.2.16 |
1073 | 2024-05-03T02:45:01.773Z | Compiling ahash v0.8.11 |
1074 | 2024-05-03T02:45:01.869Z | Compiling futures-core v0.3.30 |
1075 | 2024-05-03T02:45:01.905Z | Compiling tracing-core v0.1.32 |
1076 | 2024-05-03T02:45:02.035Z | Compiling futures-sink v0.3.30 |
1077 | 2024-05-03T02:45:02.098Z | Compiling iana-time-zone v0.1.60 |
1078 | 2024-05-03T02:45:02.155Z | Compiling futures-channel v0.3.30 |
1079 | 2024-05-03T02:45:02.181Z | Compiling slab v0.4.9 |
1080 | 2024-05-03T02:45:02.366Z | Compiling hashbrown v0.14.3 |
1081 | 2024-05-03T02:45:02.401Z | Compiling futures-io v0.3.30 |
1082 | 2024-05-03T02:45:02.512Z | Compiling tracing v0.1.40 |
1083 | 2024-05-03T02:45:02.547Z | Compiling futures-task v0.3.30 |
1084 | 2024-05-03T02:45:02.584Z | Compiling equivalent v1.0.1 |
1085 | 2024-05-03T02:45:02.649Z | Compiling pin-utils v0.1.0 |
1086 | 2024-05-03T02:45:02.699Z | Compiling dyn-clone v1.0.17 |
1087 | 2024-05-03T02:45:02.732Z | Compiling futures-util v0.3.30 |
1088 | 2024-05-03T02:45:02.791Z | Compiling spin v0.9.8 |
1089 | 2024-05-03T02:45:02.906Z | Compiling uuid v0.8.2 |
1090 | 2024-05-03T02:45:02.955Z | Compiling untrusted v0.9.0 |
1091 | 2024-05-03T02:45:02.998Z | Compiling fnv v1.0.7 |
1092 | 2024-05-03T02:45:03.452Z | Compiling ring v0.17.8 |
1093 | 2024-05-03T02:45:03.452Z | Compiling slog v2.7.0 |
1094 | 2024-05-03T02:45:03.452Z | Compiling tinyvec_macros v0.1.1 |
1095 | 2024-05-03T02:45:03.452Z | Compiling unicode-ident v1.0.12 |
1096 | 2024-05-03T02:45:03.452Z | Compiling tinyvec v1.6.0 |
1097 | 2024-05-03T02:45:03.452Z | Compiling proc-macro2 v1.0.79 |
1098 | 2024-05-03T02:45:03.452Z | Compiling percent-encoding v2.3.1 |
1099 | 2024-05-03T02:45:03.535Z | Compiling httparse v1.8.0 |
1100 | 2024-05-03T02:45:04.170Z | Compiling form_urlencoded v1.2.1 |
1101 | 2024-05-03T02:45:04.171Z | Compiling foreign-types-shared v0.1.1 |
1102 | 2024-05-03T02:45:04.171Z | Compiling try-lock v0.2.5 |
1103 | 2024-05-03T02:45:04.171Z | Compiling quote v1.0.35 |
1104 | 2024-05-03T02:45:04.171Z | Compiling unicode-bidi v0.3.15 |
1105 | 2024-05-03T02:45:04.171Z | Compiling want v0.3.1 |
1106 | 2024-05-03T02:45:04.369Z | Compiling unicode-normalization v0.1.23 |
1107 | 2024-05-03T02:45:04.399Z | Compiling syn v2.0.55 |
1108 | 2024-05-03T02:45:04.641Z | Compiling foreign-types v0.3.2 |
1109 | 2024-05-03T02:45:04.731Z | Compiling openssl-sys v0.9.101 |
1110 | 2024-05-03T02:45:04.927Z | Compiling bytes v1.6.0 |
1111 | 2024-05-03T02:45:05.189Z | Compiling serde_json v1.0.116 |
1112 | 2024-05-03T02:45:05.239Z | Compiling chrono v0.4.38 |
1113 | 2024-05-03T02:45:05.788Z | Compiling uuid v1.8.0 |
1114 | 2024-05-03T02:45:05.832Z | Compiling tokio v1.37.0 |
1115 | 2024-05-03T02:45:06.024Z | Compiling indexmap v2.2.6 |
1116 | 2024-05-03T02:45:06.024Z | Compiling http v0.2.12 |
1117 | 2024-05-03T02:45:06.419Z | Compiling tower-service v0.3.2 |
1118 | 2024-05-03T02:45:06.516Z | Compiling bitflags v2.5.0 |
1119 | 2024-05-03T02:45:06.794Z | Compiling httpdate v1.0.3 |
1120 | 2024-05-03T02:45:07.195Z | Compiling schemars v0.8.16 |
1121 | 2024-05-03T02:45:07.221Z | Compiling openssl v0.10.64 |
1122 | 2024-05-03T02:45:07.599Z | Compiling http-body v0.4.6 |
1123 | 2024-05-03T02:45:07.919Z | Compiling idna v0.5.0 |
1124 | 2024-05-03T02:45:07.988Z | Compiling rustls-webpki v0.101.7 |
1125 | 2024-05-03T02:45:08.211Z | Compiling sct v0.7.1 |
1126 | 2024-05-03T02:45:08.447Z | Compiling aho-corasick v1.1.3 |
1127 | 2024-05-03T02:45:08.519Z | Compiling regex-syntax v0.8.2 |
1128 | 2024-05-03T02:45:09.312Z | Compiling unicode-width v0.1.11 |
1129 | 2024-05-03T02:45:09.445Z | Compiling openssl-probe v0.1.5 |
1130 | 2024-05-03T02:45:09.700Z | Compiling base64 v0.21.7 |
1131 | 2024-05-03T02:45:09.749Z | Compiling rustls v0.21.10 |
1132 | 2024-05-03T02:45:10.265Z | Compiling url v2.5.0 |
1133 | 2024-05-03T02:45:10.312Z | Compiling encoding_rs v0.8.33 |
1134 | 2024-05-03T02:45:11.829Z | Compiling regex-automata v0.4.6 |
1135 | 2024-05-03T02:45:13.194Z | Compiling tokio-util v0.7.10 |
1136 | 2024-05-03T02:45:13.998Z | Compiling h2 v0.3.25 |
1137 | 2024-05-03T02:45:14.204Z | Compiling native-tls v0.2.11 |
1138 | 2024-05-03T02:45:14.412Z | Compiling ipnet v2.9.0 |
1139 | 2024-05-03T02:45:14.510Z | Compiling mime v0.3.17 |
1140 | 2024-05-03T02:45:14.542Z | Compiling tokio-native-tls v0.3.1 |
1141 | 2024-05-03T02:45:14.728Z | Compiling tokio-rustls v0.24.1 |
1142 | 2024-05-03T02:45:14.757Z | Compiling anyhow v1.0.82 |
1143 | 2024-05-03T02:45:15.019Z | Compiling regex v1.10.4 |
1144 | 2024-05-03T02:45:15.067Z | Compiling serde_urlencoded v0.7.1 |
1145 | 2024-05-03T02:45:15.509Z | Compiling rustls-pemfile v1.0.4 |
1146 | 2024-05-03T02:45:15.565Z | Compiling regress v0.9.0 |
1147 | 2024-05-03T02:45:15.590Z | Compiling sync_wrapper v0.1.2 |
1148 | 2024-05-03T02:45:15.668Z | Compiling webpki-roots v0.25.4 |
1149 | 2024-05-03T02:45:15.808Z | Compiling heck v0.4.1 |
1150 | 2024-05-03T02:45:15.894Z | Compiling typenum v1.17.0 |
1151 | 2024-05-03T02:45:15.970Z | Compiling openapiv3 v2.0.0 |
1152 | 2024-05-03T02:45:16.188Z | Compiling rand_core v0.6.4 |
1153 | 2024-05-03T02:45:16.581Z | Compiling powerfmt v0.2.0 |
1154 | 2024-05-03T02:45:16.930Z | Compiling subtle v2.5.0 |
1155 | 2024-05-03T02:45:17.006Z | Compiling generic-array v0.14.7 |
1156 | 2024-05-03T02:45:17.162Z | Compiling deranged v0.3.11 |
1157 | 2024-05-03T02:45:17.490Z | Compiling crossbeam-utils v0.8.19 |
1158 | 2024-05-03T02:45:17.981Z | Compiling hyper v0.14.28 |
1159 | 2024-05-03T02:45:18.706Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1160 | 2024-05-03T02:45:18.788Z | Compiling getopts v0.2.21 |
1161 | 2024-05-03T02:45:19.513Z | Compiling num_threads v0.1.7 |
1162 | 2024-05-03T02:45:19.581Z | Compiling time-core v0.1.2 |
1163 | 2024-05-03T02:45:19.639Z | Compiling lazy_static v1.4.0 |
1164 | 2024-05-03T02:45:19.674Z | Compiling num-conv v0.1.0 |
1165 | 2024-05-03T02:45:19.733Z | Compiling dirs-sys-next v0.1.2 |
1166 | 2024-05-03T02:45:19.765Z | Compiling ppv-lite86 v0.2.17 |
1167 | 2024-05-03T02:45:19.905Z | Compiling time v0.3.34 |
1168 | 2024-05-03T02:45:19.956Z | Compiling dirs-next v2.0.0 |
1169 | 2024-05-03T02:45:20.059Z | Compiling scroll v0.12.0 |
1170 | 2024-05-03T02:45:20.539Z | Compiling crypto-common v0.1.6 |
1171 | 2024-05-03T02:45:20.574Z | Compiling block-buffer v0.10.4 |
1172 | 2024-05-03T02:45:20.575Z | Compiling thread_local v1.1.8 |
1173 | 2024-05-03T02:45:20.575Z | Compiling rand_chacha v0.3.1 |
1174 | 2024-05-03T02:45:20.575Z | Compiling plain v0.2.3 |
1175 | 2024-05-03T02:45:20.575Z | Compiling ucd-trie v0.1.6 |
1176 | 2024-05-03T02:45:20.575Z | Compiling goblin v0.8.0 |
1177 | 2024-05-03T02:45:20.575Z | Compiling pest v2.7.8 |
1178 | 2024-05-03T02:45:21.201Z | Compiling rand v0.8.5 |
1179 | 2024-05-03T02:45:21.227Z | Compiling digest v0.10.7 |
1180 | 2024-05-03T02:45:21.233Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1181 | 2024-05-03T02:45:21.270Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1182 | 2024-05-03T02:45:21.305Z | Compiling term v0.7.0 |
1183 | 2024-05-03T02:45:22.077Z | Compiling hyper-tls v0.5.0 |
1184 | 2024-05-03T02:45:22.378Z | Compiling hyper-rustls v0.24.2 |
1185 | 2024-05-03T02:45:22.662Z | Compiling reqwest v0.11.27 |
1186 | 2024-05-03T02:45:22.695Z | Compiling crossbeam-channel v0.5.12 |
1187 | 2024-05-03T02:45:22.770Z | Compiling is-terminal v0.4.12 |
1188 | 2024-05-03T02:45:22.875Z | Compiling take_mut v0.2.2 |
1189 | 2024-05-03T02:45:23.411Z | Compiling pretty-hex v0.4.1 |
1190 | 2024-05-03T02:45:23.436Z | Compiling rustls-pki-types v1.4.0 |
1191 | 2024-05-03T02:45:23.436Z | Compiling match_cfg v0.1.0 |
1192 | 2024-05-03T02:45:23.436Z | Compiling hostname v0.3.1 |
1193 | 2024-05-03T02:45:23.665Z | Compiling slog-async v2.8.0 |
1194 | 2024-05-03T02:45:23.763Z | Compiling slog-term v2.9.1 |
1195 | 2024-05-03T02:45:23.955Z | Compiling dtrace-parser v0.2.0 |
1196 | 2024-05-03T02:45:24.696Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1197 | 2024-05-03T02:45:24.722Z | Compiling ipnetwork v0.20.0 |
1198 | 2024-05-03T02:45:24.747Z | Compiling thread-id v4.2.1 |
1199 | 2024-05-03T02:45:24.827Z | Compiling dof v0.3.0 |
1200 | 2024-05-03T02:45:25.094Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1201 | 2024-05-03T02:45:25.248Z | Compiling instant v0.1.12 |
1202 | 2024-05-03T02:45:25.375Z | Compiling cpufeatures v0.2.12 |
1203 | 2024-05-03T02:45:25.915Z | Compiling usdt-impl v0.5.0 |
1204 | 2024-05-03T02:45:25.915Z | Compiling rustls-webpki v0.102.2 |
1205 | 2024-05-03T02:45:25.915Z | Compiling omicron-workspace-hack v0.1.0 |
1206 | 2024-05-03T02:45:25.915Z | Compiling futures-executor v0.3.30 |
1207 | 2024-05-03T02:45:26.102Z | Compiling serde_spanned v0.6.5 |
1208 | 2024-05-03T02:45:26.291Z | Compiling toml_datetime v0.6.5 |
1209 | 2024-05-03T02:45:26.730Z | Compiling memmap v0.7.0 |
1210 | 2024-05-03T02:45:26.823Z | Compiling winnow v0.6.5 |
1211 | 2024-05-03T02:45:26.968Z | Compiling zeroize v1.7.0 |
1212 | 2024-05-03T02:45:27.025Z | Compiling usdt v0.5.0 |
1213 | 2024-05-03T02:45:27.236Z | Compiling rustls v0.22.2 |
1214 | 2024-05-03T02:45:27.266Z | Compiling futures v0.3.30 |
1215 | 2024-05-03T02:45:27.332Z | Compiling slog-json v2.6.1 |
1216 | 2024-05-03T02:45:27.485Z | Compiling http v1.1.0 |
1217 | 2024-05-03T02:45:27.665Z | Compiling base64 v0.22.0 |
1218 | 2024-05-03T02:45:28.282Z | Compiling atomic-waker v1.1.2 |
1219 | 2024-05-03T02:45:28.426Z | Compiling waitgroup v0.1.2 |
1220 | 2024-05-03T02:45:28.457Z | Compiling async-stream v0.3.5 |
1221 | 2024-05-03T02:45:28.686Z | Compiling slog-bunyan v2.5.0 |
1222 | 2024-05-03T02:45:29.163Z | Compiling multer v3.0.0 |
1223 | 2024-05-03T02:45:29.163Z | Compiling serde_with v3.7.0 |
1224 | 2024-05-03T02:45:29.550Z | Compiling toml_edit v0.22.9 |
1225 | 2024-05-03T02:45:30.061Z | Compiling camino v1.1.6 |
1226 | 2024-05-03T02:45:30.061Z | Compiling sha1 v0.10.6 |
1227 | 2024-05-03T02:45:30.061Z | Compiling rustls-pemfile v2.1.1 |
1228 | 2024-05-03T02:45:30.086Z | Compiling newtype-uuid v1.0.1 |
1229 | 2024-05-03T02:45:30.197Z | Compiling hex v0.4.3 |
1230 | 2024-05-03T02:45:30.339Z | Compiling serde_path_to_error v0.1.16 |
1231 | 2024-05-03T02:45:30.609Z | Compiling tokio-rustls v0.25.0 |
1232 | 2024-05-03T02:45:30.706Z | Compiling debug-ignore v1.0.5 |
1233 | 2024-05-03T02:45:30.835Z | Compiling bitflags v1.3.2 |
1234 | 2024-05-03T02:45:30.923Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1235 | 2024-05-03T02:45:30.955Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1236 | 2024-05-03T02:45:31.045Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1237 | 2024-05-03T02:45:31.097Z | Compiling strum v0.26.2 |
1238 | 2024-05-03T02:45:31.123Z | Compiling parse-display v0.9.0 |
1239 | 2024-05-03T02:45:31.259Z | Compiling semver v1.0.22 |
1240 | 2024-05-03T02:45:31.288Z | Compiling backoff v0.4.0 |
1241 | 2024-05-03T02:45:31.613Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1242 | 2024-05-03T02:45:31.748Z | Compiling macaddr v1.0.1 |
1243 | 2024-05-03T02:45:32.188Z | Compiling foreign-types-shared v0.3.1 |
1244 | 2024-05-03T02:45:32.188Z | Compiling toml v0.8.12 |
1245 | 2024-05-03T02:45:32.188Z | Compiling foreign-types v0.5.0 |
1246 | 2024-05-03T02:45:32.188Z | Compiling num_enum v0.5.11 |
1247 | 2024-05-03T02:45:32.188Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1248 | 2024-05-03T02:45:32.273Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1249 | 2024-05-03T02:45:32.305Z | Compiling num-integer v0.1.46 |
1250 | 2024-05-03T02:45:32.416Z | Compiling cstr-argument v0.1.2 |
1251 | 2024-05-03T02:45:32.617Z | Compiling pretty-hex v0.2.1 |
1252 | 2024-05-03T02:45:32.762Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1253 | 2024-05-03T02:45:32.917Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1254 | 2024-05-03T02:45:33.246Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1255 | 2024-05-03T02:45:33.398Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1256 | 2024-05-03T02:45:33.473Z | Compiling colored v2.1.0 |
1257 | 2024-05-03T02:45:33.959Z | Compiling socket2 v0.4.10 |
1258 | 2024-05-03T02:45:34.132Z | Compiling base64ct v1.6.0 |
1259 | 2024-05-03T02:45:34.465Z | Compiling zerocopy v0.6.6 |
1260 | 2024-05-03T02:45:34.617Z | Compiling password-hash v0.5.0 |
1261 | 2024-05-03T02:45:34.735Z | Compiling hubpack v0.1.2 |
1262 | 2024-05-03T02:45:35.137Z | Compiling num-rational v0.4.1 |
1263 | 2024-05-03T02:45:35.171Z | Compiling num-iter v0.1.44 |
1264 | 2024-05-03T02:45:35.171Z | Compiling blake2 v0.10.6 |
1265 | 2024-05-03T02:45:35.308Z | Compiling num-complex v0.4.5 |
1266 | 2024-05-03T02:45:35.593Z | Compiling fixedbitset v0.4.2 |
1267 | 2024-05-03T02:45:35.969Z | Compiling static_assertions v1.1.0 |
1268 | 2024-05-03T02:45:36.055Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1269 | 2024-05-03T02:45:36.103Z | Compiling num v0.4.1 |
1270 | 2024-05-03T02:45:36.137Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1271 | 2024-05-03T02:45:36.192Z | Compiling petgraph v0.6.4 |
1272 | 2024-05-03T02:45:36.222Z | Compiling argon2 v0.5.3 |
1273 | 2024-05-03T02:45:36.301Z | Compiling newtype_derive v0.1.6 |
1274 | 2024-05-03T02:45:36.379Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1275 | 2024-05-03T02:45:36.406Z | Compiling matches v0.1.10 |
1276 | 2024-05-03T02:45:36.497Z | Compiling utf8parse v0.2.1 |
1277 | 2024-05-03T02:45:36.574Z | Compiling idna v0.2.3 |
1278 | 2024-05-03T02:45:36.652Z | Compiling anstyle-parse v0.2.3 |
1279 | 2024-05-03T02:45:36.930Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1280 | 2024-05-03T02:45:37.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d) |
1281 | 2024-05-03T02:45:37.369Z | Compiling humantime v2.1.0 |
1282 | 2024-05-03T02:45:37.814Z | Compiling quick-error v1.2.3 |
1283 | 2024-05-03T02:45:37.842Z | Compiling data-encoding v2.5.0 |
1284 | 2024-05-03T02:45:37.886Z | Compiling colorchoice v1.0.0 |
1285 | 2024-05-03T02:45:37.943Z | Compiling anstyle-query v1.0.2 |
1286 | 2024-05-03T02:45:42.168Z | Compiling anstyle v1.0.6 |
1287 | 2024-05-03T02:45:42.168Z | Compiling linked-hash-map v0.5.6 |
1288 | 2024-05-03T02:45:42.168Z | Compiling lru-cache v0.1.2 |
1289 | 2024-05-03T02:45:42.168Z | Compiling trust-dns-proto v0.22.0 |
1290 | 2024-05-03T02:45:42.168Z | Compiling anstream v0.6.13 |
1291 | 2024-05-03T02:45:42.200Z | Compiling steno v0.4.0 |
1292 | 2024-05-03T02:45:42.200Z | Compiling resolv-conf v0.7.0 |
1293 | 2024-05-03T02:45:42.201Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1294 | 2024-05-03T02:45:42.201Z | Compiling clap_lex v0.7.0 |
1295 | 2024-05-03T02:45:42.201Z | Compiling strsim v0.11.0 |
1296 | 2024-05-03T02:45:42.201Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1297 | 2024-05-03T02:45:42.201Z | Compiling clap_builder v4.5.2 |
1298 | 2024-05-03T02:45:42.201Z | Compiling slog-dtrace v0.3.0 |
1299 | 2024-05-03T02:45:42.201Z | Compiling parking_lot_core v0.8.6 |
1300 | 2024-05-03T02:45:42.201Z | Compiling parking_lot v0.11.2 |
1301 | 2024-05-03T02:45:42.201Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1302 | 2024-05-03T02:45:42.201Z | Compiling crc32fast v1.4.0 |
1303 | 2024-05-03T02:45:42.201Z | Compiling trust-dns-resolver v0.22.0 |
1304 | 2024-05-03T02:45:42.201Z | Compiling crossbeam-epoch v0.9.18 |
1305 | 2024-05-03T02:45:42.201Z | Compiling fxhash v0.2.1 |
1306 | 2024-05-03T02:45:42.201Z | Compiling hash32 v0.3.1 |
1307 | 2024-05-03T02:45:42.201Z | Compiling sled v0.34.7 |
1308 | 2024-05-03T02:45:42.401Z | Compiling stable_deref_trait v1.2.0 |
1309 | 2024-05-03T02:45:42.909Z | Compiling heapless v0.8.0 |
1310 | 2024-05-03T02:45:43.364Z | Compiling clap v4.5.4 |
1311 | 2024-05-03T02:45:43.465Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1312 | 2024-05-03T02:45:44.762Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1313 | 2024-05-03T02:45:45.129Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1314 | 2024-05-03T02:45:46.548Z | Compiling cobs v0.2.3 |
1315 | 2024-05-03T02:45:46.635Z | Compiling embedded-io v0.4.0 |
1316 | 2024-05-03T02:45:47.238Z | Compiling managed v0.8.0 |
1317 | 2024-05-03T02:45:47.264Z | Compiling postcard v1.0.8 |
1318 | 2024-05-03T02:45:47.264Z | Compiling tabwriter v1.4.0 |
1319 | 2024-05-03T02:45:47.264Z | Compiling smoltcp v0.11.0 |
1320 | 2024-05-03T02:45:47.517Z | Compiling hashbrown v0.13.2 |
1321 | 2024-05-03T02:45:47.541Z | Compiling half v2.4.0 |
1322 | 2024-05-03T02:45:47.979Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1323 | 2024-05-03T02:45:48.118Z | Compiling ciborium-io v0.2.2 |
1324 | 2024-05-03T02:45:48.144Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
1325 | 2024-05-03T02:45:48.215Z | Compiling ciborium-ll v0.2.2 |
1326 | 2024-05-03T02:45:48.429Z | Compiling regress v0.6.0 |
1327 | 2024-05-03T02:45:48.590Z | Compiling arc-swap v1.7.1 |
1328 | 2024-05-03T02:45:48.744Z | Compiling crc8 v0.1.1 |
1329 | 2024-05-03T02:45:48.861Z | Compiling ciborium v0.2.2 |
1330 | 2024-05-03T02:45:49.380Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1331 | 2024-05-03T02:45:49.380Z | Compiling slog-scope v4.4.0 |
1332 | 2024-05-03T02:45:49.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d) |
1333 | 2024-05-03T02:45:49.625Z | Compiling slog-stdlog v4.1.1 |
1334 | 2024-05-03T02:45:49.953Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1335 | 2024-05-03T02:45:50.064Z | Compiling slog-envlogger v2.2.0 |
1336 | 2024-05-03T02:45:50.786Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1337 | 2024-05-03T02:45:51.500Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1338 | 2024-05-03T02:45:51.637Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
1339 | 2024-05-03T02:45:51.703Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1340 | 2024-05-03T02:45:51.844Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1341 | 2024-05-03T02:45:51.925Z | Compiling either v1.10.0 |
1342 | 2024-05-03T02:45:52.229Z | Compiling itertools v0.12.1 |
1343 | 2024-05-03T02:45:52.253Z | Compiling num_enum v0.7.2 |
1344 | 2024-05-03T02:45:52.302Z | Compiling minimal-lexical v0.2.1 |
1345 | 2024-05-03T02:45:52.377Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1346 | 2024-05-03T02:45:52.718Z | Compiling nom v7.1.3 |
1347 | 2024-05-03T02:45:52.744Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1348 | 2024-05-03T02:45:52.864Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1349 | 2024-05-03T02:45:53.399Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1350 | 2024-05-03T02:45:54.613Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1351 | 2024-05-03T02:45:55.228Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1) |
1352 | 2024-05-03T02:45:55.857Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1353 | 2024-05-03T02:45:56.297Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1354 | 2024-05-03T02:46:06.096Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1355 | 2024-05-03T02:46:16.260Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1356 | 2024-05-03T02:46:17.345Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1357 | 2024-05-03T02:46:18.448Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1358 | 2024-05-03T02:46:18.474Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1359 | 2024-05-03T02:46:21.360Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1360 | 2024-05-03T02:46:21.360Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1361 | 2024-05-03T02:46:21.360Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1362 | 2024-05-03T02:46:22.140Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1363 | 2024-05-03T02:46:25.883Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1364 | 2024-05-03T02:46:39.371Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1365 | 2024-05-03T02:46:39.371Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1366 | 2024-05-03T02:47:08.102Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 08s |
1367 | 2024-05-03T02:47:08.167Z | |
1368 | 2024-05-03T02:47:08.167Z | real 2:08.672385595 |
1369 | 2024-05-03T02:47:08.167Z | user 9:40.150819242 |
1370 | 2024-05-03T02:47:08.167Z | sys 2:12.048478711 |
1371 | 2024-05-03T02:47:08.167Z | trap 0.293940456 |
1372 | 2024-05-03T02:47:08.167Z | tflt 0.085950013 |
1373 | 2024-05-03T02:47:08.167Z | dflt 0.964797807 |
1374 | 2024-05-03T02:47:08.167Z | kflt 0.000235874 |
1375 | 2024-05-03T02:47:08.167Z | lock 20:31.932944656 |
1376 | 2024-05-03T02:47:08.168Z | slp 30:28.004165135 |
1377 | 2024-05-03T02:47:08.168Z | lat 18.036589125 |
1378 | 2024-05-03T02:47:08.168Z | stop 18.306722990 |
1379 | 2024-05-03T02:47:08.193Z | + ptime -m cargo build --release |
1380 | 2024-05-03T02:47:08.797Z | Compiling proc-macro2 v1.0.79 |
1381 | 2024-05-03T02:47:08.797Z | Compiling unicode-ident v1.0.12 |
1382 | 2024-05-03T02:47:08.797Z | Compiling libc v0.2.153 |
1383 | 2024-05-03T02:47:08.822Z | Compiling version_check v0.9.4 |
1384 | 2024-05-03T02:47:08.822Z | Compiling cfg-if v1.0.0 |
1385 | 2024-05-03T02:47:08.822Z | Compiling autocfg v1.1.0 |
1386 | 2024-05-03T02:47:08.822Z | Compiling serde v1.0.199 |
1387 | 2024-05-03T02:47:08.822Z | Compiling syn v1.0.109 |
1388 | 2024-05-03T02:47:08.943Z | Compiling thiserror v1.0.59 |
1389 | 2024-05-03T02:47:08.971Z | Compiling serde_json v1.0.116 |
1390 | 2024-05-03T02:47:09.328Z | Compiling once_cell v1.19.0 |
1391 | 2024-05-03T02:47:09.376Z | Compiling ahash v0.8.11 |
1392 | 2024-05-03T02:47:09.400Z | Compiling itoa v1.0.10 |
1393 | 2024-05-03T02:47:09.400Z | Compiling byteorder v1.5.0 |
1394 | 2024-05-03T02:47:09.424Z | Compiling memchr v2.7.1 |
1395 | 2024-05-03T02:47:09.762Z | Compiling pin-project-lite v0.2.13 |
1396 | 2024-05-03T02:47:09.786Z | Compiling lock_api v0.4.11 |
1397 | 2024-05-03T02:47:09.832Z | Compiling smallvec v1.13.2 |
1398 | 2024-05-03T02:47:09.879Z | Compiling scopeguard v1.2.0 |
1399 | 2024-05-03T02:47:10.155Z | Compiling getrandom v0.2.12 |
1400 | 2024-05-03T02:47:10.263Z | Compiling quote v1.0.35 |
1401 | 2024-05-03T02:47:10.289Z | Compiling ryu v1.0.17 |
1402 | 2024-05-03T02:47:10.478Z | Compiling cc v1.0.90 |
1403 | 2024-05-03T02:47:10.551Z | Compiling libm v0.2.8 |
1404 | 2024-05-03T02:47:10.771Z | Compiling syn v2.0.55 |
1405 | 2024-05-03T02:47:10.827Z | Compiling parking_lot_core v0.9.9 |
1406 | 2024-05-03T02:47:10.901Z | Compiling num-traits v0.2.18 |
1407 | 2024-05-03T02:47:11.001Z | Compiling log v0.4.21 |
1408 | 2024-05-03T02:47:11.454Z | Compiling allocator-api2 v0.2.16 |
1409 | 2024-05-03T02:47:12.044Z | Compiling parking_lot v0.12.1 |
1410 | 2024-05-03T02:47:12.125Z | Compiling mio v0.8.11 |
1411 | 2024-05-03T02:47:12.149Z | Compiling socket2 v0.5.6 |
1412 | 2024-05-03T02:47:12.713Z | Compiling signal-hook-registry v1.4.1 |
1413 | 2024-05-03T02:47:13.542Z | Compiling num_cpus v1.16.0 |
1414 | 2024-05-03T02:47:13.789Z | Compiling futures-core v0.3.30 |
1415 | 2024-05-03T02:47:14.010Z | Compiling tracing-core v0.1.32 |
1416 | 2024-05-03T02:47:14.035Z | Compiling slab v0.4.9 |
1417 | 2024-05-03T02:47:14.060Z | Compiling heck v0.4.1 |
1418 | 2024-05-03T02:47:14.086Z | Compiling equivalent v1.0.1 |
1419 | 2024-05-03T02:47:14.161Z | Compiling futures-sink v0.3.30 |
1420 | 2024-05-03T02:47:14.185Z | Compiling ring v0.17.8 |
1421 | 2024-05-03T02:47:14.308Z | Compiling iana-time-zone v0.1.60 |
1422 | 2024-05-03T02:47:14.370Z | Compiling futures-channel v0.3.30 |
1423 | 2024-05-03T02:47:14.452Z | Compiling pin-utils v0.1.0 |
1424 | 2024-05-03T02:47:14.540Z | Compiling schemars v0.8.16 |
1425 | 2024-05-03T02:47:14.769Z | Compiling futures-io v0.3.30 |
1426 | 2024-05-03T02:47:14.865Z | Compiling futures-task v0.3.30 |
1427 | 2024-05-03T02:47:15.311Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-05-03T02:47:15.336Z | Compiling uuid v0.8.2 |
1429 | 2024-05-03T02:47:15.336Z | Compiling spin v0.9.8 |
1430 | 2024-05-03T02:47:15.336Z | Compiling fnv v1.0.7 |
1431 | 2024-05-03T02:47:15.336Z | Compiling slog v2.7.0 |
1432 | 2024-05-03T02:47:15.336Z | Compiling serde_derive_internals v0.26.0 |
1433 | 2024-05-03T02:47:15.440Z | Compiling untrusted v0.9.0 |
1434 | 2024-05-03T02:47:15.588Z | Compiling pkg-config v0.3.30 |
1435 | 2024-05-03T02:47:15.612Z | Compiling vcpkg v0.2.15 |
1436 | 2024-05-03T02:47:16.623Z | Compiling httparse v1.8.0 |
1437 | 2024-05-03T02:47:16.677Z | Compiling tinyvec_macros v0.1.1 |
1438 | 2024-05-03T02:47:16.975Z | Compiling openssl-sys v0.9.101 |
1439 | 2024-05-03T02:47:17.019Z | Compiling tinyvec v1.6.0 |
1440 | 2024-05-03T02:47:17.065Z | Compiling percent-encoding v2.3.1 |
1441 | 2024-05-03T02:47:17.829Z | Compiling form_urlencoded v1.2.1 |
1442 | 2024-05-03T02:47:18.271Z | Compiling unicode-normalization v0.1.23 |
1443 | 2024-05-03T02:47:18.646Z | Compiling chrono v0.4.38 |
1444 | 2024-05-03T02:47:19.149Z | Compiling try-lock v0.2.5 |
1445 | 2024-05-03T02:47:19.288Z | Compiling unicode-bidi v0.3.15 |
1446 | 2024-05-03T02:47:19.312Z | Compiling foreign-types-shared v0.1.1 |
1447 | 2024-05-03T02:47:19.336Z | Compiling openssl v0.10.64 |
1448 | 2024-05-03T02:47:19.583Z | Compiling uuid v1.8.0 |
1449 | 2024-05-03T02:47:19.735Z | Compiling foreign-types v0.3.2 |
1450 | 2024-05-03T02:47:19.832Z | Compiling want v0.3.1 |
1451 | 2024-05-03T02:47:19.894Z | Compiling schemars_derive v0.8.16 |
1452 | 2024-05-03T02:47:20.298Z | Compiling bitflags v2.5.0 |
1453 | 2024-05-03T02:47:20.565Z | Compiling serde_derive v1.0.199 |
1454 | 2024-05-03T02:47:20.626Z | Compiling zerocopy-derive v0.7.32 |
1455 | 2024-05-03T02:47:21.014Z | Compiling thiserror-impl v1.0.59 |
1456 | 2024-05-03T02:47:21.279Z | Compiling tokio-macros v2.2.0 |
1457 | 2024-05-03T02:47:21.874Z | Compiling tracing-attributes v0.1.27 |
1458 | 2024-05-03T02:47:22.409Z | Compiling zerocopy v0.7.32 |
1459 | 2024-05-03T02:47:22.662Z | Compiling futures-macro v0.3.30 |
1460 | 2024-05-03T02:47:23.650Z | Compiling openssl-macros v0.1.1 |
1461 | 2024-05-03T02:47:24.084Z | Compiling hashbrown v0.14.3 |
1462 | 2024-05-03T02:47:24.318Z | Compiling native-tls v0.2.11 |
1463 | 2024-05-03T02:47:24.343Z | Compiling futures-util v0.3.30 |
1464 | 2024-05-03T02:47:24.619Z | Compiling tracing v0.1.40 |
1465 | 2024-05-03T02:47:24.657Z | Compiling rustls v0.21.10 |
1466 | 2024-05-03T02:47:25.026Z | Compiling httpdate v1.0.3 |
1467 | 2024-05-03T02:47:25.285Z | Compiling regress v0.9.0 |
1468 | 2024-05-03T02:47:25.635Z | Compiling tower-service v0.3.2 |
1469 | 2024-05-03T02:47:25.697Z | Compiling rustls-webpki v0.101.7 |
1470 | 2024-05-03T02:47:25.733Z | Compiling sct v0.7.1 |
1471 | 2024-05-03T02:47:26.119Z | Compiling idna v0.5.0 |
1472 | 2024-05-03T02:47:28.903Z | Compiling aho-corasick v1.1.3 |
1473 | 2024-05-03T02:47:29.317Z | Compiling regex-syntax v0.8.2 |
1474 | 2024-05-03T02:47:30.191Z | Compiling unicode-width v0.1.11 |
1475 | 2024-05-03T02:47:30.335Z | Compiling ucd-trie v0.1.6 |
1476 | 2024-05-03T02:47:30.746Z | Compiling base64 v0.21.7 |
1477 | 2024-05-03T02:47:31.674Z | Compiling bytes v1.6.0 |
1478 | 2024-05-03T02:47:32.437Z | Compiling tokio v1.37.0 |
1479 | 2024-05-03T02:47:33.633Z | Compiling indexmap v2.2.6 |
1480 | 2024-05-03T02:47:38.158Z | Compiling serde_tokenstream v0.2.0 |
1481 | 2024-05-03T02:47:38.571Z | Compiling http v0.2.12 |
1482 | 2024-05-03T02:47:40.225Z | Compiling tokio-util v0.7.10 |
1483 | 2024-05-03T02:47:41.240Z | Compiling h2 v0.3.25 |
1484 | 2024-05-03T02:47:41.972Z | Compiling http-body v0.4.6 |
1485 | 2024-05-03T02:47:42.048Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1486 | 2024-05-03T02:47:42.369Z | Compiling anyhow v1.0.82 |
1487 | 2024-05-03T02:47:42.510Z | Compiling openssl-probe v0.1.5 |
1488 | 2024-05-03T02:47:43.010Z | Compiling regex-automata v0.4.6 |
1489 | 2024-05-03T02:47:43.819Z | Compiling pest v2.7.8 |
1490 | 2024-05-03T02:47:45.922Z | Compiling hyper v0.14.28 |
1491 | 2024-05-03T02:47:47.044Z | Compiling url v2.5.0 |
1492 | 2024-05-03T02:47:50.715Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1493 | 2024-05-03T02:47:52.920Z | Compiling encoding_rs v0.8.33 |
1494 | 2024-05-03T02:47:53.566Z | Compiling ipnet v2.9.0 |
1495 | 2024-05-03T02:47:54.334Z | Compiling mime v0.3.17 |
1496 | 2024-05-03T02:47:55.226Z | Compiling tokio-rustls v0.24.1 |
1497 | 2024-05-03T02:47:55.565Z | Compiling regex v1.10.4 |
1498 | 2024-05-03T02:47:56.344Z | Compiling pest_meta v2.7.8 |
1499 | 2024-05-03T02:47:57.691Z | Compiling tokio-native-tls v0.3.1 |
1500 | 2024-05-03T02:47:58.191Z | Compiling serde_urlencoded v0.7.1 |
1501 | 2024-05-03T02:47:58.655Z | Compiling typenum v1.17.0 |
1502 | 2024-05-03T02:47:59.137Z | Compiling hyper-tls v0.5.0 |
1503 | 2024-05-03T02:47:59.213Z | Compiling pest_generator v2.7.8 |
1504 | 2024-05-03T02:47:59.471Z | Compiling hyper-rustls v0.24.2 |
1505 | 2024-05-03T02:47:59.508Z | Compiling rustls-pemfile v1.0.4 |
1506 | 2024-05-03T02:47:59.762Z | Compiling generic-array v0.14.7 |
1507 | 2024-05-03T02:48:00.082Z | Compiling strsim v0.10.0 |
1508 | 2024-05-03T02:48:00.585Z | Compiling sync_wrapper v0.1.2 |
1509 | 2024-05-03T02:48:00.609Z | Compiling ident_case v1.0.1 |
1510 | 2024-05-03T02:48:00.748Z | Compiling crossbeam-utils v0.8.19 |
1511 | 2024-05-03T02:48:01.128Z | Compiling webpki-roots v0.25.4 |
1512 | 2024-05-03T02:48:01.267Z | Compiling reqwest v0.11.27 |
1513 | 2024-05-03T02:48:01.622Z | Compiling getopts v0.2.21 |
1514 | 2024-05-03T02:48:02.074Z | Compiling darling_core v0.20.8 |
1515 | 2024-05-03T02:48:02.312Z | Compiling pest_derive v2.7.8 |
1516 | 2024-05-03T02:48:04.215Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c) |
1517 | 2024-05-03T02:48:04.327Z | Compiling openapiv3 v2.0.0 |
1518 | 2024-05-03T02:48:06.472Z | Compiling rand_core v0.6.4 |
1519 | 2024-05-03T02:48:06.748Z | Compiling subtle v2.5.0 |
1520 | 2024-05-03T02:48:06.868Z | Compiling unsafe-libyaml v0.2.11 |
1521 | 2024-05-03T02:48:06.991Z | Compiling time-core v0.1.2 |
1522 | 2024-05-03T02:48:07.131Z | Compiling powerfmt v0.2.0 |
1523 | 2024-05-03T02:48:07.536Z | Compiling omicron-workspace-hack v0.1.0 |
1524 | 2024-05-03T02:48:07.828Z | Compiling num-conv v0.1.0 |
1525 | 2024-05-03T02:48:08.055Z | Compiling time-macros v0.2.17 |
1526 | 2024-05-03T02:48:08.183Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1527 | 2024-05-03T02:48:08.285Z | Compiling serde_yaml v0.9.34+deprecated |
1528 | 2024-05-03T02:48:08.913Z | Compiling deranged v0.3.11 |
1529 | 2024-05-03T02:48:10.430Z | Compiling darling_macro v0.20.8 |
1530 | 2024-05-03T02:48:12.084Z | Compiling num_threads v0.1.7 |
1531 | 2024-05-03T02:48:12.405Z | Compiling lazy_static v1.4.0 |
1532 | 2024-05-03T02:48:12.528Z | Compiling time v0.3.34 |
1533 | 2024-05-03T02:48:13.163Z | Compiling darling v0.20.8 |
1534 | 2024-05-03T02:48:13.261Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1535 | 2024-05-03T02:48:13.385Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1536 | 2024-05-03T02:48:13.450Z | Compiling scroll_derive v0.12.0 |
1537 | 2024-05-03T02:48:13.475Z | Compiling dirs-sys-next v0.1.2 |
1538 | 2024-05-03T02:48:14.406Z | Compiling usdt-impl v0.5.0 |
1539 | 2024-05-03T02:48:14.639Z | Compiling ppv-lite86 v0.2.17 |
1540 | 2024-05-03T02:48:14.690Z | Compiling rustversion v1.0.14 |
1541 | 2024-05-03T02:48:14.916Z | Compiling scroll v0.12.0 |
1542 | 2024-05-03T02:48:15.297Z | Compiling rand_chacha v0.3.1 |
1543 | 2024-05-03T02:48:15.326Z | Compiling dirs-next v2.0.0 |
1544 | 2024-05-03T02:48:15.426Z | Compiling thread-id v4.2.1 |
1545 | 2024-05-03T02:48:15.523Z | Compiling crypto-common v0.1.6 |
1546 | 2024-05-03T02:48:15.551Z | Compiling block-buffer v0.10.4 |
1547 | 2024-05-03T02:48:15.702Z | Compiling dtrace-parser v0.2.0 |
1548 | 2024-05-03T02:48:15.745Z | Compiling dof v0.3.0 |
1549 | 2024-05-03T02:48:16.458Z | Compiling thread_local v1.1.8 |
1550 | 2024-05-03T02:48:17.014Z | Compiling plain v0.2.3 |
1551 | 2024-05-03T02:48:17.152Z | Compiling slog-async v2.8.0 |
1552 | 2024-05-03T02:48:17.176Z | Compiling async-trait v0.1.79 |
1553 | 2024-05-03T02:48:17.633Z | Compiling goblin v0.8.0 |
1554 | 2024-05-03T02:48:18.948Z | Compiling digest v0.10.7 |
1555 | 2024-05-03T02:48:19.333Z | Compiling rand v0.8.5 |
1556 | 2024-05-03T02:48:19.763Z | Compiling term v0.7.0 |
1557 | 2024-05-03T02:48:20.852Z | Compiling crossbeam-channel v0.5.12 |
1558 | 2024-05-03T02:48:21.558Z | Compiling is-terminal v0.4.12 |
1559 | 2024-05-03T02:48:22.012Z | Compiling take_mut v0.2.2 |
1560 | 2024-05-03T02:48:22.140Z | Compiling match_cfg v0.1.0 |
1561 | 2024-05-03T02:48:22.197Z | Compiling pretty-hex v0.4.1 |
1562 | 2024-05-03T02:48:22.229Z | Compiling rustls-pki-types v1.4.0 |
1563 | 2024-05-03T02:48:23.311Z | Compiling hostname v0.3.1 |
1564 | 2024-05-03T02:48:23.771Z | Compiling slog-term v2.9.1 |
1565 | 2024-05-03T02:48:28.060Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361) |
1566 | 2024-05-03T02:48:28.104Z | Compiling ipnetwork v0.20.0 |
1567 | 2024-05-03T02:48:28.104Z | Compiling instant v0.1.12 |
1568 | 2024-05-03T02:48:28.104Z | Compiling cpufeatures v0.2.12 |
1569 | 2024-05-03T02:48:28.104Z | Compiling rustls v0.22.2 |
1570 | 2024-05-03T02:48:28.105Z | Compiling toml_datetime v0.6.5 |
1571 | 2024-05-03T02:48:28.105Z | Compiling winnow v0.5.40 |
1572 | 2024-05-03T02:48:29.512Z | Compiling rustls-webpki v0.102.2 |
1573 | 2024-05-03T02:48:29.756Z | Compiling usdt-attr-macro v0.5.0 |
1574 | 2024-05-03T02:48:30.893Z | Compiling toml_edit v0.19.15 |
1575 | 2024-05-03T02:48:31.455Z | Compiling usdt-macro v0.5.0 |
1576 | 2024-05-03T02:48:32.712Z | Compiling serde_spanned v0.6.5 |
1577 | 2024-05-03T02:48:32.916Z | Compiling futures-executor v0.3.30 |
1578 | 2024-05-03T02:48:33.032Z | Compiling structmeta-derive v0.3.0 |
1579 | 2024-05-03T02:48:33.900Z | Compiling memmap v0.7.0 |
1580 | 2024-05-03T02:48:34.265Z | Compiling multer v3.0.0 |
1581 | 2024-05-03T02:48:34.549Z | Compiling winnow v0.6.5 |
1582 | 2024-05-03T02:48:35.166Z | Compiling paste v1.0.14 |
1583 | 2024-05-03T02:48:35.461Z | Compiling zeroize v1.7.0 |
1584 | 2024-05-03T02:48:35.580Z | Compiling camino v1.1.6 |
1585 | 2024-05-03T02:48:35.847Z | Compiling structmeta v0.3.0 |
1586 | 2024-05-03T02:48:35.975Z | Compiling usdt v0.5.0 |
1587 | 2024-05-03T02:48:36.158Z | Compiling futures v0.3.30 |
1588 | 2024-05-03T02:48:36.183Z | Compiling proc-macro-crate v1.3.1 |
1589 | 2024-05-03T02:48:36.346Z | Compiling slog-json v2.6.1 |
1590 | 2024-05-03T02:48:36.536Z | Compiling serde_with_macros v3.7.0 |
1591 | 2024-05-03T02:48:36.783Z | Compiling http v1.1.0 |
1592 | 2024-05-03T02:48:36.892Z | Compiling async-stream-impl v0.3.5 |
1593 | 2024-05-03T02:48:37.253Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1594 | 2024-05-03T02:48:37.573Z | Compiling toml_edit v0.22.9 |
1595 | 2024-05-03T02:48:37.862Z | Compiling semver v1.0.22 |
1596 | 2024-05-03T02:48:38.024Z | Compiling atomic-waker v1.1.2 |
1597 | 2024-05-03T02:48:38.217Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1598 | 2024-05-03T02:48:38.299Z | Compiling base64 v0.22.0 |
1599 | 2024-05-03T02:48:38.833Z | Compiling serde_with v3.7.0 |
1600 | 2024-05-03T02:48:39.174Z | Compiling waitgroup v0.1.2 |
1601 | 2024-05-03T02:48:39.380Z | Compiling tokio-rustls v0.25.0 |
1602 | 2024-05-03T02:48:39.736Z | Compiling async-stream v0.3.5 |
1603 | 2024-05-03T02:48:40.094Z | Compiling slog-bunyan v2.5.0 |
1604 | 2024-05-03T02:48:40.304Z | Compiling toml v0.8.12 |
1605 | 2024-05-03T02:48:40.616Z | Compiling parse-display-derive v0.9.0 |
1606 | 2024-05-03T02:48:42.365Z | Compiling sha1 v0.10.6 |
1607 | 2024-05-03T02:48:43.029Z | Compiling rustls-pemfile v2.1.1 |
1608 | 2024-05-03T02:48:43.130Z | Compiling strum_macros v0.26.2 |
1609 | 2024-05-03T02:48:43.173Z | Compiling newtype-uuid v1.0.1 |
1610 | 2024-05-03T02:48:43.452Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18) |
1611 | 2024-05-03T02:48:43.663Z | Compiling hex v0.4.3 |
1612 | 2024-05-03T02:48:43.835Z | Compiling serde_path_to_error v0.1.16 |
1613 | 2024-05-03T02:48:44.221Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-05-03T02:48:44.623Z | Compiling bitflags v1.3.2 |
1615 | 2024-05-03T02:48:44.717Z | Compiling debug-ignore v1.0.5 |
1616 | 2024-05-03T02:48:44.850Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1617 | 2024-05-03T02:48:44.943Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1618 | 2024-05-03T02:48:45.018Z | Compiling parse-display v0.9.0 |
1619 | 2024-05-03T02:48:45.123Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1620 | 2024-05-03T02:48:46.349Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1621 | 2024-05-03T02:48:46.639Z | Compiling backoff v0.4.0 |
1622 | 2024-05-03T02:48:46.678Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1623 | 2024-05-03T02:48:46.769Z | Compiling strum v0.26.2 |
1624 | 2024-05-03T02:48:46.939Z | Compiling macaddr v1.0.1 |
1625 | 2024-05-03T02:48:46.965Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1626 | 2024-05-03T02:48:47.105Z | Compiling num_enum_derive v0.5.11 |
1627 | 2024-05-03T02:48:47.263Z | Compiling foreign-types-macros v0.2.3 |
1628 | 2024-05-03T02:48:47.459Z | Compiling semver v0.1.20 |
1629 | 2024-05-03T02:48:47.909Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1630 | 2024-05-03T02:48:48.212Z | Compiling foreign-types-shared v0.3.1 |
1631 | 2024-05-03T02:48:48.321Z | Compiling foreign-types v0.5.0 |
1632 | 2024-05-03T02:48:48.348Z | Compiling rustc_version v0.1.7 |
1633 | 2024-05-03T02:48:48.697Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1634 | 2024-05-03T02:48:48.762Z | Compiling num-integer v0.1.46 |
1635 | 2024-05-03T02:48:48.789Z | Compiling cstr-argument v0.1.2 |
1636 | 2024-05-03T02:48:48.999Z | Compiling num-rational v0.4.1 |
1637 | 2024-05-03T02:48:49.125Z | Compiling num_enum v0.5.11 |
1638 | 2024-05-03T02:48:49.286Z | Compiling pretty-hex v0.2.1 |
1639 | 2024-05-03T02:48:49.469Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-05-03T02:48:49.582Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1641 | 2024-05-03T02:48:49.639Z | Compiling newtype_derive v0.1.6 |
1642 | 2024-05-03T02:48:49.663Z | Compiling colored v2.1.0 |
1643 | 2024-05-03T02:48:49.803Z | Compiling zerocopy-derive v0.6.6 |
1644 | 2024-05-03T02:48:49.993Z | Compiling hubpack_derive v0.1.1 |
1645 | 2024-05-03T02:48:50.361Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1646 | 2024-05-03T02:48:50.758Z | Compiling socket2 v0.4.10 |
1647 | 2024-05-03T02:48:50.785Z | Compiling base64ct v1.6.0 |
1648 | 2024-05-03T02:48:51.350Z | Compiling password-hash v0.5.0 |
1649 | 2024-05-03T02:48:51.518Z | Compiling zerocopy v0.6.6 |
1650 | 2024-05-03T02:48:52.131Z | Compiling hubpack v0.1.2 |
1651 | 2024-05-03T02:48:52.549Z | Compiling num-iter v0.1.44 |
1652 | 2024-05-03T02:48:52.710Z | Compiling strum_macros v0.25.3 |
1653 | 2024-05-03T02:48:53.235Z | Compiling blake2 v0.10.6 |
1654 | 2024-05-03T02:48:54.236Z | Compiling serde_repr v0.1.19 |
1655 | 2024-05-03T02:48:54.272Z | Compiling num-complex v0.4.5 |
1656 | 2024-05-03T02:48:55.220Z | Compiling fixedbitset v0.4.2 |
1657 | 2024-05-03T02:48:55.273Z | Compiling static_assertions v1.1.0 |
1658 | 2024-05-03T02:48:55.363Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d) |
1659 | 2024-05-03T02:48:55.676Z | Compiling petgraph v0.6.4 |
1660 | 2024-05-03T02:48:55.774Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1661 | 2024-05-03T02:48:55.871Z | Compiling num v0.4.1 |
1662 | 2024-05-03T02:48:55.961Z | Compiling argon2 v0.5.3 |
1663 | 2024-05-03T02:48:58.093Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1664 | 2024-05-03T02:48:59.033Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1665 | 2024-05-03T02:48:59.294Z | Compiling matches v0.1.10 |
1666 | 2024-05-03T02:48:59.389Z | Compiling utf8parse v0.2.1 |
1667 | 2024-05-03T02:48:59.522Z | Compiling anstyle-parse v0.2.3 |
1668 | 2024-05-03T02:48:59.546Z | Compiling idna v0.2.3 |
1669 | 2024-05-03T02:48:59.801Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1670 | 2024-05-03T02:48:59.865Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1671 | 2024-05-03T02:49:01.223Z | Compiling steno v0.4.0 |
1672 | 2024-05-03T02:49:01.527Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1673 | 2024-05-03T02:49:02.216Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1674 | 2024-05-03T02:49:03.581Z | Compiling enum-as-inner v0.5.1 |
1675 | 2024-05-03T02:49:04.461Z | Compiling slog-dtrace v0.3.0 |
1676 | 2024-05-03T02:49:05.177Z | Compiling linked-hash-map v0.5.6 |
1677 | 2024-05-03T02:49:05.202Z | Compiling anstyle v1.0.6 |
1678 | 2024-05-03T02:49:05.560Z | Compiling anstyle-query v1.0.2 |
1679 | 2024-05-03T02:49:05.698Z | Compiling parking_lot_core v0.8.6 |
1680 | 2024-05-03T02:49:06.100Z | Compiling quick-error v1.2.3 |
1681 | 2024-05-03T02:49:06.230Z | Compiling data-encoding v2.5.0 |
1682 | 2024-05-03T02:49:08.602Z | Compiling humantime v2.1.0 |
1683 | 2024-05-03T02:49:08.983Z | Compiling colorchoice v1.0.0 |
1684 | 2024-05-03T02:49:09.138Z | Compiling anstream v0.6.13 |
1685 | 2024-05-03T02:49:09.263Z | Compiling trust-dns-proto v0.22.0 |
1686 | 2024-05-03T02:49:10.009Z | Compiling resolv-conf v0.7.0 |
1687 | 2024-05-03T02:49:11.296Z | Compiling lru-cache v0.1.2 |
1688 | 2024-05-03T02:49:11.557Z | Compiling num-derive v0.3.3 |
1689 | 2024-05-03T02:49:11.582Z | Compiling crc32fast v1.4.0 |
1690 | 2024-05-03T02:49:12.004Z | Compiling strsim v0.11.0 |
1691 | 2024-05-03T02:49:12.155Z | Compiling clap_lex v0.7.0 |
1692 | 2024-05-03T02:49:12.777Z | Compiling heck v0.5.0 |
1693 | 2024-05-03T02:49:13.132Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1694 | 2024-05-03T02:49:13.332Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1695 | 2024-05-03T02:49:13.523Z | Compiling clap_derive v4.5.4 |
1696 | 2024-05-03T02:49:13.662Z | Compiling trust-dns-resolver v0.22.0 |
1697 | 2024-05-03T02:49:16.952Z | Compiling clap_builder v4.5.2 |
1698 | 2024-05-03T02:49:20.173Z | Compiling clap v4.5.4 |
1699 | 2024-05-03T02:49:20.253Z | Compiling parking_lot v0.11.2 |
1700 | 2024-05-03T02:49:20.698Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1701 | 2024-05-03T02:49:22.217Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1702 | 2024-05-03T02:49:23.365Z | Compiling crossbeam-epoch v0.9.18 |
1703 | 2024-05-03T02:49:23.505Z | Compiling fxhash v0.2.1 |
1704 | 2024-05-03T02:49:23.689Z | Compiling heapless v0.8.0 |
1705 | 2024-05-03T02:49:24.380Z | Compiling sled v0.34.7 |
1706 | 2024-05-03T02:49:24.424Z | Compiling hash32 v0.3.1 |
1707 | 2024-05-03T02:49:24.643Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1708 | 2024-05-03T02:49:24.759Z | Compiling smoltcp v0.11.0 |
1709 | 2024-05-03T02:49:25.309Z | Compiling stable_deref_trait v1.2.0 |
1710 | 2024-05-03T02:49:26.362Z | Compiling cobs v0.2.3 |
1711 | 2024-05-03T02:49:26.742Z | Compiling embedded-io v0.4.0 |
1712 | 2024-05-03T02:49:26.930Z | Compiling managed v0.8.0 |
1713 | 2024-05-03T02:49:31.139Z | Compiling postcard v1.0.8 |
1714 | 2024-05-03T02:49:31.895Z | Compiling tabwriter v1.4.0 |
1715 | 2024-05-03T02:49:32.533Z | Compiling hashbrown v0.13.2 |
1716 | 2024-05-03T02:49:33.559Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1717 | 2024-05-03T02:49:33.804Z | Compiling half v2.4.0 |
1718 | 2024-05-03T02:49:33.878Z | Compiling ciborium-io v0.2.2 |
1719 | 2024-05-03T02:49:33.992Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1720 | 2024-05-03T02:49:34.119Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1721 | 2024-05-03T02:49:34.398Z | Compiling ciborium-ll v0.2.2 |
1722 | 2024-05-03T02:49:34.862Z | Compiling regress v0.6.0 |
1723 | 2024-05-03T02:49:36.813Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3) |
1724 | 2024-05-03T02:49:37.227Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
1725 | 2024-05-03T02:49:37.954Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1726 | 2024-05-03T02:49:42.037Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1727 | 2024-05-03T02:49:42.921Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1728 | 2024-05-03T02:49:43.022Z | Compiling proc-macro-error-attr v1.0.4 |
1729 | 2024-05-03T02:49:43.350Z | Compiling arc-swap v1.7.1 |
1730 | 2024-05-03T02:49:43.734Z | Compiling crc8 v0.1.1 |
1731 | 2024-05-03T02:49:43.940Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d) |
1732 | 2024-05-03T02:49:43.965Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f) |
1733 | 2024-05-03T02:49:44.295Z | Compiling slog-scope v4.4.0 |
1734 | 2024-05-03T02:49:45.361Z | Compiling ciborium v0.2.2 |
1735 | 2024-05-03T02:49:47.129Z | Compiling proc-macro-error v1.0.4 |
1736 | 2024-05-03T02:49:47.212Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1737 | 2024-05-03T02:49:47.553Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1738 | 2024-05-03T02:49:47.582Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1739 | 2024-05-03T02:49:49.861Z | Compiling slog-stdlog v4.1.1 |
1740 | 2024-05-03T02:49:51.123Z | Compiling slog-envlogger v2.2.0 |
1741 | 2024-05-03T02:49:51.796Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5) |
1742 | 2024-05-03T02:49:52.516Z | Compiling num_enum_derive v0.7.2 |
1743 | 2024-05-03T02:49:53.355Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1744 | 2024-05-03T02:49:59.295Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1745 | 2024-05-03T02:49:59.368Z | Compiling either v1.10.0 |
1746 | 2024-05-03T02:49:59.368Z | Compiling num_enum v0.7.2 |
1747 | 2024-05-03T02:49:59.368Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1748 | 2024-05-03T02:49:59.368Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1749 | 2024-05-03T02:49:59.368Z | Compiling itertools v0.12.1 |
1750 | 2024-05-03T02:49:59.368Z | Compiling minimal-lexical v0.2.1 |
1751 | 2024-05-03T02:49:59.368Z | Compiling nom v7.1.3 |
1752 | 2024-05-03T02:49:59.368Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1753 | 2024-05-03T02:49:59.368Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1754 | 2024-05-03T02:49:59.807Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1755 | 2024-05-03T02:50:00.066Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1) |
1756 | 2024-05-03T02:50:00.904Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1757 | 2024-05-03T02:50:02.258Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1758 | 2024-05-03T02:50:02.571Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1759 | 2024-05-03T02:50:02.666Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1760 | 2024-05-03T02:50:06.304Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1761 | 2024-05-03T02:50:14.292Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1762 | 2024-05-03T02:50:15.715Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1763 | 2024-05-03T02:50:37.139Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1764 | 2024-05-03T02:50:37.139Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1765 | 2024-05-03T02:50:56.243Z | Finished release [optimized] target(s) in 3m 48s |
1766 | 2024-05-03T02:50:56.302Z | |
1767 | 2024-05-03T02:50:56.302Z | real 3:48.116650309 |
1768 | 2024-05-03T02:50:56.302Z | user 27:01.481872169 |
1769 | 2024-05-03T02:50:56.303Z | sys 2:19.937469959 |
1770 | 2024-05-03T02:50:56.303Z | trap 0.828591555 |
1771 | 2024-05-03T02:50:56.303Z | tflt 0.747536482 |
1772 | 2024-05-03T02:50:56.303Z | dflt 0.415080377 |
1773 | 2024-05-03T02:50:56.303Z | kflt 0.027211505 |
1774 | 2024-05-03T02:50:56.303Z | lock 1:04:29.050374284 |
1775 | 2024-05-03T02:50:56.327Z | slp 1:14:39.632381945 |
1776 | 2024-05-03T02:50:56.327Z | lat 1:13.088261370 |
1777 | 2024-05-03T02:50:56.327Z | stop 44.585730779 |
1778 | 2024-05-03T02:50:56.327Z | + for x in debug release |
1779 | 2024-05-03T02:50:56.327Z | + mkdir -p /work/debug |
1780 | 2024-05-03T02:50:56.327Z | + cp target/debug/ddmd /work/debug/ddmd |
1781 | 2024-05-03T02:50:56.634Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1782 | 2024-05-03T02:50:56.862Z | + for x in debug release |
1783 | 2024-05-03T02:50:56.862Z | + mkdir -p /work/release |
1784 | 2024-05-03T02:50:56.891Z | + cp target/release/ddmd /work/release/ddmd |
1785 | 2024-05-03T02:50:57.387Z | + cp target/release/ddmadm /work/release/ddmadm |
1786 | 2024-05-03T02:50:57.387Z | process exited: duration 511787 ms, exit code 0 |
|
1787 | 2024-05-03T02:50:57.898Z | found 4 output files |
1788 | 2024-05-03T02:50:57.898Z | uploading: /work/debug/ddmadm (296470552 bytes) |
1789 | 2024-05-03T02:53:12.392Z | uploaded: /work/debug/ddmadm |
1790 | 2024-05-03T02:53:12.422Z | uploading: /work/debug/ddmd (387613944 bytes) |
1791 | 2024-05-03T02:55:42.363Z | uploaded: /work/debug/ddmd |
1792 | 2024-05-03T02:55:42.363Z | uploading: /work/release/ddmadm (18749256 bytes) |
1793 | 2024-05-03T02:55:50.717Z | uploaded: /work/release/ddmadm |
1794 | 2024-05-03T02:55:50.717Z | uploading: /work/release/ddmd (42503560 bytes) |
1795 | 2024-05-03T02:56:02.340Z | uploaded: /work/release/ddmd |