|
|
|
1 | 2024-11-01T06:04:20.188Z | job assigned to worker 01JBK54T2HDW8D0166ZNZASFYR (queued for 54 s) |
|
2 | 2024-11-01T06:04:28.418Z | starting task 0: "setup" |
3 | 2024-11-01T06:04:28.427Z | ++ uname -s |
4 | 2024-11-01T06:04:28.430Z | + kern=SunOS |
5 | 2024-11-01T06:04:28.430Z | + case "$kern" in |
6 | 2024-11-01T06:04:28.430Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T06:04:28.430Z | + groupadd -g 12345 build |
8 | 2024-11-01T06:04:28.430Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T06:04:30.439Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T06:04:30.566Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T06:04:30.569Z | + home_fs=zfs |
12 | 2024-11-01T06:04:30.569Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T06:04:30.569Z | + mkdir -p /home/build |
14 | 2024-11-01T06:04:30.571Z | + chown build:build /home/build /work |
15 | 2024-11-01T06:04:32.573Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T06:04:32.576Z | process exited: duration 4160 ms, exit code 0 |
|
17 | 2024-11-01T06:04:32.581Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T06:04:32.587Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T06:04:32.587Z | * toolchain channel = "1.82.0" |
20 | 2024-11-01T06:04:32.587Z | ' 1.82.0 |
21 | 2024-11-01T06:04:32.587Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T06:04:32.587Z | ' default |
23 | 2024-11-01T06:04:32.587Z | * toolchain profile = "default" |
24 | 2024-11-01T06:04:32.590Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T06:04:32.590Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T06:04:32.710Z | info: downloading installer |
27 | 2024-11-01T06:04:34.164Z | info: profile set to 'default' |
28 | 2024-11-01T06:04:34.164Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T06:04:34.166Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T06:04:34.323Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T06:04:34.324Z | info: downloading component 'cargo' |
32 | 2024-11-01T06:04:35.162Z | info: downloading component 'clippy' |
33 | 2024-11-01T06:04:35.481Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T06:04:36.660Z | info: downloading component 'rust-std' |
35 | 2024-11-01T06:04:38.536Z | info: downloading component 'rustc' |
36 | 2024-11-01T06:04:45.111Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T06:04:45.352Z | info: installing component 'cargo' |
38 | 2024-11-01T06:04:46.189Z | info: installing component 'clippy' |
39 | 2024-11-01T06:04:46.577Z | info: installing component 'rust-docs' |
40 | 2024-11-01T06:04:48.265Z | info: installing component 'rust-std' |
41 | 2024-11-01T06:04:50.188Z | info: installing component 'rustc' |
42 | 2024-11-01T06:04:56.423Z | info: installing component 'rustfmt' |
43 | 2024-11-01T06:04:56.760Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T06:04:56.760Z | |
45 | 2024-11-01T06:04:57.141Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T06:04:57.141Z | |
47 | 2024-11-01T06:04:57.146Z | |
48 | 2024-11-01T06:04:57.146Z | Rust is installed now. Great! |
49 | 2024-11-01T06:04:57.146Z | |
50 | 2024-11-01T06:04:57.146Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T06:04:57.148Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T06:04:57.148Z | |
53 | 2024-11-01T06:04:57.148Z | To configure your current shell, you need to source |
54 | 2024-11-01T06:04:57.148Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T06:04:57.148Z | |
56 | 2024-11-01T06:04:57.148Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T06:04:57.148Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T06:04:57.148Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T06:04:57.208Z | + rustc --version |
60 | 2024-11-01T06:04:57.279Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T06:04:57.284Z | process exited: duration 24696 ms, exit code 0 |
|
62 | 2024-11-01T06:04:57.295Z | starting task 2: "authentication" |
63 | 2024-11-01T06:04:57.327Z | process exited: duration 27 ms, exit code 0 |
|
64 | 2024-11-01T06:04:57.351Z | starting task 3: "clone repository" |
65 | 2024-11-01T06:04:57.354Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T06:04:57.360Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T06:04:57.638Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T06:05:08.598Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T06:05:08.598Z | + git fetch origin aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
70 | 2024-11-01T06:05:08.604Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T06:05:08.604Z | * branch aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 -> FETCH_HEAD |
72 | 2024-11-01T06:05:08.604Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
73 | 2024-11-01T06:05:08.604Z | ++ git branch --show-current |
74 | 2024-11-01T06:05:08.604Z | + current=main |
75 | 2024-11-01T06:05:08.605Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
76 | 2024-11-01T06:05:08.605Z | + git branch -f renovate/anyhow-1.x-lockfile aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
77 | 2024-11-01T06:05:08.605Z | + git checkout -f renovate/anyhow-1.x-lockfile |
78 | 2024-11-01T06:05:08.605Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
79 | 2024-11-01T06:05:08.605Z | + git reset --hard aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
80 | 2024-11-01T06:05:08.605Z | HEAD is now at aaf42b74b Update Rust crate anyhow to v1.0.92 |
81 | 2024-11-01T06:05:08.605Z | process exited: duration 9092 ms, exit code 0 |
|
82 | 2024-11-01T06:05:08.623Z | starting task 4: "build" |
83 | 2024-11-01T06:05:08.639Z | + source ./env.sh |
84 | 2024-11-01T06:05:08.639Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-11-01T06:05:08.639Z | ++ set -o xtrace |
86 | 2024-11-01T06:05:08.639Z | ++++ dirname ./env.sh |
87 | 2024-11-01T06:05:08.639Z | +++ readlink -f . |
88 | 2024-11-01T06:05:08.781Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-11-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ 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-01T06:05:08.784Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-11-01T06:05:08.784Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-11-01T06:05:08.784Z | + source .github/buildomat/ci-env.sh |
100 | 2024-11-01T06:05:08.784Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-11-01T06:05:08.784Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-11-01T06:05:08.784Z | + cargo --version |
103 | 2024-11-01T06:05:08.841Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
104 | 2024-11-01T06:05:08.845Z | + rustc --version |
105 | 2024-11-01T06:05:08.904Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
106 | 2024-11-01T06:05:08.907Z | + banner prerequisites |
107 | 2024-11-01T06:05:09.028Z | |
108 | 2024-11-01T06:05:09.028Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-11-01T06:05:09.028Z | # # # # # # # # # # # # # # # |
110 | 2024-11-01T06:05:09.028Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-11-01T06:05:09.028Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-11-01T06:05:09.028Z | # # # # # # # # # # # # # # # |
113 | 2024-11-01T06:05:09.030Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-11-01T06:05:09.030Z | |
115 | 2024-11-01T06:05:09.033Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-11-01T06:05:31.846Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-11-01T06:05:35.325Z | Startup: Caching catalogs ... Done |
118 | 2024-11-01T06:05:42.488Z | Planning: Solver setup ... Done (6.311s) |
119 | 2024-11-01T06:05:42.583Z | Planning: Running solver ... Done (0.095s) |
120 | 2024-11-01T06:05:42.709Z | Planning: Finding local manifests ... Done (0.048s) |
121 | 2024-11-01T06:05:42.747Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-11-01T06:05:43.012Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-11-01T06:05:43.257Z | Planning: Package planning ... Done (0.246s) |
124 | 2024-11-01T06:05:43.315Z | Planning: Merging actions ... Done (0.057s) |
125 | 2024-11-01T06:05:44.330Z | Planning: Checking for conflicting actions ... Done (1.015s) |
126 | 2024-11-01T06:05:52.976Z | Planning: Consolidating action changes ... Done (8.644s) |
127 | 2024-11-01T06:05:53.359Z | Planning: Evaluating mediators ... Done (0.372s) |
128 | 2024-11-01T06:05:53.475Z | Planning: Planning completed in 18.07 seconds |
129 | 2024-11-01T06:05:54.084Z | Packages to install: 4 |
130 | 2024-11-01T06:05:54.084Z | Packages to update: 1 |
131 | 2024-11-01T06:05:54.084Z | Mediators to change: 2 |
132 | 2024-11-01T06:05:54.088Z | Services to change: 1 |
133 | 2024-11-01T06:05:54.088Z | Estimated space available: 155.61 GB |
134 | 2024-11-01T06:05:54.088Z | Estimated space to be consumed: 1.58 GB |
135 | 2024-11-01T06:05:54.089Z | Create boot environment: No |
136 | 2024-11-01T06:05:54.089Z | Create backup boot environment: Yes |
137 | 2024-11-01T06:05:54.089Z | Rebuild boot archive: No |
138 | 2024-11-01T06:05:54.089Z | |
139 | 2024-11-01T06:05:54.089Z | Changed mediators: |
140 | 2024-11-01T06:05:54.089Z | mediator clang: |
141 | 2024-11-01T06:05:54.089Z | version: None -> 15 (system default) |
142 | 2024-11-01T06:05:54.089Z | |
143 | 2024-11-01T06:05:54.089Z | mediator llvm: |
144 | 2024-11-01T06:05:54.090Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-11-01T06:05:54.090Z | |
146 | 2024-11-01T06:05:54.090Z | Changed packages: |
147 | 2024-11-01T06:05:54.090Z | helios-dev |
148 | 2024-11-01T06:05:54.090Z | developer/build-essential |
149 | 2024-11-01T06:05:54.090Z | None -> 11-2.0 |
150 | 2024-11-01T06:05:54.090Z | library/libxmlsec1 |
151 | 2024-11-01T06:05:54.090Z | None -> 1.2.35-2.0 |
152 | 2024-11-01T06:05:54.090Z | ooce/developer/clang-15 |
153 | 2024-11-01T06:05:54.090Z | None -> 15.0.7-2.0 |
154 | 2024-11-01T06:05:54.090Z | ooce/developer/llvm-15 |
155 | 2024-11-01T06:05:54.090Z | None -> 15.0.7-2.0 |
156 | 2024-11-01T06:05:54.091Z | package/pkg |
157 | 2024-11-01T06:05:54.091Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-11-01T06:05:54.091Z | |
159 | 2024-11-01T06:05:54.091Z | Services: |
160 | 2024-11-01T06:05:54.091Z | restart_fmri: |
161 | 2024-11-01T06:05:54.091Z | svc:/system/update-man-index:default |
162 | 2024-11-01T06:05:54.091Z | |
163 | 2024-11-01T06:05:54.091Z | Editable files to change: |
164 | 2024-11-01T06:05:54.093Z | Update: |
165 | 2024-11-01T06:05:54.093Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-11-01T06:05:54.528Z | |
167 | 2024-11-01T06:05:54.528Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-11-01T06:06:00.142Z | Download: 1197/4281 items 80.5/220.6MB 36% complete (18.4M/s) |
169 | 2024-11-01T06:06:05.153Z | Download: 2196/4281 items 119.1/220.6MB 54% complete (11.8M/s) |
170 | 2024-11-01T06:06:10.153Z | Download: 3194/4281 items 163.3/220.6MB 74% complete (8.2M/s) |
171 | 2024-11-01T06:06:15.163Z | Download: 3950/4281 items 218.0/220.6MB 98% complete (9.9M/s) |
172 | 2024-11-01T06:06:20.968Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (9.9M/s) |
173 | 2024-11-01T06:06:24.370Z | Download: Completed 220.60 MB in 29.84 seconds (7.4M/s) |
174 | 2024-11-01T06:06:25.199Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-01T06:06:25.216Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-01T06:06:30.274Z | Actions: 4081/5063 actions (Installing new actions) |
177 | 2024-11-01T06:06:31.279Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-11-01T06:06:31.707Z | Actions: Completed 5063 actions in 6.51 seconds. |
179 | 2024-11-01T06:06:32.059Z | Done (0.345s) |
180 | 2024-11-01T06:06:32.062Z | Done (0.000s) |
181 | 2024-11-01T06:06:32.560Z | Done (0.499s) |
182 | 2024-11-01T06:06:39.256Z | Done (6.487s) |
183 | 2024-11-01T06:06:39.786Z | Done (0.461s) |
184 | 2024-11-01T06:06:39.789Z | Done (0.000s) |
185 | 2024-11-01T06:06:40.077Z | Done (0.000s) |
186 | 2024-11-01T06:06:40.732Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-11-01T06:06:40.893Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-11-01T06:06:40.896Z | Planning: Consolidating action changes ... Done |
189 | 2024-11-01T06:06:41.163Z | Planning: Evaluating mediators ... Done |
190 | 2024-11-01T06:06:41.165Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-11-01T06:06:41.202Z | Mediators to change: 2 |
192 | 2024-11-01T06:06:41.202Z | Create boot environment: No |
193 | 2024-11-01T06:06:41.204Z | Create backup boot environment: No |
194 | 2024-11-01T06:06:41.285Z | Done |
195 | 2024-11-01T06:06:41.285Z | Done |
196 | 2024-11-01T06:06:41.640Z | Done |
197 | 2024-11-01T06:06:45.172Z | Done |
198 | 2024-11-01T06:06:45.263Z | Done |
199 | 2024-11-01T06:06:45.266Z | Done |
200 | 2024-11-01T06:06:45.558Z | Done |
201 | 2024-11-01T06:06:46.168Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-11-01T06:06:46.170Z | Planning: Merging actions ... Done |
203 | 2024-11-01T06:06:46.362Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-11-01T06:06:46.364Z | Planning: Consolidating action changes ... Done |
205 | 2024-11-01T06:06:46.635Z | Planning: Evaluating mediators ... Done |
206 | 2024-11-01T06:06:46.694Z | Planning: Planning completed in 0.77 seconds |
207 | 2024-11-01T06:06:46.735Z | Packages to change: 1 |
208 | 2024-11-01T06:06:46.735Z | Mediators to change: 1 |
209 | 2024-11-01T06:06:46.737Z | Services to change: 1 |
210 | 2024-11-01T06:06:46.737Z | Create boot environment: No |
211 | 2024-11-01T06:06:46.737Z | Create backup boot environment: Yes |
212 | 2024-11-01T06:06:48.884Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-11-01T06:06:49.050Z | Actions: Completed 6 actions in 0.17 seconds. |
214 | 2024-11-01T06:06:49.053Z | Done |
215 | 2024-11-01T06:06:49.053Z | Done |
216 | 2024-11-01T06:06:49.153Z | Done |
217 | 2024-11-01T06:06:52.755Z | Done |
218 | 2024-11-01T06:06:52.846Z | Done |
219 | 2024-11-01T06:06:52.848Z | Done |
220 | 2024-11-01T06:06:53.299Z | Done |
221 | 2024-11-01T06:06:53.732Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-11-01T06:06:53.732Z | clang system 15 system |
223 | 2024-11-01T06:06:53.733Z | csh system system illumos |
224 | 2024-11-01T06:06:53.733Z | ctags system system illumos |
225 | 2024-11-01T06:06:53.733Z | gcc vendor 12 vendor |
226 | 2024-11-01T06:06:53.733Z | gcc system 10 system |
227 | 2024-11-01T06:06:53.733Z | gcc system 7 system |
228 | 2024-11-01T06:06:53.733Z | go system 1.20 system |
229 | 2024-11-01T06:06:53.733Z | go system 1.19 system |
230 | 2024-11-01T06:06:53.733Z | llvm system 15 system |
231 | 2024-11-01T06:06:53.733Z | llvm system 14 system |
232 | 2024-11-01T06:06:53.733Z | mariadb system 10.6 system |
233 | 2024-11-01T06:06:53.733Z | mta vendor vendor dma |
234 | 2024-11-01T06:06:53.733Z | openjdk system 17 system |
235 | 2024-11-01T06:06:53.733Z | openjdk system 11 system |
236 | 2024-11-01T06:06:53.733Z | openjdk system 1.8 system |
237 | 2024-11-01T06:06:53.733Z | openssl vendor 3 vendor |
238 | 2024-11-01T06:06:53.733Z | perl system 5.36 system |
239 | 2024-11-01T06:06:53.734Z | postgresql system 15 system |
240 | 2024-11-01T06:06:53.734Z | postgresql system 13 system |
241 | 2024-11-01T06:06:53.734Z | python vendor 3 vendor |
242 | 2024-11-01T06:06:53.734Z | python system 2 system |
243 | 2024-11-01T06:06:53.734Z | python3 system 3.11 system |
244 | 2024-11-01T06:06:53.734Z | ruby system 3.0 system |
245 | 2024-11-01T06:06:53.734Z | words vendor vendor american-english |
246 | 2024-11-01T06:06:53.734Z | words system system australian-english |
247 | 2024-11-01T06:06:53.734Z | words system system british-english |
248 | 2024-11-01T06:06:53.734Z | words system system canadian-english |
249 | 2024-11-01T06:06:53.734Z | words system system french |
250 | 2024-11-01T06:06:53.734Z | words system system italian |
251 | 2024-11-01T06:06:53.734Z | words system system ngerman |
252 | 2024-11-01T06:06:53.734Z | words system system ogerman |
253 | 2024-11-01T06:06:53.734Z | words system system spanish |
254 | 2024-11-01T06:06:54.065Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-11-01T06:06:54.065Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-11-01T06:06:56.429Z | FMRI IFO |
257 | 2024-11-01T06:06:56.429Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-11-01T06:06:56.429Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-11-01T06:06:56.429Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-11-01T06:06:56.430Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-11-01T06:06:57.116Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-11-01T06:06:57.365Z | Updating crates.io index |
274 | 2024-11-01T06:06:57.367Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-11-01T06:06:58.230Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-11-01T06:06:58.468Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-11-01T06:06:58.771Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-11-01T06:06:59.026Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-11-01T06:06:59.881Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-11-01T06:07:02.235Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-11-01T06:07:03.251Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-11-01T06:07:04.068Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-11-01T06:07:04.335Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-11-01T06:07:04.605Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-11-01T06:07:05.228Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-11-01T06:07:05.492Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-11-01T06:07:05.880Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-11-01T06:07:06.145Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-11-01T06:07:06.446Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-11-01T06:07:06.696Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-11-01T06:07:07.002Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-11-01T06:07:07.292Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-11-01T06:07:07.635Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-11-01T06:07:07.953Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-11-01T06:07:08.503Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-11-01T06:07:08.873Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-11-01T06:07:09.316Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-11-01T06:07:09.746Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-11-01T06:07:10.026Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-11-01T06:07:10.304Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-11-01T06:07:11.518Z | Downloading crates ... |
302 | 2024-11-01T06:07:11.572Z | Downloaded anstyle-query v1.1.1 |
303 | 2024-11-01T06:07:11.577Z | Downloaded anstyle v1.0.8 |
304 | 2024-11-01T06:07:11.580Z | Downloaded anyhow v1.0.92 |
305 | 2024-11-01T06:07:11.583Z | Downloaded clap_derive v4.5.18 |
306 | 2024-11-01T06:07:11.587Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-11-01T06:07:11.587Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-11-01T06:07:11.591Z | Downloaded cfg-if v1.0.0 |
309 | 2024-11-01T06:07:11.594Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-11-01T06:07:11.597Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-11-01T06:07:11.605Z | Downloaded fastrand v2.1.1 |
312 | 2024-11-01T06:07:11.609Z | Downloaded cpufeatures v0.2.14 |
313 | 2024-11-01T06:07:11.611Z | Downloaded anstyle-parse v0.2.5 |
314 | 2024-11-01T06:07:11.611Z | Downloaded cargo-platform v0.1.8 |
315 | 2024-11-01T06:07:11.616Z | Downloaded serde_tokenstream v0.2.2 |
316 | 2024-11-01T06:07:11.616Z | Downloaded memmap v0.7.0 |
317 | 2024-11-01T06:07:11.616Z | Downloaded block-buffer v0.10.4 |
318 | 2024-11-01T06:07:11.618Z | Downloaded macaddr v1.0.1 |
319 | 2024-11-01T06:07:11.618Z | Downloaded generic-array v0.14.7 |
320 | 2024-11-01T06:07:11.621Z | Downloaded utf8parse v0.2.2 |
321 | 2024-11-01T06:07:11.621Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2024-11-01T06:07:11.623Z | Downloaded thiserror v1.0.64 |
323 | 2024-11-01T06:07:11.626Z | Downloaded terminal_size v0.4.0 |
324 | 2024-11-01T06:07:11.630Z | Downloaded anstream v0.6.15 |
325 | 2024-11-01T06:07:11.632Z | Downloaded strsim v0.11.1 |
326 | 2024-11-01T06:07:11.636Z | Downloaded ryu v1.0.18 |
327 | 2024-11-01T06:07:11.641Z | Downloaded toml v0.8.19 |
328 | 2024-11-01T06:07:11.645Z | Downloaded serde_derive v1.0.210 |
329 | 2024-11-01T06:07:11.647Z | Downloaded proc-macro2 v1.0.87 |
330 | 2024-11-01T06:07:11.653Z | Downloaded typenum v1.17.0 |
331 | 2024-11-01T06:07:11.656Z | Downloaded indexmap v2.6.0 |
332 | 2024-11-01T06:07:11.662Z | Downloaded equivalent v1.0.1 |
333 | 2024-11-01T06:07:11.679Z | Downloaded colorchoice v1.0.2 |
334 | 2024-11-01T06:07:11.688Z | Downloaded heck v0.4.1 |
335 | 2024-11-01T06:07:11.690Z | Downloaded dof v0.3.0 |
336 | 2024-11-01T06:07:11.693Z | Downloaded clap_lex v0.7.2 |
337 | 2024-11-01T06:07:11.696Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2024-11-01T06:07:11.699Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-11-01T06:07:11.701Z | Downloaded swrite v0.1.0 |
340 | 2024-11-01T06:07:11.708Z | Downloaded usdt v0.5.0 |
341 | 2024-11-01T06:07:11.711Z | Downloaded toml_datetime v0.6.8 |
342 | 2024-11-01T06:07:11.711Z | Downloaded tabled_derive v0.7.0 |
343 | 2024-11-01T06:07:11.713Z | Downloaded fnv v1.0.7 |
344 | 2024-11-01T06:07:11.715Z | Downloaded errno v0.3.9 |
345 | 2024-11-01T06:07:11.715Z | Downloaded autocfg v1.4.0 |
346 | 2024-11-01T06:07:11.718Z | Downloaded camino-tempfile v1.1.1 |
347 | 2024-11-01T06:07:11.720Z | Downloaded byteorder v1.5.0 |
348 | 2024-11-01T06:07:11.720Z | Downloaded bytecount v0.6.8 |
349 | 2024-11-01T06:07:11.722Z | Downloaded heck v0.5.0 |
350 | 2024-11-01T06:07:11.729Z | Downloaded version_check v0.9.5 |
351 | 2024-11-01T06:07:11.732Z | Downloaded once_cell v1.20.2 |
352 | 2024-11-01T06:07:11.734Z | Downloaded thread-id v4.2.2 |
353 | 2024-11-01T06:07:11.734Z | Downloaded thiserror-impl v1.0.64 |
354 | 2024-11-01T06:07:11.737Z | Downloaded pest_generator v2.7.14 |
355 | 2024-11-01T06:07:11.737Z | Downloaded crypto-common v0.1.6 |
356 | 2024-11-01T06:07:11.739Z | Downloaded scroll v0.12.0 |
357 | 2024-11-01T06:07:11.741Z | Downloaded itoa v1.0.11 |
358 | 2024-11-01T06:07:11.741Z | Downloaded digest v0.10.7 |
359 | 2024-11-01T06:07:11.747Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-11-01T06:07:11.750Z | Downloaded smawk v0.3.2 |
361 | 2024-11-01T06:07:11.753Z | Downloaded proc-macro-error-attr v1.0.4 |
362 | 2024-11-01T06:07:11.756Z | Downloaded fs-err v2.11.0 |
363 | 2024-11-01T06:07:11.758Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-11-01T06:07:11.760Z | Downloaded sha2 v0.10.8 |
365 | 2024-11-01T06:07:11.763Z | Downloaded pest_derive v2.7.14 |
366 | 2024-11-01T06:07:11.765Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-11-01T06:07:11.767Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-11-01T06:07:11.771Z | Downloaded plain v0.2.3 |
369 | 2024-11-01T06:07:11.773Z | Downloaded pest v2.7.14 |
370 | 2024-11-01T06:07:11.777Z | Downloaded tempfile v3.13.0 |
371 | 2024-11-01T06:07:11.779Z | Downloaded cargo_toml v0.20.5 |
372 | 2024-11-01T06:07:11.782Z | Downloaded bitflags v2.6.0 |
373 | 2024-11-01T06:07:11.784Z | Downloaded quote v1.0.37 |
374 | 2024-11-01T06:07:11.787Z | Downloaded hashbrown v0.15.0 |
375 | 2024-11-01T06:07:11.792Z | Downloaded log v0.4.22 |
376 | 2024-11-01T06:07:11.795Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-11-01T06:07:11.798Z | Downloaded textwrap v0.16.1 |
378 | 2024-11-01T06:07:11.801Z | Downloaded papergrid v0.11.0 |
379 | 2024-11-01T06:07:11.803Z | Downloaded zerocopy v0.7.35 |
380 | 2024-11-01T06:07:11.819Z | Downloaded ucd-trie v0.1.7 |
381 | 2024-11-01T06:07:11.821Z | Downloaded pest_meta v2.7.14 |
382 | 2024-11-01T06:07:11.823Z | Downloaded cargo_metadata v0.18.1 |
383 | 2024-11-01T06:07:11.823Z | Downloaded camino v1.1.9 |
384 | 2024-11-01T06:07:11.826Z | Downloaded semver v1.0.23 |
385 | 2024-11-01T06:07:11.828Z | Downloaded clap v4.5.20 |
386 | 2024-11-01T06:07:11.836Z | Downloaded serde v1.0.210 |
387 | 2024-11-01T06:07:11.840Z | Downloaded toml_edit v0.22.22 |
388 | 2024-11-01T06:07:11.860Z | Downloaded tabled v0.15.0 |
389 | 2024-11-01T06:07:11.875Z | Downloaded memchr v2.7.4 |
390 | 2024-11-01T06:07:11.880Z | Downloaded serde_json v1.0.128 |
391 | 2024-11-01T06:07:11.887Z | Downloaded winnow v0.6.20 |
392 | 2024-11-01T06:07:11.895Z | Downloaded clap_builder v4.5.20 |
393 | 2024-11-01T06:07:11.902Z | Downloaded syn v2.0.79 |
394 | 2024-11-01T06:07:11.912Z | Downloaded goblin v0.8.2 |
395 | 2024-11-01T06:07:11.922Z | Downloaded unicode-width v0.1.14 |
396 | 2024-11-01T06:07:11.927Z | Downloaded syn v1.0.109 |
397 | 2024-11-01T06:07:11.937Z | Downloaded rustix v0.38.37 |
398 | 2024-11-01T06:07:11.968Z | Downloaded libc v0.2.161 |
399 | 2024-11-01T06:07:12.334Z | Compiling proc-macro2 v1.0.87 |
400 | 2024-11-01T06:07:12.334Z | Compiling unicode-ident v1.0.13 |
401 | 2024-11-01T06:07:12.337Z | Compiling serde v1.0.210 |
402 | 2024-11-01T06:07:12.337Z | Compiling version_check v0.9.5 |
403 | 2024-11-01T06:07:12.337Z | Compiling memchr v2.7.4 |
404 | 2024-11-01T06:07:12.337Z | Compiling thiserror v1.0.64 |
405 | 2024-11-01T06:07:12.337Z | Compiling libc v0.2.161 |
406 | 2024-11-01T06:07:12.337Z | Compiling ryu v1.0.18 |
407 | 2024-11-01T06:07:12.580Z | Compiling ucd-trie v0.1.7 |
408 | 2024-11-01T06:07:12.812Z | Compiling itoa v1.0.11 |
409 | 2024-11-01T06:07:13.130Z | Compiling once_cell v1.20.2 |
410 | 2024-11-01T06:07:13.147Z | Compiling byteorder v1.5.0 |
411 | 2024-11-01T06:07:13.461Z | Compiling serde_json v1.0.128 |
412 | 2024-11-01T06:07:13.735Z | Compiling rustix v0.38.37 |
413 | 2024-11-01T06:07:13.761Z | Compiling bitflags v2.6.0 |
414 | 2024-11-01T06:07:13.854Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-11-01T06:07:13.954Z | Compiling usdt-impl v0.5.0 |
416 | 2024-11-01T06:07:14.156Z | Compiling syn v1.0.109 |
417 | 2024-11-01T06:07:14.264Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-11-01T06:07:14.266Z | Compiling camino v1.1.9 |
419 | 2024-11-01T06:07:14.505Z | Compiling log v0.4.22 |
420 | 2024-11-01T06:07:14.578Z | Compiling plain v0.2.3 |
421 | 2024-11-01T06:07:14.617Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-01T06:07:14.749Z | Compiling quote v1.0.37 |
423 | 2024-11-01T06:07:14.794Z | Compiling hashbrown v0.15.0 |
424 | 2024-11-01T06:07:14.844Z | Compiling equivalent v1.0.1 |
425 | 2024-11-01T06:07:14.903Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-11-01T06:07:14.927Z | Compiling errno v0.3.9 |
427 | 2024-11-01T06:07:15.044Z | Compiling thread-id v4.2.2 |
428 | 2024-11-01T06:07:15.170Z | Compiling syn v2.0.79 |
429 | 2024-11-01T06:07:15.373Z | Compiling colorchoice v1.0.2 |
430 | 2024-11-01T06:07:15.426Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2024-11-01T06:07:15.544Z | Compiling winnow v0.6.20 |
432 | 2024-11-01T06:07:15.569Z | Compiling pretty-hex v0.4.1 |
433 | 2024-11-01T06:07:15.595Z | Compiling autocfg v1.4.0 |
434 | 2024-11-01T06:07:15.772Z | Compiling unicode-width v0.1.14 |
435 | 2024-11-01T06:07:16.068Z | Compiling indexmap v2.6.0 |
436 | 2024-11-01T06:07:16.299Z | Compiling semver v1.0.23 |
437 | 2024-11-01T06:07:16.619Z | Compiling anstyle-query v1.1.1 |
438 | 2024-11-01T06:07:16.661Z | Compiling anstyle v1.0.8 |
439 | 2024-11-01T06:07:16.773Z | Compiling fs-err v2.11.0 |
440 | 2024-11-01T06:07:17.066Z | Compiling anstream v0.6.15 |
441 | 2024-11-01T06:07:17.117Z | Compiling bytecount v0.6.8 |
442 | 2024-11-01T06:07:17.207Z | Compiling terminal_size v0.4.0 |
443 | 2024-11-01T06:07:17.338Z | Compiling fastrand v2.1.1 |
444 | 2024-11-01T06:07:17.411Z | Compiling fnv v1.0.7 |
445 | 2024-11-01T06:07:17.487Z | Compiling cfg-if v1.0.0 |
446 | 2024-11-01T06:07:17.556Z | Compiling heck v0.5.0 |
447 | 2024-11-01T06:07:17.596Z | Compiling heck v0.4.1 |
448 | 2024-11-01T06:07:17.854Z | Compiling clap_lex v0.7.2 |
449 | 2024-11-01T06:07:17.933Z | Compiling anyhow v1.0.92 |
450 | 2024-11-01T06:07:18.138Z | Compiling strsim v0.11.1 |
451 | 2024-11-01T06:07:18.279Z | Compiling tempfile v3.13.0 |
452 | 2024-11-01T06:07:18.397Z | Compiling papergrid v0.11.0 |
453 | 2024-11-01T06:07:18.761Z | Compiling clap_builder v4.5.20 |
454 | 2024-11-01T06:07:19.035Z | Compiling memmap v0.7.0 |
455 | 2024-11-01T06:07:19.102Z | Compiling smawk v0.3.2 |
456 | 2024-11-01T06:07:19.137Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-11-01T06:07:19.397Z | Compiling swrite v0.1.0 |
458 | 2024-11-01T06:07:19.633Z | Compiling textwrap v0.16.1 |
459 | 2024-11-01T06:07:20.506Z | Compiling tabled_derive v0.7.0 |
460 | 2024-11-01T06:07:22.039Z | Compiling tabled v0.15.0 |
461 | 2024-11-01T06:07:23.184Z | Compiling serde_derive v1.0.210 |
462 | 2024-11-01T06:07:23.184Z | Compiling thiserror-impl v1.0.64 |
463 | 2024-11-01T06:07:23.186Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-11-01T06:07:23.186Z | Compiling scroll_derive v0.12.0 |
465 | 2024-11-01T06:07:23.186Z | Compiling clap_derive v4.5.18 |
466 | 2024-11-01T06:07:24.647Z | Compiling scroll v0.12.0 |
467 | 2024-11-01T06:07:25.119Z | Compiling goblin v0.8.2 |
468 | 2024-11-01T06:07:25.362Z | Compiling zerocopy v0.7.35 |
469 | 2024-11-01T06:07:26.184Z | Compiling pest v2.7.14 |
470 | 2024-11-01T06:07:26.930Z | Compiling clap v4.5.20 |
471 | 2024-11-01T06:07:28.288Z | Compiling pest_meta v2.7.14 |
472 | 2024-11-01T06:07:29.217Z | Compiling pest_generator v2.7.14 |
473 | 2024-11-01T06:07:30.966Z | Compiling pest_derive v2.7.14 |
474 | 2024-11-01T06:07:31.647Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-11-01T06:07:32.830Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-11-01T06:07:33.113Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-01T06:07:33.113Z | Compiling serde_spanned v0.6.8 |
478 | 2024-11-01T06:07:33.342Z | Compiling cargo-platform v0.1.8 |
479 | 2024-11-01T06:07:33.369Z | Compiling macaddr v1.0.1 |
480 | 2024-11-01T06:07:33.477Z | Compiling toml_edit v0.22.22 |
481 | 2024-11-01T06:07:33.814Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-11-01T06:07:34.279Z | Compiling dof v0.3.0 |
483 | 2024-11-01T06:07:34.638Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-11-01T06:07:35.879Z | Compiling usdt-macro v0.5.0 |
485 | 2024-11-01T06:07:35.880Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-11-01T06:07:36.386Z | Compiling toml v0.8.19 |
487 | 2024-11-01T06:07:37.073Z | Compiling usdt v0.5.0 |
488 | 2024-11-01T06:07:37.184Z | Compiling cargo_toml v0.20.5 |
489 | 2024-11-01T06:07:40.616Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-11-01T06:07:44.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.87s |
491 | 2024-11-01T06:07:45.048Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-11-01T06:07:45.562Z | Downloading crates ... |
493 | 2024-11-01T06:07:45.707Z | Downloaded addr2line v0.24.2 |
494 | 2024-11-01T06:07:45.711Z | Downloaded async-trait v0.1.83 |
495 | 2024-11-01T06:07:45.719Z | Downloaded atty v0.2.14 |
496 | 2024-11-01T06:07:45.722Z | Downloaded assert_matches v1.5.0 |
497 | 2024-11-01T06:07:45.725Z | Downloaded hubpack_derive v0.1.1 |
498 | 2024-11-01T06:07:45.728Z | Downloaded darling_macro v0.20.10 |
499 | 2024-11-01T06:07:45.728Z | Downloaded cfg_aliases v0.2.1 |
500 | 2024-11-01T06:07:45.732Z | Downloaded http-range v0.1.5 |
501 | 2024-11-01T06:07:45.735Z | Downloaded httpdate v1.0.3 |
502 | 2024-11-01T06:07:45.737Z | Downloaded debug-ignore v1.0.5 |
503 | 2024-11-01T06:07:45.740Z | Downloaded async-stream v0.3.6 |
504 | 2024-11-01T06:07:45.742Z | Downloaded hmac v0.12.1 |
505 | 2024-11-01T06:07:45.745Z | Downloaded instant v0.1.13 |
506 | 2024-11-01T06:07:45.747Z | Downloaded crossbeam-deque v0.8.5 |
507 | 2024-11-01T06:07:45.749Z | Downloaded match_cfg v0.1.0 |
508 | 2024-11-01T06:07:45.749Z | Downloaded convert_case v0.4.0 |
509 | 2024-11-01T06:07:45.752Z | Downloaded hostname v0.4.0 |
510 | 2024-11-01T06:07:45.755Z | Downloaded ctr v0.9.2 |
511 | 2024-11-01T06:07:45.757Z | Downloaded lazycell v1.3.0 |
512 | 2024-11-01T06:07:45.758Z | Downloaded http-body v0.4.6 |
513 | 2024-11-01T06:07:45.760Z | Downloaded buf-list v1.0.3 |
514 | 2024-11-01T06:07:45.762Z | Downloaded ipnetwork v0.20.0 |
515 | 2024-11-01T06:07:45.764Z | Downloaded highway v1.2.0 |
516 | 2024-11-01T06:07:45.767Z | Downloaded crc v3.2.1 |
517 | 2024-11-01T06:07:45.770Z | Downloaded nodrop v0.1.14 |
518 | 2024-11-01T06:07:45.773Z | Downloaded hickory-resolver v0.24.1 |
519 | 2024-11-01T06:07:45.777Z | Downloaded mime_guess v2.0.5 |
520 | 2024-11-01T06:07:45.779Z | Downloaded memmap2 v0.9.5 |
521 | 2024-11-01T06:07:45.782Z | Downloaded crc32fast v1.4.2 |
522 | 2024-11-01T06:07:45.784Z | Downloaded lock_api v0.4.12 |
523 | 2024-11-01T06:07:45.787Z | Downloaded jobserver v0.1.32 |
524 | 2024-11-01T06:07:45.789Z | Downloaded arc-swap v1.7.1 |
525 | 2024-11-01T06:07:45.793Z | Downloaded backtrace v0.3.74 |
526 | 2024-11-01T06:07:45.799Z | Downloaded http-body v1.0.1 |
527 | 2024-11-01T06:07:45.802Z | Downloaded atomicwrites v0.4.4 |
528 | 2024-11-01T06:07:45.804Z | Downloaded mockall_derive v0.13.0 |
529 | 2024-11-01T06:07:45.807Z | Downloaded rustc_version v0.4.1 |
530 | 2024-11-01T06:07:45.807Z | Downloaded rustls-pemfile v1.0.4 |
531 | 2024-11-01T06:07:45.809Z | Downloaded async-recursion v1.1.1 |
532 | 2024-11-01T06:07:45.813Z | Downloaded home v0.5.9 |
533 | 2024-11-01T06:07:45.815Z | Downloaded async-stream-impl v0.3.6 |
534 | 2024-11-01T06:07:45.818Z | Downloaded adler2 v2.0.0 |
535 | 2024-11-01T06:07:45.820Z | Downloaded humantime v2.1.0 |
536 | 2024-11-01T06:07:45.820Z | Downloaded miniz_oxide v0.8.0 |
537 | 2024-11-01T06:07:45.823Z | Downloaded indexmap v1.9.3 |
538 | 2024-11-01T06:07:45.828Z | Downloaded hyper-util v0.1.9 |
539 | 2024-11-01T06:07:45.833Z | Downloaded strum v0.26.3 |
540 | 2024-11-01T06:07:45.837Z | Downloaded serde_with_macros v3.11.0 |
541 | 2024-11-01T06:07:45.839Z | Downloaded ciborium-io v0.2.2 |
542 | 2024-11-01T06:07:45.839Z | Downloaded matches v0.1.10 |
543 | 2024-11-01T06:07:45.840Z | Downloaded is_ci v1.2.0 |
544 | 2024-11-01T06:07:45.842Z | Downloaded md5 v0.7.0 |
545 | 2024-11-01T06:07:45.844Z | Downloaded bcrypt-pbkdf v0.10.0 |
546 | 2024-11-01T06:07:45.845Z | Downloaded base16ct v0.2.0 |
547 | 2024-11-01T06:07:45.847Z | Downloaded ident_case v1.0.1 |
548 | 2024-11-01T06:07:45.847Z | Downloaded instability v0.3.2 |
549 | 2024-11-01T06:07:45.850Z | Downloaded maybe-uninit v2.0.0 |
550 | 2024-11-01T06:07:45.850Z | Downloaded newline-converter v0.3.0 |
551 | 2024-11-01T06:07:45.853Z | Downloaded rayon-core v1.12.1 |
552 | 2024-11-01T06:07:45.856Z | Downloaded cstr-argument v0.1.2 |
553 | 2024-11-01T06:07:45.858Z | Downloaded spki v0.7.3 |
554 | 2024-11-01T06:07:45.860Z | Downloaded is-terminal v0.4.13 |
555 | 2024-11-01T06:07:45.860Z | Downloaded bitflags v1.3.2 |
556 | 2024-11-01T06:07:45.864Z | Downloaded slog-term v2.9.1 |
557 | 2024-11-01T06:07:45.868Z | Downloaded hubpack v0.1.2 |
558 | 2024-11-01T06:07:45.870Z | Downloaded crunchy v0.2.2 |
559 | 2024-11-01T06:07:45.870Z | Downloaded async-bb8-diesel v0.2.1 |
560 | 2024-11-01T06:07:45.873Z | Downloaded normalize-line-endings v0.3.0 |
561 | 2024-11-01T06:07:45.875Z | Downloaded bitfield v0.14.0 |
562 | 2024-11-01T06:07:45.875Z | Downloaded bit-set v0.5.3 |
563 | 2024-11-01T06:07:45.877Z | Downloaded newtype_derive v0.1.6 |
564 | 2024-11-01T06:07:45.880Z | Downloaded time-core v0.1.2 |
565 | 2024-11-01T06:07:45.880Z | Downloaded derive_builder_macro v0.20.2 |
566 | 2024-11-01T06:07:45.882Z | Downloaded new_debug_unreachable v1.0.6 |
567 | 2024-11-01T06:07:45.882Z | Downloaded serde_repr v0.1.19 |
568 | 2024-11-01T06:07:45.884Z | Downloaded tap v1.0.1 |
569 | 2024-11-01T06:07:45.887Z | Downloaded mime v0.3.17 |
570 | 2024-11-01T06:07:45.889Z | Downloaded cobs v0.2.3 |
571 | 2024-11-01T06:07:45.889Z | Downloaded cbc v0.1.2 |
572 | 2024-11-01T06:07:45.891Z | Downloaded maplit v1.0.2 |
573 | 2024-11-01T06:07:45.893Z | Downloaded rpassword v7.3.1 |
574 | 2024-11-01T06:07:45.893Z | Downloaded mockall v0.13.0 |
575 | 2024-11-01T06:07:45.896Z | Downloaded arrayvec v0.7.6 |
576 | 2024-11-01T06:07:45.898Z | Downloaded constant_time_eq v0.3.1 |
577 | 2024-11-01T06:07:45.901Z | Downloaded linear-map v1.2.0 |
578 | 2024-11-01T06:07:45.904Z | Downloaded foreign-types v0.3.2 |
579 | 2024-11-01T06:07:45.904Z | Downloaded inout v0.1.3 |
580 | 2024-11-01T06:07:45.906Z | Downloaded linked-hash-map v0.5.6 |
581 | 2024-11-01T06:07:45.909Z | Downloaded thread_local v1.1.8 |
582 | 2024-11-01T06:07:45.909Z | Downloaded rsa v0.9.6 |
583 | 2024-11-01T06:07:45.914Z | Downloaded multimap v0.10.0 |
584 | 2024-11-01T06:07:45.917Z | Downloaded memoffset v0.9.1 |
585 | 2024-11-01T06:07:45.919Z | Downloaded lru-cache v0.1.2 |
586 | 2024-11-01T06:07:45.921Z | Downloaded crossterm v0.28.1 |
587 | 2024-11-01T06:07:45.927Z | Downloaded enum-as-inner v0.6.1 |
588 | 2024-11-01T06:07:45.930Z | Downloaded precomputed-hash v0.1.1 |
589 | 2024-11-01T06:07:45.932Z | Downloaded parse-size v1.1.0 |
590 | 2024-11-01T06:07:45.932Z | Downloaded zeroize_derive v1.4.2 |
591 | 2024-11-01T06:07:45.934Z | Downloaded unicode-xid v0.2.6 |
592 | 2024-11-01T06:07:45.937Z | Downloaded structmeta-derive v0.3.0 |
593 | 2024-11-01T06:07:45.937Z | Downloaded dsl_auto_type v0.1.2 |
594 | 2024-11-01T06:07:45.939Z | Downloaded futures-macro v0.3.31 |
595 | 2024-11-01T06:07:45.942Z | Downloaded typify-macro v0.2.0 |
596 | 2024-11-01T06:07:45.942Z | Downloaded multer v3.1.0 |
597 | 2024-11-01T06:07:45.945Z | Downloaded unicase v2.7.0 |
598 | 2024-11-01T06:07:45.947Z | Downloaded cancel-safe-futures v0.1.5 |
599 | 2024-11-01T06:07:45.951Z | Downloaded olpc-cjson v0.1.4 |
600 | 2024-11-01T06:07:45.953Z | Downloaded managed v0.8.0 |
601 | 2024-11-01T06:07:45.956Z | Downloaded iana-time-zone v0.1.61 |
602 | 2024-11-01T06:07:45.958Z | Downloaded allocator-api2 v0.2.18 |
603 | 2024-11-01T06:07:45.961Z | Downloaded dirs-next v2.0.0 |
604 | 2024-11-01T06:07:45.964Z | Downloaded snafu v0.8.5 |
605 | 2024-11-01T06:07:45.970Z | Downloaded fragile v2.0.0 |
606 | 2024-11-01T06:07:45.972Z | Downloaded embedded-io v0.6.1 |
607 | 2024-11-01T06:07:45.975Z | Downloaded tokio-tungstenite v0.21.0 |
608 | 2024-11-01T06:07:45.977Z | Downloaded tokio-stream v0.1.16 |
609 | 2024-11-01T06:07:45.982Z | Downloaded try-lock v0.2.5 |
610 | 2024-11-01T06:07:45.984Z | Downloaded rfc6979 v0.4.0 |
611 | 2024-11-01T06:07:45.985Z | Downloaded progenitor-macro v0.8.0 |
612 | 2024-11-01T06:07:45.987Z | Downloaded chacha20 v0.9.1 |
613 | 2024-11-01T06:07:45.990Z | Downloaded fallible-iterator v0.2.0 |
614 | 2024-11-01T06:07:45.992Z | Downloaded unicode-properties v0.1.3 |
615 | 2024-11-01T06:07:45.994Z | Downloaded take_mut v0.2.2 |
616 | 2024-11-01T06:07:45.994Z | Downloaded native-tls v0.2.12 |
617 | 2024-11-01T06:07:45.997Z | Downloaded pkg-config v0.3.31 |
618 | 2024-11-01T06:07:46.000Z | Downloaded tokio-rustls v0.26.0 |
619 | 2024-11-01T06:07:46.002Z | Downloaded zone v0.3.0 |
620 | 2024-11-01T06:07:46.002Z | Downloaded parse-display-derive v0.10.0 |
621 | 2024-11-01T06:07:46.005Z | Downloaded scopeguard v1.2.0 |
622 | 2024-11-01T06:07:46.009Z | Downloaded zeroize v1.8.1 |
623 | 2024-11-01T06:07:46.009Z | Downloaded tar v0.4.42 |
624 | 2024-11-01T06:07:46.012Z | Downloaded tokio-rustls v0.25.0 |
625 | 2024-11-01T06:07:46.014Z | Downloaded crc-any v2.5.0 |
626 | 2024-11-01T06:07:46.016Z | Downloaded headers-core v0.3.0 |
627 | 2024-11-01T06:07:46.019Z | Downloaded powerfmt v0.2.0 |
628 | 2024-11-01T06:07:46.019Z | Downloaded phf_codegen v0.11.2 |
629 | 2024-11-01T06:07:46.021Z | Downloaded parse-display v0.10.0 |
630 | 2024-11-01T06:07:46.021Z | Downloaded display-error-chain v0.2.1 |
631 | 2024-11-01T06:07:46.024Z | Downloaded signature v2.2.0 |
632 | 2024-11-01T06:07:46.026Z | Downloaded quick-error v1.2.3 |
633 | 2024-11-01T06:07:46.026Z | Downloaded ppv-lite86 v0.2.20 |
634 | 2024-11-01T06:07:46.028Z | Downloaded pkcs8 v0.10.2 |
635 | 2024-11-01T06:07:46.031Z | Downloaded progenitor-client v0.8.0 |
636 | 2024-11-01T06:07:46.034Z | Downloaded resolv-conf v0.7.0 |
637 | 2024-11-01T06:07:46.036Z | Downloaded rand_chacha v0.3.1 |
638 | 2024-11-01T06:07:46.038Z | Downloaded radium v0.7.0 |
639 | 2024-11-01T06:07:46.039Z | Downloaded bytes v1.7.2 |
640 | 2024-11-01T06:07:46.043Z | Downloaded peg-runtime v0.8.3 |
641 | 2024-11-01T06:07:46.045Z | Downloaded tungstenite v0.24.0 |
642 | 2024-11-01T06:07:46.048Z | Downloaded slog-json v2.6.1 |
643 | 2024-11-01T06:07:46.050Z | Downloaded smf v0.2.3 |
644 | 2024-11-01T06:07:46.053Z | Downloaded zone v0.1.8 |
645 | 2024-11-01T06:07:46.053Z | Downloaded snafu-derive v0.8.5 |
646 | 2024-11-01T06:07:46.055Z | Downloaded xattr v1.3.1 |
647 | 2024-11-01T06:07:46.058Z | Downloaded either v1.13.0 |
648 | 2024-11-01T06:07:46.060Z | Downloaded dyn-clone v1.0.17 |
649 | 2024-11-01T06:07:46.062Z | Downloaded rustls-pemfile v2.2.0 |
650 | 2024-11-01T06:07:46.065Z | Downloaded termcolor v1.4.1 |
651 | 2024-11-01T06:07:46.067Z | Downloaded universal-hash v0.5.1 |
652 | 2024-11-01T06:07:46.068Z | Downloaded http v1.1.0 |
653 | 2024-11-01T06:07:46.071Z | Downloaded vte_generate_state_changes v0.1.2 |
654 | 2024-11-01T06:07:46.074Z | Downloaded hash32 v0.3.1 |
655 | 2024-11-01T06:07:46.076Z | Downloaded hash32 v0.2.1 |
656 | 2024-11-01T06:07:46.076Z | Downloaded toolchain_find v0.4.0 |
657 | 2024-11-01T06:07:46.078Z | Downloaded ed25519 v2.2.3 |
658 | 2024-11-01T06:07:46.081Z | Downloaded primeorder v0.13.6 |
659 | 2024-11-01T06:07:46.083Z | Downloaded dirs-sys-next v0.1.2 |
660 | 2024-11-01T06:07:46.083Z | Downloaded strum_macros v0.26.4 |
661 | 2024-11-01T06:07:46.086Z | Downloaded omicron-zone-package v0.11.1 |
662 | 2024-11-01T06:07:46.090Z | Downloaded group v0.13.0 |
663 | 2024-11-01T06:07:46.093Z | Downloaded darling_core v0.20.10 |
664 | 2024-11-01T06:07:46.097Z | Downloaded scrypt v0.11.0 |
665 | 2024-11-01T06:07:46.099Z | Downloaded pbkdf2 v0.12.2 |
666 | 2024-11-01T06:07:46.102Z | Downloaded tokio-tungstenite v0.24.0 |
667 | 2024-11-01T06:07:46.104Z | Downloaded unicode-bidi v0.3.17 |
668 | 2024-11-01T06:07:46.107Z | Downloaded peg-macros v0.8.4 |
669 | 2024-11-01T06:07:46.111Z | Downloaded http v0.2.12 |
670 | 2024-11-01T06:07:46.124Z | Downloaded number_prefix v0.4.0 |
671 | 2024-11-01T06:07:46.127Z | Downloaded filetime v0.2.25 |
672 | 2024-11-01T06:07:46.129Z | Downloaded string_cache v0.8.7 |
673 | 2024-11-01T06:07:46.129Z | Downloaded smallvec v0.6.14 |
674 | 2024-11-01T06:07:46.131Z | Downloaded schemars_derive v0.8.21 |
675 | 2024-11-01T06:07:46.133Z | Downloaded russh-cryptovec v0.7.3 |
676 | 2024-11-01T06:07:46.136Z | Downloaded pretty-hex v0.2.1 |
677 | 2024-11-01T06:07:46.136Z | Downloaded zip v0.6.6 |
678 | 2024-11-01T06:07:46.140Z | Downloaded num_threads v0.1.7 |
679 | 2024-11-01T06:07:46.143Z | Downloaded pem v3.0.4 |
680 | 2024-11-01T06:07:46.146Z | Downloaded strum_macros v0.24.3 |
681 | 2024-11-01T06:07:46.148Z | Downloaded p256 v0.13.2 |
682 | 2024-11-01T06:07:46.150Z | Downloaded path-slash v0.1.5 |
683 | 2024-11-01T06:07:46.153Z | Downloaded whoami v1.5.2 |
684 | 2024-11-01T06:07:46.155Z | Downloaded strum_macros v0.25.3 |
685 | 2024-11-01T06:07:46.158Z | Downloaded defmt-parser v0.3.4 |
686 | 2024-11-01T06:07:46.160Z | Downloaded proc-macro-crate v1.3.1 |
687 | 2024-11-01T06:07:46.160Z | Downloaded postcard v1.0.10 |
688 | 2024-11-01T06:07:46.162Z | Downloaded crypto-bigint v0.5.5 |
689 | 2024-11-01T06:07:46.169Z | Downloaded sync_wrapper v1.0.1 |
690 | 2024-11-01T06:07:46.172Z | Downloaded sync_wrapper v0.1.2 |
691 | 2024-11-01T06:07:46.172Z | Downloaded strip-ansi-escapes v0.2.0 |
692 | 2024-11-01T06:07:46.174Z | Downloaded predicates-tree v1.0.11 |
693 | 2024-11-01T06:07:46.176Z | Downloaded futures-sink v0.3.31 |
694 | 2024-11-01T06:07:46.176Z | Downloaded ff v0.13.0 |
695 | 2024-11-01T06:07:46.180Z | Downloaded fd-lock v4.0.2 |
696 | 2024-11-01T06:07:46.182Z | Downloaded sct v0.7.1 |
697 | 2024-11-01T06:07:46.185Z | Downloaded zerocopy v0.6.6 |
698 | 2024-11-01T06:07:46.188Z | Downloaded openssl-macros v0.1.1 |
699 | 2024-11-01T06:07:46.190Z | Downloaded term v0.7.0 |
700 | 2024-11-01T06:07:46.193Z | Downloaded slab v0.4.9 |
701 | 2024-11-01T06:07:46.195Z | Downloaded serde_yaml v0.9.34+deprecated |
702 | 2024-11-01T06:07:46.199Z | Downloaded const_format v0.2.33 |
703 | 2024-11-01T06:07:46.204Z | Downloaded slog-async v2.8.0 |
704 | 2024-11-01T06:07:46.207Z | Downloaded phf_shared v0.10.0 |
705 | 2024-11-01T06:07:46.209Z | Downloaded untrusted v0.9.0 |
706 | 2024-11-01T06:07:46.210Z | Downloaded untrusted v0.7.1 |
707 | 2024-11-01T06:07:46.213Z | Downloaded tokio-native-tls v0.3.1 |
708 | 2024-11-01T06:07:46.215Z | Downloaded predicates-core v1.0.8 |
709 | 2024-11-01T06:07:46.215Z | Downloaded termtree v0.4.1 |
710 | 2024-11-01T06:07:46.217Z | Downloaded sqlparser_derive v0.2.2 |
711 | 2024-11-01T06:07:46.217Z | Downloaded ron v0.7.1 |
712 | 2024-11-01T06:07:46.223Z | Downloaded diesel_table_macro_syntax v0.2.0 |
713 | 2024-11-01T06:07:46.225Z | Downloaded hex-literal v0.4.1 |
714 | 2024-11-01T06:07:46.225Z | Downloaded foreign-types-macros v0.2.3 |
715 | 2024-11-01T06:07:46.228Z | Downloaded foreign-types v0.5.0 |
716 | 2024-11-01T06:07:46.228Z | Downloaded fallible-streaming-iterator v0.1.9 |
717 | 2024-11-01T06:07:46.230Z | Downloaded rtoolbox v0.0.2 |
718 | 2024-11-01T06:07:46.232Z | Downloaded wyz v0.5.1 |
719 | 2024-11-01T06:07:46.232Z | Downloaded supports-color v3.0.1 |
720 | 2024-11-01T06:07:46.235Z | Downloaded socket2 v0.5.7 |
721 | 2024-11-01T06:07:46.238Z | Downloaded fxhash v0.2.1 |
722 | 2024-11-01T06:07:46.238Z | Downloaded percent-encoding v2.3.1 |
723 | 2024-11-01T06:07:46.241Z | Downloaded structmeta v0.2.0 |
724 | 2024-11-01T06:07:46.241Z | Downloaded num_enum v0.5.11 |
725 | 2024-11-01T06:07:46.245Z | Downloaded secrecy v0.8.0 |
726 | 2024-11-01T06:07:46.247Z | Downloaded hex v0.4.3 |
727 | 2024-11-01T06:07:46.250Z | Downloaded parse-zoneinfo v0.3.1 |
728 | 2024-11-01T06:07:46.252Z | Downloaded ena v0.14.3 |
729 | 2024-11-01T06:07:46.254Z | Downloaded slog v2.7.0 |
730 | 2024-11-01T06:07:46.257Z | Downloaded scheduled-thread-pool v0.2.7 |
731 | 2024-11-01T06:07:46.260Z | Downloaded env_logger v0.10.2 |
732 | 2024-11-01T06:07:46.263Z | Downloaded foreign-types-shared v0.1.1 |
733 | 2024-11-01T06:07:46.265Z | Downloaded phf_generator v0.11.2 |
734 | 2024-11-01T06:07:46.265Z | Downloaded predicates v3.1.2 |
735 | 2024-11-01T06:07:46.268Z | Downloaded unicode-segmentation v1.12.0 |
736 | 2024-11-01T06:07:46.273Z | Downloaded sigpipe v0.1.3 |
737 | 2024-11-01T06:07:46.276Z | Downloaded signal-hook-tokio v0.3.1 |
738 | 2024-11-01T06:07:46.276Z | Downloaded tiny-keccak v2.0.2 |
739 | 2024-11-01T06:07:46.278Z | Downloaded rand_xorshift v0.3.0 |
740 | 2024-11-01T06:07:46.281Z | Downloaded tabwriter v1.4.0 |
741 | 2024-11-01T06:07:46.283Z | Downloaded derive_builder_core v0.20.2 |
742 | 2024-11-01T06:07:46.286Z | Downloaded futures-task v0.3.31 |
743 | 2024-11-01T06:07:46.287Z | Downloaded siphasher v0.3.11 |
744 | 2024-11-01T06:07:46.289Z | Downloaded float-ord v0.3.2 |
745 | 2024-11-01T06:07:46.289Z | Downloaded chrono v0.4.38 |
746 | 2024-11-01T06:07:46.298Z | Downloaded tinyvec_macros v0.1.1 |
747 | 2024-11-01T06:07:46.301Z | Downloaded serde-hex v0.1.0 |
748 | 2024-11-01T06:07:46.301Z | Downloaded r2d2 v0.8.10 |
749 | 2024-11-01T06:07:46.304Z | Downloaded libxml v0.3.3 |
750 | 2024-11-01T06:07:46.309Z | Downloaded stable_deref_trait v1.2.0 |
751 | 2024-11-01T06:07:46.311Z | Downloaded serde-big-array v0.5.1 |
752 | 2024-11-01T06:07:46.313Z | Downloaded utf-8 v0.7.6 |
753 | 2024-11-01T06:07:46.319Z | Downloaded twox-hash v1.6.3 |
754 | 2024-11-01T06:07:46.319Z | Downloaded polyval v0.6.2 |
755 | 2024-11-01T06:07:46.319Z | Downloaded schemars v0.8.21 |
756 | 2024-11-01T06:07:46.331Z | Downloaded endian-type v0.1.2 |
757 | 2024-11-01T06:07:46.334Z | Downloaded num v0.4.3 |
758 | 2024-11-01T06:07:46.334Z | Downloaded foldhash v0.1.3 |
759 | 2024-11-01T06:07:46.336Z | Downloaded postgres-protocol v0.6.7 |
760 | 2024-11-01T06:07:46.338Z | Downloaded funty v2.0.0 |
761 | 2024-11-01T06:07:46.338Z | Downloaded time-macros v0.2.18 |
762 | 2024-11-01T06:07:46.341Z | Downloaded slog-bunyan v2.5.0 |
763 | 2024-11-01T06:07:46.344Z | Downloaded rustc_version v0.1.7 |
764 | 2024-11-01T06:07:46.344Z | Downloaded rand v0.8.5 |
765 | 2024-11-01T06:07:46.347Z | Downloaded oso-derive v0.27.3 |
766 | 2024-11-01T06:07:46.350Z | Downloaded tui-tree-widget v0.22.0 |
767 | 2024-11-01T06:07:46.352Z | Downloaded aes-gcm v0.10.3 |
768 | 2024-11-01T06:07:46.355Z | Downloaded signal-hook-registry v1.4.2 |
769 | 2024-11-01T06:07:46.357Z | Downloaded rand_seeder v0.3.0 |
770 | 2024-11-01T06:07:46.357Z | Downloaded similar v2.6.0 |
771 | 2024-11-01T06:07:46.362Z | Downloaded derive_builder v0.20.2 |
772 | 2024-11-01T06:07:46.368Z | Downloaded tower-service v0.3.3 |
773 | 2024-11-01T06:07:46.370Z | Downloaded stringprep v0.1.5 |
774 | 2024-11-01T06:07:46.370Z | Downloaded hashbrown v0.12.3 |
775 | 2024-11-01T06:07:46.376Z | Downloaded static_assertions v1.1.0 |
776 | 2024-11-01T06:07:46.378Z | Downloaded ssh-cipher v0.2.0 |
777 | 2024-11-01T06:07:46.381Z | Downloaded typify v0.2.0 |
778 | 2024-11-01T06:07:46.383Z | Downloaded num-conv v0.1.0 |
779 | 2024-11-01T06:07:46.384Z | Downloaded pin-utils v0.1.0 |
780 | 2024-11-01T06:07:46.386Z | Downloaded paste v1.0.15 |
781 | 2024-11-01T06:07:46.388Z | Downloaded nu-ansi-term v0.50.1 |
782 | 2024-11-01T06:07:46.391Z | Downloaded zone_cfg_derive v0.1.2 |
783 | 2024-11-01T06:07:46.393Z | Downloaded fixedbitset v0.4.2 |
784 | 2024-11-01T06:07:46.393Z | Downloaded diff v0.1.13 |
785 | 2024-11-01T06:07:46.397Z | Downloaded tinyvec v1.8.0 |
786 | 2024-11-01T06:07:46.400Z | Downloaded test-strategy v0.3.1 |
787 | 2024-11-01T06:07:46.404Z | Downloaded opaque-debug v0.3.1 |
788 | 2024-11-01T06:07:46.408Z | Downloaded zone_cfg_derive v0.3.0 |
789 | 2024-11-01T06:07:46.408Z | Downloaded enum-as-inner v0.5.1 |
790 | 2024-11-01T06:07:46.410Z | Downloaded futures-channel v0.3.31 |
791 | 2024-11-01T06:07:46.410Z | Downloaded slog-envlogger v2.2.0 |
792 | 2024-11-01T06:07:46.412Z | Downloaded hashbrown v0.13.2 |
793 | 2024-11-01T06:07:46.417Z | Downloaded waitgroup v0.1.2 |
794 | 2024-11-01T06:07:46.419Z | Downloaded float-cmp v0.9.0 |
795 | 2024-11-01T06:07:46.419Z | Downloaded openssl-probe v0.1.5 |
796 | 2024-11-01T06:07:46.421Z | Downloaded flagset v0.4.6 |
797 | 2024-11-01T06:07:46.424Z | Downloaded ref-cast v1.0.23 |
798 | 2024-11-01T06:07:46.427Z | Downloaded embedded-io v0.4.0 |
799 | 2024-11-01T06:07:46.427Z | Downloaded rustc-hash v1.1.0 |
800 | 2024-11-01T06:07:46.429Z | Downloaded subprocess v0.2.9 |
801 | 2024-11-01T06:07:46.431Z | Downloaded deranged v0.3.11 |
802 | 2024-11-01T06:07:46.435Z | Downloaded pin-project-lite v0.2.14 |
803 | 2024-11-01T06:07:46.440Z | Downloaded num-derive v0.4.2 |
804 | 2024-11-01T06:07:46.442Z | Downloaded pkcs1 v0.7.5 |
805 | 2024-11-01T06:07:46.444Z | Downloaded lalrpop v0.19.12 |
806 | 2024-11-01T06:07:46.455Z | Downloaded rustfmt-wrapper v0.2.1 |
807 | 2024-11-01T06:07:46.458Z | Downloaded want v0.3.1 |
808 | 2024-11-01T06:07:46.458Z | Downloaded der_derive v0.7.3 |
809 | 2024-11-01T06:07:46.460Z | Downloaded progenitor-impl v0.8.0 |
810 | 2024-11-01T06:07:46.462Z | Downloaded futures v0.3.31 |
811 | 2024-11-01T06:07:46.467Z | Downloaded env_filter v0.1.2 |
812 | 2024-11-01T06:07:46.469Z | Downloaded num-integer v0.1.46 |
813 | 2024-11-01T06:07:46.473Z | Downloaded defmt-macros v0.3.9 |
814 | 2024-11-01T06:07:46.476Z | Downloaded defmt v0.3.8 |
815 | 2024-11-01T06:07:46.480Z | Downloaded des v0.8.1 |
816 | 2024-11-01T06:07:46.483Z | Downloaded vsss-rs v3.3.4 |
817 | 2024-11-01T06:07:46.483Z | Downloaded samael v0.0.17 |
818 | 2024-11-01T06:07:46.489Z | Downloaded tls_codec v0.4.1 |
819 | 2024-11-01T06:07:46.491Z | Downloaded aho-corasick v1.1.3 |
820 | 2024-11-01T06:07:46.496Z | Downloaded spin v0.9.8 |
821 | 2024-11-01T06:07:46.499Z | Downloaded env_logger v0.11.5 |
822 | 2024-11-01T06:07:46.502Z | Downloaded quinn v0.11.5 |
823 | 2024-11-01T06:07:46.506Z | Downloaded tls_codec_derive v0.4.1 |
824 | 2024-11-01T06:07:46.508Z | Downloaded psl-types v2.0.11 |
825 | 2024-11-01T06:07:46.510Z | Downloaded hyper v0.14.30 |
826 | 2024-11-01T06:07:46.517Z | Downloaded walkdir v2.5.0 |
827 | 2024-11-01T06:07:46.519Z | Downloaded tough v0.17.1 |
828 | 2024-11-01T06:07:46.528Z | Downloaded spin v0.5.2 |
829 | 2024-11-01T06:07:46.530Z | Downloaded parking_lot_core v0.9.10 |
830 | 2024-11-01T06:07:46.532Z | Downloaded p521 v0.13.3 |
831 | 2024-11-01T06:07:46.536Z | Downloaded parking_lot_core v0.8.6 |
832 | 2024-11-01T06:07:46.538Z | Downloaded flume v0.11.0 |
833 | 2024-11-01T06:07:46.542Z | Downloaded pkcs5 v0.7.1 |
834 | 2024-11-01T06:07:46.547Z | Downloaded tungstenite v0.23.0 |
835 | 2024-11-01T06:07:46.551Z | Downloaded derive-where v1.2.7 |
836 | 2024-11-01T06:07:46.554Z | Downloaded num-traits v0.2.19 |
837 | 2024-11-01T06:07:46.558Z | Downloaded elliptic-curve v0.13.8 |
838 | 2024-11-01T06:07:46.562Z | Downloaded tracing-core v0.1.32 |
839 | 2024-11-01T06:07:46.565Z | Downloaded vte v0.11.1 |
840 | 2024-11-01T06:07:46.571Z | Downloaded typed-path v0.7.1 |
841 | 2024-11-01T06:07:46.574Z | Downloaded smallvec v1.13.2 |
842 | 2024-11-01T06:07:46.576Z | Downloaded hyper v1.4.1 |
843 | 2024-11-01T06:07:46.583Z | Downloaded parking_lot v0.12.3 |
844 | 2024-11-01T06:07:46.586Z | Downloaded portable-atomic v1.9.0 |
845 | 2024-11-01T06:07:46.594Z | Downloaded toml v0.7.8 |
846 | 2024-11-01T06:07:46.598Z | Downloaded qorb v0.2.0 |
847 | 2024-11-01T06:07:46.602Z | Downloaded der v0.7.9 |
848 | 2024-11-01T06:07:46.608Z | Downloaded prettyplease v0.2.22 |
849 | 2024-11-01T06:07:46.611Z | Downloaded idna v0.2.3 |
850 | 2024-11-01T06:07:46.619Z | Downloaded git2 v0.19.0 |
851 | 2024-11-01T06:07:46.628Z | Downloaded blake3 v1.5.4 |
852 | 2024-11-01T06:07:46.637Z | Downloaded num-bigint-dig v0.8.4 |
853 | 2024-11-01T06:07:46.642Z | Downloaded reedline v0.35.0 |
854 | 2024-11-01T06:07:46.650Z | Downloaded tracing v0.1.40 |
855 | 2024-11-01T06:07:46.655Z | Downloaded num-bigint v0.4.6 |
856 | 2024-11-01T06:07:46.660Z | Downloaded futures-util v0.3.31 |
857 | 2024-11-01T06:07:46.674Z | Downloaded p384 v0.13.0 |
858 | 2024-11-01T06:07:46.680Z | Downloaded vcpkg v0.2.15 |
859 | 2024-11-01T06:07:46.720Z | Downloaded idna v0.4.0 |
860 | 2024-11-01T06:07:46.727Z | Downloaded bindgen v0.69.5 |
861 | 2024-11-01T06:07:46.735Z | Downloaded winnow v0.5.40 |
862 | 2024-11-01T06:07:46.745Z | Downloaded toml_edit v0.19.15 |
863 | 2024-11-01T06:07:46.762Z | Downloaded quick-xml v0.33.0 |
864 | 2024-11-01T06:07:46.768Z | Downloaded quinn-proto v0.11.8 |
865 | 2024-11-01T06:07:46.775Z | Downloaded rusqlite v0.32.1 |
866 | 2024-11-01T06:07:46.783Z | Downloaded dropshot v0.12.0 |
867 | 2024-11-01T06:07:46.804Z | Downloaded nix v0.29.0 |
868 | 2024-11-01T06:07:46.815Z | Downloaded regex v1.11.0 |
869 | 2024-11-01T06:07:46.829Z | Downloaded salty v0.3.0 |
870 | 2024-11-01T06:07:46.836Z | Downloaded reqwest v0.12.8 |
871 | 2024-11-01T06:07:46.845Z | Downloaded rustyline v14.0.0 |
872 | 2024-11-01T06:07:46.851Z | Downloaded rayon v1.10.0 |
873 | 2024-11-01T06:07:46.861Z | Downloaded rustls v0.21.12 |
874 | 2024-11-01T06:07:46.873Z | Downloaded reqwest v0.11.27 |
875 | 2024-11-01T06:07:46.880Z | Downloaded diesel v2.2.4 |
876 | 2024-11-01T06:07:46.900Z | Downloaded sqlparser v0.45.0 |
877 | 2024-11-01T06:07:46.906Z | Downloaded smoltcp v0.9.1 |
878 | 2024-11-01T06:07:46.917Z | Downloaded hickory-proto v0.24.1 |
879 | 2024-11-01T06:07:46.933Z | Downloaded curve25519-dalek v4.1.3 |
880 | 2024-11-01T06:07:46.943Z | Downloaded rustls-webpki v0.102.8 |
881 | 2024-11-01T06:07:46.962Z | Downloaded trust-dns-proto v0.22.0 |
882 | 2024-11-01T06:07:46.974Z | Downloaded radix_trie v0.2.1 |
883 | 2024-11-01T06:07:46.979Z | Downloaded regress v0.10.1 |
884 | 2024-11-01T06:07:46.989Z | Downloaded object v0.30.4 |
885 | 2024-11-01T06:07:46.999Z | Downloaded smoltcp v0.11.0 |
886 | 2024-11-01T06:07:47.012Z | Downloaded proptest v1.5.0 |
887 | 2024-11-01T06:07:47.021Z | Downloaded bstr v1.10.0 |
888 | 2024-11-01T06:07:47.033Z | Downloaded chrono-tz v0.10.0 |
889 | 2024-11-01T06:07:47.041Z | Downloaded sled v0.34.7 |
890 | 2024-11-01T06:07:47.052Z | Downloaded rustls v0.22.4 |
891 | 2024-11-01T06:07:47.065Z | Downloaded regex-automata v0.4.8 |
892 | 2024-11-01T06:07:47.084Z | Downloaded openssl v0.10.66 |
893 | 2024-11-01T06:07:47.094Z | Downloaded polar-core v0.27.3 |
894 | 2024-11-01T06:07:47.103Z | Downloaded rustls v0.23.14 |
895 | 2024-11-01T06:07:47.116Z | Downloaded regex-syntax v0.6.29 |
896 | 2024-11-01T06:07:47.123Z | Downloaded regress v0.9.1 |
897 | 2024-11-01T06:07:47.133Z | Downloaded object v0.36.5 |
898 | 2024-11-01T06:07:47.145Z | Downloaded lzma-sys v0.1.20 |
899 | 2024-11-01T06:07:47.175Z | Downloaded regex-syntax v0.8.5 |
900 | 2024-11-01T06:07:47.183Z | Downloaded openapiv3 v2.0.0 |
901 | 2024-11-01T06:07:47.195Z | Downloaded typify-impl v0.2.0 |
902 | 2024-11-01T06:07:47.211Z | Downloaded ratatui v0.28.1 |
903 | 2024-11-01T06:07:47.231Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
904 | 2024-11-01T06:07:47.243Z | Downloaded zerocopy-derive v0.6.6 |
905 | 2024-11-01T06:07:47.253Z | Downloaded libz-sys v1.1.20 |
906 | 2024-11-01T06:07:47.274Z | Downloaded webpki-roots v0.26.6 |
907 | 2024-11-01T06:07:47.278Z | Downloaded h2 v0.3.26 |
908 | 2024-11-01T06:07:47.286Z | Downloaded gimli v0.31.1 |
909 | 2024-11-01T06:07:47.294Z | Downloaded tokio v1.40.0 |
910 | 2024-11-01T06:07:47.332Z | Downloaded nix v0.28.0 |
911 | 2024-11-01T06:07:47.344Z | Downloaded h2 v0.4.6 |
912 | 2024-11-01T06:07:47.350Z | Downloaded bitvec v1.0.1 |
913 | 2024-11-01T06:07:47.365Z | Downloaded sha3 v0.10.8 |
914 | 2024-11-01T06:07:47.370Z | Downloaded idna v0.3.0 |
915 | 2024-11-01T06:07:47.377Z | Downloaded petgraph v0.6.5 |
916 | 2024-11-01T06:07:47.395Z | Downloaded csv v1.3.0 |
917 | 2024-11-01T06:07:47.414Z | Downloaded publicsuffix v2.2.3 |
918 | 2024-11-01T06:07:47.417Z | Downloaded unicode_categories v0.1.1 |
919 | 2024-11-01T06:07:47.420Z | Downloaded openssl-sys v0.9.103 |
920 | 2024-11-01T06:07:47.425Z | Downloaded russh v0.45.0 |
921 | 2024-11-01T06:07:47.429Z | Downloaded poly1305 v0.8.0 |
922 | 2024-11-01T06:07:47.432Z | Downloaded fatfs v0.3.6 |
923 | 2024-11-01T06:07:47.435Z | Downloaded nix v0.27.1 |
924 | 2024-11-01T06:07:47.446Z | Downloaded idna v0.5.0 |
925 | 2024-11-01T06:07:47.453Z | Downloaded steno v0.4.1 |
926 | 2024-11-01T06:07:47.457Z | Downloaded tokio-util v0.7.12 |
927 | 2024-11-01T06:07:47.463Z | Downloaded oso v0.27.3 |
928 | 2024-11-01T06:07:47.466Z | Downloaded expectorate v1.1.0 |
929 | 2024-11-01T06:07:47.469Z | Downloaded hashbrown v0.14.5 |
930 | 2024-11-01T06:07:47.474Z | Downloaded serde_with v3.11.0 |
931 | 2024-11-01T06:07:47.482Z | Downloaded diesel_derives v2.2.3 |
932 | 2024-11-01T06:07:47.487Z | Downloaded x509-cert v0.2.5 |
933 | 2024-11-01T06:07:47.493Z | Downloaded url v2.5.2 |
934 | 2024-11-01T06:07:47.496Z | Downloaded slog-dtrace v0.3.0 |
935 | 2024-11-01T06:07:47.499Z | Downloaded signal-hook-mio v0.2.4 |
936 | 2024-11-01T06:07:47.501Z | Downloaded semver v0.1.20 |
937 | 2024-11-01T06:07:47.501Z | Downloaded salsa20 v0.10.2 |
938 | 2024-11-01T06:07:47.501Z | Downloaded wait-timeout v0.2.0 |
939 | 2024-11-01T06:07:47.504Z | Downloaded ron v0.8.1 |
940 | 2024-11-01T06:07:47.508Z | Downloaded shlex v1.3.0 |
941 | 2024-11-01T06:07:47.510Z | Downloaded shell-words v1.1.0 |
942 | 2024-11-01T06:07:47.510Z | Downloaded parking_lot v0.11.2 |
943 | 2024-11-01T06:07:47.513Z | Downloaded value-bag v1.9.0 |
944 | 2024-11-01T06:07:47.515Z | Downloaded uzers v0.12.1 |
945 | 2024-11-01T06:07:47.517Z | Downloaded tracing-attributes v0.1.27 |
946 | 2024-11-01T06:07:47.520Z | Downloaded password-hash v0.4.2 |
947 | 2024-11-01T06:07:47.522Z | Downloaded itertools v0.13.0 |
948 | 2024-11-01T06:07:47.530Z | Downloaded pin-project-internal v1.1.6 |
949 | 2024-11-01T06:07:47.532Z | Downloaded num-complex v0.4.6 |
950 | 2024-11-01T06:07:47.534Z | Downloaded unicode-normalization v0.1.24 |
951 | 2024-11-01T06:07:47.537Z | Downloaded time v0.3.36 |
952 | 2024-11-01T06:07:47.544Z | Downloaded password-hash v0.5.0 |
953 | 2024-11-01T06:07:47.546Z | Downloaded sqlformat v0.2.6 |
954 | 2024-11-01T06:07:47.548Z | Downloaded tungstenite v0.21.0 |
955 | 2024-11-01T06:07:47.551Z | Downloaded rcgen v0.12.1 |
956 | 2024-11-01T06:07:47.553Z | Downloaded ssh-key v0.6.6 |
957 | 2024-11-01T06:07:47.559Z | Downloaded signal-hook v0.3.17 |
958 | 2024-11-01T06:07:47.563Z | Downloaded flate2 v1.0.34 |
959 | 2024-11-01T06:07:47.568Z | Downloaded pin-project v1.1.6 |
960 | 2024-11-01T06:07:47.578Z | Downloaded hickory-client v0.24.1 |
961 | 2024-11-01T06:07:47.581Z | Downloaded rustc-hash v2.0.0 |
962 | 2024-11-01T06:07:47.583Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
963 | 2024-11-01T06:07:47.640Z | Downloaded postgres-types v0.2.8 |
964 | 2024-11-01T06:07:47.643Z | Downloaded ed25519-dalek v2.1.1 |
965 | 2024-11-01T06:07:47.645Z | Downloaded getrandom v0.2.15 |
966 | 2024-11-01T06:07:47.648Z | Downloaded itertools v0.12.1 |
967 | 2024-11-01T06:07:47.655Z | Downloaded encoding_rs v0.8.34 |
968 | 2024-11-01T06:07:47.676Z | Downloaded hkdf v0.12.4 |
969 | 2024-11-01T06:07:47.678Z | Downloaded tokio-postgres v0.7.12 |
970 | 2024-11-01T06:07:47.683Z | Downloaded rustls-webpki v0.101.7 |
971 | 2024-11-01T06:07:47.696Z | Downloaded diesel-dtrace v0.3.0 |
972 | 2024-11-01T06:07:47.699Z | Downloaded subtle v2.6.1 |
973 | 2024-11-01T06:07:47.699Z | Downloaded quinn-udp v0.5.5 |
974 | 2024-11-01T06:07:47.701Z | Downloaded foreign-types-shared v0.3.1 |
975 | 2024-11-01T06:07:47.701Z | Downloaded structmeta v0.3.0 |
976 | 2024-11-01T06:07:47.704Z | Downloaded dhcproto v0.12.0 |
977 | 2024-11-01T06:07:47.706Z | Downloaded heapless v0.8.0 |
978 | 2024-11-01T06:07:47.708Z | Downloaded heapless v0.7.17 |
979 | 2024-11-01T06:07:47.712Z | Downloaded libm v0.2.8 |
980 | 2024-11-01T06:07:47.720Z | Downloaded futures-executor v0.3.31 |
981 | 2024-11-01T06:07:47.722Z | Downloaded futures-core v0.3.31 |
982 | 2024-11-01T06:07:47.725Z | Downloaded packed_struct v0.10.1 |
983 | 2024-11-01T06:07:47.726Z | Downloaded uuid v1.10.0 |
984 | 2024-11-01T06:07:47.729Z | Downloaded nom v7.1.3 |
985 | 2024-11-01T06:07:47.732Z | Downloaded unsafe-libyaml v0.2.11 |
986 | 2024-11-01T06:07:47.736Z | Downloaded same-file v1.0.6 |
987 | 2024-11-01T06:07:47.738Z | Downloaded phf_shared v0.11.2 |
988 | 2024-11-01T06:07:47.738Z | Downloaded packed_struct_codegen v0.10.1 |
989 | 2024-11-01T06:07:47.740Z | Downloaded globset v0.4.15 |
990 | 2024-11-01T06:07:47.740Z | Downloaded pem-rfc7468 v0.7.0 |
991 | 2024-11-01T06:07:47.743Z | Downloaded crossbeam-channel v0.5.13 |
992 | 2024-11-01T06:07:47.746Z | Downloaded half v2.4.1 |
993 | 2024-11-01T06:07:47.749Z | Downloaded num_enum_derive v0.5.11 |
994 | 2024-11-01T06:07:47.752Z | Downloaded glob v0.3.1 |
995 | 2024-11-01T06:07:47.752Z | Downloaded ghash v0.5.1 |
996 | 2024-11-01T06:07:47.754Z | Downloaded base64 v0.22.1 |
997 | 2024-11-01T06:07:47.756Z | Downloaded ref-cast-impl v1.0.23 |
998 | 2024-11-01T06:07:47.759Z | Downloaded russh-keys v0.45.0 |
999 | 2024-11-01T06:07:47.761Z | Downloaded heck v0.3.3 |
1000 | 2024-11-01T06:07:47.761Z | Downloaded form_urlencoded v1.2.1 |
1001 | 2024-11-01T06:07:47.763Z | Downloaded vergen v8.3.2 |
1002 | 2024-11-01T06:07:47.766Z | Downloaded mio v1.0.2 |
1003 | 2024-11-01T06:07:47.769Z | Downloaded minimal-lexical v0.2.1 |
1004 | 2024-11-01T06:07:47.774Z | Downloaded cookie v0.18.1 |
1005 | 2024-11-01T06:07:47.776Z | Downloaded headers v0.4.0 |
1006 | 2024-11-01T06:07:47.781Z | Downloaded dhcproto-macros v0.1.0 |
1007 | 2024-11-01T06:07:47.784Z | Downloaded which v4.4.2 |
1008 | 2024-11-01T06:07:47.784Z | Downloaded topological-sort v0.2.2 |
1009 | 2024-11-01T06:07:47.786Z | Downloaded tokio-macros v2.4.0 |
1010 | 2024-11-01T06:07:47.786Z | Downloaded thiserror-no-std v2.0.2 |
1011 | 2024-11-01T06:07:47.789Z | Downloaded thiserror-impl-no-std v2.0.2 |
1012 | 2024-11-01T06:07:47.791Z | Downloaded slog-stdlog v4.1.1 |
1013 | 2024-11-01T06:07:47.794Z | Downloaded slog-scope v4.4.0 |
1014 | 2024-11-01T06:07:47.794Z | Downloaded owo-colors v4.1.0 |
1015 | 2024-11-01T06:07:47.796Z | Downloaded chacha20poly1305 v0.10.1 |
1016 | 2024-11-01T06:07:47.799Z | Downloaded peg v0.8.4 |
1017 | 2024-11-01T06:07:47.801Z | Downloaded pbkdf2 v0.11.0 |
1018 | 2024-11-01T06:07:47.804Z | Downloaded ecdsa v0.16.9 |
1019 | 2024-11-01T06:07:47.806Z | Downloaded yasna v0.5.2 |
1020 | 2024-11-01T06:07:47.809Z | Downloaded rustc-demangle v0.1.24 |
1021 | 2024-11-01T06:07:47.809Z | Downloaded hickory-server v0.24.1 |
1022 | 2024-11-01T06:07:47.813Z | Downloaded progenitor v0.8.0 |
1023 | 2024-11-01T06:07:47.816Z | Downloaded compact_str v0.8.0 |
1024 | 2024-11-01T06:07:47.818Z | Downloaded cc v1.1.30 |
1025 | 2024-11-01T06:07:47.821Z | Downloaded gethostname v0.5.0 |
1026 | 2024-11-01T06:07:47.823Z | Downloaded tokio-rustls v0.24.1 |
1027 | 2024-11-01T06:07:47.826Z | Downloaded termios v0.3.3 |
1028 | 2024-11-01T06:07:47.828Z | Downloaded dropshot_endpoint v0.12.0 |
1029 | 2024-11-01T06:07:47.830Z | Downloaded derive_more v0.99.18 |
1030 | 2024-11-01T06:07:47.833Z | Downloaded phf v0.11.2 |
1031 | 2024-11-01T06:07:47.836Z | Downloaded rustls-pki-types v1.9.0 |
1032 | 2024-11-01T06:07:47.840Z | Downloaded xz2 v0.1.7 |
1033 | 2024-11-01T06:07:47.842Z | Downloaded rusty-fork v0.3.0 |
1034 | 2024-11-01T06:07:47.844Z | Downloaded rustversion v1.0.17 |
1035 | 2024-11-01T06:07:47.846Z | Downloaded indicatif v0.17.8 |
1036 | 2024-11-01T06:07:47.849Z | Downloaded base64 v0.21.7 |
1037 | 2024-11-01T06:07:47.852Z | Downloaded clang-sys v1.8.1 |
1038 | 2024-11-01T06:07:47.855Z | Downloaded num-rational v0.4.2 |
1039 | 2024-11-01T06:07:47.857Z | Downloaded hashlink v0.9.1 |
1040 | 2024-11-01T06:07:47.859Z | Downloaded crossbeam-epoch v0.9.18 |
1041 | 2024-11-01T06:07:47.861Z | Downloaded sha1 v0.10.6 |
1042 | 2024-11-01T06:07:47.864Z | Downloaded crossbeam-utils v0.8.20 |
1043 | 2024-11-01T06:07:47.867Z | Downloaded csv-core v0.1.11 |
1044 | 2024-11-01T06:07:47.867Z | Downloaded cookie_store v0.21.0 |
1045 | 2024-11-01T06:07:47.870Z | Downloaded downcast v0.11.0 |
1046 | 2024-11-01T06:07:47.870Z | Downloaded difflib v0.4.0 |
1047 | 2024-11-01T06:07:47.872Z | Downloaded base64 v0.13.1 |
1048 | 2024-11-01T06:07:47.876Z | Downloaded serde_derive_internals v0.29.1 |
1049 | 2024-11-01T06:07:47.876Z | Downloaded num-iter v0.1.45 |
1050 | 2024-11-01T06:07:47.876Z | Downloaded itertools v0.10.5 |
1051 | 2024-11-01T06:07:47.882Z | Downloaded console v0.15.8 |
1052 | 2024-11-01T06:07:47.916Z | Downloaded hyper-staticfile v0.10.1 |
1053 | 2024-11-01T06:07:47.916Z | Downloaded bzip2 v0.4.4 |
1054 | 2024-11-01T06:07:47.916Z | Downloaded libloading v0.8.5 |
1055 | 2024-11-01T06:07:47.920Z | Downloaded ipnet v2.10.1 |
1056 | 2024-11-01T06:07:47.922Z | Downloaded futures-io v0.3.31 |
1057 | 2024-11-01T06:07:47.922Z | Downloaded fallible-iterator v0.3.0 |
1058 | 2024-11-01T06:07:47.924Z | Downloaded tokio-tungstenite v0.23.1 |
1059 | 2024-11-01T06:07:47.927Z | Downloaded unicode-truncate v1.1.0 |
1060 | 2024-11-01T06:07:47.931Z | Downloaded structmeta-derive v0.2.0 |
1061 | 2024-11-01T06:07:47.934Z | Downloaded serde_urlencoded v0.7.1 |
1062 | 2024-11-01T06:07:47.936Z | Downloaded serde_plain v1.0.2 |
1063 | 2024-11-01T06:07:47.939Z | Downloaded serde_path_to_error v0.1.16 |
1064 | 2024-11-01T06:07:47.939Z | Downloaded unarray v0.1.4 |
1065 | 2024-11-01T06:07:47.941Z | Downloaded ssh-encoding v0.2.0 |
1066 | 2024-11-01T06:07:47.943Z | Downloaded sec1 v0.7.3 |
1067 | 2024-11-01T06:07:47.946Z | Downloaded rand_core v0.6.4 |
1068 | 2024-11-01T06:07:47.946Z | Downloaded nibble_vec v0.1.0 |
1069 | 2024-11-01T06:07:47.948Z | Downloaded data-encoding v2.6.0 |
1070 | 2024-11-01T06:07:47.948Z | Downloaded lru v0.12.5 |
1071 | 2024-11-01T06:07:47.951Z | Downloaded keccak v0.1.5 |
1072 | 2024-11-01T06:07:47.953Z | Downloaded internet-checksum v0.2.1 |
1073 | 2024-11-01T06:07:47.953Z | Downloaded curve25519-dalek-derive v0.1.1 |
1074 | 2024-11-01T06:07:47.953Z | Downloaded backoff v0.4.0 |
1075 | 2024-11-01T06:07:47.956Z | Downloaded libsw v3.3.1 |
1076 | 2024-11-01T06:07:47.959Z | Downloaded libefi-sys v0.1.0 |
1077 | 2024-11-01T06:07:47.961Z | Downloaded lalrpop-util v0.19.12 |
1078 | 2024-11-01T06:07:47.961Z | Downloaded kstat-rs v0.2.4 |
1079 | 2024-11-01T06:07:47.966Z | Downloaded impl-trait-for-tuples v0.2.2 |
1080 | 2024-11-01T06:07:47.969Z | Downloaded const_format_proc_macros v0.2.33 |
1081 | 2024-11-01T06:07:47.969Z | Downloaded lazy_static v1.5.0 |
1082 | 2024-11-01T06:07:47.971Z | Downloaded indent_write v2.2.0 |
1083 | 2024-11-01T06:07:47.974Z | Downloaded crc-catalog v2.4.0 |
1084 | 2024-11-01T06:07:47.974Z | Downloaded ciborium-ll v0.2.2 |
1085 | 2024-11-01T06:07:47.976Z | Downloaded chrono-tz-build v0.4.0 |
1086 | 2024-11-01T06:07:47.976Z | Downloaded cassowary v0.3.0 |
1087 | 2024-11-01T06:07:47.978Z | Downloaded block-padding v0.3.3 |
1088 | 2024-11-01T06:07:47.979Z | Downloaded bb8 v0.8.5 |
1089 | 2024-11-01T06:07:47.981Z | Downloaded crucible-workspace-hack v0.1.0 |
1090 | 2024-11-01T06:07:47.981Z | Downloaded hyper-tls v0.6.0 |
1091 | 2024-11-01T06:07:47.983Z | Downloaded cfg_aliases v0.1.1 |
1092 | 2024-11-01T06:07:47.983Z | Downloaded argon2 v0.5.3 |
1093 | 2024-11-01T06:07:47.986Z | Downloaded httparse v1.9.5 |
1094 | 2024-11-01T06:07:47.988Z | Downloaded http-body-util v0.1.2 |
1095 | 2024-11-01T06:07:47.991Z | Downloaded atomic-waker v1.1.2 |
1096 | 2024-11-01T06:07:47.993Z | Downloaded ascii-canvas v3.0.0 |
1097 | 2024-11-01T06:07:47.993Z | Downloaded array-init v0.0.4 |
1098 | 2024-11-01T06:07:47.996Z | Downloaded hostname v0.3.1 |
1099 | 2024-11-01T06:07:47.996Z | Downloaded ahash v0.8.11 |
1100 | 2024-11-01T06:07:47.998Z | Downloaded aead v0.5.2 |
1101 | 2024-11-01T06:07:48.003Z | Downloaded md-5 v0.10.6 |
1102 | 2024-11-01T06:07:48.003Z | Downloaded hyper-rustls v0.27.3 |
1103 | 2024-11-01T06:07:48.005Z | Downloaded darling v0.20.10 |
1104 | 2024-11-01T06:07:48.007Z | Downloaded const-oid v0.9.6 |
1105 | 2024-11-01T06:07:48.010Z | Downloaded ciborium v0.2.2 |
1106 | 2024-11-01T06:07:48.012Z | Downloaded blake2 v0.10.6 |
1107 | 2024-11-01T06:07:48.014Z | Downloaded aes v0.8.4 |
1108 | 2024-11-01T06:07:48.017Z | Downloaded newtype-uuid v1.1.2 |
1109 | 2024-11-01T06:07:48.020Z | Downloaded nanorand v0.7.0 |
1110 | 2024-11-01T06:07:48.022Z | Downloaded indoc v1.0.9 |
1111 | 2024-11-01T06:07:48.025Z | Downloaded colored v2.1.0 |
1112 | 2024-11-01T06:07:48.027Z | Downloaded base64ct v1.6.0 |
1113 | 2024-11-01T06:07:48.030Z | Downloaded bcs v0.1.6 |
1114 | 2024-11-01T06:07:48.030Z | Downloaded blowfish v0.9.1 |
1115 | 2024-11-01T06:07:48.032Z | Downloaded bitfield-struct v0.6.2 |
1116 | 2024-11-01T06:07:48.032Z | Downloaded cipher v0.4.4 |
1117 | 2024-11-01T06:07:48.035Z | Downloaded cexpr v0.6.0 |
1118 | 2024-11-01T06:07:48.037Z | Downloaded castaway v0.2.3 |
1119 | 2024-11-01T06:07:48.037Z | Downloaded bit-vec v0.6.3 |
1120 | 2024-11-01T06:07:48.040Z | Downloaded arrayref v0.3.9 |
1121 | 2024-11-01T06:07:48.136Z | Downloaded ring v0.17.8 |
1122 | 2024-11-01T06:07:48.274Z | Downloaded libsqlite3-sys v0.30.1 |
1123 | 2024-11-01T06:07:48.348Z | Downloaded ring v0.16.20 |
1124 | 2024-11-01T06:07:48.523Z | Compiling serde v1.0.210 |
1125 | 2024-11-01T06:07:48.526Z | Compiling typenum v1.17.0 |
1126 | 2024-11-01T06:07:48.526Z | Compiling lock_api v0.4.12 |
1127 | 2024-11-01T06:07:48.526Z | Compiling generic-array v0.14.7 |
1128 | 2024-11-01T06:07:48.526Z | Compiling scopeguard v1.2.0 |
1129 | 2024-11-01T06:07:48.526Z | Compiling subtle v2.6.1 |
1130 | 2024-11-01T06:07:48.526Z | Compiling syn v2.0.79 |
1131 | 2024-11-01T06:07:48.670Z | Compiling getrandom v0.2.15 |
1132 | 2024-11-01T06:07:48.853Z | Compiling value-bag v1.9.0 |
1133 | 2024-11-01T06:07:48.982Z | Compiling rand_core v0.6.4 |
1134 | 2024-11-01T06:07:49.109Z | Compiling const-oid v0.9.6 |
1135 | 2024-11-01T06:07:49.128Z | Compiling pin-project-lite v0.2.14 |
1136 | 2024-11-01T06:07:49.213Z | Compiling smallvec v1.13.2 |
1137 | 2024-11-01T06:07:49.259Z | Compiling jobserver v0.1.32 |
1138 | 2024-11-01T06:07:49.469Z | Compiling log v0.4.22 |
1139 | 2024-11-01T06:07:49.488Z | Compiling parking_lot_core v0.9.10 |
1140 | 2024-11-01T06:07:49.535Z | Compiling shlex v1.3.0 |
1141 | 2024-11-01T06:07:49.619Z | Compiling futures-core v0.3.31 |
1142 | 2024-11-01T06:07:49.872Z | Compiling cc v1.1.30 |
1143 | 2024-11-01T06:07:49.907Z | Compiling signal-hook-registry v1.4.2 |
1144 | 2024-11-01T06:07:50.127Z | Compiling mio v1.0.2 |
1145 | 2024-11-01T06:07:50.323Z | Compiling parking_lot v0.12.3 |
1146 | 2024-11-01T06:07:50.594Z | Compiling cpufeatures v0.2.14 |
1147 | 2024-11-01T06:07:50.707Z | Compiling futures-sink v0.3.31 |
1148 | 2024-11-01T06:07:50.736Z | Compiling spin v0.9.8 |
1149 | 2024-11-01T06:07:50.877Z | Compiling socket2 v0.5.7 |
1150 | 2024-11-01T06:07:51.070Z | Compiling slab v0.4.9 |
1151 | 2024-11-01T06:07:51.165Z | Compiling serde_json v1.0.128 |
1152 | 2024-11-01T06:07:51.227Z | Compiling futures-channel v0.3.31 |
1153 | 2024-11-01T06:07:51.318Z | Compiling futures-task v0.3.31 |
1154 | 2024-11-01T06:07:51.366Z | Compiling futures-io v0.3.31 |
1155 | 2024-11-01T06:07:51.522Z | Compiling allocator-api2 v0.2.18 |
1156 | 2024-11-01T06:07:51.629Z | Compiling tinyvec_macros v0.1.1 |
1157 | 2024-11-01T06:07:51.656Z | Compiling pin-utils v0.1.0 |
1158 | 2024-11-01T06:07:51.686Z | Compiling foldhash v0.1.3 |
1159 | 2024-11-01T06:07:51.728Z | Compiling tinyvec v1.8.0 |
1160 | 2024-11-01T06:07:51.755Z | Compiling libm v0.2.8 |
1161 | 2024-11-01T06:07:51.832Z | Compiling num-traits v0.2.19 |
1162 | 2024-11-01T06:07:51.860Z | Compiling unicode-bidi v0.3.17 |
1163 | 2024-11-01T06:07:51.971Z | Compiling base64ct v1.6.0 |
1164 | 2024-11-01T06:07:52.360Z | Compiling hashbrown v0.15.0 |
1165 | 2024-11-01T06:07:52.381Z | Compiling flagset v0.4.6 |
1166 | 2024-11-01T06:07:52.566Z | Compiling pem-rfc7468 v0.7.0 |
1167 | 2024-11-01T06:07:52.592Z | Compiling httparse v1.9.5 |
1168 | 2024-11-01T06:07:53.405Z | Compiling unicode-normalization v0.1.24 |
1169 | 2024-11-01T06:07:53.423Z | Compiling tracing-core v0.1.32 |
1170 | 2024-11-01T06:07:53.533Z | Compiling rustls-pki-types v1.9.0 |
1171 | 2024-11-01T06:07:53.721Z | Compiling percent-encoding v2.3.1 |
1172 | 2024-11-01T06:07:53.922Z | Compiling crossbeam-utils v0.8.20 |
1173 | 2024-11-01T06:07:54.124Z | Compiling ring v0.17.8 |
1174 | 2024-11-01T06:07:54.560Z | Compiling vcpkg v0.2.15 |
1175 | 2024-11-01T06:07:54.583Z | Compiling pkg-config v0.3.31 |
1176 | 2024-11-01T06:07:54.732Z | Compiling untrusted v0.9.0 |
1177 | 2024-11-01T06:07:54.818Z | Compiling powerfmt v0.2.0 |
1178 | 2024-11-01T06:07:54.821Z | Compiling time-core v0.1.2 |
1179 | 2024-11-01T06:07:54.907Z | Compiling num-conv v0.1.0 |
1180 | 2024-11-01T06:07:55.196Z | Compiling time-macros v0.2.18 |
1181 | 2024-11-01T06:07:55.196Z | Compiling deranged v0.3.11 |
1182 | 2024-11-01T06:07:55.484Z | Compiling num_threads v0.1.7 |
1183 | 2024-11-01T06:07:55.614Z | Compiling atomic-waker v1.1.2 |
1184 | 2024-11-01T06:07:55.800Z | Compiling form_urlencoded v1.2.1 |
1185 | 2024-11-01T06:07:55.965Z | Compiling rustix v0.38.37 |
1186 | 2024-11-01T06:07:56.123Z | Compiling slog v2.7.0 |
1187 | 2024-11-01T06:07:56.215Z | Compiling try-lock v0.2.5 |
1188 | 2024-11-01T06:07:56.362Z | Compiling want v0.3.1 |
1189 | 2024-11-01T06:07:56.553Z | Compiling openssl-sys v0.9.103 |
1190 | 2024-11-01T06:07:56.639Z | Compiling httpdate v1.0.3 |
1191 | 2024-11-01T06:07:56.796Z | Compiling idna v0.5.0 |
1192 | 2024-11-01T06:07:56.960Z | Compiling tower-service v0.3.3 |
1193 | 2024-11-01T06:07:57.079Z | Compiling rustversion v1.0.17 |
1194 | 2024-11-01T06:07:57.095Z | Compiling openssl v0.10.66 |
1195 | 2024-11-01T06:07:57.436Z | Compiling iana-time-zone v0.1.61 |
1196 | 2024-11-01T06:07:57.471Z | Compiling base64 v0.22.1 |
1197 | 2024-11-01T06:07:57.744Z | Compiling foreign-types-shared v0.1.1 |
1198 | 2024-11-01T06:07:57.816Z | Compiling match_cfg v0.1.0 |
1199 | 2024-11-01T06:07:57.851Z | Compiling foreign-types v0.3.2 |
1200 | 2024-11-01T06:07:57.908Z | Compiling hostname v0.3.1 |
1201 | 2024-11-01T06:07:57.995Z | Compiling url v2.5.2 |
1202 | 2024-11-01T06:07:58.073Z | Compiling time v0.3.36 |
1203 | 2024-11-01T06:07:58.132Z | Compiling dirs-sys-next v0.1.2 |
1204 | 2024-11-01T06:07:58.170Z | Compiling aho-corasick v1.1.3 |
1205 | 2024-11-01T06:07:58.211Z | Compiling rustls v0.22.4 |
1206 | 2024-11-01T06:07:58.468Z | Compiling regex-syntax v0.8.5 |
1207 | 2024-11-01T06:07:58.768Z | Compiling syn v1.0.109 |
1208 | 2024-11-01T06:07:59.402Z | Compiling adler2 v2.0.0 |
1209 | 2024-11-01T06:07:59.603Z | Compiling siphasher v0.3.11 |
1210 | 2024-11-01T06:07:59.648Z | Compiling data-encoding v2.6.0 |
1211 | 2024-11-01T06:07:59.676Z | Compiling rustls v0.23.14 |
1212 | 2024-11-01T06:07:59.923Z | Compiling native-tls v0.2.12 |
1213 | 2024-11-01T06:07:59.947Z | Compiling miniz_oxide v0.8.0 |
1214 | 2024-11-01T06:08:00.296Z | Compiling dirs-next v2.0.0 |
1215 | 2024-11-01T06:08:01.338Z | Compiling serde_derive_internals v0.29.1 |
1216 | 2024-11-01T06:08:01.795Z | Compiling crossbeam-epoch v0.9.18 |
1217 | 2024-11-01T06:08:01.859Z | Compiling serde_derive v1.0.210 |
1218 | 2024-11-01T06:08:01.878Z | Compiling zeroize_derive v1.4.2 |
1219 | 2024-11-01T06:08:02.512Z | Compiling zerocopy-derive v0.7.35 |
1220 | 2024-11-01T06:08:02.948Z | Compiling tokio-macros v2.4.0 |
1221 | 2024-11-01T06:08:02.968Z | Compiling thiserror-impl v1.0.64 |
1222 | 2024-11-01T06:08:03.352Z | Compiling zeroize v1.8.1 |
1223 | 2024-11-01T06:08:03.796Z | Compiling futures-macro v0.3.31 |
1224 | 2024-11-01T06:08:04.582Z | Compiling der_derive v0.7.3 |
1225 | 2024-11-01T06:08:04.622Z | Compiling zerocopy v0.7.35 |
1226 | 2024-11-01T06:08:04.709Z | Compiling tracing-attributes v0.1.27 |
1227 | 2024-11-01T06:08:05.199Z | Compiling crypto-common v0.1.6 |
1228 | 2024-11-01T06:08:05.454Z | Compiling block-buffer v0.10.4 |
1229 | 2024-11-01T06:08:05.524Z | Compiling futures-util v0.3.31 |
1230 | 2024-11-01T06:08:05.691Z | Compiling digest v0.10.7 |
1231 | 2024-11-01T06:08:06.068Z | Compiling thiserror v1.0.64 |
1232 | 2024-11-01T06:08:06.154Z | Compiling hmac v0.12.1 |
1233 | 2024-11-01T06:08:06.175Z | Compiling block-padding v0.3.3 |
1234 | 2024-11-01T06:08:06.208Z | Compiling sha2 v0.10.8 |
1235 | 2024-11-01T06:08:06.402Z | Compiling inout v0.1.3 |
1236 | 2024-11-01T06:08:06.422Z | Compiling ppv-lite86 v0.2.20 |
1237 | 2024-11-01T06:08:06.677Z | Compiling cipher v0.4.4 |
1238 | 2024-11-01T06:08:06.696Z | Compiling pbkdf2 v0.12.2 |
1239 | 2024-11-01T06:08:06.879Z | Compiling pest v2.7.14 |
1240 | 2024-11-01T06:08:06.906Z | Compiling der v0.7.9 |
1241 | 2024-11-01T06:08:07.206Z | Compiling salsa20 v0.10.2 |
1242 | 2024-11-01T06:08:07.312Z | Compiling rand_chacha v0.3.1 |
1243 | 2024-11-01T06:08:07.448Z | Compiling scrypt v0.11.0 |
1244 | 2024-11-01T06:08:08.011Z | Compiling rand v0.8.5 |
1245 | 2024-11-01T06:08:08.248Z | Compiling tracing v0.1.40 |
1246 | 2024-11-01T06:08:08.785Z | Compiling aes v0.8.4 |
1247 | 2024-11-01T06:08:09.703Z | Compiling spki v0.7.3 |
1248 | 2024-11-01T06:08:09.815Z | Compiling pest_meta v2.7.14 |
1249 | 2024-11-01T06:08:09.962Z | Compiling cbc v0.1.2 |
1250 | 2024-11-01T06:08:10.206Z | Compiling scroll_derive v0.12.0 |
1251 | 2024-11-01T06:08:10.225Z | Compiling pkcs5 v0.7.1 |
1252 | 2024-11-01T06:08:10.271Z | Compiling async-trait v0.1.83 |
1253 | 2024-11-01T06:08:11.431Z | Compiling pest_generator v2.7.14 |
1254 | 2024-11-01T06:08:11.585Z | Compiling pkcs8 v0.10.2 |
1255 | 2024-11-01T06:08:11.649Z | Compiling scroll v0.12.0 |
1256 | 2024-11-01T06:08:11.910Z | Compiling openssl-macros v0.1.1 |
1257 | 2024-11-01T06:08:12.213Z | Compiling rustls-webpki v0.102.8 |
1258 | 2024-11-01T06:08:12.272Z | Compiling goblin v0.8.2 |
1259 | 2024-11-01T06:08:12.748Z | Compiling sha1 v0.10.6 |
1260 | 2024-11-01T06:08:12.910Z | Compiling signature v2.2.0 |
1261 | 2024-11-01T06:08:13.185Z | Compiling regex-automata v0.4.8 |
1262 | 2024-11-01T06:08:13.246Z | Compiling lazy_static v1.5.0 |
1263 | 2024-11-01T06:08:13.290Z | Compiling thread_local v1.1.8 |
1264 | 2024-11-01T06:08:13.377Z | Compiling cookie v0.18.1 |
1265 | 2024-11-01T06:08:13.690Z | Compiling encoding_rs v0.8.34 |
1266 | 2024-11-01T06:08:13.829Z | Compiling multer v3.1.0 |
1267 | 2024-11-01T06:08:13.849Z | Compiling mime v0.3.17 |
1268 | 2024-11-01T06:08:14.124Z | Compiling schemars v0.8.21 |
1269 | 2024-11-01T06:08:14.278Z | Compiling openssl-probe v0.1.5 |
1270 | 2024-11-01T06:08:14.451Z | Compiling gimli v0.31.1 |
1271 | 2024-11-01T06:08:14.481Z | Compiling paste v1.0.15 |
1272 | 2024-11-01T06:08:14.534Z | Compiling pest_derive v2.7.14 |
1273 | 2024-11-01T06:08:14.620Z | Compiling slog-async v2.8.0 |
1274 | 2024-11-01T06:08:14.979Z | Compiling either v1.13.0 |
1275 | 2024-11-01T06:08:15.131Z | Compiling ipnet v2.10.1 |
1276 | 2024-11-01T06:08:15.352Z | Compiling dtrace-parser v0.2.0 |
1277 | 2024-11-01T06:08:15.407Z | Compiling bytes v1.7.2 |
1278 | 2024-11-01T06:08:16.335Z | Compiling tokio v1.40.0 |
1279 | 2024-11-01T06:08:16.732Z | Compiling indexmap v2.6.0 |
1280 | 2024-11-01T06:08:17.430Z | Compiling http v1.1.0 |
1281 | 2024-11-01T06:08:17.894Z | Compiling bitflags v2.6.0 |
1282 | 2024-11-01T06:08:18.294Z | Compiling semver v1.0.23 |
1283 | 2024-11-01T06:08:18.866Z | Compiling rustc_version v0.4.1 |
1284 | 2024-11-01T06:08:19.051Z | Compiling http-body v1.0.1 |
1285 | 2024-11-01T06:08:19.288Z | Compiling dof v0.3.0 |
1286 | 2024-11-01T06:08:19.567Z | Compiling uuid v1.10.0 |
1287 | 2024-11-01T06:08:19.603Z | Compiling toml_datetime v0.6.8 |
1288 | 2024-11-01T06:08:19.867Z | Compiling serde_tokenstream v0.2.2 |
1289 | 2024-11-01T06:08:20.108Z | Compiling serde_spanned v0.6.8 |
1290 | 2024-11-01T06:08:20.350Z | Compiling usdt-impl v0.5.0 |
1291 | 2024-11-01T06:08:20.479Z | Compiling chrono v0.4.38 |
1292 | 2024-11-01T06:08:21.062Z | Compiling heapless v0.7.17 |
1293 | 2024-11-01T06:08:21.387Z | Compiling http-body-util v0.1.2 |
1294 | 2024-11-01T06:08:21.964Z | Compiling signal-hook v0.3.17 |
1295 | 2024-11-01T06:08:21.966Z | Compiling unicode-properties v0.1.3 |
1296 | 2024-11-01T06:08:22.150Z | Compiling rayon-core v1.12.1 |
1297 | 2024-11-01T06:08:22.240Z | Compiling usdt-macro v0.5.0 |
1298 | 2024-11-01T06:08:22.299Z | Compiling usdt-attr-macro v0.5.0 |
1299 | 2024-11-01T06:08:22.461Z | Compiling stringprep v0.1.5 |
1300 | 2024-11-01T06:08:23.718Z | Compiling toml_edit v0.22.22 |
1301 | 2024-11-01T06:08:23.736Z | Compiling curve25519-dalek v4.1.3 |
1302 | 2024-11-01T06:08:23.883Z | Compiling addr2line v0.24.2 |
1303 | 2024-11-01T06:08:23.913Z | Compiling slog-json v2.6.1 |
1304 | 2024-11-01T06:08:24.143Z | Compiling serde_urlencoded v0.7.1 |
1305 | 2024-11-01T06:08:24.554Z | Compiling futures-executor v0.3.31 |
1306 | 2024-11-01T06:08:24.705Z | Compiling tokio-util v0.7.12 |
1307 | 2024-11-01T06:08:25.128Z | Compiling md-5 v0.10.6 |
1308 | 2024-11-01T06:08:25.205Z | Compiling schemars_derive v0.8.21 |
1309 | 2024-11-01T06:08:25.381Z | Compiling crossbeam-deque v0.8.5 |
1310 | 2024-11-01T06:08:25.737Z | Compiling h2 v0.4.6 |
1311 | 2024-11-01T06:08:26.083Z | Compiling async-stream-impl v0.3.6 |
1312 | 2024-11-01T06:08:27.417Z | Compiling enum-as-inner v0.6.1 |
1313 | 2024-11-01T06:08:28.552Z | Compiling term v0.7.0 |
1314 | 2024-11-01T06:08:29.976Z | Compiling crossbeam-channel v0.5.13 |
1315 | 2024-11-01T06:08:30.081Z | Compiling num-integer v0.1.46 |
1316 | 2024-11-01T06:08:30.845Z | Compiling idna v0.3.0 |
1317 | 2024-11-01T06:08:30.889Z | Compiling idna v0.4.0 |
1318 | 2024-11-01T06:08:31.065Z | Compiling rustls-pemfile v2.2.0 |
1319 | 2024-11-01T06:08:31.421Z | Compiling ff v0.13.0 |
1320 | 2024-11-01T06:08:31.657Z | Compiling hash32 v0.2.1 |
1321 | 2024-11-01T06:08:31.683Z | Compiling is-terminal v0.4.13 |
1322 | 2024-11-01T06:08:31.820Z | Compiling object v0.36.5 |
1323 | 2024-11-01T06:08:32.047Z | Compiling dropshot v0.12.0 |
1324 | 2024-11-01T06:08:32.356Z | Compiling dyn-clone v1.0.17 |
1325 | 2024-11-01T06:08:32.418Z | Compiling smoltcp v0.9.1 |
1326 | 2024-11-01T06:08:32.479Z | Compiling base16ct v0.2.0 |
1327 | 2024-11-01T06:08:32.563Z | Compiling psl-types v2.0.11 |
1328 | 2024-11-01T06:08:32.766Z | Compiling hyper v1.4.1 |
1329 | 2024-11-01T06:08:32.813Z | Compiling quick-error v1.2.3 |
1330 | 2024-11-01T06:08:32.971Z | Compiling utf-8 v0.7.6 |
1331 | 2024-11-01T06:08:33.127Z | Compiling num-bigint-dig v0.8.4 |
1332 | 2024-11-01T06:08:33.345Z | Compiling stable_deref_trait v1.2.0 |
1333 | 2024-11-01T06:08:33.450Z | Compiling rustc-demangle v0.1.24 |
1334 | 2024-11-01T06:08:33.469Z | Compiling fallible-iterator v0.2.0 |
1335 | 2024-11-01T06:08:34.216Z | Compiling anyhow v1.0.92 |
1336 | 2024-11-01T06:08:34.383Z | Compiling portable-atomic v1.9.0 |
1337 | 2024-11-01T06:08:34.404Z | Compiling take_mut v0.2.2 |
1338 | 2024-11-01T06:08:34.571Z | Compiling linked-hash-map v0.5.6 |
1339 | 2024-11-01T06:08:34.961Z | Compiling lru-cache v0.1.2 |
1340 | 2024-11-01T06:08:35.238Z | Compiling hyper-util v0.1.9 |
1341 | 2024-11-01T06:08:35.496Z | Compiling postgres-protocol v0.6.7 |
1342 | 2024-11-01T06:08:36.315Z | Compiling tungstenite v0.24.0 |
1343 | 2024-11-01T06:08:36.837Z | Compiling resolv-conf v0.7.0 |
1344 | 2024-11-01T06:08:36.861Z | Compiling publicsuffix v2.2.3 |
1345 | 2024-11-01T06:08:37.133Z | Compiling sec1 v0.7.3 |
1346 | 2024-11-01T06:08:37.669Z | Compiling slog-term v2.9.1 |
1347 | 2024-11-01T06:08:37.726Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-11-01T06:08:37.826Z | Compiling usdt v0.5.0 |
1349 | 2024-11-01T06:08:38.366Z | Compiling group v0.13.0 |
1350 | 2024-11-01T06:08:38.521Z | Compiling tokio-rustls v0.26.0 |
1351 | 2024-11-01T06:08:38.567Z | Compiling num-iter v0.1.45 |
1352 | 2024-11-01T06:08:38.693Z | Compiling tokio-rustls v0.25.0 |
1353 | 2024-11-01T06:08:38.756Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-11-01T06:08:38.913Z | Compiling async-stream v0.3.6 |
1355 | 2024-11-01T06:08:38.962Z | Compiling toml v0.8.19 |
1356 | 2024-11-01T06:08:39.112Z | Compiling backtrace v0.3.74 |
1357 | 2024-11-01T06:08:39.220Z | Compiling futures v0.3.31 |
1358 | 2024-11-01T06:08:40.394Z | Compiling camino v1.1.9 |
1359 | 2024-11-01T06:08:40.860Z | Compiling slog-bunyan v2.5.0 |
1360 | 2024-11-01T06:08:40.985Z | Compiling terminal_size v0.4.0 |
1361 | 2024-11-01T06:08:41.077Z | Compiling dropshot_endpoint v0.12.0 |
1362 | 2024-11-01T06:08:41.205Z | Compiling openapiv3 v2.0.0 |
1363 | 2024-11-01T06:08:41.361Z | Compiling serde_path_to_error v0.1.16 |
1364 | 2024-11-01T06:08:41.829Z | Compiling hkdf v0.12.4 |
1365 | 2024-11-01T06:08:41.941Z | Compiling crypto-bigint v0.5.5 |
1366 | 2024-11-01T06:08:42.086Z | Compiling curve25519-dalek-derive v0.1.1 |
1367 | 2024-11-01T06:08:42.245Z | Compiling zerocopy-derive v0.6.6 |
1368 | 2024-11-01T06:08:42.453Z | Compiling phf_shared v0.11.2 |
1369 | 2024-11-01T06:08:42.735Z | Compiling hubpack_derive v0.1.1 |
1370 | 2024-11-01T06:08:42.840Z | Compiling waitgroup v0.1.2 |
1371 | 2024-11-01T06:08:43.069Z | Compiling webpki-roots v0.26.6 |
1372 | 2024-11-01T06:08:43.310Z | Compiling hostname v0.4.0 |
1373 | 2024-11-01T06:08:43.541Z | Compiling ahash v0.8.11 |
1374 | 2024-11-01T06:08:43.573Z | Compiling fs-err v2.11.0 |
1375 | 2024-11-01T06:08:43.659Z | Compiling bitflags v1.3.2 |
1376 | 2024-11-01T06:08:43.768Z | Compiling managed v0.8.0 |
1377 | 2024-11-01T06:08:43.879Z | Compiling debug-ignore v1.0.5 |
1378 | 2024-11-01T06:08:43.914Z | Compiling winnow v0.5.40 |
1379 | 2024-11-01T06:08:44.031Z | Compiling console v0.15.8 |
1380 | 2024-11-01T06:08:44.413Z | Compiling zerocopy v0.6.6 |
1381 | 2024-11-01T06:08:45.274Z | Compiling elliptic-curve v0.13.8 |
1382 | 2024-11-01T06:08:45.561Z | Compiling clap_builder v4.5.20 |
1383 | 2024-11-01T06:08:45.661Z | Compiling strum_macros v0.25.3 |
1384 | 2024-11-01T06:08:46.273Z | Compiling hubpack v0.1.2 |
1385 | 2024-11-01T06:08:46.715Z | Compiling hyper-rustls v0.27.3 |
1386 | 2024-11-01T06:08:47.329Z | Compiling hickory-resolver v0.24.1 |
1387 | 2024-11-01T06:08:47.524Z | Compiling toml_edit v0.19.15 |
1388 | 2024-11-01T06:08:47.880Z | Compiling phf v0.11.2 |
1389 | 2024-11-01T06:08:48.092Z | Compiling signal-hook-mio v0.2.4 |
1390 | 2024-11-01T06:08:48.305Z | Compiling cookie_store v0.21.0 |
1391 | 2024-11-01T06:08:49.130Z | Compiling rayon v1.10.0 |
1392 | 2024-11-01T06:08:49.544Z | Compiling hyper-tls v0.6.0 |
1393 | 2024-11-01T06:08:49.958Z | Compiling tokio-tungstenite v0.24.0 |
1394 | 2024-11-01T06:08:50.527Z | Compiling postgres-types v0.2.8 |
1395 | 2024-11-01T06:08:53.436Z | Compiling tokio-stream v0.1.16 |
1396 | 2024-11-01T06:08:53.788Z | Compiling regex v1.11.0 |
1397 | 2024-11-01T06:08:54.298Z | Compiling bstr v1.10.0 |
1398 | 2024-11-01T06:08:54.539Z | Compiling serde-big-array v0.5.1 |
1399 | 2024-11-01T06:08:54.560Z | Compiling ed25519 v2.2.3 |
1400 | 2024-11-01T06:08:54.602Z | Compiling pkcs1 v0.7.5 |
1401 | 2024-11-01T06:08:54.758Z | Compiling rfc6979 v0.4.0 |
1402 | 2024-11-01T06:08:54.787Z | Compiling clap_derive v4.5.18 |
1403 | 2024-11-01T06:08:54.869Z | Compiling serde_repr v0.1.19 |
1404 | 2024-11-01T06:08:54.954Z | Compiling derive-where v1.2.7 |
1405 | 2024-11-01T06:08:55.257Z | Compiling phf_shared v0.10.0 |
1406 | 2024-11-01T06:08:55.576Z | Compiling float-cmp v0.9.0 |
1407 | 2024-11-01T06:08:55.664Z | Compiling sync_wrapper v1.0.1 |
1408 | 2024-11-01T06:08:55.800Z | Compiling crc32fast v1.4.2 |
1409 | 2024-11-01T06:08:55.821Z | Compiling fixedbitset v0.4.2 |
1410 | 2024-11-01T06:08:56.028Z | Compiling new_debug_unreachable v1.0.6 |
1411 | 2024-11-01T06:08:56.048Z | Compiling minimal-lexical v0.2.1 |
1412 | 2024-11-01T06:08:56.125Z | Compiling unicode-segmentation v1.12.0 |
1413 | 2024-11-01T06:08:56.141Z | Compiling static_assertions v1.1.0 |
1414 | 2024-11-01T06:08:56.247Z | Compiling whoami v1.5.2 |
1415 | 2024-11-01T06:08:56.267Z | Compiling difflib v0.4.0 |
1416 | 2024-11-01T06:08:56.428Z | Compiling predicates-core v1.0.8 |
1417 | 2024-11-01T06:08:56.580Z | Compiling normalize-line-endings v0.3.0 |
1418 | 2024-11-01T06:08:56.720Z | Compiling number_prefix v0.4.0 |
1419 | 2024-11-01T06:08:56.820Z | Compiling precomputed-hash v0.1.1 |
1420 | 2024-11-01T06:08:56.875Z | Compiling bit-vec v0.6.3 |
1421 | 2024-11-01T06:08:56.932Z | Compiling string_cache v0.8.7 |
1422 | 2024-11-01T06:08:56.950Z | Compiling indicatif v0.17.8 |
1423 | 2024-11-01T06:08:57.015Z | Compiling similar v2.6.0 |
1424 | 2024-11-01T06:08:57.324Z | Compiling bit-set v0.5.3 |
1425 | 2024-11-01T06:08:57.359Z | Compiling predicates v3.1.2 |
1426 | 2024-11-01T06:08:57.625Z | Compiling tokio-postgres v0.7.12 |
1427 | 2024-11-01T06:08:57.823Z | Compiling nom v7.1.3 |
1428 | 2024-11-01T06:08:58.359Z | Compiling qorb v0.2.0 |
1429 | 2024-11-01T06:08:59.066Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1430 | 2024-11-01T06:08:59.151Z | Compiling petgraph v0.6.5 |
1431 | 2024-11-01T06:08:59.384Z | Compiling flate2 v1.0.34 |
1432 | 2024-11-01T06:08:59.460Z | Compiling clap v4.5.20 |
1433 | 2024-11-01T06:08:59.588Z | Compiling reqwest v0.12.8 |
1434 | 2024-11-01T06:09:00.379Z | Compiling rsa v0.9.6 |
1435 | 2024-11-01T06:09:01.794Z | Compiling ecdsa v0.16.9 |
1436 | 2024-11-01T06:09:02.653Z | Compiling ed25519-dalek v2.1.1 |
1437 | 2024-11-01T06:09:03.200Z | Compiling toml v0.7.8 |
1438 | 2024-11-01T06:09:03.360Z | Compiling crossterm v0.28.1 |
1439 | 2024-11-01T06:09:04.715Z | Compiling itertools v0.12.1 |
1440 | 2024-11-01T06:09:04.807Z | Compiling itertools v0.10.5 |
1441 | 2024-11-01T06:09:04.861Z | Compiling hex v0.4.3 |
1442 | 2024-11-01T06:09:04.881Z | Compiling x509-cert v0.2.5 |
1443 | 2024-11-01T06:09:05.488Z | Compiling unicode-xid v0.2.6 |
1444 | 2024-11-01T06:09:05.669Z | Compiling lalrpop-util v0.19.12 |
1445 | 2024-11-01T06:09:05.887Z | Compiling peg-runtime v0.8.3 |
1446 | 2024-11-01T06:09:06.034Z | Compiling xattr v1.3.1 |
1447 | 2024-11-01T06:09:06.309Z | Compiling strum_macros v0.26.4 |
1448 | 2024-11-01T06:09:06.580Z | Compiling filetime v0.2.25 |
1449 | 2024-11-01T06:09:06.890Z | Compiling tar v0.4.42 |
1450 | 2024-11-01T06:09:09.392Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1451 | 2024-11-01T06:09:09.576Z | Compiling strum v0.26.3 |
1452 | 2024-11-01T06:09:09.669Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1453 | 2024-11-01T06:09:14.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1454 | 2024-11-01T06:09:15.047Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1455 | 2024-11-01T06:09:15.094Z | Nov 01 06:09:14.672 INFO Starting download, target: Clickhouse |
1456 | 2024-11-01T06:09:15.094Z | Nov 01 06:09:14.672 INFO Starting download, target: Cockroach |
1457 | 2024-11-01T06:09:15.095Z | Nov 01 06:09:14.672 INFO Starting download, target: Console |
1458 | 2024-11-01T06:09:15.095Z | Nov 01 06:09:14.672 INFO Starting download, target: DendriteOpenapi |
1459 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.672 INFO Starting download, target: DendriteStub |
1460 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.672 INFO Starting download, target: MaghemiteMgd |
1461 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.672 INFO Starting download, target: TransceiverControl |
1462 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.673 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1463 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.673 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1464 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.673 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1465 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.673 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1466 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.673 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1467 | 2024-11-01T06:09:15.103Z | Nov 01 06:09:14.673 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1468 | 2024-11-01T06:09:15.104Z | Nov 01 06:09:14.673 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1469 | 2024-11-01T06:09:15.288Z | Nov 01 06:09:14.849 INFO Download complete, target: DendriteOpenapi |
1470 | 2024-11-01T06:09:15.693Z | Nov 01 06:09:15.078 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1471 | 2024-11-01T06:09:15.712Z | Nov 01 06:09:15.164 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1472 | 2024-11-01T06:09:15.893Z | Nov 01 06:09:15.456 INFO Download complete, target: Console |
1473 | 2024-11-01T06:09:16.115Z | Nov 01 06:09:15.685 INFO Download complete, target: TransceiverControl |
1474 | 2024-11-01T06:09:16.222Z | Nov 01 06:09:15.791 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1475 | 2024-11-01T06:09:16.313Z | Nov 01 06:09:15.890 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1476 | 2024-11-01T06:09:16.863Z | Nov 01 06:09:16.440 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1477 | 2024-11-01T06:09:16.863Z | Nov 01 06:09:16.440 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1478 | 2024-11-01T06:09:16.935Z | Nov 01 06:09:16.512 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1479 | 2024-11-01T06:09:18.902Z | Nov 01 06:09:18.479 INFO Download complete, target: DendriteStub |
1480 | 2024-11-01T06:09:19.210Z | Nov 01 06:09:18.788 INFO Download complete, target: MaghemiteMgd |
1481 | 2024-11-01T06:09:24.257Z | Nov 01 06:09:23.834 INFO Checking that binary works, target: Cockroach |
1482 | 2024-11-01T06:09:24.419Z | Nov 01 06:09:23.995 INFO Download complete, target: Cockroach |
1483 | 2024-11-01T06:09:29.254Z | Nov 01 06:09:28.831 INFO Checking that binary works, target: Clickhouse |
1484 | 2024-11-01T06:09:29.724Z | Nov 01 06:09:29.301 INFO Download complete, target: Clickhouse |
1485 | 2024-11-01T06:09:30.072Z | All builder prerequisites installed successfully, and PATH looks valid |
1486 | 2024-11-01T06:09:30.077Z | |
1487 | 2024-11-01T06:09:30.077Z | real 4:21.019927307 |
1488 | 2024-11-01T06:09:30.077Z | user 12:12.356927961 |
1489 | 2024-11-01T06:09:30.077Z | sys 2:42.155198523 |
1490 | 2024-11-01T06:09:30.077Z | trap 0.425352954 |
1491 | 2024-11-01T06:09:30.077Z | tflt 4.988001860 |
1492 | 2024-11-01T06:09:30.077Z | dflt 3.946440571 |
1493 | 2024-11-01T06:09:30.077Z | kflt 0.422675150 |
1494 | 2024-11-01T06:09:30.078Z | lock 22:17.622915384 |
1495 | 2024-11-01T06:09:30.078Z | slp 48:48.734825263 |
1496 | 2024-11-01T06:09:30.078Z | lat 45.561663093 |
1497 | 2024-11-01T06:09:30.078Z | stop 2:00.956062998 |
1498 | 2024-11-01T06:09:30.078Z | + banner clippy |
1499 | 2024-11-01T06:09:30.078Z | |
1500 | 2024-11-01T06:09:30.078Z | #### # # ##### ##### # # |
1501 | 2024-11-01T06:09:30.078Z | # # # # # # # # # # |
1502 | 2024-11-01T06:09:30.078Z | # # # # # # # # |
1503 | 2024-11-01T06:09:30.078Z | # # # ##### ##### # |
1504 | 2024-11-01T06:09:30.078Z | # # # # # # # |
1505 | 2024-11-01T06:09:30.078Z | #### ###### # # # # |
1506 | 2024-11-01T06:09:30.078Z | |
1507 | 2024-11-01T06:09:30.078Z | + export CARGO_INCREMENTAL=0 |
1508 | 2024-11-01T06:09:30.078Z | + CARGO_INCREMENTAL=0 |
1509 | 2024-11-01T06:09:30.078Z | + ptime -m cargo xtask clippy |
1510 | 2024-11-01T06:09:30.582Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1511 | 2024-11-01T06:09:34.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
1512 | 2024-11-01T06:09:34.474Z | Running `target/debug/xtask clippy` |
1513 | 2024-11-01T06:09:34.496Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1514 | 2024-11-01T06:09:35.114Z | Downloading crates ... |
1515 | 2024-11-01T06:09:35.440Z | Downloaded assert-json-diff v2.0.2 |
1516 | 2024-11-01T06:09:35.444Z | Downloaded event-listener-strategy v0.5.2 |
1517 | 2024-11-01T06:09:35.448Z | Downloaded async-channel v2.3.1 |
1518 | 2024-11-01T06:09:35.454Z | Downloaded async-task v4.7.1 |
1519 | 2024-11-01T06:09:35.463Z | Downloaded async-io v2.3.4 |
1520 | 2024-11-01T06:09:35.463Z | Downloaded cast v0.3.0 |
1521 | 2024-11-01T06:09:35.464Z | Downloaded indoc v2.0.5 |
1522 | 2024-11-01T06:09:35.474Z | Downloaded futures-timer v3.0.3 |
1523 | 2024-11-01T06:09:35.474Z | Downloaded relative-path v1.9.3 |
1524 | 2024-11-01T06:09:35.474Z | Downloaded plotters-backend v0.3.7 |
1525 | 2024-11-01T06:09:35.474Z | Downloaded partial-io v0.5.4 |
1526 | 2024-11-01T06:09:35.474Z | Downloaded datatest-stable v0.2.9 |
1527 | 2024-11-01T06:09:35.474Z | Downloaded tinytemplate v1.2.1 |
1528 | 2024-11-01T06:09:35.483Z | Downloaded similar-asserts v1.6.0 |
1529 | 2024-11-01T06:09:35.483Z | Downloaded piper v0.2.4 |
1530 | 2024-11-01T06:09:35.492Z | Downloaded async-process v2.3.0 |
1531 | 2024-11-01T06:09:35.492Z | Downloaded rust-argon2 v2.1.0 |
1532 | 2024-11-01T06:09:35.492Z | Downloaded nested v0.1.1 |
1533 | 2024-11-01T06:09:35.492Z | Downloaded pretty_assertions v1.4.1 |
1534 | 2024-11-01T06:09:35.492Z | Downloaded criterion v0.5.1 |
1535 | 2024-11-01T06:09:35.492Z | Downloaded event-listener v2.5.3 |
1536 | 2024-11-01T06:09:35.511Z | Downloaded anes v0.1.6 |
1537 | 2024-11-01T06:09:35.518Z | Downloaded doc-comment v0.3.3 |
1538 | 2024-11-01T06:09:35.525Z | Downloaded escape8259 v0.5.3 |
1539 | 2024-11-01T06:09:35.527Z | Downloaded approx v0.5.1 |
1540 | 2024-11-01T06:09:35.537Z | Downloaded async-object-pool v0.1.5 |
1541 | 2024-11-01T06:09:35.537Z | Downloaded concurrent-queue v2.5.0 |
1542 | 2024-11-01T06:09:35.537Z | Downloaded guppy-workspace-hack v0.1.0 |
1543 | 2024-11-01T06:09:35.541Z | Downloaded pathdiff v0.2.2 |
1544 | 2024-11-01T06:09:35.543Z | Downloaded assert_cmd v2.0.16 |
1545 | 2024-11-01T06:09:35.546Z | Downloaded blocking v1.6.1 |
1546 | 2024-11-01T06:09:35.548Z | Downloaded criterion-plot v0.5.0 |
1547 | 2024-11-01T06:09:35.551Z | Downloaded async-channel v1.9.0 |
1548 | 2024-11-01T06:09:35.553Z | Downloaded async-signal v0.2.10 |
1549 | 2024-11-01T06:09:35.555Z | Downloaded async-attributes v1.1.2 |
1550 | 2024-11-01T06:09:35.557Z | Downloaded parking v2.2.1 |
1551 | 2024-11-01T06:09:35.557Z | Downloaded num_cpus v1.16.0 |
1552 | 2024-11-01T06:09:35.560Z | Downloaded threadpool v1.8.1 |
1553 | 2024-11-01T06:09:35.562Z | Downloaded oorandom v11.1.4 |
1554 | 2024-11-01T06:09:35.562Z | Downloaded event-listener v5.3.1 |
1555 | 2024-11-01T06:09:35.564Z | Downloaded async-global-executor v2.4.1 |
1556 | 2024-11-01T06:09:35.566Z | Downloaded serde_regex v1.1.0 |
1557 | 2024-11-01T06:09:35.568Z | Downloaded target-spec v3.2.2 |
1558 | 2024-11-01T06:09:35.570Z | Downloaded path-tree v0.8.1 |
1559 | 2024-11-01T06:09:35.570Z | Downloaded kv-log-macro v1.0.7 |
1560 | 2024-11-01T06:09:35.573Z | Downloaded stringmetrics v2.2.2 |
1561 | 2024-11-01T06:09:35.575Z | Downloaded rustls-native-certs v0.7.3 |
1562 | 2024-11-01T06:09:35.576Z | Downloaded plotters-svg v0.3.7 |
1563 | 2024-11-01T06:09:35.578Z | Downloaded target-lexicon v0.12.16 |
1564 | 2024-11-01T06:09:35.578Z | Downloaded futures-lite v2.3.0 |
1565 | 2024-11-01T06:09:35.581Z | Downloaded async-lock v3.4.0 |
1566 | 2024-11-01T06:09:35.583Z | Downloaded cfg-expr v0.17.0 |
1567 | 2024-11-01T06:09:35.602Z | Downloaded trybuild v1.0.100 |
1568 | 2024-11-01T06:09:35.606Z | Downloaded rstest v0.23.0 |
1569 | 2024-11-01T06:09:35.611Z | Downloaded polling v3.7.3 |
1570 | 2024-11-01T06:09:35.614Z | Downloaded libtest-mimic v0.7.3 |
1571 | 2024-11-01T06:09:35.617Z | Downloaded rand_distr v0.4.3 |
1572 | 2024-11-01T06:09:35.619Z | Downloaded fancy-regex v0.13.0 |
1573 | 2024-11-01T06:09:35.622Z | Downloaded yansi v1.0.1 |
1574 | 2024-11-01T06:09:35.625Z | Downloaded rstest_macros v0.23.0 |
1575 | 2024-11-01T06:09:35.628Z | Downloaded async-executor v1.13.1 |
1576 | 2024-11-01T06:09:35.630Z | Downloaded plotters v0.3.7 |
1577 | 2024-11-01T06:09:35.638Z | Downloaded guppy v0.17.8 |
1578 | 2024-11-01T06:09:35.643Z | Downloaded hyper-rustls v0.26.0 |
1579 | 2024-11-01T06:09:35.646Z | Downloaded httptest v0.16.1 |
1580 | 2024-11-01T06:09:35.647Z | Downloaded blake2b_simd v1.0.2 |
1581 | 2024-11-01T06:09:35.649Z | Downloaded proc-macro-crate v3.2.0 |
1582 | 2024-11-01T06:09:35.651Z | Downloaded async-std v1.13.0 |
1583 | 2024-11-01T06:09:35.669Z | Downloaded httpmock v0.8.0-alpha.1 |
1584 | 2024-11-01T06:09:36.390Z | Checking cfg-if v1.0.0 |
1585 | 2024-11-01T06:09:36.463Z | Checking libc v0.2.161 |
1586 | 2024-11-01T06:09:36.486Z | Checking serde v1.0.210 |
1587 | 2024-11-01T06:09:36.497Z | Checking memchr v2.7.4 |
1588 | 2024-11-01T06:09:36.520Z | Checking value-bag v1.9.0 |
1589 | 2024-11-01T06:09:36.520Z | Checking scopeguard v1.2.0 |
1590 | 2024-11-01T06:09:36.555Z | Checking itoa v1.0.11 |
1591 | 2024-11-01T06:09:36.573Z | Checking zeroize v1.8.1 |
1592 | 2024-11-01T06:09:36.603Z | Checking smallvec v1.13.2 |
1593 | 2024-11-01T06:09:36.663Z | Checking lock_api v0.4.12 |
1594 | 2024-11-01T06:09:36.761Z | Checking byteorder v1.5.0 |
1595 | 2024-11-01T06:09:36.865Z | Checking pin-project-lite v0.2.14 |
1596 | 2024-11-01T06:09:36.934Z | Checking log v0.4.22 |
1597 | 2024-11-01T06:09:36.962Z | Checking subtle v2.6.1 |
1598 | 2024-11-01T06:09:36.991Z | Checking once_cell v1.20.2 |
1599 | 2024-11-01T06:09:37.118Z | Checking typenum v1.17.0 |
1600 | 2024-11-01T06:09:37.177Z | Checking futures-core v0.3.31 |
1601 | 2024-11-01T06:09:37.252Z | Checking libm v0.2.8 |
1602 | 2024-11-01T06:09:37.293Z | Checking zerocopy v0.7.35 |
1603 | 2024-11-01T06:09:37.363Z | Checking thiserror v1.0.64 |
1604 | 2024-11-01T06:09:37.390Z | Checking ryu v1.0.18 |
1605 | 2024-11-01T06:09:37.462Z | Checking spin v0.9.8 |
1606 | 2024-11-01T06:09:37.503Z | Checking const-oid v0.9.6 |
1607 | 2024-11-01T06:09:37.592Z | Checking getrandom v0.2.15 |
1608 | 2024-11-01T06:09:37.661Z | Checking parking_lot_core v0.9.10 |
1609 | 2024-11-01T06:09:37.837Z | Checking signal-hook-registry v1.4.2 |
1610 | 2024-11-01T06:09:37.886Z | Checking rand_core v0.6.4 |
1611 | 2024-11-01T06:09:38.029Z | Checking parking_lot v0.12.3 |
1612 | 2024-11-01T06:09:38.129Z | Checking mio v1.0.2 |
1613 | 2024-11-01T06:09:38.202Z | Checking num-traits v0.2.19 |
1614 | 2024-11-01T06:09:38.228Z | Checking socket2 v0.5.7 |
1615 | 2024-11-01T06:09:38.409Z | Checking futures-io v0.3.31 |
1616 | 2024-11-01T06:09:38.554Z | Checking generic-array v0.14.7 |
1617 | 2024-11-01T06:09:38.606Z | Checking slab v0.4.9 |
1618 | 2024-11-01T06:09:38.694Z | Checking allocator-api2 v0.2.18 |
1619 | 2024-11-01T06:09:38.763Z | Checking futures-sink v0.3.31 |
1620 | 2024-11-01T06:09:38.801Z | Checking cpufeatures v0.2.14 |
1621 | 2024-11-01T06:09:38.883Z | Checking pin-utils v0.1.0 |
1622 | 2024-11-01T06:09:38.914Z | Checking futures-channel v0.3.31 |
1623 | 2024-11-01T06:09:38.938Z | Checking foldhash v0.1.3 |
1624 | 2024-11-01T06:09:38.973Z | Checking futures-task v0.3.31 |
1625 | 2024-11-01T06:09:39.140Z | Checking equivalent v1.0.1 |
1626 | 2024-11-01T06:09:39.221Z | Checking fnv v1.0.7 |
1627 | 2024-11-01T06:09:39.268Z | Checking futures-util v0.3.31 |
1628 | 2024-11-01T06:09:39.299Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1629 | 2024-11-01T06:09:39.355Z | Checking hashbrown v0.15.0 |
1630 | 2024-11-01T06:09:39.358Z | Checking tracing-core v0.1.32 |
1631 | 2024-11-01T06:09:39.401Z | Checking iana-time-zone v0.1.61 |
1632 | 2024-11-01T06:09:39.546Z | Checking ppv-lite86 v0.2.20 |
1633 | 2024-11-01T06:09:39.654Z | Checking errno v0.3.9 |
1634 | 2024-11-01T06:09:39.733Z | Checking crypto-common v0.1.6 |
1635 | 2024-11-01T06:09:39.836Z | Checking block-buffer v0.10.4 |
1636 | 2024-11-01T06:09:39.914Z | Checking tinyvec_macros v0.1.1 |
1637 | 2024-11-01T06:09:39.939Z | Checking unicode-bidi v0.3.17 |
1638 | 2024-11-01T06:09:40.010Z | Checking tracing v0.1.40 |
1639 | 2024-11-01T06:09:40.034Z | Checking tinyvec v1.8.0 |
1640 | 2024-11-01T06:09:40.071Z | Checking digest v0.10.7 |
1641 | 2024-11-01T06:09:40.327Z | Checking rand_chacha v0.3.1 |
1642 | 2024-11-01T06:09:40.386Z | Checking block-padding v0.3.3 |
1643 | 2024-11-01T06:09:40.470Z | Checking dyn-clone v1.0.17 |
1644 | 2024-11-01T06:09:40.512Z | Checking percent-encoding v2.3.1 |
1645 | 2024-11-01T06:09:40.568Z | Checking crossbeam-utils v0.8.20 |
1646 | 2024-11-01T06:09:40.603Z | Checking inout v0.1.3 |
1647 | 2024-11-01T06:09:40.629Z | Checking httparse v1.9.5 |
1648 | 2024-11-01T06:09:40.712Z | Checking rand v0.8.5 |
1649 | 2024-11-01T06:09:40.738Z | Checking form_urlencoded v1.2.1 |
1650 | 2024-11-01T06:09:40.829Z | Checking cipher v0.4.4 |
1651 | 2024-11-01T06:09:40.927Z | Checking regex-syntax v0.8.5 |
1652 | 2024-11-01T06:09:41.055Z | Checking base64ct v1.6.0 |
1653 | 2024-11-01T06:09:41.235Z | Checking hmac v0.12.1 |
1654 | 2024-11-01T06:09:41.262Z | Checking sha2 v0.10.8 |
1655 | 2024-11-01T06:09:41.393Z | Checking unicode-normalization v0.1.24 |
1656 | 2024-11-01T06:09:41.448Z | Checking aho-corasick v1.1.3 |
1657 | 2024-11-01T06:09:41.507Z | Checking untrusted v0.9.0 |
1658 | 2024-11-01T06:09:41.579Z | Checking bytes v1.7.2 |
1659 | 2024-11-01T06:09:41.674Z | Checking bitflags v2.6.0 |
1660 | 2024-11-01T06:09:41.853Z | Checking serde_json v1.0.128 |
1661 | 2024-11-01T06:09:41.988Z | Checking indexmap v2.6.0 |
1662 | 2024-11-01T06:09:42.013Z | Checking chrono v0.4.38 |
1663 | 2024-11-01T06:09:42.338Z | Checking rustix v0.38.37 |
1664 | 2024-11-01T06:09:42.406Z | Checking tokio v1.40.0 |
1665 | 2024-11-01T06:09:43.158Z | Checking uuid v1.10.0 |
1666 | 2024-11-01T06:09:43.324Z | Checking http v1.1.0 |
1667 | 2024-11-01T06:09:43.649Z | Checking atomic-waker v1.1.2 |
1668 | 2024-11-01T06:09:43.789Z | Checking ring v0.17.8 |
1669 | 2024-11-01T06:09:43.814Z | Checking lazy_static v1.5.0 |
1670 | 2024-11-01T06:09:43.934Z | Checking unicode-ident v1.0.13 |
1671 | 2024-11-01T06:09:44.094Z | Checking idna v0.5.0 |
1672 | 2024-11-01T06:09:44.096Z | Checking regex-automata v0.4.8 |
1673 | 2024-11-01T06:09:44.266Z | Checking schemars v0.8.21 |
1674 | 2024-11-01T06:09:44.653Z | Checking adler2 v2.0.0 |
1675 | 2024-11-01T06:09:44.685Z | Checking pem-rfc7468 v0.7.0 |
1676 | 2024-11-01T06:09:44.826Z | Checking miniz_oxide v0.8.0 |
1677 | 2024-11-01T06:09:44.976Z | Checking httpdate v1.0.3 |
1678 | 2024-11-01T06:09:44.979Z | Checking url v2.5.2 |
1679 | 2024-11-01T06:09:45.246Z | Checking powerfmt v0.2.0 |
1680 | 2024-11-01T06:09:45.541Z | Checking try-lock v0.2.5 |
1681 | 2024-11-01T06:09:45.579Z | Checking deranged v0.3.11 |
1682 | 2024-11-01T06:09:45.605Z | Checking proc-macro2 v1.0.87 |
1683 | 2024-11-01T06:09:45.680Z | Checking want v0.3.1 |
1684 | 2024-11-01T06:09:45.818Z | Checking time-core v0.1.2 |
1685 | 2024-11-01T06:09:45.863Z | Checking rustls-pki-types v1.9.0 |
1686 | 2024-11-01T06:09:45.911Z | Checking num-conv v0.1.0 |
1687 | 2024-11-01T06:09:45.972Z | Checking num_threads v0.1.7 |
1688 | 2024-11-01T06:09:45.999Z | Checking base64 v0.22.1 |
1689 | 2024-11-01T06:09:46.099Z | Checking flagset v0.4.6 |
1690 | 2024-11-01T06:09:46.158Z | Checking http-body v1.0.1 |
1691 | 2024-11-01T06:09:46.279Z | Checking quote v1.0.37 |
1692 | 2024-11-01T06:09:46.310Z | Checking der v0.7.9 |
1693 | 2024-11-01T06:09:46.382Z | Checking pbkdf2 v0.12.2 |
1694 | 2024-11-01T06:09:46.450Z | Checking aes v0.8.4 |
1695 | 2024-11-01T06:09:46.494Z | Checking tower-service v0.3.3 |
1696 | 2024-11-01T06:09:46.555Z | Checking cbc v0.1.2 |
1697 | 2024-11-01T06:09:46.625Z | Checking salsa20 v0.10.2 |
1698 | 2024-11-01T06:09:46.628Z | Checking syn v2.0.79 |
1699 | 2024-11-01T06:09:46.753Z | Checking ahash v0.8.11 |
1700 | 2024-11-01T06:09:46.851Z | Checking scrypt v0.11.0 |
1701 | 2024-11-01T06:09:47.084Z | Checking rustls-webpki v0.102.8 |
1702 | 2024-11-01T06:09:47.303Z | Checking slog v2.7.0 |
1703 | 2024-11-01T06:09:47.329Z | Checking time v0.3.36 |
1704 | 2024-11-01T06:09:47.393Z | Checking gimli v0.31.1 |
1705 | 2024-11-01T06:09:47.798Z | Checking mime v0.3.17 |
1706 | 2024-11-01T06:09:47.831Z | Checking object v0.36.5 |
1707 | 2024-11-01T06:09:48.117Z | Checking ipnet v2.10.1 |
1708 | 2024-11-01T06:09:48.283Z | Checking spki v0.7.3 |
1709 | 2024-11-01T06:09:48.593Z | Checking pkcs5 v0.7.1 |
1710 | 2024-11-01T06:09:48.618Z | Checking rustc-demangle v0.1.24 |
1711 | 2024-11-01T06:09:48.760Z | Checking utf8parse v0.2.2 |
1712 | 2024-11-01T06:09:48.922Z | Checking regex v1.11.0 |
1713 | 2024-11-01T06:09:49.081Z | Checking unicode-width v0.1.14 |
1714 | 2024-11-01T06:09:49.150Z | Checking pkcs8 v0.10.2 |
1715 | 2024-11-01T06:09:49.493Z | Checking data-encoding v2.6.0 |
1716 | 2024-11-01T06:09:49.543Z | Checking futures-executor v0.3.31 |
1717 | 2024-11-01T06:09:49.557Z | Checking toml_datetime v0.6.8 |
1718 | 2024-11-01T06:09:49.622Z | Checking tokio-util v0.7.12 |
1719 | 2024-11-01T06:09:49.780Z | Checking serde_spanned v0.6.8 |
1720 | 2024-11-01T06:09:49.867Z | Checking anstyle v1.0.8 |
1721 | 2024-11-01T06:09:49.915Z | Checking futures v0.3.31 |
1722 | 2024-11-01T06:09:49.985Z | Checking http-body-util v0.1.2 |
1723 | 2024-11-01T06:09:50.040Z | Checking serde_urlencoded v0.7.1 |
1724 | 2024-11-01T06:09:50.140Z | Checking encoding_rs v0.8.34 |
1725 | 2024-11-01T06:09:50.250Z | Checking openssl-probe v0.1.5 |
1726 | 2024-11-01T06:09:50.408Z | Checking foreign-types-shared v0.1.1 |
1727 | 2024-11-01T06:09:50.455Z | Checking rustls-pemfile v2.2.0 |
1728 | 2024-11-01T06:09:50.482Z | Checking semver v1.0.23 |
1729 | 2024-11-01T06:09:50.485Z | Checking h2 v0.4.6 |
1730 | 2024-11-01T06:09:50.527Z | Checking foreign-types v0.3.2 |
1731 | 2024-11-01T06:09:50.629Z | Checking sha1 v0.10.6 |
1732 | 2024-11-01T06:09:50.662Z | Checking openssl-sys v0.9.103 |
1733 | 2024-11-01T06:09:50.873Z | Checking anstyle-parse v0.2.5 |
1734 | 2024-11-01T06:09:50.925Z | Checking colorchoice v1.0.2 |
1735 | 2024-11-01T06:09:51.068Z | Checking is_terminal_polyfill v1.70.1 |
1736 | 2024-11-01T06:09:51.162Z | Checking anstyle-query v1.1.1 |
1737 | 2024-11-01T06:09:51.198Z | Checking rustls v0.23.14 |
1738 | 2024-11-01T06:09:51.294Z | Checking anstream v0.6.15 |
1739 | 2024-11-01T06:09:51.474Z | Checking addr2line v0.24.2 |
1740 | 2024-11-01T06:09:51.703Z | Checking terminal_size v0.4.0 |
1741 | 2024-11-01T06:09:51.890Z | Checking camino v1.1.9 |
1742 | 2024-11-01T06:09:51.989Z | Checking openssl v0.10.66 |
1743 | 2024-11-01T06:09:52.016Z | Checking signature v2.2.0 |
1744 | 2024-11-01T06:09:52.229Z | Checking clap_lex v0.7.2 |
1745 | 2024-11-01T06:09:52.423Z | Checking either v1.13.0 |
1746 | 2024-11-01T06:09:52.451Z | Checking strsim v0.11.1 |
1747 | 2024-11-01T06:09:52.482Z | Checking winnow v0.6.20 |
1748 | 2024-11-01T06:09:52.775Z | Checking clap_builder v4.5.20 |
1749 | 2024-11-01T06:09:52.843Z | Checking openapiv3 v2.0.0 |
1750 | 2024-11-01T06:09:53.051Z | Checking idna v0.3.0 |
1751 | 2024-11-01T06:09:53.925Z | Checking psl-types v2.0.11 |
1752 | 2024-11-01T06:09:54.127Z | Checking publicsuffix v2.2.3 |
1753 | 2024-11-01T06:09:54.390Z | Checking cookie v0.18.1 |
1754 | 2024-11-01T06:09:54.515Z | Checking backtrace v0.3.74 |
1755 | 2024-11-01T06:09:54.848Z | Checking webpki-roots v0.26.6 |
1756 | 2024-11-01T06:09:55.078Z | Checking is-terminal v0.4.13 |
1757 | 2024-11-01T06:09:55.103Z | Checking anyhow v1.0.92 |
1758 | 2024-11-01T06:09:55.201Z | Checking scroll v0.12.0 |
1759 | 2024-11-01T06:09:55.485Z | Checking ucd-trie v0.1.7 |
1760 | 2024-11-01T06:09:55.616Z | Checking plain v0.2.3 |
1761 | 2024-11-01T06:09:55.699Z | Checking base16ct v0.2.0 |
1762 | 2024-11-01T06:09:55.726Z | Checking pest v2.7.14 |
1763 | 2024-11-01T06:09:55.782Z | Checking goblin v0.8.2 |
1764 | 2024-11-01T06:09:55.895Z | Checking sec1 v0.7.3 |
1765 | 2024-11-01T06:09:55.898Z | Checking clap v4.5.20 |
1766 | 2024-11-01T06:09:56.041Z | Checking cookie_store v0.21.0 |
1767 | 2024-11-01T06:09:56.142Z | Checking num-integer v0.1.46 |
1768 | 2024-11-01T06:09:56.288Z | Checking ff v0.13.0 |
1769 | 2024-11-01T06:09:56.361Z | Checking tokio-rustls v0.26.0 |
1770 | 2024-11-01T06:09:56.503Z | Checking sync_wrapper v1.0.1 |
1771 | 2024-11-01T06:09:56.652Z | Checking pretty-hex v0.4.1 |
1772 | 2024-11-01T06:09:56.676Z | Checking group v0.13.0 |
1773 | 2024-11-01T06:09:56.709Z | Checking hkdf v0.12.4 |
1774 | 2024-11-01T06:09:56.773Z | Checking crypto-bigint v0.5.5 |
1775 | 2024-11-01T06:09:56.831Z | Checking thread-id v4.2.2 |
1776 | 2024-11-01T06:09:56.862Z | Checking hyper v1.4.1 |
1777 | 2024-11-01T06:09:56.924Z | Checking static_assertions v1.1.0 |
1778 | 2024-11-01T06:09:56.926Z | Checking utf-8 v0.7.6 |
1779 | 2024-11-01T06:09:56.966Z | Checking bitflags v1.3.2 |
1780 | 2024-11-01T06:09:57.025Z | Checking toml_edit v0.22.22 |
1781 | 2024-11-01T06:09:57.067Z | Checking dirs-sys-next v0.1.2 |
1782 | 2024-11-01T06:09:57.161Z | Checking memmap v0.7.0 |
1783 | 2024-11-01T06:09:57.248Z | Checking unicode-segmentation v1.12.0 |
1784 | 2024-11-01T06:09:57.372Z | Checking stable_deref_trait v1.2.0 |
1785 | 2024-11-01T06:09:57.490Z | Checking dirs-next v2.0.0 |
1786 | 2024-11-01T06:09:57.530Z | Checking native-tls v0.2.12 |
1787 | 2024-11-01T06:09:57.654Z | Checking num-iter v0.1.45 |
1788 | 2024-11-01T06:09:57.863Z | Checking crossbeam-channel v0.5.13 |
1789 | 2024-11-01T06:09:57.889Z | Checking tokio-native-tls v0.3.1 |
1790 | 2024-11-01T06:09:57.972Z | Checking crossbeam-epoch v0.9.18 |
1791 | 2024-11-01T06:09:58.152Z | Checking thread_local v1.1.8 |
1792 | 2024-11-01T06:09:58.336Z | Checking dtrace-parser v0.2.0 |
1793 | 2024-11-01T06:09:58.422Z | Checking crc32fast v1.4.2 |
1794 | 2024-11-01T06:09:58.448Z | Checking term v0.7.0 |
1795 | 2024-11-01T06:09:58.631Z | Checking bstr v1.10.0 |
1796 | 2024-11-01T06:09:58.655Z | Checking hex v0.4.3 |
1797 | 2024-11-01T06:09:58.802Z | Checking rfc6979 v0.4.0 |
1798 | 2024-11-01T06:09:58.872Z | Checking take_mut v0.2.2 |
1799 | 2024-11-01T06:09:58.992Z | Checking winnow v0.5.40 |
1800 | 2024-11-01T06:09:59.018Z | Checking hyper-util v0.1.9 |
1801 | 2024-11-01T06:09:59.022Z | Checking match_cfg v0.1.0 |
1802 | 2024-11-01T06:09:59.124Z | Checking managed v0.8.0 |
1803 | 2024-11-01T06:09:59.186Z | Checking hostname v0.3.1 |
1804 | 2024-11-01T06:09:59.333Z | Checking slog-async v2.8.0 |
1805 | 2024-11-01T06:09:59.518Z | Checking slog-term v2.9.1 |
1806 | 2024-11-01T06:09:59.551Z | Checking crossbeam-deque v0.8.5 |
1807 | 2024-11-01T06:09:59.631Z | Checking num-bigint-dig v0.8.4 |
1808 | 2024-11-01T06:09:59.656Z | Checking elliptic-curve v0.13.8 |
1809 | 2024-11-01T06:09:59.658Z | Checking toml v0.8.19 |
1810 | 2024-11-01T06:09:59.865Z | Checking pkcs1 v0.7.5 |
1811 | 2024-11-01T06:10:00.012Z | Checking curve25519-dalek v4.1.3 |
1812 | 2024-11-01T06:10:00.290Z | Checking zerocopy v0.6.6 |
1813 | 2024-11-01T06:10:00.328Z | Checking ecdsa v0.16.9 |
1814 | 2024-11-01T06:10:00.406Z | Checking siphasher v0.3.11 |
1815 | 2024-11-01T06:10:00.735Z | Checking rayon-core v1.12.1 |
1816 | 2024-11-01T06:10:00.801Z | Checking dof v0.3.0 |
1817 | 2024-11-01T06:10:01.027Z | Checking flate2 v1.0.34 |
1818 | 2024-11-01T06:10:01.116Z | Checking ed25519 v2.2.3 |
1819 | 2024-11-01T06:10:01.179Z | Checking hyper-rustls v0.27.3 |
1820 | 2024-11-01T06:10:01.422Z | Checking hyper-tls v0.6.0 |
1821 | 2024-11-01T06:10:01.447Z | Checking usdt-impl v0.5.0 |
1822 | 2024-11-01T06:10:01.449Z | Checking rustls v0.22.4 |
1823 | 2024-11-01T06:10:01.519Z | Checking signal-hook v0.3.17 |
1824 | 2024-11-01T06:10:01.695Z | Checking reqwest v0.12.8 |
1825 | 2024-11-01T06:10:01.697Z | Checking quick-error v1.2.3 |
1826 | 2024-11-01T06:10:01.801Z | Checking rsa v0.9.6 |
1827 | 2024-11-01T06:10:01.848Z | Checking itertools v0.10.5 |
1828 | 2024-11-01T06:10:01.850Z | Checking slog-json v2.6.1 |
1829 | 2024-11-01T06:10:01.919Z | Checking ed25519-dalek v2.1.1 |
1830 | 2024-11-01T06:10:01.999Z | Checking usdt v0.5.0 |
1831 | 2024-11-01T06:10:02.088Z | Checking toml_edit v0.19.15 |
1832 | 2024-11-01T06:10:02.120Z | Checking x509-cert v0.2.5 |
1833 | 2024-11-01T06:10:02.263Z | Checking idna v0.4.0 |
1834 | 2024-11-01T06:10:02.332Z | Checking hubpack v0.1.2 |
1835 | 2024-11-01T06:10:02.674Z | Checking debug-ignore v1.0.5 |
1836 | 2024-11-01T06:10:02.834Z | Checking bit-vec v0.6.3 |
1837 | 2024-11-01T06:10:02.859Z | Checking slog-bunyan v2.5.0 |
1838 | 2024-11-01T06:10:03.028Z | Checking signal-hook-mio v0.2.4 |
1839 | 2024-11-01T06:10:03.160Z | Checking hickory-proto v0.24.1 |
1840 | 2024-11-01T06:10:03.187Z | Checking multer v3.1.0 |
1841 | 2024-11-01T06:10:03.212Z | Checking bit-set v0.5.3 |
1842 | 2024-11-01T06:10:03.495Z | Checking console v0.15.8 |
1843 | 2024-11-01T06:10:03.611Z | Checking waitgroup v0.1.2 |
1844 | 2024-11-01T06:10:03.645Z | Checking serde_path_to_error v0.1.16 |
1845 | 2024-11-01T06:10:03.753Z | Checking async-stream v0.3.6 |
1846 | 2024-11-01T06:10:03.780Z | Checking hostname v0.4.0 |
1847 | 2024-11-01T06:10:03.925Z | Checking hash32 v0.2.1 |
1848 | 2024-11-01T06:10:03.965Z | Checking unicode-properties v0.1.3 |
1849 | 2024-11-01T06:10:04.079Z | Checking predicates-core v1.0.8 |
1850 | 2024-11-01T06:10:04.148Z | Checking linked-hash-map v0.5.6 |
1851 | 2024-11-01T06:10:04.233Z | Checking heapless v0.7.17 |
1852 | 2024-11-01T06:10:04.259Z | Checking crossterm v0.28.1 |
1853 | 2024-11-01T06:10:04.283Z | Checking rayon v1.10.0 |
1854 | 2024-11-01T06:10:04.325Z | Checking stringprep v0.1.5 |
1855 | 2024-11-01T06:10:04.473Z | Checking lru-cache v0.1.2 |
1856 | 2024-11-01T06:10:04.599Z | Checking phf_shared v0.11.2 |
1857 | 2024-11-01T06:10:04.644Z | Checking toml v0.7.8 |
1858 | 2024-11-01T06:10:04.676Z | Checking similar v2.6.0 |
1859 | 2024-11-01T06:10:04.910Z | Checking tokio-stream v0.1.16 |
1860 | 2024-11-01T06:10:04.987Z | Checking tokio-rustls v0.25.0 |
1861 | 2024-11-01T06:10:05.304Z | Checking md-5 v0.10.6 |
1862 | 2024-11-01T06:10:05.366Z | Checking dropshot v0.12.0 |
1863 | 2024-11-01T06:10:05.458Z | Checking float-cmp v0.9.0 |
1864 | 2024-11-01T06:10:05.549Z | Checking fixedbitset v0.4.2 |
1865 | 2024-11-01T06:10:05.595Z | Checking normalize-line-endings v0.3.0 |
1866 | 2024-11-01T06:10:05.661Z | Checking fallible-iterator v0.2.0 |
1867 | 2024-11-01T06:10:05.730Z | Checking difflib v0.4.0 |
1868 | 2024-11-01T06:10:05.810Z | Checking petgraph v0.6.5 |
1869 | 2024-11-01T06:10:05.837Z | Checking smoltcp v0.9.1 |
1870 | 2024-11-01T06:10:06.043Z | Checking predicates v3.1.2 |
1871 | 2024-11-01T06:10:06.125Z | Checking phf v0.11.2 |
1872 | 2024-11-01T06:10:06.314Z | Checking postgres-protocol v0.6.7 |
1873 | 2024-11-01T06:10:06.402Z | Checking resolv-conf v0.7.0 |
1874 | 2024-11-01T06:10:06.763Z | Checking phf_shared v0.10.0 |
1875 | 2024-11-01T06:10:06.788Z | Checking tungstenite v0.24.0 |
1876 | 2024-11-01T06:10:06.950Z | Checking fs-err v2.11.0 |
1877 | 2024-11-01T06:10:07.050Z | Checking serde-big-array v0.5.1 |
1878 | 2024-11-01T06:10:07.284Z | Checking portable-atomic v1.9.0 |
1879 | 2024-11-01T06:10:07.387Z | Checking lalrpop-util v0.19.12 |
1880 | 2024-11-01T06:10:07.538Z | Checking new_debug_unreachable v1.0.6 |
1881 | 2024-11-01T06:10:07.650Z | Checking number_prefix v0.4.0 |
1882 | 2024-11-01T06:10:07.700Z | Checking minimal-lexical v0.2.1 |
1883 | 2024-11-01T06:10:07.725Z | Checking precomputed-hash v0.1.1 |
1884 | 2024-11-01T06:10:07.852Z | Checking string_cache v0.8.7 |
1885 | 2024-11-01T06:10:07.855Z | Checking tokio-tungstenite v0.24.0 |
1886 | 2024-11-01T06:10:08.059Z | Checking hickory-resolver v0.24.1 |
1887 | 2024-11-01T06:10:08.116Z | Checking nom v7.1.3 |
1888 | 2024-11-01T06:10:08.170Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1889 | 2024-11-01T06:10:08.228Z | Checking postgres-types v0.2.8 |
1890 | 2024-11-01T06:10:08.328Z | Checking indicatif v0.17.8 |
1891 | 2024-11-01T06:10:08.353Z | Checking itertools v0.12.1 |
1892 | 2024-11-01T06:10:09.008Z | Checking whoami v1.5.2 |
1893 | 2024-11-01T06:10:09.094Z | Checking peg-runtime v0.8.3 |
1894 | 2024-11-01T06:10:09.202Z | Compiling hashbrown v0.14.5 |
1895 | 2024-11-01T06:10:09.302Z | Compiling unsafe-libyaml v0.2.11 |
1896 | 2024-11-01T06:10:09.329Z | Checking tokio-postgres v0.7.12 |
1897 | 2024-11-01T06:10:09.641Z | Checking qorb v0.2.0 |
1898 | 2024-11-01T06:10:10.551Z | Compiling regress v0.10.1 |
1899 | 2024-11-01T06:10:10.655Z | Compiling serde_yaml v0.9.34+deprecated |
1900 | 2024-11-01T06:10:10.987Z | Compiling ident_case v1.0.1 |
1901 | 2024-11-01T06:10:11.178Z | Compiling darling_core v0.20.10 |
1902 | 2024-11-01T06:10:11.205Z | Checking heck v0.5.0 |
1903 | 2024-11-01T06:10:11.413Z | Checking progenitor-client v0.8.0 |
1904 | 2024-11-01T06:10:11.768Z | Checking fastrand v2.1.1 |
1905 | 2024-11-01T06:10:12.093Z | Compiling newtype-uuid v1.1.2 |
1906 | 2024-11-01T06:10:12.373Z | Checking ipnetwork v0.20.0 |
1907 | 2024-11-01T06:10:12.429Z | Compiling structmeta-derive v0.3.0 |
1908 | 2024-11-01T06:10:12.491Z | Checking strum v0.26.3 |
1909 | 2024-11-01T06:10:12.675Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1910 | 2024-11-01T06:10:12.993Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1911 | 2024-11-01T06:10:13.349Z | Checking tempfile v3.13.0 |
1912 | 2024-11-01T06:10:13.454Z | Checking instant v0.1.13 |
1913 | 2024-11-01T06:10:13.575Z | Checking regress v0.9.1 |
1914 | 2024-11-01T06:10:13.710Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1915 | 2024-11-01T06:10:13.778Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1916 | 2024-11-01T06:10:14.085Z | Checking macaddr v1.0.1 |
1917 | 2024-11-01T06:10:14.434Z | Compiling typify-impl v0.2.0 |
1918 | 2024-11-01T06:10:14.527Z | Checking backoff v0.4.0 |
1919 | 2024-11-01T06:10:14.687Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1920 | 2024-11-01T06:10:14.837Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1921 | 2024-11-01T06:10:14.839Z | Checking wait-timeout v0.2.0 |
1922 | 2024-11-01T06:10:15.003Z | Checking rand_xorshift v0.3.0 |
1923 | 2024-11-01T06:10:15.034Z | Checking rusty-fork v0.3.0 |
1924 | 2024-11-01T06:10:15.195Z | Compiling structmeta-derive v0.2.0 |
1925 | 2024-11-01T06:10:15.240Z | Compiling structmeta v0.3.0 |
1926 | 2024-11-01T06:10:15.345Z | Checking unarray v0.1.4 |
1927 | 2024-11-01T06:10:15.520Z | Checking proptest v1.5.0 |
1928 | 2024-11-01T06:10:15.624Z | Checking camino-tempfile v1.1.1 |
1929 | 2024-11-01T06:10:15.652Z | Compiling parse-display-derive v0.10.0 |
1930 | 2024-11-01T06:10:15.908Z | Compiling proc-macro-error v1.0.4 |
1931 | 2024-11-01T06:10:16.603Z | Compiling proc-macro-crate v1.3.1 |
1932 | 2024-11-01T06:10:17.187Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1933 | 2024-11-01T06:10:17.472Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1934 | 2024-11-01T06:10:17.591Z | Compiling foreign-types-macros v0.2.3 |
1935 | 2024-11-01T06:10:17.688Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-11-01T06:10:17.691Z | Compiling darling_macro v0.20.10 |
1937 | 2024-11-01T06:10:17.837Z | Checking foreign-types-shared v0.3.1 |
1938 | 2024-11-01T06:10:17.995Z | Compiling structmeta v0.2.0 |
1939 | 2024-11-01T06:10:18.330Z | Checking tabwriter v1.4.0 |
1940 | 2024-11-01T06:10:18.416Z | Compiling test-strategy v0.3.1 |
1941 | 2024-11-01T06:10:18.565Z | Checking cstr-argument v0.1.2 |
1942 | 2024-11-01T06:10:18.668Z | Compiling darling v0.20.10 |
1943 | 2024-11-01T06:10:18.742Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1944 | 2024-11-01T06:10:18.802Z | Compiling serde_with_macros v3.11.0 |
1945 | 2024-11-01T06:10:18.917Z | Checking foreign-types v0.5.0 |
1946 | 2024-11-01T06:10:19.036Z | Checking pretty-hex v0.2.1 |
1947 | 2024-11-01T06:10:19.215Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1948 | 2024-11-01T06:10:19.532Z | Checking colored v2.1.0 |
1949 | 2024-11-01T06:10:19.602Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1950 | 2024-11-01T06:10:19.769Z | Checking smf v0.2.3 |
1951 | 2024-11-01T06:10:19.827Z | Checking base64 v0.21.7 |
1952 | 2024-11-01T06:10:19.941Z | Checking parse-display v0.10.0 |
1953 | 2024-11-01T06:10:20.084Z | Checking num_enum v0.5.11 |
1954 | 2024-11-01T06:10:20.188Z | Compiling crucible-workspace-hack v0.1.0 |
1955 | 2024-11-01T06:10:20.248Z | Checking termtree v0.4.1 |
1956 | 2024-11-01T06:10:20.250Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1957 | 2024-11-01T06:10:20.291Z | Compiling heapless v0.8.0 |
1958 | 2024-11-01T06:10:20.343Z | Checking hash32 v0.3.1 |
1959 | 2024-11-01T06:10:20.448Z | Checking predicates-tree v1.0.11 |
1960 | 2024-11-01T06:10:20.542Z | Compiling smoltcp v0.11.0 |
1961 | 2024-11-01T06:10:20.545Z | Checking cobs v0.2.3 |
1962 | 2024-11-01T06:10:20.602Z | Checking sigpipe v0.1.3 |
1963 | 2024-11-01T06:10:20.604Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1964 | 2024-11-01T06:10:20.725Z | Checking postcard v1.0.10 |
1965 | 2024-11-01T06:10:20.749Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1966 | 2024-11-01T06:10:20.929Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1967 | 2024-11-01T06:10:20.985Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1968 | 2024-11-01T06:10:21.281Z | Compiling mockall_derive v0.13.0 |
1969 | 2024-11-01T06:10:21.326Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1970 | 2024-11-01T06:10:21.356Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1971 | 2024-11-01T06:10:21.438Z | Checking serde_with v3.11.0 |
1972 | 2024-11-01T06:10:21.637Z | Compiling zone_cfg_derive v0.3.0 |
1973 | 2024-11-01T06:10:21.774Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1974 | 2024-11-01T06:10:22.020Z | Compiling num-derive v0.4.2 |
1975 | 2024-11-01T06:10:22.142Z | Checking downcast v0.11.0 |
1976 | 2024-11-01T06:10:22.347Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1977 | 2024-11-01T06:10:22.741Z | Checking fragile v2.0.0 |
1978 | 2024-11-01T06:10:23.057Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1979 | 2024-11-01T06:10:23.152Z | Checking zone v0.3.0 |
1980 | 2024-11-01T06:10:23.333Z | Checking atomicwrites v0.4.4 |
1981 | 2024-11-01T06:10:23.540Z | Compiling convert_case v0.4.0 |
1982 | 2024-11-01T06:10:23.687Z | Checking tungstenite v0.21.0 |
1983 | 2024-11-01T06:10:23.988Z | Checking newline-converter v0.3.0 |
1984 | 2024-11-01T06:10:24.157Z | Checking expectorate v1.1.0 |
1985 | 2024-11-01T06:10:24.319Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1986 | 2024-11-01T06:10:24.342Z | Checking itertools v0.13.0 |
1987 | 2024-11-01T06:10:24.457Z | Compiling derive_more v0.99.18 |
1988 | 2024-11-01T06:10:24.612Z | Checking tokio-tungstenite v0.21.0 |
1989 | 2024-11-01T06:10:24.777Z | Checking same-file v1.0.6 |
1990 | 2024-11-01T06:10:24.845Z | Checking arc-swap v1.7.1 |
1991 | 2024-11-01T06:10:24.962Z | Checking walkdir v2.5.0 |
1992 | 2024-11-01T06:10:25.108Z | Checking xattr v1.3.1 |
1993 | 2024-11-01T06:10:25.231Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1994 | 2024-11-01T06:10:25.266Z | Checking filetime v0.2.25 |
1995 | 2024-11-01T06:10:25.268Z | Checking slog-scope v4.4.0 |
1996 | 2024-11-01T06:10:25.313Z | Compiling owo-colors v4.1.0 |
1997 | 2024-11-01T06:10:25.485Z | Checking tar v0.4.42 |
1998 | 2024-11-01T06:10:25.488Z | Checking slog-stdlog v4.1.1 |
1999 | 2024-11-01T06:10:25.611Z | Compiling cancel-safe-futures v0.1.5 |
2000 | 2024-11-01T06:10:25.693Z | Checking slog-envlogger v2.2.0 |
2001 | 2024-11-01T06:10:25.933Z | Checking swrite v0.1.0 |
2002 | 2024-11-01T06:10:26.279Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2003 | 2024-11-01T06:10:26.531Z | Checking libsw v3.3.1 |
2004 | 2024-11-01T06:10:26.601Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2005 | 2024-11-01T06:10:26.650Z | Checking password-hash v0.5.0 |
2006 | 2024-11-01T06:10:26.812Z | Checking blake2 v0.10.6 |
2007 | 2024-11-01T06:10:26.973Z | Checking linear-map v1.2.0 |
2008 | 2024-11-01T06:10:27.093Z | Checking indent_write v2.2.0 |
2009 | 2024-11-01T06:10:27.294Z | Checking argon2 v0.5.3 |
2010 | 2024-11-01T06:10:27.320Z | Checking num-rational v0.4.2 |
2011 | 2024-11-01T06:10:27.323Z | Checking pem v3.0.4 |
2012 | 2024-11-01T06:10:27.636Z | Checking num-complex v0.4.6 |
2013 | 2024-11-01T06:10:28.008Z | Checking float-ord v0.3.2 |
2014 | 2024-11-01T06:10:28.046Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2015 | 2024-11-01T06:10:28.066Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2016 | 2024-11-01T06:10:28.170Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2017 | 2024-11-01T06:10:28.450Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2018 | 2024-11-01T06:10:28.588Z | Checking num v0.4.3 |
2019 | 2024-11-01T06:10:28.706Z | Compiling lzma-sys v0.1.20 |
2020 | 2024-11-01T06:10:28.765Z | Checking humantime v2.1.0 |
2021 | 2024-11-01T06:10:28.867Z | Checking headers-core v0.3.0 |
2022 | 2024-11-01T06:10:29.018Z | Compiling heck v0.3.3 |
2023 | 2024-11-01T06:10:29.060Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2024 | 2024-11-01T06:10:29.261Z | Checking mockall v0.13.0 |
2025 | 2024-11-01T06:10:29.377Z | Checking headers v0.4.0 |
2026 | 2024-11-01T06:10:29.429Z | Compiling zone_cfg_derive v0.1.2 |
2027 | 2024-11-01T06:10:29.523Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2028 | 2024-11-01T06:10:29.542Z | Checking yasna v0.5.2 |
2029 | 2024-11-01T06:10:29.672Z | Checking base64 v0.13.1 |
2030 | 2024-11-01T06:10:29.808Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2031 | 2024-11-01T06:10:30.100Z | Checking ron v0.7.1 |
2032 | 2024-11-01T06:10:30.309Z | Checking xz2 v0.1.7 |
2033 | 2024-11-01T06:10:30.482Z | Checking rcgen v0.12.1 |
2034 | 2024-11-01T06:10:30.590Z | Checking subprocess v0.2.9 |
2035 | 2024-11-01T06:10:30.744Z | Compiling typify-macro v0.2.0 |
2036 | 2024-11-01T06:10:30.830Z | Checking zone v0.1.8 |
2037 | 2024-11-01T06:10:31.134Z | Checking half v2.4.1 |
2038 | 2024-11-01T06:10:31.169Z | Checking ciborium-io v0.2.2 |
2039 | 2024-11-01T06:10:31.298Z | Compiling semver v0.1.20 |
2040 | 2024-11-01T06:10:31.322Z | Checking highway v1.2.0 |
2041 | 2024-11-01T06:10:31.462Z | Compiling prettyplease v0.2.22 |
2042 | 2024-11-01T06:10:31.589Z | Checking ciborium-ll v0.2.2 |
2043 | 2024-11-01T06:10:31.757Z | Compiling rustc_version v0.1.7 |
2044 | 2024-11-01T06:10:31.783Z | Compiling home v0.5.9 |
2045 | 2024-11-01T06:10:31.895Z | Checking ciborium v0.2.2 |
2046 | 2024-11-01T06:10:32.241Z | Compiling newtype_derive v0.1.6 |
2047 | 2024-11-01T06:10:32.375Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2048 | 2024-11-01T06:10:32.780Z | Checking steno v0.4.1 |
2049 | 2024-11-01T06:10:34.526Z | Compiling slog-dtrace v0.3.0 |
2050 | 2024-11-01T06:10:34.932Z | Compiling typify v0.2.0 |
2051 | 2024-11-01T06:10:34.980Z | Checking display-error-chain v0.2.1 |
2052 | 2024-11-01T06:10:35.084Z | Compiling progenitor-impl v0.8.0 |
2053 | 2024-11-01T06:10:35.134Z | Compiling ring v0.16.20 |
2054 | 2024-11-01T06:10:35.170Z | Compiling blake3 v1.5.4 |
2055 | 2024-11-01T06:10:35.340Z | Checking keccak v0.1.5 |
2056 | 2024-11-01T06:10:35.401Z | Checking universal-hash v0.5.1 |
2057 | 2024-11-01T06:10:35.598Z | Checking secrecy v0.8.0 |
2058 | 2024-11-01T06:10:35.656Z | Checking sha3 v0.10.8 |
2059 | 2024-11-01T06:10:35.818Z | Checking opaque-debug v0.3.1 |
2060 | 2024-11-01T06:10:35.915Z | Checking aead v0.5.2 |
2061 | 2024-11-01T06:10:36.076Z | Checking poly1305 v0.8.0 |
2062 | 2024-11-01T06:10:36.135Z | Checking chacha20 v0.9.1 |
2063 | 2024-11-01T06:10:36.567Z | Checking gethostname v0.5.0 |
2064 | 2024-11-01T06:10:36.770Z | Compiling memmap2 v0.9.5 |
2065 | 2024-11-01T06:10:36.981Z | Compiling arrayvec v0.7.6 |
2066 | 2024-11-01T06:10:37.004Z | Compiling untrusted v0.7.1 |
2067 | 2024-11-01T06:10:37.204Z | Compiling constant_time_eq v0.3.1 |
2068 | 2024-11-01T06:10:37.227Z | Compiling arrayref v0.3.9 |
2069 | 2024-11-01T06:10:37.338Z | Compiling spin v0.5.2 |
2070 | 2024-11-01T06:10:37.340Z | Compiling toolchain_find v0.4.0 |
2071 | 2024-11-01T06:10:37.408Z | Compiling thiserror-impl-no-std v2.0.2 |
2072 | 2024-11-01T06:10:37.571Z | Compiling topological-sort v0.2.2 |
2073 | 2024-11-01T06:10:37.841Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2074 | 2024-11-01T06:10:37.890Z | Compiling rustfmt-wrapper v0.2.1 |
2075 | 2024-11-01T06:10:38.053Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2076 | 2024-11-01T06:10:38.409Z | Checking chacha20poly1305 v0.10.1 |
2077 | 2024-11-01T06:10:38.439Z | Checking nibble_vec v0.1.0 |
2078 | 2024-11-01T06:10:38.462Z | Checking endian-type v0.1.2 |
2079 | 2024-11-01T06:10:38.590Z | Checking fxhash v0.2.1 |
2080 | 2024-11-01T06:10:38.613Z | Checking termcolor v1.4.1 |
2081 | 2024-11-01T06:10:38.638Z | Compiling radium v0.7.0 |
2082 | 2024-11-01T06:10:38.642Z | Checking maplit v1.0.2 |
2083 | 2024-11-01T06:10:38.679Z | Checking radix_trie v0.2.1 |
2084 | 2024-11-01T06:10:38.746Z | Compiling maybe-uninit v2.0.0 |
2085 | 2024-11-01T06:10:38.769Z | Checking tap v1.0.1 |
2086 | 2024-11-01T06:10:38.939Z | Checking wyz v0.5.1 |
2087 | 2024-11-01T06:10:39.048Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2088 | 2024-11-01T06:10:39.131Z | Compiling packed_struct v0.10.1 |
2089 | 2024-11-01T06:10:39.335Z | Checking crc-catalog v2.4.0 |
2090 | 2024-11-01T06:10:39.357Z | Checking funty v2.0.0 |
2091 | 2024-11-01T06:10:39.480Z | Checking crc v3.2.1 |
2092 | 2024-11-01T06:10:39.656Z | Checking kstat-rs v0.2.4 |
2093 | 2024-11-01T06:10:39.687Z | Compiling packed_struct_codegen v0.10.1 |
2094 | 2024-11-01T06:10:39.941Z | Compiling indexmap v1.9.3 |
2095 | 2024-11-01T06:10:40.002Z | Compiling libefi-sys v0.1.0 |
2096 | 2024-11-01T06:10:40.220Z | Checking bitvec v1.0.1 |
2097 | 2024-11-01T06:10:40.247Z | Checking nodrop v0.1.14 |
2098 | 2024-11-01T06:10:40.353Z | Checking smallvec v0.6.14 |
2099 | 2024-11-01T06:10:40.371Z | Checking array-init v0.0.4 |
2100 | 2024-11-01T06:10:40.423Z | Checking thiserror-no-std v2.0.2 |
2101 | 2024-11-01T06:10:40.543Z | Checking vsss-rs v3.3.4 |
2102 | 2024-11-01T06:10:40.764Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2103 | 2024-11-01T06:10:41.000Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-11-01T06:10:41.319Z | Compiling bitfield-struct v0.6.2 |
2105 | 2024-11-01T06:10:41.394Z | Compiling async-recursion v1.1.1 |
2106 | 2024-11-01T06:10:42.185Z | Checking hashbrown v0.12.3 |
2107 | 2024-11-01T06:10:42.542Z | Checking bitfield v0.14.0 |
2108 | 2024-11-01T06:10:42.587Z | Compiling progenitor-macro v0.8.0 |
2109 | 2024-11-01T06:10:42.734Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2110 | 2024-11-01T06:10:42.869Z | Checking serde-hex v0.1.0 |
2111 | 2024-11-01T06:10:43.068Z | Checking bzip2 v0.4.4 |
2112 | 2024-11-01T06:10:43.629Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2113 | 2024-11-01T06:10:43.776Z | Checking env_logger v0.10.2 |
2114 | 2024-11-01T06:10:43.842Z | Checking ron v0.8.1 |
2115 | 2024-11-01T06:10:43.900Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2116 | 2024-11-01T06:10:43.922Z | Checking hashbrown v0.13.2 |
2117 | 2024-11-01T06:10:44.213Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-11-01T06:10:44.236Z | Checking crc-any v2.5.0 |
2119 | 2024-11-01T06:10:44.347Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2024-11-01T06:10:44.837Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2121 | 2024-11-01T06:10:44.874Z | Checking zip v0.6.6 |
2122 | 2024-11-01T06:10:45.020Z | Checking object v0.30.4 |
2123 | 2024-11-01T06:10:45.101Z | Checking path-slash v0.1.5 |
2124 | 2024-11-01T06:10:45.133Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2125 | 2024-11-01T06:10:45.263Z | Compiling parking_lot_core v0.8.6 |
2126 | 2024-11-01T06:10:45.415Z | Checking glob v0.3.1 |
2127 | 2024-11-01T06:10:45.561Z | Checking hickory-client v0.24.1 |
2128 | 2024-11-01T06:10:45.728Z | Checking hickory-server v0.24.1 |
2129 | 2024-11-01T06:10:46.166Z | Checking parking_lot v0.11.2 |
2130 | 2024-11-01T06:10:46.252Z | Checking primeorder v0.13.6 |
2131 | 2024-11-01T06:10:46.506Z | Checking sled v0.34.7 |
2132 | 2024-11-01T06:10:46.723Z | Compiling unicase v2.7.0 |
2133 | 2024-11-01T06:10:46.836Z | Checking nanorand v0.7.0 |
2134 | 2024-11-01T06:10:46.908Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2135 | 2024-11-01T06:10:47.270Z | Compiling buf-list v1.0.3 |
2136 | 2024-11-01T06:10:47.361Z | Checking flume v0.11.0 |
2137 | 2024-11-01T06:10:47.902Z | Checking atty v0.2.14 |
2138 | 2024-11-01T06:10:48.040Z | Compiling vte_generate_state_changes v0.1.2 |
2139 | 2024-11-01T06:10:48.063Z | Compiling salty v0.3.0 |
2140 | 2024-11-01T06:10:48.563Z | Checking p384 v0.13.0 |
2141 | 2024-11-01T06:10:48.597Z | Checking fd-lock v4.0.2 |
2142 | 2024-11-01T06:10:48.692Z | Checking vte v0.11.1 |
2143 | 2024-11-01T06:10:48.952Z | Compiling mime_guess v2.0.5 |
2144 | 2024-11-01T06:10:49.403Z | Checking env_filter v0.1.2 |
2145 | 2024-11-01T06:10:49.473Z | Checking nu-ansi-term v0.50.1 |
2146 | 2024-11-01T06:10:49.646Z | Checking env_logger v0.11.5 |
2147 | 2024-11-01T06:10:49.707Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2148 | 2024-11-01T06:10:50.010Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2149 | 2024-11-01T06:10:50.127Z | Checking strip-ansi-escapes v0.2.0 |
2150 | 2024-11-01T06:10:50.196Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2151 | 2024-11-01T06:10:50.311Z | Checking reedline v0.35.0 |
2152 | 2024-11-01T06:10:50.334Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2153 | 2024-11-01T06:10:50.414Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2154 | 2024-11-01T06:10:50.528Z | Compiling dsl_auto_type v0.1.2 |
2155 | 2024-11-01T06:10:50.660Z | Checking scheduled-thread-pool v0.2.7 |
2156 | 2024-11-01T06:10:50.909Z | Compiling diesel_table_macro_syntax v0.2.0 |
2157 | 2024-11-01T06:10:50.981Z | Checking http-range v0.1.5 |
2158 | 2024-11-01T06:10:51.067Z | Compiling crunchy v0.2.2 |
2159 | 2024-11-01T06:10:51.154Z | Checking hyper-staticfile v0.10.1 |
2160 | 2024-11-01T06:10:51.198Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2161 | 2024-11-01T06:10:51.369Z | Checking r2d2 v0.8.10 |
2162 | 2024-11-01T06:10:51.667Z | Compiling clang-sys v1.8.1 |
2163 | 2024-11-01T06:10:51.707Z | Compiling phf_generator v0.11.2 |
2164 | 2024-11-01T06:10:51.908Z | Compiling tiny-keccak v2.0.2 |
2165 | 2024-11-01T06:10:52.134Z | Compiling diesel_derives v2.2.3 |
2166 | 2024-11-01T06:10:52.236Z | Checking bytecount v0.6.8 |
2167 | 2024-11-01T06:10:52.355Z | Compiling phf_codegen v0.11.2 |
2168 | 2024-11-01T06:10:52.404Z | Checking papergrid v0.11.0 |
2169 | 2024-11-01T06:10:52.581Z | Compiling tabled_derive v0.7.0 |
2170 | 2024-11-01T06:10:52.614Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2171 | 2024-11-01T06:10:52.908Z | Compiling parse-zoneinfo v0.3.1 |
2172 | 2024-11-01T06:10:53.134Z | Compiling cfg_aliases v0.1.1 |
2173 | 2024-11-01T06:10:53.256Z | Compiling ref-cast v1.0.23 |
2174 | 2024-11-01T06:10:53.888Z | Compiling chrono-tz-build v0.4.0 |
2175 | 2024-11-01T06:10:53.909Z | Compiling nix v0.28.0 |
2176 | 2024-11-01T06:10:54.726Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2177 | 2024-11-01T06:10:54.748Z | Compiling ascii-canvas v3.0.0 |
2178 | 2024-11-01T06:10:54.845Z | Compiling ena v0.14.3 |
2179 | 2024-11-01T06:10:54.993Z | Checking tabled v0.15.0 |
2180 | 2024-11-01T06:10:55.032Z | Compiling ref-cast-impl v1.0.23 |
2181 | 2024-11-01T06:10:55.257Z | Compiling libloading v0.8.5 |
2182 | 2024-11-01T06:10:55.280Z | Compiling bindgen v0.69.5 |
2183 | 2024-11-01T06:10:55.282Z | Compiling diff v0.1.13 |
2184 | 2024-11-01T06:10:55.711Z | Compiling regex-syntax v0.6.29 |
2185 | 2024-11-01T06:10:56.130Z | Compiling chrono-tz v0.10.0 |
2186 | 2024-11-01T06:10:56.409Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2187 | 2024-11-01T06:10:56.814Z | Compiling which v4.4.2 |
2188 | 2024-11-01T06:10:57.392Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2189 | 2024-11-01T06:10:57.897Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2190 | 2024-11-01T06:10:58.144Z | Checking signal-hook-tokio v0.3.1 |
2191 | 2024-11-01T06:10:58.327Z | Compiling cexpr v0.6.0 |
2192 | 2024-11-01T06:10:58.541Z | Compiling lazycell v1.3.0 |
2193 | 2024-11-01T06:10:58.643Z | Checking progenitor v0.8.0 |
2194 | 2024-11-01T06:10:58.867Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2195 | 2024-11-01T06:10:58.968Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2196 | 2024-11-01T06:11:00.032Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2197 | 2024-11-01T06:11:00.379Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2198 | 2024-11-01T06:11:01.455Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2199 | 2024-11-01T06:11:03.968Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2200 | 2024-11-01T06:11:04.245Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2201 | 2024-11-01T06:11:04.575Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2202 | 2024-11-01T06:11:04.904Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2203 | 2024-11-01T06:11:05.980Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2204 | 2024-11-01T06:11:06.110Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2205 | 2024-11-01T06:11:06.708Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2206 | 2024-11-01T06:11:07.043Z | Checking diesel v2.2.4 |
2207 | 2024-11-01T06:11:07.115Z | Compiling lalrpop v0.19.12 |
2208 | 2024-11-01T06:11:07.177Z | Compiling rustc-hash v1.1.0 |
2209 | 2024-11-01T06:11:11.242Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2210 | 2024-11-01T06:11:11.537Z | Compiling derive_builder_core v0.20.2 |
2211 | 2024-11-01T06:11:11.579Z | Checking http v0.2.12 |
2212 | 2024-11-01T06:11:13.044Z | Compiling peg-macros v0.8.4 |
2213 | 2024-11-01T06:11:13.987Z | Compiling libxml v0.3.3 |
2214 | 2024-11-01T06:11:14.355Z | Compiling sqlparser_derive v0.2.2 |
2215 | 2024-11-01T06:11:15.396Z | Compiling memoffset v0.9.1 |
2216 | 2024-11-01T06:11:15.740Z | Checking unicode_categories v0.1.1 |
2217 | 2024-11-01T06:11:16.041Z | Checking sqlformat v0.2.6 |
2218 | 2024-11-01T06:11:16.574Z | Checking peg v0.8.4 |
2219 | 2024-11-01T06:11:16.845Z | Checking sqlparser v0.45.0 |
2220 | 2024-11-01T06:11:20.507Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2024-11-01T06:11:24.329Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2222 | 2024-11-01T06:11:25.697Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2223 | 2024-11-01T06:11:26.342Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-11-01T06:11:28.599Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2225 | 2024-11-01T06:11:30.611Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2226 | 2024-11-01T06:11:30.852Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2227 | 2024-11-01T06:11:31.488Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2228 | 2024-11-01T06:11:31.881Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2229 | 2024-11-01T06:11:32.333Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2230 | 2024-11-01T06:11:32.869Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2231 | 2024-11-01T06:11:32.978Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2232 | 2024-11-01T06:11:33.233Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2233 | 2024-11-01T06:11:33.634Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2234 | 2024-11-01T06:11:33.688Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2235 | 2024-11-01T06:11:34.194Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2236 | 2024-11-01T06:11:34.776Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2237 | 2024-11-01T06:11:34.876Z | Compiling derive_builder_macro v0.20.2 |
2238 | 2024-11-01T06:11:35.203Z | Checking rustyline v14.0.0 |
2239 | 2024-11-01T06:11:37.994Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2240 | 2024-11-01T06:11:38.182Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2241 | 2024-11-01T06:11:38.868Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2242 | 2024-11-01T06:11:39.799Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2243 | 2024-11-01T06:11:40.070Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2244 | 2024-11-01T06:11:41.040Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2245 | 2024-11-01T06:11:41.762Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2246 | 2024-11-01T06:11:42.685Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2247 | 2024-11-01T06:11:44.337Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2248 | 2024-11-01T06:11:44.773Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2249 | 2024-11-01T06:11:45.233Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2250 | 2024-11-01T06:11:47.197Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2251 | 2024-11-01T06:11:48.123Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2252 | 2024-11-01T06:11:48.158Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2253 | 2024-11-01T06:11:48.264Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2254 | 2024-11-01T06:11:48.478Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2255 | 2024-11-01T06:11:49.017Z | Checking tungstenite v0.23.0 |
2256 | 2024-11-01T06:11:49.396Z | Checking bcs v0.1.6 |
2257 | 2024-11-01T06:11:49.881Z | Compiling strum_macros v0.24.3 |
2258 | 2024-11-01T06:11:50.008Z | Compiling pin-project-internal v1.1.6 |
2259 | 2024-11-01T06:11:50.079Z | Compiling indoc v1.0.9 |
2260 | 2024-11-01T06:11:51.051Z | Checking tokio-tungstenite v0.23.1 |
2261 | 2024-11-01T06:11:51.074Z | Checking derive_builder v0.20.2 |
2262 | 2024-11-01T06:11:51.688Z | Checking http-body v0.4.6 |
2263 | 2024-11-01T06:11:52.140Z | Checking h2 v0.3.26 |
2264 | 2024-11-01T06:11:52.989Z | Checking pin-project v1.1.6 |
2265 | 2024-11-01T06:11:53.131Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2266 | 2024-11-01T06:11:53.176Z | Checking quick-xml v0.33.0 |
2267 | 2024-11-01T06:11:53.305Z | Compiling impl-trait-for-tuples v0.2.2 |
2268 | 2024-11-01T06:11:53.449Z | Compiling oso-derive v0.27.3 |
2269 | 2024-11-01T06:11:54.536Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2270 | 2024-11-01T06:11:54.981Z | Checking nix v0.27.1 |
2271 | 2024-11-01T06:11:55.040Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-11-01T06:11:55.514Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2273 | 2024-11-01T06:11:56.354Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2274 | 2024-11-01T06:11:56.638Z | Compiling snafu-derive v0.8.5 |
2275 | 2024-11-01T06:11:57.344Z | Compiling diesel-dtrace v0.3.0 |
2276 | 2024-11-01T06:11:57.701Z | Checking sync_wrapper v0.1.2 |
2277 | 2024-11-01T06:11:58.673Z | Checking hyper v0.14.30 |
2278 | 2024-11-01T06:12:00.382Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2279 | 2024-11-01T06:12:00.874Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2280 | 2024-11-01T06:12:01.203Z | Checking globset v0.4.15 |
2281 | 2024-11-01T06:12:01.734Z | Checking bb8 v0.8.5 |
2282 | 2024-11-01T06:12:02.023Z | Checking snafu v0.8.5 |
2283 | 2024-11-01T06:12:02.274Z | Checking olpc-cjson v0.1.4 |
2284 | 2024-11-01T06:12:02.519Z | Checking serde_plain v1.0.2 |
2285 | 2024-11-01T06:12:02.546Z | Compiling const_format_proc_macros v0.2.33 |
2286 | 2024-11-01T06:12:02.811Z | Checking typed-path v0.7.1 |
2287 | 2024-11-01T06:12:03.788Z | Checking reqwest v0.11.27 |
2288 | 2024-11-01T06:12:03.860Z | Checking async-bb8-diesel v0.2.1 |
2289 | 2024-11-01T06:12:04.721Z | Checking const_format v0.2.33 |
2290 | 2024-11-01T06:12:04.724Z | Checking parse-size v1.1.0 |
2291 | 2024-11-01T06:12:04.831Z | Checking tough v0.17.1 |
2292 | 2024-11-01T06:12:04.933Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2293 | 2024-11-01T06:12:05.079Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2294 | 2024-11-01T06:12:05.215Z | Checking heck v0.4.1 |
2295 | 2024-11-01T06:12:05.447Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2296 | 2024-11-01T06:12:05.799Z | Checking assert_matches v1.5.0 |
2297 | 2024-11-01T06:12:05.849Z | Checking rand_seeder v0.3.0 |
2298 | 2024-11-01T06:12:05.910Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2299 | 2024-11-01T06:12:06.096Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2300 | 2024-11-01T06:12:06.329Z | Compiling libz-sys v1.1.20 |
2301 | 2024-11-01T06:12:06.419Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2302 | 2024-11-01T06:12:07.700Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2303 | 2024-11-01T06:12:08.477Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2304 | 2024-11-01T06:12:08.544Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2305 | 2024-11-01T06:12:08.743Z | Checking is_ci v1.2.0 |
2306 | 2024-11-01T06:12:08.901Z | Checking supports-color v3.0.1 |
2307 | 2024-11-01T06:12:09.098Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2308 | 2024-11-01T06:12:09.683Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2309 | 2024-11-01T06:12:09.989Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2310 | 2024-11-01T06:12:11.159Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2311 | 2024-11-01T06:12:11.341Z | Compiling vergen v8.3.2 |
2312 | 2024-11-01T06:12:11.674Z | Compiling cargo-platform v0.1.8 |
2313 | 2024-11-01T06:12:11.939Z | Checking unicode-linebreak v0.1.5 |
2314 | 2024-11-01T06:12:12.283Z | Checking smawk v0.3.2 |
2315 | 2024-11-01T06:12:12.338Z | Compiling cargo_metadata v0.18.1 |
2316 | 2024-11-01T06:12:12.497Z | Checking textwrap v0.16.1 |
2317 | 2024-11-01T06:12:12.650Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2318 | 2024-11-01T06:12:12.951Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2319 | 2024-11-01T06:12:14.183Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2320 | 2024-11-01T06:12:15.560Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2321 | 2024-11-01T06:12:15.880Z | Checking castaway v0.2.3 |
2322 | 2024-11-01T06:12:15.909Z | Compiling libsqlite3-sys v0.30.1 |
2323 | 2024-11-01T06:12:16.045Z | Compiling cfg_aliases v0.2.1 |
2324 | 2024-11-01T06:12:16.145Z | Compiling rustls v0.21.12 |
2325 | 2024-11-01T06:12:16.166Z | Compiling nix v0.29.0 |
2326 | 2024-11-01T06:12:16.490Z | Checking compact_str v0.8.0 |
2327 | 2024-11-01T06:12:17.066Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2328 | 2024-11-01T06:12:17.371Z | Checking unicode-truncate v1.1.0 |
2329 | 2024-11-01T06:12:17.621Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2330 | 2024-11-01T06:12:17.941Z | Checking sct v0.7.1 |
2331 | 2024-11-01T06:12:18.115Z | Checking rustls-webpki v0.101.7 |
2332 | 2024-11-01T06:12:18.170Z | Checking lru v0.12.5 |
2333 | 2024-11-01T06:12:18.436Z | Compiling instability v0.3.2 |
2334 | 2024-11-01T06:12:18.913Z | Checking cassowary v0.3.0 |
2335 | 2024-11-01T06:12:19.389Z | Checking ratatui v0.28.1 |
2336 | 2024-11-01T06:12:19.962Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2337 | 2024-11-01T06:12:20.099Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2338 | 2024-11-01T06:12:20.274Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2339 | 2024-11-01T06:12:21.365Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2340 | 2024-11-01T06:12:22.458Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2341 | 2024-11-01T06:12:22.523Z | Checking hashlink v0.9.1 |
2342 | 2024-11-01T06:12:23.196Z | Checking concurrent-queue v2.5.0 |
2343 | 2024-11-01T06:12:23.534Z | Checking parking v2.2.1 |
2344 | 2024-11-01T06:12:23.722Z | Checking plotters-backend v0.3.7 |
2345 | 2024-11-01T06:12:24.099Z | Checking fallible-iterator v0.3.0 |
2346 | 2024-11-01T06:12:24.218Z | Checking fallible-streaming-iterator v0.1.9 |
2347 | 2024-11-01T06:12:24.486Z | Checking plotters-svg v0.3.7 |
2348 | 2024-11-01T06:12:24.725Z | Checking tokio-rustls v0.24.1 |
2349 | 2024-11-01T06:12:24.756Z | Checking rusqlite v0.32.1 |
2350 | 2024-11-01T06:12:25.674Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2351 | 2024-11-01T06:12:26.412Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2352 | 2024-11-01T06:12:26.732Z | Checking rustls-pemfile v1.0.4 |
2353 | 2024-11-01T06:12:26.899Z | Checking twox-hash v1.6.3 |
2354 | 2024-11-01T06:12:26.932Z | Checking cast v0.3.0 |
2355 | 2024-11-01T06:12:27.274Z | Checking criterion-plot v0.5.0 |
2356 | 2024-11-01T06:12:27.459Z | Checking plotters v0.3.7 |
2357 | 2024-11-01T06:12:27.816Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2358 | 2024-11-01T06:12:29.102Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2359 | 2024-11-01T06:12:29.340Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2360 | 2024-11-01T06:12:30.277Z | Checking fatfs v0.3.6 |
2361 | 2024-11-01T06:12:31.051Z | Checking tinytemplate v1.2.1 |
2362 | 2024-11-01T06:12:31.409Z | Checking csv-core v0.1.11 |
2363 | 2024-11-01T06:12:31.458Z | Checking shell-words v1.1.0 |
2364 | 2024-11-01T06:12:31.664Z | Checking oorandom v11.1.4 |
2365 | 2024-11-01T06:12:31.764Z | Checking anes v0.1.6 |
2366 | 2024-11-01T06:12:31.843Z | Checking hex-literal v0.4.1 |
2367 | 2024-11-01T06:12:31.973Z | Checking csv v1.3.0 |
2368 | 2024-11-01T06:12:32.175Z | Checking criterion v0.5.1 |
2369 | 2024-11-01T06:12:32.864Z | Checking event-listener v5.3.1 |
2370 | 2024-11-01T06:12:33.326Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2371 | 2024-11-01T06:12:35.116Z | Checking rtoolbox v0.0.2 |
2372 | 2024-11-01T06:12:35.316Z | Checking rpassword v7.3.1 |
2373 | 2024-11-01T06:12:35.486Z | Checking event-listener-strategy v0.5.2 |
2374 | 2024-11-01T06:12:35.725Z | Checking tui-tree-widget v0.22.0 |
2375 | 2024-11-01T06:12:36.074Z | Checking polyval v0.6.2 |
2376 | 2024-11-01T06:12:36.368Z | Checking ghash v0.5.1 |
2377 | 2024-11-01T06:12:36.561Z | Checking futures-lite v2.3.0 |
2378 | 2024-11-01T06:12:37.637Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2379 | 2024-11-01T06:12:38.037Z | Checking ctr v0.9.2 |
2380 | 2024-11-01T06:12:38.687Z | Checking yansi v1.0.1 |
2381 | 2024-11-01T06:12:39.304Z | Checking pretty_assertions v1.4.1 |
2382 | 2024-11-01T06:12:39.394Z | Checking aes-gcm v0.10.3 |
2383 | 2024-11-01T06:12:39.512Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2384 | 2024-11-01T06:12:39.650Z | Checking ssh-encoding v0.2.0 |
2385 | 2024-11-01T06:12:40.006Z | Checking blowfish v0.9.1 |
2386 | 2024-11-01T06:12:40.265Z | Checking bcrypt-pbkdf v0.10.0 |
2387 | 2024-11-01T06:12:40.362Z | Compiling samael v0.0.17 |
2388 | 2024-11-01T06:12:40.510Z | Checking ssh-cipher v0.2.0 |
2389 | 2024-11-01T06:12:40.832Z | Checking async-lock v3.4.0 |
2390 | 2024-11-01T06:12:41.689Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2391 | 2024-11-01T06:12:42.216Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2392 | 2024-11-01T06:12:43.667Z | Checking polling v3.7.3 |
2393 | 2024-11-01T06:12:44.035Z | Checking password-hash v0.4.2 |
2394 | 2024-11-01T06:12:44.510Z | Checking matches v0.1.10 |
2395 | 2024-11-01T06:12:44.620Z | Checking idna v0.2.3 |
2396 | 2024-11-01T06:12:45.364Z | Checking pbkdf2 v0.11.0 |
2397 | 2024-11-01T06:12:45.666Z | Checking async-io v2.3.4 |
2398 | 2024-11-01T06:12:46.600Z | Checking ssh-key v0.6.6 |
2399 | 2024-11-01T06:12:47.080Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2400 | 2024-11-01T06:12:47.924Z | Checking p256 v0.13.2 |
2401 | 2024-11-01T06:12:48.305Z | Checking p521 v0.13.3 |
2402 | 2024-11-01T06:12:48.461Z | Checking russh-cryptovec v0.7.3 |
2403 | 2024-11-01T06:12:48.680Z | Compiling enum-as-inner v0.5.1 |
2404 | 2024-11-01T06:12:49.749Z | Compiling doc-comment v0.3.3 |
2405 | 2024-11-01T06:12:49.770Z | Checking md5 v0.7.0 |
2406 | 2024-11-01T06:12:50.072Z | Compiling target-lexicon v0.12.16 |
2407 | 2024-11-01T06:12:50.353Z | Checking async-task v4.7.1 |
2408 | 2024-11-01T06:12:50.896Z | Checking russh-keys v0.45.0 |
2409 | 2024-11-01T06:12:51.167Z | Checking trust-dns-proto v0.22.0 |
2410 | 2024-11-01T06:12:51.784Z | Checking async-channel v2.3.1 |
2411 | 2024-11-01T06:12:52.136Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2412 | 2024-11-01T06:12:52.273Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2413 | 2024-11-01T06:12:53.121Z | Checking piper v0.2.4 |
2414 | 2024-11-01T06:12:53.378Z | Checking num-bigint v0.4.6 |
2415 | 2024-11-01T06:12:53.854Z | Checking des v0.8.1 |
2416 | 2024-11-01T06:12:54.149Z | Compiling dhcproto-macros v0.1.0 |
2417 | 2024-11-01T06:12:54.933Z | Compiling guppy-workspace-hack v0.1.0 |
2418 | 2024-11-01T06:12:55.040Z | Compiling assert_cmd v2.0.16 |
2419 | 2024-11-01T06:12:55.241Z | Checking futures-timer v3.0.3 |
2420 | 2024-11-01T06:12:55.539Z | Checking dhcproto v0.12.0 |
2421 | 2024-11-01T06:12:55.567Z | Checking blocking v1.6.1 |
2422 | 2024-11-01T06:12:55.954Z | Checking russh v0.45.0 |
2423 | 2024-11-01T06:12:56.497Z | Checking async-executor v1.13.1 |
2424 | 2024-11-01T06:12:56.858Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2425 | 2024-11-01T06:12:57.022Z | Checking async-signal v0.2.10 |
2426 | 2024-11-01T06:12:57.325Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2427 | 2024-11-01T06:12:57.496Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2428 | 2024-11-01T06:12:58.187Z | Checking internet-checksum v0.2.1 |
2429 | 2024-11-01T06:12:58.273Z | Checking event-listener v2.5.3 |
2430 | 2024-11-01T06:12:58.367Z | Compiling target-spec v3.2.2 |
2431 | 2024-11-01T06:12:58.971Z | Checking async-channel v1.9.0 |
2432 | 2024-11-01T06:12:59.873Z | Checking async-process v2.3.0 |
2433 | 2024-11-01T06:13:00.312Z | Checking async-global-executor v2.4.1 |
2434 | 2024-11-01T06:13:00.577Z | Checking cfg-expr v0.17.0 |
2435 | 2024-11-01T06:13:00.726Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2436 | 2024-11-01T06:13:00.951Z | Checking httptest v0.16.1 |
2437 | 2024-11-01T06:13:01.477Z | Checking rustls-native-certs v0.7.3 |
2438 | 2024-11-01T06:13:01.680Z | Checking num_cpus v1.16.0 |
2439 | 2024-11-01T06:13:01.720Z | Checking kv-log-macro v1.0.7 |
2440 | 2024-11-01T06:13:01.830Z | Compiling async-attributes v1.1.2 |
2441 | 2024-11-01T06:13:02.273Z | Compiling git2 v0.19.0 |
2442 | 2024-11-01T06:13:02.746Z | Checking async-std v1.13.0 |
2443 | 2024-11-01T06:13:04.014Z | Checking threadpool v1.8.1 |
2444 | 2024-11-01T06:13:04.246Z | Checking hyper-rustls v0.26.0 |
2445 | 2024-11-01T06:13:04.974Z | Checking pathdiff v0.2.2 |
2446 | 2024-11-01T06:13:05.155Z | Compiling rstest_macros v0.23.0 |
2447 | 2024-11-01T06:13:05.540Z | Checking nested v0.1.1 |
2448 | 2024-11-01T06:13:05.703Z | Checking escape8259 v0.5.3 |
2449 | 2024-11-01T06:13:05.787Z | Checking guppy v0.17.8 |
2450 | 2024-11-01T06:13:05.912Z | Checking libtest-mimic v0.7.3 |
2451 | 2024-11-01T06:13:06.528Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2452 | 2024-11-01T06:13:06.728Z | Checking async-object-pool v0.1.5 |
2453 | 2024-11-01T06:13:06.947Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2454 | 2024-11-01T06:13:08.116Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2455 | 2024-11-01T06:13:08.454Z | Checking similar-asserts v1.6.0 |
2456 | 2024-11-01T06:13:08.725Z | Checking fancy-regex v0.13.0 |
2457 | 2024-11-01T06:13:09.495Z | Checking serde_regex v1.1.0 |
2458 | 2024-11-01T06:13:09.771Z | Checking assert-json-diff v2.0.2 |
2459 | 2024-11-01T06:13:09.890Z | Compiling proc-macro-crate v3.2.0 |
2460 | 2024-11-01T06:13:10.063Z | Checking path-tree v0.8.1 |
2461 | 2024-11-01T06:13:10.214Z | Compiling trybuild v1.0.100 |
2462 | 2024-11-01T06:13:10.411Z | Compiling relative-path v1.9.3 |
2463 | 2024-11-01T06:13:10.746Z | Checking stringmetrics v2.2.2 |
2464 | 2024-11-01T06:13:11.021Z | Checking httpmock v0.8.0-alpha.1 |
2465 | 2024-11-01T06:13:11.201Z | Checking datatest-stable v0.2.9 |
2466 | 2024-11-01T06:13:11.536Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2467 | 2024-11-01T06:13:11.975Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2468 | 2024-11-01T06:13:13.016Z | Checking blake2b_simd v1.0.2 |
2469 | 2024-11-01T06:13:13.937Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2470 | 2024-11-01T06:13:16.638Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2471 | 2024-11-01T06:13:16.978Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2472 | 2024-11-01T06:13:17.309Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2473 | 2024-11-01T06:13:17.642Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2474 | 2024-11-01T06:13:18.167Z | Checking serde_tokenstream v0.2.2 |
2475 | 2024-11-01T06:13:18.549Z | Checking uzers v0.12.1 |
2476 | 2024-11-01T06:13:19.119Z | Checking rust-argon2 v2.1.0 |
2477 | 2024-11-01T06:13:21.032Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2478 | 2024-11-01T06:13:21.431Z | Checking rstest v0.23.0 |
2479 | 2024-11-01T06:13:21.659Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2480 | 2024-11-01T06:13:22.828Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2481 | 2024-11-01T06:13:23.151Z | Checking rand_distr v0.4.3 |
2482 | 2024-11-01T06:13:23.884Z | Checking multimap v0.10.0 |
2483 | 2024-11-01T06:13:24.193Z | Checking approx v0.5.1 |
2484 | 2024-11-01T06:13:25.634Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2485 | 2024-11-01T06:13:26.599Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2486 | 2024-11-01T06:13:28.206Z | Checking partial-io v0.5.4 |
2487 | 2024-11-01T06:13:28.656Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2488 | 2024-11-01T06:13:28.681Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2489 | 2024-11-01T06:13:28.985Z | Checking cargo_toml v0.20.5 |
2490 | 2024-11-01T06:13:30.308Z | Checking termios v0.3.3 |
2491 | 2024-11-01T06:13:30.515Z | Compiling indoc v2.0.5 |
2492 | 2024-11-01T06:13:31.166Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2493 | 2024-11-01T06:13:31.423Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2494 | 2024-11-01T06:13:32.711Z | Compiling polar-core v0.27.3 |
2495 | 2024-11-01T06:13:33.800Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2496 | 2024-11-01T06:13:44.110Z | Checking oso v0.27.3 |
2497 | 2024-11-01T06:13:46.641Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2498 | 2024-11-01T06:13:56.079Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2499 | 2024-11-01T06:13:59.358Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2500 | 2024-11-01T06:14:00.256Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2501 | 2024-11-01T06:14:30.945Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2502 | 2024-11-01T06:14:33.171Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2503 | 2024-11-01T06:14:34.163Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2504 | 2024-11-01T06:15:23.408Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2505 | 2024-11-01T06:15:23.408Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2506 | 2024-11-01T06:15:23.410Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2507 | 2024-11-01T06:19:42.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 07s |
2508 | 2024-11-01T06:19:42.600Z | |
2509 | 2024-11-01T06:19:42.600Z | real 10:12.474310808 |
2510 | 2024-11-01T06:19:42.600Z | user 47:02.227820324 |
2511 | 2024-11-01T06:19:42.601Z | sys 6:28.488187512 |
2512 | 2024-11-01T06:19:42.601Z | trap 1.114611604 |
2513 | 2024-11-01T06:19:42.603Z | tflt 1.750830809 |
2514 | 2024-11-01T06:19:42.603Z | dflt 0.956650188 |
2515 | 2024-11-01T06:19:42.603Z | kflt 0.001393497 |
2516 | 2024-11-01T06:19:42.603Z | lock 1:15:30.763186855 |
2517 | 2024-11-01T06:19:42.603Z | slp 2:36:05.450582839 |
2518 | 2024-11-01T06:19:42.603Z | lat 1:40.374477627 |
2519 | 2024-11-01T06:19:42.603Z | stop 5:59.469422994 |
2520 | 2024-11-01T06:19:42.603Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2521 | 2024-11-01T06:19:42.604Z | + ptime -m cargo doc --workspace --no-deps |
2522 | 2024-11-01T06:19:43.757Z | warning: output filename collision. |
2523 | 2024-11-01T06:19:43.757Z | 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)`. |
2524 | 2024-11-01T06:19:43.757Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2525 | 2024-11-01T06:19:43.757Z | The targets should have unique names. |
2526 | 2024-11-01T06:19:43.757Z | This is a known bug where multiple crates with the same name use |
2527 | 2024-11-01T06:19:43.757Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2528 | 2024-11-01T06:19:44.176Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2529 | 2024-11-01T06:19:44.242Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2530 | 2024-11-01T06:19:44.260Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2531 | 2024-11-01T06:19:44.298Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2532 | 2024-11-01T06:19:44.329Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2533 | 2024-11-01T06:19:44.331Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2534 | 2024-11-01T06:19:44.493Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2535 | 2024-11-01T06:19:44.593Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2536 | 2024-11-01T06:19:44.593Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2537 | 2024-11-01T06:19:44.632Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2538 | 2024-11-01T06:19:44.653Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2539 | 2024-11-01T06:19:44.801Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2540 | 2024-11-01T06:19:44.889Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2541 | 2024-11-01T06:19:44.913Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2542 | 2024-11-01T06:19:45.093Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2543 | 2024-11-01T06:19:45.387Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2544 | 2024-11-01T06:19:47.948Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2545 | 2024-11-01T06:19:48.319Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2546 | 2024-11-01T06:19:48.660Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2547 | 2024-11-01T06:19:49.619Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2548 | 2024-11-01T06:19:49.687Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2549 | 2024-11-01T06:19:49.956Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2550 | 2024-11-01T06:19:49.983Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2551 | 2024-11-01T06:19:50.036Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2552 | 2024-11-01T06:19:50.332Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2553 | 2024-11-01T06:19:50.555Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2554 | 2024-11-01T06:19:50.574Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2555 | 2024-11-01T06:19:50.873Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2556 | 2024-11-01T06:19:50.893Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2557 | 2024-11-01T06:19:51.094Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2558 | 2024-11-01T06:19:51.205Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2559 | 2024-11-01T06:19:51.530Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2560 | 2024-11-01T06:19:51.695Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2561 | 2024-11-01T06:19:51.944Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2562 | 2024-11-01T06:19:52.039Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2563 | 2024-11-01T06:19:52.064Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2564 | 2024-11-01T06:19:52.406Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2565 | 2024-11-01T06:19:52.431Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2566 | 2024-11-01T06:19:52.446Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2567 | 2024-11-01T06:19:53.273Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2568 | 2024-11-01T06:19:53.326Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2569 | 2024-11-01T06:19:56.255Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2570 | 2024-11-01T06:19:57.290Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2571 | 2024-11-01T06:19:58.452Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2572 | 2024-11-01T06:19:58.572Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2573 | 2024-11-01T06:19:58.616Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2574 | 2024-11-01T06:19:59.273Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2575 | 2024-11-01T06:20:00.636Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2576 | 2024-11-01T06:20:00.666Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2577 | 2024-11-01T06:20:00.791Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2578 | 2024-11-01T06:20:01.089Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2579 | 2024-11-01T06:20:01.386Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2580 | 2024-11-01T06:20:02.144Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2581 | 2024-11-01T06:20:07.008Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2582 | 2024-11-01T06:20:07.011Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2583 | 2024-11-01T06:20:08.309Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2584 | 2024-11-01T06:20:08.755Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2585 | 2024-11-01T06:20:08.842Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2586 | 2024-11-01T06:20:09.245Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2587 | 2024-11-01T06:20:09.574Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2588 | 2024-11-01T06:20:10.011Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2589 | 2024-11-01T06:20:10.044Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2590 | 2024-11-01T06:20:11.514Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2591 | 2024-11-01T06:20:11.808Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2592 | 2024-11-01T06:20:12.155Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2593 | 2024-11-01T06:20:12.229Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2594 | 2024-11-01T06:20:12.438Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2595 | 2024-11-01T06:20:12.770Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2596 | 2024-11-01T06:20:12.844Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2597 | 2024-11-01T06:20:13.043Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2598 | 2024-11-01T06:20:13.523Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2599 | 2024-11-01T06:20:13.759Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2600 | 2024-11-01T06:20:13.782Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2601 | 2024-11-01T06:20:13.784Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2602 | 2024-11-01T06:20:14.315Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2603 | 2024-11-01T06:20:14.704Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2604 | 2024-11-01T06:20:14.752Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2605 | 2024-11-01T06:20:14.773Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2606 | 2024-11-01T06:20:14.929Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2607 | 2024-11-01T06:20:16.035Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2608 | 2024-11-01T06:20:16.487Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2609 | 2024-11-01T06:20:16.660Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2610 | 2024-11-01T06:20:16.735Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2611 | 2024-11-01T06:20:16.792Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2612 | 2024-11-01T06:20:17.057Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2613 | 2024-11-01T06:20:17.138Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2614 | 2024-11-01T06:20:17.233Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2615 | 2024-11-01T06:20:17.678Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2616 | 2024-11-01T06:20:17.697Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2617 | 2024-11-01T06:20:18.291Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2618 | 2024-11-01T06:20:18.874Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2619 | 2024-11-01T06:20:19.211Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2620 | 2024-11-01T06:20:19.256Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2621 | 2024-11-01T06:20:19.743Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2622 | 2024-11-01T06:20:20.238Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2623 | 2024-11-01T06:20:21.599Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2624 | 2024-11-01T06:20:21.751Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2625 | 2024-11-01T06:20:23.370Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2626 | 2024-11-01T06:20:23.787Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2627 | 2024-11-01T06:20:24.177Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2628 | 2024-11-01T06:20:25.027Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2629 | 2024-11-01T06:20:28.652Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2630 | 2024-11-01T06:20:29.337Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2631 | 2024-11-01T06:20:29.736Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2632 | 2024-11-01T06:20:31.637Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2633 | 2024-11-01T06:20:32.136Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2634 | 2024-11-01T06:20:32.759Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2635 | 2024-11-01T06:20:36.618Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2636 | 2024-11-01T06:20:37.225Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2637 | 2024-11-01T06:20:38.315Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2638 | 2024-11-01T06:20:38.921Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2639 | 2024-11-01T06:20:42.026Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2640 | 2024-11-01T06:21:11.797Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2641 | 2024-11-01T06:21:14.294Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2642 | 2024-11-01T06:21:29.957Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2643 | 2024-11-01T06:21:32.328Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2644 | 2024-11-01T06:21:34.155Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2645 | 2024-11-01T06:21:34.453Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2646 | 2024-11-01T06:21:51.077Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2647 | 2024-11-01T06:21:52.653Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2648 | 2024-11-01T06:21:55.765Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2649 | 2024-11-01T06:21:56.106Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2650 | 2024-11-01T06:21:57.867Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2651 | 2024-11-01T06:22:09.632Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2652 | 2024-11-01T06:22:10.891Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2653 | 2024-11-01T06:22:37.148Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2654 | 2024-11-01T06:22:38.025Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2655 | 2024-11-01T06:22:45.532Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2656 | 2024-11-01T06:22:46.253Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2657 | 2024-11-01T06:22:49.508Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2658 | 2024-11-01T06:22:56.313Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2659 | 2024-11-01T06:23:03.388Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2660 | 2024-11-01T06:23:03.436Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2661 | 2024-11-01T06:23:03.456Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2662 | 2024-11-01T06:23:11.504Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2663 | 2024-11-01T06:23:14.608Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2664 | 2024-11-01T06:23:17.735Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2665 | 2024-11-01T06:23:17.885Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2666 | 2024-11-01T06:23:22.936Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2667 | 2024-11-01T06:23:24.308Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2668 | 2024-11-01T06:23:26.178Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2669 | 2024-11-01T06:23:32.222Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2670 | 2024-11-01T06:23:32.743Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2671 | 2024-11-01T06:23:34.879Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2672 | 2024-11-01T06:23:49.497Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2673 | 2024-11-01T06:23:56.735Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2674 | 2024-11-01T06:24:03.786Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2675 | 2024-11-01T06:24:04.288Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2676 | 2024-11-01T06:24:05.569Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2677 | 2024-11-01T06:24:18.643Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2678 | 2024-11-01T06:24:20.246Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2679 | 2024-11-01T06:24:23.986Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2680 | 2024-11-01T06:24:37.204Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2681 | 2024-11-01T06:24:37.895Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2682 | 2024-11-01T06:24:39.511Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2683 | 2024-11-01T06:24:44.922Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2684 | 2024-11-01T06:24:47.871Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2685 | 2024-11-01T06:24:51.793Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2686 | 2024-11-01T06:24:53.475Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2687 | 2024-11-01T06:24:55.675Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2688 | 2024-11-01T06:25:00.147Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2689 | 2024-11-01T06:25:03.100Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2690 | 2024-11-01T06:25:03.419Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2691 | 2024-11-01T06:25:05.921Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2692 | 2024-11-01T06:25:06.983Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2693 | 2024-11-01T06:25:14.137Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2694 | 2024-11-01T06:25:15.629Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2695 | 2024-11-01T06:25:18.477Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2696 | 2024-11-01T06:25:20.438Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2697 | 2024-11-01T06:25:21.896Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2698 | 2024-11-01T06:25:24.207Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2699 | 2024-11-01T06:25:29.790Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2024-11-01T06:25:32.867Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2701 | 2024-11-01T06:25:33.425Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2702 | 2024-11-01T06:25:35.336Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2703 | 2024-11-01T06:25:37.994Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2704 | 2024-11-01T06:25:50.773Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2705 | 2024-11-01T06:25:51.403Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2706 | 2024-11-01T06:25:53.812Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2707 | 2024-11-01T06:25:53.872Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2708 | 2024-11-01T06:25:55.709Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2709 | 2024-11-01T06:25:57.113Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2710 | 2024-11-01T06:26:08.556Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2711 | 2024-11-01T06:26:09.473Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2712 | 2024-11-01T06:26:10.836Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2024-11-01T06:26:12.372Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2714 | 2024-11-01T06:26:12.958Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2715 | 2024-11-01T06:26:14.802Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2716 | 2024-11-01T06:26:24.061Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2717 | 2024-11-01T06:26:25.701Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2718 | 2024-11-01T06:26:27.966Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2719 | 2024-11-01T06:26:28.054Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2720 | 2024-11-01T06:26:28.936Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2721 | 2024-11-01T06:26:30.836Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2722 | 2024-11-01T06:26:38.617Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2723 | 2024-11-01T06:26:39.858Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2724 | 2024-11-01T06:26:40.599Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2725 | 2024-11-01T06:26:47.179Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2726 | 2024-11-01T06:26:49.969Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2727 | 2024-11-01T06:26:52.879Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2728 | 2024-11-01T06:26:54.660Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2729 | 2024-11-01T06:26:56.395Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2730 | 2024-11-01T06:26:56.791Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2731 | 2024-11-01T06:27:00.570Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2732 | 2024-11-01T06:27:02.740Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2733 | 2024-11-01T06:27:05.013Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2734 | 2024-11-01T06:27:05.951Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2024-11-01T06:27:07.088Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2736 | 2024-11-01T06:27:07.607Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2737 | 2024-11-01T06:27:09.027Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2738 | 2024-11-01T06:27:09.044Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2739 | 2024-11-01T06:27:09.934Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2740 | 2024-11-01T06:27:12.538Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2741 | 2024-11-01T06:27:13.260Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2742 | 2024-11-01T06:27:13.968Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2743 | 2024-11-01T06:27:15.127Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2744 | 2024-11-01T06:27:18.846Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2745 | 2024-11-01T06:27:20.201Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2746 | 2024-11-01T06:27:21.701Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2747 | 2024-11-01T06:28:36.885Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2748 | 2024-11-01T06:29:44.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 01s |
2749 | 2024-11-01T06:29:44.740Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2750 | 2024-11-01T06:29:44.803Z | |
2751 | 2024-11-01T06:29:44.806Z | real 10:02.114650735 |
2752 | 2024-11-01T06:29:44.806Z | user 35:38.411661858 |
2753 | 2024-11-01T06:29:44.806Z | sys 29:29.198823409 |
2754 | 2024-11-01T06:29:44.806Z | trap 0.634977982 |
2755 | 2024-11-01T06:29:44.806Z | tflt 0.155897309 |
2756 | 2024-11-01T06:29:44.806Z | dflt 0.163687884 |
2757 | 2024-11-01T06:29:44.806Z | kflt 0.000000000 |
2758 | 2024-11-01T06:29:44.806Z | lock 1:31:11.772351867 |
2759 | 2024-11-01T06:29:44.806Z | slp 2:32:29.139944770 |
2760 | 2024-11-01T06:29:44.806Z | lat 1:12.684804716 |
2761 | 2024-11-01T06:29:44.806Z | stop 1:05.328221581 |
2762 | 2024-11-01T06:29:44.806Z | process exited: duration 1476078 ms, exit code 0 |
|
2763 | 2024-11-01T06:29:44.812Z | found 0 output files |