|
|
|
1 | 2024-11-02T03:10:50.427Z | job assigned to worker 01JBNDKKCXJ9GZ0RX3R2JP259C (queued for 1 m 0 s) |
|
2 | 2024-11-02T03:10:58.164Z | starting task 0: "setup" |
3 | 2024-11-02T03:10:58.173Z | ++ uname -s |
4 | 2024-11-02T03:10:58.175Z | + kern=SunOS |
5 | 2024-11-02T03:10:58.175Z | + case "$kern" in |
6 | 2024-11-02T03:10:58.175Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:10:58.175Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:10:58.178Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:11:00.187Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:11:00.339Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:11:00.341Z | + home_fs=zfs |
12 | 2024-11-02T03:11:00.341Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:11:00.341Z | + mkdir -p /home/build |
14 | 2024-11-02T03:11:00.343Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:11:02.346Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:11:02.349Z | process exited: duration 4184 ms, exit code 0 |
|
17 | 2024-11-02T03:11:02.354Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:11:02.359Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:11:02.359Z | * toolchain channel = "1.82.0" |
20 | 2024-11-02T03:11:02.359Z | ' 1.82.0 |
21 | 2024-11-02T03:11:02.359Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-02T03:11:02.359Z | ' default |
23 | 2024-11-02T03:11:02.359Z | * toolchain profile = "default" |
24 | 2024-11-02T03:11:02.362Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:11:02.362Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:11:02.480Z | info: downloading installer |
27 | 2024-11-02T03:11:04.138Z | info: profile set to 'default' |
28 | 2024-11-02T03:11:04.138Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:11:04.141Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:11:04.297Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:11:04.297Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:11:05.129Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:11:05.445Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:11:06.612Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:11:08.468Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:11:15.011Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:11:15.248Z | info: installing component 'cargo' |
38 | 2024-11-02T03:11:16.107Z | info: installing component 'clippy' |
39 | 2024-11-02T03:11:16.516Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:11:18.226Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:11:20.159Z | info: installing component 'rustc' |
42 | 2024-11-02T03:11:26.500Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:11:26.844Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:11:26.844Z | |
45 | 2024-11-02T03:11:27.219Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:11:27.219Z | |
47 | 2024-11-02T03:11:27.222Z | |
48 | 2024-11-02T03:11:27.222Z | Rust is installed now. Great! |
49 | 2024-11-02T03:11:27.222Z | |
50 | 2024-11-02T03:11:27.222Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:11:27.222Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:11:27.222Z | |
53 | 2024-11-02T03:11:27.222Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:11:27.222Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:11:27.222Z | |
56 | 2024-11-02T03:11:27.222Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:11:27.222Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:11:27.222Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:11:27.289Z | + rustc --version |
60 | 2024-11-02T03:11:27.362Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:11:27.366Z | process exited: duration 25008 ms, exit code 0 |
|
62 | 2024-11-02T03:11:27.371Z | starting task 2: "authentication" |
63 | 2024-11-02T03:11:27.394Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-11-02T03:11:27.408Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:11:27.413Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:11:27.416Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:11:28.259Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:11:36.142Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:11:36.142Z | + git fetch origin 6367ca54f452a2dcd18e3c53530f23286050161b |
70 | 2024-11-02T03:11:36.481Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:11:36.481Z | * branch 6367ca54f452a2dcd18e3c53530f23286050161b -> FETCH_HEAD |
72 | 2024-11-02T03:11:36.493Z | + [[ -n renovate/hyper-util-0.x ]] |
73 | 2024-11-02T03:11:36.495Z | ++ git branch --show-current |
74 | 2024-11-02T03:11:36.498Z | + current=main |
75 | 2024-11-02T03:11:36.498Z | + [[ main != renovate/hyper-util-0.x ]] |
76 | 2024-11-02T03:11:36.498Z | + git branch -f renovate/hyper-util-0.x 6367ca54f452a2dcd18e3c53530f23286050161b |
77 | 2024-11-02T03:11:36.501Z | + git checkout -f renovate/hyper-util-0.x |
78 | 2024-11-02T03:11:36.666Z | Switched to branch 'renovate/hyper-util-0.x' |
79 | 2024-11-02T03:11:36.669Z | + git reset --hard 6367ca54f452a2dcd18e3c53530f23286050161b |
80 | 2024-11-02T03:11:36.829Z | HEAD is now at 6367ca54f Update Rust crate hyper-util to 0.1.10 |
81 | 2024-11-02T03:11:36.832Z | process exited: duration 9421 ms, exit code 0 |
|
82 | 2024-11-02T03:11:36.837Z | starting task 4: "build" |
83 | 2024-11-02T03:11:36.843Z | + source ./env.sh |
84 | 2024-11-02T03:11:36.843Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-11-02T03:11:36.843Z | ++ set -o xtrace |
86 | 2024-11-02T03:11:36.848Z | ++++ dirname ./env.sh |
87 | 2024-11-02T03:11:36.848Z | +++ readlink -f . |
88 | 2024-11-02T03:11:36.962Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-11-02T03:11:36.965Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-02T03:11:36.965Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-02T03:11:36.965Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-02T03:11:36.965Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-02T03:11:36.965Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-11-02T03:11:36.965Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-02T03:11:36.965Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-02T03:11:36.965Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-02T03:11:36.965Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-11-02T03:11:36.965Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-11-02T03:11:36.966Z | + source .github/buildomat/ci-env.sh |
100 | 2024-11-02T03:11:36.966Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-11-02T03:11:36.966Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-11-02T03:11:36.966Z | + cargo --version |
103 | 2024-11-02T03:11:37.022Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
104 | 2024-11-02T03:11:37.024Z | + rustc --version |
105 | 2024-11-02T03:11:37.087Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
106 | 2024-11-02T03:11:37.090Z | + banner prerequisites |
107 | 2024-11-02T03:11:37.145Z | |
108 | 2024-11-02T03:11:37.145Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-11-02T03:11:37.145Z | # # # # # # # # # # # # # # # |
110 | 2024-11-02T03:11:37.145Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-11-02T03:11:37.145Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-11-02T03:11:37.145Z | # # # # # # # # # # # # # # # |
113 | 2024-11-02T03:11:37.145Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-11-02T03:11:37.145Z | |
115 | 2024-11-02T03:11:37.148Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-11-02T03:11:51.849Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-11-02T03:11:55.438Z | Startup: Caching catalogs ... Done |
118 | 2024-11-02T03:12:02.675Z | Planning: Solver setup ... Done (6.466s) |
119 | 2024-11-02T03:12:02.754Z | Planning: Running solver ... Done (0.097s) |
120 | 2024-11-02T03:12:02.886Z | Planning: Finding local manifests ... Done (0.051s) |
121 | 2024-11-02T03:12:02.899Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-11-02T03:12:03.114Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-11-02T03:12:03.487Z | Planning: Package planning ... Done (0.373s) |
124 | 2024-11-02T03:12:03.544Z | Planning: Merging actions ... Done (0.056s) |
125 | 2024-11-02T03:12:04.247Z | Planning: Checking for conflicting actions ... Done (0.703s) |
126 | 2024-11-02T03:12:09.163Z | Planning: Consolidating action changes ... Done (4.914s) |
127 | 2024-11-02T03:12:09.564Z | Planning: Evaluating mediators ... Done (0.401s) |
128 | 2024-11-02T03:12:09.649Z | Planning: Planning completed in 14.12 seconds |
129 | 2024-11-02T03:12:09.665Z | Packages to install: 4 |
130 | 2024-11-02T03:12:09.665Z | Packages to update: 1 |
131 | 2024-11-02T03:12:09.668Z | Mediators to change: 2 |
132 | 2024-11-02T03:12:09.668Z | Services to change: 1 |
133 | 2024-11-02T03:12:09.668Z | Estimated space available: 155.61 GB |
134 | 2024-11-02T03:12:09.668Z | Estimated space to be consumed: 1.59 GB |
135 | 2024-11-02T03:12:09.668Z | Create boot environment: No |
136 | 2024-11-02T03:12:09.668Z | Create backup boot environment: Yes |
137 | 2024-11-02T03:12:09.668Z | Rebuild boot archive: No |
138 | 2024-11-02T03:12:09.668Z | |
139 | 2024-11-02T03:12:09.668Z | Changed mediators: |
140 | 2024-11-02T03:12:09.668Z | mediator clang: |
141 | 2024-11-02T03:12:09.668Z | version: None -> 15 (system default) |
142 | 2024-11-02T03:12:09.668Z | |
143 | 2024-11-02T03:12:09.668Z | mediator llvm: |
144 | 2024-11-02T03:12:09.668Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-11-02T03:12:09.668Z | |
146 | 2024-11-02T03:12:09.668Z | Changed packages: |
147 | 2024-11-02T03:12:09.668Z | helios-dev |
148 | 2024-11-02T03:12:09.668Z | developer/build-essential |
149 | 2024-11-02T03:12:09.668Z | None -> 11-2.0 |
150 | 2024-11-02T03:12:09.668Z | library/libxmlsec1 |
151 | 2024-11-02T03:12:09.668Z | None -> 1.2.35-2.0 |
152 | 2024-11-02T03:12:09.668Z | ooce/developer/clang-15 |
153 | 2024-11-02T03:12:09.668Z | None -> 15.0.7-2.0 |
154 | 2024-11-02T03:12:09.668Z | ooce/developer/llvm-15 |
155 | 2024-11-02T03:12:09.668Z | None -> 15.0.7-2.0 |
156 | 2024-11-02T03:12:09.668Z | package/pkg |
157 | 2024-11-02T03:12:09.668Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-11-02T03:12:09.668Z | |
159 | 2024-11-02T03:12:09.669Z | Services: |
160 | 2024-11-02T03:12:09.669Z | restart_fmri: |
161 | 2024-11-02T03:12:09.669Z | svc:/system/update-man-index:default |
162 | 2024-11-02T03:12:09.669Z | |
163 | 2024-11-02T03:12:09.669Z | Editable files to change: |
164 | 2024-11-02T03:12:09.669Z | Update: |
165 | 2024-11-02T03:12:09.669Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-11-02T03:12:09.856Z | |
167 | 2024-11-02T03:12:09.856Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-11-02T03:12:14.861Z | Download: 266/4281 items 1.6/220.6MB 0% complete (318k/s) |
169 | 2024-11-02T03:12:19.865Z | Download: 760/4281 items 18.1/220.6MB 8% complete (1.8M/s) |
170 | 2024-11-02T03:12:24.883Z | Download: 1188/4281 items 81.8/220.6MB 37% complete (8.0M/s) |
171 | 2024-11-02T03:12:30.623Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (6.9M/s) |
172 | 2024-11-02T03:12:37.364Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
173 | 2024-11-02T03:12:42.364Z | Download: 1933/4281 items 117.5/220.6MB 53% complete (6.7M/s) |
174 | 2024-11-02T03:12:47.376Z | Download: 2279/4281 items 119.5/220.6MB 54% complete (3.7M/s) |
175 | 2024-11-02T03:12:52.379Z | Download: 2993/4281 items 121.0/220.6MB 54% complete (570k/s) |
176 | 2024-11-02T03:12:57.833Z | Download: 3243/4281 items 203.0/220.6MB 92% complete (8.8M/s) |
177 | 2024-11-02T03:13:03.529Z | Download: 3244/4281 items 203.0/220.6MB 92% complete (8.7M/s) |
178 | 2024-11-02T03:13:11.802Z | Download: 3247/4281 items 203.1/220.6MB 92% complete |
179 | 2024-11-02T03:13:20.013Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (1.8M/s) |
180 | 2024-11-02T03:13:30.106Z | Download: 3289/4281 items 212.6/220.6MB 96% complete |
181 | 2024-11-02T03:13:35.112Z | Download: 3547/4281 items 215.7/220.6MB 97% complete (625k/s) |
182 | 2024-11-02T03:13:40.122Z | Download: 3911/4281 items 217.7/220.6MB 98% complete (519k/s) |
183 | 2024-11-02T03:13:45.180Z | Download: 4202/4281 items 220.6/220.6MB 99% complete (547k/s) |
184 | 2024-11-02T03:13:51.229Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (521k/s) |
185 | 2024-11-02T03:13:51.336Z | Download: Completed 220.60 MB in 101.46 seconds (2.2M/s) |
186 | 2024-11-02T03:13:53.378Z | Actions: 1/5063 actions (Removing old actions) |
187 | 2024-11-02T03:13:53.394Z | Actions: 194/5063 actions (Installing new actions) |
188 | 2024-11-02T03:13:58.522Z | Actions: 4083/5063 actions (Installing new actions) |
189 | 2024-11-02T03:13:59.309Z | Actions: 4226/5063 actions (Updating modified actions) |
190 | 2024-11-02T03:13:59.684Z | Actions: Completed 5063 actions in 6.30 seconds. |
191 | 2024-11-02T03:14:00.068Z | Done (0.375s) |
192 | 2024-11-02T03:14:00.071Z | Done (0.000s) |
193 | 2024-11-02T03:14:00.586Z | Done (0.517s) |
194 | 2024-11-02T03:14:07.475Z | Done (6.678s) |
195 | 2024-11-02T03:14:07.858Z | Done (0.308s) |
196 | 2024-11-02T03:14:07.860Z | Done (0.000s) |
197 | 2024-11-02T03:14:08.044Z | Done (0.000s) |
198 | 2024-11-02T03:14:08.742Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-11-02T03:14:08.905Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-11-02T03:14:08.908Z | Planning: Consolidating action changes ... Done |
201 | 2024-11-02T03:14:09.186Z | Planning: Evaluating mediators ... Done |
202 | 2024-11-02T03:14:09.189Z | Planning: Planning completed in 0.45 seconds |
203 | 2024-11-02T03:14:09.227Z | Mediators to change: 2 |
204 | 2024-11-02T03:14:09.227Z | Create boot environment: No |
205 | 2024-11-02T03:14:09.229Z | Create backup boot environment: No |
206 | 2024-11-02T03:14:09.311Z | Done |
207 | 2024-11-02T03:14:09.311Z | Done |
208 | 2024-11-02T03:14:09.659Z | Done |
209 | 2024-11-02T03:14:13.358Z | Done |
210 | 2024-11-02T03:14:13.449Z | Done |
211 | 2024-11-02T03:14:13.452Z | Done |
212 | 2024-11-02T03:14:13.986Z | Done |
213 | 2024-11-02T03:14:14.629Z | Planning: Evaluating mediator changes ... Done |
214 | 2024-11-02T03:14:14.631Z | Planning: Merging actions ... Done |
215 | 2024-11-02T03:14:14.829Z | Planning: Checking for conflicting actions ... Done |
216 | 2024-11-02T03:14:14.831Z | Planning: Consolidating action changes ... Done |
217 | 2024-11-02T03:14:15.116Z | Planning: Evaluating mediators ... Done |
218 | 2024-11-02T03:14:15.176Z | Planning: Planning completed in 0.80 seconds |
219 | 2024-11-02T03:14:15.220Z | Packages to change: 1 |
220 | 2024-11-02T03:14:15.220Z | Mediators to change: 1 |
221 | 2024-11-02T03:14:15.222Z | Services to change: 1 |
222 | 2024-11-02T03:14:15.222Z | Create boot environment: No |
223 | 2024-11-02T03:14:15.222Z | Create backup boot environment: Yes |
224 | 2024-11-02T03:14:17.308Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2024-11-02T03:14:17.396Z | Actions: Completed 6 actions in 0.09 seconds. |
226 | 2024-11-02T03:14:17.399Z | Done |
227 | 2024-11-02T03:14:17.399Z | Done |
228 | 2024-11-02T03:14:17.505Z | Done |
229 | 2024-11-02T03:14:21.271Z | Done |
230 | 2024-11-02T03:14:21.363Z | Done |
231 | 2024-11-02T03:14:21.366Z | Done |
232 | 2024-11-02T03:14:22.456Z | Done |
233 | 2024-11-02T03:14:22.905Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2024-11-02T03:14:22.905Z | clang system 15 system |
235 | 2024-11-02T03:14:22.905Z | csh system system illumos |
236 | 2024-11-02T03:14:22.905Z | ctags system system illumos |
237 | 2024-11-02T03:14:22.905Z | gcc vendor 12 vendor |
238 | 2024-11-02T03:14:22.905Z | gcc system 10 system |
239 | 2024-11-02T03:14:22.905Z | gcc system 7 system |
240 | 2024-11-02T03:14:22.905Z | go system 1.20 system |
241 | 2024-11-02T03:14:22.905Z | go system 1.19 system |
242 | 2024-11-02T03:14:22.905Z | llvm system 15 system |
243 | 2024-11-02T03:14:22.906Z | llvm system 14 system |
244 | 2024-11-02T03:14:22.906Z | mariadb system 10.6 system |
245 | 2024-11-02T03:14:22.906Z | mta vendor vendor dma |
246 | 2024-11-02T03:14:22.906Z | openjdk system 17 system |
247 | 2024-11-02T03:14:22.906Z | openjdk system 11 system |
248 | 2024-11-02T03:14:22.906Z | openjdk system 1.8 system |
249 | 2024-11-02T03:14:22.906Z | openssl vendor 3 vendor |
250 | 2024-11-02T03:14:22.906Z | perl system 5.36 system |
251 | 2024-11-02T03:14:22.906Z | postgresql system 15 system |
252 | 2024-11-02T03:14:22.906Z | postgresql system 13 system |
253 | 2024-11-02T03:14:22.906Z | python vendor 3 vendor |
254 | 2024-11-02T03:14:22.906Z | python system 2 system |
255 | 2024-11-02T03:14:22.906Z | python3 system 3.11 system |
256 | 2024-11-02T03:14:22.906Z | ruby system 3.0 system |
257 | 2024-11-02T03:14:22.906Z | words vendor vendor american-english |
258 | 2024-11-02T03:14:22.906Z | words system system australian-english |
259 | 2024-11-02T03:14:22.906Z | words system system british-english |
260 | 2024-11-02T03:14:22.906Z | words system system canadian-english |
261 | 2024-11-02T03:14:22.906Z | words system system french |
262 | 2024-11-02T03:14:22.906Z | words system system italian |
263 | 2024-11-02T03:14:22.906Z | words system system ngerman |
264 | 2024-11-02T03:14:22.906Z | words system system ogerman |
265 | 2024-11-02T03:14:22.906Z | words system system spanish |
266 | 2024-11-02T03:14:23.253Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2024-11-02T03:14:23.253Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2024-11-02T03:14:25.761Z | FMRI IFO |
269 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2024-11-02T03:14:25.761Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2024-11-02T03:14:25.762Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
279 | 2024-11-02T03:14:25.762Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
280 | 2024-11-02T03:14:25.763Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2024-11-02T03:14:25.763Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
282 | 2024-11-02T03:14:25.763Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
283 | 2024-11-02T03:14:25.763Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2024-11-02T03:14:26.462Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2024-11-02T03:14:26.759Z | Updating crates.io index |
286 | 2024-11-02T03:14:26.762Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2024-11-02T03:14:27.579Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2024-11-02T03:14:27.930Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2024-11-02T03:14:28.207Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2024-11-02T03:14:28.468Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2024-11-02T03:14:29.450Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2024-11-02T03:14:31.788Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2024-11-02T03:14:32.824Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2024-11-02T03:14:33.577Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2024-11-02T03:14:33.883Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2024-11-02T03:14:34.148Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2024-11-02T03:14:34.747Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2024-11-02T03:14:35.166Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2024-11-02T03:14:35.577Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2024-11-02T03:14:35.845Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2024-11-02T03:14:36.205Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2024-11-02T03:14:36.466Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2024-11-02T03:14:36.777Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
304 | 2024-11-02T03:14:37.176Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2024-11-02T03:14:37.569Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
306 | 2024-11-02T03:14:38.014Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2024-11-02T03:14:38.457Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2024-11-02T03:14:38.891Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
309 | 2024-11-02T03:14:39.236Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2024-11-02T03:14:39.654Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2024-11-02T03:14:39.956Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2024-11-02T03:14:40.187Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2024-11-02T03:14:41.716Z | Downloading crates ... |
314 | 2024-11-02T03:14:41.802Z | Downloaded byteorder v1.5.0 |
315 | 2024-11-02T03:14:41.806Z | Downloaded bitflags v2.6.0 |
316 | 2024-11-02T03:14:41.810Z | Downloaded anyhow v1.0.92 |
317 | 2024-11-02T03:14:41.824Z | Downloaded swrite v0.1.0 |
318 | 2024-11-02T03:14:41.826Z | Downloaded anstyle v1.0.8 |
319 | 2024-11-02T03:14:41.832Z | Downloaded serde_spanned v0.6.8 |
320 | 2024-11-02T03:14:41.834Z | Downloaded fnv v1.0.7 |
321 | 2024-11-02T03:14:41.836Z | Downloaded pest_generator v2.7.14 |
322 | 2024-11-02T03:14:41.836Z | Downloaded dof v0.3.0 |
323 | 2024-11-02T03:14:41.842Z | Downloaded heck v0.5.0 |
324 | 2024-11-02T03:14:41.845Z | Downloaded cpufeatures v0.2.14 |
325 | 2024-11-02T03:14:41.849Z | Downloaded errno v0.3.9 |
326 | 2024-11-02T03:14:41.849Z | Downloaded utf8parse v0.2.2 |
327 | 2024-11-02T03:14:41.849Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2024-11-02T03:14:41.851Z | Downloaded once_cell v1.20.2 |
329 | 2024-11-02T03:14:41.854Z | Downloaded toml_datetime v0.6.8 |
330 | 2024-11-02T03:14:41.854Z | Downloaded terminal_size v0.4.0 |
331 | 2024-11-02T03:14:41.856Z | Downloaded scroll v0.12.0 |
332 | 2024-11-02T03:14:41.859Z | Downloaded macaddr v1.0.1 |
333 | 2024-11-02T03:14:41.859Z | Downloaded anstyle-parse v0.2.5 |
334 | 2024-11-02T03:14:41.861Z | Downloaded itoa v1.0.11 |
335 | 2024-11-02T03:14:41.864Z | Downloaded clap_derive v4.5.18 |
336 | 2024-11-02T03:14:41.867Z | Downloaded quote v1.0.37 |
337 | 2024-11-02T03:14:41.870Z | Downloaded proc-macro-error v1.0.4 |
338 | 2024-11-02T03:14:41.872Z | Downloaded cargo_metadata v0.18.1 |
339 | 2024-11-02T03:14:41.875Z | Downloaded cfg-if v1.0.0 |
340 | 2024-11-02T03:14:41.875Z | Downloaded block-buffer v0.10.4 |
341 | 2024-11-02T03:14:41.877Z | Downloaded typenum v1.17.0 |
342 | 2024-11-02T03:14:41.881Z | Downloaded sha2 v0.10.8 |
343 | 2024-11-02T03:14:41.883Z | Downloaded camino-tempfile v1.1.1 |
344 | 2024-11-02T03:14:41.883Z | Downloaded toml v0.8.19 |
345 | 2024-11-02T03:14:41.886Z | Downloaded pest_meta v2.7.14 |
346 | 2024-11-02T03:14:41.889Z | Downloaded pest_derive v2.7.14 |
347 | 2024-11-02T03:14:41.891Z | Downloaded camino v1.1.9 |
348 | 2024-11-02T03:14:41.891Z | Downloaded autocfg v1.4.0 |
349 | 2024-11-02T03:14:41.894Z | Downloaded bytecount v0.6.8 |
350 | 2024-11-02T03:14:41.896Z | Downloaded cargo-platform v0.1.8 |
351 | 2024-11-02T03:14:41.896Z | Downloaded anstyle-query v1.1.1 |
352 | 2024-11-02T03:14:41.899Z | Downloaded cargo_toml v0.20.5 |
353 | 2024-11-02T03:14:41.899Z | Downloaded anstream v0.6.15 |
354 | 2024-11-02T03:14:41.905Z | Downloaded serde v1.0.210 |
355 | 2024-11-02T03:14:41.909Z | Downloaded equivalent v1.0.1 |
356 | 2024-11-02T03:14:41.913Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2024-11-02T03:14:41.917Z | Downloaded scroll_derive v0.12.0 |
358 | 2024-11-02T03:14:41.920Z | Downloaded proc-macro-error-attr v1.0.4 |
359 | 2024-11-02T03:14:41.926Z | Downloaded pretty-hex v0.4.1 |
360 | 2024-11-02T03:14:41.933Z | Downloaded usdt-macro v0.5.0 |
361 | 2024-11-02T03:14:41.937Z | Downloaded fastrand v2.1.1 |
362 | 2024-11-02T03:14:41.939Z | Downloaded is_terminal_polyfill v1.70.1 |
363 | 2024-11-02T03:14:41.942Z | Downloaded heck v0.4.1 |
364 | 2024-11-02T03:14:41.944Z | Downloaded plain v0.2.3 |
365 | 2024-11-02T03:14:41.947Z | Downloaded memmap v0.7.0 |
366 | 2024-11-02T03:14:41.954Z | Downloaded thread-id v4.2.2 |
367 | 2024-11-02T03:14:41.956Z | Downloaded colorchoice v1.0.2 |
368 | 2024-11-02T03:14:41.959Z | Downloaded dtrace-parser v0.2.0 |
369 | 2024-11-02T03:14:41.959Z | Downloaded digest v0.10.7 |
370 | 2024-11-02T03:14:41.963Z | Downloaded generic-array v0.14.7 |
371 | 2024-11-02T03:14:41.972Z | Downloaded tabled_derive v0.7.0 |
372 | 2024-11-02T03:14:41.975Z | Downloaded version_check v0.9.5 |
373 | 2024-11-02T03:14:41.975Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2024-11-02T03:14:41.984Z | Downloaded smawk v0.3.2 |
375 | 2024-11-02T03:14:41.985Z | Downloaded usdt v0.5.0 |
376 | 2024-11-02T03:14:41.985Z | Downloaded thiserror-impl v1.0.64 |
377 | 2024-11-02T03:14:41.985Z | Downloaded thiserror v1.0.64 |
378 | 2024-11-02T03:14:41.993Z | Downloaded fs-err v2.11.0 |
379 | 2024-11-02T03:14:41.996Z | Downloaded clap_lex v0.7.2 |
380 | 2024-11-02T03:14:42.007Z | Downloaded semver v1.0.23 |
381 | 2024-11-02T03:14:42.009Z | Downloaded strsim v0.11.1 |
382 | 2024-11-02T03:14:42.012Z | Downloaded crypto-common v0.1.6 |
383 | 2024-11-02T03:14:42.015Z | Downloaded goblin v0.8.2 |
384 | 2024-11-02T03:14:42.019Z | Downloaded zerocopy-derive v0.7.35 |
385 | 2024-11-02T03:14:42.023Z | Downloaded usdt-impl v0.5.0 |
386 | 2024-11-02T03:14:42.025Z | Downloaded zerocopy v0.7.35 |
387 | 2024-11-02T03:14:42.039Z | Downloaded ucd-trie v0.1.7 |
388 | 2024-11-02T03:14:42.041Z | Downloaded log v0.4.22 |
389 | 2024-11-02T03:14:42.044Z | Downloaded clap v4.5.20 |
390 | 2024-11-02T03:14:42.051Z | Downloaded tempfile v3.13.0 |
391 | 2024-11-02T03:14:42.053Z | Downloaded textwrap v0.16.1 |
392 | 2024-11-02T03:14:42.056Z | Downloaded unicode-ident v1.0.13 |
393 | 2024-11-02T03:14:42.059Z | Downloaded serde_derive v1.0.210 |
394 | 2024-11-02T03:14:42.061Z | Downloaded ryu v1.0.18 |
395 | 2024-11-02T03:14:42.064Z | Downloaded proc-macro2 v1.0.87 |
396 | 2024-11-02T03:14:42.070Z | Downloaded papergrid v0.11.0 |
397 | 2024-11-02T03:14:42.075Z | Downloaded indexmap v2.6.0 |
398 | 2024-11-02T03:14:42.095Z | Downloaded toml_edit v0.22.22 |
399 | 2024-11-02T03:14:42.115Z | Downloaded tabled v0.15.0 |
400 | 2024-11-02T03:14:42.130Z | Downloaded memchr v2.7.4 |
401 | 2024-11-02T03:14:42.135Z | Downloaded pest v2.7.14 |
402 | 2024-11-02T03:14:42.142Z | Downloaded hashbrown v0.15.0 |
403 | 2024-11-02T03:14:42.145Z | Downloaded serde_json v1.0.128 |
404 | 2024-11-02T03:14:42.152Z | Downloaded clap_builder v4.5.20 |
405 | 2024-11-02T03:14:42.158Z | Downloaded winnow v0.6.20 |
406 | 2024-11-02T03:14:42.179Z | Downloaded syn v1.0.109 |
407 | 2024-11-02T03:14:42.190Z | Downloaded syn v2.0.79 |
408 | 2024-11-02T03:14:42.203Z | Downloaded unicode-width v0.1.14 |
409 | 2024-11-02T03:14:42.209Z | Downloaded rustix v0.38.37 |
410 | 2024-11-02T03:14:42.242Z | Downloaded libc v0.2.161 |
411 | 2024-11-02T03:14:42.556Z | Compiling proc-macro2 v1.0.87 |
412 | 2024-11-02T03:14:42.556Z | Compiling unicode-ident v1.0.13 |
413 | 2024-11-02T03:14:42.559Z | Compiling version_check v0.9.5 |
414 | 2024-11-02T03:14:42.559Z | Compiling serde v1.0.210 |
415 | 2024-11-02T03:14:42.559Z | Compiling thiserror v1.0.64 |
416 | 2024-11-02T03:14:42.559Z | Compiling memchr v2.7.4 |
417 | 2024-11-02T03:14:42.559Z | Compiling libc v0.2.161 |
418 | 2024-11-02T03:14:42.559Z | Compiling itoa v1.0.11 |
419 | 2024-11-02T03:14:42.814Z | Compiling ryu v1.0.18 |
420 | 2024-11-02T03:14:42.840Z | Compiling ucd-trie v0.1.7 |
421 | 2024-11-02T03:14:43.328Z | Compiling once_cell v1.20.2 |
422 | 2024-11-02T03:14:43.403Z | Compiling byteorder v1.5.0 |
423 | 2024-11-02T03:14:43.734Z | Compiling rustix v0.38.37 |
424 | 2024-11-02T03:14:43.988Z | Compiling serde_json v1.0.128 |
425 | 2024-11-02T03:14:44.920Z | Compiling bitflags v2.6.0 |
426 | 2024-11-02T03:14:44.942Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2024-11-02T03:14:44.942Z | Compiling usdt-impl v0.5.0 |
428 | 2024-11-02T03:14:45.111Z | Compiling syn v1.0.109 |
429 | 2024-11-02T03:14:45.227Z | Compiling proc-macro-error v1.0.4 |
430 | 2024-11-02T03:14:45.264Z | Compiling hashbrown v0.15.0 |
431 | 2024-11-02T03:14:45.290Z | Compiling log v0.4.22 |
432 | 2024-11-02T03:14:45.467Z | Compiling plain v0.2.3 |
433 | 2024-11-02T03:14:45.511Z | Compiling utf8parse v0.2.2 |
434 | 2024-11-02T03:14:45.625Z | Compiling thread-id v4.2.2 |
435 | 2024-11-02T03:14:45.681Z | Compiling camino v1.1.9 |
436 | 2024-11-02T03:14:45.684Z | Compiling equivalent v1.0.1 |
437 | 2024-11-02T03:14:45.730Z | Compiling anstyle-parse v0.2.5 |
438 | 2024-11-02T03:14:45.839Z | Compiling pretty-hex v0.4.1 |
439 | 2024-11-02T03:14:45.931Z | Compiling quote v1.0.37 |
440 | 2024-11-02T03:14:46.060Z | Compiling autocfg v1.4.0 |
441 | 2024-11-02T03:14:46.086Z | Compiling unicode-width v0.1.14 |
442 | 2024-11-02T03:14:46.161Z | Compiling anstyle v1.0.8 |
443 | 2024-11-02T03:14:46.289Z | Compiling errno v0.3.9 |
444 | 2024-11-02T03:14:46.474Z | Compiling syn v2.0.79 |
445 | 2024-11-02T03:14:46.590Z | Compiling indexmap v2.6.0 |
446 | 2024-11-02T03:14:46.650Z | Compiling anstyle-query v1.1.1 |
447 | 2024-11-02T03:14:46.723Z | Compiling winnow v0.6.20 |
448 | 2024-11-02T03:14:46.837Z | Compiling semver v1.0.23 |
449 | 2024-11-02T03:14:47.217Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2024-11-02T03:14:47.367Z | Compiling colorchoice v1.0.2 |
451 | 2024-11-02T03:14:47.496Z | Compiling anstream v0.6.15 |
452 | 2024-11-02T03:14:47.523Z | Compiling fs-err v2.11.0 |
453 | 2024-11-02T03:14:48.014Z | Compiling fastrand v2.1.1 |
454 | 2024-11-02T03:14:48.091Z | Compiling strsim v0.11.1 |
455 | 2024-11-02T03:14:48.134Z | Compiling clap_lex v0.7.2 |
456 | 2024-11-02T03:14:48.240Z | Compiling anyhow v1.0.92 |
457 | 2024-11-02T03:14:48.550Z | Compiling bytecount v0.6.8 |
458 | 2024-11-02T03:14:48.767Z | Compiling heck v0.5.0 |
459 | 2024-11-02T03:14:48.892Z | Compiling terminal_size v0.4.0 |
460 | 2024-11-02T03:14:49.037Z | Compiling cfg-if v1.0.0 |
461 | 2024-11-02T03:14:49.095Z | Compiling fnv v1.0.7 |
462 | 2024-11-02T03:14:49.117Z | Compiling heck v0.4.1 |
463 | 2024-11-02T03:14:49.142Z | Compiling tempfile v3.13.0 |
464 | 2024-11-02T03:14:49.230Z | Compiling papergrid v0.11.0 |
465 | 2024-11-02T03:14:49.263Z | Compiling clap_builder v4.5.20 |
466 | 2024-11-02T03:14:50.012Z | Compiling memmap v0.7.0 |
467 | 2024-11-02T03:14:50.132Z | Compiling unicode-linebreak v0.1.5 |
468 | 2024-11-02T03:14:50.236Z | Compiling smawk v0.3.2 |
469 | 2024-11-02T03:14:50.546Z | Compiling swrite v0.1.0 |
470 | 2024-11-02T03:14:50.641Z | Compiling textwrap v0.16.1 |
471 | 2024-11-02T03:14:51.909Z | Compiling tabled_derive v0.7.0 |
472 | 2024-11-02T03:14:53.393Z | Compiling tabled v0.15.0 |
473 | 2024-11-02T03:14:54.611Z | Compiling serde_derive v1.0.210 |
474 | 2024-11-02T03:14:54.611Z | Compiling thiserror-impl v1.0.64 |
475 | 2024-11-02T03:14:54.613Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-11-02T03:14:54.613Z | Compiling scroll_derive v0.12.0 |
477 | 2024-11-02T03:14:54.637Z | Compiling clap_derive v4.5.18 |
478 | 2024-11-02T03:14:55.764Z | Compiling scroll v0.12.0 |
479 | 2024-11-02T03:14:56.276Z | Compiling goblin v0.8.2 |
480 | 2024-11-02T03:14:56.314Z | Compiling zerocopy v0.7.35 |
481 | 2024-11-02T03:14:57.201Z | Compiling pest v2.7.14 |
482 | 2024-11-02T03:14:58.119Z | Compiling clap v4.5.20 |
483 | 2024-11-02T03:14:59.361Z | Compiling pest_meta v2.7.14 |
484 | 2024-11-02T03:15:00.256Z | Compiling pest_generator v2.7.14 |
485 | 2024-11-02T03:15:01.870Z | Compiling pest_derive v2.7.14 |
486 | 2024-11-02T03:15:02.571Z | Compiling dtrace-parser v0.2.0 |
487 | 2024-11-02T03:15:04.513Z | Compiling serde_tokenstream v0.2.2 |
488 | 2024-11-02T03:15:04.588Z | Compiling serde_spanned v0.6.8 |
489 | 2024-11-02T03:15:04.588Z | Compiling toml_datetime v0.6.8 |
490 | 2024-11-02T03:15:04.804Z | Compiling cargo-platform v0.1.8 |
491 | 2024-11-02T03:15:04.970Z | Compiling toml_edit v0.22.22 |
492 | 2024-11-02T03:15:05.110Z | Compiling macaddr v1.0.1 |
493 | 2024-11-02T03:15:05.279Z | Compiling camino-tempfile v1.1.1 |
494 | 2024-11-02T03:15:06.007Z | Compiling dof v0.3.0 |
495 | 2024-11-02T03:15:06.040Z | Compiling cargo_metadata v0.18.1 |
496 | 2024-11-02T03:15:07.827Z | Compiling toml v0.8.19 |
497 | 2024-11-02T03:15:07.907Z | Compiling usdt-macro v0.5.0 |
498 | 2024-11-02T03:15:07.907Z | Compiling usdt-attr-macro v0.5.0 |
499 | 2024-11-02T03:15:08.667Z | Compiling cargo_toml v0.20.5 |
500 | 2024-11-02T03:15:09.219Z | Compiling usdt v0.5.0 |
501 | 2024-11-02T03:15:12.169Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2024-11-02T03:15:16.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.19s |
503 | 2024-11-02T03:15:16.732Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2024-11-02T03:15:17.265Z | Downloading crates ... |
505 | 2024-11-02T03:15:17.413Z | Downloaded aes v0.8.4 |
506 | 2024-11-02T03:15:17.417Z | Downloaded atomicwrites v0.4.4 |
507 | 2024-11-02T03:15:17.420Z | Downloaded bitflags v1.3.2 |
508 | 2024-11-02T03:15:17.423Z | Downloaded async-recursion v1.1.1 |
509 | 2024-11-02T03:15:17.427Z | Downloaded hickory-client v0.24.1 |
510 | 2024-11-02T03:15:17.431Z | Downloaded ascii-canvas v3.0.0 |
511 | 2024-11-02T03:15:17.434Z | Downloaded adler2 v2.0.0 |
512 | 2024-11-02T03:15:17.437Z | Downloaded arrayref v0.3.9 |
513 | 2024-11-02T03:15:17.439Z | Downloaded hubpack_derive v0.1.1 |
514 | 2024-11-02T03:15:17.441Z | Downloaded cexpr v0.6.0 |
515 | 2024-11-02T03:15:17.444Z | Downloaded blowfish v0.9.1 |
516 | 2024-11-02T03:15:17.444Z | Downloaded bcs v0.1.6 |
517 | 2024-11-02T03:15:17.446Z | Downloaded hyper v1.4.1 |
518 | 2024-11-02T03:15:17.453Z | Downloaded http-body v1.0.1 |
519 | 2024-11-02T03:15:17.455Z | Downloaded md-5 v0.10.6 |
520 | 2024-11-02T03:15:17.457Z | Downloaded lockfree-object-pool v0.1.6 |
521 | 2024-11-02T03:15:17.460Z | Downloaded linked-hash-map v0.5.6 |
522 | 2024-11-02T03:15:17.462Z | Downloaded kstat-rs v0.2.4 |
523 | 2024-11-02T03:15:17.462Z | Downloaded bit-vec v0.6.3 |
524 | 2024-11-02T03:15:17.465Z | Downloaded inout v0.1.3 |
525 | 2024-11-02T03:15:17.471Z | Downloaded ciborium-io v0.2.2 |
526 | 2024-11-02T03:15:17.473Z | Downloaded crc-any v2.5.0 |
527 | 2024-11-02T03:15:17.475Z | Downloaded internet-checksum v0.2.1 |
528 | 2024-11-02T03:15:17.478Z | Downloaded blake2 v0.10.6 |
529 | 2024-11-02T03:15:17.480Z | Downloaded crypto-bigint v0.5.5 |
530 | 2024-11-02T03:15:17.487Z | Downloaded mockall_derive v0.13.0 |
531 | 2024-11-02T03:15:17.490Z | Downloaded chacha20 v0.9.1 |
532 | 2024-11-02T03:15:17.492Z | Downloaded cbc v0.1.2 |
533 | 2024-11-02T03:15:17.494Z | Downloaded memoffset v0.9.1 |
534 | 2024-11-02T03:15:17.496Z | Downloaded hostname v0.4.0 |
535 | 2024-11-02T03:15:17.496Z | Downloaded compact_str v0.8.0 |
536 | 2024-11-02T03:15:17.501Z | Downloaded indicatif v0.17.8 |
537 | 2024-11-02T03:15:17.505Z | Downloaded crossbeam-epoch v0.9.18 |
538 | 2024-11-02T03:15:17.508Z | Downloaded crossbeam-channel v0.5.13 |
539 | 2024-11-02T03:15:17.513Z | Downloaded home v0.5.9 |
540 | 2024-11-02T03:15:17.515Z | Downloaded const_format_proc_macros v0.2.33 |
541 | 2024-11-02T03:15:17.518Z | Downloaded rustversion v1.0.17 |
542 | 2024-11-02T03:15:17.520Z | Downloaded base64ct v1.6.0 |
543 | 2024-11-02T03:15:17.523Z | Downloaded newtype_derive v0.1.6 |
544 | 2024-11-02T03:15:17.525Z | Downloaded highway v1.2.0 |
545 | 2024-11-02T03:15:17.528Z | Downloaded new_debug_unreachable v1.0.6 |
546 | 2024-11-02T03:15:17.530Z | Downloaded const_format v0.2.33 |
547 | 2024-11-02T03:15:17.534Z | Downloaded scrypt v0.11.0 |
548 | 2024-11-02T03:15:17.539Z | Downloaded data-encoding v2.6.0 |
549 | 2024-11-02T03:15:17.542Z | Downloaded minimal-lexical v0.2.1 |
550 | 2024-11-02T03:15:17.547Z | Downloaded ipnetwork v0.20.0 |
551 | 2024-11-02T03:15:17.548Z | Downloaded ident_case v1.0.1 |
552 | 2024-11-02T03:15:17.550Z | Downloaded async-stream-impl v0.3.6 |
553 | 2024-11-02T03:15:17.551Z | Downloaded hostname v0.3.1 |
554 | 2024-11-02T03:15:17.551Z | Downloaded maplit v1.0.2 |
555 | 2024-11-02T03:15:17.551Z | Downloaded instant v0.1.13 |
556 | 2024-11-02T03:15:17.553Z | Downloaded aho-corasick v1.1.3 |
557 | 2024-11-02T03:15:17.558Z | Downloaded match_cfg v0.1.0 |
558 | 2024-11-02T03:15:17.561Z | Downloaded is_ci v1.2.0 |
559 | 2024-11-02T03:15:17.562Z | Downloaded aead v0.5.2 |
560 | 2024-11-02T03:15:17.564Z | Downloaded assert_matches v1.5.0 |
561 | 2024-11-02T03:15:17.564Z | Downloaded hyper-tls v0.6.0 |
562 | 2024-11-02T03:15:17.567Z | Downloaded structmeta-derive v0.2.0 |
563 | 2024-11-02T03:15:17.569Z | Downloaded sha1 v0.10.6 |
564 | 2024-11-02T03:15:17.569Z | Downloaded httparse v1.9.5 |
565 | 2024-11-02T03:15:17.573Z | Downloaded async-stream v0.3.6 |
566 | 2024-11-02T03:15:17.575Z | Downloaded async-trait v0.1.83 |
567 | 2024-11-02T03:15:17.579Z | Downloaded atty v0.2.14 |
568 | 2024-11-02T03:15:17.583Z | Downloaded argon2 v0.5.3 |
569 | 2024-11-02T03:15:17.583Z | Downloaded itertools v0.10.5 |
570 | 2024-11-02T03:15:17.590Z | Downloaded newline-converter v0.3.0 |
571 | 2024-11-02T03:15:17.592Z | Downloaded md5 v0.7.0 |
572 | 2024-11-02T03:15:17.595Z | Downloaded crunchy v0.2.2 |
573 | 2024-11-02T03:15:17.595Z | Downloaded crucible-workspace-hack v0.1.0 |
574 | 2024-11-02T03:15:17.595Z | Downloaded matches v0.1.10 |
575 | 2024-11-02T03:15:17.597Z | Downloaded lru v0.12.5 |
576 | 2024-11-02T03:15:17.597Z | Downloaded humantime v2.1.0 |
577 | 2024-11-02T03:15:17.599Z | Downloaded httpdate v1.0.3 |
578 | 2024-11-02T03:15:17.602Z | Downloaded cipher v0.4.4 |
579 | 2024-11-02T03:15:17.604Z | Downloaded linear-map v1.2.0 |
580 | 2024-11-02T03:15:17.604Z | Downloaded lazy_static v1.5.0 |
581 | 2024-11-02T03:15:17.606Z | Downloaded castaway v0.2.3 |
582 | 2024-11-02T03:15:17.609Z | Downloaded managed v0.8.0 |
583 | 2024-11-02T03:15:17.611Z | Downloaded lru-cache v0.1.2 |
584 | 2024-11-02T03:15:17.611Z | Downloaded addr2line v0.24.2 |
585 | 2024-11-02T03:15:17.613Z | Downloaded instability v0.3.2 |
586 | 2024-11-02T03:15:17.616Z | Downloaded sct v0.7.1 |
587 | 2024-11-02T03:15:17.619Z | Downloaded libefi-sys v0.1.0 |
588 | 2024-11-02T03:15:17.621Z | Downloaded cobs v0.2.3 |
589 | 2024-11-02T03:15:17.624Z | Downloaded ciborium-ll v0.2.2 |
590 | 2024-11-02T03:15:17.624Z | Downloaded libsw v3.3.1 |
591 | 2024-11-02T03:15:17.626Z | Downloaded sync_wrapper v0.1.2 |
592 | 2024-11-02T03:15:17.629Z | Downloaded keccak v0.1.5 |
593 | 2024-11-02T03:15:17.631Z | Downloaded http-body v0.4.6 |
594 | 2024-11-02T03:15:17.631Z | Downloaded ipnet v2.10.1 |
595 | 2024-11-02T03:15:17.634Z | Downloaded indoc v1.0.9 |
596 | 2024-11-02T03:15:17.636Z | Downloaded nanorand v0.7.0 |
597 | 2024-11-02T03:15:17.640Z | Downloaded hyper-staticfile v0.10.1 |
598 | 2024-11-02T03:15:17.642Z | Downloaded cfg_aliases v0.1.1 |
599 | 2024-11-02T03:15:17.644Z | Downloaded allocator-api2 v0.2.18 |
600 | 2024-11-02T03:15:17.647Z | Downloaded hyper-rustls v0.27.3 |
601 | 2024-11-02T03:15:17.649Z | Downloaded newtype-uuid v1.1.2 |
602 | 2024-11-02T03:15:17.652Z | Downloaded cfg_aliases v0.2.1 |
603 | 2024-11-02T03:15:17.654Z | Downloaded nibble_vec v0.1.0 |
604 | 2024-11-02T03:15:17.656Z | Downloaded cstr-argument v0.1.2 |
605 | 2024-11-02T03:15:17.656Z | Downloaded cancel-safe-futures v0.1.5 |
606 | 2024-11-02T03:15:17.660Z | Downloaded libloading v0.8.5 |
607 | 2024-11-02T03:15:17.662Z | Downloaded lock_api v0.4.12 |
608 | 2024-11-02T03:15:17.665Z | Downloaded jobserver v0.1.32 |
609 | 2024-11-02T03:15:17.667Z | Downloaded subtle v2.6.1 |
610 | 2024-11-02T03:15:17.669Z | Downloaded foreign-types v0.3.2 |
611 | 2024-11-02T03:15:17.672Z | Downloaded crc-catalog v2.4.0 |
612 | 2024-11-02T03:15:17.672Z | Downloaded colored v2.1.0 |
613 | 2024-11-02T03:15:17.674Z | Downloaded tokio-tungstenite v0.23.1 |
614 | 2024-11-02T03:15:17.677Z | Downloaded nodrop v0.1.14 |
615 | 2024-11-02T03:15:17.680Z | Downloaded slog-json v2.6.1 |
616 | 2024-11-02T03:15:17.680Z | Downloaded shell-words v1.1.0 |
617 | 2024-11-02T03:15:17.683Z | Downloaded serde_plain v1.0.2 |
618 | 2024-11-02T03:15:17.685Z | Downloaded console v0.15.8 |
619 | 2024-11-02T03:15:17.687Z | Downloaded unarray v0.1.4 |
620 | 2024-11-02T03:15:17.690Z | Downloaded indexmap v1.9.3 |
621 | 2024-11-02T03:15:17.693Z | Downloaded tokio-stream v0.1.16 |
622 | 2024-11-02T03:15:17.697Z | Downloaded defmt v0.3.8 |
623 | 2024-11-02T03:15:17.701Z | Downloaded diesel-dtrace v0.3.0 |
624 | 2024-11-02T03:15:17.703Z | Downloaded rand_seeder v0.3.0 |
625 | 2024-11-02T03:15:17.706Z | Downloaded memmap2 v0.9.5 |
626 | 2024-11-02T03:15:17.708Z | Downloaded group v0.13.0 |
627 | 2024-11-02T03:15:17.711Z | Downloaded arc-swap v1.7.1 |
628 | 2024-11-02T03:15:17.713Z | Downloaded enum-as-inner v0.6.1 |
629 | 2024-11-02T03:15:17.716Z | Downloaded ff v0.13.0 |
630 | 2024-11-02T03:15:17.718Z | Downloaded itertools v0.13.0 |
631 | 2024-11-02T03:15:17.725Z | Downloaded pretty-hex v0.2.1 |
632 | 2024-11-02T03:15:17.728Z | Downloaded predicates-tree v1.0.11 |
633 | 2024-11-02T03:15:17.731Z | Downloaded const-oid v0.9.6 |
634 | 2024-11-02T03:15:17.734Z | Downloaded base64 v0.13.1 |
635 | 2024-11-02T03:15:17.736Z | Downloaded num_enum v0.5.11 |
636 | 2024-11-02T03:15:17.740Z | Downloaded semver v0.1.20 |
637 | 2024-11-02T03:15:17.742Z | Downloaded spin v0.5.2 |
638 | 2024-11-02T03:15:17.745Z | Downloaded strum v0.26.3 |
639 | 2024-11-02T03:15:17.745Z | Downloaded crossbeam-utils v0.8.20 |
640 | 2024-11-02T03:15:17.748Z | Downloaded want v0.3.1 |
641 | 2024-11-02T03:15:17.750Z | Downloaded base64 v0.22.1 |
642 | 2024-11-02T03:15:17.753Z | Downloaded typify-macro v0.2.0 |
643 | 2024-11-02T03:15:17.756Z | Downloaded packed_struct_codegen v0.10.1 |
644 | 2024-11-02T03:15:17.758Z | Downloaded whoami v1.5.2 |
645 | 2024-11-02T03:15:17.762Z | Downloaded oso-derive v0.27.3 |
646 | 2024-11-02T03:15:17.762Z | Downloaded native-tls v0.2.12 |
647 | 2024-11-02T03:15:17.765Z | Downloaded owo-colors v4.1.0 |
648 | 2024-11-02T03:15:17.765Z | Downloaded fd-lock v4.0.2 |
649 | 2024-11-02T03:15:17.768Z | Downloaded chacha20poly1305 v0.10.1 |
650 | 2024-11-02T03:15:17.771Z | Downloaded derive_builder_core v0.20.2 |
651 | 2024-11-02T03:15:17.774Z | Downloaded ssh-encoding v0.2.0 |
652 | 2024-11-02T03:15:17.776Z | Downloaded crc32fast v1.4.2 |
653 | 2024-11-02T03:15:17.776Z | Downloaded slog-stdlog v4.1.1 |
654 | 2024-11-02T03:15:17.779Z | Downloaded untrusted v0.9.0 |
655 | 2024-11-02T03:15:17.781Z | Downloaded packed_struct v0.10.1 |
656 | 2024-11-02T03:15:17.783Z | Downloaded tiny-keccak v2.0.2 |
657 | 2024-11-02T03:15:17.787Z | Downloaded rusty-fork v0.3.0 |
658 | 2024-11-02T03:15:17.790Z | Downloaded rand_core v0.6.4 |
659 | 2024-11-02T03:15:17.790Z | Downloaded proc-macro-crate v1.3.1 |
660 | 2024-11-02T03:15:17.793Z | Downloaded primeorder v0.13.6 |
661 | 2024-11-02T03:15:17.793Z | Downloaded phf_shared v0.10.0 |
662 | 2024-11-02T03:15:17.793Z | Downloaded openssl-macros v0.1.1 |
663 | 2024-11-02T03:15:17.795Z | Downloaded rustfmt-wrapper v0.2.1 |
664 | 2024-11-02T03:15:17.796Z | Downloaded openssl-probe v0.1.5 |
665 | 2024-11-02T03:15:17.799Z | Downloaded enum-as-inner v0.5.1 |
666 | 2024-11-02T03:15:17.809Z | Downloaded strum_macros v0.24.3 |
667 | 2024-11-02T03:15:17.812Z | Downloaded headers-core v0.3.0 |
668 | 2024-11-02T03:15:17.814Z | Downloaded strum_macros v0.25.3 |
669 | 2024-11-02T03:15:17.817Z | Downloaded olpc-cjson v0.1.4 |
670 | 2024-11-02T03:15:17.817Z | Downloaded thread_local v1.1.8 |
671 | 2024-11-02T03:15:17.819Z | Downloaded rand_xorshift v0.3.0 |
672 | 2024-11-02T03:15:17.822Z | Downloaded dyn-clone v1.0.17 |
673 | 2024-11-02T03:15:17.822Z | Downloaded derive_builder_macro v0.20.2 |
674 | 2024-11-02T03:15:17.824Z | Downloaded uuid v1.10.0 |
675 | 2024-11-02T03:15:17.830Z | Downloaded untrusted v0.7.1 |
676 | 2024-11-02T03:15:17.832Z | Downloaded hickory-server v0.24.1 |
677 | 2024-11-02T03:15:17.835Z | Downloaded polyval v0.6.2 |
678 | 2024-11-02T03:15:17.837Z | Downloaded typify v0.2.0 |
679 | 2024-11-02T03:15:17.840Z | Downloaded smallvec v0.6.14 |
680 | 2024-11-02T03:15:17.842Z | Downloaded tokio-tungstenite v0.21.0 |
681 | 2024-11-02T03:15:17.845Z | Downloaded strum_macros v0.26.4 |
682 | 2024-11-02T03:15:17.847Z | Downloaded fallible-iterator v0.3.0 |
683 | 2024-11-02T03:15:17.849Z | Downloaded toolchain_find v0.4.0 |
684 | 2024-11-02T03:15:17.850Z | Downloaded tokio-tungstenite v0.24.0 |
685 | 2024-11-02T03:15:17.852Z | Downloaded globset v0.4.15 |
686 | 2024-11-02T03:15:17.854Z | Downloaded wyz v0.5.1 |
687 | 2024-11-02T03:15:17.857Z | Downloaded fallible-streaming-iterator v0.1.9 |
688 | 2024-11-02T03:15:17.857Z | Downloaded postgres-types v0.2.8 |
689 | 2024-11-02T03:15:17.860Z | Downloaded phf_shared v0.11.2 |
690 | 2024-11-02T03:15:17.865Z | Downloaded percent-encoding v2.3.1 |
691 | 2024-11-02T03:15:17.865Z | Downloaded waitgroup v0.1.2 |
692 | 2024-11-02T03:15:17.868Z | Downloaded socket2 v0.5.7 |
693 | 2024-11-02T03:15:17.868Z | Downloaded hash32 v0.3.1 |
694 | 2024-11-02T03:15:17.868Z | Downloaded filetime v0.2.25 |
695 | 2024-11-02T03:15:17.870Z | Downloaded num-rational v0.4.2 |
696 | 2024-11-02T03:15:17.873Z | Downloaded quinn-udp v0.5.5 |
697 | 2024-11-02T03:15:17.873Z | Downloaded num-iter v0.1.45 |
698 | 2024-11-02T03:15:17.876Z | Downloaded serde_with_macros v3.11.0 |
699 | 2024-11-02T03:15:17.878Z | Downloaded sqlparser_derive v0.2.2 |
700 | 2024-11-02T03:15:17.878Z | Downloaded parking_lot v0.11.2 |
701 | 2024-11-02T03:15:17.882Z | Downloaded subprocess v0.2.9 |
702 | 2024-11-02T03:15:17.885Z | Downloaded ghash v0.5.1 |
703 | 2024-11-02T03:15:17.885Z | Downloaded cc v1.1.30 |
704 | 2024-11-02T03:15:17.888Z | Downloaded embedded-io v0.6.1 |
705 | 2024-11-02T03:15:17.891Z | Downloaded walkdir v2.5.0 |
706 | 2024-11-02T03:15:17.893Z | Downloaded omicron-zone-package v0.11.1 |
707 | 2024-11-02T03:15:17.896Z | Downloaded diesel_table_macro_syntax v0.2.0 |
708 | 2024-11-02T03:15:17.899Z | Downloaded number_prefix v0.4.0 |
709 | 2024-11-02T03:15:17.899Z | Downloaded zip v0.6.6 |
710 | 2024-11-02T03:15:17.903Z | Downloaded ssh-cipher v0.2.0 |
711 | 2024-11-02T03:15:17.905Z | Downloaded powerfmt v0.2.0 |
712 | 2024-11-02T03:15:17.906Z | Downloaded serde_path_to_error v0.1.16 |
713 | 2024-11-02T03:15:17.908Z | Downloaded serde-hex v0.1.0 |
714 | 2024-11-02T03:15:17.911Z | Downloaded rustc_version v0.4.1 |
715 | 2024-11-02T03:15:17.911Z | Downloaded radium v0.7.0 |
716 | 2024-11-02T03:15:17.913Z | Downloaded diesel_derives v2.2.3 |
717 | 2024-11-02T03:15:17.916Z | Downloaded stable_deref_trait v1.2.0 |
718 | 2024-11-02T03:15:17.919Z | Downloaded http v0.2.12 |
719 | 2024-11-02T03:15:17.922Z | Downloaded unicase v2.7.0 |
720 | 2024-11-02T03:15:17.924Z | Downloaded p256 v0.13.2 |
721 | 2024-11-02T03:15:17.927Z | Downloaded sqlformat v0.2.6 |
722 | 2024-11-02T03:15:17.929Z | Downloaded slog-envlogger v2.2.0 |
723 | 2024-11-02T03:15:17.932Z | Downloaded env_logger v0.11.5 |
724 | 2024-11-02T03:15:17.935Z | Downloaded signal-hook v0.3.17 |
725 | 2024-11-02T03:15:17.937Z | Downloaded progenitor v0.8.0 |
726 | 2024-11-02T03:15:17.941Z | Downloaded progenitor-client v0.8.0 |
727 | 2024-11-02T03:15:17.944Z | Downloaded tokio-native-tls v0.3.1 |
728 | 2024-11-02T03:15:17.944Z | Downloaded time-core v0.1.2 |
729 | 2024-11-02T03:15:17.944Z | Downloaded structmeta-derive v0.3.0 |
730 | 2024-11-02T03:15:17.946Z | Downloaded spki v0.7.3 |
731 | 2024-11-02T03:15:17.948Z | Downloaded postgres-protocol v0.6.7 |
732 | 2024-11-02T03:15:17.951Z | Downloaded foreign-types v0.5.0 |
733 | 2024-11-02T03:15:17.951Z | Downloaded ena v0.14.3 |
734 | 2024-11-02T03:15:17.954Z | Downloaded fallible-iterator v0.2.0 |
735 | 2024-11-02T03:15:17.954Z | Downloaded wait-timeout v0.2.0 |
736 | 2024-11-02T03:15:17.956Z | Downloaded vte_generate_state_changes v0.1.2 |
737 | 2024-11-02T03:15:17.959Z | Downloaded derive_builder v0.20.2 |
738 | 2024-11-02T03:15:17.962Z | Downloaded hex v0.4.3 |
739 | 2024-11-02T03:15:17.965Z | Downloaded futures-sink v0.3.31 |
740 | 2024-11-02T03:15:17.967Z | Downloaded futures-core v0.3.31 |
741 | 2024-11-02T03:15:17.967Z | Downloaded peg v0.8.4 |
742 | 2024-11-02T03:15:17.971Z | Downloaded defmt-macros v0.3.9 |
743 | 2024-11-02T03:15:17.975Z | Downloaded normalize-line-endings v0.3.0 |
744 | 2024-11-02T03:15:17.979Z | Downloaded downcast v0.11.0 |
745 | 2024-11-02T03:15:17.979Z | Downloaded num-derive v0.4.2 |
746 | 2024-11-02T03:15:17.982Z | Downloaded spin v0.9.8 |
747 | 2024-11-02T03:15:17.985Z | Downloaded fatfs v0.3.6 |
748 | 2024-11-02T03:15:17.988Z | Downloaded peg-runtime v0.8.3 |
749 | 2024-11-02T03:15:17.988Z | Downloaded prettyplease v0.2.22 |
750 | 2024-11-02T03:15:17.990Z | Downloaded pin-utils v0.1.0 |
751 | 2024-11-02T03:15:17.993Z | Downloaded ref-cast-impl v1.0.23 |
752 | 2024-11-02T03:15:17.996Z | Downloaded ref-cast v1.0.23 |
753 | 2024-11-02T03:15:17.998Z | Downloaded fxhash v0.2.1 |
754 | 2024-11-02T03:15:17.998Z | Downloaded zone_cfg_derive v0.1.2 |
755 | 2024-11-02T03:15:17.998Z | Downloaded predicates-core v1.0.8 |
756 | 2024-11-02T03:15:18.001Z | Downloaded dsl_auto_type v0.1.2 |
757 | 2024-11-02T03:15:18.001Z | Downloaded toml v0.7.8 |
758 | 2024-11-02T03:15:18.004Z | Downloaded zeroize_derive v1.4.2 |
759 | 2024-11-02T03:15:18.007Z | Downloaded futures-task v0.3.31 |
760 | 2024-11-02T03:15:18.009Z | Downloaded scopeguard v1.2.0 |
761 | 2024-11-02T03:15:18.009Z | Downloaded string_cache v0.8.7 |
762 | 2024-11-02T03:15:18.012Z | Downloaded tokio-rustls v0.24.1 |
763 | 2024-11-02T03:15:18.016Z | Downloaded static_assertions v1.1.0 |
764 | 2024-11-02T03:15:18.018Z | Downloaded serde_urlencoded v0.7.1 |
765 | 2024-11-02T03:15:18.018Z | Downloaded tinyvec_macros v0.1.1 |
766 | 2024-11-02T03:15:18.018Z | Downloaded rustls-pki-types v1.9.0 |
767 | 2024-11-02T03:15:18.022Z | Downloaded pbkdf2 v0.12.2 |
768 | 2024-11-02T03:15:18.024Z | Downloaded sigpipe v0.1.3 |
769 | 2024-11-02T03:15:18.027Z | Downloaded zone v0.1.8 |
770 | 2024-11-02T03:15:18.027Z | Downloaded fixedbitset v0.4.2 |
771 | 2024-11-02T03:15:18.029Z | Downloaded universal-hash v0.5.1 |
772 | 2024-11-02T03:15:18.030Z | Downloaded try-lock v0.2.5 |
773 | 2024-11-02T03:15:18.030Z | Downloaded salsa20 v0.10.2 |
774 | 2024-11-02T03:15:18.032Z | Downloaded ed25519-dalek v2.1.1 |
775 | 2024-11-02T03:15:18.035Z | Downloaded opaque-debug v0.3.1 |
776 | 2024-11-02T03:15:18.037Z | Downloaded xattr v1.3.1 |
777 | 2024-11-02T03:15:18.039Z | Downloaded zone v0.3.0 |
778 | 2024-11-02T03:15:18.039Z | Downloaded serde_derive_internals v0.29.1 |
779 | 2024-11-02T03:15:18.042Z | Downloaded ron v0.7.1 |
780 | 2024-11-02T03:15:18.046Z | Downloaded path-slash v0.1.5 |
781 | 2024-11-02T03:15:18.049Z | Downloaded aes-gcm v0.10.3 |
782 | 2024-11-02T03:15:18.052Z | Downloaded pem v3.0.4 |
783 | 2024-11-02T03:15:18.054Z | Downloaded hash32 v0.2.1 |
784 | 2024-11-02T03:15:18.057Z | Downloaded time-macros v0.2.18 |
785 | 2024-11-02T03:15:18.059Z | Downloaded precomputed-hash v0.1.1 |
786 | 2024-11-02T03:15:18.059Z | Downloaded derive_more v0.99.18 |
787 | 2024-11-02T03:15:18.064Z | Downloaded predicates v3.1.2 |
788 | 2024-11-02T03:15:18.067Z | Downloaded pkg-config v0.3.31 |
789 | 2024-11-02T03:15:18.070Z | Downloaded sync_wrapper v1.0.1 |
790 | 2024-11-02T03:15:18.074Z | Downloaded toml_edit v0.19.15 |
791 | 2024-11-02T03:15:18.088Z | Downloaded simd-adler32 v0.3.7 |
792 | 2024-11-02T03:15:18.091Z | Downloaded blake3 v1.5.4 |
793 | 2024-11-02T03:15:18.098Z | Downloaded difflib v0.4.0 |
794 | 2024-11-02T03:15:18.101Z | Downloaded hkdf v0.12.4 |
795 | 2024-11-02T03:15:18.103Z | Downloaded tui-tree-widget v0.22.0 |
796 | 2024-11-02T03:15:18.103Z | Downloaded signal-hook-tokio v0.3.1 |
797 | 2024-11-02T03:15:18.106Z | Downloaded signal-hook-registry v1.4.2 |
798 | 2024-11-02T03:15:18.109Z | Downloaded glob v0.3.1 |
799 | 2024-11-02T03:15:18.109Z | Downloaded vsss-rs v3.3.4 |
800 | 2024-11-02T03:15:18.112Z | Downloaded pin-project v1.1.6 |
801 | 2024-11-02T03:15:18.123Z | Downloaded serde_repr v0.1.19 |
802 | 2024-11-02T03:15:18.126Z | Downloaded env_logger v0.10.2 |
803 | 2024-11-02T03:15:18.128Z | Downloaded xz2 v0.1.7 |
804 | 2024-11-02T03:15:18.132Z | Downloaded value-bag v1.9.0 |
805 | 2024-11-02T03:15:18.134Z | Downloaded take_mut v0.2.2 |
806 | 2024-11-02T03:15:18.134Z | Downloaded slog-bunyan v2.5.0 |
807 | 2024-11-02T03:15:18.137Z | Downloaded psl-types v2.0.11 |
808 | 2024-11-02T03:15:18.137Z | Downloaded progenitor-macro v0.8.0 |
809 | 2024-11-02T03:15:18.139Z | Downloaded ron v0.8.1 |
810 | 2024-11-02T03:15:18.145Z | Downloaded scheduled-thread-pool v0.2.7 |
811 | 2024-11-02T03:15:18.149Z | Downloaded tinyvec v1.8.0 |
812 | 2024-11-02T03:15:18.151Z | Downloaded tokio-macros v2.4.0 |
813 | 2024-11-02T03:15:18.151Z | Downloaded idna v0.2.3 |
814 | 2024-11-02T03:15:18.158Z | Downloaded endian-type v0.1.2 |
815 | 2024-11-02T03:15:18.160Z | Downloaded float-cmp v0.9.0 |
816 | 2024-11-02T03:15:18.160Z | Downloaded parking_lot_core v0.9.10 |
817 | 2024-11-02T03:15:18.163Z | Downloaded zopfli v0.8.1 |
818 | 2024-11-02T03:15:18.165Z | Downloaded either v1.13.0 |
819 | 2024-11-02T03:15:18.168Z | Downloaded tokio-rustls v0.26.0 |
820 | 2024-11-02T03:15:18.170Z | Downloaded flume v0.11.0 |
821 | 2024-11-02T03:15:18.174Z | Downloaded parse-display v0.10.0 |
822 | 2024-11-02T03:15:18.176Z | Downloaded hex-literal v0.4.1 |
823 | 2024-11-02T03:15:18.176Z | Downloaded heck v0.3.3 |
824 | 2024-11-02T03:15:18.179Z | Downloaded test-strategy v0.3.1 |
825 | 2024-11-02T03:15:18.181Z | Downloaded nu-ansi-term v0.50.1 |
826 | 2024-11-02T03:15:18.184Z | Downloaded signal-hook-mio v0.2.4 |
827 | 2024-11-02T03:15:18.187Z | Downloaded same-file v1.0.6 |
828 | 2024-11-02T03:15:18.189Z | Downloaded quick-error v1.2.3 |
829 | 2024-11-02T03:15:18.189Z | Downloaded progenitor-impl v0.8.0 |
830 | 2024-11-02T03:15:18.192Z | Downloaded dhcproto-macros v0.1.0 |
831 | 2024-11-02T03:15:18.192Z | Downloaded slog v2.7.0 |
832 | 2024-11-02T03:15:18.195Z | Downloaded ecdsa v0.16.9 |
833 | 2024-11-02T03:15:18.197Z | Downloaded yasna v0.5.2 |
834 | 2024-11-02T03:15:18.200Z | Downloaded zone_cfg_derive v0.3.0 |
835 | 2024-11-02T03:15:18.202Z | Downloaded parse-size v1.1.0 |
836 | 2024-11-02T03:15:18.202Z | Downloaded tabwriter v1.4.0 |
837 | 2024-11-02T03:15:18.205Z | Downloaded structmeta v0.2.0 |
838 | 2024-11-02T03:15:18.205Z | Downloaded strip-ansi-escapes v0.2.0 |
839 | 2024-11-02T03:15:18.208Z | Downloaded snafu-derive v0.8.5 |
840 | 2024-11-02T03:15:18.208Z | Downloaded futures-channel v0.3.31 |
841 | 2024-11-02T03:15:18.213Z | Downloaded display-error-chain v0.2.2 |
842 | 2024-11-02T03:15:18.216Z | Downloaded tokio-rustls v0.25.0 |
843 | 2024-11-02T03:15:18.216Z | Downloaded parking_lot_core v0.8.6 |
844 | 2024-11-02T03:15:18.216Z | Downloaded half v2.4.1 |
845 | 2024-11-02T03:15:18.219Z | Downloaded russh-cryptovec v0.7.3 |
846 | 2024-11-02T03:15:18.221Z | Downloaded tokio-postgres v0.7.12 |
847 | 2024-11-02T03:15:18.225Z | Downloaded tls_codec v0.4.1 |
848 | 2024-11-02T03:15:18.227Z | Downloaded slog-dtrace v0.3.0 |
849 | 2024-11-02T03:15:18.230Z | Downloaded paste v1.0.15 |
850 | 2024-11-02T03:15:18.232Z | Downloaded gethostname v0.5.0 |
851 | 2024-11-02T03:15:18.234Z | Downloaded hashlink v0.9.1 |
852 | 2024-11-02T03:15:18.243Z | Downloaded pkcs8 v0.10.2 |
853 | 2024-11-02T03:15:18.243Z | Downloaded dropshot_endpoint v0.12.0 |
854 | 2024-11-02T03:15:18.246Z | Downloaded secrecy v0.8.0 |
855 | 2024-11-02T03:15:18.246Z | Downloaded sec1 v0.7.3 |
856 | 2024-11-02T03:15:18.246Z | Downloaded flagset v0.4.6 |
857 | 2024-11-02T03:15:18.246Z | Downloaded rustc-demangle v0.1.24 |
858 | 2024-11-02T03:15:18.251Z | Downloaded dirs-next v2.0.0 |
859 | 2024-11-02T03:15:18.253Z | Downloaded float-ord v0.3.2 |
860 | 2024-11-02T03:15:18.253Z | Downloaded zip v2.1.3 |
861 | 2024-11-02T03:15:18.256Z | Downloaded topological-sort v0.2.2 |
862 | 2024-11-02T03:15:18.258Z | Downloaded tar v0.4.42 |
863 | 2024-11-02T03:15:18.260Z | Downloaded serde-big-array v0.5.1 |
864 | 2024-11-02T03:15:18.263Z | Downloaded dirs-sys-next v0.1.2 |
865 | 2024-11-02T03:15:18.267Z | Downloaded termcolor v1.4.1 |
866 | 2024-11-02T03:15:18.267Z | Downloaded unicode-xid v0.2.6 |
867 | 2024-11-02T03:15:18.270Z | Downloaded parse-display-derive v0.10.0 |
868 | 2024-11-02T03:15:18.270Z | Downloaded embedded-io v0.4.0 |
869 | 2024-11-02T03:15:18.270Z | Downloaded tower-service v0.3.3 |
870 | 2024-11-02T03:15:18.272Z | Downloaded foreign-types-macros v0.2.3 |
871 | 2024-11-02T03:15:18.272Z | Downloaded getrandom v0.2.15 |
872 | 2024-11-02T03:15:18.275Z | Downloaded displaydoc v0.2.5 |
873 | 2024-11-02T03:15:18.279Z | Downloaded phf_codegen v0.11.2 |
874 | 2024-11-02T03:15:18.279Z | Downloaded deranged v0.3.11 |
875 | 2024-11-02T03:15:18.282Z | Downloaded parking_lot v0.12.3 |
876 | 2024-11-02T03:15:18.285Z | Downloaded hyper v0.14.30 |
877 | 2024-11-02T03:15:18.290Z | Downloaded num-conv v0.1.0 |
878 | 2024-11-02T03:15:18.293Z | Downloaded rpassword v7.3.1 |
879 | 2024-11-02T03:15:18.295Z | Downloaded foreign-types-shared v0.1.1 |
880 | 2024-11-02T03:15:18.295Z | Downloaded num_enum_derive v0.5.11 |
881 | 2024-11-02T03:15:18.295Z | Downloaded futures v0.3.31 |
882 | 2024-11-02T03:15:18.300Z | Downloaded num v0.4.3 |
883 | 2024-11-02T03:15:18.302Z | Downloaded foreign-types-shared v0.3.1 |
884 | 2024-11-02T03:15:18.302Z | Downloaded term v0.7.0 |
885 | 2024-11-02T03:15:18.306Z | Downloaded num_threads v0.1.7 |
886 | 2024-11-02T03:15:18.309Z | Downloaded num-complex v0.4.6 |
887 | 2024-11-02T03:15:18.311Z | Downloaded termtree v0.4.1 |
888 | 2024-11-02T03:15:18.311Z | Downloaded tls_codec_derive v0.4.1 |
889 | 2024-11-02T03:15:18.314Z | Downloaded unicode-properties v0.1.3 |
890 | 2024-11-02T03:15:18.314Z | Downloaded tokio-util v0.7.12 |
891 | 2024-11-02T03:15:18.321Z | Downloaded stringprep v0.1.5 |
892 | 2024-11-02T03:15:18.325Z | Downloaded phf_generator v0.11.2 |
893 | 2024-11-02T03:15:18.328Z | Downloaded slog-async v2.8.0 |
894 | 2024-11-02T03:15:18.328Z | Downloaded schemars_derive v0.8.21 |
895 | 2024-11-02T03:15:18.328Z | Downloaded zerocopy v0.6.6 |
896 | 2024-11-02T03:15:18.331Z | Downloaded elliptic-curve v0.13.8 |
897 | 2024-11-02T03:15:18.334Z | Downloaded tap v1.0.1 |
898 | 2024-11-02T03:15:18.341Z | Downloaded unicode-truncate v1.1.0 |
899 | 2024-11-02T03:15:18.341Z | Downloaded quinn v0.11.5 |
900 | 2024-11-02T03:15:18.344Z | Downloaded phf v0.11.2 |
901 | 2024-11-02T03:15:18.344Z | Downloaded siphasher v0.3.11 |
902 | 2024-11-02T03:15:18.344Z | Downloaded password-hash v0.4.2 |
903 | 2024-11-02T03:15:18.346Z | Downloaded bindgen v0.69.5 |
904 | 2024-11-02T03:15:18.353Z | Downloaded funty v2.0.0 |
905 | 2024-11-02T03:15:18.355Z | Downloaded unsafe-libyaml v0.2.11 |
906 | 2024-11-02T03:15:18.358Z | Downloaded rustc_version v0.1.7 |
907 | 2024-11-02T03:15:18.358Z | Downloaded ppv-lite86 v0.2.20 |
908 | 2024-11-02T03:15:18.360Z | Downloaded utf-8 v0.7.6 |
909 | 2024-11-02T03:15:18.363Z | Downloaded poly1305 v0.8.0 |
910 | 2024-11-02T03:15:18.365Z | Downloaded zeroize v1.8.1 |
911 | 2024-11-02T03:15:18.365Z | Downloaded slog-scope v4.4.0 |
912 | 2024-11-02T03:15:18.367Z | Downloaded peg-macros v0.8.4 |
913 | 2024-11-02T03:15:18.370Z | Downloaded password-hash v0.5.0 |
914 | 2024-11-02T03:15:18.372Z | Downloaded form_urlencoded v1.2.1 |
915 | 2024-11-02T03:15:18.372Z | Downloaded fragile v2.0.0 |
916 | 2024-11-02T03:15:18.374Z | Downloaded h2 v0.4.6 |
917 | 2024-11-02T03:15:18.379Z | Downloaded uzers v0.12.1 |
918 | 2024-11-02T03:15:18.382Z | Downloaded russh-keys v0.45.0 |
919 | 2024-11-02T03:15:18.384Z | Downloaded pkcs1 v0.7.5 |
920 | 2024-11-02T03:15:18.387Z | Downloaded tracing-attributes v0.1.27 |
921 | 2024-11-02T03:15:18.389Z | Downloaded oso v0.27.3 |
922 | 2024-11-02T03:15:18.392Z | Downloaded defmt-parser v0.3.4 |
923 | 2024-11-02T03:15:18.395Z | Downloaded unicode_categories v0.1.1 |
924 | 2024-11-02T03:15:18.395Z | Downloaded publicsuffix v2.2.3 |
925 | 2024-11-02T03:15:18.397Z | Downloaded chrono-tz v0.10.0 |
926 | 2024-11-02T03:15:18.405Z | Downloaded url v2.5.2 |
927 | 2024-11-02T03:15:18.408Z | Downloaded pem-rfc7468 v0.7.0 |
928 | 2024-11-02T03:15:18.410Z | Downloaded unicode-normalization v0.1.24 |
929 | 2024-11-02T03:15:18.413Z | Downloaded chrono v0.4.38 |
930 | 2024-11-02T03:15:18.421Z | Downloaded rsa v0.9.6 |
931 | 2024-11-02T03:15:18.426Z | Downloaded heapless v0.8.0 |
932 | 2024-11-02T03:15:18.430Z | Downloaded hashbrown v0.12.3 |
933 | 2024-11-02T03:15:18.434Z | Downloaded der_derive v0.7.3 |
934 | 2024-11-02T03:15:18.436Z | Downloaded derive-where v1.2.7 |
935 | 2024-11-02T03:15:18.441Z | Downloaded num-traits v0.2.19 |
936 | 2024-11-02T03:15:18.443Z | Downloaded schemars v0.8.21 |
937 | 2024-11-02T03:15:18.453Z | Downloaded time v0.3.36 |
938 | 2024-11-02T03:15:18.460Z | Downloaded winnow v0.5.40 |
939 | 2024-11-02T03:15:18.469Z | Downloaded qorb v0.2.0 |
940 | 2024-11-02T03:15:18.473Z | Downloaded portable-atomic v1.9.0 |
941 | 2024-11-02T03:15:18.480Z | Downloaded snafu v0.8.5 |
942 | 2024-11-02T03:15:18.486Z | Downloaded tungstenite v0.24.0 |
943 | 2024-11-02T03:15:18.490Z | Downloaded h2 v0.3.26 |
944 | 2024-11-02T03:15:18.497Z | Downloaded flate2 v1.0.34 |
945 | 2024-11-02T03:15:18.502Z | Downloaded salty v0.3.0 |
946 | 2024-11-02T03:15:18.510Z | Downloaded tungstenite v0.23.0 |
947 | 2024-11-02T03:15:18.514Z | Downloaded tracing v0.1.40 |
948 | 2024-11-02T03:15:18.518Z | Downloaded hashbrown v0.14.5 |
949 | 2024-11-02T03:15:18.524Z | Downloaded dhcproto v0.12.0 |
950 | 2024-11-02T03:15:18.526Z | Downloaded reqwest v0.12.8 |
951 | 2024-11-02T03:15:18.535Z | Downloaded steno v0.4.1 |
952 | 2024-11-02T03:15:18.539Z | Downloaded russh v0.45.0 |
953 | 2024-11-02T03:15:18.544Z | Downloaded rayon v1.10.0 |
954 | 2024-11-02T03:15:18.554Z | Downloaded rustyline v14.0.0 |
955 | 2024-11-02T03:15:18.559Z | Downloaded lalrpop v0.19.12 |
956 | 2024-11-02T03:15:18.572Z | Downloaded rusqlite v0.32.1 |
957 | 2024-11-02T03:15:18.578Z | Downloaded regex-syntax v0.6.29 |
958 | 2024-11-02T03:15:18.587Z | Downloaded der v0.7.9 |
959 | 2024-11-02T03:15:18.591Z | Downloaded openssl v0.10.66 |
960 | 2024-11-02T03:15:18.601Z | Downloaded p384 v0.13.0 |
961 | 2024-11-02T03:15:18.608Z | Downloaded rustls-webpki v0.101.7 |
962 | 2024-11-02T03:15:18.623Z | Downloaded object v0.30.4 |
963 | 2024-11-02T03:15:18.635Z | Downloaded rustls v0.21.12 |
964 | 2024-11-02T03:15:18.646Z | Downloaded bstr v1.10.0 |
965 | 2024-11-02T03:15:18.655Z | Downloaded nix v0.27.1 |
966 | 2024-11-02T03:15:18.666Z | Downloaded regress v0.10.1 |
967 | 2024-11-02T03:15:18.675Z | Downloaded openapiv3 v2.0.0 |
968 | 2024-11-02T03:15:18.687Z | Downloaded rustls v0.23.14 |
969 | 2024-11-02T03:15:18.699Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
970 | 2024-11-02T03:15:18.713Z | Downloaded polar-core v0.27.3 |
971 | 2024-11-02T03:15:18.721Z | Downloaded quick-xml v0.33.0 |
972 | 2024-11-02T03:15:18.727Z | Downloaded trust-dns-proto v0.22.0 |
973 | 2024-11-02T03:15:18.739Z | Downloaded typify-impl v0.2.0 |
974 | 2024-11-02T03:15:18.755Z | Downloaded quinn-proto v0.11.8 |
975 | 2024-11-02T03:15:18.762Z | Downloaded regex-automata v0.4.8 |
976 | 2024-11-02T03:15:18.779Z | Downloaded rustls-webpki v0.102.8 |
977 | 2024-11-02T03:15:18.797Z | Downloaded regex v1.11.0 |
978 | 2024-11-02T03:15:18.810Z | Downloaded smoltcp v0.9.1 |
979 | 2024-11-02T03:15:18.820Z | Downloaded ratatui v0.28.1 |
980 | 2024-11-02T03:15:18.840Z | Downloaded nix v0.29.0 |
981 | 2024-11-02T03:15:18.852Z | Downloaded csv v1.3.0 |
982 | 2024-11-02T03:15:18.872Z | Downloaded vcpkg v0.2.15 |
983 | 2024-11-02T03:15:18.910Z | Downloaded git2 v0.19.0 |
984 | 2024-11-02T03:15:18.919Z | Downloaded hickory-proto v0.24.1 |
985 | 2024-11-02T03:15:18.934Z | Downloaded object v0.36.5 |
986 | 2024-11-02T03:15:18.946Z | Downloaded regex-syntax v0.8.5 |
987 | 2024-11-02T03:15:18.954Z | Downloaded dropshot v0.12.0 |
988 | 2024-11-02T03:15:18.974Z | Downloaded regress v0.9.1 |
989 | 2024-11-02T03:15:18.982Z | Downloaded diesel v2.2.4 |
990 | 2024-11-02T03:15:19.001Z | Downloaded gimli v0.31.1 |
991 | 2024-11-02T03:15:19.009Z | Downloaded tokio v1.40.0 |
992 | 2024-11-02T03:15:19.047Z | Downloaded petgraph v0.6.5 |
993 | 2024-11-02T03:15:19.064Z | Downloaded smoltcp v0.11.0 |
994 | 2024-11-02T03:15:19.076Z | Downloaded sled v0.34.7 |
995 | 2024-11-02T03:15:19.086Z | Downloaded rustls v0.22.4 |
996 | 2024-11-02T03:15:19.099Z | Downloaded tough v0.17.1 |
997 | 2024-11-02T03:15:19.107Z | Downloaded nix v0.28.0 |
998 | 2024-11-02T03:15:19.119Z | Downloaded proptest v1.5.0 |
999 | 2024-11-02T03:15:19.128Z | Downloaded idna v0.5.0 |
1000 | 2024-11-02T03:15:19.135Z | Downloaded idna v0.4.0 |
1001 | 2024-11-02T03:15:19.141Z | Downloaded idna v0.3.0 |
1002 | 2024-11-02T03:15:19.148Z | Downloaded nom v7.1.3 |
1003 | 2024-11-02T03:15:19.153Z | Downloaded futures-util v0.3.31 |
1004 | 2024-11-02T03:15:19.165Z | Downloaded zerocopy-derive v0.6.6 |
1005 | 2024-11-02T03:15:19.174Z | Downloaded radix_trie v0.2.1 |
1006 | 2024-11-02T03:15:19.179Z | Downloaded hashbrown v0.13.2 |
1007 | 2024-11-02T03:15:19.184Z | Downloaded parse-zoneinfo v0.3.1 |
1008 | 2024-11-02T03:15:19.186Z | Downloaded sqlparser v0.45.0 |
1009 | 2024-11-02T03:15:19.192Z | Downloaded reqwest v0.11.27 |
1010 | 2024-11-02T03:15:19.199Z | Downloaded libz-sys v1.1.20 |
1011 | 2024-11-02T03:15:19.221Z | Downloaded rand v0.8.5 |
1012 | 2024-11-02T03:15:19.224Z | Downloaded webpki-roots v0.26.6 |
1013 | 2024-11-02T03:15:19.228Z | Downloaded lzma-sys v0.1.20 |
1014 | 2024-11-02T03:15:19.257Z | Downloaded serde_with v3.11.0 |
1015 | 2024-11-02T03:15:19.265Z | Downloaded bitvec v1.0.1 |
1016 | 2024-11-02T03:15:19.279Z | Downloaded tungstenite v0.21.0 |
1017 | 2024-11-02T03:15:19.282Z | Downloaded rayon-core v1.12.1 |
1018 | 2024-11-02T03:15:19.286Z | Downloaded p521 v0.13.3 |
1019 | 2024-11-02T03:15:19.289Z | Downloaded similar v2.6.0 |
1020 | 2024-11-02T03:15:19.294Z | Downloaded termios v0.3.3 |
1021 | 2024-11-02T03:15:19.297Z | Downloaded typed-path v0.7.1 |
1022 | 2024-11-02T03:15:19.301Z | Downloaded pkcs5 v0.7.1 |
1023 | 2024-11-02T03:15:19.305Z | Downloaded rcgen v0.12.1 |
1024 | 2024-11-02T03:15:19.308Z | Downloaded reedline v0.35.0 |
1025 | 2024-11-02T03:15:19.315Z | Downloaded sha3 v0.10.8 |
1026 | 2024-11-02T03:15:19.320Z | Downloaded vergen v8.3.2 |
1027 | 2024-11-02T03:15:19.322Z | Downloaded x509-cert v0.2.5 |
1028 | 2024-11-02T03:15:19.328Z | Downloaded unicode-segmentation v1.12.0 |
1029 | 2024-11-02T03:15:19.332Z | Downloaded itertools v0.12.1 |
1030 | 2024-11-02T03:15:19.339Z | Downloaded structmeta v0.3.0 |
1031 | 2024-11-02T03:15:19.341Z | Downloaded pbkdf2 v0.11.0 |
1032 | 2024-11-02T03:15:19.343Z | Downloaded curve25519-dalek v4.1.3 |
1033 | 2024-11-02T03:15:19.350Z | Downloaded postcard v1.0.10 |
1034 | 2024-11-02T03:15:19.355Z | Downloaded heapless v0.7.17 |
1035 | 2024-11-02T03:15:19.358Z | Downloaded headers v0.4.0 |
1036 | 2024-11-02T03:15:19.362Z | Downloaded num-bigint-dig v0.8.4 |
1037 | 2024-11-02T03:15:19.366Z | Downloaded num-bigint v0.4.6 |
1038 | 2024-11-02T03:15:19.372Z | Downloaded ssh-key v0.6.6 |
1039 | 2024-11-02T03:15:19.378Z | Downloaded unicode-bidi v0.3.17 |
1040 | 2024-11-02T03:15:19.381Z | Downloaded samael v0.0.17 |
1041 | 2024-11-02T03:15:19.386Z | Downloaded expectorate v1.1.0 |
1042 | 2024-11-02T03:15:19.389Z | Downloaded signature v2.2.0 |
1043 | 2024-11-02T03:15:19.392Z | Downloaded rustc-hash v2.0.0 |
1044 | 2024-11-02T03:15:19.392Z | Downloaded num-integer v0.1.46 |
1045 | 2024-11-02T03:15:19.394Z | Downloaded diff v0.1.13 |
1046 | 2024-11-02T03:15:19.397Z | Downloaded openssl-sys v0.9.103 |
1047 | 2024-11-02T03:15:19.400Z | Downloaded libm v0.2.8 |
1048 | 2024-11-02T03:15:19.408Z | Downloaded env_filter v0.1.2 |
1049 | 2024-11-02T03:15:19.410Z | Downloaded twox-hash v1.6.3 |
1050 | 2024-11-02T03:15:19.413Z | Downloaded libxml v0.3.3 |
1051 | 2024-11-02T03:15:19.416Z | Downloaded slab v0.4.9 |
1052 | 2024-11-02T03:15:19.419Z | Downloaded rand_chacha v0.3.1 |
1053 | 2024-11-02T03:15:19.419Z | Downloaded r2d2 v0.8.10 |
1054 | 2024-11-02T03:15:19.421Z | Downloaded smallvec v1.13.2 |
1055 | 2024-11-02T03:15:19.424Z | Downloaded hyper-util v0.1.10 |
1056 | 2024-11-02T03:15:19.426Z | Downloaded pin-project-lite v0.2.14 |
1057 | 2024-11-02T03:15:19.431Z | Downloaded mio v1.0.2 |
1058 | 2024-11-02T03:15:19.436Z | Downloaded des v0.8.1 |
1059 | 2024-11-02T03:15:19.438Z | Downloaded slog-term v2.9.1 |
1060 | 2024-11-02T03:15:19.441Z | Downloaded serde_yaml v0.9.34+deprecated |
1061 | 2024-11-02T03:15:19.443Z | Downloaded vte v0.11.1 |
1062 | 2024-11-02T03:15:19.446Z | Downloaded tracing-core v0.1.32 |
1063 | 2024-11-02T03:15:19.448Z | Downloaded backtrace v0.3.74 |
1064 | 2024-11-02T03:15:19.452Z | Downloaded thiserror-no-std v2.0.2 |
1065 | 2024-11-02T03:15:19.456Z | Downloaded thiserror-impl-no-std v2.0.2 |
1066 | 2024-11-02T03:15:19.458Z | Downloaded shlex v1.3.0 |
1067 | 2024-11-02T03:15:19.460Z | Downloaded rustls-pemfile v2.2.0 |
1068 | 2024-11-02T03:15:19.460Z | Downloaded rustls-pemfile v1.0.4 |
1069 | 2024-11-02T03:15:19.463Z | Downloaded rfc6979 v0.4.0 |
1070 | 2024-11-02T03:15:19.465Z | Downloaded resolv-conf v0.7.0 |
1071 | 2024-11-02T03:15:19.465Z | Downloaded pin-project-internal v1.1.6 |
1072 | 2024-11-02T03:15:19.468Z | Downloaded futures-macro v0.3.31 |
1073 | 2024-11-02T03:15:19.468Z | Downloaded futures-executor v0.3.31 |
1074 | 2024-11-02T03:15:19.471Z | Downloaded foldhash v0.1.3 |
1075 | 2024-11-02T03:15:19.471Z | Downloaded debug-ignore v1.0.5 |
1076 | 2024-11-02T03:15:19.473Z | Downloaded rustc-hash v1.1.0 |
1077 | 2024-11-02T03:15:19.473Z | Downloaded futures-io v0.3.31 |
1078 | 2024-11-02T03:15:19.473Z | Downloaded rtoolbox v0.0.2 |
1079 | 2024-11-02T03:15:19.476Z | Downloaded mime_guess v2.0.5 |
1080 | 2024-11-02T03:15:19.476Z | Downloaded cookie_store v0.21.0 |
1081 | 2024-11-02T03:15:19.478Z | Downloaded ciborium v0.2.2 |
1082 | 2024-11-02T03:15:19.481Z | Downloaded bytes v1.7.2 |
1083 | 2024-11-02T03:15:19.483Z | Downloaded ed25519 v2.2.3 |
1084 | 2024-11-02T03:15:19.485Z | Downloaded hickory-resolver v0.24.1 |
1085 | 2024-11-02T03:15:19.488Z | Downloaded convert_case v0.4.0 |
1086 | 2024-11-02T03:15:19.491Z | Downloaded which v4.4.2 |
1087 | 2024-11-02T03:15:19.491Z | Downloaded darling v0.20.10 |
1088 | 2024-11-02T03:15:19.494Z | Downloaded supports-color v3.0.1 |
1089 | 2024-11-02T03:15:19.497Z | Downloaded encoding_rs v0.8.34 |
1090 | 2024-11-02T03:15:19.517Z | Downloaded multer v3.1.0 |
1091 | 2024-11-02T03:15:19.519Z | Downloaded ctr v0.9.2 |
1092 | 2024-11-02T03:15:19.522Z | Downloaded crc v3.2.1 |
1093 | 2024-11-02T03:15:19.525Z | Downloaded csv-core v0.1.11 |
1094 | 2024-11-02T03:15:19.525Z | Downloaded ahash v0.8.11 |
1095 | 2024-11-02T03:15:19.528Z | Downloaded iana-time-zone v0.1.61 |
1096 | 2024-11-02T03:15:19.530Z | Downloaded hubpack v0.1.2 |
1097 | 2024-11-02T03:15:19.530Z | Downloaded crossbeam-deque v0.8.5 |
1098 | 2024-11-02T03:15:19.532Z | Downloaded constant_time_eq v0.3.1 |
1099 | 2024-11-02T03:15:19.532Z | Downloaded chrono-tz-build v0.4.0 |
1100 | 2024-11-02T03:15:19.535Z | Downloaded bzip2 v0.4.4 |
1101 | 2024-11-02T03:15:19.535Z | Downloaded bitfield-struct v0.6.2 |
1102 | 2024-11-02T03:15:19.537Z | Downloaded multimap v0.10.0 |
1103 | 2024-11-02T03:15:19.537Z | Downloaded mockall v0.13.0 |
1104 | 2024-11-02T03:15:19.540Z | Downloaded mime v0.3.17 |
1105 | 2024-11-02T03:15:19.540Z | Downloaded maybe-uninit v2.0.0 |
1106 | 2024-11-02T03:15:19.542Z | Downloaded backoff v0.4.0 |
1107 | 2024-11-02T03:15:19.542Z | Downloaded curve25519-dalek-derive v0.1.1 |
1108 | 2024-11-02T03:15:19.546Z | Downloaded async-bb8-diesel v0.2.1 |
1109 | 2024-11-02T03:15:19.546Z | Downloaded http-range v0.1.5 |
1110 | 2024-11-02T03:15:19.546Z | Downloaded buf-list v1.0.3 |
1111 | 2024-11-02T03:15:19.548Z | Downloaded atomic-waker v1.1.2 |
1112 | 2024-11-02T03:15:19.551Z | Downloaded miniz_oxide v0.8.0 |
1113 | 2024-11-02T03:15:19.553Z | Downloaded hmac v0.12.1 |
1114 | 2024-11-02T03:15:19.553Z | Downloaded block-padding v0.3.3 |
1115 | 2024-11-02T03:15:19.555Z | Downloaded bit-set v0.5.3 |
1116 | 2024-11-02T03:15:19.556Z | Downloaded impl-trait-for-tuples v0.2.2 |
1117 | 2024-11-02T03:15:19.559Z | Downloaded bitfield v0.14.0 |
1118 | 2024-11-02T03:15:19.559Z | Downloaded lazycell v1.3.0 |
1119 | 2024-11-02T03:15:19.559Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1120 | 2024-11-02T03:15:19.616Z | Downloaded http-body-util v0.1.2 |
1121 | 2024-11-02T03:15:19.619Z | Downloaded bb8 v0.8.5 |
1122 | 2024-11-02T03:15:19.621Z | Downloaded bcrypt-pbkdf v0.10.0 |
1123 | 2024-11-02T03:15:19.621Z | Downloaded arrayvec v0.7.6 |
1124 | 2024-11-02T03:15:19.624Z | Downloaded lalrpop-util v0.19.12 |
1125 | 2024-11-02T03:15:19.624Z | Downloaded is-terminal v0.4.13 |
1126 | 2024-11-02T03:15:19.624Z | Downloaded indent_write v2.2.0 |
1127 | 2024-11-02T03:15:19.627Z | Downloaded cassowary v0.3.0 |
1128 | 2024-11-02T03:15:19.627Z | Downloaded array-init v0.0.4 |
1129 | 2024-11-02T03:15:19.627Z | Downloaded http v1.1.0 |
1130 | 2024-11-02T03:15:19.630Z | Downloaded crossterm v0.28.1 |
1131 | 2024-11-02T03:15:19.637Z | Downloaded base16ct v0.2.0 |
1132 | 2024-11-02T03:15:19.640Z | Downloaded smf v0.2.3 |
1133 | 2024-11-02T03:15:19.640Z | Downloaded darling_macro v0.20.10 |
1134 | 2024-11-02T03:15:19.644Z | Downloaded clang-sys v1.8.1 |
1135 | 2024-11-02T03:15:19.644Z | Downloaded base64 v0.21.7 |
1136 | 2024-11-02T03:15:19.646Z | Downloaded darling_core v0.20.10 |
1137 | 2024-11-02T03:15:19.650Z | Downloaded bumpalo v3.16.0 |
1138 | 2024-11-02T03:15:19.653Z | Downloaded cookie v0.18.1 |
1139 | 2024-11-02T03:15:20.137Z | Downloaded ring v0.17.8 |
1140 | 2024-11-02T03:15:20.312Z | Downloaded ring v0.16.20 |
1141 | 2024-11-02T03:15:20.395Z | Downloaded libsqlite3-sys v0.30.1 |
1142 | 2024-11-02T03:15:20.577Z | Compiling serde v1.0.210 |
1143 | 2024-11-02T03:15:20.580Z | Compiling typenum v1.17.0 |
1144 | 2024-11-02T03:15:20.580Z | Compiling lock_api v0.4.12 |
1145 | 2024-11-02T03:15:20.580Z | Compiling generic-array v0.14.7 |
1146 | 2024-11-02T03:15:20.581Z | Compiling scopeguard v1.2.0 |
1147 | 2024-11-02T03:15:20.728Z | Compiling subtle v2.6.1 |
1148 | 2024-11-02T03:15:20.759Z | Compiling syn v2.0.79 |
1149 | 2024-11-02T03:15:20.773Z | Compiling getrandom v0.2.15 |
1150 | 2024-11-02T03:15:20.866Z | Compiling value-bag v1.9.0 |
1151 | 2024-11-02T03:15:21.063Z | Compiling rand_core v0.6.4 |
1152 | 2024-11-02T03:15:21.154Z | Compiling const-oid v0.9.6 |
1153 | 2024-11-02T03:15:21.222Z | Compiling jobserver v0.1.32 |
1154 | 2024-11-02T03:15:21.276Z | Compiling shlex v1.3.0 |
1155 | 2024-11-02T03:15:21.481Z | Compiling log v0.4.22 |
1156 | 2024-11-02T03:15:21.798Z | Compiling cc v1.1.30 |
1157 | 2024-11-02T03:15:21.885Z | Compiling pin-project-lite v0.2.14 |
1158 | 2024-11-02T03:15:21.922Z | Compiling smallvec v1.13.2 |
1159 | 2024-11-02T03:15:22.005Z | Compiling parking_lot_core v0.9.10 |
1160 | 2024-11-02T03:15:22.217Z | Compiling futures-core v0.3.31 |
1161 | 2024-11-02T03:15:22.345Z | Compiling signal-hook-registry v1.4.2 |
1162 | 2024-11-02T03:15:22.487Z | Compiling mio v1.0.2 |
1163 | 2024-11-02T03:15:22.507Z | Compiling cpufeatures v0.2.14 |
1164 | 2024-11-02T03:15:22.621Z | Compiling futures-sink v0.3.31 |
1165 | 2024-11-02T03:15:22.791Z | Compiling spin v0.9.8 |
1166 | 2024-11-02T03:15:23.216Z | Compiling parking_lot v0.12.3 |
1167 | 2024-11-02T03:15:23.236Z | Compiling socket2 v0.5.7 |
1168 | 2024-11-02T03:15:23.255Z | Compiling slab v0.4.9 |
1169 | 2024-11-02T03:15:23.374Z | Compiling serde_json v1.0.128 |
1170 | 2024-11-02T03:15:23.602Z | Compiling futures-channel v0.3.31 |
1171 | 2024-11-02T03:15:23.761Z | Compiling pin-utils v0.1.0 |
1172 | 2024-11-02T03:15:23.781Z | Compiling tinyvec_macros v0.1.1 |
1173 | 2024-11-02T03:15:23.878Z | Compiling allocator-api2 v0.2.18 |
1174 | 2024-11-02T03:15:23.896Z | Compiling foldhash v0.1.3 |
1175 | 2024-11-02T03:15:24.023Z | Compiling futures-task v0.3.31 |
1176 | 2024-11-02T03:15:24.053Z | Compiling futures-io v0.3.31 |
1177 | 2024-11-02T03:15:24.125Z | Compiling tinyvec v1.8.0 |
1178 | 2024-11-02T03:15:24.189Z | Compiling libm v0.2.8 |
1179 | 2024-11-02T03:15:24.208Z | Compiling pkg-config v0.3.31 |
1180 | 2024-11-02T03:15:24.331Z | Compiling num-traits v0.2.19 |
1181 | 2024-11-02T03:15:24.369Z | Compiling unicode-bidi v0.3.17 |
1182 | 2024-11-02T03:15:24.649Z | Compiling hashbrown v0.15.0 |
1183 | 2024-11-02T03:15:24.931Z | Compiling base64ct v1.6.0 |
1184 | 2024-11-02T03:15:25.528Z | Compiling pem-rfc7468 v0.7.0 |
1185 | 2024-11-02T03:15:25.655Z | Compiling unicode-normalization v0.1.24 |
1186 | 2024-11-02T03:15:25.795Z | Compiling httparse v1.9.5 |
1187 | 2024-11-02T03:15:25.950Z | Compiling flagset v0.4.6 |
1188 | 2024-11-02T03:15:25.991Z | Compiling ring v0.17.8 |
1189 | 2024-11-02T03:15:26.013Z | Compiling tracing-core v0.1.32 |
1190 | 2024-11-02T03:15:26.153Z | Compiling crossbeam-utils v0.8.20 |
1191 | 2024-11-02T03:15:26.248Z | Compiling rustls-pki-types v1.9.0 |
1192 | 2024-11-02T03:15:26.643Z | Compiling percent-encoding v2.3.1 |
1193 | 2024-11-02T03:15:26.864Z | Compiling untrusted v0.9.0 |
1194 | 2024-11-02T03:15:27.003Z | Compiling vcpkg v0.2.15 |
1195 | 2024-11-02T03:15:27.040Z | Compiling num-conv v0.1.0 |
1196 | 2024-11-02T03:15:27.328Z | Compiling time-core v0.1.2 |
1197 | 2024-11-02T03:15:27.377Z | Compiling powerfmt v0.2.0 |
1198 | 2024-11-02T03:15:27.488Z | Compiling num_threads v0.1.7 |
1199 | 2024-11-02T03:15:27.491Z | Compiling time-macros v0.2.18 |
1200 | 2024-11-02T03:15:27.618Z | Compiling deranged v0.3.11 |
1201 | 2024-11-02T03:15:27.742Z | Compiling atomic-waker v1.1.2 |
1202 | 2024-11-02T03:15:27.788Z | Compiling form_urlencoded v1.2.1 |
1203 | 2024-11-02T03:15:27.913Z | Compiling slog v2.7.0 |
1204 | 2024-11-02T03:15:28.085Z | Compiling rustix v0.38.37 |
1205 | 2024-11-02T03:15:28.394Z | Compiling try-lock v0.2.5 |
1206 | 2024-11-02T03:15:28.536Z | Compiling want v0.3.1 |
1207 | 2024-11-02T03:15:28.556Z | Compiling httpdate v1.0.3 |
1208 | 2024-11-02T03:15:28.913Z | Compiling idna v0.5.0 |
1209 | 2024-11-02T03:15:28.975Z | Compiling openssl-sys v0.9.103 |
1210 | 2024-11-02T03:15:29.003Z | Compiling base64 v0.22.1 |
1211 | 2024-11-02T03:15:29.448Z | Compiling adler2 v2.0.0 |
1212 | 2024-11-02T03:15:29.603Z | Compiling openssl v0.10.66 |
1213 | 2024-11-02T03:15:29.636Z | Compiling tower-service v0.3.3 |
1214 | 2024-11-02T03:15:29.698Z | Compiling iana-time-zone v0.1.61 |
1215 | 2024-11-02T03:15:29.763Z | Compiling rustversion v1.0.17 |
1216 | 2024-11-02T03:15:29.993Z | Compiling match_cfg v0.1.0 |
1217 | 2024-11-02T03:15:30.078Z | Compiling foreign-types-shared v0.1.1 |
1218 | 2024-11-02T03:15:30.098Z | Compiling hostname v0.3.1 |
1219 | 2024-11-02T03:15:30.180Z | Compiling foreign-types v0.3.2 |
1220 | 2024-11-02T03:15:30.266Z | Compiling url v2.5.2 |
1221 | 2024-11-02T03:15:30.324Z | Compiling miniz_oxide v0.8.0 |
1222 | 2024-11-02T03:15:30.348Z | Compiling dirs-sys-next v0.1.2 |
1223 | 2024-11-02T03:15:30.438Z | Compiling time v0.3.36 |
1224 | 2024-11-02T03:15:30.463Z | Compiling aho-corasick v1.1.3 |
1225 | 2024-11-02T03:15:30.908Z | Compiling rustls v0.22.4 |
1226 | 2024-11-02T03:15:31.157Z | Compiling regex-syntax v0.8.5 |
1227 | 2024-11-02T03:15:31.552Z | Compiling data-encoding v2.6.0 |
1228 | 2024-11-02T03:15:31.892Z | Compiling syn v1.0.109 |
1229 | 2024-11-02T03:15:32.340Z | Compiling native-tls v0.2.12 |
1230 | 2024-11-02T03:15:32.689Z | Compiling siphasher v0.3.11 |
1231 | 2024-11-02T03:15:33.081Z | Compiling rustls v0.23.14 |
1232 | 2024-11-02T03:15:33.435Z | Compiling dirs-next v2.0.0 |
1233 | 2024-11-02T03:15:33.611Z | Compiling serde_derive_internals v0.29.1 |
1234 | 2024-11-02T03:15:33.745Z | Compiling crossbeam-epoch v0.9.18 |
1235 | 2024-11-02T03:15:34.159Z | Compiling serde_derive v1.0.210 |
1236 | 2024-11-02T03:15:34.461Z | Compiling zeroize_derive v1.4.2 |
1237 | 2024-11-02T03:15:34.831Z | Compiling zerocopy-derive v0.7.35 |
1238 | 2024-11-02T03:15:35.048Z | Compiling tokio-macros v2.4.0 |
1239 | 2024-11-02T03:15:35.240Z | Compiling thiserror-impl v1.0.64 |
1240 | 2024-11-02T03:15:35.894Z | Compiling zeroize v1.8.1 |
1241 | 2024-11-02T03:15:36.046Z | Compiling futures-macro v0.3.31 |
1242 | 2024-11-02T03:15:36.532Z | Compiling der_derive v0.7.3 |
1243 | 2024-11-02T03:15:36.923Z | Compiling zerocopy v0.7.35 |
1244 | 2024-11-02T03:15:37.256Z | Compiling tracing-attributes v0.1.27 |
1245 | 2024-11-02T03:15:37.724Z | Compiling crypto-common v0.1.6 |
1246 | 2024-11-02T03:15:37.958Z | Compiling block-buffer v0.10.4 |
1247 | 2024-11-02T03:15:37.978Z | Compiling futures-util v0.3.31 |
1248 | 2024-11-02T03:15:38.220Z | Compiling digest v0.10.7 |
1249 | 2024-11-02T03:15:38.337Z | Compiling thiserror v1.0.64 |
1250 | 2024-11-02T03:15:38.483Z | Compiling block-padding v0.3.3 |
1251 | 2024-11-02T03:15:38.505Z | Compiling ppv-lite86 v0.2.20 |
1252 | 2024-11-02T03:15:38.703Z | Compiling hmac v0.12.1 |
1253 | 2024-11-02T03:15:38.738Z | Compiling inout v0.1.3 |
1254 | 2024-11-02T03:15:38.767Z | Compiling sha2 v0.10.8 |
1255 | 2024-11-02T03:15:38.956Z | Compiling cipher v0.4.4 |
1256 | 2024-11-02T03:15:39.004Z | Compiling der v0.7.9 |
1257 | 2024-11-02T03:15:39.315Z | Compiling rand_chacha v0.3.1 |
1258 | 2024-11-02T03:15:39.487Z | Compiling salsa20 v0.10.2 |
1259 | 2024-11-02T03:15:39.719Z | Compiling pbkdf2 v0.12.2 |
1260 | 2024-11-02T03:15:39.904Z | Compiling rand v0.8.5 |
1261 | 2024-11-02T03:15:40.700Z | Compiling tracing v0.1.40 |
1262 | 2024-11-02T03:15:41.200Z | Compiling spki v0.7.3 |
1263 | 2024-11-02T03:15:41.572Z | Compiling pest v2.7.14 |
1264 | 2024-11-02T03:15:41.593Z | Compiling scrypt v0.11.0 |
1265 | 2024-11-02T03:15:41.973Z | Compiling cbc v0.1.2 |
1266 | 2024-11-02T03:15:42.155Z | Compiling aes v0.8.4 |
1267 | 2024-11-02T03:15:42.222Z | Compiling scroll_derive v0.12.0 |
1268 | 2024-11-02T03:15:42.355Z | Compiling async-trait v0.1.83 |
1269 | 2024-11-02T03:15:42.414Z | Compiling openssl-macros v0.1.1 |
1270 | 2024-11-02T03:15:43.156Z | Compiling pkcs5 v0.7.1 |
1271 | 2024-11-02T03:15:43.741Z | Compiling scroll v0.12.0 |
1272 | 2024-11-02T03:15:44.306Z | Compiling pest_meta v2.7.14 |
1273 | 2024-11-02T03:15:44.357Z | Compiling rustls-webpki v0.102.8 |
1274 | 2024-11-02T03:15:44.390Z | Compiling goblin v0.8.2 |
1275 | 2024-11-02T03:15:44.609Z | Compiling pkcs8 v0.10.2 |
1276 | 2024-11-02T03:15:44.966Z | Compiling sha1 v0.10.6 |
1277 | 2024-11-02T03:15:45.009Z | Compiling signature v2.2.0 |
1278 | 2024-11-02T03:15:45.301Z | Compiling regex-automata v0.4.8 |
1279 | 2024-11-02T03:15:45.302Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1280 | 2024-11-02T03:15:45.417Z | Compiling lazy_static v1.5.0 |
1281 | 2024-11-02T03:15:45.542Z | Compiling pest_generator v2.7.14 |
1282 | 2024-11-02T03:15:45.788Z | Compiling thread_local v1.1.8 |
1283 | 2024-11-02T03:15:45.969Z | Compiling multer v3.1.0 |
1284 | 2024-11-02T03:15:46.270Z | Compiling cookie v0.18.1 |
1285 | 2024-11-02T03:15:46.310Z | Compiling encoding_rs v0.8.34 |
1286 | 2024-11-02T03:15:46.331Z | Compiling openssl-probe v0.1.5 |
1287 | 2024-11-02T03:15:46.650Z | Compiling mime v0.3.17 |
1288 | 2024-11-02T03:15:46.711Z | Compiling gimli v0.31.1 |
1289 | 2024-11-02T03:15:47.250Z | Compiling either v1.13.0 |
1290 | 2024-11-02T03:15:47.524Z | Compiling signal-hook v0.3.17 |
1291 | 2024-11-02T03:15:47.711Z | Compiling schemars v0.8.21 |
1292 | 2024-11-02T03:15:47.818Z | Compiling unicode-properties v0.1.3 |
1293 | 2024-11-02T03:15:48.092Z | Compiling bytes v1.7.2 |
1294 | 2024-11-02T03:15:48.276Z | Compiling indexmap v2.6.0 |
1295 | 2024-11-02T03:15:49.154Z | Compiling tokio v1.40.0 |
1296 | 2024-11-02T03:15:49.379Z | Compiling http v1.1.0 |
1297 | 2024-11-02T03:15:49.809Z | Compiling bitflags v2.6.0 |
1298 | 2024-11-02T03:15:50.229Z | Compiling semver v1.0.23 |
1299 | 2024-11-02T03:15:50.703Z | Compiling rustc_version v0.4.1 |
1300 | 2024-11-02T03:15:50.980Z | Compiling http-body v1.0.1 |
1301 | 2024-11-02T03:15:51.235Z | Compiling pest_derive v2.7.14 |
1302 | 2024-11-02T03:15:51.419Z | Compiling dof v0.3.0 |
1303 | 2024-11-02T03:15:51.861Z | Compiling uuid v1.10.0 |
1304 | 2024-11-02T03:15:52.011Z | Compiling toml_datetime v0.6.8 |
1305 | 2024-11-02T03:15:52.064Z | Compiling dtrace-parser v0.2.0 |
1306 | 2024-11-02T03:15:52.552Z | Compiling serde_spanned v0.6.8 |
1307 | 2024-11-02T03:15:52.798Z | Compiling serde_tokenstream v0.2.2 |
1308 | 2024-11-02T03:15:53.356Z | Compiling usdt-impl v0.5.0 |
1309 | 2024-11-02T03:15:53.425Z | Compiling chrono v0.4.38 |
1310 | 2024-11-02T03:15:53.598Z | Compiling heapless v0.7.17 |
1311 | 2024-11-02T03:15:54.060Z | Compiling http-body-util v0.1.2 |
1312 | 2024-11-02T03:15:54.349Z | Compiling ipnet v2.10.1 |
1313 | 2024-11-02T03:15:54.600Z | Compiling slog-async v2.8.0 |
1314 | 2024-11-02T03:15:54.908Z | Compiling paste v1.0.15 |
1315 | 2024-11-02T03:15:55.155Z | Compiling rayon-core v1.12.1 |
1316 | 2024-11-02T03:15:55.422Z | Compiling toml_edit v0.22.22 |
1317 | 2024-11-02T03:15:55.584Z | Compiling usdt-macro v0.5.0 |
1318 | 2024-11-02T03:15:55.616Z | Compiling usdt-attr-macro v0.5.0 |
1319 | 2024-11-02T03:15:57.075Z | Compiling curve25519-dalek v4.1.3 |
1320 | 2024-11-02T03:15:57.077Z | Compiling addr2line v0.24.2 |
1321 | 2024-11-02T03:15:57.170Z | Compiling slog-json v2.6.1 |
1322 | 2024-11-02T03:15:57.299Z | Compiling stringprep v0.1.5 |
1323 | 2024-11-02T03:15:57.546Z | Compiling tokio-util v0.7.12 |
1324 | 2024-11-02T03:15:57.678Z | Compiling serde_urlencoded v0.7.1 |
1325 | 2024-11-02T03:15:58.409Z | Compiling futures-executor v0.3.31 |
1326 | 2024-11-02T03:15:58.933Z | Compiling h2 v0.4.6 |
1327 | 2024-11-02T03:15:58.951Z | Compiling md-5 v0.10.6 |
1328 | 2024-11-02T03:15:59.225Z | Compiling schemars_derive v0.8.21 |
1329 | 2024-11-02T03:15:59.365Z | Compiling crossbeam-deque v0.8.5 |
1330 | 2024-11-02T03:15:59.717Z | Compiling async-stream-impl v0.3.6 |
1331 | 2024-11-02T03:16:01.789Z | Compiling enum-as-inner v0.6.1 |
1332 | 2024-11-02T03:16:02.431Z | Compiling term v0.7.0 |
1333 | 2024-11-02T03:16:02.900Z | Compiling crossbeam-channel v0.5.13 |
1334 | 2024-11-02T03:16:03.533Z | Compiling num-integer v0.1.46 |
1335 | 2024-11-02T03:16:03.836Z | Compiling rustls-pemfile v2.2.0 |
1336 | 2024-11-02T03:16:03.930Z | Compiling idna v0.3.0 |
1337 | 2024-11-02T03:16:04.042Z | Compiling idna v0.4.0 |
1338 | 2024-11-02T03:16:04.163Z | Compiling hash32 v0.2.1 |
1339 | 2024-11-02T03:16:04.346Z | Compiling ff v0.13.0 |
1340 | 2024-11-02T03:16:04.521Z | Compiling is-terminal v0.4.13 |
1341 | 2024-11-02T03:16:04.575Z | Compiling object v0.36.5 |
1342 | 2024-11-02T03:16:04.654Z | Compiling dropshot v0.12.0 |
1343 | 2024-11-02T03:16:04.958Z | Compiling linked-hash-map v0.5.6 |
1344 | 2024-11-02T03:16:05.348Z | Compiling take_mut v0.2.2 |
1345 | 2024-11-02T03:16:05.514Z | Compiling portable-atomic v1.9.0 |
1346 | 2024-11-02T03:16:05.535Z | Compiling smoltcp v0.9.1 |
1347 | 2024-11-02T03:16:05.665Z | Compiling quick-error v1.2.3 |
1348 | 2024-11-02T03:16:05.811Z | Compiling utf-8 v0.7.6 |
1349 | 2024-11-02T03:16:06.159Z | Compiling hyper v1.4.1 |
1350 | 2024-11-02T03:16:06.279Z | Compiling rustc-demangle v0.1.24 |
1351 | 2024-11-02T03:16:06.543Z | Compiling psl-types v2.0.11 |
1352 | 2024-11-02T03:16:06.751Z | Compiling stable_deref_trait v1.2.0 |
1353 | 2024-11-02T03:16:06.865Z | Compiling anyhow v1.0.92 |
1354 | 2024-11-02T03:16:07.280Z | Compiling base16ct v0.2.0 |
1355 | 2024-11-02T03:16:07.490Z | Compiling fallible-iterator v0.2.0 |
1356 | 2024-11-02T03:16:07.600Z | Compiling num-bigint-dig v0.8.4 |
1357 | 2024-11-02T03:16:07.912Z | Compiling dyn-clone v1.0.17 |
1358 | 2024-11-02T03:16:08.192Z | Compiling postgres-protocol v0.6.7 |
1359 | 2024-11-02T03:16:08.617Z | Compiling sec1 v0.7.3 |
1360 | 2024-11-02T03:16:09.209Z | Compiling hyper-util v0.1.10 |
1361 | 2024-11-02T03:16:09.504Z | Compiling publicsuffix v2.2.3 |
1362 | 2024-11-02T03:16:09.871Z | Compiling tungstenite v0.24.0 |
1363 | 2024-11-02T03:16:10.257Z | Compiling resolv-conf v0.7.0 |
1364 | 2024-11-02T03:16:11.044Z | Compiling lru-cache v0.1.2 |
1365 | 2024-11-02T03:16:11.321Z | Compiling hickory-proto v0.24.1 |
1366 | 2024-11-02T03:16:11.413Z | Compiling slog-term v2.9.1 |
1367 | 2024-11-02T03:16:11.856Z | Compiling usdt v0.5.0 |
1368 | 2024-11-02T03:16:11.920Z | Compiling group v0.13.0 |
1369 | 2024-11-02T03:16:12.149Z | Compiling backtrace v0.3.74 |
1370 | 2024-11-02T03:16:12.240Z | Compiling tokio-rustls v0.26.0 |
1371 | 2024-11-02T03:16:12.359Z | Compiling num-iter v0.1.45 |
1372 | 2024-11-02T03:16:12.482Z | Compiling tokio-rustls v0.25.0 |
1373 | 2024-11-02T03:16:12.566Z | Compiling tokio-native-tls v0.3.1 |
1374 | 2024-11-02T03:16:12.642Z | Compiling async-stream v0.3.6 |
1375 | 2024-11-02T03:16:12.825Z | Compiling toml v0.8.19 |
1376 | 2024-11-02T03:16:12.847Z | Compiling futures v0.3.31 |
1377 | 2024-11-02T03:16:13.954Z | Compiling camino v1.1.9 |
1378 | 2024-11-02T03:16:14.053Z | Compiling slog-bunyan v2.5.0 |
1379 | 2024-11-02T03:16:14.280Z | Compiling terminal_size v0.4.0 |
1380 | 2024-11-02T03:16:14.444Z | Compiling dropshot_endpoint v0.12.0 |
1381 | 2024-11-02T03:16:14.519Z | Compiling openapiv3 v2.0.0 |
1382 | 2024-11-02T03:16:14.561Z | Compiling serde_path_to_error v0.1.16 |
1383 | 2024-11-02T03:16:14.932Z | Compiling hkdf v0.12.4 |
1384 | 2024-11-02T03:16:15.181Z | Compiling crypto-bigint v0.5.5 |
1385 | 2024-11-02T03:16:15.259Z | Compiling zerocopy-derive v0.6.6 |
1386 | 2024-11-02T03:16:15.451Z | Compiling curve25519-dalek-derive v0.1.1 |
1387 | 2024-11-02T03:16:15.471Z | Compiling phf_shared v0.11.2 |
1388 | 2024-11-02T03:16:15.869Z | Compiling waitgroup v0.1.2 |
1389 | 2024-11-02T03:16:16.099Z | Compiling webpki-roots v0.26.6 |
1390 | 2024-11-02T03:16:16.335Z | Compiling hostname v0.4.0 |
1391 | 2024-11-02T03:16:16.493Z | Compiling hubpack_derive v0.1.1 |
1392 | 2024-11-02T03:16:16.602Z | Compiling fs-err v2.11.0 |
1393 | 2024-11-02T03:16:16.913Z | Compiling crc32fast v1.4.2 |
1394 | 2024-11-02T03:16:16.958Z | Compiling ahash v0.8.11 |
1395 | 2024-11-02T03:16:17.229Z | Compiling winnow v0.5.40 |
1396 | 2024-11-02T03:16:17.299Z | Compiling managed v0.8.0 |
1397 | 2024-11-02T03:16:17.373Z | Compiling bitflags v1.3.2 |
1398 | 2024-11-02T03:16:17.390Z | Compiling debug-ignore v1.0.5 |
1399 | 2024-11-02T03:16:17.479Z | Compiling hubpack v0.1.2 |
1400 | 2024-11-02T03:16:17.536Z | Compiling console v0.15.8 |
1401 | 2024-11-02T03:16:17.909Z | Compiling clap_builder v4.5.20 |
1402 | 2024-11-02T03:16:19.013Z | Compiling elliptic-curve v0.13.8 |
1403 | 2024-11-02T03:16:19.130Z | Compiling zerocopy v0.6.6 |
1404 | 2024-11-02T03:16:19.924Z | Compiling strum_macros v0.25.3 |
1405 | 2024-11-02T03:16:19.956Z | Compiling flate2 v1.0.34 |
1406 | 2024-11-02T03:16:19.988Z | Compiling hickory-resolver v0.24.1 |
1407 | 2024-11-02T03:16:20.991Z | Compiling toml_edit v0.19.15 |
1408 | 2024-11-02T03:16:21.444Z | Compiling hyper-rustls v0.27.3 |
1409 | 2024-11-02T03:16:21.558Z | Compiling phf v0.11.2 |
1410 | 2024-11-02T03:16:21.868Z | Compiling cookie_store v0.21.0 |
1411 | 2024-11-02T03:16:22.133Z | Compiling rayon v1.10.0 |
1412 | 2024-11-02T03:16:23.397Z | Compiling signal-hook-mio v0.2.4 |
1413 | 2024-11-02T03:16:23.909Z | Compiling bzip2 v0.4.4 |
1414 | 2024-11-02T03:16:24.324Z | Compiling hyper-tls v0.6.0 |
1415 | 2024-11-02T03:16:24.745Z | Compiling tokio-tungstenite v0.24.0 |
1416 | 2024-11-02T03:16:26.569Z | Compiling postgres-types v0.2.8 |
1417 | 2024-11-02T03:16:26.743Z | Compiling tokio-stream v0.1.16 |
1418 | 2024-11-02T03:16:27.213Z | Compiling regex v1.11.0 |
1419 | 2024-11-02T03:16:27.338Z | Compiling bstr v1.10.0 |
1420 | 2024-11-02T03:16:27.876Z | Compiling serde-big-array v0.5.1 |
1421 | 2024-11-02T03:16:28.040Z | Compiling ed25519 v2.2.3 |
1422 | 2024-11-02T03:16:28.124Z | Compiling pkcs1 v0.7.5 |
1423 | 2024-11-02T03:16:28.236Z | Compiling rfc6979 v0.4.0 |
1424 | 2024-11-02T03:16:28.397Z | Compiling derive-where v1.2.7 |
1425 | 2024-11-02T03:16:28.440Z | Compiling clap_derive v4.5.18 |
1426 | 2024-11-02T03:16:28.832Z | Compiling serde_repr v0.1.19 |
1427 | 2024-11-02T03:16:29.080Z | Compiling phf_shared v0.10.0 |
1428 | 2024-11-02T03:16:29.142Z | Compiling float-cmp v0.9.0 |
1429 | 2024-11-02T03:16:29.368Z | Compiling sync_wrapper v1.0.1 |
1430 | 2024-11-02T03:16:29.480Z | Compiling fixedbitset v0.4.2 |
1431 | 2024-11-02T03:16:29.525Z | Compiling normalize-line-endings v0.3.0 |
1432 | 2024-11-02T03:16:29.597Z | Compiling unicode-segmentation v1.12.0 |
1433 | 2024-11-02T03:16:29.652Z | Compiling precomputed-hash v0.1.1 |
1434 | 2024-11-02T03:16:29.772Z | Compiling whoami v1.5.2 |
1435 | 2024-11-02T03:16:29.908Z | Compiling bit-vec v0.6.3 |
1436 | 2024-11-02T03:16:29.938Z | Compiling minimal-lexical v0.2.1 |
1437 | 2024-11-02T03:16:30.019Z | Compiling predicates-core v1.0.8 |
1438 | 2024-11-02T03:16:30.382Z | Compiling difflib v0.4.0 |
1439 | 2024-11-02T03:16:30.402Z | Compiling static_assertions v1.1.0 |
1440 | 2024-11-02T03:16:30.421Z | Compiling new_debug_unreachable v1.0.6 |
1441 | 2024-11-02T03:16:30.450Z | Compiling number_prefix v0.4.0 |
1442 | 2024-11-02T03:16:30.484Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1443 | 2024-11-02T03:16:30.509Z | Compiling nom v7.1.3 |
1444 | 2024-11-02T03:16:30.529Z | Compiling string_cache v0.8.7 |
1445 | 2024-11-02T03:16:30.685Z | Compiling indicatif v0.17.8 |
1446 | 2024-11-02T03:16:30.978Z | Compiling predicates v3.1.2 |
1447 | 2024-11-02T03:16:31.851Z | Compiling qorb v0.2.0 |
1448 | 2024-11-02T03:16:31.932Z | Compiling similar v2.6.0 |
1449 | 2024-11-02T03:16:32.790Z | Compiling bit-set v0.5.3 |
1450 | 2024-11-02T03:16:32.809Z | Compiling tokio-postgres v0.7.12 |
1451 | 2024-11-02T03:16:33.087Z | Compiling petgraph v0.6.5 |
1452 | 2024-11-02T03:16:33.273Z | Compiling clap v4.5.20 |
1453 | 2024-11-02T03:16:33.400Z | Compiling reqwest v0.12.8 |
1454 | 2024-11-02T03:16:34.352Z | Compiling rsa v0.9.6 |
1455 | 2024-11-02T03:16:34.536Z | Compiling ecdsa v0.16.9 |
1456 | 2024-11-02T03:16:35.415Z | Compiling ed25519-dalek v2.1.1 |
1457 | 2024-11-02T03:16:36.799Z | Compiling zip v0.6.6 |
1458 | 2024-11-02T03:16:37.251Z | Compiling toml v0.7.8 |
1459 | 2024-11-02T03:16:37.484Z | Compiling crossterm v0.28.1 |
1460 | 2024-11-02T03:16:38.592Z | Compiling hex v0.4.3 |
1461 | 2024-11-02T03:16:38.743Z | Compiling itertools v0.10.5 |
1462 | 2024-11-02T03:16:38.980Z | Compiling itertools v0.12.1 |
1463 | 2024-11-02T03:16:39.131Z | Compiling x509-cert v0.2.5 |
1464 | 2024-11-02T03:16:39.172Z | Compiling lalrpop-util v0.19.12 |
1465 | 2024-11-02T03:16:39.196Z | Compiling peg-runtime v0.8.3 |
1466 | 2024-11-02T03:16:39.559Z | Compiling unicode-xid v0.2.6 |
1467 | 2024-11-02T03:16:39.753Z | Compiling xattr v1.3.1 |
1468 | 2024-11-02T03:16:39.862Z | Compiling strum_macros v0.26.4 |
1469 | 2024-11-02T03:16:40.043Z | Compiling filetime v0.2.25 |
1470 | 2024-11-02T03:16:40.376Z | Compiling tar v0.4.42 |
1471 | 2024-11-02T03:16:43.340Z | Compiling strum v0.26.3 |
1472 | 2024-11-02T03:16:43.492Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1473 | 2024-11-02T03:16:43.760Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1474 | 2024-11-02T03:16:49.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1475 | 2024-11-02T03:16:49.265Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1476 | 2024-11-02T03:16:49.315Z | Nov 02 03:16:48.380 INFO Starting download, target: Clickhouse |
1477 | 2024-11-02T03:16:49.315Z | Nov 02 03:16:48.380 INFO Starting download, target: Cockroach |
1478 | 2024-11-02T03:16:49.315Z | Nov 02 03:16:48.380 INFO Starting download, target: Console |
1479 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.380 INFO Starting download, target: DendriteOpenapi |
1480 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.380 INFO Starting download, target: DendriteStub |
1481 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.380 INFO Starting download, target: MaghemiteMgd |
1482 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.380 INFO Starting download, target: TransceiverControl |
1483 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.381 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1484 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.381 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1485 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.381 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1486 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.381 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1487 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.381 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1488 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.381 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1489 | 2024-11-02T03:16:49.318Z | Nov 02 03:16:48.381 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1490 | 2024-11-02T03:16:49.489Z | Nov 02 03:16:48.553 INFO Download complete, target: DendriteOpenapi |
1491 | 2024-11-02T03:16:49.748Z | Nov 02 03:16:48.778 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1492 | 2024-11-02T03:16:49.887Z | Nov 02 03:16:48.930 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1493 | 2024-11-02T03:16:50.172Z | Nov 02 03:16:49.214 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1494 | 2024-11-02T03:16:50.224Z | Nov 02 03:16:49.288 INFO Download complete, target: Console |
1495 | 2024-11-02T03:16:50.262Z | Nov 02 03:16:49.325 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1496 | 2024-11-02T03:16:50.431Z | Nov 02 03:16:49.493 INFO Download complete, target: TransceiverControl |
1497 | 2024-11-02T03:16:50.737Z | Nov 02 03:16:49.802 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1498 | 2024-11-02T03:16:50.737Z | Nov 02 03:16:49.802 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1499 | 2024-11-02T03:16:51.603Z | Nov 02 03:16:50.667 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1500 | 2024-11-02T03:16:53.189Z | Nov 02 03:16:52.253 INFO Download complete, target: MaghemiteMgd |
1501 | 2024-11-02T03:16:53.196Z | Nov 02 03:16:52.260 INFO Download complete, target: DendriteStub |
1502 | 2024-11-02T03:16:58.382Z | Nov 02 03:16:57.445 INFO Checking that binary works, target: Cockroach |
1503 | 2024-11-02T03:16:58.548Z | Nov 02 03:16:57.612 INFO Download complete, target: Cockroach |
1504 | 2024-11-02T03:17:04.166Z | Nov 02 03:17:03.228 INFO Checking that binary works, target: Clickhouse |
1505 | 2024-11-02T03:17:04.942Z | Nov 02 03:17:04.004 INFO Download complete, target: Clickhouse |
1506 | 2024-11-02T03:17:05.393Z | All builder prerequisites installed successfully, and PATH looks valid |
1507 | 2024-11-02T03:17:05.396Z | |
1508 | 2024-11-02T03:17:05.396Z | real 5:28.181766510 |
1509 | 2024-11-02T03:17:05.396Z | user 12:24.340922232 |
1510 | 2024-11-02T03:17:05.396Z | sys 2:44.025390413 |
1511 | 2024-11-02T03:17:05.396Z | trap 0.455327506 |
1512 | 2024-11-02T03:17:05.396Z | tflt 8.026104624 |
1513 | 2024-11-02T03:17:05.396Z | dflt 5.456011017 |
1514 | 2024-11-02T03:17:05.396Z | kflt 0.318227389 |
1515 | 2024-11-02T03:17:05.396Z | lock 22:54.926680628 |
1516 | 2024-11-02T03:17:05.396Z | slp 52:31.621495853 |
1517 | 2024-11-02T03:17:05.396Z | lat 42.943934885 |
1518 | 2024-11-02T03:17:05.396Z | stop 2:01.800083586 |
1519 | 2024-11-02T03:17:05.396Z | + banner clippy |
1520 | 2024-11-02T03:17:05.396Z | |
1521 | 2024-11-02T03:17:05.396Z | #### # # ##### ##### # # |
1522 | 2024-11-02T03:17:05.396Z | # # # # # # # # # # |
1523 | 2024-11-02T03:17:05.397Z | # # # # # # # # |
1524 | 2024-11-02T03:17:05.397Z | # # # ##### ##### # |
1525 | 2024-11-02T03:17:05.397Z | # # # # # # # |
1526 | 2024-11-02T03:17:05.397Z | #### ###### # # # # |
1527 | 2024-11-02T03:17:05.397Z | |
1528 | 2024-11-02T03:17:05.397Z | + export CARGO_INCREMENTAL=0 |
1529 | 2024-11-02T03:17:05.397Z | + CARGO_INCREMENTAL=0 |
1530 | 2024-11-02T03:17:05.397Z | + ptime -m cargo xtask clippy |
1531 | 2024-11-02T03:17:05.898Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1532 | 2024-11-02T03:17:09.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1533 | 2024-11-02T03:17:09.477Z | Running `target/debug/xtask clippy` |
1534 | 2024-11-02T03:17:09.503Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1535 | 2024-11-02T03:17:10.116Z | Downloading crates ... |
1536 | 2024-11-02T03:17:10.464Z | Downloaded event-listener-strategy v0.5.2 |
1537 | 2024-11-02T03:17:10.466Z | Downloaded blocking v1.6.1 |
1538 | 2024-11-02T03:17:10.473Z | Downloaded assert_cmd v2.0.16 |
1539 | 2024-11-02T03:17:10.475Z | Downloaded async-global-executor v2.4.1 |
1540 | 2024-11-02T03:17:10.477Z | Downloaded anes v0.1.6 |
1541 | 2024-11-02T03:17:10.482Z | Downloaded nested v0.1.1 |
1542 | 2024-11-02T03:17:10.485Z | Downloaded async-object-pool v0.1.5 |
1543 | 2024-11-02T03:17:10.493Z | Downloaded pathdiff v0.2.2 |
1544 | 2024-11-02T03:17:10.496Z | Downloaded async-channel v1.9.0 |
1545 | 2024-11-02T03:17:10.499Z | Downloaded kv-log-macro v1.0.7 |
1546 | 2024-11-02T03:17:10.501Z | Downloaded event-listener v2.5.3 |
1547 | 2024-11-02T03:17:10.504Z | Downloaded cfg-expr v0.17.0 |
1548 | 2024-11-02T03:17:10.507Z | Downloaded futures-lite v2.3.0 |
1549 | 2024-11-02T03:17:10.510Z | Downloaded similar-asserts v1.6.0 |
1550 | 2024-11-02T03:17:10.512Z | Downloaded parking v2.2.1 |
1551 | 2024-11-02T03:17:10.515Z | Downloaded target-spec v3.2.2 |
1552 | 2024-11-02T03:17:10.515Z | Downloaded rust-argon2 v2.1.0 |
1553 | 2024-11-02T03:17:10.517Z | Downloaded datatest-stable v0.2.9 |
1554 | 2024-11-02T03:17:10.519Z | Downloaded httptest v0.16.1 |
1555 | 2024-11-02T03:17:10.522Z | Downloaded proc-macro-crate v3.2.0 |
1556 | 2024-11-02T03:17:10.525Z | Downloaded trybuild v1.0.100 |
1557 | 2024-11-02T03:17:10.527Z | Downloaded polling v3.7.3 |
1558 | 2024-11-02T03:17:10.538Z | Downloaded async-lock v3.4.0 |
1559 | 2024-11-02T03:17:10.559Z | Downloaded escape8259 v0.5.3 |
1560 | 2024-11-02T03:17:10.562Z | Downloaded doc-comment v0.3.3 |
1561 | 2024-11-02T03:17:10.568Z | Downloaded guppy-workspace-hack v0.1.0 |
1562 | 2024-11-02T03:17:10.575Z | Downloaded concurrent-queue v2.5.0 |
1563 | 2024-11-02T03:17:10.580Z | Downloaded cast v0.3.0 |
1564 | 2024-11-02T03:17:10.583Z | Downloaded async-channel v2.3.1 |
1565 | 2024-11-02T03:17:10.583Z | Downloaded async-attributes v1.1.2 |
1566 | 2024-11-02T03:17:10.583Z | Downloaded approx v0.5.1 |
1567 | 2024-11-02T03:17:10.585Z | Downloaded async-signal v0.2.10 |
1568 | 2024-11-02T03:17:10.592Z | Downloaded plotters-svg v0.3.7 |
1569 | 2024-11-02T03:17:10.595Z | Downloaded assert-json-diff v2.0.2 |
1570 | 2024-11-02T03:17:10.599Z | Downloaded piper v0.2.4 |
1571 | 2024-11-02T03:17:10.611Z | Downloaded threadpool v1.8.1 |
1572 | 2024-11-02T03:17:10.615Z | Downloaded blake2b_simd v1.0.2 |
1573 | 2024-11-02T03:17:10.615Z | Downloaded async-executor v1.13.1 |
1574 | 2024-11-02T03:17:10.618Z | Downloaded stringmetrics v2.2.2 |
1575 | 2024-11-02T03:17:10.618Z | Downloaded async-task v4.7.1 |
1576 | 2024-11-02T03:17:10.621Z | Downloaded serde_regex v1.1.0 |
1577 | 2024-11-02T03:17:10.622Z | Downloaded plotters-backend v0.3.7 |
1578 | 2024-11-02T03:17:10.643Z | Downloaded relative-path v1.9.3 |
1579 | 2024-11-02T03:17:10.643Z | Downloaded async-process v2.3.0 |
1580 | 2024-11-02T03:17:10.643Z | Downloaded plotters v0.3.7 |
1581 | 2024-11-02T03:17:10.646Z | Downloaded tinytemplate v1.2.1 |
1582 | 2024-11-02T03:17:10.646Z | Downloaded partial-io v0.5.4 |
1583 | 2024-11-02T03:17:10.646Z | Downloaded rstest v0.23.0 |
1584 | 2024-11-02T03:17:10.646Z | Downloaded target-lexicon v0.12.16 |
1585 | 2024-11-02T03:17:10.646Z | Downloaded async-io v2.3.4 |
1586 | 2024-11-02T03:17:10.649Z | Downloaded libtest-mimic v0.7.3 |
1587 | 2024-11-02T03:17:10.649Z | Downloaded indoc v2.0.5 |
1588 | 2024-11-02T03:17:10.651Z | Downloaded hyper-rustls v0.26.0 |
1589 | 2024-11-02T03:17:10.655Z | Downloaded event-listener v5.3.1 |
1590 | 2024-11-02T03:17:10.657Z | Downloaded rustls-native-certs v0.7.3 |
1591 | 2024-11-02T03:17:10.657Z | Downloaded rand_distr v0.4.3 |
1592 | 2024-11-02T03:17:10.660Z | Downloaded pretty_assertions v1.4.1 |
1593 | 2024-11-02T03:17:10.663Z | Downloaded async-std v1.13.0 |
1594 | 2024-11-02T03:17:10.679Z | Downloaded yansi v1.0.1 |
1595 | 2024-11-02T03:17:10.682Z | Downloaded criterion v0.5.1 |
1596 | 2024-11-02T03:17:10.687Z | Downloaded rstest_macros v0.23.0 |
1597 | 2024-11-02T03:17:10.689Z | Downloaded fancy-regex v0.13.0 |
1598 | 2024-11-02T03:17:10.693Z | Downloaded criterion-plot v0.5.0 |
1599 | 2024-11-02T03:17:10.695Z | Downloaded path-tree v0.8.1 |
1600 | 2024-11-02T03:17:10.697Z | Downloaded oorandom v11.1.4 |
1601 | 2024-11-02T03:17:10.697Z | Downloaded guppy v0.17.8 |
1602 | 2024-11-02T03:17:10.702Z | Downloaded futures-timer v3.0.3 |
1603 | 2024-11-02T03:17:10.705Z | Downloaded num_cpus v1.16.0 |
1604 | 2024-11-02T03:17:10.790Z | Downloaded httpmock v0.8.0-alpha.1 |
1605 | 2024-11-02T03:17:11.538Z | Checking cfg-if v1.0.0 |
1606 | 2024-11-02T03:17:11.613Z | Checking libc v0.2.161 |
1607 | 2024-11-02T03:17:11.634Z | Checking serde v1.0.210 |
1608 | 2024-11-02T03:17:11.653Z | Checking memchr v2.7.4 |
1609 | 2024-11-02T03:17:11.672Z | Checking value-bag v1.9.0 |
1610 | 2024-11-02T03:17:11.674Z | Checking scopeguard v1.2.0 |
1611 | 2024-11-02T03:17:11.711Z | Checking itoa v1.0.11 |
1612 | 2024-11-02T03:17:11.714Z | Checking zeroize v1.8.1 |
1613 | 2024-11-02T03:17:11.758Z | Checking smallvec v1.13.2 |
1614 | 2024-11-02T03:17:11.794Z | Checking lock_api v0.4.12 |
1615 | 2024-11-02T03:17:11.932Z | Checking pin-project-lite v0.2.14 |
1616 | 2024-11-02T03:17:12.005Z | Checking byteorder v1.5.0 |
1617 | 2024-11-02T03:17:12.064Z | Checking once_cell v1.20.2 |
1618 | 2024-11-02T03:17:12.103Z | Checking log v0.4.22 |
1619 | 2024-11-02T03:17:12.135Z | Checking subtle v2.6.1 |
1620 | 2024-11-02T03:17:12.231Z | Checking typenum v1.17.0 |
1621 | 2024-11-02T03:17:12.367Z | Checking futures-core v0.3.31 |
1622 | 2024-11-02T03:17:12.411Z | Checking libm v0.2.8 |
1623 | 2024-11-02T03:17:12.414Z | Checking thiserror v1.0.64 |
1624 | 2024-11-02T03:17:12.566Z | Checking zerocopy v0.7.35 |
1625 | 2024-11-02T03:17:12.595Z | Checking ryu v1.0.18 |
1626 | 2024-11-02T03:17:12.626Z | Checking spin v0.9.8 |
1627 | 2024-11-02T03:17:12.654Z | Checking const-oid v0.9.6 |
1628 | 2024-11-02T03:17:12.771Z | Checking getrandom v0.2.15 |
1629 | 2024-11-02T03:17:12.818Z | Checking parking_lot_core v0.9.10 |
1630 | 2024-11-02T03:17:13.002Z | Checking signal-hook-registry v1.4.2 |
1631 | 2024-11-02T03:17:13.028Z | Checking rand_core v0.6.4 |
1632 | 2024-11-02T03:17:13.192Z | Checking parking_lot v0.12.3 |
1633 | 2024-11-02T03:17:13.254Z | Checking mio v1.0.2 |
1634 | 2024-11-02T03:17:13.303Z | Checking num-traits v0.2.19 |
1635 | 2024-11-02T03:17:13.358Z | Checking socket2 v0.5.7 |
1636 | 2024-11-02T03:17:13.565Z | Checking futures-io v0.3.31 |
1637 | 2024-11-02T03:17:13.590Z | Checking generic-array v0.14.7 |
1638 | 2024-11-02T03:17:13.770Z | Checking slab v0.4.9 |
1639 | 2024-11-02T03:17:13.882Z | Checking allocator-api2 v0.2.18 |
1640 | 2024-11-02T03:17:13.916Z | Checking futures-sink v0.3.31 |
1641 | 2024-11-02T03:17:14.064Z | Checking cpufeatures v0.2.14 |
1642 | 2024-11-02T03:17:14.095Z | Checking pin-utils v0.1.0 |
1643 | 2024-11-02T03:17:14.121Z | Checking equivalent v1.0.1 |
1644 | 2024-11-02T03:17:14.167Z | Checking foldhash v0.1.3 |
1645 | 2024-11-02T03:17:14.199Z | Checking futures-channel v0.3.31 |
1646 | 2024-11-02T03:17:14.233Z | Checking futures-task v0.3.31 |
1647 | 2024-11-02T03:17:14.411Z | Checking fnv v1.0.7 |
1648 | 2024-11-02T03:17:14.501Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1649 | 2024-11-02T03:17:14.541Z | Checking tracing-core v0.1.32 |
1650 | 2024-11-02T03:17:14.544Z | Checking iana-time-zone v0.1.61 |
1651 | 2024-11-02T03:17:14.583Z | Checking hashbrown v0.15.0 |
1652 | 2024-11-02T03:17:14.583Z | Checking futures-util v0.3.31 |
1653 | 2024-11-02T03:17:14.701Z | Checking ppv-lite86 v0.2.20 |
1654 | 2024-11-02T03:17:14.842Z | Checking errno v0.3.9 |
1655 | 2024-11-02T03:17:14.879Z | Checking crypto-common v0.1.6 |
1656 | 2024-11-02T03:17:15.031Z | Checking block-buffer v0.10.4 |
1657 | 2024-11-02T03:17:15.077Z | Checking tinyvec_macros v0.1.1 |
1658 | 2024-11-02T03:17:15.113Z | Checking unicode-bidi v0.3.17 |
1659 | 2024-11-02T03:17:15.170Z | Checking tinyvec v1.8.0 |
1660 | 2024-11-02T03:17:15.206Z | Checking tracing v0.1.40 |
1661 | 2024-11-02T03:17:15.256Z | Checking digest v0.10.7 |
1662 | 2024-11-02T03:17:15.490Z | Checking rand_chacha v0.3.1 |
1663 | 2024-11-02T03:17:15.560Z | Checking block-padding v0.3.3 |
1664 | 2024-11-02T03:17:15.653Z | Checking dyn-clone v1.0.17 |
1665 | 2024-11-02T03:17:15.739Z | Checking percent-encoding v2.3.1 |
1666 | 2024-11-02T03:17:15.771Z | Checking inout v0.1.3 |
1667 | 2024-11-02T03:17:15.797Z | Checking crossbeam-utils v0.8.20 |
1668 | 2024-11-02T03:17:15.800Z | Checking httparse v1.9.5 |
1669 | 2024-11-02T03:17:15.884Z | Checking rand v0.8.5 |
1670 | 2024-11-02T03:17:15.962Z | Checking form_urlencoded v1.2.1 |
1671 | 2024-11-02T03:17:15.994Z | Checking cipher v0.4.4 |
1672 | 2024-11-02T03:17:16.167Z | Checking regex-syntax v0.8.5 |
1673 | 2024-11-02T03:17:16.256Z | Checking base64ct v1.6.0 |
1674 | 2024-11-02T03:17:16.394Z | Checking hmac v0.12.1 |
1675 | 2024-11-02T03:17:16.516Z | Checking unicode-normalization v0.1.24 |
1676 | 2024-11-02T03:17:16.545Z | Checking sha2 v0.10.8 |
1677 | 2024-11-02T03:17:16.632Z | Checking aho-corasick v1.1.3 |
1678 | 2024-11-02T03:17:16.699Z | Checking bytes v1.7.2 |
1679 | 2024-11-02T03:17:16.725Z | Checking bitflags v2.6.0 |
1680 | 2024-11-02T03:17:17.046Z | Checking serde_json v1.0.128 |
1681 | 2024-11-02T03:17:17.141Z | Checking indexmap v2.6.0 |
1682 | 2024-11-02T03:17:17.168Z | Checking chrono v0.4.38 |
1683 | 2024-11-02T03:17:17.481Z | Checking rustix v0.38.37 |
1684 | 2024-11-02T03:17:17.541Z | Checking tokio v1.40.0 |
1685 | 2024-11-02T03:17:18.377Z | Checking uuid v1.10.0 |
1686 | 2024-11-02T03:17:18.485Z | Checking http v1.1.0 |
1687 | 2024-11-02T03:17:18.884Z | Checking untrusted v0.9.0 |
1688 | 2024-11-02T03:17:19.045Z | Checking atomic-waker v1.1.2 |
1689 | 2024-11-02T03:17:19.070Z | Checking ring v0.17.8 |
1690 | 2024-11-02T03:17:19.195Z | Checking lazy_static v1.5.0 |
1691 | 2024-11-02T03:17:19.331Z | Checking adler2 v2.0.0 |
1692 | 2024-11-02T03:17:19.394Z | Checking schemars v0.8.21 |
1693 | 2024-11-02T03:17:19.510Z | Checking unicode-ident v1.0.13 |
1694 | 2024-11-02T03:17:19.573Z | Checking regex-automata v0.4.8 |
1695 | 2024-11-02T03:17:19.696Z | Checking miniz_oxide v0.8.0 |
1696 | 2024-11-02T03:17:19.852Z | Checking idna v0.5.0 |
1697 | 2024-11-02T03:17:19.917Z | Checking pem-rfc7468 v0.7.0 |
1698 | 2024-11-02T03:17:20.201Z | Checking try-lock v0.2.5 |
1699 | 2024-11-02T03:17:20.336Z | Checking httpdate v1.0.3 |
1700 | 2024-11-02T03:17:20.414Z | Checking powerfmt v0.2.0 |
1701 | 2024-11-02T03:17:20.578Z | Checking want v0.3.1 |
1702 | 2024-11-02T03:17:20.703Z | Checking url v2.5.2 |
1703 | 2024-11-02T03:17:20.706Z | Checking deranged v0.3.11 |
1704 | 2024-11-02T03:17:20.757Z | Checking proc-macro2 v1.0.87 |
1705 | 2024-11-02T03:17:21.019Z | Checking num-conv v0.1.0 |
1706 | 2024-11-02T03:17:21.132Z | Checking rustls-pki-types v1.9.0 |
1707 | 2024-11-02T03:17:21.297Z | Checking num_threads v0.1.7 |
1708 | 2024-11-02T03:17:21.346Z | Checking time-core v0.1.2 |
1709 | 2024-11-02T03:17:21.423Z | Checking base64 v0.22.1 |
1710 | 2024-11-02T03:17:21.490Z | Checking quote v1.0.37 |
1711 | 2024-11-02T03:17:21.517Z | Checking flagset v0.4.6 |
1712 | 2024-11-02T03:17:21.542Z | Checking http-body v1.0.1 |
1713 | 2024-11-02T03:17:21.731Z | Checking der v0.7.9 |
1714 | 2024-11-02T03:17:21.764Z | Checking pbkdf2 v0.12.2 |
1715 | 2024-11-02T03:17:21.766Z | Checking aes v0.8.4 |
1716 | 2024-11-02T03:17:21.839Z | Checking syn v2.0.79 |
1717 | 2024-11-02T03:17:21.904Z | Checking tower-service v0.3.3 |
1718 | 2024-11-02T03:17:21.935Z | Checking cbc v0.1.2 |
1719 | 2024-11-02T03:17:22.044Z | Checking salsa20 v0.10.2 |
1720 | 2024-11-02T03:17:22.163Z | Checking ahash v0.8.11 |
1721 | 2024-11-02T03:17:22.282Z | Checking scrypt v0.11.0 |
1722 | 2024-11-02T03:17:22.530Z | Checking rustls-webpki v0.102.8 |
1723 | 2024-11-02T03:17:22.554Z | Checking time v0.3.36 |
1724 | 2024-11-02T03:17:22.714Z | Checking slog v2.7.0 |
1725 | 2024-11-02T03:17:22.740Z | Checking mime v0.3.17 |
1726 | 2024-11-02T03:17:23.081Z | Checking gimli v0.31.1 |
1727 | 2024-11-02T03:17:23.245Z | Checking object v0.36.5 |
1728 | 2024-11-02T03:17:23.287Z | Checking utf8parse v0.2.2 |
1729 | 2024-11-02T03:17:23.438Z | Checking ipnet v2.10.1 |
1730 | 2024-11-02T03:17:23.703Z | Checking spki v0.7.3 |
1731 | 2024-11-02T03:17:23.953Z | Checking rustc-demangle v0.1.24 |
1732 | 2024-11-02T03:17:24.030Z | Checking pkcs5 v0.7.1 |
1733 | 2024-11-02T03:17:24.056Z | Checking regex v1.11.0 |
1734 | 2024-11-02T03:17:24.421Z | Checking data-encoding v2.6.0 |
1735 | 2024-11-02T03:17:24.584Z | Checking pkcs8 v0.10.2 |
1736 | 2024-11-02T03:17:24.743Z | Checking unicode-width v0.1.14 |
1737 | 2024-11-02T03:17:24.943Z | Checking futures-executor v0.3.31 |
1738 | 2024-11-02T03:17:24.957Z | Checking tokio-util v0.7.12 |
1739 | 2024-11-02T03:17:25.120Z | Checking toml_datetime v0.6.8 |
1740 | 2024-11-02T03:17:25.149Z | Checking serde_spanned v0.6.8 |
1741 | 2024-11-02T03:17:25.200Z | Checking anstyle v1.0.8 |
1742 | 2024-11-02T03:17:25.249Z | Checking futures v0.3.31 |
1743 | 2024-11-02T03:17:25.355Z | Checking http-body-util v0.1.2 |
1744 | 2024-11-02T03:17:25.392Z | Checking serde_urlencoded v0.7.1 |
1745 | 2024-11-02T03:17:25.466Z | Checking encoding_rs v0.8.34 |
1746 | 2024-11-02T03:17:25.600Z | Checking foreign-types-shared v0.1.1 |
1747 | 2024-11-02T03:17:25.747Z | Checking openssl-probe v0.1.5 |
1748 | 2024-11-02T03:17:25.823Z | Checking foreign-types v0.3.2 |
1749 | 2024-11-02T03:17:25.898Z | Checking rustls-pemfile v2.2.0 |
1750 | 2024-11-02T03:17:25.899Z | Checking h2 v0.4.6 |
1751 | 2024-11-02T03:17:25.899Z | Checking semver v1.0.23 |
1752 | 2024-11-02T03:17:25.967Z | Checking sha1 v0.10.6 |
1753 | 2024-11-02T03:17:26.053Z | Checking openssl-sys v0.9.103 |
1754 | 2024-11-02T03:17:26.188Z | Checking anstyle-parse v0.2.5 |
1755 | 2024-11-02T03:17:26.267Z | Checking anstyle-query v1.1.1 |
1756 | 2024-11-02T03:17:26.388Z | Checking is_terminal_polyfill v1.70.1 |
1757 | 2024-11-02T03:17:26.449Z | Checking colorchoice v1.0.2 |
1758 | 2024-11-02T03:17:26.516Z | Checking rustls v0.23.14 |
1759 | 2024-11-02T03:17:26.586Z | Checking anstream v0.6.15 |
1760 | 2024-11-02T03:17:27.011Z | Checking terminal_size v0.4.0 |
1761 | 2024-11-02T03:17:27.182Z | Checking camino v1.1.9 |
1762 | 2024-11-02T03:17:27.244Z | Checking addr2line v0.24.2 |
1763 | 2024-11-02T03:17:27.318Z | Checking openssl v0.10.66 |
1764 | 2024-11-02T03:17:27.745Z | Checking signature v2.2.0 |
1765 | 2024-11-02T03:17:27.773Z | Checking clap_lex v0.7.2 |
1766 | 2024-11-02T03:17:27.810Z | Checking strsim v0.11.1 |
1767 | 2024-11-02T03:17:27.953Z | Checking either v1.13.0 |
1768 | 2024-11-02T03:17:28.047Z | Checking winnow v0.6.20 |
1769 | 2024-11-02T03:17:28.114Z | Checking clap_builder v4.5.20 |
1770 | 2024-11-02T03:17:28.375Z | Checking openapiv3 v2.0.0 |
1771 | 2024-11-02T03:17:28.378Z | Checking idna v0.3.0 |
1772 | 2024-11-02T03:17:29.331Z | Checking psl-types v2.0.11 |
1773 | 2024-11-02T03:17:29.521Z | Checking publicsuffix v2.2.3 |
1774 | 2024-11-02T03:17:29.776Z | Checking cookie v0.18.1 |
1775 | 2024-11-02T03:17:29.891Z | Checking backtrace v0.3.74 |
1776 | 2024-11-02T03:17:30.249Z | Checking webpki-roots v0.26.6 |
1777 | 2024-11-02T03:17:30.464Z | Checking is-terminal v0.4.13 |
1778 | 2024-11-02T03:17:30.506Z | Checking anyhow v1.0.92 |
1779 | 2024-11-02T03:17:30.594Z | Checking scroll v0.12.0 |
1780 | 2024-11-02T03:17:30.905Z | Checking ucd-trie v0.1.7 |
1781 | 2024-11-02T03:17:31.115Z | Checking plain v0.2.3 |
1782 | 2024-11-02T03:17:31.118Z | Checking base16ct v0.2.0 |
1783 | 2024-11-02T03:17:31.179Z | Checking pest v2.7.14 |
1784 | 2024-11-02T03:17:31.253Z | Checking clap v4.5.20 |
1785 | 2024-11-02T03:17:31.297Z | Checking goblin v0.8.2 |
1786 | 2024-11-02T03:17:31.317Z | Checking sec1 v0.7.3 |
1787 | 2024-11-02T03:17:31.403Z | Checking cookie_store v0.21.0 |
1788 | 2024-11-02T03:17:31.710Z | Checking num-integer v0.1.46 |
1789 | 2024-11-02T03:17:31.779Z | Checking tokio-rustls v0.26.0 |
1790 | 2024-11-02T03:17:31.880Z | Checking ff v0.13.0 |
1791 | 2024-11-02T03:17:32.031Z | Checking sync_wrapper v1.0.1 |
1792 | 2024-11-02T03:17:32.096Z | Checking pretty-hex v0.4.1 |
1793 | 2024-11-02T03:17:32.192Z | Checking group v0.13.0 |
1794 | 2024-11-02T03:17:32.197Z | Checking hkdf v0.12.4 |
1795 | 2024-11-02T03:17:32.240Z | Checking crypto-bigint v0.5.5 |
1796 | 2024-11-02T03:17:32.243Z | Checking hyper v1.4.1 |
1797 | 2024-11-02T03:17:32.285Z | Checking thread-id v4.2.2 |
1798 | 2024-11-02T03:17:32.394Z | Checking crc32fast v1.4.2 |
1799 | 2024-11-02T03:17:32.421Z | Checking static_assertions v1.1.0 |
1800 | 2024-11-02T03:17:32.464Z | Checking bitflags v1.3.2 |
1801 | 2024-11-02T03:17:32.520Z | Checking utf-8 v0.7.6 |
1802 | 2024-11-02T03:17:32.578Z | Checking toml_edit v0.22.22 |
1803 | 2024-11-02T03:17:32.631Z | Checking dirs-sys-next v0.1.2 |
1804 | 2024-11-02T03:17:32.734Z | Checking memmap v0.7.0 |
1805 | 2024-11-02T03:17:32.829Z | Checking unicode-segmentation v1.12.0 |
1806 | 2024-11-02T03:17:32.960Z | Checking stable_deref_trait v1.2.0 |
1807 | 2024-11-02T03:17:33.016Z | Checking native-tls v0.2.12 |
1808 | 2024-11-02T03:17:33.073Z | Checking dirs-next v2.0.0 |
1809 | 2024-11-02T03:17:33.221Z | Checking num-iter v0.1.45 |
1810 | 2024-11-02T03:17:33.361Z | Checking tokio-native-tls v0.3.1 |
1811 | 2024-11-02T03:17:33.410Z | Checking crossbeam-channel v0.5.13 |
1812 | 2024-11-02T03:17:33.544Z | Checking crossbeam-epoch v0.9.18 |
1813 | 2024-11-02T03:17:33.641Z | Checking thread_local v1.1.8 |
1814 | 2024-11-02T03:17:33.724Z | Checking dtrace-parser v0.2.0 |
1815 | 2024-11-02T03:17:33.961Z | Checking term v0.7.0 |
1816 | 2024-11-02T03:17:34.022Z | Checking bstr v1.10.0 |
1817 | 2024-11-02T03:17:34.160Z | Checking hex v0.4.3 |
1818 | 2024-11-02T03:17:34.245Z | Checking rfc6979 v0.4.0 |
1819 | 2024-11-02T03:17:34.395Z | Checking hyper-util v0.1.10 |
1820 | 2024-11-02T03:17:34.421Z | Checking take_mut v0.2.2 |
1821 | 2024-11-02T03:17:34.445Z | Checking winnow v0.5.40 |
1822 | 2024-11-02T03:17:34.593Z | Checking managed v0.8.0 |
1823 | 2024-11-02T03:17:34.694Z | Checking match_cfg v0.1.0 |
1824 | 2024-11-02T03:17:34.796Z | Checking hostname v0.3.1 |
1825 | 2024-11-02T03:17:34.936Z | Checking slog-async v2.8.0 |
1826 | 2024-11-02T03:17:34.963Z | Checking slog-term v2.9.1 |
1827 | 2024-11-02T03:17:34.999Z | Checking crossbeam-deque v0.8.5 |
1828 | 2024-11-02T03:17:35.075Z | Checking elliptic-curve v0.13.8 |
1829 | 2024-11-02T03:17:35.242Z | Checking num-bigint-dig v0.8.4 |
1830 | 2024-11-02T03:17:35.321Z | Checking toml v0.8.19 |
1831 | 2024-11-02T03:17:35.323Z | Checking flate2 v1.0.34 |
1832 | 2024-11-02T03:17:35.454Z | Checking pkcs1 v0.7.5 |
1833 | 2024-11-02T03:17:35.741Z | Checking ecdsa v0.16.9 |
1834 | 2024-11-02T03:17:35.887Z | Checking curve25519-dalek v4.1.3 |
1835 | 2024-11-02T03:17:36.009Z | Checking zerocopy v0.6.6 |
1836 | 2024-11-02T03:17:36.132Z | Checking siphasher v0.3.11 |
1837 | 2024-11-02T03:17:36.359Z | Checking dof v0.3.0 |
1838 | 2024-11-02T03:17:36.463Z | Checking rayon-core v1.12.1 |
1839 | 2024-11-02T03:17:36.489Z | Checking ed25519 v2.2.3 |
1840 | 2024-11-02T03:17:36.587Z | Checking hyper-rustls v0.27.3 |
1841 | 2024-11-02T03:17:36.732Z | Checking hyper-tls v0.6.0 |
1842 | 2024-11-02T03:17:36.819Z | Checking rustls v0.22.4 |
1843 | 2024-11-02T03:17:36.931Z | Checking usdt-impl v0.5.0 |
1844 | 2024-11-02T03:17:36.958Z | Checking signal-hook v0.3.17 |
1845 | 2024-11-02T03:17:37.030Z | Checking reqwest v0.12.8 |
1846 | 2024-11-02T03:17:37.159Z | Checking quick-error v1.2.3 |
1847 | 2024-11-02T03:17:37.285Z | Checking itertools v0.10.5 |
1848 | 2024-11-02T03:17:37.311Z | Checking slog-json v2.6.1 |
1849 | 2024-11-02T03:17:37.457Z | Checking rsa v0.9.6 |
1850 | 2024-11-02T03:17:37.484Z | Checking usdt v0.5.0 |
1851 | 2024-11-02T03:17:37.551Z | Checking x509-cert v0.2.5 |
1852 | 2024-11-02T03:17:37.579Z | Checking toml_edit v0.19.15 |
1853 | 2024-11-02T03:17:37.733Z | Checking idna v0.4.0 |
1854 | 2024-11-02T03:17:37.832Z | Checking ed25519-dalek v2.1.1 |
1855 | 2024-11-02T03:17:38.274Z | Checking hubpack v0.1.2 |
1856 | 2024-11-02T03:17:38.569Z | Checking bzip2-sys v0.1.11+1.0.8 |
1857 | 2024-11-02T03:17:38.622Z | Checking debug-ignore v1.0.5 |
1858 | 2024-11-02T03:17:38.650Z | Checking bit-vec v0.6.3 |
1859 | 2024-11-02T03:17:38.711Z | Checking bzip2 v0.4.4 |
1860 | 2024-11-02T03:17:38.777Z | Checking hickory-proto v0.24.1 |
1861 | 2024-11-02T03:17:38.908Z | Checking slog-bunyan v2.5.0 |
1862 | 2024-11-02T03:17:39.028Z | Checking signal-hook-mio v0.2.4 |
1863 | 2024-11-02T03:17:39.031Z | Checking bit-set v0.5.3 |
1864 | 2024-11-02T03:17:39.076Z | Checking multer v3.1.0 |
1865 | 2024-11-02T03:17:39.181Z | Checking console v0.15.8 |
1866 | 2024-11-02T03:17:39.219Z | Checking waitgroup v0.1.2 |
1867 | 2024-11-02T03:17:39.302Z | Checking serde_path_to_error v0.1.16 |
1868 | 2024-11-02T03:17:39.373Z | Checking async-stream v0.3.6 |
1869 | 2024-11-02T03:17:39.494Z | Checking hostname v0.4.0 |
1870 | 2024-11-02T03:17:39.574Z | Checking hash32 v0.2.1 |
1871 | 2024-11-02T03:17:39.636Z | Checking predicates-core v1.0.8 |
1872 | 2024-11-02T03:17:39.638Z | Checking unicode-properties v0.1.3 |
1873 | 2024-11-02T03:17:39.772Z | Checking linked-hash-map v0.5.6 |
1874 | 2024-11-02T03:17:39.829Z | Checking crossterm v0.28.1 |
1875 | 2024-11-02T03:17:39.889Z | Checking heapless v0.7.17 |
1876 | 2024-11-02T03:17:39.914Z | Checking rayon v1.10.0 |
1877 | 2024-11-02T03:17:40.015Z | Checking stringprep v0.1.5 |
1878 | 2024-11-02T03:17:40.110Z | Checking lru-cache v0.1.2 |
1879 | 2024-11-02T03:17:40.157Z | Checking toml v0.7.8 |
1880 | 2024-11-02T03:17:40.299Z | Checking phf_shared v0.11.2 |
1881 | 2024-11-02T03:17:40.325Z | Checking similar v2.6.0 |
1882 | 2024-11-02T03:17:40.529Z | Checking tokio-rustls v0.25.0 |
1883 | 2024-11-02T03:17:40.593Z | Checking tokio-stream v0.1.16 |
1884 | 2024-11-02T03:17:40.935Z | Checking dropshot v0.12.0 |
1885 | 2024-11-02T03:17:40.963Z | Checking md-5 v0.10.6 |
1886 | 2024-11-02T03:17:40.967Z | Checking float-cmp v0.9.0 |
1887 | 2024-11-02T03:17:41.167Z | Checking normalize-line-endings v0.3.0 |
1888 | 2024-11-02T03:17:41.227Z | Checking fallible-iterator v0.2.0 |
1889 | 2024-11-02T03:17:41.254Z | Checking fixedbitset v0.4.2 |
1890 | 2024-11-02T03:17:41.288Z | Checking difflib v0.4.0 |
1891 | 2024-11-02T03:17:41.440Z | Checking smoltcp v0.9.1 |
1892 | 2024-11-02T03:17:41.526Z | Checking petgraph v0.6.5 |
1893 | 2024-11-02T03:17:41.635Z | Checking predicates v3.1.2 |
1894 | 2024-11-02T03:17:41.726Z | Checking phf v0.11.2 |
1895 | 2024-11-02T03:17:41.837Z | Checking postgres-protocol v0.6.7 |
1896 | 2024-11-02T03:17:42.024Z | Checking zip v0.6.6 |
1897 | 2024-11-02T03:17:42.343Z | Checking resolv-conf v0.7.0 |
1898 | 2024-11-02T03:17:42.551Z | Checking phf_shared v0.10.0 |
1899 | 2024-11-02T03:17:42.710Z | Checking tungstenite v0.24.0 |
1900 | 2024-11-02T03:17:42.742Z | Checking fs-err v2.11.0 |
1901 | 2024-11-02T03:17:42.836Z | Checking serde-big-array v0.5.1 |
1902 | 2024-11-02T03:17:42.982Z | Checking portable-atomic v1.9.0 |
1903 | 2024-11-02T03:17:43.052Z | Checking number_prefix v0.4.0 |
1904 | 2024-11-02T03:17:43.254Z | Checking lalrpop-util v0.19.12 |
1905 | 2024-11-02T03:17:43.325Z | Checking new_debug_unreachable v1.0.6 |
1906 | 2024-11-02T03:17:43.426Z | Checking minimal-lexical v0.2.1 |
1907 | 2024-11-02T03:17:43.533Z | Checking precomputed-hash v0.1.1 |
1908 | 2024-11-02T03:17:43.659Z | Checking string_cache v0.8.7 |
1909 | 2024-11-02T03:17:43.687Z | Checking tokio-tungstenite v0.24.0 |
1910 | 2024-11-02T03:17:43.804Z | Checking hickory-resolver v0.24.1 |
1911 | 2024-11-02T03:17:43.837Z | Checking nom v7.1.3 |
1912 | 2024-11-02T03:17:43.928Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1913 | 2024-11-02T03:17:43.978Z | Checking postgres-types v0.2.8 |
1914 | 2024-11-02T03:17:44.090Z | Checking indicatif v0.17.8 |
1915 | 2024-11-02T03:17:44.219Z | Checking itertools v0.12.1 |
1916 | 2024-11-02T03:17:44.793Z | Checking peg-runtime v0.8.3 |
1917 | 2024-11-02T03:17:44.864Z | Checking whoami v1.5.2 |
1918 | 2024-11-02T03:17:44.906Z | Compiling hashbrown v0.14.5 |
1919 | 2024-11-02T03:17:45.006Z | Compiling unsafe-libyaml v0.2.11 |
1920 | 2024-11-02T03:17:45.155Z | Checking tokio-postgres v0.7.12 |
1921 | 2024-11-02T03:17:45.444Z | Checking qorb v0.2.0 |
1922 | 2024-11-02T03:17:46.199Z | Compiling ident_case v1.0.1 |
1923 | 2024-11-02T03:17:46.387Z | Compiling regress v0.10.1 |
1924 | 2024-11-02T03:17:46.433Z | Compiling darling_core v0.20.10 |
1925 | 2024-11-02T03:17:46.844Z | Compiling serde_yaml v0.9.34+deprecated |
1926 | 2024-11-02T03:17:46.909Z | Checking heck v0.5.0 |
1927 | 2024-11-02T03:17:47.109Z | Checking progenitor-client v0.8.0 |
1928 | 2024-11-02T03:17:47.473Z | Checking fastrand v2.1.1 |
1929 | 2024-11-02T03:17:47.798Z | Compiling newtype-uuid v1.1.2 |
1930 | 2024-11-02T03:17:48.122Z | Checking ipnetwork v0.20.0 |
1931 | 2024-11-02T03:17:48.195Z | Compiling structmeta-derive v0.3.0 |
1932 | 2024-11-02T03:17:48.558Z | Checking strum v0.26.3 |
1933 | 2024-11-02T03:17:48.636Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1934 | 2024-11-02T03:17:48.967Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1935 | 2024-11-02T03:17:49.306Z | Checking tempfile v3.13.0 |
1936 | 2024-11-02T03:17:49.332Z | Checking instant v0.1.13 |
1937 | 2024-11-02T03:17:49.453Z | Checking regress v0.9.1 |
1938 | 2024-11-02T03:17:49.695Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1939 | 2024-11-02T03:17:49.724Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1940 | 2024-11-02T03:17:50.015Z | Checking macaddr v1.0.1 |
1941 | 2024-11-02T03:17:50.350Z | Compiling typify-impl v0.2.0 |
1942 | 2024-11-02T03:17:50.513Z | Checking backoff v0.4.0 |
1943 | 2024-11-02T03:17:50.844Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1944 | 2024-11-02T03:17:50.888Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1945 | 2024-11-02T03:17:51.003Z | Checking wait-timeout v0.2.0 |
1946 | 2024-11-02T03:17:51.048Z | Checking rand_xorshift v0.3.0 |
1947 | 2024-11-02T03:17:51.076Z | Compiling structmeta v0.3.0 |
1948 | 2024-11-02T03:17:51.179Z | Checking rusty-fork v0.3.0 |
1949 | 2024-11-02T03:17:51.234Z | Compiling structmeta-derive v0.2.0 |
1950 | 2024-11-02T03:17:51.475Z | Compiling parse-display-derive v0.10.0 |
1951 | 2024-11-02T03:17:51.503Z | Checking unarray v0.1.4 |
1952 | 2024-11-02T03:17:51.506Z | Checking camino-tempfile v1.1.1 |
1953 | 2024-11-02T03:17:51.675Z | Checking proptest v1.5.0 |
1954 | 2024-11-02T03:17:51.833Z | Compiling proc-macro-error v1.0.4 |
1955 | 2024-11-02T03:17:52.509Z | Compiling proc-macro-crate v1.3.1 |
1956 | 2024-11-02T03:17:53.040Z | Compiling darling_macro v0.20.10 |
1957 | 2024-11-02T03:17:53.076Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1958 | 2024-11-02T03:17:53.143Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1959 | 2024-11-02T03:17:53.493Z | Compiling foreign-types-macros v0.2.3 |
1960 | 2024-11-02T03:17:53.518Z | Checking foreign-types-shared v0.3.1 |
1961 | 2024-11-02T03:17:53.572Z | Compiling num_enum_derive v0.5.11 |
1962 | 2024-11-02T03:17:53.952Z | Compiling darling v0.20.10 |
1963 | 2024-11-02T03:17:54.003Z | Compiling structmeta v0.2.0 |
1964 | 2024-11-02T03:17:54.026Z | Checking tabwriter v1.4.0 |
1965 | 2024-11-02T03:17:54.080Z | Compiling serde_with_macros v3.11.0 |
1966 | 2024-11-02T03:17:54.256Z | Checking cstr-argument v0.1.2 |
1967 | 2024-11-02T03:17:54.429Z | Compiling test-strategy v0.3.1 |
1968 | 2024-11-02T03:17:54.454Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1969 | 2024-11-02T03:17:54.853Z | Checking foreign-types v0.5.0 |
1970 | 2024-11-02T03:17:54.964Z | Checking pretty-hex v0.2.1 |
1971 | 2024-11-02T03:17:55.130Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1972 | 2024-11-02T03:17:55.303Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1973 | 2024-11-02T03:17:55.453Z | Checking colored v2.1.0 |
1974 | 2024-11-02T03:17:55.479Z | Checking smf v0.2.3 |
1975 | 2024-11-02T03:17:55.779Z | Checking base64 v0.21.7 |
1976 | 2024-11-02T03:17:55.885Z | Checking parse-display v0.10.0 |
1977 | 2024-11-02T03:17:55.985Z | Compiling crucible-workspace-hack v0.1.0 |
1978 | 2024-11-02T03:17:56.084Z | Checking num_enum v0.5.11 |
1979 | 2024-11-02T03:17:56.120Z | Checking termtree v0.4.1 |
1980 | 2024-11-02T03:17:56.247Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1981 | 2024-11-02T03:17:56.288Z | Compiling heapless v0.8.0 |
1982 | 2024-11-02T03:17:56.317Z | Checking predicates-tree v1.0.11 |
1983 | 2024-11-02T03:17:56.445Z | Checking hash32 v0.3.1 |
1984 | 2024-11-02T03:17:56.473Z | Compiling smoltcp v0.11.0 |
1985 | 2024-11-02T03:17:56.506Z | Checking cobs v0.2.3 |
1986 | 2024-11-02T03:17:56.653Z | Checking sigpipe v0.1.3 |
1987 | 2024-11-02T03:17:56.673Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1988 | 2024-11-02T03:17:56.696Z | Checking postcard v1.0.10 |
1989 | 2024-11-02T03:17:56.753Z | Checking serde_with v3.11.0 |
1990 | 2024-11-02T03:17:56.778Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1991 | 2024-11-02T03:17:56.930Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1992 | 2024-11-02T03:17:57.049Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1993 | 2024-11-02T03:17:57.225Z | Compiling mockall_derive v0.13.0 |
1994 | 2024-11-02T03:17:57.286Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1995 | 2024-11-02T03:17:57.390Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1996 | 2024-11-02T03:17:57.631Z | Compiling zone_cfg_derive v0.3.0 |
1997 | 2024-11-02T03:17:57.785Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1998 | 2024-11-02T03:17:58.140Z | Compiling num-derive v0.4.2 |
1999 | 2024-11-02T03:17:58.193Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2000 | 2024-11-02T03:17:58.538Z | Checking downcast v0.11.0 |
2001 | 2024-11-02T03:17:58.740Z | Checking fragile v2.0.0 |
2002 | 2024-11-02T03:17:59.111Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2003 | 2024-11-02T03:17:59.155Z | Checking zone v0.3.0 |
2004 | 2024-11-02T03:17:59.381Z | Checking atomicwrites v0.4.4 |
2005 | 2024-11-02T03:17:59.603Z | Compiling convert_case v0.4.0 |
2006 | 2024-11-02T03:17:59.784Z | Checking tungstenite v0.21.0 |
2007 | 2024-11-02T03:17:59.992Z | Checking newline-converter v0.3.0 |
2008 | 2024-11-02T03:18:00.161Z | Checking expectorate v1.1.0 |
2009 | 2024-11-02T03:18:00.272Z | Checking itertools v0.13.0 |
2010 | 2024-11-02T03:18:00.338Z | Checking same-file v1.0.6 |
2011 | 2024-11-02T03:18:00.515Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2012 | 2024-11-02T03:18:00.540Z | Compiling derive_more v0.99.18 |
2013 | 2024-11-02T03:18:00.543Z | Checking walkdir v2.5.0 |
2014 | 2024-11-02T03:18:00.680Z | Checking tokio-tungstenite v0.21.0 |
2015 | 2024-11-02T03:18:00.858Z | Checking arc-swap v1.7.1 |
2016 | 2024-11-02T03:18:00.982Z | Checking xattr v1.3.1 |
2017 | 2024-11-02T03:18:01.175Z | Checking filetime v0.2.25 |
2018 | 2024-11-02T03:18:01.202Z | Compiling owo-colors v4.1.0 |
2019 | 2024-11-02T03:18:01.334Z | Checking slog-scope v4.4.0 |
2020 | 2024-11-02T03:18:01.498Z | Checking tar v0.4.42 |
2021 | 2024-11-02T03:18:01.503Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2022 | 2024-11-02T03:18:01.503Z | Compiling cancel-safe-futures v0.1.5 |
2023 | 2024-11-02T03:18:01.532Z | Checking slog-stdlog v4.1.1 |
2024 | 2024-11-02T03:18:01.712Z | Checking slog-envlogger v2.2.0 |
2025 | 2024-11-02T03:18:01.874Z | Checking swrite v0.1.0 |
2026 | 2024-11-02T03:18:02.254Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2027 | 2024-11-02T03:18:02.486Z | Checking libsw v3.3.1 |
2028 | 2024-11-02T03:18:02.624Z | Checking password-hash v0.5.0 |
2029 | 2024-11-02T03:18:02.774Z | Checking blake2 v0.10.6 |
2030 | 2024-11-02T03:18:02.883Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2031 | 2024-11-02T03:18:03.026Z | Checking indent_write v2.2.0 |
2032 | 2024-11-02T03:18:03.106Z | Checking linear-map v1.2.0 |
2033 | 2024-11-02T03:18:03.227Z | Checking num-rational v0.4.2 |
2034 | 2024-11-02T03:18:03.271Z | Checking argon2 v0.5.3 |
2035 | 2024-11-02T03:18:03.439Z | Checking pem v3.0.4 |
2036 | 2024-11-02T03:18:03.732Z | Checking num-complex v0.4.6 |
2037 | 2024-11-02T03:18:03.946Z | Checking float-ord v0.3.2 |
2038 | 2024-11-02T03:18:03.997Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2039 | 2024-11-02T03:18:04.076Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2040 | 2024-11-02T03:18:04.100Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2041 | 2024-11-02T03:18:04.715Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2042 | 2024-11-02T03:18:04.743Z | Checking num v0.4.3 |
2043 | 2024-11-02T03:18:04.856Z | Compiling lzma-sys v0.1.20 |
2044 | 2024-11-02T03:18:04.928Z | Checking humantime v2.1.0 |
2045 | 2024-11-02T03:18:05.038Z | Checking headers-core v0.3.0 |
2046 | 2024-11-02T03:18:05.185Z | Compiling heck v0.3.3 |
2047 | 2024-11-02T03:18:05.209Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2048 | 2024-11-02T03:18:05.368Z | Checking mockall v0.13.0 |
2049 | 2024-11-02T03:18:05.391Z | Checking headers v0.4.0 |
2050 | 2024-11-02T03:18:05.542Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2051 | 2024-11-02T03:18:05.591Z | Compiling zone_cfg_derive v0.1.2 |
2052 | 2024-11-02T03:18:05.645Z | Checking yasna v0.5.2 |
2053 | 2024-11-02T03:18:05.798Z | Checking base64 v0.13.1 |
2054 | 2024-11-02T03:18:05.844Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2055 | 2024-11-02T03:18:06.243Z | Checking ron v0.7.1 |
2056 | 2024-11-02T03:18:06.367Z | Checking xz2 v0.1.7 |
2057 | 2024-11-02T03:18:06.572Z | Checking rcgen v0.12.1 |
2058 | 2024-11-02T03:18:06.705Z | Checking subprocess v0.2.9 |
2059 | 2024-11-02T03:18:06.937Z | Compiling typify-macro v0.2.0 |
2060 | 2024-11-02T03:18:07.049Z | Checking zone v0.1.8 |
2061 | 2024-11-02T03:18:07.252Z | Checking half v2.4.1 |
2062 | 2024-11-02T03:18:07.284Z | Checking ciborium-io v0.2.2 |
2063 | 2024-11-02T03:18:07.419Z | Compiling semver v0.1.20 |
2064 | 2024-11-02T03:18:07.443Z | Checking highway v1.2.0 |
2065 | 2024-11-02T03:18:07.705Z | Compiling prettyplease v0.2.22 |
2066 | 2024-11-02T03:18:07.727Z | Checking ciborium-ll v0.2.2 |
2067 | 2024-11-02T03:18:07.879Z | Compiling rustc_version v0.1.7 |
2068 | 2024-11-02T03:18:08.089Z | Checking ciborium v0.2.2 |
2069 | 2024-11-02T03:18:08.112Z | Compiling home v0.5.9 |
2070 | 2024-11-02T03:18:08.362Z | Compiling newtype_derive v0.1.6 |
2071 | 2024-11-02T03:18:08.417Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2072 | 2024-11-02T03:18:08.923Z | Checking steno v0.4.1 |
2073 | 2024-11-02T03:18:10.896Z | Compiling slog-dtrace v0.3.0 |
2074 | 2024-11-02T03:18:11.124Z | Checking display-error-chain v0.2.2 |
2075 | 2024-11-02T03:18:11.158Z | Compiling blake3 v1.5.4 |
2076 | 2024-11-02T03:18:11.233Z | Compiling typify v0.2.0 |
2077 | 2024-11-02T03:18:11.375Z | Compiling progenitor-impl v0.8.0 |
2078 | 2024-11-02T03:18:11.540Z | Compiling ring v0.16.20 |
2079 | 2024-11-02T03:18:11.770Z | Checking keccak v0.1.5 |
2080 | 2024-11-02T03:18:11.850Z | Checking universal-hash v0.5.1 |
2081 | 2024-11-02T03:18:11.960Z | Checking sha3 v0.10.8 |
2082 | 2024-11-02T03:18:12.050Z | Checking secrecy v0.8.0 |
2083 | 2024-11-02T03:18:12.297Z | Checking opaque-debug v0.3.1 |
2084 | 2024-11-02T03:18:12.419Z | Checking aead v0.5.2 |
2085 | 2024-11-02T03:18:12.551Z | Checking poly1305 v0.8.0 |
2086 | 2024-11-02T03:18:12.748Z | Checking chacha20 v0.9.1 |
2087 | 2024-11-02T03:18:12.978Z | Checking gethostname v0.5.0 |
2088 | 2024-11-02T03:18:13.219Z | Compiling memmap2 v0.9.5 |
2089 | 2024-11-02T03:18:13.494Z | Compiling arrayvec v0.7.6 |
2090 | 2024-11-02T03:18:13.652Z | Compiling untrusted v0.7.1 |
2091 | 2024-11-02T03:18:13.652Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-11-02T03:18:13.653Z | Compiling arrayref v0.3.9 |
2093 | 2024-11-02T03:18:13.841Z | Compiling spin v0.5.2 |
2094 | 2024-11-02T03:18:13.841Z | Compiling toolchain_find v0.4.0 |
2095 | 2024-11-02T03:18:13.841Z | Compiling thiserror-impl-no-std v2.0.2 |
2096 | 2024-11-02T03:18:14.044Z | Compiling topological-sort v0.2.2 |
2097 | 2024-11-02T03:18:14.192Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2098 | 2024-11-02T03:18:14.192Z | Compiling rustfmt-wrapper v0.2.1 |
2099 | 2024-11-02T03:18:14.389Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2024-11-02T03:18:14.725Z | Checking chacha20poly1305 v0.10.1 |
2101 | 2024-11-02T03:18:14.858Z | Checking nibble_vec v0.1.0 |
2102 | 2024-11-02T03:18:14.858Z | Checking endian-type v0.1.2 |
2103 | 2024-11-02T03:18:14.982Z | Checking fxhash v0.2.1 |
2104 | 2024-11-02T03:18:14.982Z | Checking termcolor v1.4.1 |
2105 | 2024-11-02T03:18:14.983Z | Compiling radium v0.7.0 |
2106 | 2024-11-02T03:18:14.983Z | Checking maplit v1.0.2 |
2107 | 2024-11-02T03:18:15.115Z | Checking radix_trie v0.2.1 |
2108 | 2024-11-02T03:18:15.115Z | Checking tap v1.0.1 |
2109 | 2024-11-02T03:18:15.115Z | Compiling maybe-uninit v2.0.0 |
2110 | 2024-11-02T03:18:15.198Z | Checking wyz v0.5.1 |
2111 | 2024-11-02T03:18:15.361Z | Checking crc-catalog v2.4.0 |
2112 | 2024-11-02T03:18:15.468Z | Checking funty v2.0.0 |
2113 | 2024-11-02T03:18:15.582Z | Compiling packed_struct v0.10.1 |
2114 | 2024-11-02T03:18:15.691Z | Checking crc v3.2.1 |
2115 | 2024-11-02T03:18:15.793Z | Checking kstat-rs v0.2.4 |
2116 | 2024-11-02T03:18:15.859Z | Compiling packed_struct_codegen v0.10.1 |
2117 | 2024-11-02T03:18:16.001Z | Compiling indexmap v1.9.3 |
2118 | 2024-11-02T03:18:16.081Z | Compiling libefi-sys v0.1.0 |
2119 | 2024-11-02T03:18:16.147Z | Checking nodrop v0.1.14 |
2120 | 2024-11-02T03:18:16.217Z | Checking array-init v0.0.4 |
2121 | 2024-11-02T03:18:16.342Z | Checking bitvec v1.0.1 |
2122 | 2024-11-02T03:18:16.395Z | Checking smallvec v0.6.14 |
2123 | 2024-11-02T03:18:16.427Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2124 | 2024-11-02T03:18:16.777Z | Compiling bitfield-struct v0.6.2 |
2125 | 2024-11-02T03:18:16.810Z | Compiling async-recursion v1.1.1 |
2126 | 2024-11-02T03:18:16.859Z | Checking thiserror-no-std v2.0.2 |
2127 | 2024-11-02T03:18:16.964Z | Checking vsss-rs v3.3.4 |
2128 | 2024-11-02T03:18:17.228Z | Compiling omicron-zone-package v0.11.1 |
2129 | 2024-11-02T03:18:18.244Z | Checking hashbrown v0.12.3 |
2130 | 2024-11-02T03:18:18.422Z | Checking bitfield v0.14.0 |
2131 | 2024-11-02T03:18:18.452Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2132 | 2024-11-02T03:18:18.722Z | Checking serde-hex v0.1.0 |
2133 | 2024-11-02T03:18:18.980Z | Compiling progenitor-macro v0.8.0 |
2134 | 2024-11-02T03:18:19.119Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2135 | 2024-11-02T03:18:19.386Z | Checking env_logger v0.10.2 |
2136 | 2024-11-02T03:18:19.487Z | Checking ron v0.8.1 |
2137 | 2024-11-02T03:18:19.837Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2138 | 2024-11-02T03:18:20.140Z | Checking hashbrown v0.13.2 |
2139 | 2024-11-02T03:18:20.165Z | Checking crc-any v2.5.0 |
2140 | 2024-11-02T03:18:20.520Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2141 | 2024-11-02T03:18:20.653Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2142 | 2024-11-02T03:18:20.805Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2143 | 2024-11-02T03:18:20.830Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2144 | 2024-11-02T03:18:21.097Z | Checking path-slash v0.1.5 |
2145 | 2024-11-02T03:18:21.119Z | Compiling parking_lot_core v0.8.6 |
2146 | 2024-11-02T03:18:21.154Z | Checking glob v0.3.1 |
2147 | 2024-11-02T03:18:21.202Z | Checking object v0.30.4 |
2148 | 2024-11-02T03:18:21.249Z | Checking hickory-client v0.24.1 |
2149 | 2024-11-02T03:18:21.497Z | Checking hickory-server v0.24.1 |
2150 | 2024-11-02T03:18:21.913Z | Checking primeorder v0.13.6 |
2151 | 2024-11-02T03:18:22.032Z | Checking parking_lot v0.11.2 |
2152 | 2024-11-02T03:18:22.392Z | Checking sled v0.34.7 |
2153 | 2024-11-02T03:18:22.411Z | Compiling unicase v2.7.0 |
2154 | 2024-11-02T03:18:22.877Z | Checking nanorand v0.7.0 |
2155 | 2024-11-02T03:18:23.046Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2156 | 2024-11-02T03:18:23.281Z | Compiling buf-list v1.0.3 |
2157 | 2024-11-02T03:18:23.430Z | Checking flume v0.11.0 |
2158 | 2024-11-02T03:18:23.964Z | Checking atty v0.2.14 |
2159 | 2024-11-02T03:18:24.017Z | Compiling vte_generate_state_changes v0.1.2 |
2160 | 2024-11-02T03:18:24.036Z | Compiling salty v0.3.0 |
2161 | 2024-11-02T03:18:24.444Z | Checking p384 v0.13.0 |
2162 | 2024-11-02T03:18:24.503Z | Checking fd-lock v4.0.2 |
2163 | 2024-11-02T03:18:24.624Z | Checking vte v0.11.1 |
2164 | 2024-11-02T03:18:24.749Z | Compiling mime_guess v2.0.5 |
2165 | 2024-11-02T03:18:25.265Z | Checking env_filter v0.1.2 |
2166 | 2024-11-02T03:18:25.399Z | Checking nu-ansi-term v0.50.1 |
2167 | 2024-11-02T03:18:25.501Z | Checking env_logger v0.11.5 |
2168 | 2024-11-02T03:18:25.630Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2169 | 2024-11-02T03:18:25.845Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2170 | 2024-11-02T03:18:26.039Z | Checking strip-ansi-escapes v0.2.0 |
2171 | 2024-11-02T03:18:26.102Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2172 | 2024-11-02T03:18:26.194Z | Checking reedline v0.35.0 |
2173 | 2024-11-02T03:18:26.248Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2174 | 2024-11-02T03:18:26.275Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2175 | 2024-11-02T03:18:26.436Z | Compiling dsl_auto_type v0.1.2 |
2176 | 2024-11-02T03:18:26.559Z | Checking scheduled-thread-pool v0.2.7 |
2177 | 2024-11-02T03:18:26.807Z | Compiling diesel_table_macro_syntax v0.2.0 |
2178 | 2024-11-02T03:18:26.855Z | Compiling crunchy v0.2.2 |
2179 | 2024-11-02T03:18:26.908Z | Checking http-range v0.1.5 |
2180 | 2024-11-02T03:18:27.099Z | Checking hyper-staticfile v0.10.1 |
2181 | 2024-11-02T03:18:27.259Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2182 | 2024-11-02T03:18:27.390Z | Checking r2d2 v0.8.10 |
2183 | 2024-11-02T03:18:27.680Z | Compiling clang-sys v1.8.1 |
2184 | 2024-11-02T03:18:27.731Z | Compiling phf_generator v0.11.2 |
2185 | 2024-11-02T03:18:27.928Z | Checking bytecount v0.6.8 |
2186 | 2024-11-02T03:18:28.044Z | Compiling diesel_derives v2.2.3 |
2187 | 2024-11-02T03:18:28.094Z | Compiling tiny-keccak v2.0.2 |
2188 | 2024-11-02T03:18:28.415Z | Checking papergrid v0.11.0 |
2189 | 2024-11-02T03:18:28.457Z | Compiling phf_codegen v0.11.2 |
2190 | 2024-11-02T03:18:28.597Z | Compiling tabled_derive v0.7.0 |
2191 | 2024-11-02T03:18:28.672Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2192 | 2024-11-02T03:18:28.942Z | Compiling parse-zoneinfo v0.3.1 |
2193 | 2024-11-02T03:18:29.006Z | Compiling cfg_aliases v0.1.1 |
2194 | 2024-11-02T03:18:29.132Z | Compiling ref-cast v1.0.23 |
2195 | 2024-11-02T03:18:29.765Z | Compiling chrono-tz-build v0.4.0 |
2196 | 2024-11-02T03:18:29.970Z | Compiling nix v0.28.0 |
2197 | 2024-11-02T03:18:30.805Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2198 | 2024-11-02T03:18:30.828Z | Compiling ascii-canvas v3.0.0 |
2199 | 2024-11-02T03:18:30.850Z | Compiling ena v0.14.3 |
2200 | 2024-11-02T03:18:31.067Z | Checking tabled v0.15.0 |
2201 | 2024-11-02T03:18:31.119Z | Compiling ref-cast-impl v1.0.23 |
2202 | 2024-11-02T03:18:31.142Z | Compiling libloading v0.8.5 |
2203 | 2024-11-02T03:18:31.270Z | Compiling diff v0.1.13 |
2204 | 2024-11-02T03:18:31.350Z | Compiling regex-syntax v0.6.29 |
2205 | 2024-11-02T03:18:31.568Z | Compiling bindgen v0.69.5 |
2206 | 2024-11-02T03:18:32.459Z | Compiling chrono-tz v0.10.0 |
2207 | 2024-11-02T03:18:32.565Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2208 | 2024-11-02T03:18:33.179Z | Compiling which v4.4.2 |
2209 | 2024-11-02T03:18:33.779Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2210 | 2024-11-02T03:18:34.145Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2211 | 2024-11-02T03:18:34.179Z | Checking signal-hook-tokio v0.3.1 |
2212 | 2024-11-02T03:18:34.380Z | Compiling cexpr v0.6.0 |
2213 | 2024-11-02T03:18:34.863Z | Compiling lalrpop v0.19.12 |
2214 | 2024-11-02T03:18:35.552Z | Checking progenitor v0.8.0 |
2215 | 2024-11-02T03:18:35.780Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2216 | 2024-11-02T03:18:36.018Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2217 | 2024-11-02T03:18:36.609Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2024-11-02T03:18:37.172Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2219 | 2024-11-02T03:18:40.091Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2220 | 2024-11-02T03:18:40.902Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2221 | 2024-11-02T03:18:41.123Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2222 | 2024-11-02T03:18:43.407Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2223 | 2024-11-02T03:18:43.730Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2224 | 2024-11-02T03:18:44.122Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2225 | 2024-11-02T03:18:44.601Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2226 | 2024-11-02T03:18:44.677Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2227 | 2024-11-02T03:18:44.959Z | Checking diesel v2.2.4 |
2228 | 2024-11-02T03:18:45.253Z | Compiling rustc-hash v1.1.0 |
2229 | 2024-11-02T03:18:45.278Z | Compiling lazycell v1.3.0 |
2230 | 2024-11-02T03:18:49.092Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2231 | 2024-11-02T03:18:49.156Z | Compiling derive_builder_core v0.20.2 |
2232 | 2024-11-02T03:18:49.408Z | Checking http v0.2.12 |
2233 | 2024-11-02T03:18:50.858Z | Compiling peg-macros v0.8.4 |
2234 | 2024-11-02T03:18:51.547Z | Compiling libxml v0.3.3 |
2235 | 2024-11-02T03:18:51.929Z | Compiling sqlparser_derive v0.2.2 |
2236 | 2024-11-02T03:18:53.015Z | Compiling memoffset v0.9.1 |
2237 | 2024-11-02T03:18:53.354Z | Checking unicode_categories v0.1.1 |
2238 | 2024-11-02T03:18:53.692Z | Checking sqlformat v0.2.6 |
2239 | 2024-11-02T03:18:54.385Z | Checking peg v0.8.4 |
2240 | 2024-11-02T03:18:54.665Z | Checking sqlparser v0.45.0 |
2241 | 2024-11-02T03:18:58.261Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2242 | 2024-11-02T03:19:02.110Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2243 | 2024-11-02T03:19:04.404Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2244 | 2024-11-02T03:19:05.826Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2245 | 2024-11-02T03:19:07.383Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2246 | 2024-11-02T03:19:08.100Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2247 | 2024-11-02T03:19:08.321Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2248 | 2024-11-02T03:19:09.843Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2249 | 2024-11-02T03:19:10.188Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2250 | 2024-11-02T03:19:10.566Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2251 | 2024-11-02T03:19:10.632Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2252 | 2024-11-02T03:19:10.714Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2253 | 2024-11-02T03:19:11.390Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2254 | 2024-11-02T03:19:11.414Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2255 | 2024-11-02T03:19:11.417Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2256 | 2024-11-02T03:19:11.966Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2257 | 2024-11-02T03:19:12.570Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2258 | 2024-11-02T03:19:13.064Z | Compiling derive_builder_macro v0.20.2 |
2259 | 2024-11-02T03:19:13.128Z | Checking rustyline v14.0.0 |
2260 | 2024-11-02T03:19:15.656Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2261 | 2024-11-02T03:19:15.838Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2262 | 2024-11-02T03:19:16.517Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2263 | 2024-11-02T03:19:17.464Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2264 | 2024-11-02T03:19:18.535Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2265 | 2024-11-02T03:19:18.779Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2266 | 2024-11-02T03:19:19.377Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2267 | 2024-11-02T03:19:20.811Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2268 | 2024-11-02T03:19:22.527Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2269 | 2024-11-02T03:19:23.141Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2270 | 2024-11-02T03:19:23.607Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2271 | 2024-11-02T03:19:25.752Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2272 | 2024-11-02T03:19:26.499Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2273 | 2024-11-02T03:19:26.601Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2274 | 2024-11-02T03:19:26.963Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2275 | 2024-11-02T03:19:26.987Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2276 | 2024-11-02T03:19:27.387Z | Checking tungstenite v0.23.0 |
2277 | 2024-11-02T03:19:28.300Z | Checking bcs v0.1.6 |
2278 | 2024-11-02T03:19:28.366Z | Compiling strum_macros v0.24.3 |
2279 | 2024-11-02T03:19:28.586Z | Compiling pin-project-internal v1.1.6 |
2280 | 2024-11-02T03:19:28.798Z | Compiling indoc v1.0.9 |
2281 | 2024-11-02T03:19:29.517Z | Checking tokio-tungstenite v0.23.1 |
2282 | 2024-11-02T03:19:29.800Z | Checking derive_builder v0.20.2 |
2283 | 2024-11-02T03:19:30.175Z | Checking http-body v0.4.6 |
2284 | 2024-11-02T03:19:30.624Z | Checking h2 v0.3.26 |
2285 | 2024-11-02T03:19:31.692Z | Checking pin-project v1.1.6 |
2286 | 2024-11-02T03:19:31.828Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2287 | 2024-11-02T03:19:31.917Z | Checking quick-xml v0.33.0 |
2288 | 2024-11-02T03:19:31.961Z | Compiling impl-trait-for-tuples v0.2.2 |
2289 | 2024-11-02T03:19:32.127Z | Compiling oso-derive v0.27.3 |
2290 | 2024-11-02T03:19:32.667Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2291 | 2024-11-02T03:19:33.109Z | Checking nix v0.27.1 |
2292 | 2024-11-02T03:19:33.190Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2293 | 2024-11-02T03:19:34.295Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2294 | 2024-11-02T03:19:34.595Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2295 | 2024-11-02T03:19:34.880Z | Compiling snafu-derive v0.8.5 |
2296 | 2024-11-02T03:19:36.120Z | Compiling diesel-dtrace v0.3.0 |
2297 | 2024-11-02T03:19:36.454Z | Checking simd-adler32 v0.3.7 |
2298 | 2024-11-02T03:19:36.839Z | Checking sync_wrapper v0.1.2 |
2299 | 2024-11-02T03:19:36.981Z | Checking lockfree-object-pool v0.1.6 |
2300 | 2024-11-02T03:19:37.243Z | Checking hyper v0.14.30 |
2301 | 2024-11-02T03:19:37.267Z | Compiling zip v2.1.3 |
2302 | 2024-11-02T03:19:37.616Z | Checking bumpalo v3.16.0 |
2303 | 2024-11-02T03:19:37.976Z | Checking zopfli v0.8.1 |
2304 | 2024-11-02T03:19:39.673Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2305 | 2024-11-02T03:19:40.397Z | Checking snafu v0.8.5 |
2306 | 2024-11-02T03:19:40.930Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2307 | 2024-11-02T03:19:41.247Z | Checking globset v0.4.15 |
2308 | 2024-11-02T03:19:41.283Z | Checking bb8 v0.8.5 |
2309 | 2024-11-02T03:19:41.818Z | Checking olpc-cjson v0.1.4 |
2310 | 2024-11-02T03:19:41.841Z | Checking serde_plain v1.0.2 |
2311 | 2024-11-02T03:19:42.082Z | Compiling const_format_proc_macros v0.2.33 |
2312 | 2024-11-02T03:19:42.110Z | Compiling displaydoc v0.2.5 |
2313 | 2024-11-02T03:19:42.363Z | Checking reqwest v0.11.27 |
2314 | 2024-11-02T03:19:43.242Z | Checking typed-path v0.7.1 |
2315 | 2024-11-02T03:19:43.462Z | Checking async-bb8-diesel v0.2.1 |
2316 | 2024-11-02T03:19:44.248Z | Checking const_format v0.2.33 |
2317 | 2024-11-02T03:19:44.705Z | Checking parse-size v1.1.0 |
2318 | 2024-11-02T03:19:44.778Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2319 | 2024-11-02T03:19:44.906Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2320 | 2024-11-02T03:19:44.939Z | Checking heck v0.4.1 |
2321 | 2024-11-02T03:19:44.975Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2322 | 2024-11-02T03:19:45.154Z | Checking tough v0.17.1 |
2323 | 2024-11-02T03:19:45.628Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2324 | 2024-11-02T03:19:46.130Z | Checking assert_matches v1.5.0 |
2325 | 2024-11-02T03:19:46.187Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2326 | 2024-11-02T03:19:46.241Z | Checking rand_seeder v0.3.0 |
2327 | 2024-11-02T03:19:46.485Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2328 | 2024-11-02T03:19:46.881Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2329 | 2024-11-02T03:19:47.966Z | Compiling libz-sys v1.1.20 |
2330 | 2024-11-02T03:19:48.096Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2331 | 2024-11-02T03:19:48.368Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2332 | 2024-11-02T03:19:48.884Z | Checking is_ci v1.2.0 |
2333 | 2024-11-02T03:19:49.046Z | Checking supports-color v3.0.1 |
2334 | 2024-11-02T03:19:49.255Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2335 | 2024-11-02T03:19:49.387Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2336 | 2024-11-02T03:19:50.689Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2337 | 2024-11-02T03:19:50.959Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2338 | 2024-11-02T03:19:51.131Z | Compiling vergen v8.3.2 |
2339 | 2024-11-02T03:19:51.460Z | Compiling cargo-platform v0.1.8 |
2340 | 2024-11-02T03:19:51.810Z | Checking unicode-linebreak v0.1.5 |
2341 | 2024-11-02T03:19:52.093Z | Checking smawk v0.3.2 |
2342 | 2024-11-02T03:19:52.190Z | Compiling cargo_metadata v0.18.1 |
2343 | 2024-11-02T03:19:52.304Z | Checking textwrap v0.16.1 |
2344 | 2024-11-02T03:19:52.727Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2345 | 2024-11-02T03:19:53.223Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2346 | 2024-11-02T03:19:54.775Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2347 | 2024-11-02T03:19:55.314Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2348 | 2024-11-02T03:19:55.808Z | Checking castaway v0.2.3 |
2349 | 2024-11-02T03:19:55.942Z | Compiling libsqlite3-sys v0.30.1 |
2350 | 2024-11-02T03:19:55.986Z | Compiling rustls v0.21.12 |
2351 | 2024-11-02T03:19:56.302Z | Compiling cfg_aliases v0.2.1 |
2352 | 2024-11-02T03:19:56.426Z | Compiling nix v0.29.0 |
2353 | 2024-11-02T03:19:56.456Z | Checking compact_str v0.8.0 |
2354 | 2024-11-02T03:19:57.354Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2355 | 2024-11-02T03:19:57.422Z | Checking unicode-truncate v1.1.0 |
2356 | 2024-11-02T03:19:57.688Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2357 | 2024-11-02T03:19:58.025Z | Checking rustls-webpki v0.101.7 |
2358 | 2024-11-02T03:19:58.092Z | Checking sct v0.7.1 |
2359 | 2024-11-02T03:19:58.302Z | Checking lru v0.12.5 |
2360 | 2024-11-02T03:19:58.589Z | Compiling instability v0.3.2 |
2361 | 2024-11-02T03:19:58.729Z | Checking cassowary v0.3.0 |
2362 | 2024-11-02T03:19:59.279Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2363 | 2024-11-02T03:19:59.597Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2364 | 2024-11-02T03:19:59.894Z | Checking ratatui v0.28.1 |
2365 | 2024-11-02T03:20:00.627Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2366 | 2024-11-02T03:20:02.482Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2367 | 2024-11-02T03:20:03.482Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2368 | 2024-11-02T03:20:03.590Z | Checking hashlink v0.9.1 |
2369 | 2024-11-02T03:20:03.807Z | Checking concurrent-queue v2.5.0 |
2370 | 2024-11-02T03:20:04.164Z | Checking plotters-backend v0.3.7 |
2371 | 2024-11-02T03:20:04.289Z | Checking parking v2.2.1 |
2372 | 2024-11-02T03:20:04.483Z | Checking fallible-iterator v0.3.0 |
2373 | 2024-11-02T03:20:04.564Z | Checking fallible-streaming-iterator v0.1.9 |
2374 | 2024-11-02T03:20:04.830Z | Checking plotters-svg v0.3.7 |
2375 | 2024-11-02T03:20:05.131Z | Checking rusqlite v0.32.1 |
2376 | 2024-11-02T03:20:05.596Z | Checking tokio-rustls v0.24.1 |
2377 | 2024-11-02T03:20:05.986Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2378 | 2024-11-02T03:20:06.763Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2379 | 2024-11-02T03:20:07.073Z | Checking rustls-pemfile v1.0.4 |
2380 | 2024-11-02T03:20:07.240Z | Checking twox-hash v1.6.3 |
2381 | 2024-11-02T03:20:07.304Z | Checking cast v0.3.0 |
2382 | 2024-11-02T03:20:07.658Z | Checking criterion-plot v0.5.0 |
2383 | 2024-11-02T03:20:07.789Z | Checking plotters v0.3.7 |
2384 | 2024-11-02T03:20:08.230Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2385 | 2024-11-02T03:20:09.314Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2386 | 2024-11-02T03:20:09.791Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2387 | 2024-11-02T03:20:10.387Z | Checking fatfs v0.3.6 |
2388 | 2024-11-02T03:20:11.406Z | Checking tinytemplate v1.2.1 |
2389 | 2024-11-02T03:20:11.664Z | Checking csv-core v0.1.11 |
2390 | 2024-11-02T03:20:11.761Z | Checking shell-words v1.1.0 |
2391 | 2024-11-02T03:20:11.960Z | Checking oorandom v11.1.4 |
2392 | 2024-11-02T03:20:12.016Z | Checking hex-literal v0.4.1 |
2393 | 2024-11-02T03:20:12.146Z | Checking anes v0.1.6 |
2394 | 2024-11-02T03:20:12.174Z | Checking csv v1.3.0 |
2395 | 2024-11-02T03:20:12.538Z | Checking criterion v0.5.1 |
2396 | 2024-11-02T03:20:13.041Z | Checking event-listener v5.3.1 |
2397 | 2024-11-02T03:20:13.468Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2398 | 2024-11-02T03:20:15.480Z | Checking rtoolbox v0.0.2 |
2399 | 2024-11-02T03:20:15.711Z | Checking rpassword v7.3.1 |
2400 | 2024-11-02T03:20:15.891Z | Checking event-listener-strategy v0.5.2 |
2401 | 2024-11-02T03:20:16.121Z | Checking tui-tree-widget v0.22.0 |
2402 | 2024-11-02T03:20:16.492Z | Checking polyval v0.6.2 |
2403 | 2024-11-02T03:20:16.821Z | Checking ghash v0.5.1 |
2404 | 2024-11-02T03:20:17.030Z | Checking futures-lite v2.3.0 |
2405 | 2024-11-02T03:20:18.602Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2406 | 2024-11-02T03:20:18.625Z | Checking ctr v0.9.2 |
2407 | 2024-11-02T03:20:19.191Z | Checking yansi v1.0.1 |
2408 | 2024-11-02T03:20:19.988Z | Checking pretty_assertions v1.4.1 |
2409 | 2024-11-02T03:20:20.115Z | Checking aes-gcm v0.10.3 |
2410 | 2024-11-02T03:20:20.201Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2411 | 2024-11-02T03:20:20.380Z | Checking ssh-encoding v0.2.0 |
2412 | 2024-11-02T03:20:20.704Z | Checking blowfish v0.9.1 |
2413 | 2024-11-02T03:20:20.896Z | Compiling samael v0.0.17 |
2414 | 2024-11-02T03:20:20.961Z | Checking bcrypt-pbkdf v0.10.0 |
2415 | 2024-11-02T03:20:21.215Z | Checking ssh-cipher v0.2.0 |
2416 | 2024-11-02T03:20:21.543Z | Checking async-lock v3.4.0 |
2417 | 2024-11-02T03:20:22.507Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2418 | 2024-11-02T03:20:23.053Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2419 | 2024-11-02T03:20:24.495Z | Checking polling v3.7.3 |
2420 | 2024-11-02T03:20:24.888Z | Checking password-hash v0.4.2 |
2421 | 2024-11-02T03:20:25.341Z | Checking matches v0.1.10 |
2422 | 2024-11-02T03:20:25.439Z | Checking idna v0.2.3 |
2423 | 2024-11-02T03:20:26.236Z | Checking pbkdf2 v0.11.0 |
2424 | 2024-11-02T03:20:26.574Z | Checking async-io v2.3.4 |
2425 | 2024-11-02T03:20:27.476Z | Checking ssh-key v0.6.6 |
2426 | 2024-11-02T03:20:27.813Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2427 | 2024-11-02T03:20:28.712Z | Checking p521 v0.13.3 |
2428 | 2024-11-02T03:20:29.187Z | Checking p256 v0.13.2 |
2429 | 2024-11-02T03:20:29.659Z | Checking russh-cryptovec v0.7.3 |
2430 | 2024-11-02T03:20:29.890Z | Compiling enum-as-inner v0.5.1 |
2431 | 2024-11-02T03:20:30.238Z | Compiling doc-comment v0.3.3 |
2432 | 2024-11-02T03:20:30.836Z | Compiling target-lexicon v0.12.16 |
2433 | 2024-11-02T03:20:30.958Z | Checking md5 v0.7.0 |
2434 | 2024-11-02T03:20:31.261Z | Checking async-task v4.7.1 |
2435 | 2024-11-02T03:20:31.646Z | Checking russh-keys v0.45.0 |
2436 | 2024-11-02T03:20:31.888Z | Checking trust-dns-proto v0.22.0 |
2437 | 2024-11-02T03:20:32.096Z | Checking async-channel v2.3.1 |
2438 | 2024-11-02T03:20:32.450Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2439 | 2024-11-02T03:20:33.122Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2440 | 2024-11-02T03:20:34.005Z | Checking piper v0.2.4 |
2441 | 2024-11-02T03:20:34.172Z | Checking num-bigint v0.4.6 |
2442 | 2024-11-02T03:20:34.250Z | Checking des v0.8.1 |
2443 | 2024-11-02T03:20:34.547Z | Checking futures-timer v3.0.3 |
2444 | 2024-11-02T03:20:34.836Z | Compiling guppy-workspace-hack v0.1.0 |
2445 | 2024-11-02T03:20:35.172Z | Compiling dhcproto-macros v0.1.0 |
2446 | 2024-11-02T03:20:35.836Z | Compiling assert_cmd v2.0.16 |
2447 | 2024-11-02T03:20:36.139Z | Checking dhcproto v0.12.0 |
2448 | 2024-11-02T03:20:36.311Z | Checking blocking v1.6.1 |
2449 | 2024-11-02T03:20:36.647Z | Checking russh v0.45.0 |
2450 | 2024-11-02T03:20:37.206Z | Checking async-executor v1.13.1 |
2451 | 2024-11-02T03:20:37.556Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2452 | 2024-11-02T03:20:37.655Z | Checking async-signal v0.2.10 |
2453 | 2024-11-02T03:20:37.957Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2454 | 2024-11-02T03:20:38.178Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2455 | 2024-11-02T03:20:38.917Z | Checking internet-checksum v0.2.1 |
2456 | 2024-11-02T03:20:38.971Z | Checking event-listener v2.5.3 |
2457 | 2024-11-02T03:20:39.115Z | Compiling target-spec v3.2.2 |
2458 | 2024-11-02T03:20:39.720Z | Checking async-channel v1.9.0 |
2459 | 2024-11-02T03:20:40.610Z | Checking async-process v2.3.0 |
2460 | 2024-11-02T03:20:41.027Z | Checking async-global-executor v2.4.1 |
2461 | 2024-11-02T03:20:41.210Z | Checking cfg-expr v0.17.0 |
2462 | 2024-11-02T03:20:41.454Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2463 | 2024-11-02T03:20:41.818Z | Checking httptest v0.16.1 |
2464 | 2024-11-02T03:20:42.097Z | Checking rustls-native-certs v0.7.3 |
2465 | 2024-11-02T03:20:42.249Z | Checking num_cpus v1.16.0 |
2466 | 2024-11-02T03:20:42.403Z | Checking kv-log-macro v1.0.7 |
2467 | 2024-11-02T03:20:42.529Z | Compiling async-attributes v1.1.2 |
2468 | 2024-11-02T03:20:43.419Z | Checking async-std v1.13.0 |
2469 | 2024-11-02T03:20:43.733Z | Compiling git2 v0.19.0 |
2470 | 2024-11-02T03:20:44.733Z | Checking threadpool v1.8.1 |
2471 | 2024-11-02T03:20:44.963Z | Checking hyper-rustls v0.26.0 |
2472 | 2024-11-02T03:20:45.738Z | Checking pathdiff v0.2.2 |
2473 | 2024-11-02T03:20:45.910Z | Compiling rstest_macros v0.23.0 |
2474 | 2024-11-02T03:20:46.287Z | Checking nested v0.1.1 |
2475 | 2024-11-02T03:20:46.466Z | Checking escape8259 v0.5.3 |
2476 | 2024-11-02T03:20:46.509Z | Checking guppy v0.17.8 |
2477 | 2024-11-02T03:20:46.691Z | Checking libtest-mimic v0.7.3 |
2478 | 2024-11-02T03:20:47.340Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2479 | 2024-11-02T03:20:47.631Z | Checking async-object-pool v0.1.5 |
2480 | 2024-11-02T03:20:47.835Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-11-02T03:20:48.679Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2482 | 2024-11-02T03:20:48.973Z | Checking similar-asserts v1.6.0 |
2483 | 2024-11-02T03:20:49.011Z | Checking fancy-regex v0.13.0 |
2484 | 2024-11-02T03:20:49.242Z | Checking serde_regex v1.1.0 |
2485 | 2024-11-02T03:20:49.528Z | Checking assert-json-diff v2.0.2 |
2486 | 2024-11-02T03:20:49.852Z | Compiling proc-macro-crate v3.2.0 |
2487 | 2024-11-02T03:20:51.029Z | Checking path-tree v0.8.1 |
2488 | 2024-11-02T03:20:51.315Z | Compiling relative-path v1.9.3 |
2489 | 2024-11-02T03:20:51.383Z | Compiling trybuild v1.0.100 |
2490 | 2024-11-02T03:20:51.743Z | Checking stringmetrics v2.2.2 |
2491 | 2024-11-02T03:20:51.929Z | Checking datatest-stable v0.2.9 |
2492 | 2024-11-02T03:20:52.003Z | Checking httpmock v0.8.0-alpha.1 |
2493 | 2024-11-02T03:20:52.279Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2494 | 2024-11-02T03:20:53.609Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2495 | 2024-11-02T03:20:53.809Z | Checking blake2b_simd v1.0.2 |
2496 | 2024-11-02T03:20:54.797Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2497 | 2024-11-02T03:20:57.717Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2498 | 2024-11-02T03:20:58.041Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2499 | 2024-11-02T03:20:58.375Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2500 | 2024-11-02T03:20:58.712Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2501 | 2024-11-02T03:20:59.272Z | Checking serde_tokenstream v0.2.2 |
2502 | 2024-11-02T03:20:59.714Z | Checking uzers v0.12.1 |
2503 | 2024-11-02T03:21:00.276Z | Checking rust-argon2 v2.1.0 |
2504 | 2024-11-02T03:21:02.244Z | Checking rstest v0.23.0 |
2505 | 2024-11-02T03:21:02.267Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2506 | 2024-11-02T03:21:02.488Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2507 | 2024-11-02T03:21:03.510Z | Compiling polar-core v0.27.3 |
2508 | 2024-11-02T03:21:03.633Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2509 | 2024-11-02T03:21:03.997Z | Checking rand_distr v0.4.3 |
2510 | 2024-11-02T03:21:04.851Z | Checking multimap v0.10.0 |
2511 | 2024-11-02T03:21:05.179Z | Checking approx v0.5.1 |
2512 | 2024-11-02T03:21:06.608Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2513 | 2024-11-02T03:21:07.575Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2514 | 2024-11-02T03:21:09.180Z | Checking partial-io v0.5.4 |
2515 | 2024-11-02T03:21:09.618Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2516 | 2024-11-02T03:21:09.876Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2517 | 2024-11-02T03:21:09.976Z | Checking cargo_toml v0.20.5 |
2518 | 2024-11-02T03:21:11.571Z | Checking termios v0.3.3 |
2519 | 2024-11-02T03:21:11.798Z | Compiling indoc v2.0.5 |
2520 | 2024-11-02T03:21:12.141Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2521 | 2024-11-02T03:21:13.360Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2522 | 2024-11-02T03:21:15.235Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2523 | 2024-11-02T03:21:15.470Z | Checking oso v0.27.3 |
2524 | 2024-11-02T03:21:27.964Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2525 | 2024-11-02T03:21:36.485Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2526 | 2024-11-02T03:21:38.402Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2527 | 2024-11-02T03:21:38.611Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2528 | 2024-11-02T03:22:10.120Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2529 | 2024-11-02T03:22:12.891Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2530 | 2024-11-02T03:22:13.396Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2531 | 2024-11-02T03:23:04.500Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2532 | 2024-11-02T03:23:04.500Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2533 | 2024-11-02T03:23:04.502Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2534 | 2024-11-02T03:27:26.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 17s |
2535 | 2024-11-02T03:27:27.412Z | |
2536 | 2024-11-02T03:27:27.412Z | real 10:21.764476700 |
2537 | 2024-11-02T03:27:27.413Z | user 47:59.259925452 |
2538 | 2024-11-02T03:27:27.413Z | sys 6:35.958920727 |
2539 | 2024-11-02T03:27:27.413Z | trap 1.176787940 |
2540 | 2024-11-02T03:27:27.416Z | tflt 1.806162035 |
2541 | 2024-11-02T03:27:27.416Z | dflt 0.839878644 |
2542 | 2024-11-02T03:27:27.416Z | kflt 0.001691830 |
2543 | 2024-11-02T03:27:27.416Z | lock 1:16:59.707906577 |
2544 | 2024-11-02T03:27:27.416Z | slp 2:39:07.229188723 |
2545 | 2024-11-02T03:27:27.416Z | lat 1:41.659686863 |
2546 | 2024-11-02T03:27:27.416Z | stop 6:07.982464709 |
2547 | 2024-11-02T03:27:27.416Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2548 | 2024-11-02T03:27:27.416Z | + ptime -m cargo doc --workspace --no-deps |
2549 | 2024-11-02T03:27:28.444Z | warning: output filename collision. |
2550 | 2024-11-02T03:27:28.444Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2551 | 2024-11-02T03:27:28.444Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2552 | 2024-11-02T03:27:28.444Z | The targets should have unique names. |
2553 | 2024-11-02T03:27:28.444Z | This is a known bug where multiple crates with the same name use |
2554 | 2024-11-02T03:27:28.445Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2555 | 2024-11-02T03:27:28.881Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2556 | 2024-11-02T03:27:28.948Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2557 | 2024-11-02T03:27:28.967Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2558 | 2024-11-02T03:27:29.007Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2559 | 2024-11-02T03:27:29.040Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2560 | 2024-11-02T03:27:29.041Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2561 | 2024-11-02T03:27:29.201Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2562 | 2024-11-02T03:27:29.289Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2563 | 2024-11-02T03:27:29.289Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2564 | 2024-11-02T03:27:29.330Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2565 | 2024-11-02T03:27:29.353Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2566 | 2024-11-02T03:27:29.529Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2567 | 2024-11-02T03:27:29.590Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2568 | 2024-11-02T03:27:29.616Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2569 | 2024-11-02T03:27:29.825Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2570 | 2024-11-02T03:27:30.087Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2571 | 2024-11-02T03:27:32.740Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2572 | 2024-11-02T03:27:33.091Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2573 | 2024-11-02T03:27:33.439Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2574 | 2024-11-02T03:27:34.376Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2575 | 2024-11-02T03:27:34.537Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2576 | 2024-11-02T03:27:34.706Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2577 | 2024-11-02T03:27:34.875Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2578 | 2024-11-02T03:27:35.221Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2579 | 2024-11-02T03:27:35.739Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2580 | 2024-11-02T03:27:35.964Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2581 | 2024-11-02T03:27:36.270Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2582 | 2024-11-02T03:27:36.381Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2583 | 2024-11-02T03:27:36.552Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2584 | 2024-11-02T03:27:36.722Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2585 | 2024-11-02T03:27:36.737Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2586 | 2024-11-02T03:27:36.754Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2587 | 2024-11-02T03:27:37.068Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2588 | 2024-11-02T03:27:37.377Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2589 | 2024-11-02T03:27:37.584Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2590 | 2024-11-02T03:27:37.619Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2591 | 2024-11-02T03:27:37.902Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2592 | 2024-11-02T03:27:37.943Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2593 | 2024-11-02T03:27:37.962Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2594 | 2024-11-02T03:27:37.981Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2595 | 2024-11-02T03:27:38.775Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2596 | 2024-11-02T03:27:40.949Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2597 | 2024-11-02T03:27:41.973Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2598 | 2024-11-02T03:27:43.272Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2599 | 2024-11-02T03:27:43.485Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2600 | 2024-11-02T03:27:43.544Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2601 | 2024-11-02T03:27:44.040Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2602 | 2024-11-02T03:27:45.600Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2603 | 2024-11-02T03:27:45.644Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2604 | 2024-11-02T03:27:45.685Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2605 | 2024-11-02T03:27:46.251Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2606 | 2024-11-02T03:27:46.456Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2607 | 2024-11-02T03:27:47.119Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2608 | 2024-11-02T03:27:51.767Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2609 | 2024-11-02T03:27:52.335Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2610 | 2024-11-02T03:27:52.458Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2611 | 2024-11-02T03:27:52.986Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2612 | 2024-11-02T03:27:53.526Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2613 | 2024-11-02T03:27:54.003Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-11-02T03:27:54.829Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2615 | 2024-11-02T03:27:55.193Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2616 | 2024-11-02T03:27:55.280Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2617 | 2024-11-02T03:27:56.041Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2618 | 2024-11-02T03:27:56.723Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2619 | 2024-11-02T03:27:56.873Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2620 | 2024-11-02T03:27:57.413Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2621 | 2024-11-02T03:27:57.440Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2622 | 2024-11-02T03:27:57.874Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2623 | 2024-11-02T03:27:58.203Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2624 | 2024-11-02T03:27:58.223Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2625 | 2024-11-02T03:27:58.254Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2626 | 2024-11-02T03:27:59.032Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2627 | 2024-11-02T03:27:59.395Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2628 | 2024-11-02T03:27:59.956Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2629 | 2024-11-02T03:28:00.171Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2630 | 2024-11-02T03:28:00.303Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2631 | 2024-11-02T03:28:01.167Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2632 | 2024-11-02T03:28:01.340Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2633 | 2024-11-02T03:28:01.646Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2634 | 2024-11-02T03:28:02.509Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2635 | 2024-11-02T03:28:02.556Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2636 | 2024-11-02T03:28:02.599Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2637 | 2024-11-02T03:28:02.960Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2638 | 2024-11-02T03:28:03.179Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2639 | 2024-11-02T03:28:03.371Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2640 | 2024-11-02T03:28:03.512Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2641 | 2024-11-02T03:28:03.645Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2642 | 2024-11-02T03:28:04.048Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2643 | 2024-11-02T03:28:04.574Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2644 | 2024-11-02T03:28:04.661Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2645 | 2024-11-02T03:28:04.951Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2646 | 2024-11-02T03:28:04.991Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2647 | 2024-11-02T03:28:05.055Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2648 | 2024-11-02T03:28:06.337Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2649 | 2024-11-02T03:28:07.350Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2650 | 2024-11-02T03:28:07.915Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2651 | 2024-11-02T03:28:09.932Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2652 | 2024-11-02T03:28:10.052Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2653 | 2024-11-02T03:28:11.329Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2654 | 2024-11-02T03:28:12.015Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2655 | 2024-11-02T03:28:12.777Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2656 | 2024-11-02T03:28:14.815Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2657 | 2024-11-02T03:28:15.929Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2658 | 2024-11-02T03:28:17.425Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2659 | 2024-11-02T03:28:17.551Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2660 | 2024-11-02T03:28:19.246Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2661 | 2024-11-02T03:28:21.005Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2662 | 2024-11-02T03:28:22.974Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2663 | 2024-11-02T03:28:24.001Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2664 | 2024-11-02T03:28:25.034Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2665 | 2024-11-02T03:28:25.204Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2666 | 2024-11-02T03:28:28.265Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2667 | 2024-11-02T03:29:02.826Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2668 | 2024-11-02T03:29:04.111Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2669 | 2024-11-02T03:29:20.004Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2670 | 2024-11-02T03:29:21.675Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2671 | 2024-11-02T03:29:22.302Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2672 | 2024-11-02T03:29:26.331Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2673 | 2024-11-02T03:29:43.807Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2674 | 2024-11-02T03:29:45.852Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2675 | 2024-11-02T03:29:47.149Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2676 | 2024-11-02T03:29:48.142Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2677 | 2024-11-02T03:29:51.166Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2678 | 2024-11-02T03:30:06.496Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2679 | 2024-11-02T03:30:08.042Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2680 | 2024-11-02T03:30:08.397Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2681 | 2024-11-02T03:30:35.213Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2682 | 2024-11-02T03:30:38.821Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2683 | 2024-11-02T03:30:40.352Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2684 | 2024-11-02T03:30:42.043Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2685 | 2024-11-02T03:30:47.947Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2686 | 2024-11-02T03:30:49.960Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2687 | 2024-11-02T03:31:01.779Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2688 | 2024-11-02T03:31:03.609Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2689 | 2024-11-02T03:31:05.337Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2690 | 2024-11-02T03:31:07.236Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2691 | 2024-11-02T03:31:08.432Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2692 | 2024-11-02T03:31:09.228Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2693 | 2024-11-02T03:31:14.709Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2694 | 2024-11-02T03:31:14.730Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2695 | 2024-11-02T03:31:27.435Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2696 | 2024-11-02T03:31:32.591Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2697 | 2024-11-02T03:31:33.298Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2698 | 2024-11-02T03:31:40.417Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2699 | 2024-11-02T03:31:45.962Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2700 | 2024-11-02T03:31:56.803Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2701 | 2024-11-02T03:31:59.893Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2702 | 2024-11-02T03:32:08.926Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2703 | 2024-11-02T03:32:19.532Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2704 | 2024-11-02T03:32:21.996Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2705 | 2024-11-02T03:32:24.015Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2706 | 2024-11-02T03:32:25.176Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2024-11-02T03:32:36.533Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2708 | 2024-11-02T03:32:37.020Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2709 | 2024-11-02T03:32:37.373Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2710 | 2024-11-02T03:32:43.569Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2711 | 2024-11-02T03:32:46.577Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2712 | 2024-11-02T03:32:50.750Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2713 | 2024-11-02T03:32:51.742Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2714 | 2024-11-02T03:32:54.410Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2715 | 2024-11-02T03:32:54.848Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2716 | 2024-11-02T03:32:58.817Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2717 | 2024-11-02T03:33:04.848Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2718 | 2024-11-02T03:33:07.514Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2719 | 2024-11-02T03:33:09.139Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2720 | 2024-11-02T03:33:15.805Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2721 | 2024-11-02T03:33:15.958Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2722 | 2024-11-02T03:33:16.528Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2723 | 2024-11-02T03:33:22.383Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2724 | 2024-11-02T03:33:23.526Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2725 | 2024-11-02T03:33:24.600Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2726 | 2024-11-02T03:33:30.080Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2727 | 2024-11-02T03:33:31.298Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2728 | 2024-11-02T03:33:35.126Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2729 | 2024-11-02T03:33:36.995Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2730 | 2024-11-02T03:33:39.146Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2731 | 2024-11-02T03:33:47.988Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2732 | 2024-11-02T03:33:54.384Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2733 | 2024-11-02T03:33:55.482Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2734 | 2024-11-02T03:33:57.336Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2735 | 2024-11-02T03:33:58.007Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2736 | 2024-11-02T03:33:59.982Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2737 | 2024-11-02T03:34:06.075Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2738 | 2024-11-02T03:34:09.914Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2739 | 2024-11-02T03:34:10.569Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2740 | 2024-11-02T03:34:17.919Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2741 | 2024-11-02T03:34:20.024Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2742 | 2024-11-02T03:34:23.690Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2743 | 2024-11-02T03:34:24.096Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2744 | 2024-11-02T03:34:26.299Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2745 | 2024-11-02T03:34:29.390Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2746 | 2024-11-02T03:34:29.877Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2747 | 2024-11-02T03:34:30.879Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2748 | 2024-11-02T03:34:32.973Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2749 | 2024-11-02T03:34:37.439Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2750 | 2024-11-02T03:34:43.647Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2751 | 2024-11-02T03:34:43.987Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2752 | 2024-11-02T03:34:45.783Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2753 | 2024-11-02T03:34:47.005Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2754 | 2024-11-02T03:34:50.508Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2755 | 2024-11-02T03:34:51.349Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2756 | 2024-11-02T03:34:57.851Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2757 | 2024-11-02T03:35:01.714Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2758 | 2024-11-02T03:35:03.079Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2759 | 2024-11-02T03:35:05.201Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2760 | 2024-11-02T03:35:07.592Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2761 | 2024-11-02T03:35:09.581Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2762 | 2024-11-02T03:35:10.663Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2763 | 2024-11-02T03:35:11.043Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2764 | 2024-11-02T03:35:13.911Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2765 | 2024-11-02T03:35:13.939Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2766 | 2024-11-02T03:35:15.527Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2767 | 2024-11-02T03:35:15.994Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2768 | 2024-11-02T03:35:19.543Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2769 | 2024-11-02T03:35:20.508Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2770 | 2024-11-02T03:35:20.850Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2771 | 2024-11-02T03:35:22.991Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2772 | 2024-11-02T03:35:24.290Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2773 | 2024-11-02T03:35:24.342Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2774 | 2024-11-02T03:36:34.218Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2775 | 2024-11-02T03:37:21.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 54s |
2776 | 2024-11-02T03:37:22.040Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2777 | 2024-11-02T03:37:22.104Z | |
2778 | 2024-11-02T03:37:22.107Z | real 9:54.690933151 |
2779 | 2024-11-02T03:37:22.107Z | user 36:29.072145459 |
2780 | 2024-11-02T03:37:22.107Z | sys 30:46.175012740 |
2781 | 2024-11-02T03:37:22.107Z | trap 0.686718428 |
2782 | 2024-11-02T03:37:22.107Z | tflt 0.243397652 |
2783 | 2024-11-02T03:37:22.107Z | dflt 0.199230532 |
2784 | 2024-11-02T03:37:22.107Z | kflt 0.000001349 |
2785 | 2024-11-02T03:37:22.107Z | lock 1:29:06.827798739 |
2786 | 2024-11-02T03:37:22.107Z | slp 2:37:31.482579746 |
2787 | 2024-11-02T03:37:22.107Z | lat 1:15.512514532 |
2788 | 2024-11-02T03:37:22.108Z | stop 1:01.271583554 |
2789 | 2024-11-02T03:37:22.108Z | process exited: duration 1544998 ms, exit code 0 |
|
2790 | 2024-11-02T03:37:22.113Z | found 0 output files |