|
|
|
1 | 2024-03-22T16:03:24.424Z | job assigned to worker 01HSKE9J04VXBMG65JFQBJXN45 (queued for 2 m 10 s) |
|
2 | 2024-03-22T16:03:30.885Z | starting task 0: "setup" |
3 | 2024-03-22T16:03:31.341Z | ++ uname -s |
4 | 2024-03-22T16:03:31.353Z | + kern=SunOS |
5 | 2024-03-22T16:03:31.353Z | + case "$kern" in |
6 | 2024-03-22T16:03:31.353Z | + groupadd -g 12345 build |
7 | 2024-03-22T16:03:31.353Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-22T16:03:32.982Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-22T16:03:33.065Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-22T16:03:33.080Z | + home_fs=zfs |
11 | 2024-03-22T16:03:33.080Z | + [[ zfs == autofs ]] |
12 | 2024-03-22T16:03:33.080Z | + mkdir -p /home/build |
13 | 2024-03-22T16:03:33.080Z | + chown build:build /home/build /work |
14 | 2024-03-22T16:03:35.090Z | + chmod 0700 /home/build /work |
15 | 2024-03-22T16:03:35.104Z | process exited: duration 4182 ms, exit code 0 |
|
16 | 2024-03-22T16:03:35.126Z | starting task 1: "rust-toolchain" |
17 | 2024-03-22T16:03:35.139Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-22T16:03:35.139Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-22T16:03:35.243Z | info: downloading installer |
20 | 2024-03-22T16:03:36.566Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-22T16:03:36.566Z | warning: /opt/ooce/bin |
22 | 2024-03-22T16:03:36.567Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-22T16:03:36.567Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-22T16:03:36.567Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-22T16:03:36.567Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-22T16:03:36.567Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-22T16:03:36.567Z | error: cannot install while Rust is installed |
28 | 2024-03-22T16:03:36.567Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-22T16:03:36.758Z | info: profile set to 'default' |
30 | 2024-03-22T16:03:36.758Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-22T16:03:36.776Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-22T16:03:37.236Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-22T16:03:37.236Z | info: downloading component 'cargo' |
34 | 2024-03-22T16:03:37.703Z | info: downloading component 'clippy' |
35 | 2024-03-22T16:03:37.993Z | info: downloading component 'rust-docs' |
36 | 2024-03-22T16:03:39.346Z | info: downloading component 'rust-std' |
37 | 2024-03-22T16:03:41.353Z | info: downloading component 'rustc' |
38 | 2024-03-22T16:03:45.053Z | info: downloading component 'rustfmt' |
39 | 2024-03-22T16:03:45.318Z | info: installing component 'cargo' |
40 | 2024-03-22T16:03:46.151Z | info: installing component 'clippy' |
41 | 2024-03-22T16:03:46.894Z | info: installing component 'rust-docs' |
42 | 2024-03-22T16:03:48.035Z | info: installing component 'rust-std' |
43 | 2024-03-22T16:03:49.780Z | info: installing component 'rustc' |
44 | 2024-03-22T16:03:53.898Z | info: installing component 'rustfmt' |
45 | 2024-03-22T16:03:54.323Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-22T16:03:54.323Z | |
47 | 2024-03-22T16:03:55.019Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-22T16:03:55.019Z | |
49 | 2024-03-22T16:03:55.556Z | |
50 | 2024-03-22T16:03:55.556Z | Rust is installed now. Great! |
51 | 2024-03-22T16:03:55.556Z | |
52 | 2024-03-22T16:03:55.557Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-22T16:03:55.557Z | environment variable. This has not been done automatically. |
54 | 2024-03-22T16:03:55.557Z | |
55 | 2024-03-22T16:03:55.557Z | To configure your current shell, you need to source |
56 | 2024-03-22T16:03:55.557Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-22T16:03:55.558Z | |
58 | 2024-03-22T16:03:55.558Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-22T16:03:55.558Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-22T16:03:55.558Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-22T16:03:55.558Z | + rustc --version |
62 | 2024-03-22T16:03:55.558Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-22T16:03:55.558Z | process exited: duration 19737 ms, exit code 0 |
|
64 | 2024-03-22T16:03:55.594Z | starting task 2: "authentication" |
65 | 2024-03-22T16:03:56.123Z | process exited: duration 515 ms, exit code 0 |
|
66 | 2024-03-22T16:03:56.143Z | starting task 3: "clone repository" |
67 | 2024-03-22T16:03:56.160Z | + mkdir -p /work/oxidecomputer/maghemite |
68 | 2024-03-22T16:03:56.160Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
69 | 2024-03-22T16:03:56.658Z | Cloning into '/work/oxidecomputer/maghemite'... |
70 | 2024-03-22T16:03:58.065Z | + cd /work/oxidecomputer/maghemite |
71 | 2024-03-22T16:03:58.065Z | + git fetch origin 9cefc93888607000469c062652364ba1ce5bd54e |
72 | 2024-03-22T16:03:58.341Z | From https://github.com/oxidecomputer/maghemite |
73 | 2024-03-22T16:03:58.341Z | * branch 9cefc93888607000469c062652364ba1ce5bd54e -> FETCH_HEAD |
74 | 2024-03-22T16:03:58.360Z | + [[ -n ddm-track-session-duration ]] |
75 | 2024-03-22T16:03:58.360Z | ++ git branch --show-current |
76 | 2024-03-22T16:03:58.378Z | + current=main |
77 | 2024-03-22T16:03:58.379Z | + [[ main != ddm-track-session-duration ]] |
78 | 2024-03-22T16:03:58.379Z | + git branch -f ddm-track-session-duration 9cefc93888607000469c062652364ba1ce5bd54e |
79 | 2024-03-22T16:03:58.379Z | + git checkout -f ddm-track-session-duration |
80 | 2024-03-22T16:03:58.379Z | Switched to branch 'ddm-track-session-duration' |
81 | 2024-03-22T16:03:58.379Z | + git reset --hard 9cefc93888607000469c062652364ba1ce5bd54e |
82 | 2024-03-22T16:03:58.379Z | HEAD is now at 9cefc93 cleanup |
83 | 2024-03-22T16:03:58.397Z | process exited: duration 2230 ms, exit code 0 |
|
84 | 2024-03-22T16:03:58.443Z | starting task 4: "build" |
85 | 2024-03-22T16:03:58.466Z | + cargo --version |
86 | 2024-03-22T16:03:58.466Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-22T16:03:58.577Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-22T16:03:58.578Z | info: downloading component 'cargo' |
89 | 2024-03-22T16:03:59.236Z | info: downloading component 'clippy' |
90 | 2024-03-22T16:03:59.440Z | info: downloading component 'rust-docs' |
91 | 2024-03-22T16:04:00.324Z | info: downloading component 'rust-std' |
92 | 2024-03-22T16:04:01.598Z | info: downloading component 'rustc' |
93 | 2024-03-22T16:04:05.312Z | info: downloading component 'rustfmt' |
94 | 2024-03-22T16:04:05.744Z | info: installing component 'cargo' |
95 | 2024-03-22T16:04:05.957Z | info: installing component 'clippy' |
96 | 2024-03-22T16:04:06.295Z | info: installing component 'rust-docs' |
97 | 2024-03-22T16:04:07.730Z | info: installing component 'rust-std' |
98 | 2024-03-22T16:04:09.981Z | info: installing component 'rustc' |
99 | 2024-03-22T16:04:13.499Z | info: installing component 'rustfmt' |
100 | 2024-03-22T16:04:13.879Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-22T16:04:13.899Z | + rustc --version |
102 | 2024-03-22T16:04:13.959Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-22T16:04:14.523Z | + banner check |
104 | 2024-03-22T16:04:14.523Z | |
105 | 2024-03-22T16:04:14.523Z | #### # # ###### #### # # |
106 | 2024-03-22T16:04:14.524Z | # # # # # # # # # |
107 | 2024-03-22T16:04:14.524Z | # ###### ##### # #### |
108 | 2024-03-22T16:04:14.524Z | # # # # # # # |
109 | 2024-03-22T16:04:14.524Z | # # # # # # # # # |
110 | 2024-03-22T16:04:14.524Z | #### # # ###### #### # # |
111 | 2024-03-22T16:04:14.524Z | |
112 | 2024-03-22T16:04:14.525Z | + cargo fmt -- --check |
113 | 2024-03-22T16:04:14.525Z | + cargo clippy --all-targets -- --deny warnings |
114 | 2024-03-22T16:04:14.551Z | Updating crates.io index |
115 | 2024-03-22T16:04:14.576Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
116 | 2024-03-22T16:04:15.739Z | From https://github.com/oxidecomputer/falcon |
117 | 2024-03-22T16:04:15.739Z | * [new ref] 1b228b556f53516f0a78ab9d63be5adf977deb97 -> refs/commit/1b228b556f53516f0a78ab9d63be5adf977deb97 |
118 | 2024-03-22T16:04:15.843Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
119 | 2024-03-22T16:04:16.977Z | From https://github.com/oxidecomputer/dendrite |
120 | 2024-03-22T16:04:16.977Z | * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create |
121 | 2024-03-22T16:04:16.986Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
122 | 2024-03-22T16:04:16.986Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
123 | 2024-03-22T16:04:16.986Z | * [new branch] compliance -> origin/compliance |
124 | 2024-03-22T16:04:16.986Z | * [new branch] dev -> origin/dev |
125 | 2024-03-22T16:04:16.986Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
126 | 2024-03-22T16:04:16.986Z | * [new branch] external_log -> origin/external_log |
127 | 2024-03-22T16:04:16.986Z | * [new branch] fix-address-race -> origin/fix-address-race |
128 | 2024-03-22T16:04:16.987Z | * [new branch] helios2 -> origin/helios2 |
129 | 2024-03-22T16:04:16.987Z | * [new branch] mac_ensure -> origin/mac_ensure |
130 | 2024-03-22T16:04:16.987Z | * [new branch] main -> origin/main |
131 | 2024-03-22T16:04:16.987Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
132 | 2024-03-22T16:04:16.987Z | * [new branch] nat_rpw -> origin/nat_rpw |
133 | 2024-03-22T16:04:16.987Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
134 | 2024-03-22T16:04:16.987Z | * [new branch] port-id -> origin/port-id |
135 | 2024-03-22T16:04:16.987Z | * [new branch] reflection-tests -> origin/reflection-tests |
136 | 2024-03-22T16:04:16.987Z | * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings |
137 | 2024-03-22T16:04:16.987Z | * [new branch] rust-177-lints -> origin/rust-177-lints |
138 | 2024-03-22T16:04:16.987Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
139 | 2024-03-22T16:04:16.987Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
140 | 2024-03-22T16:04:16.987Z | * [new branch] solo -> origin/solo |
141 | 2024-03-22T16:04:16.987Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
142 | 2024-03-22T16:04:16.988Z | * [new branch] updates -> origin/updates |
143 | 2024-03-22T16:04:16.988Z | * [new ref] -> origin/HEAD |
144 | 2024-03-22T16:04:17.016Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
145 | 2024-03-22T16:04:17.838Z | From https://github.com/oxidecomputer/dropshot |
146 | 2024-03-22T16:04:17.838Z | * [new ref] 2d9b9065a864120efa638acdd3b70d53cb11771c -> refs/commit/2d9b9065a864120efa638acdd3b70d53cb11771c |
147 | 2024-03-22T16:04:17.854Z | * [new tag] v0.3.0 -> v0.3.0 |
148 | 2024-03-22T16:04:17.869Z | * [new tag] v0.4.0 -> v0.4.0 |
149 | 2024-03-22T16:04:17.869Z | * [new tag] v0.5.0 -> v0.5.0 |
150 | 2024-03-22T16:04:17.869Z | * [new tag] v0.5.1 -> v0.5.1 |
151 | 2024-03-22T16:04:17.869Z | * [new tag] v0.6.0 -> v0.6.0 |
152 | 2024-03-22T16:04:17.869Z | * [new tag] v0.7.0 -> v0.7.0 |
153 | 2024-03-22T16:04:17.869Z | * [new tag] v0.8.0 -> v0.8.0 |
154 | 2024-03-22T16:04:17.869Z | * [new tag] v0.9.0 -> v0.9.0 |
155 | 2024-03-22T16:04:17.892Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
156 | 2024-03-22T16:04:18.431Z | From https://github.com/oxidecomputer/ispf |
157 | 2024-03-22T16:04:18.431Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
158 | 2024-03-22T16:04:18.453Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
159 | 2024-03-22T16:04:19.042Z | From https://github.com/oxidecomputer/netadm-sys |
160 | 2024-03-22T16:04:19.042Z | * [new ref] d44d9e084f39e844f8083d4d9b39a331061ebbcc -> refs/commit/d44d9e084f39e844f8083d4d9b39a331061ebbcc |
161 | 2024-03-22T16:04:19.064Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
162 | 2024-03-22T16:04:23.169Z | From https://github.com/oxidecomputer/omicron |
163 | 2024-03-22T16:04:23.169Z | * [new ref] dd4090f038605fcc5fc69d9350d4ca0ef5f5dc34 -> refs/commit/dd4090f038605fcc5fc69d9350d4ca0ef5f5dc34 |
164 | 2024-03-22T16:04:23.190Z | * [new tag] dogfood -> dogfood |
165 | 2024-03-22T16:04:23.191Z | * [new tag] v5 -> v5 |
166 | 2024-03-22T16:04:23.191Z | * [new tag] v6 -> v6 |
167 | 2024-03-22T16:04:23.457Z | Updating git repository `https://github.com/oxidecomputer/opte` |
168 | 2024-03-22T16:04:24.629Z | From https://github.com/oxidecomputer/opte |
169 | 2024-03-22T16:04:24.630Z | * [new ref] a4c956e44fc9b75b58b83ad2eec22f6bd9005262 -> refs/commit/a4c956e44fc9b75b58b83ad2eec22f6bd9005262 |
170 | 2024-03-22T16:04:24.686Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
171 | 2024-03-22T16:04:26.901Z | From https://github.com/oxidecomputer/progenitor |
172 | 2024-03-22T16:04:26.901Z | * [new ref] d3514fcfc4309e7432fba09b65394a97f3e27980 -> refs/commit/d3514fcfc4309e7432fba09b65394a97f3e27980 |
173 | 2024-03-22T16:04:26.902Z | * [new tag] v0.1.1 -> v0.1.1 |
174 | 2024-03-22T16:04:26.902Z | * [new tag] v0.2.0 -> v0.2.0 |
175 | 2024-03-22T16:04:26.902Z | * [new tag] v0.3.0 -> v0.3.0 |
176 | 2024-03-22T16:04:26.902Z | * [new tag] v0.4.0 -> v0.4.0 |
177 | 2024-03-22T16:04:26.902Z | * [new tag] v0.5.0 -> v0.5.0 |
178 | 2024-03-22T16:04:26.902Z | * [new tag] v0.6.0 -> v0.6.0 |
179 | 2024-03-22T16:04:26.902Z | Updating git repository `https://github.com/oxidecomputer/zone` |
180 | 2024-03-22T16:04:26.903Z | From https://github.com/oxidecomputer/zone |
181 | 2024-03-22T16:04:26.903Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
182 | 2024-03-22T16:04:27.066Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
183 | 2024-03-22T16:04:28.131Z | From https://github.com/oxidecomputer/propolis |
184 | 2024-03-22T16:04:28.131Z | * [new ref] 6dceb9ef69c217cb78a2018bbedafbc19f6ec1af -> refs/commit/6dceb9ef69c217cb78a2018bbedafbc19f6ec1af |
185 | 2024-03-22T16:04:28.627Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
186 | 2024-03-22T16:04:28.795Z | From https://github.com/oxidecomputer/dlpi-sys |
187 | 2024-03-22T16:04:28.796Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
188 | 2024-03-22T16:04:28.958Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
189 | 2024-03-22T16:04:29.438Z | From https://github.com/jmesmon/rust-libzfs |
190 | 2024-03-22T16:04:29.438Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
191 | 2024-03-22T16:04:29.888Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
192 | 2024-03-22T16:04:29.888Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
193 | 2024-03-22T16:04:29.888Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
194 | 2024-03-22T16:04:29.888Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
195 | 2024-03-22T16:04:29.888Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
196 | 2024-03-22T16:04:29.888Z | * [new branch] dev -> origin/dev |
197 | 2024-03-22T16:04:29.889Z | * [new branch] drr -> origin/drr |
198 | 2024-03-22T16:04:29.889Z | * [new branch] f-types -> origin/f-types |
199 | 2024-03-22T16:04:29.889Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
200 | 2024-03-22T16:04:29.889Z | * [new branch] master -> origin/master |
201 | 2024-03-22T16:04:29.889Z | * [new branch] staging -> origin/staging |
202 | 2024-03-22T16:04:29.889Z | * [new ref] -> origin/HEAD |
203 | 2024-03-22T16:04:29.889Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
204 | 2024-03-22T16:04:29.889Z | * [new tag] v0.4.0 -> v0.4.0 |
205 | 2024-03-22T16:04:29.889Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
206 | 2024-03-22T16:04:29.889Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
207 | 2024-03-22T16:04:29.889Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
208 | 2024-03-22T16:04:30.023Z | From https://github.com/oxidecomputer/rusty-doors |
209 | 2024-03-22T16:04:30.023Z | * [new branch] gh-pages -> origin/gh-pages |
210 | 2024-03-22T16:04:30.030Z | * [new branch] main -> origin/main |
211 | 2024-03-22T16:04:30.030Z | * [new branch] no-bindgen -> origin/no-bindgen |
212 | 2024-03-22T16:04:30.031Z | * [new ref] -> origin/HEAD |
213 | 2024-03-22T16:04:30.163Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
214 | 2024-03-22T16:04:30.401Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
215 | 2024-03-22T16:04:30.815Z | From http://github.com/oxidecomputer/serde_human_bytes |
216 | 2024-03-22T16:04:30.815Z | * [new branch] gh-pages -> origin/gh-pages |
217 | 2024-03-22T16:04:31.336Z | * [new branch] main -> origin/main |
218 | 2024-03-22T16:04:31.336Z | * [new branch] renovate/configure -> origin/renovate/configure |
219 | 2024-03-22T16:04:31.336Z | * [new ref] -> origin/HEAD |
220 | 2024-03-22T16:04:31.336Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
221 | 2024-03-22T16:04:31.336Z | From https://github.com/oxidecomputer/slog-error-chain |
222 | 2024-03-22T16:04:31.336Z | * [new branch] main -> origin/main |
223 | 2024-03-22T16:04:31.336Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
224 | 2024-03-22T16:04:31.336Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
225 | 2024-03-22T16:04:31.336Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
226 | 2024-03-22T16:04:31.336Z | * [new ref] -> origin/HEAD |
227 | 2024-03-22T16:04:31.336Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
228 | 2024-03-22T16:04:31.753Z | From https://github.com/oxidecomputer/poptrie |
229 | 2024-03-22T16:04:31.754Z | * [new branch] main -> origin/main |
230 | 2024-03-22T16:04:32.208Z | * [new branch] multipath -> origin/multipath |
231 | 2024-03-22T16:04:32.209Z | * [new ref] -> origin/HEAD |
232 | 2024-03-22T16:04:32.227Z | Updating git repository `https://github.com/oxidecomputer/typify` |
233 | 2024-03-22T16:04:33.564Z | From https://github.com/oxidecomputer/typify |
234 | 2024-03-22T16:04:33.565Z | * [new branch] default-fault -> origin/default-fault |
235 | 2024-03-22T16:04:33.580Z | * [new branch] ipv6 -> origin/ipv6 |
236 | 2024-03-22T16:04:33.580Z | * [new branch] js-schema -> origin/js-schema |
237 | 2024-03-22T16:04:33.581Z | * [new branch] main -> origin/main |
238 | 2024-03-22T16:04:33.581Z | * [new branch] nested-newtype -> origin/nested-newtype |
239 | 2024-03-22T16:04:33.581Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
240 | 2024-03-22T16:04:33.581Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
241 | 2024-03-22T16:04:33.581Z | * [new ref] -> origin/HEAD |
242 | 2024-03-22T16:04:33.581Z | * [new tag] v0.0.10 -> v0.0.10 |
243 | 2024-03-22T16:04:33.581Z | * [new tag] v0.0.11 -> v0.0.11 |
244 | 2024-03-22T16:04:33.581Z | * [new tag] v0.0.12 -> v0.0.12 |
245 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.13 -> v0.0.13 |
246 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.14 -> v0.0.14 |
247 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.15 -> v0.0.15 |
248 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.16 -> v0.0.16 |
249 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.4 -> v0.0.4 |
250 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.5 -> v0.0.5 |
251 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.6 -> v0.0.6 |
252 | 2024-03-22T16:04:33.582Z | * [new tag] v0.0.7 -> v0.0.7 |
253 | 2024-03-22T16:04:33.583Z | * [new tag] v0.0.8 -> v0.0.8 |
254 | 2024-03-22T16:04:33.583Z | * [new tag] v0.0.9 -> v0.0.9 |
255 | 2024-03-22T16:04:33.644Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
256 | 2024-03-22T16:04:34.170Z | From https://github.com/oxidecomputer/rfb |
257 | 2024-03-22T16:04:34.170Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
258 | 2024-03-22T16:04:34.187Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
259 | 2024-03-22T16:04:34.187Z | * [new branch] main -> origin/main |
260 | 2024-03-22T16:04:34.188Z | * [new ref] -> origin/HEAD |
261 | 2024-03-22T16:04:34.333Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-03-22T16:04:34.988Z | From https://github.com/oxidecomputer/management-gateway-service |
263 | 2024-03-22T16:04:34.988Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
264 | 2024-03-22T16:04:35.021Z | * [new branch] buildomat -> origin/buildomat |
265 | 2024-03-22T16:04:35.021Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
266 | 2024-03-22T16:04:35.021Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
267 | 2024-03-22T16:04:35.022Z | * [new branch] image-board-check -> origin/image-board-check |
268 | 2024-03-22T16:04:35.022Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
269 | 2024-03-22T16:04:35.022Z | * [new branch] lock_state -> origin/lock_state |
270 | 2024-03-22T16:04:35.022Z | * [new branch] main -> origin/main |
271 | 2024-03-22T16:04:35.022Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
272 | 2024-03-22T16:04:35.022Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
273 | 2024-03-22T16:04:35.022Z | * [new branch] read-rot-message -> origin/read-rot-message |
274 | 2024-03-22T16:04:35.022Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
275 | 2024-03-22T16:04:35.022Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
276 | 2024-03-22T16:04:35.022Z | * [new branch] reset-component -> origin/reset-component |
277 | 2024-03-22T16:04:35.022Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
278 | 2024-03-22T16:04:35.022Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
279 | 2024-03-22T16:04:35.022Z | * [new branch] rot-update -> origin/rot-update |
280 | 2024-03-22T16:04:35.022Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
281 | 2024-03-22T16:04:35.022Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
282 | 2024-03-22T16:04:35.022Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
283 | 2024-03-22T16:04:35.022Z | * [new branch] sprot-attest -> origin/sprot-attest |
284 | 2024-03-22T16:04:35.022Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
285 | 2024-03-22T16:04:35.022Z | * [new branch] sprot-errors -> origin/sprot-errors |
286 | 2024-03-22T16:04:35.022Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
287 | 2024-03-22T16:04:35.022Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
288 | 2024-03-22T16:04:35.022Z | * [new branch] update-stage0 -> origin/update-stage0 |
289 | 2024-03-22T16:04:35.022Z | * [new ref] -> origin/HEAD |
290 | 2024-03-22T16:04:35.747Z | Downloading crates ... |
291 | 2024-03-22T16:04:35.819Z | Downloaded ahash v0.8.11 |
292 | 2024-03-22T16:04:35.840Z | Downloaded async-stream-impl v0.3.5 |
293 | 2024-03-22T16:04:35.856Z | Downloaded anstyle v1.0.6 |
294 | 2024-03-22T16:04:35.856Z | Downloaded async-stream v0.3.5 |
295 | 2024-03-22T16:04:35.856Z | Downloaded argon2 v0.5.3 |
296 | 2024-03-22T16:04:35.856Z | Downloaded anstyle-parse v0.2.3 |
297 | 2024-03-22T16:04:35.857Z | Downloaded anstream v0.6.13 |
298 | 2024-03-22T16:04:35.857Z | Downloaded anstyle-query v1.0.2 |
299 | 2024-03-22T16:04:35.857Z | Downloaded async-trait v0.1.78 |
300 | 2024-03-22T16:04:35.868Z | Downloaded colored v2.1.0 |
301 | 2024-03-22T16:04:35.868Z | Downloaded ryu v1.0.17 |
302 | 2024-03-22T16:04:35.868Z | Downloaded arc-swap v1.7.0 |
303 | 2024-03-22T16:04:35.868Z | Downloaded crc32fast v1.4.0 |
304 | 2024-03-22T16:04:35.869Z | Downloaded rustversion v1.0.14 |
305 | 2024-03-22T16:04:35.869Z | Downloaded rustls-pemfile v1.0.4 |
306 | 2024-03-22T16:04:35.887Z | Downloaded hostname v0.3.1 |
307 | 2024-03-22T16:04:35.887Z | Downloaded rustls-pemfile v2.1.1 |
308 | 2024-03-22T16:04:35.887Z | Downloaded allocator-api2 v0.2.16 |
309 | 2024-03-22T16:04:35.887Z | Downloaded rustls-pki-types v1.3.1 |
310 | 2024-03-22T16:04:35.888Z | Downloaded darling_macro v0.20.8 |
311 | 2024-03-22T16:04:35.888Z | Downloaded colorchoice v1.0.0 |
312 | 2024-03-22T16:04:35.888Z | Downloaded ciborium-io v0.2.2 |
313 | 2024-03-22T16:04:35.888Z | Downloaded block-buffer v0.10.4 |
314 | 2024-03-22T16:04:35.908Z | Downloaded anyhow v1.0.81 |
315 | 2024-03-22T16:04:35.909Z | Downloaded fnv v1.0.7 |
316 | 2024-03-22T16:04:35.909Z | Downloaded embedded-io v0.4.0 |
317 | 2024-03-22T16:04:35.909Z | Downloaded ciborium-ll v0.2.2 |
318 | 2024-03-22T16:04:35.909Z | Downloaded dirs-sys-next v0.1.2 |
319 | 2024-03-22T16:04:35.910Z | Downloaded static_assertions v1.1.0 |
320 | 2024-03-22T16:04:35.910Z | Downloaded aho-corasick v1.1.2 |
321 | 2024-03-22T16:04:35.944Z | Downloaded dtrace-parser v0.2.0 |
322 | 2024-03-22T16:04:35.945Z | Downloaded fxhash v0.2.1 |
323 | 2024-03-22T16:04:35.945Z | Downloaded strum v0.26.2 |
324 | 2024-03-22T16:04:35.945Z | Downloaded foreign-types v0.3.2 |
325 | 2024-03-22T16:04:35.945Z | Downloaded cstr-argument v0.1.2 |
326 | 2024-03-22T16:04:35.945Z | Downloaded foreign-types-shared v0.1.1 |
327 | 2024-03-22T16:04:35.946Z | Downloaded foreign-types-macros v0.2.3 |
328 | 2024-03-22T16:04:35.946Z | Downloaded sha1 v0.10.6 |
329 | 2024-03-22T16:04:35.946Z | Downloaded serde_urlencoded v0.7.1 |
330 | 2024-03-22T16:04:35.946Z | Downloaded scroll v0.12.0 |
331 | 2024-03-22T16:04:35.947Z | Downloaded slog-stdlog v4.1.1 |
332 | 2024-03-22T16:04:35.947Z | Downloaded serde_path_to_error v0.1.16 |
333 | 2024-03-22T16:04:35.947Z | Downloaded futures-task v0.3.30 |
334 | 2024-03-22T16:04:35.947Z | Downloaded form_urlencoded v1.2.1 |
335 | 2024-03-22T16:04:35.948Z | Downloaded foreign-types-shared v0.3.1 |
336 | 2024-03-22T16:04:35.948Z | Downloaded futures-core v0.3.30 |
337 | 2024-03-22T16:04:35.948Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-03-22T16:04:35.948Z | Downloaded atomic-waker v1.1.2 |
339 | 2024-03-22T16:04:35.948Z | Downloaded semver v0.1.20 |
340 | 2024-03-22T16:04:35.949Z | Downloaded getopts v0.2.21 |
341 | 2024-03-22T16:04:35.949Z | Downloaded base64ct v1.6.0 |
342 | 2024-03-22T16:04:35.949Z | Downloaded dof v0.3.0 |
343 | 2024-03-22T16:04:35.949Z | Downloaded debug-ignore v1.0.5 |
344 | 2024-03-22T16:04:35.949Z | Downloaded thread_local v1.1.8 |
345 | 2024-03-22T16:04:35.950Z | Downloaded scopeguard v1.2.0 |
346 | 2024-03-22T16:04:35.950Z | Downloaded slog-json v2.6.1 |
347 | 2024-03-22T16:04:35.950Z | Downloaded slab v0.4.9 |
348 | 2024-03-22T16:04:35.985Z | Downloaded sync_wrapper v0.1.2 |
349 | 2024-03-22T16:04:35.985Z | Downloaded futures-macro v0.3.30 |
350 | 2024-03-22T16:04:35.985Z | Downloaded cfg-if v1.0.0 |
351 | 2024-03-22T16:04:35.986Z | Downloaded thiserror v1.0.58 |
352 | 2024-03-22T16:04:35.986Z | Downloaded serde_derive v1.0.197 |
353 | 2024-03-22T16:04:35.986Z | Downloaded futures-io v0.3.30 |
354 | 2024-03-22T16:04:35.987Z | Downloaded dyn-clone v1.0.17 |
355 | 2024-03-22T16:04:35.987Z | Downloaded stable_deref_trait v1.2.0 |
356 | 2024-03-22T16:04:35.987Z | Downloaded slog-bunyan v2.5.0 |
357 | 2024-03-22T16:04:35.987Z | Downloaded spin v0.9.8 |
358 | 2024-03-22T16:04:35.987Z | Downloaded hex v0.4.3 |
359 | 2024-03-22T16:04:35.988Z | Downloaded take_mut v0.2.2 |
360 | 2024-03-22T16:04:35.988Z | Downloaded fixedbitset v0.4.2 |
361 | 2024-03-22T16:04:35.988Z | Downloaded equivalent v1.0.1 |
362 | 2024-03-22T16:04:35.989Z | Downloaded serde_derive_internals v0.26.0 |
363 | 2024-03-22T16:04:35.989Z | Downloaded heck v0.4.1 |
364 | 2024-03-22T16:04:37.983Z | Downloaded defmt-macros v0.3.7 |
365 | 2024-03-22T16:04:37.984Z | Downloaded num-conv v0.1.0 |
366 | 2024-03-22T16:04:37.984Z | Downloaded try-lock v0.2.5 |
367 | 2024-03-22T16:04:37.984Z | Downloaded tinyvec_macros v0.1.1 |
368 | 2024-03-22T16:04:37.984Z | Downloaded either v1.10.0 |
369 | 2024-03-22T16:04:37.984Z | Downloaded futures-executor v0.3.30 |
370 | 2024-03-22T16:04:37.984Z | Downloaded cpufeatures v0.2.12 |
371 | 2024-03-22T16:04:37.984Z | Downloaded autocfg v1.1.0 |
372 | 2024-03-22T16:04:37.984Z | Downloaded heck v0.5.0 |
373 | 2024-03-22T16:04:37.984Z | Downloaded hash32 v0.3.1 |
374 | 2024-03-22T16:04:37.984Z | Downloaded tower-service v0.3.2 |
375 | 2024-03-22T16:04:37.984Z | Downloaded is-terminal v0.4.12 |
376 | 2024-03-22T16:04:37.984Z | Downloaded enum-as-inner v0.5.1 |
377 | 2024-03-22T16:04:37.984Z | Downloaded defmt v0.3.6 |
378 | 2024-03-22T16:04:37.985Z | Downloaded ppv-lite86 v0.2.17 |
379 | 2024-03-22T16:04:37.985Z | Downloaded httpdate v1.0.3 |
380 | 2024-03-22T16:04:37.985Z | Downloaded proc-macro-crate v3.1.0 |
381 | 2024-03-22T16:04:37.985Z | Downloaded darling v0.20.8 |
382 | 2024-03-22T16:04:37.985Z | Downloaded strsim v0.11.0 |
383 | 2024-03-22T16:04:37.985Z | Downloaded slog-scope v4.4.0 |
384 | 2024-03-22T16:04:37.985Z | Downloaded slog-dtrace v0.3.0 |
385 | 2024-03-22T16:04:37.985Z | Downloaded sha2 v0.10.8 |
386 | 2024-03-22T16:04:37.985Z | Downloaded usdt-attr-macro v0.5.0 |
387 | 2024-03-22T16:04:37.985Z | Downloaded hubpack_derive v0.1.1 |
388 | 2024-03-22T16:04:37.985Z | Downloaded thread-id v4.2.1 |
389 | 2024-03-22T16:04:37.985Z | Downloaded serde_with_macros v3.7.0 |
390 | 2024-03-22T16:04:37.985Z | Downloaded rand_chacha v0.3.1 |
391 | 2024-03-22T16:04:38.055Z | Downloaded serde_spanned v0.6.5 |
392 | 2024-03-22T16:04:38.055Z | Downloaded futures v0.3.30 |
393 | 2024-03-22T16:04:38.055Z | Downloaded hyper-tls v0.5.0 |
394 | 2024-03-22T16:04:38.055Z | Downloaded instant v0.1.12 |
395 | 2024-03-22T16:04:38.055Z | Downloaded toml_datetime v0.6.5 |
396 | 2024-03-22T16:04:38.055Z | Downloaded semver v1.0.22 |
397 | 2024-03-22T16:04:38.055Z | Downloaded digest v0.10.7 |
398 | 2024-03-22T16:04:38.055Z | Downloaded structmeta-derive v0.3.0 |
399 | 2024-03-22T16:04:38.055Z | Downloaded getrandom v0.2.12 |
400 | 2024-03-22T16:04:38.055Z | Downloaded backoff v0.4.0 |
401 | 2024-03-22T16:04:38.055Z | Downloaded pretty-hex v0.2.1 |
402 | 2024-03-22T16:04:38.055Z | Downloaded clap_derive v4.5.3 |
403 | 2024-03-22T16:04:38.056Z | Downloaded ciborium v0.2.2 |
404 | 2024-03-22T16:04:38.056Z | Downloaded time-core v0.1.2 |
405 | 2024-03-22T16:04:38.056Z | Downloaded num_cpus v1.16.0 |
406 | 2024-03-22T16:04:38.056Z | Downloaded thiserror-impl v1.0.58 |
407 | 2024-03-22T16:04:38.056Z | Downloaded strsim v0.10.0 |
408 | 2024-03-22T16:04:38.056Z | Downloaded version_check v0.9.4 |
409 | 2024-03-22T16:04:38.056Z | Downloaded resolv-conf v0.7.0 |
410 | 2024-03-22T16:04:38.056Z | Downloaded openssl-probe v0.1.5 |
411 | 2024-03-22T16:04:38.056Z | Downloaded structmeta v0.3.0 |
412 | 2024-03-22T16:04:38.056Z | Downloaded openssl-macros v0.1.1 |
413 | 2024-03-22T16:04:38.056Z | Downloaded slog v2.7.0 |
414 | 2024-03-22T16:04:38.056Z | Downloaded pretty-hex v0.4.1 |
415 | 2024-03-22T16:04:38.056Z | Downloaded rand_core v0.6.4 |
416 | 2024-03-22T16:04:38.056Z | Downloaded darling_core v0.20.8 |
417 | 2024-03-22T16:04:38.056Z | Downloaded crossbeam-epoch v0.9.18 |
418 | 2024-03-22T16:04:38.056Z | Downloaded pest_generator v2.7.8 |
419 | 2024-03-22T16:04:38.056Z | Downloaded serde_tokenstream v0.2.0 |
420 | 2024-03-22T16:04:38.057Z | Downloaded yansi v0.5.1 |
421 | 2024-03-22T16:04:38.057Z | Downloaded zerocopy v0.6.6 |
422 | 2024-03-22T16:04:38.057Z | Downloaded num_enum v0.7.2 |
423 | 2024-03-22T16:04:38.057Z | Downloaded matches v0.1.10 |
424 | 2024-03-22T16:04:38.057Z | Downloaded match_cfg v0.1.0 |
425 | 2024-03-22T16:04:38.057Z | Downloaded bytes v1.5.0 |
426 | 2024-03-22T16:04:38.057Z | Downloaded usdt-macro v0.5.0 |
427 | 2024-03-22T16:04:38.057Z | Downloaded want v0.3.1 |
428 | 2024-03-22T16:04:38.057Z | Downloaded usdt-impl v0.5.0 |
429 | 2024-03-22T16:04:38.057Z | Downloaded usdt v0.5.0 |
430 | 2024-03-22T16:04:38.057Z | Downloaded num_enum_derive v0.7.2 |
431 | 2024-03-22T16:04:38.057Z | Downloaded newtype_derive v0.1.6 |
432 | 2024-03-22T16:04:38.057Z | Downloaded zeroize v1.7.0 |
433 | 2024-03-22T16:04:38.057Z | Downloaded tokio-native-tls v0.3.1 |
434 | 2024-03-22T16:04:38.057Z | Downloaded term v0.7.0 |
435 | 2024-03-22T16:04:38.057Z | Downloaded parking_lot_core v0.9.9 |
436 | 2024-03-22T16:04:38.057Z | Downloaded num_threads v0.1.7 |
437 | 2024-03-22T16:04:38.057Z | Downloaded strum_macros v0.25.3 |
438 | 2024-03-22T16:04:38.057Z | Downloaded mime v0.3.17 |
439 | 2024-03-22T16:04:38.058Z | Downloaded macaddr v1.0.1 |
440 | 2024-03-22T16:04:38.058Z | Downloaded hubpack v0.1.2 |
441 | 2024-03-22T16:04:38.058Z | Downloaded percent-encoding v2.3.1 |
442 | 2024-03-22T16:04:38.058Z | Downloaded paste v1.0.14 |
443 | 2024-03-22T16:04:38.058Z | Downloaded parse-display-derive v0.9.0 |
444 | 2024-03-22T16:04:38.058Z | Downloaded http-body v0.4.6 |
445 | 2024-03-22T16:04:38.058Z | Downloaded itoa v1.0.10 |
446 | 2024-03-22T16:04:38.058Z | Downloaded waitgroup v0.1.2 |
447 | 2024-03-22T16:04:38.058Z | Downloaded powerfmt v0.2.0 |
448 | 2024-03-22T16:04:38.058Z | Downloaded plain v0.2.3 |
449 | 2024-03-22T16:04:38.058Z | Downloaded parking_lot_core v0.8.6 |
450 | 2024-03-22T16:04:38.058Z | Downloaded omicron-workspace-hack v0.1.0 |
451 | 2024-03-22T16:04:38.058Z | Downloaded ident_case v1.0.1 |
452 | 2024-03-22T16:04:38.058Z | Downloaded linked-hash-map v0.5.6 |
453 | 2024-03-22T16:04:38.058Z | Downloaded ipnet v2.9.0 |
454 | 2024-03-22T16:04:38.058Z | Downloaded tracing-attributes v0.1.27 |
455 | 2024-03-22T16:04:38.058Z | Downloaded tokio-macros v2.2.0 |
456 | 2024-03-22T16:04:38.058Z | Downloaded time-macros v0.2.17 |
457 | 2024-03-22T16:04:38.058Z | Downloaded pin-utils v0.1.0 |
458 | 2024-03-22T16:04:38.058Z | Downloaded slog-term v2.9.1 |
459 | 2024-03-22T16:04:38.058Z | Downloaded managed v0.8.0 |
460 | 2024-03-22T16:04:38.058Z | Downloaded lru-cache v0.1.2 |
461 | 2024-03-22T16:04:38.059Z | Downloaded clap v4.5.3 |
462 | 2024-03-22T16:04:38.059Z | Downloaded zerocopy-derive v0.7.32 |
463 | 2024-03-22T16:04:38.059Z | Downloaded untrusted v0.9.0 |
464 | 2024-03-22T16:04:38.059Z | Downloaded proc-macro-error v1.0.4 |
465 | 2024-03-22T16:04:38.059Z | Downloaded rustc_version v0.1.7 |
466 | 2024-03-22T16:04:38.059Z | Downloaded httparse v1.8.0 |
467 | 2024-03-22T16:04:38.059Z | Downloaded proc-macro-error-attr v1.0.4 |
468 | 2024-03-22T16:04:38.059Z | Downloaded num-traits v0.2.18 |
469 | 2024-03-22T16:04:38.059Z | Downloaded num_enum_derive v0.5.11 |
470 | 2024-03-22T16:04:38.059Z | Downloaded proc-macro-crate v1.3.1 |
471 | 2024-03-22T16:04:38.059Z | Downloaded num-integer v0.1.46 |
472 | 2024-03-22T16:04:38.059Z | Downloaded utf8parse v0.2.1 |
473 | 2024-03-22T16:04:38.059Z | Downloaded password-hash v0.5.0 |
474 | 2024-03-22T16:04:38.059Z | Downloaded num v0.4.1 |
475 | 2024-03-22T16:04:38.059Z | Downloaded num-iter v0.1.44 |
476 | 2024-03-22T16:04:38.059Z | Downloaded uuid v0.8.2 |
477 | 2024-03-22T16:04:38.059Z | Downloaded toml v0.8.12 |
478 | 2024-03-22T16:04:38.059Z | Downloaded socket2 v0.5.6 |
479 | 2024-03-22T16:04:38.060Z | Downloaded newtype-uuid v1.0.1 |
480 | 2024-03-22T16:04:38.060Z | Downloaded num-rational v0.4.1 |
481 | 2024-03-22T16:04:38.060Z | Downloaded num-complex v0.4.5 |
482 | 2024-03-22T16:04:38.060Z | Downloaded quick-error v1.2.3 |
483 | 2024-03-22T16:04:38.060Z | Downloaded hyper-rustls v0.24.2 |
484 | 2024-03-22T16:04:38.060Z | Downloaded heapless v0.8.0 |
485 | 2024-03-22T16:04:38.060Z | Downloaded lazy_static v1.4.0 |
486 | 2024-03-22T16:04:38.060Z | Downloaded humantime v2.1.0 |
487 | 2024-03-22T16:04:38.060Z | Downloaded lock_api v0.4.11 |
488 | 2024-03-22T16:04:38.060Z | Downloaded postcard v1.0.8 |
489 | 2024-03-22T16:04:38.060Z | Downloaded pin-project-lite v0.2.13 |
490 | 2024-03-22T16:04:38.060Z | Downloaded once_cell v1.19.0 |
491 | 2024-03-22T16:04:38.096Z | Downloaded indexmap v1.9.3 |
492 | 2024-03-22T16:04:38.096Z | Downloaded rand v0.8.5 |
493 | 2024-03-22T16:04:38.096Z | Downloaded parking_lot v0.12.1 |
494 | 2024-03-22T16:04:38.097Z | Downloaded hashbrown v0.12.3 |
495 | 2024-03-22T16:04:38.097Z | Downloaded ucd-trie v0.1.6 |
496 | 2024-03-22T16:04:38.097Z | Downloaded pest_derive v2.7.8 |
497 | 2024-03-22T16:04:38.097Z | Downloaded memmap v0.7.0 |
498 | 2024-03-22T16:04:38.097Z | Downloaded multer v3.0.0 |
499 | 2024-03-22T16:04:38.097Z | Downloaded pest_meta v2.7.8 |
500 | 2024-03-22T16:04:38.097Z | Downloaded proc-macro2 v1.0.79 |
501 | 2024-03-22T16:04:38.097Z | Downloaded unicode-bidi v0.3.15 |
502 | 2024-03-22T16:04:38.098Z | Downloaded tracing-core v0.1.32 |
503 | 2024-03-22T16:04:38.098Z | Downloaded schemars v0.8.16 |
504 | 2024-03-22T16:04:38.098Z | Downloaded parking_lot v0.11.2 |
505 | 2024-03-22T16:04:38.099Z | Downloaded unsafe-libyaml v0.2.11 |
506 | 2024-03-22T16:04:38.099Z | Downloaded uuid v1.8.0 |
507 | 2024-03-22T16:04:38.099Z | Downloaded log v0.4.21 |
508 | 2024-03-22T16:04:38.099Z | Downloaded quote v1.0.35 |
509 | 2024-03-22T16:04:38.099Z | Downloaded typenum v1.17.0 |
510 | 2024-03-22T16:04:38.099Z | Downloaded serde_yaml v0.9.33 |
511 | 2024-03-22T16:04:38.099Z | Downloaded pretty_assertions v1.4.0 |
512 | 2024-03-22T16:04:38.099Z | Downloaded hashbrown v0.13.2 |
513 | 2024-03-22T16:04:38.100Z | Downloaded serde v1.0.197 |
514 | 2024-03-22T16:04:38.100Z | Downloaded http v0.2.12 |
515 | 2024-03-22T16:04:38.100Z | Downloaded tracing v0.1.40 |
516 | 2024-03-22T16:04:38.100Z | Downloaded indexmap v2.2.5 |
517 | 2024-03-22T16:04:38.100Z | Downloaded openssl-sys v0.9.101 |
518 | 2024-03-22T16:04:38.100Z | Downloaded toml_edit v0.21.1 |
519 | 2024-03-22T16:04:38.100Z | Downloaded http v1.1.0 |
520 | 2024-03-22T16:04:38.100Z | Downloaded trust-dns-resolver v0.22.0 |
521 | 2024-03-22T16:04:38.100Z | Downloaded toml_edit v0.22.8 |
522 | 2024-03-22T16:04:38.101Z | Downloaded memchr v2.7.1 |
523 | 2024-03-22T16:04:38.101Z | Downloaded toml_edit v0.19.15 |
524 | 2024-03-22T16:04:38.101Z | Downloaded nom v7.1.3 |
525 | 2024-03-22T16:04:38.101Z | Downloaded mio v0.8.11 |
526 | 2024-03-22T16:04:38.101Z | Downloaded winnow v0.6.5 |
527 | 2024-03-22T16:04:38.101Z | Downloaded url v2.5.0 |
528 | 2024-03-22T16:04:38.101Z | Downloaded unicode-normalization v0.1.23 |
529 | 2024-03-22T16:04:38.101Z | Downloaded serde_json v1.0.114 |
530 | 2024-03-22T16:04:38.101Z | Downloaded tokio-util v0.7.10 |
531 | 2024-03-22T16:04:38.101Z | Downloaded winnow v0.5.40 |
532 | 2024-03-22T16:04:38.102Z | Downloaded futures-util v0.3.30 |
533 | 2024-03-22T16:04:38.102Z | Downloaded libm v0.2.8 |
534 | 2024-03-22T16:04:38.102Z | Downloaded petgraph v0.6.4 |
535 | 2024-03-22T16:04:38.102Z | Downloaded hyper v0.14.28 |
536 | 2024-03-22T16:04:38.102Z | Downloaded vcpkg v0.2.15 |
537 | 2024-03-22T16:04:38.102Z | Downloaded rustls v0.21.10 |
538 | 2024-03-22T16:04:38.102Z | Downloaded regress v0.6.0 |
539 | 2024-03-22T16:04:38.102Z | Downloaded idna v0.2.3 |
540 | 2024-03-22T16:04:38.102Z | Downloaded syn v1.0.109 |
541 | 2024-03-22T16:04:38.102Z | Downloaded openssl v0.10.64 |
542 | 2024-03-22T16:04:38.103Z | Downloaded regress v0.9.0 |
543 | 2024-03-22T16:04:38.103Z | Downloaded reqwest v0.11.26 |
544 | 2024-03-22T16:04:38.103Z | Downloaded rustls v0.22.2 |
545 | 2024-03-22T16:04:38.103Z | Downloaded idna v0.5.0 |
546 | 2024-03-22T16:04:38.103Z | Downloaded trust-dns-proto v0.22.0 |
547 | 2024-03-22T16:04:38.103Z | Downloaded regex-syntax v0.8.2 |
548 | 2024-03-22T16:04:38.103Z | Downloaded smoltcp v0.11.0 |
549 | 2024-03-22T16:04:38.103Z | Downloaded openapiv3 v2.0.0 |
550 | 2024-03-22T16:04:38.103Z | Downloaded sled v0.34.7 |
551 | 2024-03-22T16:04:38.103Z | Downloaded tokio v1.36.0 |
552 | 2024-03-22T16:04:38.103Z | Downloaded zerocopy-derive v0.6.6 |
553 | 2024-03-22T16:04:38.104Z | Downloaded webpki-roots v0.25.4 |
554 | 2024-03-22T16:04:38.104Z | Downloaded regex-automata v0.4.6 |
555 | 2024-03-22T16:04:38.104Z | Downloaded regex v1.10.3 |
556 | 2024-03-22T16:04:38.104Z | Downloaded syn v2.0.53 |
557 | 2024-03-22T16:04:38.104Z | Downloaded libc v0.2.153 |
558 | 2024-03-22T16:04:38.104Z | Downloaded pest v2.7.8 |
559 | 2024-03-22T16:04:38.104Z | Downloaded chrono v0.4.35 |
560 | 2024-03-22T16:04:38.104Z | Downloaded itertools v0.12.1 |
561 | 2024-03-22T16:04:38.104Z | Downloaded serde_with v3.7.0 |
562 | 2024-03-22T16:04:38.104Z | Downloaded time v0.3.34 |
563 | 2024-03-22T16:04:38.104Z | Downloaded h2 v0.3.25 |
564 | 2024-03-22T16:04:38.105Z | Downloaded clap_builder v4.5.2 |
565 | 2024-03-22T16:04:38.105Z | Downloaded minimal-lexical v0.2.1 |
566 | 2024-03-22T16:04:38.105Z | Downloaded zerocopy v0.7.32 |
567 | 2024-03-22T16:04:38.105Z | Downloaded encoding_rs v0.8.33 |
568 | 2024-03-22T16:04:38.105Z | Downloaded rustls-webpki v0.101.7 |
569 | 2024-03-22T16:04:38.105Z | Downloaded goblin v0.8.0 |
570 | 2024-03-22T16:04:38.105Z | Downloaded rustls-webpki v0.102.2 |
571 | 2024-03-22T16:04:38.105Z | Downloaded hashbrown v0.14.3 |
572 | 2024-03-22T16:04:38.105Z | Downloaded steno v0.4.0 |
573 | 2024-03-22T16:04:38.105Z | Downloaded unicode-ident v1.0.12 |
574 | 2024-03-22T16:04:38.106Z | Downloaded tokio-rustls v0.25.0 |
575 | 2024-03-22T16:04:38.106Z | Downloaded native-tls v0.2.11 |
576 | 2024-03-22T16:04:38.106Z | Downloaded tokio-rustls v0.24.1 |
577 | 2024-03-22T16:04:38.106Z | Downloaded tinyvec v1.6.0 |
578 | 2024-03-22T16:04:38.106Z | Downloaded socket2 v0.4.10 |
579 | 2024-03-22T16:04:38.106Z | Downloaded crossbeam-channel v0.5.12 |
580 | 2024-03-22T16:04:38.106Z | Downloaded base64 v0.21.7 |
581 | 2024-03-22T16:04:38.106Z | Downloaded cc v1.0.90 |
582 | 2024-03-22T16:04:38.106Z | Downloaded iana-time-zone v0.1.60 |
583 | 2024-03-22T16:04:38.106Z | Downloaded strum_macros v0.26.2 |
584 | 2024-03-22T16:04:38.107Z | Downloaded sct v0.7.1 |
585 | 2024-03-22T16:04:38.107Z | Downloaded half v2.4.0 |
586 | 2024-03-22T16:04:38.107Z | Downloaded futures-channel v0.3.30 |
587 | 2024-03-22T16:04:38.107Z | Downloaded crossbeam-utils v0.8.19 |
588 | 2024-03-22T16:04:38.107Z | Downloaded camino v1.1.6 |
589 | 2024-03-22T16:04:38.107Z | Downloaded blake2 v0.10.6 |
590 | 2024-03-22T16:04:38.107Z | Downloaded num_enum v0.5.11 |
591 | 2024-03-22T16:04:38.151Z | Downloaded ipnetwork v0.20.0 |
592 | 2024-03-22T16:04:38.152Z | Downloaded schemars_derive v0.8.16 |
593 | 2024-03-22T16:04:38.152Z | Downloaded unicode-width v0.1.11 |
594 | 2024-03-22T16:04:38.152Z | Downloaded parse-display v0.9.0 |
595 | 2024-03-22T16:04:38.152Z | Downloaded diff v0.1.13 |
596 | 2024-03-22T16:04:38.152Z | Downloaded base64 v0.22.0 |
597 | 2024-03-22T16:04:38.152Z | Downloaded pkg-config v0.3.30 |
598 | 2024-03-22T16:04:38.153Z | Downloaded tabwriter v1.4.0 |
599 | 2024-03-22T16:04:38.153Z | Downloaded subtle v2.5.0 |
600 | 2024-03-22T16:04:38.153Z | Downloaded smallvec v1.13.1 |
601 | 2024-03-22T16:04:38.153Z | Downloaded bitflags v2.5.0 |
602 | 2024-03-22T16:04:38.153Z | Downloaded clap_lex v0.7.0 |
603 | 2024-03-22T16:04:38.153Z | Downloaded generic-array v0.14.7 |
604 | 2024-03-22T16:04:38.153Z | Downloaded futures-sink v0.3.30 |
605 | 2024-03-22T16:04:38.153Z | Downloaded foreign-types v0.5.0 |
606 | 2024-03-22T16:04:38.154Z | Downloaded dirs-next v2.0.0 |
607 | 2024-03-22T16:04:38.154Z | Downloaded cobs v0.2.3 |
608 | 2024-03-22T16:04:38.154Z | Downloaded bitflags v1.3.2 |
609 | 2024-03-22T16:04:38.154Z | Downloaded signal-hook-registry v1.4.1 |
610 | 2024-03-22T16:04:38.154Z | Downloaded defmt-parser v0.3.4 |
611 | 2024-03-22T16:04:38.154Z | Downloaded byteorder v1.5.0 |
612 | 2024-03-22T16:04:38.154Z | Downloaded slog-envlogger v2.2.0 |
613 | 2024-03-22T16:04:38.154Z | Downloaded slog-async v2.8.0 |
614 | 2024-03-22T16:04:38.154Z | Downloaded serde_repr v0.1.18 |
615 | 2024-03-22T16:04:38.154Z | Downloaded data-encoding v2.5.0 |
616 | 2024-03-22T16:04:38.155Z | Downloaded crypto-common v0.1.6 |
617 | 2024-03-22T16:04:38.155Z | Downloaded deranged v0.3.11 |
618 | 2024-03-22T16:04:38.155Z | Downloaded crc8 v0.1.1 |
619 | 2024-03-22T16:04:38.155Z | Downloaded ring v0.17.8 |
620 | 2024-03-22T16:04:38.155Z | Compiling proc-macro2 v1.0.79 |
621 | 2024-03-22T16:04:38.155Z | Compiling unicode-ident v1.0.12 |
622 | 2024-03-22T16:04:38.155Z | Compiling libc v0.2.153 |
623 | 2024-03-22T16:04:38.155Z | Compiling serde v1.0.197 |
624 | 2024-03-22T16:04:38.155Z | Compiling version_check v0.9.4 |
625 | 2024-03-22T16:04:38.156Z | Compiling autocfg v1.1.0 |
626 | 2024-03-22T16:04:38.156Z | Compiling syn v1.0.109 |
627 | 2024-03-22T16:04:38.156Z | Compiling serde_json v1.0.114 |
628 | 2024-03-22T16:04:38.156Z | Compiling thiserror v1.0.58 |
629 | 2024-03-22T16:04:38.156Z | Compiling ahash v0.8.11 |
630 | 2024-03-22T16:04:39.178Z | Checking cfg-if v1.0.0 |
631 | 2024-03-22T16:04:39.605Z | Compiling lock_api v0.4.11 |
632 | 2024-03-22T16:04:39.606Z | Compiling once_cell v1.19.0 |
633 | 2024-03-22T16:04:39.606Z | Compiling parking_lot_core v0.9.9 |
634 | 2024-03-22T16:04:39.606Z | Compiling byteorder v1.5.0 |
635 | 2024-03-22T16:04:39.606Z | Compiling libm v0.2.8 |
636 | 2024-03-22T16:04:39.606Z | Compiling num-traits v0.2.18 |
637 | 2024-03-22T16:04:39.702Z | Compiling cc v1.0.90 |
638 | 2024-03-22T16:04:39.762Z | Compiling allocator-api2 v0.2.16 |
639 | 2024-03-22T16:04:39.787Z | Compiling memchr v2.7.1 |
640 | 2024-03-22T16:04:39.799Z | Compiling slab v0.4.9 |
641 | 2024-03-22T16:04:39.921Z | Compiling schemars v0.8.16 |
642 | 2024-03-22T16:04:40.366Z | Compiling quote v1.0.35 |
643 | 2024-03-22T16:04:40.366Z | Compiling equivalent v1.0.1 |
644 | 2024-03-22T16:04:40.382Z | Compiling slog v2.7.0 |
645 | 2024-03-22T16:04:40.400Z | Compiling heck v0.4.1 |
646 | 2024-03-22T16:04:40.556Z | Compiling itoa v1.0.10 |
647 | 2024-03-22T16:04:40.657Z | Compiling syn v2.0.53 |
648 | 2024-03-22T16:04:41.134Z | Compiling ryu v1.0.17 |
649 | 2024-03-22T16:04:41.134Z | Compiling pkg-config v0.3.30 |
650 | 2024-03-22T16:04:41.134Z | Compiling vcpkg v0.2.15 |
651 | 2024-03-22T16:04:41.134Z | Compiling httparse v1.8.0 |
652 | 2024-03-22T16:04:41.134Z | Compiling fnv v1.0.7 |
653 | 2024-03-22T16:04:41.194Z | Compiling openssl v0.10.64 |
654 | 2024-03-22T16:04:41.445Z | Compiling rustls v0.21.10 |
655 | 2024-03-22T16:04:41.761Z | Compiling native-tls v0.2.11 |
656 | 2024-03-22T16:04:42.385Z | Checking getrandom v0.2.12 |
657 | 2024-03-22T16:04:42.561Z | Compiling anyhow v1.0.81 |
658 | 2024-03-22T16:04:42.574Z | Compiling dyn-clone v1.0.17 |
659 | 2024-03-22T16:04:42.574Z | Compiling ring v0.17.8 |
660 | 2024-03-22T16:04:42.598Z | Compiling openssl-sys v0.9.101 |
661 | 2024-03-22T16:04:42.741Z | Compiling uuid v1.8.0 |
662 | 2024-03-22T16:04:42.927Z | Compiling log v0.4.21 |
663 | 2024-03-22T16:04:43.195Z | Compiling aho-corasick v1.1.2 |
664 | 2024-03-22T16:04:43.677Z | Compiling regex-syntax v0.8.2 |
665 | 2024-03-22T16:04:44.119Z | Compiling typenum v1.17.0 |
666 | 2024-03-22T16:04:44.461Z | Compiling chrono v0.4.35 |
667 | 2024-03-22T16:04:44.571Z | Compiling generic-array v0.14.7 |
668 | 2024-03-22T16:04:44.903Z | Compiling crossbeam-utils v0.8.19 |
669 | 2024-03-22T16:04:46.167Z | Compiling serde_derive_internals v0.26.0 |
670 | 2024-03-22T16:04:46.551Z | Compiling regex-automata v0.4.6 |
671 | 2024-03-22T16:04:47.324Z | Checking pin-project-lite v0.2.13 |
672 | 2024-03-22T16:04:47.429Z | Compiling ucd-trie v0.1.6 |
673 | 2024-03-22T16:04:48.073Z | Compiling unicode-width v0.1.11 |
674 | 2024-03-22T16:04:48.167Z | Compiling num-conv v0.1.0 |
675 | 2024-03-22T16:04:48.588Z | Compiling bytes v1.5.0 |
676 | 2024-03-22T16:04:48.601Z | Compiling time-core v0.1.2 |
677 | 2024-03-22T16:04:48.601Z | Compiling getopts v0.2.21 |
678 | 2024-03-22T16:04:48.601Z | Compiling time-macros v0.2.17 |
679 | 2024-03-22T16:04:49.114Z | Compiling http v0.2.12 |
680 | 2024-03-22T16:04:49.323Z | Compiling unsafe-libyaml v0.2.11 |
681 | 2024-03-22T16:04:49.444Z | Checking smallvec v1.13.1 |
682 | 2024-03-22T16:04:49.808Z | Checking scopeguard v1.2.0 |
683 | 2024-03-22T16:04:49.921Z | Compiling ident_case v1.0.1 |
684 | 2024-03-22T16:04:50.088Z | Compiling regex v1.10.3 |
685 | 2024-03-22T16:04:51.007Z | Compiling strsim v0.10.0 |
686 | 2024-03-22T16:04:51.239Z | Compiling schemars_derive v0.8.16 |
687 | 2024-03-22T16:04:51.289Z | Compiling darling_core v0.20.8 |
688 | 2024-03-22T16:04:51.493Z | Compiling omicron-workspace-hack v0.1.0 |
689 | 2024-03-22T16:04:51.597Z | Compiling serde_derive v1.0.197 |
690 | 2024-03-22T16:04:51.646Z | Compiling zerocopy-derive v0.7.32 |
691 | 2024-03-22T16:04:51.729Z | Compiling thiserror-impl v1.0.58 |
692 | 2024-03-22T16:04:51.793Z | Compiling tokio-macros v2.2.0 |
693 | 2024-03-22T16:04:53.321Z | Compiling tracing-attributes v0.1.27 |
694 | 2024-03-22T16:04:53.757Z | Compiling zerocopy v0.7.32 |
695 | 2024-03-22T16:04:53.900Z | Compiling futures-macro v0.3.30 |
696 | 2024-03-22T16:04:54.268Z | Compiling openssl-macros v0.1.1 |
697 | 2024-03-22T16:04:54.627Z | Compiling pest v2.7.8 |
698 | 2024-03-22T16:04:55.150Z | Compiling scroll_derive v0.12.0 |
699 | 2024-03-22T16:04:55.828Z | Compiling hashbrown v0.14.3 |
700 | 2024-03-22T16:04:55.942Z | Checking parking_lot v0.12.1 |
701 | 2024-03-22T16:04:56.278Z | Checking mio v0.8.11 |
702 | 2024-03-22T16:04:56.524Z | Checking signal-hook-registry v1.4.1 |
703 | 2024-03-22T16:04:56.608Z | Checking socket2 v0.5.6 |
704 | 2024-03-22T16:04:56.653Z | Checking num_cpus v1.16.0 |
705 | 2024-03-22T16:04:56.742Z | Compiling slog-async v2.8.0 |
706 | 2024-03-22T16:04:56.905Z | Compiling pest_meta v2.7.8 |
707 | 2024-03-22T16:04:57.215Z | Compiling regress v0.9.0 |
708 | 2024-03-22T16:04:57.249Z | Compiling darling_macro v0.20.8 |
709 | 2024-03-22T16:04:57.265Z | Compiling usdt-impl v0.5.0 |
710 | 2024-03-22T16:04:57.281Z | Compiling async-trait v0.1.78 |
711 | 2024-03-22T16:04:57.603Z | Compiling rustversion v1.0.14 |
712 | 2024-03-22T16:04:58.148Z | Compiling thread-id v4.2.1 |
713 | 2024-03-22T16:04:58.197Z | Compiling pest_generator v2.7.8 |
714 | 2024-03-22T16:04:58.289Z | Compiling darling v0.20.8 |
715 | 2024-03-22T16:04:59.970Z | Compiling rustls v0.22.2 |
716 | 2024-03-22T16:05:00.784Z | Checking futures-core v0.3.30 |
717 | 2024-03-22T16:05:01.331Z | Checking tracing-core v0.1.32 |
718 | 2024-03-22T16:05:01.336Z | Compiling pest_derive v2.7.8 |
719 | 2024-03-22T16:05:01.336Z | Compiling multer v3.0.0 |
720 | 2024-03-22T16:05:01.407Z | Checking futures-sink v0.3.30 |
721 | 2024-03-22T16:05:01.598Z | Compiling camino v1.1.6 |
722 | 2024-03-22T16:05:01.842Z | Checking tracing v0.1.40 |
723 | 2024-03-22T16:05:02.334Z | Compiling dtrace-parser v0.2.0 |
724 | 2024-03-22T16:05:02.344Z | Compiling serde_with_macros v3.7.0 |
725 | 2024-03-22T16:05:02.345Z | Compiling structmeta-derive v0.3.0 |
726 | 2024-03-22T16:05:02.345Z | Compiling async-stream-impl v0.3.5 |
727 | 2024-03-22T16:05:02.421Z | Compiling paste v1.0.14 |
728 | 2024-03-22T16:05:02.927Z | Checking iana-time-zone v0.1.60 |
729 | 2024-03-22T16:05:03.413Z | Checking futures-channel v0.3.30 |
730 | 2024-03-22T16:05:03.869Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
731 | 2024-03-22T16:05:04.193Z | Compiling semver v1.0.22 |
732 | 2024-03-22T16:05:04.213Z | Checking futures-task v0.3.30 |
733 | 2024-03-22T16:05:04.421Z | Checking futures-io v0.3.30 |
734 | 2024-03-22T16:05:04.454Z | Checking pin-utils v0.1.0 |
735 | 2024-03-22T16:05:04.920Z | Compiling structmeta v0.3.0 |
736 | 2024-03-22T16:05:05.084Z | Compiling indexmap v2.2.5 |
737 | 2024-03-22T16:05:05.270Z | Compiling serde_tokenstream v0.2.0 |
738 | 2024-03-22T16:05:05.285Z | Checking tokio v1.36.0 |
739 | 2024-03-22T16:05:05.773Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
740 | 2024-03-22T16:05:06.939Z | Compiling parse-display-derive v0.9.0 |
741 | 2024-03-22T16:05:06.939Z | Compiling serde_yaml v0.9.33 |
742 | 2024-03-22T16:05:06.939Z | Checking futures-util v0.3.30 |
743 | 2024-03-22T16:05:07.814Z | Compiling openapiv3 v2.0.0 |
744 | 2024-03-22T16:05:07.869Z | Compiling dof v0.3.0 |
745 | 2024-03-22T16:05:10.165Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
746 | 2024-03-22T16:05:10.202Z | Compiling usdt-macro v0.5.0 |
747 | 2024-03-22T16:05:10.318Z | Compiling usdt-attr-macro v0.5.0 |
748 | 2024-03-22T16:05:11.525Z | Compiling strum_macros v0.26.2 |
749 | 2024-03-22T16:05:11.799Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
750 | 2024-03-22T16:05:12.268Z | Checking spin v0.9.8 |
751 | 2024-03-22T16:05:12.762Z | Checking uuid v0.8.2 |
752 | 2024-03-22T16:05:12.762Z | Checking untrusted v0.9.0 |
753 | 2024-03-22T16:05:12.787Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
754 | 2024-03-22T16:05:13.583Z | Compiling winnow v0.5.40 |
755 | 2024-03-22T16:05:14.373Z | Compiling toml_datetime v0.6.5 |
756 | 2024-03-22T16:05:14.489Z | Checking tinyvec_macros v0.1.1 |
757 | 2024-03-22T16:05:14.561Z | Checking tinyvec v1.6.0 |
758 | 2024-03-22T16:05:14.787Z | Checking percent-encoding v2.3.1 |
759 | 2024-03-22T16:05:14.891Z | Checking tokio-util v0.7.10 |
760 | 2024-03-22T16:05:14.998Z | Checking form_urlencoded v1.2.1 |
761 | 2024-03-22T16:05:15.974Z | Checking unicode-bidi v0.3.15 |
762 | 2024-03-22T16:05:15.983Z | Checking try-lock v0.2.5 |
763 | 2024-03-22T16:05:15.983Z | Checking foreign-types-shared v0.1.1 |
764 | 2024-03-22T16:05:15.983Z | Checking want v0.3.1 |
765 | 2024-03-22T16:05:15.983Z | Checking unicode-normalization v0.1.23 |
766 | 2024-03-22T16:05:15.983Z | Checking foreign-types v0.3.2 |
767 | 2024-03-22T16:05:15.983Z | Checking h2 v0.3.25 |
768 | 2024-03-22T16:05:16.203Z | Checking http-body v0.4.6 |
769 | 2024-03-22T16:05:16.922Z | Compiling num-rational v0.4.1 |
770 | 2024-03-22T16:05:17.160Z | Compiling semver v0.1.20 |
771 | 2024-03-22T16:05:17.363Z | Checking httpdate v1.0.3 |
772 | 2024-03-22T16:05:17.550Z | Checking bitflags v2.5.0 |
773 | 2024-03-22T16:05:17.571Z | Checking tower-service v0.3.2 |
774 | 2024-03-22T16:05:17.735Z | Compiling rustc_version v0.1.7 |
775 | 2024-03-22T16:05:18.009Z | Checking idna v0.5.0 |
776 | 2024-03-22T16:05:18.136Z | Checking sct v0.7.1 |
777 | 2024-03-22T16:05:18.316Z | Checking rustls-webpki v0.101.7 |
778 | 2024-03-22T16:05:18.831Z | Compiling zerocopy-derive v0.6.6 |
779 | 2024-03-22T16:05:19.016Z | Compiling hubpack_derive v0.1.1 |
780 | 2024-03-22T16:05:20.078Z | Checking hyper v0.14.28 |
781 | 2024-03-22T16:05:20.845Z | Checking base64 v0.21.7 |
782 | 2024-03-22T16:05:21.185Z | Checking openssl-probe v0.1.5 |
783 | 2024-03-22T16:05:21.342Z | Checking url v2.5.0 |
784 | 2024-03-22T16:05:22.106Z | Compiling newtype_derive v0.1.6 |
785 | 2024-03-22T16:05:22.446Z | Checking encoding_rs v0.8.33 |
786 | 2024-03-22T16:05:23.071Z | Checking ipnet v2.9.0 |
787 | 2024-03-22T16:05:23.298Z | Checking mime v0.3.17 |
788 | 2024-03-22T16:05:23.507Z | Checking tokio-native-tls v0.3.1 |
789 | 2024-03-22T16:05:23.671Z | Checking serde_urlencoded v0.7.1 |
790 | 2024-03-22T16:05:23.759Z | Compiling strum_macros v0.25.3 |
791 | 2024-03-22T16:05:24.043Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
792 | 2024-03-22T16:05:24.096Z | Compiling serde_repr v0.1.18 |
793 | 2024-03-22T16:05:24.319Z | Checking hyper-tls v0.5.0 |
794 | 2024-03-22T16:05:24.503Z | Checking tokio-rustls v0.24.1 |
795 | 2024-03-22T16:05:24.589Z | Checking rustls-pemfile v1.0.4 |
796 | 2024-03-22T16:05:24.850Z | Checking hyper-rustls v0.24.2 |
797 | 2024-03-22T16:05:25.148Z | Checking sync_wrapper v0.1.2 |
798 | 2024-03-22T16:05:25.274Z | Checking webpki-roots v0.25.4 |
799 | 2024-03-22T16:05:25.404Z | Checking reqwest v0.11.26 |
800 | 2024-03-22T16:05:25.436Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
801 | 2024-03-22T16:05:27.080Z | Checking rand_core v0.6.4 |
802 | 2024-03-22T16:05:27.751Z | Checking powerfmt v0.2.0 |
803 | 2024-03-22T16:05:27.764Z | Checking subtle v2.5.0 |
804 | 2024-03-22T16:05:27.764Z | Checking deranged v0.3.11 |
805 | 2024-03-22T16:05:27.947Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
806 | 2024-03-22T16:05:28.255Z | Compiling enum-as-inner v0.5.1 |
807 | 2024-03-22T16:05:28.556Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
808 | 2024-03-22T16:05:28.688Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
809 | 2024-03-22T16:05:29.110Z | Checking num_threads v0.1.7 |
810 | 2024-03-22T16:05:29.216Z | Checking lazy_static v1.4.0 |
811 | 2024-03-22T16:05:29.545Z | Checking time v0.3.34 |
812 | 2024-03-22T16:05:29.746Z | Checking dirs-sys-next v0.1.2 |
813 | 2024-03-22T16:05:29.880Z | Compiling slog-dtrace v0.3.0 |
814 | 2024-03-22T16:05:29.901Z | Checking ppv-lite86 v0.2.17 |
815 | 2024-03-22T16:05:30.586Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
816 | 2024-03-22T16:05:30.750Z | Checking rand_chacha v0.3.1 |
817 | 2024-03-22T16:05:31.046Z | Checking dirs-next v2.0.0 |
818 | 2024-03-22T16:05:31.225Z | Checking block-buffer v0.10.4 |
819 | 2024-03-22T16:05:31.321Z | Checking crypto-common v0.1.6 |
820 | 2024-03-22T16:05:31.683Z | Compiling toml_edit v0.19.15 |
821 | 2024-03-22T16:05:31.925Z | Checking scroll v0.12.0 |
822 | 2024-03-22T16:05:32.239Z | Checking thread_local v1.1.8 |
823 | 2024-03-22T16:05:32.366Z | Compiling parking_lot_core v0.8.6 |
824 | 2024-03-22T16:05:33.481Z | Checking plain v0.2.3 |
825 | 2024-03-22T16:05:33.617Z | Checking goblin v0.8.0 |
826 | 2024-03-22T16:05:34.446Z | Compiling proc-macro-crate v1.3.1 |
827 | 2024-03-22T16:05:35.362Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
828 | 2024-03-22T16:05:36.471Z | Checking digest v0.10.7 |
829 | 2024-03-22T16:05:37.210Z | Checking term v0.7.0 |
830 | 2024-03-22T16:05:37.220Z | Checking rand v0.8.5 |
831 | 2024-03-22T16:05:37.224Z | Checking crossbeam-channel v0.5.12 |
832 | 2024-03-22T16:05:37.938Z | Checking is-terminal v0.4.12 |
833 | 2024-03-22T16:05:38.032Z | Compiling heck v0.5.0 |
834 | 2024-03-22T16:05:38.047Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
835 | 2024-03-22T16:05:38.060Z | Checking take_mut v0.2.2 |
836 | 2024-03-22T16:05:38.350Z | Checking match_cfg v0.1.0 |
837 | 2024-03-22T16:05:38.428Z | Checking pretty-hex v0.4.1 |
838 | 2024-03-22T16:05:38.436Z | Checking rustls-pki-types v1.3.1 |
839 | 2024-03-22T16:05:38.506Z | Checking hostname v0.3.1 |
840 | 2024-03-22T16:05:38.606Z | Compiling clap_derive v4.5.3 |
841 | 2024-03-22T16:05:38.785Z | Checking slog-term v2.9.1 |
842 | 2024-03-22T16:05:39.212Z | Compiling num_enum_derive v0.5.11 |
843 | 2024-03-22T16:05:39.246Z | Checking ipnetwork v0.20.0 |
844 | 2024-03-22T16:05:39.567Z | Compiling foreign-types-macros v0.2.3 |
845 | 2024-03-22T16:05:39.739Z | Checking instant v0.1.12 |
846 | 2024-03-22T16:05:39.839Z | Checking cpufeatures v0.2.12 |
847 | 2024-03-22T16:05:39.851Z | Compiling crc32fast v1.4.0 |
848 | 2024-03-22T16:05:40.224Z | Checking rustls-webpki v0.102.2 |
849 | 2024-03-22T16:05:40.434Z | Checking futures-executor v0.3.30 |
850 | 2024-03-22T16:05:40.637Z | Checking serde_spanned v0.6.5 |
851 | 2024-03-22T16:05:40.892Z | Checking memmap v0.7.0 |
852 | 2024-03-22T16:05:40.933Z | Checking winnow v0.6.5 |
853 | 2024-03-22T16:05:41.086Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
854 | 2024-03-22T16:05:41.316Z | Checking zeroize v1.7.0 |
855 | 2024-03-22T16:05:42.896Z | Checking usdt v0.5.0 |
856 | 2024-03-22T16:05:43.113Z | Checking futures v0.3.30 |
857 | 2024-03-22T16:05:43.181Z | Checking slog-json v2.6.1 |
858 | 2024-03-22T16:05:43.397Z | Checking http v1.1.0 |
859 | 2024-03-22T16:05:43.913Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
860 | 2024-03-22T16:05:43.913Z | Checking toml_edit v0.22.8 |
861 | 2024-03-22T16:05:44.472Z | Checking atomic-waker v1.1.2 |
862 | 2024-03-22T16:05:44.586Z | Checking waitgroup v0.1.2 |
863 | 2024-03-22T16:05:44.707Z | Checking slog-bunyan v2.5.0 |
864 | 2024-03-22T16:05:44.858Z | Checking sha1 v0.10.6 |
865 | 2024-03-22T16:05:45.091Z | Checking rustls-pemfile v2.1.1 |
866 | 2024-03-22T16:05:45.282Z | Checking tokio-rustls v0.25.0 |
867 | 2024-03-22T16:05:45.298Z | Checking newtype-uuid v1.0.1 |
868 | 2024-03-22T16:05:45.413Z | Checking serde_with v3.7.0 |
869 | 2024-03-22T16:05:45.621Z | Checking serde_path_to_error v0.1.16 |
870 | 2024-03-22T16:05:46.045Z | Checking hex v0.4.3 |
871 | 2024-03-22T16:05:46.149Z | Checking async-stream v0.3.5 |
872 | 2024-03-22T16:05:46.242Z | Checking toml v0.8.12 |
873 | 2024-03-22T16:05:46.326Z | Checking debug-ignore v1.0.5 |
874 | 2024-03-22T16:05:46.350Z | Checking bitflags v1.3.2 |
875 | 2024-03-22T16:05:46.461Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
876 | 2024-03-22T16:05:46.606Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
877 | 2024-03-22T16:05:46.761Z | Checking backoff v0.4.0 |
878 | 2024-03-22T16:05:46.826Z | Checking parse-display v0.9.0 |
879 | 2024-03-22T16:05:47.008Z | Checking strum v0.26.2 |
880 | 2024-03-22T16:05:47.025Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
881 | 2024-03-22T16:05:47.140Z | Checking macaddr v1.0.1 |
882 | 2024-03-22T16:05:48.956Z | Checking num-integer v0.1.46 |
883 | 2024-03-22T16:05:49.696Z | Checking base64ct v1.6.0 |
884 | 2024-03-22T16:05:49.731Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
885 | 2024-03-22T16:05:50.101Z | Checking password-hash v0.5.0 |
886 | 2024-03-22T16:05:50.246Z | Checking num-iter v0.1.44 |
887 | 2024-03-22T16:05:50.446Z | Checking blake2 v0.10.6 |
888 | 2024-03-22T16:05:50.605Z | Checking zerocopy v0.6.6 |
889 | 2024-03-22T16:05:50.835Z | Checking hubpack v0.1.2 |
890 | 2024-03-22T16:05:50.843Z | Checking num-complex v0.4.5 |
891 | 2024-03-22T16:05:51.155Z | Checking fixedbitset v0.4.2 |
892 | 2024-03-22T16:05:51.175Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
893 | 2024-03-22T16:05:51.387Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
894 | 2024-03-22T16:05:51.526Z | Compiling heapless v0.8.0 |
895 | 2024-03-22T16:05:51.583Z | Checking static_assertions v1.1.0 |
896 | 2024-03-22T16:05:51.666Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
897 | 2024-03-22T16:05:51.747Z | Checking num v0.4.1 |
898 | 2024-03-22T16:05:51.957Z | Checking petgraph v0.6.4 |
899 | 2024-03-22T16:05:52.187Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
900 | 2024-03-22T16:05:52.320Z | Checking argon2 v0.5.3 |
901 | 2024-03-22T16:05:54.213Z | Checking base64 v0.22.0 |
902 | 2024-03-22T16:05:54.230Z | Checking matches v0.1.10 |
903 | 2024-03-22T16:05:54.436Z | Checking utf8parse v0.2.1 |
904 | 2024-03-22T16:05:54.571Z | Checking anstyle-parse v0.2.3 |
905 | 2024-03-22T16:05:54.642Z | Checking idna v0.2.3 |
906 | 2024-03-22T16:05:54.801Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
907 | 2024-03-22T16:05:55.122Z | Checking steno v0.4.0 |
908 | 2024-03-22T16:05:55.434Z | Checking anstyle-query v1.0.2 |
909 | 2024-03-22T16:05:55.558Z | Checking data-encoding v2.5.0 |
910 | 2024-03-22T16:05:55.735Z | Checking quick-error v1.2.3 |
911 | 2024-03-22T16:05:55.764Z | Checking colorchoice v1.0.0 |
912 | 2024-03-22T16:05:55.863Z | Compiling smoltcp v0.11.0 |
913 | 2024-03-22T16:05:55.886Z | Checking anstyle v1.0.6 |
914 | 2024-03-22T16:05:56.079Z | Checking linked-hash-map v0.5.6 |
915 | 2024-03-22T16:05:56.094Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
916 | 2024-03-22T16:05:56.254Z | Checking humantime v2.1.0 |
917 | 2024-03-22T16:05:56.392Z | Checking lru-cache v0.1.2 |
918 | 2024-03-22T16:05:56.514Z | Checking anstream v0.6.13 |
919 | 2024-03-22T16:05:56.533Z | Checking trust-dns-proto v0.22.0 |
920 | 2024-03-22T16:05:56.565Z | Checking resolv-conf v0.7.0 |
921 | 2024-03-22T16:05:56.843Z | Checking clap_lex v0.7.0 |
922 | 2024-03-22T16:05:56.868Z | Checking strsim v0.11.0 |
923 | 2024-03-22T16:05:57.120Z | Checking clap_builder v4.5.2 |
924 | 2024-03-22T16:05:57.600Z | Checking parking_lot v0.11.2 |
925 | 2024-03-22T16:05:58.176Z | Checking crossbeam-epoch v0.9.18 |
926 | 2024-03-22T16:05:58.803Z | Checking fxhash v0.2.1 |
927 | 2024-03-22T16:05:58.968Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
928 | 2024-03-22T16:05:58.978Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
929 | 2024-03-22T16:05:59.475Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
930 | 2024-03-22T16:05:59.475Z | Checking foreign-types-shared v0.3.1 |
931 | 2024-03-22T16:05:59.659Z | Checking trust-dns-resolver v0.22.0 |
932 | 2024-03-22T16:05:59.898Z | Checking clap v4.5.3 |
933 | 2024-03-22T16:06:00.406Z | Checking foreign-types v0.5.0 |
934 | 2024-03-22T16:06:00.410Z | Checking sled v0.34.7 |
935 | 2024-03-22T16:06:00.972Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
936 | 2024-03-22T16:06:01.604Z | Checking num_enum v0.5.11 |
937 | 2024-03-22T16:06:01.841Z | Checking colored v2.1.0 |
938 | 2024-03-22T16:06:01.925Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
939 | 2024-03-22T16:06:02.000Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
940 | 2024-03-22T16:06:02.128Z | Checking cstr-argument v0.1.2 |
941 | 2024-03-22T16:06:02.761Z | Checking pretty-hex v0.2.1 |
942 | 2024-03-22T16:06:02.897Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
943 | 2024-03-22T16:06:03.085Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
944 | 2024-03-22T16:06:03.284Z | Checking socket2 v0.4.10 |
945 | 2024-03-22T16:06:03.499Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
946 | 2024-03-22T16:06:05.274Z | Compiling toml_edit v0.21.1 |
947 | 2024-03-22T16:06:05.502Z | Checking half v2.4.0 |
948 | 2024-03-22T16:06:06.349Z | Checking ciborium-io v0.2.2 |
949 | 2024-03-22T16:06:06.349Z | Checking ciborium-ll v0.2.2 |
950 | 2024-03-22T16:06:07.686Z | Compiling proc-macro-crate v3.1.0 |
951 | 2024-03-22T16:06:08.073Z | Checking hash32 v0.3.1 |
952 | 2024-03-22T16:06:08.180Z | Checking stable_deref_trait v1.2.0 |
953 | 2024-03-22T16:06:08.825Z | Checking ciborium v0.2.2 |
954 | 2024-03-22T16:06:09.185Z | Checking hashbrown v0.13.2 |
955 | 2024-03-22T16:06:09.528Z | Compiling proc-macro-error-attr v1.0.4 |
956 | 2024-03-22T16:06:09.696Z | Checking cobs v0.2.3 |
957 | 2024-03-22T16:06:09.848Z | Checking embedded-io v0.4.0 |
958 | 2024-03-22T16:06:09.874Z | Checking managed v0.8.0 |
959 | 2024-03-22T16:06:10.016Z | Checking postcard v1.0.8 |
960 | 2024-03-22T16:06:10.154Z | Checking regress v0.6.0 |
961 | 2024-03-22T16:06:10.398Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
962 | 2024-03-22T16:06:10.900Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
963 | 2024-03-22T16:06:10.922Z | Checking tabwriter v1.4.0 |
964 | 2024-03-22T16:06:11.162Z | Compiling proc-macro-error v1.0.4 |
965 | 2024-03-22T16:06:11.472Z | Compiling num_enum_derive v0.7.2 |
966 | 2024-03-22T16:06:11.690Z | Checking crc8 v0.1.1 |
967 | 2024-03-22T16:06:11.817Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
968 | 2024-03-22T16:06:13.092Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
969 | 2024-03-22T16:06:13.303Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
970 | 2024-03-22T16:06:14.588Z | Checking arc-swap v1.7.0 |
971 | 2024-03-22T16:06:15.012Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
972 | 2024-03-22T16:06:15.225Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
973 | 2024-03-22T16:06:15.478Z | Checking slog-scope v4.4.0 |
974 | 2024-03-22T16:06:15.862Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
975 | 2024-03-22T16:06:17.388Z | Checking slog-stdlog v4.1.1 |
976 | 2024-03-22T16:06:17.544Z | Checking num_enum v0.7.2 |
977 | 2024-03-22T16:06:17.684Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
978 | 2024-03-22T16:06:17.970Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
979 | 2024-03-22T16:06:18.216Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
980 | 2024-03-22T16:06:18.254Z | Checking diff v0.1.13 |
981 | 2024-03-22T16:06:18.453Z | Checking yansi v0.5.1 |
982 | 2024-03-22T16:06:18.611Z | Checking slog-envlogger v2.2.0 |
983 | 2024-03-22T16:06:18.708Z | Checking pretty_assertions v1.4.0 |
984 | 2024-03-22T16:06:19.245Z | Checking minimal-lexical v0.2.1 |
985 | 2024-03-22T16:06:19.384Z | Checking either v1.10.0 |
986 | 2024-03-22T16:06:19.726Z | Checking itertools v0.12.1 |
987 | 2024-03-22T16:06:19.936Z | Checking nom v7.1.3 |
988 | 2024-03-22T16:06:22.372Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
989 | 2024-03-22T16:06:22.426Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
990 | 2024-03-22T16:06:22.672Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
991 | 2024-03-22T16:06:23.101Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55) |
992 | 2024-03-22T16:06:23.361Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
993 | 2024-03-22T16:06:23.463Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
994 | 2024-03-22T16:06:25.959Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
995 | 2024-03-22T16:06:31.234Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
996 | 2024-03-22T16:06:31.680Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
997 | 2024-03-22T16:06:32.516Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
998 | 2024-03-22T16:06:32.517Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
999 | 2024-03-22T16:06:33.964Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1000 | 2024-03-22T16:06:33.964Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1001 | 2024-03-22T16:06:33.970Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1002 | 2024-03-22T16:06:35.270Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1003 | 2024-03-22T16:06:37.547Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1004 | 2024-03-22T16:06:37.548Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1005 | 2024-03-22T16:06:39.141Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1006 | 2024-03-22T16:06:47.732Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 33s |
1007 | 2024-03-22T16:06:47.936Z | + banner build |
1008 | 2024-03-22T16:06:47.949Z | |
1009 | 2024-03-22T16:06:47.949Z | ##### # # # # ##### |
1010 | 2024-03-22T16:06:47.949Z | # # # # # # # # |
1011 | 2024-03-22T16:06:47.949Z | ##### # # # # # # |
1012 | 2024-03-22T16:06:47.949Z | # # # # # # # # |
1013 | 2024-03-22T16:06:47.949Z | # # # # # # # # |
1014 | 2024-03-22T16:06:47.949Z | ##### #### # ###### ##### |
1015 | 2024-03-22T16:06:47.949Z | |
1016 | 2024-03-22T16:06:47.949Z | + ptime -m cargo build |
1017 | 2024-03-22T16:06:48.551Z | Compiling cfg-if v1.0.0 |
1018 | 2024-03-22T16:06:48.560Z | Compiling once_cell v1.19.0 |
1019 | 2024-03-22T16:06:48.560Z | Compiling libc v0.2.153 |
1020 | 2024-03-22T16:06:48.560Z | Compiling itoa v1.0.10 |
1021 | 2024-03-22T16:06:48.560Z | Compiling byteorder v1.5.0 |
1022 | 2024-03-22T16:06:48.560Z | Compiling memchr v2.7.1 |
1023 | 2024-03-22T16:06:48.580Z | Compiling serde v1.0.197 |
1024 | 2024-03-22T16:06:48.580Z | Compiling pin-project-lite v0.2.13 |
1025 | 2024-03-22T16:06:48.615Z | Compiling smallvec v1.13.1 |
1026 | 2024-03-22T16:06:48.668Z | Compiling scopeguard v1.2.0 |
1027 | 2024-03-22T16:06:48.736Z | Compiling ryu v1.0.17 |
1028 | 2024-03-22T16:06:48.786Z | Compiling lock_api v0.4.11 |
1029 | 2024-03-22T16:06:48.926Z | Compiling zerocopy v0.7.32 |
1030 | 2024-03-22T16:06:48.972Z | Compiling log v0.4.21 |
1031 | 2024-03-22T16:06:49.025Z | Compiling libm v0.2.8 |
1032 | 2024-03-22T16:06:49.450Z | Compiling thiserror v1.0.58 |
1033 | 2024-03-22T16:06:49.450Z | Compiling getrandom v0.2.12 |
1034 | 2024-03-22T16:06:49.450Z | Compiling parking_lot_core v0.9.9 |
1035 | 2024-03-22T16:06:49.450Z | Compiling socket2 v0.5.6 |
1036 | 2024-03-22T16:06:49.450Z | Compiling mio v0.8.11 |
1037 | 2024-03-22T16:06:49.544Z | Compiling signal-hook-registry v1.4.1 |
1038 | 2024-03-22T16:06:49.962Z | Compiling parking_lot v0.12.1 |
1039 | 2024-03-22T16:06:50.273Z | Compiling num_cpus v1.16.0 |
1040 | 2024-03-22T16:06:50.396Z | Compiling num-traits v0.2.18 |
1041 | 2024-03-22T16:06:50.407Z | Compiling futures-core v0.3.30 |
1042 | 2024-03-22T16:06:50.432Z | Compiling ahash v0.8.11 |
1043 | 2024-03-22T16:06:50.468Z | Compiling allocator-api2 v0.2.16 |
1044 | 2024-03-22T16:06:50.546Z | Compiling tracing-core v0.1.32 |
1045 | 2024-03-22T16:06:50.629Z | Compiling futures-sink v0.3.30 |
1046 | 2024-03-22T16:06:50.735Z | Compiling iana-time-zone v0.1.60 |
1047 | 2024-03-22T16:06:51.178Z | Compiling slab v0.4.9 |
1048 | 2024-03-22T16:06:51.189Z | Compiling futures-channel v0.3.30 |
1049 | 2024-03-22T16:06:51.189Z | Compiling pin-utils v0.1.0 |
1050 | 2024-03-22T16:06:51.189Z | Compiling equivalent v1.0.1 |
1051 | 2024-03-22T16:06:51.189Z | Compiling futures-io v0.3.30 |
1052 | 2024-03-22T16:06:51.189Z | Compiling futures-task v0.3.30 |
1053 | 2024-03-22T16:06:51.216Z | Compiling hashbrown v0.14.3 |
1054 | 2024-03-22T16:06:51.270Z | Compiling dyn-clone v1.0.17 |
1055 | 2024-03-22T16:06:51.343Z | Compiling tracing v0.1.40 |
1056 | 2024-03-22T16:06:51.357Z | Compiling futures-util v0.3.30 |
1057 | 2024-03-22T16:06:51.415Z | Compiling uuid v0.8.2 |
1058 | 2024-03-22T16:06:51.472Z | Compiling spin v0.9.8 |
1059 | 2024-03-22T16:06:51.721Z | Compiling fnv v1.0.7 |
1060 | 2024-03-22T16:06:51.770Z | Compiling untrusted v0.9.0 |
1061 | 2024-03-22T16:06:51.812Z | Compiling slog v2.7.0 |
1062 | 2024-03-22T16:06:51.933Z | Compiling ring v0.17.8 |
1063 | 2024-03-22T16:06:51.991Z | Compiling tinyvec_macros v0.1.1 |
1064 | 2024-03-22T16:06:52.074Z | Compiling unicode-ident v1.0.12 |
1065 | 2024-03-22T16:06:52.155Z | Compiling tinyvec v1.6.0 |
1066 | 2024-03-22T16:06:52.241Z | Compiling proc-macro2 v1.0.79 |
1067 | 2024-03-22T16:06:52.441Z | Compiling percent-encoding v2.3.1 |
1068 | 2024-03-22T16:06:52.567Z | Compiling httparse v1.8.0 |
1069 | 2024-03-22T16:06:52.659Z | Compiling form_urlencoded v1.2.1 |
1070 | 2024-03-22T16:06:52.801Z | Compiling try-lock v0.2.5 |
1071 | 2024-03-22T16:06:52.924Z | Compiling foreign-types-shared v0.1.1 |
1072 | 2024-03-22T16:06:52.943Z | Compiling unicode-bidi v0.3.15 |
1073 | 2024-03-22T16:06:53.018Z | Compiling quote v1.0.35 |
1074 | 2024-03-22T16:06:53.289Z | Compiling foreign-types v0.3.2 |
1075 | 2024-03-22T16:06:53.369Z | Compiling syn v2.0.53 |
1076 | 2024-03-22T16:06:53.532Z | Compiling unicode-normalization v0.1.23 |
1077 | 2024-03-22T16:06:53.721Z | Compiling want v0.3.1 |
1078 | 2024-03-22T16:06:53.993Z | Compiling openssl-sys v0.9.101 |
1079 | 2024-03-22T16:06:54.059Z | Compiling bitflags v2.5.0 |
1080 | 2024-03-22T16:06:54.333Z | Compiling httpdate v1.0.3 |
1081 | 2024-03-22T16:06:54.572Z | Compiling bytes v1.5.0 |
1082 | 2024-03-22T16:06:54.666Z | Compiling serde_json v1.0.114 |
1083 | 2024-03-22T16:06:54.814Z | Compiling uuid v1.8.0 |
1084 | 2024-03-22T16:06:54.835Z | Compiling chrono v0.4.35 |
1085 | 2024-03-22T16:06:55.451Z | Compiling tokio v1.36.0 |
1086 | 2024-03-22T16:06:55.669Z | Compiling indexmap v2.2.5 |
1087 | 2024-03-22T16:06:55.888Z | Compiling http v0.2.12 |
1088 | 2024-03-22T16:06:56.062Z | Compiling tower-service v0.3.2 |
1089 | 2024-03-22T16:06:56.173Z | Compiling openssl v0.10.64 |
1090 | 2024-03-22T16:06:57.116Z | Compiling idna v0.5.0 |
1091 | 2024-03-22T16:06:57.953Z | Compiling schemars v0.8.16 |
1092 | 2024-03-22T16:06:57.964Z | Compiling http-body v0.4.6 |
1093 | 2024-03-22T16:06:58.004Z | Compiling sct v0.7.1 |
1094 | 2024-03-22T16:06:58.323Z | Compiling rustls-webpki v0.101.7 |
1095 | 2024-03-22T16:06:58.625Z | Compiling aho-corasick v1.1.2 |
1096 | 2024-03-22T16:06:58.814Z | Compiling unicode-width v0.1.11 |
1097 | 2024-03-22T16:06:58.967Z | Compiling openssl-probe v0.1.5 |
1098 | 2024-03-22T16:06:59.045Z | Compiling base64 v0.21.7 |
1099 | 2024-03-22T16:06:59.281Z | Compiling regex-syntax v0.8.2 |
1100 | 2024-03-22T16:06:59.807Z | Compiling rustls v0.21.10 |
1101 | 2024-03-22T16:07:00.489Z | Compiling url v2.5.0 |
1102 | 2024-03-22T16:07:01.410Z | Compiling encoding_rs v0.8.33 |
1103 | 2024-03-22T16:07:02.475Z | Compiling native-tls v0.2.11 |
1104 | 2024-03-22T16:07:03.085Z | Compiling regex-automata v0.4.6 |
1105 | 2024-03-22T16:07:04.764Z | Compiling tokio-util v0.7.10 |
1106 | 2024-03-22T16:07:05.373Z | Compiling mime v0.3.17 |
1107 | 2024-03-22T16:07:05.995Z | Compiling h2 v0.3.25 |
1108 | 2024-03-22T16:07:06.200Z | Compiling ipnet v2.9.0 |
1109 | 2024-03-22T16:07:06.352Z | Compiling tokio-native-tls v0.3.1 |
1110 | 2024-03-22T16:07:06.556Z | Compiling tokio-rustls v0.24.1 |
1111 | 2024-03-22T16:07:06.607Z | Compiling anyhow v1.0.81 |
1112 | 2024-03-22T16:07:06.634Z | Compiling serde_urlencoded v0.7.1 |
1113 | 2024-03-22T16:07:06.942Z | Compiling typenum v1.17.0 |
1114 | 2024-03-22T16:07:07.552Z | Compiling rustls-pemfile v1.0.4 |
1115 | 2024-03-22T16:07:07.587Z | Compiling regex v1.10.3 |
1116 | 2024-03-22T16:07:07.604Z | Compiling regress v0.9.0 |
1117 | 2024-03-22T16:07:07.604Z | Compiling rand_core v0.6.4 |
1118 | 2024-03-22T16:07:08.072Z | Compiling powerfmt v0.2.0 |
1119 | 2024-03-22T16:07:08.458Z | Compiling sync_wrapper v0.1.2 |
1120 | 2024-03-22T16:07:08.503Z | Compiling subtle v2.5.0 |
1121 | 2024-03-22T16:07:08.564Z | Compiling webpki-roots v0.25.4 |
1122 | 2024-03-22T16:07:08.708Z | Compiling heck v0.4.1 |
1123 | 2024-03-22T16:07:08.739Z | Compiling generic-array v0.14.7 |
1124 | 2024-03-22T16:07:08.759Z | Compiling deranged v0.3.11 |
1125 | 2024-03-22T16:07:09.172Z | Compiling crossbeam-utils v0.8.19 |
1126 | 2024-03-22T16:07:09.545Z | Compiling openapiv3 v2.0.0 |
1127 | 2024-03-22T16:07:09.965Z | Compiling time-core v0.1.2 |
1128 | 2024-03-22T16:07:10.131Z | Compiling lazy_static v1.4.0 |
1129 | 2024-03-22T16:07:10.257Z | Compiling num-conv v0.1.0 |
1130 | 2024-03-22T16:07:10.522Z | Compiling num_threads v0.1.7 |
1131 | 2024-03-22T16:07:10.574Z | Compiling hyper v0.14.28 |
1132 | 2024-03-22T16:07:10.641Z | Compiling getopts v0.2.21 |
1133 | 2024-03-22T16:07:10.764Z | Compiling time v0.3.34 |
1134 | 2024-03-22T16:07:11.795Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1135 | 2024-03-22T16:07:13.002Z | Compiling dirs-sys-next v0.1.2 |
1136 | 2024-03-22T16:07:13.322Z | Compiling ppv-lite86 v0.2.17 |
1137 | 2024-03-22T16:07:13.443Z | Compiling scroll v0.12.0 |
1138 | 2024-03-22T16:07:13.715Z | Compiling dirs-next v2.0.0 |
1139 | 2024-03-22T16:07:13.753Z | Compiling crypto-common v0.1.6 |
1140 | 2024-03-22T16:07:13.886Z | Compiling block-buffer v0.10.4 |
1141 | 2024-03-22T16:07:13.918Z | Compiling thread_local v1.1.8 |
1142 | 2024-03-22T16:07:13.970Z | Compiling plain v0.2.3 |
1143 | 2024-03-22T16:07:14.050Z | Compiling rand_chacha v0.3.1 |
1144 | 2024-03-22T16:07:14.062Z | Compiling ucd-trie v0.1.6 |
1145 | 2024-03-22T16:07:14.067Z | Compiling digest v0.10.7 |
1146 | 2024-03-22T16:07:14.104Z | Compiling goblin v0.8.0 |
1147 | 2024-03-22T16:07:14.882Z | Compiling rand v0.8.5 |
1148 | 2024-03-22T16:07:14.896Z | Compiling pest v2.7.8 |
1149 | 2024-03-22T16:07:14.897Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1150 | 2024-03-22T16:07:15.322Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1151 | 2024-03-22T16:07:15.334Z | Compiling term v0.7.0 |
1152 | 2024-03-22T16:07:15.334Z | Compiling crossbeam-channel v0.5.12 |
1153 | 2024-03-22T16:07:16.361Z | Compiling hyper-tls v0.5.0 |
1154 | 2024-03-22T16:07:16.361Z | Compiling hyper-rustls v0.24.2 |
1155 | 2024-03-22T16:07:16.473Z | Compiling is-terminal v0.4.12 |
1156 | 2024-03-22T16:07:16.583Z | Compiling reqwest v0.11.26 |
1157 | 2024-03-22T16:07:16.656Z | Compiling match_cfg v0.1.0 |
1158 | 2024-03-22T16:07:16.739Z | Compiling pretty-hex v0.4.1 |
1159 | 2024-03-22T16:07:16.858Z | Compiling take_mut v0.2.2 |
1160 | 2024-03-22T16:07:16.934Z | Compiling rustls-pki-types v1.3.1 |
1161 | 2024-03-22T16:07:16.999Z | Compiling slog-async v2.8.0 |
1162 | 2024-03-22T16:07:17.300Z | Compiling dtrace-parser v0.2.0 |
1163 | 2024-03-22T16:07:17.734Z | Compiling hostname v0.3.1 |
1164 | 2024-03-22T16:07:17.988Z | Compiling slog-term v2.9.1 |
1165 | 2024-03-22T16:07:18.285Z | Compiling ipnetwork v0.20.0 |
1166 | 2024-03-22T16:07:19.051Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1167 | 2024-03-22T16:07:19.149Z | Compiling thread-id v4.2.1 |
1168 | 2024-03-22T16:07:19.221Z | Compiling instant v0.1.12 |
1169 | 2024-03-22T16:07:19.233Z | Compiling cpufeatures v0.2.12 |
1170 | 2024-03-22T16:07:19.252Z | Compiling rustls-webpki v0.102.2 |
1171 | 2024-03-22T16:07:19.311Z | Compiling omicron-workspace-hack v0.1.0 |
1172 | 2024-03-22T16:07:19.353Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1173 | 2024-03-22T16:07:19.395Z | Compiling futures-executor v0.3.30 |
1174 | 2024-03-22T16:07:19.511Z | Compiling toml_datetime v0.6.5 |
1175 | 2024-03-22T16:07:19.598Z | Compiling serde_spanned v0.6.5 |
1176 | 2024-03-22T16:07:19.799Z | Compiling dof v0.3.0 |
1177 | 2024-03-22T16:07:20.024Z | Compiling memmap v0.7.0 |
1178 | 2024-03-22T16:07:20.037Z | Compiling winnow v0.6.5 |
1179 | 2024-03-22T16:07:20.365Z | Compiling zeroize v1.7.0 |
1180 | 2024-03-22T16:07:20.679Z | Compiling usdt-impl v0.5.0 |
1181 | 2024-03-22T16:07:21.441Z | Compiling usdt v0.5.0 |
1182 | 2024-03-22T16:07:21.963Z | Compiling rustls v0.22.2 |
1183 | 2024-03-22T16:07:22.228Z | Compiling futures v0.3.30 |
1184 | 2024-03-22T16:07:22.342Z | Compiling slog-json v2.6.1 |
1185 | 2024-03-22T16:07:22.524Z | Compiling http v1.1.0 |
1186 | 2024-03-22T16:07:22.717Z | Compiling atomic-waker v1.1.2 |
1187 | 2024-03-22T16:07:22.906Z | Compiling waitgroup v0.1.2 |
1188 | 2024-03-22T16:07:23.131Z | Compiling async-stream v0.3.5 |
1189 | 2024-03-22T16:07:23.443Z | Compiling slog-bunyan v2.5.0 |
1190 | 2024-03-22T16:07:23.598Z | Compiling toml_edit v0.22.8 |
1191 | 2024-03-22T16:07:23.632Z | Compiling serde_with v3.7.0 |
1192 | 2024-03-22T16:07:23.909Z | Compiling camino v1.1.6 |
1193 | 2024-03-22T16:07:25.093Z | Compiling multer v3.0.0 |
1194 | 2024-03-22T16:07:25.195Z | Compiling sha1 v0.10.6 |
1195 | 2024-03-22T16:07:25.526Z | Compiling rustls-pemfile v2.1.1 |
1196 | 2024-03-22T16:07:25.574Z | Compiling newtype-uuid v1.0.1 |
1197 | 2024-03-22T16:07:25.861Z | Compiling hex v0.4.3 |
1198 | 2024-03-22T16:07:26.049Z | Compiling serde_path_to_error v0.1.16 |
1199 | 2024-03-22T16:07:26.282Z | Compiling tokio-rustls v0.25.0 |
1200 | 2024-03-22T16:07:26.527Z | Compiling bitflags v1.3.2 |
1201 | 2024-03-22T16:07:26.604Z | Compiling toml v0.8.12 |
1202 | 2024-03-22T16:07:26.706Z | Compiling debug-ignore v1.0.5 |
1203 | 2024-03-22T16:07:26.841Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1204 | 2024-03-22T16:07:26.860Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1205 | 2024-03-22T16:07:27.001Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1206 | 2024-03-22T16:07:27.001Z | Compiling strum v0.26.2 |
1207 | 2024-03-22T16:07:27.163Z | Compiling parse-display v0.9.0 |
1208 | 2024-03-22T16:07:27.225Z | Compiling semver v1.0.22 |
1209 | 2024-03-22T16:07:27.651Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1210 | 2024-03-22T16:07:27.914Z | Compiling backoff v0.4.0 |
1211 | 2024-03-22T16:07:28.021Z | Compiling macaddr v1.0.1 |
1212 | 2024-03-22T16:07:28.248Z | Compiling num-integer v0.1.46 |
1213 | 2024-03-22T16:07:28.355Z | Compiling base64ct v1.6.0 |
1214 | 2024-03-22T16:07:28.469Z | Compiling hubpack v0.1.2 |
1215 | 2024-03-22T16:07:28.934Z | Compiling password-hash v0.5.0 |
1216 | 2024-03-22T16:07:28.934Z | Compiling num-rational v0.4.1 |
1217 | 2024-03-22T16:07:29.011Z | Compiling num-iter v0.1.44 |
1218 | 2024-03-22T16:07:29.161Z | Compiling zerocopy v0.6.6 |
1219 | 2024-03-22T16:07:30.008Z | Compiling blake2 v0.10.6 |
1220 | 2024-03-22T16:07:30.127Z | Compiling num-complex v0.4.5 |
1221 | 2024-03-22T16:07:30.474Z | Compiling fixedbitset v0.4.2 |
1222 | 2024-03-22T16:07:30.882Z | Compiling static_assertions v1.1.0 |
1223 | 2024-03-22T16:07:30.971Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1224 | 2024-03-22T16:07:30.996Z | Compiling petgraph v0.6.4 |
1225 | 2024-03-22T16:07:31.179Z | Compiling num v0.4.1 |
1226 | 2024-03-22T16:07:31.244Z | Compiling argon2 v0.5.3 |
1227 | 2024-03-22T16:07:31.265Z | Compiling newtype_derive v0.1.6 |
1228 | 2024-03-22T16:07:31.367Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1229 | 2024-03-22T16:07:32.162Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1230 | 2024-03-22T16:07:32.722Z | Compiling matches v0.1.10 |
1231 | 2024-03-22T16:07:32.755Z | Compiling utf8parse v0.2.1 |
1232 | 2024-03-22T16:07:32.796Z | Compiling base64 v0.22.0 |
1233 | 2024-03-22T16:07:32.868Z | Compiling anstyle-parse v0.2.3 |
1234 | 2024-03-22T16:07:32.980Z | Compiling idna v0.2.3 |
1235 | 2024-03-22T16:07:33.199Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1236 | 2024-03-22T16:07:33.234Z | Compiling colorchoice v1.0.0 |
1237 | 2024-03-22T16:07:33.383Z | Compiling anstyle-query v1.0.2 |
1238 | 2024-03-22T16:07:33.505Z | Compiling quick-error v1.2.3 |
1239 | 2024-03-22T16:07:33.578Z | Compiling foreign-types-shared v0.3.1 |
1240 | 2024-03-22T16:07:33.595Z | Compiling data-encoding v2.5.0 |
1241 | 2024-03-22T16:07:33.631Z | Compiling anstyle v1.0.6 |
1242 | 2024-03-22T16:07:33.678Z | Compiling humantime v2.1.0 |
1243 | 2024-03-22T16:07:34.094Z | Compiling linked-hash-map v0.5.6 |
1244 | 2024-03-22T16:07:34.188Z | Compiling trust-dns-proto v0.22.0 |
1245 | 2024-03-22T16:07:34.432Z | Compiling lru-cache v0.1.2 |
1246 | 2024-03-22T16:07:34.625Z | Compiling anstream v0.6.13 |
1247 | 2024-03-22T16:07:34.637Z | Compiling foreign-types v0.5.0 |
1248 | 2024-03-22T16:07:34.743Z | Compiling steno v0.4.0 |
1249 | 2024-03-22T16:07:35.008Z | Compiling resolv-conf v0.7.0 |
1250 | 2024-03-22T16:07:35.413Z | Compiling num_enum v0.5.11 |
1251 | 2024-03-22T16:07:35.547Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1252 | 2024-03-22T16:07:35.706Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1253 | 2024-03-22T16:07:36.278Z | Compiling colored v2.1.0 |
1254 | 2024-03-22T16:07:36.282Z | Compiling cstr-argument v0.1.2 |
1255 | 2024-03-22T16:07:36.282Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1256 | 2024-03-22T16:07:36.357Z | Compiling pretty-hex v0.2.1 |
1257 | 2024-03-22T16:07:36.513Z | Compiling clap_lex v0.7.0 |
1258 | 2024-03-22T16:07:36.535Z | Compiling strsim v0.11.0 |
1259 | 2024-03-22T16:07:36.724Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1260 | 2024-03-22T16:07:36.920Z | Compiling clap_builder v4.5.2 |
1261 | 2024-03-22T16:07:37.062Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1262 | 2024-03-22T16:07:37.095Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1263 | 2024-03-22T16:07:37.208Z | Compiling slog-dtrace v0.3.0 |
1264 | 2024-03-22T16:07:37.561Z | Compiling parking_lot_core v0.8.6 |
1265 | 2024-03-22T16:07:37.718Z | Compiling socket2 v0.4.10 |
1266 | 2024-03-22T16:07:37.755Z | Compiling crc32fast v1.4.0 |
1267 | 2024-03-22T16:07:38.102Z | Compiling trust-dns-resolver v0.22.0 |
1268 | 2024-03-22T16:07:38.272Z | Compiling parking_lot v0.11.2 |
1269 | 2024-03-22T16:07:38.670Z | Compiling crossbeam-epoch v0.9.18 |
1270 | 2024-03-22T16:07:39.254Z | Compiling fxhash v0.2.1 |
1271 | 2024-03-22T16:07:39.439Z | Compiling sled v0.34.7 |
1272 | 2024-03-22T16:07:39.519Z | Compiling hash32 v0.3.1 |
1273 | 2024-03-22T16:07:39.734Z | Compiling stable_deref_trait v1.2.0 |
1274 | 2024-03-22T16:07:39.827Z | Compiling heapless v0.8.0 |
1275 | 2024-03-22T16:07:40.907Z | Compiling clap v4.5.3 |
1276 | 2024-03-22T16:07:41.015Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1277 | 2024-03-22T16:07:41.775Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1278 | 2024-03-22T16:07:42.489Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1279 | 2024-03-22T16:07:43.612Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1280 | 2024-03-22T16:07:44.381Z | Compiling embedded-io v0.4.0 |
1281 | 2024-03-22T16:07:44.417Z | Compiling managed v0.8.0 |
1282 | 2024-03-22T16:07:44.574Z | Compiling cobs v0.2.3 |
1283 | 2024-03-22T16:07:44.999Z | Compiling tabwriter v1.4.0 |
1284 | 2024-03-22T16:07:45.044Z | Compiling smoltcp v0.11.0 |
1285 | 2024-03-22T16:07:45.045Z | Compiling postcard v1.0.8 |
1286 | 2024-03-22T16:07:45.110Z | Compiling hashbrown v0.13.2 |
1287 | 2024-03-22T16:07:45.667Z | Compiling half v2.4.0 |
1288 | 2024-03-22T16:07:46.244Z | Compiling ciborium-io v0.2.2 |
1289 | 2024-03-22T16:07:46.263Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1290 | 2024-03-22T16:07:46.365Z | Compiling ciborium-ll v0.2.2 |
1291 | 2024-03-22T16:07:46.417Z | Compiling regress v0.6.0 |
1292 | 2024-03-22T16:07:46.785Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1293 | 2024-03-22T16:07:47.045Z | Compiling arc-swap v1.7.0 |
1294 | 2024-03-22T16:07:47.250Z | Compiling crc8 v0.1.1 |
1295 | 2024-03-22T16:07:47.407Z | Compiling ciborium v0.2.2 |
1296 | 2024-03-22T16:07:47.737Z | Compiling slog-scope v4.4.0 |
1297 | 2024-03-22T16:07:48.290Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1298 | 2024-03-22T16:07:48.707Z | Compiling slog-stdlog v4.1.1 |
1299 | 2024-03-22T16:07:48.707Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1300 | 2024-03-22T16:07:48.707Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
1301 | 2024-03-22T16:07:48.920Z | Compiling slog-envlogger v2.2.0 |
1302 | 2024-03-22T16:07:49.823Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1303 | 2024-03-22T16:07:50.272Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1304 | 2024-03-22T16:07:50.458Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1305 | 2024-03-22T16:07:50.675Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1306 | 2024-03-22T16:07:51.503Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1307 | 2024-03-22T16:07:51.948Z | Compiling either v1.10.0 |
1308 | 2024-03-22T16:07:52.075Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1309 | 2024-03-22T16:07:52.115Z | Compiling num_enum v0.7.2 |
1310 | 2024-03-22T16:07:52.140Z | Compiling minimal-lexical v0.2.1 |
1311 | 2024-03-22T16:07:52.260Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1312 | 2024-03-22T16:07:52.314Z | Compiling itertools v0.12.1 |
1313 | 2024-03-22T16:07:52.355Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1314 | 2024-03-22T16:07:52.644Z | Compiling nom v7.1.3 |
1315 | 2024-03-22T16:07:52.837Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1316 | 2024-03-22T16:07:55.155Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1317 | 2024-03-22T16:07:55.487Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1318 | 2024-03-22T16:07:55.722Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55) |
1319 | 2024-03-22T16:07:56.111Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1320 | 2024-03-22T16:08:04.760Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1321 | 2024-03-22T16:08:12.619Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1322 | 2024-03-22T16:08:13.469Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1323 | 2024-03-22T16:08:14.490Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1324 | 2024-03-22T16:08:14.494Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1325 | 2024-03-22T16:08:15.966Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1326 | 2024-03-22T16:08:15.966Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1327 | 2024-03-22T16:08:15.970Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1328 | 2024-03-22T16:08:18.128Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1329 | 2024-03-22T16:08:21.799Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1330 | 2024-03-22T16:08:33.380Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1331 | 2024-03-22T16:08:33.385Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1332 | 2024-03-22T16:08:56.704Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 08s |
1333 | 2024-03-22T16:08:56.759Z | |
1334 | 2024-03-22T16:08:56.763Z | real 2:08.745077802 |
1335 | 2024-03-22T16:08:56.763Z | user 10:47.249890514 |
1336 | 2024-03-22T16:08:56.763Z | sys 2:08.489650904 |
1337 | 2024-03-22T16:08:56.763Z | trap 0.338495861 |
1338 | 2024-03-22T16:08:56.763Z | tflt 0.084677650 |
1339 | 2024-03-22T16:08:56.763Z | dflt 0.982285919 |
1340 | 2024-03-22T16:08:56.763Z | kflt 0.000022614 |
1341 | 2024-03-22T16:08:56.763Z | lock 22:12.901181358 |
1342 | 2024-03-22T16:08:56.763Z | slp 32:35.059698524 |
1343 | 2024-03-22T16:08:56.764Z | lat 17.765195152 |
1344 | 2024-03-22T16:08:56.764Z | stop 20.267393400 |
1345 | 2024-03-22T16:08:56.764Z | + ptime -m cargo build --release |
1346 | 2024-03-22T16:08:57.194Z | Compiling proc-macro2 v1.0.79 |
1347 | 2024-03-22T16:08:57.194Z | Compiling unicode-ident v1.0.12 |
1348 | 2024-03-22T16:08:57.194Z | Compiling version_check v0.9.4 |
1349 | 2024-03-22T16:08:57.194Z | Compiling libc v0.2.153 |
1350 | 2024-03-22T16:08:57.198Z | Compiling cfg-if v1.0.0 |
1351 | 2024-03-22T16:08:57.198Z | Compiling serde v1.0.197 |
1352 | 2024-03-22T16:08:57.198Z | Compiling autocfg v1.1.0 |
1353 | 2024-03-22T16:08:57.198Z | Compiling syn v1.0.109 |
1354 | 2024-03-22T16:08:57.334Z | Compiling itoa v1.0.10 |
1355 | 2024-03-22T16:08:57.529Z | Compiling serde_json v1.0.114 |
1356 | 2024-03-22T16:08:57.667Z | Compiling once_cell v1.19.0 |
1357 | 2024-03-22T16:08:57.795Z | Compiling thiserror v1.0.58 |
1358 | 2024-03-22T16:08:57.812Z | Compiling ahash v0.8.11 |
1359 | 2024-03-22T16:08:57.869Z | Compiling byteorder v1.5.0 |
1360 | 2024-03-22T16:08:57.890Z | Compiling memchr v2.7.1 |
1361 | 2024-03-22T16:08:58.212Z | Compiling pin-project-lite v0.2.13 |
1362 | 2024-03-22T16:08:58.264Z | Compiling lock_api v0.4.11 |
1363 | 2024-03-22T16:08:58.316Z | Compiling smallvec v1.13.1 |
1364 | 2024-03-22T16:08:58.401Z | Compiling scopeguard v1.2.0 |
1365 | 2024-03-22T16:08:58.508Z | Compiling quote v1.0.35 |
1366 | 2024-03-22T16:08:58.568Z | Compiling getrandom v0.2.12 |
1367 | 2024-03-22T16:08:58.648Z | Compiling cc v1.0.90 |
1368 | 2024-03-22T16:08:58.774Z | Compiling allocator-api2 v0.2.16 |
1369 | 2024-03-22T16:08:58.965Z | Compiling syn v2.0.53 |
1370 | 2024-03-22T16:08:59.169Z | Compiling ryu v1.0.17 |
1371 | 2024-03-22T16:08:59.413Z | Compiling parking_lot_core v0.9.9 |
1372 | 2024-03-22T16:08:59.722Z | Compiling log v0.4.21 |
1373 | 2024-03-22T16:08:59.909Z | Compiling libm v0.2.8 |
1374 | 2024-03-22T16:09:00.296Z | Compiling parking_lot v0.12.1 |
1375 | 2024-03-22T16:09:00.300Z | Compiling num_cpus v1.16.0 |
1376 | 2024-03-22T16:09:00.300Z | Compiling signal-hook-registry v1.4.1 |
1377 | 2024-03-22T16:09:00.370Z | Compiling mio v0.8.11 |
1378 | 2024-03-22T16:09:00.775Z | Compiling socket2 v0.5.6 |
1379 | 2024-03-22T16:09:01.270Z | Compiling num-traits v0.2.18 |
1380 | 2024-03-22T16:09:02.428Z | Compiling futures-core v0.3.30 |
1381 | 2024-03-22T16:09:02.435Z | Compiling equivalent v1.0.1 |
1382 | 2024-03-22T16:09:02.710Z | Compiling tracing-core v0.1.32 |
1383 | 2024-03-22T16:09:02.729Z | Compiling slab v0.4.9 |
1384 | 2024-03-22T16:09:02.945Z | Compiling heck v0.4.1 |
1385 | 2024-03-22T16:09:03.010Z | Compiling futures-sink v0.3.30 |
1386 | 2024-03-22T16:09:03.158Z | Compiling ring v0.17.8 |
1387 | 2024-03-22T16:09:03.205Z | Compiling iana-time-zone v0.1.60 |
1388 | 2024-03-22T16:09:03.645Z | Compiling futures-channel v0.3.30 |
1389 | 2024-03-22T16:09:03.897Z | Compiling schemars v0.8.16 |
1390 | 2024-03-22T16:09:04.110Z | Compiling futures-task v0.3.30 |
1391 | 2024-03-22T16:09:04.286Z | Compiling futures-io v0.3.30 |
1392 | 2024-03-22T16:09:04.358Z | Compiling pin-utils v0.1.0 |
1393 | 2024-03-22T16:09:04.446Z | Compiling uuid v0.8.2 |
1394 | 2024-03-22T16:09:04.494Z | Compiling spin v0.9.8 |
1395 | 2024-03-22T16:09:04.608Z | Compiling dyn-clone v1.0.17 |
1396 | 2024-03-22T16:09:04.740Z | Compiling fnv v1.0.7 |
1397 | 2024-03-22T16:09:04.794Z | Compiling slog v2.7.0 |
1398 | 2024-03-22T16:09:04.876Z | Compiling untrusted v0.9.0 |
1399 | 2024-03-22T16:09:05.043Z | Compiling pkg-config v0.3.30 |
1400 | 2024-03-22T16:09:05.146Z | Compiling serde_derive_internals v0.26.0 |
1401 | 2024-03-22T16:09:05.235Z | Compiling vcpkg v0.2.15 |
1402 | 2024-03-22T16:09:06.382Z | Compiling httparse v1.8.0 |
1403 | 2024-03-22T16:09:06.386Z | Compiling tinyvec_macros v0.1.1 |
1404 | 2024-03-22T16:09:06.465Z | Compiling tinyvec v1.6.0 |
1405 | 2024-03-22T16:09:06.879Z | Compiling openssl-sys v0.9.101 |
1406 | 2024-03-22T16:09:07.781Z | Compiling percent-encoding v2.3.1 |
1407 | 2024-03-22T16:09:08.059Z | Compiling unicode-normalization v0.1.23 |
1408 | 2024-03-22T16:09:08.274Z | Compiling form_urlencoded v1.2.1 |
1409 | 2024-03-22T16:09:08.681Z | Compiling chrono v0.4.35 |
1410 | 2024-03-22T16:09:09.546Z | Compiling unicode-bidi v0.3.15 |
1411 | 2024-03-22T16:09:09.899Z | Compiling openssl v0.10.64 |
1412 | 2024-03-22T16:09:10.254Z | Compiling uuid v1.8.0 |
1413 | 2024-03-22T16:09:10.317Z | Compiling foreign-types-shared v0.1.1 |
1414 | 2024-03-22T16:09:10.419Z | Compiling try-lock v0.2.5 |
1415 | 2024-03-22T16:09:10.567Z | Compiling want v0.3.1 |
1416 | 2024-03-22T16:09:10.691Z | Compiling foreign-types v0.3.2 |
1417 | 2024-03-22T16:09:10.845Z | Compiling tower-service v0.3.2 |
1418 | 2024-03-22T16:09:10.959Z | Compiling rustls v0.21.10 |
1419 | 2024-03-22T16:09:11.085Z | Compiling schemars_derive v0.8.16 |
1420 | 2024-03-22T16:09:11.270Z | Compiling bitflags v2.5.0 |
1421 | 2024-03-22T16:09:11.447Z | Compiling native-tls v0.2.11 |
1422 | 2024-03-22T16:09:11.742Z | Compiling serde_derive v1.0.197 |
1423 | 2024-03-22T16:09:11.821Z | Compiling zerocopy-derive v0.7.32 |
1424 | 2024-03-22T16:09:11.941Z | Compiling thiserror-impl v1.0.58 |
1425 | 2024-03-22T16:09:12.272Z | Compiling tokio-macros v2.2.0 |
1426 | 2024-03-22T16:09:12.590Z | Compiling tracing-attributes v0.1.27 |
1427 | 2024-03-22T16:09:13.887Z | Compiling futures-macro v0.3.30 |
1428 | 2024-03-22T16:09:13.981Z | Compiling zerocopy v0.7.32 |
1429 | 2024-03-22T16:09:15.110Z | Compiling openssl-macros v0.1.1 |
1430 | 2024-03-22T16:09:15.931Z | Compiling httpdate v1.0.3 |
1431 | 2024-03-22T16:09:15.984Z | Compiling tracing v0.1.40 |
1432 | 2024-03-22T16:09:15.988Z | Compiling futures-util v0.3.30 |
1433 | 2024-03-22T16:09:16.064Z | Compiling hashbrown v0.14.3 |
1434 | 2024-03-22T16:09:16.673Z | Compiling ucd-trie v0.1.6 |
1435 | 2024-03-22T16:09:16.700Z | Compiling rustls-webpki v0.101.7 |
1436 | 2024-03-22T16:09:17.168Z | Compiling pest v2.7.8 |
1437 | 2024-03-22T16:09:17.424Z | Compiling regress v0.9.0 |
1438 | 2024-03-22T16:09:17.818Z | Compiling sct v0.7.1 |
1439 | 2024-03-22T16:09:21.364Z | Compiling idna v0.5.0 |
1440 | 2024-03-22T16:09:22.309Z | Compiling aho-corasick v1.1.2 |
1441 | 2024-03-22T16:09:23.032Z | Compiling anyhow v1.0.81 |
1442 | 2024-03-22T16:09:23.589Z | Compiling base64 v0.21.7 |
1443 | 2024-03-22T16:09:24.655Z | Compiling regex-syntax v0.8.2 |
1444 | 2024-03-22T16:09:24.798Z | Compiling openssl-probe v0.1.5 |
1445 | 2024-03-22T16:09:25.282Z | Compiling unicode-width v0.1.11 |
1446 | 2024-03-22T16:09:25.993Z | Compiling bytes v1.5.0 |
1447 | 2024-03-22T16:09:26.927Z | Compiling indexmap v2.2.5 |
1448 | 2024-03-22T16:09:27.901Z | Compiling tokio v1.36.0 |
1449 | 2024-03-22T16:09:32.574Z | Compiling serde_tokenstream v0.2.0 |
1450 | 2024-03-22T16:09:33.096Z | Compiling http v0.2.12 |
1451 | 2024-03-22T16:09:35.682Z | Compiling http-body v0.4.6 |
1452 | 2024-03-22T16:09:38.160Z | Compiling tokio-util v0.7.10 |
1453 | 2024-03-22T16:09:38.533Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1454 | 2024-03-22T16:09:39.596Z | Compiling h2 v0.3.25 |
1455 | 2024-03-22T16:09:40.005Z | Compiling regex-automata v0.4.6 |
1456 | 2024-03-22T16:09:43.747Z | Compiling url v2.5.0 |
1457 | 2024-03-22T16:09:44.929Z | Compiling hyper v0.14.28 |
1458 | 2024-03-22T16:09:49.679Z | Compiling pest_meta v2.7.8 |
1459 | 2024-03-22T16:09:50.229Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1460 | 2024-03-22T16:09:53.862Z | Compiling encoding_rs v0.8.33 |
1461 | 2024-03-22T16:09:54.700Z | Compiling typenum v1.17.0 |
1462 | 2024-03-22T16:09:55.180Z | Compiling mime v0.3.17 |
1463 | 2024-03-22T16:09:56.113Z | Compiling ipnet v2.9.0 |
1464 | 2024-03-22T16:09:56.910Z | Compiling tokio-rustls v0.24.1 |
1465 | 2024-03-22T16:09:56.924Z | Compiling pest_generator v2.7.8 |
1466 | 2024-03-22T16:09:58.405Z | Compiling regex v1.10.3 |
1467 | 2024-03-22T16:09:59.468Z | Compiling tokio-native-tls v0.3.1 |
1468 | 2024-03-22T16:09:59.779Z | Compiling serde_urlencoded v0.7.1 |
1469 | 2024-03-22T16:10:00.379Z | Compiling generic-array v0.14.7 |
1470 | 2024-03-22T16:10:00.492Z | Compiling strsim v0.10.0 |
1471 | 2024-03-22T16:10:00.722Z | Compiling crossbeam-utils v0.8.19 |
1472 | 2024-03-22T16:10:01.157Z | Compiling ident_case v1.0.1 |
1473 | 2024-03-22T16:10:01.337Z | Compiling darling_core v0.20.8 |
1474 | 2024-03-22T16:10:01.347Z | Compiling hyper-tls v0.5.0 |
1475 | 2024-03-22T16:10:01.732Z | Compiling pest_derive v2.7.8 |
1476 | 2024-03-22T16:10:01.750Z | Compiling hyper-rustls v0.24.2 |
1477 | 2024-03-22T16:10:02.084Z | Compiling rustls-pemfile v1.0.4 |
1478 | 2024-03-22T16:10:02.850Z | Compiling rand_core v0.6.4 |
1479 | 2024-03-22T16:10:03.297Z | Compiling omicron-workspace-hack v0.1.0 |
1480 | 2024-03-22T16:10:03.391Z | Compiling time-core v0.1.2 |
1481 | 2024-03-22T16:10:03.614Z | Compiling powerfmt v0.2.0 |
1482 | 2024-03-22T16:10:04.225Z | Compiling sync_wrapper v0.1.2 |
1483 | 2024-03-22T16:10:04.806Z | Compiling webpki-roots v0.25.4 |
1484 | 2024-03-22T16:10:04.970Z | Compiling subtle v2.5.0 |
1485 | 2024-03-22T16:10:05.217Z | Compiling num-conv v0.1.0 |
1486 | 2024-03-22T16:10:05.514Z | Compiling time-macros v0.2.17 |
1487 | 2024-03-22T16:10:06.061Z | Compiling reqwest v0.11.26 |
1488 | 2024-03-22T16:10:07.358Z | Compiling darling_macro v0.20.8 |
1489 | 2024-03-22T16:10:08.464Z | Compiling getopts v0.2.21 |
1490 | 2024-03-22T16:10:08.650Z | Compiling deranged v0.3.11 |
1491 | 2024-03-22T16:10:10.701Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f) |
1492 | 2024-03-22T16:10:11.228Z | Compiling openapiv3 v2.0.0 |
1493 | 2024-03-22T16:10:11.693Z | Compiling num_threads v0.1.7 |
1494 | 2024-03-22T16:10:11.820Z | Compiling lazy_static v1.4.0 |
1495 | 2024-03-22T16:10:12.207Z | Compiling unsafe-libyaml v0.2.11 |
1496 | 2024-03-22T16:10:12.702Z | Compiling time v0.3.34 |
1497 | 2024-03-22T16:10:14.010Z | Compiling serde_yaml v0.9.33 |
1498 | 2024-03-22T16:10:15.509Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1499 | 2024-03-22T16:10:17.130Z | Compiling darling v0.20.8 |
1500 | 2024-03-22T16:10:17.234Z | Compiling scroll_derive v0.12.0 |
1501 | 2024-03-22T16:10:17.923Z | Compiling dirs-sys-next v0.1.2 |
1502 | 2024-03-22T16:10:18.793Z | Compiling usdt-impl v0.5.0 |
1503 | 2024-03-22T16:10:19.056Z | Compiling rustversion v1.0.14 |
1504 | 2024-03-22T16:10:19.177Z | Compiling ppv-lite86 v0.2.17 |
1505 | 2024-03-22T16:10:19.381Z | Compiling scroll v0.12.0 |
1506 | 2024-03-22T16:10:19.745Z | Compiling dirs-next v2.0.0 |
1507 | 2024-03-22T16:10:19.986Z | Compiling rand_chacha v0.3.1 |
1508 | 2024-03-22T16:10:20.015Z | Compiling thread-id v4.2.1 |
1509 | 2024-03-22T16:10:20.111Z | Compiling block-buffer v0.10.4 |
1510 | 2024-03-22T16:10:20.335Z | Compiling crypto-common v0.1.6 |
1511 | 2024-03-22T16:10:20.525Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1512 | 2024-03-22T16:10:21.674Z | Compiling dtrace-parser v0.2.0 |
1513 | 2024-03-22T16:10:22.505Z | Compiling dof v0.3.0 |
1514 | 2024-03-22T16:10:22.509Z | Compiling thread_local v1.1.8 |
1515 | 2024-03-22T16:10:22.509Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1516 | 2024-03-22T16:10:22.998Z | Compiling async-trait v0.1.78 |
1517 | 2024-03-22T16:10:23.346Z | Compiling slog-async v2.8.0 |
1518 | 2024-03-22T16:10:23.471Z | Compiling plain v0.2.3 |
1519 | 2024-03-22T16:10:23.633Z | Compiling goblin v0.8.0 |
1520 | 2024-03-22T16:10:24.454Z | Compiling digest v0.10.7 |
1521 | 2024-03-22T16:10:24.906Z | Compiling rand v0.8.5 |
1522 | 2024-03-22T16:10:25.400Z | Compiling term v0.7.0 |
1523 | 2024-03-22T16:10:27.069Z | Compiling crossbeam-channel v0.5.12 |
1524 | 2024-03-22T16:10:28.229Z | Compiling is-terminal v0.4.12 |
1525 | 2024-03-22T16:10:28.756Z | Compiling pretty-hex v0.4.1 |
1526 | 2024-03-22T16:10:28.793Z | Compiling take_mut v0.2.2 |
1527 | 2024-03-22T16:10:28.945Z | Compiling match_cfg v0.1.0 |
1528 | 2024-03-22T16:10:28.960Z | Compiling rustls-pki-types v1.3.1 |
1529 | 2024-03-22T16:10:29.032Z | Compiling hostname v0.3.1 |
1530 | 2024-03-22T16:10:30.403Z | Compiling slog-term v2.9.1 |
1531 | 2024-03-22T16:10:35.874Z | Compiling ipnetwork v0.20.0 |
1532 | 2024-03-22T16:10:36.330Z | Compiling instant v0.1.12 |
1533 | 2024-03-22T16:10:36.482Z | Compiling cpufeatures v0.2.12 |
1534 | 2024-03-22T16:10:36.573Z | Compiling rustls v0.22.2 |
1535 | 2024-03-22T16:10:37.837Z | Compiling rustls-webpki v0.102.2 |
1536 | 2024-03-22T16:10:38.435Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf) |
1537 | 2024-03-22T16:10:38.625Z | Compiling usdt-macro v0.5.0 |
1538 | 2024-03-22T16:10:39.870Z | Compiling usdt-attr-macro v0.5.0 |
1539 | 2024-03-22T16:10:40.005Z | Compiling serde_spanned v0.6.5 |
1540 | 2024-03-22T16:10:40.258Z | Compiling toml_datetime v0.6.5 |
1541 | 2024-03-22T16:10:40.992Z | Compiling futures-executor v0.3.30 |
1542 | 2024-03-22T16:10:41.348Z | Compiling structmeta-derive v0.3.0 |
1543 | 2024-03-22T16:10:42.137Z | Compiling memmap v0.7.0 |
1544 | 2024-03-22T16:10:42.159Z | Compiling multer v3.0.0 |
1545 | 2024-03-22T16:10:42.526Z | Compiling zeroize v1.7.0 |
1546 | 2024-03-22T16:10:42.862Z | Compiling paste v1.0.14 |
1547 | 2024-03-22T16:10:42.876Z | Compiling winnow v0.6.5 |
1548 | 2024-03-22T16:10:43.351Z | Compiling camino v1.1.6 |
1549 | 2024-03-22T16:10:43.973Z | Compiling winnow v0.5.40 |
1550 | 2024-03-22T16:10:44.145Z | Compiling structmeta v0.3.0 |
1551 | 2024-03-22T16:10:47.235Z | Compiling toml_edit v0.22.8 |
1552 | 2024-03-22T16:10:47.834Z | Compiling usdt v0.5.0 |
1553 | 2024-03-22T16:10:47.940Z | Compiling futures v0.3.30 |
1554 | 2024-03-22T16:10:48.139Z | Compiling serde_with_macros v3.7.0 |
1555 | 2024-03-22T16:10:48.458Z | Compiling slog-json v2.6.1 |
1556 | 2024-03-22T16:10:48.953Z | Compiling http v1.1.0 |
1557 | 2024-03-22T16:10:48.969Z | Compiling async-stream-impl v0.3.5 |
1558 | 2024-03-22T16:10:50.395Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1559 | 2024-03-22T16:10:50.750Z | Compiling atomic-waker v1.1.2 |
1560 | 2024-03-22T16:10:50.926Z | Compiling semver v1.0.22 |
1561 | 2024-03-22T16:10:51.012Z | Compiling serde_with v3.7.0 |
1562 | 2024-03-22T16:10:51.190Z | Compiling waitgroup v0.1.2 |
1563 | 2024-03-22T16:10:51.465Z | Compiling toml v0.8.12 |
1564 | 2024-03-22T16:10:53.846Z | Compiling async-stream v0.3.5 |
1565 | 2024-03-22T16:10:54.159Z | Compiling tokio-rustls v0.25.0 |
1566 | 2024-03-22T16:10:54.445Z | Compiling slog-bunyan v2.5.0 |
1567 | 2024-03-22T16:10:55.607Z | Compiling parse-display-derive v0.9.0 |
1568 | 2024-03-22T16:10:55.747Z | Compiling sha1 v0.10.6 |
1569 | 2024-03-22T16:10:56.456Z | Compiling rustls-pemfile v2.1.1 |
1570 | 2024-03-22T16:10:56.643Z | Compiling strum_macros v0.26.2 |
1571 | 2024-03-22T16:10:57.191Z | Compiling newtype-uuid v1.0.1 |
1572 | 2024-03-22T16:10:57.511Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065) |
1573 | 2024-03-22T16:10:58.410Z | Compiling hex v0.4.3 |
1574 | 2024-03-22T16:10:58.921Z | Compiling serde_path_to_error v0.1.16 |
1575 | 2024-03-22T16:10:59.114Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1576 | 2024-03-22T16:10:59.648Z | Compiling debug-ignore v1.0.5 |
1577 | 2024-03-22T16:10:59.783Z | Compiling bitflags v1.3.2 |
1578 | 2024-03-22T16:10:59.796Z | Compiling parse-display v0.9.0 |
1579 | 2024-03-22T16:10:59.907Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1580 | 2024-03-22T16:10:59.921Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1581 | 2024-03-22T16:11:00.056Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1582 | 2024-03-22T16:11:00.431Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1583 | 2024-03-22T16:11:01.257Z | Compiling backoff v0.4.0 |
1584 | 2024-03-22T16:11:01.500Z | Compiling strum v0.26.2 |
1585 | 2024-03-22T16:11:01.611Z | Compiling macaddr v1.0.1 |
1586 | 2024-03-22T16:11:01.665Z | Compiling semver v0.1.20 |
1587 | 2024-03-22T16:11:01.694Z | Compiling num-integer v0.1.46 |
1588 | 2024-03-22T16:11:01.882Z | Compiling num-rational v0.4.1 |
1589 | 2024-03-22T16:11:02.221Z | Compiling rustc_version v0.1.7 |
1590 | 2024-03-22T16:11:02.245Z | Compiling zerocopy-derive v0.6.6 |
1591 | 2024-03-22T16:11:02.478Z | Compiling hubpack_derive v0.1.1 |
1592 | 2024-03-22T16:11:02.620Z | Compiling newtype_derive v0.1.6 |
1593 | 2024-03-22T16:11:02.757Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1594 | 2024-03-22T16:11:02.965Z | Compiling base64ct v1.6.0 |
1595 | 2024-03-22T16:11:03.441Z | Compiling hubpack v0.1.2 |
1596 | 2024-03-22T16:11:03.653Z | Compiling password-hash v0.5.0 |
1597 | 2024-03-22T16:11:03.921Z | Compiling num-iter v0.1.44 |
1598 | 2024-03-22T16:11:04.083Z | Compiling toml_edit v0.19.15 |
1599 | 2024-03-22T16:11:04.321Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1600 | 2024-03-22T16:11:05.756Z | Compiling zerocopy v0.6.6 |
1601 | 2024-03-22T16:11:06.057Z | Compiling strum_macros v0.25.3 |
1602 | 2024-03-22T16:11:06.674Z | Compiling blake2 v0.10.6 |
1603 | 2024-03-22T16:11:08.057Z | Compiling serde_repr v0.1.18 |
1604 | 2024-03-22T16:11:08.061Z | Compiling num-complex v0.4.5 |
1605 | 2024-03-22T16:11:09.300Z | Compiling fixedbitset v0.4.2 |
1606 | 2024-03-22T16:11:09.337Z | Compiling static_assertions v1.1.0 |
1607 | 2024-03-22T16:11:09.429Z | Compiling num v0.4.1 |
1608 | 2024-03-22T16:11:09.522Z | Compiling argon2 v0.5.3 |
1609 | 2024-03-22T16:11:10.072Z | Compiling petgraph v0.6.4 |
1610 | 2024-03-22T16:11:10.109Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1611 | 2024-03-22T16:11:10.363Z | Compiling proc-macro-crate v1.3.1 |
1612 | 2024-03-22T16:11:11.306Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1613 | 2024-03-22T16:11:12.284Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1614 | 2024-03-22T16:11:12.473Z | Compiling matches v0.1.10 |
1615 | 2024-03-22T16:11:12.562Z | Compiling utf8parse v0.2.1 |
1616 | 2024-03-22T16:11:12.715Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1617 | 2024-03-22T16:11:13.043Z | Compiling base64 v0.22.0 |
1618 | 2024-03-22T16:11:14.162Z | Compiling steno v0.4.0 |
1619 | 2024-03-22T16:11:14.586Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1620 | 2024-03-22T16:11:16.560Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1621 | 2024-03-22T16:11:16.846Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1622 | 2024-03-22T16:11:17.903Z | Compiling anstyle-parse v0.2.3 |
1623 | 2024-03-22T16:11:17.974Z | Compiling idna v0.2.3 |
1624 | 2024-03-22T16:11:18.276Z | Compiling num_enum_derive v0.5.11 |
1625 | 2024-03-22T16:11:20.832Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1626 | 2024-03-22T16:11:21.399Z | Compiling foreign-types-macros v0.2.3 |
1627 | 2024-03-22T16:11:21.480Z | Compiling enum-as-inner v0.5.1 |
1628 | 2024-03-22T16:11:22.573Z | Compiling slog-dtrace v0.3.0 |
1629 | 2024-03-22T16:11:22.731Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1630 | 2024-03-22T16:11:22.923Z | Compiling anstyle-query v1.0.2 |
1631 | 2024-03-22T16:11:23.064Z | Compiling parking_lot_core v0.8.6 |
1632 | 2024-03-22T16:11:23.068Z | Compiling linked-hash-map v0.5.6 |
1633 | 2024-03-22T16:11:23.428Z | Compiling anstyle v1.0.6 |
1634 | 2024-03-22T16:11:23.511Z | Compiling quick-error v1.2.3 |
1635 | 2024-03-22T16:11:23.651Z | Compiling humantime v2.1.0 |
1636 | 2024-03-22T16:11:23.969Z | Compiling foreign-types-shared v0.3.1 |
1637 | 2024-03-22T16:11:24.081Z | Compiling colorchoice v1.0.0 |
1638 | 2024-03-22T16:11:24.268Z | Compiling data-encoding v2.5.0 |
1639 | 2024-03-22T16:11:24.529Z | Compiling anstream v0.6.13 |
1640 | 2024-03-22T16:11:25.568Z | Compiling trust-dns-proto v0.22.0 |
1641 | 2024-03-22T16:11:29.258Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1642 | 2024-03-22T16:11:32.021Z | Compiling foreign-types v0.5.0 |
1643 | 2024-03-22T16:11:32.129Z | Compiling resolv-conf v0.7.0 |
1644 | 2024-03-22T16:11:32.256Z | Compiling lru-cache v0.1.2 |
1645 | 2024-03-22T16:11:32.537Z | Compiling num_enum v0.5.11 |
1646 | 2024-03-22T16:11:33.003Z | Compiling colored v2.1.0 |
1647 | 2024-03-22T16:11:33.741Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1648 | 2024-03-22T16:11:34.384Z | Compiling cstr-argument v0.1.2 |
1649 | 2024-03-22T16:11:34.612Z | Compiling clap_lex v0.7.0 |
1650 | 2024-03-22T16:11:34.670Z | Compiling pretty-hex v0.2.1 |
1651 | 2024-03-22T16:11:34.879Z | Compiling heck v0.5.0 |
1652 | 2024-03-22T16:11:35.311Z | Compiling crc32fast v1.4.0 |
1653 | 2024-03-22T16:11:35.324Z | Compiling strsim v0.11.0 |
1654 | 2024-03-22T16:11:35.865Z | Compiling clap_builder v4.5.2 |
1655 | 2024-03-22T16:11:37.439Z | Compiling clap_derive v4.5.3 |
1656 | 2024-03-22T16:11:37.799Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1657 | 2024-03-22T16:11:38.336Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1658 | 2024-03-22T16:11:40.742Z | Compiling trust-dns-resolver v0.22.0 |
1659 | 2024-03-22T16:11:42.453Z | Compiling socket2 v0.4.10 |
1660 | 2024-03-22T16:11:43.145Z | Compiling parking_lot v0.11.2 |
1661 | 2024-03-22T16:11:44.109Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1662 | 2024-03-22T16:11:45.507Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1663 | 2024-03-22T16:11:45.525Z | Compiling clap v4.5.3 |
1664 | 2024-03-22T16:11:45.679Z | Compiling crossbeam-epoch v0.9.18 |
1665 | 2024-03-22T16:11:46.142Z | Compiling fxhash v0.2.1 |
1666 | 2024-03-22T16:11:46.334Z | Compiling heapless v0.8.0 |
1667 | 2024-03-22T16:11:46.924Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1668 | 2024-03-22T16:11:47.219Z | Compiling sled v0.34.7 |
1669 | 2024-03-22T16:11:47.259Z | Compiling hash32 v0.3.1 |
1670 | 2024-03-22T16:11:47.506Z | Compiling stable_deref_trait v1.2.0 |
1671 | 2024-03-22T16:11:47.606Z | Compiling smoltcp v0.11.0 |
1672 | 2024-03-22T16:11:57.630Z | Compiling cobs v0.2.3 |
1673 | 2024-03-22T16:11:58.110Z | Compiling embedded-io v0.4.0 |
1674 | 2024-03-22T16:11:58.336Z | Compiling managed v0.8.0 |
1675 | 2024-03-22T16:12:02.396Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0) |
1676 | 2024-03-22T16:12:03.233Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1677 | 2024-03-22T16:12:05.637Z | Compiling postcard v1.0.8 |
1678 | 2024-03-22T16:12:06.556Z | Compiling tabwriter v1.4.0 |
1679 | 2024-03-22T16:12:07.194Z | Compiling hashbrown v0.13.2 |
1680 | 2024-03-22T16:12:07.382Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1681 | 2024-03-22T16:12:07.555Z | Compiling half v2.4.0 |
1682 | 2024-03-22T16:12:07.729Z | Compiling ciborium-io v0.2.2 |
1683 | 2024-03-22T16:12:07.851Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1684 | 2024-03-22T16:12:08.002Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1685 | 2024-03-22T16:12:08.233Z | Compiling ciborium-ll v0.2.2 |
1686 | 2024-03-22T16:12:08.488Z | Compiling regress v0.6.0 |
1687 | 2024-03-22T16:12:08.766Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1688 | 2024-03-22T16:12:11.414Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1689 | 2024-03-22T16:12:12.581Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1690 | 2024-03-22T16:12:13.523Z | Compiling proc-macro-error-attr v1.0.4 |
1691 | 2024-03-22T16:12:13.879Z | Compiling arc-swap v1.7.0 |
1692 | 2024-03-22T16:12:13.931Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
1693 | 2024-03-22T16:12:14.278Z | Compiling crc8 v0.1.1 |
1694 | 2024-03-22T16:12:14.574Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9) |
1695 | 2024-03-22T16:12:14.612Z | Compiling slog-scope v4.4.0 |
1696 | 2024-03-22T16:12:15.872Z | Compiling ciborium v0.2.2 |
1697 | 2024-03-22T16:12:18.098Z | Compiling toml_edit v0.21.1 |
1698 | 2024-03-22T16:12:19.098Z | Compiling proc-macro-error v1.0.4 |
1699 | 2024-03-22T16:12:19.459Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1700 | 2024-03-22T16:12:19.865Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1701 | 2024-03-22T16:12:20.013Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1702 | 2024-03-22T16:12:22.366Z | Compiling proc-macro-crate v3.1.0 |
1703 | 2024-03-22T16:12:24.423Z | Compiling slog-stdlog v4.1.1 |
1704 | 2024-03-22T16:12:24.683Z | Compiling num_enum_derive v0.7.2 |
1705 | 2024-03-22T16:12:24.726Z | Compiling slog-envlogger v2.2.0 |
1706 | 2024-03-22T16:12:26.014Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4) |
1707 | 2024-03-22T16:12:27.397Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1708 | 2024-03-22T16:12:27.496Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1709 | 2024-03-22T16:12:27.997Z | Compiling either v1.10.0 |
1710 | 2024-03-22T16:12:28.408Z | Compiling itertools v0.12.1 |
1711 | 2024-03-22T16:12:28.937Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1712 | 2024-03-22T16:12:29.154Z | Compiling num_enum v0.7.2 |
1713 | 2024-03-22T16:12:29.321Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1714 | 2024-03-22T16:12:30.843Z | Compiling minimal-lexical v0.2.1 |
1715 | 2024-03-22T16:12:31.460Z | Compiling nom v7.1.3 |
1716 | 2024-03-22T16:12:32.055Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1717 | 2024-03-22T16:12:32.166Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1718 | 2024-03-22T16:12:35.834Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1719 | 2024-03-22T16:12:35.933Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55) |
1720 | 2024-03-22T16:12:35.975Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1721 | 2024-03-22T16:12:38.674Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1722 | 2024-03-22T16:12:39.732Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1723 | 2024-03-22T16:12:39.829Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1724 | 2024-03-22T16:12:44.334Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1725 | 2024-03-22T16:12:53.871Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1726 | 2024-03-22T16:12:54.140Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1727 | 2024-03-22T16:13:22.594Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1728 | 2024-03-22T16:13:22.594Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1729 | 2024-03-22T16:13:43.022Z | Finished release [optimized] target(s) in 4m 46s |
1730 | 2024-03-22T16:13:43.075Z | |
1731 | 2024-03-22T16:13:43.079Z | real 4:46.268829021 |
1732 | 2024-03-22T16:13:43.080Z | user 34:29.533987407 |
1733 | 2024-03-22T16:13:43.080Z | sys 2:43.671474220 |
1734 | 2024-03-22T16:13:43.080Z | trap 0.985832914 |
1735 | 2024-03-22T16:13:43.080Z | tflt 1.779747055 |
1736 | 2024-03-22T16:13:43.080Z | dflt 0.601006666 |
1737 | 2024-03-22T16:13:43.080Z | kflt 0.011035384 |
1738 | 2024-03-22T16:13:43.080Z | lock 1:23:05.853880724 |
1739 | 2024-03-22T16:13:43.080Z | slp 1:35:17.713314350 |
1740 | 2024-03-22T16:13:43.080Z | lat 1:25.407591356 |
1741 | 2024-03-22T16:13:43.080Z | stop 41.540082865 |
1742 | 2024-03-22T16:13:43.080Z | + for x in debug release |
1743 | 2024-03-22T16:13:43.080Z | + mkdir -p /work/debug |
1744 | 2024-03-22T16:13:43.080Z | + cp target/debug/ddmd /work/debug/ddmd |
1745 | 2024-03-22T16:13:43.526Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1746 | 2024-03-22T16:13:43.701Z | + for x in debug release |
1747 | 2024-03-22T16:13:43.701Z | + mkdir -p /work/release |
1748 | 2024-03-22T16:13:43.705Z | + cp target/release/ddmd /work/release/ddmd |
1749 | 2024-03-22T16:13:43.754Z | + cp target/release/ddmadm /work/release/ddmadm |
1750 | 2024-03-22T16:13:43.786Z | process exited: duration 585292 ms, exit code 0 |
|
1751 | 2024-03-22T16:13:43.805Z | found 4 output files |
1752 | 2024-03-22T16:13:43.805Z | uploading: /work/debug/ddmadm (291821264 bytes) |
1753 | 2024-03-22T16:15:20.014Z | uploaded: /work/debug/ddmadm |
1754 | 2024-03-22T16:15:20.014Z | uploading: /work/debug/ddmd (383181616 bytes) |
1755 | 2024-03-22T16:17:13.621Z | uploaded: /work/debug/ddmd |
1756 | 2024-03-22T16:17:13.621Z | uploading: /work/release/ddmadm (25665040 bytes) |
1757 | 2024-03-22T16:17:20.351Z | uploaded: /work/release/ddmadm |
1758 | 2024-03-22T16:17:20.351Z | uploading: /work/release/ddmd (49472512 bytes) |
1759 | 2024-03-22T16:17:36.242Z | uploaded: /work/release/ddmd |