|
|
|
1 | 2024-05-13T13:02:29.215Z | job assigned to worker 01HXS0Q753MR0RHV0D88FYRAAR (queued for 37 s) |
|
2 | 2024-05-13T13:02:30.236Z | starting task 0: "setup" |
3 | 2024-05-13T13:02:30.262Z | ++ uname -s |
4 | 2024-05-13T13:02:30.262Z | + kern=SunOS |
5 | 2024-05-13T13:02:30.262Z | + case "$kern" in |
6 | 2024-05-13T13:02:30.262Z | + groupadd -g 12345 build |
7 | 2024-05-13T13:02:30.262Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-13T13:02:32.269Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-13T13:02:32.313Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-13T13:02:32.339Z | + home_fs=zfs |
11 | 2024-05-13T13:02:32.339Z | + [[ zfs == autofs ]] |
12 | 2024-05-13T13:02:32.339Z | + mkdir -p /home/build |
13 | 2024-05-13T13:02:32.339Z | + chown build:build /home/build /work |
14 | 2024-05-13T13:02:34.322Z | + chmod 0700 /home/build /work |
15 | 2024-05-13T13:02:34.346Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-05-13T13:02:34.396Z | starting task 1: "rust-toolchain" |
17 | 2024-05-13T13:02:34.420Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-13T13:02:34.420Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-13T13:02:34.539Z | info: downloading installer |
20 | 2024-05-13T13:02:35.014Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-13T13:02:35.014Z | warning: /opt/ooce/bin |
22 | 2024-05-13T13:02:35.015Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-13T13:02:35.015Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-13T13:02:35.015Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-13T13:02:35.015Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-13T13:02:35.015Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-13T13:02:35.015Z | error: cannot install while Rust is installed |
28 | 2024-05-13T13:02:35.015Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-13T13:02:35.049Z | info: profile set to 'default' |
30 | 2024-05-13T13:02:35.049Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-13T13:02:35.049Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-13T13:02:35.155Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-13T13:02:35.155Z | info: downloading component 'cargo' |
34 | 2024-05-13T13:02:35.826Z | info: downloading component 'clippy' |
35 | 2024-05-13T13:02:36.234Z | info: downloading component 'rust-docs' |
36 | 2024-05-13T13:02:36.419Z | info: downloading component 'rust-std' |
37 | 2024-05-13T13:02:37.309Z | info: downloading component 'rustc' |
38 | 2024-05-13T13:02:38.890Z | info: downloading component 'rustfmt' |
39 | 2024-05-13T13:02:39.276Z | info: installing component 'cargo' |
40 | 2024-05-13T13:02:40.314Z | info: installing component 'clippy' |
41 | 2024-05-13T13:02:41.135Z | info: installing component 'rust-docs' |
42 | 2024-05-13T13:02:43.004Z | info: installing component 'rust-std' |
43 | 2024-05-13T13:02:45.262Z | info: installing component 'rustc' |
44 | 2024-05-13T13:02:49.780Z | info: installing component 'rustfmt' |
45 | 2024-05-13T13:02:50.155Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-13T13:02:50.155Z | |
47 | 2024-05-13T13:02:50.277Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-13T13:02:50.277Z | |
49 | 2024-05-13T13:02:50.301Z | |
50 | 2024-05-13T13:02:50.301Z | Rust is installed now. Great! |
51 | 2024-05-13T13:02:50.301Z | |
52 | 2024-05-13T13:02:50.301Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-13T13:02:50.301Z | environment variable. This has not been done automatically. |
54 | 2024-05-13T13:02:50.302Z | |
55 | 2024-05-13T13:02:50.302Z | To configure your current shell, you need to source |
56 | 2024-05-13T13:02:50.302Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-13T13:02:50.302Z | |
58 | 2024-05-13T13:02:50.302Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-13T13:02:50.302Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-13T13:02:50.302Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-13T13:02:50.345Z | + rustc --version |
62 | 2024-05-13T13:02:50.431Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-13T13:02:50.457Z | process exited: duration 16036 ms, exit code 0 |
|
64 | 2024-05-13T13:02:50.506Z | starting task 2: "authentication" |
65 | 2024-05-13T13:02:50.562Z | process exited: duration 56 ms, exit code 0 |
|
66 | 2024-05-13T13:02:50.612Z | starting task 3: "clone repository" |
67 | 2024-05-13T13:02:50.636Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-13T13:02:50.636Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-13T13:02:50.661Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-13T13:02:57.062Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-13T13:02:57.062Z | + git fetch origin 615ef080b45a331d429c19c4784ce898fbc7a20a |
72 | 2024-05-13T13:02:57.527Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-13T13:02:57.527Z | * branch 615ef080b45a331d429c19c4784ce898fbc7a20a -> FETCH_HEAD |
74 | 2024-05-13T13:02:57.552Z | + [[ -n john/blueprint-store-sled-state ]] |
75 | 2024-05-13T13:02:57.552Z | ++ git branch --show-current |
76 | 2024-05-13T13:02:57.552Z | + current=main |
77 | 2024-05-13T13:02:57.552Z | + [[ main != john/blueprint-store-sled-state ]] |
78 | 2024-05-13T13:02:57.552Z | + git branch -f john/blueprint-store-sled-state 615ef080b45a331d429c19c4784ce898fbc7a20a |
79 | 2024-05-13T13:02:57.552Z | + git checkout -f john/blueprint-store-sled-state |
80 | 2024-05-13T13:02:57.718Z | Switched to branch 'john/blueprint-store-sled-state' |
81 | 2024-05-13T13:02:57.742Z | + git reset --hard 615ef080b45a331d429c19c4784ce898fbc7a20a |
82 | 2024-05-13T13:02:57.770Z | HEAD is now at 615ef080b Merge branch 'main' into john/blueprint-store-sled-state |
83 | 2024-05-13T13:02:57.770Z | process exited: duration 7134 ms, exit code 0 |
|
84 | 2024-05-13T13:02:57.819Z | starting task 4: "build" |
85 | 2024-05-13T13:02:57.844Z | + cargo --version |
86 | 2024-05-13T13:02:57.844Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-13T13:02:57.929Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-13T13:02:57.929Z | info: downloading component 'cargo' |
89 | 2024-05-13T13:02:58.540Z | info: downloading component 'clippy' |
90 | 2024-05-13T13:02:59.066Z | info: downloading component 'rust-docs' |
91 | 2024-05-13T13:02:59.240Z | info: downloading component 'rust-std' |
92 | 2024-05-13T13:02:59.941Z | info: downloading component 'rustc' |
93 | 2024-05-13T13:03:01.649Z | info: downloading component 'rustfmt' |
94 | 2024-05-13T13:03:02.043Z | info: installing component 'cargo' |
95 | 2024-05-13T13:03:02.988Z | info: installing component 'clippy' |
96 | 2024-05-13T13:03:03.358Z | info: installing component 'rust-docs' |
97 | 2024-05-13T13:03:05.708Z | info: installing component 'rust-std' |
98 | 2024-05-13T13:03:07.632Z | info: installing component 'rustc' |
99 | 2024-05-13T13:03:12.238Z | info: installing component 'rustfmt' |
100 | 2024-05-13T13:03:12.706Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-13T13:03:12.731Z | + rustc --version |
102 | 2024-05-13T13:03:12.850Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-13T13:03:12.885Z | + source ./env.sh |
104 | 2024-05-13T13:03:12.885Z | ++ set -o xtrace |
105 | 2024-05-13T13:03:12.885Z | ++++ dirname ./env.sh |
106 | 2024-05-13T13:03:12.885Z | +++ readlink -f . |
107 | 2024-05-13T13:03:12.885Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-05-13T13:03:12.885Z | ++ 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-13T13:03:12.886Z | ++ 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-13T13:03:12.886Z | ++ 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-13T13:03:12.886Z | ++ 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-13T13:03:12.886Z | ++ 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-13T13:03:12.887Z | ++ 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-13T13:03:12.887Z | ++ 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-13T13:03:12.887Z | ++ 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-13T13:03:12.887Z | ++ unset OMICRON_WS |
117 | 2024-05-13T13:03:12.887Z | ++ set +o xtrace |
118 | 2024-05-13T13:03:12.888Z | |
119 | 2024-05-13T13:03:12.888Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-05-13T13:03:12.888Z | # # # # # # # # # # # # # # # |
121 | 2024-05-13T13:03:12.888Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-05-13T13:03:12.888Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-05-13T13:03:12.888Z | # # # # # # # # # # # # # # # |
124 | 2024-05-13T13:03:12.889Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-05-13T13:03:12.889Z | |
126 | 2024-05-13T13:03:17.614Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-05-13T13:03:19.694Z | Startup: Caching catalogs ... Done |
128 | 2024-05-13T13:03:21.702Z | Planning: Solver setup ... Done (1.409s) |
129 | 2024-05-13T13:03:21.727Z | Planning: Running solver ... Done (0.025s) |
130 | 2024-05-13T13:03:21.771Z | Planning: Finding local manifests ... Done (0.002s) |
131 | 2024-05-13T13:03:21.846Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-05-13T13:03:22.807Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-05-13T13:03:22.868Z | Planning: Package planning ... Done (0.071s) |
134 | 2024-05-13T13:03:22.937Z | Planning: Merging actions ... Done (0.070s) |
135 | 2024-05-13T13:03:23.333Z | Planning: Checking for conflicting actions ... Done (0.395s) |
136 | 2024-05-13T13:03:23.364Z | Planning: Consolidating action changes ... Done (0.013s) |
137 | 2024-05-13T13:03:24.103Z | Planning: Evaluating mediators ... Done (0.756s) |
138 | 2024-05-13T13:03:24.127Z | Planning: Planning completed in 4.37 seconds |
139 | 2024-05-13T13:03:24.152Z | Packages to install: 4 |
140 | 2024-05-13T13:03:24.152Z | Mediators to change: 2 |
141 | 2024-05-13T13:03:24.152Z | Services to change: 1 |
142 | 2024-05-13T13:03:24.153Z | Estimated space available: 148.35 GB |
143 | 2024-05-13T13:03:24.153Z | Estimated space to be consumed: 1.44 GB |
144 | 2024-05-13T13:03:24.153Z | Create boot environment: No |
145 | 2024-05-13T13:03:24.153Z | Create backup boot environment: No |
146 | 2024-05-13T13:03:24.153Z | Rebuild boot archive: No |
147 | 2024-05-13T13:03:24.153Z | |
148 | 2024-05-13T13:03:24.153Z | Changed mediators: |
149 | 2024-05-13T13:03:24.153Z | mediator clang: |
150 | 2024-05-13T13:03:24.153Z | version: None -> 15 (system default) |
151 | 2024-05-13T13:03:24.153Z | |
152 | 2024-05-13T13:03:24.153Z | mediator llvm: |
153 | 2024-05-13T13:03:24.153Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-05-13T13:03:24.153Z | |
155 | 2024-05-13T13:03:24.153Z | Changed packages: |
156 | 2024-05-13T13:03:24.153Z | helios-dev |
157 | 2024-05-13T13:03:24.153Z | developer/build-essential |
158 | 2024-05-13T13:03:24.153Z | None -> 11-2.0 |
159 | 2024-05-13T13:03:24.154Z | library/libxmlsec1 |
160 | 2024-05-13T13:03:24.154Z | None -> 1.2.35-2.0 |
161 | 2024-05-13T13:03:24.154Z | ooce/developer/clang-15 |
162 | 2024-05-13T13:03:24.154Z | None -> 15.0.7-2.0 |
163 | 2024-05-13T13:03:24.154Z | ooce/developer/llvm-15 |
164 | 2024-05-13T13:03:24.154Z | None -> 15.0.7-2.0 |
165 | 2024-05-13T13:03:24.154Z | |
166 | 2024-05-13T13:03:24.154Z | Services: |
167 | 2024-05-13T13:03:24.154Z | restart_fmri: |
168 | 2024-05-13T13:03:24.154Z | svc:/system/update-man-index:default |
169 | 2024-05-13T13:03:24.180Z | |
170 | 2024-05-13T13:03:24.181Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-05-13T13:03:29.188Z | Download: 321/3290 items 16.4/212.6MB 7% complete (3.4M/s) |
172 | 2024-05-13T13:03:34.186Z | Download: 1135/3290 items 38.0/212.6MB 17% complete (3.7M/s) |
173 | 2024-05-13T13:03:39.598Z | Download: 1195/3290 items 76.9/212.6MB 36% complete (6.4M/s) |
174 | 2024-05-13T13:03:44.197Z | Download: 1724/3290 items 118.1/212.6MB 55% complete (8.4M/s) |
175 | 2024-05-13T13:03:49.198Z | Download: 3184/3290 items 157.7/212.6MB 74% complete (8.0M/s) |
176 | 2024-05-13T13:03:52.865Z | Download: Completed 212.60 MB in 28.68 seconds (7.4M/s) |
177 | 2024-05-13T13:03:53.038Z | Actions: 1/3689 actions (Installing new actions) |
178 | 2024-05-13T13:03:58.107Z | Actions: 3189/3689 actions (Installing new actions) |
179 | 2024-05-13T13:03:58.523Z | Actions: Completed 3689 actions in 5.48 seconds. |
180 | 2024-05-13T13:03:58.715Z | Done (0.186s) |
181 | 2024-05-13T13:03:58.715Z | Done (0.000s) |
182 | 2024-05-13T13:03:59.063Z | Done (0.343s) |
183 | 2024-05-13T13:04:03.880Z | Done (4.693s) |
184 | 2024-05-13T13:04:04.382Z | Done (0.018s) |
185 | 2024-05-13T13:04:04.421Z | Done (0.000s) |
186 | 2024-05-13T13:04:04.421Z | Done (0.000s) |
187 | 2024-05-13T13:04:04.777Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-05-13T13:04:05.031Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-05-13T13:04:05.057Z | Planning: Consolidating action changes ... Done |
190 | 2024-05-13T13:04:05.370Z | Planning: Evaluating mediators ... Done |
191 | 2024-05-13T13:04:05.409Z | Planning: Planning completed in 0.59 seconds |
192 | 2024-05-13T13:04:05.444Z | Mediators to change: 2 |
193 | 2024-05-13T13:04:05.444Z | Create boot environment: No |
194 | 2024-05-13T13:04:05.444Z | Create backup boot environment: No |
195 | 2024-05-13T13:04:05.469Z | Done |
196 | 2024-05-13T13:04:05.469Z | Done |
197 | 2024-05-13T13:04:05.727Z | Done |
198 | 2024-05-13T13:04:10.018Z | Done |
199 | 2024-05-13T13:04:10.108Z | Done |
200 | 2024-05-13T13:04:10.109Z | Done |
201 | 2024-05-13T13:04:10.181Z | Done |
202 | 2024-05-13T13:04:10.884Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-05-13T13:04:10.909Z | Planning: Merging actions ... Done |
204 | 2024-05-13T13:04:11.123Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-05-13T13:04:11.148Z | Planning: Consolidating action changes ... Done |
206 | 2024-05-13T13:04:11.450Z | Planning: Evaluating mediators ... Done |
207 | 2024-05-13T13:04:11.506Z | Planning: Planning completed in 0.91 seconds |
208 | 2024-05-13T13:04:11.547Z | Packages to change: 1 |
209 | 2024-05-13T13:04:11.547Z | Mediators to change: 1 |
210 | 2024-05-13T13:04:11.547Z | Services to change: 1 |
211 | 2024-05-13T13:04:11.547Z | Create boot environment: No |
212 | 2024-05-13T13:04:11.547Z | Create backup boot environment: Yes |
213 | 2024-05-13T13:04:13.122Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-05-13T13:04:13.152Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-05-13T13:04:13.153Z | Done |
216 | 2024-05-13T13:04:13.153Z | Done |
217 | 2024-05-13T13:04:13.187Z | Done |
218 | 2024-05-13T13:04:17.326Z | Done |
219 | 2024-05-13T13:04:17.419Z | Done |
220 | 2024-05-13T13:04:17.420Z | Done |
221 | 2024-05-13T13:04:17.492Z | Done |
222 | 2024-05-13T13:04:18.035Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-05-13T13:04:18.035Z | clang system 15 system |
224 | 2024-05-13T13:04:18.035Z | csh system system illumos |
225 | 2024-05-13T13:04:18.035Z | ctags system system illumos |
226 | 2024-05-13T13:04:18.035Z | gcc vendor 12 vendor |
227 | 2024-05-13T13:04:18.035Z | gcc system 10 system |
228 | 2024-05-13T13:04:18.035Z | gcc system 7 system |
229 | 2024-05-13T13:04:18.035Z | go system 1.20 system |
230 | 2024-05-13T13:04:18.035Z | go system 1.19 system |
231 | 2024-05-13T13:04:18.035Z | llvm system 15 system |
232 | 2024-05-13T13:04:18.035Z | llvm system 14 system |
233 | 2024-05-13T13:04:18.035Z | mariadb system 10.6 system |
234 | 2024-05-13T13:04:18.035Z | mta vendor vendor dma |
235 | 2024-05-13T13:04:18.035Z | openjdk system 17 system |
236 | 2024-05-13T13:04:18.035Z | openjdk system 11 system |
237 | 2024-05-13T13:04:18.035Z | openjdk system 1.8 system |
238 | 2024-05-13T13:04:18.035Z | openssl vendor 3 vendor |
239 | 2024-05-13T13:04:18.035Z | perl system 5.36 system |
240 | 2024-05-13T13:04:18.035Z | postgresql system 15 system |
241 | 2024-05-13T13:04:18.035Z | postgresql system 13 system |
242 | 2024-05-13T13:04:18.035Z | python vendor 3 vendor |
243 | 2024-05-13T13:04:18.035Z | python system 2 system |
244 | 2024-05-13T13:04:18.036Z | python3 system 3.11 system |
245 | 2024-05-13T13:04:18.036Z | ruby system 3.0 system |
246 | 2024-05-13T13:04:18.036Z | words vendor vendor american-english |
247 | 2024-05-13T13:04:18.036Z | words system system australian-english |
248 | 2024-05-13T13:04:18.036Z | words system system british-english |
249 | 2024-05-13T13:04:18.036Z | words system system canadian-english |
250 | 2024-05-13T13:04:18.036Z | words system system french |
251 | 2024-05-13T13:04:18.036Z | words system system italian |
252 | 2024-05-13T13:04:18.036Z | words system system ngerman |
253 | 2024-05-13T13:04:18.036Z | words system system ogerman |
254 | 2024-05-13T13:04:18.036Z | words system system spanish |
255 | 2024-05-13T13:04:18.423Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-05-13T13:04:18.423Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-05-13T13:04:20.007Z | FMRI IFO |
258 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
265 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-05-13T13:04:20.008Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-05-13T13:04:20.009Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-05-13T13:04:20.009Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-05-13T13:04:20.266Z | + set -o errexit |
271 | 2024-05-13T13:04:20.291Z | +++ dirname ./tools/ci_download_cockroachdb |
272 | 2024-05-13T13:04:20.291Z | ++ cd ./tools |
273 | 2024-05-13T13:04:20.291Z | ++ pwd |
274 | 2024-05-13T13:04:20.291Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
275 | 2024-05-13T13:04:20.291Z | ++ basename ./tools/ci_download_cockroachdb |
276 | 2024-05-13T13:04:20.291Z | + ARG0=ci_download_cockroachdb |
277 | 2024-05-13T13:04:20.292Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
278 | 2024-05-13T13:04:20.292Z | + CIDL_VERSION=v22.1.9 |
279 | 2024-05-13T13:04:20.292Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
280 | 2024-05-13T13:04:20.292Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
281 | 2024-05-13T13:04:20.292Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
282 | 2024-05-13T13:04:20.292Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-05-13T13:04:20.292Z | + TARGET_DIR=out |
284 | 2024-05-13T13:04:20.292Z | + DOWNLOAD_DIR=out/downloads |
285 | 2024-05-13T13:04:20.292Z | + DEST_DIR=./out/cockroachdb |
286 | 2024-05-13T13:04:20.292Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
287 | 2024-05-13T13:04:20.292Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
288 | 2024-05-13T13:04:20.292Z | + main |
289 | 2024-05-13T13:04:20.292Z | + [[ 0 != 0 ]] |
290 | 2024-05-13T13:04:20.292Z | + CIDL_OS=solaris2.11 |
291 | 2024-05-13T13:04:20.292Z | + [[ 0 != 0 ]] |
292 | 2024-05-13T13:04:20.292Z | + configure_os solaris2.11 |
293 | 2024-05-13T13:04:20.292Z | + echo 'current directory: /work/oxidecomputer/omicron' |
294 | 2024-05-13T13:04:20.292Z | + echo 'configuring based on OS: "solaris2.11"' |
295 | 2024-05-13T13:04:20.292Z | current directory: /work/oxidecomputer/omicron |
296 | 2024-05-13T13:04:20.292Z | configuring based on OS: "solaris2.11" |
297 | 2024-05-13T13:04:20.292Z | + case "$1" in |
298 | 2024-05-13T13:04:20.292Z | + CIDL_BUILD=illumos |
299 | 2024-05-13T13:04:20.293Z | + CIDL_SUFFIX=tar.gz |
300 | 2024-05-13T13:04:20.293Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
301 | 2024-05-13T13:04:20.293Z | + CIDL_URL_BASE=https://illumos.org/downloads |
302 | 2024-05-13T13:04:20.293Z | + CIDL_ASSEMBLE=do_assemble_illumos |
303 | 2024-05-13T13:04:20.293Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
304 | 2024-05-13T13:04:20.293Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-13T13:04:20.293Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-13T13:04:20.293Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
307 | 2024-05-13T13:04:20.293Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-13T13:04:20.293Z | + CIDL_SHA256FUNC=do_sha256sum |
309 | 2024-05-13T13:04:20.293Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2024-05-13T13:04:20.293Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
311 | 2024-05-13T13:04:20.293Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-13T13:04:20.293Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-05-13T13:04:20.293Z | + mkdir -p out/downloads |
314 | 2024-05-13T13:04:20.293Z | + mkdir -p ./out/cockroachdb |
315 | 2024-05-13T13:04:20.293Z | + local DO_DOWNLOAD=true |
316 | 2024-05-13T13:04:20.293Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
317 | 2024-05-13T13:04:20.293Z | + '[' true == true ']' |
318 | 2024-05-13T13:04:20.293Z | + echo Downloading... |
319 | 2024-05-13T13:04:20.293Z | Downloading... |
320 | 2024-05-13T13:04:20.293Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-05-13T13:04:20.293Z | + 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 |
322 | 2024-05-13T13:04:24.836Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-05-13T13:04:24.860Z | ++ sha256sum |
324 | 2024-05-13T13:04:24.860Z | ++ awk '{print $1}' |
325 | 2024-05-13T13:04:24.910Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
326 | 2024-05-13T13:04:24.910Z | + [[ 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 ]] |
327 | 2024-05-13T13:04:24.910Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
328 | 2024-05-13T13:04:24.910Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
329 | 2024-05-13T13:04:27.846Z | + do_assemble_illumos |
330 | 2024-05-13T13:04:27.846Z | + rm -r ./out/cockroachdb |
331 | 2024-05-13T13:04:27.871Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
332 | 2024-05-13T13:04:28.206Z | + ./out/cockroachdb/bin/cockroach version |
333 | 2024-05-13T13:04:28.376Z | Build Tag: v22.1.9-dirty |
334 | 2024-05-13T13:04:28.376Z | Build Time: 2022/10/26 21:17:46 |
335 | 2024-05-13T13:04:28.376Z | Distribution: OSS |
336 | 2024-05-13T13:04:28.376Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
337 | 2024-05-13T13:04:28.376Z | Go Version: go1.17.13 |
338 | 2024-05-13T13:04:28.376Z | C Compiler: gcc 10.3.0 |
339 | 2024-05-13T13:04:28.377Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
340 | 2024-05-13T13:04:28.377Z | Build Type: release |
341 | 2024-05-13T13:04:28.403Z | + set -o errexit |
342 | 2024-05-13T13:04:28.444Z | +++ dirname ./tools/ci_download_clickhouse |
343 | 2024-05-13T13:04:28.444Z | ++ cd ./tools |
344 | 2024-05-13T13:04:28.444Z | ++ pwd |
345 | 2024-05-13T13:04:28.444Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
346 | 2024-05-13T13:04:28.445Z | ++ basename ./tools/ci_download_clickhouse |
347 | 2024-05-13T13:04:28.445Z | + ARG0=ci_download_clickhouse |
348 | 2024-05-13T13:04:28.445Z | + TARGET_DIR=out |
349 | 2024-05-13T13:04:28.445Z | + DOWNLOAD_DIR=out/downloads |
350 | 2024-05-13T13:04:28.445Z | + DEST_DIR=./out/clickhouse |
351 | 2024-05-13T13:04:28.445Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
352 | 2024-05-13T13:04:28.446Z | + CIDL_VERSION=v23.8.7.24 |
353 | 2024-05-13T13:04:28.446Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
354 | 2024-05-13T13:04:28.446Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
355 | 2024-05-13T13:04:28.446Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
356 | 2024-05-13T13:04:28.446Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
357 | 2024-05-13T13:04:28.446Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
358 | 2024-05-13T13:04:28.446Z | + main |
359 | 2024-05-13T13:04:28.447Z | + [[ 0 != 0 ]] |
360 | 2024-05-13T13:04:28.447Z | + CIDL_OS=solaris2.11 |
361 | 2024-05-13T13:04:28.447Z | + [[ 0 != 0 ]] |
362 | 2024-05-13T13:04:28.447Z | + configure_os solaris2.11 |
363 | 2024-05-13T13:04:28.447Z | + echo 'current directory: /work/oxidecomputer/omicron' |
364 | 2024-05-13T13:04:28.447Z | + echo 'configuring based on OS: "solaris2.11"' |
365 | 2024-05-13T13:04:28.447Z | + CIDL_DASHREV= |
366 | 2024-05-13T13:04:28.448Z | + case "$1" in |
367 | 2024-05-13T13:04:28.448Z | current directory: /work/oxidecomputer/omicron |
368 | 2024-05-13T13:04:28.448Z | configuring based on OS: "solaris2.11" |
369 | 2024-05-13T13:04:28.448Z | + CIDL_PLATFORM=illumos |
370 | 2024-05-13T13:04:28.448Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
371 | 2024-05-13T13:04:28.448Z | + CIDL_MD5FUNC=do_md5sum |
372 | 2024-05-13T13:04:28.448Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
373 | 2024-05-13T13:04:28.449Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-13T13:04:28.449Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-05-13T13:04:28.449Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-05-13T13:04:28.449Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
377 | 2024-05-13T13:04:28.449Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-05-13T13:04:28.449Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-05-13T13:04:28.449Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
380 | 2024-05-13T13:04:28.450Z | + mkdir -p out/downloads |
381 | 2024-05-13T13:04:28.450Z | + mkdir -p ./out/clickhouse |
382 | 2024-05-13T13:04:28.450Z | + local DO_DOWNLOAD=true |
383 | 2024-05-13T13:04:28.450Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
384 | 2024-05-13T13:04:28.450Z | + '[' true == true ']' |
385 | 2024-05-13T13:04:28.451Z | + echo Downloading... |
386 | 2024-05-13T13:04:28.451Z | Downloading... |
387 | 2024-05-13T13:04:28.451Z | + 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 |
388 | 2024-05-13T13:04:28.451Z | + 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 |
389 | 2024-05-13T13:04:38.934Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
390 | 2024-05-13T13:04:38.958Z | ++ md5sum |
391 | 2024-05-13T13:04:38.959Z | ++ awk '{print $1}' |
392 | 2024-05-13T13:04:39.201Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
393 | 2024-05-13T13:04:39.201Z | + [[ 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 ]] |
394 | 2024-05-13T13:04:39.201Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
395 | 2024-05-13T13:04:39.201Z | + mkdir -p ./out/clickhouse |
396 | 2024-05-13T13:04:39.226Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
397 | 2024-05-13T13:04:44.316Z | + [[ solaris2.11 == darwin* ]] |
398 | 2024-05-13T13:04:44.316Z | + ./out/clickhouse/clickhouse server --version |
399 | 2024-05-13T13:04:44.460Z | ClickHouse server version 23.8.7.1. |
400 | 2024-05-13T13:04:44.489Z | + set -o errexit |
401 | 2024-05-13T13:04:44.513Z | +++ dirname ./tools/ci_download_console |
402 | 2024-05-13T13:04:44.513Z | ++ cd ./tools |
403 | 2024-05-13T13:04:44.513Z | ++ pwd |
404 | 2024-05-13T13:04:44.513Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2024-05-13T13:04:44.513Z | ++ basename ./tools/ci_download_console |
406 | 2024-05-13T13:04:44.513Z | + ARG0=ci_download_console |
407 | 2024-05-13T13:04:44.513Z | + TARGET_DIR=out |
408 | 2024-05-13T13:04:44.513Z | + DOWNLOAD_DIR=out/downloads |
409 | 2024-05-13T13:04:44.513Z | + DEST_DIR=./out/console-assets |
410 | 2024-05-13T13:04:44.513Z | + source /work/oxidecomputer/omicron/tools/console_version |
411 | 2024-05-13T13:04:44.514Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
412 | 2024-05-13T13:04:44.514Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
413 | 2024-05-13T13:04:44.514Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
414 | 2024-05-13T13:04:44.514Z | + TARBALL_FILE=out/downloads/console.tar.gz |
415 | 2024-05-13T13:04:44.514Z | + main |
416 | 2024-05-13T13:04:44.514Z | + [[ 0 != 0 ]] |
417 | 2024-05-13T13:04:44.514Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
418 | 2024-05-13T13:04:44.514Z | + echo 'Local file: out/downloads/console.tar.gz' |
419 | 2024-05-13T13:04:44.514Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
420 | 2024-05-13T13:04:44.514Z | Local file: out/downloads/console.tar.gz |
421 | 2024-05-13T13:04:44.514Z | + local DO_DOWNLOAD=true |
422 | 2024-05-13T13:04:44.514Z | + [[ -f out/downloads/console.tar.gz ]] |
423 | 2024-05-13T13:04:44.514Z | + mkdir -p out/downloads |
424 | 2024-05-13T13:04:44.514Z | + '[' true == true ']' |
425 | 2024-05-13T13:04:44.514Z | + echo Downloading... |
426 | 2024-05-13T13:04:44.514Z | Downloading... |
427 | 2024-05-13T13:04:44.514Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
428 | 2024-05-13T13:04:44.514Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
429 | 2024-05-13T13:04:44.774Z | ++ do_sha256sum out/downloads/console.tar.gz |
430 | 2024-05-13T13:04:44.774Z | ++ case "$OSTYPE" in |
431 | 2024-05-13T13:04:44.774Z | ++ SHA=sha256sum |
432 | 2024-05-13T13:04:44.803Z | ++ sha256sum |
433 | 2024-05-13T13:04:44.803Z | ++ awk '{print $1}' |
434 | 2024-05-13T13:04:44.804Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
435 | 2024-05-13T13:04:44.804Z | + [[ 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 ]] |
436 | 2024-05-13T13:04:44.804Z | + rm -rf ./out/console-assets |
437 | 2024-05-13T13:04:44.804Z | + mkdir -p ./out/console-assets |
438 | 2024-05-13T13:04:44.804Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
439 | 2024-05-13T13:04:44.804Z | + mkdir -p ./out/console-assets |
440 | 2024-05-13T13:04:44.804Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
441 | 2024-05-13T13:04:44.919Z | + set -o errexit |
442 | 2024-05-13T13:04:44.944Z | +++ dirname ./tools/ci_download_dendrite_openapi |
443 | 2024-05-13T13:04:44.944Z | ++ cd ./tools |
444 | 2024-05-13T13:04:44.944Z | ++ pwd |
445 | 2024-05-13T13:04:44.944Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
446 | 2024-05-13T13:04:44.944Z | ++ basename ./tools/ci_download_dendrite_openapi |
447 | 2024-05-13T13:04:44.944Z | + ARG0=ci_download_dendrite_openapi |
448 | 2024-05-13T13:04:44.944Z | + TARGET_DIR=out |
449 | 2024-05-13T13:04:44.944Z | + DOWNLOAD_DIR=out/downloads |
450 | 2024-05-13T13:04:44.944Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
451 | 2024-05-13T13:04:44.944Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
452 | 2024-05-13T13:04:44.944Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
453 | 2024-05-13T13:04:44.944Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
454 | 2024-05-13T13:04:44.944Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
455 | 2024-05-13T13:04:44.944Z | + main |
456 | 2024-05-13T13:04:44.944Z | + [[ 0 != 0 ]] |
457 | 2024-05-13T13:04:44.944Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
458 | 2024-05-13T13:04:44.944Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
459 | 2024-05-13T13:04:44.944Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
460 | 2024-05-13T13:04:44.945Z | + local DO_DOWNLOAD=true |
461 | 2024-05-13T13:04:44.945Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
462 | 2024-05-13T13:04:44.945Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
463 | 2024-05-13T13:04:44.945Z | + mkdir -p out/downloads |
464 | 2024-05-13T13:04:44.945Z | + '[' true == true ']' |
465 | 2024-05-13T13:04:44.945Z | + echo Downloading... |
466 | 2024-05-13T13:04:44.945Z | Downloading... |
467 | 2024-05-13T13:04:44.945Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
468 | 2024-05-13T13:04:44.945Z | + 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 |
469 | 2024-05-13T13:04:45.644Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
470 | 2024-05-13T13:04:45.644Z | ++ case "$OSTYPE" in |
471 | 2024-05-13T13:04:45.644Z | ++ SHA=sha256sum |
472 | 2024-05-13T13:04:45.669Z | ++ sha256sum |
473 | 2024-05-13T13:04:45.669Z | ++ awk '{print $1}' |
474 | 2024-05-13T13:04:45.669Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
475 | 2024-05-13T13:04:45.669Z | + [[ 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 ]] |
476 | 2024-05-13T13:04:45.669Z | + set -o errexit |
477 | 2024-05-13T13:04:45.669Z | +++ dirname ./tools/ci_download_dendrite_stub |
478 | 2024-05-13T13:04:45.669Z | ++ cd ./tools |
479 | 2024-05-13T13:04:45.696Z | ++ pwd |
480 | 2024-05-13T13:04:45.696Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
481 | 2024-05-13T13:04:45.696Z | ++ basename ./tools/ci_download_dendrite_stub |
482 | 2024-05-13T13:04:45.696Z | + ARG0=ci_download_dendrite_stub |
483 | 2024-05-13T13:04:45.696Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
484 | 2024-05-13T13:04:45.696Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
485 | 2024-05-13T13:04:45.697Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
486 | 2024-05-13T13:04:45.697Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
487 | 2024-05-13T13:04:45.697Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
488 | 2024-05-13T13:04:45.697Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
489 | 2024-05-13T13:04:45.697Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
490 | 2024-05-13T13:04:45.697Z | + TARGET_DIR=out |
491 | 2024-05-13T13:04:45.697Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-05-13T13:04:45.697Z | + DEST_DIR=./out/dendrite-stub |
493 | 2024-05-13T13:04:45.697Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
494 | 2024-05-13T13:04:45.697Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
495 | 2024-05-13T13:04:45.697Z | + REPO=oxidecomputer/dendrite |
496 | 2024-05-13T13:04:45.697Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
497 | 2024-05-13T13:04:45.697Z | + main |
498 | 2024-05-13T13:04:45.697Z | + [[ 0 != 0 ]] |
499 | 2024-05-13T13:04:45.697Z | + CIDL_OS=solaris2.11 |
500 | 2024-05-13T13:04:45.697Z | + [[ 0 != 0 ]] |
501 | 2024-05-13T13:04:45.697Z | + configure_os solaris2.11 |
502 | 2024-05-13T13:04:45.697Z | + echo 'current directory: /work/oxidecomputer/omicron' |
503 | 2024-05-13T13:04:45.697Z | + echo 'configuring based on OS: "solaris2.11"' |
504 | 2024-05-13T13:04:45.698Z | current directory: /work/oxidecomputer/omicron |
505 | 2024-05-13T13:04:45.698Z | configuring based on OS: "solaris2.11" |
506 | 2024-05-13T13:04:45.698Z | + case "$1" in |
507 | 2024-05-13T13:04:45.698Z | + SET_BINARIES= |
508 | 2024-05-13T13:04:45.698Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
509 | 2024-05-13T13:04:45.698Z | + CIDL_SHA256FUNC=do_sha256sum |
510 | 2024-05-13T13:04:45.698Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
511 | 2024-05-13T13:04:45.698Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
512 | 2024-05-13T13:04:45.698Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
513 | 2024-05-13T13:04:45.698Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
514 | 2024-05-13T13:04:45.698Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
515 | 2024-05-13T13:04:45.698Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
516 | 2024-05-13T13:04:45.698Z | Local file: out/downloads/dendrite-stub.tar.gz |
517 | 2024-05-13T13:04:45.698Z | + mkdir -p out/downloads |
518 | 2024-05-13T13:04:45.698Z | + mkdir -p ./out/dendrite-stub |
519 | 2024-05-13T13:04:45.698Z | + fetch_and_verify |
520 | 2024-05-13T13:04:45.698Z | + local DO_DOWNLOAD=true |
521 | 2024-05-13T13:04:45.698Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
522 | 2024-05-13T13:04:45.698Z | + '[' true == true ']' |
523 | 2024-05-13T13:04:45.698Z | + echo Downloading... |
524 | 2024-05-13T13:04:45.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
525 | 2024-05-13T13:04:45.698Z | Downloading... |
526 | 2024-05-13T13:04:45.699Z | + 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 |
527 | 2024-05-13T13:04:50.196Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
528 | 2024-05-13T13:04:50.220Z | ++ sha256sum |
529 | 2024-05-13T13:04:50.220Z | ++ awk '{print $1}' |
530 | 2024-05-13T13:04:50.271Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
531 | 2024-05-13T13:04:50.271Z | + [[ 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 ]] |
532 | 2024-05-13T13:04:50.271Z | + do_untar out/downloads/dendrite-stub.tar.gz |
533 | 2024-05-13T13:04:50.271Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
534 | 2024-05-13T13:04:51.056Z | + do_assemble |
535 | 2024-05-13T13:04:51.056Z | + rm -r ./out/dendrite-stub |
536 | 2024-05-13T13:04:51.080Z | + mkdir ./out/dendrite-stub |
537 | 2024-05-13T13:04:51.080Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
538 | 2024-05-13T13:04:51.233Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
539 | 2024-05-13T13:04:51.258Z | + set -o errexit |
540 | 2024-05-13T13:04:51.258Z | +++ dirname ./tools/ci_download_maghemite_mgd |
541 | 2024-05-13T13:04:51.258Z | ++ cd ./tools |
542 | 2024-05-13T13:04:51.258Z | ++ pwd |
543 | 2024-05-13T13:04:51.258Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
544 | 2024-05-13T13:04:51.258Z | ++ basename ./tools/ci_download_maghemite_mgd |
545 | 2024-05-13T13:04:51.258Z | + ARG0=ci_download_maghemite_mgd |
546 | 2024-05-13T13:04:51.258Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
547 | 2024-05-13T13:04:51.259Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
548 | 2024-05-13T13:04:51.259Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
549 | 2024-05-13T13:04:51.259Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
550 | 2024-05-13T13:04:51.259Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
551 | 2024-05-13T13:04:51.259Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
552 | 2024-05-13T13:04:51.259Z | + TARGET_DIR=out |
553 | 2024-05-13T13:04:51.259Z | + DOWNLOAD_DIR=out/downloads |
554 | 2024-05-13T13:04:51.259Z | + DEST_DIR=./out/mgd |
555 | 2024-05-13T13:04:51.259Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
556 | 2024-05-13T13:04:51.259Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
557 | 2024-05-13T13:04:51.259Z | + REPO=oxidecomputer/maghemite |
558 | 2024-05-13T13:04:51.259Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
559 | 2024-05-13T13:04:51.259Z | + main |
560 | 2024-05-13T13:04:51.259Z | + rm -rf out/downloads/root |
561 | 2024-05-13T13:04:51.284Z | + [[ 0 != 0 ]] |
562 | 2024-05-13T13:04:51.284Z | + CIDL_OS=solaris2.11 |
563 | 2024-05-13T13:04:51.284Z | + [[ 0 != 0 ]] |
564 | 2024-05-13T13:04:51.284Z | + configure_os solaris2.11 |
565 | 2024-05-13T13:04:51.284Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2024-05-13T13:04:51.284Z | current directory: /work/oxidecomputer/omicron |
567 | 2024-05-13T13:04:51.284Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2024-05-13T13:04:51.284Z | + case "$1" in |
569 | 2024-05-13T13:04:51.284Z | + SET_BINARIES= |
570 | 2024-05-13T13:04:51.284Z | configuring based on OS: "solaris2.11" |
571 | 2024-05-13T13:04:51.285Z | + CIDL_SHA256FUNC=do_sha256sum |
572 | 2024-05-13T13:04:51.285Z | + TARBALL_FILENAME=mgd.tar.gz |
573 | 2024-05-13T13:04:51.285Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
574 | 2024-05-13T13:04:51.285Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
575 | 2024-05-13T13:04:51.285Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
576 | 2024-05-13T13:04:51.285Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
577 | 2024-05-13T13:04:51.285Z | Local file: out/downloads/mgd.tar.gz |
578 | 2024-05-13T13:04:51.285Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
579 | 2024-05-13T13:04:51.285Z | + mkdir -p out/downloads |
580 | 2024-05-13T13:04:51.285Z | + mkdir -p ./out/mgd |
581 | 2024-05-13T13:04:51.285Z | + fetch_and_verify |
582 | 2024-05-13T13:04:51.285Z | + local DO_DOWNLOAD=true |
583 | 2024-05-13T13:04:51.285Z | + [[ -f out/downloads/mgd.tar.gz ]] |
584 | 2024-05-13T13:04:51.285Z | + '[' true == true ']' |
585 | 2024-05-13T13:04:51.285Z | + echo Downloading... |
586 | 2024-05-13T13:04:51.285Z | Downloading... |
587 | 2024-05-13T13:04:51.285Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
588 | 2024-05-13T13:04:51.285Z | + 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 |
589 | 2024-05-13T13:04:56.937Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
590 | 2024-05-13T13:04:56.961Z | ++ sha256sum |
591 | 2024-05-13T13:04:56.961Z | ++ awk '{print $1}' |
592 | 2024-05-13T13:04:56.986Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
593 | 2024-05-13T13:04:56.986Z | + [[ 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 ]] |
594 | 2024-05-13T13:04:56.986Z | + do_untar out/downloads/mgd.tar.gz |
595 | 2024-05-13T13:04:56.986Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
596 | 2024-05-13T13:04:57.739Z | + do_assemble |
597 | 2024-05-13T13:04:57.739Z | + rm -r ./out/mgd |
598 | 2024-05-13T13:04:57.764Z | + mkdir ./out/mgd |
599 | 2024-05-13T13:04:57.764Z | + cp -r out/downloads/root ./out/mgd/root |
600 | 2024-05-13T13:04:57.822Z | + set -o errexit |
601 | 2024-05-13T13:04:57.869Z | +++ dirname ./tools/ci_download_transceiver_control |
602 | 2024-05-13T13:04:57.869Z | ++ cd ./tools |
603 | 2024-05-13T13:04:57.869Z | ++ pwd |
604 | 2024-05-13T13:04:57.869Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
605 | 2024-05-13T13:04:57.869Z | ++ basename ./tools/ci_download_transceiver_control |
606 | 2024-05-13T13:04:57.869Z | + ARG0=ci_download_transceiver_control |
607 | 2024-05-13T13:04:57.869Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
608 | 2024-05-13T13:04:57.869Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
609 | 2024-05-13T13:04:57.869Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
610 | 2024-05-13T13:04:57.869Z | + TARGET_DIR=out |
611 | 2024-05-13T13:04:57.869Z | + DOWNLOAD_DIR=out/downloads |
612 | 2024-05-13T13:04:57.869Z | + DEST_DIR=./out/transceiver-control |
613 | 2024-05-13T13:04:57.869Z | + BIN_DIR=/opt/oxide/bin |
614 | 2024-05-13T13:04:57.869Z | + BINARY=xcvradm |
615 | 2024-05-13T13:04:57.869Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
616 | 2024-05-13T13:04:57.869Z | + REPO=oxidecomputer/transceiver-control |
617 | 2024-05-13T13:04:57.869Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
618 | 2024-05-13T13:04:57.869Z | + main |
619 | 2024-05-13T13:04:57.869Z | + [[ 0 != 0 ]] |
620 | 2024-05-13T13:04:57.869Z | + CIDL_OS=solaris2.11 |
621 | 2024-05-13T13:04:57.870Z | + [[ 0 != 0 ]] |
622 | 2024-05-13T13:04:57.870Z | + configure_os solaris2.11 |
623 | 2024-05-13T13:04:57.870Z | + echo 'current directory: /work/oxidecomputer/omicron' |
624 | 2024-05-13T13:04:57.870Z | + echo 'configuring based on OS: "solaris2.11"' |
625 | 2024-05-13T13:04:57.870Z | + case "$1" in |
626 | 2024-05-13T13:04:57.870Z | current directory: /work/oxidecomputer/omicron |
627 | 2024-05-13T13:04:57.870Z | + SET_BINARIES= |
628 | 2024-05-13T13:04:57.870Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2024-05-13T13:04:57.870Z | + CIDL_SHA256FUNC=do_sha256sum |
630 | 2024-05-13T13:04:57.870Z | + ARCHIVE_FILENAME=xcvradm.gz |
631 | 2024-05-13T13:04:57.870Z | configuring based on OS: "solaris2.11" |
632 | 2024-05-13T13:04:57.870Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
633 | 2024-05-13T13:04:57.870Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
634 | 2024-05-13T13:04:57.870Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
635 | 2024-05-13T13:04:57.870Z | + echo 'Local file: out/downloads/xcvradm.gz' |
636 | 2024-05-13T13:04:57.870Z | + mkdir -p out/downloads |
637 | 2024-05-13T13:04:57.870Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
638 | 2024-05-13T13:04:57.870Z | Local file: out/downloads/xcvradm.gz |
639 | 2024-05-13T13:04:57.870Z | + mkdir -p ./out/transceiver-control |
640 | 2024-05-13T13:04:57.870Z | + fetch_and_verify |
641 | 2024-05-13T13:04:57.870Z | + local DO_DOWNLOAD=true |
642 | 2024-05-13T13:04:57.870Z | + [[ -f out/downloads/xcvradm.gz ]] |
643 | 2024-05-13T13:04:57.871Z | + '[' true == true ']' |
644 | 2024-05-13T13:04:57.871Z | + echo Downloading... |
645 | 2024-05-13T13:04:57.871Z | Downloading... |
646 | 2024-05-13T13:04:57.871Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
647 | 2024-05-13T13:04:57.871Z | + 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 |
648 | 2024-05-13T13:04:58.662Z | ++ do_sha256sum out/downloads/xcvradm.gz |
649 | 2024-05-13T13:04:58.686Z | ++ sha256sum |
650 | 2024-05-13T13:04:58.687Z | ++ awk '{print $1}' |
651 | 2024-05-13T13:04:58.687Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-05-13T13:04:58.687Z | + [[ 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 ]] |
653 | 2024-05-13T13:04:58.687Z | + do_unpack out/downloads/xcvradm.gz |
654 | 2024-05-13T13:04:58.687Z | + mkdir -p out/downloads/root//opt/oxide/bin |
655 | 2024-05-13T13:04:58.687Z | + gzip -dc out/downloads/xcvradm.gz |
656 | 2024-05-13T13:04:58.823Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
657 | 2024-05-13T13:04:58.849Z | + do_assemble |
658 | 2024-05-13T13:04:58.849Z | + rm -r ./out/transceiver-control |
659 | 2024-05-13T13:04:58.849Z | + mkdir ./out/transceiver-control |
660 | 2024-05-13T13:04:58.849Z | + cp -r out/downloads/root ./out/transceiver-control/root |
661 | 2024-05-13T13:04:58.955Z | + set -o errexit |
662 | 2024-05-13T13:04:58.981Z | +++ dirname ./tools/ci_download_thundermuffin |
663 | 2024-05-13T13:04:58.981Z | ++ cd ./tools |
664 | 2024-05-13T13:04:58.981Z | ++ pwd |
665 | 2024-05-13T13:04:58.981Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
666 | 2024-05-13T13:04:58.981Z | ++ basename ./tools/ci_download_thundermuffin |
667 | 2024-05-13T13:04:58.981Z | + ARG0=ci_download_thundermuffin |
668 | 2024-05-13T13:04:58.981Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
669 | 2024-05-13T13:04:58.981Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
670 | 2024-05-13T13:04:58.981Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
671 | 2024-05-13T13:04:58.981Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
672 | 2024-05-13T13:04:58.981Z | + TARGET_DIR=out |
673 | 2024-05-13T13:04:58.981Z | + DOWNLOAD_DIR=out/downloads |
674 | 2024-05-13T13:04:58.981Z | + DEST_DIR=./out/thundermuffin |
675 | 2024-05-13T13:04:58.981Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
676 | 2024-05-13T13:04:58.981Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
677 | 2024-05-13T13:04:58.981Z | + REPO=oxidecomputer/thundermuffin |
678 | 2024-05-13T13:04:58.981Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
679 | 2024-05-13T13:04:58.981Z | + main |
680 | 2024-05-13T13:04:58.982Z | + rm -rf out/downloads/root |
681 | 2024-05-13T13:04:58.982Z | + [[ 0 != 0 ]] |
682 | 2024-05-13T13:04:58.982Z | + CIDL_OS=solaris2.11 |
683 | 2024-05-13T13:04:58.982Z | + [[ 0 != 0 ]] |
684 | 2024-05-13T13:04:58.982Z | + configure_os solaris2.11 |
685 | 2024-05-13T13:04:58.982Z | + echo 'current directory: /work/oxidecomputer/omicron' |
686 | 2024-05-13T13:04:58.982Z | current directory: /work/oxidecomputer/omicron |
687 | 2024-05-13T13:04:58.982Z | + echo 'configuring based on OS: "solaris2.11"' |
688 | 2024-05-13T13:04:58.982Z | configuring based on OS: "solaris2.11" |
689 | 2024-05-13T13:04:58.982Z | + case "$1" in |
690 | 2024-05-13T13:04:58.982Z | + SET_BINARIES= |
691 | 2024-05-13T13:04:58.982Z | + CIDL_SHA256FUNC=do_sha256sum |
692 | 2024-05-13T13:04:58.982Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
693 | 2024-05-13T13:04:58.982Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
694 | 2024-05-13T13:04:58.982Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
695 | 2024-05-13T13:04:58.982Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
696 | 2024-05-13T13:04:58.982Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
697 | 2024-05-13T13:04:58.982Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
698 | 2024-05-13T13:04:58.982Z | + mkdir -p out/downloads |
699 | 2024-05-13T13:04:58.982Z | Local file: out/downloads/thundermuffin.tar.gz |
700 | 2024-05-13T13:04:58.982Z | + mkdir -p ./out/thundermuffin |
701 | 2024-05-13T13:04:58.982Z | + fetch_and_verify |
702 | 2024-05-13T13:04:58.982Z | + local DO_DOWNLOAD=true |
703 | 2024-05-13T13:04:58.983Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
704 | 2024-05-13T13:04:58.983Z | + '[' true == true ']' |
705 | 2024-05-13T13:04:58.983Z | + echo Downloading... |
706 | 2024-05-13T13:04:58.983Z | Downloading... |
707 | 2024-05-13T13:04:58.983Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
708 | 2024-05-13T13:04:58.983Z | + 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 |
709 | 2024-05-13T13:05:01.853Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
710 | 2024-05-13T13:05:01.879Z | ++ sha256sum |
711 | 2024-05-13T13:05:01.879Z | ++ awk '{print $1}' |
712 | 2024-05-13T13:05:01.880Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
713 | 2024-05-13T13:05:01.880Z | + [[ 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 ]] |
714 | 2024-05-13T13:05:01.880Z | + do_untar out/downloads/thundermuffin.tar.gz |
715 | 2024-05-13T13:05:01.880Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
716 | 2024-05-13T13:05:01.939Z | + do_assemble |
717 | 2024-05-13T13:05:01.939Z | + rm -r ./out/thundermuffin |
718 | 2024-05-13T13:05:01.965Z | + mkdir ./out/thundermuffin |
719 | 2024-05-13T13:05:01.965Z | + cp -r out/downloads/root ./out/thundermuffin/root |
720 | 2024-05-13T13:05:01.990Z | All builder prerequisites installed successfully, and PATH looks valid |
721 | 2024-05-13T13:05:01.990Z | |
722 | 2024-05-13T13:05:01.990Z | real 1:49.094175867 |
723 | 2024-05-13T13:05:01.990Z | user 43.344410096 |
724 | 2024-05-13T13:05:01.990Z | sys 11.717604921 |
725 | 2024-05-13T13:05:01.990Z | trap 0.013022712 |
726 | 2024-05-13T13:05:01.990Z | tflt 0.011420738 |
727 | 2024-05-13T13:05:01.990Z | dflt 0.019257798 |
728 | 2024-05-13T13:05:01.991Z | kflt 0.005272143 |
729 | 2024-05-13T13:05:01.991Z | lock 1.379103250 |
730 | 2024-05-13T13:05:01.991Z | slp 3:31.302910759 |
731 | 2024-05-13T13:05:01.991Z | lat 4.775812900 |
732 | 2024-05-13T13:05:01.991Z | stop 0.068626711 |
733 | 2024-05-13T13:05:01.991Z | |
734 | 2024-05-13T13:05:01.991Z | #### # # ##### ##### # # |
735 | 2024-05-13T13:05:01.991Z | # # # # # # # # # # |
736 | 2024-05-13T13:05:01.991Z | # # # # # # # # |
737 | 2024-05-13T13:05:01.991Z | # # # ##### ##### # |
738 | 2024-05-13T13:05:01.991Z | # # # # # # # |
739 | 2024-05-13T13:05:01.991Z | #### ###### # # # # |
740 | 2024-05-13T13:05:01.991Z | |
741 | 2024-05-13T13:05:02.242Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
742 | 2024-05-13T13:05:02.744Z | Updating git repository `https://github.com/oxidecomputer/zone` |
743 | 2024-05-13T13:05:03.198Z | Updating crates.io index |
744 | 2024-05-13T13:05:03.250Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
745 | 2024-05-13T13:05:04.190Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
746 | 2024-05-13T13:05:05.067Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
747 | 2024-05-13T13:05:07.454Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
748 | 2024-05-13T13:05:07.935Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
749 | 2024-05-13T13:05:08.382Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
750 | 2024-05-13T13:05:09.616Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
751 | 2024-05-13T13:05:11.955Z | Updating git repository `https://github.com/oxidecomputer/opte` |
752 | 2024-05-13T13:05:13.221Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
753 | 2024-05-13T13:05:14.145Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
754 | 2024-05-13T13:05:14.632Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
755 | 2024-05-13T13:05:15.577Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
756 | 2024-05-13T13:05:16.003Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
757 | 2024-05-13T13:05:16.481Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
758 | 2024-05-13T13:05:17.008Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
759 | 2024-05-13T13:05:17.460Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
760 | 2024-05-13T13:05:17.994Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
761 | 2024-05-13T13:05:18.423Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
762 | 2024-05-13T13:05:19.873Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
763 | 2024-05-13T13:05:20.391Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
764 | 2024-05-13T13:05:20.911Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
765 | 2024-05-13T13:05:21.295Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
766 | 2024-05-13T13:05:22.128Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
767 | 2024-05-13T13:05:22.696Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
768 | 2024-05-13T13:05:23.163Z | Updating git repository `https://github.com/jgallagher/nix` |
769 | 2024-05-13T13:05:24.436Z | Updating git repository `https://github.com/cbiffle/hubpack` |
770 | 2024-05-13T13:05:24.931Z | Updating git repository `https://github.com/oxidecomputer/typify` |
771 | 2024-05-13T13:05:27.149Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
772 | 2024-05-13T13:05:27.723Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
773 | 2024-05-13T13:05:28.125Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
774 | 2024-05-13T13:05:28.823Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
775 | 2024-05-13T13:05:30.366Z | Downloading crates ... |
776 | 2024-05-13T13:05:30.434Z | Downloaded anstyle-parse v0.2.1 |
777 | 2024-05-13T13:05:30.462Z | Downloaded anstream v0.6.11 |
778 | 2024-05-13T13:05:30.462Z | Downloaded clap_derive v4.5.4 |
779 | 2024-05-13T13:05:30.462Z | Downloaded unicode-ident v1.0.12 |
780 | 2024-05-13T13:05:30.462Z | Downloaded heck v0.5.0 |
781 | 2024-05-13T13:05:30.462Z | Downloaded thiserror-impl v1.0.59 |
782 | 2024-05-13T13:05:30.462Z | Downloaded utf8parse v0.2.1 |
783 | 2024-05-13T13:05:30.462Z | Downloaded winnow v0.6.1 |
784 | 2024-05-13T13:05:30.488Z | Downloaded toml_datetime v0.6.5 |
785 | 2024-05-13T13:05:30.488Z | Downloaded toml v0.8.12 |
786 | 2024-05-13T13:05:30.488Z | Downloaded toml_edit v0.22.12 |
787 | 2024-05-13T13:05:30.514Z | Downloaded syn v2.0.60 |
788 | 2024-05-13T13:05:30.538Z | Downloaded libc v0.2.153 |
789 | 2024-05-13T13:05:30.562Z | Downloaded strsim v0.11.0 |
790 | 2024-05-13T13:05:30.562Z | Downloaded ryu v1.0.15 |
791 | 2024-05-13T13:05:30.563Z | Downloaded rustix v0.38.31 |
792 | 2024-05-13T13:05:30.587Z | Downloaded memchr v2.7.1 |
793 | 2024-05-13T13:05:30.587Z | Downloaded hashbrown v0.14.3 |
794 | 2024-05-13T13:05:30.612Z | Downloaded swrite v0.1.0 |
795 | 2024-05-13T13:05:30.612Z | Downloaded serde_json v1.0.116 |
796 | 2024-05-13T13:05:30.612Z | Downloaded clap_lex v0.7.0 |
797 | 2024-05-13T13:05:30.612Z | Downloaded thiserror v1.0.59 |
798 | 2024-05-13T13:05:30.612Z | Downloaded terminal_size v0.3.0 |
799 | 2024-05-13T13:05:30.612Z | Downloaded serde_derive v1.0.201 |
800 | 2024-05-13T13:05:30.638Z | Downloaded serde v1.0.201 |
801 | 2024-05-13T13:05:30.638Z | Downloaded quote v1.0.36 |
802 | 2024-05-13T13:05:30.638Z | Downloaded equivalent v1.0.1 |
803 | 2024-05-13T13:05:30.638Z | Downloaded clap_builder v4.5.2 |
804 | 2024-05-13T13:05:30.638Z | Downloaded serde_spanned v0.6.5 |
805 | 2024-05-13T13:05:30.638Z | Downloaded semver v1.0.22 |
806 | 2024-05-13T13:05:30.638Z | Downloaded proc-macro2 v1.0.81 |
807 | 2024-05-13T13:05:30.638Z | Downloaded macaddr v1.0.1 |
808 | 2024-05-13T13:05:30.638Z | Downloaded itoa v1.0.9 |
809 | 2024-05-13T13:05:30.665Z | Downloaded indexmap v2.2.6 |
810 | 2024-05-13T13:05:30.665Z | Downloaded fs-err v2.11.0 |
811 | 2024-05-13T13:05:30.665Z | Downloaded errno v0.3.8 |
812 | 2024-05-13T13:05:30.665Z | Downloaded colorchoice v1.0.0 |
813 | 2024-05-13T13:05:30.665Z | Downloaded clap v4.5.4 |
814 | 2024-05-13T13:05:30.666Z | Downloaded cargo-platform v0.1.3 |
815 | 2024-05-13T13:05:30.666Z | Downloaded bitflags v2.4.2 |
816 | 2024-05-13T13:05:30.690Z | Downloaded anyhow v1.0.82 |
817 | 2024-05-13T13:05:30.690Z | Downloaded anstyle-query v1.0.0 |
818 | 2024-05-13T13:05:30.690Z | Downloaded cargo_toml v0.20.2 |
819 | 2024-05-13T13:05:30.691Z | Downloaded cargo_metadata v0.18.1 |
820 | 2024-05-13T13:05:30.691Z | Downloaded camino v1.1.6 |
821 | 2024-05-13T13:05:30.691Z | Downloaded autocfg v1.1.0 |
822 | 2024-05-13T13:05:30.691Z | Downloaded anstyle v1.0.7 |
823 | 2024-05-13T13:05:30.783Z | Compiling proc-macro2 v1.0.81 |
824 | 2024-05-13T13:05:30.783Z | Compiling unicode-ident v1.0.12 |
825 | 2024-05-13T13:05:30.810Z | Compiling serde v1.0.201 |
826 | 2024-05-13T13:05:30.810Z | Compiling libc v0.2.153 |
827 | 2024-05-13T13:05:30.810Z | Compiling rustix v0.38.31 |
828 | 2024-05-13T13:05:30.810Z | Compiling hashbrown v0.14.3 |
829 | 2024-05-13T13:05:30.810Z | Compiling bitflags v2.4.2 |
830 | 2024-05-13T13:05:30.810Z | Compiling equivalent v1.0.1 |
831 | 2024-05-13T13:05:31.021Z | Compiling utf8parse v0.2.1 |
832 | 2024-05-13T13:05:31.067Z | Compiling autocfg v1.1.0 |
833 | 2024-05-13T13:05:31.178Z | Compiling anstyle-parse v0.2.1 |
834 | 2024-05-13T13:05:31.303Z | Compiling anstyle v1.0.7 |
835 | 2024-05-13T13:05:31.470Z | Compiling colorchoice v1.0.0 |
836 | 2024-05-13T13:05:31.499Z | Compiling serde_json v1.0.116 |
837 | 2024-05-13T13:05:31.608Z | Compiling winnow v0.6.1 |
838 | 2024-05-13T13:05:31.651Z | Compiling anstyle-query v1.0.0 |
839 | 2024-05-13T13:05:31.695Z | Compiling camino v1.1.6 |
840 | 2024-05-13T13:05:31.769Z | Compiling thiserror v1.0.59 |
841 | 2024-05-13T13:05:31.793Z | Compiling semver v1.0.22 |
842 | 2024-05-13T13:05:31.847Z | Compiling fs-err v2.11.0 |
843 | 2024-05-13T13:05:32.015Z | Compiling indexmap v2.2.6 |
844 | 2024-05-13T13:05:32.122Z | Compiling anstream v0.6.11 |
845 | 2024-05-13T13:05:32.198Z | Compiling quote v1.0.36 |
846 | 2024-05-13T13:05:32.358Z | Compiling clap_lex v0.7.0 |
847 | 2024-05-13T13:05:32.382Z | Compiling itoa v1.0.9 |
848 | 2024-05-13T13:05:32.639Z | Compiling syn v2.0.60 |
849 | 2024-05-13T13:05:32.828Z | Compiling errno v0.3.8 |
850 | 2024-05-13T13:05:32.882Z | Compiling ryu v1.0.15 |
851 | 2024-05-13T13:05:32.907Z | Compiling heck v0.5.0 |
852 | 2024-05-13T13:05:32.931Z | Compiling anyhow v1.0.82 |
853 | 2024-05-13T13:05:33.096Z | Compiling strsim v0.11.0 |
854 | 2024-05-13T13:05:33.202Z | Compiling swrite v0.1.0 |
855 | 2024-05-13T13:05:33.852Z | Compiling terminal_size v0.3.0 |
856 | 2024-05-13T13:05:34.018Z | Compiling clap_builder v4.5.2 |
857 | 2024-05-13T13:05:38.595Z | Compiling serde_derive v1.0.201 |
858 | 2024-05-13T13:05:38.596Z | Compiling thiserror-impl v1.0.59 |
859 | 2024-05-13T13:05:38.620Z | Compiling clap_derive v4.5.4 |
860 | 2024-05-13T13:05:41.320Z | Compiling clap v4.5.4 |
861 | 2024-05-13T13:05:47.552Z | Compiling toml_datetime v0.6.5 |
862 | 2024-05-13T13:05:47.552Z | Compiling serde_spanned v0.6.5 |
863 | 2024-05-13T13:05:47.577Z | Compiling cargo-platform v0.1.3 |
864 | 2024-05-13T13:05:47.577Z | Compiling macaddr v1.0.1 |
865 | 2024-05-13T13:05:47.783Z | Compiling toml_edit v0.22.12 |
866 | 2024-05-13T13:05:48.881Z | Compiling cargo_metadata v0.18.1 |
867 | 2024-05-13T13:05:49.970Z | Compiling toml v0.8.12 |
868 | 2024-05-13T13:05:50.589Z | Compiling cargo_toml v0.20.2 |
869 | 2024-05-13T13:05:54.573Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
870 | 2024-05-13T13:05:57.587Z | Finished dev [unoptimized + debuginfo] target(s) in 55.55s |
871 | 2024-05-13T13:05:57.779Z | Running `target/debug/xtask clippy` |
872 | 2024-05-13T13:05:57.835Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
873 | 2024-05-13T13:05:58.582Z | Downloading crates ... |
874 | 2024-05-13T13:05:58.675Z | Downloaded aead v0.5.2 |
875 | 2024-05-13T13:05:58.700Z | Downloaded argon2 v0.5.3 |
876 | 2024-05-13T13:05:58.826Z | Downloaded ref-cast-impl v1.0.22 |
877 | 2024-05-13T13:05:58.878Z | Downloaded tiny-keccak v2.0.2 |
878 | 2024-05-13T13:05:58.904Z | Downloaded usdt-macro v0.5.0 |
879 | 2024-05-13T13:05:58.928Z | Downloaded darling_macro v0.20.8 |
880 | 2024-05-13T13:05:58.928Z | Downloaded defmt-macros v0.3.6 |
881 | 2024-05-13T13:05:58.952Z | Downloaded dtrace-parser v0.1.14 |
882 | 2024-05-13T13:05:58.977Z | Downloaded foreign-types-shared v0.1.1 |
883 | 2024-05-13T13:05:58.977Z | Downloaded x509-cert v0.2.4 |
884 | 2024-05-13T13:05:58.977Z | Downloaded guppy-workspace-hack v0.1.0 |
885 | 2024-05-13T13:05:59.003Z | Downloaded futures-channel v0.3.30 |
886 | 2024-05-13T13:05:59.003Z | Downloaded number_prefix v0.4.0 |
887 | 2024-05-13T13:05:59.003Z | Downloaded opaque-debug v0.3.0 |
888 | 2024-05-13T13:05:59.003Z | Downloaded peg-runtime v0.8.3 |
889 | 2024-05-13T13:05:59.003Z | Downloaded parse-size v1.0.0 |
890 | 2024-05-13T13:05:59.003Z | Downloaded peg v0.8.3 |
891 | 2024-05-13T13:05:59.027Z | Downloaded percent-encoding v2.3.1 |
892 | 2024-05-13T13:05:59.027Z | Downloaded pest_meta v2.7.6 |
893 | 2024-05-13T13:05:59.027Z | Downloaded heapless v0.7.16 |
894 | 2024-05-13T13:05:59.027Z | Downloaded once_cell v1.19.0 |
895 | 2024-05-13T13:05:59.027Z | Downloaded petgraph v0.6.4 |
896 | 2024-05-13T13:05:59.052Z | Downloaded parking_lot v0.11.2 |
897 | 2024-05-13T13:05:59.079Z | Downloaded papergrid v0.11.0 |
898 | 2024-05-13T13:05:59.079Z | Downloaded owo-colors v4.0.0 |
899 | 2024-05-13T13:05:59.079Z | Downloaded reqwest v0.11.27 |
900 | 2024-05-13T13:05:59.104Z | Downloaded h2 v0.3.26 |
901 | 2024-05-13T13:05:59.104Z | Downloaded guppy v0.17.5 |
902 | 2024-05-13T13:05:59.104Z | Downloaded gimli v0.28.0 |
903 | 2024-05-13T13:05:59.129Z | Downloaded openssl v0.10.64 |
904 | 2024-05-13T13:05:59.153Z | Downloaded openapiv3 v2.0.0 |
905 | 2024-05-13T13:05:59.177Z | Downloaded csv v1.3.0 |
906 | 2024-05-13T13:05:59.202Z | Downloaded tokio v1.37.0 |
907 | 2024-05-13T13:05:59.234Z | Downloaded encoding_rs v0.8.33 |
908 | 2024-05-13T13:05:59.262Z | Downloaded ratatui v0.26.2 |
909 | 2024-05-13T13:05:59.287Z | Downloaded zerocopy-derive v0.6.6 |
910 | 2024-05-13T13:05:59.311Z | Downloaded zerocopy-derive v0.2.0 |
911 | 2024-05-13T13:05:59.339Z | Downloaded object v0.32.1 |
912 | 2024-05-13T13:05:59.339Z | Downloaded rustls v0.22.4 |
913 | 2024-05-13T13:05:59.363Z | Downloaded regress v0.9.1 |
914 | 2024-05-13T13:05:59.363Z | Downloaded ring v0.17.8 |
915 | 2024-05-13T13:05:59.447Z | Downloaded ring v0.16.20 |
916 | 2024-05-13T13:05:59.549Z | Downloaded rustls v0.21.9 |
917 | 2024-05-13T13:05:59.574Z | Downloaded radix_trie v0.2.1 |
918 | 2024-05-13T13:05:59.574Z | Downloaded curve25519-dalek v4.1.2 |
919 | 2024-05-13T13:05:59.599Z | Downloaded goblin v0.8.0 |
920 | 2024-05-13T13:05:59.599Z | Downloaded futures-util v0.3.30 |
921 | 2024-05-13T13:05:59.623Z | Downloaded rustls-webpki v0.102.1 |
922 | 2024-05-13T13:05:59.648Z | Downloaded rustls-webpki v0.101.7 |
923 | 2024-05-13T13:05:59.648Z | Downloaded rayon v1.10.0 |
924 | 2024-05-13T13:05:59.672Z | Downloaded trust-dns-proto v0.22.0 |
925 | 2024-05-13T13:05:59.672Z | Downloaded oso v0.27.3 |
926 | 2024-05-13T13:05:59.672Z | Downloaded openssl-sys v0.9.102 |
927 | 2024-05-13T13:05:59.697Z | Downloaded omicron-zone-package v0.11.0 |
928 | 2024-05-13T13:05:59.697Z | Downloaded object v0.30.4 |
929 | 2024-05-13T13:05:59.697Z | Downloaded fancy-regex v0.13.0 |
930 | 2024-05-13T13:05:59.697Z | Downloaded expectorate v1.1.0 |
931 | 2024-05-13T13:05:59.721Z | Downloaded diesel v2.1.6 |
932 | 2024-05-13T13:05:59.745Z | Downloaded zerocopy v0.7.32 |
933 | 2024-05-13T13:05:59.745Z | Downloaded pest v2.7.6 |
934 | 2024-05-13T13:05:59.770Z | Downloaded polar-core v0.27.3 |
935 | 2024-05-13T13:05:59.770Z | Downloaded sha3 v0.10.8 |
936 | 2024-05-13T13:05:59.770Z | Downloaded hashbrown v0.12.3 |
937 | 2024-05-13T13:05:59.770Z | Downloaded fatfs v0.3.6 |
938 | 2024-05-13T13:05:59.794Z | Downloaded elliptic-curve v0.13.8 |
939 | 2024-05-13T13:05:59.794Z | Downloaded der v0.7.8 |
940 | 2024-05-13T13:05:59.794Z | Downloaded rsa v0.9.2 |
941 | 2024-05-13T13:05:59.794Z | Downloaded rayon-core v1.12.1 |
942 | 2024-05-13T13:05:59.795Z | Downloaded hashbrown v0.13.2 |
943 | 2024-05-13T13:05:59.820Z | Downloaded pest_generator v2.7.6 |
944 | 2024-05-13T13:05:59.820Z | Downloaded pest_derive v2.7.6 |
945 | 2024-05-13T13:05:59.821Z | Downloaded pem-rfc7468 v0.7.0 |
946 | 2024-05-13T13:05:59.821Z | Downloaded peg-macros v0.8.3 |
947 | 2024-05-13T13:05:59.821Z | Downloaded password-hash v0.5.0 |
948 | 2024-05-13T13:05:59.821Z | Downloaded partial-io v0.5.4 |
949 | 2024-05-13T13:05:59.821Z | Downloaded parking_lot v0.12.1 |
950 | 2024-05-13T13:05:59.821Z | Downloaded packed_struct_codegen v0.10.1 |
951 | 2024-05-13T13:05:59.821Z | Downloaded packed_struct v0.10.1 |
952 | 2024-05-13T13:05:59.821Z | Downloaded heapless v0.8.0 |
953 | 2024-05-13T13:05:59.845Z | Downloaded rstest_macros v0.19.0 |
954 | 2024-05-13T13:05:59.845Z | Downloaded ron v0.8.1 |
955 | 2024-05-13T13:05:59.846Z | Downloaded proptest v1.4.0 |
956 | 2024-05-13T13:05:59.846Z | Downloaded pem v3.0.4 |
957 | 2024-05-13T13:05:59.846Z | Downloaded paste v1.0.14 |
958 | 2024-05-13T13:05:59.870Z | Downloaded parse-display-derive v0.9.0 |
959 | 2024-05-13T13:05:59.870Z | Downloaded parking_lot_core v0.9.8 |
960 | 2024-05-13T13:05:59.871Z | Downloaded parking_lot_core v0.8.6 |
961 | 2024-05-13T13:05:59.871Z | Downloaded oso-derive v0.27.3 |
962 | 2024-05-13T13:05:59.871Z | Downloaded oorandom v11.1.3 |
963 | 2024-05-13T13:05:59.871Z | Downloaded num-traits v0.2.18 |
964 | 2024-05-13T13:05:59.871Z | Downloaded headers v0.3.9 |
965 | 2024-05-13T13:05:59.871Z | Downloaded half v2.3.1 |
966 | 2024-05-13T13:05:59.871Z | Downloaded getrandom v0.2.12 |
967 | 2024-05-13T13:05:59.898Z | Downloaded getopts v0.2.21 |
968 | 2024-05-13T13:05:59.898Z | Downloaded rand v0.8.5 |
969 | 2024-05-13T13:05:59.898Z | Downloaded quick-xml v0.31.0 |
970 | 2024-05-13T13:05:59.898Z | Downloaded parse-display v0.9.0 |
971 | 2024-05-13T13:05:59.899Z | Downloaded olpc-cjson v0.1.3 |
972 | 2024-05-13T13:05:59.899Z | Downloaded winnow v0.5.15 |
973 | 2024-05-13T13:05:59.923Z | Downloaded ron v0.7.1 |
974 | 2024-05-13T13:05:59.923Z | Downloaded smoltcp v0.11.0 |
975 | 2024-05-13T13:05:59.923Z | Downloaded peeking_take_while v0.1.2 |
976 | 2024-05-13T13:05:59.923Z | Downloaded pathdiff v0.2.1 |
977 | 2024-05-13T13:05:59.923Z | Downloaded path-slash v0.1.5 |
978 | 2024-05-13T13:05:59.948Z | Downloaded openssl-probe v0.1.5 |
979 | 2024-05-13T13:05:59.948Z | Downloaded openssl-macros v0.1.1 |
980 | 2024-05-13T13:05:59.948Z | Downloaded num_enum v0.5.11 |
981 | 2024-05-13T13:05:59.948Z | Downloaded num-rational v0.4.1 |
982 | 2024-05-13T13:05:59.948Z | Downloaded num-integer v0.1.46 |
983 | 2024-05-13T13:05:59.948Z | Downloaded num-derive v0.4.0 |
984 | 2024-05-13T13:05:59.948Z | Downloaded heck v0.3.3 |
985 | 2024-05-13T13:05:59.948Z | Downloaded num_enum_derive v0.5.11 |
986 | 2024-05-13T13:05:59.948Z | Downloaded num_cpus v1.16.0 |
987 | 2024-05-13T13:05:59.948Z | Downloaded num-iter v0.1.44 |
988 | 2024-05-13T13:05:59.948Z | Downloaded hash32 v0.3.1 |
989 | 2024-05-13T13:05:59.948Z | Downloaded hash32 v0.2.1 |
990 | 2024-05-13T13:05:59.948Z | Downloaded erased-serde v0.3.31 |
991 | 2024-05-13T13:05:59.973Z | Downloaded env_logger v0.9.3 |
992 | 2024-05-13T13:05:59.973Z | Downloaded derive-where v1.2.7 |
993 | 2024-05-13T13:05:59.973Z | Downloaded plotters v0.3.5 |
994 | 2024-05-13T13:05:59.973Z | Downloaded webpki-roots v0.25.2 |
995 | 2024-05-13T13:05:59.973Z | Downloaded smoltcp v0.9.1 |
996 | 2024-05-13T13:05:59.998Z | Downloaded num_threads v0.1.6 |
997 | 2024-05-13T13:05:59.998Z | Downloaded group v0.13.0 |
998 | 2024-05-13T13:05:59.998Z | Downloaded globset v0.4.13 |
999 | 2024-05-13T13:05:59.998Z | Downloaded glob v0.3.1 |
1000 | 2024-05-13T13:05:59.998Z | Downloaded gethostname v0.4.3 |
1001 | 2024-05-13T13:05:59.998Z | Downloaded generic-array v0.14.7 |
1002 | 2024-05-13T13:05:59.998Z | Downloaded futures v0.3.30 |
1003 | 2024-05-13T13:06:00.023Z | Downloaded flume v0.11.0 |
1004 | 2024-05-13T13:06:00.023Z | Downloaded flate2 v1.0.28 |
1005 | 2024-05-13T13:06:00.023Z | Downloaded ff v0.13.0 |
1006 | 2024-05-13T13:06:00.023Z | Downloaded fallible-iterator v0.2.0 |
1007 | 2024-05-13T13:06:00.023Z | Downloaded env_logger v0.10.0 |
1008 | 2024-05-13T13:06:00.023Z | Downloaded rstest v0.19.0 |
1009 | 2024-05-13T13:06:00.049Z | Downloaded portable-atomic v1.4.3 |
1010 | 2024-05-13T13:06:00.049Z | Downloaded vcpkg v0.2.15 |
1011 | 2024-05-13T13:06:00.081Z | Downloaded fragile v2.0.0 |
1012 | 2024-05-13T13:06:00.106Z | Downloaded fd-lock v4.0.2 |
1013 | 2024-05-13T13:06:00.106Z | Downloaded fastrand v2.0.1 |
1014 | 2024-05-13T13:06:00.106Z | Downloaded diesel_derives v2.1.2 |
1015 | 2024-05-13T13:06:00.106Z | Downloaded derive_more v0.99.17 |
1016 | 2024-05-13T13:06:00.106Z | Downloaded rustls-pemfile v2.1.2 |
1017 | 2024-05-13T13:06:00.106Z | Downloaded rustls-pemfile v1.0.3 |
1018 | 2024-05-13T13:06:00.106Z | Downloaded publicsuffix v2.2.3 |
1019 | 2024-05-13T13:06:00.106Z | Downloaded fxhash v0.2.1 |
1020 | 2024-05-13T13:06:00.132Z | Downloaded futures-timer v3.0.2 |
1021 | 2024-05-13T13:06:00.132Z | Downloaded futures-task v0.3.30 |
1022 | 2024-05-13T13:06:00.132Z | Downloaded futures-sink v0.3.30 |
1023 | 2024-05-13T13:06:00.132Z | Downloaded futures-macro v0.3.30 |
1024 | 2024-05-13T13:06:00.132Z | Downloaded futures-io v0.3.30 |
1025 | 2024-05-13T13:06:00.132Z | Downloaded futures-executor v0.3.30 |
1026 | 2024-05-13T13:06:00.132Z | Downloaded futures-core v0.3.30 |
1027 | 2024-05-13T13:06:00.132Z | Downloaded funty v2.0.0 |
1028 | 2024-05-13T13:06:00.132Z | Downloaded form_urlencoded v1.2.1 |
1029 | 2024-05-13T13:06:00.132Z | Downloaded foreign-types-shared v0.3.1 |
1030 | 2024-05-13T13:06:00.132Z | Downloaded foreign-types-macros v0.2.3 |
1031 | 2024-05-13T13:06:00.132Z | Downloaded foreign-types v0.5.0 |
1032 | 2024-05-13T13:06:00.132Z | Downloaded foreign-types v0.3.2 |
1033 | 2024-05-13T13:06:00.132Z | Downloaded fnv v1.0.7 |
1034 | 2024-05-13T13:06:00.132Z | Downloaded float-cmp v0.9.0 |
1035 | 2024-05-13T13:06:00.132Z | Downloaded flagset v0.4.3 |
1036 | 2024-05-13T13:06:00.132Z | Downloaded fixedbitset v0.4.2 |
1037 | 2024-05-13T13:06:00.132Z | Downloaded filetime v0.2.23 |
1038 | 2024-05-13T13:06:00.132Z | Downloaded enum-as-inner v0.5.1 |
1039 | 2024-05-13T13:06:00.132Z | Downloaded ena v0.14.2 |
1040 | 2024-05-13T13:06:00.157Z | Downloaded embedded-io v0.4.0 |
1041 | 2024-05-13T13:06:00.158Z | Downloaded either v1.11.0 |
1042 | 2024-05-13T13:06:00.158Z | Downloaded ed25519 v1.5.3 |
1043 | 2024-05-13T13:06:00.158Z | Downloaded dyn-clone v1.0.17 |
1044 | 2024-05-13T13:06:00.158Z | Downloaded diff v0.1.13 |
1045 | 2024-05-13T13:06:00.158Z | Downloaded derive_builder_core v0.20.0 |
1046 | 2024-05-13T13:06:00.158Z | Downloaded derive_builder v0.20.0 |
1047 | 2024-05-13T13:06:00.158Z | Downloaded deranged v0.3.11 |
1048 | 2024-05-13T13:06:00.158Z | Downloaded der_derive v0.7.2 |
1049 | 2024-05-13T13:06:00.158Z | Downloaded rust-argon2 v2.1.0 |
1050 | 2024-05-13T13:06:00.183Z | Downloaded r2d2 v0.8.10 |
1051 | 2024-05-13T13:06:00.183Z | Downloaded prettyplease v0.2.19 |
1052 | 2024-05-13T13:06:00.183Z | Downloaded pretty_assertions v1.4.0 |
1053 | 2024-05-13T13:06:00.183Z | Downloaded postcard v1.0.8 |
1054 | 2024-05-13T13:06:00.183Z | Downloaded escape8259 v0.5.2 |
1055 | 2024-05-13T13:06:00.184Z | Downloaded endian-type v0.1.2 |
1056 | 2024-05-13T13:06:00.184Z | Downloaded dtrace-parser v0.2.0 |
1057 | 2024-05-13T13:06:00.184Z | Downloaded downcast v0.11.0 |
1058 | 2024-05-13T13:06:00.184Z | Downloaded dof v0.3.0 |
1059 | 2024-05-13T13:06:00.184Z | Downloaded dof v0.1.5 |
1060 | 2024-05-13T13:06:00.184Z | Downloaded doc-comment v0.3.3 |
1061 | 2024-05-13T13:06:00.184Z | Downloaded display-error-chain v0.2.0 |
1062 | 2024-05-13T13:06:00.184Z | Downloaded dirs-sys-next v0.1.2 |
1063 | 2024-05-13T13:06:00.184Z | Downloaded dirs-next v2.0.0 |
1064 | 2024-05-13T13:06:00.184Z | Downloaded digest v0.10.7 |
1065 | 2024-05-13T13:06:00.184Z | Downloaded difflib v0.4.0 |
1066 | 2024-05-13T13:06:00.212Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1067 | 2024-05-13T13:06:00.212Z | Downloaded derive_builder_macro v0.20.0 |
1068 | 2024-05-13T13:06:00.212Z | Downloaded rustls-pki-types v1.3.0 |
1069 | 2024-05-13T13:06:00.212Z | Downloaded rustls-native-certs v0.7.0 |
1070 | 2024-05-13T13:06:00.212Z | Downloaded rustc-demangle v0.1.23 |
1071 | 2024-05-13T13:06:00.212Z | Downloaded rtoolbox v0.0.1 |
1072 | 2024-05-13T13:06:00.212Z | Downloaded rpassword v7.3.1 |
1073 | 2024-05-13T13:06:00.212Z | Downloaded resolv-conf v0.7.0 |
1074 | 2024-05-13T13:06:00.212Z | Downloaded relative-path v1.9.0 |
1075 | 2024-05-13T13:06:00.212Z | Downloaded quick-error v1.2.3 |
1076 | 2024-05-13T13:06:00.212Z | Downloaded psl-types v2.0.11 |
1077 | 2024-05-13T13:06:00.212Z | Downloaded proc-macro-error v1.0.4 |
1078 | 2024-05-13T13:06:00.212Z | Downloaded proc-macro-crate v1.3.1 |
1079 | 2024-05-13T13:06:00.213Z | Downloaded predicates-core v1.0.6 |
1080 | 2024-05-13T13:06:00.213Z | Downloaded predicates v3.1.0 |
1081 | 2024-05-13T13:06:00.267Z | Downloaded ppv-lite86 v0.2.17 |
1082 | 2024-05-13T13:06:00.267Z | Downloaded powerfmt v0.2.0 |
1083 | 2024-05-13T13:06:00.267Z | Downloaded postgres-types v0.2.6 |
1084 | 2024-05-13T13:06:00.267Z | Downloaded postgres-protocol v0.6.6 |
1085 | 2024-05-13T13:06:00.267Z | Downloaded portpicker v0.1.1 |
1086 | 2024-05-13T13:06:00.267Z | Downloaded poly1305 v0.8.0 |
1087 | 2024-05-13T13:06:00.267Z | Downloaded plotters-svg v0.3.5 |
1088 | 2024-05-13T13:06:00.267Z | Downloaded plotters-backend v0.3.5 |
1089 | 2024-05-13T13:06:00.267Z | Downloaded platforms v3.0.2 |
1090 | 2024-05-13T13:06:00.267Z | Downloaded plain v0.2.3 |
1091 | 2024-05-13T13:06:00.267Z | Downloaded pkg-config v0.3.27 |
1092 | 2024-05-13T13:06:00.267Z | Downloaded pkcs8 v0.10.2 |
1093 | 2024-05-13T13:06:00.267Z | Downloaded pkcs1 v0.7.5 |
1094 | 2024-05-13T13:06:00.267Z | Downloaded pin-utils v0.1.0 |
1095 | 2024-05-13T13:06:00.293Z | Downloaded pin-project-lite v0.2.13 |
1096 | 2024-05-13T13:06:00.293Z | Downloaded pin-project-internal v1.1.3 |
1097 | 2024-05-13T13:06:00.293Z | Downloaded pin-project v1.1.3 |
1098 | 2024-05-13T13:06:00.293Z | Downloaded darling_core v0.20.8 |
1099 | 2024-05-13T13:06:00.293Z | Downloaded zip v0.6.6 |
1100 | 2024-05-13T13:06:00.293Z | Downloaded unicode-normalization v0.1.22 |
1101 | 2024-05-13T13:06:00.293Z | Downloaded tough v0.17.1 |
1102 | 2024-05-13T13:06:00.293Z | Downloaded sqlparser v0.45.0 |
1103 | 2024-05-13T13:06:00.293Z | Downloaded sled v0.34.7 |
1104 | 2024-05-13T13:06:00.318Z | Downloaded serde_with v3.7.0 |
1105 | 2024-05-13T13:06:00.318Z | Downloaded rustfmt-wrapper v0.2.1 |
1106 | 2024-05-13T13:06:00.318Z | Downloaded rustc_version v0.4.0 |
1107 | 2024-05-13T13:06:00.318Z | Downloaded rustc_version v0.1.7 |
1108 | 2024-05-13T13:06:00.318Z | Downloaded rustc-hash v1.1.0 |
1109 | 2024-05-13T13:06:00.318Z | Downloaded rand_xorshift v0.3.0 |
1110 | 2024-05-13T13:06:00.318Z | Downloaded rand_seeder v0.2.3 |
1111 | 2024-05-13T13:06:00.318Z | Downloaded rand_core v0.6.4 |
1112 | 2024-05-13T13:06:00.343Z | Downloaded rand_chacha v0.3.1 |
1113 | 2024-05-13T13:06:00.343Z | Downloaded radium v0.7.0 |
1114 | 2024-05-13T13:06:00.344Z | Downloaded proc-macro-error-attr v1.0.4 |
1115 | 2024-05-13T13:06:00.344Z | Downloaded pretty-hex v0.4.1 |
1116 | 2024-05-13T13:06:00.344Z | Downloaded pretty-hex v0.2.1 |
1117 | 2024-05-13T13:06:00.344Z | Downloaded predicates-tree v1.0.9 |
1118 | 2024-05-13T13:06:00.344Z | Downloaded precomputed-hash v0.1.1 |
1119 | 2024-05-13T13:06:00.344Z | Downloaded phf_shared v0.11.2 |
1120 | 2024-05-13T13:06:00.344Z | Downloaded phf_shared v0.10.0 |
1121 | 2024-05-13T13:06:00.344Z | Downloaded phf v0.11.2 |
1122 | 2024-05-13T13:06:00.344Z | Downloaded defmt-parser v0.3.3 |
1123 | 2024-05-13T13:06:00.344Z | Downloaded darling v0.20.8 |
1124 | 2024-05-13T13:06:00.344Z | Downloaded csv-core v0.1.11 |
1125 | 2024-05-13T13:06:00.344Z | Downloaded zerocopy-derive v0.7.32 |
1126 | 2024-05-13T13:06:00.344Z | Downloaded zerocopy v0.6.6 |
1127 | 2024-05-13T13:06:00.369Z | Downloaded whoami v1.5.1 |
1128 | 2024-05-13T13:06:00.370Z | Downloaded walkdir v2.5.0 |
1129 | 2024-05-13T13:06:00.370Z | Downloaded vte v0.11.1 |
1130 | 2024-05-13T13:06:00.370Z | Downloaded vsss-rs v3.3.4 |
1131 | 2024-05-13T13:06:00.370Z | Downloaded uuid v1.8.0 |
1132 | 2024-05-13T13:06:00.370Z | Downloaded unicode_categories v0.1.1 |
1133 | 2024-05-13T13:06:00.370Z | Downloaded unicode-segmentation v1.10.1 |
1134 | 2024-05-13T13:06:00.370Z | Downloaded tower v0.4.13 |
1135 | 2024-05-13T13:06:00.397Z | Downloaded tokio-util v0.7.10 |
1136 | 2024-05-13T13:06:00.397Z | Downloaded steno v0.4.0 |
1137 | 2024-05-13T13:06:00.397Z | Downloaded socket2 v0.5.6 |
1138 | 2024-05-13T13:06:00.397Z | Downloaded socket2 v0.4.9 |
1139 | 2024-05-13T13:06:00.398Z | Downloaded snafu-derive v0.8.2 |
1140 | 2024-05-13T13:06:00.398Z | Downloaded snafu v0.8.2 |
1141 | 2024-05-13T13:06:00.427Z | Downloaded serde_yaml v0.9.25 |
1142 | 2024-05-13T13:06:00.427Z | Downloaded defmt v0.3.5 |
1143 | 2024-05-13T13:06:00.427Z | Downloaded debug-ignore v1.0.5 |
1144 | 2024-05-13T13:06:00.427Z | Downloaded datatest-stable v0.2.9 |
1145 | 2024-05-13T13:06:00.427Z | Downloaded data-encoding v2.4.0 |
1146 | 2024-05-13T13:06:00.427Z | Downloaded crypto-common v0.1.6 |
1147 | 2024-05-13T13:06:00.427Z | Downloaded zone v0.1.8 |
1148 | 2024-05-13T13:06:00.427Z | Downloaded zeroize_derive v1.4.2 |
1149 | 2024-05-13T13:06:00.427Z | Downloaded zeroize v1.7.0 |
1150 | 2024-05-13T13:06:00.427Z | Downloaded zerocopy v0.3.0 |
1151 | 2024-05-13T13:06:00.427Z | Downloaded yasna v0.5.2 |
1152 | 2024-05-13T13:06:00.428Z | Downloaded which v4.4.0 |
1153 | 2024-05-13T13:06:00.453Z | Downloaded want v0.3.1 |
1154 | 2024-05-13T13:06:00.453Z | Downloaded waitgroup v0.1.2 |
1155 | 2024-05-13T13:06:00.453Z | Downloaded wait-timeout v0.2.0 |
1156 | 2024-05-13T13:06:00.453Z | Downloaded vte_generate_state_changes v0.1.1 |
1157 | 2024-05-13T13:06:00.453Z | Downloaded version_check v0.9.4 |
1158 | 2024-05-13T13:06:00.453Z | Downloaded uzers v0.11.3 |
1159 | 2024-05-13T13:06:00.453Z | Downloaded utf-8 v0.7.6 |
1160 | 2024-05-13T13:06:00.454Z | Downloaded url v2.5.0 |
1161 | 2024-05-13T13:06:00.454Z | Downloaded typed-path v0.7.0 |
1162 | 2024-05-13T13:06:00.454Z | Downloaded trust-dns-resolver v0.22.0 |
1163 | 2024-05-13T13:06:00.454Z | Downloaded structmeta v0.3.0 |
1164 | 2024-05-13T13:06:00.454Z | Downloaded structmeta v0.2.0 |
1165 | 2024-05-13T13:06:00.454Z | Downloaded strsim v0.10.0 |
1166 | 2024-05-13T13:06:00.454Z | Downloaded stringprep v0.1.3 |
1167 | 2024-05-13T13:06:00.479Z | Downloaded stable_deref_trait v1.2.0 |
1168 | 2024-05-13T13:06:00.479Z | Downloaded spki v0.7.2 |
1169 | 2024-05-13T13:06:00.479Z | Downloaded spin v0.9.8 |
1170 | 2024-05-13T13:06:00.479Z | Downloaded smf v0.2.3 |
1171 | 2024-05-13T13:06:00.479Z | Downloaded smawk v0.3.1 |
1172 | 2024-05-13T13:06:00.480Z | Downloaded smallvec v1.13.1 |
1173 | 2024-05-13T13:06:00.480Z | Downloaded smallvec v0.6.14 |
1174 | 2024-05-13T13:06:00.480Z | Downloaded slog-term v2.9.1 |
1175 | 2024-05-13T13:06:00.480Z | Downloaded slog-json v2.6.1 |
1176 | 2024-05-13T13:06:00.480Z | Downloaded serde_urlencoded v0.7.1 |
1177 | 2024-05-13T13:06:00.480Z | Downloaded serde_tokenstream v0.2.0 |
1178 | 2024-05-13T13:06:00.480Z | Downloaded serde_tokenstream v0.1.7 |
1179 | 2024-05-13T13:06:00.505Z | Downloaded curve25519-dalek-derive v0.1.0 |
1180 | 2024-05-13T13:06:00.505Z | Downloaded cstr-argument v0.1.2 |
1181 | 2024-05-13T13:06:00.505Z | Downloaded zone_cfg_derive v0.1.2 |
1182 | 2024-05-13T13:06:00.505Z | Downloaded yansi v0.5.1 |
1183 | 2024-05-13T13:06:00.506Z | Downloaded xattr v1.0.1 |
1184 | 2024-05-13T13:06:00.506Z | Downloaded wyz v0.5.1 |
1185 | 2024-05-13T13:06:00.506Z | Downloaded usdt-impl v0.3.5 |
1186 | 2024-05-13T13:06:00.506Z | Downloaded unsafe-libyaml v0.2.10 |
1187 | 2024-05-13T13:06:00.506Z | Downloaded unicode-bidi v0.3.15 |
1188 | 2024-05-13T13:06:00.506Z | Downloaded ucd-trie v0.1.6 |
1189 | 2024-05-13T13:06:00.506Z | Downloaded typenum v1.16.0 |
1190 | 2024-05-13T13:06:00.506Z | Downloaded tungstenite v0.21.0 |
1191 | 2024-05-13T13:06:00.531Z | Downloaded tungstenite v0.20.1 |
1192 | 2024-05-13T13:06:00.531Z | Downloaded trybuild v1.0.91 |
1193 | 2024-05-13T13:06:00.532Z | Downloaded trust-dns-server v0.22.1 |
1194 | 2024-05-13T13:06:00.532Z | Downloaded trust-dns-client v0.22.0 |
1195 | 2024-05-13T13:06:00.532Z | Downloaded tracing-core v0.1.32 |
1196 | 2024-05-13T13:06:00.532Z | Downloaded tracing v0.1.40 |
1197 | 2024-05-13T13:06:00.559Z | Downloaded toml v0.7.8 |
1198 | 2024-05-13T13:06:00.559Z | Downloaded tokio-tungstenite v0.20.1 |
1199 | 2024-05-13T13:06:00.559Z | Downloaded strip-ansi-escapes v0.2.0 |
1200 | 2024-05-13T13:06:00.559Z | Downloaded string_cache v0.8.7 |
1201 | 2024-05-13T13:06:00.559Z | Downloaded static_assertions v1.1.0 |
1202 | 2024-05-13T13:06:00.559Z | Downloaded stability v0.2.0 |
1203 | 2024-05-13T13:06:00.559Z | Downloaded sqlparser_derive v0.2.2 |
1204 | 2024-05-13T13:06:00.559Z | Downloaded spin v0.5.2 |
1205 | 2024-05-13T13:06:00.559Z | Downloaded slog-scope v4.4.0 |
1206 | 2024-05-13T13:06:00.559Z | Downloaded slog-envlogger v2.2.0 |
1207 | 2024-05-13T13:06:00.559Z | Downloaded slog-bunyan v2.5.0 |
1208 | 2024-05-13T13:06:00.559Z | Downloaded similar-asserts v1.5.0 |
1209 | 2024-05-13T13:06:00.559Z | Downloaded signature v1.6.4 |
1210 | 2024-05-13T13:06:00.559Z | Downloaded signal-hook-registry v1.4.1 |
1211 | 2024-05-13T13:06:00.585Z | Downloaded shlex v1.3.0 |
1212 | 2024-05-13T13:06:00.586Z | Downloaded serde_with_macros v3.7.0 |
1213 | 2024-05-13T13:06:00.586Z | Downloaded serde_plain v1.0.2 |
1214 | 2024-05-13T13:06:00.586Z | Downloaded serde-big-array v0.5.1 |
1215 | 2024-05-13T13:06:00.586Z | Downloaded serde-big-array v0.4.1 |
1216 | 2024-05-13T13:06:00.586Z | Downloaded usdt-macro v0.3.5 |
1217 | 2024-05-13T13:06:00.586Z | Downloaded usdt-impl v0.5.0 |
1218 | 2024-05-13T13:06:00.586Z | Downloaded usdt-attr-macro v0.5.0 |
1219 | 2024-05-13T13:06:00.586Z | Downloaded usdt-attr-macro v0.3.5 |
1220 | 2024-05-13T13:06:00.586Z | Downloaded usdt v0.5.0 |
1221 | 2024-05-13T13:06:00.586Z | Downloaded usdt v0.3.5 |
1222 | 2024-05-13T13:06:00.586Z | Downloaded untrusted v0.9.0 |
1223 | 2024-05-13T13:06:00.586Z | Downloaded untrusted v0.7.1 |
1224 | 2024-05-13T13:06:00.586Z | Downloaded universal-hash v0.5.1 |
1225 | 2024-05-13T13:06:00.587Z | Downloaded unicode-xid v0.2.4 |
1226 | 2024-05-13T13:06:00.587Z | Downloaded unicode-width v0.1.11 |
1227 | 2024-05-13T13:06:00.587Z | Downloaded unicode-linebreak v0.1.5 |
1228 | 2024-05-13T13:06:00.587Z | Downloaded unicase v2.7.0 |
1229 | 2024-05-13T13:06:00.587Z | Downloaded unarray v0.1.4 |
1230 | 2024-05-13T13:06:00.587Z | Downloaded tui-tree-widget v0.19.0 |
1231 | 2024-05-13T13:06:00.612Z | Downloaded try-lock v0.2.4 |
1232 | 2024-05-13T13:06:00.612Z | Downloaded tracing-attributes v0.1.27 |
1233 | 2024-05-13T13:06:00.612Z | Downloaded tower-service v0.3.2 |
1234 | 2024-05-13T13:06:00.612Z | Downloaded tower-layer v0.3.2 |
1235 | 2024-05-13T13:06:00.612Z | Downloaded topological-sort v0.2.2 |
1236 | 2024-05-13T13:06:00.612Z | Downloaded toolchain_find v0.4.0 |
1237 | 2024-05-13T13:06:00.612Z | Downloaded toml_edit v0.19.15 |
1238 | 2024-05-13T13:06:00.637Z | Downloaded toml v0.5.11 |
1239 | 2024-05-13T13:06:00.637Z | Downloaded tokio-tungstenite v0.21.0 |
1240 | 2024-05-13T13:06:00.638Z | Downloaded tokio-stream v0.1.15 |
1241 | 2024-05-13T13:06:00.638Z | Downloaded tokio-rustls v0.25.0 |
1242 | 2024-05-13T13:06:00.638Z | Downloaded tokio-rustls v0.24.1 |
1243 | 2024-05-13T13:06:00.638Z | Downloaded tokio-postgres v0.7.10 |
1244 | 2024-05-13T13:06:00.638Z | Downloaded tokio-native-tls v0.3.1 |
1245 | 2024-05-13T13:06:00.638Z | Downloaded tokio-macros v2.2.0 |
1246 | 2024-05-13T13:06:00.638Z | Downloaded tinyvec_macros v0.1.1 |
1247 | 2024-05-13T13:06:00.638Z | Downloaded tinyvec v1.6.0 |
1248 | 2024-05-13T13:06:00.664Z | Downloaded tinytemplate v1.2.1 |
1249 | 2024-05-13T13:06:00.664Z | Downloaded time-core v0.1.2 |
1250 | 2024-05-13T13:06:00.664Z | Downloaded time v0.3.34 |
1251 | 2024-05-13T13:06:00.664Z | Downloaded thread_local v1.1.7 |
1252 | 2024-05-13T13:06:00.664Z | Downloaded thread-id v4.2.0 |
1253 | 2024-05-13T13:06:00.664Z | Downloaded thiserror-no-std v2.0.2 |
1254 | 2024-05-13T13:06:00.664Z | Downloaded thiserror-impl-no-std v2.0.2 |
1255 | 2024-05-13T13:06:00.664Z | Downloaded termios v0.3.3 |
1256 | 2024-05-13T13:06:00.664Z | Downloaded termcolor v1.2.0 |
1257 | 2024-05-13T13:06:00.664Z | Downloaded take_mut v0.2.2 |
1258 | 2024-05-13T13:06:00.664Z | Downloaded sqlformat v0.2.3 |
1259 | 2024-05-13T13:06:00.690Z | Downloaded slog-stdlog v4.1.1 |
1260 | 2024-05-13T13:06:00.690Z | Downloaded slog-dtrace v0.3.0 |
1261 | 2024-05-13T13:06:00.690Z | Downloaded slog-async v2.8.0 |
1262 | 2024-05-13T13:06:00.690Z | Downloaded slog v2.7.0 |
1263 | 2024-05-13T13:06:00.690Z | Downloaded slab v0.4.9 |
1264 | 2024-05-13T13:06:00.690Z | Downloaded siphasher v0.3.11 |
1265 | 2024-05-13T13:06:00.690Z | Downloaded similar v2.4.0 |
1266 | 2024-05-13T13:06:00.690Z | Downloaded sigpipe v0.1.3 |
1267 | 2024-05-13T13:06:00.690Z | Downloaded signature v2.1.0 |
1268 | 2024-05-13T13:06:00.690Z | Downloaded signal-hook-tokio v0.3.1 |
1269 | 2024-05-13T13:06:00.690Z | Downloaded signal-hook-mio v0.2.3 |
1270 | 2024-05-13T13:06:00.690Z | Downloaded signal-hook v0.3.17 |
1271 | 2024-05-13T13:06:00.690Z | Downloaded shell-words v1.1.0 |
1272 | 2024-05-13T13:06:00.715Z | Downloaded sha2 v0.10.8 |
1273 | 2024-05-13T13:06:00.715Z | Downloaded sha1 v0.10.6 |
1274 | 2024-05-13T13:06:00.715Z | Downloaded serde_repr v0.1.16 |
1275 | 2024-05-13T13:06:00.715Z | Downloaded serde_path_to_error v0.1.16 |
1276 | 2024-05-13T13:06:00.715Z | Downloaded serde_derive_internals v0.29.0 |
1277 | 2024-05-13T13:06:00.715Z | Downloaded serde_arrays v0.1.0 |
1278 | 2024-05-13T13:06:00.716Z | Downloaded serde-hex v0.1.0 |
1279 | 2024-05-13T13:06:00.716Z | Downloaded semver v0.1.20 |
1280 | 2024-05-13T13:06:00.716Z | Downloaded secrecy v0.8.0 |
1281 | 2024-05-13T13:06:00.716Z | Downloaded sec1 v0.7.3 |
1282 | 2024-05-13T13:06:00.716Z | Downloaded sct v0.7.0 |
1283 | 2024-05-13T13:06:00.716Z | Downloaded scroll_derive v0.12.0 |
1284 | 2024-05-13T13:06:00.716Z | Downloaded scroll v0.12.0 |
1285 | 2024-05-13T13:06:00.716Z | Downloaded scopeguard v1.2.0 |
1286 | 2024-05-13T13:06:00.740Z | Downloaded schemars_derive v0.8.17 |
1287 | 2024-05-13T13:06:00.740Z | Downloaded schemars v0.8.17 |
1288 | 2024-05-13T13:06:00.741Z | Downloaded scheduled-thread-pool v0.2.7 |
1289 | 2024-05-13T13:06:00.741Z | Downloaded same-file v1.0.6 |
1290 | 2024-05-13T13:06:00.741Z | Downloaded samael v0.0.15 |
1291 | 2024-05-13T13:06:00.741Z | Downloaded salty v0.2.0 |
1292 | 2024-05-13T13:06:00.765Z | Downloaded rustyline v14.0.0 |
1293 | 2024-05-13T13:06:00.765Z | Downloaded rusty-fork v0.3.0 |
1294 | 2024-05-13T13:06:00.765Z | Downloaded rustversion v1.0.14 |
1295 | 2024-05-13T13:06:00.765Z | Downloaded regex-automata v0.4.5 |
1296 | 2024-05-13T13:06:00.789Z | Downloaded chrono v0.4.38 |
1297 | 2024-05-13T13:06:00.789Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1298 | 2024-05-13T13:06:00.816Z | Downloaded time-macros v0.2.17 |
1299 | 2024-05-13T13:06:00.816Z | Downloaded threadpool v1.8.1 |
1300 | 2024-05-13T13:06:00.816Z | Downloaded textwrap v0.16.1 |
1301 | 2024-05-13T13:06:00.816Z | Downloaded test-strategy v0.3.1 |
1302 | 2024-05-13T13:06:00.816Z | Downloaded termtree v0.4.1 |
1303 | 2024-05-13T13:06:00.816Z | Downloaded term v0.7.0 |
1304 | 2024-05-13T13:06:00.841Z | Downloaded tempfile v3.10.1 |
1305 | 2024-05-13T13:06:00.841Z | Downloaded target-spec v3.1.0 |
1306 | 2024-05-13T13:06:00.841Z | Downloaded target-lexicon v0.12.13 |
1307 | 2024-05-13T13:06:00.841Z | Downloaded tar v0.4.40 |
1308 | 2024-05-13T13:06:00.841Z | Downloaded tap v1.0.1 |
1309 | 2024-05-13T13:06:00.841Z | Downloaded tabwriter v1.4.0 |
1310 | 2024-05-13T13:06:00.841Z | Downloaded tabled_derive v0.7.0 |
1311 | 2024-05-13T13:06:00.841Z | Downloaded tabled v0.15.0 |
1312 | 2024-05-13T13:06:00.866Z | Downloaded synstructure v0.12.6 |
1313 | 2024-05-13T13:06:00.866Z | Downloaded sync_wrapper v0.1.2 |
1314 | 2024-05-13T13:06:00.866Z | Downloaded syn v1.0.109 |
1315 | 2024-05-13T13:06:00.866Z | Downloaded supports-color v3.0.0 |
1316 | 2024-05-13T13:06:00.866Z | Downloaded subtle v2.5.0 |
1317 | 2024-05-13T13:06:00.866Z | Downloaded subprocess v0.2.9 |
1318 | 2024-05-13T13:06:00.895Z | Downloaded strum_macros v0.26.1 |
1319 | 2024-05-13T13:06:00.896Z | Downloaded strum_macros v0.25.2 |
1320 | 2024-05-13T13:06:00.896Z | Downloaded strum_macros v0.24.3 |
1321 | 2024-05-13T13:06:00.896Z | Downloaded strum v0.26.2 |
1322 | 2024-05-13T13:06:00.896Z | Downloaded structmeta-derive v0.3.0 |
1323 | 2024-05-13T13:06:00.896Z | Downloaded structmeta-derive v0.2.0 |
1324 | 2024-05-13T13:06:00.896Z | Downloaded regex-syntax v0.8.2 |
1325 | 2024-05-13T13:06:00.896Z | Downloaded regex-syntax v0.6.29 |
1326 | 2024-05-13T13:06:00.896Z | Downloaded regex-automata v0.1.10 |
1327 | 2024-05-13T13:06:00.920Z | Downloaded regex v1.10.4 |
1328 | 2024-05-13T13:06:00.920Z | Downloaded reedline v0.31.0 |
1329 | 2024-05-13T13:06:00.946Z | Downloaded rcgen v0.12.1 |
1330 | 2024-05-13T13:06:00.946Z | Downloaded ipnet v2.9.0 |
1331 | 2024-05-13T13:06:00.946Z | Downloaded indexmap v1.9.3 |
1332 | 2024-05-13T13:06:00.946Z | Downloaded idna v0.5.0 |
1333 | 2024-05-13T13:06:00.946Z | Downloaded idna v0.3.0 |
1334 | 2024-05-13T13:06:00.971Z | Downloaded idna v0.2.3 |
1335 | 2024-05-13T13:06:00.971Z | Downloaded crossterm v0.27.0 |
1336 | 2024-05-13T13:06:00.971Z | Downloaded crossbeam-channel v0.5.8 |
1337 | 2024-05-13T13:06:00.971Z | Downloaded criterion v0.5.1 |
1338 | 2024-05-13T13:06:00.996Z | Downloaded const-oid v0.9.6 |
1339 | 2024-05-13T13:06:00.996Z | Downloaded chacha20poly1305 v0.10.1 |
1340 | 2024-05-13T13:06:00.996Z | Downloaded cfg-expr v0.15.6 |
1341 | 2024-05-13T13:06:00.996Z | Downloaded cc v1.0.83 |
1342 | 2024-05-13T13:06:00.996Z | Downloaded bstr v1.9.0 |
1343 | 2024-05-13T13:06:01.021Z | Downloaded bitvec v1.0.1 |
1344 | 2024-05-13T13:06:01.021Z | Downloaded ref-cast v1.0.22 |
1345 | 2024-05-13T13:06:01.046Z | Downloaded num-conv v0.1.0 |
1346 | 2024-05-13T13:06:01.046Z | Downloaded num-complex v0.4.5 |
1347 | 2024-05-13T13:06:01.046Z | Downloaded num-bigint-dig v0.8.4 |
1348 | 2024-05-13T13:06:01.046Z | Downloaded num-bigint v0.4.4 |
1349 | 2024-05-13T13:06:01.046Z | Downloaded num v0.4.2 |
1350 | 2024-05-13T13:06:01.046Z | Downloaded nu-ansi-term v0.50.0 |
1351 | 2024-05-13T13:06:01.046Z | Downloaded normalize-line-endings v0.3.0 |
1352 | 2024-05-13T13:06:01.046Z | Downloaded nom v7.1.3 |
1353 | 2024-05-13T13:06:01.074Z | Downloaded nodrop v0.1.14 |
1354 | 2024-05-13T13:06:01.074Z | Downloaded nix v0.28.0 |
1355 | 2024-05-13T13:06:01.074Z | Downloaded nibble_vec v0.1.0 |
1356 | 2024-05-13T13:06:01.074Z | Downloaded newtype_derive v0.1.6 |
1357 | 2024-05-13T13:06:01.074Z | Downloaded newtype-uuid v1.1.0 |
1358 | 2024-05-13T13:06:01.074Z | Downloaded newline-converter v0.3.0 |
1359 | 2024-05-13T13:06:01.074Z | Downloaded new_debug_unreachable v1.0.4 |
1360 | 2024-05-13T13:06:01.074Z | Downloaded nested v0.1.1 |
1361 | 2024-05-13T13:06:01.074Z | Downloaded native-tls v0.2.11 |
1362 | 2024-05-13T13:06:01.074Z | Downloaded nanorand v0.7.0 |
1363 | 2024-05-13T13:06:01.101Z | Downloaded multimap v0.10.0 |
1364 | 2024-05-13T13:06:01.101Z | Downloaded multer v3.1.0 |
1365 | 2024-05-13T13:06:01.101Z | Downloaded mockall_derive v0.12.1 |
1366 | 2024-05-13T13:06:01.101Z | Downloaded mockall v0.12.1 |
1367 | 2024-05-13T13:06:01.101Z | Downloaded mio v0.8.11 |
1368 | 2024-05-13T13:06:01.101Z | Downloaded miniz_oxide v0.7.1 |
1369 | 2024-05-13T13:06:01.101Z | Downloaded minimal-lexical v0.2.1 |
1370 | 2024-05-13T13:06:01.101Z | Downloaded mime_guess v2.0.4 |
1371 | 2024-05-13T13:06:01.101Z | Downloaded mime v0.3.17 |
1372 | 2024-05-13T13:06:01.101Z | Downloaded memoffset v0.7.1 |
1373 | 2024-05-13T13:06:01.101Z | Downloaded memmap2 v0.7.1 |
1374 | 2024-05-13T13:06:01.126Z | Downloaded memmap v0.7.0 |
1375 | 2024-05-13T13:06:01.126Z | Downloaded md-5 v0.10.5 |
1376 | 2024-05-13T13:06:01.126Z | Downloaded maybe-uninit v2.0.0 |
1377 | 2024-05-13T13:06:01.126Z | Downloaded matches v0.1.10 |
1378 | 2024-05-13T13:06:01.126Z | Downloaded match_cfg v0.1.0 |
1379 | 2024-05-13T13:06:01.126Z | Downloaded maplit v1.0.2 |
1380 | 2024-05-13T13:06:01.126Z | Downloaded managed v0.8.0 |
1381 | 2024-05-13T13:06:01.126Z | Downloaded lru-cache v0.1.2 |
1382 | 2024-05-13T13:06:01.126Z | Downloaded lru v0.12.1 |
1383 | 2024-05-13T13:06:01.126Z | Downloaded log v0.4.21 |
1384 | 2024-05-13T13:06:01.126Z | Downloaded lock_api v0.4.10 |
1385 | 2024-05-13T13:06:01.126Z | Downloaded linked-hash-map v0.5.6 |
1386 | 2024-05-13T13:06:01.126Z | Downloaded linear-map v1.2.0 |
1387 | 2024-05-13T13:06:01.126Z | Downloaded libxml v0.3.3 |
1388 | 2024-05-13T13:06:01.151Z | Downloaded libtest-mimic v0.7.2 |
1389 | 2024-05-13T13:06:01.151Z | Downloaded libsw v3.3.1 |
1390 | 2024-05-13T13:06:01.151Z | Downloaded libm v0.2.7 |
1391 | 2024-05-13T13:06:01.151Z | Downloaded libloading v0.7.4 |
1392 | 2024-05-13T13:06:01.151Z | Downloaded libefi-sys v0.1.0 |
1393 | 2024-05-13T13:06:01.151Z | Downloaded lazycell v1.3.0 |
1394 | 2024-05-13T13:06:01.151Z | Downloaded lazy_static v1.4.0 |
1395 | 2024-05-13T13:06:01.151Z | Downloaded lalrpop-util v0.19.12 |
1396 | 2024-05-13T13:06:01.151Z | Downloaded lalrpop v0.19.12 |
1397 | 2024-05-13T13:06:01.176Z | Downloaded kstat-rs v0.2.3 |
1398 | 2024-05-13T13:06:01.176Z | Downloaded keccak v0.1.4 |
1399 | 2024-05-13T13:06:01.176Z | Downloaded itertools v0.12.1 |
1400 | 2024-05-13T13:06:01.176Z | Downloaded itertools v0.10.5 |
1401 | 2024-05-13T13:06:01.201Z | Downloaded is_ci v1.2.0 |
1402 | 2024-05-13T13:06:01.201Z | Downloaded is-terminal v0.4.9 |
1403 | 2024-05-13T13:06:01.201Z | Downloaded ipnetwork v0.20.0 |
1404 | 2024-05-13T13:06:01.201Z | Downloaded instant v0.1.12 |
1405 | 2024-05-13T13:06:01.201Z | Downloaded inout v0.1.3 |
1406 | 2024-05-13T13:06:01.201Z | Downloaded indoc v2.0.3 |
1407 | 2024-05-13T13:06:01.201Z | Downloaded indoc v1.0.9 |
1408 | 2024-05-13T13:06:01.201Z | Downloaded indicatif v0.17.8 |
1409 | 2024-05-13T13:06:01.202Z | Downloaded impl-trait-for-tuples v0.2.2 |
1410 | 2024-05-13T13:06:01.227Z | Downloaded ident_case v1.0.1 |
1411 | 2024-05-13T13:06:01.227Z | Downloaded iana-time-zone v0.1.57 |
1412 | 2024-05-13T13:06:01.227Z | Downloaded hyper-util v0.1.2 |
1413 | 2024-05-13T13:06:01.227Z | Downloaded hyper-tls v0.5.0 |
1414 | 2024-05-13T13:06:01.227Z | Downloaded hyper-staticfile v0.9.5 |
1415 | 2024-05-13T13:06:01.227Z | Downloaded hyper-rustls v0.26.0 |
1416 | 2024-05-13T13:06:01.227Z | Downloaded hyper-rustls v0.24.2 |
1417 | 2024-05-13T13:06:01.227Z | Downloaded hyper v1.1.0 |
1418 | 2024-05-13T13:06:01.227Z | Downloaded hyper v0.14.28 |
1419 | 2024-05-13T13:06:01.252Z | Downloaded humantime v2.1.0 |
1420 | 2024-05-13T13:06:01.252Z | Downloaded hubpack_derive v0.1.1 |
1421 | 2024-05-13T13:06:01.252Z | Downloaded hubpack v0.1.2 |
1422 | 2024-05-13T13:06:01.252Z | Downloaded httptest v0.15.5 |
1423 | 2024-05-13T13:06:01.252Z | Downloaded httpdate v1.0.3 |
1424 | 2024-05-13T13:06:01.252Z | Downloaded httparse v1.8.0 |
1425 | 2024-05-13T13:06:01.252Z | Downloaded http-range v0.1.5 |
1426 | 2024-05-13T13:06:01.253Z | Downloaded http-body v1.0.0 |
1427 | 2024-05-13T13:06:01.253Z | Downloaded http-body v0.4.5 |
1428 | 2024-05-13T13:06:01.253Z | Downloaded http v1.0.0 |
1429 | 2024-05-13T13:06:01.278Z | Downloaded http v0.2.12 |
1430 | 2024-05-13T13:06:01.278Z | Downloaded hostname v0.4.0 |
1431 | 2024-05-13T13:06:01.278Z | Downloaded hostname v0.3.1 |
1432 | 2024-05-13T13:06:01.278Z | Downloaded home v0.5.5 |
1433 | 2024-05-13T13:06:01.278Z | Downloaded hmac v0.12.1 |
1434 | 2024-05-13T13:06:01.278Z | Downloaded hkdf v0.12.4 |
1435 | 2024-05-13T13:06:01.278Z | Downloaded highway v1.1.0 |
1436 | 2024-05-13T13:06:01.278Z | Downloaded hex-literal v0.4.1 |
1437 | 2024-05-13T13:06:01.278Z | Downloaded hex v0.4.3 |
1438 | 2024-05-13T13:06:01.278Z | Downloaded heck v0.4.1 |
1439 | 2024-05-13T13:06:01.303Z | Downloaded headers-core v0.2.0 |
1440 | 2024-05-13T13:06:01.303Z | Downloaded crypto-bigint v0.5.2 |
1441 | 2024-05-13T13:06:01.303Z | Downloaded crunchy v0.2.2 |
1442 | 2024-05-13T13:06:01.303Z | Downloaded crucible-workspace-hack v0.1.0 |
1443 | 2024-05-13T13:06:01.303Z | Downloaded crossbeam-utils v0.8.19 |
1444 | 2024-05-13T13:06:01.303Z | Downloaded crossbeam-epoch v0.9.18 |
1445 | 2024-05-13T13:06:01.303Z | Downloaded crossbeam-deque v0.8.3 |
1446 | 2024-05-13T13:06:01.304Z | Downloaded criterion-plot v0.5.0 |
1447 | 2024-05-13T13:06:01.304Z | Downloaded crc32fast v1.3.2 |
1448 | 2024-05-13T13:06:01.304Z | Downloaded crc-catalog v2.2.0 |
1449 | 2024-05-13T13:06:01.304Z | Downloaded crc-any v2.4.3 |
1450 | 2024-05-13T13:06:01.328Z | Downloaded crc v3.0.1 |
1451 | 2024-05-13T13:06:01.329Z | Downloaded cpufeatures v0.2.12 |
1452 | 2024-05-13T13:06:01.329Z | Downloaded corncobs v0.1.3 |
1453 | 2024-05-13T13:06:01.329Z | Downloaded cookie_store v0.20.0 |
1454 | 2024-05-13T13:06:01.329Z | Downloaded cookie v0.18.1 |
1455 | 2024-05-13T13:06:01.329Z | Downloaded cookie v0.17.0 |
1456 | 2024-05-13T13:06:01.329Z | Downloaded convert_case v0.4.0 |
1457 | 2024-05-13T13:06:01.329Z | Downloaded constant_time_eq v0.3.0 |
1458 | 2024-05-13T13:06:01.329Z | Downloaded constant_time_eq v0.2.6 |
1459 | 2024-05-13T13:06:01.329Z | Downloaded const_format_proc_macros v0.2.32 |
1460 | 2024-05-13T13:06:01.329Z | Downloaded const_format v0.2.32 |
1461 | 2024-05-13T13:06:01.354Z | Downloaded console v0.15.8 |
1462 | 2024-05-13T13:06:01.354Z | Downloaded compact_str v0.7.1 |
1463 | 2024-05-13T13:06:01.354Z | Downloaded colored v2.1.0 |
1464 | 2024-05-13T13:06:01.354Z | Downloaded cobs v0.2.3 |
1465 | 2024-05-13T13:06:01.354Z | Downloaded clang-sys v1.6.1 |
1466 | 2024-05-13T13:06:01.354Z | Downloaded cipher v0.4.4 |
1467 | 2024-05-13T13:06:01.354Z | Downloaded ciborium-ll v0.2.2 |
1468 | 2024-05-13T13:06:01.354Z | Downloaded ciborium-io v0.2.2 |
1469 | 2024-05-13T13:06:01.354Z | Downloaded ciborium v0.2.2 |
1470 | 2024-05-13T13:06:01.379Z | Downloaded chacha20 v0.9.1 |
1471 | 2024-05-13T13:06:01.379Z | Downloaded cfg_aliases v0.1.1 |
1472 | 2024-05-13T13:06:01.380Z | Downloaded cfg-if v1.0.0 |
1473 | 2024-05-13T13:06:01.380Z | Downloaded cexpr v0.6.0 |
1474 | 2024-05-13T13:06:01.380Z | Downloaded castaway v0.2.2 |
1475 | 2024-05-13T13:06:01.380Z | Downloaded cast v0.3.0 |
1476 | 2024-05-13T13:06:01.380Z | Downloaded cassowary v0.3.0 |
1477 | 2024-05-13T13:06:01.380Z | Downloaded cancel-safe-futures v0.1.5 |
1478 | 2024-05-13T13:06:01.380Z | Downloaded camino-tempfile v1.1.1 |
1479 | 2024-05-13T13:06:01.380Z | Downloaded bzip2 v0.4.4 |
1480 | 2024-05-13T13:06:01.380Z | Downloaded bytes v1.6.0 |
1481 | 2024-05-13T13:06:01.405Z | Downloaded byteorder v1.5.0 |
1482 | 2024-05-13T13:06:01.405Z | Downloaded bytecount v0.6.3 |
1483 | 2024-05-13T13:06:01.405Z | Downloaded buf-list v1.0.3 |
1484 | 2024-05-13T13:06:01.405Z | Downloaded bstr v0.2.17 |
1485 | 2024-05-13T13:06:01.405Z | Downloaded block-padding v0.3.3 |
1486 | 2024-05-13T13:06:01.405Z | Downloaded block-buffer v0.10.4 |
1487 | 2024-05-13T13:06:01.405Z | Downloaded blake3 v1.5.0 |
1488 | 2024-05-13T13:06:01.430Z | Downloaded blake2b_simd v1.0.1 |
1489 | 2024-05-13T13:06:01.430Z | Downloaded blake2 v0.10.6 |
1490 | 2024-05-13T13:06:01.430Z | Downloaded bitstruct_derive v0.1.0 |
1491 | 2024-05-13T13:06:01.430Z | Downloaded bitstruct v0.1.1 |
1492 | 2024-05-13T13:06:01.430Z | Downloaded bitflags v1.3.2 |
1493 | 2024-05-13T13:06:01.431Z | Downloaded bitfield v0.14.0 |
1494 | 2024-05-13T13:06:01.431Z | Downloaded bit-vec v0.6.3 |
1495 | 2024-05-13T13:06:01.431Z | Downloaded bit-set v0.5.3 |
1496 | 2024-05-13T13:06:01.431Z | Downloaded bindgen v0.69.2 |
1497 | 2024-05-13T13:06:01.456Z | Downloaded bcs v0.1.6 |
1498 | 2024-05-13T13:06:01.456Z | Downloaded bb8 v0.8.3 |
1499 | 2024-05-13T13:06:01.456Z | Downloaded base64ct v1.6.0 |
1500 | 2024-05-13T13:06:01.456Z | Downloaded base64 v0.22.1 |
1501 | 2024-05-13T13:06:01.456Z | Downloaded base64 v0.21.7 |
1502 | 2024-05-13T13:06:01.481Z | Downloaded base64 v0.13.1 |
1503 | 2024-05-13T13:06:01.481Z | Downloaded base16ct v0.2.0 |
1504 | 2024-05-13T13:06:01.481Z | Downloaded backtrace v0.3.69 |
1505 | 2024-05-13T13:06:01.481Z | Downloaded backoff v0.4.0 |
1506 | 2024-05-13T13:06:01.481Z | Downloaded atty v0.2.14 |
1507 | 2024-05-13T13:06:01.482Z | Downloaded atomicwrites v0.4.3 |
1508 | 2024-05-13T13:06:01.482Z | Downloaded atomic-waker v1.1.1 |
1509 | 2024-05-13T13:06:01.482Z | Downloaded async-trait v0.1.80 |
1510 | 2024-05-13T13:06:01.482Z | Downloaded async-stream-impl v0.3.5 |
1511 | 2024-05-13T13:06:01.482Z | Downloaded async-stream v0.3.5 |
1512 | 2024-05-13T13:06:01.510Z | Downloaded async-recursion v1.1.0 |
1513 | 2024-05-13T13:06:01.510Z | Downloaded assert_matches v1.5.0 |
1514 | 2024-05-13T13:06:01.510Z | Downloaded assert_cmd v2.0.14 |
1515 | 2024-05-13T13:06:01.510Z | Downloaded ascii-canvas v3.0.0 |
1516 | 2024-05-13T13:06:01.510Z | Downloaded ascii v1.1.0 |
1517 | 2024-05-13T13:06:01.510Z | Downloaded arrayvec v0.7.4 |
1518 | 2024-05-13T13:06:01.510Z | Downloaded arrayref v0.3.7 |
1519 | 2024-05-13T13:06:01.510Z | Downloaded array-init v0.0.4 |
1520 | 2024-05-13T13:06:01.510Z | Downloaded arc-swap v1.6.0 |
1521 | 2024-05-13T13:06:01.510Z | Downloaded approx v0.5.1 |
1522 | 2024-05-13T13:06:01.511Z | Downloaded anes v0.1.6 |
1523 | 2024-05-13T13:06:01.535Z | Downloaded allocator-api2 v0.2.16 |
1524 | 2024-05-13T13:06:01.535Z | Downloaded aho-corasick v1.1.2 |
1525 | 2024-05-13T13:06:01.535Z | Downloaded ahash v0.8.8 |
1526 | 2024-05-13T13:06:01.535Z | Downloaded adler v1.0.2 |
1527 | 2024-05-13T13:06:01.536Z | Downloaded addr2line v0.21.0 |
1528 | 2024-05-13T13:06:02.190Z | Compiling libc v0.2.153 |
1529 | 2024-05-13T13:06:02.190Z | Compiling serde v1.0.201 |
1530 | 2024-05-13T13:06:02.190Z | Compiling version_check v0.9.4 |
1531 | 2024-05-13T13:06:02.215Z | Checking cfg-if v1.0.0 |
1532 | 2024-05-13T13:06:02.215Z | Compiling lock_api v0.4.10 |
1533 | 2024-05-13T13:06:02.215Z | Compiling parking_lot_core v0.9.8 |
1534 | 2024-05-13T13:06:02.298Z | Compiling syn v2.0.60 |
1535 | 2024-05-13T13:06:02.341Z | Compiling once_cell v1.19.0 |
1536 | 2024-05-13T13:06:02.366Z | Compiling libm v0.2.7 |
1537 | 2024-05-13T13:06:02.978Z | Compiling num-traits v0.2.18 |
1538 | 2024-05-13T13:06:03.035Z | Compiling memchr v2.7.1 |
1539 | 2024-05-13T13:06:03.080Z | Compiling serde_json v1.0.116 |
1540 | 2024-05-13T13:06:03.121Z | Compiling byteorder v1.5.0 |
1541 | 2024-05-13T13:06:03.417Z | Compiling ahash v0.8.8 |
1542 | 2024-05-13T13:06:03.617Z | Compiling syn v1.0.109 |
1543 | 2024-05-13T13:06:03.789Z | Checking log v0.4.21 |
1544 | 2024-05-13T13:06:04.015Z | Compiling slab v0.4.9 |
1545 | 2024-05-13T13:06:04.309Z | Checking itoa v1.0.9 |
1546 | 2024-05-13T13:06:04.555Z | Checking getrandom v0.2.12 |
1547 | 2024-05-13T13:06:04.579Z | Compiling typenum v1.16.0 |
1548 | 2024-05-13T13:06:04.579Z | Compiling generic-array v0.14.7 |
1549 | 2024-05-13T13:06:04.611Z | Compiling cc v1.0.83 |
1550 | 2024-05-13T13:06:04.887Z | Checking scopeguard v1.2.0 |
1551 | 2024-05-13T13:06:04.935Z | Checking smallvec v1.13.1 |
1552 | 2024-05-13T13:06:05.092Z | Compiling allocator-api2 v0.2.16 |
1553 | 2024-05-13T13:06:05.116Z | Compiling pkg-config v0.3.27 |
1554 | 2024-05-13T13:06:05.350Z | Compiling rustix v0.38.31 |
1555 | 2024-05-13T13:06:05.486Z | Compiling schemars v0.8.17 |
1556 | 2024-05-13T13:06:05.741Z | Compiling httparse v1.8.0 |
1557 | 2024-05-13T13:06:05.779Z | Checking pin-project-lite v0.2.13 |
1558 | 2024-05-13T13:06:05.836Z | Checking parking_lot v0.12.1 |
1559 | 2024-05-13T13:06:05.884Z | Compiling time-core v0.1.2 |
1560 | 2024-05-13T13:06:06.035Z | Compiling num-conv v0.1.0 |
1561 | 2024-05-13T13:06:06.129Z | Compiling fnv v1.0.7 |
1562 | 2024-05-13T13:06:06.241Z | Checking signal-hook-registry v1.4.1 |
1563 | 2024-05-13T13:06:06.266Z | Compiling vcpkg v0.2.15 |
1564 | 2024-05-13T13:06:06.292Z | Compiling time-macros v0.2.17 |
1565 | 2024-05-13T13:06:06.448Z | Checking mio v0.8.11 |
1566 | 2024-05-13T13:06:06.606Z | Checking ryu v1.0.15 |
1567 | 2024-05-13T13:06:06.790Z | Compiling heck v0.4.1 |
1568 | 2024-05-13T13:06:06.947Z | Compiling aho-corasick v1.1.2 |
1569 | 2024-05-13T13:06:07.047Z | Compiling ring v0.17.8 |
1570 | 2024-05-13T13:06:08.116Z | Compiling openssl-sys v0.9.102 |
1571 | 2024-05-13T13:06:08.304Z | Compiling regex-syntax v0.8.2 |
1572 | 2024-05-13T13:06:09.068Z | Compiling serde_derive_internals v0.29.0 |
1573 | 2024-05-13T13:06:09.215Z | Checking rand_core v0.6.4 |
1574 | 2024-05-13T13:06:09.488Z | Checking num_cpus v1.16.0 |
1575 | 2024-05-13T13:06:09.598Z | Checking futures-core v0.3.30 |
1576 | 2024-05-13T13:06:09.759Z | Compiling ring v0.16.20 |
1577 | 2024-05-13T13:06:10.110Z | Checking socket2 v0.5.6 |
1578 | 2024-05-13T13:06:10.872Z | Compiling openssl v0.10.64 |
1579 | 2024-05-13T13:06:11.216Z | Compiling regex-automata v0.4.5 |
1580 | 2024-05-13T13:06:11.432Z | Compiling ucd-trie v0.1.6 |
1581 | 2024-05-13T13:06:11.471Z | Compiling rustversion v1.0.14 |
1582 | 2024-05-13T13:06:11.628Z | Compiling slog v2.7.0 |
1583 | 2024-05-13T13:06:12.081Z | Compiling crossbeam-utils v0.8.19 |
1584 | 2024-05-13T13:06:12.330Z | Compiling iana-time-zone v0.1.57 |
1585 | 2024-05-13T13:06:12.648Z | Compiling rustls v0.21.9 |
1586 | 2024-05-13T13:06:12.756Z | Compiling native-tls v0.2.11 |
1587 | 2024-05-13T13:06:12.812Z | Compiling cookie v0.17.0 |
1588 | 2024-05-13T13:06:12.916Z | Checking spin v0.5.2 |
1589 | 2024-05-13T13:06:13.086Z | Compiling backtrace v0.3.69 |
1590 | 2024-05-13T13:06:13.127Z | Checking futures-sink v0.3.30 |
1591 | 2024-05-13T13:06:13.222Z | Compiling dyn-clone v1.0.17 |
1592 | 2024-05-13T13:06:13.252Z | Compiling anyhow v1.0.82 |
1593 | 2024-05-13T13:06:13.490Z | Checking pin-utils v0.1.0 |
1594 | 2024-05-13T13:06:13.588Z | Checking futures-channel v0.3.30 |
1595 | 2024-05-13T13:06:13.996Z | Checking futures-task v0.3.30 |
1596 | 2024-05-13T13:06:14.100Z | Compiling tinyvec_macros v0.1.1 |
1597 | 2024-05-13T13:06:14.125Z | Checking futures-io v0.3.30 |
1598 | 2024-05-13T13:06:14.152Z | Compiling thread-id v4.2.0 |
1599 | 2024-05-13T13:06:14.190Z | Compiling tinyvec v1.6.0 |
1600 | 2024-05-13T13:06:14.531Z | Compiling unicode-bidi v0.3.15 |
1601 | 2024-05-13T13:06:14.677Z | Compiling serde_derive v1.0.201 |
1602 | 2024-05-13T13:06:14.927Z | Compiling zerocopy-derive v0.7.32 |
1603 | 2024-05-13T13:06:15.056Z | Compiling thiserror-impl v1.0.59 |
1604 | 2024-05-13T13:06:15.304Z | Compiling zeroize_derive v1.4.2 |
1605 | 2024-05-13T13:06:15.344Z | Compiling tokio-macros v2.2.0 |
1606 | 2024-05-13T13:06:15.752Z | Compiling futures-macro v0.3.30 |
1607 | 2024-05-13T13:06:16.024Z | Compiling tracing-attributes v0.1.27 |
1608 | 2024-05-13T13:06:16.619Z | Compiling schemars_derive v0.8.17 |
1609 | 2024-05-13T13:06:16.734Z | Compiling regex v1.10.4 |
1610 | 2024-05-13T13:06:16.858Z | Compiling zerocopy v0.7.32 |
1611 | 2024-05-13T13:06:17.460Z | Checking zeroize v1.7.0 |
1612 | 2024-05-13T13:06:17.747Z | Compiling openssl-macros v0.1.1 |
1613 | 2024-05-13T13:06:17.821Z | Compiling thiserror v1.0.59 |
1614 | 2024-05-13T13:06:18.070Z | Compiling pest v2.7.6 |
1615 | 2024-05-13T13:06:18.388Z | Compiling async-trait v0.1.80 |
1616 | 2024-05-13T13:06:18.698Z | Compiling hashbrown v0.14.3 |
1617 | 2024-05-13T13:06:19.219Z | Compiling scroll_derive v0.12.0 |
1618 | 2024-05-13T13:06:19.245Z | Checking futures-util v0.3.30 |
1619 | 2024-05-13T13:06:19.831Z | Compiling unicode-normalization v0.1.22 |
1620 | 2024-05-13T13:06:19.919Z | Compiling pest_meta v2.7.6 |
1621 | 2024-05-13T13:06:20.297Z | Compiling der_derive v0.7.2 |
1622 | 2024-05-13T13:06:20.625Z | Compiling errno v0.3.8 |
1623 | 2024-05-13T13:06:20.678Z | Checking subtle v2.5.0 |
1624 | 2024-05-13T13:06:20.820Z | Compiling unicode-width v0.1.11 |
1625 | 2024-05-13T13:06:20.894Z | Compiling pest_generator v2.7.6 |
1626 | 2024-05-13T13:06:20.956Z | Compiling either v1.11.0 |
1627 | 2024-05-13T13:06:21.289Z | Compiling crc32fast v1.3.2 |
1628 | 2024-05-13T13:06:21.767Z | Compiling scroll v0.12.0 |
1629 | 2024-05-13T13:06:22.350Z | Compiling usdt-impl v0.5.0 |
1630 | 2024-05-13T13:06:22.542Z | Compiling plain v0.2.3 |
1631 | 2024-05-13T13:06:22.689Z | Compiling winnow v0.5.15 |
1632 | 2024-05-13T13:06:23.636Z | Compiling goblin v0.8.0 |
1633 | 2024-05-13T13:06:23.892Z | Compiling pest_derive v2.7.6 |
1634 | 2024-05-13T13:06:24.211Z | Compiling spin v0.9.8 |
1635 | 2024-05-13T13:06:24.305Z | Compiling tracing-core v0.1.32 |
1636 | 2024-05-13T13:06:24.548Z | Compiling pretty-hex v0.4.1 |
1637 | 2024-05-13T13:06:24.573Z | Compiling dtrace-parser v0.2.0 |
1638 | 2024-05-13T13:06:24.827Z | Compiling percent-encoding v2.3.1 |
1639 | 2024-05-13T13:06:25.139Z | Compiling tracing v0.1.40 |
1640 | 2024-05-13T13:06:25.510Z | Checking bytes v1.6.0 |
1641 | 2024-05-13T13:06:25.575Z | Checking bitflags v2.4.2 |
1642 | 2024-05-13T13:06:25.773Z | Compiling const-oid v0.9.6 |
1643 | 2024-05-13T13:06:25.940Z | Checking chrono v0.4.38 |
1644 | 2024-05-13T13:06:26.141Z | Compiling clap_derive v4.5.4 |
1645 | 2024-05-13T13:06:26.485Z | Compiling indexmap v2.2.6 |
1646 | 2024-05-13T13:06:27.062Z | Compiling serde_tokenstream v0.2.0 |
1647 | 2024-05-13T13:06:27.654Z | Checking tokio v1.37.0 |
1648 | 2024-05-13T13:06:27.924Z | Compiling uuid v1.8.0 |
1649 | 2024-05-13T13:06:27.949Z | Compiling semver v1.0.22 |
1650 | 2024-05-13T13:06:28.186Z | Compiling http v0.2.12 |
1651 | 2024-05-13T13:06:28.563Z | Compiling toml_datetime v0.6.5 |
1652 | 2024-05-13T13:06:28.728Z | Compiling serde_spanned v0.6.5 |
1653 | 2024-05-13T13:06:28.913Z | Compiling rustc_version v0.4.0 |
1654 | 2024-05-13T13:06:30.060Z | Compiling toml_edit v0.19.15 |
1655 | 2024-05-13T13:06:30.260Z | Compiling openapiv3 v2.0.0 |
1656 | 2024-05-13T13:06:30.699Z | Compiling dof v0.3.0 |
1657 | 2024-05-13T13:06:31.814Z | Compiling untrusted v0.9.0 |
1658 | 2024-05-13T13:06:31.971Z | Compiling untrusted v0.7.1 |
1659 | 2024-05-13T13:06:32.125Z | Compiling signal-hook v0.3.17 |
1660 | 2024-05-13T13:06:32.344Z | Compiling powerfmt v0.2.0 |
1661 | 2024-05-13T13:06:32.484Z | Compiling foreign-types-shared v0.1.1 |
1662 | 2024-05-13T13:06:32.592Z | Compiling foreign-types v0.3.2 |
1663 | 2024-05-13T13:06:32.627Z | Compiling deranged v0.3.11 |
1664 | 2024-05-13T13:06:32.719Z | Compiling usdt-macro v0.5.0 |
1665 | 2024-05-13T13:06:32.745Z | Compiling usdt-attr-macro v0.5.0 |
1666 | 2024-05-13T13:06:33.728Z | Compiling form_urlencoded v1.2.1 |
1667 | 2024-05-13T13:06:33.921Z | Compiling crypto-common v0.1.6 |
1668 | 2024-05-13T13:06:34.000Z | Compiling zerocopy-derive v0.6.6 |
1669 | 2024-05-13T13:06:34.120Z | Compiling num_threads v0.1.6 |
1670 | 2024-05-13T13:06:34.144Z | Compiling try-lock v0.2.4 |
1671 | 2024-05-13T13:06:34.239Z | Compiling siphasher v0.3.11 |
1672 | 2024-05-13T13:06:34.268Z | Compiling base64 v0.21.7 |
1673 | 2024-05-13T13:06:34.542Z | Compiling sct v0.7.0 |
1674 | 2024-05-13T13:06:34.803Z | Compiling want v0.3.1 |
1675 | 2024-05-13T13:06:34.843Z | Compiling time v0.3.34 |
1676 | 2024-05-13T13:06:35.049Z | Compiling rustls-webpki v0.101.7 |
1677 | 2024-05-13T13:06:35.743Z | Compiling tokio-util v0.7.10 |
1678 | 2024-05-13T13:06:35.799Z | Compiling http-body v0.4.5 |
1679 | 2024-05-13T13:06:36.425Z | Compiling block-buffer v0.10.4 |
1680 | 2024-05-13T13:06:36.554Z | Compiling idna v0.5.0 |
1681 | 2024-05-13T13:06:36.594Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1682 | 2024-05-13T13:06:36.654Z | Compiling h2 v0.3.26 |
1683 | 2024-05-13T13:06:37.017Z | Compiling openssl-probe v0.1.5 |
1684 | 2024-05-13T13:06:37.056Z | Compiling httpdate v1.0.3 |
1685 | 2024-05-13T13:06:37.202Z | Compiling tower-service v0.3.2 |
1686 | 2024-05-13T13:06:37.311Z | Compiling url v2.5.0 |
1687 | 2024-05-13T13:06:37.901Z | Compiling digest v0.10.7 |
1688 | 2024-05-13T13:06:38.303Z | Compiling heapless v0.7.16 |
1689 | 2024-05-13T13:06:38.612Z | Compiling idna v0.3.0 |
1690 | 2024-05-13T13:06:38.668Z | Compiling lazy_static v1.4.0 |
1691 | 2024-05-13T13:06:38.929Z | Compiling adler v1.0.2 |
1692 | 2024-05-13T13:06:39.247Z | Compiling psl-types v2.0.11 |
1693 | 2024-05-13T13:06:39.434Z | Compiling ppv-lite86 v0.2.17 |
1694 | 2024-05-13T13:06:39.977Z | Checking equivalent v1.0.1 |
1695 | 2024-05-13T13:06:40.001Z | Compiling crossbeam-epoch v0.9.18 |
1696 | 2024-05-13T13:06:40.141Z | Compiling rand_chacha v0.3.1 |
1697 | 2024-05-13T13:06:40.705Z | Compiling publicsuffix v2.2.3 |
1698 | 2024-05-13T13:06:40.931Z | Compiling tokio-native-tls v0.3.1 |
1699 | 2024-05-13T13:06:40.977Z | Compiling miniz_oxide v0.7.1 |
1700 | 2024-05-13T13:06:41.271Z | Compiling tokio-rustls v0.24.1 |
1701 | 2024-05-13T13:06:41.389Z | Compiling ipnet v2.9.0 |
1702 | 2024-05-13T13:06:41.608Z | Compiling bit-vec v0.6.3 |
1703 | 2024-05-13T13:06:41.633Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1704 | 2024-05-13T13:06:41.992Z | Compiling cookie_store v0.20.0 |
1705 | 2024-05-13T13:06:42.178Z | Compiling rand v0.8.5 |
1706 | 2024-05-13T13:06:42.304Z | Compiling hyper v0.14.28 |
1707 | 2024-05-13T13:06:42.539Z | Compiling rustls-pemfile v1.0.3 |
1708 | 2024-05-13T13:06:42.563Z | Compiling phf_shared v0.10.0 |
1709 | 2024-05-13T13:06:42.886Z | Compiling serde_urlencoded v0.7.1 |
1710 | 2024-05-13T13:06:43.049Z | Compiling encoding_rs v0.8.33 |
1711 | 2024-05-13T13:06:43.325Z | Compiling num-bigint v0.4.4 |
1712 | 2024-05-13T13:06:43.349Z | Compiling precomputed-hash v0.1.1 |
1713 | 2024-05-13T13:06:43.449Z | Compiling minimal-lexical v0.2.1 |
1714 | 2024-05-13T13:06:43.551Z | Compiling new_debug_unreachable v1.0.4 |
1715 | 2024-05-13T13:06:43.636Z | Compiling mime v0.3.17 |
1716 | 2024-05-13T13:06:43.878Z | Compiling base64ct v1.6.0 |
1717 | 2024-05-13T13:06:43.946Z | Compiling smoltcp v0.9.1 |
1718 | 2024-05-13T13:06:43.999Z | Compiling sync_wrapper v0.1.2 |
1719 | 2024-05-13T13:06:44.117Z | Compiling fixedbitset v0.4.2 |
1720 | 2024-05-13T13:06:44.142Z | Compiling webpki-roots v0.25.2 |
1721 | 2024-05-13T13:06:44.268Z | Compiling gimli v0.28.0 |
1722 | 2024-05-13T13:06:44.371Z | Compiling petgraph v0.6.4 |
1723 | 2024-05-13T13:06:44.500Z | Compiling pem-rfc7468 v0.7.0 |
1724 | 2024-05-13T13:06:44.899Z | Compiling nom v7.1.3 |
1725 | 2024-05-13T13:06:45.123Z | Compiling string_cache v0.8.7 |
1726 | 2024-05-13T13:06:45.500Z | Compiling bit-set v0.5.3 |
1727 | 2024-05-13T13:06:45.608Z | Compiling hmac v0.12.1 |
1728 | 2024-05-13T13:06:45.736Z | Compiling itertools v0.10.5 |
1729 | 2024-05-13T13:06:45.814Z | Compiling enum-as-inner v0.5.1 |
1730 | 2024-05-13T13:06:46.005Z | Compiling hubpack_derive v0.1.1 |
1731 | 2024-05-13T13:06:46.493Z | Compiling diesel_table_macro_syntax v0.1.0 |
1732 | 2024-05-13T13:06:46.676Z | Compiling object v0.32.1 |
1733 | 2024-05-13T13:06:46.764Z | Compiling unicode-segmentation v1.10.1 |
1734 | 2024-05-13T13:06:47.406Z | Compiling addr2line v0.21.0 |
1735 | 2024-05-13T13:06:47.436Z | Compiling rustc-demangle v0.1.23 |
1736 | 2024-05-13T13:06:47.556Z | Compiling flagset v0.4.3 |
1737 | 2024-05-13T13:06:47.756Z | Compiling hyper-tls v0.5.0 |
1738 | 2024-05-13T13:06:47.783Z | Compiling hyper-rustls v0.24.2 |
1739 | 2024-05-13T13:06:48.010Z | Compiling reqwest v0.11.27 |
1740 | 2024-05-13T13:06:48.074Z | Compiling lalrpop-util v0.19.12 |
1741 | 2024-05-13T13:06:48.099Z | Compiling der v0.7.8 |
1742 | 2024-05-13T13:06:48.313Z | Compiling diesel_derives v2.1.2 |
1743 | 2024-05-13T13:06:48.372Z | Compiling toml_edit v0.22.12 |
1744 | 2024-05-13T13:06:48.438Z | Compiling flate2 v1.0.28 |
1745 | 2024-05-13T13:06:48.566Z | Compiling futures-executor v0.3.30 |
1746 | 2024-05-13T13:06:49.054Z | Compiling cpufeatures v0.2.12 |
1747 | 2024-05-13T13:06:49.273Z | Compiling sha2 v0.10.8 |
1748 | 2024-05-13T13:06:50.452Z | Compiling spki v0.7.2 |
1749 | 2024-05-13T13:06:50.776Z | Compiling futures v0.3.30 |
1750 | 2024-05-13T13:06:50.890Z | Compiling md-5 v0.10.5 |
1751 | 2024-05-13T13:06:51.123Z | Compiling toml v0.7.8 |
1752 | 2024-05-13T13:06:51.807Z | Compiling hex v0.4.3 |
1753 | 2024-05-13T13:06:51.831Z | Compiling stringprep v0.1.3 |
1754 | 2024-05-13T13:06:51.884Z | Compiling strum_macros v0.25.2 |
1755 | 2024-05-13T13:06:52.526Z | Compiling serde_repr v0.1.16 |
1756 | 2024-05-13T13:06:53.081Z | Compiling num-integer v0.1.46 |
1757 | 2024-05-13T13:06:53.374Z | Compiling hash32 v0.2.1 |
1758 | 2024-05-13T13:06:53.512Z | Compiling fallible-iterator v0.2.0 |
1759 | 2024-05-13T13:06:53.693Z | Compiling stable_deref_trait v1.2.0 |
1760 | 2024-05-13T13:06:53.738Z | Checking unicode-ident v1.0.12 |
1761 | 2024-05-13T13:06:53.979Z | Compiling pkcs8 v0.10.2 |
1762 | 2024-05-13T13:06:54.085Z | Compiling postgres-protocol v0.6.6 |
1763 | 2024-05-13T13:06:54.795Z | Compiling phf_shared v0.11.2 |
1764 | 2024-05-13T13:06:55.122Z | Compiling terminal_size v0.3.0 |
1765 | 2024-05-13T13:06:55.175Z | Compiling ff v0.13.0 |
1766 | 2024-05-13T13:06:55.281Z | Compiling block-padding v0.3.3 |
1767 | 2024-05-13T13:06:55.309Z | Compiling scheduled-thread-pool v0.2.7 |
1768 | 2024-05-13T13:06:55.498Z | Compiling peg-runtime v0.8.3 |
1769 | 2024-05-13T13:06:55.670Z | Compiling bitflags v1.3.2 |
1770 | 2024-05-13T13:06:55.694Z | Compiling managed v0.8.0 |
1771 | 2024-05-13T13:06:55.773Z | Compiling matches v0.1.10 |
1772 | 2024-05-13T13:06:55.797Z | Compiling base16ct v0.2.0 |
1773 | 2024-05-13T13:06:55.821Z | Compiling regex-automata v0.1.10 |
1774 | 2024-05-13T13:06:55.862Z | Compiling clap_builder v4.5.2 |
1775 | 2024-05-13T13:06:56.070Z | Compiling sec1 v0.7.3 |
1776 | 2024-05-13T13:06:56.095Z | Compiling idna v0.2.3 |
1777 | 2024-05-13T13:06:56.228Z | Compiling bstr v0.2.17 |
1778 | 2024-05-13T13:06:56.550Z | Compiling r2d2 v0.8.10 |
1779 | 2024-05-13T13:06:56.844Z | Compiling inout v0.1.3 |
1780 | 2024-05-13T13:06:57.279Z | Compiling group v0.13.0 |
1781 | 2024-05-13T13:06:57.379Z | Compiling signal-hook-mio v0.2.3 |
1782 | 2024-05-13T13:06:57.404Z | Compiling phf v0.11.2 |
1783 | 2024-05-13T13:06:57.572Z | Compiling bzip2 v0.4.4 |
1784 | 2024-05-13T13:06:57.608Z | Compiling postgres-types v0.2.6 |
1785 | 2024-05-13T13:06:57.789Z | Compiling hubpack v0.1.2 |
1786 | 2024-05-13T13:06:57.923Z | Compiling hkdf v0.12.4 |
1787 | 2024-05-13T13:06:58.174Z | Compiling zerocopy v0.6.6 |
1788 | 2024-05-13T13:06:58.371Z | Compiling ipnetwork v0.20.0 |
1789 | 2024-05-13T13:06:58.822Z | Compiling crypto-bigint v0.5.2 |
1790 | 2024-05-13T13:06:58.885Z | Compiling float-cmp v0.9.0 |
1791 | 2024-05-13T13:06:59.080Z | Compiling memmap v0.7.0 |
1792 | 2024-05-13T13:06:59.254Z | Compiling difflib v0.4.0 |
1793 | 2024-05-13T13:06:59.385Z | Compiling predicates-core v1.0.6 |
1794 | 2024-05-13T13:06:59.688Z | Compiling whoami v1.5.1 |
1795 | 2024-05-13T13:07:00.238Z | Compiling data-encoding v2.4.0 |
1796 | 2024-05-13T13:07:00.489Z | Compiling static_assertions v1.1.0 |
1797 | 2024-05-13T13:07:00.557Z | Compiling normalize-line-endings v0.3.0 |
1798 | 2024-05-13T13:07:00.582Z | Compiling diesel v2.1.6 |
1799 | 2024-05-13T13:07:00.607Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1800 | 2024-05-13T13:07:00.631Z | Compiling elliptic-curve v0.13.8 |
1801 | 2024-05-13T13:07:00.683Z | Compiling predicates v3.1.0 |
1802 | 2024-05-13T13:07:01.276Z | Compiling trust-dns-proto v0.22.0 |
1803 | 2024-05-13T13:07:01.478Z | Compiling tokio-postgres v0.7.10 |
1804 | 2024-05-13T13:07:02.104Z | Compiling yasna v0.5.2 |
1805 | 2024-05-13T13:07:03.697Z | Compiling usdt v0.5.0 |
1806 | 2024-05-13T13:07:03.723Z | Compiling clap v4.5.4 |
1807 | 2024-05-13T13:07:03.780Z | Compiling zip v0.6.6 |
1808 | 2024-05-13T13:07:03.837Z | Compiling crossterm v0.27.0 |
1809 | 2024-05-13T13:07:04.140Z | Compiling cipher v0.4.4 |
1810 | 2024-05-13T13:07:04.576Z | Compiling similar v2.4.0 |
1811 | 2024-05-13T13:07:05.079Z | Checking proc-macro2 v1.0.81 |
1812 | 2024-05-13T13:07:05.130Z | Compiling num-iter v0.1.44 |
1813 | 2024-05-13T13:07:05.290Z | Compiling console v0.15.8 |
1814 | 2024-05-13T13:07:05.549Z | Compiling tokio-stream v0.1.15 |
1815 | 2024-05-13T13:07:05.632Z | Compiling bstr v1.9.0 |
1816 | 2024-05-13T13:07:06.275Z | Checking quote v1.0.36 |
1817 | 2024-05-13T13:07:10.561Z | Checking utf8parse v0.2.1 |
1818 | 2024-05-13T13:07:13.410Z | Checking anstyle v1.0.7 |
1819 | 2024-05-13T13:07:14.657Z | Checking anstyle-parse v0.2.1 |
1820 | 2024-05-13T13:07:14.897Z | Checking anstyle-query v1.0.0 |
1821 | 2024-05-13T13:07:14.921Z | Checking colorchoice v1.0.0 |
1822 | 2024-05-13T13:07:15.055Z | Checking anstream v0.6.11 |
1823 | 2024-05-13T13:07:15.163Z | Checking clap_lex v0.7.0 |
1824 | 2024-05-13T13:07:15.376Z | Checking strsim v0.11.0 |
1825 | 2024-05-13T13:07:18.102Z | Checking winnow v0.6.1 |
1826 | 2024-05-13T13:07:25.732Z | Compiling regress v0.9.1 |
1827 | 2024-05-13T13:07:26.177Z | Compiling getopts v0.2.21 |
1828 | 2024-05-13T13:07:26.361Z | Compiling unsafe-libyaml v0.2.10 |
1829 | 2024-05-13T13:07:26.420Z | Checking heck v0.5.0 |
1830 | 2024-05-13T13:07:27.018Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1831 | 2024-05-13T13:07:27.598Z | Compiling serde_yaml v0.9.25 |
1832 | 2024-05-13T13:07:27.722Z | Checking is-terminal v0.4.9 |
1833 | 2024-05-13T13:07:27.837Z | Checking camino v1.1.6 |
1834 | 2024-05-13T13:07:27.874Z | Checking base64 v0.22.1 |
1835 | 2024-05-13T13:07:28.035Z | Compiling ident_case v1.0.1 |
1836 | 2024-05-13T13:07:28.193Z | Compiling strsim v0.10.0 |
1837 | 2024-05-13T13:07:28.277Z | Compiling rayon-core v1.12.1 |
1838 | 2024-05-13T13:07:28.302Z | Checking sha1 v0.10.6 |
1839 | 2024-05-13T13:07:28.521Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1840 | 2024-05-13T13:07:28.566Z | Compiling darling_core v0.20.8 |
1841 | 2024-05-13T13:07:28.897Z | Checking http v1.0.0 |
1842 | 2024-05-13T13:07:29.178Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1843 | 2024-05-13T13:07:29.563Z | Compiling paste v1.0.14 |
1844 | 2024-05-13T13:07:29.654Z | Compiling strum_macros v0.26.1 |
1845 | 2024-05-13T13:07:30.015Z | Checking rustls-pki-types v1.3.0 |
1846 | 2024-05-13T13:07:30.048Z | Checking match_cfg v0.1.0 |
1847 | 2024-05-13T13:07:30.136Z | Checking fastrand v2.0.1 |
1848 | 2024-05-13T13:07:30.355Z | Checking hostname v0.3.1 |
1849 | 2024-05-13T13:07:30.408Z | Checking tempfile v3.10.1 |
1850 | 2024-05-13T13:07:30.701Z | Checking dirs-sys-next v0.1.2 |
1851 | 2024-05-13T13:07:30.855Z | Checking quick-error v1.2.3 |
1852 | 2024-05-13T13:07:30.976Z | Checking dirs-next v2.0.0 |
1853 | 2024-05-13T13:07:31.031Z | Checking crossbeam-channel v0.5.8 |
1854 | 2024-05-13T13:07:31.055Z | Checking thread_local v1.1.7 |
1855 | 2024-05-13T13:07:31.091Z | Compiling slog-async v2.8.0 |
1856 | 2024-05-13T13:07:31.297Z | Compiling rustls v0.22.4 |
1857 | 2024-05-13T13:07:31.497Z | Checking term v0.7.0 |
1858 | 2024-05-13T13:07:31.565Z | Checking rustls-webpki v0.102.1 |
1859 | 2024-05-13T13:07:31.590Z | Checking instant v0.1.12 |
1860 | 2024-05-13T13:07:31.676Z | Checking take_mut v0.2.2 |
1861 | 2024-05-13T13:07:31.701Z | Checking rustls-pemfile v2.1.2 |
1862 | 2024-05-13T13:07:31.853Z | Checking slog-term v2.9.1 |
1863 | 2024-05-13T13:07:31.908Z | Compiling blake3 v1.5.0 |
1864 | 2024-05-13T13:07:32.052Z | Compiling multer v3.1.0 |
1865 | 2024-05-13T13:07:32.257Z | Checking debug-ignore v1.0.5 |
1866 | 2024-05-13T13:07:32.371Z | Checking toml v0.8.12 |
1867 | 2024-05-13T13:07:32.395Z | Checking slog-json v2.6.1 |
1868 | 2024-05-13T13:07:32.671Z | Compiling crossbeam-deque v0.8.3 |
1869 | 2024-05-13T13:07:32.771Z | Compiling async-stream-impl v0.3.5 |
1870 | 2024-05-13T13:07:32.984Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1871 | 2024-05-13T13:07:33.051Z | Checking atomic-waker v1.1.1 |
1872 | 2024-05-13T13:07:33.238Z | Compiling same-file v1.0.6 |
1873 | 2024-05-13T13:07:33.432Z | Compiling walkdir v2.5.0 |
1874 | 2024-05-13T13:07:33.847Z | Checking strum v0.26.2 |
1875 | 2024-05-13T13:07:33.922Z | Checking async-stream v0.3.5 |
1876 | 2024-05-13T13:07:34.050Z | Checking waitgroup v0.1.2 |
1877 | 2024-05-13T13:07:34.092Z | Checking slog-bunyan v2.5.0 |
1878 | 2024-05-13T13:07:34.247Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1879 | 2024-05-13T13:07:34.371Z | Checking serde_path_to_error v0.1.16 |
1880 | 2024-05-13T13:07:34.395Z | Compiling darling_macro v0.20.8 |
1881 | 2024-05-13T13:07:34.514Z | Checking hostname v0.4.0 |
1882 | 2024-05-13T13:07:34.914Z | Compiling rayon v1.10.0 |
1883 | 2024-05-13T13:07:35.272Z | Checking tokio-rustls v0.25.0 |
1884 | 2024-05-13T13:07:35.297Z | Compiling darling v0.20.8 |
1885 | 2024-05-13T13:07:35.398Z | Compiling memmap2 v0.7.1 |
1886 | 2024-05-13T13:07:35.527Z | Compiling xattr v1.0.1 |
1887 | 2024-05-13T13:07:35.578Z | Compiling filetime v0.2.23 |
1888 | 2024-05-13T13:07:35.603Z | Compiling arrayvec v0.7.4 |
1889 | 2024-05-13T13:07:35.752Z | Compiling home v0.5.5 |
1890 | 2024-05-13T13:07:35.776Z | Compiling arrayref v0.3.7 |
1891 | 2024-05-13T13:07:35.869Z | Compiling constant_time_eq v0.3.0 |
1892 | 2024-05-13T13:07:35.896Z | Compiling toolchain_find v0.4.0 |
1893 | 2024-05-13T13:07:35.938Z | Compiling tar v0.4.40 |
1894 | 2024-05-13T13:07:35.981Z | Compiling serde_with_macros v3.7.0 |
1895 | 2024-05-13T13:07:36.047Z | Compiling camino-tempfile v1.1.1 |
1896 | 2024-05-13T13:07:36.829Z | Compiling topological-sort v0.2.2 |
1897 | 2024-05-13T13:07:37.020Z | Checking newtype-uuid v1.1.0 |
1898 | 2024-05-13T13:07:37.226Z | Compiling rustfmt-wrapper v0.2.1 |
1899 | 2024-05-13T13:07:37.740Z | Checking wait-timeout v0.2.0 |
1900 | 2024-05-13T13:07:37.765Z | Compiling structmeta-derive v0.3.0 |
1901 | 2024-05-13T13:07:37.909Z | Checking rusty-fork v0.3.0 |
1902 | 2024-05-13T13:07:37.934Z | Compiling structmeta-derive v0.2.0 |
1903 | 2024-05-13T13:07:38.162Z | Checking rand_xorshift v0.3.0 |
1904 | 2024-05-13T13:07:38.318Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1905 | 2024-05-13T13:07:38.622Z | Checking serde_with v3.7.0 |
1906 | 2024-05-13T13:07:38.822Z | Checking unarray v0.1.4 |
1907 | 2024-05-13T13:07:38.953Z | Checking proptest v1.4.0 |
1908 | 2024-05-13T13:07:39.082Z | Compiling omicron-zone-package v0.11.0 |
1909 | 2024-05-13T13:07:39.887Z | Checking backoff v0.4.0 |
1910 | 2024-05-13T13:07:40.140Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1911 | 2024-05-13T13:07:40.233Z | Compiling structmeta v0.3.0 |
1912 | 2024-05-13T13:07:40.354Z | Compiling structmeta v0.2.0 |
1913 | 2024-05-13T13:07:40.607Z | Compiling parse-display-derive v0.9.0 |
1914 | 2024-05-13T13:07:40.728Z | Compiling test-strategy v0.3.1 |
1915 | 2024-05-13T13:07:40.785Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-05-13T13:07:40.911Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1917 | 2024-05-13T13:07:41.129Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1918 | 2024-05-13T13:07:41.222Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-05-13T13:07:41.356Z | Checking macaddr v1.0.1 |
1920 | 2024-05-13T13:07:41.632Z | Compiling proc-macro-error-attr v1.0.4 |
1921 | 2024-05-13T13:07:41.799Z | Compiling proc-macro-error v1.0.4 |
1922 | 2024-05-13T13:07:42.206Z | Compiling proc-macro-crate v1.3.1 |
1923 | 2024-05-13T13:07:42.697Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1924 | 2024-05-13T13:07:43.164Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1925 | 2024-05-13T13:07:43.190Z | Compiling num_enum_derive v0.5.11 |
1926 | 2024-05-13T13:07:43.242Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1927 | 2024-05-13T13:07:43.340Z | Compiling foreign-types-macros v0.2.3 |
1928 | 2024-05-13T13:07:43.527Z | Checking foreign-types-shared v0.3.1 |
1929 | 2024-05-13T13:07:43.638Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1930 | 2024-05-13T13:07:44.067Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1931 | 2024-05-13T13:07:44.164Z | Checking cstr-argument v0.1.2 |
1932 | 2024-05-13T13:07:44.327Z | Checking pretty-hex v0.2.1 |
1933 | 2024-05-13T13:07:44.446Z | Checking foreign-types v0.5.0 |
1934 | 2024-05-13T13:07:44.471Z | Checking tabwriter v1.4.0 |
1935 | 2024-05-13T13:07:44.495Z | Checking colored v2.1.0 |
1936 | 2024-05-13T13:07:44.553Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1937 | 2024-05-13T13:07:44.639Z | Checking parse-display v0.9.0 |
1938 | 2024-05-13T13:07:44.682Z | Checking socket2 v0.4.9 |
1939 | 2024-05-13T13:07:44.745Z | Checking smf v0.2.3 |
1940 | 2024-05-13T13:07:44.808Z | Checking humantime v2.1.0 |
1941 | 2024-05-13T13:07:44.845Z | Checking termcolor v1.2.0 |
1942 | 2024-05-13T13:07:44.947Z | Checking arc-swap v1.6.0 |
1943 | 2024-05-13T13:07:45.054Z | Checking utf-8 v0.7.6 |
1944 | 2024-05-13T13:07:45.079Z | Checking newline-converter v0.3.0 |
1945 | 2024-05-13T13:07:45.262Z | Checking tungstenite v0.20.1 |
1946 | 2024-05-13T13:07:45.304Z | Checking expectorate v1.1.0 |
1947 | 2024-05-13T13:07:45.335Z | Checking slog-scope v4.4.0 |
1948 | 2024-05-13T13:07:45.454Z | Checking termtree v0.4.1 |
1949 | 2024-05-13T13:07:45.517Z | Checking slog-stdlog v4.1.1 |
1950 | 2024-05-13T13:07:45.545Z | Checking num_enum v0.5.11 |
1951 | 2024-05-13T13:07:45.633Z | Compiling heapless v0.8.0 |
1952 | 2024-05-13T13:07:45.658Z | Checking predicates-tree v1.0.9 |
1953 | 2024-05-13T13:07:45.682Z | Checking slog-envlogger v2.2.0 |
1954 | 2024-05-13T13:07:45.707Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1955 | 2024-05-13T13:07:45.789Z | Checking hash32 v0.3.1 |
1956 | 2024-05-13T13:07:45.873Z | Compiling smoltcp v0.11.0 |
1957 | 2024-05-13T13:07:45.922Z | Checking embedded-io v0.4.0 |
1958 | 2024-05-13T13:07:45.958Z | Compiling crucible-workspace-hack v0.1.0 |
1959 | 2024-05-13T13:07:45.983Z | Checking tokio-tungstenite v0.20.1 |
1960 | 2024-05-13T13:07:46.007Z | Checking cobs v0.2.3 |
1961 | 2024-05-13T13:07:46.102Z | Checking sigpipe v0.1.3 |
1962 | 2024-05-13T13:07:46.169Z | Checking postcard v1.0.8 |
1963 | 2024-05-13T13:07:46.227Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1964 | 2024-05-13T13:07:46.257Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1965 | 2024-05-13T13:07:46.386Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1966 | 2024-05-13T13:07:46.486Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1967 | 2024-05-13T13:07:46.553Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1968 | 2024-05-13T13:07:46.579Z | Checking atty v0.2.14 |
1969 | 2024-05-13T13:07:46.692Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1970 | 2024-05-13T13:07:46.772Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1971 | 2024-05-13T13:07:46.889Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1972 | 2024-05-13T13:07:47.197Z | Compiling num-derive v0.4.0 |
1973 | 2024-05-13T13:07:47.288Z | Compiling mockall_derive v0.12.1 |
1974 | 2024-05-13T13:07:47.395Z | Checking downcast v0.11.0 |
1975 | 2024-05-13T13:07:47.434Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1976 | 2024-05-13T13:07:47.694Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1977 | 2024-05-13T13:07:47.719Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1978 | 2024-05-13T13:07:47.991Z | Checking fragile v2.0.0 |
1979 | 2024-05-13T13:07:48.160Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1980 | 2024-05-13T13:07:48.222Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1981 | 2024-05-13T13:07:48.408Z | Checking pem v3.0.4 |
1982 | 2024-05-13T13:07:48.433Z | Checking env_logger v0.9.3 |
1983 | 2024-05-13T13:07:48.628Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-05-13T13:07:48.778Z | Compiling bitstruct_derive v0.1.0 |
1985 | 2024-05-13T13:07:48.808Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-05-13T13:07:48.919Z | Checking ascii v1.1.0 |
1987 | 2024-05-13T13:07:48.943Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1988 | 2024-05-13T13:07:49.079Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-05-13T13:07:49.103Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1990 | 2024-05-13T13:07:49.262Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1991 | 2024-05-13T13:07:49.286Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-05-13T13:07:49.311Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1993 | 2024-05-13T13:07:49.481Z | Checking serde_arrays v0.1.0 |
1994 | 2024-05-13T13:07:49.533Z | Checking erased-serde v0.3.31 |
1995 | 2024-05-13T13:07:49.557Z | Compiling heck v0.3.3 |
1996 | 2024-05-13T13:07:49.626Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1997 | 2024-05-13T13:07:49.850Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1998 | 2024-05-13T13:07:49.909Z | Checking tungstenite v0.21.0 |
1999 | 2024-05-13T13:07:49.933Z | Compiling zone_cfg_derive v0.1.2 |
2000 | 2024-05-13T13:07:49.958Z | Checking bitstruct v0.1.1 |
2001 | 2024-05-13T13:07:49.998Z | Checking base64 v0.13.1 |
2002 | 2024-05-13T13:07:50.331Z | Checking ron v0.7.1 |
2003 | 2024-05-13T13:07:50.408Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2004 | 2024-05-13T13:07:50.639Z | Checking tokio-tungstenite v0.21.0 |
2005 | 2024-05-13T13:07:50.963Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2006 | 2024-05-13T13:07:51.021Z | Checking headers-core v0.2.0 |
2007 | 2024-05-13T13:07:51.150Z | Checking portpicker v0.1.1 |
2008 | 2024-05-13T13:07:51.196Z | Checking zone v0.1.8 |
2009 | 2024-05-13T13:07:51.257Z | Checking headers v0.3.9 |
2010 | 2024-05-13T13:07:51.281Z | Checking rcgen v0.12.1 |
2011 | 2024-05-13T13:07:51.481Z | Checking atomicwrites v0.4.3 |
2012 | 2024-05-13T13:07:51.644Z | Checking subprocess v0.2.9 |
2013 | 2024-05-13T13:07:51.742Z | Checking linked-hash-map v0.5.6 |
2014 | 2024-05-13T13:07:51.824Z | Checking password-hash v0.5.0 |
2015 | 2024-05-13T13:07:52.015Z | Checking lru-cache v0.1.2 |
2016 | 2024-05-13T13:07:52.084Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2017 | 2024-05-13T13:07:52.111Z | Checking blake2 v0.10.6 |
2018 | 2024-05-13T13:07:52.184Z | Checking swrite v0.1.0 |
2019 | 2024-05-13T13:07:52.208Z | Checking itertools v0.12.1 |
2020 | 2024-05-13T13:07:52.233Z | Compiling derive-where v1.2.7 |
2021 | 2024-05-13T13:07:52.297Z | Checking resolv-conf v0.7.0 |
2022 | 2024-05-13T13:07:52.343Z | Checking half v2.3.1 |
2023 | 2024-05-13T13:07:52.526Z | Checking argon2 v0.5.3 |
2024 | 2024-05-13T13:07:52.646Z | Checking trust-dns-resolver v0.22.0 |
2025 | 2024-05-13T13:07:52.805Z | Compiling cancel-safe-futures v0.1.5 |
2026 | 2024-05-13T13:07:53.092Z | Checking ciborium-io v0.2.2 |
2027 | 2024-05-13T13:07:53.117Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2028 | 2024-05-13T13:07:53.193Z | Checking ciborium-ll v0.2.2 |
2029 | 2024-05-13T13:07:53.443Z | Checking ciborium v0.2.2 |
2030 | 2024-05-13T13:07:53.807Z | Checking bytecount v0.6.3 |
2031 | 2024-05-13T13:07:53.893Z | Compiling tabled_derive v0.7.0 |
2032 | 2024-05-13T13:07:53.931Z | Checking mockall v0.12.1 |
2033 | 2024-05-13T13:07:53.955Z | Checking papergrid v0.11.0 |
2034 | 2024-05-13T13:07:54.132Z | Compiling slog-dtrace v0.3.0 |
2035 | 2024-05-13T13:07:54.266Z | Compiling semver v0.1.20 |
2036 | 2024-05-13T13:07:54.297Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2037 | 2024-05-13T13:07:54.410Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2038 | 2024-05-13T13:07:54.453Z | Checking libsw v3.3.1 |
2039 | 2024-05-13T13:07:54.675Z | Compiling rustc_version v0.1.7 |
2040 | 2024-05-13T13:07:54.700Z | Checking linear-map v1.2.0 |
2041 | 2024-05-13T13:07:54.813Z | Checking owo-colors v4.0.0 |
2042 | 2024-05-13T13:07:55.104Z | Compiling newtype_derive v0.1.6 |
2043 | 2024-05-13T13:07:55.142Z | Compiling num-rational v0.4.1 |
2044 | 2024-05-13T13:07:55.226Z | Compiling unicode-xid v0.2.4 |
2045 | 2024-05-13T13:07:55.312Z | Compiling radium v0.7.0 |
2046 | 2024-05-13T13:07:55.385Z | Checking num-complex v0.4.5 |
2047 | 2024-05-13T13:07:55.537Z | Checking steno v0.4.0 |
2048 | 2024-05-13T13:07:55.728Z | Checking nibble_vec v0.1.0 |
2049 | 2024-05-13T13:07:55.896Z | Checking endian-type v0.1.2 |
2050 | 2024-05-13T13:07:56.028Z | Checking tabled v0.15.0 |
2051 | 2024-05-13T13:07:56.078Z | Compiling maybe-uninit v2.0.0 |
2052 | 2024-05-13T13:07:56.103Z | Checking tap v1.0.1 |
2053 | 2024-05-13T13:07:56.177Z | Checking num v0.4.2 |
2054 | 2024-05-13T13:07:56.211Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2055 | 2024-05-13T13:07:56.241Z | Checking wyz v0.5.1 |
2056 | 2024-05-13T13:07:56.271Z | Checking radix_trie v0.2.1 |
2057 | 2024-05-13T13:07:56.579Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2058 | 2024-05-13T13:07:56.617Z | Checking fxhash v0.2.1 |
2059 | 2024-05-13T13:07:56.768Z | Checking funty v2.0.0 |
2060 | 2024-05-13T13:07:56.885Z | Compiling num-bigint-dig v0.8.4 |
2061 | 2024-05-13T13:07:57.141Z | Checking crc-catalog v2.2.0 |
2062 | 2024-05-13T13:07:57.261Z | Compiling packed_struct v0.10.1 |
2063 | 2024-05-13T13:07:57.340Z | Checking crc v3.0.1 |
2064 | 2024-05-13T13:07:57.555Z | Checking bitvec v1.0.1 |
2065 | 2024-05-13T13:07:57.680Z | Compiling packed_struct_codegen v0.10.1 |
2066 | 2024-05-13T13:07:57.728Z | Compiling indexmap v1.9.3 |
2067 | 2024-05-13T13:07:57.752Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2068 | 2024-05-13T13:07:57.777Z | Checking nodrop v0.1.14 |
2069 | 2024-05-13T13:07:57.883Z | Checking array-init v0.0.4 |
2070 | 2024-05-13T13:07:58.007Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2071 | 2024-05-13T13:07:58.031Z | Checking smallvec v0.6.14 |
2072 | 2024-05-13T13:07:58.411Z | Checking pkcs1 v0.7.5 |
2073 | 2024-05-13T13:07:58.530Z | Checking signature v2.1.0 |
2074 | 2024-05-13T13:07:58.682Z | Checking bitfield v0.14.0 |
2075 | 2024-05-13T13:07:58.706Z | Checking hashbrown v0.12.3 |
2076 | 2024-05-13T13:07:58.746Z | Checking serde-hex v0.1.0 |
2077 | 2024-05-13T13:07:58.907Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2078 | 2024-05-13T13:07:59.114Z | Checking env_logger v0.10.0 |
2079 | 2024-05-13T13:07:59.477Z | Checking x509-cert v0.2.4 |
2080 | 2024-05-13T13:07:59.993Z | Checking ron v0.8.1 |
2081 | 2024-05-13T13:08:00.067Z | Checking rsa v0.9.2 |
2082 | 2024-05-13T13:08:00.094Z | Checking hashbrown v0.13.2 |
2083 | 2024-05-13T13:08:00.140Z | Checking crc-any v2.4.3 |
2084 | 2024-05-13T13:08:00.440Z | Checking display-error-chain v0.2.0 |
2085 | 2024-05-13T13:08:00.565Z | Checking path-slash v0.1.5 |
2086 | 2024-05-13T13:08:00.690Z | Compiling convert_case v0.4.0 |
2087 | 2024-05-13T13:08:00.770Z | Compiling async-recursion v1.1.0 |
2088 | 2024-05-13T13:08:00.881Z | Compiling buf-list v1.0.3 |
2089 | 2024-05-13T13:08:00.930Z | Checking object v0.30.4 |
2090 | 2024-05-13T13:08:01.033Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2091 | 2024-05-13T13:08:01.262Z | Checking maplit v1.0.2 |
2092 | 2024-05-13T13:08:01.360Z | Checking gethostname v0.4.3 |
2093 | 2024-05-13T13:08:01.493Z | Compiling parking_lot_core v0.8.6 |
2094 | 2024-05-13T13:08:01.526Z | Compiling derive_more v0.99.17 |
2095 | 2024-05-13T13:08:01.745Z | Compiling libefi-sys v0.1.0 |
2096 | 2024-05-13T13:08:01.907Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2097 | 2024-05-13T13:08:02.196Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2098 | 2024-05-13T13:08:02.239Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2099 | 2024-05-13T13:08:02.346Z | Checking keccak v0.1.4 |
2100 | 2024-05-13T13:08:02.374Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2101 | 2024-05-13T13:08:02.399Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2102 | 2024-05-13T13:08:02.598Z | Checking parking_lot v0.11.2 |
2103 | 2024-05-13T13:08:02.658Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2104 | 2024-05-13T13:08:02.683Z | Checking sha3 v0.10.8 |
2105 | 2024-05-13T13:08:02.722Z | Checking trust-dns-client v0.22.0 |
2106 | 2024-05-13T13:08:02.762Z | Compiling synstructure v0.12.6 |
2107 | 2024-05-13T13:08:02.905Z | Checking toml v0.5.11 |
2108 | 2024-05-13T13:08:03.028Z | Checking secrecy v0.8.0 |
2109 | 2024-05-13T13:08:03.203Z | Compiling pin-project-internal v1.1.3 |
2110 | 2024-05-13T13:08:03.727Z | Checking sled v0.34.7 |
2111 | 2024-05-13T13:08:04.069Z | Checking trust-dns-server v0.22.1 |
2112 | 2024-05-13T13:08:04.235Z | Compiling zerocopy-derive v0.2.0 |
2113 | 2024-05-13T13:08:05.714Z | Checking pin-project v1.1.3 |
2114 | 2024-05-13T13:08:05.771Z | Compiling vte_generate_state_changes v0.1.1 |
2115 | 2024-05-13T13:08:05.822Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2116 | 2024-05-13T13:08:05.859Z | Checking fd-lock v4.0.2 |
2117 | 2024-05-13T13:08:06.033Z | Checking glob v0.3.1 |
2118 | 2024-05-13T13:08:06.105Z | Compiling usdt-impl v0.3.5 |
2119 | 2024-05-13T13:08:06.130Z | Checking nu-ansi-term v0.50.0 |
2120 | 2024-05-13T13:08:06.300Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2121 | 2024-05-13T13:08:06.338Z | Checking vte v0.11.1 |
2122 | 2024-05-13T13:08:06.463Z | Compiling zerocopy v0.3.0 |
2123 | 2024-05-13T13:08:06.549Z | Compiling platforms v3.0.2 |
2124 | 2024-05-13T13:08:06.600Z | Compiling prettyplease v0.2.19 |
2125 | 2024-05-13T13:08:06.882Z | Compiling dtrace-parser v0.1.14 |
2126 | 2024-05-13T13:08:06.911Z | Compiling snafu-derive v0.8.2 |
2127 | 2024-05-13T13:08:07.100Z | Compiling dof v0.1.5 |
2128 | 2024-05-13T13:08:07.414Z | Checking strip-ansi-escapes v0.2.0 |
2129 | 2024-05-13T13:08:07.608Z | Checking reedline v0.31.0 |
2130 | 2024-05-13T13:08:08.062Z | Checking globset v0.4.13 |
2131 | 2024-05-13T13:08:08.466Z | Checking olpc-cjson v0.1.3 |
2132 | 2024-05-13T13:08:08.490Z | Compiling serde_tokenstream v0.1.7 |
2133 | 2024-05-13T13:08:08.515Z | Checking serde_plain v1.0.2 |
2134 | 2024-05-13T13:08:08.719Z | Compiling memoffset v0.7.1 |
2135 | 2024-05-13T13:08:08.924Z | Compiling crunchy v0.2.2 |
2136 | 2024-05-13T13:08:08.990Z | Checking typed-path v0.7.0 |
2137 | 2024-05-13T13:08:09.351Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2138 | 2024-05-13T13:08:09.501Z | Compiling curve25519-dalek v4.1.2 |
2139 | 2024-05-13T13:08:09.568Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2140 | 2024-05-13T13:08:09.734Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2141 | 2024-05-13T13:08:09.785Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2142 | 2024-05-13T13:08:10.025Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2143 | 2024-05-13T13:08:10.771Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2144 | 2024-05-13T13:08:11.477Z | Checking fs-err v2.11.0 |
2145 | 2024-05-13T13:08:11.599Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2146 | 2024-05-13T13:08:11.667Z | Checking snafu v0.8.2 |
2147 | 2024-05-13T13:08:11.744Z | Compiling clang-sys v1.6.1 |
2148 | 2024-05-13T13:08:12.065Z | Checking tough v0.17.1 |
2149 | 2024-05-13T13:08:12.342Z | Compiling unicase v2.7.0 |
2150 | 2024-05-13T13:08:12.667Z | Compiling tiny-keccak v2.0.2 |
2151 | 2024-05-13T13:08:12.792Z | Checking parse-size v1.0.0 |
2152 | 2024-05-13T13:08:13.038Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2153 | 2024-05-13T13:08:13.091Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2154 | 2024-05-13T13:08:13.430Z | Compiling usdt-macro v0.3.5 |
2155 | 2024-05-13T13:08:13.522Z | Compiling usdt-attr-macro v0.3.5 |
2156 | 2024-05-13T13:08:13.681Z | Checking universal-hash v0.5.1 |
2157 | 2024-05-13T13:08:13.831Z | Compiling thiserror-impl-no-std v2.0.2 |
2158 | 2024-05-13T13:08:14.563Z | Compiling curve25519-dalek-derive v0.1.0 |
2159 | 2024-05-13T13:08:14.609Z | Checking nanorand v0.7.0 |
2160 | 2024-05-13T13:08:14.765Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2161 | 2024-05-13T13:08:14.789Z | Compiling cfg_aliases v0.1.1 |
2162 | 2024-05-13T13:08:14.889Z | Checking opaque-debug v0.3.0 |
2163 | 2024-05-13T13:08:14.925Z | Compiling salty v0.2.0 |
2164 | 2024-05-13T13:08:14.980Z | Checking signature v1.6.4 |
2165 | 2024-05-13T13:08:15.103Z | Checking poly1305 v0.8.0 |
2166 | 2024-05-13T13:08:15.127Z | Checking ed25519 v1.5.3 |
2167 | 2024-05-13T13:08:15.127Z | Checking flume v0.11.0 |
2168 | 2024-05-13T13:08:15.287Z | Compiling nix v0.28.0 |
2169 | 2024-05-13T13:08:15.390Z | Checking usdt v0.3.5 |
2170 | 2024-05-13T13:08:15.531Z | Compiling ascii-canvas v3.0.0 |
2171 | 2024-05-13T13:08:15.555Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2172 | 2024-05-13T13:08:15.961Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2173 | 2024-05-13T13:08:15.986Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2174 | 2024-05-13T13:08:15.986Z | Checking chacha20 v0.9.1 |
2175 | 2024-05-13T13:08:16.183Z | Checking aead v0.5.2 |
2176 | 2024-05-13T13:08:16.301Z | Checking serde-big-array v0.5.1 |
2177 | 2024-05-13T13:08:16.381Z | Checking kstat-rs v0.2.3 |
2178 | 2024-05-13T13:08:16.405Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2179 | 2024-05-13T13:08:16.405Z | Compiling ena v0.14.2 |
2180 | 2024-05-13T13:08:16.488Z | Compiling libloading v0.7.4 |
2181 | 2024-05-13T13:08:16.516Z | Checking thiserror-no-std v2.0.2 |
2182 | 2024-05-13T13:08:16.619Z | Compiling diff v0.1.13 |
2183 | 2024-05-13T13:08:16.779Z | Compiling bindgen v0.69.2 |
2184 | 2024-05-13T13:08:16.845Z | Compiling regex-syntax v0.6.29 |
2185 | 2024-05-13T13:08:16.869Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2186 | 2024-05-13T13:08:17.176Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2187 | 2024-05-13T13:08:17.340Z | Checking vsss-rs v3.3.4 |
2188 | 2024-05-13T13:08:17.403Z | Checking chacha20poly1305 v0.10.1 |
2189 | 2024-05-13T13:08:17.909Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2190 | 2024-05-13T13:08:18.112Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2191 | 2024-05-13T13:08:18.332Z | Checking signal-hook-tokio v0.3.1 |
2192 | 2024-05-13T13:08:18.494Z | Compiling cexpr v0.6.0 |
2193 | 2024-05-13T13:08:18.757Z | Checking serde-big-array v0.4.1 |
2194 | 2024-05-13T13:08:18.906Z | Compiling which v4.4.0 |
2195 | 2024-05-13T13:08:19.522Z | Compiling lalrpop v0.19.12 |
2196 | 2024-05-13T13:08:19.958Z | Compiling lazycell v1.3.0 |
2197 | 2024-05-13T13:08:20.071Z | Compiling ref-cast v1.0.22 |
2198 | 2024-05-13T13:08:20.132Z | Compiling rustc-hash v1.1.0 |
2199 | 2024-05-13T13:08:20.226Z | Compiling peeking_take_while v0.1.2 |
2200 | 2024-05-13T13:08:20.286Z | Compiling shlex v1.3.0 |
2201 | 2024-05-13T13:08:20.367Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2202 | 2024-05-13T13:08:20.631Z | Compiling mime_guess v2.0.4 |
2203 | 2024-05-13T13:08:21.703Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2204 | 2024-05-13T13:08:21.808Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2205 | 2024-05-13T13:08:22.060Z | Compiling derive_builder_core v0.20.0 |
2206 | 2024-05-13T13:08:23.304Z | Compiling peg-macros v0.8.3 |
2207 | 2024-05-13T13:08:23.894Z | Compiling sqlparser_derive v0.2.2 |
2208 | 2024-05-13T13:08:24.154Z | Compiling ref-cast-impl v1.0.22 |
2209 | 2024-05-13T13:08:24.809Z | Compiling libxml v0.3.3 |
2210 | 2024-05-13T13:08:25.128Z | Checking unicode_categories v0.1.1 |
2211 | 2024-05-13T13:08:25.261Z | Checking corncobs v0.1.3 |
2212 | 2024-05-13T13:08:25.285Z | Checking rustyline v14.0.0 |
2213 | 2024-05-13T13:08:25.388Z | Checking sqlformat v0.2.3 |
2214 | 2024-05-13T13:08:25.413Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2215 | 2024-05-13T13:08:25.737Z | Checking sqlparser v0.45.0 |
2216 | 2024-05-13T13:08:26.259Z | Checking peg v0.8.3 |
2217 | 2024-05-13T13:08:26.354Z | Compiling derive_builder_macro v0.20.0 |
2218 | 2024-05-13T13:08:26.683Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2219 | 2024-05-13T13:08:26.945Z | Checking bcs v0.1.6 |
2220 | 2024-05-13T13:08:27.079Z | Compiling strum_macros v0.24.3 |
2221 | 2024-05-13T13:08:27.338Z | Compiling cookie v0.18.1 |
2222 | 2024-05-13T13:08:27.689Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2223 | 2024-05-13T13:08:27.869Z | Compiling indoc v1.0.9 |
2224 | 2024-05-13T13:08:28.028Z | Checking highway v1.1.0 |
2225 | 2024-05-13T13:08:28.554Z | Checking derive_builder v0.20.0 |
2226 | 2024-05-13T13:08:29.298Z | Compiling const_format_proc_macros v0.2.32 |
2227 | 2024-05-13T13:08:30.331Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2228 | 2024-05-13T13:08:30.405Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2229 | 2024-05-13T13:08:30.438Z | Checking bb8 v0.8.3 |
2230 | 2024-05-13T13:08:30.595Z | Checking quick-xml v0.31.0 |
2231 | 2024-05-13T13:08:30.630Z | Compiling impl-trait-for-tuples v0.2.2 |
2232 | 2024-05-13T13:08:30.822Z | Compiling oso-derive v0.27.3 |
2233 | 2024-05-13T13:08:31.227Z | Checking http-range v0.1.5 |
2234 | 2024-05-13T13:08:31.385Z | Checking hyper-staticfile v0.9.5 |
2235 | 2024-05-13T13:08:31.702Z | Checking const_format v0.2.32 |
2236 | 2024-05-13T13:08:31.734Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2237 | 2024-05-13T13:08:32.090Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2238 | 2024-05-13T13:08:32.627Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2239 | 2024-05-13T13:08:32.652Z | Checking assert_matches v1.5.0 |
2240 | 2024-05-13T13:08:32.745Z | Checking rand_seeder v0.2.3 |
2241 | 2024-05-13T13:08:32.944Z | Compiling portable-atomic v1.4.3 |
2242 | 2024-05-13T13:08:33.210Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2243 | 2024-05-13T13:08:33.402Z | Checking number_prefix v0.4.0 |
2244 | 2024-05-13T13:08:33.561Z | Checking castaway v0.2.2 |
2245 | 2024-05-13T13:08:33.646Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2246 | 2024-05-13T13:08:33.705Z | Checking compact_str v0.7.1 |
2247 | 2024-05-13T13:08:34.122Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2248 | 2024-05-13T13:08:34.319Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2249 | 2024-05-13T13:08:34.374Z | Checking lru v0.12.1 |
2250 | 2024-05-13T13:08:34.568Z | Compiling stability v0.2.0 |
2251 | 2024-05-13T13:08:34.609Z | Checking cassowary v0.3.0 |
2252 | 2024-05-13T13:08:34.684Z | Checking indicatif v0.17.8 |
2253 | 2024-05-13T13:08:34.946Z | Compiling indoc v2.0.3 |
2254 | 2024-05-13T13:08:35.357Z | Checking smawk v0.3.1 |
2255 | 2024-05-13T13:08:35.390Z | Checking unicode-linebreak v0.1.5 |
2256 | 2024-05-13T13:08:35.414Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2257 | 2024-05-13T13:08:35.528Z | Checking is_ci v1.2.0 |
2258 | 2024-05-13T13:08:35.645Z | Checking supports-color v3.0.0 |
2259 | 2024-05-13T13:08:35.698Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2260 | 2024-05-13T13:08:35.725Z | Checking textwrap v0.16.1 |
2261 | 2024-05-13T13:08:35.811Z | Checking fatfs v0.3.6 |
2262 | 2024-05-13T13:08:35.882Z | Checking ratatui v0.26.2 |
2263 | 2024-05-13T13:08:36.050Z | Checking rtoolbox v0.0.1 |
2264 | 2024-05-13T13:08:36.211Z | Checking rpassword v7.3.1 |
2265 | 2024-05-13T13:08:36.334Z | Checking shell-words v1.1.0 |
2266 | 2024-05-13T13:08:36.475Z | Checking yansi v0.5.1 |
2267 | 2024-05-13T13:08:36.703Z | Compiling target-lexicon v0.12.13 |
2268 | 2024-05-13T13:08:36.817Z | Checking pretty_assertions v1.4.0 |
2269 | 2024-05-13T13:08:36.984Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2270 | 2024-05-13T13:08:37.043Z | Compiling doc-comment v0.3.3 |
2271 | 2024-05-13T13:08:37.687Z | Compiling guppy-workspace-hack v0.1.0 |
2272 | 2024-05-13T13:08:37.867Z | Checking plotters-backend v0.3.5 |
2273 | 2024-05-13T13:08:38.155Z | Checking plotters-svg v0.3.5 |
2274 | 2024-05-13T13:08:38.270Z | Checking tui-tree-widget v0.19.0 |
2275 | 2024-05-13T13:08:38.321Z | Checking http-body v1.0.0 |
2276 | 2024-05-13T13:08:38.345Z | Checking tower-layer v0.3.2 |
2277 | 2024-05-13T13:08:38.503Z | Compiling assert_cmd v2.0.14 |
2278 | 2024-05-13T13:08:38.532Z | Checking cast v0.3.0 |
2279 | 2024-05-13T13:08:38.558Z | Compiling target-spec v3.1.0 |
2280 | 2024-05-13T13:08:38.583Z | Checking tower v0.4.13 |
2281 | 2024-05-13T13:08:38.770Z | Checking criterion-plot v0.5.0 |
2282 | 2024-05-13T13:08:38.856Z | Checking hyper v1.1.0 |
2283 | 2024-05-13T13:08:39.086Z | Checking plotters v0.3.5 |
2284 | 2024-05-13T13:08:39.187Z | Checking cfg-expr v0.15.6 |
2285 | 2024-05-13T13:08:39.301Z | Checking tinytemplate v1.2.1 |
2286 | 2024-05-13T13:08:39.629Z | Checking cargo-platform v0.1.3 |
2287 | 2024-05-13T13:08:39.726Z | Checking oorandom v11.1.3 |
2288 | 2024-05-13T13:08:39.785Z | Checking anes v0.1.6 |
2289 | 2024-05-13T13:08:39.863Z | Checking hyper-util v0.1.2 |
2290 | 2024-05-13T13:08:39.888Z | Checking cargo_metadata v0.18.1 |
2291 | 2024-05-13T13:08:40.110Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2292 | 2024-05-13T13:08:40.437Z | Checking rustls-native-certs v0.7.0 |
2293 | 2024-05-13T13:08:40.474Z | Checking criterion v0.5.1 |
2294 | 2024-05-13T13:08:40.566Z | Checking httptest v0.15.5 |
2295 | 2024-05-13T13:08:41.060Z | Checking pathdiff v0.2.1 |
2296 | 2024-05-13T13:08:41.157Z | Checking nested v0.1.1 |
2297 | 2024-05-13T13:08:41.181Z | Checking hyper-rustls v0.26.0 |
2298 | 2024-05-13T13:08:41.206Z | Checking escape8259 v0.5.2 |
2299 | 2024-05-13T13:08:41.330Z | Checking guppy v0.17.5 |
2300 | 2024-05-13T13:08:41.355Z | Checking threadpool v1.8.1 |
2301 | 2024-05-13T13:08:41.522Z | Checking libtest-mimic v0.7.2 |
2302 | 2024-05-13T13:08:41.890Z | Checking similar-asserts v1.5.0 |
2303 | 2024-05-13T13:08:42.075Z | Checking fancy-regex v0.13.0 |
2304 | 2024-05-13T13:08:42.106Z | Compiling rstest_macros v0.19.0 |
2305 | 2024-05-13T13:08:42.741Z | Checking datatest-stable v0.2.9 |
2306 | 2024-05-13T13:08:42.867Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2307 | 2024-05-13T13:08:42.988Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2308 | 2024-05-13T13:08:43.081Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2309 | 2024-05-13T13:08:43.286Z | Checking csv-core v0.1.11 |
2310 | 2024-05-13T13:08:43.336Z | Compiling relative-path v1.9.0 |
2311 | 2024-05-13T13:08:43.563Z | Checking constant_time_eq v0.2.6 |
2312 | 2024-05-13T13:08:43.587Z | Compiling trybuild v1.0.91 |
2313 | 2024-05-13T13:08:43.685Z | Checking blake2b_simd v1.0.1 |
2314 | 2024-05-13T13:08:43.943Z | Checking csv v1.3.0 |
2315 | 2024-05-13T13:08:44.109Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2316 | 2024-05-13T13:08:44.134Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2317 | 2024-05-13T13:08:44.373Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2318 | 2024-05-13T13:08:44.634Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2319 | 2024-05-13T13:08:46.299Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2320 | 2024-05-13T13:08:47.806Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2321 | 2024-05-13T13:08:48.031Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2322 | 2024-05-13T13:08:48.646Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2323 | 2024-05-13T13:08:49.105Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2324 | 2024-05-13T13:08:49.168Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2325 | 2024-05-13T13:08:50.452Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2326 | 2024-05-13T13:08:50.825Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2327 | 2024-05-13T13:08:51.239Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2328 | 2024-05-13T13:08:51.665Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2329 | 2024-05-13T13:08:52.348Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2330 | 2024-05-13T13:08:52.879Z | Checking multimap v0.10.0 |
2331 | 2024-05-13T13:08:53.147Z | Checking futures-timer v3.0.2 |
2332 | 2024-05-13T13:08:53.323Z | Checking rust-argon2 v2.1.0 |
2333 | 2024-05-13T13:08:53.407Z | Checking rstest v0.19.0 |
2334 | 2024-05-13T13:08:54.145Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2335 | 2024-05-13T13:08:54.529Z | Checking partial-io v0.5.4 |
2336 | 2024-05-13T13:08:54.710Z | Checking approx v0.5.1 |
2337 | 2024-05-13T13:08:54.836Z | Checking termios v0.3.3 |
2338 | 2024-05-13T13:08:54.901Z | Checking uzers v0.11.3 |
2339 | 2024-05-13T13:08:55.015Z | Checking hex-literal v0.4.1 |
2340 | 2024-05-13T13:08:55.136Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2341 | 2024-05-13T13:08:58.175Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2342 | 2024-05-13T13:08:58.631Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2343 | 2024-05-13T13:08:58.858Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2344 | 2024-05-13T13:09:00.037Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2345 | 2024-05-13T13:09:00.062Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2346 | 2024-05-13T13:09:00.260Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2347 | 2024-05-13T13:09:00.285Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2348 | 2024-05-13T13:09:02.695Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2349 | 2024-05-13T13:09:02.928Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2350 | 2024-05-13T13:09:03.385Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2351 | 2024-05-13T13:09:03.668Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2352 | 2024-05-13T13:09:04.915Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2353 | 2024-05-13T13:09:06.486Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2354 | 2024-05-13T13:09:07.115Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2355 | 2024-05-13T13:09:08.830Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2356 | 2024-05-13T13:09:10.553Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2357 | 2024-05-13T13:09:11.958Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2358 | 2024-05-13T13:09:12.728Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2359 | 2024-05-13T13:09:12.851Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2360 | 2024-05-13T13:09:13.069Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2361 | 2024-05-13T13:09:13.105Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2362 | 2024-05-13T13:09:18.319Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2363 | 2024-05-13T13:09:20.300Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2364 | 2024-05-13T13:09:20.415Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2365 | 2024-05-13T13:09:21.191Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2366 | 2024-05-13T13:09:32.998Z | Compiling samael v0.0.15 |
2367 | 2024-05-13T13:09:49.243Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2368 | 2024-05-13T13:09:51.731Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2369 | 2024-05-13T13:09:56.854Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2370 | 2024-05-13T13:10:05.478Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2371 | 2024-05-13T13:10:11.482Z | Compiling polar-core v0.27.3 |
2372 | 2024-05-13T13:10:20.260Z | Checking oso v0.27.3 |
2373 | 2024-05-13T13:10:55.558Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2374 | 2024-05-13T13:10:55.558Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2375 | 2024-05-13T13:10:55.586Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2376 | 2024-05-13T13:12:16.086Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 18s |
2377 | 2024-05-13T13:12:16.320Z | |
2378 | 2024-05-13T13:12:16.320Z | real 7:14.342455973 |
2379 | 2024-05-13T13:12:16.320Z | user 32:36.552254043 |
2380 | 2024-05-13T13:12:16.320Z | sys 6:20.099541172 |
2381 | 2024-05-13T13:12:16.320Z | trap 0.950141210 |
2382 | 2024-05-13T13:12:16.320Z | tflt 0.594363450 |
2383 | 2024-05-13T13:12:16.320Z | dflt 1.619201763 |
2384 | 2024-05-13T13:12:16.320Z | kflt 0.003306677 |
2385 | 2024-05-13T13:12:16.320Z | lock 49:44.271256000 |
2386 | 2024-05-13T13:12:16.345Z | slp 1:39:04.197244043 |
2387 | 2024-05-13T13:12:16.345Z | lat 1:51.833544454 |
2388 | 2024-05-13T13:12:16.345Z | stop 4:49.834850786 |
2389 | 2024-05-13T13:12:17.537Z | warning: output filename collision. |
2390 | 2024-05-13T13:12:17.537Z | 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)`. |
2391 | 2024-05-13T13:12:17.537Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2392 | 2024-05-13T13:12:17.537Z | The targets should have unique names. |
2393 | 2024-05-13T13:12:17.537Z | This is a known bug where multiple crates with the same name use |
2394 | 2024-05-13T13:12:17.537Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2395 | 2024-05-13T13:12:17.537Z | warning: output filename collision. |
2396 | 2024-05-13T13:12:17.537Z | 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)`. |
2397 | 2024-05-13T13:12:17.537Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2398 | 2024-05-13T13:12:17.537Z | The targets should have unique names. |
2399 | 2024-05-13T13:12:17.537Z | This is a known bug where multiple crates with the same name use |
2400 | 2024-05-13T13:12:17.537Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2401 | 2024-05-13T13:12:17.585Z | warning: output filename collision. |
2402 | 2024-05-13T13:12:17.585Z | 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)`. |
2403 | 2024-05-13T13:12:17.585Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2404 | 2024-05-13T13:12:17.585Z | The targets should have unique names. |
2405 | 2024-05-13T13:12:17.585Z | This is a known bug where multiple crates with the same name use |
2406 | 2024-05-13T13:12:17.585Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2407 | 2024-05-13T13:12:17.585Z | warning: output filename collision. |
2408 | 2024-05-13T13:12:17.585Z | 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)`. |
2409 | 2024-05-13T13:12:17.585Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2410 | 2024-05-13T13:12:17.586Z | The targets should have unique names. |
2411 | 2024-05-13T13:12:17.586Z | This is a known bug where multiple crates with the same name use |
2412 | 2024-05-13T13:12:17.586Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2413 | 2024-05-13T13:12:17.586Z | warning: output filename collision. |
2414 | 2024-05-13T13:12:17.586Z | 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)`. |
2415 | 2024-05-13T13:12:17.586Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2416 | 2024-05-13T13:12:17.586Z | The targets should have unique names. |
2417 | 2024-05-13T13:12:17.586Z | This is a known bug where multiple crates with the same name use |
2418 | 2024-05-13T13:12:17.586Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2419 | 2024-05-13T13:12:17.586Z | warning: output filename collision. |
2420 | 2024-05-13T13:12:17.586Z | 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)`. |
2421 | 2024-05-13T13:12:17.586Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2422 | 2024-05-13T13:12:17.586Z | The targets should have unique names. |
2423 | 2024-05-13T13:12:17.586Z | This is a known bug where multiple crates with the same name use |
2424 | 2024-05-13T13:12:17.586Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2425 | 2024-05-13T13:12:17.586Z | warning: output filename collision. |
2426 | 2024-05-13T13:12:17.586Z | 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)`. |
2427 | 2024-05-13T13:12:17.586Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2428 | 2024-05-13T13:12:17.586Z | The targets should have unique names. |
2429 | 2024-05-13T13:12:17.587Z | This is a known bug where multiple crates with the same name use |
2430 | 2024-05-13T13:12:17.587Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2431 | 2024-05-13T13:12:17.587Z | warning: output filename collision. |
2432 | 2024-05-13T13:12:17.587Z | 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)`. |
2433 | 2024-05-13T13:12:17.587Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2434 | 2024-05-13T13:12:17.587Z | The targets should have unique names. |
2435 | 2024-05-13T13:12:17.587Z | This is a known bug where multiple crates with the same name use |
2436 | 2024-05-13T13:12:17.587Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2437 | 2024-05-13T13:12:17.587Z | warning: output filename collision. |
2438 | 2024-05-13T13:12:17.587Z | 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`. |
2439 | 2024-05-13T13:12:17.587Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2440 | 2024-05-13T13:12:17.587Z | The targets should have unique names. |
2441 | 2024-05-13T13:12:17.587Z | This is a known bug where multiple crates with the same name use |
2442 | 2024-05-13T13:12:17.587Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2443 | 2024-05-13T13:12:18.227Z | Documenting libc v0.2.153 |
2444 | 2024-05-13T13:12:18.251Z | Documenting cfg-if v1.0.0 |
2445 | 2024-05-13T13:12:18.279Z | Documenting serde_derive v1.0.201 |
2446 | 2024-05-13T13:12:18.304Z | Documenting log v0.4.21 |
2447 | 2024-05-13T13:12:18.304Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2448 | 2024-05-13T13:12:18.333Z | Documenting memchr v2.7.1 |
2449 | 2024-05-13T13:12:18.358Z | Documenting byteorder v1.5.0 |
2450 | 2024-05-13T13:12:18.383Z | Documenting scopeguard v1.2.0 |
2451 | 2024-05-13T13:12:18.599Z | Documenting smallvec v1.13.1 |
2452 | 2024-05-13T13:12:20.793Z | Documenting itoa v1.0.9 |
2453 | 2024-05-13T13:12:21.571Z | Documenting pin-project-lite v0.2.13 |
2454 | 2024-05-13T13:12:22.084Z | Documenting once_cell v1.19.0 |
2455 | 2024-05-13T13:12:22.108Z | Documenting lock_api v0.4.10 |
2456 | 2024-05-13T13:12:22.133Z | Documenting libm v0.2.7 |
2457 | 2024-05-13T13:12:22.230Z | Documenting getrandom v0.2.12 |
2458 | 2024-05-13T13:12:22.595Z | Documenting parking_lot_core v0.9.8 |
2459 | 2024-05-13T13:12:23.466Z | Documenting signal-hook-registry v1.4.1 |
2460 | 2024-05-13T13:12:24.187Z | Documenting mio v0.8.11 |
2461 | 2024-05-13T13:12:24.395Z | Documenting serde v1.0.201 |
2462 | 2024-05-13T13:12:25.197Z | Documenting num-traits v0.2.18 |
2463 | 2024-05-13T13:12:25.924Z | Documenting thiserror-impl v1.0.59 |
2464 | 2024-05-13T13:12:26.160Z | Documenting zeroize_derive v1.4.2 |
2465 | 2024-05-13T13:12:26.285Z | Documenting rand_core v0.6.4 |
2466 | 2024-05-13T13:12:26.422Z | Documenting parking_lot v0.12.1 |
2467 | 2024-05-13T13:12:27.217Z | Documenting futures-core v0.3.30 |
2468 | 2024-05-13T13:12:28.442Z | Documenting ryu v1.0.15 |
2469 | 2024-05-13T13:12:29.688Z | Documenting num_cpus v1.16.0 |
2470 | 2024-05-13T13:12:30.131Z | Documenting socket2 v0.5.6 |
2471 | 2024-05-13T13:12:30.493Z | Documenting tokio-macros v2.2.0 |
2472 | 2024-05-13T13:12:30.613Z | Documenting thiserror v1.0.59 |
2473 | 2024-05-13T13:12:30.672Z | Documenting zeroize v1.7.0 |
2474 | 2024-05-13T13:12:30.909Z | Documenting zerocopy v0.7.32 |
2475 | 2024-05-13T13:12:31.057Z | Documenting futures-sink v0.3.30 |
2476 | 2024-05-13T13:12:33.480Z | Documenting typenum v1.16.0 |
2477 | 2024-05-13T13:12:34.169Z | Documenting subtle v2.5.0 |
2478 | 2024-05-13T13:12:35.890Z | Documenting pin-utils v0.1.0 |
2479 | 2024-05-13T13:12:35.942Z | Documenting slab v0.4.9 |
2480 | 2024-05-13T13:12:35.970Z | Documenting futures-channel v0.3.30 |
2481 | 2024-05-13T13:12:36.019Z | Documenting futures-macro v0.3.30 |
2482 | 2024-05-13T13:12:37.325Z | Documenting futures-io v0.3.30 |
2483 | 2024-05-13T13:12:44.248Z | Documenting bytes v1.6.0 |
2484 | 2024-05-13T13:12:47.315Z | Documenting bitflags v2.4.2 |
2485 | 2024-05-13T13:12:47.381Z | Documenting serde_json v1.0.116 |
2486 | 2024-05-13T13:12:47.411Z | Documenting futures-task v0.3.30 |
2487 | 2024-05-13T13:12:47.450Z | Documenting iana-time-zone v0.1.57 |
2488 | 2024-05-13T13:12:47.487Z | Documenting uuid v1.8.0 |
2489 | 2024-05-13T13:12:47.590Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2490 | 2024-05-13T13:12:47.840Z | Documenting tokio v1.37.0 |
2491 | 2024-05-13T13:12:48.945Z | Documenting generic-array v0.14.7 |
2492 | 2024-05-13T13:12:51.164Z | Documenting futures-util v0.3.30 |
2493 | 2024-05-13T13:12:51.188Z | Documenting chrono v0.4.38 |
2494 | 2024-05-13T13:12:51.487Z | Documenting ahash v0.8.8 |
2495 | 2024-05-13T13:12:51.853Z | Documenting allocator-api2 v0.2.16 |
2496 | 2024-05-13T13:12:52.380Z | Documenting tinyvec_macros v0.1.1 |
2497 | 2024-05-13T13:12:53.383Z | Documenting crypto-common v0.1.6 |
2498 | 2024-05-13T13:12:54.989Z | Documenting const-oid v0.9.6 |
2499 | 2024-05-13T13:12:55.082Z | Documenting tinyvec v1.6.0 |
2500 | 2024-05-13T13:12:55.808Z | Documenting hashbrown v0.14.3 |
2501 | 2024-05-13T13:12:56.669Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2502 | 2024-05-13T13:12:56.856Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2503 | 2024-05-13T13:12:57.612Z | Documenting tracing-core v0.1.32 |
2504 | 2024-05-13T13:12:57.769Z | Checking serde_derive_internals v0.29.0 |
2505 | 2024-05-13T13:12:57.981Z | Documenting serde_derive_internals v0.29.0 |
2506 | 2024-05-13T13:12:58.282Z | Documenting tracing-attributes v0.1.27 |
2507 | 2024-05-13T13:12:58.406Z | Documenting dyn-clone v1.0.17 |
2508 | 2024-05-13T13:12:59.976Z | Documenting unicode-normalization v0.1.22 |
2509 | 2024-05-13T13:13:00.015Z | Documenting ppv-lite86 v0.2.17 |
2510 | 2024-05-13T13:13:01.130Z | Documenting unicode-bidi v0.3.15 |
2511 | 2024-05-13T13:13:01.232Z | Documenting lazy_static v1.4.0 |
2512 | 2024-05-13T13:13:02.770Z | Documenting rand_chacha v0.3.1 |
2513 | 2024-05-13T13:13:03.126Z | Documenting schemars_derive v0.8.17 |
2514 | 2024-05-13T13:13:03.460Z | Documenting percent-encoding v2.3.1 |
2515 | 2024-05-13T13:13:03.810Z | Documenting block-buffer v0.10.4 |
2516 | 2024-05-13T13:13:04.130Z | Documenting fnv v1.0.7 |
2517 | 2024-05-13T13:13:05.110Z | Documenting equivalent v1.0.1 |
2518 | 2024-05-13T13:13:07.154Z | Documenting rand v0.8.5 |
2519 | 2024-05-13T13:13:07.214Z | Documenting powerfmt v0.2.0 |
2520 | 2024-05-13T13:13:07.654Z | Documenting indexmap v2.2.6 |
2521 | 2024-05-13T13:13:07.779Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2522 | 2024-05-13T13:13:07.809Z | Documenting form_urlencoded v1.2.1 |
2523 | 2024-05-13T13:13:08.069Z | Documenting digest v0.10.7 |
2524 | 2024-05-13T13:13:08.273Z | Documenting schemars v0.8.17 |
2525 | 2024-05-13T13:13:10.061Z | Documenting deranged v0.3.11 |
2526 | 2024-05-13T13:13:11.559Z | Documenting time-macros v0.2.17 |
2527 | 2024-05-13T13:13:11.792Z | Documenting time-core v0.1.2 |
2528 | 2024-05-13T13:13:13.141Z | Documenting num-conv v0.1.0 |
2529 | 2024-05-13T13:13:13.858Z | Documenting tracing v0.1.40 |
2530 | 2024-05-13T13:13:15.375Z | Documenting unicode-width v0.1.11 |
2531 | 2024-05-13T13:13:23.257Z | Documenting num_threads v0.1.6 |
2532 | 2024-05-13T13:13:23.281Z | Documenting idna v0.5.0 |
2533 | 2024-05-13T13:13:23.361Z | Documenting errno v0.3.8 |
2534 | 2024-05-13T13:13:23.406Z | Documenting unicode-ident v1.0.12 |
2535 | 2024-05-13T13:13:23.434Z | Documenting adler v1.0.2 |
2536 | 2024-05-13T13:13:23.530Z | Documenting slog v2.7.0 |
2537 | 2024-05-13T13:13:24.141Z | Documenting httparse v1.8.0 |
2538 | 2024-05-13T13:13:26.076Z | Documenting proc-macro2 v1.0.81 |
2539 | 2024-05-13T13:13:26.158Z | Documenting miniz_oxide v0.7.1 |
2540 | 2024-05-13T13:13:27.086Z | Documenting time v0.3.34 |
2541 | 2024-05-13T13:13:27.164Z | Documenting rustix v0.38.31 |
2542 | 2024-05-13T13:13:27.597Z | Documenting cpufeatures v0.2.12 |
2543 | 2024-05-13T13:13:27.680Z | Documenting url v2.5.0 |
2544 | 2024-05-13T13:13:28.211Z | Documenting async-trait v0.1.80 |
2545 | 2024-05-13T13:13:29.405Z | Documenting try-lock v0.2.4 |
2546 | 2024-05-13T13:13:30.438Z | Documenting httpdate v1.0.3 |
2547 | 2024-05-13T13:13:30.484Z | Documenting quote v1.0.36 |
2548 | 2024-05-13T13:13:31.675Z | Documenting tokio-util v0.7.10 |
2549 | 2024-05-13T13:13:31.716Z | Documenting http-body v0.4.5 |
2550 | 2024-05-13T13:13:32.169Z | Documenting want v0.3.1 |
2551 | 2024-05-13T13:13:32.507Z | Documenting aho-corasick v1.1.2 |
2552 | 2024-05-13T13:13:33.044Z | Documenting openssl-sys v0.9.102 |
2553 | 2024-05-13T13:13:33.795Z | Documenting openssl-macros v0.1.1 |
2554 | 2024-05-13T13:13:34.321Z | Documenting tower-service v0.3.2 |
2555 | 2024-05-13T13:13:34.629Z | Documenting syn v2.0.60 |
2556 | 2024-05-13T13:13:36.054Z | Documenting mime v0.3.17 |
2557 | 2024-05-13T13:13:36.300Z | Documenting gimli v0.28.0 |
2558 | 2024-05-13T13:13:37.217Z | Documenting regex-syntax v0.8.2 |
2559 | 2024-05-13T13:13:37.492Z | Documenting h2 v0.3.26 |
2560 | 2024-05-13T13:13:38.205Z | Documenting object v0.32.1 |
2561 | 2024-05-13T13:13:38.270Z | Documenting openssl-probe v0.1.5 |
2562 | 2024-05-13T13:13:39.042Z | Documenting openssl v0.10.64 |
2563 | 2024-05-13T13:13:39.909Z | Documenting ipnet v2.9.0 |
2564 | 2024-05-13T13:13:41.769Z | Documenting addr2line v0.21.0 |
2565 | 2024-05-13T13:13:41.910Z | Documenting rustc-demangle v0.1.23 |
2566 | 2024-05-13T13:13:43.433Z | Documenting regex-automata v0.4.5 |
2567 | 2024-05-13T13:13:43.986Z | Documenting base64ct v1.6.0 |
2568 | 2024-05-13T13:13:44.724Z | Documenting futures-executor v0.3.30 |
2569 | 2024-05-13T13:13:45.279Z | Documenting encoding_rs v0.8.33 |
2570 | 2024-05-13T13:13:46.579Z | Documenting hyper v0.14.28 |
2571 | 2024-05-13T13:13:46.604Z | Documenting native-tls v0.2.11 |
2572 | 2024-05-13T13:13:47.955Z | Documenting psl-types v2.0.11 |
2573 | 2024-05-13T13:13:48.562Z | Documenting backtrace v0.3.69 |
2574 | 2024-05-13T13:13:49.292Z | Documenting serde_urlencoded v0.7.1 |
2575 | 2024-05-13T13:13:49.635Z | Checking pest_meta v2.7.6 |
2576 | 2024-05-13T13:13:50.424Z | Documenting crossbeam-utils v0.8.19 |
2577 | 2024-05-13T13:13:50.664Z | Documenting publicsuffix v2.2.3 |
2578 | 2024-05-13T13:13:51.724Z | Documenting tokio-native-tls v0.3.1 |
2579 | 2024-05-13T13:13:51.846Z | Documenting regex v1.10.4 |
2580 | 2024-05-13T13:13:52.773Z | Documenting utf8parse v0.2.1 |
2581 | 2024-05-13T13:13:53.857Z | Documenting futures v0.3.30 |
2582 | 2024-05-13T13:13:53.974Z | Documenting anyhow v1.0.82 |
2583 | 2024-05-13T13:13:54.884Z | Documenting pem-rfc7468 v0.7.0 |
2584 | 2024-05-13T13:13:54.909Z | Documenting cookie_store v0.20.0 |
2585 | 2024-05-13T13:13:55.367Z | Documenting pest_meta v2.7.6 |
2586 | 2024-05-13T13:13:56.916Z | Documenting scroll_derive v0.12.0 |
2587 | 2024-05-13T13:13:57.027Z | Documenting der_derive v0.7.2 |
2588 | 2024-05-13T13:13:57.886Z | Documenting flagset v0.4.3 |
2589 | 2024-05-13T13:13:58.303Z | Documenting hyper-tls v0.5.0 |
2590 | 2024-05-13T13:13:58.635Z | Documenting hyper-rustls v0.24.2 |
2591 | 2024-05-13T13:13:59.601Z | Documenting webpki-roots v0.25.2 |
2592 | 2024-05-13T13:13:59.829Z | Documenting sync_wrapper v0.1.2 |
2593 | 2024-05-13T13:14:00.573Z | Documenting pest_generator v2.7.6 |
2594 | 2024-05-13T13:14:01.458Z | Checking pest_generator v2.7.6 |
2595 | 2024-05-13T13:14:01.586Z | Documenting scroll v0.12.0 |
2596 | 2024-05-13T13:14:02.040Z | Documenting num-integer v0.1.46 |
2597 | 2024-05-13T13:14:02.253Z | Documenting der v0.7.8 |
2598 | 2024-05-13T13:14:02.529Z | Documenting plain v0.2.3 |
2599 | 2024-05-13T13:14:03.510Z | Documenting ucd-trie v0.1.6 |
2600 | 2024-05-13T13:14:04.696Z | Documenting openapiv3 v2.0.0 |
2601 | 2024-05-13T13:14:04.877Z | Documenting reqwest v0.11.27 |
2602 | 2024-05-13T13:14:05.287Z | Documenting pretty-hex v0.4.1 |
2603 | 2024-05-13T13:14:05.538Z | Documenting pest_derive v2.7.6 |
2604 | 2024-05-13T13:14:05.700Z | Documenting goblin v0.8.0 |
2605 | 2024-05-13T13:14:06.301Z | Documenting spin v0.9.8 |
2606 | 2024-05-13T13:14:06.891Z | Documenting spki v0.7.2 |
2607 | 2024-05-13T13:14:07.163Z | Documenting pest v2.7.6 |
2608 | 2024-05-13T13:14:08.227Z | Documenting thread-id v4.2.0 |
2609 | 2024-05-13T13:14:09.881Z | Documenting anstyle v1.0.7 |
2610 | 2024-05-13T13:14:10.432Z | Documenting either v1.11.0 |
2611 | 2024-05-13T13:14:10.989Z | Documenting pkcs8 v0.10.2 |
2612 | 2024-05-13T13:14:11.454Z | Documenting anstyle-parse v0.2.1 |
2613 | 2024-05-13T13:14:11.972Z | Documenting dtrace-parser v0.2.0 |
2614 | 2024-05-13T13:14:12.169Z | Documenting memmap v0.7.0 |
2615 | 2024-05-13T13:14:12.740Z | Documenting dof v0.3.0 |
2616 | 2024-05-13T13:14:13.758Z | Documenting colorchoice v1.0.0 |
2617 | 2024-05-13T13:14:13.909Z | Documenting data-encoding v2.4.0 |
2618 | 2024-05-13T13:14:14.361Z | Documenting anstyle-query v1.0.0 |
2619 | 2024-05-13T13:14:14.538Z | Documenting crossbeam-epoch v0.9.18 |
2620 | 2024-05-13T13:14:15.451Z | Documenting terminal_size v0.3.0 |
2621 | 2024-05-13T13:14:16.109Z | Documenting sha2 v0.10.8 |
2622 | 2024-05-13T13:14:16.406Z | Documenting ipnetwork v0.20.0 |
2623 | 2024-05-13T13:14:16.580Z | Documenting hex v0.4.3 |
2624 | 2024-05-13T13:14:17.847Z | Documenting usdt-impl v0.5.0 |
2625 | 2024-05-13T13:14:17.910Z | Documenting crc32fast v1.3.2 |
2626 | 2024-05-13T13:14:18.100Z | Documenting anstream v0.6.11 |
2627 | 2024-05-13T13:14:18.772Z | Documenting strsim v0.11.0 |
2628 | 2024-05-13T13:14:19.868Z | Documenting clap_lex v0.7.0 |
2629 | 2024-05-13T13:14:20.766Z | Documenting untrusted v0.9.0 |
2630 | 2024-05-13T13:14:20.879Z | Documenting unicode-segmentation v1.10.1 |
2631 | 2024-05-13T13:14:21.667Z | Documenting num-iter v0.1.44 |
2632 | 2024-05-13T13:14:21.736Z | Documenting hmac v0.12.1 |
2633 | 2024-05-13T13:14:21.956Z | Documenting signal-hook v0.3.17 |
2634 | 2024-05-13T13:14:22.466Z | Documenting clap_derive v4.5.4 |
2635 | 2024-05-13T13:14:23.569Z | Documenting ring v0.17.8 |
2636 | 2024-05-13T13:14:23.732Z | Documenting clap_builder v4.5.2 |
2637 | 2024-05-13T13:14:23.883Z | Documenting usdt v0.5.0 |
2638 | 2024-05-13T13:14:24.129Z | Documenting static_assertions v1.1.0 |
2639 | 2024-05-13T13:14:26.054Z | Documenting flate2 v1.0.28 |
2640 | 2024-05-13T13:14:26.163Z | Documenting managed v0.8.0 |
2641 | 2024-05-13T13:14:26.275Z | Documenting signal-hook-mio v0.2.3 |
2642 | 2024-05-13T13:14:27.004Z | Documenting enum-as-inner v0.5.1 |
2643 | 2024-05-13T13:14:27.624Z | Documenting block-padding v0.3.3 |
2644 | 2024-05-13T13:14:28.938Z | Documenting scheduled-thread-pool v0.2.7 |
2645 | 2024-05-13T13:14:29.299Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2646 | 2024-05-13T13:14:29.620Z | Checking diesel_table_macro_syntax v0.1.0 |
2647 | 2024-05-13T13:14:29.781Z | Documenting diesel_table_macro_syntax v0.1.0 |
2648 | 2024-05-13T13:14:29.901Z | Documenting clap v4.5.4 |
2649 | 2024-05-13T13:14:30.453Z | Documenting md-5 v0.10.5 |
2650 | 2024-05-13T13:14:30.521Z | Documenting crossterm v0.27.0 |
2651 | 2024-05-13T13:14:31.585Z | Documenting trust-dns-proto v0.22.0 |
2652 | 2024-05-13T13:14:31.981Z | Documenting inout v0.1.3 |
2653 | 2024-05-13T13:14:33.110Z | Documenting r2d2 v0.8.10 |
2654 | 2024-05-13T13:14:33.385Z | Documenting bzip2 v0.4.4 |
2655 | 2024-05-13T13:14:34.352Z | Documenting diesel_derives v2.1.2 |
2656 | 2024-05-13T13:14:34.950Z | Documenting stringprep v0.1.3 |
2657 | 2024-05-13T13:14:34.977Z | Documenting regress v0.9.1 |
2658 | 2024-05-13T13:14:35.598Z | Documenting ff v0.13.0 |
2659 | 2024-05-13T13:14:36.188Z | Documenting toml_datetime v0.6.5 |
2660 | 2024-05-13T13:14:37.306Z | Documenting serde_spanned v0.6.5 |
2661 | 2024-05-13T13:14:37.434Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2662 | 2024-05-13T13:14:38.960Z | Documenting fallible-iterator v0.2.0 |
2663 | 2024-05-13T13:14:39.402Z | Documenting winnow v0.6.1 |
2664 | 2024-05-13T13:14:39.655Z | Documenting bit-vec v0.6.3 |
2665 | 2024-05-13T13:14:40.179Z | Documenting siphasher v0.3.11 |
2666 | 2024-05-13T13:14:40.648Z | Documenting base16ct v0.2.0 |
2667 | 2024-05-13T13:14:40.760Z | Documenting group v0.13.0 |
2668 | 2024-05-13T13:14:41.329Z | Documenting diesel v2.1.6 |
2669 | 2024-05-13T13:14:41.408Z | Documenting zip v0.6.6 |
2670 | 2024-05-13T13:14:43.231Z | Documenting phf_shared v0.11.2 |
2671 | 2024-05-13T13:14:43.462Z | Documenting cipher v0.4.4 |
2672 | 2024-05-13T13:14:43.616Z | Documenting postgres-protocol v0.6.6 |
2673 | 2024-05-13T13:14:43.640Z | Documenting sec1 v0.7.3 |
2674 | 2024-05-13T13:14:44.470Z | Documenting toml_edit v0.22.12 |
2675 | 2024-05-13T13:14:44.848Z | Documenting hkdf v0.12.4 |
2676 | 2024-05-13T13:14:45.632Z | Documenting num-bigint v0.4.4 |
2677 | 2024-05-13T13:14:47.014Z | Documenting bstr v1.9.0 |
2678 | 2024-05-13T13:14:59.057Z | Documenting console v0.15.8 |
2679 | 2024-05-13T13:15:08.254Z | Documenting crypto-bigint v0.5.2 |
2680 | 2024-05-13T13:15:08.280Z | Documenting hubpack v0.1.2 |
2681 | 2024-05-13T13:15:08.904Z | Documenting serde_repr v0.1.16 |
2682 | 2024-05-13T13:15:08.929Z | Documenting fixedbitset v0.4.2 |
2683 | 2024-05-13T13:15:09.252Z | Documenting minimal-lexical v0.2.1 |
2684 | 2024-05-13T13:15:09.434Z | Documenting new_debug_unreachable v1.0.4 |
2685 | 2024-05-13T13:15:09.499Z | Documenting heck v0.5.0 |
2686 | 2024-05-13T13:15:11.088Z | Documenting lalrpop-util v0.19.12 |
2687 | 2024-05-13T13:15:11.924Z | Checking strsim v0.10.0 |
2688 | 2024-05-13T13:15:12.071Z | Checking ident_case v1.0.1 |
2689 | 2024-05-13T13:15:12.134Z | Checking unsafe-libyaml v0.2.10 |
2690 | 2024-05-13T13:15:12.223Z | Documenting precomputed-hash v0.1.1 |
2691 | 2024-05-13T13:15:12.296Z | Documenting petgraph v0.6.4 |
2692 | 2024-05-13T13:15:12.492Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2693 | 2024-05-13T13:15:13.284Z | Documenting nom v7.1.3 |
2694 | 2024-05-13T13:15:13.331Z | Documenting yasna v0.5.2 |
2695 | 2024-05-13T13:15:13.687Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2696 | 2024-05-13T13:15:24.229Z | Documenting postgres-types v0.2.6 |
2697 | 2024-05-13T13:15:24.327Z | Documenting string_cache v0.8.7 |
2698 | 2024-05-13T13:15:24.755Z | Documenting phf v0.11.2 |
2699 | 2024-05-13T13:15:24.779Z | Documenting similar v2.4.0 |
2700 | 2024-05-13T13:15:25.259Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2701 | 2024-05-13T13:15:25.305Z | Documenting elliptic-curve v0.13.8 |
2702 | 2024-05-13T13:15:25.575Z | Documenting semver v1.0.22 |
2703 | 2024-05-13T13:15:25.719Z | Documenting float-cmp v0.9.0 |
2704 | 2024-05-13T13:15:28.767Z | Documenting peg-runtime v0.8.3 |
2705 | 2024-05-13T13:15:28.944Z | Documenting normalize-line-endings v0.3.0 |
2706 | 2024-05-13T13:15:29.285Z | Documenting unsafe-libyaml v0.2.10 |
2707 | 2024-05-13T13:15:29.839Z | Documenting whoami v1.5.1 |
2708 | 2024-05-13T13:15:30.070Z | Documenting predicates-core v1.0.6 |
2709 | 2024-05-13T13:15:30.468Z | Documenting difflib v0.4.0 |
2710 | 2024-05-13T13:15:30.737Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2711 | 2024-05-13T13:15:41.855Z | Checking serde_yaml v0.9.25 |
2712 | 2024-05-13T13:15:41.982Z | Checking darling_core v0.20.8 |
2713 | 2024-05-13T13:15:42.255Z | Documenting serde_yaml v0.9.25 |
2714 | 2024-05-13T13:15:42.321Z | Documenting tokio-postgres v0.7.10 |
2715 | 2024-05-13T13:15:42.506Z | Documenting bit-set v0.5.3 |
2716 | 2024-05-13T13:15:42.633Z | Documenting predicates v3.1.0 |
2717 | 2024-05-13T13:15:42.849Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2718 | 2024-05-13T13:15:42.928Z | Documenting getopts v0.2.21 |
2719 | 2024-05-13T13:15:43.648Z | Documenting tokio-stream v0.1.15 |
2720 | 2024-05-13T13:15:43.712Z | Documenting ident_case v1.0.1 |
2721 | 2024-05-13T13:15:46.457Z | Checking darling v0.20.8 |
2722 | 2024-05-13T13:15:46.569Z | Documenting is-terminal v0.4.9 |
2723 | 2024-05-13T13:15:46.772Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2724 | 2024-05-13T13:15:47.479Z | Documenting darling_core v0.20.8 |
2725 | 2024-05-13T13:15:47.789Z | Documenting strum v0.26.2 |
2726 | 2024-05-13T13:15:48.493Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2727 | 2024-05-13T13:15:48.631Z | Documenting base64 v0.22.1 |
2728 | 2024-05-13T13:15:50.269Z | Documenting dirs-sys-next v0.1.2 |
2729 | 2024-05-13T13:15:50.841Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2730 | 2024-05-13T13:15:50.876Z | Documenting sha1 v0.10.6 |
2731 | 2024-05-13T13:15:51.539Z | Documenting http v1.0.0 |
2732 | 2024-05-13T13:15:52.494Z | Documenting camino v1.1.6 |
2733 | 2024-05-13T13:15:53.950Z | Documenting paste v1.0.14 |
2734 | 2024-05-13T13:15:54.256Z | Documenting dirs-next v2.0.0 |
2735 | 2024-05-13T13:15:54.622Z | Documenting thread_local v1.1.7 |
2736 | 2024-05-13T13:15:55.294Z | Documenting darling_macro v0.20.8 |
2737 | 2024-05-13T13:15:55.356Z | Documenting rustls-pki-types v1.3.0 |
2738 | 2024-05-13T13:15:55.717Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2739 | 2024-05-13T13:15:56.648Z | Documenting crossbeam-channel v0.5.8 |
2740 | 2024-05-13T13:15:56.776Z | Documenting take_mut v0.2.2 |
2741 | 2024-05-13T13:15:57.894Z | Documenting slog-json v2.6.1 |
2742 | 2024-05-13T13:15:58.303Z | Documenting term v0.7.0 |
2743 | 2024-05-13T13:15:58.605Z | Documenting async-stream-impl v0.3.5 |
2744 | 2024-05-13T13:15:59.351Z | Documenting rustls-webpki v0.102.1 |
2745 | 2024-05-13T13:16:00.082Z | Documenting darling v0.20.8 |
2746 | 2024-05-13T13:16:00.709Z | Documenting debug-ignore v1.0.5 |
2747 | 2024-05-13T13:16:01.014Z | Documenting slog-async v2.8.0 |
2748 | 2024-05-13T13:16:02.338Z | Documenting slog-term v2.9.1 |
2749 | 2024-05-13T13:16:02.665Z | Documenting atomic-waker v1.1.1 |
2750 | 2024-05-13T13:16:03.294Z | Documenting async-stream v0.3.5 |
2751 | 2024-05-13T13:16:03.479Z | Documenting slog-bunyan v2.5.0 |
2752 | 2024-05-13T13:16:03.949Z | Documenting rustls v0.22.4 |
2753 | 2024-05-13T13:16:04.727Z | Documenting rustls-pemfile v2.1.2 |
2754 | 2024-05-13T13:16:04.893Z | Documenting multer v3.1.0 |
2755 | 2024-05-13T13:16:05.208Z | Documenting toml v0.8.12 |
2756 | 2024-05-13T13:16:05.339Z | Documenting waitgroup v0.1.2 |
2757 | 2024-05-13T13:16:07.196Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2758 | 2024-05-13T13:16:07.302Z | Documenting serde_path_to_error v0.1.16 |
2759 | 2024-05-13T13:16:08.341Z | Documenting hostname v0.4.0 |
2760 | 2024-05-13T13:16:08.478Z | Documenting serde_with_macros v3.7.0 |
2761 | 2024-05-13T13:16:09.163Z | Documenting structmeta-derive v0.3.0 |
2762 | 2024-05-13T13:16:09.812Z | Documenting newtype-uuid v1.1.0 |
2763 | 2024-05-13T13:16:10.739Z | Checking structmeta v0.3.0 |
2764 | 2024-05-13T13:16:10.959Z | Documenting instant v0.1.12 |
2765 | 2024-05-13T13:16:11.625Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2766 | 2024-05-13T13:16:12.204Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2767 | 2024-05-13T13:16:12.382Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2768 | 2024-05-13T13:16:12.838Z | Documenting tokio-rustls v0.25.0 |
2769 | 2024-05-13T13:16:13.552Z | Documenting serde_with v3.7.0 |
2770 | 2024-05-13T13:16:14.253Z | Documenting structmeta v0.3.0 |
2771 | 2024-05-13T13:16:14.757Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2772 | 2024-05-13T13:16:14.862Z | Documenting backoff v0.4.0 |
2773 | 2024-05-13T13:16:16.062Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2774 | 2024-05-13T13:16:18.073Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2775 | 2024-05-13T13:16:18.667Z | Documenting parse-display-derive v0.9.0 |
2776 | 2024-05-13T13:16:19.506Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2777 | 2024-05-13T13:16:19.751Z | Documenting macaddr v1.0.1 |
2778 | 2024-05-13T13:16:19.876Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2779 | 2024-05-13T13:16:20.158Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2780 | 2024-05-13T13:16:22.892Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2781 | 2024-05-13T13:16:23.106Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2782 | 2024-05-13T13:16:23.380Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2783 | 2024-05-13T13:16:23.610Z | Documenting fastrand v2.0.1 |
2784 | 2024-05-13T13:16:23.855Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2785 | 2024-05-13T13:16:23.893Z | Checking proc-macro-crate v1.3.1 |
2786 | 2024-05-13T13:16:24.078Z | Documenting proc-macro-crate v1.3.1 |
2787 | 2024-05-13T13:16:24.110Z | Documenting foreign-types-macros v0.2.3 |
2788 | 2024-05-13T13:16:24.134Z | Documenting parse-display v0.9.0 |
2789 | 2024-05-13T13:16:24.159Z | Documenting foreign-types-shared v0.3.1 |
2790 | 2024-05-13T13:16:24.231Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2791 | 2024-05-13T13:16:25.534Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2792 | 2024-05-13T13:16:26.797Z | Documenting cstr-argument v0.1.2 |
2793 | 2024-05-13T13:16:27.347Z | Documenting tempfile v3.10.1 |
2794 | 2024-05-13T13:16:28.078Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2795 | 2024-05-13T13:16:28.466Z | Documenting tabwriter v1.4.0 |
2796 | 2024-05-13T13:16:28.823Z | Documenting foreign-types v0.5.0 |
2797 | 2024-05-13T13:16:29.154Z | Documenting num_enum_derive v0.5.11 |
2798 | 2024-05-13T13:16:29.324Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2799 | 2024-05-13T13:16:30.587Z | Documenting colored v2.1.0 |
2800 | 2024-05-13T13:16:31.797Z | Documenting camino-tempfile v1.1.1 |
2801 | 2024-05-13T13:16:31.987Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2802 | 2024-05-13T13:16:32.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2803 | 2024-05-13T13:16:32.581Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2804 | 2024-05-13T13:16:32.693Z | Documenting hash32 v0.3.1 |
2805 | 2024-05-13T13:16:32.723Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2806 | 2024-05-13T13:16:34.405Z | Documenting stable_deref_trait v1.2.0 |
2807 | 2024-05-13T13:16:35.158Z | Documenting num_enum v0.5.11 |
2808 | 2024-05-13T13:16:36.237Z | Documenting smf v0.2.3 |
2809 | 2024-05-13T13:16:36.264Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2810 | 2024-05-13T13:16:36.374Z | Documenting embedded-io v0.4.0 |
2811 | 2024-05-13T13:16:36.531Z | Documenting cobs v0.2.3 |
2812 | 2024-05-13T13:16:36.686Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2813 | 2024-05-13T13:16:37.030Z | Documenting heapless v0.8.0 |
2814 | 2024-05-13T13:16:39.002Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2815 | 2024-05-13T13:16:39.240Z | Documenting crucible-workspace-hack v0.1.0 |
2816 | 2024-05-13T13:16:39.421Z | Documenting postcard v1.0.8 |
2817 | 2024-05-13T13:16:39.578Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2818 | 2024-05-13T13:16:40.224Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2819 | 2024-05-13T13:16:41.384Z | Documenting smoltcp v0.11.0 |
2820 | 2024-05-13T13:16:42.945Z | Documenting newline-converter v0.3.0 |
2821 | 2024-05-13T13:16:43.524Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2822 | 2024-05-13T13:16:43.776Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2823 | 2024-05-13T13:16:44.275Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2824 | 2024-05-13T13:16:44.635Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2825 | 2024-05-13T13:16:44.771Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2826 | 2024-05-13T13:16:45.186Z | Documenting sigpipe v0.1.3 |
2827 | 2024-05-13T13:16:46.592Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2828 | 2024-05-13T13:16:46.617Z | Documenting expectorate v1.1.0 |
2829 | 2024-05-13T13:16:47.154Z | Documenting num-derive v0.4.0 |
2830 | 2024-05-13T13:16:47.488Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2831 | 2024-05-13T13:16:49.021Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2832 | 2024-05-13T13:16:49.059Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2833 | 2024-05-13T13:16:50.012Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2834 | 2024-05-13T13:16:50.259Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2835 | 2024-05-13T13:16:50.710Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2836 | 2024-05-13T13:16:50.888Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2837 | 2024-05-13T13:16:51.319Z | Documenting password-hash v0.5.0 |
2838 | 2024-05-13T13:16:51.554Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2839 | 2024-05-13T13:16:52.673Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2840 | 2024-05-13T13:16:53.466Z | Documenting blake2 v0.10.6 |
2841 | 2024-05-13T13:16:53.923Z | Documenting linked-hash-map v0.5.6 |
2842 | 2024-05-13T13:16:54.836Z | Documenting proc-macro-error-attr v1.0.4 |
2843 | 2024-05-13T13:16:55.712Z | Documenting humantime v2.1.0 |
2844 | 2024-05-13T13:16:56.467Z | Checking proc-macro-error v1.0.4 |
2845 | 2024-05-13T13:16:56.724Z | Documenting bytecount v0.6.3 |
2846 | 2024-05-13T13:16:57.946Z | Documenting lru-cache v0.1.2 |
2847 | 2024-05-13T13:16:58.250Z | Documenting argon2 v0.5.3 |
2848 | 2024-05-13T13:16:58.927Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2849 | 2024-05-13T13:16:58.978Z | Documenting proc-macro-error v1.0.4 |
2850 | 2024-05-13T13:16:59.476Z | Documenting papergrid v0.11.0 |
2851 | 2024-05-13T13:16:59.774Z | Documenting derive-where v1.2.7 |
2852 | 2024-05-13T13:17:00.485Z | Documenting swrite v0.1.0 |
2853 | 2024-05-13T13:17:01.281Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2854 | 2024-05-13T13:17:01.781Z | Documenting newtype_derive v0.1.6 |
2855 | 2024-05-13T13:17:03.137Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2856 | 2024-05-13T13:17:03.407Z | Documenting tabled_derive v0.7.0 |
2857 | 2024-05-13T13:17:03.749Z | Documenting itertools v0.12.1 |
2858 | 2024-05-13T13:17:04.012Z | Documenting arc-swap v1.6.0 |
2859 | 2024-05-13T13:17:04.271Z | Documenting quick-error v1.2.3 |
2860 | 2024-05-13T13:17:05.083Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2861 | 2024-05-13T13:17:05.465Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2862 | 2024-05-13T13:17:05.568Z | Documenting steno v0.4.0 |
2863 | 2024-05-13T13:17:07.960Z | Documenting slog-scope v4.4.0 |
2864 | 2024-05-13T13:17:08.076Z | Documenting resolv-conf v0.7.0 |
2865 | 2024-05-13T13:17:08.260Z | Documenting tabled v0.15.0 |
2866 | 2024-05-13T13:17:09.113Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2867 | 2024-05-13T13:17:09.822Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2868 | 2024-05-13T13:17:10.362Z | Documenting num-rational v0.4.1 |
2869 | 2024-05-13T13:17:11.531Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2870 | 2024-05-13T13:17:11.826Z | Documenting slog-stdlog v4.1.1 |
2871 | 2024-05-13T13:17:12.279Z | Documenting trust-dns-resolver v0.22.0 |
2872 | 2024-05-13T13:17:13.172Z | Documenting num-complex v0.4.5 |
2873 | 2024-05-13T13:17:14.753Z | Documenting xattr v1.0.1 |
2874 | 2024-05-13T13:17:14.780Z | Documenting filetime v0.2.23 |
2875 | 2024-05-13T13:17:15.801Z | Documenting slog-envlogger v2.2.0 |
2876 | 2024-05-13T13:17:17.752Z | Documenting tap v1.0.1 |
2877 | 2024-05-13T13:17:18.800Z | Documenting num v0.4.2 |
2878 | 2024-05-13T13:17:18.958Z | Documenting tar v0.4.40 |
2879 | 2024-05-13T13:17:19.937Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2880 | 2024-05-13T13:17:20.445Z | Documenting wyz v0.5.1 |
2881 | 2024-05-13T13:17:21.001Z | Documenting radium v0.7.0 |
2882 | 2024-05-13T13:17:21.102Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2883 | 2024-05-13T13:17:21.308Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2884 | 2024-05-13T13:17:23.174Z | Documenting nibble_vec v0.1.0 |
2885 | 2024-05-13T13:17:23.368Z | Documenting funty v2.0.0 |
2886 | 2024-05-13T13:17:23.493Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2887 | 2024-05-13T13:17:23.922Z | Documenting crc-catalog v2.2.0 |
2888 | 2024-05-13T13:17:24.139Z | Documenting endian-type v0.1.2 |
2889 | 2024-05-13T13:17:25.743Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2890 | 2024-05-13T13:17:25.797Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2891 | 2024-05-13T13:17:26.148Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2892 | 2024-05-13T13:17:26.213Z | Documenting cancel-safe-futures v0.1.5 |
2893 | 2024-05-13T13:17:26.362Z | Documenting bitvec v1.0.1 |
2894 | 2024-05-13T13:17:26.580Z | Documenting crc v3.0.1 |
2895 | 2024-05-13T13:17:26.913Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2896 | 2024-05-13T13:17:27.194Z | Documenting packed_struct_codegen v0.10.1 |
2897 | 2024-05-13T13:17:27.849Z | Documenting radix_trie v0.2.1 |
2898 | 2024-05-13T13:17:29.385Z | Documenting same-file v1.0.6 |
2899 | 2024-05-13T13:17:31.295Z | Documenting nodrop v0.1.14 |
2900 | 2024-05-13T13:17:31.334Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2901 | 2024-05-13T13:17:32.105Z | Documenting num-bigint-dig v0.8.4 |
2902 | 2024-05-13T13:17:32.264Z | Documenting packed_struct v0.10.1 |
2903 | 2024-05-13T13:17:33.272Z | Documenting walkdir v2.5.0 |
2904 | 2024-05-13T13:17:33.943Z | Documenting array-init v0.0.4 |
2905 | 2024-05-13T13:17:34.339Z | Documenting pkcs1 v0.7.5 |
2906 | 2024-05-13T13:17:37.024Z | Documenting signature v2.1.0 |
2907 | 2024-05-13T13:17:37.215Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2908 | 2024-05-13T13:17:37.574Z | Documenting display-error-chain v0.2.0 |
2909 | 2024-05-13T13:17:37.903Z | Documenting bitfield v0.14.0 |
2910 | 2024-05-13T13:17:38.777Z | Documenting termcolor v1.2.0 |
2911 | 2024-05-13T13:17:38.813Z | Documenting serde-hex v0.1.0 |
2912 | 2024-05-13T13:17:40.499Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2913 | 2024-05-13T13:17:40.596Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2914 | 2024-05-13T13:17:41.291Z | Documenting slog-dtrace v0.3.0 |
2915 | 2024-05-13T13:17:41.573Z | Documenting rsa v0.9.2 |
2916 | 2024-05-13T13:17:42.121Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2917 | 2024-05-13T13:17:42.278Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2918 | 2024-05-13T13:17:42.278Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2919 | 2024-05-13T13:17:42.278Z | | |
2920 | 2024-05-13T13:17:42.279Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2921 | 2024-05-13T13:17:42.279Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2922 | 2024-05-13T13:17:42.279Z | | |
2923 | 2024-05-13T13:17:42.279Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2924 | 2024-05-13T13:17:42.279Z | |
2925 | 2024-05-13T13:17:42.397Z | Documenting pem v3.0.4 |
2926 | 2024-05-13T13:17:42.725Z | Documenting env_logger v0.10.0 |
2927 | 2024-05-13T13:17:44.180Z | Documenting x509-cert v0.2.4 |
2928 | 2024-05-13T13:17:44.205Z | Documenting libsw v3.3.1 |
2929 | 2024-05-13T13:17:44.378Z | warning: `nexus-types` (lib doc) generated 1 warning |
2930 | 2024-05-13T13:17:44.403Z | Documenting ron v0.8.1 |
2931 | 2024-05-13T13:17:46.392Z | Documenting half v2.3.1 |
2932 | 2024-05-13T13:17:47.289Z | Documenting linear-map v1.2.0 |
2933 | 2024-05-13T13:17:47.504Z | Documenting maplit v1.0.2 |
2934 | 2024-05-13T13:17:47.860Z | Documenting crc-any v2.4.3 |
2935 | 2024-05-13T13:17:48.389Z | Documenting owo-colors v4.0.0 |
2936 | 2024-05-13T13:17:48.773Z | Documenting ciborium-io v0.2.2 |
2937 | 2024-05-13T13:17:49.098Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2938 | 2024-05-13T13:17:49.543Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2939 | 2024-05-13T13:17:50.648Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2940 | 2024-05-13T13:17:50.935Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2941 | 2024-05-13T13:17:51.277Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2942 | 2024-05-13T13:17:51.331Z | Documenting headers-core v0.2.0 |
2943 | 2024-05-13T13:17:52.515Z | Documenting ciborium-ll v0.2.2 |
2944 | 2024-05-13T13:17:52.605Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2945 | 2024-05-13T13:17:53.052Z | Documenting path-slash v0.1.5 |
2946 | 2024-05-13T13:17:55.981Z | Documenting headers v0.3.9 |
2947 | 2024-05-13T13:17:56.405Z | Documenting ciborium v0.2.2 |
2948 | 2024-05-13T13:17:56.702Z | Documenting fxhash v0.2.1 |
2949 | 2024-05-13T13:17:58.151Z | Documenting async-recursion v1.1.0 |
2950 | 2024-05-13T13:17:58.700Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2951 | 2024-05-13T13:18:00.574Z | Documenting vte_generate_state_changes v0.1.1 |
2952 | 2024-05-13T13:18:00.931Z | Checking convert_case v0.4.0 |
2953 | 2024-05-13T13:18:01.127Z | Documenting convert_case v0.4.0 |
2954 | 2024-05-13T13:18:01.556Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2955 | 2024-05-13T13:18:01.660Z | Documenting buf-list v1.0.3 |
2956 | 2024-05-13T13:18:02.646Z | Documenting derive_builder_core v0.20.0 |
2957 | 2024-05-13T13:18:03.405Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2958 | 2024-05-13T13:18:04.399Z | Documenting vte v0.11.1 |
2959 | 2024-05-13T13:18:05.150Z | Documenting derive_more v0.99.17 |
2960 | 2024-05-13T13:18:06.188Z | Checking derive_builder_core v0.20.0 |
2961 | 2024-05-13T13:18:06.926Z | Documenting fd-lock v4.0.2 |
2962 | 2024-05-13T13:18:07.629Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2963 | 2024-05-13T13:18:08.560Z | Documenting bitstruct_derive v0.1.0 |
2964 | 2024-05-13T13:18:08.847Z | Documenting pin-project-internal v1.1.3 |
2965 | 2024-05-13T13:18:09.129Z | Documenting ascii v1.1.0 |
2966 | 2024-05-13T13:18:10.832Z | Documenting derive_builder_macro v0.20.0 |
2967 | 2024-05-13T13:18:11.397Z | Documenting strip-ansi-escapes v0.2.0 |
2968 | 2024-05-13T13:18:11.648Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2969 | 2024-05-13T13:18:12.119Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2970 | 2024-05-13T13:18:13.148Z | Documenting bitstruct v0.1.1 |
2971 | 2024-05-13T13:18:13.739Z | Documenting pin-project v1.1.3 |
2972 | 2024-05-13T13:18:15.047Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-13T13:18:15.329Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2974 | 2024-05-13T13:18:15.497Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2975 | 2024-05-13T13:18:15.676Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2976 | 2024-05-13T13:18:15.779Z | Documenting crossbeam-deque v0.8.3 |
2977 | 2024-05-13T13:18:16.330Z | Documenting snafu-derive v0.8.2 |
2978 | 2024-05-13T13:18:17.153Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2979 | 2024-05-13T13:18:19.518Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2980 | 2024-05-13T13:18:19.666Z | Documenting serde_arrays v0.1.0 |
2981 | 2024-05-13T13:18:19.887Z | Documenting erased-serde v0.3.31 |
2982 | 2024-05-13T13:18:20.953Z | Documenting ref-cast-impl v1.0.22 |
2983 | 2024-05-13T13:18:22.328Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2984 | 2024-05-13T13:18:22.635Z | Documenting unicode-xid v0.2.4 |
2985 | 2024-05-13T13:18:22.906Z | Checking unicode-xid v0.2.4 |
2986 | 2024-05-13T13:18:23.050Z | Documenting nu-ansi-term v0.50.0 |
2987 | 2024-05-13T13:18:23.856Z | Documenting snafu v0.8.2 |
2988 | 2024-05-13T13:18:24.642Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2989 | 2024-05-13T13:18:24.980Z | Documenting ref-cast v1.0.22 |
2990 | 2024-05-13T13:18:25.270Z | Documenting const_format_proc_macros v0.2.32 |
2991 | 2024-05-13T13:18:26.917Z | Documenting reedline v0.31.0 |
2992 | 2024-05-13T13:18:27.651Z | Documenting rayon-core v1.12.1 |
2993 | 2024-05-13T13:18:28.022Z | Documenting derive_builder v0.20.0 |
2994 | 2024-05-13T13:18:29.562Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2995 | 2024-05-13T13:18:29.881Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2996 | 2024-05-13T13:18:30.963Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2997 | 2024-05-13T13:18:30.988Z | Documenting libefi-sys v0.1.0 |
2998 | 2024-05-13T13:18:31.873Z | Documenting trust-dns-client v0.22.0 |
2999 | 2024-05-13T13:18:34.069Z | Documenting polar-core v0.27.3 |
3000 | 2024-05-13T13:18:35.182Z | Documenting libxml v0.3.3 |
3001 | 2024-05-13T13:18:35.589Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3002 | 2024-05-13T13:18:36.171Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3003 | 2024-05-13T13:18:36.388Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3004 | 2024-05-13T13:18:37.178Z | Documenting globset v0.4.13 |
3005 | 2024-05-13T13:18:38.790Z | Documenting bb8 v0.8.3 |
3006 | 2024-05-13T13:18:39.368Z | Documenting olpc-cjson v0.1.3 |
3007 | 2024-05-13T13:18:40.814Z | Documenting serde_plain v1.0.2 |
3008 | 2024-05-13T13:18:41.594Z | Documenting quick-xml v0.31.0 |
3009 | 2024-05-13T13:18:42.221Z | Documenting oso-derive v0.27.3 |
3010 | 2024-05-13T13:18:42.484Z | Documenting impl-trait-for-tuples v0.2.2 |
3011 | 2024-05-13T13:18:44.086Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3012 | 2024-05-13T13:18:44.250Z | Documenting typed-path v0.7.0 |
3013 | 2024-05-13T13:18:45.188Z | Documenting keccak v0.1.4 |
3014 | 2024-05-13T13:18:46.843Z | Documenting utf-8 v0.7.6 |
3015 | 2024-05-13T13:18:47.391Z | Documenting samael v0.0.15 |
3016 | 2024-05-13T13:18:47.776Z | Documenting oso v0.27.3 |
3017 | 2024-05-13T13:18:47.901Z | Documenting sha3 v0.10.8 |
3018 | 2024-05-13T13:18:48.163Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3019 | 2024-05-13T13:18:49.487Z | Documenting tough v0.17.1 |
3020 | 2024-05-13T13:18:50.696Z | Documenting tungstenite v0.21.0 |
3021 | 2024-05-13T13:18:51.176Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3022 | 2024-05-13T13:18:52.163Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3023 | 2024-05-13T13:18:52.649Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3024 | 2024-05-13T13:18:53.330Z | Documenting trust-dns-server v0.22.1 |
3025 | 2024-05-13T13:18:56.861Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3026 | 2024-05-13T13:18:56.996Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3027 | 2024-05-13T13:18:57.883Z | Documenting rayon v1.10.0 |
3028 | 2024-05-13T13:18:58.726Z | Documenting const_format v0.2.32 |
3029 | 2024-05-13T13:19:00.711Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3030 | 2024-05-13T13:19:01.495Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3031 | 2024-05-13T13:19:01.700Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3032 | 2024-05-13T13:19:01.865Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3033 | 2024-05-13T13:19:02.249Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3034 | 2024-05-13T13:19:02.535Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3035 | 2024-05-13T13:19:02.562Z | Documenting sled v0.34.7 |
3036 | 2024-05-13T13:19:03.085Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3037 | 2024-05-13T13:19:03.172Z | Documenting fs-err v2.11.0 |
3038 | 2024-05-13T13:19:03.849Z | Documenting nix v0.28.0 |
3039 | 2024-05-13T13:19:05.287Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3040 | 2024-05-13T13:19:06.706Z | Documenting cookie v0.18.1 |
3041 | 2024-05-13T13:19:06.995Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3042 | 2024-05-13T13:19:07.031Z | Documenting secrecy v0.8.0 |
3043 | 2024-05-13T13:19:07.195Z | Documenting gethostname v0.4.3 |
3044 | 2024-05-13T13:19:07.287Z | Documenting peg-macros v0.8.3 |
3045 | 2024-05-13T13:19:08.412Z | Documenting rustversion v1.0.14 |
3046 | 2024-05-13T13:19:09.447Z | Documenting sqlparser_derive v0.2.2 |
3047 | 2024-05-13T13:19:10.726Z | Documenting parse-size v1.0.0 |
3048 | 2024-05-13T13:19:11.040Z | Documenting unicode_categories v0.1.1 |
3049 | 2024-05-13T13:19:11.348Z | Documenting home v0.5.5 |
3050 | 2024-05-13T13:19:11.805Z | Documenting peg v0.8.3 |
3051 | 2024-05-13T13:19:12.070Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3052 | 2024-05-13T13:19:12.310Z | Documenting castaway v0.2.2 |
3053 | 2024-05-13T13:19:13.585Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3054 | 2024-05-13T13:19:13.978Z | Documenting sqlparser v0.45.0 |
3055 | 2024-05-13T13:19:14.872Z | Documenting sqlformat v0.2.3 |
3056 | 2024-05-13T13:19:15.168Z | Documenting rustyline v14.0.0 |
3057 | 2024-05-13T13:19:15.674Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3058 | 2024-05-13T13:19:16.239Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3059 | 2024-05-13T13:19:18.993Z | Documenting tokio-tungstenite v0.21.0 |
3060 | 2024-05-13T13:19:20.481Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3061 | 2024-05-13T13:19:20.723Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3062 | 2024-05-13T13:19:21.815Z | Documenting zone v0.1.8 |
3063 | 2024-05-13T13:19:24.941Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3064 | 2024-05-13T13:19:25.594Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3065 | 2024-05-13T13:19:26.048Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3066 | 2024-05-13T13:19:26.412Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3067 | 2024-05-13T13:19:28.347Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3068 | 2024-05-13T13:19:28.907Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3069 | 2024-05-13T13:19:28.932Z | Documenting portpicker v0.1.1 |
3070 | 2024-05-13T13:19:29.924Z | Documenting universal-hash v0.5.1 |
3071 | 2024-05-13T13:19:31.644Z | Documenting bcs v0.1.6 |
3072 | 2024-05-13T13:19:32.980Z | Documenting kstat-rs v0.2.3 |
3073 | 2024-05-13T13:19:34.015Z | Documenting thiserror-impl-no-std v2.0.2 |
3074 | 2024-05-13T13:19:45.165Z | Documenting curve25519-dalek-derive v0.1.0 |
3075 | 2024-05-13T13:19:45.219Z | Documenting opaque-debug v0.3.0 |
3076 | 2024-05-13T13:19:45.284Z | Documenting highway v1.1.0 |
3077 | 2024-05-13T13:19:45.461Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3078 | 2024-05-13T13:19:46.104Z | Documenting thiserror-no-std v2.0.2 |
3079 | 2024-05-13T13:19:46.197Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3080 | 2024-05-13T13:19:46.579Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3081 | 2024-05-13T13:19:48.127Z | Documenting poly1305 v0.8.0 |
3082 | 2024-05-13T13:19:49.130Z | Documenting compact_str v0.7.1 |
3083 | 2024-05-13T13:19:49.448Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3084 | 2024-05-13T13:19:49.914Z | Documenting curve25519-dalek v4.1.2 |
3085 | 2024-05-13T13:19:52.289Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3086 | 2024-05-13T13:19:53.381Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3087 | 2024-05-13T13:19:54.146Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3088 | 2024-05-13T13:19:54.896Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3089 | 2024-05-13T13:19:55.057Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3090 | 2024-05-13T13:19:55.627Z | Documenting portable-atomic v1.4.3 |
3091 | 2024-05-13T13:19:57.943Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3092 | 2024-05-13T13:19:59.009Z | Documenting ed25519 v1.5.3 |
3093 | 2024-05-13T13:20:00.707Z | Documenting memoffset v0.7.1 |
3094 | 2024-05-13T13:20:01.305Z | Documenting unicase v2.7.0 |
3095 | 2024-05-13T13:20:01.815Z | Documenting rcgen v0.12.1 |
3096 | 2024-05-13T13:20:03.543Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3097 | 2024-05-13T13:20:04.566Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3098 | 2024-05-13T13:20:04.655Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3099 | 2024-05-13T13:20:06.605Z | Documenting atomicwrites v0.4.3 |
3100 | 2024-05-13T13:20:07.500Z | warning: could not parse code block as Rust code |
3101 | 2024-05-13T13:20:07.500Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3102 | 2024-05-13T13:20:07.500Z | | |
3103 | 2024-05-13T13:20:07.500Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3104 | 2024-05-13T13:20:07.500Z | 247 | | /// |
3105 | 2024-05-13T13:20:07.500Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3106 | 2024-05-13T13:20:07.500Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3107 | 2024-05-13T13:20:07.500Z | ... | |
3108 | 2024-05-13T13:20:07.500Z | 277 | | /// |
3109 | 2024-05-13T13:20:07.500Z | 278 | | /// Will be parsed as `this string has " in it`. |
3110 | 2024-05-13T13:20:07.500Z | | |________________________________________________________^ |
3111 | 2024-05-13T13:20:07.500Z | | |
3112 | 2024-05-13T13:20:07.500Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3113 | 2024-05-13T13:20:07.500Z | = note: error from rustc: unknown start of token: \ |
3114 | 2024-05-13T13:20:07.500Z | = note: error from rustc: unknown start of token: \ |
3115 | 2024-05-13T13:20:07.500Z | = note: error from rustc: unknown start of token: \ |
3116 | 2024-05-13T13:20:07.501Z | = note: error from rustc: unknown start of token: \ |
3117 | 2024-05-13T13:20:07.501Z | = note: error from rustc: unknown start of token: \ |
3118 | 2024-05-13T13:20:07.501Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3119 | 2024-05-13T13:20:07.501Z | |
3120 | 2024-05-13T13:20:08.387Z | Documenting chacha20 v0.9.1 |
3121 | 2024-05-13T13:20:09.200Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3122 | 2024-05-13T13:20:09.225Z | Documenting lru v0.12.1 |
3123 | 2024-05-13T13:20:09.672Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3124 | 2024-05-13T13:20:11.290Z | Documenting aead v0.5.2 |
3125 | 2024-05-13T13:20:12.447Z | Documenting rand_seeder v0.2.3 |
3126 | 2024-05-13T13:20:12.745Z | Documenting nanorand v0.7.0 |
3127 | 2024-05-13T13:20:13.658Z | Documenting subprocess v0.2.9 |
3128 | 2024-05-13T13:20:14.138Z | Documenting stability v0.2.0 |
3129 | 2024-05-13T13:20:14.263Z | Documenting glob v0.3.1 |
3130 | 2024-05-13T13:20:16.327Z | Documenting cassowary v0.3.0 |
3131 | 2024-05-13T13:20:26.646Z | Documenting number_prefix v0.4.0 |
3132 | 2024-05-13T13:20:26.924Z | Documenting flume v0.11.0 |
3133 | 2024-05-13T13:20:27.230Z | Documenting chacha20poly1305 v0.10.1 |
3134 | 2024-05-13T13:20:27.262Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3135 | 2024-05-13T13:20:27.548Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3136 | 2024-05-13T13:20:27.815Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3137 | 2024-05-13T13:20:28.111Z | Documenting ratatui v0.26.2 |
3138 | 2024-05-13T13:20:30.532Z | Documenting indicatif v0.17.8 |
3139 | 2024-05-13T13:20:31.421Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3140 | 2024-05-13T13:20:42.562Z | Documenting mime_guess v2.0.4 |
3141 | 2024-05-13T13:20:43.216Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3142 | 2024-05-13T13:20:43.391Z | Documenting salty v0.2.0 |
3143 | 2024-05-13T13:20:43.591Z | Documenting vsss-rs v3.3.4 |
3144 | 2024-05-13T13:20:43.794Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3145 | 2024-05-13T13:20:44.934Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3146 | 2024-05-13T13:20:45.820Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3147 | 2024-05-13T13:20:46.295Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3148 | 2024-05-13T13:20:46.611Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3149 | 2024-05-13T13:20:46.876Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3150 | 2024-05-13T13:20:47.361Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3151 | 2024-05-13T13:20:47.678Z | Documenting serde-big-array v0.5.1 |
3152 | 2024-05-13T13:20:49.449Z | Documenting rtoolbox v0.0.1 |
3153 | 2024-05-13T13:20:50.142Z | Documenting unicode-linebreak v0.1.5 |
3154 | 2024-05-13T13:20:50.423Z | Documenting http-range v0.1.5 |
3155 | 2024-05-13T13:20:50.674Z | Documenting smawk v0.3.1 |
3156 | 2024-05-13T13:20:51.767Z | Documenting is_ci v1.2.0 |
3157 | 2024-05-13T13:20:53.009Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3158 | 2024-05-13T13:20:53.688Z | Documenting rpassword v7.3.1 |
3159 | 2024-05-13T13:20:54.400Z | Documenting hyper-staticfile v0.9.5 |
3160 | 2024-05-13T13:20:54.575Z | Documenting textwrap v0.16.1 |
3161 | 2024-05-13T13:20:55.630Z | Documenting supports-color v3.0.0 |
3162 | 2024-05-13T13:20:57.819Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3163 | 2024-05-13T13:20:58.617Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3164 | 2024-05-13T13:20:59.525Z | Documenting tui-tree-widget v0.19.0 |
3165 | 2024-05-13T13:21:00.446Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3166 | 2024-05-13T13:21:00.883Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3167 | 2024-05-13T13:21:01.118Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3168 | 2024-05-13T13:21:02.059Z | warning: unresolved link to `test_sled_transitions` |
3169 | 2024-05-13T13:21:02.059Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
3170 | 2024-05-13T13:21:02.059Z | | |
3171 | 2024-05-13T13:21:02.060Z | 636 | /// [`test_sled_transitions`]. |
3172 | 2024-05-13T13:21:02.060Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3173 | 2024-05-13T13:21:02.060Z | | |
3174 | 2024-05-13T13:21:02.060Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3175 | 2024-05-13T13:21:02.060Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3176 | 2024-05-13T13:21:02.060Z | |
3177 | 2024-05-13T13:21:02.088Z | warning: unresolved link to `test_sled_transitions` |
3178 | 2024-05-13T13:21:02.088Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
3179 | 2024-05-13T13:21:02.088Z | | |
3180 | 2024-05-13T13:21:02.089Z | 672 | /// [`test_sled_transitions`]. |
3181 | 2024-05-13T13:21:02.089Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3182 | 2024-05-13T13:21:02.089Z | | |
3183 | 2024-05-13T13:21:02.089Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3184 | 2024-05-13T13:21:02.089Z | |
3185 | 2024-05-13T13:21:02.089Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3186 | 2024-05-13T13:21:02.089Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3187 | 2024-05-13T13:21:02.089Z | | |
3188 | 2024-05-13T13:21:02.089Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3189 | 2024-05-13T13:21:02.089Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3190 | 2024-05-13T13:21:02.089Z | |
3191 | 2024-05-13T13:21:02.122Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3192 | 2024-05-13T13:21:04.401Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3193 | 2024-05-13T13:21:04.695Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3194 | 2024-05-13T13:21:05.087Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3195 | 2024-05-13T13:21:05.130Z | Documenting signal-hook-tokio v0.3.1 |
3196 | 2024-05-13T13:21:05.400Z | Documenting memmap2 v0.7.1 |
3197 | 2024-05-13T13:21:05.476Z | Documenting corncobs v0.1.3 |
3198 | 2024-05-13T13:21:05.532Z | Documenting arrayref v0.3.7 |
3199 | 2024-05-13T13:21:08.364Z | Documenting constant_time_eq v0.3.0 |
3200 | 2024-05-13T13:21:08.538Z | Documenting shell-words v1.1.0 |
3201 | 2024-05-13T13:21:09.517Z | Documenting arrayvec v0.7.4 |
3202 | 2024-05-13T13:21:09.803Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3203 | 2024-05-13T13:21:11.111Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3204 | 2024-05-13T13:21:12.201Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3205 | 2024-05-13T13:21:12.579Z | Documenting blake3 v1.5.0 |
3206 | 2024-05-13T13:21:15.204Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3207 | 2024-05-13T13:21:16.942Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3208 | 2024-05-13T13:21:17.436Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3209 | 2024-05-13T13:21:17.461Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3210 | 2024-05-13T13:21:18.216Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3211 | 2024-05-13T13:21:18.738Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3212 | 2024-05-13T13:21:26.195Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3213 | 2024-05-13T13:21:28.740Z | warning: unclosed HTML tag `usize` |
3214 | 2024-05-13T13:21:28.740Z | --> wicket/src/ui/panes/update.rs:153:19 |
3215 | 2024-05-13T13:21:28.740Z | | |
3216 | 2024-05-13T13:21:28.740Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3217 | 2024-05-13T13:21:28.740Z | | ^^^^^^^ |
3218 | 2024-05-13T13:21:28.740Z | | |
3219 | 2024-05-13T13:21:28.740Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3220 | 2024-05-13T13:21:28.740Z | |
3221 | 2024-05-13T13:21:29.023Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3222 | 2024-05-13T13:21:30.105Z | warning: `wicket` (lib doc) generated 1 warning |
3223 | 2024-05-13T13:21:30.131Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3224 | 2024-05-13T13:21:31.652Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3225 | 2024-05-13T13:21:33.667Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3226 | 2024-05-13T13:21:36.372Z | warning: unresolved link to `BlueprintDisksConfig` |
3227 | 2024-05-13T13:21:36.372Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1077:55 |
3228 | 2024-05-13T13:21:36.373Z | | |
3229 | 2024-05-13T13:21:36.373Z | 1077 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3230 | 2024-05-13T13:21:36.373Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3231 | 2024-05-13T13:21:36.373Z | | |
3232 | 2024-05-13T13:21:36.373Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3233 | 2024-05-13T13:21:36.373Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3234 | 2024-05-13T13:21:36.373Z | |
3235 | 2024-05-13T13:21:37.047Z | Documenting fatfs v0.3.6 |
3236 | 2024-05-13T13:21:37.340Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3237 | 2024-05-13T13:21:37.365Z | Documenting topological-sort v0.2.2 |
3238 | 2024-05-13T13:21:39.714Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3239 | 2024-05-13T13:21:41.188Z | Documenting assert_matches v1.5.0 |
3240 | 2024-05-13T13:21:42.171Z | Documenting omicron-zone-package v0.11.0 |
3241 | 2024-05-13T13:21:43.250Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3242 | 2024-05-13T13:21:44.089Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3243 | 2024-05-13T13:21:49.682Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3244 | 2024-05-13T13:21:51.269Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3245 | 2024-05-13T13:21:57.153Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3246 | 2024-05-13T13:21:57.153Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3247 | 2024-05-13T13:21:58.863Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3248 | 2024-05-13T13:21:59.110Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3249 | 2024-05-13T13:22:01.695Z | Documenting termios v0.3.3 |
3250 | 2024-05-13T13:22:01.970Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3251 | 2024-05-13T13:22:02.591Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3252 | 2024-05-13T13:22:02.591Z | --> sled-agent/src/sim/instance.rs:46:7 |
3253 | 2024-05-13T13:22:02.591Z | | |
3254 | 2024-05-13T13:22:02.591Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3255 | 2024-05-13T13:22:02.591Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3256 | 2024-05-13T13:22:02.592Z | | |
3257 | 2024-05-13T13:22:02.592Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3258 | 2024-05-13T13:22:02.592Z | |
3259 | 2024-05-13T13:22:04.539Z | Documenting uzers v0.11.3 |
3260 | 2024-05-13T13:22:05.606Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3261 | 2024-05-13T13:22:05.694Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3262 | 2024-05-13T13:22:06.162Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3263 | 2024-05-13T13:22:07.390Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3264 | 2024-05-13T13:22:08.545Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3265 | 2024-05-13T13:22:09.136Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3266 | 2024-05-13T13:22:24.404Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3267 | 2024-05-13T13:22:35.675Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3268 | 2024-05-13T13:22:37.943Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3269 | 2024-05-13T13:22:41.978Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3270 | 2024-05-13T13:22:44.877Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3271 | 2024-05-13T13:22:46.654Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3272 | 2024-05-13T13:22:48.657Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3273 | 2024-05-13T13:22:50.661Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3274 | 2024-05-13T13:23:02.998Z | warning: unresolved link to `Nexus` |
3275 | 2024-05-13T13:23:02.998Z | --> nexus/src/app/instance_network.rs:280:34 |
3276 | 2024-05-13T13:23:02.998Z | | |
3277 | 2024-05-13T13:23:02.998Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3278 | 2024-05-13T13:23:02.998Z | | ^^^^^ no item named `Nexus` in scope |
3279 | 2024-05-13T13:23:02.998Z | | |
3280 | 2024-05-13T13:23:02.998Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3281 | 2024-05-13T13:23:02.998Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3282 | 2024-05-13T13:23:02.998Z | |
3283 | 2024-05-13T13:23:02.998Z | warning: unresolved link to `Nexus` |
3284 | 2024-05-13T13:23:02.998Z | --> nexus/src/app/instance_network.rs:458:34 |
3285 | 2024-05-13T13:23:02.998Z | | |
3286 | 2024-05-13T13:23:02.998Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3287 | 2024-05-13T13:23:02.998Z | | ^^^^^ no item named `Nexus` in scope |
3288 | 2024-05-13T13:23:03.024Z | | |
3289 | 2024-05-13T13:23:03.024Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3290 | 2024-05-13T13:23:03.024Z | |
3291 | 2024-05-13T13:23:03.025Z | warning: unresolved link to `VolumeConstructionRequest` |
3292 | 2024-05-13T13:23:03.025Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3293 | 2024-05-13T13:23:03.025Z | | |
3294 | 2024-05-13T13:23:03.025Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3295 | 2024-05-13T13:23:03.025Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3296 | 2024-05-13T13:23:03.025Z | | |
3297 | 2024-05-13T13:23:03.025Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3298 | 2024-05-13T13:23:03.025Z | |
3299 | 2024-05-13T13:23:03.025Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3300 | 2024-05-13T13:23:03.025Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3301 | 2024-05-13T13:23:03.025Z | | |
3302 | 2024-05-13T13:23:03.025Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3303 | 2024-05-13T13:23:03.025Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3304 | 2024-05-13T13:23:03.025Z | |
3305 | 2024-05-13T13:23:03.025Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3306 | 2024-05-13T13:23:03.025Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3307 | 2024-05-13T13:23:03.025Z | | |
3308 | 2024-05-13T13:23:03.025Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3309 | 2024-05-13T13:23:03.025Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3310 | 2024-05-13T13:23:03.025Z | |
3311 | 2024-05-13T13:23:03.025Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3312 | 2024-05-13T13:23:03.025Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3313 | 2024-05-13T13:23:03.025Z | | |
3314 | 2024-05-13T13:23:03.026Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3315 | 2024-05-13T13:23:03.026Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3316 | 2024-05-13T13:23:03.026Z | |
3317 | 2024-05-13T13:23:03.026Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3318 | 2024-05-13T13:23:03.026Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3319 | 2024-05-13T13:23:03.026Z | | |
3320 | 2024-05-13T13:23:03.026Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3321 | 2024-05-13T13:23:03.026Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3322 | 2024-05-13T13:23:03.026Z | |
3323 | 2024-05-13T13:23:03.026Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3324 | 2024-05-13T13:23:03.026Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3325 | 2024-05-13T13:23:03.026Z | | |
3326 | 2024-05-13T13:23:03.026Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3327 | 2024-05-13T13:23:03.026Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3328 | 2024-05-13T13:23:03.026Z | |
3329 | 2024-05-13T13:23:03.026Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3330 | 2024-05-13T13:23:03.026Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3331 | 2024-05-13T13:23:03.026Z | | |
3332 | 2024-05-13T13:23:03.026Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3333 | 2024-05-13T13:23:03.026Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3334 | 2024-05-13T13:23:03.026Z | |
3335 | 2024-05-13T13:23:06.964Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3336 | 2024-05-13T13:23:26.002Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 09s |
3337 | 2024-05-13T13:23:26.078Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3338 | 2024-05-13T13:23:26.078Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3339 | 2024-05-13T13:23:26.078Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3340 | 2024-05-13T13:23:26.078Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3341 | 2024-05-13T13:23:26.079Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3342 | 2024-05-13T13:23:26.079Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3343 | 2024-05-13T13:23:26.079Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3344 | 2024-05-13T13:23:26.079Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3345 | 2024-05-13T13:23:26.079Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3346 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3347 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3348 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3349 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3350 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3351 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3352 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3353 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3354 | 2024-05-13T13:23:26.126Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3355 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3356 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3357 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3358 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3359 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3360 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3361 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3362 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3363 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3364 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3365 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3366 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3367 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3368 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3369 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3370 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3371 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3372 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3373 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3374 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3375 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3376 | 2024-05-13T13:23:26.127Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3377 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3378 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3379 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3380 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3381 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3382 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3383 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3384 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3385 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3386 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3387 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3388 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3389 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3390 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3391 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3392 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3393 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3394 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3395 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3396 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3397 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3398 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3399 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3400 | 2024-05-13T13:23:26.128Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3401 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3402 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3403 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3404 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3405 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3406 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3407 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3408 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3409 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3410 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3411 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3412 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3413 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3414 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3415 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3416 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3417 | 2024-05-13T13:23:26.129Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3418 | 2024-05-13T13:23:26.154Z | |
3419 | 2024-05-13T13:23:26.154Z | real 11:09.766266287 |
3420 | 2024-05-13T13:23:26.154Z | user 29:20.632743452 |
3421 | 2024-05-13T13:23:26.154Z | sys 46:14.554165050 |
3422 | 2024-05-13T13:23:26.154Z | trap 0.801599358 |
3423 | 2024-05-13T13:23:26.154Z | tflt 0.179348845 |
3424 | 2024-05-13T13:23:26.154Z | dflt 1.005788811 |
3425 | 2024-05-13T13:23:26.154Z | kflt 0.000632921 |
3426 | 2024-05-13T13:23:26.154Z | lock 3:19:02.594311711 |
3427 | 2024-05-13T13:23:26.154Z | slp 3:06:54.981297379 |
3428 | 2024-05-13T13:23:26.154Z | lat 4:18.787102840 |
3429 | 2024-05-13T13:23:26.154Z | stop 2:01.607719674 |
3430 | 2024-05-13T13:23:26.154Z | process exited: duration 1228313 ms, exit code 0 |
|
3431 | 2024-05-13T13:23:26.204Z | found 0 output files |