|
|
|
1 | 2024-05-15T02:46:26.636Z | job assigned to worker 01HXX28MQ1430CRZ8CVN8YMT3C (queued for 38 s) |
|
2 | 2024-05-15T02:46:26.750Z | starting task 0: "setup" |
3 | 2024-05-15T02:46:26.775Z | ++ uname -s |
4 | 2024-05-15T02:46:26.775Z | + kern=SunOS |
5 | 2024-05-15T02:46:26.775Z | + case "$kern" in |
6 | 2024-05-15T02:46:26.775Z | + groupadd -g 12345 build |
7 | 2024-05-15T02:46:26.775Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-15T02:46:28.782Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-15T02:46:28.830Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-15T02:46:28.854Z | + home_fs=zfs |
11 | 2024-05-15T02:46:28.854Z | + [[ zfs == autofs ]] |
12 | 2024-05-15T02:46:28.854Z | + mkdir -p /home/build |
13 | 2024-05-15T02:46:28.854Z | + chown build:build /home/build /work |
14 | 2024-05-15T02:46:30.842Z | + chmod 0700 /home/build /work |
15 | 2024-05-15T02:46:30.866Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-05-15T02:46:30.917Z | starting task 1: "rust-toolchain" |
17 | 2024-05-15T02:46:30.946Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-15T02:46:30.946Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-15T02:46:31.054Z | info: downloading installer |
20 | 2024-05-15T02:46:31.461Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-15T02:46:31.461Z | warning: /opt/ooce/bin |
22 | 2024-05-15T02:46:31.461Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-15T02:46:31.461Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-15T02:46:31.462Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-15T02:46:31.462Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-15T02:46:31.462Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-15T02:46:31.462Z | error: cannot install while Rust is installed |
28 | 2024-05-15T02:46:31.462Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-15T02:46:31.502Z | info: profile set to 'default' |
30 | 2024-05-15T02:46:31.502Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-15T02:46:31.543Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-15T02:46:31.592Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-15T02:46:31.592Z | info: downloading component 'cargo' |
34 | 2024-05-15T02:46:31.867Z | info: downloading component 'clippy' |
35 | 2024-05-15T02:46:32.325Z | info: downloading component 'rust-docs' |
36 | 2024-05-15T02:46:32.356Z | info: downloading component 'rust-std' |
37 | 2024-05-15T02:46:32.402Z | info: downloading component 'rustc' |
38 | 2024-05-15T02:46:33.071Z | info: downloading component 'rustfmt' |
39 | 2024-05-15T02:46:33.124Z | info: installing component 'cargo' |
40 | 2024-05-15T02:46:34.209Z | info: installing component 'clippy' |
41 | 2024-05-15T02:46:34.648Z | info: installing component 'rust-docs' |
42 | 2024-05-15T02:46:37.108Z | info: installing component 'rust-std' |
43 | 2024-05-15T02:46:39.250Z | info: installing component 'rustc' |
44 | 2024-05-15T02:46:44.089Z | info: installing component 'rustfmt' |
45 | 2024-05-15T02:46:44.480Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-15T02:46:44.481Z | |
47 | 2024-05-15T02:46:44.588Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-15T02:46:44.589Z | |
49 | 2024-05-15T02:46:44.613Z | |
50 | 2024-05-15T02:46:44.613Z | Rust is installed now. Great! |
51 | 2024-05-15T02:46:44.613Z | |
52 | 2024-05-15T02:46:44.613Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-15T02:46:44.613Z | environment variable. This has not been done automatically. |
54 | 2024-05-15T02:46:44.613Z | |
55 | 2024-05-15T02:46:44.613Z | To configure your current shell, you need to source |
56 | 2024-05-15T02:46:44.613Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-15T02:46:44.614Z | |
58 | 2024-05-15T02:46:44.614Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-15T02:46:44.614Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-15T02:46:44.614Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-15T02:46:44.670Z | + rustc --version |
62 | 2024-05-15T02:46:44.767Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-15T02:46:44.792Z | process exited: duration 13855 ms, exit code 0 |
|
64 | 2024-05-15T02:46:44.862Z | starting task 2: "authentication" |
65 | 2024-05-15T02:46:44.941Z | process exited: duration 81 ms, exit code 0 |
|
66 | 2024-05-15T02:46:44.996Z | starting task 3: "clone repository" |
67 | 2024-05-15T02:46:45.024Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-15T02:46:45.024Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-15T02:46:45.052Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-15T02:46:50.359Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-15T02:46:50.383Z | + git fetch origin f3c1fa8e5058c1e9c66125ead740f42a1576545b |
72 | 2024-05-15T02:46:50.821Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-15T02:46:50.821Z | * branch f3c1fa8e5058c1e9c66125ead740f42a1576545b -> FETCH_HEAD |
74 | 2024-05-15T02:46:50.845Z | + [[ -n iliana/releng ]] |
75 | 2024-05-15T02:46:50.845Z | ++ git branch --show-current |
76 | 2024-05-15T02:46:50.845Z | + current=main |
77 | 2024-05-15T02:46:50.845Z | + [[ main != iliana/releng ]] |
78 | 2024-05-15T02:46:50.845Z | + git branch -f iliana/releng f3c1fa8e5058c1e9c66125ead740f42a1576545b |
79 | 2024-05-15T02:46:50.845Z | + git checkout -f iliana/releng |
80 | 2024-05-15T02:46:50.998Z | Switched to branch 'iliana/releng' |
81 | 2024-05-15T02:46:51.022Z | + git reset --hard f3c1fa8e5058c1e9c66125ead740f42a1576545b |
82 | 2024-05-15T02:46:51.022Z | HEAD is now at f3c1fa8e5 Merge remote-tracking branch 'origin/main' into iliana/releng |
83 | 2024-05-15T02:46:51.022Z | process exited: duration 6026 ms, exit code 0 |
|
84 | 2024-05-15T02:46:51.086Z | starting task 4: "build" |
85 | 2024-05-15T02:46:51.111Z | + cargo --version |
86 | 2024-05-15T02:46:51.111Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-15T02:46:51.187Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-15T02:46:51.188Z | info: downloading component 'cargo' |
89 | 2024-05-15T02:46:51.385Z | info: downloading component 'clippy' |
90 | 2024-05-15T02:46:51.449Z | info: downloading component 'rust-docs' |
91 | 2024-05-15T02:46:51.736Z | info: downloading component 'rust-std' |
92 | 2024-05-15T02:46:52.143Z | info: downloading component 'rustc' |
93 | 2024-05-15T02:46:53.255Z | info: downloading component 'rustfmt' |
94 | 2024-05-15T02:46:53.329Z | info: installing component 'cargo' |
95 | 2024-05-15T02:46:54.282Z | info: installing component 'clippy' |
96 | 2024-05-15T02:46:54.641Z | info: installing component 'rust-docs' |
97 | 2024-05-15T02:46:56.951Z | info: installing component 'rust-std' |
98 | 2024-05-15T02:46:58.929Z | info: installing component 'rustc' |
99 | 2024-05-15T02:47:03.410Z | info: installing component 'rustfmt' |
100 | 2024-05-15T02:47:03.857Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-15T02:47:03.882Z | + rustc --version |
102 | 2024-05-15T02:47:03.947Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-15T02:47:03.974Z | + source ./env.sh |
104 | 2024-05-15T02:47:03.975Z | ++ set -o xtrace |
105 | 2024-05-15T02:47:03.975Z | ++++ dirname ./env.sh |
106 | 2024-05-15T02:47:03.975Z | +++ readlink -f . |
107 | 2024-05-15T02:47:03.975Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-05-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ 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-15T02:47:03.975Z | ++ unset OMICRON_WS |
117 | 2024-05-15T02:47:03.975Z | ++ set +o xtrace |
118 | 2024-05-15T02:47:03.975Z | |
119 | 2024-05-15T02:47:03.975Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-05-15T02:47:03.975Z | # # # # # # # # # # # # # # # |
121 | 2024-05-15T02:47:03.975Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-05-15T02:47:03.975Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-05-15T02:47:03.975Z | # # # # # # # # # # # # # # # |
124 | 2024-05-15T02:47:03.975Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-05-15T02:47:03.975Z | |
126 | 2024-05-15T02:47:08.295Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-05-15T02:47:10.223Z | Startup: Caching catalogs ... Done |
128 | 2024-05-15T02:47:12.579Z | Planning: Solver setup ... Done (1.359s) |
129 | 2024-05-15T02:47:12.612Z | Planning: Running solver ... Done (0.026s) |
130 | 2024-05-15T02:47:12.612Z | Planning: Finding local manifests ... Done (0.002s) |
131 | 2024-05-15T02:47:12.822Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-05-15T02:47:13.318Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-05-15T02:47:13.384Z | Planning: Package planning ... Done (0.059s) |
134 | 2024-05-15T02:47:13.439Z | Planning: Merging actions ... Done (0.058s) |
135 | 2024-05-15T02:47:13.806Z | Planning: Checking for conflicting actions ... Done (0.369s) |
136 | 2024-05-15T02:47:13.835Z | Planning: Consolidating action changes ... Done (0.012s) |
137 | 2024-05-15T02:47:14.442Z | Planning: Evaluating mediators ... Done (0.623s) |
138 | 2024-05-15T02:47:14.470Z | Planning: Planning completed in 4.17 seconds |
139 | 2024-05-15T02:47:14.502Z | Packages to install: 4 |
140 | 2024-05-15T02:47:14.502Z | Mediators to change: 2 |
141 | 2024-05-15T02:47:14.503Z | Services to change: 1 |
142 | 2024-05-15T02:47:14.503Z | Estimated space available: 148.35 GB |
143 | 2024-05-15T02:47:14.503Z | Estimated space to be consumed: 1.45 GB |
144 | 2024-05-15T02:47:14.503Z | Create boot environment: No |
145 | 2024-05-15T02:47:14.503Z | Create backup boot environment: No |
146 | 2024-05-15T02:47:14.503Z | Rebuild boot archive: No |
147 | 2024-05-15T02:47:14.504Z | |
148 | 2024-05-15T02:47:14.504Z | Changed mediators: |
149 | 2024-05-15T02:47:14.504Z | mediator clang: |
150 | 2024-05-15T02:47:14.504Z | version: None -> 15 (system default) |
151 | 2024-05-15T02:47:14.505Z | |
152 | 2024-05-15T02:47:14.505Z | mediator llvm: |
153 | 2024-05-15T02:47:14.505Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-05-15T02:47:14.505Z | |
155 | 2024-05-15T02:47:14.506Z | Changed packages: |
156 | 2024-05-15T02:47:14.506Z | helios-dev |
157 | 2024-05-15T02:47:14.506Z | developer/build-essential |
158 | 2024-05-15T02:47:14.506Z | None -> 11-2.0 |
159 | 2024-05-15T02:47:14.506Z | library/libxmlsec1 |
160 | 2024-05-15T02:47:14.506Z | None -> 1.2.35-2.0 |
161 | 2024-05-15T02:47:14.506Z | ooce/developer/clang-15 |
162 | 2024-05-15T02:47:14.507Z | None -> 15.0.7-2.0 |
163 | 2024-05-15T02:47:14.507Z | ooce/developer/llvm-15 |
164 | 2024-05-15T02:47:14.507Z | None -> 15.0.7-2.0 |
165 | 2024-05-15T02:47:14.507Z | |
166 | 2024-05-15T02:47:14.507Z | Services: |
167 | 2024-05-15T02:47:14.508Z | restart_fmri: |
168 | 2024-05-15T02:47:14.508Z | svc:/system/update-man-index:default |
169 | 2024-05-15T02:47:14.542Z | |
170 | 2024-05-15T02:47:14.542Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-05-15T02:47:20.708Z | Download: 213/3290 items 1.3/212.6MB 0% complete (695k/s) |
172 | 2024-05-15T02:47:25.705Z | Download: 850/3290 items 18.8/212.6MB 8% complete (1.8M/s) |
173 | 2024-05-15T02:47:30.709Z | Download: 1244/3290 items 95.0/212.6MB 44% complete (9.2M/s) |
174 | 2024-05-15T02:47:35.710Z | Download: 1888/3290 items 118.6/212.6MB 55% complete (10.0M/s) |
175 | 2024-05-15T02:47:40.717Z | Download: 3135/3290 items 136.2/212.6MB 64% complete (4.0M/s) |
176 | 2024-05-15T02:47:43.761Z | Download: Completed 212.60 MB in 29.23 seconds (7.3M/s) |
177 | 2024-05-15T02:47:43.945Z | Actions: 1/3689 actions (Installing new actions) |
178 | 2024-05-15T02:47:48.954Z | Actions: 3392/3689 actions (Installing new actions) |
179 | 2024-05-15T02:47:49.724Z | Actions: Completed 3689 actions in 5.78 seconds. |
180 | 2024-05-15T02:47:50.045Z | Done (0.315s) |
181 | 2024-05-15T02:47:50.045Z | Done (0.000s) |
182 | 2024-05-15T02:47:50.405Z | Done (0.353s) |
183 | 2024-05-15T02:47:55.336Z | Done (4.801s) |
184 | 2024-05-15T02:47:55.437Z | Done (0.019s) |
185 | 2024-05-15T02:47:55.461Z | Done (0.000s) |
186 | 2024-05-15T02:47:55.601Z | Done (0.000s) |
187 | 2024-05-15T02:47:56.238Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-05-15T02:47:56.492Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-05-15T02:47:56.519Z | Planning: Consolidating action changes ... Done |
190 | 2024-05-15T02:47:56.812Z | Planning: Evaluating mediators ... Done |
191 | 2024-05-15T02:47:56.840Z | Planning: Planning completed in 0.57 seconds |
192 | 2024-05-15T02:47:56.873Z | Mediators to change: 2 |
193 | 2024-05-15T02:47:56.873Z | Create boot environment: No |
194 | 2024-05-15T02:47:56.873Z | Create backup boot environment: No |
195 | 2024-05-15T02:47:56.919Z | Done |
196 | 2024-05-15T02:47:56.919Z | Done |
197 | 2024-05-15T02:47:57.171Z | Done |
198 | 2024-05-15T02:48:01.486Z | Done |
199 | 2024-05-15T02:48:01.574Z | Done |
200 | 2024-05-15T02:48:01.574Z | Done |
201 | 2024-05-15T02:48:01.647Z | Done |
202 | 2024-05-15T02:48:02.424Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-05-15T02:48:02.451Z | Planning: Merging actions ... Done |
204 | 2024-05-15T02:48:02.736Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-05-15T02:48:02.761Z | Planning: Consolidating action changes ... Done |
206 | 2024-05-15T02:48:03.056Z | Planning: Evaluating mediators ... Done |
207 | 2024-05-15T02:48:03.125Z | Planning: Planning completed in 1.01 seconds |
208 | 2024-05-15T02:48:03.166Z | Packages to change: 1 |
209 | 2024-05-15T02:48:03.166Z | Mediators to change: 1 |
210 | 2024-05-15T02:48:03.166Z | Services to change: 1 |
211 | 2024-05-15T02:48:03.166Z | Create boot environment: No |
212 | 2024-05-15T02:48:03.166Z | Create backup boot environment: Yes |
213 | 2024-05-15T02:48:04.709Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-05-15T02:48:04.735Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-05-15T02:48:04.735Z | Done |
216 | 2024-05-15T02:48:04.735Z | Done |
217 | 2024-05-15T02:48:04.785Z | Done |
218 | 2024-05-15T02:48:09.011Z | Done |
219 | 2024-05-15T02:48:09.103Z | Done |
220 | 2024-05-15T02:48:09.129Z | Done |
221 | 2024-05-15T02:48:09.177Z | Done |
222 | 2024-05-15T02:48:09.683Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-05-15T02:48:09.683Z | clang system 15 system |
224 | 2024-05-15T02:48:09.683Z | csh system system illumos |
225 | 2024-05-15T02:48:09.683Z | ctags system system illumos |
226 | 2024-05-15T02:48:09.683Z | gcc vendor 12 vendor |
227 | 2024-05-15T02:48:09.683Z | gcc system 10 system |
228 | 2024-05-15T02:48:09.683Z | gcc system 7 system |
229 | 2024-05-15T02:48:09.683Z | go system 1.20 system |
230 | 2024-05-15T02:48:09.683Z | go system 1.19 system |
231 | 2024-05-15T02:48:09.683Z | llvm system 15 system |
232 | 2024-05-15T02:48:09.683Z | llvm system 14 system |
233 | 2024-05-15T02:48:09.683Z | mariadb system 10.6 system |
234 | 2024-05-15T02:48:09.683Z | mta vendor vendor dma |
235 | 2024-05-15T02:48:09.683Z | openjdk system 17 system |
236 | 2024-05-15T02:48:09.683Z | openjdk system 11 system |
237 | 2024-05-15T02:48:09.683Z | openjdk system 1.8 system |
238 | 2024-05-15T02:48:09.683Z | openssl vendor 3 vendor |
239 | 2024-05-15T02:48:09.684Z | perl system 5.36 system |
240 | 2024-05-15T02:48:09.684Z | postgresql system 15 system |
241 | 2024-05-15T02:48:09.684Z | postgresql system 13 system |
242 | 2024-05-15T02:48:09.684Z | python vendor 3 vendor |
243 | 2024-05-15T02:48:09.684Z | python system 2 system |
244 | 2024-05-15T02:48:09.684Z | python3 system 3.11 system |
245 | 2024-05-15T02:48:09.684Z | ruby system 3.0 system |
246 | 2024-05-15T02:48:09.684Z | words vendor vendor american-english |
247 | 2024-05-15T02:48:09.684Z | words system system australian-english |
248 | 2024-05-15T02:48:09.684Z | words system system british-english |
249 | 2024-05-15T02:48:09.684Z | words system system canadian-english |
250 | 2024-05-15T02:48:09.684Z | words system system french |
251 | 2024-05-15T02:48:09.684Z | words system system italian |
252 | 2024-05-15T02:48:09.684Z | words system system ngerman |
253 | 2024-05-15T02:48:09.684Z | words system system ogerman |
254 | 2024-05-15T02:48:09.684Z | words system system spanish |
255 | 2024-05-15T02:48:10.079Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-05-15T02:48:10.080Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-05-15T02:48:11.780Z | FMRI IFO |
258 | 2024-05-15T02:48:11.781Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-05-15T02:48:11.781Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-05-15T02:48:11.781Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-05-15T02:48:11.781Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-05-15T02:48:11.781Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-05-15T02:48:11.781Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-05-15T02:48:11.781Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
265 | 2024-05-15T02:48:11.809Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-05-15T02:48:11.809Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-05-15T02:48:11.809Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-05-15T02:48:11.809Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-05-15T02:48:11.810Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-05-15T02:48:12.042Z | + set -o errexit |
271 | 2024-05-15T02:48:12.070Z | +++ dirname ./tools/ci_download_cockroachdb |
272 | 2024-05-15T02:48:12.070Z | ++ cd ./tools |
273 | 2024-05-15T02:48:12.070Z | ++ pwd |
274 | 2024-05-15T02:48:12.070Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
275 | 2024-05-15T02:48:12.070Z | ++ basename ./tools/ci_download_cockroachdb |
276 | 2024-05-15T02:48:12.071Z | + ARG0=ci_download_cockroachdb |
277 | 2024-05-15T02:48:12.071Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
278 | 2024-05-15T02:48:12.071Z | + CIDL_VERSION=v22.1.9 |
279 | 2024-05-15T02:48:12.071Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
280 | 2024-05-15T02:48:12.072Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
281 | 2024-05-15T02:48:12.072Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
282 | 2024-05-15T02:48:12.072Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-05-15T02:48:12.072Z | + TARGET_DIR=out |
284 | 2024-05-15T02:48:12.072Z | + DOWNLOAD_DIR=out/downloads |
285 | 2024-05-15T02:48:12.072Z | + DEST_DIR=./out/cockroachdb |
286 | 2024-05-15T02:48:12.072Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
287 | 2024-05-15T02:48:12.073Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
288 | 2024-05-15T02:48:12.073Z | + main |
289 | 2024-05-15T02:48:12.073Z | + [[ 0 != 0 ]] |
290 | 2024-05-15T02:48:12.073Z | + CIDL_OS=solaris2.11 |
291 | 2024-05-15T02:48:12.073Z | + [[ 0 != 0 ]] |
292 | 2024-05-15T02:48:12.073Z | + configure_os solaris2.11 |
293 | 2024-05-15T02:48:12.073Z | + echo 'current directory: /work/oxidecomputer/omicron' |
294 | 2024-05-15T02:48:12.073Z | + echo 'configuring based on OS: "solaris2.11"' |
295 | 2024-05-15T02:48:12.074Z | + case "$1" in |
296 | 2024-05-15T02:48:12.074Z | + CIDL_BUILD=illumos |
297 | 2024-05-15T02:48:12.074Z | + CIDL_SUFFIX=tar.gz |
298 | 2024-05-15T02:48:12.074Z | current directory: /work/oxidecomputer/omicron |
299 | 2024-05-15T02:48:12.074Z | configuring based on OS: "solaris2.11" |
300 | 2024-05-15T02:48:12.074Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
301 | 2024-05-15T02:48:12.075Z | + CIDL_URL_BASE=https://illumos.org/downloads |
302 | 2024-05-15T02:48:12.075Z | + CIDL_ASSEMBLE=do_assemble_illumos |
303 | 2024-05-15T02:48:12.075Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
304 | 2024-05-15T02:48:12.075Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-15T02:48:12.075Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-15T02:48:12.075Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
307 | 2024-05-15T02:48:12.076Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-15T02:48:12.076Z | + CIDL_SHA256FUNC=do_sha256sum |
309 | 2024-05-15T02:48:12.076Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2024-05-15T02:48:12.076Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-05-15T02:48:12.076Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
312 | 2024-05-15T02:48:12.076Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-05-15T02:48:12.076Z | + mkdir -p out/downloads |
314 | 2024-05-15T02:48:12.077Z | + mkdir -p ./out/cockroachdb |
315 | 2024-05-15T02:48:12.077Z | + local DO_DOWNLOAD=true |
316 | 2024-05-15T02:48:12.077Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
317 | 2024-05-15T02:48:12.077Z | + '[' true == true ']' |
318 | 2024-05-15T02:48:12.077Z | + echo Downloading... |
319 | 2024-05-15T02:48:12.077Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-05-15T02:48:12.077Z | Downloading... |
321 | 2024-05-15T02:48:12.078Z | + 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-15T02:48:17.791Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-05-15T02:48:17.819Z | ++ sha256sum |
324 | 2024-05-15T02:48:17.819Z | ++ awk '{print $1}' |
325 | 2024-05-15T02:48:17.866Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
326 | 2024-05-15T02:48:17.866Z | + [[ 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-15T02:48:17.867Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
328 | 2024-05-15T02:48:17.867Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
329 | 2024-05-15T02:48:20.799Z | + do_assemble_illumos |
330 | 2024-05-15T02:48:20.799Z | + rm -r ./out/cockroachdb |
331 | 2024-05-15T02:48:20.823Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
332 | 2024-05-15T02:48:21.162Z | + ./out/cockroachdb/bin/cockroach version |
333 | 2024-05-15T02:48:21.749Z | Build Tag: v22.1.9-dirty |
334 | 2024-05-15T02:48:21.749Z | Build Time: 2022/10/26 21:17:46 |
335 | 2024-05-15T02:48:21.749Z | Distribution: OSS |
336 | 2024-05-15T02:48:21.749Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
337 | 2024-05-15T02:48:21.749Z | Go Version: go1.17.13 |
338 | 2024-05-15T02:48:21.749Z | C Compiler: gcc 10.3.0 |
339 | 2024-05-15T02:48:21.750Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
340 | 2024-05-15T02:48:21.750Z | Build Type: release |
341 | 2024-05-15T02:48:21.777Z | + set -o errexit |
342 | 2024-05-15T02:48:21.777Z | +++ dirname ./tools/ci_download_clickhouse |
343 | 2024-05-15T02:48:21.778Z | ++ cd ./tools |
344 | 2024-05-15T02:48:21.778Z | ++ pwd |
345 | 2024-05-15T02:48:21.778Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
346 | 2024-05-15T02:48:21.778Z | ++ basename ./tools/ci_download_clickhouse |
347 | 2024-05-15T02:48:21.778Z | + ARG0=ci_download_clickhouse |
348 | 2024-05-15T02:48:21.778Z | + TARGET_DIR=out |
349 | 2024-05-15T02:48:21.778Z | + DOWNLOAD_DIR=out/downloads |
350 | 2024-05-15T02:48:21.778Z | + DEST_DIR=./out/clickhouse |
351 | 2024-05-15T02:48:21.778Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
352 | 2024-05-15T02:48:21.778Z | + CIDL_VERSION=v23.8.7.24 |
353 | 2024-05-15T02:48:21.778Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
354 | 2024-05-15T02:48:21.778Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
355 | 2024-05-15T02:48:21.778Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
356 | 2024-05-15T02:48:21.778Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
357 | 2024-05-15T02:48:21.778Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
358 | 2024-05-15T02:48:21.778Z | + main |
359 | 2024-05-15T02:48:21.778Z | + [[ 0 != 0 ]] |
360 | 2024-05-15T02:48:21.778Z | + CIDL_OS=solaris2.11 |
361 | 2024-05-15T02:48:21.778Z | + [[ 0 != 0 ]] |
362 | 2024-05-15T02:48:21.778Z | + configure_os solaris2.11 |
363 | 2024-05-15T02:48:21.778Z | + echo 'current directory: /work/oxidecomputer/omicron' |
364 | 2024-05-15T02:48:21.778Z | + echo 'configuring based on OS: "solaris2.11"' |
365 | 2024-05-15T02:48:21.778Z | + CIDL_DASHREV= |
366 | 2024-05-15T02:48:21.779Z | + case "$1" in |
367 | 2024-05-15T02:48:21.779Z | current directory: /work/oxidecomputer/omicron |
368 | 2024-05-15T02:48:21.779Z | + CIDL_PLATFORM=illumos |
369 | 2024-05-15T02:48:21.779Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-05-15T02:48:21.779Z | + CIDL_MD5FUNC=do_md5sum |
371 | 2024-05-15T02:48:21.779Z | configuring based on OS: "solaris2.11" |
372 | 2024-05-15T02:48:21.779Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
373 | 2024-05-15T02:48:21.779Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-15T02:48:21.779Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-05-15T02:48:21.779Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-05-15T02:48:21.779Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
377 | 2024-05-15T02:48:21.779Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
378 | 2024-05-15T02:48:21.779Z | + mkdir -p out/downloads |
379 | 2024-05-15T02:48:21.779Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
380 | 2024-05-15T02:48:21.779Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-05-15T02:48:21.779Z | + mkdir -p ./out/clickhouse |
382 | 2024-05-15T02:48:21.779Z | + local DO_DOWNLOAD=true |
383 | 2024-05-15T02:48:21.779Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
384 | 2024-05-15T02:48:21.779Z | + '[' true == true ']' |
385 | 2024-05-15T02:48:21.779Z | + echo Downloading... |
386 | 2024-05-15T02:48:21.779Z | Downloading... |
387 | 2024-05-15T02:48:21.779Z | + 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-15T02:48:21.779Z | + 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-15T02:48:38.580Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
390 | 2024-05-15T02:48:39.020Z | ++ md5sum |
391 | 2024-05-15T02:48:39.020Z | ++ awk '{print $1}' |
392 | 2024-05-15T02:48:39.044Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
393 | 2024-05-15T02:48:39.044Z | + [[ 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-15T02:48:39.044Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
395 | 2024-05-15T02:48:39.044Z | + mkdir -p ./out/clickhouse |
396 | 2024-05-15T02:48:39.044Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
397 | 2024-05-15T02:48:43.966Z | + [[ solaris2.11 == darwin* ]] |
398 | 2024-05-15T02:48:43.966Z | + ./out/clickhouse/clickhouse server --version |
399 | 2024-05-15T02:48:44.120Z | ClickHouse server version 23.8.7.1. |
400 | 2024-05-15T02:48:44.156Z | + set -o errexit |
401 | 2024-05-15T02:48:44.157Z | +++ dirname ./tools/ci_download_console |
402 | 2024-05-15T02:48:44.157Z | ++ cd ./tools |
403 | 2024-05-15T02:48:44.158Z | ++ pwd |
404 | 2024-05-15T02:48:44.159Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2024-05-15T02:48:44.159Z | ++ basename ./tools/ci_download_console |
406 | 2024-05-15T02:48:44.160Z | + ARG0=ci_download_console |
407 | 2024-05-15T02:48:44.160Z | + TARGET_DIR=out |
408 | 2024-05-15T02:48:44.161Z | + DOWNLOAD_DIR=out/downloads |
409 | 2024-05-15T02:48:44.161Z | + DEST_DIR=./out/console-assets |
410 | 2024-05-15T02:48:44.161Z | + source /work/oxidecomputer/omicron/tools/console_version |
411 | 2024-05-15T02:48:44.161Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
412 | 2024-05-15T02:48:44.162Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
413 | 2024-05-15T02:48:44.162Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
414 | 2024-05-15T02:48:44.162Z | + TARBALL_FILE=out/downloads/console.tar.gz |
415 | 2024-05-15T02:48:44.162Z | + main |
416 | 2024-05-15T02:48:44.162Z | + [[ 0 != 0 ]] |
417 | 2024-05-15T02:48:44.163Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
418 | 2024-05-15T02:48:44.163Z | + echo 'Local file: out/downloads/console.tar.gz' |
419 | 2024-05-15T02:48:44.163Z | + local DO_DOWNLOAD=true |
420 | 2024-05-15T02:48:44.163Z | + [[ -f out/downloads/console.tar.gz ]] |
421 | 2024-05-15T02:48:44.163Z | + mkdir -p out/downloads |
422 | 2024-05-15T02:48:44.164Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
423 | 2024-05-15T02:48:44.164Z | Local file: out/downloads/console.tar.gz |
424 | 2024-05-15T02:48:44.193Z | + '[' true == true ']' |
425 | 2024-05-15T02:48:44.193Z | + echo Downloading... |
426 | 2024-05-15T02:48:44.193Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
427 | 2024-05-15T02:48:44.194Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
428 | 2024-05-15T02:48:44.194Z | Downloading... |
429 | 2024-05-15T02:48:44.378Z | ++ do_sha256sum out/downloads/console.tar.gz |
430 | 2024-05-15T02:48:44.378Z | ++ case "$OSTYPE" in |
431 | 2024-05-15T02:48:44.378Z | ++ SHA=sha256sum |
432 | 2024-05-15T02:48:44.404Z | ++ sha256sum |
433 | 2024-05-15T02:48:44.404Z | ++ awk '{print $1}' |
434 | 2024-05-15T02:48:44.405Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
435 | 2024-05-15T02:48:44.405Z | + [[ 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-15T02:48:44.405Z | + rm -rf ./out/console-assets |
437 | 2024-05-15T02:48:44.405Z | + mkdir -p ./out/console-assets |
438 | 2024-05-15T02:48:44.406Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
439 | 2024-05-15T02:48:44.406Z | + mkdir -p ./out/console-assets |
440 | 2024-05-15T02:48:44.406Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
441 | 2024-05-15T02:48:44.534Z | + set -o errexit |
442 | 2024-05-15T02:48:44.566Z | +++ dirname ./tools/ci_download_dendrite_openapi |
443 | 2024-05-15T02:48:44.566Z | ++ cd ./tools |
444 | 2024-05-15T02:48:44.566Z | ++ pwd |
445 | 2024-05-15T02:48:44.567Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
446 | 2024-05-15T02:48:44.567Z | ++ basename ./tools/ci_download_dendrite_openapi |
447 | 2024-05-15T02:48:44.567Z | + ARG0=ci_download_dendrite_openapi |
448 | 2024-05-15T02:48:44.568Z | + TARGET_DIR=out |
449 | 2024-05-15T02:48:44.568Z | + DOWNLOAD_DIR=out/downloads |
450 | 2024-05-15T02:48:44.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
451 | 2024-05-15T02:48:44.568Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
452 | 2024-05-15T02:48:44.569Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
453 | 2024-05-15T02:48:44.569Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
454 | 2024-05-15T02:48:44.569Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
455 | 2024-05-15T02:48:44.569Z | + main |
456 | 2024-05-15T02:48:44.569Z | + [[ 0 != 0 ]] |
457 | 2024-05-15T02:48:44.570Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
458 | 2024-05-15T02:48:44.570Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
459 | 2024-05-15T02:48:44.570Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
460 | 2024-05-15T02:48:44.570Z | + local DO_DOWNLOAD=true |
461 | 2024-05-15T02:48:44.570Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
462 | 2024-05-15T02:48:44.570Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
463 | 2024-05-15T02:48:44.571Z | + mkdir -p out/downloads |
464 | 2024-05-15T02:48:44.571Z | + '[' true == true ']' |
465 | 2024-05-15T02:48:44.571Z | + echo Downloading... |
466 | 2024-05-15T02:48:44.571Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
467 | 2024-05-15T02:48:44.571Z | Downloading... |
468 | 2024-05-15T02:48:44.571Z | + 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-15T02:48:45.011Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
470 | 2024-05-15T02:48:45.011Z | ++ case "$OSTYPE" in |
471 | 2024-05-15T02:48:45.011Z | ++ SHA=sha256sum |
472 | 2024-05-15T02:48:45.046Z | ++ sha256sum |
473 | 2024-05-15T02:48:45.046Z | ++ awk '{print $1}' |
474 | 2024-05-15T02:48:45.047Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
475 | 2024-05-15T02:48:45.047Z | + [[ 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-15T02:48:45.047Z | + set -o errexit |
477 | 2024-05-15T02:48:45.047Z | +++ dirname ./tools/ci_download_dendrite_stub |
478 | 2024-05-15T02:48:45.047Z | ++ cd ./tools |
479 | 2024-05-15T02:48:45.047Z | ++ pwd |
480 | 2024-05-15T02:48:45.047Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
481 | 2024-05-15T02:48:45.047Z | ++ basename ./tools/ci_download_dendrite_stub |
482 | 2024-05-15T02:48:45.047Z | + ARG0=ci_download_dendrite_stub |
483 | 2024-05-15T02:48:45.048Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
484 | 2024-05-15T02:48:45.048Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
485 | 2024-05-15T02:48:45.048Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
486 | 2024-05-15T02:48:45.048Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
487 | 2024-05-15T02:48:45.048Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
488 | 2024-05-15T02:48:45.048Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
489 | 2024-05-15T02:48:45.048Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
490 | 2024-05-15T02:48:45.048Z | + TARGET_DIR=out |
491 | 2024-05-15T02:48:45.049Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-05-15T02:48:45.049Z | + DEST_DIR=./out/dendrite-stub |
493 | 2024-05-15T02:48:45.049Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
494 | 2024-05-15T02:48:45.049Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
495 | 2024-05-15T02:48:45.049Z | + REPO=oxidecomputer/dendrite |
496 | 2024-05-15T02:48:45.049Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
497 | 2024-05-15T02:48:45.049Z | + main |
498 | 2024-05-15T02:48:45.050Z | + [[ 0 != 0 ]] |
499 | 2024-05-15T02:48:45.050Z | + CIDL_OS=solaris2.11 |
500 | 2024-05-15T02:48:45.050Z | + [[ 0 != 0 ]] |
501 | 2024-05-15T02:48:45.050Z | + configure_os solaris2.11 |
502 | 2024-05-15T02:48:45.050Z | + echo 'current directory: /work/oxidecomputer/omicron' |
503 | 2024-05-15T02:48:45.050Z | + echo 'configuring based on OS: "solaris2.11"' |
504 | 2024-05-15T02:48:45.051Z | current directory: /work/oxidecomputer/omicron |
505 | 2024-05-15T02:48:45.051Z | configuring based on OS: "solaris2.11" |
506 | 2024-05-15T02:48:45.051Z | + case "$1" in |
507 | 2024-05-15T02:48:45.051Z | + SET_BINARIES= |
508 | 2024-05-15T02:48:45.051Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
509 | 2024-05-15T02:48:45.051Z | + CIDL_SHA256FUNC=do_sha256sum |
510 | 2024-05-15T02:48:45.052Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
511 | 2024-05-15T02:48:45.052Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
512 | 2024-05-15T02:48:45.052Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
513 | 2024-05-15T02:48:45.052Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
514 | 2024-05-15T02:48:45.052Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
515 | 2024-05-15T02:48:45.053Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
516 | 2024-05-15T02:48:45.053Z | + mkdir -p out/downloads |
517 | 2024-05-15T02:48:45.053Z | Local file: out/downloads/dendrite-stub.tar.gz |
518 | 2024-05-15T02:48:45.053Z | + mkdir -p ./out/dendrite-stub |
519 | 2024-05-15T02:48:45.053Z | + fetch_and_verify |
520 | 2024-05-15T02:48:45.053Z | + local DO_DOWNLOAD=true |
521 | 2024-05-15T02:48:45.053Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
522 | 2024-05-15T02:48:45.053Z | + '[' true == true ']' |
523 | 2024-05-15T02:48:45.053Z | + echo Downloading... |
524 | 2024-05-15T02:48:45.053Z | Downloading... |
525 | 2024-05-15T02:48:45.054Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
526 | 2024-05-15T02:48:45.054Z | + 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-15T02:48:52.380Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
528 | 2024-05-15T02:48:52.404Z | ++ sha256sum |
529 | 2024-05-15T02:48:52.404Z | ++ awk '{print $1}' |
530 | 2024-05-15T02:48:52.428Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
531 | 2024-05-15T02:48:52.428Z | + [[ 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-15T02:48:52.428Z | + do_untar out/downloads/dendrite-stub.tar.gz |
533 | 2024-05-15T02:48:52.428Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
534 | 2024-05-15T02:48:53.233Z | + do_assemble |
535 | 2024-05-15T02:48:53.233Z | + rm -r ./out/dendrite-stub |
536 | 2024-05-15T02:48:53.261Z | + mkdir ./out/dendrite-stub |
537 | 2024-05-15T02:48:53.261Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
538 | 2024-05-15T02:48:53.382Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
539 | 2024-05-15T02:48:53.407Z | + set -o errexit |
540 | 2024-05-15T02:48:53.407Z | +++ dirname ./tools/ci_download_maghemite_mgd |
541 | 2024-05-15T02:48:53.407Z | ++ cd ./tools |
542 | 2024-05-15T02:48:53.407Z | ++ pwd |
543 | 2024-05-15T02:48:53.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
544 | 2024-05-15T02:48:53.407Z | ++ basename ./tools/ci_download_maghemite_mgd |
545 | 2024-05-15T02:48:53.407Z | + ARG0=ci_download_maghemite_mgd |
546 | 2024-05-15T02:48:53.407Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
547 | 2024-05-15T02:48:53.407Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
548 | 2024-05-15T02:48:53.407Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
549 | 2024-05-15T02:48:53.407Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
550 | 2024-05-15T02:48:53.407Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
551 | 2024-05-15T02:48:53.407Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
552 | 2024-05-15T02:48:53.407Z | + TARGET_DIR=out |
553 | 2024-05-15T02:48:53.407Z | + DOWNLOAD_DIR=out/downloads |
554 | 2024-05-15T02:48:53.407Z | + DEST_DIR=./out/mgd |
555 | 2024-05-15T02:48:53.407Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
556 | 2024-05-15T02:48:53.407Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
557 | 2024-05-15T02:48:53.408Z | + REPO=oxidecomputer/maghemite |
558 | 2024-05-15T02:48:53.408Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
559 | 2024-05-15T02:48:53.432Z | + main |
560 | 2024-05-15T02:48:53.432Z | + rm -rf out/downloads/root |
561 | 2024-05-15T02:48:53.432Z | + [[ 0 != 0 ]] |
562 | 2024-05-15T02:48:53.432Z | + CIDL_OS=solaris2.11 |
563 | 2024-05-15T02:48:53.432Z | + [[ 0 != 0 ]] |
564 | 2024-05-15T02:48:53.432Z | + configure_os solaris2.11 |
565 | 2024-05-15T02:48:53.432Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2024-05-15T02:48:53.432Z | + echo 'configuring based on OS: "solaris2.11"' |
567 | 2024-05-15T02:48:53.432Z | current directory: /work/oxidecomputer/omicron |
568 | 2024-05-15T02:48:53.432Z | configuring based on OS: "solaris2.11" |
569 | 2024-05-15T02:48:53.432Z | + case "$1" in |
570 | 2024-05-15T02:48:53.432Z | + SET_BINARIES= |
571 | 2024-05-15T02:48:53.433Z | + CIDL_SHA256FUNC=do_sha256sum |
572 | 2024-05-15T02:48:53.433Z | + TARBALL_FILENAME=mgd.tar.gz |
573 | 2024-05-15T02:48:53.433Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
574 | 2024-05-15T02:48:53.433Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
575 | 2024-05-15T02:48:53.433Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
576 | 2024-05-15T02:48:53.433Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
577 | 2024-05-15T02:48:53.433Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
578 | 2024-05-15T02:48:53.433Z | + mkdir -p out/downloads |
579 | 2024-05-15T02:48:53.433Z | Local file: out/downloads/mgd.tar.gz |
580 | 2024-05-15T02:48:53.433Z | + mkdir -p ./out/mgd |
581 | 2024-05-15T02:48:53.433Z | + fetch_and_verify |
582 | 2024-05-15T02:48:53.433Z | + local DO_DOWNLOAD=true |
583 | 2024-05-15T02:48:53.433Z | + [[ -f out/downloads/mgd.tar.gz ]] |
584 | 2024-05-15T02:48:53.433Z | + '[' true == true ']' |
585 | 2024-05-15T02:48:53.433Z | + echo Downloading... |
586 | 2024-05-15T02:48:53.433Z | Downloading... |
587 | 2024-05-15T02:48:53.433Z | + 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-15T02:48:53.433Z | + 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-15T02:49:02.568Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
590 | 2024-05-15T02:49:03.060Z | ++ sha256sum |
591 | 2024-05-15T02:49:03.060Z | ++ awk '{print $1}' |
592 | 2024-05-15T02:49:03.060Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
593 | 2024-05-15T02:49:03.060Z | + [[ 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-15T02:49:03.060Z | + do_untar out/downloads/mgd.tar.gz |
595 | 2024-05-15T02:49:03.060Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
596 | 2024-05-15T02:49:03.366Z | + do_assemble |
597 | 2024-05-15T02:49:03.366Z | + rm -r ./out/mgd |
598 | 2024-05-15T02:49:03.403Z | + mkdir ./out/mgd |
599 | 2024-05-15T02:49:03.403Z | + cp -r out/downloads/root ./out/mgd/root |
600 | 2024-05-15T02:49:03.440Z | + set -o errexit |
601 | 2024-05-15T02:49:03.506Z | +++ dirname ./tools/ci_download_transceiver_control |
602 | 2024-05-15T02:49:03.507Z | ++ cd ./tools |
603 | 2024-05-15T02:49:03.507Z | ++ pwd |
604 | 2024-05-15T02:49:03.507Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
605 | 2024-05-15T02:49:03.507Z | ++ basename ./tools/ci_download_transceiver_control |
606 | 2024-05-15T02:49:03.507Z | + ARG0=ci_download_transceiver_control |
607 | 2024-05-15T02:49:03.507Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
608 | 2024-05-15T02:49:03.507Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
609 | 2024-05-15T02:49:03.507Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
610 | 2024-05-15T02:49:03.507Z | + TARGET_DIR=out |
611 | 2024-05-15T02:49:03.507Z | + DOWNLOAD_DIR=out/downloads |
612 | 2024-05-15T02:49:03.507Z | + DEST_DIR=./out/transceiver-control |
613 | 2024-05-15T02:49:03.508Z | + BIN_DIR=/opt/oxide/bin |
614 | 2024-05-15T02:49:03.508Z | + BINARY=xcvradm |
615 | 2024-05-15T02:49:03.508Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
616 | 2024-05-15T02:49:03.508Z | + REPO=oxidecomputer/transceiver-control |
617 | 2024-05-15T02:49:03.508Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
618 | 2024-05-15T02:49:03.508Z | + main |
619 | 2024-05-15T02:49:03.508Z | + [[ 0 != 0 ]] |
620 | 2024-05-15T02:49:03.508Z | + CIDL_OS=solaris2.11 |
621 | 2024-05-15T02:49:03.509Z | + [[ 0 != 0 ]] |
622 | 2024-05-15T02:49:03.509Z | + configure_os solaris2.11 |
623 | 2024-05-15T02:49:03.509Z | + echo 'current directory: /work/oxidecomputer/omicron' |
624 | 2024-05-15T02:49:03.509Z | + echo 'configuring based on OS: "solaris2.11"' |
625 | 2024-05-15T02:49:03.509Z | current directory: /work/oxidecomputer/omicron |
626 | 2024-05-15T02:49:03.509Z | configuring based on OS: "solaris2.11" |
627 | 2024-05-15T02:49:03.509Z | + case "$1" in |
628 | 2024-05-15T02:49:03.509Z | + SET_BINARIES= |
629 | 2024-05-15T02:49:03.509Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
630 | 2024-05-15T02:49:03.509Z | + CIDL_SHA256FUNC=do_sha256sum |
631 | 2024-05-15T02:49:03.510Z | + ARCHIVE_FILENAME=xcvradm.gz |
632 | 2024-05-15T02:49:03.510Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
633 | 2024-05-15T02:49:03.510Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
634 | 2024-05-15T02:49:03.510Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
635 | 2024-05-15T02:49:03.510Z | Local file: out/downloads/xcvradm.gz |
636 | 2024-05-15T02:49:03.510Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
637 | 2024-05-15T02:49:03.510Z | + echo 'Local file: out/downloads/xcvradm.gz' |
638 | 2024-05-15T02:49:03.510Z | + mkdir -p out/downloads |
639 | 2024-05-15T02:49:03.510Z | + mkdir -p ./out/transceiver-control |
640 | 2024-05-15T02:49:03.510Z | + fetch_and_verify |
641 | 2024-05-15T02:49:03.510Z | + local DO_DOWNLOAD=true |
642 | 2024-05-15T02:49:03.510Z | + [[ -f out/downloads/xcvradm.gz ]] |
643 | 2024-05-15T02:49:03.511Z | + '[' true == true ']' |
644 | 2024-05-15T02:49:03.511Z | + echo Downloading... |
645 | 2024-05-15T02:49:03.511Z | Downloading... |
646 | 2024-05-15T02:49:03.511Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
647 | 2024-05-15T02:49:03.511Z | + 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-15T02:49:09.819Z | ++ do_sha256sum out/downloads/xcvradm.gz |
649 | 2024-05-15T02:49:09.843Z | ++ sha256sum |
650 | 2024-05-15T02:49:09.843Z | ++ awk '{print $1}' |
651 | 2024-05-15T02:49:09.843Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-05-15T02:49:09.843Z | + [[ 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-15T02:49:09.843Z | + do_unpack out/downloads/xcvradm.gz |
654 | 2024-05-15T02:49:09.843Z | + mkdir -p out/downloads/root//opt/oxide/bin |
655 | 2024-05-15T02:49:09.843Z | + gzip -dc out/downloads/xcvradm.gz |
656 | 2024-05-15T02:49:09.975Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
657 | 2024-05-15T02:49:10.015Z | + do_assemble |
658 | 2024-05-15T02:49:10.015Z | + rm -r ./out/transceiver-control |
659 | 2024-05-15T02:49:10.015Z | + mkdir ./out/transceiver-control |
660 | 2024-05-15T02:49:10.016Z | + cp -r out/downloads/root ./out/transceiver-control/root |
661 | 2024-05-15T02:49:10.061Z | + set -o errexit |
662 | 2024-05-15T02:49:10.116Z | +++ dirname ./tools/ci_download_thundermuffin |
663 | 2024-05-15T02:49:10.116Z | ++ cd ./tools |
664 | 2024-05-15T02:49:10.116Z | ++ pwd |
665 | 2024-05-15T02:49:10.116Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
666 | 2024-05-15T02:49:10.117Z | ++ basename ./tools/ci_download_thundermuffin |
667 | 2024-05-15T02:49:10.117Z | + ARG0=ci_download_thundermuffin |
668 | 2024-05-15T02:49:10.117Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
669 | 2024-05-15T02:49:10.117Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
670 | 2024-05-15T02:49:10.118Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
671 | 2024-05-15T02:49:10.118Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
672 | 2024-05-15T02:49:10.118Z | + TARGET_DIR=out |
673 | 2024-05-15T02:49:10.119Z | + DOWNLOAD_DIR=out/downloads |
674 | 2024-05-15T02:49:10.119Z | + DEST_DIR=./out/thundermuffin |
675 | 2024-05-15T02:49:10.119Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
676 | 2024-05-15T02:49:10.119Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
677 | 2024-05-15T02:49:10.120Z | + REPO=oxidecomputer/thundermuffin |
678 | 2024-05-15T02:49:10.120Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
679 | 2024-05-15T02:49:10.120Z | + main |
680 | 2024-05-15T02:49:10.120Z | + rm -rf out/downloads/root |
681 | 2024-05-15T02:49:10.120Z | + [[ 0 != 0 ]] |
682 | 2024-05-15T02:49:10.121Z | + CIDL_OS=solaris2.11 |
683 | 2024-05-15T02:49:10.121Z | + [[ 0 != 0 ]] |
684 | 2024-05-15T02:49:10.121Z | + configure_os solaris2.11 |
685 | 2024-05-15T02:49:10.121Z | + echo 'current directory: /work/oxidecomputer/omicron' |
686 | 2024-05-15T02:49:10.122Z | + echo 'configuring based on OS: "solaris2.11"' |
687 | 2024-05-15T02:49:10.122Z | current directory: /work/oxidecomputer/omicron |
688 | 2024-05-15T02:49:10.122Z | configuring based on OS: "solaris2.11" |
689 | 2024-05-15T02:49:10.122Z | + case "$1" in |
690 | 2024-05-15T02:49:10.123Z | + SET_BINARIES= |
691 | 2024-05-15T02:49:10.123Z | + CIDL_SHA256FUNC=do_sha256sum |
692 | 2024-05-15T02:49:10.123Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
693 | 2024-05-15T02:49:10.123Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
694 | 2024-05-15T02:49:10.123Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
695 | 2024-05-15T02:49:10.123Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
696 | 2024-05-15T02:49:10.124Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
697 | 2024-05-15T02:49:10.124Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
698 | 2024-05-15T02:49:10.124Z | Local file: out/downloads/thundermuffin.tar.gz |
699 | 2024-05-15T02:49:10.124Z | + mkdir -p out/downloads |
700 | 2024-05-15T02:49:10.125Z | + mkdir -p ./out/thundermuffin |
701 | 2024-05-15T02:49:10.125Z | + fetch_and_verify |
702 | 2024-05-15T02:49:10.125Z | + local DO_DOWNLOAD=true |
703 | 2024-05-15T02:49:10.125Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
704 | 2024-05-15T02:49:10.126Z | + '[' true == true ']' |
705 | 2024-05-15T02:49:10.126Z | + echo Downloading... |
706 | 2024-05-15T02:49:10.126Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
707 | 2024-05-15T02:49:10.126Z | Downloading... |
708 | 2024-05-15T02:49:10.126Z | + 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-15T02:49:10.937Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
710 | 2024-05-15T02:49:10.962Z | ++ sha256sum |
711 | 2024-05-15T02:49:10.962Z | ++ awk '{print $1}' |
712 | 2024-05-15T02:49:10.962Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
713 | 2024-05-15T02:49:10.962Z | + [[ 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-15T02:49:10.962Z | + do_untar out/downloads/thundermuffin.tar.gz |
715 | 2024-05-15T02:49:10.962Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
716 | 2024-05-15T02:49:11.031Z | + do_assemble |
717 | 2024-05-15T02:49:11.031Z | + rm -r ./out/thundermuffin |
718 | 2024-05-15T02:49:11.056Z | + mkdir ./out/thundermuffin |
719 | 2024-05-15T02:49:11.056Z | + cp -r out/downloads/root ./out/thundermuffin/root |
720 | 2024-05-15T02:49:11.088Z | All builder prerequisites installed successfully, and PATH looks valid |
721 | 2024-05-15T02:49:11.088Z | |
722 | 2024-05-15T02:49:11.089Z | real 2:07.096986088 |
723 | 2024-05-15T02:49:11.089Z | user 43.689529369 |
724 | 2024-05-15T02:49:11.089Z | sys 11.541213984 |
725 | 2024-05-15T02:49:11.089Z | trap 0.012341823 |
726 | 2024-05-15T02:49:11.089Z | tflt 0.010990908 |
727 | 2024-05-15T02:49:11.089Z | dflt 0.018835837 |
728 | 2024-05-15T02:49:11.089Z | kflt 0.005326874 |
729 | 2024-05-15T02:49:11.089Z | lock 1.472954151 |
730 | 2024-05-15T02:49:11.089Z | slp 4:24.734032305 |
731 | 2024-05-15T02:49:11.089Z | lat 4.547649597 |
732 | 2024-05-15T02:49:11.089Z | stop 0.077619510 |
733 | 2024-05-15T02:49:11.090Z | |
734 | 2024-05-15T02:49:11.090Z | #### # # ##### ##### # # |
735 | 2024-05-15T02:49:11.090Z | # # # # # # # # # # |
736 | 2024-05-15T02:49:11.090Z | # # # # # # # # |
737 | 2024-05-15T02:49:11.090Z | # # # ##### ##### # |
738 | 2024-05-15T02:49:11.090Z | # # # # # # # |
739 | 2024-05-15T02:49:11.090Z | #### ###### # # # # |
740 | 2024-05-15T02:49:11.090Z | |
741 | 2024-05-15T02:49:11.342Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
742 | 2024-05-15T02:49:11.865Z | Updating git repository `https://github.com/oxidecomputer/zone` |
743 | 2024-05-15T02:49:12.269Z | Updating crates.io index |
744 | 2024-05-15T02:49:12.293Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
745 | 2024-05-15T02:49:14.321Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
746 | 2024-05-15T02:49:15.080Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
747 | 2024-05-15T02:49:17.382Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
748 | 2024-05-15T02:49:17.912Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
749 | 2024-05-15T02:49:18.280Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
750 | 2024-05-15T02:49:19.363Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
751 | 2024-05-15T02:49:21.006Z | Updating git repository `https://github.com/oxidecomputer/opte` |
752 | 2024-05-15T02:49:22.118Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
753 | 2024-05-15T02:49:22.931Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
754 | 2024-05-15T02:49:23.681Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
755 | 2024-05-15T02:49:24.149Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
756 | 2024-05-15T02:49:24.531Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
757 | 2024-05-15T02:49:25.011Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
758 | 2024-05-15T02:49:25.402Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
759 | 2024-05-15T02:49:25.837Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
760 | 2024-05-15T02:49:26.204Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
761 | 2024-05-15T02:49:26.571Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
762 | 2024-05-15T02:49:26.964Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
763 | 2024-05-15T02:49:27.431Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
764 | 2024-05-15T02:49:27.839Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
765 | 2024-05-15T02:49:28.249Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
766 | 2024-05-15T02:49:29.032Z | Updating git repository `https://github.com/jgallagher/nix` |
767 | 2024-05-15T02:49:30.122Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
768 | 2024-05-15T02:49:30.472Z | Updating git repository `https://github.com/cbiffle/hubpack` |
769 | 2024-05-15T02:49:30.920Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
770 | 2024-05-15T02:49:31.472Z | Updating git repository `https://github.com/oxidecomputer/typify` |
771 | 2024-05-15T02:49:33.777Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
772 | 2024-05-15T02:49:34.270Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
773 | 2024-05-15T02:49:34.687Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
774 | 2024-05-15T02:49:35.259Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
775 | 2024-05-15T02:49:36.868Z | Downloading crates ... |
776 | 2024-05-15T02:49:36.933Z | Downloaded anstyle v1.0.7 |
777 | 2024-05-15T02:49:36.957Z | Downloaded anstream v0.6.11 |
778 | 2024-05-15T02:49:36.958Z | Downloaded anstyle-query v1.0.0 |
779 | 2024-05-15T02:49:36.958Z | Downloaded anstyle-parse v0.2.1 |
780 | 2024-05-15T02:49:36.958Z | Downloaded clap_derive v4.5.4 |
781 | 2024-05-15T02:49:36.958Z | Downloaded cargo-platform v0.1.3 |
782 | 2024-05-15T02:49:36.958Z | Downloaded itoa v1.0.9 |
783 | 2024-05-15T02:49:36.958Z | Downloaded macaddr v1.0.1 |
784 | 2024-05-15T02:49:36.958Z | Downloaded serde_spanned v0.6.5 |
785 | 2024-05-15T02:49:36.958Z | Downloaded ryu v1.0.15 |
786 | 2024-05-15T02:49:36.982Z | Downloaded unicode-ident v1.0.12 |
787 | 2024-05-15T02:49:36.982Z | Downloaded utf8parse v0.2.1 |
788 | 2024-05-15T02:49:36.982Z | Downloaded toml_edit v0.22.12 |
789 | 2024-05-15T02:49:37.006Z | Downloaded winnow v0.6.1 |
790 | 2024-05-15T02:49:37.030Z | Downloaded serde v1.0.201 |
791 | 2024-05-15T02:49:37.031Z | Downloaded rustix v0.38.31 |
792 | 2024-05-15T02:49:37.055Z | Downloaded terminal_size v0.3.0 |
793 | 2024-05-15T02:49:37.055Z | Downloaded serde_json v1.0.116 |
794 | 2024-05-15T02:49:37.055Z | Downloaded toml v0.8.12 |
795 | 2024-05-15T02:49:37.055Z | Downloaded thiserror-impl v1.0.59 |
796 | 2024-05-15T02:49:37.055Z | Downloaded syn v2.0.60 |
797 | 2024-05-15T02:49:37.079Z | Downloaded swrite v0.1.0 |
798 | 2024-05-15T02:49:37.079Z | Downloaded strsim v0.11.0 |
799 | 2024-05-15T02:49:37.079Z | Downloaded libc v0.2.153 |
800 | 2024-05-15T02:49:37.103Z | Downloaded toml_datetime v0.6.5 |
801 | 2024-05-15T02:49:37.104Z | Downloaded thiserror v1.0.59 |
802 | 2024-05-15T02:49:37.128Z | Downloaded serde_derive v1.0.201 |
803 | 2024-05-15T02:49:37.128Z | Downloaded semver v1.0.22 |
804 | 2024-05-15T02:49:37.128Z | Downloaded quote v1.0.36 |
805 | 2024-05-15T02:49:37.128Z | Downloaded memchr v2.7.1 |
806 | 2024-05-15T02:49:37.128Z | Downloaded heck v0.5.0 |
807 | 2024-05-15T02:49:37.128Z | Downloaded clap_builder v4.5.2 |
808 | 2024-05-15T02:49:37.153Z | Downloaded proc-macro2 v1.0.82 |
809 | 2024-05-15T02:49:37.153Z | Downloaded hashbrown v0.14.3 |
810 | 2024-05-15T02:49:37.153Z | Downloaded errno v0.3.8 |
811 | 2024-05-15T02:49:37.153Z | Downloaded cargo_toml v0.20.2 |
812 | 2024-05-15T02:49:37.153Z | Downloaded camino v1.1.6 |
813 | 2024-05-15T02:49:37.153Z | Downloaded indexmap v2.2.6 |
814 | 2024-05-15T02:49:37.153Z | Downloaded equivalent v1.0.1 |
815 | 2024-05-15T02:49:37.153Z | Downloaded colorchoice v1.0.0 |
816 | 2024-05-15T02:49:37.153Z | Downloaded fs-err v2.11.0 |
817 | 2024-05-15T02:49:37.153Z | Downloaded clap_lex v0.7.0 |
818 | 2024-05-15T02:49:37.153Z | Downloaded clap v4.5.4 |
819 | 2024-05-15T02:49:37.178Z | Downloaded cargo_metadata v0.18.1 |
820 | 2024-05-15T02:49:37.178Z | Downloaded bitflags v2.4.2 |
821 | 2024-05-15T02:49:37.178Z | Downloaded anyhow v1.0.83 |
822 | 2024-05-15T02:49:37.178Z | Downloaded autocfg v1.1.0 |
823 | 2024-05-15T02:49:37.286Z | Compiling proc-macro2 v1.0.82 |
824 | 2024-05-15T02:49:37.313Z | Compiling unicode-ident v1.0.12 |
825 | 2024-05-15T02:49:37.313Z | Compiling serde v1.0.201 |
826 | 2024-05-15T02:49:37.313Z | Compiling libc v0.2.153 |
827 | 2024-05-15T02:49:37.313Z | Compiling rustix v0.38.31 |
828 | 2024-05-15T02:49:37.313Z | Compiling equivalent v1.0.1 |
829 | 2024-05-15T02:49:37.313Z | Compiling hashbrown v0.14.3 |
830 | 2024-05-15T02:49:37.313Z | Compiling utf8parse v0.2.1 |
831 | 2024-05-15T02:49:37.524Z | Compiling bitflags v2.4.2 |
832 | 2024-05-15T02:49:37.573Z | Compiling anstyle-parse v0.2.1 |
833 | 2024-05-15T02:49:37.597Z | Compiling anstyle v1.0.7 |
834 | 2024-05-15T02:49:37.890Z | Compiling semver v1.0.22 |
835 | 2024-05-15T02:49:37.920Z | Compiling anstyle-query v1.0.0 |
836 | 2024-05-15T02:49:38.005Z | Compiling colorchoice v1.0.0 |
837 | 2024-05-15T02:49:38.030Z | Compiling winnow v0.6.1 |
838 | 2024-05-15T02:49:38.054Z | Compiling serde_json v1.0.116 |
839 | 2024-05-15T02:49:38.149Z | Compiling thiserror v1.0.59 |
840 | 2024-05-15T02:49:38.188Z | Compiling camino v1.1.6 |
841 | 2024-05-15T02:49:38.314Z | Compiling autocfg v1.1.0 |
842 | 2024-05-15T02:49:38.363Z | Compiling indexmap v2.2.6 |
843 | 2024-05-15T02:49:38.530Z | Compiling anstream v0.6.11 |
844 | 2024-05-15T02:49:38.776Z | Compiling quote v1.0.36 |
845 | 2024-05-15T02:49:38.804Z | Compiling itoa v1.0.9 |
846 | 2024-05-15T02:49:38.980Z | Compiling anyhow v1.0.83 |
847 | 2024-05-15T02:49:39.070Z | Compiling errno v0.3.8 |
848 | 2024-05-15T02:49:39.162Z | Compiling syn v2.0.60 |
849 | 2024-05-15T02:49:39.388Z | Compiling fs-err v2.11.0 |
850 | 2024-05-15T02:49:39.447Z | Compiling heck v0.5.0 |
851 | 2024-05-15T02:49:39.506Z | Compiling clap_lex v0.7.0 |
852 | 2024-05-15T02:49:39.549Z | Compiling ryu v1.0.15 |
853 | 2024-05-15T02:49:39.637Z | Compiling strsim v0.11.0 |
854 | 2024-05-15T02:49:39.867Z | Compiling swrite v0.1.0 |
855 | 2024-05-15T02:49:40.253Z | Compiling terminal_size v0.3.0 |
856 | 2024-05-15T02:49:40.369Z | Compiling clap_builder v4.5.2 |
857 | 2024-05-15T02:49:44.957Z | Compiling serde_derive v1.0.201 |
858 | 2024-05-15T02:49:44.957Z | Compiling thiserror-impl v1.0.59 |
859 | 2024-05-15T02:49:44.982Z | Compiling clap_derive v4.5.4 |
860 | 2024-05-15T02:49:48.030Z | Compiling clap v4.5.4 |
861 | 2024-05-15T02:49:54.316Z | Compiling toml_datetime v0.6.5 |
862 | 2024-05-15T02:49:54.316Z | Compiling serde_spanned v0.6.5 |
863 | 2024-05-15T02:49:54.341Z | Compiling cargo-platform v0.1.3 |
864 | 2024-05-15T02:49:54.341Z | Compiling macaddr v1.0.1 |
865 | 2024-05-15T02:49:54.539Z | Compiling toml_edit v0.22.12 |
866 | 2024-05-15T02:49:55.629Z | Compiling cargo_metadata v0.18.1 |
867 | 2024-05-15T02:49:56.812Z | Compiling toml v0.8.12 |
868 | 2024-05-15T02:49:57.489Z | Compiling cargo_toml v0.20.2 |
869 | 2024-05-15T02:50:01.550Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
870 | 2024-05-15T02:50:04.623Z | Finished dev [unoptimized + debuginfo] target(s) in 53.49s |
871 | 2024-05-15T02:50:04.820Z | Running `target/debug/xtask clippy` |
872 | 2024-05-15T02:50:04.875Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
873 | 2024-05-15T02:50:05.644Z | Downloading crates ... |
874 | 2024-05-15T02:50:05.759Z | Downloaded addr2line v0.21.0 |
875 | 2024-05-15T02:50:06.337Z | Downloaded anes v0.1.6 |
876 | 2024-05-15T02:50:06.337Z | Downloaded argon2 v0.5.3 |
877 | 2024-05-15T02:50:06.337Z | Downloaded ascii v1.1.0 |
878 | 2024-05-15T02:50:06.337Z | Downloaded heapless v0.7.16 |
879 | 2024-05-15T02:50:06.337Z | Downloaded hostname v0.3.1 |
880 | 2024-05-15T02:50:06.337Z | Downloaded http v1.0.0 |
881 | 2024-05-15T02:50:06.337Z | Downloaded idna v0.3.0 |
882 | 2024-05-15T02:50:06.337Z | Downloaded idna v0.5.0 |
883 | 2024-05-15T02:50:06.337Z | Downloaded lazycell v1.3.0 |
884 | 2024-05-15T02:50:06.338Z | Downloaded md-5 v0.10.5 |
885 | 2024-05-15T02:50:06.338Z | Downloaded rand_seeder v0.2.3 |
886 | 2024-05-15T02:50:06.338Z | Downloaded strum v0.26.2 |
887 | 2024-05-15T02:50:06.338Z | Downloaded supports-color v3.0.0 |
888 | 2024-05-15T02:50:06.338Z | Downloaded want v0.3.1 |
889 | 2024-05-15T02:50:06.338Z | Downloaded whoami v1.5.1 |
890 | 2024-05-15T02:50:06.338Z | Downloaded num v0.4.3 |
891 | 2024-05-15T02:50:06.338Z | Downloaded sec1 v0.7.3 |
892 | 2024-05-15T02:50:06.338Z | Downloaded foreign-types-shared v0.1.1 |
893 | 2024-05-15T02:50:06.338Z | Downloaded r2d2 v0.8.10 |
894 | 2024-05-15T02:50:06.338Z | Downloaded time-core v0.1.2 |
895 | 2024-05-15T02:50:06.338Z | Downloaded threadpool v1.8.1 |
896 | 2024-05-15T02:50:06.338Z | Downloaded cstr-argument v0.1.2 |
897 | 2024-05-15T02:50:06.338Z | Downloaded peg-runtime v0.8.3 |
898 | 2024-05-15T02:50:06.338Z | Downloaded termtree v0.4.1 |
899 | 2024-05-15T02:50:06.338Z | Downloaded tokio-tungstenite v0.20.1 |
900 | 2024-05-15T02:50:06.338Z | Downloaded opaque-debug v0.3.0 |
901 | 2024-05-15T02:50:06.338Z | Downloaded sqlparser_derive v0.2.2 |
902 | 2024-05-15T02:50:06.338Z | Downloaded termcolor v1.2.0 |
903 | 2024-05-15T02:50:06.338Z | Downloaded guppy-workspace-hack v0.1.0 |
904 | 2024-05-15T02:50:06.338Z | Downloaded term v0.7.0 |
905 | 2024-05-15T02:50:06.338Z | Downloaded plotters-svg v0.3.5 |
906 | 2024-05-15T02:50:06.338Z | Downloaded plotters-backend v0.3.5 |
907 | 2024-05-15T02:50:06.339Z | Downloaded try-lock v0.2.4 |
908 | 2024-05-15T02:50:06.339Z | Downloaded num_threads v0.1.6 |
909 | 2024-05-15T02:50:06.339Z | Downloaded num-conv v0.1.0 |
910 | 2024-05-15T02:50:06.339Z | Downloaded spin v0.5.2 |
911 | 2024-05-15T02:50:06.339Z | Downloaded fxhash v0.2.1 |
912 | 2024-05-15T02:50:06.339Z | Downloaded diesel_table_macro_syntax v0.1.0 |
913 | 2024-05-15T02:50:06.339Z | Downloaded slog-term v2.9.1 |
914 | 2024-05-15T02:50:06.339Z | Downloaded serde_urlencoded v0.7.1 |
915 | 2024-05-15T02:50:06.339Z | Downloaded serde-big-array v0.5.1 |
916 | 2024-05-15T02:50:06.339Z | Downloaded semver v0.1.20 |
917 | 2024-05-15T02:50:06.339Z | Downloaded serde_tokenstream v0.2.0 |
918 | 2024-05-15T02:50:06.339Z | Downloaded serde_tokenstream v0.1.7 |
919 | 2024-05-15T02:50:06.339Z | Downloaded spki v0.7.2 |
920 | 2024-05-15T02:50:06.339Z | Downloaded sha1 v0.10.6 |
921 | 2024-05-15T02:50:06.339Z | Downloaded typed-path v0.7.0 |
922 | 2024-05-15T02:50:06.339Z | Downloaded spin v0.9.8 |
923 | 2024-05-15T02:50:06.339Z | Downloaded rustls-webpki v0.101.7 |
924 | 2024-05-15T02:50:06.339Z | Downloaded similar v2.4.0 |
925 | 2024-05-15T02:50:06.339Z | Downloaded serde_with v3.7.0 |
926 | 2024-05-15T02:50:06.339Z | Downloaded vcpkg v0.2.15 |
927 | 2024-05-15T02:50:06.339Z | Downloaded diesel v2.1.6 |
928 | 2024-05-15T02:50:06.339Z | Downloaded sha3 v0.10.8 |
929 | 2024-05-15T02:50:06.339Z | Downloaded csv v1.3.0 |
930 | 2024-05-15T02:50:06.340Z | Downloaded sled v0.34.7 |
931 | 2024-05-15T02:50:06.340Z | Downloaded encoding_rs v0.8.33 |
932 | 2024-05-15T02:50:06.340Z | Downloaded zerocopy-derive v0.2.0 |
933 | 2024-05-15T02:50:06.340Z | Downloaded regex-automata v0.4.5 |
934 | 2024-05-15T02:50:06.364Z | Downloaded ring v0.17.8 |
935 | 2024-05-15T02:50:06.402Z | Downloaded ring v0.16.20 |
936 | 2024-05-15T02:50:06.504Z | Downloaded polar-core v0.27.3 |
937 | 2024-05-15T02:50:06.528Z | Downloaded openapiv3 v2.0.0 |
938 | 2024-05-15T02:50:06.552Z | Downloaded petgraph v0.6.5 |
939 | 2024-05-15T02:50:06.552Z | Downloaded zerocopy-derive v0.6.6 |
940 | 2024-05-15T02:50:06.576Z | Downloaded tokio v1.37.0 |
941 | 2024-05-15T02:50:06.608Z | Downloaded object v0.30.4 |
942 | 2024-05-15T02:50:06.635Z | Downloaded gimli v0.28.0 |
943 | 2024-05-15T02:50:06.635Z | Downloaded regress v0.9.1 |
944 | 2024-05-15T02:50:06.660Z | Downloaded serde_yaml v0.9.25 |
945 | 2024-05-15T02:50:06.660Z | Downloaded url v2.5.0 |
946 | 2024-05-15T02:50:06.660Z | Downloaded rustls-webpki v0.102.1 |
947 | 2024-05-15T02:50:06.684Z | Downloaded unicode_categories v0.1.1 |
948 | 2024-05-15T02:50:06.685Z | Downloaded unicode-segmentation v1.10.1 |
949 | 2024-05-15T02:50:06.685Z | Downloaded unicode-normalization v0.1.22 |
950 | 2024-05-15T02:50:06.685Z | Downloaded num-bigint-dig v0.8.4 |
951 | 2024-05-15T02:50:06.709Z | Downloaded num-bigint v0.4.4 |
952 | 2024-05-15T02:50:06.710Z | Downloaded hashbrown v0.13.2 |
953 | 2024-05-15T02:50:06.710Z | Downloaded hashbrown v0.12.3 |
954 | 2024-05-15T02:50:06.710Z | Downloaded regex-syntax v0.6.29 |
955 | 2024-05-15T02:50:06.734Z | Downloaded smoltcp v0.11.0 |
956 | 2024-05-15T02:50:06.735Z | Downloaded smoltcp v0.9.1 |
957 | 2024-05-15T02:50:06.795Z | Downloaded object v0.32.1 |
958 | 2024-05-15T02:50:06.821Z | Downloaded sqlparser v0.45.0 |
959 | 2024-05-15T02:50:06.821Z | Downloaded trust-dns-proto v0.22.0 |
960 | 2024-05-15T02:50:06.821Z | Downloaded rustls v0.22.4 |
961 | 2024-05-15T02:50:06.821Z | Downloaded rustls v0.21.9 |
962 | 2024-05-15T02:50:06.821Z | Downloaded openssl v0.10.64 |
963 | 2024-05-15T02:50:06.847Z | Downloaded plotters v0.3.5 |
964 | 2024-05-15T02:50:06.847Z | Downloaded goblin v0.8.0 |
965 | 2024-05-15T02:50:06.847Z | Downloaded curve25519-dalek v4.1.2 |
966 | 2024-05-15T02:50:06.872Z | Downloaded sha2 v0.10.8 |
967 | 2024-05-15T02:50:06.872Z | Downloaded serde_with_macros v3.7.0 |
968 | 2024-05-15T02:50:06.872Z | Downloaded rustyline v14.0.0 |
969 | 2024-05-15T02:50:06.872Z | Downloaded diesel_derives v2.1.2 |
970 | 2024-05-15T02:50:06.873Z | Downloaded derive_more v0.99.17 |
971 | 2024-05-15T02:50:06.873Z | Downloaded parking_lot v0.12.1 |
972 | 2024-05-15T02:50:06.873Z | Downloaded headers v0.3.9 |
973 | 2024-05-15T02:50:06.898Z | Downloaded portable-atomic v1.4.3 |
974 | 2024-05-15T02:50:06.898Z | Downloaded h2 v0.3.26 |
975 | 2024-05-15T02:50:06.898Z | Downloaded ratatui v0.26.2 |
976 | 2024-05-15T02:50:06.923Z | Downloaded radix_trie v0.2.1 |
977 | 2024-05-15T02:50:06.923Z | Downloaded trust-dns-resolver v0.22.0 |
978 | 2024-05-15T02:50:06.953Z | Downloaded parking_lot v0.11.2 |
979 | 2024-05-15T02:50:06.953Z | Downloaded papergrid v0.11.0 |
980 | 2024-05-15T02:50:06.953Z | Downloaded dirs-sys-next v0.1.2 |
981 | 2024-05-15T02:50:06.953Z | Downloaded parking_lot_core v0.9.8 |
982 | 2024-05-15T02:50:06.953Z | Downloaded parking_lot_core v0.8.6 |
983 | 2024-05-15T02:50:06.953Z | Downloaded slog v2.7.0 |
984 | 2024-05-15T02:50:06.953Z | Downloaded num-traits v0.2.19 |
985 | 2024-05-15T02:50:06.953Z | Downloaded reqwest v0.11.27 |
986 | 2024-05-15T02:50:06.978Z | Downloaded serde_derive_internals v0.29.0 |
987 | 2024-05-15T02:50:06.978Z | Downloaded packed_struct_codegen v0.10.1 |
988 | 2024-05-15T02:50:06.979Z | Downloaded erased-serde v0.3.31 |
989 | 2024-05-15T02:50:06.979Z | Downloaded dof v0.1.5 |
990 | 2024-05-15T02:50:06.979Z | Downloaded diff v0.1.13 |
991 | 2024-05-15T02:50:06.979Z | Downloaded usdt v0.5.0 |
992 | 2024-05-15T02:50:06.979Z | Downloaded usdt v0.3.5 |
993 | 2024-05-15T02:50:06.979Z | Downloaded untrusted v0.9.0 |
994 | 2024-05-15T02:50:06.979Z | Downloaded sqlformat v0.2.3 |
995 | 2024-05-15T02:50:06.979Z | Downloaded unsafe-libyaml v0.2.10 |
996 | 2024-05-15T02:50:06.979Z | Downloaded partial-io v0.5.4 |
997 | 2024-05-15T02:50:07.005Z | Downloaded serde_repr v0.1.16 |
998 | 2024-05-15T02:50:07.005Z | Downloaded serde_plain v1.0.2 |
999 | 2024-05-15T02:50:07.005Z | Downloaded serde_path_to_error v0.1.16 |
1000 | 2024-05-15T02:50:07.005Z | Downloaded serde_arrays v0.1.0 |
1001 | 2024-05-15T02:50:07.005Z | Downloaded serde-hex v0.1.0 |
1002 | 2024-05-15T02:50:07.005Z | Downloaded snafu v0.8.2 |
1003 | 2024-05-15T02:50:07.005Z | Downloaded tungstenite v0.20.1 |
1004 | 2024-05-15T02:50:07.005Z | Downloaded trust-dns-server v0.22.1 |
1005 | 2024-05-15T02:50:07.030Z | Downloaded secrecy v0.8.0 |
1006 | 2024-05-15T02:50:07.030Z | Downloaded num-derive v0.4.0 |
1007 | 2024-05-15T02:50:07.030Z | Downloaded dof v0.3.0 |
1008 | 2024-05-15T02:50:07.031Z | Downloaded difflib v0.4.0 |
1009 | 2024-05-15T02:50:07.031Z | Downloaded unicode-width v0.1.11 |
1010 | 2024-05-15T02:50:07.031Z | Downloaded pkcs1 v0.7.5 |
1011 | 2024-05-15T02:50:07.031Z | Downloaded pin-project-lite v0.2.13 |
1012 | 2024-05-15T02:50:07.031Z | Downloaded unicode-bidi v0.3.15 |
1013 | 2024-05-15T02:50:07.031Z | Downloaded tungstenite v0.21.0 |
1014 | 2024-05-15T02:50:07.031Z | Downloaded trust-dns-client v0.22.0 |
1015 | 2024-05-15T02:50:07.056Z | Downloaded openssl-sys v0.9.102 |
1016 | 2024-05-15T02:50:07.056Z | Downloaded serde-big-array v0.4.1 |
1017 | 2024-05-15T02:50:07.056Z | Downloaded display-error-chain v0.2.0 |
1018 | 2024-05-15T02:50:07.056Z | Downloaded dirs-next v2.0.0 |
1019 | 2024-05-15T02:50:07.056Z | Downloaded digest v0.10.7 |
1020 | 2024-05-15T02:50:07.056Z | Downloaded rusty-fork v0.3.0 |
1021 | 2024-05-15T02:50:07.056Z | Downloaded unicode-xid v0.2.4 |
1022 | 2024-05-15T02:50:07.056Z | Downloaded num-complex v0.4.6 |
1023 | 2024-05-15T02:50:07.056Z | Downloaded gethostname v0.4.3 |
1024 | 2024-05-15T02:50:07.056Z | Downloaded generic-array v0.14.7 |
1025 | 2024-05-15T02:50:07.081Z | Downloaded uzers v0.11.3 |
1026 | 2024-05-15T02:50:07.081Z | Downloaded rustls-pemfile v2.1.2 |
1027 | 2024-05-15T02:50:07.082Z | Downloaded rustls-pemfile v1.0.3 |
1028 | 2024-05-15T02:50:07.082Z | Downloaded socket2 v0.5.6 |
1029 | 2024-05-15T02:50:07.082Z | Downloaded socket2 v0.4.9 |
1030 | 2024-05-15T02:50:07.082Z | Downloaded similar-asserts v1.5.0 |
1031 | 2024-05-15T02:50:07.082Z | Downloaded tracing-core v0.1.32 |
1032 | 2024-05-15T02:50:07.082Z | Downloaded tracing v0.1.40 |
1033 | 2024-05-15T02:50:07.082Z | Downloaded dtrace-parser v0.1.14 |
1034 | 2024-05-15T02:50:07.082Z | Downloaded downcast v0.11.0 |
1035 | 2024-05-15T02:50:07.082Z | Downloaded doc-comment v0.3.3 |
1036 | 2024-05-15T02:50:07.108Z | Downloaded usdt-attr-macro v0.3.5 |
1037 | 2024-05-15T02:50:07.108Z | Downloaded rustversion v1.0.14 |
1038 | 2024-05-15T02:50:07.108Z | Downloaded untrusted v0.7.1 |
1039 | 2024-05-15T02:50:07.108Z | Downloaded getopts v0.2.21 |
1040 | 2024-05-15T02:50:07.108Z | Downloaded usdt-attr-macro v0.5.0 |
1041 | 2024-05-15T02:50:07.108Z | Downloaded pkcs8 v0.10.2 |
1042 | 2024-05-15T02:50:07.108Z | Downloaded pin-utils v0.1.0 |
1043 | 2024-05-15T02:50:07.108Z | Downloaded parse-display-derive v0.9.0 |
1044 | 2024-05-15T02:50:07.108Z | Downloaded parse-display v0.9.0 |
1045 | 2024-05-15T02:50:07.108Z | Downloaded smallvec v1.13.1 |
1046 | 2024-05-15T02:50:07.109Z | Downloaded ucd-trie v0.1.6 |
1047 | 2024-05-15T02:50:07.109Z | Downloaded typenum v1.16.0 |
1048 | 2024-05-15T02:50:07.109Z | Downloaded tough v0.17.1 |
1049 | 2024-05-15T02:50:07.134Z | Downloaded slab v0.4.9 |
1050 | 2024-05-15T02:50:07.134Z | Downloaded number_prefix v0.4.0 |
1051 | 2024-05-15T02:50:07.134Z | Downloaded trybuild v1.0.91 |
1052 | 2024-05-15T02:50:07.134Z | Downloaded half v2.3.1 |
1053 | 2024-05-15T02:50:07.134Z | Downloaded guppy v0.17.5 |
1054 | 2024-05-15T02:50:07.134Z | Downloaded universal-hash v0.5.1 |
1055 | 2024-05-15T02:50:07.134Z | Downloaded rustls-pki-types v1.3.0 |
1056 | 2024-05-15T02:50:07.134Z | Downloaded snafu-derive v0.8.2 |
1057 | 2024-05-15T02:50:07.160Z | Downloaded smf v0.2.3 |
1058 | 2024-05-15T02:50:07.160Z | Downloaded smallvec v0.6.14 |
1059 | 2024-05-15T02:50:07.160Z | Downloaded slog-stdlog v4.1.1 |
1060 | 2024-05-15T02:50:07.160Z | Downloaded owo-colors v4.0.0 |
1061 | 2024-05-15T02:50:07.160Z | Downloaded num-rational v0.4.2 |
1062 | 2024-05-15T02:50:07.161Z | Downloaded num-integer v0.1.46 |
1063 | 2024-05-15T02:50:07.161Z | Downloaded version_check v0.9.4 |
1064 | 2024-05-15T02:50:07.161Z | Downloaded pkg-config v0.3.27 |
1065 | 2024-05-15T02:50:07.161Z | Downloaded siphasher v0.3.11 |
1066 | 2024-05-15T02:50:07.161Z | Downloaded ppv-lite86 v0.2.17 |
1067 | 2024-05-15T02:50:07.161Z | Downloaded postgres-types v0.2.6 |
1068 | 2024-05-15T02:50:07.161Z | Downloaded tower v0.4.13 |
1069 | 2024-05-15T02:50:07.186Z | Downloaded oso v0.27.3 |
1070 | 2024-05-15T02:50:07.186Z | Downloaded toml_edit v0.19.15 |
1071 | 2024-05-15T02:50:07.211Z | Downloaded smawk v0.3.1 |
1072 | 2024-05-15T02:50:07.211Z | Downloaded packed_struct v0.10.1 |
1073 | 2024-05-15T02:50:07.211Z | Downloaded hash32 v0.3.1 |
1074 | 2024-05-15T02:50:07.212Z | Downloaded rustls-native-certs v0.7.0 |
1075 | 2024-05-15T02:50:07.212Z | Downloaded elliptic-curve v0.13.8 |
1076 | 2024-05-15T02:50:07.212Z | Downloaded derive_builder_macro v0.20.0 |
1077 | 2024-05-15T02:50:07.212Z | Downloaded parse-size v1.0.0 |
1078 | 2024-05-15T02:50:07.212Z | Downloaded olpc-cjson v0.1.3 |
1079 | 2024-05-15T02:50:07.212Z | Downloaded num_enum_derive v0.5.11 |
1080 | 2024-05-15T02:50:07.212Z | Downloaded num_enum v0.5.11 |
1081 | 2024-05-15T02:50:07.237Z | Downloaded num_cpus v1.16.0 |
1082 | 2024-05-15T02:50:07.237Z | Downloaded num-iter v0.1.45 |
1083 | 2024-05-15T02:50:07.237Z | Downloaded powerfmt v0.2.0 |
1084 | 2024-05-15T02:50:07.237Z | Downloaded postcard v1.0.8 |
1085 | 2024-05-15T02:50:07.237Z | Downloaded hash32 v0.2.1 |
1086 | 2024-05-15T02:50:07.238Z | Downloaded tracing-attributes v0.1.27 |
1087 | 2024-05-15T02:50:07.238Z | Downloaded tower-layer v0.3.2 |
1088 | 2024-05-15T02:50:07.238Z | Downloaded env_logger v0.10.0 |
1089 | 2024-05-15T02:50:07.238Z | Downloaded env_logger v0.9.3 |
1090 | 2024-05-15T02:50:07.238Z | Downloaded either v1.11.0 |
1091 | 2024-05-15T02:50:07.238Z | Downloaded ed25519 v1.5.3 |
1092 | 2024-05-15T02:50:07.238Z | Downloaded uuid v1.8.0 |
1093 | 2024-05-15T02:50:07.275Z | Downloaded usdt-impl v0.5.0 |
1094 | 2024-05-15T02:50:07.275Z | Downloaded usdt-impl v0.3.5 |
1095 | 2024-05-15T02:50:07.275Z | Downloaded toml v0.7.8 |
1096 | 2024-05-15T02:50:07.275Z | Downloaded toml v0.5.11 |
1097 | 2024-05-15T02:50:07.275Z | Downloaded pin-project v1.1.3 |
1098 | 2024-05-15T02:50:07.275Z | Downloaded regex v1.10.4 |
1099 | 2024-05-15T02:50:07.301Z | Downloaded unicode-linebreak v0.1.5 |
1100 | 2024-05-15T02:50:07.301Z | Downloaded unicase v2.7.0 |
1101 | 2024-05-15T02:50:07.301Z | Downloaded unarray v0.1.4 |
1102 | 2024-05-15T02:50:07.301Z | Downloaded tui-tree-widget v0.19.0 |
1103 | 2024-05-15T02:50:07.301Z | Downloaded precomputed-hash v0.1.1 |
1104 | 2024-05-15T02:50:07.301Z | Downloaded postgres-protocol v0.6.6 |
1105 | 2024-05-15T02:50:07.301Z | Downloaded poly1305 v0.8.0 |
1106 | 2024-05-15T02:50:07.301Z | Downloaded platforms v3.0.2 |
1107 | 2024-05-15T02:50:07.301Z | Downloaded tower-service v0.3.2 |
1108 | 2024-05-15T02:50:07.301Z | Downloaded enum-as-inner v0.5.1 |
1109 | 2024-05-15T02:50:07.301Z | Downloaded ena v0.14.2 |
1110 | 2024-05-15T02:50:07.327Z | Downloaded embedded-io v0.4.0 |
1111 | 2024-05-15T02:50:07.327Z | Downloaded dyn-clone v1.0.17 |
1112 | 2024-05-15T02:50:07.327Z | Downloaded dtrace-parser v0.2.0 |
1113 | 2024-05-15T02:50:07.327Z | Downloaded utf-8 v0.7.6 |
1114 | 2024-05-15T02:50:07.327Z | Downloaded der v0.7.8 |
1115 | 2024-05-15T02:50:07.327Z | Downloaded darling_core v0.20.8 |
1116 | 2024-05-15T02:50:07.327Z | Downloaded portpicker v0.1.1 |
1117 | 2024-05-15T02:50:07.327Z | Downloaded oso-derive v0.27.3 |
1118 | 2024-05-15T02:50:07.327Z | Downloaded openssl-probe v0.1.5 |
1119 | 2024-05-15T02:50:07.327Z | Downloaded openssl-macros v0.1.1 |
1120 | 2024-05-15T02:50:07.328Z | Downloaded endian-type v0.1.2 |
1121 | 2024-05-15T02:50:07.328Z | Downloaded usdt-macro v0.5.0 |
1122 | 2024-05-15T02:50:07.354Z | Downloaded usdt-macro v0.3.5 |
1123 | 2024-05-15T02:50:07.355Z | Downloaded topological-sort v0.2.2 |
1124 | 2024-05-15T02:50:07.355Z | Downloaded pin-project-internal v1.1.3 |
1125 | 2024-05-15T02:50:07.355Z | Downloaded pest_meta v2.7.6 |
1126 | 2024-05-15T02:50:07.355Z | Downloaded plain v0.2.3 |
1127 | 2024-05-15T02:50:07.355Z | Downloaded tempfile v3.10.1 |
1128 | 2024-05-15T02:50:07.355Z | Downloaded rsa v0.9.2 |
1129 | 2024-05-15T02:50:07.355Z | Downloaded toolchain_find v0.4.0 |
1130 | 2024-05-15T02:50:07.355Z | Downloaded sigpipe v0.1.3 |
1131 | 2024-05-15T02:50:07.355Z | Downloaded phf_shared v0.11.2 |
1132 | 2024-05-15T02:50:07.355Z | Downloaded phf v0.11.2 |
1133 | 2024-05-15T02:50:07.355Z | Downloaded derive_builder_core v0.20.0 |
1134 | 2024-05-15T02:50:07.355Z | Downloaded derive_builder v0.20.0 |
1135 | 2024-05-15T02:50:07.380Z | Downloaded derive-where v1.2.7 |
1136 | 2024-05-15T02:50:07.380Z | Downloaded defmt-parser v0.3.3 |
1137 | 2024-05-15T02:50:07.380Z | Downloaded defmt-macros v0.3.6 |
1138 | 2024-05-15T02:50:07.381Z | Downloaded datatest-stable v0.2.9 |
1139 | 2024-05-15T02:50:07.381Z | Downloaded rayon v1.10.0 |
1140 | 2024-05-15T02:50:07.381Z | Downloaded group v0.13.0 |
1141 | 2024-05-15T02:50:07.406Z | Downloaded globset v0.4.13 |
1142 | 2024-05-15T02:50:07.406Z | Downloaded glob v0.3.1 |
1143 | 2024-05-15T02:50:07.406Z | Downloaded getrandom v0.2.12 |
1144 | 2024-05-15T02:50:07.406Z | Downloaded rstest_macros v0.19.0 |
1145 | 2024-05-15T02:50:07.406Z | Downloaded ron v0.8.1 |
1146 | 2024-05-15T02:50:07.406Z | Downloaded ron v0.7.1 |
1147 | 2024-05-15T02:50:07.406Z | Downloaded tokio-util v0.7.10 |
1148 | 2024-05-15T02:50:07.431Z | Downloaded phf_shared v0.10.0 |
1149 | 2024-05-15T02:50:07.431Z | Downloaded deranged v0.3.11 |
1150 | 2024-05-15T02:50:07.431Z | Downloaded der_derive v0.7.2 |
1151 | 2024-05-15T02:50:07.431Z | Downloaded debug-ignore v1.0.5 |
1152 | 2024-05-15T02:50:07.431Z | Downloaded darling v0.20.8 |
1153 | 2024-05-15T02:50:07.431Z | Downloaded target-lexicon v0.12.13 |
1154 | 2024-05-15T02:50:07.431Z | Downloaded defmt v0.3.5 |
1155 | 2024-05-15T02:50:07.431Z | Downloaded data-encoding v2.4.0 |
1156 | 2024-05-15T02:50:07.431Z | Downloaded darling_macro v0.20.8 |
1157 | 2024-05-15T02:50:07.431Z | Downloaded reedline v0.31.0 |
1158 | 2024-05-15T02:50:07.457Z | Downloaded proptest v1.4.0 |
1159 | 2024-05-15T02:50:07.482Z | Downloaded termios v0.3.3 |
1160 | 2024-05-15T02:50:07.482Z | Downloaded target-spec v3.1.0 |
1161 | 2024-05-15T02:50:07.482Z | Downloaded rstest v0.19.0 |
1162 | 2024-05-15T02:50:07.482Z | Downloaded omicron-zone-package v0.11.0 |
1163 | 2024-05-15T02:50:07.482Z | Downloaded curve25519-dalek-derive v0.1.0 |
1164 | 2024-05-15T02:50:07.482Z | Downloaded tokio-postgres v0.7.10 |
1165 | 2024-05-15T02:50:07.482Z | Downloaded regex-automata v0.1.10 |
1166 | 2024-05-15T02:50:07.509Z | Downloaded stability v0.2.0 |
1167 | 2024-05-15T02:50:07.510Z | Downloaded rustfmt-wrapper v0.2.1 |
1168 | 2024-05-15T02:50:07.510Z | Downloaded rtoolbox v0.0.1 |
1169 | 2024-05-15T02:50:07.510Z | Downloaded rpassword v7.3.1 |
1170 | 2024-05-15T02:50:07.510Z | Downloaded relative-path v1.9.0 |
1171 | 2024-05-15T02:50:07.510Z | Downloaded once_cell v1.19.0 |
1172 | 2024-05-15T02:50:07.510Z | Downloaded pest v2.7.6 |
1173 | 2024-05-15T02:50:07.510Z | Downloaded tokio-rustls v0.24.1 |
1174 | 2024-05-15T02:50:07.510Z | Downloaded quick-xml v0.31.0 |
1175 | 2024-05-15T02:50:07.535Z | Downloaded futures-util v0.3.30 |
1176 | 2024-05-15T02:50:07.535Z | Downloaded rustc_version v0.4.0 |
1177 | 2024-05-15T02:50:07.535Z | Downloaded resolv-conf v0.7.0 |
1178 | 2024-05-15T02:50:07.535Z | Downloaded tokio-rustls v0.25.0 |
1179 | 2024-05-15T02:50:07.535Z | Downloaded tokio-native-tls v0.3.1 |
1180 | 2024-05-15T02:50:07.535Z | Downloaded oorandom v11.1.3 |
1181 | 2024-05-15T02:50:07.535Z | Downloaded tokio-tungstenite v0.21.0 |
1182 | 2024-05-15T02:50:07.535Z | Downloaded tokio-stream v0.1.15 |
1183 | 2024-05-15T02:50:07.561Z | Downloaded textwrap v0.16.1 |
1184 | 2024-05-15T02:50:07.561Z | Downloaded test-strategy v0.3.1 |
1185 | 2024-05-15T02:50:07.561Z | Downloaded tokio-macros v2.2.0 |
1186 | 2024-05-15T02:50:07.561Z | Downloaded time v0.3.34 |
1187 | 2024-05-15T02:50:07.561Z | Downloaded ref-cast-impl v1.0.23 |
1188 | 2024-05-15T02:50:07.561Z | Downloaded ref-cast v1.0.23 |
1189 | 2024-05-15T02:50:07.561Z | Downloaded rand_xorshift v0.3.0 |
1190 | 2024-05-15T02:50:07.561Z | Downloaded rand_core v0.6.4 |
1191 | 2024-05-15T02:50:07.586Z | Downloaded rand_chacha v0.3.1 |
1192 | 2024-05-15T02:50:07.586Z | Downloaded signature v2.1.0 |
1193 | 2024-05-15T02:50:07.587Z | Downloaded signature v1.6.4 |
1194 | 2024-05-15T02:50:07.587Z | Downloaded signal-hook v0.3.17 |
1195 | 2024-05-15T02:50:07.587Z | Downloaded shlex v1.3.0 |
1196 | 2024-05-15T02:50:07.587Z | Downloaded pest_derive v2.7.6 |
1197 | 2024-05-15T02:50:07.587Z | Downloaded pem v3.0.4 |
1198 | 2024-05-15T02:50:07.587Z | Downloaded peg-macros v0.8.3 |
1199 | 2024-05-15T02:50:07.587Z | Downloaded password-hash v0.5.0 |
1200 | 2024-05-15T02:50:07.587Z | Downloaded zip v0.6.6 |
1201 | 2024-05-15T02:50:07.587Z | Downloaded tinyvec_macros v0.1.1 |
1202 | 2024-05-15T02:50:07.587Z | Downloaded publicsuffix v2.2.3 |
1203 | 2024-05-15T02:50:07.612Z | Downloaded futures-timer v3.0.2 |
1204 | 2024-05-15T02:50:07.612Z | Downloaded futures-task v0.3.30 |
1205 | 2024-05-15T02:50:07.612Z | Downloaded futures-sink v0.3.30 |
1206 | 2024-05-15T02:50:07.612Z | Downloaded futures-macro v0.3.30 |
1207 | 2024-05-15T02:50:07.612Z | Downloaded futures-io v0.3.30 |
1208 | 2024-05-15T02:50:07.612Z | Downloaded futures-executor v0.3.30 |
1209 | 2024-05-15T02:50:07.613Z | Downloaded signal-hook-tokio v0.3.1 |
1210 | 2024-05-15T02:50:07.613Z | Downloaded signal-hook-registry v1.4.1 |
1211 | 2024-05-15T02:50:07.613Z | Downloaded signal-hook-mio v0.2.3 |
1212 | 2024-05-15T02:50:07.613Z | Downloaded shell-words v1.1.0 |
1213 | 2024-05-15T02:50:07.613Z | Downloaded pest_generator v2.7.6 |
1214 | 2024-05-15T02:50:07.613Z | Downloaded percent-encoding v2.3.1 |
1215 | 2024-05-15T02:50:07.613Z | Downloaded pem-rfc7468 v0.7.0 |
1216 | 2024-05-15T02:50:07.613Z | Downloaded paste v1.0.15 |
1217 | 2024-05-15T02:50:07.613Z | Downloaded rand v0.8.5 |
1218 | 2024-05-15T02:50:07.613Z | Downloaded futures-core v0.3.30 |
1219 | 2024-05-15T02:50:07.638Z | Downloaded futures-channel v0.3.30 |
1220 | 2024-05-15T02:50:07.638Z | Downloaded futures v0.3.30 |
1221 | 2024-05-15T02:50:07.639Z | Downloaded funty v2.0.0 |
1222 | 2024-05-15T02:50:07.639Z | Downloaded peg v0.8.3 |
1223 | 2024-05-15T02:50:07.639Z | Downloaded peeking_take_while v0.1.2 |
1224 | 2024-05-15T02:50:07.639Z | Downloaded pathdiff v0.2.1 |
1225 | 2024-05-15T02:50:07.639Z | Downloaded path-slash v0.1.5 |
1226 | 2024-05-15T02:50:07.639Z | Downloaded csv-core v0.1.11 |
1227 | 2024-05-15T02:50:07.639Z | Downloaded crypto-common v0.1.6 |
1228 | 2024-05-15T02:50:07.639Z | Downloaded zeroize_derive v1.4.2 |
1229 | 2024-05-15T02:50:07.639Z | Downloaded zeroize v1.7.0 |
1230 | 2024-05-15T02:50:07.639Z | Downloaded zerocopy-derive v0.7.32 |
1231 | 2024-05-15T02:50:07.639Z | Downloaded tinyvec v1.6.0 |
1232 | 2024-05-15T02:50:07.664Z | Downloaded time-macros v0.2.17 |
1233 | 2024-05-15T02:50:07.664Z | Downloaded flume v0.11.0 |
1234 | 2024-05-15T02:50:07.664Z | Downloaded expectorate v1.1.0 |
1235 | 2024-05-15T02:50:07.664Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1236 | 2024-05-15T02:50:07.689Z | Downloaded zone_cfg_derive v0.1.2 |
1237 | 2024-05-15T02:50:07.689Z | Downloaded zone v0.1.8 |
1238 | 2024-05-15T02:50:07.690Z | Downloaded tinytemplate v1.2.1 |
1239 | 2024-05-15T02:50:07.690Z | Downloaded tiny-keccak v2.0.2 |
1240 | 2024-05-15T02:50:07.690Z | Downloaded thread_local v1.1.7 |
1241 | 2024-05-15T02:50:07.690Z | Downloaded thiserror-no-std v2.0.2 |
1242 | 2024-05-15T02:50:07.690Z | Downloaded thiserror-impl-no-std v2.0.2 |
1243 | 2024-05-15T02:50:07.690Z | Downloaded prettyplease v0.2.20 |
1244 | 2024-05-15T02:50:07.690Z | Downloaded pretty_assertions v1.4.0 |
1245 | 2024-05-15T02:50:07.690Z | Downloaded fancy-regex v0.13.0 |
1246 | 2024-05-15T02:50:07.690Z | Downloaded zerocopy v0.7.32 |
1247 | 2024-05-15T02:50:07.715Z | Downloaded zerocopy v0.3.0 |
1248 | 2024-05-15T02:50:07.715Z | Downloaded yansi v0.5.1 |
1249 | 2024-05-15T02:50:07.715Z | Downloaded x509-cert v0.2.4 |
1250 | 2024-05-15T02:50:07.740Z | Downloaded wyz v0.5.1 |
1251 | 2024-05-15T02:50:07.740Z | Downloaded thread-id v4.2.0 |
1252 | 2024-05-15T02:50:07.740Z | Downloaded quick-error v1.2.3 |
1253 | 2024-05-15T02:50:07.740Z | Downloaded proc-macro-crate v1.3.1 |
1254 | 2024-05-15T02:50:07.740Z | Downloaded predicates-tree v1.0.9 |
1255 | 2024-05-15T02:50:07.740Z | Downloaded predicates-core v1.0.6 |
1256 | 2024-05-15T02:50:07.741Z | Downloaded predicates v3.1.0 |
1257 | 2024-05-15T02:50:07.741Z | Downloaded flate2 v1.0.30 |
1258 | 2024-05-15T02:50:07.741Z | Downloaded zerocopy v0.6.6 |
1259 | 2024-05-15T02:50:07.741Z | Downloaded yasna v0.5.2 |
1260 | 2024-05-15T02:50:07.741Z | Downloaded xattr v1.0.1 |
1261 | 2024-05-15T02:50:07.741Z | Downloaded winnow v0.5.15 |
1262 | 2024-05-15T02:50:07.766Z | Downloaded radium v0.7.0 |
1263 | 2024-05-15T02:50:07.766Z | Downloaded psl-types v2.0.11 |
1264 | 2024-05-15T02:50:07.766Z | Downloaded proc-macro-error-attr v1.0.4 |
1265 | 2024-05-15T02:50:07.766Z | Downloaded proc-macro-error v1.0.4 |
1266 | 2024-05-15T02:50:07.766Z | Downloaded pretty-hex v0.2.1 |
1267 | 2024-05-15T02:50:07.766Z | Downloaded filetime v0.2.23 |
1268 | 2024-05-15T02:50:07.766Z | Downloaded ff v0.13.0 |
1269 | 2024-05-15T02:50:07.766Z | Downloaded fd-lock v4.0.2 |
1270 | 2024-05-15T02:50:07.767Z | Downloaded fatfs v0.3.6 |
1271 | 2024-05-15T02:50:07.791Z | Downloaded tar v0.4.40 |
1272 | 2024-05-15T02:50:07.792Z | Downloaded take_mut v0.2.2 |
1273 | 2024-05-15T02:50:07.792Z | Downloaded tabwriter v1.4.0 |
1274 | 2024-05-15T02:50:07.792Z | Downloaded tabled v0.15.0 |
1275 | 2024-05-15T02:50:07.792Z | Downloaded sync_wrapper v0.1.2 |
1276 | 2024-05-15T02:50:07.819Z | Downloaded slog-scope v4.4.0 |
1277 | 2024-05-15T02:50:07.819Z | Downloaded slog-bunyan v2.5.0 |
1278 | 2024-05-15T02:50:07.820Z | Downloaded pretty-hex v0.4.1 |
1279 | 2024-05-15T02:50:07.820Z | Downloaded fragile v2.0.0 |
1280 | 2024-05-15T02:50:07.820Z | Downloaded form_urlencoded v1.2.1 |
1281 | 2024-05-15T02:50:07.820Z | Downloaded foreign-types-shared v0.3.1 |
1282 | 2024-05-15T02:50:07.820Z | Downloaded foreign-types-macros v0.2.3 |
1283 | 2024-05-15T02:50:07.820Z | Downloaded foreign-types v0.5.0 |
1284 | 2024-05-15T02:50:07.820Z | Downloaded fnv v1.0.7 |
1285 | 2024-05-15T02:50:07.820Z | Downloaded float-cmp v0.9.0 |
1286 | 2024-05-15T02:50:07.820Z | Downloaded flagset v0.4.3 |
1287 | 2024-05-15T02:50:07.820Z | Downloaded fastrand v2.0.1 |
1288 | 2024-05-15T02:50:07.820Z | Downloaded fallible-iterator v0.2.0 |
1289 | 2024-05-15T02:50:07.820Z | Downloaded webpki-roots v0.25.2 |
1290 | 2024-05-15T02:50:07.820Z | Downloaded tap v1.0.1 |
1291 | 2024-05-15T02:50:07.820Z | Downloaded synstructure v0.12.6 |
1292 | 2024-05-15T02:50:07.820Z | Downloaded slog-json v2.6.1 |
1293 | 2024-05-15T02:50:07.820Z | Downloaded foreign-types v0.3.2 |
1294 | 2024-05-15T02:50:07.845Z | Downloaded fixedbitset v0.4.2 |
1295 | 2024-05-15T02:50:07.845Z | Downloaded escape8259 v0.5.2 |
1296 | 2024-05-15T02:50:07.845Z | Downloaded tabled_derive v0.7.0 |
1297 | 2024-05-15T02:50:07.846Z | Downloaded syn v1.0.109 |
1298 | 2024-05-15T02:50:07.846Z | Downloaded slog-envlogger v2.2.0 |
1299 | 2024-05-15T02:50:07.846Z | Downloaded slog-dtrace v0.3.0 |
1300 | 2024-05-15T02:50:07.846Z | Downloaded slog-async v2.8.0 |
1301 | 2024-05-15T02:50:07.846Z | Downloaded rustc_version v0.1.7 |
1302 | 2024-05-15T02:50:07.846Z | Downloaded regex-syntax v0.8.2 |
1303 | 2024-05-15T02:50:07.871Z | Downloaded sct v0.7.0 |
1304 | 2024-05-15T02:50:07.871Z | Downloaded rustc-hash v1.1.0 |
1305 | 2024-05-15T02:50:07.871Z | Downloaded rustc-demangle v0.1.23 |
1306 | 2024-05-15T02:50:07.871Z | Downloaded nodrop v0.1.14 |
1307 | 2024-05-15T02:50:07.871Z | Downloaded newtype_derive v0.1.6 |
1308 | 2024-05-15T02:50:07.871Z | Downloaded newtype-uuid v1.1.0 |
1309 | 2024-05-15T02:50:07.871Z | Downloaded new_debug_unreachable v1.0.4 |
1310 | 2024-05-15T02:50:07.871Z | Downloaded native-tls v0.2.11 |
1311 | 2024-05-15T02:50:07.871Z | Downloaded nanorand v0.7.0 |
1312 | 2024-05-15T02:50:07.871Z | Downloaded libm v0.2.7 |
1313 | 2024-05-15T02:50:07.897Z | Downloaded libloading v0.7.4 |
1314 | 2024-05-15T02:50:07.897Z | Downloaded nu-ansi-term v0.50.0 |
1315 | 2024-05-15T02:50:07.897Z | Downloaded normalize-line-endings v0.3.0 |
1316 | 2024-05-15T02:50:07.897Z | Downloaded nix v0.28.0 |
1317 | 2024-05-15T02:50:07.897Z | Downloaded newline-converter v0.3.0 |
1318 | 2024-05-15T02:50:07.897Z | Downloaded nested v0.1.1 |
1319 | 2024-05-15T02:50:07.922Z | Downloaded which v4.4.0 |
1320 | 2024-05-15T02:50:07.922Z | Downloaded walkdir v2.5.0 |
1321 | 2024-05-15T02:50:07.922Z | Downloaded vte v0.11.1 |
1322 | 2024-05-15T02:50:07.922Z | Downloaded vsss-rs v3.3.4 |
1323 | 2024-05-15T02:50:07.922Z | Downloaded steno v0.4.0 |
1324 | 2024-05-15T02:50:07.922Z | Downloaded salty v0.2.0 |
1325 | 2024-05-15T02:50:07.922Z | Downloaded nom v7.1.3 |
1326 | 2024-05-15T02:50:07.947Z | Downloaded nibble_vec v0.1.0 |
1327 | 2024-05-15T02:50:07.947Z | Downloaded multimap v0.10.0 |
1328 | 2024-05-15T02:50:07.947Z | Downloaded libtest-mimic v0.7.2 |
1329 | 2024-05-15T02:50:07.947Z | Downloaded libsw v3.3.1 |
1330 | 2024-05-15T02:50:07.947Z | Downloaded waitgroup v0.1.2 |
1331 | 2024-05-15T02:50:07.947Z | Downloaded wait-timeout v0.2.0 |
1332 | 2024-05-15T02:50:07.947Z | Downloaded vte_generate_state_changes v0.1.1 |
1333 | 2024-05-15T02:50:07.947Z | Downloaded subprocess v0.2.9 |
1334 | 2024-05-15T02:50:07.947Z | Downloaded strum_macros v0.26.1 |
1335 | 2024-05-15T02:50:07.947Z | Downloaded strum_macros v0.24.3 |
1336 | 2024-05-15T02:50:07.947Z | Downloaded samael v0.0.15 |
1337 | 2024-05-15T02:50:07.947Z | Downloaded multer v3.1.0 |
1338 | 2024-05-15T02:50:07.973Z | Downloaded chrono v0.4.38 |
1339 | 2024-05-15T02:50:07.973Z | Downloaded subtle v2.5.0 |
1340 | 2024-05-15T02:50:07.973Z | Downloaded strum_macros v0.25.2 |
1341 | 2024-05-15T02:50:07.973Z | Downloaded structmeta-derive v0.3.0 |
1342 | 2024-05-15T02:50:07.973Z | Downloaded structmeta-derive v0.2.0 |
1343 | 2024-05-15T02:50:07.973Z | Downloaded structmeta v0.3.0 |
1344 | 2024-05-15T02:50:07.973Z | Downloaded structmeta v0.2.0 |
1345 | 2024-05-15T02:50:07.973Z | Downloaded strsim v0.10.0 |
1346 | 2024-05-15T02:50:07.973Z | Downloaded strip-ansi-escapes v0.2.0 |
1347 | 2024-05-15T02:50:07.973Z | Downloaded stringprep v0.1.3 |
1348 | 2024-05-15T02:50:07.973Z | Downloaded string_cache v0.8.7 |
1349 | 2024-05-15T02:50:07.973Z | Downloaded static_assertions v1.1.0 |
1350 | 2024-05-15T02:50:07.998Z | Downloaded schemars v0.8.17 |
1351 | 2024-05-15T02:50:07.998Z | Downloaded mockall_derive v0.12.1 |
1352 | 2024-05-15T02:50:07.998Z | Downloaded managed v0.8.0 |
1353 | 2024-05-15T02:50:07.998Z | Downloaded lru-cache v0.1.2 |
1354 | 2024-05-15T02:50:07.998Z | Downloaded lock_api v0.4.10 |
1355 | 2024-05-15T02:50:07.998Z | Downloaded linked-hash-map v0.5.6 |
1356 | 2024-05-15T02:50:07.999Z | Downloaded linear-map v1.2.0 |
1357 | 2024-05-15T02:50:07.999Z | Downloaded libxml v0.3.3 |
1358 | 2024-05-15T02:50:08.027Z | Downloaded crossterm v0.27.0 |
1359 | 2024-05-15T02:50:08.027Z | Downloaded stable_deref_trait v1.2.0 |
1360 | 2024-05-15T02:50:08.027Z | Downloaded scroll_derive v0.12.0 |
1361 | 2024-05-15T02:50:08.027Z | Downloaded scroll v0.12.0 |
1362 | 2024-05-15T02:50:08.027Z | Downloaded scopeguard v1.2.0 |
1363 | 2024-05-15T02:50:08.027Z | Downloaded schemars_derive v0.8.17 |
1364 | 2024-05-15T02:50:08.027Z | Downloaded scheduled-thread-pool v0.2.7 |
1365 | 2024-05-15T02:50:08.027Z | Downloaded same-file v1.0.6 |
1366 | 2024-05-15T02:50:08.027Z | Downloaded rust-argon2 v2.1.0 |
1367 | 2024-05-15T02:50:08.027Z | Downloaded rcgen v0.12.1 |
1368 | 2024-05-15T02:50:08.052Z | Downloaded rayon-core v1.12.1 |
1369 | 2024-05-15T02:50:08.052Z | Downloaded mockall v0.12.1 |
1370 | 2024-05-15T02:50:08.052Z | Downloaded miniz_oxide v0.7.1 |
1371 | 2024-05-15T02:50:08.053Z | Downloaded mime_guess v2.0.4 |
1372 | 2024-05-15T02:50:08.053Z | Downloaded mime v0.3.17 |
1373 | 2024-05-15T02:50:08.053Z | Downloaded memoffset v0.7.1 |
1374 | 2024-05-15T02:50:08.053Z | Downloaded memmap v0.7.0 |
1375 | 2024-05-15T02:50:08.053Z | Downloaded maybe-uninit v2.0.0 |
1376 | 2024-05-15T02:50:08.053Z | Downloaded matches v0.1.10 |
1377 | 2024-05-15T02:50:08.053Z | Downloaded match_cfg v0.1.0 |
1378 | 2024-05-15T02:50:08.053Z | Downloaded maplit v1.0.2 |
1379 | 2024-05-15T02:50:08.053Z | Downloaded lru v0.12.1 |
1380 | 2024-05-15T02:50:08.053Z | Downloaded log v0.4.21 |
1381 | 2024-05-15T02:50:08.053Z | Downloaded is_ci v1.2.0 |
1382 | 2024-05-15T02:50:08.053Z | Downloaded ipnet v2.9.0 |
1383 | 2024-05-15T02:50:08.053Z | Downloaded instant v0.1.12 |
1384 | 2024-05-15T02:50:08.053Z | Downloaded indoc v2.0.3 |
1385 | 2024-05-15T02:50:08.078Z | Downloaded indoc v1.0.9 |
1386 | 2024-05-15T02:50:08.078Z | Downloaded criterion v0.5.1 |
1387 | 2024-05-15T02:50:08.078Z | Downloaded mio v0.8.11 |
1388 | 2024-05-15T02:50:08.078Z | Downloaded minimal-lexical v0.2.1 |
1389 | 2024-05-15T02:50:08.078Z | Downloaded memmap2 v0.7.1 |
1390 | 2024-05-15T02:50:08.103Z | Downloaded itertools v0.12.1 |
1391 | 2024-05-15T02:50:08.103Z | Downloaded is-terminal v0.4.9 |
1392 | 2024-05-15T02:50:08.103Z | Downloaded inout v0.1.3 |
1393 | 2024-05-15T02:50:08.103Z | Downloaded indicatif v0.17.8 |
1394 | 2024-05-15T02:50:08.103Z | Downloaded crossbeam-utils v0.8.19 |
1395 | 2024-05-15T02:50:08.103Z | Downloaded crc32fast v1.3.2 |
1396 | 2024-05-15T02:50:08.103Z | Downloaded cookie v0.18.1 |
1397 | 2024-05-15T02:50:08.103Z | Downloaded const_format v0.2.32 |
1398 | 2024-05-15T02:50:08.128Z | Downloaded compact_str v0.7.1 |
1399 | 2024-05-15T02:50:08.128Z | Downloaded clang-sys v1.6.1 |
1400 | 2024-05-15T02:50:08.128Z | Downloaded ciborium v0.2.2 |
1401 | 2024-05-15T02:50:08.128Z | Downloaded chacha20poly1305 v0.10.1 |
1402 | 2024-05-15T02:50:08.128Z | Downloaded cc v1.0.83 |
1403 | 2024-05-15T02:50:08.128Z | Downloaded bitvec v1.0.1 |
1404 | 2024-05-15T02:50:08.153Z | Downloaded libefi-sys v0.1.0 |
1405 | 2024-05-15T02:50:08.153Z | Downloaded lazy_static v1.4.0 |
1406 | 2024-05-15T02:50:08.153Z | Downloaded lalrpop-util v0.19.12 |
1407 | 2024-05-15T02:50:08.153Z | Downloaded lalrpop v0.19.12 |
1408 | 2024-05-15T02:50:08.178Z | Downloaded kstat-rs v0.2.3 |
1409 | 2024-05-15T02:50:08.178Z | Downloaded keccak v0.1.4 |
1410 | 2024-05-15T02:50:08.178Z | Downloaded itertools v0.10.5 |
1411 | 2024-05-15T02:50:08.179Z | Downloaded ipnetwork v0.20.0 |
1412 | 2024-05-15T02:50:08.179Z | Downloaded hyper v1.1.0 |
1413 | 2024-05-15T02:50:08.179Z | Downloaded crunchy v0.2.2 |
1414 | 2024-05-15T02:50:08.204Z | Downloaded crossbeam-epoch v0.9.18 |
1415 | 2024-05-15T02:50:08.204Z | Downloaded crossbeam-deque v0.8.3 |
1416 | 2024-05-15T02:50:08.204Z | Downloaded crossbeam-channel v0.5.8 |
1417 | 2024-05-15T02:50:08.204Z | Downloaded criterion-plot v0.5.0 |
1418 | 2024-05-15T02:50:08.204Z | Downloaded crc-any v2.4.3 |
1419 | 2024-05-15T02:50:08.204Z | Downloaded corncobs v0.1.3 |
1420 | 2024-05-15T02:50:08.204Z | Downloaded cookie v0.17.0 |
1421 | 2024-05-15T02:50:08.204Z | Downloaded convert_case v0.4.0 |
1422 | 2024-05-15T02:50:08.204Z | Downloaded constant_time_eq v0.2.6 |
1423 | 2024-05-15T02:50:08.204Z | Downloaded const_format_proc_macros v0.2.32 |
1424 | 2024-05-15T02:50:08.204Z | Downloaded console v0.15.8 |
1425 | 2024-05-15T02:50:08.232Z | Downloaded colored v2.1.0 |
1426 | 2024-05-15T02:50:08.232Z | Downloaded cobs v0.2.3 |
1427 | 2024-05-15T02:50:08.232Z | Downloaded cipher v0.4.4 |
1428 | 2024-05-15T02:50:08.232Z | Downloaded chacha20 v0.9.1 |
1429 | 2024-05-15T02:50:08.232Z | Downloaded cfg_aliases v0.1.1 |
1430 | 2024-05-15T02:50:08.232Z | Downloaded cexpr v0.6.0 |
1431 | 2024-05-15T02:50:08.232Z | Downloaded blake3 v1.5.0 |
1432 | 2024-05-15T02:50:08.232Z | Downloaded indexmap v1.9.3 |
1433 | 2024-05-15T02:50:08.232Z | Downloaded impl-trait-for-tuples v0.2.2 |
1434 | 2024-05-15T02:50:08.257Z | Downloaded idna v0.2.3 |
1435 | 2024-05-15T02:50:08.257Z | Downloaded iana-time-zone v0.1.57 |
1436 | 2024-05-15T02:50:08.257Z | Downloaded hyper-util v0.1.2 |
1437 | 2024-05-15T02:50:08.257Z | Downloaded hyper-staticfile v0.9.5 |
1438 | 2024-05-15T02:50:08.257Z | Downloaded hubpack v0.1.2 |
1439 | 2024-05-15T02:50:08.257Z | Downloaded httpdate v1.0.3 |
1440 | 2024-05-15T02:50:08.257Z | Downloaded httparse v1.8.0 |
1441 | 2024-05-15T02:50:08.257Z | Downloaded http-body v1.0.0 |
1442 | 2024-05-15T02:50:08.257Z | Downloaded crucible-workspace-hack v0.1.0 |
1443 | 2024-05-15T02:50:08.257Z | Downloaded crc-catalog v2.2.0 |
1444 | 2024-05-15T02:50:08.257Z | Downloaded crc v3.0.1 |
1445 | 2024-05-15T02:50:08.283Z | Downloaded cpufeatures v0.2.12 |
1446 | 2024-05-15T02:50:08.283Z | Downloaded cookie_store v0.20.0 |
1447 | 2024-05-15T02:50:08.283Z | Downloaded constant_time_eq v0.3.0 |
1448 | 2024-05-15T02:50:08.283Z | Downloaded const-oid v0.9.6 |
1449 | 2024-05-15T02:50:08.283Z | Downloaded ciborium-ll v0.2.2 |
1450 | 2024-05-15T02:50:08.283Z | Downloaded cfg-if v1.0.0 |
1451 | 2024-05-15T02:50:08.283Z | Downloaded cfg-expr v0.15.6 |
1452 | 2024-05-15T02:50:08.283Z | Downloaded castaway v0.2.2 |
1453 | 2024-05-15T02:50:08.283Z | Downloaded cast v0.3.0 |
1454 | 2024-05-15T02:50:08.283Z | Downloaded cassowary v0.3.0 |
1455 | 2024-05-15T02:50:08.283Z | Downloaded cancel-safe-futures v0.1.5 |
1456 | 2024-05-15T02:50:08.283Z | Downloaded camino-tempfile v1.1.1 |
1457 | 2024-05-15T02:50:08.283Z | Downloaded bzip2 v0.4.4 |
1458 | 2024-05-15T02:50:08.283Z | Downloaded bytes v1.6.0 |
1459 | 2024-05-15T02:50:08.309Z | Downloaded byteorder v1.5.0 |
1460 | 2024-05-15T02:50:08.309Z | Downloaded block-padding v0.3.3 |
1461 | 2024-05-15T02:50:08.309Z | Downloaded bindgen v0.69.2 |
1462 | 2024-05-15T02:50:08.309Z | Downloaded bcs v0.1.6 |
1463 | 2024-05-15T02:50:08.309Z | Downloaded bb8 v0.8.3 |
1464 | 2024-05-15T02:50:08.309Z | Downloaded ident_case v1.0.1 |
1465 | 2024-05-15T02:50:08.309Z | Downloaded hyper-tls v0.5.0 |
1466 | 2024-05-15T02:50:08.309Z | Downloaded hyper-rustls v0.26.0 |
1467 | 2024-05-15T02:50:08.309Z | Downloaded hyper-rustls v0.24.2 |
1468 | 2024-05-15T02:50:08.309Z | Downloaded hyper v0.14.28 |
1469 | 2024-05-15T02:50:08.335Z | Downloaded humantime v2.1.0 |
1470 | 2024-05-15T02:50:08.336Z | Downloaded httptest v0.15.5 |
1471 | 2024-05-15T02:50:08.336Z | Downloaded http-body v0.4.5 |
1472 | 2024-05-15T02:50:08.336Z | Downloaded ciborium-io v0.2.2 |
1473 | 2024-05-15T02:50:08.336Z | Downloaded buf-list v1.0.3 |
1474 | 2024-05-15T02:50:08.336Z | Downloaded bstr v1.9.0 |
1475 | 2024-05-15T02:50:08.360Z | Downloaded bstr v0.2.17 |
1476 | 2024-05-15T02:50:08.360Z | Downloaded blake2b_simd v1.0.1 |
1477 | 2024-05-15T02:50:08.360Z | Downloaded blake2 v0.10.6 |
1478 | 2024-05-15T02:50:08.360Z | Downloaded bitstruct_derive v0.1.0 |
1479 | 2024-05-15T02:50:08.360Z | Downloaded bitstruct v0.1.1 |
1480 | 2024-05-15T02:50:08.360Z | Downloaded base64 v0.21.7 |
1481 | 2024-05-15T02:50:08.396Z | Downloaded assert_matches v1.5.0 |
1482 | 2024-05-15T02:50:08.396Z | Downloaded hubpack_derive v0.1.1 |
1483 | 2024-05-15T02:50:08.397Z | Downloaded http-range v0.1.5 |
1484 | 2024-05-15T02:50:08.397Z | Downloaded home v0.5.5 |
1485 | 2024-05-15T02:50:08.397Z | Downloaded hmac v0.12.1 |
1486 | 2024-05-15T02:50:08.397Z | Downloaded highway v1.1.0 |
1487 | 2024-05-15T02:50:08.397Z | Downloaded hex v0.4.3 |
1488 | 2024-05-15T02:50:08.397Z | Downloaded heapless v0.8.0 |
1489 | 2024-05-15T02:50:08.397Z | Downloaded bytecount v0.6.3 |
1490 | 2024-05-15T02:50:08.397Z | Downloaded block-buffer v0.10.4 |
1491 | 2024-05-15T02:50:08.397Z | Downloaded bitflags v1.3.2 |
1492 | 2024-05-15T02:50:08.397Z | Downloaded bitfield v0.14.0 |
1493 | 2024-05-15T02:50:08.397Z | Downloaded bit-vec v0.6.3 |
1494 | 2024-05-15T02:50:08.397Z | Downloaded bit-set v0.5.3 |
1495 | 2024-05-15T02:50:08.397Z | Downloaded base64ct v1.6.0 |
1496 | 2024-05-15T02:50:08.397Z | Downloaded base64 v0.22.1 |
1497 | 2024-05-15T02:50:08.397Z | Downloaded base64 v0.13.1 |
1498 | 2024-05-15T02:50:08.397Z | Downloaded base16ct v0.2.0 |
1499 | 2024-05-15T02:50:08.397Z | Downloaded backtrace v0.3.69 |
1500 | 2024-05-15T02:50:08.423Z | Downloaded backoff v0.4.0 |
1501 | 2024-05-15T02:50:08.423Z | Downloaded atty v0.2.14 |
1502 | 2024-05-15T02:50:08.423Z | Downloaded atomicwrites v0.4.3 |
1503 | 2024-05-15T02:50:08.423Z | Downloaded atomic-waker v1.1.1 |
1504 | 2024-05-15T02:50:08.424Z | Downloaded async-trait v0.1.80 |
1505 | 2024-05-15T02:50:08.424Z | Downloaded async-stream-impl v0.3.5 |
1506 | 2024-05-15T02:50:08.424Z | Downloaded async-stream v0.3.5 |
1507 | 2024-05-15T02:50:08.424Z | Downloaded async-recursion v1.1.1 |
1508 | 2024-05-15T02:50:08.424Z | Downloaded http v0.2.12 |
1509 | 2024-05-15T02:50:08.424Z | Downloaded hostname v0.4.0 |
1510 | 2024-05-15T02:50:08.449Z | Downloaded hkdf v0.12.4 |
1511 | 2024-05-15T02:50:08.449Z | Downloaded heck v0.4.1 |
1512 | 2024-05-15T02:50:08.449Z | Downloaded heck v0.3.3 |
1513 | 2024-05-15T02:50:08.449Z | Downloaded hex-literal v0.4.1 |
1514 | 2024-05-15T02:50:08.449Z | Downloaded assert_cmd v2.0.14 |
1515 | 2024-05-15T02:50:08.449Z | Downloaded arrayvec v0.7.4 |
1516 | 2024-05-15T02:50:08.449Z | Downloaded arrayref v0.3.7 |
1517 | 2024-05-15T02:50:08.449Z | Downloaded array-init v0.0.4 |
1518 | 2024-05-15T02:50:08.449Z | Downloaded arc-swap v1.6.0 |
1519 | 2024-05-15T02:50:08.449Z | Downloaded approx v0.5.1 |
1520 | 2024-05-15T02:50:08.449Z | Downloaded allocator-api2 v0.2.16 |
1521 | 2024-05-15T02:50:08.449Z | Downloaded aho-corasick v1.1.2 |
1522 | 2024-05-15T02:50:08.477Z | Downloaded ahash v0.8.8 |
1523 | 2024-05-15T02:50:08.477Z | Downloaded headers-core v0.2.0 |
1524 | 2024-05-15T02:50:08.477Z | Downloaded crypto-bigint v0.5.2 |
1525 | 2024-05-15T02:50:08.477Z | Downloaded ascii-canvas v3.0.0 |
1526 | 2024-05-15T02:50:08.477Z | Downloaded adler v1.0.2 |
1527 | 2024-05-15T02:50:08.477Z | Downloaded aead v0.5.2 |
1528 | 2024-05-15T02:50:09.060Z | Compiling libc v0.2.153 |
1529 | 2024-05-15T02:50:09.060Z | Compiling serde v1.0.201 |
1530 | 2024-05-15T02:50:09.060Z | Compiling version_check v0.9.4 |
1531 | 2024-05-15T02:50:09.085Z | Checking cfg-if v1.0.0 |
1532 | 2024-05-15T02:50:09.085Z | Compiling lock_api v0.4.10 |
1533 | 2024-05-15T02:50:09.085Z | Compiling parking_lot_core v0.9.8 |
1534 | 2024-05-15T02:50:09.118Z | Compiling syn v2.0.60 |
1535 | 2024-05-15T02:50:09.339Z | Compiling once_cell v1.19.0 |
1536 | 2024-05-15T02:50:09.440Z | Compiling libm v0.2.7 |
1537 | 2024-05-15T02:50:09.749Z | Compiling num-traits v0.2.19 |
1538 | 2024-05-15T02:50:09.831Z | Compiling memchr v2.7.1 |
1539 | 2024-05-15T02:50:09.910Z | Compiling serde_json v1.0.116 |
1540 | 2024-05-15T02:50:09.935Z | Compiling byteorder v1.5.0 |
1541 | 2024-05-15T02:50:10.217Z | Compiling ahash v0.8.8 |
1542 | 2024-05-15T02:50:10.305Z | Compiling syn v1.0.109 |
1543 | 2024-05-15T02:50:10.330Z | Checking log v0.4.21 |
1544 | 2024-05-15T02:50:10.575Z | Compiling slab v0.4.9 |
1545 | 2024-05-15T02:50:10.833Z | Checking itoa v1.0.9 |
1546 | 2024-05-15T02:50:10.928Z | Compiling typenum v1.16.0 |
1547 | 2024-05-15T02:50:10.976Z | Compiling generic-array v0.14.7 |
1548 | 2024-05-15T02:50:11.016Z | Checking getrandom v0.2.12 |
1549 | 2024-05-15T02:50:11.232Z | Compiling cc v1.0.83 |
1550 | 2024-05-15T02:50:11.329Z | Checking scopeguard v1.2.0 |
1551 | 2024-05-15T02:50:11.353Z | Checking smallvec v1.13.1 |
1552 | 2024-05-15T02:50:11.378Z | Compiling allocator-api2 v0.2.16 |
1553 | 2024-05-15T02:50:11.675Z | Compiling rustix v0.38.31 |
1554 | 2024-05-15T02:50:11.796Z | Compiling pkg-config v0.3.27 |
1555 | 2024-05-15T02:50:11.913Z | Compiling schemars v0.8.17 |
1556 | 2024-05-15T02:50:12.026Z | Compiling httparse v1.8.0 |
1557 | 2024-05-15T02:50:12.224Z | Checking parking_lot v0.12.1 |
1558 | 2024-05-15T02:50:12.248Z | Checking pin-project-lite v0.2.13 |
1559 | 2024-05-15T02:50:12.402Z | Compiling time-core v0.1.2 |
1560 | 2024-05-15T02:50:12.444Z | Compiling num-conv v0.1.0 |
1561 | 2024-05-15T02:50:12.541Z | Checking signal-hook-registry v1.4.1 |
1562 | 2024-05-15T02:50:12.709Z | Compiling time-macros v0.2.17 |
1563 | 2024-05-15T02:50:12.780Z | Compiling fnv v1.0.7 |
1564 | 2024-05-15T02:50:12.890Z | Checking mio v0.8.11 |
1565 | 2024-05-15T02:50:12.930Z | Compiling vcpkg v0.2.15 |
1566 | 2024-05-15T02:50:12.954Z | Checking ryu v1.0.15 |
1567 | 2024-05-15T02:50:13.144Z | Compiling heck v0.4.1 |
1568 | 2024-05-15T02:50:13.396Z | Checking num_cpus v1.16.0 |
1569 | 2024-05-15T02:50:13.485Z | Compiling aho-corasick v1.1.2 |
1570 | 2024-05-15T02:50:13.818Z | Compiling ring v0.17.8 |
1571 | 2024-05-15T02:50:14.745Z | Compiling regex-syntax v0.8.2 |
1572 | 2024-05-15T02:50:14.907Z | Compiling openssl-sys v0.9.102 |
1573 | 2024-05-15T02:50:15.536Z | Compiling serde_derive_internals v0.29.0 |
1574 | 2024-05-15T02:50:15.905Z | Checking rand_core v0.6.4 |
1575 | 2024-05-15T02:50:16.159Z | Checking futures-core v0.3.30 |
1576 | 2024-05-15T02:50:16.314Z | Compiling ring v0.16.20 |
1577 | 2024-05-15T02:50:16.543Z | Checking socket2 v0.5.6 |
1578 | 2024-05-15T02:50:17.584Z | Compiling regex-automata v0.4.5 |
1579 | 2024-05-15T02:50:17.860Z | Compiling openssl v0.10.64 |
1580 | 2024-05-15T02:50:18.131Z | Compiling ucd-trie v0.1.6 |
1581 | 2024-05-15T02:50:18.207Z | Compiling rustversion v1.0.14 |
1582 | 2024-05-15T02:50:18.646Z | Compiling slog v2.7.0 |
1583 | 2024-05-15T02:50:18.671Z | Compiling crossbeam-utils v0.8.19 |
1584 | 2024-05-15T02:50:18.887Z | Compiling native-tls v0.2.11 |
1585 | 2024-05-15T02:50:19.122Z | Compiling rustls v0.21.9 |
1586 | 2024-05-15T02:50:19.187Z | Compiling iana-time-zone v0.1.57 |
1587 | 2024-05-15T02:50:19.259Z | Compiling cookie v0.17.0 |
1588 | 2024-05-15T02:50:19.412Z | Checking spin v0.5.2 |
1589 | 2024-05-15T02:50:19.563Z | Compiling backtrace v0.3.69 |
1590 | 2024-05-15T02:50:19.587Z | Compiling dyn-clone v1.0.17 |
1591 | 2024-05-15T02:50:19.704Z | Checking futures-sink v0.3.30 |
1592 | 2024-05-15T02:50:19.828Z | Compiling anyhow v1.0.83 |
1593 | 2024-05-15T02:50:20.202Z | Checking pin-utils v0.1.0 |
1594 | 2024-05-15T02:50:20.281Z | Checking futures-channel v0.3.30 |
1595 | 2024-05-15T02:50:20.476Z | Checking futures-io v0.3.30 |
1596 | 2024-05-15T02:50:20.632Z | Compiling tinyvec_macros v0.1.1 |
1597 | 2024-05-15T02:50:20.676Z | Checking futures-task v0.3.30 |
1598 | 2024-05-15T02:50:20.717Z | Compiling tinyvec v1.6.0 |
1599 | 2024-05-15T02:50:20.870Z | Compiling thread-id v4.2.0 |
1600 | 2024-05-15T02:50:20.972Z | Compiling unicode-bidi v0.3.15 |
1601 | 2024-05-15T02:50:21.103Z | Compiling errno v0.3.8 |
1602 | 2024-05-15T02:50:21.292Z | Checking subtle v2.5.0 |
1603 | 2024-05-15T02:50:21.503Z | Compiling serde_derive v1.0.201 |
1604 | 2024-05-15T02:50:21.529Z | Compiling zerocopy-derive v0.7.32 |
1605 | 2024-05-15T02:50:21.582Z | Compiling thiserror-impl v1.0.59 |
1606 | 2024-05-15T02:50:21.864Z | Compiling zeroize_derive v1.4.2 |
1607 | 2024-05-15T02:50:21.991Z | Compiling tokio-macros v2.2.0 |
1608 | 2024-05-15T02:50:22.189Z | Compiling futures-macro v0.3.30 |
1609 | 2024-05-15T02:50:22.550Z | Compiling tracing-attributes v0.1.27 |
1610 | 2024-05-15T02:50:23.185Z | Compiling schemars_derive v0.8.17 |
1611 | 2024-05-15T02:50:23.416Z | Compiling regex v1.10.4 |
1612 | 2024-05-15T02:50:23.447Z | Compiling zerocopy v0.7.32 |
1613 | 2024-05-15T02:50:23.892Z | Checking zeroize v1.7.0 |
1614 | 2024-05-15T02:50:24.110Z | Compiling openssl-macros v0.1.1 |
1615 | 2024-05-15T02:50:24.320Z | Compiling thiserror v1.0.59 |
1616 | 2024-05-15T02:50:24.445Z | Compiling pest v2.7.6 |
1617 | 2024-05-15T02:50:24.794Z | Compiling async-trait v0.1.80 |
1618 | 2024-05-15T02:50:25.256Z | Compiling hashbrown v0.14.3 |
1619 | 2024-05-15T02:50:25.771Z | Compiling scroll_derive v0.12.0 |
1620 | 2024-05-15T02:50:25.922Z | Checking futures-util v0.3.30 |
1621 | 2024-05-15T02:50:26.388Z | Compiling pest_meta v2.7.6 |
1622 | 2024-05-15T02:50:26.490Z | Compiling unicode-normalization v0.1.22 |
1623 | 2024-05-15T02:50:26.637Z | Compiling der_derive v0.7.2 |
1624 | 2024-05-15T02:50:27.084Z | Compiling unicode-width v0.1.11 |
1625 | 2024-05-15T02:50:27.225Z | Compiling either v1.11.0 |
1626 | 2024-05-15T02:50:27.371Z | Compiling pest_generator v2.7.6 |
1627 | 2024-05-15T02:50:27.609Z | Compiling scroll v0.12.0 |
1628 | 2024-05-15T02:50:28.652Z | Compiling usdt-impl v0.5.0 |
1629 | 2024-05-15T02:50:29.017Z | Compiling plain v0.2.3 |
1630 | 2024-05-15T02:50:29.291Z | Compiling crc32fast v1.3.2 |
1631 | 2024-05-15T02:50:29.395Z | Compiling winnow v0.5.15 |
1632 | 2024-05-15T02:50:30.343Z | Compiling goblin v0.8.0 |
1633 | 2024-05-15T02:50:30.511Z | Compiling pest_derive v2.7.6 |
1634 | 2024-05-15T02:50:30.571Z | Compiling spin v0.9.8 |
1635 | 2024-05-15T02:50:30.675Z | Compiling tracing-core v0.1.32 |
1636 | 2024-05-15T02:50:30.905Z | Compiling pretty-hex v0.4.1 |
1637 | 2024-05-15T02:50:31.202Z | Compiling dtrace-parser v0.2.0 |
1638 | 2024-05-15T02:50:31.373Z | Compiling tracing v0.1.40 |
1639 | 2024-05-15T02:50:31.816Z | Compiling const-oid v0.9.6 |
1640 | 2024-05-15T02:50:31.880Z | Compiling percent-encoding v2.3.1 |
1641 | 2024-05-15T02:50:32.309Z | Compiling clap_derive v4.5.4 |
1642 | 2024-05-15T02:50:32.334Z | Checking bytes v1.6.0 |
1643 | 2024-05-15T02:50:32.793Z | Checking bitflags v2.4.2 |
1644 | 2024-05-15T02:50:33.037Z | Compiling indexmap v2.2.6 |
1645 | 2024-05-15T02:50:33.218Z | Checking tokio v1.37.0 |
1646 | 2024-05-15T02:50:33.703Z | Compiling serde_tokenstream v0.2.0 |
1647 | 2024-05-15T02:50:34.183Z | Compiling chrono v0.4.38 |
1648 | 2024-05-15T02:50:34.259Z | Compiling uuid v1.8.0 |
1649 | 2024-05-15T02:50:34.529Z | Compiling semver v1.0.22 |
1650 | 2024-05-15T02:50:34.636Z | Compiling http v0.2.12 |
1651 | 2024-05-15T02:50:35.133Z | Compiling serde_spanned v0.6.5 |
1652 | 2024-05-15T02:50:35.322Z | Compiling toml_datetime v0.6.5 |
1653 | 2024-05-15T02:50:35.367Z | Compiling rustc_version v0.4.0 |
1654 | 2024-05-15T02:50:35.996Z | Compiling toml_edit v0.19.15 |
1655 | 2024-05-15T02:50:36.670Z | Compiling openapiv3 v2.0.0 |
1656 | 2024-05-15T02:50:37.238Z | Compiling dof v0.3.0 |
1657 | 2024-05-15T02:50:39.111Z | Compiling foreign-types-shared v0.1.1 |
1658 | 2024-05-15T02:50:39.157Z | Compiling signal-hook v0.3.17 |
1659 | 2024-05-15T02:50:39.250Z | Compiling powerfmt v0.2.0 |
1660 | 2024-05-15T02:50:39.465Z | Compiling untrusted v0.7.1 |
1661 | 2024-05-15T02:50:39.490Z | Compiling untrusted v0.9.0 |
1662 | 2024-05-15T02:50:39.583Z | Compiling usdt-macro v0.5.0 |
1663 | 2024-05-15T02:50:39.684Z | Compiling usdt-attr-macro v0.5.0 |
1664 | 2024-05-15T02:50:40.259Z | Compiling deranged v0.3.11 |
1665 | 2024-05-15T02:50:40.502Z | Compiling foreign-types v0.3.2 |
1666 | 2024-05-15T02:50:40.594Z | Compiling form_urlencoded v1.2.1 |
1667 | 2024-05-15T02:50:40.871Z | Compiling crypto-common v0.1.6 |
1668 | 2024-05-15T02:50:40.926Z | Compiling zerocopy-derive v0.6.6 |
1669 | 2024-05-15T02:50:41.101Z | Compiling base64 v0.21.7 |
1670 | 2024-05-15T02:50:41.727Z | Compiling try-lock v0.2.4 |
1671 | 2024-05-15T02:50:41.824Z | Compiling num_threads v0.1.6 |
1672 | 2024-05-15T02:50:41.853Z | Compiling siphasher v0.3.11 |
1673 | 2024-05-15T02:50:41.946Z | Compiling time v0.3.34 |
1674 | 2024-05-15T02:50:42.195Z | Compiling want v0.3.1 |
1675 | 2024-05-15T02:50:42.462Z | Compiling tokio-util v0.7.10 |
1676 | 2024-05-15T02:50:42.653Z | Compiling rustls-webpki v0.101.7 |
1677 | 2024-05-15T02:50:42.796Z | Compiling sct v0.7.0 |
1678 | 2024-05-15T02:50:42.820Z | Compiling http-body v0.4.5 |
1679 | 2024-05-15T02:50:43.064Z | Compiling block-buffer v0.10.4 |
1680 | 2024-05-15T02:50:43.168Z | Compiling idna v0.5.0 |
1681 | 2024-05-15T02:50:43.397Z | Compiling h2 v0.3.26 |
1682 | 2024-05-15T02:50:43.714Z | Compiling tower-service v0.3.2 |
1683 | 2024-05-15T02:50:43.827Z | Compiling openssl-probe v0.1.5 |
1684 | 2024-05-15T02:50:43.864Z | Compiling httpdate v1.0.3 |
1685 | 2024-05-15T02:50:44.277Z | Compiling url v2.5.0 |
1686 | 2024-05-15T02:50:44.448Z | Compiling digest v0.10.7 |
1687 | 2024-05-15T02:50:44.851Z | Compiling heapless v0.7.16 |
1688 | 2024-05-15T02:50:45.288Z | Compiling idna v0.3.0 |
1689 | 2024-05-15T02:50:45.371Z | Compiling lazy_static v1.4.0 |
1690 | 2024-05-15T02:50:45.811Z | Compiling ppv-lite86 v0.2.17 |
1691 | 2024-05-15T02:50:46.414Z | Checking equivalent v1.0.1 |
1692 | 2024-05-15T02:50:46.439Z | Compiling psl-types v2.0.11 |
1693 | 2024-05-15T02:50:46.555Z | Compiling rand_chacha v0.3.1 |
1694 | 2024-05-15T02:50:46.611Z | Compiling publicsuffix v2.2.3 |
1695 | 2024-05-15T02:50:46.828Z | Compiling crossbeam-epoch v0.9.18 |
1696 | 2024-05-15T02:50:47.573Z | Compiling tokio-rustls v0.24.1 |
1697 | 2024-05-15T02:50:47.907Z | Compiling tokio-native-tls v0.3.1 |
1698 | 2024-05-15T02:50:48.007Z | Compiling adler v1.0.2 |
1699 | 2024-05-15T02:50:48.049Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1700 | 2024-05-15T02:50:48.146Z | Compiling bit-vec v0.6.3 |
1701 | 2024-05-15T02:50:48.208Z | Compiling ipnet v2.9.0 |
1702 | 2024-05-15T02:50:48.297Z | Compiling cookie_store v0.20.0 |
1703 | 2024-05-15T02:50:48.524Z | Compiling miniz_oxide v0.7.1 |
1704 | 2024-05-15T02:50:48.740Z | Compiling rand v0.8.5 |
1705 | 2024-05-15T02:50:49.291Z | Compiling hyper v0.14.28 |
1706 | 2024-05-15T02:50:49.503Z | Compiling phf_shared v0.10.0 |
1707 | 2024-05-15T02:50:49.529Z | Compiling rustls-pemfile v1.0.3 |
1708 | 2024-05-15T02:50:49.623Z | Compiling serde_urlencoded v0.7.1 |
1709 | 2024-05-15T02:50:49.867Z | Compiling encoding_rs v0.8.33 |
1710 | 2024-05-15T02:50:49.903Z | Compiling num-bigint v0.4.4 |
1711 | 2024-05-15T02:50:50.070Z | Compiling new_debug_unreachable v1.0.4 |
1712 | 2024-05-15T02:50:50.154Z | Compiling webpki-roots v0.25.2 |
1713 | 2024-05-15T02:50:50.293Z | Compiling smoltcp v0.9.1 |
1714 | 2024-05-15T02:50:50.405Z | Compiling minimal-lexical v0.2.1 |
1715 | 2024-05-15T02:50:50.474Z | Compiling base64ct v1.6.0 |
1716 | 2024-05-15T02:50:50.587Z | Compiling sync_wrapper v0.1.2 |
1717 | 2024-05-15T02:50:50.704Z | Compiling gimli v0.28.0 |
1718 | 2024-05-15T02:50:50.839Z | Compiling precomputed-hash v0.1.1 |
1719 | 2024-05-15T02:50:50.893Z | Compiling mime v0.3.17 |
1720 | 2024-05-15T02:50:50.944Z | Compiling fixedbitset v0.4.2 |
1721 | 2024-05-15T02:50:50.969Z | Compiling string_cache v0.8.7 |
1722 | 2024-05-15T02:50:51.315Z | Compiling petgraph v0.6.5 |
1723 | 2024-05-15T02:50:51.395Z | Compiling pem-rfc7468 v0.7.0 |
1724 | 2024-05-15T02:50:51.419Z | Compiling nom v7.1.3 |
1725 | 2024-05-15T02:50:52.068Z | Compiling bit-set v0.5.3 |
1726 | 2024-05-15T02:50:52.154Z | Compiling hmac v0.12.1 |
1727 | 2024-05-15T02:50:52.320Z | Compiling itertools v0.10.5 |
1728 | 2024-05-15T02:50:52.348Z | Compiling enum-as-inner v0.5.1 |
1729 | 2024-05-15T02:50:52.372Z | Compiling hubpack_derive v0.1.1 |
1730 | 2024-05-15T02:50:53.127Z | Compiling diesel_table_macro_syntax v0.1.0 |
1731 | 2024-05-15T02:50:53.217Z | Compiling object v0.32.1 |
1732 | 2024-05-15T02:50:53.343Z | Compiling unicode-segmentation v1.10.1 |
1733 | 2024-05-15T02:50:53.474Z | Compiling flagset v0.4.3 |
1734 | 2024-05-15T02:50:53.645Z | Compiling rustc-demangle v0.1.23 |
1735 | 2024-05-15T02:50:54.017Z | Compiling addr2line v0.21.0 |
1736 | 2024-05-15T02:50:54.495Z | Compiling lalrpop-util v0.19.12 |
1737 | 2024-05-15T02:50:54.609Z | Compiling toml_edit v0.22.12 |
1738 | 2024-05-15T02:50:54.633Z | Compiling der v0.7.8 |
1739 | 2024-05-15T02:50:54.633Z | Compiling diesel_derives v2.1.2 |
1740 | 2024-05-15T02:50:54.789Z | Compiling futures-executor v0.3.30 |
1741 | 2024-05-15T02:50:54.891Z | Compiling hyper-tls v0.5.0 |
1742 | 2024-05-15T02:50:55.085Z | Compiling hyper-rustls v0.24.2 |
1743 | 2024-05-15T02:50:55.377Z | Compiling reqwest v0.11.27 |
1744 | 2024-05-15T02:50:55.503Z | Compiling cpufeatures v0.2.12 |
1745 | 2024-05-15T02:50:55.725Z | Compiling sha2 v0.10.8 |
1746 | 2024-05-15T02:50:57.351Z | Compiling spki v0.7.2 |
1747 | 2024-05-15T02:50:57.680Z | Compiling flate2 v1.0.30 |
1748 | 2024-05-15T02:50:58.304Z | Compiling futures v0.3.30 |
1749 | 2024-05-15T02:50:58.406Z | Compiling md-5 v0.10.5 |
1750 | 2024-05-15T02:50:58.431Z | Compiling toml v0.7.8 |
1751 | 2024-05-15T02:50:58.467Z | Compiling hex v0.4.3 |
1752 | 2024-05-15T02:50:58.542Z | Compiling stringprep v0.1.3 |
1753 | 2024-05-15T02:50:58.634Z | Compiling serde_repr v0.1.16 |
1754 | 2024-05-15T02:50:59.385Z | Compiling strum_macros v0.25.2 |
1755 | 2024-05-15T02:50:59.718Z | Compiling num-integer v0.1.46 |
1756 | 2024-05-15T02:50:59.842Z | Compiling hash32 v0.2.1 |
1757 | 2024-05-15T02:51:00.157Z | Compiling fs-err v2.11.0 |
1758 | 2024-05-15T02:51:00.366Z | Compiling stable_deref_trait v1.2.0 |
1759 | 2024-05-15T02:51:00.401Z | Checking unicode-ident v1.0.12 |
1760 | 2024-05-15T02:51:00.466Z | Compiling fallible-iterator v0.2.0 |
1761 | 2024-05-15T02:51:00.687Z | Compiling pkcs8 v0.10.2 |
1762 | 2024-05-15T02:51:01.038Z | Compiling postgres-protocol v0.6.6 |
1763 | 2024-05-15T02:51:01.173Z | Compiling phf_shared v0.11.2 |
1764 | 2024-05-15T02:51:01.495Z | Compiling terminal_size v0.3.0 |
1765 | 2024-05-15T02:51:01.521Z | Compiling ff v0.13.0 |
1766 | 2024-05-15T02:51:01.725Z | Compiling block-padding v0.3.3 |
1767 | 2024-05-15T02:51:01.878Z | Compiling scheduled-thread-pool v0.2.7 |
1768 | 2024-05-15T02:51:02.266Z | Compiling matches v0.1.10 |
1769 | 2024-05-15T02:51:02.352Z | Compiling peg-runtime v0.8.3 |
1770 | 2024-05-15T02:51:02.378Z | Compiling regex-automata v0.1.10 |
1771 | 2024-05-15T02:51:02.403Z | Compiling bitflags v1.3.2 |
1772 | 2024-05-15T02:51:02.445Z | Compiling base16ct v0.2.0 |
1773 | 2024-05-15T02:51:02.497Z | Compiling managed v0.8.0 |
1774 | 2024-05-15T02:51:02.736Z | Compiling bstr v0.2.17 |
1775 | 2024-05-15T02:51:02.815Z | Compiling sec1 v0.7.3 |
1776 | 2024-05-15T02:51:02.888Z | Compiling clap_builder v4.5.2 |
1777 | 2024-05-15T02:51:02.916Z | Compiling idna v0.2.3 |
1778 | 2024-05-15T02:51:03.307Z | Compiling r2d2 v0.8.10 |
1779 | 2024-05-15T02:51:03.616Z | Compiling inout v0.1.3 |
1780 | 2024-05-15T02:51:03.930Z | Compiling signal-hook-mio v0.2.3 |
1781 | 2024-05-15T02:51:04.074Z | Compiling group v0.13.0 |
1782 | 2024-05-15T02:51:04.166Z | Compiling postgres-types v0.2.6 |
1783 | 2024-05-15T02:51:04.230Z | Compiling phf v0.11.2 |
1784 | 2024-05-15T02:51:04.483Z | Compiling hubpack v0.1.2 |
1785 | 2024-05-15T02:51:04.609Z | Compiling hkdf v0.12.4 |
1786 | 2024-05-15T02:51:04.876Z | Compiling zerocopy v0.6.6 |
1787 | 2024-05-15T02:51:05.061Z | Compiling ipnetwork v0.20.0 |
1788 | 2024-05-15T02:51:05.456Z | Compiling crypto-bigint v0.5.2 |
1789 | 2024-05-15T02:51:05.561Z | Compiling float-cmp v0.9.0 |
1790 | 2024-05-15T02:51:05.749Z | Compiling memmap v0.7.0 |
1791 | 2024-05-15T02:51:05.948Z | Compiling static_assertions v1.1.0 |
1792 | 2024-05-15T02:51:06.043Z | Compiling difflib v0.4.0 |
1793 | 2024-05-15T02:51:06.067Z | Compiling whoami v1.5.1 |
1794 | 2024-05-15T02:51:06.600Z | Compiling predicates-core v1.0.6 |
1795 | 2024-05-15T02:51:06.919Z | Compiling data-encoding v2.4.0 |
1796 | 2024-05-15T02:51:07.039Z | Compiling normalize-line-endings v0.3.0 |
1797 | 2024-05-15T02:51:07.143Z | Compiling predicates v3.1.0 |
1798 | 2024-05-15T02:51:07.394Z | Compiling trust-dns-proto v0.22.0 |
1799 | 2024-05-15T02:51:07.481Z | Compiling diesel v2.1.6 |
1800 | 2024-05-15T02:51:08.131Z | Compiling elliptic-curve v0.13.8 |
1801 | 2024-05-15T02:51:08.238Z | Compiling yasna v0.5.2 |
1802 | 2024-05-15T02:51:08.634Z | Compiling tokio-postgres v0.7.10 |
1803 | 2024-05-15T02:51:08.818Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1804 | 2024-05-15T02:51:08.843Z | Compiling clap v4.5.4 |
1805 | 2024-05-15T02:51:09.819Z | Compiling usdt v0.5.0 |
1806 | 2024-05-15T02:51:10.233Z | Compiling crossterm v0.27.0 |
1807 | 2024-05-15T02:51:10.558Z | Compiling cipher v0.4.4 |
1808 | 2024-05-15T02:51:10.887Z | Compiling similar v2.4.0 |
1809 | 2024-05-15T02:51:11.687Z | Checking proc-macro2 v1.0.82 |
1810 | 2024-05-15T02:51:12.392Z | Compiling num-iter v0.1.45 |
1811 | 2024-05-15T02:51:12.550Z | Compiling console v0.15.8 |
1812 | 2024-05-15T02:51:12.681Z | Compiling tokio-stream v0.1.15 |
1813 | 2024-05-15T02:51:12.938Z | Compiling bstr v1.9.0 |
1814 | 2024-05-15T02:51:12.978Z | Checking quote v1.0.36 |
1815 | 2024-05-15T02:51:16.970Z | Checking utf8parse v0.2.1 |
1816 | 2024-05-15T02:51:20.510Z | Checking anstyle v1.0.7 |
1817 | 2024-05-15T02:51:21.475Z | Checking anstyle-parse v0.2.1 |
1818 | 2024-05-15T02:51:21.690Z | Checking colorchoice v1.0.0 |
1819 | 2024-05-15T02:51:21.721Z | Checking anstyle-query v1.0.0 |
1820 | 2024-05-15T02:51:21.837Z | Checking anstream v0.6.11 |
1821 | 2024-05-15T02:51:21.994Z | Checking clap_lex v0.7.0 |
1822 | 2024-05-15T02:51:22.199Z | Checking strsim v0.11.0 |
1823 | 2024-05-15T02:51:25.129Z | Checking winnow v0.6.1 |
1824 | 2024-05-15T02:51:32.763Z | Compiling regress v0.9.1 |
1825 | 2024-05-15T02:51:32.925Z | Compiling getopts v0.2.21 |
1826 | 2024-05-15T02:51:33.065Z | Compiling unsafe-libyaml v0.2.10 |
1827 | 2024-05-15T02:51:33.173Z | Checking heck v0.5.0 |
1828 | 2024-05-15T02:51:33.763Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1829 | 2024-05-15T02:51:34.321Z | Compiling serde_yaml v0.9.25 |
1830 | 2024-05-15T02:51:34.620Z | Checking camino v1.1.6 |
1831 | 2024-05-15T02:51:34.644Z | Checking base64 v0.22.1 |
1832 | 2024-05-15T02:51:34.755Z | Checking is-terminal v0.4.9 |
1833 | 2024-05-15T02:51:34.859Z | Compiling ident_case v1.0.1 |
1834 | 2024-05-15T02:51:35.012Z | Compiling strsim v0.10.0 |
1835 | 2024-05-15T02:51:35.036Z | Checking sha1 v0.10.6 |
1836 | 2024-05-15T02:51:35.085Z | Checking http v1.0.0 |
1837 | 2024-05-15T02:51:35.264Z | Compiling darling_core v0.20.8 |
1838 | 2024-05-15T02:51:35.701Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1839 | 2024-05-15T02:51:36.177Z | Compiling paste v1.0.15 |
1840 | 2024-05-15T02:51:36.643Z | Compiling strum_macros v0.26.1 |
1841 | 2024-05-15T02:51:36.767Z | Checking match_cfg v0.1.0 |
1842 | 2024-05-15T02:51:36.835Z | Checking rustls-pki-types v1.3.0 |
1843 | 2024-05-15T02:51:36.947Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1844 | 2024-05-15T02:51:37.202Z | Checking fastrand v2.0.1 |
1845 | 2024-05-15T02:51:37.348Z | Checking hostname v0.3.1 |
1846 | 2024-05-15T02:51:37.515Z | Checking tempfile v3.10.1 |
1847 | 2024-05-15T02:51:37.766Z | Checking dirs-sys-next v0.1.2 |
1848 | 2024-05-15T02:51:37.825Z | Checking quick-error v1.2.3 |
1849 | 2024-05-15T02:51:37.849Z | Checking crossbeam-channel v0.5.8 |
1850 | 2024-05-15T02:51:37.920Z | Checking dirs-next v2.0.0 |
1851 | 2024-05-15T02:51:37.951Z | Checking thread_local v1.1.7 |
1852 | 2024-05-15T02:51:38.041Z | Compiling rustls v0.22.4 |
1853 | 2024-05-15T02:51:38.192Z | Compiling slog-async v2.8.0 |
1854 | 2024-05-15T02:51:38.302Z | Checking term v0.7.0 |
1855 | 2024-05-15T02:51:38.471Z | Checking rustls-webpki v0.102.1 |
1856 | 2024-05-15T02:51:38.496Z | Checking instant v0.1.12 |
1857 | 2024-05-15T02:51:38.604Z | Checking take_mut v0.2.2 |
1858 | 2024-05-15T02:51:38.665Z | Checking slog-term v2.9.1 |
1859 | 2024-05-15T02:51:38.694Z | Checking rustls-pemfile v2.1.2 |
1860 | 2024-05-15T02:51:38.896Z | Compiling multer v3.1.0 |
1861 | 2024-05-15T02:51:38.984Z | Checking debug-ignore v1.0.5 |
1862 | 2024-05-15T02:51:39.086Z | Checking toml v0.8.12 |
1863 | 2024-05-15T02:51:39.113Z | Checking slog-json v2.6.1 |
1864 | 2024-05-15T02:51:39.285Z | Compiling async-stream-impl v0.3.5 |
1865 | 2024-05-15T02:51:39.406Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1866 | 2024-05-15T02:51:39.645Z | Checking atomic-waker v1.1.1 |
1867 | 2024-05-15T02:51:39.766Z | Checking waitgroup v0.1.2 |
1868 | 2024-05-15T02:51:39.808Z | Checking slog-bunyan v2.5.0 |
1869 | 2024-05-15T02:51:39.951Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1870 | 2024-05-15T02:51:40.229Z | Checking serde_path_to_error v0.1.16 |
1871 | 2024-05-15T02:51:40.429Z | Checking async-stream v0.3.5 |
1872 | 2024-05-15T02:51:40.592Z | Checking hostname v0.4.0 |
1873 | 2024-05-15T02:51:40.714Z | Checking newtype-uuid v1.1.0 |
1874 | 2024-05-15T02:51:40.739Z | Checking wait-timeout v0.2.0 |
1875 | 2024-05-15T02:51:40.893Z | Compiling structmeta-derive v0.3.0 |
1876 | 2024-05-15T02:51:40.923Z | Checking strum v0.26.2 |
1877 | 2024-05-15T02:51:40.950Z | Checking rusty-fork v0.3.0 |
1878 | 2024-05-15T02:51:41.059Z | Compiling structmeta-derive v0.2.0 |
1879 | 2024-05-15T02:51:41.107Z | Compiling darling_macro v0.20.8 |
1880 | 2024-05-15T02:51:41.181Z | Checking rand_xorshift v0.3.0 |
1881 | 2024-05-15T02:51:41.328Z | Checking unarray v0.1.4 |
1882 | 2024-05-15T02:51:41.458Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1883 | 2024-05-15T02:51:41.734Z | Checking proptest v1.4.0 |
1884 | 2024-05-15T02:51:41.785Z | Checking backoff v0.4.0 |
1885 | 2024-05-15T02:51:41.987Z | Compiling darling v0.20.8 |
1886 | 2024-05-15T02:51:42.030Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1887 | 2024-05-15T02:51:42.094Z | Compiling serde_with_macros v3.7.0 |
1888 | 2024-05-15T02:51:42.180Z | Checking tokio-rustls v0.25.0 |
1889 | 2024-05-15T02:51:42.697Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1890 | 2024-05-15T02:51:42.813Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1891 | 2024-05-15T02:51:43.035Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1892 | 2024-05-15T02:51:43.440Z | Compiling structmeta v0.3.0 |
1893 | 2024-05-15T02:51:43.609Z | Compiling structmeta v0.2.0 |
1894 | 2024-05-15T02:51:43.723Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1895 | 2024-05-15T02:51:43.826Z | Compiling parse-display-derive v0.9.0 |
1896 | 2024-05-15T02:51:43.855Z | Checking macaddr v1.0.1 |
1897 | 2024-05-15T02:51:43.998Z | Compiling test-strategy v0.3.1 |
1898 | 2024-05-15T02:51:44.135Z | Compiling proc-macro-error-attr v1.0.4 |
1899 | 2024-05-15T02:51:44.515Z | Compiling proc-macro-error v1.0.4 |
1900 | 2024-05-15T02:51:44.832Z | Checking serde_with v3.7.0 |
1901 | 2024-05-15T02:51:45.522Z | Checking camino-tempfile v1.1.1 |
1902 | 2024-05-15T02:51:45.613Z | Compiling proc-macro-crate v1.3.1 |
1903 | 2024-05-15T02:51:45.752Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1904 | 2024-05-15T02:51:46.068Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1905 | 2024-05-15T02:51:46.234Z | Compiling foreign-types-macros v0.2.3 |
1906 | 2024-05-15T02:51:46.337Z | Checking foreign-types-shared v0.3.1 |
1907 | 2024-05-15T02:51:46.438Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1908 | 2024-05-15T02:51:46.535Z | Compiling num_enum_derive v0.5.11 |
1909 | 2024-05-15T02:51:46.985Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1910 | 2024-05-15T02:51:47.325Z | Checking foreign-types v0.5.0 |
1911 | 2024-05-15T02:51:47.350Z | Checking cstr-argument v0.1.2 |
1912 | 2024-05-15T02:51:47.441Z | Checking pretty-hex v0.2.1 |
1913 | 2024-05-15T02:51:47.532Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1914 | 2024-05-15T02:51:47.571Z | Checking tabwriter v1.4.0 |
1915 | 2024-05-15T02:51:47.596Z | Checking colored v2.1.0 |
1916 | 2024-05-15T02:51:47.774Z | Checking socket2 v0.4.9 |
1917 | 2024-05-15T02:51:47.799Z | Checking smf v0.2.3 |
1918 | 2024-05-15T02:51:47.842Z | Checking humantime v2.1.0 |
1919 | 2024-05-15T02:51:47.867Z | Checking termcolor v1.2.0 |
1920 | 2024-05-15T02:51:47.928Z | Checking parse-display v0.9.0 |
1921 | 2024-05-15T02:51:48.091Z | Checking arc-swap v1.6.0 |
1922 | 2024-05-15T02:51:48.116Z | Checking xattr v1.0.1 |
1923 | 2024-05-15T02:51:48.146Z | Checking filetime v0.2.23 |
1924 | 2024-05-15T02:51:48.183Z | Checking same-file v1.0.6 |
1925 | 2024-05-15T02:51:48.208Z | Checking utf-8 v0.7.6 |
1926 | 2024-05-15T02:51:48.281Z | Checking newline-converter v0.3.0 |
1927 | 2024-05-15T02:51:48.321Z | Checking tar v0.4.40 |
1928 | 2024-05-15T02:51:48.345Z | Checking walkdir v2.5.0 |
1929 | 2024-05-15T02:51:48.385Z | Checking tungstenite v0.20.1 |
1930 | 2024-05-15T02:51:48.420Z | Checking expectorate v1.1.0 |
1931 | 2024-05-15T02:51:48.467Z | Checking slog-scope v4.4.0 |
1932 | 2024-05-15T02:51:48.558Z | Checking termtree v0.4.1 |
1933 | 2024-05-15T02:51:48.594Z | Compiling heapless v0.8.0 |
1934 | 2024-05-15T02:51:48.648Z | Checking slog-stdlog v4.1.1 |
1935 | 2024-05-15T02:51:48.732Z | Checking predicates-tree v1.0.9 |
1936 | 2024-05-15T02:51:48.803Z | Checking slog-envlogger v2.2.0 |
1937 | 2024-05-15T02:51:48.858Z | Checking num_enum v0.5.11 |
1938 | 2024-05-15T02:51:48.882Z | Checking hash32 v0.3.1 |
1939 | 2024-05-15T02:51:48.973Z | Compiling smoltcp v0.11.0 |
1940 | 2024-05-15T02:51:49.001Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1941 | 2024-05-15T02:51:49.026Z | Checking cobs v0.2.3 |
1942 | 2024-05-15T02:51:49.051Z | Compiling crucible-workspace-hack v0.1.0 |
1943 | 2024-05-15T02:51:49.137Z | Checking tokio-tungstenite v0.20.1 |
1944 | 2024-05-15T02:51:49.246Z | Checking embedded-io v0.4.0 |
1945 | 2024-05-15T02:51:49.282Z | Checking sigpipe v0.1.3 |
1946 | 2024-05-15T02:51:49.396Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1947 | 2024-05-15T02:51:49.435Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1948 | 2024-05-15T02:51:49.435Z | Checking postcard v1.0.8 |
1949 | 2024-05-15T02:51:49.584Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1950 | 2024-05-15T02:51:49.662Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1951 | 2024-05-15T02:51:49.716Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1952 | 2024-05-15T02:51:49.763Z | Checking pem v3.0.4 |
1953 | 2024-05-15T02:51:49.984Z | Checking atty v0.2.14 |
1954 | 2024-05-15T02:51:50.009Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1955 | 2024-05-15T02:51:50.094Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1956 | 2024-05-15T02:51:50.191Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1957 | 2024-05-15T02:51:50.506Z | Compiling num-derive v0.4.0 |
1958 | 2024-05-15T02:51:50.531Z | Compiling mockall_derive v0.12.1 |
1959 | 2024-05-15T02:51:50.556Z | Checking downcast v0.11.0 |
1960 | 2024-05-15T02:51:50.580Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1961 | 2024-05-15T02:51:50.722Z | Checking fragile v2.0.0 |
1962 | 2024-05-15T02:51:50.950Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1963 | 2024-05-15T02:51:51.163Z | Compiling derive-where v1.2.7 |
1964 | 2024-05-15T02:51:51.340Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1965 | 2024-05-15T02:51:51.498Z | Checking env_logger v0.9.3 |
1966 | 2024-05-15T02:51:51.869Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-05-15T02:51:51.956Z | Compiling bitstruct_derive v0.1.0 |
1968 | 2024-05-15T02:51:52.164Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-05-15T02:51:52.280Z | Checking ascii v1.1.0 |
1970 | 2024-05-15T02:51:52.349Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1971 | 2024-05-15T02:51:52.645Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1972 | 2024-05-15T02:51:52.681Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1973 | 2024-05-15T02:51:52.739Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-05-15T02:51:52.884Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1975 | 2024-05-15T02:51:53.096Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-05-15T02:51:53.128Z | Checking bitstruct v0.1.1 |
1977 | 2024-05-15T02:51:53.219Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1978 | 2024-05-15T02:51:53.349Z | Checking erased-serde v0.3.31 |
1979 | 2024-05-15T02:51:53.385Z | Checking serde_arrays v0.1.0 |
1980 | 2024-05-15T02:51:53.444Z | Compiling heck v0.3.3 |
1981 | 2024-05-15T02:51:53.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1982 | 2024-05-15T02:51:53.804Z | Compiling zone_cfg_derive v0.1.2 |
1983 | 2024-05-15T02:51:53.831Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1984 | 2024-05-15T02:51:53.831Z | Checking tungstenite v0.21.0 |
1985 | 2024-05-15T02:51:54.189Z | Checking base64 v0.13.1 |
1986 | 2024-05-15T02:51:54.301Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-05-15T02:51:54.585Z | Checking ron v0.7.1 |
1988 | 2024-05-15T02:51:54.624Z | Checking tokio-tungstenite v0.21.0 |
1989 | 2024-05-15T02:51:54.823Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1990 | 2024-05-15T02:51:54.889Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1991 | 2024-05-15T02:51:55.019Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1992 | 2024-05-15T02:51:55.061Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1993 | 2024-05-15T02:51:55.142Z | Checking zone v0.1.8 |
1994 | 2024-05-15T02:51:55.316Z | Checking headers-core v0.2.0 |
1995 | 2024-05-15T02:51:55.441Z | Checking portpicker v0.1.1 |
1996 | 2024-05-15T02:51:55.542Z | Checking headers v0.3.9 |
1997 | 2024-05-15T02:51:55.570Z | Checking rcgen v0.12.1 |
1998 | 2024-05-15T02:51:55.686Z | Checking atomicwrites v0.4.3 |
1999 | 2024-05-15T02:51:55.849Z | Checking subprocess v0.2.9 |
2000 | 2024-05-15T02:51:56.116Z | Checking linked-hash-map v0.5.6 |
2001 | 2024-05-15T02:51:56.289Z | Checking itertools v0.12.1 |
2002 | 2024-05-15T02:51:56.394Z | Checking lru-cache v0.1.2 |
2003 | 2024-05-15T02:51:56.437Z | Checking password-hash v0.5.0 |
2004 | 2024-05-15T02:51:56.537Z | Checking blake2 v0.10.6 |
2005 | 2024-05-15T02:51:56.564Z | Checking swrite v0.1.0 |
2006 | 2024-05-15T02:51:56.672Z | Compiling rayon-core v1.12.1 |
2007 | 2024-05-15T02:51:56.697Z | Checking resolv-conf v0.7.0 |
2008 | 2024-05-15T02:51:56.828Z | Checking half v2.3.1 |
2009 | 2024-05-15T02:51:56.940Z | Checking argon2 v0.5.3 |
2010 | 2024-05-15T02:51:56.981Z | Checking ciborium-io v0.2.2 |
2011 | 2024-05-15T02:51:57.006Z | Checking trust-dns-resolver v0.22.0 |
2012 | 2024-05-15T02:51:57.075Z | Compiling cancel-safe-futures v0.1.5 |
2013 | 2024-05-15T02:51:57.147Z | Checking mockall v0.12.1 |
2014 | 2024-05-15T02:51:57.236Z | Checking ciborium-ll v0.2.2 |
2015 | 2024-05-15T02:51:57.353Z | Checking bytecount v0.6.3 |
2016 | 2024-05-15T02:51:57.510Z | Checking papergrid v0.11.0 |
2017 | 2024-05-15T02:51:57.535Z | Checking ciborium v0.2.2 |
2018 | 2024-05-15T02:51:57.560Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2019 | 2024-05-15T02:51:57.809Z | Compiling tabled_derive v0.7.0 |
2020 | 2024-05-15T02:51:57.834Z | Compiling slog-dtrace v0.3.0 |
2021 | 2024-05-15T02:51:58.085Z | Compiling semver v0.1.20 |
2022 | 2024-05-15T02:51:58.315Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2023 | 2024-05-15T02:51:58.352Z | Compiling rustc_version v0.1.7 |
2024 | 2024-05-15T02:51:58.466Z | Checking libsw v3.3.1 |
2025 | 2024-05-15T02:51:58.615Z | Checking owo-colors v4.0.0 |
2026 | 2024-05-15T02:51:58.640Z | Checking linear-map v1.2.0 |
2027 | 2024-05-15T02:51:58.728Z | Compiling unicode-xid v0.2.4 |
2028 | 2024-05-15T02:51:58.779Z | Compiling newtype_derive v0.1.6 |
2029 | 2024-05-15T02:51:58.884Z | Compiling radium v0.7.0 |
2030 | 2024-05-15T02:51:58.913Z | Checking num-rational v0.4.2 |
2031 | 2024-05-15T02:51:59.036Z | Checking num-complex v0.4.6 |
2032 | 2024-05-15T02:51:59.271Z | Checking steno v0.4.0 |
2033 | 2024-05-15T02:51:59.354Z | Checking nibble_vec v0.1.0 |
2034 | 2024-05-15T02:51:59.502Z | Compiling maybe-uninit v2.0.0 |
2035 | 2024-05-15T02:51:59.526Z | Checking tap v1.0.1 |
2036 | 2024-05-15T02:51:59.669Z | Checking endian-type v0.1.2 |
2037 | 2024-05-15T02:51:59.844Z | Checking num v0.4.3 |
2038 | 2024-05-15T02:51:59.868Z | Checking radix_trie v0.2.1 |
2039 | 2024-05-15T02:51:59.941Z | Checking wyz v0.5.1 |
2040 | 2024-05-15T02:52:00.029Z | Checking tabled v0.15.0 |
2041 | 2024-05-15T02:52:00.088Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2042 | 2024-05-15T02:52:00.235Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2043 | 2024-05-15T02:52:00.268Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2044 | 2024-05-15T02:52:00.361Z | Checking fxhash v0.2.1 |
2045 | 2024-05-15T02:52:00.513Z | Compiling num-bigint-dig v0.8.4 |
2046 | 2024-05-15T02:52:00.660Z | Compiling packed_struct v0.10.1 |
2047 | 2024-05-15T02:52:00.772Z | Checking funty v2.0.0 |
2048 | 2024-05-15T02:52:01.013Z | Checking crc-catalog v2.2.0 |
2049 | 2024-05-15T02:52:01.148Z | Checking crc v3.0.1 |
2050 | 2024-05-15T02:52:01.349Z | Compiling packed_struct_codegen v0.10.1 |
2051 | 2024-05-15T02:52:01.374Z | Compiling indexmap v1.9.3 |
2052 | 2024-05-15T02:52:01.550Z | Checking bitvec v1.0.1 |
2053 | 2024-05-15T02:52:01.635Z | Checking nodrop v0.1.14 |
2054 | 2024-05-15T02:52:01.696Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2055 | 2024-05-15T02:52:01.769Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2056 | 2024-05-15T02:52:01.769Z | Checking array-init v0.0.4 |
2057 | 2024-05-15T02:52:01.968Z | Checking smallvec v0.6.14 |
2058 | 2024-05-15T02:52:01.993Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2059 | 2024-05-15T02:52:02.390Z | Checking pkcs1 v0.7.5 |
2060 | 2024-05-15T02:52:02.553Z | Checking signature v2.1.0 |
2061 | 2024-05-15T02:52:02.586Z | Checking hashbrown v0.12.3 |
2062 | 2024-05-15T02:52:02.722Z | Checking bitfield v0.14.0 |
2063 | 2024-05-15T02:52:02.748Z | Checking serde-hex v0.1.0 |
2064 | 2024-05-15T02:52:02.944Z | Checking bzip2 v0.4.4 |
2065 | 2024-05-15T02:52:03.184Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2066 | 2024-05-15T02:52:03.405Z | Checking env_logger v0.10.0 |
2067 | 2024-05-15T02:52:03.771Z | Checking x509-cert v0.2.4 |
2068 | 2024-05-15T02:52:03.798Z | Checking ron v0.8.1 |
2069 | 2024-05-15T02:52:03.865Z | Checking hashbrown v0.13.2 |
2070 | 2024-05-15T02:52:03.983Z | Checking rsa v0.9.2 |
2071 | 2024-05-15T02:52:04.008Z | Checking crc-any v2.4.3 |
2072 | 2024-05-15T02:52:04.341Z | Checking zip v0.6.6 |
2073 | 2024-05-15T02:52:04.747Z | Checking object v0.30.4 |
2074 | 2024-05-15T02:52:04.810Z | Checking display-error-chain v0.2.0 |
2075 | 2024-05-15T02:52:04.842Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2076 | 2024-05-15T02:52:04.897Z | Checking path-slash v0.1.5 |
2077 | 2024-05-15T02:52:04.942Z | Compiling convert_case v0.4.0 |
2078 | 2024-05-15T02:52:05.022Z | Compiling async-recursion v1.1.1 |
2079 | 2024-05-15T02:52:05.073Z | Compiling buf-list v1.0.3 |
2080 | 2024-05-15T02:52:05.135Z | Compiling blake3 v1.5.0 |
2081 | 2024-05-15T02:52:05.756Z | Compiling derive_more v0.99.17 |
2082 | 2024-05-15T02:52:05.901Z | Checking maplit v1.0.2 |
2083 | 2024-05-15T02:52:05.930Z | Checking gethostname v0.4.3 |
2084 | 2024-05-15T02:52:05.957Z | Compiling libefi-sys v0.1.0 |
2085 | 2024-05-15T02:52:06.014Z | Compiling parking_lot_core v0.8.6 |
2086 | 2024-05-15T02:52:06.069Z | Compiling pin-project-internal v1.1.3 |
2087 | 2024-05-15T02:52:06.240Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2088 | 2024-05-15T02:52:06.643Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2089 | 2024-05-15T02:52:06.668Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2090 | 2024-05-15T02:52:06.725Z | Compiling crossbeam-deque v0.8.3 |
2091 | 2024-05-15T02:52:06.977Z | Checking keccak v0.1.4 |
2092 | 2024-05-15T02:52:07.010Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2093 | 2024-05-15T02:52:07.136Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2094 | 2024-05-15T02:52:07.241Z | Checking sha3 v0.10.8 |
2095 | 2024-05-15T02:52:08.156Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2096 | 2024-05-15T02:52:08.357Z | Checking parking_lot v0.11.2 |
2097 | 2024-05-15T02:52:08.436Z | Checking trust-dns-client v0.22.0 |
2098 | 2024-05-15T02:52:08.615Z | Checking pin-project v1.1.3 |
2099 | 2024-05-15T02:52:08.665Z | Compiling synstructure v0.12.6 |
2100 | 2024-05-15T02:52:08.729Z | Checking toml v0.5.11 |
2101 | 2024-05-15T02:52:08.955Z | Checking secrecy v0.8.0 |
2102 | 2024-05-15T02:52:09.137Z | Checking sled v0.34.7 |
2103 | 2024-05-15T02:52:09.480Z | Compiling rayon v1.10.0 |
2104 | 2024-05-15T02:52:09.945Z | Checking trust-dns-server v0.22.1 |
2105 | 2024-05-15T02:52:10.232Z | Compiling zerocopy-derive v0.2.0 |
2106 | 2024-05-15T02:52:10.880Z | Compiling memmap2 v0.7.1 |
2107 | 2024-05-15T02:52:11.472Z | Compiling arrayref v0.3.7 |
2108 | 2024-05-15T02:52:11.524Z | Compiling arrayvec v0.7.4 |
2109 | 2024-05-15T02:52:11.572Z | Compiling home v0.5.5 |
2110 | 2024-05-15T02:52:11.801Z | Compiling constant_time_eq v0.3.0 |
2111 | 2024-05-15T02:52:11.874Z | Compiling toolchain_find v0.4.0 |
2112 | 2024-05-15T02:52:12.384Z | Compiling vte_generate_state_changes v0.1.1 |
2113 | 2024-05-15T02:52:12.466Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2114 | 2024-05-15T02:52:12.675Z | Compiling topological-sort v0.2.2 |
2115 | 2024-05-15T02:52:12.725Z | Checking fd-lock v4.0.2 |
2116 | 2024-05-15T02:52:12.867Z | Checking glob v0.3.1 |
2117 | 2024-05-15T02:52:12.949Z | Checking vte v0.11.1 |
2118 | 2024-05-15T02:52:13.406Z | Compiling rustfmt-wrapper v0.2.1 |
2119 | 2024-05-15T02:52:13.702Z | Compiling omicron-zone-package v0.11.0 |
2120 | 2024-05-15T02:52:13.726Z | Compiling snafu-derive v0.8.2 |
2121 | 2024-05-15T02:52:13.806Z | Compiling usdt-impl v0.3.5 |
2122 | 2024-05-15T02:52:13.872Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2123 | 2024-05-15T02:52:14.011Z | Checking strip-ansi-escapes v0.2.0 |
2124 | 2024-05-15T02:52:14.110Z | Checking nu-ansi-term v0.50.0 |
2125 | 2024-05-15T02:52:14.206Z | Compiling zerocopy v0.3.0 |
2126 | 2024-05-15T02:52:14.334Z | Checking globset v0.4.13 |
2127 | 2024-05-15T02:52:14.494Z | Checking reedline v0.31.0 |
2128 | 2024-05-15T02:52:14.519Z | Checking olpc-cjson v0.1.3 |
2129 | 2024-05-15T02:52:14.693Z | Checking serde_plain v1.0.2 |
2130 | 2024-05-15T02:52:14.725Z | Compiling platforms v3.0.2 |
2131 | 2024-05-15T02:52:14.842Z | Checking typed-path v0.7.0 |
2132 | 2024-05-15T02:52:14.904Z | Compiling prettyplease v0.2.20 |
2133 | 2024-05-15T02:52:15.031Z | Compiling dof v0.1.5 |
2134 | 2024-05-15T02:52:15.160Z | Compiling dtrace-parser v0.1.14 |
2135 | 2024-05-15T02:52:15.621Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2136 | 2024-05-15T02:52:15.746Z | Checking parse-size v1.0.0 |
2137 | 2024-05-15T02:52:16.765Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2138 | 2024-05-15T02:52:16.972Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2139 | 2024-05-15T02:52:16.996Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2140 | 2024-05-15T02:52:17.059Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2141 | 2024-05-15T02:52:17.305Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2142 | 2024-05-15T02:52:17.814Z | Compiling serde_tokenstream v0.1.7 |
2143 | 2024-05-15T02:52:18.076Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2144 | 2024-05-15T02:52:18.488Z | Compiling memoffset v0.7.1 |
2145 | 2024-05-15T02:52:18.567Z | Checking snafu v0.8.2 |
2146 | 2024-05-15T02:52:18.765Z | Compiling crunchy v0.2.2 |
2147 | 2024-05-15T02:52:18.981Z | Checking tough v0.17.1 |
2148 | 2024-05-15T02:52:19.005Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2149 | 2024-05-15T02:52:19.265Z | Compiling curve25519-dalek v4.1.2 |
2150 | 2024-05-15T02:52:19.600Z | Compiling clang-sys v1.6.1 |
2151 | 2024-05-15T02:52:19.979Z | Compiling unicase v2.7.0 |
2152 | 2024-05-15T02:52:20.166Z | Compiling tiny-keccak v2.0.2 |
2153 | 2024-05-15T02:52:20.462Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2154 | 2024-05-15T02:52:20.809Z | Compiling usdt-attr-macro v0.3.5 |
2155 | 2024-05-15T02:52:20.898Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2156 | 2024-05-15T02:52:21.011Z | Compiling usdt-macro v0.3.5 |
2157 | 2024-05-15T02:52:21.988Z | Checking universal-hash v0.5.1 |
2158 | 2024-05-15T02:52:22.084Z | Compiling thiserror-impl-no-std v2.0.2 |
2159 | 2024-05-15T02:52:22.152Z | Compiling curve25519-dalek-derive v0.1.0 |
2160 | 2024-05-15T02:52:22.177Z | Checking nanorand v0.7.0 |
2161 | 2024-05-15T02:52:22.177Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2162 | 2024-05-15T02:52:22.307Z | Compiling salty v0.2.0 |
2163 | 2024-05-15T02:52:22.475Z | Compiling cfg_aliases v0.1.1 |
2164 | 2024-05-15T02:52:22.528Z | Checking opaque-debug v0.3.0 |
2165 | 2024-05-15T02:52:22.584Z | Checking signature v1.6.4 |
2166 | 2024-05-15T02:52:22.610Z | Checking poly1305 v0.8.0 |
2167 | 2024-05-15T02:52:22.704Z | Checking ed25519 v1.5.3 |
2168 | 2024-05-15T02:52:22.832Z | Compiling nix v0.28.0 |
2169 | 2024-05-15T02:52:22.859Z | Checking flume v0.11.0 |
2170 | 2024-05-15T02:52:22.994Z | Checking usdt v0.3.5 |
2171 | 2024-05-15T02:52:23.035Z | Compiling ascii-canvas v3.0.0 |
2172 | 2024-05-15T02:52:23.277Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2173 | 2024-05-15T02:52:23.524Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2174 | 2024-05-15T02:52:23.734Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2175 | 2024-05-15T02:52:23.996Z | Checking chacha20 v0.9.1 |
2176 | 2024-05-15T02:52:24.021Z | Checking aead v0.5.2 |
2177 | 2024-05-15T02:52:24.341Z | Checking serde-big-array v0.5.1 |
2178 | 2024-05-15T02:52:24.366Z | Checking kstat-rs v0.2.3 |
2179 | 2024-05-15T02:52:24.531Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2180 | 2024-05-15T02:52:24.639Z | Compiling ena v0.14.2 |
2181 | 2024-05-15T02:52:24.872Z | Checking thiserror-no-std v2.0.2 |
2182 | 2024-05-15T02:52:24.972Z | Compiling libloading v0.7.4 |
2183 | 2024-05-15T02:52:25.060Z | Compiling regex-syntax v0.6.29 |
2184 | 2024-05-15T02:52:25.181Z | Compiling bindgen v0.69.2 |
2185 | 2024-05-15T02:52:25.286Z | Compiling diff v0.1.13 |
2186 | 2024-05-15T02:52:25.341Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2187 | 2024-05-15T02:52:25.792Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2188 | 2024-05-15T02:52:25.865Z | Checking vsss-rs v3.3.4 |
2189 | 2024-05-15T02:52:26.134Z | Checking chacha20poly1305 v0.10.1 |
2190 | 2024-05-15T02:52:26.766Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2191 | 2024-05-15T02:52:27.585Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2192 | 2024-05-15T02:52:27.803Z | Compiling lalrpop v0.19.12 |
2193 | 2024-05-15T02:52:27.886Z | Checking signal-hook-tokio v0.3.1 |
2194 | 2024-05-15T02:52:28.038Z | Compiling cexpr v0.6.0 |
2195 | 2024-05-15T02:52:28.452Z | Checking serde-big-array v0.4.1 |
2196 | 2024-05-15T02:52:28.596Z | Compiling which v4.4.0 |
2197 | 2024-05-15T02:52:29.133Z | Compiling rustc-hash v1.1.0 |
2198 | 2024-05-15T02:52:29.301Z | Compiling peeking_take_while v0.1.2 |
2199 | 2024-05-15T02:52:29.419Z | Compiling shlex v1.3.0 |
2200 | 2024-05-15T02:52:29.451Z | Compiling lazycell v1.3.0 |
2201 | 2024-05-15T02:52:29.484Z | Compiling ref-cast v1.0.23 |
2202 | 2024-05-15T02:52:29.624Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2203 | 2024-05-15T02:52:29.962Z | Compiling mime_guess v2.0.4 |
2204 | 2024-05-15T02:52:30.513Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2205 | 2024-05-15T02:52:31.154Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2206 | 2024-05-15T02:52:31.408Z | Compiling derive_builder_core v0.20.0 |
2207 | 2024-05-15T02:52:31.635Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2208 | 2024-05-15T02:52:32.192Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2209 | 2024-05-15T02:52:33.410Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2210 | 2024-05-15T02:52:33.887Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2211 | 2024-05-15T02:52:33.912Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2212 | 2024-05-15T02:52:35.424Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2213 | 2024-05-15T02:52:36.163Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2214 | 2024-05-15T02:52:36.765Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2215 | 2024-05-15T02:52:36.871Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2216 | 2024-05-15T02:52:37.211Z | Compiling peg-macros v0.8.3 |
2217 | 2024-05-15T02:52:37.417Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2218 | 2024-05-15T02:52:38.689Z | Compiling ref-cast-impl v1.0.23 |
2219 | 2024-05-15T02:52:38.924Z | Compiling sqlparser_derive v0.2.2 |
2220 | 2024-05-15T02:52:39.668Z | Compiling libxml v0.3.3 |
2221 | 2024-05-15T02:52:39.842Z | Checking unicode_categories v0.1.1 |
2222 | 2024-05-15T02:52:40.101Z | Checking corncobs v0.1.3 |
2223 | 2024-05-15T02:52:40.126Z | Checking rustyline v14.0.0 |
2224 | 2024-05-15T02:52:40.206Z | Checking peg v0.8.3 |
2225 | 2024-05-15T02:52:40.276Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2226 | 2024-05-15T02:52:40.303Z | Checking sqlformat v0.2.3 |
2227 | 2024-05-15T02:52:40.476Z | Checking sqlparser v0.45.0 |
2228 | 2024-05-15T02:52:41.514Z | Compiling derive_builder_macro v0.20.0 |
2229 | 2024-05-15T02:52:41.569Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2230 | 2024-05-15T02:52:41.963Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2231 | 2024-05-15T02:52:42.488Z | Checking bcs v0.1.6 |
2232 | 2024-05-15T02:52:42.667Z | Compiling strum_macros v0.24.3 |
2233 | 2024-05-15T02:52:42.898Z | Compiling cookie v0.18.1 |
2234 | 2024-05-15T02:52:43.153Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2235 | 2024-05-15T02:52:43.190Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2236 | 2024-05-15T02:52:43.415Z | Compiling indoc v1.0.9 |
2237 | 2024-05-15T02:52:44.298Z | Checking highway v1.1.0 |
2238 | 2024-05-15T02:52:45.299Z | Checking derive_builder v0.20.0 |
2239 | 2024-05-15T02:52:45.468Z | Compiling const_format_proc_macros v0.2.32 |
2240 | 2024-05-15T02:52:45.883Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2241 | 2024-05-15T02:52:46.140Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2242 | 2024-05-15T02:52:46.364Z | Checking bb8 v0.8.3 |
2243 | 2024-05-15T02:52:46.690Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2244 | 2024-05-15T02:52:46.738Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2245 | 2024-05-15T02:52:46.798Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2246 | 2024-05-15T02:52:47.368Z | Checking quick-xml v0.31.0 |
2247 | 2024-05-15T02:52:47.434Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2248 | 2024-05-15T02:52:47.950Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2249 | 2024-05-15T02:52:48.183Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2250 | 2024-05-15T02:52:48.888Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2251 | 2024-05-15T02:52:49.074Z | Compiling impl-trait-for-tuples v0.2.2 |
2252 | 2024-05-15T02:52:51.122Z | Compiling oso-derive v0.27.3 |
2253 | 2024-05-15T02:52:51.412Z | Checking http-range v0.1.5 |
2254 | 2024-05-15T02:52:51.437Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2255 | 2024-05-15T02:52:51.572Z | Checking hyper-staticfile v0.9.5 |
2256 | 2024-05-15T02:52:51.950Z | Checking const_format v0.2.32 |
2257 | 2024-05-15T02:52:52.039Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2258 | 2024-05-15T02:52:52.348Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2259 | 2024-05-15T02:52:53.221Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2260 | 2024-05-15T02:52:53.326Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2261 | 2024-05-15T02:52:54.303Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2262 | 2024-05-15T02:52:55.653Z | Checking assert_matches v1.5.0 |
2263 | 2024-05-15T02:52:55.686Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2264 | 2024-05-15T02:52:55.747Z | Checking rand_seeder v0.2.3 |
2265 | 2024-05-15T02:52:55.805Z | Compiling portable-atomic v1.4.3 |
2266 | 2024-05-15T02:52:55.949Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2267 | 2024-05-15T02:52:56.135Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2268 | 2024-05-15T02:52:56.425Z | Checking number_prefix v0.4.0 |
2269 | 2024-05-15T02:52:56.596Z | Checking castaway v0.2.2 |
2270 | 2024-05-15T02:52:56.767Z | Checking compact_str v0.7.1 |
2271 | 2024-05-15T02:52:57.258Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2272 | 2024-05-15T02:52:57.350Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2273 | 2024-05-15T02:52:57.528Z | Checking indicatif v0.17.8 |
2274 | 2024-05-15T02:52:57.553Z | Checking lru v0.12.1 |
2275 | 2024-05-15T02:52:57.623Z | Compiling stability v0.2.0 |
2276 | 2024-05-15T02:52:57.795Z | Compiling indoc v2.0.3 |
2277 | 2024-05-15T02:52:58.102Z | Checking cassowary v0.3.0 |
2278 | 2024-05-15T02:52:58.219Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2279 | 2024-05-15T02:52:58.438Z | Checking smawk v0.3.1 |
2280 | 2024-05-15T02:52:58.475Z | Checking unicode-linebreak v0.1.5 |
2281 | 2024-05-15T02:52:58.615Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2282 | 2024-05-15T02:52:58.717Z | Checking ratatui v0.26.2 |
2283 | 2024-05-15T02:52:58.805Z | Checking textwrap v0.16.1 |
2284 | 2024-05-15T02:52:58.883Z | Checking is_ci v1.2.0 |
2285 | 2024-05-15T02:52:59.016Z | Checking supports-color v3.0.0 |
2286 | 2024-05-15T02:52:59.192Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2287 | 2024-05-15T02:52:59.217Z | Checking fatfs v0.3.6 |
2288 | 2024-05-15T02:53:00.025Z | Checking shell-words v1.1.0 |
2289 | 2024-05-15T02:53:00.172Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2290 | 2024-05-15T02:53:00.488Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2291 | 2024-05-15T02:53:00.574Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2292 | 2024-05-15T02:53:00.866Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2293 | 2024-05-15T02:53:00.971Z | Checking rtoolbox v0.0.1 |
2294 | 2024-05-15T02:53:01.137Z | Checking tui-tree-widget v0.19.0 |
2295 | 2024-05-15T02:53:01.163Z | Checking rpassword v7.3.1 |
2296 | 2024-05-15T02:53:01.289Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2297 | 2024-05-15T02:53:01.395Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2298 | 2024-05-15T02:53:01.604Z | Checking yansi v0.5.1 |
2299 | 2024-05-15T02:53:01.856Z | Checking pretty_assertions v1.4.0 |
2300 | 2024-05-15T02:53:02.332Z | Compiling target-lexicon v0.12.13 |
2301 | 2024-05-15T02:53:02.463Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2302 | 2024-05-15T02:53:02.576Z | Checking cargo-platform v0.1.3 |
2303 | 2024-05-15T02:53:02.822Z | Compiling doc-comment v0.3.3 |
2304 | 2024-05-15T02:53:03.242Z | Compiling guppy-workspace-hack v0.1.0 |
2305 | 2024-05-15T02:53:03.292Z | Checking plotters-backend v0.3.5 |
2306 | 2024-05-15T02:53:03.624Z | Checking plotters-svg v0.3.5 |
2307 | 2024-05-15T02:53:03.754Z | Checking cargo_metadata v0.18.1 |
2308 | 2024-05-15T02:53:03.820Z | Checking http-body v1.0.0 |
2309 | 2024-05-15T02:53:04.000Z | Compiling assert_cmd v2.0.14 |
2310 | 2024-05-15T02:53:04.037Z | Checking cast v0.3.0 |
2311 | 2024-05-15T02:53:04.325Z | Checking tower-layer v0.3.2 |
2312 | 2024-05-15T02:53:04.356Z | Compiling target-spec v3.1.0 |
2313 | 2024-05-15T02:53:04.549Z | Checking tower v0.4.13 |
2314 | 2024-05-15T02:53:04.857Z | Checking criterion-plot v0.5.0 |
2315 | 2024-05-15T02:53:05.077Z | Checking cfg-expr v0.15.6 |
2316 | 2024-05-15T02:53:05.243Z | Checking hyper v1.1.0 |
2317 | 2024-05-15T02:53:05.313Z | Checking plotters v0.3.5 |
2318 | 2024-05-15T02:53:05.981Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2319 | 2024-05-15T02:53:06.323Z | Checking tinytemplate v1.2.1 |
2320 | 2024-05-15T02:53:06.824Z | Checking anes v0.1.6 |
2321 | 2024-05-15T02:53:06.851Z | Checking oorandom v11.1.3 |
2322 | 2024-05-15T02:53:07.007Z | Checking hyper-util v0.1.2 |
2323 | 2024-05-15T02:53:07.171Z | Checking criterion v0.5.1 |
2324 | 2024-05-15T02:53:08.190Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2325 | 2024-05-15T02:53:08.279Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2326 | 2024-05-15T02:53:08.920Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2327 | 2024-05-15T02:53:09.498Z | Checking rustls-native-certs v0.7.0 |
2328 | 2024-05-15T02:53:09.633Z | Checking httptest v0.15.5 |
2329 | 2024-05-15T02:53:10.188Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2330 | 2024-05-15T02:53:10.279Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2331 | 2024-05-15T02:53:11.124Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2332 | 2024-05-15T02:53:12.012Z | Checking pathdiff v0.2.1 |
2333 | 2024-05-15T02:53:12.141Z | Checking nested v0.1.1 |
2334 | 2024-05-15T02:53:12.346Z | Checking guppy v0.17.5 |
2335 | 2024-05-15T02:53:13.916Z | Checking hyper-rustls v0.26.0 |
2336 | 2024-05-15T02:53:14.135Z | Checking escape8259 v0.5.2 |
2337 | 2024-05-15T02:53:14.189Z | Checking threadpool v1.8.1 |
2338 | 2024-05-15T02:53:14.222Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2339 | 2024-05-15T02:53:14.317Z | Checking similar-asserts v1.5.0 |
2340 | 2024-05-15T02:53:14.368Z | Checking libtest-mimic v0.7.2 |
2341 | 2024-05-15T02:53:14.517Z | Checking fancy-regex v0.13.0 |
2342 | 2024-05-15T02:53:14.741Z | Compiling rstest_macros v0.19.0 |
2343 | 2024-05-15T02:53:15.134Z | Checking datatest-stable v0.2.9 |
2344 | 2024-05-15T02:53:15.293Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2345 | 2024-05-15T02:53:15.379Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2346 | 2024-05-15T02:53:15.636Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2347 | 2024-05-15T02:53:15.876Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2348 | 2024-05-15T02:53:16.312Z | Checking csv-core v0.1.11 |
2349 | 2024-05-15T02:53:16.596Z | Checking constant_time_eq v0.2.6 |
2350 | 2024-05-15T02:53:16.621Z | Compiling relative-path v1.9.0 |
2351 | 2024-05-15T02:53:16.720Z | Compiling trybuild v1.0.91 |
2352 | 2024-05-15T02:53:16.765Z | Checking blake2b_simd v1.0.1 |
2353 | 2024-05-15T02:53:17.087Z | Checking csv v1.3.0 |
2354 | 2024-05-15T02:53:17.512Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2355 | 2024-05-15T02:53:17.801Z | Checking multimap v0.10.0 |
2356 | 2024-05-15T02:53:18.049Z | Checking futures-timer v3.0.2 |
2357 | 2024-05-15T02:53:18.320Z | Checking rust-argon2 v2.1.0 |
2358 | 2024-05-15T02:53:19.945Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2359 | 2024-05-15T02:53:21.677Z | Checking partial-io v0.5.4 |
2360 | 2024-05-15T02:53:22.004Z | Checking approx v0.5.1 |
2361 | 2024-05-15T02:53:22.210Z | Checking uzers v0.11.3 |
2362 | 2024-05-15T02:53:22.517Z | Checking termios v0.3.3 |
2363 | 2024-05-15T02:53:22.707Z | Checking hex-literal v0.4.1 |
2364 | 2024-05-15T02:53:25.080Z | Checking rstest v0.19.0 |
2365 | 2024-05-15T02:53:26.364Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2366 | 2024-05-15T02:53:27.914Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2367 | 2024-05-15T02:53:35.475Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2368 | 2024-05-15T02:53:42.832Z | Compiling samael v0.0.15 |
2369 | 2024-05-15T02:54:03.266Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2370 | 2024-05-15T02:54:03.918Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2371 | 2024-05-15T02:54:21.303Z | Compiling polar-core v0.27.3 |
2372 | 2024-05-15T02:54:30.596Z | Checking oso v0.27.3 |
2373 | 2024-05-15T02:55:08.352Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2374 | 2024-05-15T02:55:08.352Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2375 | 2024-05-15T02:55:08.352Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2376 | 2024-05-15T02:56:39.469Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 34s |
2377 | 2024-05-15T02:56:39.689Z | |
2378 | 2024-05-15T02:56:39.714Z | real 7:28.634175666 |
2379 | 2024-05-15T02:56:39.714Z | user 33:30.764107628 |
2380 | 2024-05-15T02:56:39.714Z | sys 6:18.280067368 |
2381 | 2024-05-15T02:56:39.714Z | trap 0.997788151 |
2382 | 2024-05-15T02:56:39.714Z | tflt 0.532714401 |
2383 | 2024-05-15T02:56:39.714Z | dflt 1.686318131 |
2384 | 2024-05-15T02:56:39.714Z | kflt 0.003027933 |
2385 | 2024-05-15T02:56:39.714Z | lock 51:15.859834332 |
2386 | 2024-05-15T02:56:39.714Z | slp 1:41:16.483465272 |
2387 | 2024-05-15T02:56:39.714Z | lat 1:50.187780824 |
2388 | 2024-05-15T02:56:39.714Z | stop 4:52.725211639 |
2389 | 2024-05-15T02:56:40.888Z | warning: output filename collision. |
2390 | 2024-05-15T02:56:40.888Z | 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-15T02:56:40.888Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2392 | 2024-05-15T02:56:40.888Z | The targets should have unique names. |
2393 | 2024-05-15T02:56:40.888Z | This is a known bug where multiple crates with the same name use |
2394 | 2024-05-15T02:56:40.888Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2395 | 2024-05-15T02:56:40.888Z | warning: output filename collision. |
2396 | 2024-05-15T02:56:40.888Z | 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-15T02:56:40.888Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2398 | 2024-05-15T02:56:40.888Z | The targets should have unique names. |
2399 | 2024-05-15T02:56:40.889Z | This is a known bug where multiple crates with the same name use |
2400 | 2024-05-15T02:56:40.889Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2401 | 2024-05-15T02:56:40.914Z | warning: output filename collision. |
2402 | 2024-05-15T02:56:40.915Z | 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-15T02:56:40.915Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2404 | 2024-05-15T02:56:40.915Z | The targets should have unique names. |
2405 | 2024-05-15T02:56:40.915Z | This is a known bug where multiple crates with the same name use |
2406 | 2024-05-15T02:56:40.915Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2407 | 2024-05-15T02:56:40.915Z | warning: output filename collision. |
2408 | 2024-05-15T02:56:40.915Z | 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-15T02:56:40.915Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2410 | 2024-05-15T02:56:40.915Z | The targets should have unique names. |
2411 | 2024-05-15T02:56:40.915Z | This is a known bug where multiple crates with the same name use |
2412 | 2024-05-15T02:56:40.915Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2413 | 2024-05-15T02:56:40.915Z | warning: output filename collision. |
2414 | 2024-05-15T02:56:40.915Z | 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-15T02:56:40.915Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2416 | 2024-05-15T02:56:40.915Z | The targets should have unique names. |
2417 | 2024-05-15T02:56:40.915Z | This is a known bug where multiple crates with the same name use |
2418 | 2024-05-15T02:56:40.915Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2419 | 2024-05-15T02:56:40.915Z | warning: output filename collision. |
2420 | 2024-05-15T02:56:40.915Z | 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-15T02:56:40.915Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2422 | 2024-05-15T02:56:40.915Z | The targets should have unique names. |
2423 | 2024-05-15T02:56:40.915Z | This is a known bug where multiple crates with the same name use |
2424 | 2024-05-15T02:56:40.916Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2425 | 2024-05-15T02:56:40.916Z | warning: output filename collision. |
2426 | 2024-05-15T02:56:40.916Z | 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-15T02:56:40.916Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2428 | 2024-05-15T02:56:40.916Z | The targets should have unique names. |
2429 | 2024-05-15T02:56:40.916Z | This is a known bug where multiple crates with the same name use |
2430 | 2024-05-15T02:56:40.916Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2431 | 2024-05-15T02:56:40.916Z | warning: output filename collision. |
2432 | 2024-05-15T02:56:40.916Z | 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-15T02:56:40.916Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2434 | 2024-05-15T02:56:40.916Z | The targets should have unique names. |
2435 | 2024-05-15T02:56:40.916Z | This is a known bug where multiple crates with the same name use |
2436 | 2024-05-15T02:56:40.916Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2437 | 2024-05-15T02:56:40.916Z | warning: output filename collision. |
2438 | 2024-05-15T02:56:40.916Z | 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-15T02:56:40.916Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2440 | 2024-05-15T02:56:40.916Z | The targets should have unique names. |
2441 | 2024-05-15T02:56:40.916Z | This is a known bug where multiple crates with the same name use |
2442 | 2024-05-15T02:56:40.916Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2443 | 2024-05-15T02:56:41.550Z | Documenting libc v0.2.153 |
2444 | 2024-05-15T02:56:41.586Z | Documenting cfg-if v1.0.0 |
2445 | 2024-05-15T02:56:41.586Z | Documenting serde_derive v1.0.201 |
2446 | 2024-05-15T02:56:42.083Z | Documenting log v0.4.21 |
2447 | 2024-05-15T02:56:42.083Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2448 | 2024-05-15T02:56:42.083Z | Documenting memchr v2.7.1 |
2449 | 2024-05-15T02:56:42.083Z | Documenting byteorder v1.5.0 |
2450 | 2024-05-15T02:56:42.083Z | Documenting smallvec v1.13.1 |
2451 | 2024-05-15T02:56:42.084Z | Documenting scopeguard v1.2.0 |
2452 | 2024-05-15T02:56:44.167Z | Documenting itoa v1.0.9 |
2453 | 2024-05-15T02:56:44.667Z | Documenting pin-project-lite v0.2.13 |
2454 | 2024-05-15T02:56:45.341Z | Documenting once_cell v1.19.0 |
2455 | 2024-05-15T02:56:45.442Z | Documenting libm v0.2.7 |
2456 | 2024-05-15T02:56:45.497Z | Documenting getrandom v0.2.12 |
2457 | 2024-05-15T02:56:45.630Z | Documenting lock_api v0.4.10 |
2458 | 2024-05-15T02:56:45.769Z | Documenting parking_lot_core v0.9.8 |
2459 | 2024-05-15T02:56:46.703Z | Documenting signal-hook-registry v1.4.1 |
2460 | 2024-05-15T02:56:47.211Z | Documenting mio v0.8.11 |
2461 | 2024-05-15T02:56:47.697Z | Documenting serde v1.0.201 |
2462 | 2024-05-15T02:56:48.542Z | Documenting num-traits v0.2.19 |
2463 | 2024-05-15T02:56:48.978Z | Documenting thiserror-impl v1.0.59 |
2464 | 2024-05-15T02:56:49.566Z | Documenting rand_core v0.6.4 |
2465 | 2024-05-15T02:56:49.591Z | Documenting zeroize_derive v1.4.2 |
2466 | 2024-05-15T02:56:49.629Z | Documenting parking_lot v0.12.1 |
2467 | 2024-05-15T02:56:50.936Z | Documenting futures-core v0.3.30 |
2468 | 2024-05-15T02:56:51.298Z | Documenting ryu v1.0.15 |
2469 | 2024-05-15T02:56:53.019Z | Documenting socket2 v0.5.6 |
2470 | 2024-05-15T02:56:53.520Z | Documenting num_cpus v1.16.0 |
2471 | 2024-05-15T02:56:53.603Z | Documenting tokio-macros v2.2.0 |
2472 | 2024-05-15T02:56:53.850Z | Documenting thiserror v1.0.59 |
2473 | 2024-05-15T02:56:53.910Z | Documenting zerocopy v0.7.32 |
2474 | 2024-05-15T02:56:54.124Z | Documenting zeroize v1.7.0 |
2475 | 2024-05-15T02:56:54.706Z | Documenting futures-sink v0.3.30 |
2476 | 2024-05-15T02:56:57.287Z | Documenting typenum v1.16.0 |
2477 | 2024-05-15T02:56:59.111Z | Documenting subtle v2.5.0 |
2478 | 2024-05-15T02:56:59.143Z | Documenting pin-utils v0.1.0 |
2479 | 2024-05-15T02:56:59.174Z | Documenting slab v0.4.9 |
2480 | 2024-05-15T02:56:59.253Z | Documenting futures-channel v0.3.30 |
2481 | 2024-05-15T02:56:59.278Z | Documenting futures-macro v0.3.30 |
2482 | 2024-05-15T02:57:00.565Z | Documenting futures-task v0.3.30 |
2483 | 2024-05-15T02:57:07.216Z | Documenting bytes v1.6.0 |
2484 | 2024-05-15T02:57:11.306Z | Documenting bitflags v2.4.2 |
2485 | 2024-05-15T02:57:11.331Z | Documenting serde_json v1.0.116 |
2486 | 2024-05-15T02:57:11.366Z | Documenting iana-time-zone v0.1.57 |
2487 | 2024-05-15T02:57:11.422Z | Documenting futures-io v0.3.30 |
2488 | 2024-05-15T02:57:11.448Z | Documenting uuid v1.8.0 |
2489 | 2024-05-15T02:57:11.537Z | Documenting ahash v0.8.8 |
2490 | 2024-05-15T02:57:11.700Z | Documenting tokio v1.37.0 |
2491 | 2024-05-15T02:57:12.849Z | Documenting generic-array v0.14.7 |
2492 | 2024-05-15T02:57:15.440Z | Documenting chrono v0.4.38 |
2493 | 2024-05-15T02:57:15.522Z | Documenting allocator-api2 v0.2.16 |
2494 | 2024-05-15T02:57:15.658Z | Documenting futures-util v0.3.30 |
2495 | 2024-05-15T02:57:16.016Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2496 | 2024-05-15T02:57:16.145Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2497 | 2024-05-15T02:57:16.215Z | Documenting tinyvec_macros v0.1.1 |
2498 | 2024-05-15T02:57:16.561Z | Documenting const-oid v0.9.6 |
2499 | 2024-05-15T02:57:16.851Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2500 | 2024-05-15T02:57:17.217Z | Documenting crypto-common v0.1.6 |
2501 | 2024-05-15T02:57:18.509Z | Documenting hashbrown v0.14.3 |
2502 | 2024-05-15T02:57:18.810Z | Documenting tinyvec v1.6.0 |
2503 | 2024-05-15T02:57:21.061Z | Documenting tracing-core v0.1.32 |
2504 | 2024-05-15T02:57:21.571Z | Checking serde_derive_internals v0.29.0 |
2505 | 2024-05-15T02:57:21.678Z | Documenting tracing-attributes v0.1.27 |
2506 | 2024-05-15T02:57:22.027Z | Documenting serde_derive_internals v0.29.0 |
2507 | 2024-05-15T02:57:22.061Z | Documenting dyn-clone v1.0.17 |
2508 | 2024-05-15T02:57:22.086Z | Documenting unicode-normalization v0.1.22 |
2509 | 2024-05-15T02:57:23.999Z | Documenting ppv-lite86 v0.2.17 |
2510 | 2024-05-15T02:57:24.229Z | Documenting unicode-bidi v0.3.15 |
2511 | 2024-05-15T02:57:24.444Z | Documenting lazy_static v1.4.0 |
2512 | 2024-05-15T02:57:25.018Z | Documenting percent-encoding v2.3.1 |
2513 | 2024-05-15T02:57:26.404Z | Documenting block-buffer v0.10.4 |
2514 | 2024-05-15T02:57:27.052Z | Documenting equivalent v1.0.1 |
2515 | 2024-05-15T02:57:27.077Z | Documenting rand_chacha v0.3.1 |
2516 | 2024-05-15T02:57:27.212Z | Documenting fnv v1.0.7 |
2517 | 2024-05-15T02:57:27.524Z | Documenting schemars_derive v0.8.17 |
2518 | 2024-05-15T02:57:28.464Z | Documenting powerfmt v0.2.0 |
2519 | 2024-05-15T02:57:28.765Z | Documenting form_urlencoded v1.2.1 |
2520 | 2024-05-15T02:57:30.889Z | Documenting indexmap v2.2.6 |
2521 | 2024-05-15T02:57:31.072Z | Documenting digest v0.10.7 |
2522 | 2024-05-15T02:57:31.548Z | Documenting time-macros v0.2.17 |
2523 | 2024-05-15T02:57:31.592Z | Documenting deranged v0.3.11 |
2524 | 2024-05-15T02:57:31.592Z | Documenting rand v0.8.5 |
2525 | 2024-05-15T02:57:32.303Z | Documenting unicode-width v0.1.11 |
2526 | 2024-05-15T02:57:32.741Z | Documenting schemars v0.8.17 |
2527 | 2024-05-15T02:57:35.029Z | Documenting time-core v0.1.2 |
2528 | 2024-05-15T02:57:35.481Z | Documenting num-conv v0.1.0 |
2529 | 2024-05-15T02:57:35.839Z | Documenting num_threads v0.1.6 |
2530 | 2024-05-15T02:57:36.131Z | Documenting idna v0.5.0 |
2531 | 2024-05-15T02:57:36.328Z | Documenting errno v0.3.8 |
2532 | 2024-05-15T02:57:37.492Z | Documenting tracing v0.1.40 |
2533 | 2024-05-15T02:57:46.315Z | Documenting unicode-ident v1.0.12 |
2534 | 2024-05-15T02:57:46.357Z | Documenting adler v1.0.2 |
2535 | 2024-05-15T02:57:46.495Z | Documenting time v0.3.34 |
2536 | 2024-05-15T02:57:46.592Z | Documenting rustix v0.38.31 |
2537 | 2024-05-15T02:57:46.616Z | Documenting slog v2.7.0 |
2538 | 2024-05-15T02:57:46.670Z | Documenting url v2.5.0 |
2539 | 2024-05-15T02:57:47.347Z | Documenting httparse v1.8.0 |
2540 | 2024-05-15T02:57:48.973Z | Documenting proc-macro2 v1.0.82 |
2541 | 2024-05-15T02:57:49.044Z | Documenting miniz_oxide v0.7.1 |
2542 | 2024-05-15T02:57:50.674Z | Documenting cpufeatures v0.2.12 |
2543 | 2024-05-15T02:57:50.823Z | Documenting async-trait v0.1.80 |
2544 | 2024-05-15T02:57:51.239Z | Documenting try-lock v0.2.4 |
2545 | 2024-05-15T02:57:52.252Z | Documenting httpdate v1.0.3 |
2546 | 2024-05-15T02:57:52.418Z | Documenting http-body v0.4.5 |
2547 | 2024-05-15T02:57:53.408Z | Documenting aho-corasick v1.1.2 |
2548 | 2024-05-15T02:57:53.574Z | Documenting openssl-sys v0.9.102 |
2549 | 2024-05-15T02:57:53.602Z | Documenting quote v1.0.36 |
2550 | 2024-05-15T02:57:54.029Z | Documenting want v0.3.1 |
2551 | 2024-05-15T02:57:55.367Z | Documenting tokio-util v0.7.10 |
2552 | 2024-05-15T02:57:55.845Z | Documenting openssl-macros v0.1.1 |
2553 | 2024-05-15T02:57:56.377Z | Documenting regex-syntax v0.8.2 |
2554 | 2024-05-15T02:57:56.823Z | Documenting gimli v0.28.0 |
2555 | 2024-05-15T02:57:57.812Z | Documenting syn v2.0.60 |
2556 | 2024-05-15T02:57:58.131Z | Documenting tower-service v0.3.2 |
2557 | 2024-05-15T02:57:58.273Z | Documenting mime v0.3.17 |
2558 | 2024-05-15T02:57:59.510Z | Documenting object v0.32.1 |
2559 | 2024-05-15T02:58:00.379Z | Documenting openssl v0.10.64 |
2560 | 2024-05-15T02:58:01.127Z | Documenting h2 v0.3.26 |
2561 | 2024-05-15T02:58:01.772Z | Documenting rustc-demangle v0.1.23 |
2562 | 2024-05-15T02:58:02.056Z | Documenting openssl-probe v0.1.5 |
2563 | 2024-05-15T02:58:02.433Z | Documenting addr2line v0.21.0 |
2564 | 2024-05-15T02:58:02.511Z | Documenting regex-automata v0.4.5 |
2565 | 2024-05-15T02:58:04.613Z | Documenting ipnet v2.9.0 |
2566 | 2024-05-15T02:58:05.926Z | Documenting base64ct v1.6.0 |
2567 | 2024-05-15T02:58:05.975Z | Documenting futures-executor v0.3.30 |
2568 | 2024-05-15T02:58:08.243Z | Documenting native-tls v0.2.11 |
2569 | 2024-05-15T02:58:08.505Z | Documenting encoding_rs v0.8.33 |
2570 | 2024-05-15T02:58:09.927Z | Documenting backtrace v0.3.69 |
2571 | 2024-05-15T02:58:09.952Z | Documenting psl-types v2.0.11 |
2572 | 2024-05-15T02:58:10.517Z | Documenting serde_urlencoded v0.7.1 |
2573 | 2024-05-15T02:58:10.656Z | Documenting hyper v0.14.28 |
2574 | 2024-05-15T02:58:10.927Z | Documenting regex v1.10.4 |
2575 | 2024-05-15T02:58:12.596Z | Documenting publicsuffix v2.2.3 |
2576 | 2024-05-15T02:58:12.840Z | Checking pest_meta v2.7.6 |
2577 | 2024-05-15T02:58:13.381Z | Documenting tokio-native-tls v0.3.1 |
2578 | 2024-05-15T02:58:13.653Z | Documenting crossbeam-utils v0.8.19 |
2579 | 2024-05-15T02:58:14.725Z | Documenting utf8parse v0.2.1 |
2580 | 2024-05-15T02:58:15.150Z | Documenting anyhow v1.0.83 |
2581 | 2024-05-15T02:58:16.029Z | Documenting futures v0.3.30 |
2582 | 2024-05-15T02:58:16.450Z | Documenting pem-rfc7468 v0.7.0 |
2583 | 2024-05-15T02:58:16.638Z | Documenting cookie_store v0.20.0 |
2584 | 2024-05-15T02:58:17.509Z | Documenting pest_meta v2.7.6 |
2585 | 2024-05-15T02:58:18.046Z | Documenting scroll_derive v0.12.0 |
2586 | 2024-05-15T02:58:18.599Z | Documenting der_derive v0.7.2 |
2587 | 2024-05-15T02:58:19.101Z | Documenting webpki-roots v0.25.2 |
2588 | 2024-05-15T02:58:20.233Z | Documenting flagset v0.4.3 |
2589 | 2024-05-15T02:58:21.574Z | Documenting sync_wrapper v0.1.2 |
2590 | 2024-05-15T02:58:21.887Z | Documenting pest_generator v2.7.6 |
2591 | 2024-05-15T02:58:22.507Z | Documenting hyper-tls v0.5.0 |
2592 | 2024-05-15T02:58:22.532Z | Documenting hyper-rustls v0.24.2 |
2593 | 2024-05-15T02:58:22.809Z | Documenting scroll v0.12.0 |
2594 | 2024-05-15T02:58:22.896Z | Checking pest_generator v2.7.6 |
2595 | 2024-05-15T02:58:23.477Z | Documenting num-integer v0.1.46 |
2596 | 2024-05-15T02:58:23.621Z | Documenting ucd-trie v0.1.6 |
2597 | 2024-05-15T02:58:23.656Z | Documenting der v0.7.8 |
2598 | 2024-05-15T02:58:24.735Z | Documenting plain v0.2.3 |
2599 | 2024-05-15T02:58:26.808Z | Documenting openapiv3 v2.0.0 |
2600 | 2024-05-15T02:58:26.926Z | Documenting pest_derive v2.7.6 |
2601 | 2024-05-15T02:58:26.998Z | Documenting goblin v0.8.0 |
2602 | 2024-05-15T02:58:27.509Z | Documenting pest v2.7.6 |
2603 | 2024-05-15T02:58:28.064Z | Documenting pretty-hex v0.4.1 |
2604 | 2024-05-15T02:58:28.418Z | Documenting spki v0.7.2 |
2605 | 2024-05-15T02:58:28.695Z | Documenting spin v0.9.8 |
2606 | 2024-05-15T02:58:29.482Z | Documenting reqwest v0.11.27 |
2607 | 2024-05-15T02:58:30.487Z | Documenting thread-id v4.2.0 |
2608 | 2024-05-15T02:58:31.728Z | Documenting either v1.11.0 |
2609 | 2024-05-15T02:58:32.249Z | Documenting dtrace-parser v0.2.0 |
2610 | 2024-05-15T02:58:32.593Z | Documenting anstyle v1.0.7 |
2611 | 2024-05-15T02:58:32.754Z | Documenting pkcs8 v0.10.2 |
2612 | 2024-05-15T02:58:33.323Z | Documenting anstyle-parse v0.2.1 |
2613 | 2024-05-15T02:58:34.042Z | Documenting dof v0.3.0 |
2614 | 2024-05-15T02:58:34.409Z | Documenting memmap v0.7.0 |
2615 | 2024-05-15T02:58:35.771Z | Documenting data-encoding v2.4.0 |
2616 | 2024-05-15T02:58:36.347Z | Documenting anstyle-query v1.0.0 |
2617 | 2024-05-15T02:58:36.474Z | Documenting colorchoice v1.0.0 |
2618 | 2024-05-15T02:58:36.641Z | Documenting crossbeam-epoch v0.9.18 |
2619 | 2024-05-15T02:58:37.147Z | Documenting sha2 v0.10.8 |
2620 | 2024-05-15T02:58:38.258Z | Documenting terminal_size v0.3.0 |
2621 | 2024-05-15T02:58:38.435Z | Documenting ipnetwork v0.20.0 |
2622 | 2024-05-15T02:58:39.169Z | Documenting usdt-impl v0.5.0 |
2623 | 2024-05-15T02:58:39.193Z | Documenting hex v0.4.3 |
2624 | 2024-05-15T02:58:39.782Z | Documenting crc32fast v1.3.2 |
2625 | 2024-05-15T02:58:40.250Z | Documenting anstream v0.6.11 |
2626 | 2024-05-15T02:58:40.863Z | Documenting clap_lex v0.7.0 |
2627 | 2024-05-15T02:58:41.906Z | Documenting strsim v0.11.0 |
2628 | 2024-05-15T02:58:42.716Z | Documenting unicode-segmentation v1.10.1 |
2629 | 2024-05-15T02:58:43.378Z | Documenting untrusted v0.9.0 |
2630 | 2024-05-15T02:58:43.596Z | Documenting num-iter v0.1.45 |
2631 | 2024-05-15T02:58:43.899Z | Documenting hmac v0.12.1 |
2632 | 2024-05-15T02:58:44.377Z | Documenting signal-hook v0.3.17 |
2633 | 2024-05-15T02:58:44.708Z | Documenting clap_derive v4.5.4 |
2634 | 2024-05-15T02:58:45.287Z | Documenting usdt v0.5.0 |
2635 | 2024-05-15T02:58:45.706Z | Documenting clap_builder v4.5.2 |
2636 | 2024-05-15T02:58:45.750Z | Documenting static_assertions v1.1.0 |
2637 | 2024-05-15T02:58:46.078Z | Documenting ring v0.17.8 |
2638 | 2024-05-15T02:58:47.901Z | Documenting flate2 v1.0.30 |
2639 | 2024-05-15T02:58:48.536Z | Documenting managed v0.8.0 |
2640 | 2024-05-15T02:58:48.628Z | Documenting signal-hook-mio v0.2.3 |
2641 | 2024-05-15T02:58:48.676Z | Documenting enum-as-inner v0.5.1 |
2642 | 2024-05-15T02:58:49.850Z | Documenting regress v0.9.1 |
2643 | 2024-05-15T02:58:51.278Z | Documenting block-padding v0.3.3 |
2644 | 2024-05-15T02:58:51.777Z | Documenting scheduled-thread-pool v0.2.7 |
2645 | 2024-05-15T02:58:51.944Z | Documenting clap v4.5.4 |
2646 | 2024-05-15T02:58:51.975Z | Documenting diesel_table_macro_syntax v0.1.0 |
2647 | 2024-05-15T02:58:52.518Z | Checking diesel_table_macro_syntax v0.1.0 |
2648 | 2024-05-15T02:58:52.556Z | Documenting md-5 v0.10.5 |
2649 | 2024-05-15T02:58:52.792Z | Documenting crossterm v0.27.0 |
2650 | 2024-05-15T02:58:53.202Z | Documenting trust-dns-proto v0.22.0 |
2651 | 2024-05-15T02:58:55.738Z | Documenting inout v0.1.3 |
2652 | 2024-05-15T02:58:55.763Z | Documenting stringprep v0.1.3 |
2653 | 2024-05-15T02:58:55.978Z | Documenting r2d2 v0.8.10 |
2654 | 2024-05-15T02:58:56.596Z | Documenting diesel_derives v2.1.2 |
2655 | 2024-05-15T02:58:57.325Z | Documenting ff v0.13.0 |
2656 | 2024-05-15T02:58:57.392Z | Documenting serde_spanned v0.6.5 |
2657 | 2024-05-15T02:58:57.946Z | Documenting toml_datetime v0.6.5 |
2658 | 2024-05-15T02:58:59.756Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2659 | 2024-05-15T02:59:00.150Z | Checking ident_case v1.0.1 |
2660 | 2024-05-15T02:59:00.302Z | Checking strsim v0.10.0 |
2661 | 2024-05-15T02:59:00.410Z | Documenting fallible-iterator v0.2.0 |
2662 | 2024-05-15T02:59:00.514Z | Documenting siphasher v0.3.11 |
2663 | 2024-05-15T02:59:01.489Z | Documenting winnow v0.6.1 |
2664 | 2024-05-15T02:59:01.598Z | Documenting base16ct v0.2.0 |
2665 | 2024-05-15T02:59:01.756Z | Checking unsafe-libyaml v0.2.10 |
2666 | 2024-05-15T02:59:02.147Z | Documenting bit-vec v0.6.3 |
2667 | 2024-05-15T02:59:02.719Z | Documenting heck v0.5.0 |
2668 | 2024-05-15T02:59:03.297Z | Documenting phf_shared v0.11.2 |
2669 | 2024-05-15T02:59:03.932Z | Documenting group v0.13.0 |
2670 | 2024-05-15T02:59:03.970Z | Documenting diesel v2.1.6 |
2671 | 2024-05-15T02:59:04.601Z | Documenting sec1 v0.7.3 |
2672 | 2024-05-15T02:59:04.960Z | Documenting postgres-protocol v0.6.6 |
2673 | 2024-05-15T02:59:05.576Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2674 | 2024-05-15T02:59:05.949Z | Documenting cipher v0.4.4 |
2675 | 2024-05-15T02:59:06.547Z | Documenting toml_edit v0.22.12 |
2676 | 2024-05-15T02:59:07.124Z | Documenting hkdf v0.12.4 |
2677 | 2024-05-15T02:59:07.929Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2678 | 2024-05-15T02:59:19.715Z | Documenting num-bigint v0.4.4 |
2679 | 2024-05-15T02:59:20.257Z | Documenting bstr v1.9.0 |
2680 | 2024-05-15T02:59:29.715Z | Documenting console v0.15.8 |
2681 | 2024-05-15T02:59:30.337Z | Documenting crypto-bigint v0.5.2 |
2682 | 2024-05-15T02:59:30.366Z | Documenting semver v1.0.22 |
2683 | 2024-05-15T02:59:30.395Z | Documenting hubpack v0.1.2 |
2684 | 2024-05-15T02:59:30.500Z | Documenting serde_repr v0.1.16 |
2685 | 2024-05-15T02:59:31.226Z | Documenting minimal-lexical v0.2.1 |
2686 | 2024-05-15T02:59:31.753Z | Documenting fixedbitset v0.4.2 |
2687 | 2024-05-15T02:59:32.535Z | Documenting new_debug_unreachable v1.0.4 |
2688 | 2024-05-15T02:59:33.980Z | Documenting unsafe-libyaml v0.2.10 |
2689 | 2024-05-15T02:59:34.654Z | Documenting precomputed-hash v0.1.1 |
2690 | 2024-05-15T02:59:34.994Z | Documenting lalrpop-util v0.19.12 |
2691 | 2024-05-15T02:59:35.073Z | Documenting petgraph v0.6.5 |
2692 | 2024-05-15T02:59:35.171Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2693 | 2024-05-15T02:59:35.292Z | Documenting nom v7.1.3 |
2694 | 2024-05-15T02:59:35.499Z | Documenting yasna v0.5.2 |
2695 | 2024-05-15T02:59:46.454Z | Documenting string_cache v0.8.7 |
2696 | 2024-05-15T02:59:46.487Z | Documenting serde_yaml v0.9.25 |
2697 | 2024-05-15T02:59:46.624Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2698 | 2024-05-15T02:59:47.066Z | Documenting postgres-types v0.2.6 |
2699 | 2024-05-15T02:59:47.233Z | Documenting phf v0.11.2 |
2700 | 2024-05-15T02:59:47.287Z | Checking serde_yaml v0.9.25 |
2701 | 2024-05-15T02:59:47.719Z | Documenting elliptic-curve v0.13.8 |
2702 | 2024-05-15T02:59:48.166Z | Checking darling_core v0.20.8 |
2703 | 2024-05-15T02:59:48.929Z | Documenting similar v2.4.0 |
2704 | 2024-05-15T02:59:49.925Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2705 | 2024-05-15T02:59:51.009Z | Documenting getopts v0.2.21 |
2706 | 2024-05-15T02:59:51.341Z | Documenting float-cmp v0.9.0 |
2707 | 2024-05-15T02:59:52.665Z | Documenting normalize-line-endings v0.3.0 |
2708 | 2024-05-15T02:59:52.720Z | Documenting predicates-core v1.0.6 |
2709 | 2024-05-15T02:59:53.329Z | Documenting difflib v0.4.0 |
2710 | 2024-05-15T02:59:53.416Z | Documenting peg-runtime v0.8.3 |
2711 | 2024-05-15T03:00:04.714Z | Documenting whoami v1.5.1 |
2712 | 2024-05-15T03:00:04.858Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2713 | 2024-05-15T03:00:04.974Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2714 | 2024-05-15T03:00:05.359Z | Documenting bit-set v0.5.3 |
2715 | 2024-05-15T03:00:05.384Z | Documenting predicates v3.1.0 |
2716 | 2024-05-15T03:00:05.423Z | Documenting tokio-stream v0.1.15 |
2717 | 2024-05-15T03:00:05.660Z | Documenting fs-err v2.11.0 |
2718 | 2024-05-15T03:00:05.795Z | Documenting ident_case v1.0.1 |
2719 | 2024-05-15T03:00:08.605Z | Documenting tokio-postgres v0.7.10 |
2720 | 2024-05-15T03:00:08.866Z | Checking darling v0.20.8 |
2721 | 2024-05-15T03:00:08.974Z | Documenting is-terminal v0.4.9 |
2722 | 2024-05-15T03:00:09.587Z | Documenting darling_core v0.20.8 |
2723 | 2024-05-15T03:00:10.390Z | Documenting strum v0.26.2 |
2724 | 2024-05-15T03:00:10.614Z | Documenting base64 v0.22.1 |
2725 | 2024-05-15T03:00:10.750Z | Documenting camino v1.1.6 |
2726 | 2024-05-15T03:00:12.298Z | Documenting dirs-sys-next v0.1.2 |
2727 | 2024-05-15T03:00:12.422Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2728 | 2024-05-15T03:00:13.352Z | Documenting sha1 v0.10.6 |
2729 | 2024-05-15T03:00:14.196Z | Documenting http v1.0.0 |
2730 | 2024-05-15T03:00:14.564Z | Documenting paste v1.0.15 |
2731 | 2024-05-15T03:00:14.916Z | Documenting thread_local v1.1.7 |
2732 | 2024-05-15T03:00:16.274Z | Documenting dirs-next v2.0.0 |
2733 | 2024-05-15T03:00:16.602Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2734 | 2024-05-15T03:00:17.530Z | Documenting darling_macro v0.20.8 |
2735 | 2024-05-15T03:00:17.949Z | Documenting rustls-pki-types v1.3.0 |
2736 | 2024-05-15T03:00:18.446Z | Documenting crossbeam-channel v0.5.8 |
2737 | 2024-05-15T03:00:18.759Z | Documenting take_mut v0.2.2 |
2738 | 2024-05-15T03:00:19.559Z | Documenting slog-json v2.6.1 |
2739 | 2024-05-15T03:00:20.271Z | Documenting term v0.7.0 |
2740 | 2024-05-15T03:00:20.391Z | Documenting async-stream-impl v0.3.5 |
2741 | 2024-05-15T03:00:21.349Z | Documenting debug-ignore v1.0.5 |
2742 | 2024-05-15T03:00:21.905Z | Documenting rustls-webpki v0.102.1 |
2743 | 2024-05-15T03:00:22.028Z | Documenting darling v0.20.8 |
2744 | 2024-05-15T03:00:22.778Z | Documenting atomic-waker v1.1.1 |
2745 | 2024-05-15T03:00:22.803Z | Documenting slog-async v2.8.0 |
2746 | 2024-05-15T03:00:24.065Z | Documenting slog-bunyan v2.5.0 |
2747 | 2024-05-15T03:00:24.156Z | Documenting rustls-pemfile v2.1.2 |
2748 | 2024-05-15T03:00:24.416Z | Documenting slog-term v2.9.1 |
2749 | 2024-05-15T03:00:25.017Z | Documenting async-stream v0.3.5 |
2750 | 2024-05-15T03:00:25.405Z | Documenting waitgroup v0.1.2 |
2751 | 2024-05-15T03:00:26.389Z | Documenting rustls v0.22.4 |
2752 | 2024-05-15T03:00:26.799Z | Documenting multer v3.1.0 |
2753 | 2024-05-15T03:00:27.085Z | Documenting toml v0.8.12 |
2754 | 2024-05-15T03:00:27.789Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2755 | 2024-05-15T03:00:28.859Z | Documenting serde_path_to_error v0.1.16 |
2756 | 2024-05-15T03:00:28.990Z | Documenting hostname v0.4.0 |
2757 | 2024-05-15T03:00:29.176Z | Documenting serde_with_macros v3.7.0 |
2758 | 2024-05-15T03:00:29.319Z | Documenting structmeta-derive v0.3.0 |
2759 | 2024-05-15T03:00:31.622Z | Documenting newtype-uuid v1.1.0 |
2760 | 2024-05-15T03:00:32.702Z | Checking structmeta v0.3.0 |
2761 | 2024-05-15T03:00:32.727Z | Documenting instant v0.1.12 |
2762 | 2024-05-15T03:00:32.902Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2763 | 2024-05-15T03:00:32.927Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2764 | 2024-05-15T03:00:33.165Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2765 | 2024-05-15T03:00:34.285Z | Documenting serde_with v3.7.0 |
2766 | 2024-05-15T03:00:34.711Z | Documenting structmeta v0.3.0 |
2767 | 2024-05-15T03:00:35.186Z | Documenting tokio-rustls v0.25.0 |
2768 | 2024-05-15T03:00:36.711Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2769 | 2024-05-15T03:00:36.816Z | Documenting backoff v0.4.0 |
2770 | 2024-05-15T03:00:37.221Z | Documenting macaddr v1.0.1 |
2771 | 2024-05-15T03:00:37.344Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2772 | 2024-05-15T03:00:39.127Z | Documenting parse-display-derive v0.9.0 |
2773 | 2024-05-15T03:00:40.553Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2774 | 2024-05-15T03:00:40.996Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2775 | 2024-05-15T03:00:41.239Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2776 | 2024-05-15T03:00:41.448Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2777 | 2024-05-15T03:00:41.604Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2778 | 2024-05-15T03:00:41.653Z | Documenting fastrand v2.0.1 |
2779 | 2024-05-15T03:00:41.768Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2780 | 2024-05-15T03:00:42.392Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2781 | 2024-05-15T03:00:42.648Z | Checking proc-macro-crate v1.3.1 |
2782 | 2024-05-15T03:00:42.880Z | Documenting proc-macro-crate v1.3.1 |
2783 | 2024-05-15T03:00:43.541Z | Documenting foreign-types-macros v0.2.3 |
2784 | 2024-05-15T03:00:44.018Z | Documenting foreign-types-shared v0.3.1 |
2785 | 2024-05-15T03:00:44.762Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2786 | 2024-05-15T03:00:44.790Z | Documenting parse-display v0.9.0 |
2787 | 2024-05-15T03:00:45.329Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2788 | 2024-05-15T03:00:45.515Z | Documenting tempfile v3.10.1 |
2789 | 2024-05-15T03:00:46.728Z | Documenting cstr-argument v0.1.2 |
2790 | 2024-05-15T03:00:47.751Z | Documenting num_enum_derive v0.5.11 |
2791 | 2024-05-15T03:00:48.386Z | Documenting foreign-types v0.5.0 |
2792 | 2024-05-15T03:00:48.503Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2793 | 2024-05-15T03:00:48.909Z | Documenting tabwriter v1.4.0 |
2794 | 2024-05-15T03:00:49.187Z | Documenting colored v2.1.0 |
2795 | 2024-05-15T03:00:50.154Z | Documenting camino-tempfile v1.1.1 |
2796 | 2024-05-15T03:00:50.613Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2797 | 2024-05-15T03:00:52.274Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2798 | 2024-05-15T03:00:52.875Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2799 | 2024-05-15T03:00:53.066Z | Documenting hash32 v0.3.1 |
2800 | 2024-05-15T03:00:53.167Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2801 | 2024-05-15T03:00:53.192Z | Documenting stable_deref_trait v1.2.0 |
2802 | 2024-05-15T03:00:53.958Z | Documenting num_enum v0.5.11 |
2803 | 2024-05-15T03:00:54.084Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2804 | 2024-05-15T03:00:54.444Z | Documenting smf v0.2.3 |
2805 | 2024-05-15T03:00:55.929Z | Documenting cobs v0.2.3 |
2806 | 2024-05-15T03:00:56.122Z | Documenting embedded-io v0.4.0 |
2807 | 2024-05-15T03:00:56.751Z | Documenting heapless v0.8.0 |
2808 | 2024-05-15T03:00:57.161Z | Documenting derive-where v1.2.7 |
2809 | 2024-05-15T03:00:57.627Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2810 | 2024-05-15T03:00:57.860Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2811 | 2024-05-15T03:00:58.399Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2812 | 2024-05-15T03:00:58.658Z | Documenting crucible-workspace-hack v0.1.0 |
2813 | 2024-05-15T03:00:58.997Z | Documenting postcard v1.0.8 |
2814 | 2024-05-15T03:01:01.134Z | Documenting smoltcp v0.11.0 |
2815 | 2024-05-15T03:01:01.159Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2816 | 2024-05-15T03:01:02.099Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2817 | 2024-05-15T03:01:02.370Z | Documenting newline-converter v0.3.0 |
2818 | 2024-05-15T03:01:02.606Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2819 | 2024-05-15T03:01:03.096Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2820 | 2024-05-15T03:01:04.055Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2821 | 2024-05-15T03:01:04.202Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2822 | 2024-05-15T03:01:06.136Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2823 | 2024-05-15T03:01:06.161Z | Documenting expectorate v1.1.0 |
2824 | 2024-05-15T03:01:06.352Z | Documenting sigpipe v0.1.3 |
2825 | 2024-05-15T03:01:06.479Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2826 | 2024-05-15T03:01:07.032Z | Documenting num-derive v0.4.0 |
2827 | 2024-05-15T03:01:08.978Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2828 | 2024-05-15T03:01:09.949Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2829 | 2024-05-15T03:01:09.975Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2830 | 2024-05-15T03:01:10.063Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2831 | 2024-05-15T03:01:10.269Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2832 | 2024-05-15T03:01:11.479Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2833 | 2024-05-15T03:01:11.533Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2834 | 2024-05-15T03:01:11.769Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2835 | 2024-05-15T03:01:12.238Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2836 | 2024-05-15T03:01:12.362Z | Documenting password-hash v0.5.0 |
2837 | 2024-05-15T03:01:14.387Z | Documenting blake2 v0.10.6 |
2838 | 2024-05-15T03:01:14.965Z | Documenting linked-hash-map v0.5.6 |
2839 | 2024-05-15T03:01:15.107Z | Documenting proc-macro-error-attr v1.0.4 |
2840 | 2024-05-15T03:01:16.328Z | Documenting humantime v2.1.0 |
2841 | 2024-05-15T03:01:16.657Z | Checking proc-macro-error v1.0.4 |
2842 | 2024-05-15T03:01:16.900Z | Documenting bytecount v0.6.3 |
2843 | 2024-05-15T03:01:18.124Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2844 | 2024-05-15T03:01:18.951Z | Documenting lru-cache v0.1.2 |
2845 | 2024-05-15T03:01:19.214Z | Documenting argon2 v0.5.3 |
2846 | 2024-05-15T03:01:19.416Z | Documenting proc-macro-error v1.0.4 |
2847 | 2024-05-15T03:01:19.633Z | Documenting papergrid v0.11.0 |
2848 | 2024-05-15T03:01:20.320Z | Documenting itertools v0.12.1 |
2849 | 2024-05-15T03:01:20.384Z | Documenting swrite v0.1.0 |
2850 | 2024-05-15T03:01:22.136Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2851 | 2024-05-15T03:01:22.843Z | Documenting newtype_derive v0.1.6 |
2852 | 2024-05-15T03:01:23.905Z | Documenting tabled_derive v0.7.0 |
2853 | 2024-05-15T03:01:24.136Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2854 | 2024-05-15T03:01:24.398Z | Documenting arc-swap v1.6.0 |
2855 | 2024-05-15T03:01:24.468Z | Documenting quick-error v1.2.3 |
2856 | 2024-05-15T03:01:24.664Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2857 | 2024-05-15T03:01:24.802Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2858 | 2024-05-15T03:01:26.632Z | Documenting steno v0.4.0 |
2859 | 2024-05-15T03:01:27.053Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2860 | 2024-05-15T03:01:27.770Z | Documenting filetime v0.2.23 |
2861 | 2024-05-15T03:01:28.251Z | Documenting slog-scope v4.4.0 |
2862 | 2024-05-15T03:01:28.382Z | Documenting resolv-conf v0.7.0 |
2863 | 2024-05-15T03:01:28.762Z | Documenting tabled v0.15.0 |
2864 | 2024-05-15T03:01:30.060Z | Documenting xattr v1.0.1 |
2865 | 2024-05-15T03:01:31.693Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2866 | 2024-05-15T03:01:31.840Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2867 | 2024-05-15T03:01:32.273Z | Documenting slog-stdlog v4.1.1 |
2868 | 2024-05-15T03:01:32.694Z | Documenting trust-dns-resolver v0.22.0 |
2869 | 2024-05-15T03:01:34.154Z | Documenting tar v0.4.40 |
2870 | 2024-05-15T03:01:34.590Z | Documenting num-rational v0.4.2 |
2871 | 2024-05-15T03:01:35.412Z | Documenting num-complex v0.4.6 |
2872 | 2024-05-15T03:01:36.352Z | Documenting slog-envlogger v2.2.0 |
2873 | 2024-05-15T03:01:38.358Z | Documenting tap v1.0.1 |
2874 | 2024-05-15T03:01:38.606Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2875 | 2024-05-15T03:01:39.767Z | Documenting radium v0.7.0 |
2876 | 2024-05-15T03:01:39.791Z | Documenting num v0.4.3 |
2877 | 2024-05-15T03:01:40.686Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2878 | 2024-05-15T03:01:40.899Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2879 | 2024-05-15T03:01:40.956Z | Documenting wyz v0.5.1 |
2880 | 2024-05-15T03:01:41.894Z | Documenting nibble_vec v0.1.0 |
2881 | 2024-05-15T03:01:42.662Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2882 | 2024-05-15T03:01:42.687Z | Documenting endian-type v0.1.2 |
2883 | 2024-05-15T03:01:43.876Z | Documenting funty v2.0.0 |
2884 | 2024-05-15T03:01:43.901Z | Documenting crc-catalog v2.2.0 |
2885 | 2024-05-15T03:01:44.737Z | Documenting same-file v1.0.6 |
2886 | 2024-05-15T03:01:45.366Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2887 | 2024-05-15T03:01:45.756Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2888 | 2024-05-15T03:01:46.046Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2889 | 2024-05-15T03:01:46.200Z | Documenting cancel-safe-futures v0.1.5 |
2890 | 2024-05-15T03:01:46.529Z | Documenting radix_trie v0.2.1 |
2891 | 2024-05-15T03:01:46.716Z | Documenting crc v3.0.1 |
2892 | 2024-05-15T03:01:46.945Z | Documenting bitvec v1.0.1 |
2893 | 2024-05-15T03:01:48.386Z | Documenting walkdir v2.5.0 |
2894 | 2024-05-15T03:01:49.528Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2895 | 2024-05-15T03:01:49.795Z | Documenting packed_struct_codegen v0.10.1 |
2896 | 2024-05-15T03:01:50.793Z | Documenting nodrop v0.1.14 |
2897 | 2024-05-15T03:01:51.232Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2898 | 2024-05-15T03:01:52.051Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2899 | 2024-05-15T03:01:52.376Z | Documenting num-bigint-dig v0.8.4 |
2900 | 2024-05-15T03:01:53.502Z | Documenting array-init v0.0.4 |
2901 | 2024-05-15T03:01:54.187Z | Documenting pem v3.0.4 |
2902 | 2024-05-15T03:01:54.745Z | Documenting packed_struct v0.10.1 |
2903 | 2024-05-15T03:01:56.158Z | Documenting pkcs1 v0.7.5 |
2904 | 2024-05-15T03:01:56.750Z | Documenting signature v2.1.0 |
2905 | 2024-05-15T03:01:58.262Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2906 | 2024-05-15T03:01:58.293Z | Documenting termcolor v1.2.0 |
2907 | 2024-05-15T03:01:58.612Z | Documenting display-error-chain v0.2.0 |
2908 | 2024-05-15T03:02:00.553Z | Documenting bitfield v0.14.0 |
2909 | 2024-05-15T03:02:01.332Z | Documenting rsa v0.9.2 |
2910 | 2024-05-15T03:02:01.402Z | Documenting serde-hex v0.1.0 |
2911 | 2024-05-15T03:02:01.427Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2912 | 2024-05-15T03:02:01.427Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2913 | 2024-05-15T03:02:01.427Z | | |
2914 | 2024-05-15T03:02:01.427Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2915 | 2024-05-15T03:02:01.427Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2916 | 2024-05-15T03:02:01.427Z | | |
2917 | 2024-05-15T03:02:01.427Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2918 | 2024-05-15T03:02:01.427Z | |
2919 | 2024-05-15T03:02:02.000Z | Documenting bzip2 v0.4.4 |
2920 | 2024-05-15T03:02:02.396Z | Documenting env_logger v0.10.0 |
2921 | 2024-05-15T03:02:02.555Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2922 | 2024-05-15T03:02:03.210Z | Documenting slog-dtrace v0.3.0 |
2923 | 2024-05-15T03:02:03.346Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2924 | 2024-05-15T03:02:03.414Z | warning: `nexus-types` (lib doc) generated 1 warning |
2925 | 2024-05-15T03:02:03.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2926 | 2024-05-15T03:02:03.689Z | Documenting x509-cert v0.2.4 |
2927 | 2024-05-15T03:02:06.324Z | Documenting libsw v3.3.1 |
2928 | 2024-05-15T03:02:06.501Z | Documenting ron v0.8.1 |
2929 | 2024-05-15T03:02:06.993Z | Documenting half v2.3.1 |
2930 | 2024-05-15T03:02:07.293Z | Documenting linear-map v1.2.0 |
2931 | 2024-05-15T03:02:08.443Z | Documenting crc-any v2.4.3 |
2932 | 2024-05-15T03:02:09.150Z | Documenting owo-colors v4.0.0 |
2933 | 2024-05-15T03:02:09.788Z | Documenting ciborium-io v0.2.2 |
2934 | 2024-05-15T03:02:09.981Z | Documenting maplit v1.0.2 |
2935 | 2024-05-15T03:02:10.344Z | Documenting zip v0.6.6 |
2936 | 2024-05-15T03:02:11.135Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2937 | 2024-05-15T03:02:11.565Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2938 | 2024-05-15T03:02:11.676Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2939 | 2024-05-15T03:02:13.013Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2940 | 2024-05-15T03:02:13.513Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2941 | 2024-05-15T03:02:13.736Z | Documenting ciborium-ll v0.2.2 |
2942 | 2024-05-15T03:02:13.973Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2943 | 2024-05-15T03:02:14.724Z | Documenting headers-core v0.2.0 |
2944 | 2024-05-15T03:02:15.386Z | Documenting async-recursion v1.1.1 |
2945 | 2024-05-15T03:02:17.551Z | Documenting path-slash v0.1.5 |
2946 | 2024-05-15T03:02:19.267Z | Documenting headers v0.3.9 |
2947 | 2024-05-15T03:02:19.786Z | Documenting ciborium v0.2.2 |
2948 | 2024-05-15T03:02:19.938Z | Documenting fxhash v0.2.1 |
2949 | 2024-05-15T03:02:21.019Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2950 | 2024-05-15T03:02:21.275Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2951 | 2024-05-15T03:02:22.785Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2952 | 2024-05-15T03:02:23.844Z | Documenting buf-list v1.0.3 |
2953 | 2024-05-15T03:02:24.193Z | Documenting pin-project-internal v1.1.3 |
2954 | 2024-05-15T03:02:25.027Z | Documenting vte_generate_state_changes v0.1.1 |
2955 | 2024-05-15T03:02:25.283Z | Checking convert_case v0.4.0 |
2956 | 2024-05-15T03:02:25.483Z | Documenting convert_case v0.4.0 |
2957 | 2024-05-15T03:02:28.449Z | Documenting derive_builder_core v0.20.0 |
2958 | 2024-05-15T03:02:29.064Z | Documenting pin-project v1.1.3 |
2959 | 2024-05-15T03:02:29.154Z | Documenting vte v0.11.1 |
2960 | 2024-05-15T03:02:29.384Z | Documenting derive_more v0.99.17 |
2961 | 2024-05-15T03:02:31.456Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2962 | 2024-05-15T03:02:31.749Z | Checking derive_builder_core v0.20.0 |
2963 | 2024-05-15T03:02:32.509Z | Documenting crossbeam-deque v0.8.3 |
2964 | 2024-05-15T03:02:33.213Z | Documenting snafu-derive v0.8.2 |
2965 | 2024-05-15T03:02:33.838Z | Documenting fd-lock v4.0.2 |
2966 | 2024-05-15T03:02:34.517Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2967 | 2024-05-15T03:02:35.416Z | Documenting bitstruct_derive v0.1.0 |
2968 | 2024-05-15T03:02:35.771Z | Documenting ascii v1.1.0 |
2969 | 2024-05-15T03:02:36.223Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2970 | 2024-05-15T03:02:36.597Z | Documenting rayon-core v1.12.1 |
2971 | 2024-05-15T03:02:38.336Z | Documenting derive_builder_macro v0.20.0 |
2972 | 2024-05-15T03:02:38.511Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-15T03:02:38.781Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2974 | 2024-05-15T03:02:39.762Z | Documenting snafu v0.8.2 |
2975 | 2024-05-15T03:02:40.156Z | Documenting bitstruct v0.1.1 |
2976 | 2024-05-15T03:02:40.640Z | Documenting strip-ansi-escapes v0.2.0 |
2977 | 2024-05-15T03:02:40.898Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2978 | 2024-05-15T03:02:42.415Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2979 | 2024-05-15T03:02:42.462Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2980 | 2024-05-15T03:02:42.883Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2981 | 2024-05-15T03:02:43.004Z | Documenting globset v0.4.13 |
2982 | 2024-05-15T03:02:43.990Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2983 | 2024-05-15T03:02:44.262Z | Documenting olpc-cjson v0.1.3 |
2984 | 2024-05-15T03:02:44.864Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2985 | 2024-05-15T03:02:45.754Z | Documenting serde_arrays v0.1.0 |
2986 | 2024-05-15T03:02:46.939Z | Documenting serde_plain v1.0.2 |
2987 | 2024-05-15T03:02:47.685Z | Documenting erased-serde v0.3.31 |
2988 | 2024-05-15T03:02:48.721Z | Documenting ref-cast-impl v1.0.23 |
2989 | 2024-05-15T03:02:49.220Z | Documenting unicode-xid v0.2.4 |
2990 | 2024-05-15T03:02:50.054Z | Checking unicode-xid v0.2.4 |
2991 | 2024-05-15T03:02:50.207Z | Documenting typed-path v0.7.0 |
2992 | 2024-05-15T03:02:51.349Z | Documenting nu-ansi-term v0.50.0 |
2993 | 2024-05-15T03:02:51.872Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2994 | 2024-05-15T03:02:52.174Z | Documenting const_format_proc_macros v0.2.32 |
2995 | 2024-05-15T03:02:52.633Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2996 | 2024-05-15T03:02:53.224Z | Documenting ref-cast v1.0.23 |
2997 | 2024-05-15T03:02:55.407Z | Documenting reedline v0.31.0 |
2998 | 2024-05-15T03:02:55.741Z | Documenting tough v0.17.1 |
2999 | 2024-05-15T03:02:55.934Z | Documenting derive_builder v0.20.0 |
3000 | 2024-05-15T03:02:56.565Z | Documenting rayon v1.10.0 |
3001 | 2024-05-15T03:02:56.877Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3002 | 2024-05-15T03:02:58.014Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3003 | 2024-05-15T03:03:02.343Z | Documenting libefi-sys v0.1.0 |
3004 | 2024-05-15T03:03:03.639Z | Documenting trust-dns-client v0.22.0 |
3005 | 2024-05-15T03:03:03.664Z | Documenting polar-core v0.27.3 |
3006 | 2024-05-15T03:03:04.204Z | Documenting libxml v0.3.3 |
3007 | 2024-05-15T03:03:06.661Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3008 | 2024-05-15T03:03:07.137Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3009 | 2024-05-15T03:03:07.163Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3010 | 2024-05-15T03:03:08.354Z | Documenting bb8 v0.8.3 |
3011 | 2024-05-15T03:03:09.004Z | Documenting quick-xml v0.31.0 |
3012 | 2024-05-15T03:03:10.905Z | Documenting oso-derive v0.27.3 |
3013 | 2024-05-15T03:03:11.315Z | Documenting impl-trait-for-tuples v0.2.2 |
3014 | 2024-05-15T03:03:11.392Z | Documenting keccak v0.1.4 |
3015 | 2024-05-15T03:03:12.489Z | Documenting utf-8 v0.7.6 |
3016 | 2024-05-15T03:03:13.600Z | Documenting parse-size v1.0.0 |
3017 | 2024-05-15T03:03:14.677Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3018 | 2024-05-15T03:03:14.800Z | Documenting samael v0.0.15 |
3019 | 2024-05-15T03:03:15.651Z | Documenting sha3 v0.10.8 |
3020 | 2024-05-15T03:03:16.467Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3021 | 2024-05-15T03:03:16.709Z | Documenting tungstenite v0.21.0 |
3022 | 2024-05-15T03:03:16.985Z | Documenting oso v0.27.3 |
3023 | 2024-05-15T03:03:18.634Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3024 | 2024-05-15T03:03:20.502Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3025 | 2024-05-15T03:03:21.554Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3026 | 2024-05-15T03:03:22.307Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3027 | 2024-05-15T03:03:22.737Z | Documenting trust-dns-server v0.22.1 |
3028 | 2024-05-15T03:03:22.890Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3029 | 2024-05-15T03:03:25.172Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3030 | 2024-05-15T03:03:26.483Z | Documenting const_format v0.2.32 |
3031 | 2024-05-15T03:03:27.378Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3032 | 2024-05-15T03:03:28.043Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3033 | 2024-05-15T03:03:29.061Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3034 | 2024-05-15T03:03:29.115Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3035 | 2024-05-15T03:03:29.295Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3036 | 2024-05-15T03:03:29.462Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3037 | 2024-05-15T03:03:29.694Z | Documenting sled v0.34.7 |
3038 | 2024-05-15T03:03:30.024Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3039 | 2024-05-15T03:03:30.184Z | Documenting nix v0.28.0 |
3040 | 2024-05-15T03:03:30.448Z | Documenting cookie v0.18.1 |
3041 | 2024-05-15T03:03:30.822Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3042 | 2024-05-15T03:03:33.800Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3043 | 2024-05-15T03:03:34.077Z | Documenting secrecy v0.8.0 |
3044 | 2024-05-15T03:03:34.165Z | Documenting gethostname v0.4.3 |
3045 | 2024-05-15T03:03:35.102Z | Documenting peg-macros v0.8.3 |
3046 | 2024-05-15T03:03:35.756Z | Documenting rustversion v1.0.14 |
3047 | 2024-05-15T03:03:36.141Z | Documenting sqlparser_derive v0.2.2 |
3048 | 2024-05-15T03:03:37.688Z | Documenting unicode_categories v0.1.1 |
3049 | 2024-05-15T03:03:37.969Z | Documenting home v0.5.5 |
3050 | 2024-05-15T03:03:38.406Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3051 | 2024-05-15T03:03:38.671Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3052 | 2024-05-15T03:03:39.775Z | Documenting peg v0.8.3 |
3053 | 2024-05-15T03:03:40.051Z | Documenting castaway v0.2.2 |
3054 | 2024-05-15T03:03:40.677Z | Documenting sqlparser v0.45.0 |
3055 | 2024-05-15T03:03:41.634Z | Documenting sqlformat v0.2.3 |
3056 | 2024-05-15T03:03:41.932Z | Documenting rustyline v14.0.0 |
3057 | 2024-05-15T03:03:43.610Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3058 | 2024-05-15T03:03:43.912Z | Documenting tokio-tungstenite v0.21.0 |
3059 | 2024-05-15T03:03:45.903Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3060 | 2024-05-15T03:03:47.913Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3061 | 2024-05-15T03:03:48.543Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3062 | 2024-05-15T03:03:49.085Z | Documenting zone v0.1.8 |
3063 | 2024-05-15T03:03:50.339Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3064 | 2024-05-15T03:03:50.919Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3065 | 2024-05-15T03:03:51.493Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3066 | 2024-05-15T03:03:53.531Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3067 | 2024-05-15T03:03:54.089Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3068 | 2024-05-15T03:03:54.412Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3069 | 2024-05-15T03:03:54.695Z | Documenting portpicker v0.1.1 |
3070 | 2024-05-15T03:03:54.969Z | Documenting universal-hash v0.5.1 |
3071 | 2024-05-15T03:03:57.044Z | Documenting bcs v0.1.6 |
3072 | 2024-05-15T03:03:58.869Z | Documenting kstat-rs v0.2.3 |
3073 | 2024-05-15T03:03:59.663Z | Documenting thiserror-impl-no-std v2.0.2 |
3074 | 2024-05-15T03:04:11.639Z | Documenting curve25519-dalek-derive v0.1.0 |
3075 | 2024-05-15T03:04:11.696Z | Documenting highway v1.1.0 |
3076 | 2024-05-15T03:04:11.762Z | Documenting opaque-debug v0.3.0 |
3077 | 2024-05-15T03:04:11.913Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3078 | 2024-05-15T03:04:12.517Z | Documenting thiserror-no-std v2.0.2 |
3079 | 2024-05-15T03:04:12.619Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3080 | 2024-05-15T03:04:12.946Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3081 | 2024-05-15T03:04:14.667Z | Documenting poly1305 v0.8.0 |
3082 | 2024-05-15T03:04:15.386Z | Documenting compact_str v0.7.1 |
3083 | 2024-05-15T03:04:15.794Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3084 | 2024-05-15T03:04:16.251Z | Documenting curve25519-dalek v4.1.2 |
3085 | 2024-05-15T03:04:18.852Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3086 | 2024-05-15T03:04:19.407Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3087 | 2024-05-15T03:04:20.571Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3088 | 2024-05-15T03:04:21.333Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3089 | 2024-05-15T03:04:21.375Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3090 | 2024-05-15T03:04:22.189Z | Documenting portable-atomic v1.4.3 |
3091 | 2024-05-15T03:04:23.969Z | Documenting ed25519 v1.5.3 |
3092 | 2024-05-15T03:04:25.745Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3093 | 2024-05-15T03:04:26.079Z | Documenting memoffset v0.7.1 |
3094 | 2024-05-15T03:04:26.841Z | Documenting unicase v2.7.0 |
3095 | 2024-05-15T03:04:27.365Z | Documenting rcgen v0.12.1 |
3096 | 2024-05-15T03:04:28.798Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3097 | 2024-05-15T03:04:29.675Z | warning: could not parse code block as Rust code |
3098 | 2024-05-15T03:04:29.676Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3099 | 2024-05-15T03:04:29.676Z | | |
3100 | 2024-05-15T03:04:29.676Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3101 | 2024-05-15T03:04:29.676Z | 247 | | /// |
3102 | 2024-05-15T03:04:29.676Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3103 | 2024-05-15T03:04:29.676Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3104 | 2024-05-15T03:04:29.676Z | ... | |
3105 | 2024-05-15T03:04:29.676Z | 277 | | /// |
3106 | 2024-05-15T03:04:29.676Z | 278 | | /// Will be parsed as `this string has " in it`. |
3107 | 2024-05-15T03:04:29.676Z | | |________________________________________________________^ |
3108 | 2024-05-15T03:04:29.676Z | | |
3109 | 2024-05-15T03:04:29.676Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3110 | 2024-05-15T03:04:29.676Z | = note: error from rustc: unknown start of token: \ |
3111 | 2024-05-15T03:04:29.676Z | = note: error from rustc: unknown start of token: \ |
3112 | 2024-05-15T03:04:29.676Z | = note: error from rustc: unknown start of token: \ |
3113 | 2024-05-15T03:04:29.676Z | = note: error from rustc: unknown start of token: \ |
3114 | 2024-05-15T03:04:29.676Z | = note: error from rustc: unknown start of token: \ |
3115 | 2024-05-15T03:04:29.676Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3116 | 2024-05-15T03:04:29.676Z | |
3117 | 2024-05-15T03:04:29.919Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3118 | 2024-05-15T03:04:30.928Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3119 | 2024-05-15T03:04:30.967Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3120 | 2024-05-15T03:04:32.527Z | Documenting atomicwrites v0.4.3 |
3121 | 2024-05-15T03:04:33.433Z | Documenting chacha20 v0.9.1 |
3122 | 2024-05-15T03:04:35.055Z | Documenting lru v0.12.1 |
3123 | 2024-05-15T03:04:36.687Z | Documenting aead v0.5.2 |
3124 | 2024-05-15T03:04:38.190Z | Documenting rand_seeder v0.2.3 |
3125 | 2024-05-15T03:04:39.741Z | Documenting nanorand v0.7.0 |
3126 | 2024-05-15T03:04:39.782Z | Documenting subprocess v0.2.9 |
3127 | 2024-05-15T03:04:40.178Z | Documenting stability v0.2.0 |
3128 | 2024-05-15T03:04:40.739Z | Documenting glob v0.3.1 |
3129 | 2024-05-15T03:04:41.841Z | Documenting number_prefix v0.4.0 |
3130 | 2024-05-15T03:04:44.339Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3131 | 2024-05-15T03:04:52.217Z | Documenting cassowary v0.3.0 |
3132 | 2024-05-15T03:04:52.527Z | Documenting flume v0.11.0 |
3133 | 2024-05-15T03:04:52.842Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3134 | 2024-05-15T03:04:52.890Z | Documenting chacha20poly1305 v0.10.1 |
3135 | 2024-05-15T03:04:53.067Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3136 | 2024-05-15T03:04:53.295Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3137 | 2024-05-15T03:04:53.539Z | Documenting indicatif v0.17.8 |
3138 | 2024-05-15T03:04:56.220Z | Documenting ratatui v0.26.2 |
3139 | 2024-05-15T03:04:56.961Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3140 | 2024-05-15T03:05:08.843Z | Documenting mime_guess v2.0.4 |
3141 | 2024-05-15T03:05:09.009Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3142 | 2024-05-15T03:05:09.373Z | Documenting salty v0.2.0 |
3143 | 2024-05-15T03:05:09.862Z | Documenting vsss-rs v3.3.4 |
3144 | 2024-05-15T03:05:09.994Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3145 | 2024-05-15T03:05:11.141Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3146 | 2024-05-15T03:05:12.272Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3147 | 2024-05-15T03:05:12.308Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3148 | 2024-05-15T03:05:12.810Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3149 | 2024-05-15T03:05:13.253Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3150 | 2024-05-15T03:05:13.534Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3151 | 2024-05-15T03:05:13.790Z | Documenting serde-big-array v0.5.1 |
3152 | 2024-05-15T03:05:15.300Z | Documenting rtoolbox v0.0.1 |
3153 | 2024-05-15T03:05:16.643Z | Documenting memmap2 v0.7.1 |
3154 | 2024-05-15T03:05:16.668Z | Documenting smawk v0.3.1 |
3155 | 2024-05-15T03:05:16.952Z | Documenting arrayvec v0.7.4 |
3156 | 2024-05-15T03:05:17.922Z | Documenting shell-words v1.1.0 |
3157 | 2024-05-15T03:05:19.506Z | Documenting http-range v0.1.5 |
3158 | 2024-05-15T03:05:20.017Z | Documenting arrayref v0.3.7 |
3159 | 2024-05-15T03:05:20.608Z | Documenting unicode-linebreak v0.1.5 |
3160 | 2024-05-15T03:05:20.920Z | Documenting constant_time_eq v0.3.0 |
3161 | 2024-05-15T03:05:21.923Z | Documenting is_ci v1.2.0 |
3162 | 2024-05-15T03:05:22.861Z | Documenting rpassword v7.3.1 |
3163 | 2024-05-15T03:05:23.502Z | Documenting hyper-staticfile v0.9.5 |
3164 | 2024-05-15T03:05:23.755Z | Documenting textwrap v0.16.1 |
3165 | 2024-05-15T03:05:23.932Z | Documenting blake3 v1.5.0 |
3166 | 2024-05-15T03:05:25.776Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3167 | 2024-05-15T03:05:25.925Z | Documenting supports-color v3.0.0 |
3168 | 2024-05-15T03:05:26.715Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3169 | 2024-05-15T03:05:27.067Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3170 | 2024-05-15T03:05:27.921Z | Documenting tui-tree-widget v0.19.0 |
3171 | 2024-05-15T03:05:28.610Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3172 | 2024-05-15T03:05:29.953Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3173 | 2024-05-15T03:05:31.560Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3174 | 2024-05-15T03:05:31.607Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3175 | 2024-05-15T03:05:33.250Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3176 | 2024-05-15T03:05:33.566Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3177 | 2024-05-15T03:05:34.293Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3178 | 2024-05-15T03:05:34.511Z | Documenting signal-hook-tokio v0.3.1 |
3179 | 2024-05-15T03:05:34.712Z | Documenting topological-sort v0.2.2 |
3180 | 2024-05-15T03:05:35.276Z | Documenting corncobs v0.1.3 |
3181 | 2024-05-15T03:05:38.390Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3182 | 2024-05-15T03:05:38.739Z | Documenting omicron-zone-package v0.11.0 |
3183 | 2024-05-15T03:05:39.285Z | warning: unresolved link to `test_sled_transitions` |
3184 | 2024-05-15T03:05:39.285Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3185 | 2024-05-15T03:05:39.285Z | | |
3186 | 2024-05-15T03:05:39.285Z | 698 | /// [`test_sled_transitions`]. |
3187 | 2024-05-15T03:05:39.285Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3188 | 2024-05-15T03:05:39.285Z | | |
3189 | 2024-05-15T03:05:39.285Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3190 | 2024-05-15T03:05:39.285Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3191 | 2024-05-15T03:05:39.285Z | |
3192 | 2024-05-15T03:05:39.310Z | warning: unresolved link to `test_sled_transitions` |
3193 | 2024-05-15T03:05:39.310Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3194 | 2024-05-15T03:05:39.310Z | | |
3195 | 2024-05-15T03:05:39.310Z | 734 | /// [`test_sled_transitions`]. |
3196 | 2024-05-15T03:05:39.310Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3197 | 2024-05-15T03:05:39.310Z | | |
3198 | 2024-05-15T03:05:39.310Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3199 | 2024-05-15T03:05:39.310Z | |
3200 | 2024-05-15T03:05:39.310Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3201 | 2024-05-15T03:05:39.310Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3202 | 2024-05-15T03:05:39.310Z | | |
3203 | 2024-05-15T03:05:39.310Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3204 | 2024-05-15T03:05:39.310Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3205 | 2024-05-15T03:05:39.310Z | |
3206 | 2024-05-15T03:05:39.310Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3207 | 2024-05-15T03:05:40.818Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3208 | 2024-05-15T03:05:42.420Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3209 | 2024-05-15T03:05:46.258Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3210 | 2024-05-15T03:05:46.516Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3211 | 2024-05-15T03:05:48.247Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3212 | 2024-05-15T03:05:54.869Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3213 | 2024-05-15T03:05:55.560Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3214 | 2024-05-15T03:05:55.585Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3215 | 2024-05-15T03:05:55.967Z | warning: unclosed HTML tag `usize` |
3216 | 2024-05-15T03:05:55.967Z | --> wicket/src/ui/panes/update.rs:153:19 |
3217 | 2024-05-15T03:05:55.967Z | | |
3218 | 2024-05-15T03:05:55.967Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3219 | 2024-05-15T03:05:55.967Z | | ^^^^^^^ |
3220 | 2024-05-15T03:05:55.967Z | | |
3221 | 2024-05-15T03:05:55.967Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3222 | 2024-05-15T03:05:55.967Z | |
3223 | 2024-05-15T03:05:56.473Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3224 | 2024-05-15T03:05:57.245Z | warning: `wicket` (lib doc) generated 1 warning |
3225 | 2024-05-15T03:05:57.272Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3226 | 2024-05-15T03:06:00.303Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3227 | 2024-05-15T03:06:02.270Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3228 | 2024-05-15T03:06:04.768Z | warning: unresolved link to `BlueprintDisksConfig` |
3229 | 2024-05-15T03:06:04.768Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55 |
3230 | 2024-05-15T03:06:04.769Z | | |
3231 | 2024-05-15T03:06:04.769Z | 1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3232 | 2024-05-15T03:06:04.769Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3233 | 2024-05-15T03:06:04.769Z | | |
3234 | 2024-05-15T03:06:04.769Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3235 | 2024-05-15T03:06:04.769Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3236 | 2024-05-15T03:06:04.769Z | |
3237 | 2024-05-15T03:06:05.777Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3238 | 2024-05-15T03:06:05.801Z | Documenting fatfs v0.3.6 |
3239 | 2024-05-15T03:06:08.996Z | Documenting cargo-platform v0.1.3 |
3240 | 2024-05-15T03:06:11.041Z | Documenting assert_matches v1.5.0 |
3241 | 2024-05-15T03:06:11.776Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3242 | 2024-05-15T03:06:13.157Z | Documenting cargo_metadata v0.18.1 |
3243 | 2024-05-15T03:06:13.787Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3244 | 2024-05-15T03:06:18.633Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3245 | 2024-05-15T03:06:19.571Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3246 | 2024-05-15T03:06:20.343Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3247 | 2024-05-15T03:06:21.404Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3248 | 2024-05-15T03:06:25.678Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3249 | 2024-05-15T03:06:27.031Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3250 | 2024-05-15T03:06:27.776Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3251 | 2024-05-15T03:06:30.425Z | Documenting termios v0.3.3 |
3252 | 2024-05-15T03:06:31.678Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3253 | 2024-05-15T03:06:31.678Z | --> sled-agent/src/sim/instance.rs:46:7 |
3254 | 2024-05-15T03:06:31.678Z | | |
3255 | 2024-05-15T03:06:31.678Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3256 | 2024-05-15T03:06:31.678Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3257 | 2024-05-15T03:06:31.678Z | | |
3258 | 2024-05-15T03:06:31.678Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3259 | 2024-05-15T03:06:31.678Z | |
3260 | 2024-05-15T03:06:33.792Z | Documenting uzers v0.11.3 |
3261 | 2024-05-15T03:06:34.600Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3262 | 2024-05-15T03:06:34.670Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3263 | 2024-05-15T03:06:34.901Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3264 | 2024-05-15T03:06:35.409Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3265 | 2024-05-15T03:06:37.946Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3266 | 2024-05-15T03:06:38.438Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3267 | 2024-05-15T03:06:50.569Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3268 | 2024-05-15T03:06:55.726Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-05-15T03:07:05.560Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3270 | 2024-05-15T03:07:07.110Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3271 | 2024-05-15T03:07:14.318Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3272 | 2024-05-15T03:07:17.614Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3273 | 2024-05-15T03:07:18.250Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3274 | 2024-05-15T03:07:18.507Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3275 | 2024-05-15T03:07:19.016Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3276 | 2024-05-15T03:07:57.298Z | warning: unresolved link to `Nexus` |
3277 | 2024-05-15T03:07:57.298Z | --> nexus/src/app/instance_network.rs:280:34 |
3278 | 2024-05-15T03:07:57.298Z | | |
3279 | 2024-05-15T03:07:57.298Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3280 | 2024-05-15T03:07:57.298Z | | ^^^^^ no item named `Nexus` in scope |
3281 | 2024-05-15T03:07:57.298Z | | |
3282 | 2024-05-15T03:07:57.298Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3283 | 2024-05-15T03:07:57.298Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3284 | 2024-05-15T03:07:57.298Z | |
3285 | 2024-05-15T03:07:57.298Z | warning: unresolved link to `Nexus` |
3286 | 2024-05-15T03:07:57.298Z | --> nexus/src/app/instance_network.rs:458:34 |
3287 | 2024-05-15T03:07:57.298Z | | |
3288 | 2024-05-15T03:07:57.298Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3289 | 2024-05-15T03:07:57.298Z | | ^^^^^ no item named `Nexus` in scope |
3290 | 2024-05-15T03:07:57.298Z | | |
3291 | 2024-05-15T03:07:57.298Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3292 | 2024-05-15T03:07:57.298Z | |
3293 | 2024-05-15T03:07:57.323Z | warning: unresolved link to `VolumeConstructionRequest` |
3294 | 2024-05-15T03:07:57.324Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3295 | 2024-05-15T03:07:57.324Z | | |
3296 | 2024-05-15T03:07:57.324Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3297 | 2024-05-15T03:07:57.324Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3298 | 2024-05-15T03:07:57.324Z | | |
3299 | 2024-05-15T03:07:57.324Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3300 | 2024-05-15T03:07:57.324Z | |
3301 | 2024-05-15T03:07:57.324Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3302 | 2024-05-15T03:07:57.324Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3303 | 2024-05-15T03:07:57.324Z | | |
3304 | 2024-05-15T03:07:57.324Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3305 | 2024-05-15T03:07:57.324Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3306 | 2024-05-15T03:07:57.324Z | |
3307 | 2024-05-15T03:07:57.324Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3308 | 2024-05-15T03:07:57.324Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3309 | 2024-05-15T03:07:57.324Z | | |
3310 | 2024-05-15T03:07:57.324Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3311 | 2024-05-15T03:07:57.324Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3312 | 2024-05-15T03:07:57.324Z | |
3313 | 2024-05-15T03:07:57.324Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3314 | 2024-05-15T03:07:57.324Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3315 | 2024-05-15T03:07:57.324Z | | |
3316 | 2024-05-15T03:07:57.325Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3317 | 2024-05-15T03:07:57.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3318 | 2024-05-15T03:07:57.325Z | |
3319 | 2024-05-15T03:07:57.325Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3320 | 2024-05-15T03:07:57.325Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3321 | 2024-05-15T03:07:57.325Z | | |
3322 | 2024-05-15T03:07:57.325Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3323 | 2024-05-15T03:07:57.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3324 | 2024-05-15T03:07:57.325Z | |
3325 | 2024-05-15T03:07:57.325Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3326 | 2024-05-15T03:07:57.325Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3327 | 2024-05-15T03:07:57.325Z | | |
3328 | 2024-05-15T03:07:57.325Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3329 | 2024-05-15T03:07:57.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3330 | 2024-05-15T03:07:57.325Z | |
3331 | 2024-05-15T03:07:57.325Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3332 | 2024-05-15T03:07:57.325Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3333 | 2024-05-15T03:07:57.325Z | | |
3334 | 2024-05-15T03:07:57.325Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3335 | 2024-05-15T03:07:57.325Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3336 | 2024-05-15T03:07:57.325Z | |
3337 | 2024-05-15T03:08:01.306Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3338 | 2024-05-15T03:08:19.342Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 39s |
3339 | 2024-05-15T03:08:19.414Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3340 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3341 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3342 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3343 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3344 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3345 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3346 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3347 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3348 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3349 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3350 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3351 | 2024-05-15T03:08:19.415Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3352 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3353 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3354 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3355 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3356 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3357 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3358 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3359 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3360 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3361 | 2024-05-15T03:08:19.463Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3362 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3363 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3364 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3365 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3366 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3367 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3368 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3369 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3370 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3371 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3372 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3373 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3374 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3375 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3376 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3377 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3378 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3379 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3380 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3381 | 2024-05-15T03:08:19.464Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3382 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3383 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html |
3384 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3385 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3386 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3387 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3388 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3389 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3390 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3391 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3392 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3393 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3394 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3395 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3396 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3397 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3398 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3399 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3400 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3401 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3402 | 2024-05-15T03:08:19.465Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3403 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3404 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3405 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3406 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3407 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3408 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3409 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3410 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3411 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3412 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3413 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3414 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3415 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3416 | 2024-05-15T03:08:19.466Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3417 | 2024-05-15T03:08:19.467Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3418 | 2024-05-15T03:08:19.467Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3419 | 2024-05-15T03:08:19.467Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3420 | 2024-05-15T03:08:19.492Z | |
3421 | 2024-05-15T03:08:19.492Z | real 11:39.749709939 |
3422 | 2024-05-15T03:08:19.492Z | user 30:08.441322796 |
3423 | 2024-05-15T03:08:19.492Z | sys 46:47.804790984 |
3424 | 2024-05-15T03:08:19.492Z | trap 0.810567162 |
3425 | 2024-05-15T03:08:19.492Z | tflt 0.140725791 |
3426 | 2024-05-15T03:08:19.492Z | dflt 1.018547320 |
3427 | 2024-05-15T03:08:19.492Z | kflt 0.000807570 |
3428 | 2024-05-15T03:08:19.492Z | lock 3:25:23.857246333 |
3429 | 2024-05-15T03:08:19.492Z | slp 3:09:53.662609478 |
3430 | 2024-05-15T03:08:19.492Z | lat 4:14.147375051 |
3431 | 2024-05-15T03:08:19.492Z | stop 2:02.282348461 |
3432 | 2024-05-15T03:08:19.492Z | process exited: duration 1288414 ms, exit code 0 |
|
3433 | 2024-05-15T03:08:19.542Z | found 0 output files |