|
|
|
1 | 2024-05-13T15:05:05.302Z | job assigned to worker 01HXS7PPVM1EBQ12PBNEWVYR62 (queued for 1 m 28 s) |
|
2 | 2024-05-13T15:05:13.057Z | starting task 0: "setup" |
3 | 2024-05-13T15:05:13.112Z | ++ uname -s |
4 | 2024-05-13T15:05:13.116Z | + kern=SunOS |
5 | 2024-05-13T15:05:13.116Z | + case "$kern" in |
6 | 2024-05-13T15:05:13.116Z | + groupadd -g 12345 build |
7 | 2024-05-13T15:05:13.116Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-13T15:05:15.144Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-13T15:05:15.249Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-13T15:05:15.256Z | + home_fs=zfs |
11 | 2024-05-13T15:05:15.256Z | + [[ zfs == autofs ]] |
12 | 2024-05-13T15:05:15.256Z | + mkdir -p /home/build |
13 | 2024-05-13T15:05:15.257Z | + chown build:build /home/build /work |
14 | 2024-05-13T15:05:17.323Z | + chmod 0700 /home/build /work |
15 | 2024-05-13T15:05:17.343Z | process exited: duration 4200 ms, exit code 0 |
|
16 | 2024-05-13T15:05:17.388Z | starting task 1: "rust-toolchain" |
17 | 2024-05-13T15:05:17.817Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-13T15:05:17.818Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-13T15:05:18.236Z | info: downloading installer |
20 | 2024-05-13T15:05:19.056Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-13T15:05:19.056Z | warning: /opt/ooce/bin |
22 | 2024-05-13T15:05:19.056Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-13T15:05:19.057Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-13T15:05:19.057Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-13T15:05:19.057Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-13T15:05:19.057Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-13T15:05:19.057Z | error: cannot install while Rust is installed |
28 | 2024-05-13T15:05:19.057Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-13T15:05:19.159Z | info: profile set to 'default' |
30 | 2024-05-13T15:05:19.159Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-13T15:05:19.177Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-13T15:05:19.301Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-13T15:05:19.301Z | info: downloading component 'cargo' |
34 | 2024-05-13T15:05:20.172Z | info: downloading component 'clippy' |
35 | 2024-05-13T15:05:20.478Z | info: downloading component 'rust-docs' |
36 | 2024-05-13T15:05:21.576Z | info: downloading component 'rust-std' |
37 | 2024-05-13T15:05:23.571Z | info: downloading component 'rustc' |
38 | 2024-05-13T15:05:28.344Z | info: downloading component 'rustfmt' |
39 | 2024-05-13T15:05:28.614Z | info: installing component 'cargo' |
40 | 2024-05-13T15:05:29.469Z | info: installing component 'clippy' |
41 | 2024-05-13T15:05:29.852Z | info: installing component 'rust-docs' |
42 | 2024-05-13T15:05:31.276Z | info: installing component 'rust-std' |
43 | 2024-05-13T15:05:33.133Z | info: installing component 'rustc' |
44 | 2024-05-13T15:05:37.247Z | info: installing component 'rustfmt' |
45 | 2024-05-13T15:05:37.622Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-13T15:05:37.623Z | |
47 | 2024-05-13T15:05:37.892Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-13T15:05:37.892Z | |
49 | 2024-05-13T15:05:37.899Z | |
50 | 2024-05-13T15:05:37.899Z | Rust is installed now. Great! |
51 | 2024-05-13T15:05:37.899Z | |
52 | 2024-05-13T15:05:37.899Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-13T15:05:37.899Z | environment variable. This has not been done automatically. |
54 | 2024-05-13T15:05:37.899Z | |
55 | 2024-05-13T15:05:37.899Z | To configure your current shell, you need to source |
56 | 2024-05-13T15:05:37.899Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-13T15:05:37.899Z | |
58 | 2024-05-13T15:05:37.899Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-13T15:05:37.899Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-13T15:05:37.899Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-13T15:05:37.991Z | + rustc --version |
62 | 2024-05-13T15:05:38.055Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-13T15:05:38.059Z | process exited: duration 20668 ms, exit code 0 |
|
64 | 2024-05-13T15:05:38.067Z | starting task 2: "authentication" |
65 | 2024-05-13T15:05:38.088Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-05-13T15:05:38.096Z | starting task 3: "clone repository" |
67 | 2024-05-13T15:05:38.101Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-13T15:05:38.104Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-13T15:05:38.437Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-13T15:05:43.906Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-13T15:05:43.929Z | + git fetch origin a132e422ea3da329b3f02036b23aa2d31c8305b8 |
72 | 2024-05-13T15:05:44.230Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-13T15:05:44.230Z | * branch a132e422ea3da329b3f02036b23aa2d31c8305b8 -> FETCH_HEAD |
74 | 2024-05-13T15:05:44.245Z | + [[ -n john/panic-large-quota ]] |
75 | 2024-05-13T15:05:44.264Z | ++ git branch --show-current |
76 | 2024-05-13T15:05:44.264Z | + current=main |
77 | 2024-05-13T15:05:44.265Z | + [[ main != john/panic-large-quota ]] |
78 | 2024-05-13T15:05:44.265Z | + git branch -f john/panic-large-quota a132e422ea3da329b3f02036b23aa2d31c8305b8 |
79 | 2024-05-13T15:05:44.265Z | + git checkout -f john/panic-large-quota |
80 | 2024-05-13T15:05:44.380Z | Switched to branch 'john/panic-large-quota' |
81 | 2024-05-13T15:05:44.398Z | + git reset --hard a132e422ea3da329b3f02036b23aa2d31c8305b8 |
82 | 2024-05-13T15:05:44.507Z | HEAD is now at a132e422e Validate `ByteCount` ranges during deserialization |
83 | 2024-05-13T15:05:44.512Z | process exited: duration 6404 ms, exit code 0 |
|
84 | 2024-05-13T15:05:44.522Z | starting task 4: "build" |
85 | 2024-05-13T15:05:44.527Z | + cargo --version |
86 | 2024-05-13T15:05:44.532Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-13T15:05:44.698Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-13T15:05:44.698Z | info: downloading component 'cargo' |
89 | 2024-05-13T15:05:45.737Z | info: downloading component 'clippy' |
90 | 2024-05-13T15:05:46.066Z | info: downloading component 'rust-docs' |
91 | 2024-05-13T15:05:47.429Z | info: downloading component 'rust-std' |
92 | 2024-05-13T15:05:49.437Z | info: downloading component 'rustc' |
93 | 2024-05-13T15:05:54.766Z | info: downloading component 'rustfmt' |
94 | 2024-05-13T15:05:55.071Z | info: installing component 'cargo' |
95 | 2024-05-13T15:05:55.885Z | info: installing component 'clippy' |
96 | 2024-05-13T15:05:56.218Z | info: installing component 'rust-docs' |
97 | 2024-05-13T15:05:57.692Z | info: installing component 'rust-std' |
98 | 2024-05-13T15:05:59.340Z | info: installing component 'rustc' |
99 | 2024-05-13T15:06:03.496Z | info: installing component 'rustfmt' |
100 | 2024-05-13T15:06:03.929Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-13T15:06:03.937Z | + rustc --version |
102 | 2024-05-13T15:06:03.997Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-13T15:06:04.003Z | + source ./env.sh |
104 | 2024-05-13T15:06:04.007Z | ++ set -o xtrace |
105 | 2024-05-13T15:06:04.007Z | ++++ dirname ./env.sh |
106 | 2024-05-13T15:06:04.018Z | +++ readlink -f . |
107 | 2024-05-13T15:06:04.053Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-05-13T15:06:04.059Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-05-13T15:06:04.059Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-05-13T15:06:04.060Z | ++ 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 |
111 | 2024-05-13T15:06:04.060Z | ++ 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 |
112 | 2024-05-13T15:06:04.060Z | ++ 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 |
113 | 2024-05-13T15:06:04.060Z | ++ 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 |
114 | 2024-05-13T15:06:04.060Z | ++ 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 |
115 | 2024-05-13T15:06:04.060Z | ++ 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 |
116 | 2024-05-13T15:06:04.060Z | ++ unset OMICRON_WS |
117 | 2024-05-13T15:06:04.060Z | ++ set +o xtrace |
118 | 2024-05-13T15:06:04.097Z | |
119 | 2024-05-13T15:06:04.097Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-05-13T15:06:04.097Z | # # # # # # # # # # # # # # # |
121 | 2024-05-13T15:06:04.097Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-05-13T15:06:04.097Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-05-13T15:06:04.097Z | # # # # # # # # # # # # # # # |
124 | 2024-05-13T15:06:04.097Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-05-13T15:06:04.097Z | |
126 | 2024-05-13T15:06:12.785Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-05-13T15:06:14.471Z | Startup: Caching catalogs ... Done |
128 | 2024-05-13T15:06:16.010Z | Planning: Solver setup ... Done (1.110s) |
129 | 2024-05-13T15:06:16.026Z | Planning: Running solver ... Done (0.020s) |
130 | 2024-05-13T15:06:16.058Z | Planning: Finding local manifests ... Done (0.004s) |
131 | 2024-05-13T15:06:16.106Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-05-13T15:06:16.392Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-05-13T15:06:16.442Z | Planning: Package planning ... Done (0.050s) |
134 | 2024-05-13T15:06:16.493Z | Planning: Merging actions ... Done (0.050s) |
135 | 2024-05-13T15:06:17.206Z | Planning: Checking for conflicting actions ... Done (0.713s) |
136 | 2024-05-13T15:06:17.218Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-05-13T15:06:21.126Z | Planning: Evaluating mediators ... Done (3.908s) |
138 | 2024-05-13T15:06:21.136Z | Planning: Planning completed in 6.60 seconds |
139 | 2024-05-13T15:06:21.545Z | Packages to install: 4 |
140 | 2024-05-13T15:06:21.546Z | Mediators to change: 2 |
141 | 2024-05-13T15:06:21.546Z | Services to change: 1 |
142 | 2024-05-13T15:06:21.549Z | Estimated space available: 155.31 GB |
143 | 2024-05-13T15:06:21.549Z | Estimated space to be consumed: 1.44 GB |
144 | 2024-05-13T15:06:21.549Z | Create boot environment: No |
145 | 2024-05-13T15:06:21.549Z | Create backup boot environment: No |
146 | 2024-05-13T15:06:21.549Z | Rebuild boot archive: No |
147 | 2024-05-13T15:06:21.549Z | |
148 | 2024-05-13T15:06:21.549Z | Changed mediators: |
149 | 2024-05-13T15:06:21.549Z | mediator clang: |
150 | 2024-05-13T15:06:21.549Z | version: None -> 15 (system default) |
151 | 2024-05-13T15:06:21.550Z | |
152 | 2024-05-13T15:06:21.550Z | mediator llvm: |
153 | 2024-05-13T15:06:21.550Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-05-13T15:06:21.550Z | |
155 | 2024-05-13T15:06:21.550Z | Changed packages: |
156 | 2024-05-13T15:06:21.550Z | helios-dev |
157 | 2024-05-13T15:06:21.550Z | developer/build-essential |
158 | 2024-05-13T15:06:21.550Z | None -> 11-2.0 |
159 | 2024-05-13T15:06:21.550Z | library/libxmlsec1 |
160 | 2024-05-13T15:06:21.550Z | None -> 1.2.35-2.0 |
161 | 2024-05-13T15:06:21.550Z | ooce/developer/clang-15 |
162 | 2024-05-13T15:06:21.550Z | None -> 15.0.7-2.0 |
163 | 2024-05-13T15:06:21.550Z | ooce/developer/llvm-15 |
164 | 2024-05-13T15:06:21.550Z | None -> 15.0.7-2.0 |
165 | 2024-05-13T15:06:21.550Z | |
166 | 2024-05-13T15:06:21.550Z | Services: |
167 | 2024-05-13T15:06:21.550Z | restart_fmri: |
168 | 2024-05-13T15:06:21.550Z | svc:/system/update-man-index:default |
169 | 2024-05-13T15:06:21.670Z | |
170 | 2024-05-13T15:06:21.670Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-05-13T15:06:27.918Z | Download: 213/3290 items 1.3/212.6MB 0% complete (829k/s) |
172 | 2024-05-13T15:06:32.930Z | Download: 993/3290 items 19.4/212.6MB 9% complete (1.9M/s) |
173 | 2024-05-13T15:06:37.931Z | Download: 1934/3290 items 118.6/212.6MB 55% complete (11.8M/s) |
174 | 2024-05-13T15:06:42.933Z | Download: 3220/3290 items 166.1/212.6MB 78% complete (14.6M/s) |
175 | 2024-05-13T15:06:45.721Z | Download: Completed 212.60 MB in 24.05 seconds (8.8M/s) |
176 | 2024-05-13T15:06:46.112Z | Actions: 1/3689 actions (Installing new actions) |
177 | 2024-05-13T15:06:51.136Z | Actions: 3641/3689 actions (Installing new actions) |
178 | 2024-05-13T15:06:51.232Z | Actions: Completed 3689 actions in 5.11 seconds. |
179 | 2024-05-13T15:06:51.354Z | Done (0.119s) |
180 | 2024-05-13T15:06:51.355Z | Done (0.000s) |
181 | 2024-05-13T15:06:51.641Z | Done (0.289s) |
182 | 2024-05-13T15:06:56.816Z | Done (5.024s) |
183 | 2024-05-13T15:06:56.994Z | Done (0.111s) |
184 | 2024-05-13T15:06:56.997Z | Done (0.000s) |
185 | 2024-05-13T15:06:57.166Z | Done (0.000s) |
186 | 2024-05-13T15:06:57.731Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-05-13T15:06:57.893Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-05-13T15:06:57.896Z | Planning: Consolidating action changes ... Done |
189 | 2024-05-13T15:06:58.511Z | Planning: Evaluating mediators ... Done |
190 | 2024-05-13T15:06:58.511Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-05-13T15:06:58.511Z | Mediators to change: 2 |
192 | 2024-05-13T15:06:58.511Z | Create boot environment: No |
193 | 2024-05-13T15:06:58.512Z | Create backup boot environment: No |
194 | 2024-05-13T15:06:58.512Z | Done |
195 | 2024-05-13T15:06:58.512Z | Done |
196 | 2024-05-13T15:06:58.512Z | Done |
197 | 2024-05-13T15:07:02.003Z | Done |
198 | 2024-05-13T15:07:02.089Z | Done |
199 | 2024-05-13T15:07:02.100Z | Done |
200 | 2024-05-13T15:07:02.189Z | Done |
201 | 2024-05-13T15:07:02.795Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-05-13T15:07:02.802Z | Planning: Merging actions ... Done |
203 | 2024-05-13T15:07:02.984Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-05-13T15:07:02.991Z | Planning: Consolidating action changes ... Done |
205 | 2024-05-13T15:07:03.241Z | Planning: Evaluating mediators ... Done |
206 | 2024-05-13T15:07:03.297Z | Planning: Planning completed in 0.75 seconds |
207 | 2024-05-13T15:07:03.332Z | Packages to change: 1 |
208 | 2024-05-13T15:07:03.332Z | Mediators to change: 1 |
209 | 2024-05-13T15:07:03.341Z | Services to change: 1 |
210 | 2024-05-13T15:07:03.341Z | Create boot environment: No |
211 | 2024-05-13T15:07:03.341Z | Create backup boot environment: Yes |
212 | 2024-05-13T15:07:05.271Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-05-13T15:07:05.321Z | Actions: Completed 6 actions in 0.05 seconds. |
214 | 2024-05-13T15:07:05.325Z | Done |
215 | 2024-05-13T15:07:05.325Z | Done |
216 | 2024-05-13T15:07:05.383Z | Done |
217 | 2024-05-13T15:07:09.047Z | Done |
218 | 2024-05-13T15:07:09.132Z | Done |
219 | 2024-05-13T15:07:09.135Z | Done |
220 | 2024-05-13T15:07:09.248Z | Done |
221 | 2024-05-13T15:07:09.681Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-05-13T15:07:09.681Z | clang system 15 system |
223 | 2024-05-13T15:07:09.681Z | csh system system illumos |
224 | 2024-05-13T15:07:09.681Z | ctags system system illumos |
225 | 2024-05-13T15:07:09.682Z | gcc vendor 12 vendor |
226 | 2024-05-13T15:07:09.682Z | gcc system 10 system |
227 | 2024-05-13T15:07:09.682Z | gcc system 7 system |
228 | 2024-05-13T15:07:09.682Z | go system 1.20 system |
229 | 2024-05-13T15:07:09.682Z | go system 1.19 system |
230 | 2024-05-13T15:07:09.682Z | llvm system 15 system |
231 | 2024-05-13T15:07:09.682Z | llvm system 14 system |
232 | 2024-05-13T15:07:09.682Z | mariadb system 10.6 system |
233 | 2024-05-13T15:07:09.682Z | mta vendor vendor dma |
234 | 2024-05-13T15:07:09.682Z | openjdk system 17 system |
235 | 2024-05-13T15:07:09.682Z | openjdk system 11 system |
236 | 2024-05-13T15:07:09.682Z | openjdk system 1.8 system |
237 | 2024-05-13T15:07:09.682Z | openssl vendor 3 vendor |
238 | 2024-05-13T15:07:09.682Z | perl system 5.36 system |
239 | 2024-05-13T15:07:09.682Z | postgresql system 15 system |
240 | 2024-05-13T15:07:09.683Z | postgresql system 13 system |
241 | 2024-05-13T15:07:09.683Z | python vendor 3 vendor |
242 | 2024-05-13T15:07:09.683Z | python system 2 system |
243 | 2024-05-13T15:07:09.683Z | python3 system 3.11 system |
244 | 2024-05-13T15:07:09.683Z | ruby system 3.0 system |
245 | 2024-05-13T15:07:09.683Z | words vendor vendor american-english |
246 | 2024-05-13T15:07:09.683Z | words system system australian-english |
247 | 2024-05-13T15:07:09.683Z | words system system british-english |
248 | 2024-05-13T15:07:09.683Z | words system system canadian-english |
249 | 2024-05-13T15:07:09.683Z | words system system french |
250 | 2024-05-13T15:07:09.683Z | words system system italian |
251 | 2024-05-13T15:07:09.683Z | words system system ngerman |
252 | 2024-05-13T15:07:09.683Z | words system system ogerman |
253 | 2024-05-13T15:07:09.683Z | words system system spanish |
254 | 2024-05-13T15:07:10.012Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-05-13T15:07:10.012Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-05-13T15:07:11.356Z | FMRI IFO |
257 | 2024-05-13T15:07:11.356Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-05-13T15:07:11.356Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-05-13T15:07:11.356Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-05-13T15:07:11.356Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-05-13T15:07:11.356Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-05-13T15:07:11.356Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-05-13T15:07:11.357Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
264 | 2024-05-13T15:07:11.357Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-05-13T15:07:11.357Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-05-13T15:07:11.357Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-05-13T15:07:11.357Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-05-13T15:07:11.357Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-05-13T15:07:11.618Z | + set -o errexit |
270 | 2024-05-13T15:07:11.633Z | +++ dirname ./tools/ci_download_cockroachdb |
271 | 2024-05-13T15:07:11.633Z | ++ cd ./tools |
272 | 2024-05-13T15:07:11.633Z | ++ pwd |
273 | 2024-05-13T15:07:11.633Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
274 | 2024-05-13T15:07:11.633Z | ++ basename ./tools/ci_download_cockroachdb |
275 | 2024-05-13T15:07:11.633Z | + ARG0=ci_download_cockroachdb |
276 | 2024-05-13T15:07:11.633Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
277 | 2024-05-13T15:07:11.633Z | + CIDL_VERSION=v22.1.9 |
278 | 2024-05-13T15:07:11.633Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
279 | 2024-05-13T15:07:11.633Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
280 | 2024-05-13T15:07:11.633Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
281 | 2024-05-13T15:07:11.633Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
282 | 2024-05-13T15:07:11.633Z | + TARGET_DIR=out |
283 | 2024-05-13T15:07:11.634Z | + DOWNLOAD_DIR=out/downloads |
284 | 2024-05-13T15:07:11.634Z | + DEST_DIR=./out/cockroachdb |
285 | 2024-05-13T15:07:11.634Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
286 | 2024-05-13T15:07:11.634Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
287 | 2024-05-13T15:07:11.634Z | + main |
288 | 2024-05-13T15:07:11.634Z | + [[ 0 != 0 ]] |
289 | 2024-05-13T15:07:11.634Z | + CIDL_OS=solaris2.11 |
290 | 2024-05-13T15:07:11.634Z | + [[ 0 != 0 ]] |
291 | 2024-05-13T15:07:11.634Z | + configure_os solaris2.11 |
292 | 2024-05-13T15:07:11.634Z | + echo 'current directory: /work/oxidecomputer/omicron' |
293 | 2024-05-13T15:07:11.634Z | current directory: /work/oxidecomputer/omicron |
294 | 2024-05-13T15:07:11.634Z | + echo 'configuring based on OS: "solaris2.11"' |
295 | 2024-05-13T15:07:11.634Z | + case "$1" in |
296 | 2024-05-13T15:07:11.635Z | configuring based on OS: "solaris2.11" |
297 | 2024-05-13T15:07:11.635Z | + CIDL_BUILD=illumos |
298 | 2024-05-13T15:07:11.635Z | + CIDL_SUFFIX=tar.gz |
299 | 2024-05-13T15:07:11.635Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
300 | 2024-05-13T15:07:11.635Z | + CIDL_URL_BASE=https://illumos.org/downloads |
301 | 2024-05-13T15:07:11.635Z | + CIDL_ASSEMBLE=do_assemble_illumos |
302 | 2024-05-13T15:07:11.635Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
303 | 2024-05-13T15:07:11.635Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-05-13T15:07:11.635Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-13T15:07:11.635Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
306 | 2024-05-13T15:07:11.635Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-05-13T15:07:11.635Z | + CIDL_SHA256FUNC=do_sha256sum |
308 | 2024-05-13T15:07:11.635Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2024-05-13T15:07:11.635Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-05-13T15:07:11.635Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
311 | 2024-05-13T15:07:11.635Z | + mkdir -p out/downloads |
312 | 2024-05-13T15:07:11.636Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-05-13T15:07:11.636Z | + mkdir -p ./out/cockroachdb |
314 | 2024-05-13T15:07:11.636Z | + local DO_DOWNLOAD=true |
315 | 2024-05-13T15:07:11.636Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
316 | 2024-05-13T15:07:11.636Z | + '[' true == true ']' |
317 | 2024-05-13T15:07:11.636Z | + echo Downloading... |
318 | 2024-05-13T15:07:11.636Z | Downloading... |
319 | 2024-05-13T15:07:11.636Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-05-13T15:07:11.636Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-05-13T15:07:18.920Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-05-13T15:07:18.923Z | ++ sha256sum |
323 | 2024-05-13T15:07:18.923Z | ++ awk '{print $1}' |
324 | 2024-05-13T15:07:18.985Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
325 | 2024-05-13T15:07:18.985Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
326 | 2024-05-13T15:07:18.985Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2024-05-13T15:07:18.988Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
328 | 2024-05-13T15:07:21.179Z | + do_assemble_illumos |
329 | 2024-05-13T15:07:21.179Z | + rm -r ./out/cockroachdb |
330 | 2024-05-13T15:07:21.183Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
331 | 2024-05-13T15:07:21.580Z | + ./out/cockroachdb/bin/cockroach version |
332 | 2024-05-13T15:07:21.820Z | Build Tag: v22.1.9-dirty |
333 | 2024-05-13T15:07:21.820Z | Build Time: 2022/10/26 21:17:46 |
334 | 2024-05-13T15:07:21.820Z | Distribution: OSS |
335 | 2024-05-13T15:07:21.820Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
336 | 2024-05-13T15:07:21.821Z | Go Version: go1.17.13 |
337 | 2024-05-13T15:07:21.821Z | C Compiler: gcc 10.3.0 |
338 | 2024-05-13T15:07:21.821Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
339 | 2024-05-13T15:07:21.821Z | Build Type: release |
340 | 2024-05-13T15:07:21.839Z | + set -o errexit |
341 | 2024-05-13T15:07:21.842Z | +++ dirname ./tools/ci_download_clickhouse |
342 | 2024-05-13T15:07:21.845Z | ++ cd ./tools |
343 | 2024-05-13T15:07:21.845Z | ++ pwd |
344 | 2024-05-13T15:07:21.845Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
345 | 2024-05-13T15:07:21.845Z | ++ basename ./tools/ci_download_clickhouse |
346 | 2024-05-13T15:07:21.848Z | + ARG0=ci_download_clickhouse |
347 | 2024-05-13T15:07:21.848Z | + TARGET_DIR=out |
348 | 2024-05-13T15:07:21.848Z | + DOWNLOAD_DIR=out/downloads |
349 | 2024-05-13T15:07:21.848Z | + DEST_DIR=./out/clickhouse |
350 | 2024-05-13T15:07:21.848Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
351 | 2024-05-13T15:07:21.851Z | + CIDL_VERSION=v23.8.7.24 |
352 | 2024-05-13T15:07:21.852Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
353 | 2024-05-13T15:07:21.852Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
354 | 2024-05-13T15:07:21.852Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
355 | 2024-05-13T15:07:21.852Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-05-13T15:07:21.852Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
357 | 2024-05-13T15:07:21.852Z | + main |
358 | 2024-05-13T15:07:21.852Z | + [[ 0 != 0 ]] |
359 | 2024-05-13T15:07:21.852Z | + CIDL_OS=solaris2.11 |
360 | 2024-05-13T15:07:21.852Z | + [[ 0 != 0 ]] |
361 | 2024-05-13T15:07:21.852Z | + configure_os solaris2.11 |
362 | 2024-05-13T15:07:21.852Z | + echo 'current directory: /work/oxidecomputer/omicron' |
363 | 2024-05-13T15:07:21.852Z | current directory: /work/oxidecomputer/omicron |
364 | 2024-05-13T15:07:21.852Z | configuring based on OS: "solaris2.11" |
365 | 2024-05-13T15:07:21.852Z | + echo 'configuring based on OS: "solaris2.11"' |
366 | 2024-05-13T15:07:21.852Z | + CIDL_DASHREV= |
367 | 2024-05-13T15:07:21.852Z | + case "$1" in |
368 | 2024-05-13T15:07:21.852Z | + CIDL_PLATFORM=illumos |
369 | 2024-05-13T15:07:21.852Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-05-13T15:07:21.852Z | + CIDL_MD5FUNC=do_md5sum |
371 | 2024-05-13T15:07:21.852Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
372 | 2024-05-13T15:07:21.852Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-05-13T15:07:21.853Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-13T15:07:21.853Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-05-13T15:07:21.853Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
376 | 2024-05-13T15:07:21.853Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-05-13T15:07:21.853Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-05-13T15:07:21.853Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
379 | 2024-05-13T15:07:21.853Z | + mkdir -p out/downloads |
380 | 2024-05-13T15:07:21.856Z | + mkdir -p ./out/clickhouse |
381 | 2024-05-13T15:07:21.856Z | + local DO_DOWNLOAD=true |
382 | 2024-05-13T15:07:21.857Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
383 | 2024-05-13T15:07:21.857Z | + '[' true == true ']' |
384 | 2024-05-13T15:07:21.857Z | + echo Downloading... |
385 | 2024-05-13T15:07:21.857Z | Downloading... |
386 | 2024-05-13T15:07:21.857Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
387 | 2024-05-13T15:07:21.857Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
388 | 2024-05-13T15:07:23.445Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
389 | 2024-05-13T15:07:23.449Z | ++ md5sum |
390 | 2024-05-13T15:07:23.449Z | ++ awk '{print $1}' |
391 | 2024-05-13T15:07:23.709Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
392 | 2024-05-13T15:07:23.709Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
393 | 2024-05-13T15:07:23.712Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
394 | 2024-05-13T15:07:23.712Z | + mkdir -p ./out/clickhouse |
395 | 2024-05-13T15:07:23.712Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
396 | 2024-05-13T15:07:27.553Z | + [[ solaris2.11 == darwin* ]] |
397 | 2024-05-13T15:07:27.553Z | + ./out/clickhouse/clickhouse server --version |
398 | 2024-05-13T15:07:27.785Z | ClickHouse server version 23.8.7.1. |
399 | 2024-05-13T15:07:27.803Z | + set -o errexit |
400 | 2024-05-13T15:07:27.808Z | +++ dirname ./tools/ci_download_console |
401 | 2024-05-13T15:07:27.811Z | ++ cd ./tools |
402 | 2024-05-13T15:07:27.811Z | ++ pwd |
403 | 2024-05-13T15:07:27.811Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
404 | 2024-05-13T15:07:27.811Z | ++ basename ./tools/ci_download_console |
405 | 2024-05-13T15:07:27.811Z | + ARG0=ci_download_console |
406 | 2024-05-13T15:07:27.811Z | + TARGET_DIR=out |
407 | 2024-05-13T15:07:27.812Z | + DOWNLOAD_DIR=out/downloads |
408 | 2024-05-13T15:07:27.812Z | + DEST_DIR=./out/console-assets |
409 | 2024-05-13T15:07:27.812Z | + source /work/oxidecomputer/omicron/tools/console_version |
410 | 2024-05-13T15:07:27.812Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
411 | 2024-05-13T15:07:27.812Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
412 | 2024-05-13T15:07:27.812Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
413 | 2024-05-13T15:07:27.812Z | + TARBALL_FILE=out/downloads/console.tar.gz |
414 | 2024-05-13T15:07:27.812Z | + main |
415 | 2024-05-13T15:07:27.812Z | + [[ 0 != 0 ]] |
416 | 2024-05-13T15:07:27.812Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
417 | 2024-05-13T15:07:27.812Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
418 | 2024-05-13T15:07:27.812Z | + echo 'Local file: out/downloads/console.tar.gz' |
419 | 2024-05-13T15:07:27.812Z | Local file: out/downloads/console.tar.gz |
420 | 2024-05-13T15:07:27.812Z | + local DO_DOWNLOAD=true |
421 | 2024-05-13T15:07:27.812Z | + [[ -f out/downloads/console.tar.gz ]] |
422 | 2024-05-13T15:07:27.812Z | + mkdir -p out/downloads |
423 | 2024-05-13T15:07:27.816Z | + '[' true == true ']' |
424 | 2024-05-13T15:07:27.816Z | + echo Downloading... |
425 | 2024-05-13T15:07:27.816Z | Downloading... |
426 | 2024-05-13T15:07:27.816Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
427 | 2024-05-13T15:07:27.816Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
428 | 2024-05-13T15:07:28.389Z | ++ do_sha256sum out/downloads/console.tar.gz |
429 | 2024-05-13T15:07:28.419Z | ++ case "$OSTYPE" in |
430 | 2024-05-13T15:07:28.419Z | ++ SHA=sha256sum |
431 | 2024-05-13T15:07:28.419Z | ++ sha256sum |
432 | 2024-05-13T15:07:28.420Z | ++ awk '{print $1}' |
433 | 2024-05-13T15:07:28.431Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
434 | 2024-05-13T15:07:28.431Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
435 | 2024-05-13T15:07:28.432Z | + rm -rf ./out/console-assets |
436 | 2024-05-13T15:07:28.432Z | + mkdir -p ./out/console-assets |
437 | 2024-05-13T15:07:28.432Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
438 | 2024-05-13T15:07:28.433Z | + mkdir -p ./out/console-assets |
439 | 2024-05-13T15:07:28.433Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
440 | 2024-05-13T15:07:28.509Z | + set -o errexit |
441 | 2024-05-13T15:07:28.519Z | +++ dirname ./tools/ci_download_dendrite_openapi |
442 | 2024-05-13T15:07:28.519Z | ++ cd ./tools |
443 | 2024-05-13T15:07:28.519Z | ++ pwd |
444 | 2024-05-13T15:07:28.519Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
445 | 2024-05-13T15:07:28.519Z | ++ basename ./tools/ci_download_dendrite_openapi |
446 | 2024-05-13T15:07:28.519Z | + ARG0=ci_download_dendrite_openapi |
447 | 2024-05-13T15:07:28.519Z | + TARGET_DIR=out |
448 | 2024-05-13T15:07:28.520Z | + DOWNLOAD_DIR=out/downloads |
449 | 2024-05-13T15:07:28.520Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
450 | 2024-05-13T15:07:28.520Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
451 | 2024-05-13T15:07:28.520Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
452 | 2024-05-13T15:07:28.520Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
453 | 2024-05-13T15:07:28.520Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
454 | 2024-05-13T15:07:28.520Z | + main |
455 | 2024-05-13T15:07:28.520Z | + [[ 0 != 0 ]] |
456 | 2024-05-13T15:07:28.521Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
457 | 2024-05-13T15:07:28.521Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
458 | 2024-05-13T15:07:28.521Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
459 | 2024-05-13T15:07:28.521Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
460 | 2024-05-13T15:07:28.521Z | + local DO_DOWNLOAD=true |
461 | 2024-05-13T15:07:28.521Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
462 | 2024-05-13T15:07:28.521Z | + mkdir -p out/downloads |
463 | 2024-05-13T15:07:28.522Z | + '[' true == true ']' |
464 | 2024-05-13T15:07:28.522Z | + echo Downloading... |
465 | 2024-05-13T15:07:28.522Z | Downloading... |
466 | 2024-05-13T15:07:28.522Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
467 | 2024-05-13T15:07:28.522Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
468 | 2024-05-13T15:07:28.769Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
469 | 2024-05-13T15:07:28.770Z | ++ case "$OSTYPE" in |
470 | 2024-05-13T15:07:28.770Z | ++ SHA=sha256sum |
471 | 2024-05-13T15:07:28.782Z | ++ sha256sum |
472 | 2024-05-13T15:07:28.782Z | ++ awk '{print $1}' |
473 | 2024-05-13T15:07:28.782Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
474 | 2024-05-13T15:07:28.783Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
475 | 2024-05-13T15:07:28.794Z | + set -o errexit |
476 | 2024-05-13T15:07:28.794Z | +++ dirname ./tools/ci_download_dendrite_stub |
477 | 2024-05-13T15:07:28.794Z | ++ cd ./tools |
478 | 2024-05-13T15:07:28.795Z | ++ pwd |
479 | 2024-05-13T15:07:28.795Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2024-05-13T15:07:28.795Z | ++ basename ./tools/ci_download_dendrite_stub |
481 | 2024-05-13T15:07:28.795Z | + ARG0=ci_download_dendrite_stub |
482 | 2024-05-13T15:07:28.796Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
483 | 2024-05-13T15:07:28.796Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
484 | 2024-05-13T15:07:28.796Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
485 | 2024-05-13T15:07:28.796Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
486 | 2024-05-13T15:07:28.797Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
487 | 2024-05-13T15:07:28.797Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
488 | 2024-05-13T15:07:28.797Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
489 | 2024-05-13T15:07:28.797Z | + TARGET_DIR=out |
490 | 2024-05-13T15:07:28.798Z | + DOWNLOAD_DIR=out/downloads |
491 | 2024-05-13T15:07:28.798Z | + DEST_DIR=./out/dendrite-stub |
492 | 2024-05-13T15:07:28.798Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
493 | 2024-05-13T15:07:28.798Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
494 | 2024-05-13T15:07:28.798Z | + REPO=oxidecomputer/dendrite |
495 | 2024-05-13T15:07:28.799Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
496 | 2024-05-13T15:07:28.799Z | + main |
497 | 2024-05-13T15:07:28.799Z | + [[ 0 != 0 ]] |
498 | 2024-05-13T15:07:28.799Z | + CIDL_OS=solaris2.11 |
499 | 2024-05-13T15:07:28.800Z | + [[ 0 != 0 ]] |
500 | 2024-05-13T15:07:28.800Z | + configure_os solaris2.11 |
501 | 2024-05-13T15:07:28.800Z | + echo 'current directory: /work/oxidecomputer/omicron' |
502 | 2024-05-13T15:07:28.800Z | current directory: /work/oxidecomputer/omicron |
503 | 2024-05-13T15:07:28.801Z | + echo 'configuring based on OS: "solaris2.11"' |
504 | 2024-05-13T15:07:28.801Z | + case "$1" in |
505 | 2024-05-13T15:07:28.801Z | + SET_BINARIES= |
506 | 2024-05-13T15:07:28.801Z | configuring based on OS: "solaris2.11" |
507 | 2024-05-13T15:07:28.801Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
508 | 2024-05-13T15:07:28.801Z | + CIDL_SHA256FUNC=do_sha256sum |
509 | 2024-05-13T15:07:28.801Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
510 | 2024-05-13T15:07:28.801Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
511 | 2024-05-13T15:07:28.801Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
512 | 2024-05-13T15:07:28.801Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
513 | 2024-05-13T15:07:28.801Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
514 | 2024-05-13T15:07:28.802Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
515 | 2024-05-13T15:07:28.802Z | + mkdir -p out/downloads |
516 | 2024-05-13T15:07:28.802Z | Local file: out/downloads/dendrite-stub.tar.gz |
517 | 2024-05-13T15:07:28.806Z | + mkdir -p ./out/dendrite-stub |
518 | 2024-05-13T15:07:28.806Z | + fetch_and_verify |
519 | 2024-05-13T15:07:28.806Z | + local DO_DOWNLOAD=true |
520 | 2024-05-13T15:07:28.806Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
521 | 2024-05-13T15:07:28.806Z | + '[' true == true ']' |
522 | 2024-05-13T15:07:28.807Z | + echo Downloading... |
523 | 2024-05-13T15:07:28.807Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
524 | 2024-05-13T15:07:28.807Z | Downloading... |
525 | 2024-05-13T15:07:28.807Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
526 | 2024-05-13T15:07:36.510Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
527 | 2024-05-13T15:07:36.532Z | ++ sha256sum |
528 | 2024-05-13T15:07:36.532Z | ++ awk '{print $1}' |
529 | 2024-05-13T15:07:36.546Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
530 | 2024-05-13T15:07:36.546Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
531 | 2024-05-13T15:07:36.546Z | + do_untar out/downloads/dendrite-stub.tar.gz |
532 | 2024-05-13T15:07:36.546Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
533 | 2024-05-13T15:07:37.163Z | + do_assemble |
534 | 2024-05-13T15:07:37.163Z | + rm -r ./out/dendrite-stub |
535 | 2024-05-13T15:07:37.166Z | + mkdir ./out/dendrite-stub |
536 | 2024-05-13T15:07:37.169Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
537 | 2024-05-13T15:07:37.255Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
538 | 2024-05-13T15:07:37.264Z | + set -o errexit |
539 | 2024-05-13T15:07:37.267Z | +++ dirname ./tools/ci_download_maghemite_mgd |
540 | 2024-05-13T15:07:37.270Z | ++ cd ./tools |
541 | 2024-05-13T15:07:37.270Z | ++ pwd |
542 | 2024-05-13T15:07:37.270Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
543 | 2024-05-13T15:07:37.270Z | ++ basename ./tools/ci_download_maghemite_mgd |
544 | 2024-05-13T15:07:37.273Z | + ARG0=ci_download_maghemite_mgd |
545 | 2024-05-13T15:07:37.273Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
546 | 2024-05-13T15:07:37.273Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
547 | 2024-05-13T15:07:37.273Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
548 | 2024-05-13T15:07:37.273Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
549 | 2024-05-13T15:07:37.273Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
550 | 2024-05-13T15:07:37.274Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
551 | 2024-05-13T15:07:37.274Z | + TARGET_DIR=out |
552 | 2024-05-13T15:07:37.274Z | + DOWNLOAD_DIR=out/downloads |
553 | 2024-05-13T15:07:37.274Z | + DEST_DIR=./out/mgd |
554 | 2024-05-13T15:07:37.274Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
555 | 2024-05-13T15:07:37.274Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
556 | 2024-05-13T15:07:37.274Z | + REPO=oxidecomputer/maghemite |
557 | 2024-05-13T15:07:37.274Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
558 | 2024-05-13T15:07:37.274Z | + main |
559 | 2024-05-13T15:07:37.274Z | + rm -rf out/downloads/root |
560 | 2024-05-13T15:07:37.280Z | + [[ 0 != 0 ]] |
561 | 2024-05-13T15:07:37.280Z | + CIDL_OS=solaris2.11 |
562 | 2024-05-13T15:07:37.284Z | + [[ 0 != 0 ]] |
563 | 2024-05-13T15:07:37.284Z | + configure_os solaris2.11 |
564 | 2024-05-13T15:07:37.284Z | + echo 'current directory: /work/oxidecomputer/omicron' |
565 | 2024-05-13T15:07:37.284Z | + echo 'configuring based on OS: "solaris2.11"' |
566 | 2024-05-13T15:07:37.284Z | current directory: /work/oxidecomputer/omicron |
567 | 2024-05-13T15:07:37.284Z | configuring based on OS: "solaris2.11" |
568 | 2024-05-13T15:07:37.284Z | + case "$1" in |
569 | 2024-05-13T15:07:37.284Z | + SET_BINARIES= |
570 | 2024-05-13T15:07:37.284Z | + CIDL_SHA256FUNC=do_sha256sum |
571 | 2024-05-13T15:07:37.284Z | + TARBALL_FILENAME=mgd.tar.gz |
572 | 2024-05-13T15:07:37.284Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
573 | 2024-05-13T15:07:37.284Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
574 | 2024-05-13T15:07:37.284Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
575 | 2024-05-13T15:07:37.284Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
576 | 2024-05-13T15:07:37.284Z | Local file: out/downloads/mgd.tar.gz |
577 | 2024-05-13T15:07:37.284Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
578 | 2024-05-13T15:07:37.284Z | + mkdir -p out/downloads |
579 | 2024-05-13T15:07:37.285Z | + mkdir -p ./out/mgd |
580 | 2024-05-13T15:07:37.288Z | + fetch_and_verify |
581 | 2024-05-13T15:07:37.288Z | + local DO_DOWNLOAD=true |
582 | 2024-05-13T15:07:37.288Z | + [[ -f out/downloads/mgd.tar.gz ]] |
583 | 2024-05-13T15:07:37.288Z | + '[' true == true ']' |
584 | 2024-05-13T15:07:37.288Z | + echo Downloading... |
585 | 2024-05-13T15:07:37.288Z | Downloading... |
586 | 2024-05-13T15:07:37.288Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
587 | 2024-05-13T15:07:37.288Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
588 | 2024-05-13T15:07:42.956Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
589 | 2024-05-13T15:07:42.976Z | ++ sha256sum |
590 | 2024-05-13T15:07:42.976Z | ++ awk '{print $1}' |
591 | 2024-05-13T15:07:42.990Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
592 | 2024-05-13T15:07:42.990Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
593 | 2024-05-13T15:07:42.990Z | + do_untar out/downloads/mgd.tar.gz |
594 | 2024-05-13T15:07:42.990Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
595 | 2024-05-13T15:07:43.563Z | + do_assemble |
596 | 2024-05-13T15:07:43.564Z | + rm -r ./out/mgd |
597 | 2024-05-13T15:07:43.566Z | + mkdir ./out/mgd |
598 | 2024-05-13T15:07:43.569Z | + cp -r out/downloads/root ./out/mgd/root |
599 | 2024-05-13T15:07:43.651Z | + set -o errexit |
600 | 2024-05-13T15:07:43.654Z | +++ dirname ./tools/ci_download_transceiver_control |
601 | 2024-05-13T15:07:43.656Z | ++ cd ./tools |
602 | 2024-05-13T15:07:43.656Z | ++ pwd |
603 | 2024-05-13T15:07:43.657Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
604 | 2024-05-13T15:07:43.660Z | ++ basename ./tools/ci_download_transceiver_control |
605 | 2024-05-13T15:07:43.660Z | + ARG0=ci_download_transceiver_control |
606 | 2024-05-13T15:07:43.660Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
607 | 2024-05-13T15:07:43.660Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
608 | 2024-05-13T15:07:43.660Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
609 | 2024-05-13T15:07:43.660Z | + TARGET_DIR=out |
610 | 2024-05-13T15:07:43.660Z | + DOWNLOAD_DIR=out/downloads |
611 | 2024-05-13T15:07:43.660Z | + DEST_DIR=./out/transceiver-control |
612 | 2024-05-13T15:07:43.661Z | + BIN_DIR=/opt/oxide/bin |
613 | 2024-05-13T15:07:43.661Z | + BINARY=xcvradm |
614 | 2024-05-13T15:07:43.661Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
615 | 2024-05-13T15:07:43.661Z | + REPO=oxidecomputer/transceiver-control |
616 | 2024-05-13T15:07:43.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
617 | 2024-05-13T15:07:43.661Z | + main |
618 | 2024-05-13T15:07:43.661Z | + [[ 0 != 0 ]] |
619 | 2024-05-13T15:07:43.661Z | + CIDL_OS=solaris2.11 |
620 | 2024-05-13T15:07:43.661Z | + [[ 0 != 0 ]] |
621 | 2024-05-13T15:07:43.661Z | + configure_os solaris2.11 |
622 | 2024-05-13T15:07:43.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
623 | 2024-05-13T15:07:43.661Z | current directory: /work/oxidecomputer/omicron |
624 | 2024-05-13T15:07:43.661Z | + echo 'configuring based on OS: "solaris2.11"' |
625 | 2024-05-13T15:07:43.661Z | + case "$1" in |
626 | 2024-05-13T15:07:43.661Z | configuring based on OS: "solaris2.11" |
627 | 2024-05-13T15:07:43.661Z | + SET_BINARIES= |
628 | 2024-05-13T15:07:43.661Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2024-05-13T15:07:43.661Z | + CIDL_SHA256FUNC=do_sha256sum |
630 | 2024-05-13T15:07:43.661Z | + ARCHIVE_FILENAME=xcvradm.gz |
631 | 2024-05-13T15:07:43.661Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
632 | 2024-05-13T15:07:43.661Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
633 | 2024-05-13T15:07:43.661Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
634 | 2024-05-13T15:07:43.661Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
635 | 2024-05-13T15:07:43.662Z | + echo 'Local file: out/downloads/xcvradm.gz' |
636 | 2024-05-13T15:07:43.662Z | + mkdir -p out/downloads |
637 | 2024-05-13T15:07:43.662Z | Local file: out/downloads/xcvradm.gz |
638 | 2024-05-13T15:07:43.665Z | + mkdir -p ./out/transceiver-control |
639 | 2024-05-13T15:07:43.665Z | + fetch_and_verify |
640 | 2024-05-13T15:07:43.665Z | + local DO_DOWNLOAD=true |
641 | 2024-05-13T15:07:43.665Z | + [[ -f out/downloads/xcvradm.gz ]] |
642 | 2024-05-13T15:07:43.665Z | + '[' true == true ']' |
643 | 2024-05-13T15:07:43.665Z | + echo Downloading... |
644 | 2024-05-13T15:07:43.665Z | Downloading... |
645 | 2024-05-13T15:07:43.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
646 | 2024-05-13T15:07:43.665Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
647 | 2024-05-13T15:07:44.139Z | ++ do_sha256sum out/downloads/xcvradm.gz |
648 | 2024-05-13T15:07:44.142Z | ++ sha256sum |
649 | 2024-05-13T15:07:44.142Z | ++ awk '{print $1}' |
650 | 2024-05-13T15:07:44.147Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-05-13T15:07:44.151Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
652 | 2024-05-13T15:07:44.151Z | + do_unpack out/downloads/xcvradm.gz |
653 | 2024-05-13T15:07:44.151Z | + mkdir -p out/downloads/root//opt/oxide/bin |
654 | 2024-05-13T15:07:44.151Z | + gzip -dc out/downloads/xcvradm.gz |
655 | 2024-05-13T15:07:44.277Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
656 | 2024-05-13T15:07:44.291Z | + do_assemble |
657 | 2024-05-13T15:07:44.291Z | + rm -r ./out/transceiver-control |
658 | 2024-05-13T15:07:44.291Z | + mkdir ./out/transceiver-control |
659 | 2024-05-13T15:07:44.291Z | + cp -r out/downloads/root ./out/transceiver-control/root |
660 | 2024-05-13T15:07:44.389Z | + set -o errexit |
661 | 2024-05-13T15:07:44.396Z | +++ dirname ./tools/ci_download_thundermuffin |
662 | 2024-05-13T15:07:44.396Z | ++ cd ./tools |
663 | 2024-05-13T15:07:44.396Z | ++ pwd |
664 | 2024-05-13T15:07:44.396Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
665 | 2024-05-13T15:07:44.396Z | ++ basename ./tools/ci_download_thundermuffin |
666 | 2024-05-13T15:07:44.397Z | + ARG0=ci_download_thundermuffin |
667 | 2024-05-13T15:07:44.397Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
668 | 2024-05-13T15:07:44.397Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
669 | 2024-05-13T15:07:44.397Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
670 | 2024-05-13T15:07:44.398Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
671 | 2024-05-13T15:07:44.398Z | + TARGET_DIR=out |
672 | 2024-05-13T15:07:44.398Z | + DOWNLOAD_DIR=out/downloads |
673 | 2024-05-13T15:07:44.398Z | + DEST_DIR=./out/thundermuffin |
674 | 2024-05-13T15:07:44.398Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
675 | 2024-05-13T15:07:44.399Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
676 | 2024-05-13T15:07:44.399Z | + REPO=oxidecomputer/thundermuffin |
677 | 2024-05-13T15:07:44.399Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
678 | 2024-05-13T15:07:44.399Z | + main |
679 | 2024-05-13T15:07:44.399Z | + rm -rf out/downloads/root |
680 | 2024-05-13T15:07:44.404Z | + [[ 0 != 0 ]] |
681 | 2024-05-13T15:07:44.404Z | + CIDL_OS=solaris2.11 |
682 | 2024-05-13T15:07:44.405Z | + [[ 0 != 0 ]] |
683 | 2024-05-13T15:07:44.405Z | + configure_os solaris2.11 |
684 | 2024-05-13T15:07:44.405Z | + echo 'current directory: /work/oxidecomputer/omicron' |
685 | 2024-05-13T15:07:44.405Z | current directory: /work/oxidecomputer/omicron |
686 | 2024-05-13T15:07:44.405Z | + echo 'configuring based on OS: "solaris2.11"' |
687 | 2024-05-13T15:07:44.406Z | + case "$1" in |
688 | 2024-05-13T15:07:44.406Z | configuring based on OS: "solaris2.11" |
689 | 2024-05-13T15:07:44.406Z | + SET_BINARIES= |
690 | 2024-05-13T15:07:44.406Z | + CIDL_SHA256FUNC=do_sha256sum |
691 | 2024-05-13T15:07:44.406Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
692 | 2024-05-13T15:07:44.406Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
693 | 2024-05-13T15:07:44.407Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
694 | 2024-05-13T15:07:44.407Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
695 | 2024-05-13T15:07:44.407Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
696 | 2024-05-13T15:07:44.407Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
697 | 2024-05-13T15:07:44.407Z | Local file: out/downloads/thundermuffin.tar.gz |
698 | 2024-05-13T15:07:44.408Z | + mkdir -p out/downloads |
699 | 2024-05-13T15:07:44.408Z | + mkdir -p ./out/thundermuffin |
700 | 2024-05-13T15:07:44.408Z | + fetch_and_verify |
701 | 2024-05-13T15:07:44.408Z | + local DO_DOWNLOAD=true |
702 | 2024-05-13T15:07:44.408Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
703 | 2024-05-13T15:07:44.409Z | + '[' true == true ']' |
704 | 2024-05-13T15:07:44.409Z | + echo Downloading... |
705 | 2024-05-13T15:07:44.409Z | Downloading... |
706 | 2024-05-13T15:07:44.409Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
707 | 2024-05-13T15:07:44.409Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
708 | 2024-05-13T15:07:45.414Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
709 | 2024-05-13T15:07:45.417Z | ++ sha256sum |
710 | 2024-05-13T15:07:45.417Z | ++ awk '{print $1}' |
711 | 2024-05-13T15:07:45.421Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
712 | 2024-05-13T15:07:45.424Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
713 | 2024-05-13T15:07:45.424Z | + do_untar out/downloads/thundermuffin.tar.gz |
714 | 2024-05-13T15:07:45.424Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
715 | 2024-05-13T15:07:45.486Z | + do_assemble |
716 | 2024-05-13T15:07:45.486Z | + rm -r ./out/thundermuffin |
717 | 2024-05-13T15:07:45.490Z | + mkdir ./out/thundermuffin |
718 | 2024-05-13T15:07:45.498Z | + cp -r out/downloads/root ./out/thundermuffin/root |
719 | 2024-05-13T15:07:45.693Z | All builder prerequisites installed successfully, and PATH looks valid |
720 | 2024-05-13T15:07:45.702Z | |
721 | 2024-05-13T15:07:45.702Z | real 1:41.519076362 |
722 | 2024-05-13T15:07:45.702Z | user 37.208894179 |
723 | 2024-05-13T15:07:45.702Z | sys 6.994489098 |
724 | 2024-05-13T15:07:45.702Z | trap 0.008705680 |
725 | 2024-05-13T15:07:45.702Z | tflt 0.184196121 |
726 | 2024-05-13T15:07:45.702Z | dflt 0.204229673 |
727 | 2024-05-13T15:07:45.703Z | kflt 0.153722034 |
728 | 2024-05-13T15:07:45.703Z | lock 1.334973220 |
729 | 2024-05-13T15:07:45.703Z | slp 3:19.205799051 |
730 | 2024-05-13T15:07:45.703Z | lat 1.953667434 |
731 | 2024-05-13T15:07:45.703Z | stop 0.101785470 |
732 | 2024-05-13T15:07:45.703Z | |
733 | 2024-05-13T15:07:45.703Z | #### # # ##### ##### # # |
734 | 2024-05-13T15:07:45.703Z | # # # # # # # # # # |
735 | 2024-05-13T15:07:45.703Z | # # # # # # # # |
736 | 2024-05-13T15:07:45.704Z | # # # ##### ##### # |
737 | 2024-05-13T15:07:45.704Z | # # # # # # # |
738 | 2024-05-13T15:07:45.704Z | #### ###### # # # # |
739 | 2024-05-13T15:07:45.704Z | |
740 | 2024-05-13T15:07:45.909Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
741 | 2024-05-13T15:07:46.236Z | Updating git repository `https://github.com/oxidecomputer/zone` |
742 | 2024-05-13T15:07:46.516Z | Updating crates.io index |
743 | 2024-05-13T15:07:46.587Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
744 | 2024-05-13T15:07:47.391Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
745 | 2024-05-13T15:07:48.099Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
746 | 2024-05-13T15:07:50.078Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
747 | 2024-05-13T15:07:50.609Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
748 | 2024-05-13T15:07:50.916Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
749 | 2024-05-13T15:07:52.024Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
750 | 2024-05-13T15:07:53.814Z | Updating git repository `https://github.com/oxidecomputer/opte` |
751 | 2024-05-13T15:07:54.925Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
752 | 2024-05-13T15:07:55.655Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
753 | 2024-05-13T15:07:56.018Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
754 | 2024-05-13T15:07:56.701Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
755 | 2024-05-13T15:07:57.116Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
756 | 2024-05-13T15:07:57.299Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
757 | 2024-05-13T15:07:57.653Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
758 | 2024-05-13T15:07:57.974Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
759 | 2024-05-13T15:07:58.317Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
760 | 2024-05-13T15:07:58.570Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
761 | 2024-05-13T15:07:58.864Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
762 | 2024-05-13T15:07:59.303Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
763 | 2024-05-13T15:07:59.795Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
764 | 2024-05-13T15:08:00.097Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
765 | 2024-05-13T15:08:00.785Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
766 | 2024-05-13T15:08:01.171Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
767 | 2024-05-13T15:08:01.585Z | Updating git repository `https://github.com/jgallagher/nix` |
768 | 2024-05-13T15:08:02.707Z | Updating git repository `https://github.com/cbiffle/hubpack` |
769 | 2024-05-13T15:08:03.182Z | Updating git repository `https://github.com/oxidecomputer/typify` |
770 | 2024-05-13T15:08:05.273Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
771 | 2024-05-13T15:08:05.651Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
772 | 2024-05-13T15:08:05.983Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
773 | 2024-05-13T15:08:06.575Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
774 | 2024-05-13T15:08:07.926Z | Downloading crates ... |
775 | 2024-05-13T15:08:07.980Z | Downloaded anstyle v1.0.7 |
776 | 2024-05-13T15:08:07.985Z | Downloaded cargo-platform v0.1.3 |
777 | 2024-05-13T15:08:07.989Z | Downloaded anstyle-query v1.0.0 |
778 | 2024-05-13T15:08:07.989Z | Downloaded anstyle-parse v0.2.1 |
779 | 2024-05-13T15:08:07.995Z | Downloaded anyhow v1.0.82 |
780 | 2024-05-13T15:08:07.999Z | Downloaded clap_lex v0.7.0 |
781 | 2024-05-13T15:08:08.003Z | Downloaded cargo_metadata v0.18.1 |
782 | 2024-05-13T15:08:08.007Z | Downloaded cargo_toml v0.20.2 |
783 | 2024-05-13T15:08:08.013Z | Downloaded swrite v0.1.0 |
784 | 2024-05-13T15:08:08.016Z | Downloaded autocfg v1.1.0 |
785 | 2024-05-13T15:08:08.021Z | Downloaded colorchoice v1.0.0 |
786 | 2024-05-13T15:08:08.028Z | Downloaded equivalent v1.0.1 |
787 | 2024-05-13T15:08:08.031Z | Downloaded utf8parse v0.2.1 |
788 | 2024-05-13T15:08:08.031Z | Downloaded thiserror v1.0.59 |
789 | 2024-05-13T15:08:08.035Z | Downloaded terminal_size v0.3.0 |
790 | 2024-05-13T15:08:08.039Z | Downloaded toml_datetime v0.6.5 |
791 | 2024-05-13T15:08:08.039Z | Downloaded strsim v0.11.0 |
792 | 2024-05-13T15:08:08.042Z | Downloaded clap_derive v4.5.4 |
793 | 2024-05-13T15:08:08.045Z | Downloaded camino v1.1.6 |
794 | 2024-05-13T15:08:08.049Z | Downloaded thiserror-impl v1.0.59 |
795 | 2024-05-13T15:08:08.049Z | Downloaded semver v1.0.22 |
796 | 2024-05-13T15:08:08.055Z | Downloaded serde_spanned v0.6.5 |
797 | 2024-05-13T15:08:08.055Z | Downloaded heck v0.5.0 |
798 | 2024-05-13T15:08:08.055Z | Downloaded macaddr v1.0.1 |
799 | 2024-05-13T15:08:08.055Z | Downloaded fs-err v2.11.0 |
800 | 2024-05-13T15:08:08.059Z | Downloaded itoa v1.0.9 |
801 | 2024-05-13T15:08:08.059Z | Downloaded errno v0.3.8 |
802 | 2024-05-13T15:08:08.059Z | Downloaded anstream v0.6.11 |
803 | 2024-05-13T15:08:08.063Z | Downloaded quote v1.0.36 |
804 | 2024-05-13T15:08:08.066Z | Downloaded clap v4.5.4 |
805 | 2024-05-13T15:08:08.071Z | Downloaded bitflags v2.4.2 |
806 | 2024-05-13T15:08:08.075Z | Downloaded toml v0.8.12 |
807 | 2024-05-13T15:08:08.078Z | Downloaded serde_derive v1.0.201 |
808 | 2024-05-13T15:08:08.081Z | Downloaded ryu v1.0.15 |
809 | 2024-05-13T15:08:08.092Z | Downloaded unicode-ident v1.0.12 |
810 | 2024-05-13T15:08:08.095Z | Downloaded proc-macro2 v1.0.81 |
811 | 2024-05-13T15:08:08.108Z | Downloaded toml_edit v0.22.12 |
812 | 2024-05-13T15:08:08.129Z | Downloaded memchr v2.7.1 |
813 | 2024-05-13T15:08:08.134Z | Downloaded indexmap v2.2.6 |
814 | 2024-05-13T15:08:08.140Z | Downloaded clap_builder v4.5.2 |
815 | 2024-05-13T15:08:08.144Z | Downloaded hashbrown v0.14.3 |
816 | 2024-05-13T15:08:08.149Z | Downloaded winnow v0.6.1 |
817 | 2024-05-13T15:08:08.157Z | Downloaded serde_json v1.0.116 |
818 | 2024-05-13T15:08:08.164Z | Downloaded syn v2.0.60 |
819 | 2024-05-13T15:08:08.174Z | Downloaded serde v1.0.201 |
820 | 2024-05-13T15:08:08.183Z | Downloaded rustix v0.38.31 |
821 | 2024-05-13T15:08:08.211Z | Downloaded libc v0.2.153 |
822 | 2024-05-13T15:08:08.467Z | Compiling proc-macro2 v1.0.81 |
823 | 2024-05-13T15:08:08.470Z | Compiling unicode-ident v1.0.12 |
824 | 2024-05-13T15:08:08.470Z | Compiling serde v1.0.201 |
825 | 2024-05-13T15:08:08.470Z | Compiling libc v0.2.153 |
826 | 2024-05-13T15:08:08.470Z | Compiling rustix v0.38.31 |
827 | 2024-05-13T15:08:08.470Z | Compiling utf8parse v0.2.1 |
828 | 2024-05-13T15:08:08.493Z | Compiling bitflags v2.4.2 |
829 | 2024-05-13T15:08:08.503Z | Compiling hashbrown v0.14.3 |
830 | 2024-05-13T15:08:08.695Z | Compiling equivalent v1.0.1 |
831 | 2024-05-13T15:08:08.698Z | Compiling anstyle-parse v0.2.1 |
832 | 2024-05-13T15:08:08.819Z | Compiling anstyle v1.0.7 |
833 | 2024-05-13T15:08:08.934Z | Compiling semver v1.0.22 |
834 | 2024-05-13T15:08:08.990Z | Compiling winnow v0.6.1 |
835 | 2024-05-13T15:08:09.197Z | Compiling thiserror v1.0.59 |
836 | 2024-05-13T15:08:09.616Z | Compiling indexmap v2.2.6 |
837 | 2024-05-13T15:08:10.462Z | Compiling camino v1.1.6 |
838 | 2024-05-13T15:08:10.774Z | Compiling colorchoice v1.0.0 |
839 | 2024-05-13T15:08:10.777Z | Compiling serde_json v1.0.116 |
840 | 2024-05-13T15:08:10.868Z | Compiling anstyle-query v1.0.0 |
841 | 2024-05-13T15:08:10.902Z | Compiling autocfg v1.1.0 |
842 | 2024-05-13T15:08:10.990Z | Compiling anstream v0.6.11 |
843 | 2024-05-13T15:08:11.067Z | Compiling clap_lex v0.7.0 |
844 | 2024-05-13T15:08:11.087Z | Compiling itoa v1.0.9 |
845 | 2024-05-13T15:08:11.166Z | Compiling heck v0.5.0 |
846 | 2024-05-13T15:08:11.306Z | Compiling strsim v0.11.0 |
847 | 2024-05-13T15:08:11.666Z | Compiling anyhow v1.0.82 |
848 | 2024-05-13T15:08:11.680Z | Compiling ryu v1.0.15 |
849 | 2024-05-13T15:08:11.699Z | Compiling swrite v0.1.0 |
850 | 2024-05-13T15:08:11.746Z | Compiling quote v1.0.36 |
851 | 2024-05-13T15:08:11.780Z | Compiling fs-err v2.11.0 |
852 | 2024-05-13T15:08:12.034Z | Compiling errno v0.3.8 |
853 | 2024-05-13T15:08:12.127Z | Compiling syn v2.0.60 |
854 | 2024-05-13T15:08:13.056Z | Compiling terminal_size v0.3.0 |
855 | 2024-05-13T15:08:13.174Z | Compiling clap_builder v4.5.2 |
856 | 2024-05-13T15:08:17.141Z | Compiling serde_derive v1.0.201 |
857 | 2024-05-13T15:08:17.141Z | Compiling thiserror-impl v1.0.59 |
858 | 2024-05-13T15:08:17.144Z | Compiling clap_derive v4.5.4 |
859 | 2024-05-13T15:08:19.661Z | Compiling clap v4.5.4 |
860 | 2024-05-13T15:08:24.902Z | Compiling toml_datetime v0.6.5 |
861 | 2024-05-13T15:08:24.906Z | Compiling serde_spanned v0.6.5 |
862 | 2024-05-13T15:08:24.906Z | Compiling cargo-platform v0.1.3 |
863 | 2024-05-13T15:08:24.906Z | Compiling macaddr v1.0.1 |
864 | 2024-05-13T15:08:25.328Z | Compiling toml_edit v0.22.12 |
865 | 2024-05-13T15:08:26.217Z | Compiling cargo_metadata v0.18.1 |
866 | 2024-05-13T15:08:27.336Z | Compiling toml v0.8.12 |
867 | 2024-05-13T15:08:28.028Z | Compiling cargo_toml v0.20.2 |
868 | 2024-05-13T15:08:31.402Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
869 | 2024-05-13T15:08:33.821Z | Finished dev [unoptimized + debuginfo] target(s) in 48.06s |
870 | 2024-05-13T15:08:34.030Z | Running `target/debug/xtask clippy` |
871 | 2024-05-13T15:08:34.072Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
872 | 2024-05-13T15:08:34.651Z | Downloading crates ... |
873 | 2024-05-13T15:08:34.782Z | Downloaded assert_matches v1.5.0 |
874 | 2024-05-13T15:08:34.785Z | Downloaded base64 v0.21.7 |
875 | 2024-05-13T15:08:34.788Z | Downloaded atomicwrites v0.4.3 |
876 | 2024-05-13T15:08:34.792Z | Downloaded ascii-canvas v3.0.0 |
877 | 2024-05-13T15:08:34.792Z | Downloaded argon2 v0.5.3 |
878 | 2024-05-13T15:08:34.795Z | Downloaded async-stream-impl v0.3.5 |
879 | 2024-05-13T15:08:34.795Z | Downloaded hmac v0.12.1 |
880 | 2024-05-13T15:08:34.799Z | Downloaded approx v0.5.1 |
881 | 2024-05-13T15:08:34.803Z | Downloaded heapless v0.7.16 |
882 | 2024-05-13T15:08:34.806Z | Downloaded http v0.2.12 |
883 | 2024-05-13T15:08:34.810Z | Downloaded hex v0.4.3 |
884 | 2024-05-13T15:08:34.814Z | Downloaded hostname v0.4.0 |
885 | 2024-05-13T15:08:34.817Z | Downloaded arrayref v0.3.7 |
886 | 2024-05-13T15:08:34.817Z | Downloaded anes v0.1.6 |
887 | 2024-05-13T15:08:34.820Z | Downloaded base64ct v1.6.0 |
888 | 2024-05-13T15:08:34.823Z | Downloaded hex-literal v0.4.1 |
889 | 2024-05-13T15:08:34.823Z | Downloaded crypto-bigint v0.5.2 |
890 | 2024-05-13T15:08:34.830Z | Downloaded http-body v0.4.5 |
891 | 2024-05-13T15:08:34.833Z | Downloaded bitfield v0.14.0 |
892 | 2024-05-13T15:08:34.836Z | Downloaded http-range v0.1.5 |
893 | 2024-05-13T15:08:34.836Z | Downloaded hkdf v0.12.4 |
894 | 2024-05-13T15:08:34.839Z | Downloaded lazycell v1.3.0 |
895 | 2024-05-13T15:08:34.842Z | Downloaded lazy_static v1.4.0 |
896 | 2024-05-13T15:08:34.842Z | Downloaded hubpack_derive v0.1.1 |
897 | 2024-05-13T15:08:34.845Z | Downloaded httpdate v1.0.3 |
898 | 2024-05-13T15:08:34.845Z | Downloaded ident_case v1.0.1 |
899 | 2024-05-13T15:08:34.848Z | Downloaded itertools v0.10.5 |
900 | 2024-05-13T15:08:34.853Z | Downloaded keccak v0.1.4 |
901 | 2024-05-13T15:08:34.856Z | Downloaded instant v0.1.12 |
902 | 2024-05-13T15:08:34.859Z | Downloaded bcs v0.1.6 |
903 | 2024-05-13T15:08:34.863Z | Downloaded http-body v1.0.0 |
904 | 2024-05-13T15:08:34.863Z | Downloaded bitstruct v0.1.1 |
905 | 2024-05-13T15:08:34.869Z | Downloaded bb8 v0.8.3 |
906 | 2024-05-13T15:08:34.869Z | Downloaded ascii v1.1.0 |
907 | 2024-05-13T15:08:34.873Z | Downloaded matches v0.1.10 |
908 | 2024-05-13T15:08:34.873Z | Downloaded indoc v2.0.3 |
909 | 2024-05-13T15:08:34.873Z | Downloaded newline-converter v0.3.0 |
910 | 2024-05-13T15:08:34.873Z | Downloaded crunchy v0.2.2 |
911 | 2024-05-13T15:08:34.876Z | Downloaded nodrop v0.1.14 |
912 | 2024-05-13T15:08:34.876Z | Downloaded crucible-workspace-hack v0.1.0 |
913 | 2024-05-13T15:08:34.876Z | Downloaded cipher v0.4.4 |
914 | 2024-05-13T15:08:34.879Z | Downloaded match_cfg v0.1.0 |
915 | 2024-05-13T15:08:34.879Z | Downloaded bit-vec v0.6.3 |
916 | 2024-05-13T15:08:34.882Z | Downloaded kstat-rs v0.2.3 |
917 | 2024-05-13T15:08:34.882Z | Downloaded castaway v0.2.2 |
918 | 2024-05-13T15:08:34.885Z | Downloaded linear-map v1.2.0 |
919 | 2024-05-13T15:08:34.885Z | Downloaded indoc v1.0.9 |
920 | 2024-05-13T15:08:34.888Z | Downloaded linked-hash-map v0.5.6 |
921 | 2024-05-13T15:08:34.891Z | Downloaded normalize-line-endings v0.3.0 |
922 | 2024-05-13T15:08:34.892Z | Downloaded new_debug_unreachable v1.0.4 |
923 | 2024-05-13T15:08:34.894Z | Downloaded nested v0.1.1 |
924 | 2024-05-13T15:08:34.894Z | Downloaded scroll_derive v0.12.0 |
925 | 2024-05-13T15:08:34.899Z | Downloaded is_ci v1.2.0 |
926 | 2024-05-13T15:08:34.899Z | Downloaded cast v0.3.0 |
927 | 2024-05-13T15:08:34.902Z | Downloaded memoffset v0.7.1 |
928 | 2024-05-13T15:08:34.902Z | Downloaded cobs v0.2.3 |
929 | 2024-05-13T15:08:34.902Z | Downloaded libsw v3.3.1 |
930 | 2024-05-13T15:08:34.905Z | Downloaded bytecount v0.6.3 |
931 | 2024-05-13T15:08:34.905Z | Downloaded nibble_vec v0.1.0 |
932 | 2024-05-13T15:08:34.908Z | Downloaded allocator-api2 v0.2.16 |
933 | 2024-05-13T15:08:34.910Z | Downloaded signal-hook-tokio v0.3.1 |
934 | 2024-05-13T15:08:34.914Z | Downloaded md-5 v0.10.5 |
935 | 2024-05-13T15:08:34.914Z | Downloaded managed v0.8.0 |
936 | 2024-05-13T15:08:34.917Z | Downloaded cassowary v0.3.0 |
937 | 2024-05-13T15:08:34.917Z | Downloaded crc v3.0.1 |
938 | 2024-05-13T15:08:34.920Z | Downloaded multimap v0.10.0 |
939 | 2024-05-13T15:08:34.923Z | Downloaded memmap v0.7.0 |
940 | 2024-05-13T15:08:34.923Z | Downloaded num v0.4.2 |
941 | 2024-05-13T15:08:34.929Z | Downloaded cpufeatures v0.2.12 |
942 | 2024-05-13T15:08:34.929Z | Downloaded nanorand v0.7.0 |
943 | 2024-05-13T15:08:34.932Z | Downloaded multer v3.1.0 |
944 | 2024-05-13T15:08:34.935Z | Downloaded vte_generate_state_changes v0.1.1 |
945 | 2024-05-13T15:08:34.935Z | Downloaded mockall v0.12.1 |
946 | 2024-05-13T15:08:34.935Z | Downloaded criterion-plot v0.5.0 |
947 | 2024-05-13T15:08:34.938Z | Downloaded serde_tokenstream v0.2.0 |
948 | 2024-05-13T15:08:34.941Z | Downloaded take_mut v0.2.2 |
949 | 2024-05-13T15:08:34.944Z | Downloaded rand_seeder v0.2.3 |
950 | 2024-05-13T15:08:34.944Z | Downloaded smf v0.2.3 |
951 | 2024-05-13T15:08:34.947Z | Downloaded rustc-hash v1.1.0 |
952 | 2024-05-13T15:08:34.947Z | Downloaded newtype-uuid v1.1.0 |
953 | 2024-05-13T15:08:34.950Z | Downloaded bzip2 v0.4.4 |
954 | 2024-05-13T15:08:34.953Z | Downloaded lock_api v0.4.10 |
955 | 2024-05-13T15:08:34.953Z | Downloaded ciborium v0.2.2 |
956 | 2024-05-13T15:08:34.956Z | Downloaded strip-ansi-escapes v0.2.0 |
957 | 2024-05-13T15:08:34.959Z | Downloaded stringprep v0.1.3 |
958 | 2024-05-13T15:08:34.959Z | Downloaded thread_local v1.1.7 |
959 | 2024-05-13T15:08:34.962Z | Downloaded blake2b_simd v1.0.1 |
960 | 2024-05-13T15:08:34.962Z | Downloaded thread-id v4.2.0 |
961 | 2024-05-13T15:08:34.965Z | Downloaded base64 v0.13.1 |
962 | 2024-05-13T15:08:34.968Z | Downloaded num-conv v0.1.0 |
963 | 2024-05-13T15:08:34.971Z | Downloaded usdt-macro v0.5.0 |
964 | 2024-05-13T15:08:34.971Z | Downloaded scopeguard v1.2.0 |
965 | 2024-05-13T15:08:34.971Z | Downloaded signature v1.6.4 |
966 | 2024-05-13T15:08:34.974Z | Downloaded smawk v0.3.1 |
967 | 2024-05-13T15:08:34.977Z | Downloaded parse-size v1.0.0 |
968 | 2024-05-13T15:08:34.977Z | Downloaded oorandom v11.1.3 |
969 | 2024-05-13T15:08:34.977Z | Downloaded wait-timeout v0.2.0 |
970 | 2024-05-13T15:08:34.983Z | Downloaded pretty-hex v0.4.1 |
971 | 2024-05-13T15:08:34.986Z | Downloaded foreign-types-shared v0.3.1 |
972 | 2024-05-13T15:08:34.986Z | Downloaded fxhash v0.2.1 |
973 | 2024-05-13T15:08:34.987Z | Downloaded zeroize_derive v1.4.2 |
974 | 2024-05-13T15:08:34.987Z | Downloaded serde_urlencoded v0.7.1 |
975 | 2024-05-13T15:08:34.990Z | Downloaded either v1.11.0 |
976 | 2024-05-13T15:08:34.990Z | Downloaded string_cache v0.8.7 |
977 | 2024-05-13T15:08:34.993Z | Downloaded tabwriter v1.4.0 |
978 | 2024-05-13T15:08:34.993Z | Downloaded mockall_derive v0.12.1 |
979 | 2024-05-13T15:08:34.996Z | Downloaded getopts v0.2.21 |
980 | 2024-05-13T15:08:34.998Z | Downloaded thiserror-impl-no-std v2.0.2 |
981 | 2024-05-13T15:08:34.999Z | Downloaded flagset v0.4.3 |
982 | 2024-05-13T15:08:35.002Z | Downloaded tokio-tungstenite v0.21.0 |
983 | 2024-05-13T15:08:35.006Z | Downloaded tokio-tungstenite v0.20.1 |
984 | 2024-05-13T15:08:35.006Z | Downloaded tui-tree-widget v0.19.0 |
985 | 2024-05-13T15:08:35.009Z | Downloaded indicatif v0.17.8 |
986 | 2024-05-13T15:08:35.012Z | Downloaded olpc-cjson v0.1.3 |
987 | 2024-05-13T15:08:35.015Z | Downloaded num-derive v0.4.0 |
988 | 2024-05-13T15:08:35.015Z | Downloaded slog-envlogger v2.2.0 |
989 | 2024-05-13T15:08:35.018Z | Downloaded toolchain_find v0.4.0 |
990 | 2024-05-13T15:08:35.018Z | Downloaded termtree v0.4.1 |
991 | 2024-05-13T15:08:35.022Z | Downloaded rustls-native-certs v0.7.0 |
992 | 2024-05-13T15:08:35.025Z | Downloaded const-oid v0.9.6 |
993 | 2024-05-13T15:08:35.028Z | Downloaded try-lock v0.2.4 |
994 | 2024-05-13T15:08:35.028Z | Downloaded pem v3.0.4 |
995 | 2024-05-13T15:08:35.028Z | Downloaded proc-macro-crate v1.3.1 |
996 | 2024-05-13T15:08:35.034Z | Downloaded zeroize v1.7.0 |
997 | 2024-05-13T15:08:35.034Z | Downloaded dof v0.3.0 |
998 | 2024-05-13T15:08:35.037Z | Downloaded smallvec v1.13.1 |
999 | 2024-05-13T15:08:35.037Z | Downloaded doc-comment v0.3.3 |
1000 | 2024-05-13T15:08:35.038Z | Downloaded display-error-chain v0.2.0 |
1001 | 2024-05-13T15:08:35.040Z | Downloaded rustc_version v0.1.7 |
1002 | 2024-05-13T15:08:35.041Z | Downloaded cfg-expr v0.15.6 |
1003 | 2024-05-13T15:08:35.043Z | Downloaded generic-array v0.14.7 |
1004 | 2024-05-13T15:08:35.046Z | Downloaded form_urlencoded v1.2.1 |
1005 | 2024-05-13T15:08:35.046Z | Downloaded typenum v1.16.0 |
1006 | 2024-05-13T15:08:35.049Z | Downloaded phf_shared v0.10.0 |
1007 | 2024-05-13T15:08:35.054Z | Downloaded pin-utils v0.1.0 |
1008 | 2024-05-13T15:08:35.054Z | Downloaded serde_repr v0.1.16 |
1009 | 2024-05-13T15:08:35.054Z | Downloaded serde_plain v1.0.2 |
1010 | 2024-05-13T15:08:35.058Z | Downloaded slog-stdlog v4.1.1 |
1011 | 2024-05-13T15:08:35.058Z | Downloaded slog-json v2.6.1 |
1012 | 2024-05-13T15:08:35.061Z | Downloaded slog-scope v4.4.0 |
1013 | 2024-05-13T15:08:35.061Z | Downloaded path-slash v0.1.5 |
1014 | 2024-05-13T15:08:35.064Z | Downloaded pkg-config v0.3.27 |
1015 | 2024-05-13T15:08:35.064Z | Downloaded zerocopy-derive v0.7.32 |
1016 | 2024-05-13T15:08:35.069Z | Downloaded peg-macros v0.8.3 |
1017 | 2024-05-13T15:08:35.072Z | Downloaded usdt v0.3.5 |
1018 | 2024-05-13T15:08:35.077Z | Downloaded uzers v0.11.3 |
1019 | 2024-05-13T15:08:35.077Z | Downloaded topological-sort v0.2.2 |
1020 | 2024-05-13T15:08:35.080Z | Downloaded rustversion v1.0.14 |
1021 | 2024-05-13T15:08:35.081Z | Downloaded serde-big-array v0.5.1 |
1022 | 2024-05-13T15:08:35.084Z | Downloaded der_derive v0.7.2 |
1023 | 2024-05-13T15:08:35.084Z | Downloaded supports-color v3.0.0 |
1024 | 2024-05-13T15:08:35.088Z | Downloaded strum v0.26.2 |
1025 | 2024-05-13T15:08:35.088Z | Downloaded dirs-sys-next v0.1.2 |
1026 | 2024-05-13T15:08:35.091Z | Downloaded difflib v0.4.0 |
1027 | 2024-05-13T15:08:35.091Z | Downloaded rustc-demangle v0.1.23 |
1028 | 2024-05-13T15:08:35.091Z | Downloaded time-core v0.1.2 |
1029 | 2024-05-13T15:08:35.095Z | Downloaded serde-big-array v0.4.1 |
1030 | 2024-05-13T15:08:35.095Z | Downloaded ff v0.13.0 |
1031 | 2024-05-13T15:08:35.101Z | Downloaded utf-8 v0.7.6 |
1032 | 2024-05-13T15:08:35.101Z | Downloaded data-encoding v2.4.0 |
1033 | 2024-05-13T15:08:35.104Z | Downloaded num-complex v0.4.5 |
1034 | 2024-05-13T15:08:35.104Z | Downloaded num-iter v0.1.44 |
1035 | 2024-05-13T15:08:35.104Z | Downloaded phf_shared v0.11.2 |
1036 | 2024-05-13T15:08:35.104Z | Downloaded num-integer v0.1.46 |
1037 | 2024-05-13T15:08:35.107Z | Downloaded usdt-attr-macro v0.5.0 |
1038 | 2024-05-13T15:08:35.110Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1039 | 2024-05-13T15:08:35.110Z | Downloaded waitgroup v0.1.2 |
1040 | 2024-05-13T15:08:35.110Z | Downloaded foreign-types v0.3.2 |
1041 | 2024-05-13T15:08:35.113Z | Downloaded term v0.7.0 |
1042 | 2024-05-13T15:08:35.116Z | Downloaded oso-derive v0.27.3 |
1043 | 2024-05-13T15:08:35.116Z | Downloaded derive_builder_macro v0.20.0 |
1044 | 2024-05-13T15:08:35.119Z | Downloaded vte v0.11.1 |
1045 | 2024-05-13T15:08:35.119Z | Downloaded static_assertions v1.1.0 |
1046 | 2024-05-13T15:08:35.122Z | Downloaded paste v1.0.14 |
1047 | 2024-05-13T15:08:35.140Z | Downloaded chacha20poly1305 v0.10.1 |
1048 | 2024-05-13T15:08:35.140Z | Downloaded deranged v0.3.11 |
1049 | 2024-05-13T15:08:35.140Z | Downloaded r2d2 v0.8.10 |
1050 | 2024-05-13T15:08:35.140Z | Downloaded scheduled-thread-pool v0.2.7 |
1051 | 2024-05-13T15:08:35.140Z | Downloaded quick-error v1.2.3 |
1052 | 2024-05-13T15:08:35.140Z | Downloaded openssl-probe v0.1.5 |
1053 | 2024-05-13T15:08:35.560Z | Downloaded digest v0.10.7 |
1054 | 2024-05-13T15:08:35.560Z | Downloaded guppy-workspace-hack v0.1.0 |
1055 | 2024-05-13T15:08:35.560Z | Downloaded strum_macros v0.24.3 |
1056 | 2024-05-13T15:08:35.560Z | Downloaded tokio-native-tls v0.3.1 |
1057 | 2024-05-13T15:08:35.560Z | Downloaded mio v0.8.11 |
1058 | 2024-05-13T15:08:35.560Z | Downloaded serde_tokenstream v0.1.7 |
1059 | 2024-05-13T15:08:35.560Z | Downloaded num-rational v0.4.1 |
1060 | 2024-05-13T15:08:35.560Z | Downloaded serde-hex v0.1.0 |
1061 | 2024-05-13T15:08:35.560Z | Downloaded unarray v0.1.4 |
1062 | 2024-05-13T15:08:35.560Z | Downloaded opaque-debug v0.3.0 |
1063 | 2024-05-13T15:08:35.561Z | Downloaded pkcs8 v0.10.2 |
1064 | 2024-05-13T15:08:35.561Z | Downloaded fnv v1.0.7 |
1065 | 2024-05-13T15:08:35.561Z | Downloaded hash32 v0.2.1 |
1066 | 2024-05-13T15:08:35.561Z | Downloaded ucd-trie v0.1.6 |
1067 | 2024-05-13T15:08:35.561Z | Downloaded cstr-argument v0.1.2 |
1068 | 2024-05-13T15:08:35.561Z | Downloaded usdt-impl v0.3.5 |
1069 | 2024-05-13T15:08:35.561Z | Downloaded zerocopy v0.6.6 |
1070 | 2024-05-13T15:08:35.561Z | Downloaded prettyplease v0.2.19 |
1071 | 2024-05-13T15:08:35.561Z | Downloaded endian-type v0.1.2 |
1072 | 2024-05-13T15:08:35.562Z | Downloaded flate2 v1.0.28 |
1073 | 2024-05-13T15:08:35.562Z | Downloaded password-hash v0.5.0 |
1074 | 2024-05-13T15:08:35.562Z | Downloaded sigpipe v0.1.3 |
1075 | 2024-05-13T15:08:35.562Z | Downloaded shlex v1.3.0 |
1076 | 2024-05-13T15:08:35.562Z | Downloaded nom v7.1.3 |
1077 | 2024-05-13T15:08:35.562Z | Downloaded escape8259 v0.5.2 |
1078 | 2024-05-13T15:08:35.562Z | Downloaded signature v2.1.0 |
1079 | 2024-05-13T15:08:35.562Z | Downloaded structmeta v0.3.0 |
1080 | 2024-05-13T15:08:35.562Z | Downloaded number_prefix v0.4.0 |
1081 | 2024-05-13T15:08:35.562Z | Downloaded portpicker v0.1.1 |
1082 | 2024-05-13T15:08:35.562Z | Downloaded trybuild v1.0.91 |
1083 | 2024-05-13T15:08:35.562Z | Downloaded num_threads v0.1.6 |
1084 | 2024-05-13T15:08:35.562Z | Downloaded futures-task v0.3.30 |
1085 | 2024-05-13T15:08:35.562Z | Downloaded plotters-backend v0.3.5 |
1086 | 2024-05-13T15:08:35.562Z | Downloaded futures-sink v0.3.30 |
1087 | 2024-05-13T15:08:35.562Z | Downloaded pretty_assertions v1.4.0 |
1088 | 2024-05-13T15:08:35.563Z | Downloaded futures-macro v0.3.30 |
1089 | 2024-05-13T15:08:35.563Z | Downloaded want v0.3.1 |
1090 | 2024-05-13T15:08:35.563Z | Downloaded uuid v1.8.0 |
1091 | 2024-05-13T15:08:35.563Z | Downloaded rand_core v0.6.4 |
1092 | 2024-05-13T15:08:35.563Z | Downloaded parse-display-derive v0.9.0 |
1093 | 2024-05-13T15:08:35.563Z | Downloaded poly1305 v0.8.0 |
1094 | 2024-05-13T15:08:35.563Z | Downloaded precomputed-hash v0.1.1 |
1095 | 2024-05-13T15:08:35.563Z | Downloaded ref-cast-impl v1.0.22 |
1096 | 2024-05-13T15:08:35.563Z | Downloaded same-file v1.0.6 |
1097 | 2024-05-13T15:08:35.563Z | Downloaded typed-path v0.7.0 |
1098 | 2024-05-13T15:08:35.563Z | Downloaded which v4.4.0 |
1099 | 2024-05-13T15:08:35.563Z | Downloaded threadpool v1.8.1 |
1100 | 2024-05-13T15:08:35.563Z | Downloaded target-spec v3.1.0 |
1101 | 2024-05-13T15:08:35.563Z | Downloaded rpassword v7.3.1 |
1102 | 2024-05-13T15:08:35.563Z | Downloaded crypto-common v0.1.6 |
1103 | 2024-05-13T15:08:35.564Z | Downloaded whoami v1.5.1 |
1104 | 2024-05-13T15:08:35.564Z | Downloaded futures-core v0.3.30 |
1105 | 2024-05-13T15:08:35.564Z | Downloaded enum-as-inner v0.5.1 |
1106 | 2024-05-13T15:08:35.564Z | Downloaded getrandom v0.2.12 |
1107 | 2024-05-13T15:08:35.564Z | Downloaded tower-service v0.3.2 |
1108 | 2024-05-13T15:08:35.564Z | Downloaded tower-layer v0.3.2 |
1109 | 2024-05-13T15:08:35.564Z | Downloaded csv-core v0.1.11 |
1110 | 2024-05-13T15:08:35.564Z | Downloaded schemars v0.8.17 |
1111 | 2024-05-13T15:08:35.564Z | Downloaded pathdiff v0.2.1 |
1112 | 2024-05-13T15:08:35.564Z | Downloaded signal-hook-registry v1.4.1 |
1113 | 2024-05-13T15:08:35.564Z | Downloaded signal-hook-mio v0.2.3 |
1114 | 2024-05-13T15:08:35.564Z | Downloaded powerfmt v0.2.0 |
1115 | 2024-05-13T15:08:35.564Z | Downloaded percent-encoding v2.3.1 |
1116 | 2024-05-13T15:08:35.565Z | Downloaded itertools v0.12.1 |
1117 | 2024-05-13T15:08:35.565Z | Downloaded defmt-parser v0.3.3 |
1118 | 2024-05-13T15:08:35.565Z | Downloaded similar-asserts v1.5.0 |
1119 | 2024-05-13T15:08:35.565Z | Downloaded defmt-macros v0.3.6 |
1120 | 2024-05-13T15:08:35.565Z | Downloaded num_enum_derive v0.5.11 |
1121 | 2024-05-13T15:08:35.565Z | Downloaded synstructure v0.12.6 |
1122 | 2024-05-13T15:08:35.565Z | Downloaded spin v0.5.2 |
1123 | 2024-05-13T15:08:35.565Z | Downloaded sha1 v0.10.6 |
1124 | 2024-05-13T15:08:35.565Z | Downloaded tokio-rustls v0.25.0 |
1125 | 2024-05-13T15:08:35.565Z | Downloaded parse-display v0.9.0 |
1126 | 2024-05-13T15:08:35.565Z | Downloaded dyn-clone v1.0.17 |
1127 | 2024-05-13T15:08:35.565Z | Downloaded diesel_derives v2.1.2 |
1128 | 2024-05-13T15:08:35.565Z | Downloaded zone v0.1.8 |
1129 | 2024-05-13T15:08:35.565Z | Downloaded futures v0.3.30 |
1130 | 2024-05-13T15:08:35.565Z | Downloaded dtrace-parser v0.2.0 |
1131 | 2024-05-13T15:08:35.566Z | Downloaded half v2.3.1 |
1132 | 2024-05-13T15:08:35.566Z | Downloaded dtrace-parser v0.1.14 |
1133 | 2024-05-13T15:08:35.566Z | Downloaded env_logger v0.9.3 |
1134 | 2024-05-13T15:08:35.566Z | Downloaded glob v0.3.1 |
1135 | 2024-05-13T15:08:35.566Z | Downloaded downcast v0.11.0 |
1136 | 2024-05-13T15:08:35.566Z | Downloaded serde_with v3.7.0 |
1137 | 2024-05-13T15:08:35.566Z | Downloaded proc-macro-error-attr v1.0.4 |
1138 | 2024-05-13T15:08:35.566Z | Downloaded rand_xorshift v0.3.0 |
1139 | 2024-05-13T15:08:35.566Z | Downloaded textwrap v0.16.1 |
1140 | 2024-05-13T15:08:35.566Z | Downloaded similar v2.4.0 |
1141 | 2024-05-13T15:08:35.566Z | Downloaded sync_wrapper v0.1.2 |
1142 | 2024-05-13T15:08:35.566Z | Downloaded peeking_take_while v0.1.2 |
1143 | 2024-05-13T15:08:35.566Z | Downloaded futures-io v0.3.30 |
1144 | 2024-05-13T15:08:35.566Z | Downloaded darling_macro v0.20.8 |
1145 | 2024-05-13T15:08:35.566Z | Downloaded num_cpus v1.16.0 |
1146 | 2024-05-13T15:08:35.566Z | Downloaded wyz v0.5.1 |
1147 | 2024-05-13T15:08:35.566Z | Downloaded usdt v0.5.0 |
1148 | 2024-05-13T15:08:35.567Z | Downloaded stability v0.2.0 |
1149 | 2024-05-13T15:08:35.567Z | Downloaded predicates-tree v1.0.9 |
1150 | 2024-05-13T15:08:35.567Z | Downloaded crossterm v0.27.0 |
1151 | 2024-05-13T15:08:35.567Z | Downloaded tracing-attributes v0.1.27 |
1152 | 2024-05-13T15:08:35.567Z | Downloaded openssl-macros v0.1.1 |
1153 | 2024-05-13T15:08:35.589Z | Downloaded toml v0.7.8 |
1154 | 2024-05-13T15:08:35.589Z | Downloaded globset v0.4.13 |
1155 | 2024-05-13T15:08:35.589Z | Downloaded funty v2.0.0 |
1156 | 2024-05-13T15:08:35.590Z | Downloaded untrusted v0.9.0 |
1157 | 2024-05-13T15:08:35.590Z | Downloaded untrusted v0.7.1 |
1158 | 2024-05-13T15:08:35.590Z | Downloaded pest_meta v2.7.6 |
1159 | 2024-05-13T15:08:35.590Z | Downloaded semver v0.1.20 |
1160 | 2024-05-13T15:08:35.590Z | Downloaded secrecy v0.8.0 |
1161 | 2024-05-13T15:08:35.590Z | Downloaded toml_edit v0.19.15 |
1162 | 2024-05-13T15:08:35.591Z | Downloaded embedded-io v0.4.0 |
1163 | 2024-05-13T15:08:35.591Z | Downloaded radium v0.7.0 |
1164 | 2024-05-13T15:08:35.591Z | Downloaded pest_derive v2.7.6 |
1165 | 2024-05-13T15:08:35.591Z | Downloaded predicates v3.1.0 |
1166 | 2024-05-13T15:08:35.591Z | Downloaded tinyvec_macros v0.1.1 |
1167 | 2024-05-13T15:08:35.591Z | Downloaded packed_struct_codegen v0.10.1 |
1168 | 2024-05-13T15:08:35.591Z | Downloaded siphasher v0.3.11 |
1169 | 2024-05-13T15:08:35.591Z | Downloaded derive_builder v0.20.0 |
1170 | 2024-05-13T15:08:35.591Z | Downloaded postcard v1.0.8 |
1171 | 2024-05-13T15:08:35.592Z | Downloaded dof v0.1.5 |
1172 | 2024-05-13T15:08:35.592Z | Downloaded sqlparser_derive v0.2.2 |
1173 | 2024-05-13T15:08:35.592Z | Downloaded rustc_version v0.4.0 |
1174 | 2024-05-13T15:08:35.592Z | Downloaded xattr v1.0.1 |
1175 | 2024-05-13T15:08:35.592Z | Downloaded pest_generator v2.7.6 |
1176 | 2024-05-13T15:08:35.592Z | Downloaded snafu v0.8.2 |
1177 | 2024-05-13T15:08:35.592Z | Downloaded ena v0.14.2 |
1178 | 2024-05-13T15:08:35.592Z | Downloaded tokio-rustls v0.24.1 |
1179 | 2024-05-13T15:08:35.592Z | Downloaded fallible-iterator v0.2.0 |
1180 | 2024-05-13T15:08:35.592Z | Downloaded packed_struct v0.10.1 |
1181 | 2024-05-13T15:08:35.593Z | Downloaded curve25519-dalek-derive v0.1.0 |
1182 | 2024-05-13T15:08:35.593Z | Downloaded pin-project-lite v0.2.13 |
1183 | 2024-05-13T15:08:35.593Z | Downloaded foreign-types-shared v0.1.1 |
1184 | 2024-05-13T15:08:35.593Z | Downloaded pem-rfc7468 v0.7.0 |
1185 | 2024-05-13T15:08:35.593Z | Downloaded headers v0.3.9 |
1186 | 2024-05-13T15:08:35.593Z | Downloaded parking_lot v0.11.2 |
1187 | 2024-05-13T15:08:35.593Z | Downloaded subtle v2.5.0 |
1188 | 2024-05-13T15:08:35.593Z | Downloaded spki v0.7.2 |
1189 | 2024-05-13T15:08:35.593Z | Downloaded rusty-fork v0.3.0 |
1190 | 2024-05-13T15:08:35.593Z | Downloaded rsa v0.9.2 |
1191 | 2024-05-13T15:08:35.594Z | Downloaded unicode-linebreak v0.1.5 |
1192 | 2024-05-13T15:08:35.594Z | Downloaded unicase v2.7.0 |
1193 | 2024-05-13T15:08:35.594Z | Downloaded debug-ignore v1.0.5 |
1194 | 2024-05-13T15:08:35.594Z | Downloaded time-macros v0.2.17 |
1195 | 2024-05-13T15:08:35.594Z | Downloaded derive-where v1.2.7 |
1196 | 2024-05-13T15:08:35.594Z | Downloaded rustfmt-wrapper v0.2.1 |
1197 | 2024-05-13T15:08:35.594Z | Downloaded owo-colors v4.0.0 |
1198 | 2024-05-13T15:08:35.594Z | Downloaded trust-dns-client v0.22.0 |
1199 | 2024-05-13T15:08:35.594Z | Downloaded foreign-types-macros v0.2.3 |
1200 | 2024-05-13T15:08:35.594Z | Downloaded foreign-types v0.5.0 |
1201 | 2024-05-13T15:08:35.594Z | Downloaded rust-argon2 v2.1.0 |
1202 | 2024-05-13T15:08:35.595Z | Downloaded rand v0.8.5 |
1203 | 2024-05-13T15:08:35.595Z | Downloaded structmeta-derive v0.2.0 |
1204 | 2024-05-13T15:08:35.595Z | Downloaded futures-channel v0.3.30 |
1205 | 2024-05-13T15:08:35.595Z | Downloaded ron v0.8.1 |
1206 | 2024-05-13T15:08:35.595Z | Downloaded zerocopy v0.3.0 |
1207 | 2024-05-13T15:08:35.595Z | Downloaded num-traits v0.2.18 |
1208 | 2024-05-13T15:08:35.595Z | Downloaded yasna v0.5.2 |
1209 | 2024-05-13T15:08:35.595Z | Downloaded tracing v0.1.40 |
1210 | 2024-05-13T15:08:35.595Z | Downloaded parking_lot v0.12.1 |
1211 | 2024-05-13T15:08:35.596Z | Downloaded elliptic-curve v0.13.8 |
1212 | 2024-05-13T15:08:35.596Z | Downloaded socket2 v0.4.9 |
1213 | 2024-05-13T15:08:35.596Z | Downloaded portable-atomic v1.4.3 |
1214 | 2024-05-13T15:08:35.596Z | Downloaded fastrand v2.0.1 |
1215 | 2024-05-13T15:08:35.596Z | Downloaded papergrid v0.11.0 |
1216 | 2024-05-13T15:08:35.596Z | Downloaded partial-io v0.5.4 |
1217 | 2024-05-13T15:08:35.597Z | Downloaded unicode-segmentation v1.10.1 |
1218 | 2024-05-13T15:08:35.597Z | Downloaded tokio-postgres v0.7.10 |
1219 | 2024-05-13T15:08:35.597Z | Downloaded hash32 v0.3.1 |
1220 | 2024-05-13T15:08:35.597Z | Downloaded regex-automata v0.1.10 |
1221 | 2024-05-13T15:08:35.597Z | Downloaded diff v0.1.13 |
1222 | 2024-05-13T15:08:35.597Z | Downloaded url v2.5.0 |
1223 | 2024-05-13T15:08:35.598Z | Downloaded quick-xml v0.31.0 |
1224 | 2024-05-13T15:08:35.606Z | Downloaded blake3 v1.5.0 |
1225 | 2024-05-13T15:08:35.607Z | Downloaded hashbrown v0.12.3 |
1226 | 2024-05-13T15:08:35.607Z | Downloaded subprocess v0.2.9 |
1227 | 2024-05-13T15:08:35.607Z | Downloaded tower v0.4.13 |
1228 | 2024-05-13T15:08:35.607Z | Downloaded lalrpop v0.19.12 |
1229 | 2024-05-13T15:08:35.615Z | Downloaded zip v0.6.6 |
1230 | 2024-05-13T15:08:35.625Z | Downloaded tough v0.17.1 |
1231 | 2024-05-13T15:08:35.633Z | Downloaded time v0.3.34 |
1232 | 2024-05-13T15:08:35.641Z | Downloaded unicode-bidi v0.3.15 |
1233 | 2024-05-13T15:08:35.641Z | Downloaded winnow v0.5.15 |
1234 | 2024-05-13T15:08:35.648Z | Downloaded guppy v0.17.5 |
1235 | 2024-05-13T15:08:35.653Z | Downloaded vcpkg v0.2.15 |
1236 | 2024-05-13T15:08:35.691Z | Downloaded nix v0.28.0 |
1237 | 2024-05-13T15:08:35.702Z | Downloaded plotters v0.3.5 |
1238 | 2024-05-13T15:08:35.713Z | Downloaded x509-cert v0.2.4 |
1239 | 2024-05-13T15:08:35.720Z | Downloaded sqlparser v0.45.0 |
1240 | 2024-05-13T15:08:35.725Z | Downloaded rustls-webpki v0.102.1 |
1241 | 2024-05-13T15:08:35.743Z | Downloaded radix_trie v0.2.1 |
1242 | 2024-05-13T15:08:35.749Z | Downloaded rustls v0.22.4 |
1243 | 2024-05-13T15:08:35.763Z | Downloaded goblin v0.8.0 |
1244 | 2024-05-13T15:08:35.769Z | Downloaded proptest v1.4.0 |
1245 | 2024-05-13T15:08:35.779Z | Downloaded openapiv3 v2.0.0 |
1246 | 2024-05-13T15:08:35.792Z | Downloaded regex v1.10.4 |
1247 | 2024-05-13T15:08:35.806Z | Downloaded curve25519-dalek v4.1.2 |
1248 | 2024-05-13T15:08:35.816Z | Downloaded ratatui v0.26.2 |
1249 | 2024-05-13T15:08:35.835Z | Downloaded rustyline v14.0.0 |
1250 | 2024-05-13T15:08:35.840Z | Downloaded webpki-roots v0.25.2 |
1251 | 2024-05-13T15:08:35.845Z | Downloaded h2 v0.3.26 |
1252 | 2024-05-13T15:08:35.851Z | Downloaded rayon v1.10.0 |
1253 | 2024-05-13T15:08:35.860Z | Downloaded tabled v0.15.0 |
1254 | 2024-05-13T15:08:35.880Z | Downloaded sha3 v0.10.8 |
1255 | 2024-05-13T15:08:35.883Z | Downloaded bstr v0.2.17 |
1256 | 2024-05-13T15:08:35.893Z | Downloaded syn v1.0.109 |
1257 | 2024-05-13T15:08:35.907Z | Downloaded regex-syntax v0.6.29 |
1258 | 2024-05-13T15:08:35.912Z | Downloaded object v0.32.1 |
1259 | 2024-05-13T15:08:35.923Z | Downloaded object v0.30.4 |
1260 | 2024-05-13T15:08:35.932Z | Downloaded regress v0.9.1 |
1261 | 2024-05-13T15:08:35.942Z | Downloaded polar-core v0.27.3 |
1262 | 2024-05-13T15:08:35.950Z | Downloaded gimli v0.28.0 |
1263 | 2024-05-13T15:08:35.959Z | Downloaded openssl v0.10.64 |
1264 | 2024-05-13T15:08:35.970Z | Downloaded rustls v0.21.9 |
1265 | 2024-05-13T15:08:35.982Z | Downloaded encoding_rs v0.8.33 |
1266 | 2024-05-13T15:08:36.011Z | Downloaded trust-dns-proto v0.22.0 |
1267 | 2024-05-13T15:08:36.020Z | Downloaded smoltcp v0.11.0 |
1268 | 2024-05-13T15:08:36.037Z | Downloaded regex-syntax v0.8.2 |
1269 | 2024-05-13T15:08:36.046Z | Downloaded sled v0.34.7 |
1270 | 2024-05-13T15:08:36.050Z | Downloaded zerocopy-derive v0.6.6 |
1271 | 2024-05-13T15:08:36.063Z | Downloaded bstr v1.9.0 |
1272 | 2024-05-13T15:08:36.070Z | Downloaded hashbrown v0.13.2 |
1273 | 2024-05-13T15:08:36.074Z | Downloaded petgraph v0.6.4 |
1274 | 2024-05-13T15:08:36.090Z | Downloaded zerocopy-derive v0.2.0 |
1275 | 2024-05-13T15:08:36.098Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1276 | 2024-05-13T15:08:36.111Z | Downloaded regex-automata v0.4.5 |
1277 | 2024-05-13T15:08:36.129Z | Downloaded diesel v2.1.6 |
1278 | 2024-05-13T15:08:36.147Z | Downloaded ring v0.17.8 |
1279 | 2024-05-13T15:08:36.217Z | Downloaded csv v1.3.0 |
1280 | 2024-05-13T15:08:36.238Z | Downloaded tokio v1.37.0 |
1281 | 2024-05-13T15:08:36.274Z | Downloaded bitvec v1.0.1 |
1282 | 2024-05-13T15:08:36.288Z | Downloaded chrono v0.4.38 |
1283 | 2024-05-13T15:08:36.295Z | Downloaded smoltcp v0.9.1 |
1284 | 2024-05-13T15:08:36.307Z | Downloaded futures-util v0.3.30 |
1285 | 2024-05-13T15:08:36.317Z | Downloaded idna v0.5.0 |
1286 | 2024-05-13T15:08:36.324Z | Downloaded idna v0.3.0 |
1287 | 2024-05-13T15:08:36.331Z | Downloaded idna v0.2.3 |
1288 | 2024-05-13T15:08:36.337Z | Downloaded bindgen v0.69.2 |
1289 | 2024-05-13T15:08:36.344Z | Downloaded fancy-regex v0.13.0 |
1290 | 2024-05-13T15:08:36.347Z | Downloaded rayon-core v1.12.1 |
1291 | 2024-05-13T15:08:36.351Z | Downloaded unicode-normalization v0.1.22 |
1292 | 2024-05-13T15:08:36.354Z | Downloaded reedline v0.31.0 |
1293 | 2024-05-13T15:08:36.361Z | Downloaded expectorate v1.1.0 |
1294 | 2024-05-13T15:08:36.364Z | Downloaded zerocopy v0.7.32 |
1295 | 2024-05-13T15:08:36.378Z | Downloaded reqwest v0.11.27 |
1296 | 2024-05-13T15:08:36.388Z | Downloaded pest v2.7.6 |
1297 | 2024-05-13T15:08:36.392Z | Downloaded tracing-core v0.1.32 |
1298 | 2024-05-13T15:08:36.395Z | Downloaded num-bigint v0.4.4 |
1299 | 2024-05-13T15:08:36.398Z | Downloaded structmeta-derive v0.3.0 |
1300 | 2024-05-13T15:08:36.400Z | Downloaded serde_yaml v0.9.25 |
1301 | 2024-05-13T15:08:36.406Z | Downloaded parking_lot_core v0.9.8 |
1302 | 2024-05-13T15:08:36.409Z | Downloaded tinyvec v1.6.0 |
1303 | 2024-05-13T15:08:36.409Z | Downloaded sct v0.7.0 |
1304 | 2024-05-13T15:08:36.412Z | Downloaded num-bigint-dig v0.8.4 |
1305 | 2024-05-13T15:08:36.415Z | Downloaded rustls-webpki v0.101.7 |
1306 | 2024-05-13T15:08:36.428Z | Downloaded rustls-pki-types v1.3.0 |
1307 | 2024-05-13T15:08:36.430Z | Downloaded tinytemplate v1.2.1 |
1308 | 2024-05-13T15:08:36.431Z | Downloaded spin v0.9.8 |
1309 | 2024-05-13T15:08:36.433Z | Downloaded socket2 v0.5.6 |
1310 | 2024-05-13T15:08:36.436Z | Downloaded unicode_categories v0.1.1 |
1311 | 2024-05-13T15:08:36.436Z | Downloaded aho-corasick v1.1.2 |
1312 | 2024-05-13T15:08:36.446Z | Downloaded universal-hash v0.5.1 |
1313 | 2024-05-13T15:08:36.462Z | Downloaded rtoolbox v0.0.1 |
1314 | 2024-05-13T15:08:36.462Z | Downloaded stable_deref_trait v1.2.0 |
1315 | 2024-05-13T15:08:36.462Z | Downloaded rstest_macros v0.19.0 |
1316 | 2024-05-13T15:08:36.462Z | Downloaded flume v0.11.0 |
1317 | 2024-05-13T15:08:36.462Z | Downloaded pin-project-internal v1.1.3 |
1318 | 2024-05-13T15:08:36.462Z | Downloaded samael v0.0.15 |
1319 | 2024-05-13T15:08:36.462Z | Downloaded trust-dns-resolver v0.22.0 |
1320 | 2024-05-13T15:08:36.465Z | Downloaded plain v0.2.3 |
1321 | 2024-05-13T15:08:36.465Z | Downloaded sha2 v0.10.8 |
1322 | 2024-05-13T15:08:36.465Z | Downloaded ron v0.7.1 |
1323 | 2024-05-13T15:08:36.472Z | Downloaded openssl-sys v0.9.102 |
1324 | 2024-05-13T15:08:36.472Z | Downloaded trust-dns-server v0.22.1 |
1325 | 2024-05-13T15:08:36.477Z | Downloaded hyper v1.1.0 |
1326 | 2024-05-13T15:08:36.484Z | Downloaded predicates-core v1.0.6 |
1327 | 2024-05-13T15:08:36.487Z | Downloaded tiny-keccak v2.0.2 |
1328 | 2024-05-13T15:08:36.487Z | Downloaded hyper v0.14.28 |
1329 | 2024-05-13T15:08:36.494Z | Downloaded zone_cfg_derive v0.1.2 |
1330 | 2024-05-13T15:08:36.497Z | Downloaded slab v0.4.9 |
1331 | 2024-05-13T15:08:36.497Z | Downloaded futures-executor v0.3.30 |
1332 | 2024-05-13T15:08:36.497Z | Downloaded smallvec v0.6.14 |
1333 | 2024-05-13T15:08:36.500Z | Downloaded test-strategy v0.3.1 |
1334 | 2024-05-13T15:08:36.503Z | Downloaded der v0.7.8 |
1335 | 2024-05-13T15:08:36.506Z | Downloaded pretty-hex v0.2.1 |
1336 | 2024-05-13T15:08:36.509Z | Downloaded rand_chacha v0.3.1 |
1337 | 2024-05-13T15:08:36.509Z | Downloaded platforms v3.0.2 |
1338 | 2024-05-13T15:08:36.512Z | Downloaded target-lexicon v0.12.13 |
1339 | 2024-05-13T15:08:36.512Z | Downloaded signal-hook v0.3.17 |
1340 | 2024-05-13T15:08:36.515Z | Downloaded criterion v0.5.1 |
1341 | 2024-05-13T15:08:36.520Z | Downloaded ring v0.16.20 |
1342 | 2024-05-13T15:08:36.627Z | Downloaded derive_more v0.99.17 |
1343 | 2024-05-13T15:08:36.632Z | Downloaded darling_core v0.20.8 |
1344 | 2024-05-13T15:08:36.636Z | Downloaded publicsuffix v2.2.3 |
1345 | 2024-05-13T15:08:36.642Z | Downloaded libxml v0.3.3 |
1346 | 2024-05-13T15:08:36.645Z | Downloaded tar v0.4.40 |
1347 | 2024-05-13T15:08:36.648Z | Downloaded unsafe-libyaml v0.2.10 |
1348 | 2024-05-13T15:08:36.653Z | Downloaded num_enum v0.5.11 |
1349 | 2024-05-13T15:08:36.656Z | Downloaded float-cmp v0.9.0 |
1350 | 2024-05-13T15:08:36.656Z | Downloaded defmt v0.3.5 |
1351 | 2024-05-13T15:08:36.659Z | Downloaded tokio-util v0.7.10 |
1352 | 2024-05-13T15:08:36.663Z | Downloaded steno v0.4.0 |
1353 | 2024-05-13T15:08:36.668Z | Downloaded crossbeam-channel v0.5.8 |
1354 | 2024-05-13T15:08:36.671Z | Downloaded oso v0.27.3 |
1355 | 2024-05-13T15:08:36.674Z | Downloaded derive_builder_core v0.20.0 |
1356 | 2024-05-13T15:08:36.677Z | Downloaded pin-project v1.1.3 |
1357 | 2024-05-13T15:08:36.686Z | Downloaded darling v0.20.8 |
1358 | 2024-05-13T15:08:36.690Z | Downloaded sec1 v0.7.3 |
1359 | 2024-05-13T15:08:36.693Z | Downloaded ref-cast v1.0.22 |
1360 | 2024-05-13T15:08:36.696Z | Downloaded tabled_derive v0.7.0 |
1361 | 2024-05-13T15:08:36.696Z | Downloaded shell-words v1.1.0 |
1362 | 2024-05-13T15:08:36.696Z | Downloaded usdt-impl v0.5.0 |
1363 | 2024-05-13T15:08:36.702Z | Downloaded fatfs v0.3.6 |
1364 | 2024-05-13T15:08:36.702Z | Downloaded tungstenite v0.20.1 |
1365 | 2024-05-13T15:08:36.705Z | Downloaded tungstenite v0.21.0 |
1366 | 2024-05-13T15:08:36.706Z | Downloaded libm v0.2.7 |
1367 | 2024-05-13T15:08:36.715Z | Downloaded resolv-conf v0.7.0 |
1368 | 2024-05-13T15:08:36.718Z | Downloaded serde_with_macros v3.7.0 |
1369 | 2024-05-13T15:08:36.718Z | Downloaded rustls-pemfile v1.0.3 |
1370 | 2024-05-13T15:08:36.721Z | Downloaded yansi v0.5.1 |
1371 | 2024-05-13T15:08:36.721Z | Downloaded unicode-xid v0.2.4 |
1372 | 2024-05-13T15:08:36.721Z | Downloaded unicode-width v0.1.11 |
1373 | 2024-05-13T15:08:36.724Z | Downloaded phf v0.11.2 |
1374 | 2024-05-13T15:08:36.724Z | Downloaded salty v0.2.0 |
1375 | 2024-05-13T15:08:36.728Z | Downloaded structmeta v0.2.0 |
1376 | 2024-05-13T15:08:36.731Z | Downloaded sqlformat v0.2.3 |
1377 | 2024-05-13T15:08:36.731Z | Downloaded plotters-svg v0.3.5 |
1378 | 2024-05-13T15:08:36.731Z | Downloaded slog v2.7.0 |
1379 | 2024-05-13T15:08:36.739Z | Downloaded parking_lot_core v0.8.6 |
1380 | 2024-05-13T15:08:36.739Z | Downloaded strum_macros v0.26.1 |
1381 | 2024-05-13T15:08:36.746Z | Downloaded strum_macros v0.25.2 |
1382 | 2024-05-13T15:08:36.746Z | Downloaded group v0.13.0 |
1383 | 2024-05-13T15:08:36.746Z | Downloaded pkcs1 v0.7.5 |
1384 | 2024-05-13T15:08:36.746Z | Downloaded snafu-derive v0.8.2 |
1385 | 2024-05-13T15:08:36.750Z | Downloaded rustls-pemfile v2.1.2 |
1386 | 2024-05-13T15:08:36.750Z | Downloaded postgres-types v0.2.6 |
1387 | 2024-05-13T15:08:36.750Z | Downloaded postgres-protocol v0.6.6 |
1388 | 2024-05-13T15:08:36.750Z | Downloaded walkdir v2.5.0 |
1389 | 2024-05-13T15:08:36.753Z | Downloaded fd-lock v4.0.2 |
1390 | 2024-05-13T15:08:36.754Z | Downloaded const_format v0.2.32 |
1391 | 2024-05-13T15:08:36.757Z | Downloaded tokio-macros v2.2.0 |
1392 | 2024-05-13T15:08:36.760Z | Downloaded minimal-lexical v0.2.1 |
1393 | 2024-05-13T15:08:36.763Z | Downloaded futures-timer v3.0.2 |
1394 | 2024-05-13T15:08:36.766Z | Downloaded tempfile v3.10.1 |
1395 | 2024-05-13T15:08:36.766Z | Downloaded rcgen v0.12.1 |
1396 | 2024-05-13T15:08:36.772Z | Downloaded termios v0.3.3 |
1397 | 2024-05-13T15:08:36.775Z | Downloaded termcolor v1.2.0 |
1398 | 2024-05-13T15:08:36.775Z | Downloaded slog-term v2.9.1 |
1399 | 2024-05-13T15:08:36.775Z | Downloaded peg v0.8.3 |
1400 | 2024-05-13T15:08:36.778Z | Downloaded omicron-zone-package v0.11.0 |
1401 | 2024-05-13T15:08:36.781Z | Downloaded fixedbitset v0.4.2 |
1402 | 2024-05-13T15:08:36.781Z | Downloaded filetime v0.2.23 |
1403 | 2024-05-13T15:08:36.781Z | Downloaded usdt-macro v0.3.5 |
1404 | 2024-05-13T15:08:36.784Z | Downloaded cc v1.0.83 |
1405 | 2024-05-13T15:08:36.784Z | Downloaded fragile v2.0.0 |
1406 | 2024-05-13T15:08:36.787Z | Downloaded serde_derive_internals v0.29.0 |
1407 | 2024-05-13T15:08:36.787Z | Downloaded erased-serde v0.3.31 |
1408 | 2024-05-13T15:08:36.791Z | Downloaded env_logger v0.10.0 |
1409 | 2024-05-13T15:08:36.794Z | Downloaded psl-types v2.0.11 |
1410 | 2024-05-13T15:08:36.794Z | Downloaded slog-dtrace v0.3.0 |
1411 | 2024-05-13T15:08:36.794Z | Downloaded proc-macro-error v1.0.4 |
1412 | 2024-05-13T15:08:36.798Z | Downloaded ppv-lite86 v0.2.17 |
1413 | 2024-05-13T15:08:36.798Z | Downloaded vsss-rs v3.3.4 |
1414 | 2024-05-13T15:08:36.801Z | Downloaded once_cell v1.19.0 |
1415 | 2024-05-13T15:08:36.804Z | Downloaded serde_path_to_error v0.1.16 |
1416 | 2024-05-13T15:08:36.804Z | Downloaded serde_arrays v0.1.0 |
1417 | 2024-05-13T15:08:36.804Z | Downloaded bytes v1.6.0 |
1418 | 2024-05-13T15:08:36.808Z | Downloaded tokio-stream v0.1.15 |
1419 | 2024-05-13T15:08:36.812Z | Downloaded crossbeam-utils v0.8.19 |
1420 | 2024-05-13T15:08:36.816Z | Downloaded blake2 v0.10.6 |
1421 | 2024-05-13T15:08:36.816Z | Downloaded toml v0.5.11 |
1422 | 2024-05-13T15:08:36.822Z | Downloaded tap v1.0.1 |
1423 | 2024-05-13T15:08:36.822Z | Downloaded cookie v0.18.1 |
1424 | 2024-05-13T15:08:36.825Z | Downloaded crossbeam-epoch v0.9.18 |
1425 | 2024-05-13T15:08:36.825Z | Downloaded crc-any v2.4.3 |
1426 | 2024-05-13T15:08:36.825Z | Downloaded indexmap v1.9.3 |
1427 | 2024-05-13T15:08:36.829Z | Downloaded camino-tempfile v1.1.1 |
1428 | 2024-05-13T15:08:36.832Z | Downloaded compact_str v0.7.1 |
1429 | 2024-05-13T15:08:36.835Z | Downloaded datatest-stable v0.2.9 |
1430 | 2024-05-13T15:08:36.835Z | Downloaded gethostname v0.4.3 |
1431 | 2024-05-13T15:08:36.835Z | Downloaded version_check v0.9.4 |
1432 | 2024-05-13T15:08:36.838Z | Downloaded base64 v0.22.1 |
1433 | 2024-05-13T15:08:36.841Z | Downloaded arc-swap v1.6.0 |
1434 | 2024-05-13T15:08:36.845Z | Downloaded rstest v0.19.0 |
1435 | 2024-05-13T15:08:36.848Z | Downloaded relative-path v1.9.0 |
1436 | 2024-05-13T15:08:36.851Z | Downloaded clang-sys v1.6.1 |
1437 | 2024-05-13T15:08:36.854Z | Downloaded thiserror-no-std v2.0.2 |
1438 | 2024-05-13T15:08:36.857Z | Downloaded strsim v0.10.0 |
1439 | 2024-05-13T15:08:36.857Z | Downloaded miniz_oxide v0.7.1 |
1440 | 2024-05-13T15:08:36.860Z | Downloaded cookie v0.17.0 |
1441 | 2024-05-13T15:08:36.865Z | Downloaded crossbeam-deque v0.8.3 |
1442 | 2024-05-13T15:08:36.865Z | Downloaded crc32fast v1.3.2 |
1443 | 2024-05-13T15:08:36.871Z | Downloaded cookie_store v0.20.0 |
1444 | 2024-05-13T15:08:36.871Z | Downloaded console v0.15.8 |
1445 | 2024-05-13T15:08:36.872Z | Downloaded ed25519 v1.5.3 |
1446 | 2024-05-13T15:08:36.874Z | Downloaded dirs-next v2.0.0 |
1447 | 2024-05-13T15:08:36.874Z | Downloaded scroll v0.12.0 |
1448 | 2024-05-13T15:08:36.874Z | Downloaded log v0.4.21 |
1449 | 2024-05-13T15:08:36.875Z | Downloaded const_format_proc_macros v0.2.32 |
1450 | 2024-05-13T15:08:36.877Z | Downloaded peg-runtime v0.8.3 |
1451 | 2024-05-13T15:08:36.877Z | Downloaded slog-bunyan v2.5.0 |
1452 | 2024-05-13T15:08:36.880Z | Downloaded slog-async v2.8.0 |
1453 | 2024-05-13T15:08:36.880Z | Downloaded schemars_derive v0.8.17 |
1454 | 2024-05-13T15:08:36.883Z | Downloaded nu-ansi-term v0.50.0 |
1455 | 2024-05-13T15:08:36.883Z | Downloaded hyper-util v0.1.2 |
1456 | 2024-05-13T15:08:36.887Z | Downloaded backtrace v0.3.69 |
1457 | 2024-05-13T15:08:36.892Z | Downloaded native-tls v0.2.11 |
1458 | 2024-05-13T15:08:36.895Z | Downloaded libtest-mimic v0.7.2 |
1459 | 2024-05-13T15:08:36.895Z | Downloaded cancel-safe-futures v0.1.5 |
1460 | 2024-05-13T15:08:36.898Z | Downloaded memmap2 v0.7.1 |
1461 | 2024-05-13T15:08:36.901Z | Downloaded libloading v0.7.4 |
1462 | 2024-05-13T15:08:36.901Z | Downloaded hyper-rustls v0.24.2 |
1463 | 2024-05-13T15:08:36.903Z | Downloaded ipnet v2.9.0 |
1464 | 2024-05-13T15:08:36.907Z | Downloaded cexpr v0.6.0 |
1465 | 2024-05-13T15:08:36.907Z | Downloaded corncobs v0.1.3 |
1466 | 2024-05-13T15:08:36.911Z | Downloaded colored v2.1.0 |
1467 | 2024-05-13T15:08:36.911Z | Downloaded usdt-attr-macro v0.3.5 |
1468 | 2024-05-13T15:08:36.911Z | Downloaded impl-trait-for-tuples v0.2.2 |
1469 | 2024-05-13T15:08:36.914Z | Downloaded mime_guess v2.0.4 |
1470 | 2024-05-13T15:08:36.914Z | Downloaded hyper-rustls v0.26.0 |
1471 | 2024-05-13T15:08:36.917Z | Downloaded httptest v0.15.5 |
1472 | 2024-05-13T15:08:36.917Z | Downloaded block-padding v0.3.3 |
1473 | 2024-05-13T15:08:36.920Z | Downloaded mime v0.3.17 |
1474 | 2024-05-13T15:08:36.920Z | Downloaded maplit v1.0.2 |
1475 | 2024-05-13T15:08:36.920Z | Downloaded lru-cache v0.1.2 |
1476 | 2024-05-13T15:08:36.920Z | Downloaded hubpack v0.1.2 |
1477 | 2024-05-13T15:08:36.926Z | Downloaded crc-catalog v2.2.0 |
1478 | 2024-05-13T15:08:36.926Z | Downloaded convert_case v0.4.0 |
1479 | 2024-05-13T15:08:36.926Z | Downloaded constant_time_eq v0.2.6 |
1480 | 2024-05-13T15:08:36.929Z | Downloaded maybe-uninit v2.0.0 |
1481 | 2024-05-13T15:08:36.929Z | Downloaded lalrpop-util v0.19.12 |
1482 | 2024-05-13T15:08:36.929Z | Downloaded hyper-staticfile v0.9.5 |
1483 | 2024-05-13T15:08:36.929Z | Downloaded constant_time_eq v0.3.0 |
1484 | 2024-05-13T15:08:36.930Z | Downloaded libefi-sys v0.1.0 |
1485 | 2024-05-13T15:08:36.930Z | Downloaded buf-list v1.0.3 |
1486 | 2024-05-13T15:08:36.933Z | Downloaded newtype_derive v0.1.6 |
1487 | 2024-05-13T15:08:36.933Z | Downloaded is-terminal v0.4.9 |
1488 | 2024-05-13T15:08:36.933Z | Downloaded ipnetwork v0.20.0 |
1489 | 2024-05-13T15:08:36.937Z | Downloaded inout v0.1.3 |
1490 | 2024-05-13T15:08:36.937Z | Downloaded bitflags v1.3.2 |
1491 | 2024-05-13T15:08:36.940Z | Downloaded ahash v0.8.8 |
1492 | 2024-05-13T15:08:36.940Z | Downloaded lru v0.12.1 |
1493 | 2024-05-13T15:08:36.943Z | Downloaded hyper-tls v0.5.0 |
1494 | 2024-05-13T15:08:36.943Z | Downloaded byteorder v1.5.0 |
1495 | 2024-05-13T15:08:36.946Z | Downloaded iana-time-zone v0.1.57 |
1496 | 2024-05-13T15:08:36.946Z | Downloaded humantime v2.1.0 |
1497 | 2024-05-13T15:08:36.950Z | Downloaded ciborium-ll v0.2.2 |
1498 | 2024-05-13T15:08:36.950Z | Downloaded chacha20 v0.9.1 |
1499 | 2024-05-13T15:08:36.953Z | Downloaded cfg-if v1.0.0 |
1500 | 2024-05-13T15:08:36.953Z | Downloaded block-buffer v0.10.4 |
1501 | 2024-05-13T15:08:36.953Z | Downloaded atty v0.2.14 |
1502 | 2024-05-13T15:08:36.953Z | Downloaded home v0.5.5 |
1503 | 2024-05-13T15:08:36.956Z | Downloaded backoff v0.4.0 |
1504 | 2024-05-13T15:08:36.956Z | Downloaded adler v1.0.2 |
1505 | 2024-05-13T15:08:36.960Z | Downloaded ciborium-io v0.2.2 |
1506 | 2024-05-13T15:08:36.960Z | Downloaded cfg_aliases v0.1.1 |
1507 | 2024-05-13T15:08:36.960Z | Downloaded base16ct v0.2.0 |
1508 | 2024-05-13T15:08:36.960Z | Downloaded httparse v1.8.0 |
1509 | 2024-05-13T15:08:36.963Z | Downloaded hostname v0.3.1 |
1510 | 2024-05-13T15:08:36.963Z | Downloaded bitstruct_derive v0.1.0 |
1511 | 2024-05-13T15:08:36.963Z | Downloaded heapless v0.8.0 |
1512 | 2024-05-13T15:08:36.966Z | Downloaded arrayvec v0.7.4 |
1513 | 2024-05-13T15:08:36.972Z | Downloaded bit-set v0.5.3 |
1514 | 2024-05-13T15:08:36.975Z | Downloaded addr2line v0.21.0 |
1515 | 2024-05-13T15:08:36.975Z | Downloaded http v1.0.0 |
1516 | 2024-05-13T15:08:36.975Z | Downloaded heck v0.3.3 |
1517 | 2024-05-13T15:08:36.979Z | Downloaded atomic-waker v1.1.1 |
1518 | 2024-05-13T15:08:36.979Z | Downloaded array-init v0.0.4 |
1519 | 2024-05-13T15:08:36.979Z | Downloaded async-stream v0.3.5 |
1520 | 2024-05-13T15:08:36.982Z | Downloaded aead v0.5.2 |
1521 | 2024-05-13T15:08:36.982Z | Downloaded async-recursion v1.1.0 |
1522 | 2024-05-13T15:08:36.985Z | Downloaded highway v1.1.0 |
1523 | 2024-05-13T15:08:36.985Z | Downloaded heck v0.4.1 |
1524 | 2024-05-13T15:08:36.989Z | Downloaded headers-core v0.2.0 |
1525 | 2024-05-13T15:08:36.989Z | Downloaded async-trait v0.1.80 |
1526 | 2024-05-13T15:08:36.993Z | Downloaded assert_cmd v2.0.14 |
1527 | 2024-05-13T15:08:37.573Z | Compiling libc v0.2.153 |
1528 | 2024-05-13T15:08:37.573Z | Compiling serde v1.0.201 |
1529 | 2024-05-13T15:08:37.576Z | Compiling version_check v0.9.4 |
1530 | 2024-05-13T15:08:37.576Z | Checking cfg-if v1.0.0 |
1531 | 2024-05-13T15:08:37.637Z | Compiling lock_api v0.4.10 |
1532 | 2024-05-13T15:08:37.640Z | Compiling parking_lot_core v0.9.8 |
1533 | 2024-05-13T15:08:37.675Z | Compiling syn v2.0.60 |
1534 | 2024-05-13T15:08:37.713Z | Compiling once_cell v1.19.0 |
1535 | 2024-05-13T15:08:37.730Z | Compiling libm v0.2.7 |
1536 | 2024-05-13T15:08:38.091Z | Compiling num-traits v0.2.18 |
1537 | 2024-05-13T15:08:38.110Z | Compiling memchr v2.7.1 |
1538 | 2024-05-13T15:08:38.141Z | Compiling serde_json v1.0.116 |
1539 | 2024-05-13T15:08:38.177Z | Compiling byteorder v1.5.0 |
1540 | 2024-05-13T15:08:38.473Z | Compiling ahash v0.8.8 |
1541 | 2024-05-13T15:08:38.666Z | Compiling syn v1.0.109 |
1542 | 2024-05-13T15:08:38.872Z | Checking log v0.4.21 |
1543 | 2024-05-13T15:08:39.080Z | Compiling slab v0.4.9 |
1544 | 2024-05-13T15:08:39.186Z | Checking itoa v1.0.9 |
1545 | 2024-05-13T15:08:39.396Z | Compiling typenum v1.16.0 |
1546 | 2024-05-13T15:08:39.479Z | Checking getrandom v0.2.12 |
1547 | 2024-05-13T15:08:39.504Z | Compiling cc v1.0.83 |
1548 | 2024-05-13T15:08:39.708Z | Compiling generic-array v0.14.7 |
1549 | 2024-05-13T15:08:39.837Z | Checking scopeguard v1.2.0 |
1550 | 2024-05-13T15:08:40.029Z | Checking smallvec v1.13.1 |
1551 | 2024-05-13T15:08:40.105Z | Compiling allocator-api2 v0.2.16 |
1552 | 2024-05-13T15:08:40.202Z | Compiling pkg-config v0.3.27 |
1553 | 2024-05-13T15:08:40.375Z | Compiling rustix v0.38.31 |
1554 | 2024-05-13T15:08:40.654Z | Compiling schemars v0.8.17 |
1555 | 2024-05-13T15:08:40.861Z | Compiling httparse v1.8.0 |
1556 | 2024-05-13T15:08:40.974Z | Checking parking_lot v0.12.1 |
1557 | 2024-05-13T15:08:41.015Z | Checking pin-project-lite v0.2.13 |
1558 | 2024-05-13T15:08:41.128Z | Compiling num-conv v0.1.0 |
1559 | 2024-05-13T15:08:41.242Z | Compiling time-core v0.1.2 |
1560 | 2024-05-13T15:08:41.333Z | Compiling fnv v1.0.7 |
1561 | 2024-05-13T15:08:41.407Z | Compiling time-macros v0.2.17 |
1562 | 2024-05-13T15:08:41.448Z | Checking signal-hook-registry v1.4.1 |
1563 | 2024-05-13T15:08:41.614Z | Compiling vcpkg v0.2.15 |
1564 | 2024-05-13T15:08:41.725Z | Checking mio v0.8.11 |
1565 | 2024-05-13T15:08:42.072Z | Compiling heck v0.4.1 |
1566 | 2024-05-13T15:08:42.410Z | Checking ryu v1.0.15 |
1567 | 2024-05-13T15:08:42.556Z | Compiling aho-corasick v1.1.2 |
1568 | 2024-05-13T15:08:42.583Z | Compiling ring v0.17.8 |
1569 | 2024-05-13T15:08:43.834Z | Compiling openssl-sys v0.9.102 |
1570 | 2024-05-13T15:08:44.034Z | Compiling regex-syntax v0.8.2 |
1571 | 2024-05-13T15:08:44.818Z | Compiling serde_derive_internals v0.29.0 |
1572 | 2024-05-13T15:08:46.014Z | Checking rand_core v0.6.4 |
1573 | 2024-05-13T15:08:46.064Z | Checking num_cpus v1.16.0 |
1574 | 2024-05-13T15:08:46.170Z | Checking futures-core v0.3.30 |
1575 | 2024-05-13T15:08:46.251Z | Compiling ring v0.16.20 |
1576 | 2024-05-13T15:08:46.336Z | Checking socket2 v0.5.6 |
1577 | 2024-05-13T15:08:47.187Z | Compiling regex-automata v0.4.5 |
1578 | 2024-05-13T15:08:47.372Z | Compiling openssl v0.10.64 |
1579 | 2024-05-13T15:08:47.786Z | Compiling slog v2.7.0 |
1580 | 2024-05-13T15:08:48.192Z | Compiling ucd-trie v0.1.6 |
1581 | 2024-05-13T15:08:48.272Z | Compiling rustversion v1.0.14 |
1582 | 2024-05-13T15:08:48.984Z | Compiling crossbeam-utils v0.8.19 |
1583 | 2024-05-13T15:08:49.578Z | Compiling rustls v0.21.9 |
1584 | 2024-05-13T15:08:49.735Z | Compiling native-tls v0.2.11 |
1585 | 2024-05-13T15:08:49.856Z | Compiling iana-time-zone v0.1.57 |
1586 | 2024-05-13T15:08:50.085Z | Compiling cookie v0.17.0 |
1587 | 2024-05-13T15:08:50.130Z | Checking spin v0.5.2 |
1588 | 2024-05-13T15:08:50.251Z | Compiling backtrace v0.3.69 |
1589 | 2024-05-13T15:08:50.327Z | Checking futures-sink v0.3.30 |
1590 | 2024-05-13T15:08:50.343Z | Compiling dyn-clone v1.0.17 |
1591 | 2024-05-13T15:08:50.450Z | Compiling anyhow v1.0.82 |
1592 | 2024-05-13T15:08:50.551Z | Checking pin-utils v0.1.0 |
1593 | 2024-05-13T15:08:50.712Z | Checking futures-channel v0.3.30 |
1594 | 2024-05-13T15:08:51.167Z | Checking futures-task v0.3.30 |
1595 | 2024-05-13T15:08:51.338Z | Compiling tinyvec_macros v0.1.1 |
1596 | 2024-05-13T15:08:51.355Z | Checking futures-io v0.3.30 |
1597 | 2024-05-13T15:08:51.385Z | Compiling thread-id v4.2.0 |
1598 | 2024-05-13T15:08:51.423Z | Compiling tinyvec v1.6.0 |
1599 | 2024-05-13T15:08:51.635Z | Compiling unicode-bidi v0.3.15 |
1600 | 2024-05-13T15:08:51.685Z | Compiling serde_derive v1.0.201 |
1601 | 2024-05-13T15:08:52.333Z | Compiling zerocopy-derive v0.7.32 |
1602 | 2024-05-13T15:08:52.477Z | Compiling thiserror-impl v1.0.59 |
1603 | 2024-05-13T15:08:52.888Z | Compiling zeroize_derive v1.4.2 |
1604 | 2024-05-13T15:08:53.059Z | Compiling tokio-macros v2.2.0 |
1605 | 2024-05-13T15:08:53.117Z | Compiling futures-macro v0.3.30 |
1606 | 2024-05-13T15:08:53.712Z | Compiling tracing-attributes v0.1.27 |
1607 | 2024-05-13T15:08:54.534Z | Compiling schemars_derive v0.8.17 |
1608 | 2024-05-13T15:08:54.688Z | Compiling zerocopy v0.7.32 |
1609 | 2024-05-13T15:08:54.775Z | Compiling regex v1.10.4 |
1610 | 2024-05-13T15:08:55.244Z | Checking zeroize v1.7.0 |
1611 | 2024-05-13T15:08:55.519Z | Compiling openssl-macros v0.1.1 |
1612 | 2024-05-13T15:08:55.845Z | Compiling thiserror v1.0.59 |
1613 | 2024-05-13T15:08:56.095Z | Compiling pest v2.7.6 |
1614 | 2024-05-13T15:08:56.357Z | Compiling async-trait v0.1.80 |
1615 | 2024-05-13T15:08:56.903Z | Compiling hashbrown v0.14.3 |
1616 | 2024-05-13T15:08:57.612Z | Compiling scroll_derive v0.12.0 |
1617 | 2024-05-13T15:08:57.690Z | Checking futures-util v0.3.30 |
1618 | 2024-05-13T15:08:58.232Z | Compiling unicode-normalization v0.1.22 |
1619 | 2024-05-13T15:08:58.585Z | Compiling pest_meta v2.7.6 |
1620 | 2024-05-13T15:08:58.846Z | Compiling der_derive v0.7.2 |
1621 | 2024-05-13T15:08:59.286Z | Compiling errno v0.3.8 |
1622 | 2024-05-13T15:08:59.328Z | Compiling unicode-width v0.1.11 |
1623 | 2024-05-13T15:08:59.480Z | Compiling crc32fast v1.3.2 |
1624 | 2024-05-13T15:08:59.499Z | Compiling either v1.11.0 |
1625 | 2024-05-13T15:08:59.901Z | Compiling pest_generator v2.7.6 |
1626 | 2024-05-13T15:08:59.951Z | Checking subtle v2.5.0 |
1627 | 2024-05-13T15:09:00.194Z | Compiling scroll v0.12.0 |
1628 | 2024-05-13T15:09:00.977Z | Compiling usdt-impl v0.5.0 |
1629 | 2024-05-13T15:09:01.418Z | Compiling plain v0.2.3 |
1630 | 2024-05-13T15:09:01.584Z | Compiling winnow v0.5.15 |
1631 | 2024-05-13T15:09:02.672Z | Compiling goblin v0.8.0 |
1632 | 2024-05-13T15:09:03.445Z | Compiling spin v0.9.8 |
1633 | 2024-05-13T15:09:03.474Z | Compiling pest_derive v2.7.6 |
1634 | 2024-05-13T15:09:03.691Z | Compiling tracing-core v0.1.32 |
1635 | 2024-05-13T15:09:03.848Z | Compiling pretty-hex v0.4.1 |
1636 | 2024-05-13T15:09:04.033Z | Compiling percent-encoding v2.3.1 |
1637 | 2024-05-13T15:09:04.262Z | Compiling dtrace-parser v0.2.0 |
1638 | 2024-05-13T15:09:04.702Z | Compiling tracing v0.1.40 |
1639 | 2024-05-13T15:09:05.191Z | Compiling const-oid v0.9.6 |
1640 | 2024-05-13T15:09:05.235Z | Compiling clap_derive v4.5.4 |
1641 | 2024-05-13T15:09:05.340Z | Compiling untrusted v0.7.1 |
1642 | 2024-05-13T15:09:05.499Z | Checking bytes v1.6.0 |
1643 | 2024-05-13T15:09:06.223Z | Checking bitflags v2.4.2 |
1644 | 2024-05-13T15:09:06.309Z | Checking tokio v1.37.0 |
1645 | 2024-05-13T15:09:06.735Z | Compiling indexmap v2.2.6 |
1646 | 2024-05-13T15:09:07.161Z | Compiling serde_tokenstream v0.2.0 |
1647 | 2024-05-13T15:09:08.032Z | Compiling uuid v1.8.0 |
1648 | 2024-05-13T15:09:08.119Z | Compiling chrono v0.4.38 |
1649 | 2024-05-13T15:09:08.137Z | Compiling semver v1.0.22 |
1650 | 2024-05-13T15:09:08.220Z | Compiling http v0.2.12 |
1651 | 2024-05-13T15:09:08.882Z | Compiling serde_spanned v0.6.5 |
1652 | 2024-05-13T15:09:09.101Z | Compiling toml_datetime v0.6.5 |
1653 | 2024-05-13T15:09:09.401Z | Compiling rustc_version v0.4.0 |
1654 | 2024-05-13T15:09:10.148Z | Compiling toml_edit v0.19.15 |
1655 | 2024-05-13T15:09:10.716Z | Compiling openapiv3 v2.0.0 |
1656 | 2024-05-13T15:09:12.046Z | Compiling dof v0.3.0 |
1657 | 2024-05-13T15:09:13.284Z | Compiling untrusted v0.9.0 |
1658 | 2024-05-13T15:09:13.463Z | Compiling powerfmt v0.2.0 |
1659 | 2024-05-13T15:09:13.863Z | Compiling signal-hook v0.3.17 |
1660 | 2024-05-13T15:09:14.141Z | Compiling foreign-types-shared v0.1.1 |
1661 | 2024-05-13T15:09:14.243Z | Compiling foreign-types v0.3.2 |
1662 | 2024-05-13T15:09:14.315Z | Compiling deranged v0.3.11 |
1663 | 2024-05-13T15:09:14.398Z | Compiling usdt-macro v0.5.0 |
1664 | 2024-05-13T15:09:14.408Z | Compiling usdt-attr-macro v0.5.0 |
1665 | 2024-05-13T15:09:15.146Z | Compiling form_urlencoded v1.2.1 |
1666 | 2024-05-13T15:09:15.448Z | Compiling crypto-common v0.1.6 |
1667 | 2024-05-13T15:09:15.692Z | Compiling zerocopy-derive v0.6.6 |
1668 | 2024-05-13T15:09:16.022Z | Compiling num_threads v0.1.6 |
1669 | 2024-05-13T15:09:16.149Z | Compiling siphasher v0.3.11 |
1670 | 2024-05-13T15:09:16.222Z | Compiling try-lock v0.2.4 |
1671 | 2024-05-13T15:09:16.358Z | Compiling base64 v0.21.7 |
1672 | 2024-05-13T15:09:16.521Z | Compiling want v0.3.1 |
1673 | 2024-05-13T15:09:16.827Z | Compiling sct v0.7.0 |
1674 | 2024-05-13T15:09:17.128Z | Compiling rustls-webpki v0.101.7 |
1675 | 2024-05-13T15:09:17.158Z | Compiling time v0.3.34 |
1676 | 2024-05-13T15:09:17.325Z | Compiling tokio-util v0.7.10 |
1677 | 2024-05-13T15:09:18.106Z | Compiling http-body v0.4.5 |
1678 | 2024-05-13T15:09:18.531Z | Compiling h2 v0.3.26 |
1679 | 2024-05-13T15:09:18.534Z | Compiling block-buffer v0.10.4 |
1680 | 2024-05-13T15:09:18.712Z | Compiling idna v0.5.0 |
1681 | 2024-05-13T15:09:18.801Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1682 | 2024-05-13T15:09:19.018Z | Compiling httpdate v1.0.3 |
1683 | 2024-05-13T15:09:19.334Z | Compiling tower-service v0.3.2 |
1684 | 2024-05-13T15:09:19.461Z | Compiling openssl-probe v0.1.5 |
1685 | 2024-05-13T15:09:19.521Z | Compiling url v2.5.0 |
1686 | 2024-05-13T15:09:20.234Z | Compiling digest v0.10.7 |
1687 | 2024-05-13T15:09:20.707Z | Compiling heapless v0.7.16 |
1688 | 2024-05-13T15:09:20.916Z | Compiling idna v0.3.0 |
1689 | 2024-05-13T15:09:21.152Z | Compiling lazy_static v1.4.0 |
1690 | 2024-05-13T15:09:22.507Z | Checking equivalent v1.0.1 |
1691 | 2024-05-13T15:09:22.600Z | Compiling ppv-lite86 v0.2.17 |
1692 | 2024-05-13T15:09:22.618Z | Compiling adler v1.0.2 |
1693 | 2024-05-13T15:09:22.641Z | Compiling psl-types v2.0.11 |
1694 | 2024-05-13T15:09:22.828Z | Compiling publicsuffix v2.2.3 |
1695 | 2024-05-13T15:09:22.831Z | Compiling miniz_oxide v0.7.1 |
1696 | 2024-05-13T15:09:23.068Z | Compiling crossbeam-epoch v0.9.18 |
1697 | 2024-05-13T15:09:23.342Z | Compiling rand_chacha v0.3.1 |
1698 | 2024-05-13T15:09:24.243Z | Compiling tokio-native-tls v0.3.1 |
1699 | 2024-05-13T15:09:24.305Z | Compiling tokio-rustls v0.24.1 |
1700 | 2024-05-13T15:09:24.501Z | Compiling ipnet v2.9.0 |
1701 | 2024-05-13T15:09:24.521Z | Compiling bit-vec v0.6.3 |
1702 | 2024-05-13T15:09:24.707Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1703 | 2024-05-13T15:09:24.954Z | Compiling hyper v0.14.28 |
1704 | 2024-05-13T15:09:25.188Z | Compiling cookie_store v0.20.0 |
1705 | 2024-05-13T15:09:25.522Z | Compiling rand v0.8.5 |
1706 | 2024-05-13T15:09:25.735Z | Compiling rustls-pemfile v1.0.3 |
1707 | 2024-05-13T15:09:26.105Z | Compiling phf_shared v0.10.0 |
1708 | 2024-05-13T15:09:26.482Z | Compiling serde_urlencoded v0.7.1 |
1709 | 2024-05-13T15:09:26.640Z | Compiling encoding_rs v0.8.33 |
1710 | 2024-05-13T15:09:26.679Z | Compiling num-bigint v0.4.4 |
1711 | 2024-05-13T15:09:27.046Z | Compiling webpki-roots v0.25.2 |
1712 | 2024-05-13T15:09:27.205Z | Compiling smoltcp v0.9.1 |
1713 | 2024-05-13T15:09:27.303Z | Compiling precomputed-hash v0.1.1 |
1714 | 2024-05-13T15:09:27.422Z | Compiling minimal-lexical v0.2.1 |
1715 | 2024-05-13T15:09:27.479Z | Compiling mime v0.3.17 |
1716 | 2024-05-13T15:09:27.586Z | Compiling fixedbitset v0.4.2 |
1717 | 2024-05-13T15:09:27.938Z | Compiling gimli v0.28.0 |
1718 | 2024-05-13T15:09:27.942Z | Compiling new_debug_unreachable v1.0.4 |
1719 | 2024-05-13T15:09:27.990Z | Compiling base64ct v1.6.0 |
1720 | 2024-05-13T15:09:28.039Z | Compiling sync_wrapper v0.1.2 |
1721 | 2024-05-13T15:09:28.095Z | Compiling string_cache v0.8.7 |
1722 | 2024-05-13T15:09:28.193Z | Compiling nom v7.1.3 |
1723 | 2024-05-13T15:09:28.566Z | Compiling pem-rfc7468 v0.7.0 |
1724 | 2024-05-13T15:09:28.569Z | Compiling petgraph v0.6.4 |
1725 | 2024-05-13T15:09:29.325Z | Compiling bit-set v0.5.3 |
1726 | 2024-05-13T15:09:29.500Z | Compiling hmac v0.12.1 |
1727 | 2024-05-13T15:09:29.593Z | Compiling itertools v0.10.5 |
1728 | 2024-05-13T15:09:29.740Z | Compiling hubpack_derive v0.1.1 |
1729 | 2024-05-13T15:09:29.846Z | Compiling enum-as-inner v0.5.1 |
1730 | 2024-05-13T15:09:30.707Z | Compiling diesel_table_macro_syntax v0.1.0 |
1731 | 2024-05-13T15:09:30.926Z | Compiling object v0.32.1 |
1732 | 2024-05-13T15:09:31.090Z | Compiling unicode-segmentation v1.10.1 |
1733 | 2024-05-13T15:09:31.195Z | Compiling rustc-demangle v0.1.23 |
1734 | 2024-05-13T15:09:31.824Z | Compiling hyper-tls v0.5.0 |
1735 | 2024-05-13T15:09:31.926Z | Compiling hyper-rustls v0.24.2 |
1736 | 2024-05-13T15:09:32.132Z | Compiling addr2line v0.21.0 |
1737 | 2024-05-13T15:09:32.294Z | Compiling reqwest v0.11.27 |
1738 | 2024-05-13T15:09:32.311Z | Compiling flagset v0.4.3 |
1739 | 2024-05-13T15:09:32.383Z | Compiling lalrpop-util v0.19.12 |
1740 | 2024-05-13T15:09:32.666Z | Compiling der v0.7.8 |
1741 | 2024-05-13T15:09:32.722Z | Compiling toml_edit v0.22.12 |
1742 | 2024-05-13T15:09:32.746Z | Compiling diesel_derives v2.1.2 |
1743 | 2024-05-13T15:09:32.768Z | Compiling flate2 v1.0.28 |
1744 | 2024-05-13T15:09:33.552Z | Compiling futures-executor v0.3.30 |
1745 | 2024-05-13T15:09:34.110Z | Compiling cpufeatures v0.2.12 |
1746 | 2024-05-13T15:09:34.349Z | Compiling sha2 v0.10.8 |
1747 | 2024-05-13T15:09:35.044Z | Compiling spki v0.7.2 |
1748 | 2024-05-13T15:09:35.395Z | Compiling futures v0.3.30 |
1749 | 2024-05-13T15:09:36.015Z | Compiling md-5 v0.10.5 |
1750 | 2024-05-13T15:09:36.258Z | Compiling toml v0.7.8 |
1751 | 2024-05-13T15:09:36.782Z | Compiling hex v0.4.3 |
1752 | 2024-05-13T15:09:37.300Z | Compiling stringprep v0.1.3 |
1753 | 2024-05-13T15:09:37.971Z | Compiling strum_macros v0.25.2 |
1754 | 2024-05-13T15:09:38.039Z | Compiling serde_repr v0.1.16 |
1755 | 2024-05-13T15:09:38.275Z | Compiling num-integer v0.1.46 |
1756 | 2024-05-13T15:09:39.076Z | Compiling hash32 v0.2.1 |
1757 | 2024-05-13T15:09:39.082Z | Compiling stable_deref_trait v1.2.0 |
1758 | 2024-05-13T15:09:39.243Z | Compiling fallible-iterator v0.2.0 |
1759 | 2024-05-13T15:09:39.408Z | Checking unicode-ident v1.0.12 |
1760 | 2024-05-13T15:09:39.609Z | Compiling pkcs8 v0.10.2 |
1761 | 2024-05-13T15:09:39.924Z | Compiling postgres-protocol v0.6.6 |
1762 | 2024-05-13T15:09:40.339Z | Compiling phf_shared v0.11.2 |
1763 | 2024-05-13T15:09:40.785Z | Compiling terminal_size v0.3.0 |
1764 | 2024-05-13T15:09:40.982Z | Compiling ff v0.13.0 |
1765 | 2024-05-13T15:09:41.208Z | Compiling block-padding v0.3.3 |
1766 | 2024-05-13T15:09:41.213Z | Compiling scheduled-thread-pool v0.2.7 |
1767 | 2024-05-13T15:09:41.656Z | Compiling base16ct v0.2.0 |
1768 | 2024-05-13T15:09:41.713Z | Compiling managed v0.8.0 |
1769 | 2024-05-13T15:09:41.790Z | Compiling regex-automata v0.1.10 |
1770 | 2024-05-13T15:09:41.835Z | Compiling peg-runtime v0.8.3 |
1771 | 2024-05-13T15:09:41.956Z | Compiling bitflags v1.3.2 |
1772 | 2024-05-13T15:09:42.059Z | Compiling matches v0.1.10 |
1773 | 2024-05-13T15:09:42.073Z | Compiling clap_builder v4.5.2 |
1774 | 2024-05-13T15:09:42.143Z | Compiling idna v0.2.3 |
1775 | 2024-05-13T15:09:42.283Z | Compiling bstr v0.2.17 |
1776 | 2024-05-13T15:09:42.474Z | Compiling sec1 v0.7.3 |
1777 | 2024-05-13T15:09:43.046Z | Compiling r2d2 v0.8.10 |
1778 | 2024-05-13T15:09:43.392Z | Compiling inout v0.1.3 |
1779 | 2024-05-13T15:09:43.676Z | Compiling group v0.13.0 |
1780 | 2024-05-13T15:09:43.790Z | Compiling signal-hook-mio v0.2.3 |
1781 | 2024-05-13T15:09:43.947Z | Compiling postgres-types v0.2.6 |
1782 | 2024-05-13T15:09:43.993Z | Compiling phf v0.11.2 |
1783 | 2024-05-13T15:09:44.021Z | Compiling bzip2 v0.4.4 |
1784 | 2024-05-13T15:09:44.310Z | Compiling hubpack v0.1.2 |
1785 | 2024-05-13T15:09:44.416Z | Compiling hkdf v0.12.4 |
1786 | 2024-05-13T15:09:44.761Z | Compiling zerocopy v0.6.6 |
1787 | 2024-05-13T15:09:44.933Z | Compiling ipnetwork v0.20.0 |
1788 | 2024-05-13T15:09:45.459Z | Compiling crypto-bigint v0.5.2 |
1789 | 2024-05-13T15:09:45.615Z | Compiling float-cmp v0.9.0 |
1790 | 2024-05-13T15:09:45.784Z | Compiling memmap v0.7.0 |
1791 | 2024-05-13T15:09:45.994Z | Compiling whoami v1.5.1 |
1792 | 2024-05-13T15:09:46.140Z | Compiling normalize-line-endings v0.3.0 |
1793 | 2024-05-13T15:09:46.265Z | Compiling predicates-core v1.0.6 |
1794 | 2024-05-13T15:09:46.621Z | Compiling static_assertions v1.1.0 |
1795 | 2024-05-13T15:09:46.642Z | Compiling data-encoding v2.4.0 |
1796 | 2024-05-13T15:09:46.720Z | Compiling difflib v0.4.0 |
1797 | 2024-05-13T15:09:47.505Z | Compiling elliptic-curve v0.13.8 |
1798 | 2024-05-13T15:09:47.549Z | Compiling trust-dns-proto v0.22.0 |
1799 | 2024-05-13T15:09:48.290Z | Compiling predicates v3.1.0 |
1800 | 2024-05-13T15:09:48.350Z | Compiling yasna v0.5.2 |
1801 | 2024-05-13T15:09:48.814Z | Compiling diesel v2.1.6 |
1802 | 2024-05-13T15:09:48.819Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1803 | 2024-05-13T15:09:48.915Z | Compiling tokio-postgres v0.7.10 |
1804 | 2024-05-13T15:09:50.239Z | Compiling usdt v0.5.0 |
1805 | 2024-05-13T15:09:50.737Z | Compiling clap v4.5.4 |
1806 | 2024-05-13T15:09:50.851Z | Compiling zip v0.6.6 |
1807 | 2024-05-13T15:09:51.492Z | Compiling crossterm v0.27.0 |
1808 | 2024-05-13T15:09:52.218Z | Compiling cipher v0.4.4 |
1809 | 2024-05-13T15:09:52.223Z | Compiling similar v2.4.0 |
1810 | 2024-05-13T15:09:52.920Z | Checking proc-macro2 v1.0.81 |
1811 | 2024-05-13T15:09:53.595Z | Compiling num-iter v0.1.44 |
1812 | 2024-05-13T15:09:53.771Z | Compiling console v0.15.8 |
1813 | 2024-05-13T15:09:53.788Z | Compiling tokio-stream v0.1.15 |
1814 | 2024-05-13T15:09:54.349Z | Compiling bstr v1.9.0 |
1815 | 2024-05-13T15:09:54.707Z | Checking quote v1.0.36 |
1816 | 2024-05-13T15:09:59.858Z | Checking utf8parse v0.2.1 |
1817 | 2024-05-13T15:10:02.695Z | Checking anstyle v1.0.7 |
1818 | 2024-05-13T15:10:04.393Z | Checking anstyle-parse v0.2.1 |
1819 | 2024-05-13T15:10:04.555Z | Checking colorchoice v1.0.0 |
1820 | 2024-05-13T15:10:04.620Z | Checking anstyle-query v1.0.0 |
1821 | 2024-05-13T15:10:04.740Z | Checking anstream v0.6.11 |
1822 | 2024-05-13T15:10:05.072Z | Checking clap_lex v0.7.0 |
1823 | 2024-05-13T15:10:05.090Z | Checking strsim v0.11.0 |
1824 | 2024-05-13T15:10:08.610Z | Checking winnow v0.6.1 |
1825 | 2024-05-13T15:10:17.291Z | Compiling regress v0.9.1 |
1826 | 2024-05-13T15:10:17.938Z | Compiling getopts v0.2.21 |
1827 | 2024-05-13T15:10:18.155Z | Checking heck v0.5.0 |
1828 | 2024-05-13T15:10:18.342Z | Compiling unsafe-libyaml v0.2.10 |
1829 | 2024-05-13T15:10:18.948Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1830 | 2024-05-13T15:10:19.579Z | Checking is-terminal v0.4.9 |
1831 | 2024-05-13T15:10:19.689Z | Compiling serde_yaml v0.9.25 |
1832 | 2024-05-13T15:10:19.937Z | Checking camino v1.1.6 |
1833 | 2024-05-13T15:10:20.219Z | Checking base64 v0.22.1 |
1834 | 2024-05-13T15:10:20.230Z | Compiling ident_case v1.0.1 |
1835 | 2024-05-13T15:10:20.388Z | Compiling strsim v0.10.0 |
1836 | 2024-05-13T15:10:20.450Z | Compiling rayon-core v1.12.1 |
1837 | 2024-05-13T15:10:20.684Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1838 | 2024-05-13T15:10:20.754Z | Compiling darling_core v0.20.8 |
1839 | 2024-05-13T15:10:21.151Z | Checking sha1 v0.10.6 |
1840 | 2024-05-13T15:10:21.415Z | Checking http v1.0.0 |
1841 | 2024-05-13T15:10:22.273Z | Compiling paste v1.0.14 |
1842 | 2024-05-13T15:10:22.775Z | Compiling strum_macros v0.26.1 |
1843 | 2024-05-13T15:10:22.855Z | Checking match_cfg v0.1.0 |
1844 | 2024-05-13T15:10:22.939Z | Checking rustls-pki-types v1.3.0 |
1845 | 2024-05-13T15:10:23.339Z | Checking fastrand v2.0.1 |
1846 | 2024-05-13T15:10:23.650Z | Checking tempfile v3.10.1 |
1847 | 2024-05-13T15:10:23.895Z | Checking hostname v0.3.1 |
1848 | 2024-05-13T15:10:24.008Z | Checking dirs-sys-next v0.1.2 |
1849 | 2024-05-13T15:10:24.027Z | Checking quick-error v1.2.3 |
1850 | 2024-05-13T15:10:24.077Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1851 | 2024-05-13T15:10:24.157Z | Checking crossbeam-channel v0.5.8 |
1852 | 2024-05-13T15:10:24.174Z | Checking dirs-next v2.0.0 |
1853 | 2024-05-13T15:10:24.296Z | Checking thread_local v1.1.7 |
1854 | 2024-05-13T15:10:24.518Z | Compiling slog-async v2.8.0 |
1855 | 2024-05-13T15:10:24.580Z | Compiling rustls v0.22.4 |
1856 | 2024-05-13T15:10:24.894Z | Checking term v0.7.0 |
1857 | 2024-05-13T15:10:24.907Z | Checking rustls-webpki v0.102.1 |
1858 | 2024-05-13T15:10:25.102Z | Checking instant v0.1.12 |
1859 | 2024-05-13T15:10:25.211Z | Checking take_mut v0.2.2 |
1860 | 2024-05-13T15:10:25.227Z | Checking rustls-pemfile v2.1.2 |
1861 | 2024-05-13T15:10:25.309Z | Checking slog-term v2.9.1 |
1862 | 2024-05-13T15:10:25.469Z | Compiling blake3 v1.5.0 |
1863 | 2024-05-13T15:10:25.638Z | Compiling multer v3.1.0 |
1864 | 2024-05-13T15:10:25.789Z | Checking debug-ignore v1.0.5 |
1865 | 2024-05-13T15:10:25.918Z | Checking toml v0.8.12 |
1866 | 2024-05-13T15:10:26.008Z | Checking slog-json v2.6.1 |
1867 | 2024-05-13T15:10:26.258Z | Compiling crossbeam-deque v0.8.3 |
1868 | 2024-05-13T15:10:26.371Z | Compiling async-stream-impl v0.3.5 |
1869 | 2024-05-13T15:10:26.615Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1870 | 2024-05-13T15:10:26.689Z | Checking atomic-waker v1.1.1 |
1871 | 2024-05-13T15:10:26.920Z | Compiling same-file v1.0.6 |
1872 | 2024-05-13T15:10:27.389Z | Compiling walkdir v2.5.0 |
1873 | 2024-05-13T15:10:27.894Z | Checking async-stream v0.3.5 |
1874 | 2024-05-13T15:10:27.912Z | Compiling darling_macro v0.20.8 |
1875 | 2024-05-13T15:10:28.047Z | Checking waitgroup v0.1.2 |
1876 | 2024-05-13T15:10:28.079Z | Checking slog-bunyan v2.5.0 |
1877 | 2024-05-13T15:10:28.110Z | Checking strum v0.26.2 |
1878 | 2024-05-13T15:10:28.256Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1879 | 2024-05-13T15:10:28.327Z | Checking serde_path_to_error v0.1.16 |
1880 | 2024-05-13T15:10:28.549Z | Checking hostname v0.4.0 |
1881 | 2024-05-13T15:10:28.885Z | Compiling rayon v1.10.0 |
1882 | 2024-05-13T15:10:28.956Z | Compiling darling v0.20.8 |
1883 | 2024-05-13T15:10:29.075Z | Compiling filetime v0.2.23 |
1884 | 2024-05-13T15:10:29.255Z | Checking tokio-rustls v0.25.0 |
1885 | 2024-05-13T15:10:29.400Z | Compiling memmap2 v0.7.1 |
1886 | 2024-05-13T15:10:29.610Z | Compiling xattr v1.0.1 |
1887 | 2024-05-13T15:10:29.717Z | Compiling home v0.5.5 |
1888 | 2024-05-13T15:10:29.808Z | Compiling constant_time_eq v0.3.0 |
1889 | 2024-05-13T15:10:29.835Z | Compiling arrayref v0.3.7 |
1890 | 2024-05-13T15:10:29.880Z | Compiling arrayvec v0.7.4 |
1891 | 2024-05-13T15:10:29.927Z | Compiling toolchain_find v0.4.0 |
1892 | 2024-05-13T15:10:29.967Z | Compiling tar v0.4.40 |
1893 | 2024-05-13T15:10:29.982Z | Compiling camino-tempfile v1.1.1 |
1894 | 2024-05-13T15:10:30.247Z | Compiling serde_with_macros v3.7.0 |
1895 | 2024-05-13T15:10:30.989Z | Compiling topological-sort v0.2.2 |
1896 | 2024-05-13T15:10:31.206Z | Checking newtype-uuid v1.1.0 |
1897 | 2024-05-13T15:10:31.434Z | Compiling rustfmt-wrapper v0.2.1 |
1898 | 2024-05-13T15:10:32.077Z | Checking wait-timeout v0.2.0 |
1899 | 2024-05-13T15:10:32.136Z | Compiling structmeta-derive v0.3.0 |
1900 | 2024-05-13T15:10:32.181Z | Compiling structmeta-derive v0.2.0 |
1901 | 2024-05-13T15:10:32.256Z | Checking rusty-fork v0.3.0 |
1902 | 2024-05-13T15:10:32.537Z | Checking rand_xorshift v0.3.0 |
1903 | 2024-05-13T15:10:32.703Z | Checking unarray v0.1.4 |
1904 | 2024-05-13T15:10:32.849Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1905 | 2024-05-13T15:10:33.151Z | Checking proptest v1.4.0 |
1906 | 2024-05-13T15:10:33.831Z | Checking serde_with v3.7.0 |
1907 | 2024-05-13T15:10:34.060Z | Compiling omicron-zone-package v0.11.0 |
1908 | 2024-05-13T15:10:35.146Z | Checking backoff v0.4.0 |
1909 | 2024-05-13T15:10:35.211Z | Compiling structmeta v0.3.0 |
1910 | 2024-05-13T15:10:35.306Z | Compiling structmeta v0.2.0 |
1911 | 2024-05-13T15:10:35.434Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1912 | 2024-05-13T15:10:35.631Z | Compiling parse-display-derive v0.9.0 |
1913 | 2024-05-13T15:10:35.727Z | Compiling test-strategy v0.3.1 |
1914 | 2024-05-13T15:10:36.221Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1915 | 2024-05-13T15:10:36.362Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1916 | 2024-05-13T15:10:36.640Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1917 | 2024-05-13T15:10:37.146Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1918 | 2024-05-13T15:10:37.297Z | Checking macaddr v1.0.1 |
1919 | 2024-05-13T15:10:37.455Z | Compiling proc-macro-error-attr v1.0.4 |
1920 | 2024-05-13T15:10:37.626Z | Compiling proc-macro-error v1.0.4 |
1921 | 2024-05-13T15:10:37.656Z | Compiling proc-macro-crate v1.3.1 |
1922 | 2024-05-13T15:10:38.088Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1923 | 2024-05-13T15:10:38.711Z | Compiling num_enum_derive v0.5.11 |
1924 | 2024-05-13T15:10:38.728Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1925 | 2024-05-13T15:10:38.923Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1926 | 2024-05-13T15:10:39.039Z | Compiling foreign-types-macros v0.2.3 |
1927 | 2024-05-13T15:10:39.817Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1928 | 2024-05-13T15:10:39.826Z | Checking foreign-types-shared v0.3.1 |
1929 | 2024-05-13T15:10:39.936Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1930 | 2024-05-13T15:10:39.992Z | Checking cstr-argument v0.1.2 |
1931 | 2024-05-13T15:10:40.158Z | Checking pretty-hex v0.2.1 |
1932 | 2024-05-13T15:10:40.312Z | Checking foreign-types v0.5.0 |
1933 | 2024-05-13T15:10:40.322Z | Checking tabwriter v1.4.0 |
1934 | 2024-05-13T15:10:40.405Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1935 | 2024-05-13T15:10:40.470Z | Checking parse-display v0.9.0 |
1936 | 2024-05-13T15:10:40.488Z | Checking colored v2.1.0 |
1937 | 2024-05-13T15:10:40.540Z | Checking socket2 v0.4.9 |
1938 | 2024-05-13T15:10:40.676Z | Checking smf v0.2.3 |
1939 | 2024-05-13T15:10:40.681Z | Checking humantime v2.1.0 |
1940 | 2024-05-13T15:10:40.789Z | Checking termcolor v1.2.0 |
1941 | 2024-05-13T15:10:40.909Z | Checking arc-swap v1.6.0 |
1942 | 2024-05-13T15:10:40.950Z | Checking utf-8 v0.7.6 |
1943 | 2024-05-13T15:10:40.954Z | Checking newline-converter v0.3.0 |
1944 | 2024-05-13T15:10:41.149Z | Checking tungstenite v0.20.1 |
1945 | 2024-05-13T15:10:41.273Z | Checking expectorate v1.1.0 |
1946 | 2024-05-13T15:10:41.332Z | Checking slog-scope v4.4.0 |
1947 | 2024-05-13T15:10:41.413Z | Compiling heapless v0.8.0 |
1948 | 2024-05-13T15:10:41.428Z | Checking num_enum v0.5.11 |
1949 | 2024-05-13T15:10:41.512Z | Checking slog-stdlog v4.1.1 |
1950 | 2024-05-13T15:10:41.561Z | Checking termtree v0.4.1 |
1951 | 2024-05-13T15:10:41.637Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1952 | 2024-05-13T15:10:41.721Z | Checking slog-envlogger v2.2.0 |
1953 | 2024-05-13T15:10:41.813Z | Checking predicates-tree v1.0.9 |
1954 | 2024-05-13T15:10:41.920Z | Checking hash32 v0.3.1 |
1955 | 2024-05-13T15:10:41.935Z | Compiling smoltcp v0.11.0 |
1956 | 2024-05-13T15:10:41.959Z | Checking embedded-io v0.4.0 |
1957 | 2024-05-13T15:10:41.990Z | Checking tokio-tungstenite v0.20.1 |
1958 | 2024-05-13T15:10:42.087Z | Compiling crucible-workspace-hack v0.1.0 |
1959 | 2024-05-13T15:10:42.103Z | Checking cobs v0.2.3 |
1960 | 2024-05-13T15:10:42.160Z | Checking sigpipe v0.1.3 |
1961 | 2024-05-13T15:10:42.265Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1962 | 2024-05-13T15:10:42.279Z | Checking postcard v1.0.8 |
1963 | 2024-05-13T15:10:42.385Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1964 | 2024-05-13T15:10:42.527Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1965 | 2024-05-13T15:10:42.545Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1966 | 2024-05-13T15:10:42.626Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1967 | 2024-05-13T15:10:42.669Z | Checking atty v0.2.14 |
1968 | 2024-05-13T15:10:42.789Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1969 | 2024-05-13T15:10:42.982Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1970 | 2024-05-13T15:10:42.999Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1971 | 2024-05-13T15:10:43.334Z | Compiling num-derive v0.4.0 |
1972 | 2024-05-13T15:10:43.430Z | Compiling mockall_derive v0.12.1 |
1973 | 2024-05-13T15:10:43.639Z | Checking fragile v2.0.0 |
1974 | 2024-05-13T15:10:43.855Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1975 | 2024-05-13T15:10:43.986Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1976 | 2024-05-13T15:10:44.468Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1977 | 2024-05-13T15:10:44.509Z | Checking downcast v0.11.0 |
1978 | 2024-05-13T15:10:44.645Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1979 | 2024-05-13T15:10:44.701Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1980 | 2024-05-13T15:10:44.766Z | Checking pem v3.0.4 |
1981 | 2024-05-13T15:10:44.946Z | Checking env_logger v0.9.3 |
1982 | 2024-05-13T15:10:45.023Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1983 | 2024-05-13T15:10:45.371Z | Compiling bitstruct_derive v0.1.0 |
1984 | 2024-05-13T15:10:45.380Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-05-13T15:10:45.402Z | Checking ascii v1.1.0 |
1986 | 2024-05-13T15:10:45.491Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-05-13T15:10:45.634Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1988 | 2024-05-13T15:10:45.687Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1989 | 2024-05-13T15:10:45.714Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-05-13T15:10:45.770Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1991 | 2024-05-13T15:10:45.848Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-05-13T15:10:45.992Z | Checking erased-serde v0.3.31 |
1993 | 2024-05-13T15:10:46.100Z | Checking serde_arrays v0.1.0 |
1994 | 2024-05-13T15:10:46.121Z | Compiling heck v0.3.3 |
1995 | 2024-05-13T15:10:46.146Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1996 | 2024-05-13T15:10:46.240Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1997 | 2024-05-13T15:10:46.530Z | Compiling zone_cfg_derive v0.1.2 |
1998 | 2024-05-13T15:10:46.569Z | Checking tungstenite v0.21.0 |
1999 | 2024-05-13T15:10:46.608Z | Checking base64 v0.13.1 |
2000 | 2024-05-13T15:10:46.805Z | Checking bitstruct v0.1.1 |
2001 | 2024-05-13T15:10:47.186Z | Checking ron v0.7.1 |
2002 | 2024-05-13T15:10:47.193Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2003 | 2024-05-13T15:10:47.520Z | Checking tokio-tungstenite v0.21.0 |
2004 | 2024-05-13T15:10:47.570Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2005 | 2024-05-13T15:10:47.988Z | Checking headers-core v0.2.0 |
2006 | 2024-05-13T15:10:48.119Z | Checking zone v0.1.8 |
2007 | 2024-05-13T15:10:48.143Z | Checking portpicker v0.1.1 |
2008 | 2024-05-13T15:10:48.153Z | Checking headers v0.3.9 |
2009 | 2024-05-13T15:10:48.272Z | Checking rcgen v0.12.1 |
2010 | 2024-05-13T15:10:48.675Z | Checking atomicwrites v0.4.3 |
2011 | 2024-05-13T15:10:48.789Z | Checking subprocess v0.2.9 |
2012 | 2024-05-13T15:10:48.863Z | Checking linked-hash-map v0.5.6 |
2013 | 2024-05-13T15:10:48.949Z | Checking password-hash v0.5.0 |
2014 | 2024-05-13T15:10:48.953Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2015 | 2024-05-13T15:10:49.179Z | Checking lru-cache v0.1.2 |
2016 | 2024-05-13T15:10:49.203Z | Checking blake2 v0.10.6 |
2017 | 2024-05-13T15:10:49.221Z | Checking swrite v0.1.0 |
2018 | 2024-05-13T15:10:49.301Z | Checking itertools v0.12.1 |
2019 | 2024-05-13T15:10:49.334Z | Compiling derive-where v1.2.7 |
2020 | 2024-05-13T15:10:49.353Z | Checking resolv-conf v0.7.0 |
2021 | 2024-05-13T15:10:49.385Z | Checking half v2.3.1 |
2022 | 2024-05-13T15:10:49.628Z | Checking argon2 v0.5.3 |
2023 | 2024-05-13T15:10:49.699Z | Checking trust-dns-resolver v0.22.0 |
2024 | 2024-05-13T15:10:49.840Z | Compiling cancel-safe-futures v0.1.5 |
2025 | 2024-05-13T15:10:50.187Z | Checking ciborium-io v0.2.2 |
2026 | 2024-05-13T15:10:50.270Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2027 | 2024-05-13T15:10:50.303Z | Checking ciborium-ll v0.2.2 |
2028 | 2024-05-13T15:10:50.621Z | Checking ciborium v0.2.2 |
2029 | 2024-05-13T15:10:51.071Z | Checking bytecount v0.6.3 |
2030 | 2024-05-13T15:10:51.132Z | Compiling tabled_derive v0.7.0 |
2031 | 2024-05-13T15:10:51.214Z | Checking papergrid v0.11.0 |
2032 | 2024-05-13T15:10:51.527Z | Checking mockall v0.12.1 |
2033 | 2024-05-13T15:10:51.544Z | Compiling slog-dtrace v0.3.0 |
2034 | 2024-05-13T15:10:51.805Z | Compiling semver v0.1.20 |
2035 | 2024-05-13T15:10:51.943Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2036 | 2024-05-13T15:10:51.960Z | Checking libsw v3.3.1 |
2037 | 2024-05-13T15:10:52.228Z | Compiling rustc_version v0.1.7 |
2038 | 2024-05-13T15:10:52.250Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2039 | 2024-05-13T15:10:52.293Z | Checking owo-colors v4.0.0 |
2040 | 2024-05-13T15:10:52.496Z | Checking linear-map v1.2.0 |
2041 | 2024-05-13T15:10:52.718Z | Compiling newtype_derive v0.1.6 |
2042 | 2024-05-13T15:10:52.808Z | Compiling num-rational v0.4.1 |
2043 | 2024-05-13T15:10:52.979Z | Compiling unicode-xid v0.2.4 |
2044 | 2024-05-13T15:10:53.148Z | Compiling radium v0.7.0 |
2045 | 2024-05-13T15:10:53.164Z | Checking num-complex v0.4.5 |
2046 | 2024-05-13T15:10:53.193Z | Checking steno v0.4.0 |
2047 | 2024-05-13T15:10:53.617Z | Checking nibble_vec v0.1.0 |
2048 | 2024-05-13T15:10:53.759Z | Checking tabled v0.15.0 |
2049 | 2024-05-13T15:10:53.792Z | Compiling maybe-uninit v2.0.0 |
2050 | 2024-05-13T15:10:53.964Z | Checking endian-type v0.1.2 |
2051 | 2024-05-13T15:10:54.026Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2052 | 2024-05-13T15:10:54.032Z | Checking tap v1.0.1 |
2053 | 2024-05-13T15:10:54.178Z | Checking radix_trie v0.2.1 |
2054 | 2024-05-13T15:10:54.195Z | Checking wyz v0.5.1 |
2055 | 2024-05-13T15:10:54.383Z | Checking num v0.4.2 |
2056 | 2024-05-13T15:10:54.579Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2057 | 2024-05-13T15:10:54.595Z | Checking fxhash v0.2.1 |
2058 | 2024-05-13T15:10:54.761Z | Checking funty v2.0.0 |
2059 | 2024-05-13T15:10:54.854Z | Compiling packed_struct v0.10.1 |
2060 | 2024-05-13T15:10:55.298Z | Checking crc-catalog v2.2.0 |
2061 | 2024-05-13T15:10:55.375Z | Compiling num-bigint-dig v0.8.4 |
2062 | 2024-05-13T15:10:55.425Z | Checking crc v3.0.1 |
2063 | 2024-05-13T15:10:55.700Z | Compiling packed_struct_codegen v0.10.1 |
2064 | 2024-05-13T15:10:55.730Z | Checking bitvec v1.0.1 |
2065 | 2024-05-13T15:10:55.764Z | Compiling indexmap v1.9.3 |
2066 | 2024-05-13T15:10:55.782Z | Checking nodrop v0.1.14 |
2067 | 2024-05-13T15:10:55.800Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2068 | 2024-05-13T15:10:55.896Z | Checking array-init v0.0.4 |
2069 | 2024-05-13T15:10:56.070Z | Checking smallvec v0.6.14 |
2070 | 2024-05-13T15:10:56.088Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2071 | 2024-05-13T15:10:56.571Z | Checking pkcs1 v0.7.5 |
2072 | 2024-05-13T15:10:56.830Z | Checking signature v2.1.0 |
2073 | 2024-05-13T15:10:56.854Z | Checking bitfield v0.14.0 |
2074 | 2024-05-13T15:10:56.996Z | Checking hashbrown v0.12.3 |
2075 | 2024-05-13T15:10:57.009Z | Checking serde-hex v0.1.0 |
2076 | 2024-05-13T15:10:57.117Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2077 | 2024-05-13T15:10:57.369Z | Checking env_logger v0.10.0 |
2078 | 2024-05-13T15:10:57.811Z | Checking x509-cert v0.2.4 |
2079 | 2024-05-13T15:10:58.583Z | Checking rsa v0.9.2 |
2080 | 2024-05-13T15:10:58.691Z | Checking ron v0.8.1 |
2081 | 2024-05-13T15:10:58.707Z | Checking hashbrown v0.13.2 |
2082 | 2024-05-13T15:10:58.781Z | Checking crc-any v2.4.3 |
2083 | 2024-05-13T15:10:59.129Z | Checking display-error-chain v0.2.0 |
2084 | 2024-05-13T15:10:59.273Z | Checking path-slash v0.1.5 |
2085 | 2024-05-13T15:10:59.354Z | Compiling convert_case v0.4.0 |
2086 | 2024-05-13T15:10:59.417Z | Compiling async-recursion v1.1.0 |
2087 | 2024-05-13T15:10:59.572Z | Compiling buf-list v1.0.3 |
2088 | 2024-05-13T15:10:59.706Z | Checking object v0.30.4 |
2089 | 2024-05-13T15:10:59.900Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2090 | 2024-05-13T15:11:00.158Z | Checking maplit v1.0.2 |
2091 | 2024-05-13T15:11:00.268Z | Checking gethostname v0.4.3 |
2092 | 2024-05-13T15:11:00.303Z | Compiling derive_more v0.99.17 |
2093 | 2024-05-13T15:11:00.410Z | Compiling libefi-sys v0.1.0 |
2094 | 2024-05-13T15:11:00.549Z | Compiling parking_lot_core v0.8.6 |
2095 | 2024-05-13T15:11:00.718Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2096 | 2024-05-13T15:11:01.198Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2097 | 2024-05-13T15:11:01.237Z | Checking keccak v0.1.4 |
2098 | 2024-05-13T15:11:01.288Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2099 | 2024-05-13T15:11:01.352Z | Checking parking_lot v0.11.2 |
2100 | 2024-05-13T15:11:01.423Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2101 | 2024-05-13T15:11:01.515Z | Checking sha3 v0.10.8 |
2102 | 2024-05-13T15:11:01.702Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2103 | 2024-05-13T15:11:01.718Z | Checking trust-dns-client v0.22.0 |
2104 | 2024-05-13T15:11:01.796Z | Compiling synstructure v0.12.6 |
2105 | 2024-05-13T15:11:01.882Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2106 | 2024-05-13T15:11:01.923Z | Checking toml v0.5.11 |
2107 | 2024-05-13T15:11:01.927Z | Checking secrecy v0.8.0 |
2108 | 2024-05-13T15:11:02.146Z | Compiling pin-project-internal v1.1.3 |
2109 | 2024-05-13T15:11:02.940Z | Checking sled v0.34.7 |
2110 | 2024-05-13T15:11:03.398Z | Checking trust-dns-server v0.22.1 |
2111 | 2024-05-13T15:11:03.607Z | Compiling zerocopy-derive v0.2.0 |
2112 | 2024-05-13T15:11:05.450Z | Checking pin-project v1.1.3 |
2113 | 2024-05-13T15:11:05.564Z | Compiling vte_generate_state_changes v0.1.1 |
2114 | 2024-05-13T15:11:05.606Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2115 | 2024-05-13T15:11:05.628Z | Checking fd-lock v4.0.2 |
2116 | 2024-05-13T15:11:05.722Z | Checking glob v0.3.1 |
2117 | 2024-05-13T15:11:05.918Z | Compiling usdt-impl v0.3.5 |
2118 | 2024-05-13T15:11:05.934Z | Checking nu-ansi-term v0.50.0 |
2119 | 2024-05-13T15:11:05.990Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2120 | 2024-05-13T15:11:06.209Z | Checking vte v0.11.1 |
2121 | 2024-05-13T15:11:06.313Z | Compiling zerocopy v0.3.0 |
2122 | 2024-05-13T15:11:06.347Z | Compiling prettyplease v0.2.19 |
2123 | 2024-05-13T15:11:06.405Z | Compiling platforms v3.0.2 |
2124 | 2024-05-13T15:11:06.696Z | Compiling dtrace-parser v0.1.14 |
2125 | 2024-05-13T15:11:06.757Z | Compiling snafu-derive v0.8.2 |
2126 | 2024-05-13T15:11:07.168Z | Compiling dof v0.1.5 |
2127 | 2024-05-13T15:11:07.618Z | Checking strip-ansi-escapes v0.2.0 |
2128 | 2024-05-13T15:11:07.767Z | Checking reedline v0.31.0 |
2129 | 2024-05-13T15:11:08.132Z | Checking globset v0.4.13 |
2130 | 2024-05-13T15:11:08.620Z | Checking olpc-cjson v0.1.3 |
2131 | 2024-05-13T15:11:08.645Z | Compiling serde_tokenstream v0.1.7 |
2132 | 2024-05-13T15:11:08.822Z | Checking serde_plain v1.0.2 |
2133 | 2024-05-13T15:11:09.068Z | Compiling memoffset v0.7.1 |
2134 | 2024-05-13T15:11:09.111Z | Checking typed-path v0.7.0 |
2135 | 2024-05-13T15:11:09.398Z | Compiling crunchy v0.2.2 |
2136 | 2024-05-13T15:11:09.914Z | Compiling curve25519-dalek v4.1.2 |
2137 | 2024-05-13T15:11:09.949Z | Checking fs-err v2.11.0 |
2138 | 2024-05-13T15:11:10.190Z | Compiling clang-sys v1.6.1 |
2139 | 2024-05-13T15:11:10.415Z | Compiling unicase v2.7.0 |
2140 | 2024-05-13T15:11:10.438Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2141 | 2024-05-13T15:11:10.711Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-05-13T15:11:10.726Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2143 | 2024-05-13T15:11:10.750Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2144 | 2024-05-13T15:11:10.915Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2145 | 2024-05-13T15:11:11.923Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2146 | 2024-05-13T15:11:12.225Z | Compiling tiny-keccak v2.0.2 |
2147 | 2024-05-13T15:11:12.523Z | Checking parse-size v1.0.0 |
2148 | 2024-05-13T15:11:12.540Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2149 | 2024-05-13T15:11:12.584Z | Checking snafu v0.8.2 |
2150 | 2024-05-13T15:11:13.071Z | Checking tough v0.17.1 |
2151 | 2024-05-13T15:11:13.802Z | Compiling usdt-macro v0.3.5 |
2152 | 2024-05-13T15:11:14.510Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2153 | 2024-05-13T15:11:14.681Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2154 | 2024-05-13T15:11:15.048Z | Compiling usdt-attr-macro v0.3.5 |
2155 | 2024-05-13T15:11:15.248Z | Checking universal-hash v0.5.1 |
2156 | 2024-05-13T15:11:15.266Z | Compiling thiserror-impl-no-std v2.0.2 |
2157 | 2024-05-13T15:11:15.401Z | Compiling curve25519-dalek-derive v0.1.0 |
2158 | 2024-05-13T15:11:15.431Z | Checking nanorand v0.7.0 |
2159 | 2024-05-13T15:11:15.814Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2160 | 2024-05-13T15:11:16.125Z | Checking signature v1.6.4 |
2161 | 2024-05-13T15:11:16.254Z | Compiling salty v0.2.0 |
2162 | 2024-05-13T15:11:16.596Z | Checking opaque-debug v0.3.0 |
2163 | 2024-05-13T15:11:16.694Z | Compiling cfg_aliases v0.1.1 |
2164 | 2024-05-13T15:11:16.796Z | Compiling nix v0.28.0 |
2165 | 2024-05-13T15:11:16.827Z | Checking poly1305 v0.8.0 |
2166 | 2024-05-13T15:11:16.850Z | Checking usdt v0.3.5 |
2167 | 2024-05-13T15:11:17.044Z | Checking ed25519 v1.5.3 |
2168 | 2024-05-13T15:11:17.249Z | Checking flume v0.11.0 |
2169 | 2024-05-13T15:11:17.265Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2170 | 2024-05-13T15:11:17.302Z | Compiling ascii-canvas v3.0.0 |
2171 | 2024-05-13T15:11:17.697Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2172 | 2024-05-13T15:11:17.726Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2173 | 2024-05-13T15:11:17.802Z | Checking chacha20 v0.9.1 |
2174 | 2024-05-13T15:11:18.034Z | Checking aead v0.5.2 |
2175 | 2024-05-13T15:11:18.227Z | Checking serde-big-array v0.5.1 |
2176 | 2024-05-13T15:11:18.230Z | Checking kstat-rs v0.2.3 |
2177 | 2024-05-13T15:11:18.258Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2178 | 2024-05-13T15:11:18.262Z | Compiling ena v0.14.2 |
2179 | 2024-05-13T15:11:18.424Z | Compiling libloading v0.7.4 |
2180 | 2024-05-13T15:11:18.626Z | Checking thiserror-no-std v2.0.2 |
2181 | 2024-05-13T15:11:18.731Z | Compiling bindgen v0.69.2 |
2182 | 2024-05-13T15:11:18.757Z | Compiling diff v0.1.13 |
2183 | 2024-05-13T15:11:18.779Z | Compiling regex-syntax v0.6.29 |
2184 | 2024-05-13T15:11:18.814Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2185 | 2024-05-13T15:11:19.121Z | Checking vsss-rs v3.3.4 |
2186 | 2024-05-13T15:11:19.152Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2187 | 2024-05-13T15:11:19.437Z | Checking chacha20poly1305 v0.10.1 |
2188 | 2024-05-13T15:11:19.998Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2189 | 2024-05-13T15:11:20.095Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2190 | 2024-05-13T15:11:20.355Z | Checking signal-hook-tokio v0.3.1 |
2191 | 2024-05-13T15:11:20.530Z | Compiling cexpr v0.6.0 |
2192 | 2024-05-13T15:11:21.026Z | Checking serde-big-array v0.4.1 |
2193 | 2024-05-13T15:11:21.193Z | Compiling which v4.4.0 |
2194 | 2024-05-13T15:11:21.865Z | Compiling lalrpop v0.19.12 |
2195 | 2024-05-13T15:11:22.150Z | Compiling rustc-hash v1.1.0 |
2196 | 2024-05-13T15:11:22.296Z | Compiling peeking_take_while v0.1.2 |
2197 | 2024-05-13T15:11:22.367Z | Compiling shlex v1.3.0 |
2198 | 2024-05-13T15:11:22.427Z | Compiling ref-cast v1.0.22 |
2199 | 2024-05-13T15:11:22.648Z | Compiling lazycell v1.3.0 |
2200 | 2024-05-13T15:11:22.807Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2201 | 2024-05-13T15:11:23.208Z | Compiling mime_guess v2.0.4 |
2202 | 2024-05-13T15:11:24.535Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2203 | 2024-05-13T15:11:24.649Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2204 | 2024-05-13T15:11:24.952Z | Compiling derive_builder_core v0.20.0 |
2205 | 2024-05-13T15:11:26.331Z | Compiling peg-macros v0.8.3 |
2206 | 2024-05-13T15:11:26.789Z | Compiling ref-cast-impl v1.0.22 |
2207 | 2024-05-13T15:11:27.400Z | Compiling sqlparser_derive v0.2.2 |
2208 | 2024-05-13T15:11:28.084Z | Compiling libxml v0.3.3 |
2209 | 2024-05-13T15:11:28.546Z | Checking unicode_categories v0.1.1 |
2210 | 2024-05-13T15:11:28.605Z | Checking corncobs v0.1.3 |
2211 | 2024-05-13T15:11:28.649Z | Checking rustyline v14.0.0 |
2212 | 2024-05-13T15:11:28.779Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2213 | 2024-05-13T15:11:28.818Z | Checking sqlformat v0.2.3 |
2214 | 2024-05-13T15:11:28.965Z | Checking sqlparser v0.45.0 |
2215 | 2024-05-13T15:11:30.293Z | Checking peg v0.8.3 |
2216 | 2024-05-13T15:11:30.350Z | Compiling derive_builder_macro v0.20.0 |
2217 | 2024-05-13T15:11:30.425Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2218 | 2024-05-13T15:11:30.711Z | Checking bcs v0.1.6 |
2219 | 2024-05-13T15:11:31.158Z | Compiling strum_macros v0.24.3 |
2220 | 2024-05-13T15:11:31.240Z | Compiling cookie v0.18.1 |
2221 | 2024-05-13T15:11:31.544Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2222 | 2024-05-13T15:11:31.892Z | Compiling indoc v1.0.9 |
2223 | 2024-05-13T15:11:32.042Z | Checking highway v1.1.0 |
2224 | 2024-05-13T15:11:32.604Z | Checking derive_builder v0.20.0 |
2225 | 2024-05-13T15:11:33.407Z | Compiling const_format_proc_macros v0.2.32 |
2226 | 2024-05-13T15:11:34.788Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2227 | 2024-05-13T15:11:34.948Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2228 | 2024-05-13T15:11:35.090Z | Checking bb8 v0.8.3 |
2229 | 2024-05-13T15:11:35.125Z | Checking quick-xml v0.31.0 |
2230 | 2024-05-13T15:11:35.197Z | Compiling oso-derive v0.27.3 |
2231 | 2024-05-13T15:11:35.521Z | Compiling impl-trait-for-tuples v0.2.2 |
2232 | 2024-05-13T15:11:35.738Z | Checking http-range v0.1.5 |
2233 | 2024-05-13T15:11:35.907Z | Checking hyper-staticfile v0.9.5 |
2234 | 2024-05-13T15:11:36.302Z | Checking const_format v0.2.32 |
2235 | 2024-05-13T15:11:36.320Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2236 | 2024-05-13T15:11:36.857Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2237 | 2024-05-13T15:11:37.370Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2238 | 2024-05-13T15:11:37.598Z | Checking assert_matches v1.5.0 |
2239 | 2024-05-13T15:11:37.686Z | Checking rand_seeder v0.2.3 |
2240 | 2024-05-13T15:11:37.907Z | Compiling portable-atomic v1.4.3 |
2241 | 2024-05-13T15:11:38.343Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2242 | 2024-05-13T15:11:38.564Z | Checking number_prefix v0.4.0 |
2243 | 2024-05-13T15:11:38.758Z | Checking castaway v0.2.2 |
2244 | 2024-05-13T15:11:38.908Z | Checking compact_str v0.7.1 |
2245 | 2024-05-13T15:11:39.295Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2246 | 2024-05-13T15:11:39.598Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2247 | 2024-05-13T15:11:39.637Z | Checking lru v0.12.1 |
2248 | 2024-05-13T15:11:39.806Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2249 | 2024-05-13T15:11:39.878Z | Compiling stability v0.2.0 |
2250 | 2024-05-13T15:11:39.895Z | Compiling indoc v2.0.3 |
2251 | 2024-05-13T15:11:40.033Z | Checking indicatif v0.17.8 |
2252 | 2024-05-13T15:11:40.782Z | Checking cassowary v0.3.0 |
2253 | 2024-05-13T15:11:41.390Z | Checking smawk v0.3.1 |
2254 | 2024-05-13T15:11:41.394Z | Checking unicode-linebreak v0.1.5 |
2255 | 2024-05-13T15:11:41.395Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2256 | 2024-05-13T15:11:41.395Z | Checking is_ci v1.2.0 |
2257 | 2024-05-13T15:11:41.395Z | Checking ratatui v0.26.2 |
2258 | 2024-05-13T15:11:41.395Z | Checking supports-color v3.0.0 |
2259 | 2024-05-13T15:11:41.451Z | Checking textwrap v0.16.1 |
2260 | 2024-05-13T15:11:41.465Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2261 | 2024-05-13T15:11:41.479Z | Checking fatfs v0.3.6 |
2262 | 2024-05-13T15:11:41.861Z | Checking rtoolbox v0.0.1 |
2263 | 2024-05-13T15:11:42.054Z | Checking rpassword v7.3.1 |
2264 | 2024-05-13T15:11:42.192Z | Checking shell-words v1.1.0 |
2265 | 2024-05-13T15:11:42.367Z | Checking yansi v0.5.1 |
2266 | 2024-05-13T15:11:42.641Z | Compiling target-lexicon v0.12.13 |
2267 | 2024-05-13T15:11:42.703Z | Checking pretty_assertions v1.4.0 |
2268 | 2024-05-13T15:11:42.888Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2269 | 2024-05-13T15:11:43.187Z | Compiling doc-comment v0.3.3 |
2270 | 2024-05-13T15:11:43.697Z | Compiling guppy-workspace-hack v0.1.0 |
2271 | 2024-05-13T15:11:43.756Z | Checking plotters-backend v0.3.5 |
2272 | 2024-05-13T15:11:44.109Z | Checking plotters-svg v0.3.5 |
2273 | 2024-05-13T15:11:44.154Z | Checking tui-tree-widget v0.19.0 |
2274 | 2024-05-13T15:11:44.441Z | Checking http-body v1.0.0 |
2275 | 2024-05-13T15:11:44.457Z | Checking cast v0.3.0 |
2276 | 2024-05-13T15:11:44.599Z | Compiling target-spec v3.1.0 |
2277 | 2024-05-13T15:11:44.639Z | Compiling assert_cmd v2.0.14 |
2278 | 2024-05-13T15:11:44.749Z | Checking tower-layer v0.3.2 |
2279 | 2024-05-13T15:11:44.849Z | Checking cfg-expr v0.15.6 |
2280 | 2024-05-13T15:11:45.002Z | Checking tower v0.4.13 |
2281 | 2024-05-13T15:11:45.060Z | Checking criterion-plot v0.5.0 |
2282 | 2024-05-13T15:11:45.166Z | Checking hyper v1.1.0 |
2283 | 2024-05-13T15:11:45.666Z | Checking plotters v0.3.5 |
2284 | 2024-05-13T15:11:45.749Z | Checking tinytemplate v1.2.1 |
2285 | 2024-05-13T15:11:45.769Z | Checking cargo-platform v0.1.3 |
2286 | 2024-05-13T15:11:46.056Z | Checking anes v0.1.6 |
2287 | 2024-05-13T15:11:46.133Z | Checking oorandom v11.1.3 |
2288 | 2024-05-13T15:11:46.286Z | Checking cargo_metadata v0.18.1 |
2289 | 2024-05-13T15:11:46.317Z | Checking hyper-util v0.1.2 |
2290 | 2024-05-13T15:11:46.772Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2291 | 2024-05-13T15:11:47.175Z | Checking rustls-native-certs v0.7.0 |
2292 | 2024-05-13T15:11:47.321Z | Checking httptest v0.15.5 |
2293 | 2024-05-13T15:11:47.537Z | Checking criterion v0.5.1 |
2294 | 2024-05-13T15:11:47.830Z | Checking pathdiff v0.2.1 |
2295 | 2024-05-13T15:11:47.903Z | Checking nested v0.1.1 |
2296 | 2024-05-13T15:11:47.977Z | Checking hyper-rustls v0.26.0 |
2297 | 2024-05-13T15:11:48.053Z | Checking escape8259 v0.5.2 |
2298 | 2024-05-13T15:11:48.102Z | Checking guppy v0.17.5 |
2299 | 2024-05-13T15:11:48.237Z | Checking threadpool v1.8.1 |
2300 | 2024-05-13T15:11:48.423Z | Checking libtest-mimic v0.7.2 |
2301 | 2024-05-13T15:11:48.892Z | Checking similar-asserts v1.5.0 |
2302 | 2024-05-13T15:11:49.102Z | Checking fancy-regex v0.13.0 |
2303 | 2024-05-13T15:11:49.126Z | Compiling rstest_macros v0.19.0 |
2304 | 2024-05-13T15:11:49.876Z | Checking datatest-stable v0.2.9 |
2305 | 2024-05-13T15:11:50.169Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2306 | 2024-05-13T15:11:50.254Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2307 | 2024-05-13T15:11:50.394Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2308 | 2024-05-13T15:11:50.658Z | Checking csv-core v0.1.11 |
2309 | 2024-05-13T15:11:50.678Z | Compiling relative-path v1.9.0 |
2310 | 2024-05-13T15:11:50.920Z | Compiling trybuild v1.0.91 |
2311 | 2024-05-13T15:11:51.008Z | Checking constant_time_eq v0.2.6 |
2312 | 2024-05-13T15:11:51.116Z | Checking blake2b_simd v1.0.1 |
2313 | 2024-05-13T15:11:51.349Z | Checking csv v1.3.0 |
2314 | 2024-05-13T15:11:51.639Z | Checking multimap v0.10.0 |
2315 | 2024-05-13T15:11:51.965Z | Checking futures-timer v3.0.2 |
2316 | 2024-05-13T15:11:51.991Z | Checking rust-argon2 v2.1.0 |
2317 | 2024-05-13T15:11:52.390Z | Checking partial-io v0.5.4 |
2318 | 2024-05-13T15:11:52.767Z | Checking approx v0.5.1 |
2319 | 2024-05-13T15:11:52.967Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2320 | 2024-05-13T15:11:52.995Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2321 | 2024-05-13T15:11:53.226Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2322 | 2024-05-13T15:11:53.513Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2323 | 2024-05-13T15:11:55.793Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2324 | 2024-05-13T15:11:57.659Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2325 | 2024-05-13T15:11:57.921Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2326 | 2024-05-13T15:11:58.719Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2327 | 2024-05-13T15:11:59.342Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2328 | 2024-05-13T15:11:59.424Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-05-13T15:12:01.040Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2330 | 2024-05-13T15:12:01.072Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2024-05-13T15:12:01.458Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2332 | 2024-05-13T15:12:01.838Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2333 | 2024-05-13T15:12:02.706Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2334 | 2024-05-13T15:12:03.185Z | Checking rstest v0.19.0 |
2335 | 2024-05-13T15:12:03.404Z | Checking uzers v0.11.3 |
2336 | 2024-05-13T15:12:03.748Z | Checking termios v0.3.3 |
2337 | 2024-05-13T15:12:03.854Z | Checking hex-literal v0.4.1 |
2338 | 2024-05-13T15:12:03.954Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2339 | 2024-05-13T15:12:05.495Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2340 | 2024-05-13T15:12:09.656Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2341 | 2024-05-13T15:12:10.502Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2342 | 2024-05-13T15:12:12.253Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2343 | 2024-05-13T15:12:12.393Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2344 | 2024-05-13T15:12:13.189Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2345 | 2024-05-13T15:12:14.050Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2346 | 2024-05-13T15:12:14.160Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2347 | 2024-05-13T15:12:17.068Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2348 | 2024-05-13T15:12:19.771Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2349 | 2024-05-13T15:12:19.983Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2350 | 2024-05-13T15:12:20.897Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2351 | 2024-05-13T15:12:22.312Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2352 | 2024-05-13T15:12:24.253Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2353 | 2024-05-13T15:12:25.085Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2354 | 2024-05-13T15:12:25.885Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2355 | 2024-05-13T15:12:25.960Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2356 | 2024-05-13T15:12:26.630Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2357 | 2024-05-13T15:12:27.037Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2358 | 2024-05-13T15:12:27.091Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2359 | 2024-05-13T15:12:29.567Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2360 | 2024-05-13T15:12:30.115Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2361 | 2024-05-13T15:12:36.309Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2362 | 2024-05-13T15:12:38.038Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2363 | 2024-05-13T15:12:38.347Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2364 | 2024-05-13T15:12:39.084Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2365 | 2024-05-13T15:12:56.004Z | Compiling samael v0.0.15 |
2366 | 2024-05-13T15:13:15.195Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2367 | 2024-05-13T15:13:16.427Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2368 | 2024-05-13T15:13:18.629Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2369 | 2024-05-13T15:13:31.751Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2370 | 2024-05-13T15:13:42.235Z | Compiling polar-core v0.27.3 |
2371 | 2024-05-13T15:13:49.645Z | Checking oso v0.27.3 |
2372 | 2024-05-13T15:14:17.027Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2373 | 2024-05-13T15:14:17.030Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2374 | 2024-05-13T15:14:17.030Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2375 | 2024-05-13T15:15:20.679Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 46s |
2376 | 2024-05-13T15:15:20.872Z | |
2377 | 2024-05-13T15:15:20.872Z | real 7:35.070595281 |
2378 | 2024-05-13T15:15:20.872Z | user 38:31.534856133 |
2379 | 2024-05-13T15:15:20.872Z | sys 6:41.165524588 |
2380 | 2024-05-13T15:15:20.875Z | trap 1.027207214 |
2381 | 2024-05-13T15:15:20.876Z | tflt 4.294791946 |
2382 | 2024-05-13T15:15:20.876Z | dflt 6.451514791 |
2383 | 2024-05-13T15:15:20.876Z | kflt 0.017254370 |
2384 | 2024-05-13T15:15:20.876Z | lock 58:44.068745942 |
2385 | 2024-05-13T15:15:20.876Z | slp 1:57:16.500544149 |
2386 | 2024-05-13T15:15:20.876Z | lat 1:45.141645122 |
2387 | 2024-05-13T15:15:20.876Z | stop 4:28.363842982 |
2388 | 2024-05-13T15:15:21.818Z | warning: output filename collision. |
2389 | 2024-05-13T15:15:21.818Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2390 | 2024-05-13T15:15:21.818Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2391 | 2024-05-13T15:15:21.819Z | The targets should have unique names. |
2392 | 2024-05-13T15:15:21.819Z | This is a known bug where multiple crates with the same name use |
2393 | 2024-05-13T15:15:21.819Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2394 | 2024-05-13T15:15:21.819Z | warning: output filename collision. |
2395 | 2024-05-13T15:15:21.819Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2396 | 2024-05-13T15:15:21.819Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2397 | 2024-05-13T15:15:21.819Z | The targets should have unique names. |
2398 | 2024-05-13T15:15:21.819Z | This is a known bug where multiple crates with the same name use |
2399 | 2024-05-13T15:15:21.819Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2400 | 2024-05-13T15:15:21.824Z | warning: output filename collision. |
2401 | 2024-05-13T15:15:21.824Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2402 | 2024-05-13T15:15:21.824Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2403 | 2024-05-13T15:15:21.824Z | The targets should have unique names. |
2404 | 2024-05-13T15:15:21.824Z | This is a known bug where multiple crates with the same name use |
2405 | 2024-05-13T15:15:21.824Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2406 | 2024-05-13T15:15:21.824Z | warning: output filename collision. |
2407 | 2024-05-13T15:15:21.824Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
2408 | 2024-05-13T15:15:21.824Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2409 | 2024-05-13T15:15:21.824Z | The targets should have unique names. |
2410 | 2024-05-13T15:15:21.824Z | This is a known bug where multiple crates with the same name use |
2411 | 2024-05-13T15:15:21.824Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2412 | 2024-05-13T15:15:21.824Z | warning: output filename collision. |
2413 | 2024-05-13T15:15:21.824Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2414 | 2024-05-13T15:15:21.824Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2415 | 2024-05-13T15:15:21.824Z | The targets should have unique names. |
2416 | 2024-05-13T15:15:21.824Z | This is a known bug where multiple crates with the same name use |
2417 | 2024-05-13T15:15:21.824Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2418 | 2024-05-13T15:15:21.824Z | warning: output filename collision. |
2419 | 2024-05-13T15:15:21.824Z | 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)`. |
2420 | 2024-05-13T15:15:21.824Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2421 | 2024-05-13T15:15:21.824Z | The targets should have unique names. |
2422 | 2024-05-13T15:15:21.825Z | This is a known bug where multiple crates with the same name use |
2423 | 2024-05-13T15:15:21.825Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2424 | 2024-05-13T15:15:21.825Z | warning: output filename collision. |
2425 | 2024-05-13T15:15:21.825Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2426 | 2024-05-13T15:15:21.825Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2427 | 2024-05-13T15:15:21.825Z | The targets should have unique names. |
2428 | 2024-05-13T15:15:21.825Z | This is a known bug where multiple crates with the same name use |
2429 | 2024-05-13T15:15:21.825Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2430 | 2024-05-13T15:15:21.825Z | warning: output filename collision. |
2431 | 2024-05-13T15:15:21.825Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2432 | 2024-05-13T15:15:21.825Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2433 | 2024-05-13T15:15:21.825Z | The targets should have unique names. |
2434 | 2024-05-13T15:15:21.825Z | This is a known bug where multiple crates with the same name use |
2435 | 2024-05-13T15:15:21.825Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2436 | 2024-05-13T15:15:21.825Z | warning: output filename collision. |
2437 | 2024-05-13T15:15:21.825Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2438 | 2024-05-13T15:15:21.825Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2439 | 2024-05-13T15:15:21.825Z | The targets should have unique names. |
2440 | 2024-05-13T15:15:21.825Z | This is a known bug where multiple crates with the same name use |
2441 | 2024-05-13T15:15:21.825Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2442 | 2024-05-13T15:15:22.335Z | Documenting libc v0.2.153 |
2443 | 2024-05-13T15:15:22.385Z | Documenting cfg-if v1.0.0 |
2444 | 2024-05-13T15:15:22.399Z | Documenting serde_derive v1.0.201 |
2445 | 2024-05-13T15:15:22.432Z | Documenting log v0.4.21 |
2446 | 2024-05-13T15:15:22.435Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2447 | 2024-05-13T15:15:22.464Z | Documenting memchr v2.7.1 |
2448 | 2024-05-13T15:15:22.476Z | Documenting byteorder v1.5.0 |
2449 | 2024-05-13T15:15:22.489Z | Documenting smallvec v1.13.1 |
2450 | 2024-05-13T15:15:22.731Z | Documenting scopeguard v1.2.0 |
2451 | 2024-05-13T15:15:25.158Z | Documenting itoa v1.0.9 |
2452 | 2024-05-13T15:15:25.727Z | Documenting pin-project-lite v0.2.13 |
2453 | 2024-05-13T15:15:26.198Z | Documenting once_cell v1.19.0 |
2454 | 2024-05-13T15:15:26.277Z | Documenting libm v0.2.7 |
2455 | 2024-05-13T15:15:26.603Z | Documenting getrandom v0.2.12 |
2456 | 2024-05-13T15:15:27.360Z | Documenting lock_api v0.4.10 |
2457 | 2024-05-13T15:15:27.811Z | Documenting parking_lot_core v0.9.8 |
2458 | 2024-05-13T15:15:28.085Z | Documenting signal-hook-registry v1.4.1 |
2459 | 2024-05-13T15:15:28.617Z | Documenting mio v0.8.11 |
2460 | 2024-05-13T15:15:30.087Z | Documenting num-traits v0.2.18 |
2461 | 2024-05-13T15:15:30.166Z | Documenting serde v1.0.201 |
2462 | 2024-05-13T15:15:30.278Z | Documenting thiserror-impl v1.0.59 |
2463 | 2024-05-13T15:15:30.748Z | Documenting rand_core v0.6.4 |
2464 | 2024-05-13T15:15:32.242Z | Documenting zeroize_derive v1.4.2 |
2465 | 2024-05-13T15:15:32.289Z | Documenting futures-core v0.3.30 |
2466 | 2024-05-13T15:15:32.667Z | Documenting parking_lot v0.12.1 |
2467 | 2024-05-13T15:15:33.862Z | Documenting ryu v1.0.15 |
2468 | 2024-05-13T15:15:34.887Z | Documenting socket2 v0.5.6 |
2469 | 2024-05-13T15:15:35.505Z | Documenting thiserror v1.0.59 |
2470 | 2024-05-13T15:15:35.646Z | Documenting num_cpus v1.16.0 |
2471 | 2024-05-13T15:15:36.177Z | Documenting tokio-macros v2.2.0 |
2472 | 2024-05-13T15:15:36.905Z | Documenting zeroize v1.7.0 |
2473 | 2024-05-13T15:15:37.116Z | Documenting zerocopy v0.7.32 |
2474 | 2024-05-13T15:15:37.627Z | Documenting futures-sink v0.3.30 |
2475 | 2024-05-13T15:15:39.475Z | Documenting typenum v1.16.0 |
2476 | 2024-05-13T15:15:39.867Z | Documenting subtle v2.5.0 |
2477 | 2024-05-13T15:15:39.894Z | Documenting pin-utils v0.1.0 |
2478 | 2024-05-13T15:15:40.991Z | Documenting slab v0.4.9 |
2479 | 2024-05-13T15:15:41.351Z | Documenting futures-macro v0.3.30 |
2480 | 2024-05-13T15:15:41.530Z | Documenting futures-channel v0.3.30 |
2481 | 2024-05-13T15:15:50.525Z | Documenting bytes v1.6.0 |
2482 | 2024-05-13T15:15:52.374Z | Documenting bitflags v2.4.2 |
2483 | 2024-05-13T15:15:52.453Z | Documenting serde_json v1.0.116 |
2484 | 2024-05-13T15:15:52.558Z | Documenting futures-task v0.3.30 |
2485 | 2024-05-13T15:15:52.760Z | Documenting futures-io v0.3.30 |
2486 | 2024-05-13T15:15:52.763Z | Documenting iana-time-zone v0.1.57 |
2487 | 2024-05-13T15:15:53.180Z | Documenting uuid v1.8.0 |
2488 | 2024-05-13T15:15:53.688Z | Documenting generic-array v0.14.7 |
2489 | 2024-05-13T15:15:55.247Z | Documenting tokio v1.37.0 |
2490 | 2024-05-13T15:15:56.535Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2491 | 2024-05-13T15:15:56.762Z | Documenting ahash v0.8.8 |
2492 | 2024-05-13T15:15:57.358Z | Documenting chrono v0.4.38 |
2493 | 2024-05-13T15:15:57.433Z | Documenting futures-util v0.3.30 |
2494 | 2024-05-13T15:15:57.592Z | Documenting allocator-api2 v0.2.16 |
2495 | 2024-05-13T15:15:58.245Z | Documenting crypto-common v0.1.6 |
2496 | 2024-05-13T15:15:59.160Z | Documenting const-oid v0.9.6 |
2497 | 2024-05-13T15:16:01.189Z | Documenting tinyvec_macros v0.1.1 |
2498 | 2024-05-13T15:16:01.798Z | Documenting hashbrown v0.14.3 |
2499 | 2024-05-13T15:16:03.095Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2500 | 2024-05-13T15:16:03.286Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2501 | 2024-05-13T15:16:04.095Z | Documenting tracing-core v0.1.32 |
2502 | 2024-05-13T15:16:04.356Z | Documenting tracing-attributes v0.1.27 |
2503 | 2024-05-13T15:16:04.514Z | Documenting tinyvec v1.6.0 |
2504 | 2024-05-13T15:16:04.825Z | Documenting serde_derive_internals v0.29.0 |
2505 | 2024-05-13T15:16:07.014Z | Checking serde_derive_internals v0.29.0 |
2506 | 2024-05-13T15:16:07.392Z | Documenting dyn-clone v1.0.17 |
2507 | 2024-05-13T15:16:07.657Z | Documenting ppv-lite86 v0.2.17 |
2508 | 2024-05-13T15:16:07.800Z | Documenting unicode-bidi v0.3.15 |
2509 | 2024-05-13T15:16:08.897Z | Documenting unicode-normalization v0.1.22 |
2510 | 2024-05-13T15:16:10.254Z | Documenting lazy_static v1.4.0 |
2511 | 2024-05-13T15:16:10.892Z | Documenting percent-encoding v2.3.1 |
2512 | 2024-05-13T15:16:11.263Z | Documenting rand_chacha v0.3.1 |
2513 | 2024-05-13T15:16:11.840Z | Documenting schemars_derive v0.8.17 |
2514 | 2024-05-13T15:16:12.576Z | Documenting block-buffer v0.10.4 |
2515 | 2024-05-13T15:16:13.527Z | Documenting powerfmt v0.2.0 |
2516 | 2024-05-13T15:16:14.315Z | Documenting fnv v1.0.7 |
2517 | 2024-05-13T15:16:16.541Z | Documenting equivalent v1.0.1 |
2518 | 2024-05-13T15:16:16.599Z | Documenting rand v0.8.5 |
2519 | 2024-05-13T15:16:16.629Z | Documenting deranged v0.3.11 |
2520 | 2024-05-13T15:16:17.212Z | Documenting digest v0.10.7 |
2521 | 2024-05-13T15:16:17.411Z | Documenting schemars v0.8.17 |
2522 | 2024-05-13T15:16:18.402Z | Documenting form_urlencoded v1.2.1 |
2523 | 2024-05-13T15:16:19.411Z | Documenting indexmap v2.2.6 |
2524 | 2024-05-13T15:16:19.722Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2525 | 2024-05-13T15:16:21.465Z | Documenting time-macros v0.2.17 |
2526 | 2024-05-13T15:16:22.195Z | Documenting num_threads v0.1.6 |
2527 | 2024-05-13T15:16:24.462Z | Documenting tracing v0.1.40 |
2528 | 2024-05-13T15:16:26.986Z | Documenting num-conv v0.1.0 |
2529 | 2024-05-13T15:16:31.050Z | Documenting time-core v0.1.2 |
2530 | 2024-05-13T15:16:31.249Z | Documenting unicode-width v0.1.11 |
2531 | 2024-05-13T15:16:31.261Z | Documenting idna v0.5.0 |
2532 | 2024-05-13T15:16:31.313Z | Documenting errno v0.3.8 |
2533 | 2024-05-13T15:16:31.330Z | Documenting unicode-ident v1.0.12 |
2534 | 2024-05-13T15:16:31.570Z | Documenting adler v1.0.2 |
2535 | 2024-05-13T15:16:31.832Z | Documenting slog v2.7.0 |
2536 | 2024-05-13T15:16:34.046Z | Documenting time v0.3.34 |
2537 | 2024-05-13T15:16:34.159Z | Documenting httparse v1.8.0 |
2538 | 2024-05-13T15:16:34.774Z | Documenting proc-macro2 v1.0.81 |
2539 | 2024-05-13T15:16:34.935Z | Documenting miniz_oxide v0.7.1 |
2540 | 2024-05-13T15:16:35.505Z | Documenting rustix v0.38.31 |
2541 | 2024-05-13T15:16:35.605Z | Documenting url v2.5.0 |
2542 | 2024-05-13T15:16:36.687Z | Documenting cpufeatures v0.2.12 |
2543 | 2024-05-13T15:16:38.321Z | Documenting async-trait v0.1.80 |
2544 | 2024-05-13T15:16:39.014Z | Documenting try-lock v0.2.4 |
2545 | 2024-05-13T15:16:39.295Z | Documenting quote v1.0.36 |
2546 | 2024-05-13T15:16:40.008Z | Documenting httpdate v1.0.3 |
2547 | 2024-05-13T15:16:40.302Z | Documenting http-body v0.4.5 |
2548 | 2024-05-13T15:16:40.979Z | Documenting tokio-util v0.7.10 |
2549 | 2024-05-13T15:16:41.133Z | Documenting aho-corasick v1.1.2 |
2550 | 2024-05-13T15:16:41.972Z | Documenting want v0.3.1 |
2551 | 2024-05-13T15:16:43.411Z | Documenting openssl-sys v0.9.102 |
2552 | 2024-05-13T15:16:44.082Z | Documenting openssl-macros v0.1.1 |
2553 | 2024-05-13T15:16:44.220Z | Documenting syn v2.0.60 |
2554 | 2024-05-13T15:16:44.232Z | Documenting tower-service v0.3.2 |
2555 | 2024-05-13T15:16:45.652Z | Documenting gimli v0.28.0 |
2556 | 2024-05-13T15:16:46.076Z | Documenting mime v0.3.17 |
2557 | 2024-05-13T15:16:46.586Z | Documenting regex-syntax v0.8.2 |
2558 | 2024-05-13T15:16:47.552Z | Documenting h2 v0.3.26 |
2559 | 2024-05-13T15:16:48.258Z | Documenting object v0.32.1 |
2560 | 2024-05-13T15:16:48.808Z | Documenting openssl-probe v0.1.5 |
2561 | 2024-05-13T15:16:50.221Z | Documenting rustc-demangle v0.1.23 |
2562 | 2024-05-13T15:16:50.418Z | Documenting openssl v0.10.64 |
2563 | 2024-05-13T15:16:52.422Z | Documenting addr2line v0.21.0 |
2564 | 2024-05-13T15:16:53.110Z | Documenting ipnet v2.9.0 |
2565 | 2024-05-13T15:16:53.415Z | Documenting regex-automata v0.4.5 |
2566 | 2024-05-13T15:16:53.725Z | Documenting base64ct v1.6.0 |
2567 | 2024-05-13T15:16:56.284Z | Documenting futures-executor v0.3.30 |
2568 | 2024-05-13T15:16:57.318Z | Documenting encoding_rs v0.8.33 |
2569 | 2024-05-13T15:16:58.233Z | Documenting hyper v0.14.28 |
2570 | 2024-05-13T15:16:58.587Z | Documenting psl-types v2.0.11 |
2571 | 2024-05-13T15:16:59.600Z | Documenting native-tls v0.2.11 |
2572 | 2024-05-13T15:17:00.258Z | Documenting backtrace v0.3.69 |
2573 | 2024-05-13T15:17:00.724Z | Documenting serde_urlencoded v0.7.1 |
2574 | 2024-05-13T15:17:01.989Z | Documenting publicsuffix v2.2.3 |
2575 | 2024-05-13T15:17:02.210Z | Checking pest_meta v2.7.6 |
2576 | 2024-05-13T15:17:02.576Z | Documenting regex v1.10.4 |
2577 | 2024-05-13T15:17:03.127Z | Documenting crossbeam-utils v0.8.19 |
2578 | 2024-05-13T15:17:04.942Z | Documenting tokio-native-tls v0.3.1 |
2579 | 2024-05-13T15:17:05.406Z | Documenting utf8parse v0.2.1 |
2580 | 2024-05-13T15:17:05.610Z | Documenting anyhow v1.0.82 |
2581 | 2024-05-13T15:17:06.946Z | Documenting cookie_store v0.20.0 |
2582 | 2024-05-13T15:17:07.452Z | Documenting futures v0.3.30 |
2583 | 2024-05-13T15:17:07.902Z | Documenting pem-rfc7468 v0.7.0 |
2584 | 2024-05-13T15:17:08.431Z | Documenting pest_meta v2.7.6 |
2585 | 2024-05-13T15:17:08.774Z | Documenting scroll_derive v0.12.0 |
2586 | 2024-05-13T15:17:10.661Z | Documenting der_derive v0.7.2 |
2587 | 2024-05-13T15:17:10.910Z | Documenting hyper-rustls v0.24.2 |
2588 | 2024-05-13T15:17:10.922Z | Documenting hyper-tls v0.5.0 |
2589 | 2024-05-13T15:17:12.396Z | Documenting sync_wrapper v0.1.2 |
2590 | 2024-05-13T15:17:12.702Z | Documenting flagset v0.4.3 |
2591 | 2024-05-13T15:17:12.822Z | Documenting webpki-roots v0.25.2 |
2592 | 2024-05-13T15:17:14.269Z | Documenting scroll v0.12.0 |
2593 | 2024-05-13T15:17:15.287Z | Documenting pest_generator v2.7.6 |
2594 | 2024-05-13T15:17:15.300Z | Checking pest_generator v2.7.6 |
2595 | 2024-05-13T15:17:15.986Z | Documenting num-integer v0.1.46 |
2596 | 2024-05-13T15:17:16.014Z | Documenting plain v0.2.3 |
2597 | 2024-05-13T15:17:16.210Z | Documenting der v0.7.8 |
2598 | 2024-05-13T15:17:16.878Z | Documenting ucd-trie v0.1.6 |
2599 | 2024-05-13T15:17:17.695Z | Documenting openapiv3 v2.0.0 |
2600 | 2024-05-13T15:17:18.616Z | Documenting pretty-hex v0.4.1 |
2601 | 2024-05-13T15:17:19.022Z | Documenting goblin v0.8.0 |
2602 | 2024-05-13T15:17:19.372Z | Documenting reqwest v0.11.27 |
2603 | 2024-05-13T15:17:20.368Z | Documenting pest_derive v2.7.6 |
2604 | 2024-05-13T15:17:20.518Z | Documenting spin v0.9.8 |
2605 | 2024-05-13T15:17:21.019Z | Documenting pest v2.7.6 |
2606 | 2024-05-13T15:17:21.766Z | Documenting thread-id v4.2.0 |
2607 | 2024-05-13T15:17:22.467Z | Documenting spki v0.7.2 |
2608 | 2024-05-13T15:17:24.920Z | Documenting anstyle v1.0.7 |
2609 | 2024-05-13T15:17:25.034Z | Documenting either v1.11.0 |
2610 | 2024-05-13T15:17:25.363Z | Documenting anstyle-parse v0.2.1 |
2611 | 2024-05-13T15:17:26.635Z | Documenting pkcs8 v0.10.2 |
2612 | 2024-05-13T15:17:26.661Z | Documenting memmap v0.7.0 |
2613 | 2024-05-13T15:17:27.195Z | Documenting dtrace-parser v0.2.0 |
2614 | 2024-05-13T15:17:27.346Z | Documenting dof v0.3.0 |
2615 | 2024-05-13T15:17:29.164Z | Documenting data-encoding v2.4.0 |
2616 | 2024-05-13T15:17:29.213Z | Documenting colorchoice v1.0.0 |
2617 | 2024-05-13T15:17:29.633Z | Documenting anstyle-query v1.0.0 |
2618 | 2024-05-13T15:17:30.602Z | Documenting crossbeam-epoch v0.9.18 |
2619 | 2024-05-13T15:17:31.164Z | Documenting terminal_size v0.3.0 |
2620 | 2024-05-13T15:17:31.283Z | Documenting sha2 v0.10.8 |
2621 | 2024-05-13T15:17:31.611Z | Documenting ipnetwork v0.20.0 |
2622 | 2024-05-13T15:17:32.506Z | Documenting hex v0.4.3 |
2623 | 2024-05-13T15:17:32.549Z | Documenting usdt-impl v0.5.0 |
2624 | 2024-05-13T15:17:33.606Z | Documenting anstream v0.6.11 |
2625 | 2024-05-13T15:17:33.823Z | Documenting crc32fast v1.3.2 |
2626 | 2024-05-13T15:17:34.923Z | Documenting strsim v0.11.0 |
2627 | 2024-05-13T15:17:35.869Z | Documenting unicode-segmentation v1.10.1 |
2628 | 2024-05-13T15:17:36.525Z | Documenting untrusted v0.9.0 |
2629 | 2024-05-13T15:17:36.841Z | Documenting clap_lex v0.7.0 |
2630 | 2024-05-13T15:17:37.932Z | Documenting num-iter v0.1.44 |
2631 | 2024-05-13T15:17:38.512Z | Documenting hmac v0.12.1 |
2632 | 2024-05-13T15:17:38.524Z | Documenting signal-hook v0.3.17 |
2633 | 2024-05-13T15:17:38.852Z | Documenting clap_derive v4.5.4 |
2634 | 2024-05-13T15:17:39.148Z | Documenting usdt v0.5.0 |
2635 | 2024-05-13T15:17:39.697Z | Documenting static_assertions v1.1.0 |
2636 | 2024-05-13T15:17:39.883Z | Documenting ring v0.17.8 |
2637 | 2024-05-13T15:17:40.667Z | Documenting clap_builder v4.5.2 |
2638 | 2024-05-13T15:17:42.999Z | Documenting flate2 v1.0.28 |
2639 | 2024-05-13T15:17:43.080Z | Documenting managed v0.8.0 |
2640 | 2024-05-13T15:17:43.234Z | Documenting enum-as-inner v0.5.1 |
2641 | 2024-05-13T15:17:43.613Z | Documenting signal-hook-mio v0.2.3 |
2642 | 2024-05-13T15:17:44.164Z | Documenting block-padding v0.3.3 |
2643 | 2024-05-13T15:17:45.235Z | Documenting scheduled-thread-pool v0.2.7 |
2644 | 2024-05-13T15:17:45.713Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2645 | 2024-05-13T15:17:46.919Z | Documenting diesel_table_macro_syntax v0.1.0 |
2646 | 2024-05-13T15:17:47.550Z | Documenting clap v4.5.4 |
2647 | 2024-05-13T15:17:47.629Z | Checking diesel_table_macro_syntax v0.1.0 |
2648 | 2024-05-13T15:17:47.729Z | Documenting trust-dns-proto v0.22.0 |
2649 | 2024-05-13T15:17:47.799Z | Documenting md-5 v0.10.5 |
2650 | 2024-05-13T15:17:48.738Z | Documenting inout v0.1.3 |
2651 | 2024-05-13T15:17:48.825Z | Documenting crossterm v0.27.0 |
2652 | 2024-05-13T15:17:50.176Z | Documenting r2d2 v0.8.10 |
2653 | 2024-05-13T15:17:50.684Z | Documenting bzip2 v0.4.4 |
2654 | 2024-05-13T15:17:51.793Z | Documenting diesel_derives v2.1.2 |
2655 | 2024-05-13T15:17:52.301Z | Documenting stringprep v0.1.3 |
2656 | 2024-05-13T15:17:53.282Z | Documenting regress v0.9.1 |
2657 | 2024-05-13T15:17:53.318Z | Documenting ff v0.13.0 |
2658 | 2024-05-13T15:17:54.180Z | Documenting toml_datetime v0.6.5 |
2659 | 2024-05-13T15:17:54.436Z | Documenting serde_spanned v0.6.5 |
2660 | 2024-05-13T15:17:55.645Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2661 | 2024-05-13T15:17:56.752Z | Documenting siphasher v0.3.11 |
2662 | 2024-05-13T15:17:57.269Z | Documenting base16ct v0.2.0 |
2663 | 2024-05-13T15:17:58.198Z | Documenting fallible-iterator v0.2.0 |
2664 | 2024-05-13T15:17:58.576Z | Documenting bit-vec v0.6.3 |
2665 | 2024-05-13T15:17:58.760Z | Documenting winnow v0.6.1 |
2666 | 2024-05-13T15:17:59.483Z | Documenting group v0.13.0 |
2667 | 2024-05-13T15:17:59.966Z | Documenting diesel v2.1.6 |
2668 | 2024-05-13T15:18:00.179Z | Documenting phf_shared v0.11.2 |
2669 | 2024-05-13T15:18:00.484Z | Documenting zip v0.6.6 |
2670 | 2024-05-13T15:18:00.848Z | Documenting sec1 v0.7.3 |
2671 | 2024-05-13T15:18:03.367Z | Documenting cipher v0.4.4 |
2672 | 2024-05-13T15:18:03.844Z | Documenting postgres-protocol v0.6.6 |
2673 | 2024-05-13T15:18:04.344Z | Documenting hkdf v0.12.4 |
2674 | 2024-05-13T15:18:04.463Z | Documenting num-bigint v0.4.4 |
2675 | 2024-05-13T15:18:05.169Z | Documenting toml_edit v0.22.12 |
2676 | 2024-05-13T15:18:05.188Z | Documenting bstr v1.9.0 |
2677 | 2024-05-13T15:18:15.598Z | Documenting console v0.15.8 |
2678 | 2024-05-13T15:18:22.888Z | Documenting crypto-bigint v0.5.2 |
2679 | 2024-05-13T15:18:23.372Z | Documenting hubpack v0.1.2 |
2680 | 2024-05-13T15:18:23.375Z | Documenting serde_repr v0.1.16 |
2681 | 2024-05-13T15:18:23.529Z | Documenting fixedbitset v0.4.2 |
2682 | 2024-05-13T15:18:23.758Z | Documenting lalrpop-util v0.19.12 |
2683 | 2024-05-13T15:18:23.946Z | Checking ident_case v1.0.1 |
2684 | 2024-05-13T15:18:24.097Z | Checking strsim v0.10.0 |
2685 | 2024-05-13T15:18:24.146Z | Documenting precomputed-hash v0.1.1 |
2686 | 2024-05-13T15:18:24.310Z | Documenting new_debug_unreachable v1.0.4 |
2687 | 2024-05-13T15:18:25.940Z | Checking unsafe-libyaml v0.2.10 |
2688 | 2024-05-13T15:18:27.178Z | Documenting minimal-lexical v0.2.1 |
2689 | 2024-05-13T15:18:27.338Z | Documenting heck v0.5.0 |
2690 | 2024-05-13T15:18:27.351Z | Documenting petgraph v0.6.4 |
2691 | 2024-05-13T15:18:27.683Z | Documenting yasna v0.5.2 |
2692 | 2024-05-13T15:18:27.922Z | Documenting postgres-types v0.2.6 |
2693 | 2024-05-13T15:18:37.314Z | Documenting string_cache v0.8.7 |
2694 | 2024-05-13T15:18:37.416Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2695 | 2024-05-13T15:18:37.521Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2696 | 2024-05-13T15:18:37.612Z | Documenting nom v7.1.3 |
2697 | 2024-05-13T15:18:37.856Z | Documenting phf v0.11.2 |
2698 | 2024-05-13T15:18:38.046Z | Documenting similar v2.4.0 |
2699 | 2024-05-13T15:18:38.256Z | Documenting elliptic-curve v0.13.8 |
2700 | 2024-05-13T15:18:39.046Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2701 | 2024-05-13T15:18:41.849Z | Documenting semver v1.0.22 |
2702 | 2024-05-13T15:18:42.188Z | Documenting float-cmp v0.9.0 |
2703 | 2024-05-13T15:18:43.354Z | Documenting normalize-line-endings v0.3.0 |
2704 | 2024-05-13T15:18:43.733Z | Documenting whoami v1.5.1 |
2705 | 2024-05-13T15:18:43.907Z | Documenting unsafe-libyaml v0.2.10 |
2706 | 2024-05-13T15:18:54.377Z | Documenting predicates-core v1.0.6 |
2707 | 2024-05-13T15:18:54.614Z | Documenting peg-runtime v0.8.3 |
2708 | 2024-05-13T15:18:54.704Z | Documenting difflib v0.4.0 |
2709 | 2024-05-13T15:18:54.711Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2710 | 2024-05-13T15:18:54.880Z | Documenting tokio-postgres v0.7.10 |
2711 | 2024-05-13T15:18:54.977Z | Checking serde_yaml v0.9.25 |
2712 | 2024-05-13T15:18:55.244Z | Documenting serde_yaml v0.9.25 |
2713 | 2024-05-13T15:18:55.300Z | Checking darling_core v0.20.8 |
2714 | 2024-05-13T15:18:56.853Z | Documenting bit-set v0.5.3 |
2715 | 2024-05-13T15:18:57.192Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2716 | 2024-05-13T15:18:58.645Z | Documenting getopts v0.2.21 |
2717 | 2024-05-13T15:18:58.761Z | Documenting tokio-stream v0.1.15 |
2718 | 2024-05-13T15:18:58.885Z | Documenting predicates v3.1.0 |
2719 | 2024-05-13T15:19:01.418Z | Documenting ident_case v1.0.1 |
2720 | 2024-05-13T15:19:01.863Z | Checking darling v0.20.8 |
2721 | 2024-05-13T15:19:01.961Z | Documenting is-terminal v0.4.9 |
2722 | 2024-05-13T15:19:02.082Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2723 | 2024-05-13T15:19:02.694Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2724 | 2024-05-13T15:19:03.890Z | Documenting strum v0.26.2 |
2725 | 2024-05-13T15:19:04.397Z | Documenting base64 v0.22.1 |
2726 | 2024-05-13T15:19:05.173Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2727 | 2024-05-13T15:19:05.436Z | Documenting darling_core v0.20.8 |
2728 | 2024-05-13T15:19:06.397Z | Documenting dirs-sys-next v0.1.2 |
2729 | 2024-05-13T15:19:07.013Z | Documenting sha1 v0.10.6 |
2730 | 2024-05-13T15:19:07.969Z | Documenting http v1.0.0 |
2731 | 2024-05-13T15:19:09.210Z | Documenting camino v1.1.6 |
2732 | 2024-05-13T15:19:09.844Z | Documenting paste v1.0.14 |
2733 | 2024-05-13T15:19:10.091Z | Documenting thread_local v1.1.7 |
2734 | 2024-05-13T15:19:10.942Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2735 | 2024-05-13T15:19:11.241Z | Documenting dirs-next v2.0.0 |
2736 | 2024-05-13T15:19:11.521Z | Documenting rustls-pki-types v1.3.0 |
2737 | 2024-05-13T15:19:13.657Z | Documenting crossbeam-channel v0.5.8 |
2738 | 2024-05-13T15:19:13.680Z | Documenting take_mut v0.2.2 |
2739 | 2024-05-13T15:19:14.095Z | Documenting slog-json v2.6.1 |
2740 | 2024-05-13T15:19:14.235Z | Documenting darling_macro v0.20.8 |
2741 | 2024-05-13T15:19:14.276Z | Documenting async-stream-impl v0.3.5 |
2742 | 2024-05-13T15:19:15.735Z | Documenting rustls-webpki v0.102.1 |
2743 | 2024-05-13T15:19:16.219Z | Documenting term v0.7.0 |
2744 | 2024-05-13T15:19:18.530Z | Documenting atomic-waker v1.1.1 |
2745 | 2024-05-13T15:19:18.877Z | Documenting slog-async v2.8.0 |
2746 | 2024-05-13T15:19:19.085Z | Documenting darling v0.20.8 |
2747 | 2024-05-13T15:19:19.220Z | Documenting debug-ignore v1.0.5 |
2748 | 2024-05-13T15:19:19.924Z | Documenting async-stream v0.3.5 |
2749 | 2024-05-13T15:19:20.459Z | Documenting slog-bunyan v2.5.0 |
2750 | 2024-05-13T15:19:20.609Z | Documenting rustls v0.22.4 |
2751 | 2024-05-13T15:19:21.332Z | Documenting slog-term v2.9.1 |
2752 | 2024-05-13T15:19:21.829Z | Documenting waitgroup v0.1.2 |
2753 | 2024-05-13T15:19:22.526Z | Documenting rustls-pemfile v2.1.2 |
2754 | 2024-05-13T15:19:23.103Z | Documenting multer v3.1.0 |
2755 | 2024-05-13T15:19:24.027Z | Documenting toml v0.8.12 |
2756 | 2024-05-13T15:19:24.364Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2757 | 2024-05-13T15:19:25.491Z | Documenting serde_path_to_error v0.1.16 |
2758 | 2024-05-13T15:19:25.998Z | Documenting hostname v0.4.0 |
2759 | 2024-05-13T15:19:26.698Z | Documenting serde_with_macros v3.7.0 |
2760 | 2024-05-13T15:19:27.352Z | Documenting structmeta-derive v0.3.0 |
2761 | 2024-05-13T15:19:28.417Z | Documenting newtype-uuid v1.1.0 |
2762 | 2024-05-13T15:19:29.767Z | Documenting tokio-rustls v0.25.0 |
2763 | 2024-05-13T15:19:29.918Z | Checking structmeta v0.3.0 |
2764 | 2024-05-13T15:19:29.946Z | Documenting instant v0.1.12 |
2765 | 2024-05-13T15:19:30.132Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2766 | 2024-05-13T15:19:30.755Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2767 | 2024-05-13T15:19:30.868Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2768 | 2024-05-13T15:19:31.988Z | Documenting serde_with v3.7.0 |
2769 | 2024-05-13T15:19:32.905Z | Documenting structmeta v0.3.0 |
2770 | 2024-05-13T15:19:33.943Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2771 | 2024-05-13T15:19:34.048Z | Documenting backoff v0.4.0 |
2772 | 2024-05-13T15:19:34.929Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2773 | 2024-05-13T15:19:35.582Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2774 | 2024-05-13T15:19:37.598Z | Documenting parse-display-derive v0.9.0 |
2775 | 2024-05-13T15:19:39.018Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2776 | 2024-05-13T15:19:39.563Z | Documenting macaddr v1.0.1 |
2777 | 2024-05-13T15:19:39.701Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2778 | 2024-05-13T15:19:40.312Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2779 | 2024-05-13T15:19:43.222Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2780 | 2024-05-13T15:19:43.441Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2781 | 2024-05-13T15:19:44.029Z | Documenting parse-display v0.9.0 |
2782 | 2024-05-13T15:19:44.115Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2783 | 2024-05-13T15:19:44.183Z | Documenting fastrand v2.0.1 |
2784 | 2024-05-13T15:19:44.288Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2785 | 2024-05-13T15:19:44.369Z | Documenting proc-macro-crate v1.3.1 |
2786 | 2024-05-13T15:19:44.552Z | Checking proc-macro-crate v1.3.1 |
2787 | 2024-05-13T15:19:44.778Z | Documenting foreign-types-macros v0.2.3 |
2788 | 2024-05-13T15:19:45.293Z | Documenting foreign-types-shared v0.3.1 |
2789 | 2024-05-13T15:19:45.702Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2790 | 2024-05-13T15:19:46.543Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2791 | 2024-05-13T15:19:48.103Z | Documenting tempfile v3.10.1 |
2792 | 2024-05-13T15:19:48.897Z | Documenting cstr-argument v0.1.2 |
2793 | 2024-05-13T15:19:49.231Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2794 | 2024-05-13T15:19:49.327Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2795 | 2024-05-13T15:19:49.595Z | Documenting tabwriter v1.4.0 |
2796 | 2024-05-13T15:19:49.749Z | Documenting foreign-types v0.5.0 |
2797 | 2024-05-13T15:19:50.513Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2798 | 2024-05-13T15:19:50.733Z | Documenting num_enum_derive v0.5.11 |
2799 | 2024-05-13T15:19:52.914Z | Documenting camino-tempfile v1.1.1 |
2800 | 2024-05-13T15:19:53.763Z | Documenting colored v2.1.0 |
2801 | 2024-05-13T15:19:53.907Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2802 | 2024-05-13T15:19:54.209Z | Documenting hash32 v0.3.1 |
2803 | 2024-05-13T15:19:54.332Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2804 | 2024-05-13T15:19:54.918Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2805 | 2024-05-13T15:19:57.480Z | Documenting num_enum v0.5.11 |
2806 | 2024-05-13T15:19:57.918Z | Documenting stable_deref_trait v1.2.0 |
2807 | 2024-05-13T15:19:58.062Z | Documenting smf v0.2.3 |
2808 | 2024-05-13T15:19:58.349Z | Documenting cobs v0.2.3 |
2809 | 2024-05-13T15:19:58.408Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2810 | 2024-05-13T15:19:58.920Z | Documenting embedded-io v0.4.0 |
2811 | 2024-05-13T15:19:59.153Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2812 | 2024-05-13T15:20:01.133Z | Documenting heapless v0.8.0 |
2813 | 2024-05-13T15:20:01.285Z | Documenting crucible-workspace-hack v0.1.0 |
2814 | 2024-05-13T15:20:01.545Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2815 | 2024-05-13T15:20:02.096Z | Documenting postcard v1.0.8 |
2816 | 2024-05-13T15:20:02.374Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2817 | 2024-05-13T15:20:02.697Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2818 | 2024-05-13T15:20:05.938Z | Documenting newline-converter v0.3.0 |
2819 | 2024-05-13T15:20:06.206Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2820 | 2024-05-13T15:20:06.785Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2821 | 2024-05-13T15:20:06.918Z | Documenting smoltcp v0.11.0 |
2822 | 2024-05-13T15:20:07.600Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2823 | 2024-05-13T15:20:07.638Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2824 | 2024-05-13T15:20:07.963Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2825 | 2024-05-13T15:20:07.976Z | Documenting sigpipe v0.1.3 |
2826 | 2024-05-13T15:20:08.200Z | Documenting num-derive v0.4.0 |
2827 | 2024-05-13T15:20:10.033Z | Documenting expectorate v1.1.0 |
2828 | 2024-05-13T15:20:11.258Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2829 | 2024-05-13T15:20:11.282Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2830 | 2024-05-13T15:20:12.992Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2831 | 2024-05-13T15:20:13.125Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2832 | 2024-05-13T15:20:13.341Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2833 | 2024-05-13T15:20:14.066Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2834 | 2024-05-13T15:20:14.080Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2835 | 2024-05-13T15:20:14.124Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2836 | 2024-05-13T15:20:14.722Z | Documenting password-hash v0.5.0 |
2837 | 2024-05-13T15:20:15.413Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2838 | 2024-05-13T15:20:17.025Z | Documenting blake2 v0.10.6 |
2839 | 2024-05-13T15:20:18.064Z | Documenting linked-hash-map v0.5.6 |
2840 | 2024-05-13T15:20:18.525Z | Documenting proc-macro-error-attr v1.0.4 |
2841 | 2024-05-13T15:20:19.893Z | Documenting humantime v2.1.0 |
2842 | 2024-05-13T15:20:20.137Z | Checking proc-macro-error v1.0.4 |
2843 | 2024-05-13T15:20:20.398Z | Documenting bytecount v0.6.3 |
2844 | 2024-05-13T15:20:20.695Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2845 | 2024-05-13T15:20:21.760Z | Documenting argon2 v0.5.3 |
2846 | 2024-05-13T15:20:22.173Z | Documenting lru-cache v0.1.2 |
2847 | 2024-05-13T15:20:23.392Z | Documenting proc-macro-error v1.0.4 |
2848 | 2024-05-13T15:20:23.741Z | Documenting papergrid v0.11.0 |
2849 | 2024-05-13T15:20:24.014Z | Documenting derive-where v1.2.7 |
2850 | 2024-05-13T15:20:25.638Z | Documenting swrite v0.1.0 |
2851 | 2024-05-13T15:20:26.234Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2852 | 2024-05-13T15:20:26.530Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2853 | 2024-05-13T15:20:27.937Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2854 | 2024-05-13T15:20:28.006Z | Documenting tabled_derive v0.7.0 |
2855 | 2024-05-13T15:20:28.602Z | Documenting newtype_derive v0.1.6 |
2856 | 2024-05-13T15:20:29.161Z | Documenting itertools v0.12.1 |
2857 | 2024-05-13T15:20:29.491Z | Documenting quick-error v1.2.3 |
2858 | 2024-05-13T15:20:29.797Z | Documenting arc-swap v1.6.0 |
2859 | 2024-05-13T15:20:30.188Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2860 | 2024-05-13T15:20:32.625Z | Documenting steno v0.4.0 |
2861 | 2024-05-13T15:20:33.137Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2862 | 2024-05-13T15:20:33.358Z | Documenting tabled v0.15.0 |
2863 | 2024-05-13T15:20:33.679Z | Documenting resolv-conf v0.7.0 |
2864 | 2024-05-13T15:20:33.940Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2865 | 2024-05-13T15:20:34.027Z | Documenting slog-scope v4.4.0 |
2866 | 2024-05-13T15:20:35.979Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2867 | 2024-05-13T15:20:37.534Z | Documenting num-rational v0.4.1 |
2868 | 2024-05-13T15:20:38.188Z | Documenting slog-stdlog v4.1.1 |
2869 | 2024-05-13T15:20:38.726Z | Documenting trust-dns-resolver v0.22.0 |
2870 | 2024-05-13T15:20:41.284Z | Documenting num-complex v0.4.5 |
2871 | 2024-05-13T15:20:41.722Z | Documenting xattr v1.0.1 |
2872 | 2024-05-13T15:20:42.473Z | Documenting slog-envlogger v2.2.0 |
2873 | 2024-05-13T15:20:42.843Z | Documenting filetime v0.2.23 |
2874 | 2024-05-13T15:20:43.224Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2875 | 2024-05-13T15:20:46.620Z | Documenting tap v1.0.1 |
2876 | 2024-05-13T15:20:46.890Z | Documenting num v0.4.2 |
2877 | 2024-05-13T15:20:47.551Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2878 | 2024-05-13T15:20:47.663Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2879 | 2024-05-13T15:20:47.676Z | Documenting tar v0.4.40 |
2880 | 2024-05-13T15:20:48.153Z | Documenting radium v0.7.0 |
2881 | 2024-05-13T15:20:48.783Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2882 | 2024-05-13T15:20:49.001Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2883 | 2024-05-13T15:20:49.579Z | Documenting wyz v0.5.1 |
2884 | 2024-05-13T15:20:51.556Z | Documenting nibble_vec v0.1.0 |
2885 | 2024-05-13T15:20:51.735Z | Documenting endian-type v0.1.2 |
2886 | 2024-05-13T15:20:52.724Z | Documenting crc-catalog v2.2.0 |
2887 | 2024-05-13T15:20:52.947Z | Documenting funty v2.0.0 |
2888 | 2024-05-13T15:20:53.231Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2889 | 2024-05-13T15:20:53.712Z | Documenting cancel-safe-futures v0.1.5 |
2890 | 2024-05-13T15:20:54.021Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2891 | 2024-05-13T15:20:55.550Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2892 | 2024-05-13T15:20:55.827Z | Documenting packed_struct_codegen v0.10.1 |
2893 | 2024-05-13T15:20:56.138Z | Documenting crc v3.0.1 |
2894 | 2024-05-13T15:20:56.396Z | Documenting bitvec v1.0.1 |
2895 | 2024-05-13T15:20:56.486Z | Documenting radix_trie v0.2.1 |
2896 | 2024-05-13T15:20:59.374Z | Documenting nodrop v0.1.14 |
2897 | 2024-05-13T15:20:59.728Z | Documenting same-file v1.0.6 |
2898 | 2024-05-13T15:20:59.752Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2899 | 2024-05-13T15:21:01.343Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2900 | 2024-05-13T15:21:01.684Z | Documenting num-bigint-dig v0.8.4 |
2901 | 2024-05-13T15:21:02.006Z | Documenting packed_struct v0.10.1 |
2902 | 2024-05-13T15:21:02.376Z | Documenting array-init v0.0.4 |
2903 | 2024-05-13T15:21:03.743Z | Documenting walkdir v2.5.0 |
2904 | 2024-05-13T15:21:04.921Z | Documenting pkcs1 v0.7.5 |
2905 | 2024-05-13T15:21:05.725Z | Documenting signature v2.1.0 |
2906 | 2024-05-13T15:21:07.800Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2907 | 2024-05-13T15:21:07.996Z | Documenting termcolor v1.2.0 |
2908 | 2024-05-13T15:21:08.167Z | Documenting display-error-chain v0.2.0 |
2909 | 2024-05-13T15:21:09.071Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2910 | 2024-05-13T15:21:09.071Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2911 | 2024-05-13T15:21:09.071Z | | |
2912 | 2024-05-13T15:21:09.071Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2913 | 2024-05-13T15:21:09.071Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2914 | 2024-05-13T15:21:09.071Z | | |
2915 | 2024-05-13T15:21:09.071Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2916 | 2024-05-13T15:21:09.071Z | |
2917 | 2024-05-13T15:21:09.370Z | Documenting bitfield v0.14.0 |
2918 | 2024-05-13T15:21:10.450Z | Documenting rsa v0.9.2 |
2919 | 2024-05-13T15:21:11.053Z | Documenting serde-hex v0.1.0 |
2920 | 2024-05-13T15:21:11.277Z | warning: `nexus-types` (lib doc) generated 1 warning |
2921 | 2024-05-13T15:21:11.281Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2922 | 2024-05-13T15:21:12.227Z | Documenting env_logger v0.10.0 |
2923 | 2024-05-13T15:21:12.288Z | Documenting slog-dtrace v0.3.0 |
2924 | 2024-05-13T15:21:12.348Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2925 | 2024-05-13T15:21:12.624Z | Documenting pem v3.0.4 |
2926 | 2024-05-13T15:21:12.856Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2927 | 2024-05-13T15:21:14.093Z | Documenting x509-cert v0.2.4 |
2928 | 2024-05-13T15:21:16.037Z | Documenting libsw v3.3.1 |
2929 | 2024-05-13T15:21:16.717Z | Documenting ron v0.8.1 |
2930 | 2024-05-13T15:21:17.302Z | Documenting half v2.3.1 |
2931 | 2024-05-13T15:21:17.495Z | Documenting ciborium-io v0.2.2 |
2932 | 2024-05-13T15:21:19.175Z | Documenting maplit v1.0.2 |
2933 | 2024-05-13T15:21:19.461Z | Documenting crc-any v2.4.3 |
2934 | 2024-05-13T15:21:19.472Z | Documenting linear-map v1.2.0 |
2935 | 2024-05-13T15:21:20.787Z | Documenting owo-colors v4.0.0 |
2936 | 2024-05-13T15:21:21.614Z | Documenting ciborium-ll v0.2.2 |
2937 | 2024-05-13T15:21:21.617Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2938 | 2024-05-13T15:21:22.056Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2939 | 2024-05-13T15:21:23.056Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2940 | 2024-05-13T15:21:23.260Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2941 | 2024-05-13T15:21:23.705Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2942 | 2024-05-13T15:21:23.945Z | Documenting headers-core v0.2.0 |
2943 | 2024-05-13T15:21:26.153Z | Documenting path-slash v0.1.5 |
2944 | 2024-05-13T15:21:26.428Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2945 | 2024-05-13T15:21:26.706Z | Documenting ciborium v0.2.2 |
2946 | 2024-05-13T15:21:29.637Z | Documenting headers v0.3.9 |
2947 | 2024-05-13T15:21:30.936Z | Documenting fxhash v0.2.1 |
2948 | 2024-05-13T15:21:31.464Z | Documenting async-recursion v1.1.0 |
2949 | 2024-05-13T15:21:31.794Z | Documenting vte_generate_state_changes v0.1.1 |
2950 | 2024-05-13T15:21:32.078Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2951 | 2024-05-13T15:21:35.079Z | Documenting convert_case v0.4.0 |
2952 | 2024-05-13T15:21:35.885Z | Checking convert_case v0.4.0 |
2953 | 2024-05-13T15:21:36.091Z | Documenting buf-list v1.0.3 |
2954 | 2024-05-13T15:21:36.265Z | Documenting derive_builder_core v0.20.0 |
2955 | 2024-05-13T15:21:36.611Z | Documenting vte v0.11.1 |
2956 | 2024-05-13T15:21:37.781Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2957 | 2024-05-13T15:21:39.272Z | Documenting derive_more v0.99.17 |
2958 | 2024-05-13T15:21:40.899Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2959 | 2024-05-13T15:21:40.935Z | Checking derive_builder_core v0.20.0 |
2960 | 2024-05-13T15:21:41.151Z | Documenting fd-lock v4.0.2 |
2961 | 2024-05-13T15:21:41.825Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2962 | 2024-05-13T15:21:42.871Z | Documenting bitstruct_derive v0.1.0 |
2963 | 2024-05-13T15:21:45.445Z | Documenting pin-project-internal v1.1.3 |
2964 | 2024-05-13T15:21:46.224Z | Documenting ascii v1.1.0 |
2965 | 2024-05-13T15:21:46.370Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2966 | 2024-05-13T15:21:46.680Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2967 | 2024-05-13T15:21:46.818Z | Documenting derive_builder_macro v0.20.0 |
2968 | 2024-05-13T15:21:48.053Z | Documenting bitstruct v0.1.1 |
2969 | 2024-05-13T15:21:49.427Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2970 | 2024-05-13T15:21:50.896Z | Documenting pin-project v1.1.3 |
2971 | 2024-05-13T15:21:51.415Z | Documenting strip-ansi-escapes v0.2.0 |
2972 | 2024-05-13T15:21:51.481Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2973 | 2024-05-13T15:21:51.586Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2974 | 2024-05-13T15:21:51.673Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2975 | 2024-05-13T15:21:54.342Z | Documenting crossbeam-deque v0.8.3 |
2976 | 2024-05-13T15:21:55.492Z | Documenting snafu-derive v0.8.2 |
2977 | 2024-05-13T15:21:56.348Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2978 | 2024-05-13T15:21:56.920Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2979 | 2024-05-13T15:21:57.911Z | Documenting erased-serde v0.3.31 |
2980 | 2024-05-13T15:21:58.225Z | Documenting serde_arrays v0.1.0 |
2981 | 2024-05-13T15:21:58.651Z | Documenting ref-cast-impl v1.0.22 |
2982 | 2024-05-13T15:22:01.902Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2983 | 2024-05-13T15:22:02.203Z | Documenting nu-ansi-term v0.50.0 |
2984 | 2024-05-13T15:22:02.620Z | Checking unicode-xid v0.2.4 |
2985 | 2024-05-13T15:22:02.710Z | Documenting unicode-xid v0.2.4 |
2986 | 2024-05-13T15:22:02.763Z | Documenting snafu v0.8.2 |
2987 | 2024-05-13T15:22:03.541Z | Documenting ref-cast v1.0.22 |
2988 | 2024-05-13T15:22:04.363Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2989 | 2024-05-13T15:22:05.626Z | Documenting const_format_proc_macros v0.2.32 |
2990 | 2024-05-13T15:22:06.434Z | Documenting reedline v0.31.0 |
2991 | 2024-05-13T15:22:07.050Z | Documenting rayon-core v1.12.1 |
2992 | 2024-05-13T15:22:07.066Z | Documenting derive_builder v0.20.0 |
2993 | 2024-05-13T15:22:08.521Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2994 | 2024-05-13T15:22:10.223Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2995 | 2024-05-13T15:22:10.238Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2996 | 2024-05-13T15:22:11.485Z | Documenting libefi-sys v0.1.0 |
2997 | 2024-05-13T15:22:11.917Z | Documenting trust-dns-client v0.22.0 |
2998 | 2024-05-13T15:22:12.404Z | Documenting polar-core v0.27.3 |
2999 | 2024-05-13T15:22:15.470Z | Documenting libxml v0.3.3 |
3000 | 2024-05-13T15:22:15.940Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3001 | 2024-05-13T15:22:16.228Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3002 | 2024-05-13T15:22:16.633Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3003 | 2024-05-13T15:22:17.926Z | Documenting globset v0.4.13 |
3004 | 2024-05-13T15:22:19.218Z | Documenting bb8 v0.8.3 |
3005 | 2024-05-13T15:22:20.892Z | Documenting olpc-cjson v0.1.3 |
3006 | 2024-05-13T15:22:21.114Z | Documenting quick-xml v0.31.0 |
3007 | 2024-05-13T15:22:22.603Z | Documenting serde_plain v1.0.2 |
3008 | 2024-05-13T15:22:23.753Z | Documenting oso-derive v0.27.3 |
3009 | 2024-05-13T15:22:24.095Z | Documenting impl-trait-for-tuples v0.2.2 |
3010 | 2024-05-13T15:22:25.293Z | Documenting typed-path v0.7.0 |
3011 | 2024-05-13T15:22:25.786Z | Documenting utf-8 v0.7.6 |
3012 | 2024-05-13T15:22:28.076Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3013 | 2024-05-13T15:22:28.152Z | Documenting keccak v0.1.4 |
3014 | 2024-05-13T15:22:28.631Z | Documenting samael v0.0.15 |
3015 | 2024-05-13T15:22:29.909Z | Documenting oso v0.27.3 |
3016 | 2024-05-13T15:22:30.738Z | Documenting tungstenite v0.21.0 |
3017 | 2024-05-13T15:22:31.122Z | Documenting tough v0.17.1 |
3018 | 2024-05-13T15:22:31.520Z | Documenting sha3 v0.10.8 |
3019 | 2024-05-13T15:22:32.364Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3020 | 2024-05-13T15:22:33.857Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3021 | 2024-05-13T15:22:35.932Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3022 | 2024-05-13T15:22:36.371Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3023 | 2024-05-13T15:22:36.587Z | Documenting trust-dns-server v0.22.1 |
3024 | 2024-05-13T15:22:38.128Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3025 | 2024-05-13T15:22:41.454Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3026 | 2024-05-13T15:22:42.444Z | Documenting rayon v1.10.0 |
3027 | 2024-05-13T15:22:43.812Z | Documenting const_format v0.2.32 |
3028 | 2024-05-13T15:22:44.110Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3029 | 2024-05-13T15:22:46.472Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3030 | 2024-05-13T15:22:46.558Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3031 | 2024-05-13T15:22:46.622Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3032 | 2024-05-13T15:22:46.735Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3033 | 2024-05-13T15:22:47.160Z | Documenting sled v0.34.7 |
3034 | 2024-05-13T15:22:47.655Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3035 | 2024-05-13T15:22:48.099Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3036 | 2024-05-13T15:22:48.251Z | Documenting fs-err v2.11.0 |
3037 | 2024-05-13T15:22:48.952Z | Documenting nix v0.28.0 |
3038 | 2024-05-13T15:22:51.012Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3039 | 2024-05-13T15:22:51.756Z | Documenting cookie v0.18.1 |
3040 | 2024-05-13T15:22:51.908Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3041 | 2024-05-13T15:22:52.194Z | Documenting secrecy v0.8.0 |
3042 | 2024-05-13T15:22:52.223Z | Documenting gethostname v0.4.3 |
3043 | 2024-05-13T15:22:53.326Z | Documenting peg-macros v0.8.3 |
3044 | 2024-05-13T15:22:53.402Z | Documenting rustversion v1.0.14 |
3045 | 2024-05-13T15:22:55.392Z | Documenting sqlparser_derive v0.2.2 |
3046 | 2024-05-13T15:22:56.794Z | Documenting parse-size v1.0.0 |
3047 | 2024-05-13T15:22:56.949Z | Documenting unicode_categories v0.1.1 |
3048 | 2024-05-13T15:22:57.431Z | Documenting home v0.5.5 |
3049 | 2024-05-13T15:22:57.833Z | Documenting castaway v0.2.2 |
3050 | 2024-05-13T15:22:58.203Z | Documenting peg v0.8.3 |
3051 | 2024-05-13T15:22:59.307Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3052 | 2024-05-13T15:23:00.326Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3053 | 2024-05-13T15:23:00.540Z | Documenting sqlparser v0.45.0 |
3054 | 2024-05-13T15:23:01.895Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3055 | 2024-05-13T15:23:02.098Z | Documenting sqlformat v0.2.3 |
3056 | 2024-05-13T15:23:02.292Z | Documenting rustyline v14.0.0 |
3057 | 2024-05-13T15:23:03.222Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3058 | 2024-05-13T15:23:07.505Z | Documenting tokio-tungstenite v0.21.0 |
3059 | 2024-05-13T15:23:08.458Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3060 | 2024-05-13T15:23:09.691Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3061 | 2024-05-13T15:23:10.950Z | Documenting zone v0.1.8 |
3062 | 2024-05-13T15:23:14.365Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3063 | 2024-05-13T15:23:14.911Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3064 | 2024-05-13T15:23:15.856Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3065 | 2024-05-13T15:23:16.221Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3066 | 2024-05-13T15:23:17.371Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3067 | 2024-05-13T15:23:17.660Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3068 | 2024-05-13T15:23:17.946Z | Documenting portpicker v0.1.1 |
3069 | 2024-05-13T15:23:18.609Z | Documenting universal-hash v0.5.1 |
3070 | 2024-05-13T15:23:21.482Z | Documenting bcs v0.1.6 |
3071 | 2024-05-13T15:23:23.180Z | Documenting kstat-rs v0.2.3 |
3072 | 2024-05-13T15:23:33.205Z | Documenting thiserror-impl-no-std v2.0.2 |
3073 | 2024-05-13T15:23:33.210Z | Documenting curve25519-dalek-derive v0.1.0 |
3074 | 2024-05-13T15:23:33.210Z | Documenting highway v1.1.0 |
3075 | 2024-05-13T15:23:33.219Z | Documenting opaque-debug v0.3.0 |
3076 | 2024-05-13T15:23:33.438Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3077 | 2024-05-13T15:23:33.596Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3078 | 2024-05-13T15:23:34.013Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3079 | 2024-05-13T15:23:36.533Z | Documenting poly1305 v0.8.0 |
3080 | 2024-05-13T15:23:37.356Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3081 | 2024-05-13T15:23:38.514Z | Documenting curve25519-dalek v4.1.2 |
3082 | 2024-05-13T15:23:38.842Z | Documenting thiserror-no-std v2.0.2 |
3083 | 2024-05-13T15:23:41.745Z | Documenting compact_str v0.7.1 |
3084 | 2024-05-13T15:23:42.245Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3085 | 2024-05-13T15:23:43.967Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3086 | 2024-05-13T15:23:44.191Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3087 | 2024-05-13T15:23:45.028Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3088 | 2024-05-13T15:23:45.714Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3089 | 2024-05-13T15:23:45.813Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3090 | 2024-05-13T15:23:46.969Z | Documenting portable-atomic v1.4.3 |
3091 | 2024-05-13T15:23:47.715Z | Documenting ed25519 v1.5.3 |
3092 | 2024-05-13T15:23:50.684Z | Documenting memoffset v0.7.1 |
3093 | 2024-05-13T15:23:51.234Z | Documenting unicase v2.7.0 |
3094 | 2024-05-13T15:23:53.261Z | Documenting rcgen v0.12.1 |
3095 | 2024-05-13T15:23:54.015Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3096 | 2024-05-13T15:23:54.409Z | warning: could not parse code block as Rust code |
3097 | 2024-05-13T15:23:54.410Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3098 | 2024-05-13T15:23:54.410Z | | |
3099 | 2024-05-13T15:23:54.410Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3100 | 2024-05-13T15:23:54.410Z | 247 | | /// |
3101 | 2024-05-13T15:23:54.411Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3102 | 2024-05-13T15:23:54.411Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3103 | 2024-05-13T15:23:54.411Z | ... | |
3104 | 2024-05-13T15:23:54.411Z | 277 | | /// |
3105 | 2024-05-13T15:23:54.411Z | 278 | | /// Will be parsed as `this string has " in it`. |
3106 | 2024-05-13T15:23:54.412Z | | |________________________________________________________^ |
3107 | 2024-05-13T15:23:54.412Z | | |
3108 | 2024-05-13T15:23:54.412Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3109 | 2024-05-13T15:23:54.412Z | = note: error from rustc: unknown start of token: \ |
3110 | 2024-05-13T15:23:54.412Z | = note: error from rustc: unknown start of token: \ |
3111 | 2024-05-13T15:23:54.412Z | = note: error from rustc: unknown start of token: \ |
3112 | 2024-05-13T15:23:54.413Z | = note: error from rustc: unknown start of token: \ |
3113 | 2024-05-13T15:23:54.413Z | = note: error from rustc: unknown start of token: \ |
3114 | 2024-05-13T15:23:54.413Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3115 | 2024-05-13T15:23:54.413Z | |
3116 | 2024-05-13T15:23:55.466Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3117 | 2024-05-13T15:23:55.918Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3118 | 2024-05-13T15:23:55.929Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3119 | 2024-05-13T15:23:57.659Z | Documenting atomicwrites v0.4.3 |
3120 | 2024-05-13T15:23:58.136Z | Documenting chacha20 v0.9.1 |
3121 | 2024-05-13T15:24:02.172Z | Documenting lru v0.12.1 |
3122 | 2024-05-13T15:24:02.784Z | Documenting aead v0.5.2 |
3123 | 2024-05-13T15:24:02.825Z | Documenting rand_seeder v0.2.3 |
3124 | 2024-05-13T15:24:03.283Z | Documenting nanorand v0.7.0 |
3125 | 2024-05-13T15:24:03.926Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3126 | 2024-05-13T15:24:05.952Z | Documenting subprocess v0.2.9 |
3127 | 2024-05-13T15:24:06.517Z | Documenting stability v0.2.0 |
3128 | 2024-05-13T15:24:06.598Z | Documenting cassowary v0.3.0 |
3129 | 2024-05-13T15:24:07.315Z | Documenting number_prefix v0.4.0 |
3130 | 2024-05-13T15:24:17.007Z | Documenting glob v0.3.1 |
3131 | 2024-05-13T15:24:17.854Z | Documenting flume v0.11.0 |
3132 | 2024-05-13T15:24:17.861Z | Documenting chacha20poly1305 v0.10.1 |
3133 | 2024-05-13T15:24:17.861Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3134 | 2024-05-13T15:24:17.861Z | Documenting ratatui v0.26.2 |
3135 | 2024-05-13T15:24:17.943Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3136 | 2024-05-13T15:24:18.118Z | Documenting indicatif v0.17.8 |
3137 | 2024-05-13T15:24:21.132Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3138 | 2024-05-13T15:24:22.333Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3139 | 2024-05-13T15:24:31.747Z | Documenting mime_guess v2.0.4 |
3140 | 2024-05-13T15:24:31.840Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3141 | 2024-05-13T15:24:32.180Z | Documenting salty v0.2.0 |
3142 | 2024-05-13T15:24:32.683Z | Documenting vsss-rs v3.3.4 |
3143 | 2024-05-13T15:24:32.889Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3144 | 2024-05-13T15:24:34.132Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3145 | 2024-05-13T15:24:35.129Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3146 | 2024-05-13T15:24:36.227Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3147 | 2024-05-13T15:24:36.343Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3148 | 2024-05-13T15:24:37.423Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3149 | 2024-05-13T15:24:38.719Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3150 | 2024-05-13T15:24:39.003Z | Documenting serde-big-array v0.5.1 |
3151 | 2024-05-13T15:24:40.290Z | Documenting rtoolbox v0.0.1 |
3152 | 2024-05-13T15:24:40.936Z | Documenting is_ci v1.2.0 |
3153 | 2024-05-13T15:24:42.274Z | Documenting unicode-linebreak v0.1.5 |
3154 | 2024-05-13T15:24:43.305Z | Documenting smawk v0.3.1 |
3155 | 2024-05-13T15:24:44.366Z | Documenting http-range v0.1.5 |
3156 | 2024-05-13T15:24:45.064Z | Documenting supports-color v3.0.0 |
3157 | 2024-05-13T15:24:45.349Z | Documenting rpassword v7.3.1 |
3158 | 2024-05-13T15:24:45.532Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3159 | 2024-05-13T15:24:47.231Z | Documenting textwrap v0.16.1 |
3160 | 2024-05-13T15:24:49.046Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3161 | 2024-05-13T15:24:49.264Z | Documenting hyper-staticfile v0.9.5 |
3162 | 2024-05-13T15:24:49.742Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3163 | 2024-05-13T15:24:51.515Z | Documenting tui-tree-widget v0.19.0 |
3164 | 2024-05-13T15:24:51.923Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3165 | 2024-05-13T15:24:53.972Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3166 | 2024-05-13T15:24:55.865Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3167 | 2024-05-13T15:24:55.924Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3168 | 2024-05-13T15:24:58.038Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3169 | 2024-05-13T15:24:58.141Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3170 | 2024-05-13T15:24:58.362Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3171 | 2024-05-13T15:24:58.827Z | Documenting signal-hook-tokio v0.3.1 |
3172 | 2024-05-13T15:24:58.953Z | Documenting memmap2 v0.7.1 |
3173 | 2024-05-13T15:24:59.630Z | Documenting shell-words v1.1.0 |
3174 | 2024-05-13T15:25:00.035Z | warning: unresolved link to `test_sled_transitions` |
3175 | 2024-05-13T15:25:00.035Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
3176 | 2024-05-13T15:25:00.035Z | | |
3177 | 2024-05-13T15:25:00.035Z | 636 | /// [`test_sled_transitions`]. |
3178 | 2024-05-13T15:25:00.035Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3179 | 2024-05-13T15:25:00.035Z | | |
3180 | 2024-05-13T15:25:00.035Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3181 | 2024-05-13T15:25:00.035Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3182 | 2024-05-13T15:25:00.035Z | |
3183 | 2024-05-13T15:25:00.039Z | warning: unresolved link to `test_sled_transitions` |
3184 | 2024-05-13T15:25:00.039Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
3185 | 2024-05-13T15:25:00.039Z | | |
3186 | 2024-05-13T15:25:00.039Z | 672 | /// [`test_sled_transitions`]. |
3187 | 2024-05-13T15:25:00.039Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3188 | 2024-05-13T15:25:00.039Z | | |
3189 | 2024-05-13T15:25:00.039Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3190 | 2024-05-13T15:25:00.039Z | |
3191 | 2024-05-13T15:25:00.040Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3192 | 2024-05-13T15:25:00.040Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3193 | 2024-05-13T15:25:00.040Z | | |
3194 | 2024-05-13T15:25:00.040Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3195 | 2024-05-13T15:25:00.040Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3196 | 2024-05-13T15:25:00.040Z | |
3197 | 2024-05-13T15:25:00.851Z | Documenting corncobs v0.1.3 |
3198 | 2024-05-13T15:25:03.417Z | Documenting constant_time_eq v0.3.0 |
3199 | 2024-05-13T15:25:03.832Z | Documenting arrayref v0.3.7 |
3200 | 2024-05-13T15:25:04.037Z | Documenting arrayvec v0.7.4 |
3201 | 2024-05-13T15:25:04.305Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3202 | 2024-05-13T15:25:06.901Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3203 | 2024-05-13T15:25:07.046Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3204 | 2024-05-13T15:25:07.088Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3205 | 2024-05-13T15:25:07.838Z | Documenting blake3 v1.5.0 |
3206 | 2024-05-13T15:25:08.416Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3207 | 2024-05-13T15:25:11.402Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3208 | 2024-05-13T15:25:12.762Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3209 | 2024-05-13T15:25:17.203Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3210 | 2024-05-13T15:25:17.468Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3211 | 2024-05-13T15:25:17.475Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3212 | 2024-05-13T15:25:19.037Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3213 | 2024-05-13T15:25:26.332Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3214 | 2024-05-13T15:25:29.978Z | warning: unresolved link to `BlueprintDisksConfig` |
3215 | 2024-05-13T15:25:29.978Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55 |
3216 | 2024-05-13T15:25:29.978Z | | |
3217 | 2024-05-13T15:25:29.978Z | 1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3218 | 2024-05-13T15:25:29.978Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3219 | 2024-05-13T15:25:29.978Z | | |
3220 | 2024-05-13T15:25:29.978Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3221 | 2024-05-13T15:25:29.978Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3222 | 2024-05-13T15:25:29.978Z | |
3223 | 2024-05-13T15:25:31.027Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3224 | 2024-05-13T15:25:31.032Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3225 | 2024-05-13T15:25:32.026Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3226 | 2024-05-13T15:25:33.020Z | Documenting fatfs v0.3.6 |
3227 | 2024-05-13T15:25:33.138Z | warning: unclosed HTML tag `usize` |
3228 | 2024-05-13T15:25:33.138Z | --> wicket/src/ui/panes/update.rs:153:19 |
3229 | 2024-05-13T15:25:33.138Z | | |
3230 | 2024-05-13T15:25:33.138Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3231 | 2024-05-13T15:25:33.138Z | | ^^^^^^^ |
3232 | 2024-05-13T15:25:33.138Z | | |
3233 | 2024-05-13T15:25:33.138Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3234 | 2024-05-13T15:25:33.138Z | |
3235 | 2024-05-13T15:25:34.603Z | warning: `wicket` (lib doc) generated 1 warning |
3236 | 2024-05-13T15:25:34.606Z | Documenting assert_matches v1.5.0 |
3237 | 2024-05-13T15:25:37.610Z | Documenting topological-sort v0.2.2 |
3238 | 2024-05-13T15:25:38.611Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3239 | 2024-05-13T15:25:41.684Z | Documenting omicron-zone-package v0.11.0 |
3240 | 2024-05-13T15:25:42.615Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3241 | 2024-05-13T15:25:44.692Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3242 | 2024-05-13T15:25:44.692Z | --> sled-agent/src/sim/instance.rs:46:7 |
3243 | 2024-05-13T15:25:44.692Z | | |
3244 | 2024-05-13T15:25:44.692Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3245 | 2024-05-13T15:25:44.692Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3246 | 2024-05-13T15:25:44.692Z | | |
3247 | 2024-05-13T15:25:44.692Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3248 | 2024-05-13T15:25:44.692Z | |
3249 | 2024-05-13T15:25:47.031Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3250 | 2024-05-13T15:25:48.228Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3251 | 2024-05-13T15:25:48.234Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3252 | 2024-05-13T15:25:49.097Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3253 | 2024-05-13T15:25:49.253Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3254 | 2024-05-13T15:25:51.610Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3255 | 2024-05-13T15:25:52.672Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3256 | 2024-05-13T15:25:55.936Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3257 | 2024-05-13T15:25:56.328Z | Documenting uzers v0.11.3 |
3258 | 2024-05-13T15:25:56.650Z | Documenting termios v0.3.3 |
3259 | 2024-05-13T15:26:03.932Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3260 | 2024-05-13T15:26:03.932Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3261 | 2024-05-13T15:26:03.951Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3262 | 2024-05-13T15:26:04.140Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3263 | 2024-05-13T15:26:10.479Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3264 | 2024-05-13T15:26:19.931Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3265 | 2024-05-13T15:26:27.709Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3266 | 2024-05-13T15:26:32.800Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3267 | 2024-05-13T15:26:40.013Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3268 | 2024-05-13T15:26:47.177Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3269 | 2024-05-13T15:26:48.484Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3270 | 2024-05-13T15:26:50.191Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3271 | 2024-05-13T15:26:52.614Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3272 | 2024-05-13T15:26:56.628Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3273 | 2024-05-13T15:27:13.665Z | warning: unresolved link to `Nexus` |
3274 | 2024-05-13T15:27:13.665Z | --> nexus/src/app/instance_network.rs:280:34 |
3275 | 2024-05-13T15:27:13.665Z | | |
3276 | 2024-05-13T15:27:13.665Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3277 | 2024-05-13T15:27:13.665Z | | ^^^^^ no item named `Nexus` in scope |
3278 | 2024-05-13T15:27:13.665Z | | |
3279 | 2024-05-13T15:27:13.665Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3280 | 2024-05-13T15:27:13.665Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3281 | 2024-05-13T15:27:13.665Z | |
3282 | 2024-05-13T15:27:13.670Z | warning: unresolved link to `Nexus` |
3283 | 2024-05-13T15:27:13.670Z | --> nexus/src/app/instance_network.rs:458:34 |
3284 | 2024-05-13T15:27:13.670Z | | |
3285 | 2024-05-13T15:27:13.670Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3286 | 2024-05-13T15:27:13.670Z | | ^^^^^ no item named `Nexus` in scope |
3287 | 2024-05-13T15:27:13.670Z | | |
3288 | 2024-05-13T15:27:13.670Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3289 | 2024-05-13T15:27:13.670Z | |
3290 | 2024-05-13T15:27:13.670Z | warning: unresolved link to `VolumeConstructionRequest` |
3291 | 2024-05-13T15:27:13.670Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3292 | 2024-05-13T15:27:13.670Z | | |
3293 | 2024-05-13T15:27:13.670Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3294 | 2024-05-13T15:27:13.671Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3295 | 2024-05-13T15:27:13.671Z | | |
3296 | 2024-05-13T15:27:13.671Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3297 | 2024-05-13T15:27:13.671Z | |
3298 | 2024-05-13T15:27:13.671Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3299 | 2024-05-13T15:27:13.671Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3300 | 2024-05-13T15:27:13.671Z | | |
3301 | 2024-05-13T15:27:13.671Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3302 | 2024-05-13T15:27:13.671Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3303 | 2024-05-13T15:27:13.671Z | |
3304 | 2024-05-13T15:27:13.671Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3305 | 2024-05-13T15:27:13.671Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3306 | 2024-05-13T15:27:13.671Z | | |
3307 | 2024-05-13T15:27:13.671Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3308 | 2024-05-13T15:27:13.671Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3309 | 2024-05-13T15:27:13.671Z | |
3310 | 2024-05-13T15:27:13.671Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3311 | 2024-05-13T15:27:13.671Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3312 | 2024-05-13T15:27:13.671Z | | |
3313 | 2024-05-13T15:27:13.671Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3314 | 2024-05-13T15:27:13.671Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3315 | 2024-05-13T15:27:13.671Z | |
3316 | 2024-05-13T15:27:13.672Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3317 | 2024-05-13T15:27:13.672Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3318 | 2024-05-13T15:27:13.672Z | | |
3319 | 2024-05-13T15:27:13.672Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3320 | 2024-05-13T15:27:13.672Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3321 | 2024-05-13T15:27:13.672Z | |
3322 | 2024-05-13T15:27:13.672Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3323 | 2024-05-13T15:27:13.672Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3324 | 2024-05-13T15:27:13.672Z | | |
3325 | 2024-05-13T15:27:13.672Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3326 | 2024-05-13T15:27:13.672Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3327 | 2024-05-13T15:27:13.672Z | |
3328 | 2024-05-13T15:27:13.672Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3329 | 2024-05-13T15:27:13.672Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3330 | 2024-05-13T15:27:13.672Z | | |
3331 | 2024-05-13T15:27:13.672Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3332 | 2024-05-13T15:27:13.672Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3333 | 2024-05-13T15:27:13.672Z | |
3334 | 2024-05-13T15:27:16.685Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3335 | 2024-05-13T15:27:32.981Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 11s |
3336 | 2024-05-13T15:27:33.062Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3337 | 2024-05-13T15:27:33.062Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3338 | 2024-05-13T15:27:33.062Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3339 | 2024-05-13T15:27:33.062Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3340 | 2024-05-13T15:27:33.062Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3341 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3342 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3343 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3344 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3345 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3346 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3347 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3348 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3349 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3350 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3351 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3352 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3353 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3354 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3355 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3356 | 2024-05-13T15:27:33.068Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3357 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3358 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3359 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3360 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3361 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3362 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3363 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3364 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3365 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3366 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3367 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3368 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3369 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3370 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3371 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3372 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3373 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3374 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3375 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3376 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3377 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3378 | 2024-05-13T15:27:33.069Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3379 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3380 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3381 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3382 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3383 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3384 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3385 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3386 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3387 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3388 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3389 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3390 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3391 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3392 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3393 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3394 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3395 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3396 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3397 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3398 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3399 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3400 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3401 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3402 | 2024-05-13T15:27:33.070Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3403 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3404 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3405 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3406 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3407 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3408 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3409 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3410 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3411 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3412 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3413 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3414 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3415 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3416 | 2024-05-13T15:27:33.071Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3417 | 2024-05-13T15:27:33.095Z | |
3418 | 2024-05-13T15:27:33.099Z | real 12:12.023368978 |
3419 | 2024-05-13T15:27:33.099Z | user 33:31.359786208 |
3420 | 2024-05-13T15:27:33.099Z | sys 52:30.534119911 |
3421 | 2024-05-13T15:27:33.099Z | trap 0.903422923 |
3422 | 2024-05-13T15:27:33.099Z | tflt 0.157012748 |
3423 | 2024-05-13T15:27:33.099Z | dflt 0.588606165 |
3424 | 2024-05-13T15:27:33.099Z | kflt 0.000142296 |
3425 | 2024-05-13T15:27:33.099Z | lock 3:15:39.616969682 |
3426 | 2024-05-13T15:27:33.099Z | slp 3:23:03.232569727 |
3427 | 2024-05-13T15:27:33.099Z | lat 4:29.358503715 |
3428 | 2024-05-13T15:27:33.099Z | stop 1:48.339309818 |
3429 | 2024-05-13T15:27:33.099Z | process exited: duration 1308268 ms, exit code 0 |
|
3430 | 2024-05-13T15:27:33.106Z | found 0 output files |