|
|
|
1 | 2024-05-24T15:12:24.211Z | job assigned to worker 01HYNJH1K9V8SB0PS12DGTQJV5 (queued for 35 s) |
|
2 | 2024-05-24T15:12:25.132Z | starting task 0: "setup" |
3 | 2024-05-24T15:12:25.157Z | ++ uname -s |
4 | 2024-05-24T15:12:25.157Z | + kern=SunOS |
5 | 2024-05-24T15:12:25.157Z | + case "$kern" in |
6 | 2024-05-24T15:12:25.157Z | + groupadd -g 12345 build |
7 | 2024-05-24T15:12:25.157Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-24T15:12:27.163Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-24T15:12:27.210Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-24T15:12:27.235Z | + home_fs=zfs |
11 | 2024-05-24T15:12:27.235Z | + [[ zfs == autofs ]] |
12 | 2024-05-24T15:12:27.235Z | + mkdir -p /home/build |
13 | 2024-05-24T15:12:27.235Z | + chown build:build /home/build /work |
14 | 2024-05-24T15:12:29.221Z | + chmod 0700 /home/build /work |
15 | 2024-05-24T15:12:29.259Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-05-24T15:12:29.339Z | starting task 1: "rust-toolchain" |
17 | 2024-05-24T15:12:29.371Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-24T15:12:29.372Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-24T15:12:29.459Z | info: downloading installer |
20 | 2024-05-24T15:12:29.946Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-24T15:12:29.946Z | warning: /opt/ooce/bin |
22 | 2024-05-24T15:12:29.946Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-24T15:12:29.946Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-24T15:12:29.946Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-24T15:12:29.947Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-24T15:12:29.947Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-24T15:12:29.947Z | error: cannot install while Rust is installed |
28 | 2024-05-24T15:12:29.947Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-24T15:12:29.990Z | info: profile set to 'default' |
30 | 2024-05-24T15:12:29.991Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-24T15:12:30.019Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-24T15:12:30.087Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-24T15:12:30.087Z | info: downloading component 'cargo' |
34 | 2024-05-24T15:12:30.324Z | info: downloading component 'clippy' |
35 | 2024-05-24T15:12:30.417Z | info: downloading component 'rust-docs' |
36 | 2024-05-24T15:12:31.095Z | info: downloading component 'rust-std' |
37 | 2024-05-24T15:12:31.149Z | info: downloading component 'rustc' |
38 | 2024-05-24T15:12:32.049Z | info: downloading component 'rustfmt' |
39 | 2024-05-24T15:12:32.086Z | info: installing component 'cargo' |
40 | 2024-05-24T15:12:33.188Z | info: installing component 'clippy' |
41 | 2024-05-24T15:12:33.624Z | info: installing component 'rust-docs' |
42 | 2024-05-24T15:12:36.166Z | info: installing component 'rust-std' |
43 | 2024-05-24T15:12:38.221Z | info: installing component 'rustc' |
44 | 2024-05-24T15:12:43.118Z | info: installing component 'rustfmt' |
45 | 2024-05-24T15:12:43.500Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-24T15:12:43.500Z | |
47 | 2024-05-24T15:12:43.614Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-24T15:12:43.614Z | |
49 | 2024-05-24T15:12:43.639Z | |
50 | 2024-05-24T15:12:43.639Z | Rust is installed now. Great! |
51 | 2024-05-24T15:12:43.639Z | |
52 | 2024-05-24T15:12:43.639Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-24T15:12:43.639Z | environment variable. This has not been done automatically. |
54 | 2024-05-24T15:12:43.639Z | |
55 | 2024-05-24T15:12:43.639Z | To configure your current shell, you need to source |
56 | 2024-05-24T15:12:43.639Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-24T15:12:43.639Z | |
58 | 2024-05-24T15:12:43.639Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-24T15:12:43.639Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-24T15:12:43.639Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-24T15:12:43.687Z | + rustc --version |
62 | 2024-05-24T15:12:43.800Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-24T15:12:43.825Z | process exited: duration 14475 ms, exit code 0 |
|
64 | 2024-05-24T15:12:43.881Z | starting task 2: "authentication" |
65 | 2024-05-24T15:12:43.944Z | process exited: duration 66 ms, exit code 0 |
|
66 | 2024-05-24T15:12:43.997Z | starting task 3: "clone repository" |
67 | 2024-05-24T15:12:44.022Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-24T15:12:44.022Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-24T15:12:44.047Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-24T15:12:49.486Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-24T15:12:49.486Z | + git fetch origin ac617d70685a3600e4bb8d3df159c7b1bcbeef10 |
72 | 2024-05-24T15:12:49.895Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-24T15:12:49.895Z | * branch ac617d70685a3600e4bb8d3df159c7b1bcbeef10 -> FETCH_HEAD |
74 | 2024-05-24T15:12:49.921Z | + [[ -n ipnet-weeds ]] |
75 | 2024-05-24T15:12:49.921Z | ++ git branch --show-current |
76 | 2024-05-24T15:12:49.921Z | + current=main |
77 | 2024-05-24T15:12:49.921Z | + [[ main != ipnet-weeds ]] |
78 | 2024-05-24T15:12:49.921Z | + git branch -f ipnet-weeds ac617d70685a3600e4bb8d3df159c7b1bcbeef10 |
79 | 2024-05-24T15:12:49.921Z | + git checkout -f ipnet-weeds |
80 | 2024-05-24T15:12:50.081Z | Switched to branch 'ipnet-weeds' |
81 | 2024-05-24T15:12:50.105Z | + git reset --hard ac617d70685a3600e4bb8d3df159c7b1bcbeef10 |
82 | 2024-05-24T15:12:50.234Z | HEAD is now at ac617d706 one more stray dep |
83 | 2024-05-24T15:12:50.258Z | process exited: duration 6238 ms, exit code 0 |
|
84 | 2024-05-24T15:12:50.308Z | starting task 4: "build" |
85 | 2024-05-24T15:12:50.333Z | + cargo --version |
86 | 2024-05-24T15:12:50.384Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-05-24T15:12:50.409Z | + rustc --version |
88 | 2024-05-24T15:12:50.456Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-24T15:12:50.482Z | + source ./env.sh |
90 | 2024-05-24T15:12:50.482Z | ++ set -o xtrace |
91 | 2024-05-24T15:12:50.482Z | ++++ dirname ./env.sh |
92 | 2024-05-24T15:12:50.482Z | +++ readlink -f . |
93 | 2024-05-24T15:12:50.482Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
94 | 2024-05-24T15:12:50.482Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-05-24T15:12:50.482Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-05-24T15:12:50.482Z | ++ 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 |
97 | 2024-05-24T15:12:50.482Z | ++ 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 |
98 | 2024-05-24T15:12:50.482Z | ++ 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 |
99 | 2024-05-24T15:12:50.482Z | ++ 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 |
100 | 2024-05-24T15:12:50.482Z | ++ 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 |
101 | 2024-05-24T15:12:50.482Z | ++ 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 |
102 | 2024-05-24T15:12:50.482Z | ++ unset OMICRON_WS |
103 | 2024-05-24T15:12:50.482Z | ++ set +o xtrace |
104 | 2024-05-24T15:12:50.482Z | |
105 | 2024-05-24T15:12:50.482Z | ##### ##### ###### ##### ###### #### # # # #### # |
106 | 2024-05-24T15:12:50.482Z | # # # # # # # # # # # # # # # |
107 | 2024-05-24T15:12:50.482Z | # # # # ##### # # ##### # # # # # #### # |
108 | 2024-05-24T15:12:50.482Z | ##### ##### # ##### # # # # # # # # # |
109 | 2024-05-24T15:12:50.482Z | # # # # # # # # # # # # # # # |
110 | 2024-05-24T15:12:50.483Z | # # # ###### # # ###### ### # #### # #### # |
111 | 2024-05-24T15:12:50.483Z | |
112 | 2024-05-24T15:12:55.228Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-05-24T15:12:57.175Z | Startup: Caching catalogs ... Done |
114 | 2024-05-24T15:12:59.592Z | Planning: Solver setup ... Done (1.849s) |
115 | 2024-05-24T15:12:59.625Z | Planning: Running solver ... Done (0.033s) |
116 | 2024-05-24T15:12:59.661Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-05-24T15:12:59.738Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-05-24T15:13:00.112Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-05-24T15:13:00.182Z | Planning: Package planning ... Done (0.067s) |
120 | 2024-05-24T15:13:00.238Z | Planning: Merging actions ... Done (0.060s) |
121 | 2024-05-24T15:13:00.596Z | Planning: Checking for conflicting actions ... Done (0.354s) |
122 | 2024-05-24T15:13:00.628Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-05-24T15:13:01.221Z | Planning: Evaluating mediators ... Done (0.617s) |
124 | 2024-05-24T15:13:01.247Z | Planning: Planning completed in 4.00 seconds |
125 | 2024-05-24T15:13:01.273Z | Packages to install: 4 |
126 | 2024-05-24T15:13:01.273Z | Mediators to change: 2 |
127 | 2024-05-24T15:13:01.273Z | Services to change: 1 |
128 | 2024-05-24T15:13:01.274Z | Estimated space available: 148.90 GB |
129 | 2024-05-24T15:13:01.274Z | Estimated space to be consumed: 1.45 GB |
130 | 2024-05-24T15:13:01.274Z | Create boot environment: No |
131 | 2024-05-24T15:13:01.274Z | Create backup boot environment: No |
132 | 2024-05-24T15:13:01.274Z | Rebuild boot archive: No |
133 | 2024-05-24T15:13:01.274Z | |
134 | 2024-05-24T15:13:01.274Z | Changed mediators: |
135 | 2024-05-24T15:13:01.274Z | mediator clang: |
136 | 2024-05-24T15:13:01.274Z | version: None -> 15 (system default) |
137 | 2024-05-24T15:13:01.274Z | |
138 | 2024-05-24T15:13:01.274Z | mediator llvm: |
139 | 2024-05-24T15:13:01.274Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-05-24T15:13:01.274Z | |
141 | 2024-05-24T15:13:01.274Z | Changed packages: |
142 | 2024-05-24T15:13:01.274Z | helios-dev |
143 | 2024-05-24T15:13:01.274Z | developer/build-essential |
144 | 2024-05-24T15:13:01.274Z | None -> 11-2.0 |
145 | 2024-05-24T15:13:01.274Z | library/libxmlsec1 |
146 | 2024-05-24T15:13:01.274Z | None -> 1.2.35-2.0 |
147 | 2024-05-24T15:13:01.274Z | ooce/developer/clang-15 |
148 | 2024-05-24T15:13:01.274Z | None -> 15.0.7-2.0 |
149 | 2024-05-24T15:13:01.274Z | ooce/developer/llvm-15 |
150 | 2024-05-24T15:13:01.275Z | None -> 15.0.7-2.0 |
151 | 2024-05-24T15:13:01.275Z | |
152 | 2024-05-24T15:13:01.275Z | Services: |
153 | 2024-05-24T15:13:01.275Z | restart_fmri: |
154 | 2024-05-24T15:13:01.275Z | svc:/system/update-man-index:default |
155 | 2024-05-24T15:13:01.310Z | |
156 | 2024-05-24T15:13:01.311Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-05-24T15:13:06.307Z | Download: 1141/3290 items 45.5/212.6MB 21% complete (9.0M/s) |
158 | 2024-05-24T15:13:11.308Z | Download: 2420/3290 items 120.1/212.6MB 56% complete (12.1M/s) |
159 | 2024-05-24T15:13:16.317Z | Download: 3248/3290 items 198.5/212.6MB 93% complete (15.3M/s) |
160 | 2024-05-24T15:13:17.745Z | Download: Completed 212.60 MB in 16.44 seconds (12.9M/s) |
161 | 2024-05-24T15:13:17.966Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-05-24T15:13:22.999Z | Actions: 3258/3689 actions (Installing new actions) |
163 | 2024-05-24T15:13:23.694Z | Actions: Completed 3689 actions in 5.72 seconds. |
164 | 2024-05-24T15:13:23.994Z | Done (0.299s) |
165 | 2024-05-24T15:13:23.995Z | Done (0.000s) |
166 | 2024-05-24T15:13:24.354Z | Done (0.356s) |
167 | 2024-05-24T15:13:29.254Z | Done (4.781s) |
168 | 2024-05-24T15:13:29.344Z | Done (0.017s) |
169 | 2024-05-24T15:13:29.371Z | Done (0.000s) |
170 | 2024-05-24T15:13:29.495Z | Done (0.000s) |
171 | 2024-05-24T15:13:30.101Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-05-24T15:13:30.301Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-05-24T15:13:30.326Z | Planning: Consolidating action changes ... Done |
174 | 2024-05-24T15:13:30.626Z | Planning: Evaluating mediators ... Done |
175 | 2024-05-24T15:13:30.658Z | Planning: Planning completed in 0.52 seconds |
176 | 2024-05-24T15:13:31.103Z | Mediators to change: 2 |
177 | 2024-05-24T15:13:31.103Z | Create boot environment: No |
178 | 2024-05-24T15:13:31.103Z | Create backup boot environment: No |
179 | 2024-05-24T15:13:31.103Z | Done |
180 | 2024-05-24T15:13:31.103Z | Done |
181 | 2024-05-24T15:13:31.103Z | Done |
182 | 2024-05-24T15:13:35.306Z | Done |
183 | 2024-05-24T15:13:35.397Z | Done |
184 | 2024-05-24T15:13:35.424Z | Done |
185 | 2024-05-24T15:13:35.468Z | Done |
186 | 2024-05-24T15:13:36.205Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-05-24T15:13:36.251Z | Planning: Merging actions ... Done |
188 | 2024-05-24T15:13:36.458Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-05-24T15:13:36.907Z | Planning: Consolidating action changes ... Done |
190 | 2024-05-24T15:13:36.908Z | Planning: Evaluating mediators ... Done |
191 | 2024-05-24T15:13:36.908Z | Planning: Planning completed in 0.96 seconds |
192 | 2024-05-24T15:13:36.935Z | Packages to change: 1 |
193 | 2024-05-24T15:13:36.935Z | Mediators to change: 1 |
194 | 2024-05-24T15:13:36.935Z | Services to change: 1 |
195 | 2024-05-24T15:13:36.935Z | Create boot environment: No |
196 | 2024-05-24T15:13:36.935Z | Create backup boot environment: Yes |
197 | 2024-05-24T15:13:38.425Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-05-24T15:13:38.453Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-05-24T15:13:38.454Z | Done |
200 | 2024-05-24T15:13:38.454Z | Done |
201 | 2024-05-24T15:13:38.516Z | Done |
202 | 2024-05-24T15:13:42.838Z | Done |
203 | 2024-05-24T15:13:42.925Z | Done |
204 | 2024-05-24T15:13:42.950Z | Done |
205 | 2024-05-24T15:13:42.998Z | Done |
206 | 2024-05-24T15:13:43.523Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-05-24T15:13:43.523Z | clang system 15 system |
208 | 2024-05-24T15:13:43.523Z | csh system system illumos |
209 | 2024-05-24T15:13:43.523Z | ctags system system illumos |
210 | 2024-05-24T15:13:43.523Z | gcc vendor 12 vendor |
211 | 2024-05-24T15:13:43.523Z | gcc system 10 system |
212 | 2024-05-24T15:13:43.524Z | gcc system 7 system |
213 | 2024-05-24T15:13:43.524Z | go system 1.20 system |
214 | 2024-05-24T15:13:43.524Z | go system 1.19 system |
215 | 2024-05-24T15:13:43.524Z | llvm system 15 system |
216 | 2024-05-24T15:13:43.524Z | llvm system 14 system |
217 | 2024-05-24T15:13:43.524Z | mariadb system 10.6 system |
218 | 2024-05-24T15:13:43.524Z | mta vendor vendor dma |
219 | 2024-05-24T15:13:43.524Z | openjdk system 17 system |
220 | 2024-05-24T15:13:43.524Z | openjdk system 11 system |
221 | 2024-05-24T15:13:43.524Z | openjdk system 1.8 system |
222 | 2024-05-24T15:13:43.524Z | openssl vendor 3 vendor |
223 | 2024-05-24T15:13:43.524Z | perl system 5.36 system |
224 | 2024-05-24T15:13:43.524Z | postgresql system 15 system |
225 | 2024-05-24T15:13:43.524Z | postgresql system 13 system |
226 | 2024-05-24T15:13:43.524Z | python vendor 3 vendor |
227 | 2024-05-24T15:13:43.524Z | python system 2 system |
228 | 2024-05-24T15:13:43.524Z | python3 system 3.11 system |
229 | 2024-05-24T15:13:43.524Z | ruby system 3.0 system |
230 | 2024-05-24T15:13:43.524Z | words vendor vendor american-english |
231 | 2024-05-24T15:13:43.524Z | words system system australian-english |
232 | 2024-05-24T15:13:43.524Z | words system system british-english |
233 | 2024-05-24T15:13:43.524Z | words system system canadian-english |
234 | 2024-05-24T15:13:43.525Z | words system system french |
235 | 2024-05-24T15:13:43.525Z | words system system italian |
236 | 2024-05-24T15:13:43.525Z | words system system ngerman |
237 | 2024-05-24T15:13:43.525Z | words system system ogerman |
238 | 2024-05-24T15:13:43.525Z | words system system spanish |
239 | 2024-05-24T15:13:43.938Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-05-24T15:13:43.938Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-05-24T15:13:45.702Z | FMRI IFO |
242 | 2024-05-24T15:13:45.702Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-05-24T15:13:45.702Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-05-24T15:13:45.702Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-05-24T15:13:45.702Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-05-24T15:13:45.702Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-05-24T15:13:45.702Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-05-24T15:13:45.703Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-05-24T15:13:45.703Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-05-24T15:13:45.703Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-05-24T15:13:45.703Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-05-24T15:13:45.703Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-05-24T15:13:45.703Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-05-24T15:13:45.963Z | + set -o errexit |
255 | 2024-05-24T15:13:45.993Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-05-24T15:13:45.993Z | ++ cd ./tools |
257 | 2024-05-24T15:13:45.993Z | ++ pwd |
258 | 2024-05-24T15:13:45.993Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-05-24T15:13:45.993Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-05-24T15:13:45.994Z | + ARG0=ci_download_cockroachdb |
261 | 2024-05-24T15:13:45.994Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-05-24T15:13:45.994Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-05-24T15:13:45.994Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-05-24T15:13:45.994Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-05-24T15:13:45.994Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-05-24T15:13:45.994Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-05-24T15:13:45.994Z | + TARGET_DIR=out |
268 | 2024-05-24T15:13:45.994Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-05-24T15:13:45.994Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-05-24T15:13:45.994Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-05-24T15:13:45.994Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-05-24T15:13:45.994Z | + main |
273 | 2024-05-24T15:13:45.994Z | + [[ 0 != 0 ]] |
274 | 2024-05-24T15:13:45.994Z | + CIDL_OS=solaris2.11 |
275 | 2024-05-24T15:13:45.994Z | + [[ 0 != 0 ]] |
276 | 2024-05-24T15:13:45.994Z | + configure_os solaris2.11 |
277 | 2024-05-24T15:13:45.994Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-05-24T15:13:45.994Z | + echo 'configuring based on OS: "solaris2.11"' |
279 | 2024-05-24T15:13:45.994Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-05-24T15:13:45.994Z | configuring based on OS: "solaris2.11" |
281 | 2024-05-24T15:13:45.994Z | + case "$1" in |
282 | 2024-05-24T15:13:45.994Z | + CIDL_BUILD=illumos |
283 | 2024-05-24T15:13:45.995Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-05-24T15:13:45.995Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-05-24T15:13:45.995Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2024-05-24T15:13:45.995Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-05-24T15:13:45.995Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-05-24T15:13:45.995Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-24T15:13:45.995Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-24T15:13:45.995Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-05-24T15:13:45.995Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-05-24T15:13:45.995Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-05-24T15:13:45.995Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-05-24T15:13:45.995Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-05-24T15:13:45.995Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-05-24T15:13:45.995Z | + mkdir -p out/downloads |
297 | 2024-05-24T15:13:45.995Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-05-24T15:13:45.995Z | + mkdir -p ./out/cockroachdb |
299 | 2024-05-24T15:13:45.995Z | + local DO_DOWNLOAD=true |
300 | 2024-05-24T15:13:45.995Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-05-24T15:13:45.995Z | + '[' true == true ']' |
302 | 2024-05-24T15:13:45.995Z | + echo Downloading... |
303 | 2024-05-24T15:13:45.995Z | Downloading... |
304 | 2024-05-24T15:13:45.995Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-24T15:13:45.995Z | + 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 |
306 | 2024-05-24T15:13:50.413Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-05-24T15:13:50.448Z | ++ sha256sum |
308 | 2024-05-24T15:13:50.448Z | ++ awk '{print $1}' |
309 | 2024-05-24T15:13:50.498Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-05-24T15:13:50.498Z | + [[ 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 ]] |
311 | 2024-05-24T15:13:50.499Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-24T15:13:50.535Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-05-24T15:13:53.389Z | + do_assemble_illumos |
314 | 2024-05-24T15:13:53.389Z | + rm -r ./out/cockroachdb |
315 | 2024-05-24T15:13:53.414Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-05-24T15:13:53.802Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-05-24T15:13:54.049Z | Build Tag: v22.1.9-dirty |
318 | 2024-05-24T15:13:54.049Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-05-24T15:13:54.050Z | Distribution: OSS |
320 | 2024-05-24T15:13:54.050Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-05-24T15:13:54.050Z | Go Version: go1.17.13 |
322 | 2024-05-24T15:13:54.050Z | C Compiler: gcc 10.3.0 |
323 | 2024-05-24T15:13:54.050Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-05-24T15:13:54.050Z | Build Type: release |
325 | 2024-05-24T15:13:54.075Z | + set -o errexit |
326 | 2024-05-24T15:13:54.101Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-05-24T15:13:54.101Z | ++ cd ./tools |
328 | 2024-05-24T15:13:54.101Z | ++ pwd |
329 | 2024-05-24T15:13:54.101Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-05-24T15:13:54.101Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-05-24T15:13:54.101Z | + ARG0=ci_download_clickhouse |
332 | 2024-05-24T15:13:54.101Z | + TARGET_DIR=out |
333 | 2024-05-24T15:13:54.101Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-05-24T15:13:54.101Z | + DEST_DIR=./out/clickhouse |
335 | 2024-05-24T15:13:54.101Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-05-24T15:13:54.101Z | + CIDL_VERSION=v23.8.7.24 |
337 | 2024-05-24T15:13:54.101Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-05-24T15:13:54.101Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
339 | 2024-05-24T15:13:54.102Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
340 | 2024-05-24T15:13:54.102Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
341 | 2024-05-24T15:13:54.102Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-05-24T15:13:54.102Z | + main |
343 | 2024-05-24T15:13:54.102Z | + [[ 0 != 0 ]] |
344 | 2024-05-24T15:13:54.102Z | + CIDL_OS=solaris2.11 |
345 | 2024-05-24T15:13:54.102Z | + [[ 0 != 0 ]] |
346 | 2024-05-24T15:13:54.102Z | + configure_os solaris2.11 |
347 | 2024-05-24T15:13:54.102Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-05-24T15:13:54.102Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2024-05-24T15:13:54.102Z | current directory: /work/oxidecomputer/omicron |
350 | 2024-05-24T15:13:54.102Z | configuring based on OS: "solaris2.11" |
351 | 2024-05-24T15:13:54.102Z | + CIDL_DASHREV= |
352 | 2024-05-24T15:13:54.102Z | + case "$1" in |
353 | 2024-05-24T15:13:54.102Z | + CIDL_PLATFORM=illumos |
354 | 2024-05-24T15:13:54.102Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
355 | 2024-05-24T15:13:54.102Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-05-24T15:13:54.102Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
357 | 2024-05-24T15:13:54.102Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-24T15:13:54.102Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-24T15:13:54.102Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-24T15:13:54.102Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-05-24T15:13:54.102Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-05-24T15:13:54.103Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-05-24T15:13:54.103Z | + mkdir -p out/downloads |
364 | 2024-05-24T15:13:54.103Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-05-24T15:13:54.103Z | + mkdir -p ./out/clickhouse |
366 | 2024-05-24T15:13:54.103Z | + local DO_DOWNLOAD=true |
367 | 2024-05-24T15:13:54.103Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
368 | 2024-05-24T15:13:54.103Z | + '[' true == true ']' |
369 | 2024-05-24T15:13:54.103Z | + echo Downloading... |
370 | 2024-05-24T15:13:54.103Z | Downloading... |
371 | 2024-05-24T15:13:54.103Z | + 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 |
372 | 2024-05-24T15:13:54.103Z | + 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 |
373 | 2024-05-24T15:14:01.242Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-24T15:14:01.268Z | ++ md5sum |
375 | 2024-05-24T15:14:01.268Z | ++ awk '{print $1}' |
376 | 2024-05-24T15:14:01.512Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
377 | 2024-05-24T15:14:01.512Z | + [[ 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 ]] |
378 | 2024-05-24T15:14:01.512Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
379 | 2024-05-24T15:14:01.512Z | + mkdir -p ./out/clickhouse |
380 | 2024-05-24T15:14:01.539Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
381 | 2024-05-24T15:14:06.634Z | + [[ solaris2.11 == darwin* ]] |
382 | 2024-05-24T15:14:06.634Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-05-24T15:14:06.796Z | ClickHouse server version 23.8.7.1. |
384 | 2024-05-24T15:14:06.826Z | + set -o errexit |
385 | 2024-05-24T15:14:06.852Z | +++ dirname ./tools/ci_download_console |
386 | 2024-05-24T15:14:06.852Z | ++ cd ./tools |
387 | 2024-05-24T15:14:06.852Z | ++ pwd |
388 | 2024-05-24T15:14:06.852Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-05-24T15:14:06.852Z | ++ basename ./tools/ci_download_console |
390 | 2024-05-24T15:14:06.852Z | + ARG0=ci_download_console |
391 | 2024-05-24T15:14:06.852Z | + TARGET_DIR=out |
392 | 2024-05-24T15:14:06.852Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-05-24T15:14:06.852Z | + DEST_DIR=./out/console-assets |
394 | 2024-05-24T15:14:06.852Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-05-24T15:14:06.852Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
396 | 2024-05-24T15:14:06.852Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
397 | 2024-05-24T15:14:06.852Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
398 | 2024-05-24T15:14:06.852Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-05-24T15:14:06.853Z | + main |
400 | 2024-05-24T15:14:06.853Z | + [[ 0 != 0 ]] |
401 | 2024-05-24T15:14:06.853Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
402 | 2024-05-24T15:14:06.853Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2024-05-24T15:14:06.853Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
404 | 2024-05-24T15:14:06.853Z | Local file: out/downloads/console.tar.gz |
405 | 2024-05-24T15:14:06.853Z | + local DO_DOWNLOAD=true |
406 | 2024-05-24T15:14:06.853Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-05-24T15:14:06.853Z | + mkdir -p out/downloads |
408 | 2024-05-24T15:14:06.853Z | + '[' true == true ']' |
409 | 2024-05-24T15:14:06.853Z | + echo Downloading... |
410 | 2024-05-24T15:14:06.853Z | Downloading... |
411 | 2024-05-24T15:14:06.853Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
412 | 2024-05-24T15:14:06.853Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
413 | 2024-05-24T15:14:07.154Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-05-24T15:14:07.154Z | ++ case "$OSTYPE" in |
415 | 2024-05-24T15:14:07.154Z | ++ SHA=sha256sum |
416 | 2024-05-24T15:14:07.180Z | ++ sha256sum |
417 | 2024-05-24T15:14:07.180Z | ++ awk '{print $1}' |
418 | 2024-05-24T15:14:07.180Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
419 | 2024-05-24T15:14:07.180Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
420 | 2024-05-24T15:14:07.180Z | + rm -rf ./out/console-assets |
421 | 2024-05-24T15:14:07.180Z | + mkdir -p ./out/console-assets |
422 | 2024-05-24T15:14:07.180Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-05-24T15:14:07.180Z | + mkdir -p ./out/console-assets |
424 | 2024-05-24T15:14:07.180Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-05-24T15:14:07.306Z | + set -o errexit |
426 | 2024-05-24T15:14:07.334Z | +++ dirname ./tools/ci_download_dendrite_openapi |
427 | 2024-05-24T15:14:07.334Z | ++ cd ./tools |
428 | 2024-05-24T15:14:07.334Z | ++ pwd |
429 | 2024-05-24T15:14:07.334Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-05-24T15:14:07.334Z | ++ basename ./tools/ci_download_dendrite_openapi |
431 | 2024-05-24T15:14:07.334Z | + ARG0=ci_download_dendrite_openapi |
432 | 2024-05-24T15:14:07.334Z | + TARGET_DIR=out |
433 | 2024-05-24T15:14:07.334Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-05-24T15:14:07.334Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
435 | 2024-05-24T15:14:07.334Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
436 | 2024-05-24T15:14:07.334Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
437 | 2024-05-24T15:14:07.334Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
438 | 2024-05-24T15:14:07.334Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
439 | 2024-05-24T15:14:07.334Z | + main |
440 | 2024-05-24T15:14:07.334Z | + [[ 0 != 0 ]] |
441 | 2024-05-24T15:14:07.334Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
442 | 2024-05-24T15:14:07.334Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
443 | 2024-05-24T15:14:07.334Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
444 | 2024-05-24T15:14:07.334Z | + local DO_DOWNLOAD=true |
445 | 2024-05-24T15:14:07.334Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
446 | 2024-05-24T15:14:07.334Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
447 | 2024-05-24T15:14:07.334Z | + mkdir -p out/downloads |
448 | 2024-05-24T15:14:07.335Z | + '[' true == true ']' |
449 | 2024-05-24T15:14:07.335Z | + echo Downloading... |
450 | 2024-05-24T15:14:07.335Z | Downloading... |
451 | 2024-05-24T15:14:07.335Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
452 | 2024-05-24T15:14:07.335Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
453 | 2024-05-24T15:14:07.614Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
454 | 2024-05-24T15:14:07.614Z | ++ case "$OSTYPE" in |
455 | 2024-05-24T15:14:07.614Z | ++ SHA=sha256sum |
456 | 2024-05-24T15:14:07.642Z | ++ sha256sum |
457 | 2024-05-24T15:14:07.643Z | ++ awk '{print $1}' |
458 | 2024-05-24T15:14:07.643Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
459 | 2024-05-24T15:14:07.643Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
460 | 2024-05-24T15:14:07.643Z | + set -o errexit |
461 | 2024-05-24T15:14:07.643Z | +++ dirname ./tools/ci_download_dendrite_stub |
462 | 2024-05-24T15:14:07.643Z | ++ cd ./tools |
463 | 2024-05-24T15:14:07.643Z | ++ pwd |
464 | 2024-05-24T15:14:07.643Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
465 | 2024-05-24T15:14:07.643Z | ++ basename ./tools/ci_download_dendrite_stub |
466 | 2024-05-24T15:14:07.644Z | + ARG0=ci_download_dendrite_stub |
467 | 2024-05-24T15:14:07.644Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
468 | 2024-05-24T15:14:07.644Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
469 | 2024-05-24T15:14:07.644Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
470 | 2024-05-24T15:14:07.644Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
471 | 2024-05-24T15:14:07.644Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2024-05-24T15:14:07.644Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
473 | 2024-05-24T15:14:07.644Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
474 | 2024-05-24T15:14:07.645Z | + TARGET_DIR=out |
475 | 2024-05-24T15:14:07.645Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-05-24T15:14:07.645Z | + DEST_DIR=./out/dendrite-stub |
477 | 2024-05-24T15:14:07.645Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
478 | 2024-05-24T15:14:07.645Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
479 | 2024-05-24T15:14:07.645Z | + REPO=oxidecomputer/dendrite |
480 | 2024-05-24T15:14:07.645Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
481 | 2024-05-24T15:14:07.645Z | + main |
482 | 2024-05-24T15:14:07.645Z | + [[ 0 != 0 ]] |
483 | 2024-05-24T15:14:07.646Z | + CIDL_OS=solaris2.11 |
484 | 2024-05-24T15:14:07.646Z | + [[ 0 != 0 ]] |
485 | 2024-05-24T15:14:07.646Z | + configure_os solaris2.11 |
486 | 2024-05-24T15:14:07.646Z | + echo 'current directory: /work/oxidecomputer/omicron' |
487 | 2024-05-24T15:14:07.646Z | current directory: /work/oxidecomputer/omicron |
488 | 2024-05-24T15:14:07.646Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2024-05-24T15:14:07.646Z | + case "$1" in |
490 | 2024-05-24T15:14:07.646Z | + SET_BINARIES= |
491 | 2024-05-24T15:14:07.646Z | configuring based on OS: "solaris2.11" |
492 | 2024-05-24T15:14:07.647Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
493 | 2024-05-24T15:14:07.647Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2024-05-24T15:14:07.647Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2024-05-24T15:14:07.647Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
496 | 2024-05-24T15:14:07.647Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2024-05-24T15:14:07.647Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
498 | 2024-05-24T15:14:07.647Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
499 | 2024-05-24T15:14:07.647Z | + mkdir -p out/downloads |
500 | 2024-05-24T15:14:07.648Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
501 | 2024-05-24T15:14:07.648Z | Local file: out/downloads/dendrite-stub.tar.gz |
502 | 2024-05-24T15:14:07.648Z | + mkdir -p ./out/dendrite-stub |
503 | 2024-05-24T15:14:07.648Z | + fetch_and_verify |
504 | 2024-05-24T15:14:07.648Z | + local DO_DOWNLOAD=true |
505 | 2024-05-24T15:14:07.648Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
506 | 2024-05-24T15:14:07.648Z | + '[' true == true ']' |
507 | 2024-05-24T15:14:07.648Z | + echo Downloading... |
508 | 2024-05-24T15:14:07.649Z | Downloading... |
509 | 2024-05-24T15:14:07.649Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
510 | 2024-05-24T15:14:07.649Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
511 | 2024-05-24T15:14:15.021Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
512 | 2024-05-24T15:14:15.046Z | ++ sha256sum |
513 | 2024-05-24T15:14:15.046Z | ++ awk '{print $1}' |
514 | 2024-05-24T15:14:15.078Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
515 | 2024-05-24T15:14:15.078Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
516 | 2024-05-24T15:14:15.078Z | + do_untar out/downloads/dendrite-stub.tar.gz |
517 | 2024-05-24T15:14:15.078Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
518 | 2024-05-24T15:14:15.893Z | + do_assemble |
519 | 2024-05-24T15:14:15.893Z | + rm -r ./out/dendrite-stub |
520 | 2024-05-24T15:14:15.920Z | + mkdir ./out/dendrite-stub |
521 | 2024-05-24T15:14:15.920Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
522 | 2024-05-24T15:14:16.056Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
523 | 2024-05-24T15:14:16.087Z | + set -o errexit |
524 | 2024-05-24T15:14:16.087Z | +++ dirname ./tools/ci_download_maghemite_mgd |
525 | 2024-05-24T15:14:16.087Z | ++ cd ./tools |
526 | 2024-05-24T15:14:16.088Z | ++ pwd |
527 | 2024-05-24T15:14:16.088Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2024-05-24T15:14:16.088Z | ++ basename ./tools/ci_download_maghemite_mgd |
529 | 2024-05-24T15:14:16.088Z | + ARG0=ci_download_maghemite_mgd |
530 | 2024-05-24T15:14:16.088Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
531 | 2024-05-24T15:14:16.089Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
532 | 2024-05-24T15:14:16.089Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
533 | 2024-05-24T15:14:16.089Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
534 | 2024-05-24T15:14:16.089Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
535 | 2024-05-24T15:14:16.089Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
536 | 2024-05-24T15:14:16.090Z | + TARGET_DIR=out |
537 | 2024-05-24T15:14:16.090Z | + DOWNLOAD_DIR=out/downloads |
538 | 2024-05-24T15:14:16.090Z | + DEST_DIR=./out/mgd |
539 | 2024-05-24T15:14:16.090Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
540 | 2024-05-24T15:14:16.090Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2024-05-24T15:14:16.091Z | + REPO=oxidecomputer/maghemite |
542 | 2024-05-24T15:14:16.091Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
543 | 2024-05-24T15:14:16.091Z | + main |
544 | 2024-05-24T15:14:16.091Z | + rm -rf out/downloads/root |
545 | 2024-05-24T15:14:16.091Z | + [[ 0 != 0 ]] |
546 | 2024-05-24T15:14:16.092Z | + CIDL_OS=solaris2.11 |
547 | 2024-05-24T15:14:16.092Z | + [[ 0 != 0 ]] |
548 | 2024-05-24T15:14:16.092Z | + configure_os solaris2.11 |
549 | 2024-05-24T15:14:16.092Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2024-05-24T15:14:16.092Z | current directory: /work/oxidecomputer/omicron |
551 | 2024-05-24T15:14:16.093Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2024-05-24T15:14:16.093Z | + case "$1" in |
553 | 2024-05-24T15:14:16.093Z | + SET_BINARIES= |
554 | 2024-05-24T15:14:16.093Z | configuring based on OS: "solaris2.11" |
555 | 2024-05-24T15:14:16.093Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-05-24T15:14:16.093Z | + TARBALL_FILENAME=mgd.tar.gz |
557 | 2024-05-24T15:14:16.094Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
558 | 2024-05-24T15:14:16.094Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
559 | 2024-05-24T15:14:16.094Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
560 | 2024-05-24T15:14:16.094Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
561 | 2024-05-24T15:14:16.094Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
562 | 2024-05-24T15:14:16.095Z | + mkdir -p out/downloads |
563 | 2024-05-24T15:14:16.095Z | Local file: out/downloads/mgd.tar.gz |
564 | 2024-05-24T15:14:16.095Z | + mkdir -p ./out/mgd |
565 | 2024-05-24T15:14:16.155Z | + fetch_and_verify |
566 | 2024-05-24T15:14:16.155Z | + local DO_DOWNLOAD=true |
567 | 2024-05-24T15:14:16.155Z | + [[ -f out/downloads/mgd.tar.gz ]] |
568 | 2024-05-24T15:14:16.155Z | + '[' true == true ']' |
569 | 2024-05-24T15:14:16.156Z | + echo Downloading... |
570 | 2024-05-24T15:14:16.156Z | Downloading... |
571 | 2024-05-24T15:14:16.156Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
572 | 2024-05-24T15:14:16.156Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
573 | 2024-05-24T15:14:25.057Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
574 | 2024-05-24T15:14:25.085Z | ++ sha256sum |
575 | 2024-05-24T15:14:25.085Z | ++ awk '{print $1}' |
576 | 2024-05-24T15:14:25.118Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
577 | 2024-05-24T15:14:25.118Z | + [[ 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 ]] |
578 | 2024-05-24T15:14:25.118Z | + do_untar out/downloads/mgd.tar.gz |
579 | 2024-05-24T15:14:25.119Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
580 | 2024-05-24T15:14:25.846Z | + do_assemble |
581 | 2024-05-24T15:14:25.846Z | + rm -r ./out/mgd |
582 | 2024-05-24T15:14:25.881Z | + mkdir ./out/mgd |
583 | 2024-05-24T15:14:25.881Z | + cp -r out/downloads/root ./out/mgd/root |
584 | 2024-05-24T15:14:25.927Z | + set -o errexit |
585 | 2024-05-24T15:14:25.976Z | +++ dirname ./tools/ci_download_transceiver_control |
586 | 2024-05-24T15:14:25.976Z | ++ cd ./tools |
587 | 2024-05-24T15:14:25.976Z | ++ pwd |
588 | 2024-05-24T15:14:25.976Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-05-24T15:14:25.976Z | ++ basename ./tools/ci_download_transceiver_control |
590 | 2024-05-24T15:14:25.976Z | + ARG0=ci_download_transceiver_control |
591 | 2024-05-24T15:14:25.976Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
592 | 2024-05-24T15:14:25.976Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
593 | 2024-05-24T15:14:25.976Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2024-05-24T15:14:25.976Z | + TARGET_DIR=out |
595 | 2024-05-24T15:14:25.976Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-05-24T15:14:25.976Z | + DEST_DIR=./out/transceiver-control |
597 | 2024-05-24T15:14:25.976Z | + BIN_DIR=/opt/oxide/bin |
598 | 2024-05-24T15:14:25.976Z | + BINARY=xcvradm |
599 | 2024-05-24T15:14:25.977Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
600 | 2024-05-24T15:14:25.977Z | + REPO=oxidecomputer/transceiver-control |
601 | 2024-05-24T15:14:25.977Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
602 | 2024-05-24T15:14:25.977Z | + main |
603 | 2024-05-24T15:14:25.977Z | + [[ 0 != 0 ]] |
604 | 2024-05-24T15:14:25.977Z | + CIDL_OS=solaris2.11 |
605 | 2024-05-24T15:14:25.977Z | + [[ 0 != 0 ]] |
606 | 2024-05-24T15:14:25.977Z | + configure_os solaris2.11 |
607 | 2024-05-24T15:14:25.977Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-05-24T15:14:25.977Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2024-05-24T15:14:25.977Z | + case "$1" in |
610 | 2024-05-24T15:14:25.977Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-05-24T15:14:25.977Z | + SET_BINARIES= |
612 | 2024-05-24T15:14:25.977Z | configuring based on OS: "solaris2.11" |
613 | 2024-05-24T15:14:25.977Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
614 | 2024-05-24T15:14:25.977Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2024-05-24T15:14:25.977Z | + ARCHIVE_FILENAME=xcvradm.gz |
616 | 2024-05-24T15:14:25.977Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
617 | 2024-05-24T15:14:25.977Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
618 | 2024-05-24T15:14:25.977Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
619 | 2024-05-24T15:14:25.977Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
620 | 2024-05-24T15:14:25.977Z | + echo 'Local file: out/downloads/xcvradm.gz' |
621 | 2024-05-24T15:14:25.977Z | + mkdir -p out/downloads |
622 | 2024-05-24T15:14:25.978Z | Local file: out/downloads/xcvradm.gz |
623 | 2024-05-24T15:14:25.978Z | + mkdir -p ./out/transceiver-control |
624 | 2024-05-24T15:14:25.978Z | + fetch_and_verify |
625 | 2024-05-24T15:14:25.978Z | + local DO_DOWNLOAD=true |
626 | 2024-05-24T15:14:25.978Z | + [[ -f out/downloads/xcvradm.gz ]] |
627 | 2024-05-24T15:14:25.978Z | + '[' true == true ']' |
628 | 2024-05-24T15:14:25.978Z | + echo Downloading... |
629 | 2024-05-24T15:14:25.978Z | Downloading... |
630 | 2024-05-24T15:14:25.978Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
631 | 2024-05-24T15:14:25.978Z | + 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 |
632 | 2024-05-24T15:14:27.937Z | ++ do_sha256sum out/downloads/xcvradm.gz |
633 | 2024-05-24T15:14:27.962Z | ++ sha256sum |
634 | 2024-05-24T15:14:27.962Z | ++ awk '{print $1}' |
635 | 2024-05-24T15:14:27.962Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2024-05-24T15:14:27.962Z | + [[ 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 ]] |
637 | 2024-05-24T15:14:27.962Z | + do_unpack out/downloads/xcvradm.gz |
638 | 2024-05-24T15:14:27.963Z | + mkdir -p out/downloads/root//opt/oxide/bin |
639 | 2024-05-24T15:14:27.963Z | + gzip -dc out/downloads/xcvradm.gz |
640 | 2024-05-24T15:14:28.096Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
641 | 2024-05-24T15:14:28.120Z | + do_assemble |
642 | 2024-05-24T15:14:28.120Z | + rm -r ./out/transceiver-control |
643 | 2024-05-24T15:14:28.121Z | + mkdir ./out/transceiver-control |
644 | 2024-05-24T15:14:28.121Z | + cp -r out/downloads/root ./out/transceiver-control/root |
645 | 2024-05-24T15:14:28.189Z | + set -o errexit |
646 | 2024-05-24T15:14:28.214Z | +++ dirname ./tools/ci_download_thundermuffin |
647 | 2024-05-24T15:14:28.214Z | ++ cd ./tools |
648 | 2024-05-24T15:14:28.214Z | ++ pwd |
649 | 2024-05-24T15:14:28.214Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2024-05-24T15:14:28.215Z | ++ basename ./tools/ci_download_thundermuffin |
651 | 2024-05-24T15:14:28.215Z | + ARG0=ci_download_thundermuffin |
652 | 2024-05-24T15:14:28.215Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
653 | 2024-05-24T15:14:28.215Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
654 | 2024-05-24T15:14:28.215Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
655 | 2024-05-24T15:14:28.215Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
656 | 2024-05-24T15:14:28.215Z | + TARGET_DIR=out |
657 | 2024-05-24T15:14:28.215Z | + DOWNLOAD_DIR=out/downloads |
658 | 2024-05-24T15:14:28.215Z | + DEST_DIR=./out/thundermuffin |
659 | 2024-05-24T15:14:28.215Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
660 | 2024-05-24T15:14:28.215Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2024-05-24T15:14:28.215Z | + REPO=oxidecomputer/thundermuffin |
662 | 2024-05-24T15:14:28.215Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
663 | 2024-05-24T15:14:28.215Z | + main |
664 | 2024-05-24T15:14:28.215Z | + rm -rf out/downloads/root |
665 | 2024-05-24T15:14:28.215Z | + [[ 0 != 0 ]] |
666 | 2024-05-24T15:14:28.215Z | + CIDL_OS=solaris2.11 |
667 | 2024-05-24T15:14:28.215Z | + [[ 0 != 0 ]] |
668 | 2024-05-24T15:14:28.215Z | + configure_os solaris2.11 |
669 | 2024-05-24T15:14:28.215Z | + echo 'current directory: /work/oxidecomputer/omicron' |
670 | 2024-05-24T15:14:28.215Z | current directory: /work/oxidecomputer/omicron |
671 | 2024-05-24T15:14:28.215Z | + echo 'configuring based on OS: "solaris2.11"' |
672 | 2024-05-24T15:14:28.216Z | configuring based on OS: "solaris2.11" |
673 | 2024-05-24T15:14:28.216Z | + case "$1" in |
674 | 2024-05-24T15:14:28.216Z | + SET_BINARIES= |
675 | 2024-05-24T15:14:28.216Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2024-05-24T15:14:28.216Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
677 | 2024-05-24T15:14:28.216Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
678 | 2024-05-24T15:14:28.216Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
679 | 2024-05-24T15:14:28.216Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
680 | 2024-05-24T15:14:28.216Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
681 | 2024-05-24T15:14:28.216Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
682 | 2024-05-24T15:14:28.216Z | Local file: out/downloads/thundermuffin.tar.gz |
683 | 2024-05-24T15:14:28.216Z | + mkdir -p out/downloads |
684 | 2024-05-24T15:14:28.216Z | + mkdir -p ./out/thundermuffin |
685 | 2024-05-24T15:14:28.241Z | + fetch_and_verify |
686 | 2024-05-24T15:14:28.241Z | + local DO_DOWNLOAD=true |
687 | 2024-05-24T15:14:28.241Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
688 | 2024-05-24T15:14:28.241Z | + '[' true == true ']' |
689 | 2024-05-24T15:14:28.241Z | + echo Downloading... |
690 | 2024-05-24T15:14:28.241Z | Downloading... |
691 | 2024-05-24T15:14:28.241Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
692 | 2024-05-24T15:14:28.241Z | + 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 |
693 | 2024-05-24T15:14:28.644Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
694 | 2024-05-24T15:14:28.674Z | ++ sha256sum |
695 | 2024-05-24T15:14:28.674Z | ++ awk '{print $1}' |
696 | 2024-05-24T15:14:28.674Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
697 | 2024-05-24T15:14:28.674Z | + [[ 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 ]] |
698 | 2024-05-24T15:14:28.674Z | + do_untar out/downloads/thundermuffin.tar.gz |
699 | 2024-05-24T15:14:28.674Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
700 | 2024-05-24T15:14:28.736Z | + do_assemble |
701 | 2024-05-24T15:14:28.736Z | + rm -r ./out/thundermuffin |
702 | 2024-05-24T15:14:28.761Z | + mkdir ./out/thundermuffin |
703 | 2024-05-24T15:14:28.761Z | + cp -r out/downloads/root ./out/thundermuffin/root |
704 | 2024-05-24T15:14:28.785Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2024-05-24T15:14:28.785Z | |
706 | 2024-05-24T15:14:28.785Z | real 1:38.298776323 |
707 | 2024-05-24T15:14:28.786Z | user 44.703131185 |
708 | 2024-05-24T15:14:28.786Z | sys 11.025251911 |
709 | 2024-05-24T15:14:28.786Z | trap 0.012258947 |
710 | 2024-05-24T15:14:28.786Z | tflt 0.009073605 |
711 | 2024-05-24T15:14:28.786Z | dflt 0.017743740 |
712 | 2024-05-24T15:14:28.786Z | kflt 0.005388641 |
713 | 2024-05-24T15:14:28.786Z | lock 1.952704058 |
714 | 2024-05-24T15:14:28.786Z | slp 3:11.349046511 |
715 | 2024-05-24T15:14:28.786Z | lat 4.364328309 |
716 | 2024-05-24T15:14:28.786Z | stop 0.069803317 |
717 | 2024-05-24T15:14:28.786Z | |
718 | 2024-05-24T15:14:28.786Z | #### # # ##### ##### # # |
719 | 2024-05-24T15:14:28.786Z | # # # # # # # # # # |
720 | 2024-05-24T15:14:28.786Z | # # # # # # # # |
721 | 2024-05-24T15:14:28.786Z | # # # ##### ##### # |
722 | 2024-05-24T15:14:28.786Z | # # # # # # # |
723 | 2024-05-24T15:14:28.786Z | #### ###### # # # # |
724 | 2024-05-24T15:14:28.786Z | |
725 | 2024-05-24T15:14:29.050Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-05-24T15:14:29.646Z | Updating git repository `https://github.com/oxidecomputer/zone` |
727 | 2024-05-24T15:14:30.166Z | Updating crates.io index |
728 | 2024-05-24T15:14:30.230Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-05-24T15:14:31.057Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
730 | 2024-05-24T15:14:31.941Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
731 | 2024-05-24T15:14:32.405Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-05-24T15:14:34.593Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-05-24T15:14:35.092Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
734 | 2024-05-24T15:14:35.553Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-05-24T15:14:36.738Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-05-24T15:14:38.621Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-05-24T15:14:39.685Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
738 | 2024-05-24T15:14:40.575Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-05-24T15:14:41.306Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-05-24T15:14:41.808Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2024-05-24T15:14:42.438Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2024-05-24T15:14:43.051Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2024-05-24T15:14:43.673Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
744 | 2024-05-24T15:14:44.246Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
745 | 2024-05-24T15:14:44.739Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
746 | 2024-05-24T15:14:45.207Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
747 | 2024-05-24T15:14:45.863Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2024-05-24T15:14:46.365Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
749 | 2024-05-24T15:14:47.095Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
750 | 2024-05-24T15:14:47.559Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2024-05-24T15:14:48.340Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-05-24T15:14:49.438Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2024-05-24T15:14:49.920Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
754 | 2024-05-24T15:14:50.383Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-05-24T15:14:50.884Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2024-05-24T15:14:53.127Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2024-05-24T15:14:53.592Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2024-05-24T15:14:54.008Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2024-05-24T15:14:54.540Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
760 | 2024-05-24T15:14:56.075Z | Downloading crates ... |
761 | 2024-05-24T15:14:56.134Z | Downloaded anstyle v1.0.7 |
762 | 2024-05-24T15:14:56.159Z | Downloaded camino v1.1.7 |
763 | 2024-05-24T15:14:56.159Z | Downloaded semver v1.0.23 |
764 | 2024-05-24T15:14:56.159Z | Downloaded clap v4.5.4 |
765 | 2024-05-24T15:14:56.159Z | Downloaded anyhow v1.0.83 |
766 | 2024-05-24T15:14:56.185Z | Downloaded utf8parse v0.2.1 |
767 | 2024-05-24T15:14:56.185Z | Downloaded swrite v0.1.0 |
768 | 2024-05-24T15:14:56.185Z | Downloaded serde_json v1.0.117 |
769 | 2024-05-24T15:14:56.185Z | Downloaded winnow v0.6.8 |
770 | 2024-05-24T15:14:56.210Z | Downloaded syn v2.0.64 |
771 | 2024-05-24T15:14:56.210Z | Downloaded libc v0.2.153 |
772 | 2024-05-24T15:14:56.237Z | Downloaded unicode-ident v1.0.12 |
773 | 2024-05-24T15:14:56.261Z | Downloaded toml_edit v0.22.13 |
774 | 2024-05-24T15:14:56.286Z | Downloaded rustix v0.38.34 |
775 | 2024-05-24T15:14:56.311Z | Downloaded itoa v1.0.11 |
776 | 2024-05-24T15:14:56.311Z | Downloaded hashbrown v0.14.5 |
777 | 2024-05-24T15:14:56.311Z | Downloaded fs-err v2.11.0 |
778 | 2024-05-24T15:14:56.311Z | Downloaded clap_derive v4.5.4 |
779 | 2024-05-24T15:14:56.311Z | Downloaded serde_spanned v0.6.6 |
780 | 2024-05-24T15:14:56.311Z | Downloaded ryu v1.0.18 |
781 | 2024-05-24T15:14:56.311Z | Downloaded toml_datetime v0.6.6 |
782 | 2024-05-24T15:14:56.336Z | Downloaded toml v0.8.13 |
783 | 2024-05-24T15:14:56.336Z | Downloaded thiserror-impl v1.0.60 |
784 | 2024-05-24T15:14:56.336Z | Downloaded thiserror v1.0.60 |
785 | 2024-05-24T15:14:56.336Z | Downloaded terminal_size v0.3.0 |
786 | 2024-05-24T15:14:56.336Z | Downloaded strsim v0.11.1 |
787 | 2024-05-24T15:14:56.336Z | Downloaded serde_derive v1.0.202 |
788 | 2024-05-24T15:14:56.336Z | Downloaded serde v1.0.202 |
789 | 2024-05-24T15:14:56.336Z | Downloaded quote v1.0.36 |
790 | 2024-05-24T15:14:56.361Z | Downloaded proc-macro2 v1.0.82 |
791 | 2024-05-24T15:14:56.362Z | Downloaded memchr v2.7.2 |
792 | 2024-05-24T15:14:56.362Z | Downloaded macaddr v1.0.1 |
793 | 2024-05-24T15:14:56.362Z | Downloaded is_terminal_polyfill v1.70.0 |
794 | 2024-05-24T15:14:56.362Z | Downloaded indexmap v2.2.6 |
795 | 2024-05-24T15:14:56.362Z | Downloaded heck v0.5.0 |
796 | 2024-05-24T15:14:56.362Z | Downloaded errno v0.3.9 |
797 | 2024-05-24T15:14:56.362Z | Downloaded equivalent v1.0.1 |
798 | 2024-05-24T15:14:56.387Z | Downloaded colorchoice v1.0.1 |
799 | 2024-05-24T15:14:56.387Z | Downloaded clap_lex v0.7.0 |
800 | 2024-05-24T15:14:56.387Z | Downloaded clap_builder v4.5.2 |
801 | 2024-05-24T15:14:56.387Z | Downloaded cargo_toml v0.20.2 |
802 | 2024-05-24T15:14:56.387Z | Downloaded cargo_metadata v0.18.1 |
803 | 2024-05-24T15:14:56.387Z | Downloaded bitflags v2.5.0 |
804 | 2024-05-24T15:14:56.387Z | Downloaded autocfg v1.3.0 |
805 | 2024-05-24T15:14:56.387Z | Downloaded anstyle-query v1.0.3 |
806 | 2024-05-24T15:14:56.387Z | Downloaded anstyle-parse v0.2.4 |
807 | 2024-05-24T15:14:56.415Z | Downloaded cargo-platform v0.1.8 |
808 | 2024-05-24T15:14:56.415Z | Downloaded anstream v0.6.14 |
809 | 2024-05-24T15:14:56.505Z | Compiling proc-macro2 v1.0.82 |
810 | 2024-05-24T15:14:56.530Z | Compiling unicode-ident v1.0.12 |
811 | 2024-05-24T15:14:56.530Z | Compiling serde v1.0.202 |
812 | 2024-05-24T15:14:56.530Z | Compiling libc v0.2.153 |
813 | 2024-05-24T15:14:56.530Z | Compiling rustix v0.38.34 |
814 | 2024-05-24T15:14:56.530Z | Compiling utf8parse v0.2.1 |
815 | 2024-05-24T15:14:56.530Z | Compiling equivalent v1.0.1 |
816 | 2024-05-24T15:14:56.530Z | Compiling hashbrown v0.14.5 |
817 | 2024-05-24T15:14:56.749Z | Compiling bitflags v2.5.0 |
818 | 2024-05-24T15:14:56.791Z | Compiling anstyle-parse v0.2.4 |
819 | 2024-05-24T15:14:56.817Z | Compiling is_terminal_polyfill v1.70.0 |
820 | 2024-05-24T15:14:56.945Z | Compiling anstyle-query v1.0.3 |
821 | 2024-05-24T15:14:57.083Z | Compiling serde_json v1.0.117 |
822 | 2024-05-24T15:14:57.113Z | Compiling anstyle v1.0.7 |
823 | 2024-05-24T15:14:57.204Z | Compiling colorchoice v1.0.1 |
824 | 2024-05-24T15:14:57.243Z | Compiling semver v1.0.23 |
825 | 2024-05-24T15:14:57.362Z | Compiling thiserror v1.0.60 |
826 | 2024-05-24T15:14:57.387Z | Compiling winnow v0.6.8 |
827 | 2024-05-24T15:14:57.422Z | Compiling autocfg v1.3.0 |
828 | 2024-05-24T15:14:57.522Z | Compiling camino v1.1.7 |
829 | 2024-05-24T15:14:57.750Z | Compiling indexmap v2.2.6 |
830 | 2024-05-24T15:14:57.812Z | Compiling anstream v0.6.14 |
831 | 2024-05-24T15:14:57.958Z | Compiling quote v1.0.36 |
832 | 2024-05-24T15:14:58.637Z | Compiling itoa v1.0.11 |
833 | 2024-05-24T15:14:59.547Z | Compiling fs-err v2.11.0 |
834 | 2024-05-24T15:14:59.547Z | Compiling syn v2.0.64 |
835 | 2024-05-24T15:14:59.547Z | Compiling errno v0.3.9 |
836 | 2024-05-24T15:14:59.548Z | Compiling ryu v1.0.18 |
837 | 2024-05-24T15:14:59.548Z | Compiling clap_lex v0.7.0 |
838 | 2024-05-24T15:14:59.548Z | Compiling strsim v0.11.1 |
839 | 2024-05-24T15:14:59.576Z | Compiling heck v0.5.0 |
840 | 2024-05-24T15:14:59.577Z | Compiling anyhow v1.0.83 |
841 | 2024-05-24T15:14:59.577Z | Compiling swrite v0.1.0 |
842 | 2024-05-24T15:14:59.577Z | Compiling terminal_size v0.3.0 |
843 | 2024-05-24T15:14:59.675Z | Compiling clap_builder v4.5.2 |
844 | 2024-05-24T15:15:04.736Z | Compiling serde_derive v1.0.202 |
845 | 2024-05-24T15:15:04.736Z | Compiling thiserror-impl v1.0.60 |
846 | 2024-05-24T15:15:04.764Z | Compiling clap_derive v4.5.4 |
847 | 2024-05-24T15:15:07.605Z | Compiling clap v4.5.4 |
848 | 2024-05-24T15:15:13.722Z | Compiling serde_spanned v0.6.6 |
849 | 2024-05-24T15:15:13.750Z | Compiling toml_datetime v0.6.6 |
850 | 2024-05-24T15:15:13.750Z | Compiling cargo-platform v0.1.8 |
851 | 2024-05-24T15:15:13.750Z | Compiling macaddr v1.0.1 |
852 | 2024-05-24T15:15:13.998Z | Compiling toml_edit v0.22.13 |
853 | 2024-05-24T15:15:15.101Z | Compiling cargo_metadata v0.18.1 |
854 | 2024-05-24T15:15:16.245Z | Compiling toml v0.8.13 |
855 | 2024-05-24T15:15:16.978Z | Compiling cargo_toml v0.20.2 |
856 | 2024-05-24T15:15:21.333Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
857 | 2024-05-24T15:15:24.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.76s |
858 | 2024-05-24T15:15:24.789Z | Running `target/debug/xtask clippy` |
859 | 2024-05-24T15:15:24.847Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
860 | 2024-05-24T15:15:25.615Z | Downloading crates ... |
861 | 2024-05-24T15:15:25.729Z | Downloaded aead v0.5.2 |
862 | 2024-05-24T15:15:25.754Z | Downloaded anes v0.1.6 |
863 | 2024-05-24T15:15:25.754Z | Downloaded addr2line v0.21.0 |
864 | 2024-05-24T15:15:25.754Z | Downloaded approx v0.5.1 |
865 | 2024-05-24T15:15:25.754Z | Downloaded allocator-api2 v0.2.18 |
866 | 2024-05-24T15:15:25.754Z | Downloaded ahash v0.8.11 |
867 | 2024-05-24T15:15:25.779Z | Downloaded adler v1.0.2 |
868 | 2024-05-24T15:15:25.779Z | Downloaded base16ct v0.2.0 |
869 | 2024-05-24T15:15:25.779Z | Downloaded base64 v0.21.7 |
870 | 2024-05-24T15:15:25.780Z | Downloaded home v0.5.9 |
871 | 2024-05-24T15:15:25.780Z | Downloaded highway v1.1.0 |
872 | 2024-05-24T15:15:25.806Z | Downloaded hex v0.4.3 |
873 | 2024-05-24T15:15:25.806Z | Downloaded hostname v0.3.1 |
874 | 2024-05-24T15:15:25.806Z | Downloaded httpdate v1.0.3 |
875 | 2024-05-24T15:15:25.806Z | Downloaded hyper-util v0.1.3 |
876 | 2024-05-24T15:15:25.806Z | Downloaded humantime v2.1.0 |
877 | 2024-05-24T15:15:25.806Z | Downloaded ident_case v1.0.1 |
878 | 2024-05-24T15:15:25.832Z | Downloaded maybe-uninit v2.0.0 |
879 | 2024-05-24T15:15:25.832Z | Downloaded lazycell v1.3.0 |
880 | 2024-05-24T15:15:25.832Z | Downloaded instant v0.1.12 |
881 | 2024-05-24T15:15:25.832Z | Downloaded num v0.4.3 |
882 | 2024-05-24T15:15:25.832Z | Downloaded minimal-lexical v0.2.1 |
883 | 2024-05-24T15:15:25.832Z | Downloaded corncobs v0.1.3 |
884 | 2024-05-24T15:15:25.860Z | Downloaded num-conv v0.1.0 |
885 | 2024-05-24T15:15:25.860Z | Downloaded serde_arrays v0.1.0 |
886 | 2024-05-24T15:15:25.860Z | Downloaded rustls-pki-types v1.7.0 |
887 | 2024-05-24T15:15:25.860Z | Downloaded darling_macro v0.20.9 |
888 | 2024-05-24T15:15:25.887Z | Downloaded want v0.3.1 |
889 | 2024-05-24T15:15:25.887Z | Downloaded path-slash v0.1.5 |
890 | 2024-05-24T15:15:25.887Z | Downloaded precomputed-hash v0.1.1 |
891 | 2024-05-24T15:15:25.887Z | Downloaded termtree v0.4.1 |
892 | 2024-05-24T15:15:25.912Z | Downloaded thread_local v1.1.8 |
893 | 2024-05-24T15:15:25.912Z | Downloaded tinytemplate v1.2.1 |
894 | 2024-05-24T15:15:25.912Z | Downloaded phf_shared v0.10.0 |
895 | 2024-05-24T15:15:25.912Z | Downloaded enum-as-inner v0.5.1 |
896 | 2024-05-24T15:15:25.938Z | Downloaded sqlformat v0.2.3 |
897 | 2024-05-24T15:15:25.938Z | Downloaded portpicker v0.1.1 |
898 | 2024-05-24T15:15:25.938Z | Downloaded percent-encoding v2.3.1 |
899 | 2024-05-24T15:15:25.938Z | Downloaded hash32 v0.2.1 |
900 | 2024-05-24T15:15:25.963Z | Downloaded sigpipe v0.1.3 |
901 | 2024-05-24T15:15:25.964Z | Downloaded similar-asserts v1.5.0 |
902 | 2024-05-24T15:15:25.989Z | Downloaded doc-comment v0.3.3 |
903 | 2024-05-24T15:15:25.989Z | Downloaded num_threads v0.1.7 |
904 | 2024-05-24T15:15:25.989Z | Downloaded rpassword v7.3.1 |
905 | 2024-05-24T15:15:25.989Z | Downloaded tower-service v0.3.2 |
906 | 2024-05-24T15:15:26.014Z | Downloaded serde-hex v0.1.0 |
907 | 2024-05-24T15:15:26.014Z | Downloaded serde_plain v1.0.2 |
908 | 2024-05-24T15:15:26.014Z | Downloaded ron v0.7.1 |
909 | 2024-05-24T15:15:26.014Z | Downloaded rustc_version v0.4.0 |
910 | 2024-05-24T15:15:26.040Z | Downloaded vte_generate_state_changes v0.1.1 |
911 | 2024-05-24T15:15:26.040Z | Downloaded usdt-macro v0.3.5 |
912 | 2024-05-24T15:15:26.040Z | Downloaded version_check v0.9.4 |
913 | 2024-05-24T15:15:26.040Z | Downloaded rustc-demangle v0.1.24 |
914 | 2024-05-24T15:15:26.040Z | Downloaded futures-task v0.3.30 |
915 | 2024-05-24T15:15:26.040Z | Downloaded psl-types v2.0.11 |
916 | 2024-05-24T15:15:26.040Z | Downloaded futures-core v0.3.30 |
917 | 2024-05-24T15:15:26.040Z | Downloaded embedded-io v0.4.0 |
918 | 2024-05-24T15:15:26.040Z | Downloaded guppy v0.17.5 |
919 | 2024-05-24T15:15:26.065Z | Downloaded futures-channel v0.3.30 |
920 | 2024-05-24T15:15:26.066Z | Downloaded futures v0.3.30 |
921 | 2024-05-24T15:15:26.066Z | Downloaded tough v0.17.1 |
922 | 2024-05-24T15:15:26.090Z | Downloaded x509-cert v0.2.5 |
923 | 2024-05-24T15:15:26.090Z | Downloaded publicsuffix v2.2.3 |
924 | 2024-05-24T15:15:26.090Z | Downloaded quick-xml v0.31.0 |
925 | 2024-05-24T15:15:26.116Z | Downloaded proptest v1.4.0 |
926 | 2024-05-24T15:15:26.116Z | Downloaded radix_trie v0.2.1 |
927 | 2024-05-24T15:15:26.140Z | Downloaded regex-automata v0.4.6 |
928 | 2024-05-24T15:15:26.165Z | Downloaded tokio v1.37.0 |
929 | 2024-05-24T15:15:26.198Z | Downloaded sha3 v0.10.8 |
930 | 2024-05-24T15:15:26.223Z | Downloaded csv v1.3.0 |
931 | 2024-05-24T15:15:26.247Z | Downloaded encoding_rs v0.8.34 |
932 | 2024-05-24T15:15:26.272Z | Downloaded zerocopy-derive v0.6.6 |
933 | 2024-05-24T15:15:26.272Z | Downloaded zerocopy-derive v0.2.0 |
934 | 2024-05-24T15:15:26.297Z | Downloaded petgraph v0.6.5 |
935 | 2024-05-24T15:15:26.322Z | Downloaded regress v0.9.1 |
936 | 2024-05-24T15:15:26.322Z | Downloaded regex-syntax v0.8.3 |
937 | 2024-05-24T15:15:26.322Z | Downloaded regex-syntax v0.6.29 |
938 | 2024-05-24T15:15:26.347Z | Downloaded openapiv3 v2.0.0 |
939 | 2024-05-24T15:15:26.347Z | Downloaded finl_unicode v1.2.0 |
940 | 2024-05-24T15:15:26.371Z | Downloaded vcpkg v0.2.15 |
941 | 2024-05-24T15:15:26.415Z | Downloaded regex v1.10.4 |
942 | 2024-05-24T15:15:26.440Z | Downloaded ratatui v0.26.2 |
943 | 2024-05-24T15:15:26.464Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2024-05-24T15:15:26.489Z | Downloaded syn v1.0.109 |
945 | 2024-05-24T15:15:26.489Z | Downloaded openssl v0.10.64 |
946 | 2024-05-24T15:15:26.514Z | Downloaded curve25519-dalek v4.1.2 |
947 | 2024-05-24T15:15:26.514Z | Downloaded ring v0.17.8 |
948 | 2024-05-24T15:15:26.587Z | Downloaded diesel v2.1.6 |
949 | 2024-05-24T15:15:26.611Z | Downloaded h2 v0.3.26 |
950 | 2024-05-24T15:15:26.636Z | Downloaded tabled v0.15.0 |
951 | 2024-05-24T15:15:26.636Z | Downloaded polar-core v0.27.3 |
952 | 2024-05-24T15:15:26.660Z | Downloaded sled v0.34.7 |
953 | 2024-05-24T15:15:26.660Z | Downloaded ring v0.16.20 |
954 | 2024-05-24T15:15:26.750Z | Downloaded object v0.32.2 |
955 | 2024-05-24T15:15:26.775Z | Downloaded object v0.30.4 |
956 | 2024-05-24T15:15:26.775Z | Downloaded elliptic-curve v0.13.8 |
957 | 2024-05-24T15:15:26.802Z | Downloaded rand v0.8.5 |
958 | 2024-05-24T15:15:26.802Z | Downloaded trust-dns-resolver v0.22.0 |
959 | 2024-05-24T15:15:26.802Z | Downloaded tracing v0.1.40 |
960 | 2024-05-24T15:15:26.802Z | Downloaded tower v0.4.13 |
961 | 2024-05-24T15:15:26.827Z | Downloaded tokio-postgres v0.7.10 |
962 | 2024-05-24T15:15:26.827Z | Downloaded futures-util v0.3.30 |
963 | 2024-05-24T15:15:26.827Z | Downloaded either v1.12.0 |
964 | 2024-05-24T15:15:26.827Z | Downloaded vte v0.11.1 |
965 | 2024-05-24T15:15:26.827Z | Downloaded trust-dns-client v0.22.0 |
966 | 2024-05-24T15:15:26.852Z | Downloaded tracing-core v0.1.32 |
967 | 2024-05-24T15:15:26.852Z | Downloaded rstest_macros v0.19.0 |
968 | 2024-05-24T15:15:26.852Z | Downloaded rstest v0.19.0 |
969 | 2024-05-24T15:15:26.852Z | Downloaded rsa v0.9.6 |
970 | 2024-05-24T15:15:26.852Z | Downloaded plotters v0.3.5 |
971 | 2024-05-24T15:15:26.877Z | Downloaded rustls v0.22.4 |
972 | 2024-05-24T15:15:26.877Z | Downloaded idna v0.5.0 |
973 | 2024-05-24T15:15:26.901Z | Downloaded idna v0.3.0 |
974 | 2024-05-24T15:15:26.901Z | Downloaded futures-macro v0.3.30 |
975 | 2024-05-24T15:15:26.901Z | Downloaded futures-io v0.3.30 |
976 | 2024-05-24T15:15:26.901Z | Downloaded futures-executor v0.3.30 |
977 | 2024-05-24T15:15:26.901Z | Downloaded funty v2.0.0 |
978 | 2024-05-24T15:15:26.902Z | Downloaded fragile v2.0.0 |
979 | 2024-05-24T15:15:26.902Z | Downloaded form_urlencoded v1.2.1 |
980 | 2024-05-24T15:15:26.902Z | Downloaded foreign-types-shared v0.3.1 |
981 | 2024-05-24T15:15:26.902Z | Downloaded wait-timeout v0.2.0 |
982 | 2024-05-24T15:15:26.902Z | Downloaded goblin v0.8.2 |
983 | 2024-05-24T15:15:26.927Z | Downloaded nix v0.28.0 |
984 | 2024-05-24T15:15:26.927Z | Downloaded futures-sink v0.3.30 |
985 | 2024-05-24T15:15:26.927Z | Downloaded waitgroup v0.1.2 |
986 | 2024-05-24T15:15:26.927Z | Downloaded vsss-rs v3.3.4 |
987 | 2024-05-24T15:15:26.927Z | Downloaded uuid v1.8.0 |
988 | 2024-05-24T15:15:26.927Z | Downloaded rand_seeder v0.2.3 |
989 | 2024-05-24T15:15:26.927Z | Downloaded serde_repr v0.1.19 |
990 | 2024-05-24T15:15:26.927Z | Downloaded der v0.7.9 |
991 | 2024-05-24T15:15:26.951Z | Downloaded uzers v0.11.3 |
992 | 2024-05-24T15:15:26.951Z | Downloaded utf-8 v0.7.6 |
993 | 2024-05-24T15:15:26.952Z | Downloaded proc-macro-error v1.0.4 |
994 | 2024-05-24T15:15:26.952Z | Downloaded ref-cast-impl v1.0.23 |
995 | 2024-05-24T15:15:26.952Z | Downloaded rand_chacha v0.3.1 |
996 | 2024-05-24T15:15:26.952Z | Downloaded r2d2 v0.8.10 |
997 | 2024-05-24T15:15:26.952Z | Downloaded usdt-impl v0.5.0 |
998 | 2024-05-24T15:15:26.952Z | Downloaded usdt-macro v0.5.0 |
999 | 2024-05-24T15:15:26.952Z | Downloaded rand_core v0.6.4 |
1000 | 2024-05-24T15:15:26.952Z | Downloaded radium v0.7.0 |
1001 | 2024-05-24T15:15:26.952Z | Downloaded quick-error v1.2.3 |
1002 | 2024-05-24T15:15:26.952Z | Downloaded rustc_version v0.1.7 |
1003 | 2024-05-24T15:15:26.952Z | Downloaded rust-argon2 v2.1.0 |
1004 | 2024-05-24T15:15:26.952Z | Downloaded rtoolbox v0.0.2 |
1005 | 2024-05-24T15:15:26.977Z | Downloaded ron v0.8.1 |
1006 | 2024-05-24T15:15:26.977Z | Downloaded tracing-attributes v0.1.27 |
1007 | 2024-05-24T15:15:26.977Z | Downloaded dyn-clone v1.0.17 |
1008 | 2024-05-24T15:15:26.977Z | Downloaded dof v0.1.5 |
1009 | 2024-05-24T15:15:26.977Z | Downloaded once_cell v1.19.0 |
1010 | 2024-05-24T15:15:26.977Z | Downloaded term v0.7.0 |
1011 | 2024-05-24T15:15:26.977Z | Downloaded tar v0.4.40 |
1012 | 2024-05-24T15:15:26.977Z | Downloaded papergrid v0.11.0 |
1013 | 2024-05-24T15:15:27.002Z | Downloaded zerocopy v0.7.34 |
1014 | 2024-05-24T15:15:27.002Z | Downloaded steno v0.4.0 |
1015 | 2024-05-24T15:15:27.002Z | Downloaded topological-sort v0.2.2 |
1016 | 2024-05-24T15:15:27.002Z | Downloaded sha2 v0.10.8 |
1017 | 2024-05-24T15:15:27.026Z | Downloaded serde_yaml v0.9.34+deprecated |
1018 | 2024-05-24T15:15:27.026Z | Downloaded derive_builder v0.20.0 |
1019 | 2024-05-24T15:15:27.026Z | Downloaded pretty_assertions v1.4.0 |
1020 | 2024-05-24T15:15:27.027Z | Downloaded heapless v0.8.0 |
1021 | 2024-05-24T15:15:27.027Z | Downloaded heapless v0.7.17 |
1022 | 2024-05-24T15:15:27.027Z | Downloaded strum_macros v0.25.3 |
1023 | 2024-05-24T15:15:27.027Z | Downloaded strum_macros v0.24.3 |
1024 | 2024-05-24T15:15:27.054Z | Downloaded ed25519 v1.5.3 |
1025 | 2024-05-24T15:15:27.054Z | Downloaded dof v0.3.0 |
1026 | 2024-05-24T15:15:27.055Z | Downloaded parking_lot v0.12.2 |
1027 | 2024-05-24T15:15:27.055Z | Downloaded prettyplease v0.2.20 |
1028 | 2024-05-24T15:15:27.055Z | Downloaded unicode_categories v0.1.1 |
1029 | 2024-05-24T15:15:27.055Z | Downloaded expectorate v1.1.0 |
1030 | 2024-05-24T15:15:27.055Z | Downloaded serde_path_to_error v0.1.16 |
1031 | 2024-05-24T15:15:27.055Z | Downloaded serde_derive_internals v0.29.1 |
1032 | 2024-05-24T15:15:27.055Z | Downloaded serde-big-array v0.5.1 |
1033 | 2024-05-24T15:15:27.055Z | Downloaded yasna v0.5.2 |
1034 | 2024-05-24T15:15:27.055Z | Downloaded omicron-zone-package v0.11.0 |
1035 | 2024-05-24T15:15:27.079Z | Downloaded dirs-sys-next v0.1.2 |
1036 | 2024-05-24T15:15:27.079Z | Downloaded derive_builder_core v0.20.0 |
1037 | 2024-05-24T15:15:27.080Z | Downloaded derive-where v1.2.7 |
1038 | 2024-05-24T15:15:27.080Z | Downloaded zerocopy v0.3.2 |
1039 | 2024-05-24T15:15:27.080Z | Downloaded tempfile v3.10.1 |
1040 | 2024-05-24T15:15:27.080Z | Downloaded target-lexicon v0.12.14 |
1041 | 2024-05-24T15:15:27.080Z | Downloaded subprocess v0.2.9 |
1042 | 2024-05-24T15:15:27.080Z | Downloaded headers v0.3.9 |
1043 | 2024-05-24T15:15:27.080Z | Downloaded sqlparser v0.45.0 |
1044 | 2024-05-24T15:15:27.104Z | Downloaded rustls v0.21.12 |
1045 | 2024-05-24T15:15:27.104Z | Downloaded winnow v0.5.40 |
1046 | 2024-05-24T15:15:27.104Z | Downloaded tower-layer v0.3.2 |
1047 | 2024-05-24T15:15:27.105Z | Downloaded strum v0.26.2 |
1048 | 2024-05-24T15:15:27.129Z | Downloaded sha1 v0.10.6 |
1049 | 2024-05-24T15:15:27.130Z | Downloaded dtrace-parser v0.1.14 |
1050 | 2024-05-24T15:15:27.130Z | Downloaded num-traits v0.2.19 |
1051 | 2024-05-24T15:15:27.130Z | Downloaded gethostname v0.4.3 |
1052 | 2024-05-24T15:15:27.130Z | Downloaded parking_lot_core v0.9.10 |
1053 | 2024-05-24T15:15:27.130Z | Downloaded parking_lot_core v0.8.6 |
1054 | 2024-05-24T15:15:27.130Z | Downloaded parking_lot v0.11.2 |
1055 | 2024-05-24T15:15:27.130Z | Downloaded postcard v1.0.8 |
1056 | 2024-05-24T15:15:27.130Z | Downloaded fancy-regex v0.13.0 |
1057 | 2024-05-24T15:15:27.130Z | Downloaded gimli v0.28.1 |
1058 | 2024-05-24T15:15:27.155Z | Downloaded smoltcp v0.11.0 |
1059 | 2024-05-24T15:15:27.155Z | Downloaded dtrace-parser v0.2.0 |
1060 | 2024-05-24T15:15:27.155Z | Downloaded downcast v0.11.0 |
1061 | 2024-05-24T15:15:27.155Z | Downloaded yansi v0.5.1 |
1062 | 2024-05-24T15:15:27.155Z | Downloaded xattr v1.3.1 |
1063 | 2024-05-24T15:15:27.180Z | Downloaded proc-macro-error-attr v1.0.4 |
1064 | 2024-05-24T15:15:27.180Z | Downloaded olpc-cjson v0.1.3 |
1065 | 2024-05-24T15:15:27.180Z | Downloaded number_prefix v0.4.0 |
1066 | 2024-05-24T15:15:27.180Z | Downloaded num_enum_derive v0.5.11 |
1067 | 2024-05-24T15:15:27.180Z | Downloaded num_enum v0.5.11 |
1068 | 2024-05-24T15:15:27.180Z | Downloaded num_cpus v1.16.0 |
1069 | 2024-05-24T15:15:27.180Z | Downloaded num-rational v0.4.2 |
1070 | 2024-05-24T15:15:27.180Z | Downloaded tokio-native-tls v0.3.1 |
1071 | 2024-05-24T15:15:27.180Z | Downloaded termcolor v1.4.1 |
1072 | 2024-05-24T15:15:27.180Z | Downloaded target-spec v3.1.0 |
1073 | 2024-05-24T15:15:27.180Z | Downloaded tap v1.0.1 |
1074 | 2024-05-24T15:15:27.180Z | Downloaded der_derive v0.7.2 |
1075 | 2024-05-24T15:15:27.181Z | Downloaded darling_core v0.20.9 |
1076 | 2024-05-24T15:15:27.205Z | Downloaded portable-atomic v1.6.0 |
1077 | 2024-05-24T15:15:27.205Z | Downloaded pest v2.7.10 |
1078 | 2024-05-24T15:15:27.205Z | Downloaded unsafe-libyaml v0.2.11 |
1079 | 2024-05-24T15:15:27.205Z | Downloaded num-iter v0.1.45 |
1080 | 2024-05-24T15:15:27.205Z | Downloaded num-integer v0.1.46 |
1081 | 2024-05-24T15:15:27.205Z | Downloaded num-derive v0.4.2 |
1082 | 2024-05-24T15:15:27.205Z | Downloaded guppy-workspace-hack v0.1.0 |
1083 | 2024-05-24T15:15:27.206Z | Downloaded generic-array v0.14.7 |
1084 | 2024-05-24T15:15:27.206Z | Downloaded fxhash v0.2.1 |
1085 | 2024-05-24T15:15:27.230Z | Downloaded futures-timer v3.0.3 |
1086 | 2024-05-24T15:15:27.230Z | Downloaded take_mut v0.2.2 |
1087 | 2024-05-24T15:15:27.230Z | Downloaded tabwriter v1.4.0 |
1088 | 2024-05-24T15:15:27.230Z | Downloaded tabled_derive v0.7.0 |
1089 | 2024-05-24T15:15:27.230Z | Downloaded synstructure v0.12.6 |
1090 | 2024-05-24T15:15:27.230Z | Downloaded sync_wrapper v0.1.2 |
1091 | 2024-05-24T15:15:27.230Z | Downloaded supports-color v3.0.0 |
1092 | 2024-05-24T15:15:27.230Z | Downloaded subtle v2.5.0 |
1093 | 2024-05-24T15:15:27.231Z | Downloaded parse-display-derive v0.9.0 |
1094 | 2024-05-24T15:15:27.231Z | Downloaded parse-display v0.9.0 |
1095 | 2024-05-24T15:15:27.231Z | Downloaded packed_struct v0.10.1 |
1096 | 2024-05-24T15:15:27.231Z | Downloaded owo-colors v4.0.0 |
1097 | 2024-05-24T15:15:27.231Z | Downloaded oso-derive v0.27.3 |
1098 | 2024-05-24T15:15:27.231Z | Downloaded deranged v0.3.11 |
1099 | 2024-05-24T15:15:27.231Z | Downloaded defmt-parser v0.3.4 |
1100 | 2024-05-24T15:15:27.231Z | Downloaded defmt-macros v0.3.9 |
1101 | 2024-05-24T15:15:27.231Z | Downloaded debug-ignore v1.0.5 |
1102 | 2024-05-24T15:15:27.231Z | Downloaded darling v0.20.9 |
1103 | 2024-05-24T15:15:27.256Z | Downloaded zeroize_derive v1.4.2 |
1104 | 2024-05-24T15:15:27.256Z | Downloaded zeroize v1.7.0 |
1105 | 2024-05-24T15:15:27.256Z | Downloaded zerocopy-derive v0.7.34 |
1106 | 2024-05-24T15:15:27.256Z | Downloaded structmeta-derive v0.3.0 |
1107 | 2024-05-24T15:15:27.256Z | Downloaded structmeta-derive v0.2.0 |
1108 | 2024-05-24T15:15:27.256Z | Downloaded structmeta v0.3.0 |
1109 | 2024-05-24T15:15:27.256Z | Downloaded structmeta v0.2.0 |
1110 | 2024-05-24T15:15:27.256Z | Downloaded strip-ansi-escapes v0.2.0 |
1111 | 2024-05-24T15:15:27.256Z | Downloaded stringprep v0.1.4 |
1112 | 2024-05-24T15:15:27.256Z | Downloaded proc-macro-crate v1.3.1 |
1113 | 2024-05-24T15:15:27.256Z | Downloaded postgres-types v0.2.6 |
1114 | 2024-05-24T15:15:27.256Z | Downloaded postgres-protocol v0.6.6 |
1115 | 2024-05-24T15:15:27.256Z | Downloaded usdt-impl v0.3.5 |
1116 | 2024-05-24T15:15:27.256Z | Downloaded trust-dns-server v0.22.1 |
1117 | 2024-05-24T15:15:27.281Z | Downloaded fatfs v0.3.6 |
1118 | 2024-05-24T15:15:27.281Z | Downloaded webpki-roots v0.25.4 |
1119 | 2024-05-24T15:15:27.281Z | Downloaded smoltcp v0.9.1 |
1120 | 2024-05-24T15:15:27.281Z | Downloaded display-error-chain v0.2.0 |
1121 | 2024-05-24T15:15:27.306Z | Downloaded strum_macros v0.26.2 |
1122 | 2024-05-24T15:15:27.306Z | Downloaded packed_struct_codegen v0.10.1 |
1123 | 2024-05-24T15:15:27.306Z | Downloaded opaque-debug v0.3.1 |
1124 | 2024-05-24T15:15:27.306Z | Downloaded oorandom v11.1.3 |
1125 | 2024-05-24T15:15:27.306Z | Downloaded defmt v0.3.8 |
1126 | 2024-05-24T15:15:27.306Z | Downloaded zerocopy v0.6.6 |
1127 | 2024-05-24T15:15:27.306Z | Downloaded similar v2.5.0 |
1128 | 2024-05-24T15:15:27.306Z | Downloaded signature v2.2.0 |
1129 | 2024-05-24T15:15:27.306Z | Downloaded signal-hook-registry v1.4.2 |
1130 | 2024-05-24T15:15:27.307Z | Downloaded signal-hook v0.3.17 |
1131 | 2024-05-24T15:15:27.307Z | Downloaded shlex v1.3.0 |
1132 | 2024-05-24T15:15:27.307Z | Downloaded shell-words v1.1.0 |
1133 | 2024-05-24T15:15:27.331Z | Downloaded hashbrown v0.13.2 |
1134 | 2024-05-24T15:15:27.331Z | Downloaded hashbrown v0.12.3 |
1135 | 2024-05-24T15:15:27.331Z | Downloaded unicode-segmentation v1.11.0 |
1136 | 2024-05-24T15:15:27.331Z | Downloaded unicode-normalization v0.1.23 |
1137 | 2024-05-24T15:15:27.331Z | Downloaded typed-path v0.7.1 |
1138 | 2024-05-24T15:15:27.331Z | Downloaded tungstenite v0.20.1 |
1139 | 2024-05-24T15:15:27.356Z | Downloaded stable_deref_trait v1.2.0 |
1140 | 2024-05-24T15:15:27.356Z | Downloaded poly1305 v0.8.0 |
1141 | 2024-05-24T15:15:27.356Z | Downloaded platforms v3.4.0 |
1142 | 2024-05-24T15:15:27.356Z | Downloaded rustfmt-wrapper v0.2.1 |
1143 | 2024-05-24T15:15:27.356Z | Downloaded pretty-hex v0.2.1 |
1144 | 2024-05-24T15:15:27.357Z | Downloaded heck v0.3.3 |
1145 | 2024-05-24T15:15:27.357Z | Downloaded usdt-attr-macro v0.5.0 |
1146 | 2024-05-24T15:15:27.357Z | Downloaded tungstenite v0.21.0 |
1147 | 2024-05-24T15:15:27.357Z | Downloaded trybuild v1.0.96 |
1148 | 2024-05-24T15:15:27.357Z | Downloaded static_assertions v1.1.0 |
1149 | 2024-05-24T15:15:27.357Z | Downloaded time v0.3.36 |
1150 | 2024-05-24T15:15:27.382Z | Downloaded rayon v1.10.0 |
1151 | 2024-05-24T15:15:27.382Z | Downloaded url v2.5.0 |
1152 | 2024-05-24T15:15:27.382Z | Downloaded signature v1.6.4 |
1153 | 2024-05-24T15:15:27.382Z | Downloaded signal-hook-tokio v0.3.1 |
1154 | 2024-05-24T15:15:27.382Z | Downloaded signal-hook-mio v0.2.3 |
1155 | 2024-05-24T15:15:27.382Z | Downloaded pretty-hex v0.4.1 |
1156 | 2024-05-24T15:15:27.382Z | Downloaded partial-io v0.5.4 |
1157 | 2024-05-24T15:15:27.407Z | Downloaded hash32 v0.3.1 |
1158 | 2024-05-24T15:15:27.407Z | Downloaded half v2.4.1 |
1159 | 2024-05-24T15:15:27.407Z | Downloaded unicode-bidi v0.3.15 |
1160 | 2024-05-24T15:15:27.407Z | Downloaded ucd-trie v0.1.6 |
1161 | 2024-05-24T15:15:27.407Z | Downloaded typenum v1.17.0 |
1162 | 2024-05-24T15:15:27.407Z | Downloaded string_cache v0.8.7 |
1163 | 2024-05-24T15:15:27.407Z | Downloaded plotters-backend v0.3.5 |
1164 | 2024-05-24T15:15:27.407Z | Downloaded foreign-types v0.5.0 |
1165 | 2024-05-24T15:15:27.407Z | Downloaded erased-serde v0.3.31 |
1166 | 2024-05-24T15:15:27.407Z | Downloaded tokio-macros v2.2.0 |
1167 | 2024-05-24T15:15:27.407Z | Downloaded flume v0.11.0 |
1168 | 2024-05-24T15:15:27.407Z | Downloaded flate2 v1.0.30 |
1169 | 2024-05-24T15:15:27.433Z | Downloaded libxml v0.3.3 |
1170 | 2024-05-24T15:15:27.433Z | Downloaded usdt-attr-macro v0.3.5 |
1171 | 2024-05-24T15:15:27.433Z | Downloaded universal-hash v0.5.1 |
1172 | 2024-05-24T15:15:27.433Z | Downloaded unarray v0.1.4 |
1173 | 2024-05-24T15:15:27.433Z | Downloaded socket2 v0.5.7 |
1174 | 2024-05-24T15:15:27.433Z | Downloaded foreign-types-shared v0.1.1 |
1175 | 2024-05-24T15:15:27.433Z | Downloaded foreign-types-macros v0.2.3 |
1176 | 2024-05-24T15:15:27.433Z | Downloaded fd-lock v4.0.2 |
1177 | 2024-05-24T15:15:27.433Z | Downloaded fastrand v2.1.0 |
1178 | 2024-05-24T15:15:27.433Z | Downloaded fallible-iterator v0.2.0 |
1179 | 2024-05-24T15:15:27.433Z | Downloaded tinyvec v1.6.0 |
1180 | 2024-05-24T15:15:27.458Z | Downloaded scroll v0.12.0 |
1181 | 2024-05-24T15:15:27.458Z | Downloaded diesel_derives v2.1.4 |
1182 | 2024-05-24T15:15:27.458Z | Downloaded libm v0.2.8 |
1183 | 2024-05-24T15:15:27.458Z | Downloaded itertools v0.12.1 |
1184 | 2024-05-24T15:15:27.458Z | Downloaded parse-size v1.0.0 |
1185 | 2024-05-24T15:15:27.458Z | Downloaded unicode-xid v0.2.4 |
1186 | 2024-05-24T15:15:27.458Z | Downloaded unicode-width v0.1.12 |
1187 | 2024-05-24T15:15:27.483Z | Downloaded unicode-linebreak v0.1.5 |
1188 | 2024-05-24T15:15:27.483Z | Downloaded unicase v2.7.0 |
1189 | 2024-05-24T15:15:27.483Z | Downloaded fnv v1.0.7 |
1190 | 2024-05-24T15:15:27.483Z | Downloaded ff v0.13.0 |
1191 | 2024-05-24T15:15:27.483Z | Downloaded curve25519-dalek-derive v0.1.1 |
1192 | 2024-05-24T15:15:27.483Z | Downloaded csv-core v0.1.11 |
1193 | 2024-05-24T15:15:27.483Z | Downloaded sct v0.7.1 |
1194 | 2024-05-24T15:15:27.483Z | Downloaded scopeguard v1.2.0 |
1195 | 2024-05-24T15:15:27.483Z | Downloaded rustyline v14.0.0 |
1196 | 2024-05-24T15:15:27.483Z | Downloaded predicates v3.1.0 |
1197 | 2024-05-24T15:15:27.483Z | Downloaded pem-rfc7468 v0.7.0 |
1198 | 2024-05-24T15:15:27.483Z | Downloaded openssl-sys v0.9.102 |
1199 | 2024-05-24T15:15:27.508Z | Downloaded toml_edit v0.19.15 |
1200 | 2024-05-24T15:15:27.508Z | Downloaded tui-tree-widget v0.19.0 |
1201 | 2024-05-24T15:15:27.508Z | Downloaded try-lock v0.2.5 |
1202 | 2024-05-24T15:15:27.508Z | Downloaded stability v0.2.0 |
1203 | 2024-05-24T15:15:27.533Z | Downloaded sqlparser_derive v0.2.2 |
1204 | 2024-05-24T15:15:27.533Z | Downloaded spin v0.9.8 |
1205 | 2024-05-24T15:15:27.533Z | Downloaded spin v0.5.2 |
1206 | 2024-05-24T15:15:27.533Z | Downloaded plotters-svg v0.3.5 |
1207 | 2024-05-24T15:15:27.533Z | Downloaded plain v0.2.3 |
1208 | 2024-05-24T15:15:27.533Z | Downloaded pkg-config v0.3.30 |
1209 | 2024-05-24T15:15:27.533Z | Downloaded pkcs8 v0.10.2 |
1210 | 2024-05-24T15:15:27.533Z | Downloaded pkcs1 v0.7.5 |
1211 | 2024-05-24T15:15:27.533Z | Downloaded pin-utils v0.1.0 |
1212 | 2024-05-24T15:15:27.533Z | Downloaded pin-project-lite v0.2.14 |
1213 | 2024-05-24T15:15:27.533Z | Downloaded pin-project v1.1.5 |
1214 | 2024-05-24T15:15:27.558Z | Downloaded phf v0.11.2 |
1215 | 2024-05-24T15:15:27.558Z | Downloaded pest_meta v2.7.10 |
1216 | 2024-05-24T15:15:27.558Z | Downloaded pest_generator v2.7.10 |
1217 | 2024-05-24T15:15:27.558Z | Downloaded pest_derive v2.7.10 |
1218 | 2024-05-24T15:15:27.558Z | Downloaded foreign-types v0.3.2 |
1219 | 2024-05-24T15:15:27.558Z | Downloaded escape8259 v0.5.2 |
1220 | 2024-05-24T15:15:27.558Z | Downloaded textwrap v0.16.1 |
1221 | 2024-05-24T15:15:27.558Z | Downloaded salty v0.2.0 |
1222 | 2024-05-24T15:15:27.586Z | Downloaded spki v0.7.3 |
1223 | 2024-05-24T15:15:27.586Z | Downloaded siphasher v0.3.11 |
1224 | 2024-05-24T15:15:27.586Z | Downloaded pin-project-internal v1.1.5 |
1225 | 2024-05-24T15:15:27.586Z | Downloaded phf_shared v0.11.2 |
1226 | 2024-05-24T15:15:27.586Z | Downloaded env_logger v0.10.2 |
1227 | 2024-05-24T15:15:27.586Z | Downloaded env_logger v0.9.3 |
1228 | 2024-05-24T15:15:27.586Z | Downloaded zip v0.6.6 |
1229 | 2024-05-24T15:15:27.586Z | Downloaded tls_codec_derive v0.4.1 |
1230 | 2024-05-24T15:15:27.586Z | Downloaded tls_codec v0.4.1 |
1231 | 2024-05-24T15:15:27.586Z | Downloaded test-strategy v0.3.1 |
1232 | 2024-05-24T15:15:27.586Z | Downloaded secrecy v0.8.0 |
1233 | 2024-05-24T15:15:27.586Z | Downloaded sec1 v0.7.3 |
1234 | 2024-05-24T15:15:27.612Z | Downloaded schemars_derive v0.8.20 |
1235 | 2024-05-24T15:15:27.612Z | Downloaded diff v0.1.13 |
1236 | 2024-05-24T15:15:27.612Z | Downloaded rustls-webpki v0.102.4 |
1237 | 2024-05-24T15:15:27.612Z | Downloaded num-bigint v0.4.5 |
1238 | 2024-05-24T15:15:27.637Z | Downloaded nom v7.1.3 |
1239 | 2024-05-24T15:15:27.637Z | Downloaded bstr v1.9.1 |
1240 | 2024-05-24T15:15:27.637Z | Downloaded ena v0.14.3 |
1241 | 2024-05-24T15:15:27.637Z | Downloaded zone v0.1.8 |
1242 | 2024-05-24T15:15:27.637Z | Downloaded serde-big-array v0.4.1 |
1243 | 2024-05-24T15:15:27.637Z | Downloaded semver v0.1.20 |
1244 | 2024-05-24T15:15:27.662Z | Downloaded samael v0.0.15 |
1245 | 2024-05-24T15:15:27.662Z | Downloaded predicates-core v1.0.6 |
1246 | 2024-05-24T15:15:27.662Z | Downloaded peg-macros v0.8.3 |
1247 | 2024-05-24T15:15:27.662Z | Downloaded oso v0.27.3 |
1248 | 2024-05-24T15:15:27.662Z | Downloaded derive_more v0.99.17 |
1249 | 2024-05-24T15:15:27.662Z | Downloaded tokio-util v0.7.11 |
1250 | 2024-05-24T15:15:27.686Z | Downloaded serde_with v3.8.1 |
1251 | 2024-05-24T15:15:27.687Z | Downloaded rustls-webpki v0.101.7 |
1252 | 2024-05-24T15:15:27.711Z | Downloaded lalrpop v0.19.12 |
1253 | 2024-05-24T15:15:27.711Z | Downloaded idna v0.2.3 |
1254 | 2024-05-24T15:15:27.711Z | Downloaded endian-type v0.1.2 |
1255 | 2024-05-24T15:15:27.711Z | Downloaded cstr-argument v0.1.2 |
1256 | 2024-05-24T15:15:27.711Z | Downloaded zone_cfg_derive v0.1.2 |
1257 | 2024-05-24T15:15:27.711Z | Downloaded tinyvec_macros v0.1.1 |
1258 | 2024-05-24T15:15:27.712Z | Downloaded threadpool v1.8.1 |
1259 | 2024-05-24T15:15:27.736Z | Downloaded thread-id v4.2.1 |
1260 | 2024-05-24T15:15:27.736Z | Downloaded schemars v0.8.20 |
1261 | 2024-05-24T15:15:27.736Z | Downloaded rcgen v0.12.1 |
1262 | 2024-05-24T15:15:27.736Z | Downloaded rayon-core v1.12.1 |
1263 | 2024-05-24T15:15:27.737Z | Downloaded peg v0.8.3 |
1264 | 2024-05-24T15:15:27.761Z | Downloaded flagset v0.4.5 |
1265 | 2024-05-24T15:15:27.761Z | Downloaded digest v0.10.7 |
1266 | 2024-05-24T15:15:27.761Z | Downloaded reqwest v0.11.27 |
1267 | 2024-05-24T15:15:27.761Z | Downloaded reedline v0.31.0 |
1268 | 2024-05-24T15:15:27.761Z | Downloaded blake3 v1.5.1 |
1269 | 2024-05-24T15:15:27.786Z | Downloaded tiny-keccak v2.0.2 |
1270 | 2024-05-24T15:15:27.786Z | Downloaded time-macros v0.2.18 |
1271 | 2024-05-24T15:15:27.786Z | Downloaded time-core v0.1.2 |
1272 | 2024-05-24T15:15:27.786Z | Downloaded termios v0.3.3 |
1273 | 2024-05-24T15:15:27.786Z | Downloaded scroll_derive v0.12.0 |
1274 | 2024-05-24T15:15:27.787Z | Downloaded same-file v1.0.6 |
1275 | 2024-05-24T15:15:27.787Z | Downloaded rusty-fork v0.3.0 |
1276 | 2024-05-24T15:15:27.787Z | Downloaded rustversion v1.0.17 |
1277 | 2024-05-24T15:15:27.787Z | Downloaded predicates-tree v1.0.9 |
1278 | 2024-05-24T15:15:27.787Z | Downloaded pem v3.0.4 |
1279 | 2024-05-24T15:15:27.787Z | Downloaded float-cmp v0.9.0 |
1280 | 2024-05-24T15:15:27.787Z | Downloaded difflib v0.4.0 |
1281 | 2024-05-24T15:15:27.787Z | Downloaded wyz v0.5.1 |
1282 | 2024-05-24T15:15:27.787Z | Downloaded whoami v1.5.1 |
1283 | 2024-05-24T15:15:27.814Z | Downloaded regex-automata v0.1.10 |
1284 | 2024-05-24T15:15:27.814Z | Downloaded criterion v0.5.1 |
1285 | 2024-05-24T15:15:27.815Z | Downloaded thiserror-no-std v2.0.2 |
1286 | 2024-05-24T15:15:27.815Z | Downloaded thiserror-impl-no-std v2.0.2 |
1287 | 2024-05-24T15:15:27.815Z | Downloaded scheduled-thread-pool v0.2.7 |
1288 | 2024-05-24T15:15:27.815Z | Downloaded ref-cast v1.0.23 |
1289 | 2024-05-24T15:15:27.815Z | Downloaded peg-runtime v0.8.3 |
1290 | 2024-05-24T15:15:27.840Z | Downloaded group v0.13.0 |
1291 | 2024-05-24T15:15:27.840Z | Downloaded fixedbitset v0.4.2 |
1292 | 2024-05-24T15:15:27.840Z | Downloaded filetime v0.2.23 |
1293 | 2024-05-24T15:15:27.840Z | Downloaded dirs-next v2.0.0 |
1294 | 2024-05-24T15:15:27.840Z | Downloaded datatest-stable v0.2.9 |
1295 | 2024-05-24T15:15:27.840Z | Downloaded data-encoding v2.6.0 |
1296 | 2024-05-24T15:15:27.840Z | Downloaded usdt v0.3.5 |
1297 | 2024-05-24T15:15:27.840Z | Downloaded snafu v0.8.2 |
1298 | 2024-05-24T15:15:27.840Z | Downloaded rand_xorshift v0.3.0 |
1299 | 2024-05-24T15:15:27.840Z | Downloaded pathdiff v0.2.1 |
1300 | 2024-05-24T15:15:27.840Z | Downloaded password-hash v0.5.0 |
1301 | 2024-05-24T15:15:27.840Z | Downloaded openssl-probe v0.1.5 |
1302 | 2024-05-24T15:15:27.840Z | Downloaded derive_builder_macro v0.20.0 |
1303 | 2024-05-24T15:15:27.840Z | Downloaded smallvec v1.13.2 |
1304 | 2024-05-24T15:15:27.865Z | Downloaded slog v2.7.0 |
1305 | 2024-05-24T15:15:27.865Z | Downloaded indicatif v0.17.8 |
1306 | 2024-05-24T15:15:27.865Z | Downloaded ppv-lite86 v0.2.17 |
1307 | 2024-05-24T15:15:27.865Z | Downloaded powerfmt v0.2.0 |
1308 | 2024-05-24T15:15:27.865Z | Downloaded paste v1.0.15 |
1309 | 2024-05-24T15:15:27.865Z | Downloaded openssl-macros v0.1.1 |
1310 | 2024-05-24T15:15:27.865Z | Downloaded globset v0.4.14 |
1311 | 2024-05-24T15:15:27.865Z | Downloaded glob v0.3.1 |
1312 | 2024-05-24T15:15:27.865Z | Downloaded getrandom v0.2.14 |
1313 | 2024-05-24T15:15:27.865Z | Downloaded getopts v0.2.21 |
1314 | 2024-05-24T15:15:27.865Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1315 | 2024-05-24T15:15:27.865Z | Downloaded which v4.4.2 |
1316 | 2024-05-24T15:15:27.890Z | Downloaded walkdir v2.5.0 |
1317 | 2024-05-24T15:15:27.890Z | Downloaded toolchain_find v0.4.0 |
1318 | 2024-05-24T15:15:27.890Z | Downloaded toml v0.7.8 |
1319 | 2024-05-24T15:15:27.890Z | Downloaded toml v0.5.11 |
1320 | 2024-05-24T15:15:27.890Z | Downloaded tokio-rustls v0.25.0 |
1321 | 2024-05-24T15:15:27.890Z | Downloaded socket2 v0.4.10 |
1322 | 2024-05-24T15:15:27.890Z | Downloaded snafu-derive v0.8.2 |
1323 | 2024-05-24T15:15:27.890Z | Downloaded slog-term v2.9.1 |
1324 | 2024-05-24T15:15:27.890Z | Downloaded slog-bunyan v2.5.0 |
1325 | 2024-05-24T15:15:27.891Z | Downloaded nu-ansi-term v0.50.0 |
1326 | 2024-05-24T15:15:27.915Z | Downloaded chacha20poly1305 v0.10.1 |
1327 | 2024-05-24T15:15:27.915Z | Downloaded cc v1.0.97 |
1328 | 2024-05-24T15:15:27.915Z | Downloaded usdt v0.5.0 |
1329 | 2024-05-24T15:15:27.915Z | Downloaded tokio-tungstenite v0.21.0 |
1330 | 2024-05-24T15:15:27.915Z | Downloaded tokio-tungstenite v0.20.1 |
1331 | 2024-05-24T15:15:27.915Z | Downloaded tokio-stream v0.1.15 |
1332 | 2024-05-24T15:15:27.915Z | Downloaded tokio-rustls v0.24.1 |
1333 | 2024-05-24T15:15:27.915Z | Downloaded smallvec v0.6.14 |
1334 | 2024-05-24T15:15:27.915Z | Downloaded slog-json v2.6.1 |
1335 | 2024-05-24T15:15:27.915Z | Downloaded slab v0.4.9 |
1336 | 2024-05-24T15:15:27.941Z | Downloaded serde_with_macros v3.8.1 |
1337 | 2024-05-24T15:15:27.941Z | Downloaded serde_urlencoded v0.7.1 |
1338 | 2024-05-24T15:15:27.941Z | Downloaded libtest-mimic v0.7.3 |
1339 | 2024-05-24T15:15:27.941Z | Downloaded libloading v0.8.3 |
1340 | 2024-05-24T15:15:27.941Z | Downloaded untrusted v0.9.0 |
1341 | 2024-05-24T15:15:27.941Z | Downloaded untrusted v0.7.1 |
1342 | 2024-05-24T15:15:27.941Z | Downloaded smf v0.2.3 |
1343 | 2024-05-24T15:15:27.941Z | Downloaded smawk v0.3.2 |
1344 | 2024-05-24T15:15:27.941Z | Downloaded slog-stdlog v4.1.1 |
1345 | 2024-05-24T15:15:27.941Z | Downloaded slog-dtrace v0.3.0 |
1346 | 2024-05-24T15:15:27.941Z | Downloaded slog-async v2.8.0 |
1347 | 2024-05-24T15:15:27.941Z | Downloaded serde_tokenstream v0.2.0 |
1348 | 2024-05-24T15:15:27.941Z | Downloaded serde_tokenstream v0.1.7 |
1349 | 2024-05-24T15:15:27.967Z | Downloaded rustls-native-certs v0.7.0 |
1350 | 2024-05-24T15:15:27.967Z | Downloaded rustc-hash v1.1.0 |
1351 | 2024-05-24T15:15:27.967Z | Downloaded num-complex v0.4.6 |
1352 | 2024-05-24T15:15:27.967Z | Downloaded num-bigint-dig v0.8.4 |
1353 | 2024-05-24T15:15:27.967Z | Downloaded mockall_derive v0.12.1 |
1354 | 2024-05-24T15:15:27.967Z | Downloaded mime_guess v2.0.4 |
1355 | 2024-05-24T15:15:27.967Z | Downloaded memmap2 v0.9.4 |
1356 | 2024-05-24T15:15:28.002Z | Downloaded lock_api v0.4.12 |
1357 | 2024-05-24T15:15:28.002Z | Downloaded crossbeam-utils v0.8.19 |
1358 | 2024-05-24T15:15:28.027Z | Downloaded const_format v0.2.32 |
1359 | 2024-05-24T15:15:28.027Z | Downloaded bytes v1.6.0 |
1360 | 2024-05-24T15:15:28.027Z | Downloaded slog-scope v4.4.0 |
1361 | 2024-05-24T15:15:28.027Z | Downloaded slog-envlogger v2.2.0 |
1362 | 2024-05-24T15:15:28.027Z | Downloaded rustls-pemfile v1.0.4 |
1363 | 2024-05-24T15:15:28.052Z | Downloaded relative-path v1.9.3 |
1364 | 2024-05-24T15:15:28.052Z | Downloaded normalize-line-endings v0.3.0 |
1365 | 2024-05-24T15:15:28.052Z | Downloaded nibble_vec v0.1.0 |
1366 | 2024-05-24T15:15:28.053Z | Downloaded nanorand v0.7.0 |
1367 | 2024-05-24T15:15:28.053Z | Downloaded multimap v0.10.0 |
1368 | 2024-05-24T15:15:28.053Z | Downloaded multer v3.1.0 |
1369 | 2024-05-24T15:15:28.053Z | Downloaded mockall v0.12.1 |
1370 | 2024-05-24T15:15:28.053Z | Downloaded memmap v0.7.0 |
1371 | 2024-05-24T15:15:28.053Z | Downloaded match_cfg v0.1.0 |
1372 | 2024-05-24T15:15:28.053Z | Downloaded maplit v1.0.2 |
1373 | 2024-05-24T15:15:28.053Z | Downloaded lru-cache v0.1.2 |
1374 | 2024-05-24T15:15:28.077Z | Downloaded lru v0.12.3 |
1375 | 2024-05-24T15:15:28.078Z | Downloaded libsw v3.3.1 |
1376 | 2024-05-24T15:15:28.078Z | Downloaded libefi-sys v0.1.0 |
1377 | 2024-05-24T15:15:28.078Z | Downloaded lazy_static v1.4.0 |
1378 | 2024-05-24T15:15:28.078Z | Downloaded crc-any v2.5.0 |
1379 | 2024-05-24T15:15:28.103Z | Downloaded native-tls v0.2.11 |
1380 | 2024-05-24T15:15:28.103Z | Downloaded mio v0.8.11 |
1381 | 2024-05-24T15:15:28.103Z | Downloaded linear-map v1.2.0 |
1382 | 2024-05-24T15:15:28.103Z | Downloaded kstat-rs v0.2.3 |
1383 | 2024-05-24T15:15:28.103Z | Downloaded keccak v0.1.5 |
1384 | 2024-05-24T15:15:28.103Z | Downloaded criterion-plot v0.5.0 |
1385 | 2024-05-24T15:15:28.128Z | Downloaded cookie v0.18.1 |
1386 | 2024-05-24T15:15:28.128Z | Downloaded rustls-pemfile v2.1.2 |
1387 | 2024-05-24T15:15:28.128Z | Downloaded resolv-conf v0.7.0 |
1388 | 2024-05-24T15:15:28.128Z | Downloaded new_debug_unreachable v1.0.6 |
1389 | 2024-05-24T15:15:28.128Z | Downloaded nested v0.1.1 |
1390 | 2024-05-24T15:15:28.128Z | Downloaded miniz_oxide v0.7.2 |
1391 | 2024-05-24T15:15:28.128Z | Downloaded mime v0.3.17 |
1392 | 2024-05-24T15:15:28.128Z | Downloaded matches v0.1.10 |
1393 | 2024-05-24T15:15:28.128Z | Downloaded linked-hash-map v0.5.6 |
1394 | 2024-05-24T15:15:28.128Z | Downloaded headers-core v0.2.0 |
1395 | 2024-05-24T15:15:28.128Z | Downloaded crossbeam-epoch v0.9.18 |
1396 | 2024-05-24T15:15:28.153Z | Downloaded crossbeam-deque v0.8.5 |
1397 | 2024-05-24T15:15:28.153Z | Downloaded crc32fast v1.4.0 |
1398 | 2024-05-24T15:15:28.153Z | Downloaded crc-catalog v2.4.0 |
1399 | 2024-05-24T15:15:28.153Z | Downloaded crc v3.2.1 |
1400 | 2024-05-24T15:15:28.153Z | Downloaded cpufeatures v0.2.12 |
1401 | 2024-05-24T15:15:28.153Z | Downloaded cookie_store v0.20.0 |
1402 | 2024-05-24T15:15:28.153Z | Downloaded constant_time_eq v0.3.0 |
1403 | 2024-05-24T15:15:28.153Z | Downloaded const_format_proc_macros v0.2.32 |
1404 | 2024-05-24T15:15:28.153Z | Downloaded cexpr v0.6.0 |
1405 | 2024-05-24T15:15:28.153Z | Downloaded nodrop v0.1.14 |
1406 | 2024-05-24T15:15:28.154Z | Downloaded newtype_derive v0.1.6 |
1407 | 2024-05-24T15:15:28.154Z | Downloaded newtype-uuid v1.1.0 |
1408 | 2024-05-24T15:15:28.178Z | Downloaded memoffset v0.7.1 |
1409 | 2024-05-24T15:15:28.178Z | Downloaded managed v0.8.0 |
1410 | 2024-05-24T15:15:28.179Z | Downloaded log v0.4.21 |
1411 | 2024-05-24T15:15:28.179Z | Downloaded lalrpop-util v0.19.12 |
1412 | 2024-05-24T15:15:28.179Z | Downloaded itertools v0.10.5 |
1413 | 2024-05-24T15:15:28.179Z | Downloaded convert_case v0.4.0 |
1414 | 2024-05-24T15:15:28.179Z | Downloaded cipher v0.4.4 |
1415 | 2024-05-24T15:15:28.179Z | Downloaded ciborium-ll v0.2.2 |
1416 | 2024-05-24T15:15:28.179Z | Downloaded cfg_aliases v0.1.1 |
1417 | 2024-05-24T15:15:28.179Z | Downloaded cfg-if v1.0.0 |
1418 | 2024-05-24T15:15:28.204Z | Downloaded cfg-expr v0.15.8 |
1419 | 2024-05-24T15:15:28.204Z | Downloaded castaway v0.2.2 |
1420 | 2024-05-24T15:15:28.204Z | Downloaded blake2b_simd v1.0.2 |
1421 | 2024-05-24T15:15:28.204Z | Downloaded blake2 v0.10.6 |
1422 | 2024-05-24T15:15:28.204Z | Downloaded bit-vec v0.6.3 |
1423 | 2024-05-24T15:15:28.204Z | Downloaded bb8 v0.8.3 |
1424 | 2024-05-24T15:15:28.204Z | Downloaded cobs v0.2.3 |
1425 | 2024-05-24T15:15:28.204Z | Downloaded chacha20 v0.9.1 |
1426 | 2024-05-24T15:15:28.204Z | Downloaded cast v0.3.0 |
1427 | 2024-05-24T15:15:28.204Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1428 | 2024-05-24T15:15:28.229Z | Downloaded bstr v0.2.17 |
1429 | 2024-05-24T15:15:28.229Z | Downloaded md-5 v0.10.6 |
1430 | 2024-05-24T15:15:28.229Z | Downloaded indoc v2.0.5 |
1431 | 2024-05-24T15:15:28.254Z | Downloaded crunchy v0.2.2 |
1432 | 2024-05-24T15:15:28.254Z | Downloaded crossterm v0.27.0 |
1433 | 2024-05-24T15:15:28.254Z | Downloaded clang-sys v1.7.0 |
1434 | 2024-05-24T15:15:28.254Z | Downloaded newline-converter v0.3.0 |
1435 | 2024-05-24T15:15:28.254Z | Downloaded is-terminal v0.4.12 |
1436 | 2024-05-24T15:15:28.254Z | Downloaded ipnetwork v0.20.0 |
1437 | 2024-05-24T15:15:28.279Z | Downloaded ipnet v2.9.0 |
1438 | 2024-05-24T15:15:28.279Z | Downloaded inout v0.1.3 |
1439 | 2024-05-24T15:15:28.279Z | Downloaded cancel-safe-futures v0.1.5 |
1440 | 2024-05-24T15:15:28.279Z | Downloaded bytecount v0.6.8 |
1441 | 2024-05-24T15:15:28.279Z | Downloaded bindgen v0.69.4 |
1442 | 2024-05-24T15:15:28.303Z | Downloaded indoc v1.0.9 |
1443 | 2024-05-24T15:15:28.303Z | Downloaded indexmap v1.9.3 |
1444 | 2024-05-24T15:15:28.304Z | Downloaded impl-trait-for-tuples v0.2.2 |
1445 | 2024-05-24T15:15:28.304Z | Downloaded is_ci v1.2.0 |
1446 | 2024-05-24T15:15:28.304Z | Downloaded hyper v0.14.28 |
1447 | 2024-05-24T15:15:28.328Z | Downloaded compact_str v0.7.1 |
1448 | 2024-05-24T15:15:28.329Z | Downloaded ciborium-io v0.2.2 |
1449 | 2024-05-24T15:15:28.329Z | Downloaded bzip2 v0.4.4 |
1450 | 2024-05-24T15:15:28.329Z | Downloaded bitvec v1.0.1 |
1451 | 2024-05-24T15:15:28.353Z | Downloaded async-stream v0.3.5 |
1452 | 2024-05-24T15:15:28.353Z | Downloaded iana-time-zone v0.1.60 |
1453 | 2024-05-24T15:15:28.353Z | Downloaded hyper-tls v0.5.0 |
1454 | 2024-05-24T15:15:28.353Z | Downloaded hyper-staticfile v0.9.5 |
1455 | 2024-05-24T15:15:28.378Z | Downloaded hyper-rustls v0.26.0 |
1456 | 2024-05-24T15:15:28.378Z | Downloaded hyper-rustls v0.24.2 |
1457 | 2024-05-24T15:15:28.378Z | Downloaded hyper v1.3.1 |
1458 | 2024-05-24T15:15:28.378Z | Downloaded hubpack_derive v0.1.1 |
1459 | 2024-05-24T15:15:28.378Z | Downloaded hubpack v0.1.2 |
1460 | 2024-05-24T15:15:28.379Z | Downloaded httptest v0.15.5 |
1461 | 2024-05-24T15:15:28.405Z | Downloaded httparse v1.8.0 |
1462 | 2024-05-24T15:15:28.405Z | Downloaded http-range v0.1.5 |
1463 | 2024-05-24T15:15:28.405Z | Downloaded http-body v0.4.6 |
1464 | 2024-05-24T15:15:28.405Z | Downloaded http v0.2.12 |
1465 | 2024-05-24T15:15:28.405Z | Downloaded hostname v0.4.0 |
1466 | 2024-05-24T15:15:28.406Z | Downloaded http v1.1.0 |
1467 | 2024-05-24T15:15:28.432Z | Downloaded block-padding v0.3.3 |
1468 | 2024-05-24T15:15:28.432Z | Downloaded http-body v1.0.0 |
1469 | 2024-05-24T15:15:28.432Z | Downloaded crypto-common v0.1.6 |
1470 | 2024-05-24T15:15:28.432Z | Downloaded crossbeam-channel v0.5.12 |
1471 | 2024-05-24T15:15:28.432Z | Downloaded cookie v0.17.0 |
1472 | 2024-05-24T15:15:28.432Z | Downloaded ciborium v0.2.2 |
1473 | 2024-05-24T15:15:28.432Z | Downloaded bitstruct v0.1.1 |
1474 | 2024-05-24T15:15:28.457Z | Downloaded hmac v0.12.1 |
1475 | 2024-05-24T15:15:28.457Z | Downloaded hkdf v0.12.4 |
1476 | 2024-05-24T15:15:28.458Z | Downloaded chrono v0.4.38 |
1477 | 2024-05-24T15:15:28.458Z | Downloaded async-stream-impl v0.3.5 |
1478 | 2024-05-24T15:15:28.458Z | Downloaded heck v0.4.1 |
1479 | 2024-05-24T15:15:28.482Z | Downloaded colored v2.1.0 |
1480 | 2024-05-24T15:15:28.483Z | Downloaded cassowary v0.3.0 |
1481 | 2024-05-24T15:15:28.483Z | Downloaded camino-tempfile v1.1.1 |
1482 | 2024-05-24T15:15:28.483Z | Downloaded byteorder v1.5.0 |
1483 | 2024-05-24T15:15:28.483Z | Downloaded block-buffer v0.10.4 |
1484 | 2024-05-24T15:15:28.483Z | Downloaded bitstruct_derive v0.1.0 |
1485 | 2024-05-24T15:15:28.483Z | Downloaded bitflags v1.3.2 |
1486 | 2024-05-24T15:15:28.483Z | Downloaded bitfield v0.14.0 |
1487 | 2024-05-24T15:15:28.483Z | Downloaded hex-literal v0.4.1 |
1488 | 2024-05-24T15:15:28.483Z | Downloaded crypto-bigint v0.5.5 |
1489 | 2024-05-24T15:15:28.508Z | Downloaded crucible-workspace-hack v0.1.0 |
1490 | 2024-05-24T15:15:28.508Z | Downloaded const-oid v0.9.6 |
1491 | 2024-05-24T15:15:28.508Z | Downloaded buf-list v1.0.3 |
1492 | 2024-05-24T15:15:28.508Z | Downloaded bit-set v0.5.3 |
1493 | 2024-05-24T15:15:28.508Z | Downloaded bcs v0.1.6 |
1494 | 2024-05-24T15:15:28.509Z | Downloaded base64ct v1.6.0 |
1495 | 2024-05-24T15:15:28.509Z | Downloaded base64 v0.22.1 |
1496 | 2024-05-24T15:15:28.534Z | Downloaded base64 v0.13.1 |
1497 | 2024-05-24T15:15:28.534Z | Downloaded backtrace v0.3.71 |
1498 | 2024-05-24T15:15:28.534Z | Downloaded backoff v0.4.0 |
1499 | 2024-05-24T15:15:28.534Z | Downloaded atomic-waker v1.1.2 |
1500 | 2024-05-24T15:15:28.534Z | Downloaded assert_matches v1.5.0 |
1501 | 2024-05-24T15:15:28.534Z | Downloaded assert_cmd v2.0.14 |
1502 | 2024-05-24T15:15:28.534Z | Downloaded ascii-canvas v3.0.0 |
1503 | 2024-05-24T15:15:28.534Z | Downloaded ascii v1.1.0 |
1504 | 2024-05-24T15:15:28.534Z | Downloaded arrayvec v0.7.4 |
1505 | 2024-05-24T15:15:28.560Z | Downloaded arc-swap v1.7.1 |
1506 | 2024-05-24T15:15:28.560Z | Downloaded console v0.15.8 |
1507 | 2024-05-24T15:15:28.560Z | Downloaded atty v0.2.14 |
1508 | 2024-05-24T15:15:28.560Z | Downloaded async-recursion v1.1.1 |
1509 | 2024-05-24T15:15:28.560Z | Downloaded aho-corasick v1.1.3 |
1510 | 2024-05-24T15:15:28.560Z | Downloaded atomicwrites v0.4.3 |
1511 | 2024-05-24T15:15:28.560Z | Downloaded async-trait v0.1.80 |
1512 | 2024-05-24T15:15:28.587Z | Downloaded arrayref v0.3.7 |
1513 | 2024-05-24T15:15:28.587Z | Downloaded array-init v0.0.4 |
1514 | 2024-05-24T15:15:28.587Z | Downloaded argon2 v0.5.3 |
1515 | 2024-05-24T15:15:29.169Z | Compiling libc v0.2.153 |
1516 | 2024-05-24T15:15:29.169Z | Compiling serde v1.0.202 |
1517 | 2024-05-24T15:15:29.169Z | Compiling version_check v0.9.4 |
1518 | 2024-05-24T15:15:29.194Z | Checking cfg-if v1.0.0 |
1519 | 2024-05-24T15:15:29.194Z | Compiling lock_api v0.4.12 |
1520 | 2024-05-24T15:15:29.194Z | Compiling parking_lot_core v0.9.10 |
1521 | 2024-05-24T15:15:29.280Z | Compiling syn v2.0.64 |
1522 | 2024-05-24T15:15:29.326Z | Compiling libm v0.2.8 |
1523 | 2024-05-24T15:15:29.351Z | Compiling cc v1.0.97 |
1524 | 2024-05-24T15:15:29.686Z | Compiling num-traits v0.2.19 |
1525 | 2024-05-24T15:15:29.710Z | Compiling serde_json v1.0.117 |
1526 | 2024-05-24T15:15:29.741Z | Compiling once_cell v1.19.0 |
1527 | 2024-05-24T15:15:29.766Z | Compiling memchr v2.7.2 |
1528 | 2024-05-24T15:15:29.950Z | Compiling ahash v0.8.11 |
1529 | 2024-05-24T15:15:30.127Z | Compiling byteorder v1.5.0 |
1530 | 2024-05-24T15:15:30.296Z | Compiling syn v1.0.109 |
1531 | 2024-05-24T15:15:30.518Z | Checking log v0.4.21 |
1532 | 2024-05-24T15:15:30.846Z | Checking getrandom v0.2.14 |
1533 | 2024-05-24T15:15:31.062Z | Compiling slab v0.4.9 |
1534 | 2024-05-24T15:15:31.147Z | Checking itoa v1.0.11 |
1535 | 2024-05-24T15:15:31.172Z | Compiling typenum v1.17.0 |
1536 | 2024-05-24T15:15:31.196Z | Compiling generic-array v0.14.7 |
1537 | 2024-05-24T15:15:31.342Z | Checking scopeguard v1.2.0 |
1538 | 2024-05-24T15:15:31.430Z | Checking smallvec v1.13.2 |
1539 | 2024-05-24T15:15:31.520Z | Compiling allocator-api2 v0.2.18 |
1540 | 2024-05-24T15:15:31.694Z | Compiling pkg-config v0.3.30 |
1541 | 2024-05-24T15:15:31.738Z | Compiling rustix v0.38.34 |
1542 | 2024-05-24T15:15:31.844Z | Compiling schemars v0.8.20 |
1543 | 2024-05-24T15:15:32.213Z | Compiling httparse v1.8.0 |
1544 | 2024-05-24T15:15:32.316Z | Compiling ring v0.17.8 |
1545 | 2024-05-24T15:15:32.402Z | Checking pin-project-lite v0.2.14 |
1546 | 2024-05-24T15:15:32.461Z | Checking parking_lot v0.12.2 |
1547 | 2024-05-24T15:15:32.582Z | Compiling num-conv v0.1.0 |
1548 | 2024-05-24T15:15:32.762Z | Compiling time-core v0.1.2 |
1549 | 2024-05-24T15:15:32.840Z | Checking signal-hook-registry v1.4.2 |
1550 | 2024-05-24T15:15:32.913Z | Compiling time-macros v0.2.18 |
1551 | 2024-05-24T15:15:33.013Z | Compiling fnv v1.0.7 |
1552 | 2024-05-24T15:15:33.038Z | Checking mio v0.8.11 |
1553 | 2024-05-24T15:15:33.137Z | Checking ryu v1.0.18 |
1554 | 2024-05-24T15:15:33.169Z | Compiling vcpkg v0.2.15 |
1555 | 2024-05-24T15:15:33.352Z | Compiling heck v0.4.1 |
1556 | 2024-05-24T15:15:33.612Z | Checking num_cpus v1.16.0 |
1557 | 2024-05-24T15:15:33.706Z | Compiling aho-corasick v1.1.3 |
1558 | 2024-05-24T15:15:34.794Z | Compiling regex-syntax v0.8.3 |
1559 | 2024-05-24T15:15:35.159Z | Compiling openssl-sys v0.9.102 |
1560 | 2024-05-24T15:15:35.885Z | Compiling serde_derive_internals v0.29.1 |
1561 | 2024-05-24T15:15:36.078Z | Checking rand_core v0.6.4 |
1562 | 2024-05-24T15:15:36.265Z | Checking futures-core v0.3.30 |
1563 | 2024-05-24T15:15:36.327Z | Checking socket2 v0.5.7 |
1564 | 2024-05-24T15:15:36.653Z | Compiling openssl v0.10.64 |
1565 | 2024-05-24T15:15:36.704Z | Compiling slog v2.7.0 |
1566 | 2024-05-24T15:15:36.980Z | Compiling ucd-trie v0.1.6 |
1567 | 2024-05-24T15:15:37.309Z | Compiling rustversion v1.0.17 |
1568 | 2024-05-24T15:15:37.495Z | Compiling regex-automata v0.4.6 |
1569 | 2024-05-24T15:15:37.918Z | Compiling crossbeam-utils v0.8.19 |
1570 | 2024-05-24T15:15:38.269Z | Compiling rustls v0.21.12 |
1571 | 2024-05-24T15:15:38.471Z | Compiling iana-time-zone v0.1.60 |
1572 | 2024-05-24T15:15:38.498Z | Compiling native-tls v0.2.11 |
1573 | 2024-05-24T15:15:38.524Z | Compiling cookie v0.17.0 |
1574 | 2024-05-24T15:15:38.809Z | Compiling backtrace v0.3.71 |
1575 | 2024-05-24T15:15:38.882Z | Compiling dyn-clone v1.0.17 |
1576 | 2024-05-24T15:15:38.977Z | Checking futures-sink v0.3.30 |
1577 | 2024-05-24T15:15:39.106Z | Compiling anyhow v1.0.83 |
1578 | 2024-05-24T15:15:39.229Z | Checking pin-utils v0.1.0 |
1579 | 2024-05-24T15:15:39.308Z | Checking futures-channel v0.3.30 |
1580 | 2024-05-24T15:15:39.743Z | Checking futures-task v0.3.30 |
1581 | 2024-05-24T15:15:39.945Z | Checking futures-io v0.3.30 |
1582 | 2024-05-24T15:15:40.025Z | Compiling tinyvec_macros v0.1.1 |
1583 | 2024-05-24T15:15:40.097Z | Compiling tinyvec v1.6.0 |
1584 | 2024-05-24T15:15:40.159Z | Compiling thread-id v4.2.1 |
1585 | 2024-05-24T15:15:40.236Z | Compiling errno v0.3.9 |
1586 | 2024-05-24T15:15:40.261Z | Compiling either v1.12.0 |
1587 | 2024-05-24T15:15:40.434Z | Compiling unicode-bidi v0.3.15 |
1588 | 2024-05-24T15:15:40.736Z | Compiling unicode-width v0.1.12 |
1589 | 2024-05-24T15:15:40.928Z | Checking subtle v2.5.0 |
1590 | 2024-05-24T15:15:41.137Z | Compiling spin v0.9.8 |
1591 | 2024-05-24T15:15:41.247Z | Compiling unicode-normalization v0.1.23 |
1592 | 2024-05-24T15:15:41.433Z | Compiling serde_derive v1.0.202 |
1593 | 2024-05-24T15:15:41.473Z | Compiling zerocopy-derive v0.7.34 |
1594 | 2024-05-24T15:15:41.559Z | Compiling thiserror-impl v1.0.60 |
1595 | 2024-05-24T15:15:41.654Z | Compiling zeroize_derive v1.4.2 |
1596 | 2024-05-24T15:15:42.096Z | Compiling tokio-macros v2.2.0 |
1597 | 2024-05-24T15:15:42.246Z | Compiling futures-macro v0.3.30 |
1598 | 2024-05-24T15:15:42.793Z | Compiling tracing-attributes v0.1.27 |
1599 | 2024-05-24T15:15:42.943Z | Compiling schemars_derive v0.8.20 |
1600 | 2024-05-24T15:15:43.412Z | Compiling zerocopy v0.7.34 |
1601 | 2024-05-24T15:15:43.506Z | Compiling regex v1.10.4 |
1602 | 2024-05-24T15:15:43.958Z | Checking zeroize v1.7.0 |
1603 | 2024-05-24T15:15:44.190Z | Compiling openssl-macros v0.1.1 |
1604 | 2024-05-24T15:15:44.222Z | Compiling thiserror v1.0.60 |
1605 | 2024-05-24T15:15:44.388Z | Compiling pest v2.7.10 |
1606 | 2024-05-24T15:15:44.808Z | Compiling async-trait v0.1.80 |
1607 | 2024-05-24T15:15:45.174Z | Compiling hashbrown v0.14.5 |
1608 | 2024-05-24T15:15:45.669Z | Compiling scroll_derive v0.12.0 |
1609 | 2024-05-24T15:15:45.906Z | Checking futures-util v0.3.30 |
1610 | 2024-05-24T15:15:46.289Z | Compiling der_derive v0.7.2 |
1611 | 2024-05-24T15:15:46.411Z | Compiling pest_meta v2.7.10 |
1612 | 2024-05-24T15:15:46.856Z | Compiling scroll v0.12.0 |
1613 | 2024-05-24T15:15:47.095Z | Compiling usdt-impl v0.5.0 |
1614 | 2024-05-24T15:15:47.434Z | Compiling pest_generator v2.7.10 |
1615 | 2024-05-24T15:15:47.921Z | Compiling winnow v0.5.40 |
1616 | 2024-05-24T15:15:48.397Z | Compiling plain v0.2.3 |
1617 | 2024-05-24T15:15:48.475Z | Compiling crc32fast v1.4.0 |
1618 | 2024-05-24T15:15:48.536Z | Compiling goblin v0.8.2 |
1619 | 2024-05-24T15:15:50.153Z | Compiling pretty-hex v0.4.1 |
1620 | 2024-05-24T15:15:50.461Z | Compiling percent-encoding v2.3.1 |
1621 | 2024-05-24T15:15:50.657Z | Compiling pest_derive v2.7.10 |
1622 | 2024-05-24T15:15:50.967Z | Compiling const-oid v0.9.6 |
1623 | 2024-05-24T15:15:50.992Z | Compiling tracing-core v0.1.32 |
1624 | 2024-05-24T15:15:51.068Z | Compiling untrusted v0.9.0 |
1625 | 2024-05-24T15:15:51.285Z | Compiling dtrace-parser v0.2.0 |
1626 | 2024-05-24T15:15:51.986Z | Checking bytes v1.6.0 |
1627 | 2024-05-24T15:15:52.411Z | Checking bitflags v2.5.0 |
1628 | 2024-05-24T15:15:52.629Z | Checking tokio v1.37.0 |
1629 | 2024-05-24T15:15:53.005Z | Compiling indexmap v2.2.6 |
1630 | 2024-05-24T15:15:53.538Z | Compiling semver v1.0.23 |
1631 | 2024-05-24T15:15:53.844Z | Compiling serde_tokenstream v0.2.0 |
1632 | 2024-05-24T15:15:54.166Z | Compiling chrono v0.4.38 |
1633 | 2024-05-24T15:15:54.194Z | Compiling uuid v1.8.0 |
1634 | 2024-05-24T15:15:54.297Z | Compiling http v0.2.12 |
1635 | 2024-05-24T15:15:54.484Z | Compiling toml_datetime v0.6.6 |
1636 | 2024-05-24T15:15:54.517Z | Compiling serde_spanned v0.6.6 |
1637 | 2024-05-24T15:15:54.718Z | Compiling rustc_version v0.4.0 |
1638 | 2024-05-24T15:15:55.336Z | Compiling toml_edit v0.19.15 |
1639 | 2024-05-24T15:15:55.361Z | Compiling openapiv3 v2.0.0 |
1640 | 2024-05-24T15:15:56.980Z | Compiling dof v0.3.0 |
1641 | 2024-05-24T15:15:58.518Z | Compiling tracing v0.1.40 |
1642 | 2024-05-24T15:15:58.971Z | Compiling clap_derive v4.5.4 |
1643 | 2024-05-24T15:15:58.998Z | Compiling powerfmt v0.2.0 |
1644 | 2024-05-24T15:15:59.022Z | Compiling signal-hook v0.3.17 |
1645 | 2024-05-24T15:15:59.047Z | Compiling spin v0.5.2 |
1646 | 2024-05-24T15:15:59.218Z | Compiling foreign-types-shared v0.1.1 |
1647 | 2024-05-24T15:15:59.264Z | Compiling usdt-macro v0.5.0 |
1648 | 2024-05-24T15:15:59.289Z | Compiling deranged v0.3.11 |
1649 | 2024-05-24T15:15:59.332Z | Compiling foreign-types v0.3.2 |
1650 | 2024-05-24T15:15:59.386Z | Compiling usdt-attr-macro v0.5.0 |
1651 | 2024-05-24T15:15:59.621Z | Compiling form_urlencoded v1.2.1 |
1652 | 2024-05-24T15:15:59.887Z | Compiling crypto-common v0.1.6 |
1653 | 2024-05-24T15:15:59.912Z | Compiling zerocopy-derive v0.6.6 |
1654 | 2024-05-24T15:16:00.505Z | Compiling try-lock v0.2.5 |
1655 | 2024-05-24T15:16:00.637Z | Compiling siphasher v0.3.11 |
1656 | 2024-05-24T15:16:00.728Z | Compiling base64 v0.21.7 |
1657 | 2024-05-24T15:16:00.798Z | Compiling num_threads v0.1.7 |
1658 | 2024-05-24T15:16:00.921Z | Compiling time v0.3.36 |
1659 | 2024-05-24T15:16:00.968Z | Compiling want v0.3.1 |
1660 | 2024-05-24T15:16:01.229Z | Compiling http-body v0.4.6 |
1661 | 2024-05-24T15:16:01.358Z | Compiling rustls-webpki v0.101.7 |
1662 | 2024-05-24T15:16:01.643Z | Compiling tokio-util v0.7.11 |
1663 | 2024-05-24T15:16:01.729Z | Compiling sct v0.7.1 |
1664 | 2024-05-24T15:16:01.993Z | Compiling block-buffer v0.10.4 |
1665 | 2024-05-24T15:16:02.024Z | Compiling idna v0.5.0 |
1666 | 2024-05-24T15:16:02.780Z | Compiling h2 v0.3.26 |
1667 | 2024-05-24T15:16:02.892Z | Compiling httpdate v1.0.3 |
1668 | 2024-05-24T15:16:02.936Z | Compiling openssl-probe v0.1.5 |
1669 | 2024-05-24T15:16:03.023Z | Compiling tower-service v0.3.2 |
1670 | 2024-05-24T15:16:03.279Z | Compiling url v2.5.0 |
1671 | 2024-05-24T15:16:03.305Z | Compiling digest v0.10.7 |
1672 | 2024-05-24T15:16:03.692Z | Compiling heapless v0.7.17 |
1673 | 2024-05-24T15:16:04.162Z | Compiling idna v0.3.0 |
1674 | 2024-05-24T15:16:04.804Z | Compiling psl-types v2.0.11 |
1675 | 2024-05-24T15:16:04.967Z | Checking equivalent v1.0.1 |
1676 | 2024-05-24T15:16:05.322Z | Compiling ppv-lite86 v0.2.17 |
1677 | 2024-05-24T15:16:05.395Z | Compiling publicsuffix v2.2.3 |
1678 | 2024-05-24T15:16:05.612Z | Compiling crossbeam-epoch v0.9.18 |
1679 | 2024-05-24T15:16:05.923Z | Compiling rand_chacha v0.3.1 |
1680 | 2024-05-24T15:16:06.360Z | Compiling tokio-rustls v0.24.1 |
1681 | 2024-05-24T15:16:06.695Z | Compiling tokio-native-tls v0.3.1 |
1682 | 2024-05-24T15:16:06.782Z | Compiling adler v1.0.2 |
1683 | 2024-05-24T15:16:06.929Z | Compiling bit-vec v0.6.3 |
1684 | 2024-05-24T15:16:06.980Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1685 | 2024-05-24T15:16:07.300Z | Compiling ipnet v2.9.0 |
1686 | 2024-05-24T15:16:07.383Z | Compiling miniz_oxide v0.7.2 |
1687 | 2024-05-24T15:16:07.524Z | Compiling cookie_store v0.20.0 |
1688 | 2024-05-24T15:16:07.642Z | Compiling rand v0.8.5 |
1689 | 2024-05-24T15:16:08.362Z | Compiling hyper v0.14.28 |
1690 | 2024-05-24T15:16:08.390Z | Compiling rustls-pemfile v1.0.4 |
1691 | 2024-05-24T15:16:08.415Z | Compiling phf_shared v0.10.0 |
1692 | 2024-05-24T15:16:08.704Z | Compiling serde_urlencoded v0.7.1 |
1693 | 2024-05-24T15:16:08.742Z | Compiling lazy_static v1.4.0 |
1694 | 2024-05-24T15:16:08.767Z | Compiling encoding_rs v0.8.34 |
1695 | 2024-05-24T15:16:08.842Z | Compiling gimli v0.28.1 |
1696 | 2024-05-24T15:16:08.867Z | Compiling base64ct v1.6.0 |
1697 | 2024-05-24T15:16:09.132Z | Compiling fixedbitset v0.4.2 |
1698 | 2024-05-24T15:16:09.365Z | Compiling webpki-roots v0.25.4 |
1699 | 2024-05-24T15:16:09.402Z | Compiling smoltcp v0.9.1 |
1700 | 2024-05-24T15:16:09.504Z | Compiling sync_wrapper v0.1.2 |
1701 | 2024-05-24T15:16:09.528Z | Compiling mime v0.3.17 |
1702 | 2024-05-24T15:16:09.622Z | Compiling precomputed-hash v0.1.1 |
1703 | 2024-05-24T15:16:09.725Z | Compiling minimal-lexical v0.2.1 |
1704 | 2024-05-24T15:16:09.983Z | Compiling new_debug_unreachable v1.0.6 |
1705 | 2024-05-24T15:16:10.032Z | Compiling nom v7.1.3 |
1706 | 2024-05-24T15:16:10.075Z | Compiling string_cache v0.8.7 |
1707 | 2024-05-24T15:16:10.167Z | Compiling petgraph v0.6.5 |
1708 | 2024-05-24T15:16:10.464Z | Compiling pem-rfc7468 v0.7.0 |
1709 | 2024-05-24T15:16:10.626Z | Compiling bit-set v0.5.3 |
1710 | 2024-05-24T15:16:10.949Z | Compiling hmac v0.12.1 |
1711 | 2024-05-24T15:16:11.106Z | Compiling hubpack_derive v0.1.1 |
1712 | 2024-05-24T15:16:11.171Z | Compiling enum-as-inner v0.5.1 |
1713 | 2024-05-24T15:16:11.229Z | Compiling itertools v0.10.5 |
1714 | 2024-05-24T15:16:11.804Z | Compiling diesel_table_macro_syntax v0.1.0 |
1715 | 2024-05-24T15:16:11.958Z | Compiling object v0.32.2 |
1716 | 2024-05-24T15:16:12.150Z | Compiling addr2line v0.21.0 |
1717 | 2024-05-24T15:16:12.204Z | Compiling flagset v0.4.5 |
1718 | 2024-05-24T15:16:12.378Z | Compiling rustc-demangle v0.1.24 |
1719 | 2024-05-24T15:16:12.685Z | Compiling lalrpop-util v0.19.12 |
1720 | 2024-05-24T15:16:12.979Z | Compiling unicode-segmentation v1.11.0 |
1721 | 2024-05-24T15:16:13.321Z | Compiling toml_edit v0.22.13 |
1722 | 2024-05-24T15:16:13.372Z | Compiling der v0.7.9 |
1723 | 2024-05-24T15:16:13.397Z | Compiling diesel_derives v2.1.4 |
1724 | 2024-05-24T15:16:13.474Z | Compiling futures-executor v0.3.30 |
1725 | 2024-05-24T15:16:13.659Z | Compiling hyper-tls v0.5.0 |
1726 | 2024-05-24T15:16:13.687Z | Compiling hyper-rustls v0.24.2 |
1727 | 2024-05-24T15:16:13.942Z | Compiling reqwest v0.11.27 |
1728 | 2024-05-24T15:16:13.982Z | Compiling itertools v0.12.1 |
1729 | 2024-05-24T15:16:14.768Z | Compiling cpufeatures v0.2.12 |
1730 | 2024-05-24T15:16:16.003Z | Compiling finl_unicode v1.2.0 |
1731 | 2024-05-24T15:16:16.334Z | Compiling spki v0.7.3 |
1732 | 2024-05-24T15:16:16.405Z | Compiling stringprep v0.1.4 |
1733 | 2024-05-24T15:16:16.473Z | Compiling sha2 v0.10.8 |
1734 | 2024-05-24T15:16:16.909Z | Compiling flate2 v1.0.30 |
1735 | 2024-05-24T15:16:17.453Z | Compiling futures v0.3.30 |
1736 | 2024-05-24T15:16:17.701Z | Compiling md-5 v0.10.6 |
1737 | 2024-05-24T15:16:18.606Z | Compiling toml v0.7.8 |
1738 | 2024-05-24T15:16:18.660Z | Compiling hex v0.4.3 |
1739 | 2024-05-24T15:16:18.854Z | Compiling strum_macros v0.25.3 |
1740 | 2024-05-24T15:16:18.938Z | Compiling serde_repr v0.1.19 |
1741 | 2024-05-24T15:16:19.829Z | Compiling num-integer v0.1.46 |
1742 | 2024-05-24T15:16:19.972Z | Compiling hash32 v0.2.1 |
1743 | 2024-05-24T15:16:20.151Z | Compiling fs-err v2.11.0 |
1744 | 2024-05-24T15:16:20.220Z | Compiling fallible-iterator v0.2.0 |
1745 | 2024-05-24T15:16:20.295Z | Checking unicode-ident v1.0.12 |
1746 | 2024-05-24T15:16:20.371Z | Compiling stable_deref_trait v1.2.0 |
1747 | 2024-05-24T15:16:20.437Z | Compiling pkcs8 v0.10.2 |
1748 | 2024-05-24T15:16:20.498Z | Compiling phf_shared v0.11.2 |
1749 | 2024-05-24T15:16:20.790Z | Compiling postgres-protocol v0.6.6 |
1750 | 2024-05-24T15:16:20.837Z | Compiling terminal_size v0.3.0 |
1751 | 2024-05-24T15:16:20.931Z | Compiling ff v0.13.0 |
1752 | 2024-05-24T15:16:21.121Z | Compiling block-padding v0.3.3 |
1753 | 2024-05-24T15:16:21.200Z | Compiling scheduled-thread-pool v0.2.7 |
1754 | 2024-05-24T15:16:21.378Z | Compiling bitflags v1.3.2 |
1755 | 2024-05-24T15:16:21.471Z | Compiling peg-runtime v0.8.3 |
1756 | 2024-05-24T15:16:21.496Z | Compiling base16ct v0.2.0 |
1757 | 2024-05-24T15:16:21.707Z | Compiling managed v0.8.0 |
1758 | 2024-05-24T15:16:21.775Z | Compiling matches v0.1.10 |
1759 | 2024-05-24T15:16:21.870Z | Compiling idna v0.2.3 |
1760 | 2024-05-24T15:16:21.924Z | Compiling sec1 v0.7.3 |
1761 | 2024-05-24T15:16:22.076Z | Compiling clap_builder v4.5.2 |
1762 | 2024-05-24T15:16:22.207Z | Compiling postgres-types v0.2.6 |
1763 | 2024-05-24T15:16:22.405Z | Compiling r2d2 v0.8.10 |
1764 | 2024-05-24T15:16:22.723Z | Compiling inout v0.1.3 |
1765 | 2024-05-24T15:16:23.141Z | Compiling group v0.13.0 |
1766 | 2024-05-24T15:16:23.321Z | Compiling signal-hook-mio v0.2.3 |
1767 | 2024-05-24T15:16:23.425Z | Compiling phf v0.11.2 |
1768 | 2024-05-24T15:16:23.467Z | Compiling num-bigint v0.4.5 |
1769 | 2024-05-24T15:16:23.532Z | Compiling hubpack v0.1.2 |
1770 | 2024-05-24T15:16:23.679Z | Compiling hkdf v0.12.4 |
1771 | 2024-05-24T15:16:23.913Z | Compiling zerocopy v0.6.6 |
1772 | 2024-05-24T15:16:23.937Z | Compiling ipnetwork v0.20.0 |
1773 | 2024-05-24T15:16:24.026Z | Compiling crypto-bigint v0.5.5 |
1774 | 2024-05-24T15:16:24.569Z | Compiling float-cmp v0.9.0 |
1775 | 2024-05-24T15:16:24.698Z | Compiling memmap v0.7.0 |
1776 | 2024-05-24T15:16:24.764Z | Compiling normalize-line-endings v0.3.0 |
1777 | 2024-05-24T15:16:24.882Z | Compiling whoami v1.5.1 |
1778 | 2024-05-24T15:16:25.004Z | Compiling difflib v0.4.0 |
1779 | 2024-05-24T15:16:25.273Z | Compiling predicates-core v1.0.6 |
1780 | 2024-05-24T15:16:25.418Z | Compiling data-encoding v2.6.0 |
1781 | 2024-05-24T15:16:25.589Z | Compiling static_assertions v1.1.0 |
1782 | 2024-05-24T15:16:25.685Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1783 | 2024-05-24T15:16:26.175Z | Compiling trust-dns-proto v0.22.0 |
1784 | 2024-05-24T15:16:26.298Z | Compiling yasna v0.5.2 |
1785 | 2024-05-24T15:16:26.359Z | Compiling elliptic-curve v0.13.8 |
1786 | 2024-05-24T15:16:27.027Z | Compiling predicates v3.1.0 |
1787 | 2024-05-24T15:16:27.364Z | Compiling diesel v2.1.6 |
1788 | 2024-05-24T15:16:27.803Z | Compiling tokio-postgres v0.7.10 |
1789 | 2024-05-24T15:16:28.503Z | Compiling clap v4.5.4 |
1790 | 2024-05-24T15:16:28.611Z | Compiling usdt v0.5.0 |
1791 | 2024-05-24T15:16:28.761Z | Compiling crossterm v0.27.0 |
1792 | 2024-05-24T15:16:29.019Z | Compiling cipher v0.4.4 |
1793 | 2024-05-24T15:16:29.690Z | Checking proc-macro2 v1.0.82 |
1794 | 2024-05-24T15:16:30.115Z | Compiling num-iter v0.1.45 |
1795 | 2024-05-24T15:16:30.234Z | Compiling similar v2.5.0 |
1796 | 2024-05-24T15:16:30.259Z | Compiling console v0.15.8 |
1797 | 2024-05-24T15:16:30.284Z | Compiling tokio-stream v0.1.15 |
1798 | 2024-05-24T15:16:31.045Z | Compiling bstr v1.9.1 |
1799 | 2024-05-24T15:16:31.461Z | Checking quote v1.0.36 |
1800 | 2024-05-24T15:16:34.704Z | Checking utf8parse v0.2.1 |
1801 | 2024-05-24T15:16:38.730Z | Checking anstyle v1.0.7 |
1802 | 2024-05-24T15:16:39.803Z | Checking anstyle-parse v0.2.4 |
1803 | 2024-05-24T15:16:39.902Z | Checking anstyle-query v1.0.3 |
1804 | 2024-05-24T15:16:39.956Z | Checking is_terminal_polyfill v1.70.0 |
1805 | 2024-05-24T15:16:40.020Z | Checking colorchoice v1.0.1 |
1806 | 2024-05-24T15:16:40.155Z | Checking anstream v0.6.14 |
1807 | 2024-05-24T15:16:40.225Z | Checking strsim v0.11.1 |
1808 | 2024-05-24T15:16:40.469Z | Checking clap_lex v0.7.0 |
1809 | 2024-05-24T15:16:43.149Z | Checking winnow v0.6.8 |
1810 | 2024-05-24T15:16:51.433Z | Compiling regress v0.9.1 |
1811 | 2024-05-24T15:16:51.638Z | Compiling getopts v0.2.21 |
1812 | 2024-05-24T15:16:51.680Z | Checking heck v0.5.0 |
1813 | 2024-05-24T15:16:51.847Z | Compiling unsafe-libyaml v0.2.11 |
1814 | 2024-05-24T15:16:52.493Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1815 | 2024-05-24T15:16:52.948Z | Compiling serde_yaml v0.9.34+deprecated |
1816 | 2024-05-24T15:16:53.079Z | Checking camino v1.1.7 |
1817 | 2024-05-24T15:16:53.135Z | Checking base64 v0.22.1 |
1818 | 2024-05-24T15:16:53.343Z | Checking is-terminal v0.4.12 |
1819 | 2024-05-24T15:16:53.448Z | Compiling ident_case v1.0.1 |
1820 | 2024-05-24T15:16:53.536Z | Checking sha1 v0.10.6 |
1821 | 2024-05-24T15:16:53.561Z | Checking http v1.1.0 |
1822 | 2024-05-24T15:16:53.615Z | Compiling darling_core v0.20.9 |
1823 | 2024-05-24T15:16:53.779Z | Compiling paste v1.0.15 |
1824 | 2024-05-24T15:16:54.176Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1825 | 2024-05-24T15:16:54.624Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1826 | 2024-05-24T15:16:54.718Z | Compiling strum_macros v0.26.2 |
1827 | 2024-05-24T15:16:54.988Z | Checking fastrand v2.1.0 |
1828 | 2024-05-24T15:16:55.247Z | Checking match_cfg v0.1.0 |
1829 | 2024-05-24T15:16:55.333Z | Checking rustls-pki-types v1.7.0 |
1830 | 2024-05-24T15:16:55.361Z | Checking hostname v0.3.1 |
1831 | 2024-05-24T15:16:55.475Z | Checking tempfile v3.10.1 |
1832 | 2024-05-24T15:16:55.769Z | Checking dirs-sys-next v0.1.2 |
1833 | 2024-05-24T15:16:55.919Z | Checking quick-error v1.2.3 |
1834 | 2024-05-24T15:16:56.038Z | Checking dirs-next v2.0.0 |
1835 | 2024-05-24T15:16:56.157Z | Checking crossbeam-channel v0.5.12 |
1836 | 2024-05-24T15:16:56.202Z | Checking thread_local v1.1.8 |
1837 | 2024-05-24T15:16:56.451Z | Compiling rustls v0.22.4 |
1838 | 2024-05-24T15:16:56.476Z | Compiling slog-async v2.8.0 |
1839 | 2024-05-24T15:16:56.696Z | Checking term v0.7.0 |
1840 | 2024-05-24T15:16:56.721Z | Checking rustls-webpki v0.102.4 |
1841 | 2024-05-24T15:16:56.777Z | Checking instant v0.1.12 |
1842 | 2024-05-24T15:16:56.898Z | Checking take_mut v0.2.2 |
1843 | 2024-05-24T15:16:56.944Z | Checking rustls-pemfile v2.1.2 |
1844 | 2024-05-24T15:16:57.054Z | Checking slog-term v2.9.1 |
1845 | 2024-05-24T15:16:57.160Z | Compiling multer v3.1.0 |
1846 | 2024-05-24T15:16:57.275Z | Checking debug-ignore v1.0.5 |
1847 | 2024-05-24T15:16:57.404Z | Checking toml v0.8.13 |
1848 | 2024-05-24T15:16:57.449Z | Checking slog-json v2.6.1 |
1849 | 2024-05-24T15:16:57.475Z | Compiling async-stream-impl v0.3.5 |
1850 | 2024-05-24T15:16:57.676Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1851 | 2024-05-24T15:16:57.891Z | Checking atomic-waker v1.1.2 |
1852 | 2024-05-24T15:16:58.064Z | Checking waitgroup v0.1.2 |
1853 | 2024-05-24T15:16:58.114Z | Checking slog-bunyan v2.5.0 |
1854 | 2024-05-24T15:16:58.254Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1855 | 2024-05-24T15:16:58.514Z | Checking serde_path_to_error v0.1.16 |
1856 | 2024-05-24T15:16:58.624Z | Checking async-stream v0.3.5 |
1857 | 2024-05-24T15:16:58.790Z | Checking hostname v0.4.0 |
1858 | 2024-05-24T15:16:58.879Z | Checking strum v0.26.2 |
1859 | 2024-05-24T15:16:58.920Z | Checking newtype-uuid v1.1.0 |
1860 | 2024-05-24T15:16:59.022Z | Checking wait-timeout v0.2.0 |
1861 | 2024-05-24T15:16:59.048Z | Compiling structmeta-derive v0.3.0 |
1862 | 2024-05-24T15:16:59.126Z | Compiling structmeta-derive v0.2.0 |
1863 | 2024-05-24T15:16:59.173Z | Checking rusty-fork v0.3.0 |
1864 | 2024-05-24T15:16:59.412Z | Checking rand_xorshift v0.3.0 |
1865 | 2024-05-24T15:16:59.468Z | Compiling darling_macro v0.20.9 |
1866 | 2024-05-24T15:16:59.573Z | Checking unarray v0.1.4 |
1867 | 2024-05-24T15:16:59.704Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1868 | 2024-05-24T15:16:59.953Z | Checking proptest v1.4.0 |
1869 | 2024-05-24T15:17:00.044Z | Checking backoff v0.4.0 |
1870 | 2024-05-24T15:17:00.290Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1871 | 2024-05-24T15:17:00.315Z | Checking tokio-rustls v0.25.0 |
1872 | 2024-05-24T15:17:00.340Z | Compiling darling v0.20.9 |
1873 | 2024-05-24T15:17:00.443Z | Compiling serde_with_macros v3.8.1 |
1874 | 2024-05-24T15:17:00.887Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1875 | 2024-05-24T15:17:01.008Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1876 | 2024-05-24T15:17:01.221Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1877 | 2024-05-24T15:17:01.469Z | Compiling structmeta v0.3.0 |
1878 | 2024-05-24T15:17:01.529Z | Compiling structmeta v0.2.0 |
1879 | 2024-05-24T15:17:01.839Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1880 | 2024-05-24T15:17:01.865Z | Compiling parse-display-derive v0.9.0 |
1881 | 2024-05-24T15:17:01.905Z | Compiling test-strategy v0.3.1 |
1882 | 2024-05-24T15:17:01.979Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1883 | 2024-05-24T15:17:02.251Z | Checking macaddr v1.0.1 |
1884 | 2024-05-24T15:17:02.509Z | Compiling proc-macro-error-attr v1.0.4 |
1885 | 2024-05-24T15:17:02.786Z | Compiling proc-macro-error v1.0.4 |
1886 | 2024-05-24T15:17:02.871Z | Checking serde_with v3.8.1 |
1887 | 2024-05-24T15:17:03.475Z | Checking camino-tempfile v1.1.1 |
1888 | 2024-05-24T15:17:03.612Z | Compiling proc-macro-crate v1.3.1 |
1889 | 2024-05-24T15:17:03.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1890 | 2024-05-24T15:17:03.999Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1891 | 2024-05-24T15:17:04.231Z | Compiling foreign-types-macros v0.2.3 |
1892 | 2024-05-24T15:17:04.486Z | Checking foreign-types-shared v0.3.1 |
1893 | 2024-05-24T15:17:04.525Z | Compiling num_enum_derive v0.5.11 |
1894 | 2024-05-24T15:17:04.592Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1895 | 2024-05-24T15:17:05.103Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-05-24T15:17:05.191Z | Checking cstr-argument v0.1.2 |
1897 | 2024-05-24T15:17:05.261Z | Checking foreign-types v0.5.0 |
1898 | 2024-05-24T15:17:05.356Z | Checking pretty-hex v0.2.1 |
1899 | 2024-05-24T15:17:05.382Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1900 | 2024-05-24T15:17:05.503Z | Checking tabwriter v1.4.0 |
1901 | 2024-05-24T15:17:05.601Z | Checking colored v2.1.0 |
1902 | 2024-05-24T15:17:05.645Z | Checking socket2 v0.4.10 |
1903 | 2024-05-24T15:17:05.704Z | Checking smf v0.2.3 |
1904 | 2024-05-24T15:17:05.740Z | Checking parse-display v0.9.0 |
1905 | 2024-05-24T15:17:05.848Z | Checking humantime v2.1.0 |
1906 | 2024-05-24T15:17:05.913Z | Checking termcolor v1.4.1 |
1907 | 2024-05-24T15:17:05.938Z | Checking arc-swap v1.7.1 |
1908 | 2024-05-24T15:17:05.998Z | Checking xattr v1.3.1 |
1909 | 2024-05-24T15:17:06.066Z | Checking filetime v0.2.23 |
1910 | 2024-05-24T15:17:06.091Z | Checking same-file v1.0.6 |
1911 | 2024-05-24T15:17:06.164Z | Checking utf-8 v0.7.6 |
1912 | 2024-05-24T15:17:06.243Z | Checking walkdir v2.5.0 |
1913 | 2024-05-24T15:17:06.268Z | Checking tar v0.4.40 |
1914 | 2024-05-24T15:17:06.268Z | Checking newline-converter v0.3.0 |
1915 | 2024-05-24T15:17:06.304Z | Checking slog-scope v4.4.0 |
1916 | 2024-05-24T15:17:06.344Z | Checking tungstenite v0.20.1 |
1917 | 2024-05-24T15:17:06.416Z | Checking expectorate v1.1.0 |
1918 | 2024-05-24T15:17:06.468Z | Compiling heapless v0.8.0 |
1919 | 2024-05-24T15:17:06.493Z | Checking slog-stdlog v4.1.1 |
1920 | 2024-05-24T15:17:06.549Z | Checking termtree v0.4.1 |
1921 | 2024-05-24T15:17:06.629Z | Checking slog-envlogger v2.2.0 |
1922 | 2024-05-24T15:17:06.723Z | Checking num_enum v0.5.11 |
1923 | 2024-05-24T15:17:06.748Z | Checking predicates-tree v1.0.9 |
1924 | 2024-05-24T15:17:06.814Z | Checking hash32 v0.3.1 |
1925 | 2024-05-24T15:17:06.855Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1926 | 2024-05-24T15:17:06.880Z | Compiling smoltcp v0.11.0 |
1927 | 2024-05-24T15:17:06.906Z | Compiling crucible-workspace-hack v0.1.0 |
1928 | 2024-05-24T15:17:06.981Z | Checking cobs v0.2.3 |
1929 | 2024-05-24T15:17:07.073Z | Checking tokio-tungstenite v0.20.1 |
1930 | 2024-05-24T15:17:07.098Z | Checking embedded-io v0.4.0 |
1931 | 2024-05-24T15:17:07.145Z | Checking sigpipe v0.1.3 |
1932 | 2024-05-24T15:17:07.170Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1933 | 2024-05-24T15:17:07.250Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1934 | 2024-05-24T15:17:07.275Z | Checking postcard v1.0.8 |
1935 | 2024-05-24T15:17:07.464Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1936 | 2024-05-24T15:17:07.489Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1937 | 2024-05-24T15:17:07.489Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1938 | 2024-05-24T15:17:07.545Z | Checking pem v3.0.4 |
1939 | 2024-05-24T15:17:07.744Z | Checking atty v0.2.14 |
1940 | 2024-05-24T15:17:07.768Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1941 | 2024-05-24T15:17:07.867Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1942 | 2024-05-24T15:17:07.961Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1943 | 2024-05-24T15:17:08.277Z | Compiling mockall_derive v0.12.1 |
1944 | 2024-05-24T15:17:08.315Z | Compiling num-derive v0.4.2 |
1945 | 2024-05-24T15:17:08.399Z | Checking fragile v2.0.0 |
1946 | 2024-05-24T15:17:08.626Z | Checking downcast v0.11.0 |
1947 | 2024-05-24T15:17:08.797Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1948 | 2024-05-24T15:17:09.020Z | Compiling derive-where v1.2.7 |
1949 | 2024-05-24T15:17:09.176Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1950 | 2024-05-24T15:17:09.372Z | Checking env_logger v0.9.3 |
1951 | 2024-05-24T15:17:09.670Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1952 | 2024-05-24T15:17:09.784Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-05-24T15:17:09.835Z | Compiling bitstruct_derive v0.1.0 |
1954 | 2024-05-24T15:17:10.121Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-05-24T15:17:10.246Z | Checking ascii v1.1.0 |
1956 | 2024-05-24T15:17:10.300Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1957 | 2024-05-24T15:17:10.534Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1958 | 2024-05-24T15:17:10.622Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1959 | 2024-05-24T15:17:10.692Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-05-24T15:17:10.852Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-05-24T15:17:11.037Z | Checking bitstruct v0.1.1 |
1962 | 2024-05-24T15:17:11.072Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-05-24T15:17:11.148Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1964 | 2024-05-24T15:17:11.337Z | Checking erased-serde v0.3.31 |
1965 | 2024-05-24T15:17:11.375Z | Checking serde_arrays v0.1.0 |
1966 | 2024-05-24T15:17:11.400Z | Compiling heck v0.3.3 |
1967 | 2024-05-24T15:17:11.516Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1968 | 2024-05-24T15:17:11.713Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1969 | 2024-05-24T15:17:11.738Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1970 | 2024-05-24T15:17:11.777Z | Compiling zone_cfg_derive v0.1.2 |
1971 | 2024-05-24T15:17:11.812Z | Checking tungstenite v0.21.0 |
1972 | 2024-05-24T15:17:11.986Z | Checking base64 v0.13.1 |
1973 | 2024-05-24T15:17:12.215Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-05-24T15:17:12.319Z | Checking ron v0.7.1 |
1975 | 2024-05-24T15:17:12.487Z | Checking tokio-tungstenite v0.21.0 |
1976 | 2024-05-24T15:17:12.861Z | Checking headers-core v0.2.0 |
1977 | 2024-05-24T15:17:12.976Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1978 | 2024-05-24T15:17:13.033Z | Checking zone v0.1.8 |
1979 | 2024-05-24T15:17:13.059Z | Checking portpicker v0.1.1 |
1980 | 2024-05-24T15:17:13.162Z | Checking headers v0.3.9 |
1981 | 2024-05-24T15:17:13.254Z | Checking rcgen v0.12.1 |
1982 | 2024-05-24T15:17:13.281Z | Checking atomicwrites v0.4.3 |
1983 | 2024-05-24T15:17:13.412Z | Checking subprocess v0.2.9 |
1984 | 2024-05-24T15:17:13.437Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1985 | 2024-05-24T15:17:13.567Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1986 | 2024-05-24T15:17:13.611Z | Compiling convert_case v0.4.0 |
1987 | 2024-05-24T15:17:13.818Z | Checking linked-hash-map v0.5.6 |
1988 | 2024-05-24T15:17:13.888Z | Checking password-hash v0.5.0 |
1989 | 2024-05-24T15:17:14.042Z | Checking blake2 v0.10.6 |
1990 | 2024-05-24T15:17:14.087Z | Checking lru-cache v0.1.2 |
1991 | 2024-05-24T15:17:14.248Z | Checking swrite v0.1.0 |
1992 | 2024-05-24T15:17:14.272Z | Compiling rayon-core v1.12.1 |
1993 | 2024-05-24T15:17:14.360Z | Checking resolv-conf v0.7.0 |
1994 | 2024-05-24T15:17:14.406Z | Checking argon2 v0.5.3 |
1995 | 2024-05-24T15:17:14.462Z | Compiling derive_more v0.99.17 |
1996 | 2024-05-24T15:17:14.529Z | Checking half v2.4.1 |
1997 | 2024-05-24T15:17:14.649Z | Checking trust-dns-resolver v0.22.0 |
1998 | 2024-05-24T15:17:14.743Z | Checking mockall v0.12.1 |
1999 | 2024-05-24T15:17:14.916Z | Compiling cancel-safe-futures v0.1.5 |
2000 | 2024-05-24T15:17:14.947Z | Checking ciborium-io v0.2.2 |
2001 | 2024-05-24T15:17:14.972Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2002 | 2024-05-24T15:17:15.028Z | Compiling slog-dtrace v0.3.0 |
2003 | 2024-05-24T15:17:15.058Z | Checking ciborium-ll v0.2.2 |
2004 | 2024-05-24T15:17:15.253Z | Compiling semver v0.1.20 |
2005 | 2024-05-24T15:17:15.305Z | Checking ciborium v0.2.2 |
2006 | 2024-05-24T15:17:15.342Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2007 | 2024-05-24T15:17:15.579Z | Compiling rustc_version v0.1.7 |
2008 | 2024-05-24T15:17:15.652Z | Checking libsw v3.3.1 |
2009 | 2024-05-24T15:17:15.806Z | Checking linear-map v1.2.0 |
2010 | 2024-05-24T15:17:15.831Z | Checking owo-colors v4.0.0 |
2011 | 2024-05-24T15:17:16.005Z | Compiling newtype_derive v0.1.6 |
2012 | 2024-05-24T15:17:16.087Z | Compiling unicode-xid v0.2.4 |
2013 | 2024-05-24T15:17:16.113Z | Compiling radium v0.7.0 |
2014 | 2024-05-24T15:17:16.213Z | Checking num-rational v0.4.2 |
2015 | 2024-05-24T15:17:16.254Z | Checking num-complex v0.4.6 |
2016 | 2024-05-24T15:17:16.405Z | Checking steno v0.4.0 |
2017 | 2024-05-24T15:17:16.494Z | Checking nibble_vec v0.1.0 |
2018 | 2024-05-24T15:17:16.660Z | Checking tap v1.0.1 |
2019 | 2024-05-24T15:17:16.735Z | Compiling maybe-uninit v2.0.0 |
2020 | 2024-05-24T15:17:16.804Z | Checking endian-type v0.1.2 |
2021 | 2024-05-24T15:17:16.965Z | Checking num v0.4.3 |
2022 | 2024-05-24T15:17:16.995Z | Checking radix_trie v0.2.1 |
2023 | 2024-05-24T15:17:17.064Z | Checking wyz v0.5.1 |
2024 | 2024-05-24T15:17:17.200Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2025 | 2024-05-24T15:17:17.339Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2026 | 2024-05-24T15:17:17.384Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2027 | 2024-05-24T15:17:17.547Z | Checking fxhash v0.2.1 |
2028 | 2024-05-24T15:17:17.689Z | Checking crc-catalog v2.4.0 |
2029 | 2024-05-24T15:17:17.726Z | Checking funty v2.0.0 |
2030 | 2024-05-24T15:17:17.815Z | Compiling packed_struct v0.10.1 |
2031 | 2024-05-24T15:17:18.219Z | Compiling num-bigint-dig v0.8.4 |
2032 | 2024-05-24T15:17:18.267Z | Checking crc v3.2.1 |
2033 | 2024-05-24T15:17:18.558Z | Compiling packed_struct_codegen v0.10.1 |
2034 | 2024-05-24T15:17:18.583Z | Checking bitvec v1.0.1 |
2035 | 2024-05-24T15:17:18.644Z | Compiling indexmap v1.9.3 |
2036 | 2024-05-24T15:17:18.870Z | Checking nodrop v0.1.14 |
2037 | 2024-05-24T15:17:18.971Z | Checking array-init v0.0.4 |
2038 | 2024-05-24T15:17:19.134Z | Checking smallvec v0.6.14 |
2039 | 2024-05-24T15:17:19.420Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2040 | 2024-05-24T15:17:19.657Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2041 | 2024-05-24T15:17:19.749Z | Checking pkcs1 v0.7.5 |
2042 | 2024-05-24T15:17:20.023Z | Checking signature v2.2.0 |
2043 | 2024-05-24T15:17:20.054Z | Checking hashbrown v0.12.3 |
2044 | 2024-05-24T15:17:20.199Z | Checking bitfield v0.14.0 |
2045 | 2024-05-24T15:17:20.266Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2046 | 2024-05-24T15:17:20.424Z | Checking serde-hex v0.1.0 |
2047 | 2024-05-24T15:17:20.744Z | Checking bzip2 v0.4.4 |
2048 | 2024-05-24T15:17:20.849Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2049 | 2024-05-24T15:17:21.002Z | Checking env_logger v0.10.2 |
2050 | 2024-05-24T15:17:21.055Z | Checking x509-cert v0.2.5 |
2051 | 2024-05-24T15:17:21.176Z | Checking rsa v0.9.6 |
2052 | 2024-05-24T15:17:21.288Z | Checking ron v0.8.1 |
2053 | 2024-05-24T15:17:21.362Z | Checking hashbrown v0.13.2 |
2054 | 2024-05-24T15:17:21.448Z | Compiling home v0.5.9 |
2055 | 2024-05-24T15:17:21.670Z | Checking crc-any v2.5.0 |
2056 | 2024-05-24T15:17:21.957Z | Checking zip v0.6.6 |
2057 | 2024-05-24T15:17:22.024Z | Checking path-slash v0.1.5 |
2058 | 2024-05-24T15:17:22.146Z | Checking display-error-chain v0.2.0 |
2059 | 2024-05-24T15:17:22.172Z | Checking object v0.30.4 |
2060 | 2024-05-24T15:17:22.262Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2061 | 2024-05-24T15:17:22.287Z | Compiling async-recursion v1.1.1 |
2062 | 2024-05-24T15:17:22.312Z | Compiling buf-list v1.0.3 |
2063 | 2024-05-24T15:17:22.479Z | Compiling ring v0.16.20 |
2064 | 2024-05-24T15:17:22.529Z | Compiling blake3 v1.5.1 |
2065 | 2024-05-24T15:17:23.163Z | Checking maplit v1.0.2 |
2066 | 2024-05-24T15:17:23.252Z | Checking gethostname v0.4.3 |
2067 | 2024-05-24T15:17:23.351Z | Compiling libefi-sys v0.1.0 |
2068 | 2024-05-24T15:17:23.385Z | Compiling parking_lot_core v0.8.6 |
2069 | 2024-05-24T15:17:23.550Z | Compiling pin-project-internal v1.1.5 |
2070 | 2024-05-24T15:17:23.616Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2071 | 2024-05-24T15:17:23.641Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2072 | 2024-05-24T15:17:24.018Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2073 | 2024-05-24T15:17:24.043Z | Compiling crossbeam-deque v0.8.5 |
2074 | 2024-05-24T15:17:24.075Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2075 | 2024-05-24T15:17:24.208Z | Checking keccak v0.1.5 |
2076 | 2024-05-24T15:17:24.471Z | Checking sha3 v0.10.8 |
2077 | 2024-05-24T15:17:25.303Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2078 | 2024-05-24T15:17:25.548Z | Checking parking_lot v0.11.2 |
2079 | 2024-05-24T15:17:25.574Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2080 | 2024-05-24T15:17:25.598Z | Checking trust-dns-client v0.22.0 |
2081 | 2024-05-24T15:17:25.766Z | Compiling synstructure v0.12.6 |
2082 | 2024-05-24T15:17:25.834Z | Checking toml v0.5.11 |
2083 | 2024-05-24T15:17:26.031Z | Checking pin-project v1.1.5 |
2084 | 2024-05-24T15:17:26.141Z | Checking secrecy v0.8.0 |
2085 | 2024-05-24T15:17:26.311Z | Checking sled v0.34.7 |
2086 | 2024-05-24T15:17:26.336Z | Compiling rayon v1.10.0 |
2087 | 2024-05-24T15:17:26.960Z | Checking trust-dns-server v0.22.1 |
2088 | 2024-05-24T15:17:27.176Z | Compiling memmap2 v0.9.4 |
2089 | 2024-05-24T15:17:27.210Z | Compiling zerocopy-derive v0.2.0 |
2090 | 2024-05-24T15:17:27.556Z | Compiling arrayvec v0.7.4 |
2091 | 2024-05-24T15:17:27.636Z | Compiling untrusted v0.7.1 |
2092 | 2024-05-24T15:17:27.786Z | Compiling arrayref v0.3.7 |
2093 | 2024-05-24T15:17:27.871Z | Compiling constant_time_eq v0.3.0 |
2094 | 2024-05-24T15:17:28.812Z | Compiling toolchain_find v0.4.0 |
2095 | 2024-05-24T15:17:29.294Z | Compiling vte_generate_state_changes v0.1.1 |
2096 | 2024-05-24T15:17:29.373Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2097 | 2024-05-24T15:17:29.586Z | Compiling topological-sort v0.2.2 |
2098 | 2024-05-24T15:17:29.806Z | Checking vte v0.11.1 |
2099 | 2024-05-24T15:17:29.831Z | Compiling rustfmt-wrapper v0.2.1 |
2100 | 2024-05-24T15:17:30.181Z | Checking fd-lock v4.0.2 |
2101 | 2024-05-24T15:17:30.289Z | Compiling omicron-zone-package v0.11.0 |
2102 | 2024-05-24T15:17:30.342Z | Compiling glob v0.3.1 |
2103 | 2024-05-24T15:17:30.660Z | Compiling snafu-derive v0.8.2 |
2104 | 2024-05-24T15:17:30.763Z | Checking strip-ansi-escapes v0.2.0 |
2105 | 2024-05-24T15:17:30.891Z | Compiling usdt-impl v0.3.5 |
2106 | 2024-05-24T15:17:30.920Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2107 | 2024-05-24T15:17:31.106Z | Checking nu-ansi-term v0.50.0 |
2108 | 2024-05-24T15:17:31.151Z | Compiling zerocopy v0.3.2 |
2109 | 2024-05-24T15:17:31.219Z | Checking globset v0.4.14 |
2110 | 2024-05-24T15:17:31.320Z | Checking olpc-cjson v0.1.3 |
2111 | 2024-05-24T15:17:31.443Z | Checking reedline v0.31.0 |
2112 | 2024-05-24T15:17:31.502Z | Checking serde_plain v1.0.2 |
2113 | 2024-05-24T15:17:31.621Z | Compiling prettyplease v0.2.20 |
2114 | 2024-05-24T15:17:31.646Z | Checking typed-path v0.7.1 |
2115 | 2024-05-24T15:17:31.710Z | Compiling dof v0.1.5 |
2116 | 2024-05-24T15:17:31.863Z | Compiling dtrace-parser v0.1.14 |
2117 | 2024-05-24T15:17:32.365Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2118 | 2024-05-24T15:17:32.457Z | Checking parse-size v1.0.0 |
2119 | 2024-05-24T15:17:33.549Z | Compiling serde_tokenstream v0.1.7 |
2120 | 2024-05-24T15:17:33.636Z | Compiling memoffset v0.7.1 |
2121 | 2024-05-24T15:17:33.875Z | Compiling crunchy v0.2.2 |
2122 | 2024-05-24T15:17:33.956Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2123 | 2024-05-24T15:17:34.008Z | Compiling platforms v3.4.0 |
2124 | 2024-05-24T15:17:34.312Z | Compiling clang-sys v1.7.0 |
2125 | 2024-05-24T15:17:34.555Z | Compiling curve25519-dalek v4.1.2 |
2126 | 2024-05-24T15:17:34.603Z | Compiling unicase v2.7.0 |
2127 | 2024-05-24T15:17:34.641Z | Compiling tiny-keccak v2.0.2 |
2128 | 2024-05-24T15:17:35.151Z | Compiling usdt-macro v0.3.5 |
2129 | 2024-05-24T15:17:35.189Z | Compiling usdt-attr-macro v0.3.5 |
2130 | 2024-05-24T15:17:35.216Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2131 | 2024-05-24T15:17:35.369Z | Checking snafu v0.8.2 |
2132 | 2024-05-24T15:17:35.509Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-05-24T15:17:35.549Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2134 | 2024-05-24T15:17:35.667Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2135 | 2024-05-24T15:17:35.789Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2136 | 2024-05-24T15:17:36.387Z | Checking tough v0.17.1 |
2137 | 2024-05-24T15:17:36.451Z | Checking universal-hash v0.5.1 |
2138 | 2024-05-24T15:17:36.525Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2139 | 2024-05-24T15:17:36.611Z | Compiling thiserror-impl-no-std v2.0.2 |
2140 | 2024-05-24T15:17:37.181Z | Compiling curve25519-dalek-derive v0.1.1 |
2141 | 2024-05-24T15:17:38.050Z | Checking nanorand v0.7.0 |
2142 | 2024-05-24T15:17:38.363Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2143 | 2024-05-24T15:17:38.481Z | Compiling cfg_aliases v0.1.1 |
2144 | 2024-05-24T15:17:38.588Z | Compiling salty v0.2.0 |
2145 | 2024-05-24T15:17:38.613Z | Checking signature v1.6.4 |
2146 | 2024-05-24T15:17:38.728Z | Checking bytecount v0.6.8 |
2147 | 2024-05-24T15:17:38.795Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2148 | 2024-05-24T15:17:38.871Z | Checking opaque-debug v0.3.1 |
2149 | 2024-05-24T15:17:38.971Z | Checking poly1305 v0.8.0 |
2150 | 2024-05-24T15:17:39.043Z | Checking papergrid v0.11.0 |
2151 | 2024-05-24T15:17:39.072Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2152 | 2024-05-24T15:17:39.239Z | Checking thiserror-no-std v2.0.2 |
2153 | 2024-05-24T15:17:39.340Z | Checking ed25519 v1.5.3 |
2154 | 2024-05-24T15:17:39.437Z | Compiling nix v0.28.0 |
2155 | 2024-05-24T15:17:40.055Z | Checking flume v0.11.0 |
2156 | 2024-05-24T15:17:40.184Z | Checking usdt v0.3.5 |
2157 | 2024-05-24T15:17:40.365Z | Compiling ascii-canvas v3.0.0 |
2158 | 2024-05-24T15:17:40.411Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2159 | 2024-05-24T15:17:40.489Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2160 | 2024-05-24T15:17:40.708Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2161 | 2024-05-24T15:17:40.834Z | Compiling tabled_derive v0.7.0 |
2162 | 2024-05-24T15:17:40.946Z | Checking chacha20 v0.9.1 |
2163 | 2024-05-24T15:17:40.972Z | Checking aead v0.5.2 |
2164 | 2024-05-24T15:17:41.008Z | Checking serde-big-array v0.5.1 |
2165 | 2024-05-24T15:17:41.157Z | Checking kstat-rs v0.2.3 |
2166 | 2024-05-24T15:17:41.188Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2167 | 2024-05-24T15:17:41.247Z | Compiling ena v0.14.3 |
2168 | 2024-05-24T15:17:41.569Z | Compiling libloading v0.8.3 |
2169 | 2024-05-24T15:17:41.594Z | Compiling regex-syntax v0.6.29 |
2170 | 2024-05-24T15:17:41.886Z | Compiling bindgen v0.69.4 |
2171 | 2024-05-24T15:17:42.137Z | Compiling diff v0.1.13 |
2172 | 2024-05-24T15:17:42.494Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2173 | 2024-05-24T15:17:42.704Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2174 | 2024-05-24T15:17:42.845Z | Checking tabled v0.15.0 |
2175 | 2024-05-24T15:17:42.970Z | Checking chacha20poly1305 v0.10.1 |
2176 | 2024-05-24T15:17:43.211Z | Checking vsss-rs v3.3.4 |
2177 | 2024-05-24T15:17:43.906Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2178 | 2024-05-24T15:17:44.736Z | Compiling lalrpop v0.19.12 |
2179 | 2024-05-24T15:17:45.185Z | Compiling which v4.4.2 |
2180 | 2024-05-24T15:17:45.730Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2181 | 2024-05-24T15:17:45.777Z | Checking signal-hook-tokio v0.3.1 |
2182 | 2024-05-24T15:17:45.955Z | Compiling cexpr v0.6.0 |
2183 | 2024-05-24T15:17:45.992Z | Checking serde-big-array v0.4.1 |
2184 | 2024-05-24T15:17:46.173Z | Compiling ref-cast v1.0.23 |
2185 | 2024-05-24T15:17:46.309Z | Compiling lazycell v1.3.0 |
2186 | 2024-05-24T15:17:46.479Z | Compiling shlex v1.3.0 |
2187 | 2024-05-24T15:17:46.652Z | Compiling rustc-hash v1.1.0 |
2188 | 2024-05-24T15:17:46.966Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2189 | 2024-05-24T15:17:47.506Z | Compiling mime_guess v2.0.4 |
2190 | 2024-05-24T15:17:47.792Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2191 | 2024-05-24T15:17:48.635Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2192 | 2024-05-24T15:17:48.854Z | Compiling derive_builder_core v0.20.0 |
2193 | 2024-05-24T15:17:48.992Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-05-24T15:17:49.786Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2195 | 2024-05-24T15:17:50.783Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2196 | 2024-05-24T15:17:51.090Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2197 | 2024-05-24T15:17:51.186Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2198 | 2024-05-24T15:17:52.642Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2199 | 2024-05-24T15:17:53.230Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2200 | 2024-05-24T15:17:53.793Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2201 | 2024-05-24T15:17:54.055Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2202 | 2024-05-24T15:17:54.407Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2203 | 2024-05-24T15:17:54.492Z | Compiling peg-macros v0.8.3 |
2204 | 2024-05-24T15:17:55.609Z | Compiling ref-cast-impl v1.0.23 |
2205 | 2024-05-24T15:17:55.729Z | Compiling sqlparser_derive v0.2.2 |
2206 | 2024-05-24T15:17:56.546Z | Compiling libxml v0.3.3 |
2207 | 2024-05-24T15:17:56.619Z | Checking unicode_categories v0.1.1 |
2208 | 2024-05-24T15:17:56.818Z | Checking corncobs v0.1.3 |
2209 | 2024-05-24T15:17:56.981Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2210 | 2024-05-24T15:17:57.006Z | Checking rustyline v14.0.0 |
2211 | 2024-05-24T15:17:57.161Z | Checking sqlformat v0.2.3 |
2212 | 2024-05-24T15:17:57.350Z | Checking peg v0.8.3 |
2213 | 2024-05-24T15:17:57.484Z | Checking sqlparser v0.45.0 |
2214 | 2024-05-24T15:17:58.323Z | Compiling derive_builder_macro v0.20.0 |
2215 | 2024-05-24T15:17:58.423Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2216 | 2024-05-24T15:17:58.805Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2217 | 2024-05-24T15:17:59.229Z | Checking bcs v0.1.6 |
2218 | 2024-05-24T15:17:59.616Z | Compiling strum_macros v0.24.3 |
2219 | 2024-05-24T15:17:59.826Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2220 | 2024-05-24T15:18:00.567Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2221 | 2024-05-24T15:18:00.793Z | Compiling cookie v0.18.1 |
2222 | 2024-05-24T15:18:01.013Z | Compiling indoc v1.0.9 |
2223 | 2024-05-24T15:18:01.826Z | Checking highway v1.1.0 |
2224 | 2024-05-24T15:18:02.224Z | Checking derive_builder v0.20.0 |
2225 | 2024-05-24T15:18:02.623Z | Compiling const_format_proc_macros v0.2.32 |
2226 | 2024-05-24T15:18:02.653Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2227 | 2024-05-24T15:18:02.878Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2228 | 2024-05-24T15:18:03.121Z | Checking bb8 v0.8.3 |
2229 | 2024-05-24T15:18:03.406Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2230 | 2024-05-24T15:18:03.488Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2231 | 2024-05-24T15:18:03.775Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2232 | 2024-05-24T15:18:04.085Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2233 | 2024-05-24T15:18:04.507Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2234 | 2024-05-24T15:18:04.532Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2235 | 2024-05-24T15:18:05.152Z | Checking quick-xml v0.31.0 |
2236 | 2024-05-24T15:18:05.452Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2237 | 2024-05-24T15:18:06.685Z | Compiling impl-trait-for-tuples v0.2.2 |
2238 | 2024-05-24T15:18:07.156Z | Compiling oso-derive v0.27.3 |
2239 | 2024-05-24T15:18:07.394Z | Checking http-range v0.1.5 |
2240 | 2024-05-24T15:18:07.546Z | Checking hyper-staticfile v0.9.5 |
2241 | 2024-05-24T15:18:07.801Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2242 | 2024-05-24T15:18:07.887Z | Checking const_format v0.2.32 |
2243 | 2024-05-24T15:18:07.995Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2244 | 2024-05-24T15:18:08.282Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2245 | 2024-05-24T15:18:09.146Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2246 | 2024-05-24T15:18:09.463Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2247 | 2024-05-24T15:18:10.126Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2248 | 2024-05-24T15:18:11.421Z | Checking assert_matches v1.5.0 |
2249 | 2024-05-24T15:18:11.519Z | Checking rand_seeder v0.2.3 |
2250 | 2024-05-24T15:18:11.575Z | Compiling portable-atomic v1.6.0 |
2251 | 2024-05-24T15:18:11.723Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2252 | 2024-05-24T15:18:11.749Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2253 | 2024-05-24T15:18:11.927Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2254 | 2024-05-24T15:18:12.452Z | Checking number_prefix v0.4.0 |
2255 | 2024-05-24T15:18:12.620Z | Checking castaway v0.2.2 |
2256 | 2024-05-24T15:18:12.763Z | Checking compact_str v0.7.1 |
2257 | 2024-05-24T15:18:13.012Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2258 | 2024-05-24T15:18:13.234Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2259 | 2024-05-24T15:18:13.259Z | Checking indicatif v0.17.8 |
2260 | 2024-05-24T15:18:13.376Z | Checking lru v0.12.3 |
2261 | 2024-05-24T15:18:13.461Z | Compiling stability v0.2.0 |
2262 | 2024-05-24T15:18:13.614Z | Checking cassowary v0.3.0 |
2263 | 2024-05-24T15:18:13.855Z | Compiling indoc v2.0.5 |
2264 | 2024-05-24T15:18:14.008Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2265 | 2024-05-24T15:18:14.273Z | Checking smawk v0.3.2 |
2266 | 2024-05-24T15:18:14.445Z | Checking unicode-linebreak v0.1.5 |
2267 | 2024-05-24T15:18:14.746Z | Checking ratatui v0.26.2 |
2268 | 2024-05-24T15:18:14.772Z | Checking textwrap v0.16.1 |
2269 | 2024-05-24T15:18:15.095Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2270 | 2024-05-24T15:18:15.385Z | Checking is_ci v1.2.0 |
2271 | 2024-05-24T15:18:15.453Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2272 | 2024-05-24T15:18:15.539Z | Checking supports-color v3.0.0 |
2273 | 2024-05-24T15:18:15.735Z | Checking fatfs v0.3.6 |
2274 | 2024-05-24T15:18:15.875Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2275 | 2024-05-24T15:18:16.624Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2276 | 2024-05-24T15:18:16.720Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2277 | 2024-05-24T15:18:16.925Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2278 | 2024-05-24T15:18:17.090Z | Checking shell-words v1.1.0 |
2279 | 2024-05-24T15:18:17.116Z | Checking rtoolbox v0.0.2 |
2280 | 2024-05-24T15:18:17.257Z | Checking tui-tree-widget v0.19.0 |
2281 | 2024-05-24T15:18:17.301Z | Checking rpassword v7.3.1 |
2282 | 2024-05-24T15:18:17.449Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2283 | 2024-05-24T15:18:17.549Z | Checking yansi v0.5.1 |
2284 | 2024-05-24T15:18:17.574Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2285 | 2024-05-24T15:18:18.034Z | Checking pretty_assertions v1.4.0 |
2286 | 2024-05-24T15:18:18.509Z | Compiling target-lexicon v0.12.14 |
2287 | 2024-05-24T15:18:18.665Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2288 | 2024-05-24T15:18:18.879Z | Checking cargo-platform v0.1.8 |
2289 | 2024-05-24T15:18:19.122Z | Compiling doc-comment v0.3.3 |
2290 | 2024-05-24T15:18:19.361Z | Compiling guppy-workspace-hack v0.1.0 |
2291 | 2024-05-24T15:18:19.579Z | Checking plotters-backend v0.3.5 |
2292 | 2024-05-24T15:18:19.872Z | Checking cargo_metadata v0.18.1 |
2293 | 2024-05-24T15:18:19.897Z | Checking plotters-svg v0.3.5 |
2294 | 2024-05-24T15:18:20.078Z | Checking http-body v1.0.0 |
2295 | 2024-05-24T15:18:20.152Z | Compiling assert_cmd v2.0.14 |
2296 | 2024-05-24T15:18:20.265Z | Compiling target-spec v3.1.0 |
2297 | 2024-05-24T15:18:20.451Z | Checking cast v0.3.0 |
2298 | 2024-05-24T15:18:20.700Z | Checking tower-layer v0.3.2 |
2299 | 2024-05-24T15:18:20.725Z | Checking regex-automata v0.1.10 |
2300 | 2024-05-24T15:18:20.920Z | Checking tower v0.4.13 |
2301 | 2024-05-24T15:18:21.051Z | Checking bstr v0.2.17 |
2302 | 2024-05-24T15:18:21.106Z | Checking criterion-plot v0.5.0 |
2303 | 2024-05-24T15:18:21.570Z | Checking hyper v1.3.1 |
2304 | 2024-05-24T15:18:21.595Z | Checking cfg-expr v0.15.8 |
2305 | 2024-05-24T15:18:21.727Z | Checking plotters v0.3.5 |
2306 | 2024-05-24T15:18:22.361Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2307 | 2024-05-24T15:18:22.557Z | Checking tinytemplate v1.2.1 |
2308 | 2024-05-24T15:18:23.121Z | Checking anes v0.1.6 |
2309 | 2024-05-24T15:18:23.156Z | Checking oorandom v11.1.3 |
2310 | 2024-05-24T15:18:23.431Z | Checking criterion v0.5.1 |
2311 | 2024-05-24T15:18:23.760Z | Checking hyper-util v0.1.3 |
2312 | 2024-05-24T15:18:24.437Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2313 | 2024-05-24T15:18:25.099Z | Checking httptest v0.15.5 |
2314 | 2024-05-24T15:18:25.153Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2315 | 2024-05-24T15:18:25.272Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2316 | 2024-05-24T15:18:25.602Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2317 | 2024-05-24T15:18:25.699Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2318 | 2024-05-24T15:18:26.045Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2319 | 2024-05-24T15:18:27.193Z | Checking rustls-native-certs v0.7.0 |
2320 | 2024-05-24T15:18:27.346Z | Checking pathdiff v0.2.1 |
2321 | 2024-05-24T15:18:27.478Z | Checking nested v0.1.1 |
2322 | 2024-05-24T15:18:29.146Z | Checking guppy v0.17.5 |
2323 | 2024-05-24T15:18:29.206Z | Checking hyper-rustls v0.26.0 |
2324 | 2024-05-24T15:18:29.471Z | Checking escape8259 v0.5.2 |
2325 | 2024-05-24T15:18:29.623Z | Checking threadpool v1.8.1 |
2326 | 2024-05-24T15:18:29.659Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2327 | 2024-05-24T15:18:29.791Z | Checking libtest-mimic v0.7.3 |
2328 | 2024-05-24T15:18:30.148Z | Checking similar-asserts v1.5.0 |
2329 | 2024-05-24T15:18:30.337Z | Checking fancy-regex v0.13.0 |
2330 | 2024-05-24T15:18:30.755Z | Compiling rstest_macros v0.19.0 |
2331 | 2024-05-24T15:18:30.930Z | Checking datatest-stable v0.2.9 |
2332 | 2024-05-24T15:18:31.161Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2333 | 2024-05-24T15:18:31.294Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2334 | 2024-05-24T15:18:31.511Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2335 | 2024-05-24T15:18:31.728Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2336 | 2024-05-24T15:18:32.134Z | Checking csv-core v0.1.11 |
2337 | 2024-05-24T15:18:32.182Z | Compiling trybuild v1.0.96 |
2338 | 2024-05-24T15:18:32.293Z | Compiling relative-path v1.9.3 |
2339 | 2024-05-24T15:18:32.410Z | Checking csv v1.3.0 |
2340 | 2024-05-24T15:18:32.671Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2341 | 2024-05-24T15:18:33.152Z | Checking blake2b_simd v1.0.2 |
2342 | 2024-05-24T15:18:33.804Z | Checking multimap v0.10.0 |
2343 | 2024-05-24T15:18:34.103Z | Checking futures-timer v3.0.3 |
2344 | 2024-05-24T15:18:34.373Z | Checking rust-argon2 v2.1.0 |
2345 | 2024-05-24T15:18:35.893Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2346 | 2024-05-24T15:18:37.560Z | Checking partial-io v0.5.4 |
2347 | 2024-05-24T15:18:37.891Z | Checking approx v0.5.1 |
2348 | 2024-05-24T15:18:38.104Z | Checking uzers v0.11.3 |
2349 | 2024-05-24T15:18:38.407Z | Checking termios v0.3.3 |
2350 | 2024-05-24T15:18:38.605Z | Checking hex-literal v0.4.1 |
2351 | 2024-05-24T15:18:40.593Z | Checking rstest v0.19.0 |
2352 | 2024-05-24T15:18:42.102Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2353 | 2024-05-24T15:18:43.559Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2354 | 2024-05-24T15:18:51.298Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2355 | 2024-05-24T15:18:57.216Z | Compiling samael v0.0.15 |
2356 | 2024-05-24T15:19:16.826Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2357 | 2024-05-24T15:19:17.009Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2358 | 2024-05-24T15:19:32.468Z | Compiling polar-core v0.27.3 |
2359 | 2024-05-24T15:19:41.507Z | Checking oso v0.27.3 |
2360 | 2024-05-24T15:20:16.342Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2361 | 2024-05-24T15:20:16.367Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2362 | 2024-05-24T15:20:16.367Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2363 | 2024-05-24T15:21:39.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
2364 | 2024-05-24T15:21:40.007Z | |
2365 | 2024-05-24T15:21:40.007Z | real 7:11.239800107 |
2366 | 2024-05-24T15:21:40.007Z | user 32:09.282707606 |
2367 | 2024-05-24T15:21:40.007Z | sys 6:14.997115819 |
2368 | 2024-05-24T15:21:40.008Z | trap 0.820831537 |
2369 | 2024-05-24T15:21:40.008Z | tflt 0.696742599 |
2370 | 2024-05-24T15:21:40.008Z | dflt 1.997342476 |
2371 | 2024-05-24T15:21:40.008Z | kflt 0.002762118 |
2372 | 2024-05-24T15:21:40.008Z | lock 54:44.953110274 |
2373 | 2024-05-24T15:21:40.008Z | slp 1:37:07.011048862 |
2374 | 2024-05-24T15:21:40.008Z | lat 1:46.111218953 |
2375 | 2024-05-24T15:21:40.008Z | stop 5:19.533574078 |
2376 | 2024-05-24T15:21:41.235Z | warning: output filename collision. |
2377 | 2024-05-24T15:21:41.305Z | 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=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2378 | 2024-05-24T15:21:41.305Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2379 | 2024-05-24T15:21:41.305Z | The targets should have unique names. |
2380 | 2024-05-24T15:21:41.305Z | This is a known bug where multiple crates with the same name use |
2381 | 2024-05-24T15:21:41.305Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2382 | 2024-05-24T15:21:41.305Z | warning: output filename collision. |
2383 | 2024-05-24T15:21:41.305Z | 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=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2384 | 2024-05-24T15:21:41.305Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2385 | 2024-05-24T15:21:41.306Z | The targets should have unique names. |
2386 | 2024-05-24T15:21:41.306Z | This is a known bug where multiple crates with the same name use |
2387 | 2024-05-24T15:21:41.306Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2388 | 2024-05-24T15:21:41.306Z | warning: output filename collision. |
2389 | 2024-05-24T15:21:41.306Z | 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2390 | 2024-05-24T15:21:41.306Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2391 | 2024-05-24T15:21:41.306Z | The targets should have unique names. |
2392 | 2024-05-24T15:21:41.306Z | This is a known bug where multiple crates with the same name use |
2393 | 2024-05-24T15:21:41.306Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2394 | 2024-05-24T15:21:41.306Z | warning: output filename collision. |
2395 | 2024-05-24T15:21:41.306Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2396 | 2024-05-24T15:21:41.306Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2397 | 2024-05-24T15:21:41.306Z | The targets should have unique names. |
2398 | 2024-05-24T15:21:41.306Z | This is a known bug where multiple crates with the same name use |
2399 | 2024-05-24T15:21:41.306Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2400 | 2024-05-24T15:21:41.306Z | warning: output filename collision. |
2401 | 2024-05-24T15:21:41.306Z | 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)`. |
2402 | 2024-05-24T15:21:41.306Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2403 | 2024-05-24T15:21:41.306Z | The targets should have unique names. |
2404 | 2024-05-24T15:21:41.306Z | This is a known bug where multiple crates with the same name use |
2405 | 2024-05-24T15:21:41.306Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2406 | 2024-05-24T15:21:41.306Z | warning: output filename collision. |
2407 | 2024-05-24T15:21:41.306Z | 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)`. |
2408 | 2024-05-24T15:21:41.306Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2409 | 2024-05-24T15:21:41.307Z | The targets should have unique names. |
2410 | 2024-05-24T15:21:41.307Z | This is a known bug where multiple crates with the same name use |
2411 | 2024-05-24T15:21:41.307Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2412 | 2024-05-24T15:21:41.307Z | warning: output filename collision. |
2413 | 2024-05-24T15:21:41.307Z | 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=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2414 | 2024-05-24T15:21:41.307Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2415 | 2024-05-24T15:21:41.307Z | The targets should have unique names. |
2416 | 2024-05-24T15:21:41.307Z | This is a known bug where multiple crates with the same name use |
2417 | 2024-05-24T15:21:41.307Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2418 | 2024-05-24T15:21:41.307Z | warning: output filename collision. |
2419 | 2024-05-24T15:21:41.307Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`. |
2420 | 2024-05-24T15:21:41.307Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2421 | 2024-05-24T15:21:41.307Z | The targets should have unique names. |
2422 | 2024-05-24T15:21:41.307Z | This is a known bug where multiple crates with the same name use |
2423 | 2024-05-24T15:21:41.307Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2424 | 2024-05-24T15:21:41.307Z | warning: output filename collision. |
2425 | 2024-05-24T15:21:41.307Z | 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`. |
2426 | 2024-05-24T15:21:41.307Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2427 | 2024-05-24T15:21:41.307Z | The targets should have unique names. |
2428 | 2024-05-24T15:21:41.307Z | This is a known bug where multiple crates with the same name use |
2429 | 2024-05-24T15:21:41.307Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2430 | 2024-05-24T15:21:41.849Z | Documenting libc v0.2.153 |
2431 | 2024-05-24T15:21:41.875Z | Documenting cfg-if v1.0.0 |
2432 | 2024-05-24T15:21:41.900Z | Documenting serde_derive v1.0.202 |
2433 | 2024-05-24T15:21:41.932Z | Documenting log v0.4.21 |
2434 | 2024-05-24T15:21:41.957Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2435 | 2024-05-24T15:21:41.982Z | Documenting memchr v2.7.2 |
2436 | 2024-05-24T15:21:42.007Z | Documenting byteorder v1.5.0 |
2437 | 2024-05-24T15:21:42.007Z | Documenting itoa v1.0.11 |
2438 | 2024-05-24T15:21:42.199Z | Documenting scopeguard v1.2.0 |
2439 | 2024-05-24T15:21:44.497Z | Documenting smallvec v1.13.2 |
2440 | 2024-05-24T15:21:44.662Z | Documenting pin-project-lite v0.2.14 |
2441 | 2024-05-24T15:21:45.654Z | Documenting libm v0.2.8 |
2442 | 2024-05-24T15:21:45.788Z | Documenting getrandom v0.2.14 |
2443 | 2024-05-24T15:21:45.868Z | Documenting signal-hook-registry v1.4.2 |
2444 | 2024-05-24T15:21:46.141Z | Documenting lock_api v0.4.12 |
2445 | 2024-05-24T15:21:46.205Z | Documenting mio v0.8.11 |
2446 | 2024-05-24T15:21:47.242Z | Documenting once_cell v1.19.0 |
2447 | 2024-05-24T15:21:47.299Z | Documenting parking_lot_core v0.9.10 |
2448 | 2024-05-24T15:21:48.194Z | Documenting serde v1.0.202 |
2449 | 2024-05-24T15:21:48.590Z | Documenting num-traits v0.2.19 |
2450 | 2024-05-24T15:21:49.598Z | Documenting rand_core v0.6.4 |
2451 | 2024-05-24T15:21:49.934Z | Documenting thiserror-impl v1.0.60 |
2452 | 2024-05-24T15:21:49.958Z | Documenting zeroize_derive v1.4.2 |
2453 | 2024-05-24T15:21:50.595Z | Documenting ryu v1.0.18 |
2454 | 2024-05-24T15:21:51.173Z | Documenting futures-core v0.3.30 |
2455 | 2024-05-24T15:21:51.326Z | Documenting parking_lot v0.12.2 |
2456 | 2024-05-24T15:21:52.991Z | Documenting socket2 v0.5.7 |
2457 | 2024-05-24T15:21:53.257Z | Documenting num_cpus v1.16.0 |
2458 | 2024-05-24T15:21:53.492Z | Documenting tokio-macros v2.2.0 |
2459 | 2024-05-24T15:21:54.497Z | Documenting zeroize v1.7.0 |
2460 | 2024-05-24T15:21:54.969Z | Documenting thiserror v1.0.60 |
2461 | 2024-05-24T15:21:54.993Z | Documenting zerocopy v0.7.34 |
2462 | 2024-05-24T15:21:55.469Z | Documenting futures-sink v0.3.30 |
2463 | 2024-05-24T15:21:57.023Z | Documenting typenum v1.17.0 |
2464 | 2024-05-24T15:21:57.063Z | Documenting pin-utils v0.1.0 |
2465 | 2024-05-24T15:21:59.577Z | Documenting iana-time-zone v0.1.60 |
2466 | 2024-05-24T15:21:59.606Z | Documenting subtle v2.5.0 |
2467 | 2024-05-24T15:21:59.630Z | Documenting slab v0.4.9 |
2468 | 2024-05-24T15:21:59.630Z | Documenting futures-channel v0.3.30 |
2469 | 2024-05-24T15:22:06.811Z | Documenting bytes v1.6.0 |
2470 | 2024-05-24T15:22:10.370Z | Documenting serde_json v1.0.117 |
2471 | 2024-05-24T15:22:10.443Z | Documenting bitflags v2.5.0 |
2472 | 2024-05-24T15:22:10.468Z | Documenting chrono v0.4.38 |
2473 | 2024-05-24T15:22:10.506Z | Documenting futures-macro v0.3.30 |
2474 | 2024-05-24T15:22:10.531Z | Documenting futures-io v0.3.30 |
2475 | 2024-05-24T15:22:10.743Z | Documenting tokio v1.37.0 |
2476 | 2024-05-24T15:22:10.771Z | Documenting futures-task v0.3.30 |
2477 | 2024-05-24T15:22:11.681Z | Documenting generic-array v0.14.7 |
2478 | 2024-05-24T15:22:14.518Z | Documenting uuid v1.8.0 |
2479 | 2024-05-24T15:22:14.674Z | Documenting ahash v0.8.11 |
2480 | 2024-05-24T15:22:14.812Z | Documenting allocator-api2 v0.2.18 |
2481 | 2024-05-24T15:22:15.372Z | Documenting futures-util v0.3.30 |
2482 | 2024-05-24T15:22:15.793Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2483 | 2024-05-24T15:22:15.972Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2484 | 2024-05-24T15:22:16.159Z | Documenting crypto-common v0.1.6 |
2485 | 2024-05-24T15:22:16.257Z | Documenting const-oid v0.9.6 |
2486 | 2024-05-24T15:22:16.596Z | Documenting tinyvec_macros v0.1.1 |
2487 | 2024-05-24T15:22:17.778Z | Documenting serde_derive_internals v0.29.1 |
2488 | 2024-05-24T15:22:18.722Z | Checking serde_derive_internals v0.29.1 |
2489 | 2024-05-24T15:22:18.939Z | Documenting hashbrown v0.14.5 |
2490 | 2024-05-24T15:22:19.186Z | Documenting tinyvec v1.6.0 |
2491 | 2024-05-24T15:22:19.229Z | Documenting dyn-clone v1.0.17 |
2492 | 2024-05-24T15:22:20.318Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2493 | 2024-05-24T15:22:21.196Z | Documenting ppv-lite86 v0.2.17 |
2494 | 2024-05-24T15:22:21.548Z | Documenting tracing-core v0.1.32 |
2495 | 2024-05-24T15:22:21.917Z | Documenting tracing-attributes v0.1.27 |
2496 | 2024-05-24T15:22:22.396Z | Documenting unicode-normalization v0.1.23 |
2497 | 2024-05-24T15:22:23.019Z | Documenting schemars_derive v0.8.20 |
2498 | 2024-05-24T15:22:24.057Z | Documenting rand_chacha v0.3.1 |
2499 | 2024-05-24T15:22:24.263Z | Documenting unicode-bidi v0.3.15 |
2500 | 2024-05-24T15:22:24.514Z | Documenting lazy_static v1.4.0 |
2501 | 2024-05-24T15:22:26.835Z | Documenting percent-encoding v2.3.1 |
2502 | 2024-05-24T15:22:27.017Z | Documenting block-buffer v0.10.4 |
2503 | 2024-05-24T15:22:27.285Z | Documenting powerfmt v0.2.0 |
2504 | 2024-05-24T15:22:27.388Z | Documenting equivalent v1.0.1 |
2505 | 2024-05-24T15:22:28.246Z | Documenting rand v0.8.5 |
2506 | 2024-05-24T15:22:28.367Z | Documenting schemars v0.8.20 |
2507 | 2024-05-24T15:22:28.391Z | Documenting time-macros v0.2.18 |
2508 | 2024-05-24T15:22:31.253Z | Documenting deranged v0.3.11 |
2509 | 2024-05-24T15:22:31.277Z | Documenting indexmap v2.2.6 |
2510 | 2024-05-24T15:22:31.380Z | Documenting form_urlencoded v1.2.1 |
2511 | 2024-05-24T15:22:31.484Z | Documenting digest v0.10.7 |
2512 | 2024-05-24T15:22:32.335Z | Documenting time-core v0.1.2 |
2513 | 2024-05-24T15:22:32.539Z | Documenting unicode-width v0.1.12 |
2514 | 2024-05-24T15:22:34.076Z | Documenting num_threads v0.1.7 |
2515 | 2024-05-24T15:22:35.075Z | Documenting num-conv v0.1.0 |
2516 | 2024-05-24T15:22:35.275Z | Documenting fnv v1.0.7 |
2517 | 2024-05-24T15:22:35.300Z | Documenting idna v0.5.0 |
2518 | 2024-05-24T15:22:35.814Z | Documenting adler v1.0.2 |
2519 | 2024-05-24T15:22:36.698Z | Documenting unicode-ident v1.0.12 |
2520 | 2024-05-24T15:22:37.212Z | Documenting tracing v0.1.40 |
2521 | 2024-05-24T15:22:46.154Z | Documenting slog v2.7.0 |
2522 | 2024-05-24T15:22:46.200Z | Documenting time v0.3.36 |
2523 | 2024-05-24T15:22:46.250Z | Documenting miniz_oxide v0.7.2 |
2524 | 2024-05-24T15:22:46.347Z | Documenting httparse v1.8.0 |
2525 | 2024-05-24T15:22:46.438Z | Documenting proc-macro2 v1.0.82 |
2526 | 2024-05-24T15:22:46.463Z | Documenting url v2.5.0 |
2527 | 2024-05-24T15:22:47.202Z | Documenting cpufeatures v0.2.12 |
2528 | 2024-05-24T15:22:49.489Z | Documenting tokio-util v0.7.11 |
2529 | 2024-05-24T15:22:49.762Z | Documenting errno v0.3.9 |
2530 | 2024-05-24T15:22:50.260Z | Documenting async-trait v0.1.80 |
2531 | 2024-05-24T15:22:50.366Z | Documenting try-lock v0.2.5 |
2532 | 2024-05-24T15:22:50.534Z | Documenting httpdate v1.0.3 |
2533 | 2024-05-24T15:22:50.712Z | Documenting quote v1.0.36 |
2534 | 2024-05-24T15:22:52.017Z | Documenting http-body v0.4.6 |
2535 | 2024-05-24T15:22:53.026Z | Documenting want v0.3.1 |
2536 | 2024-05-24T15:22:53.947Z | Documenting rustix v0.38.34 |
2537 | 2024-05-24T15:22:54.429Z | Documenting aho-corasick v1.1.3 |
2538 | 2024-05-24T15:22:54.713Z | Documenting openssl-sys v0.9.102 |
2539 | 2024-05-24T15:22:54.740Z | Documenting syn v2.0.64 |
2540 | 2024-05-24T15:22:55.168Z | Documenting h2 v0.3.26 |
2541 | 2024-05-24T15:22:55.193Z | Documenting openssl-macros v0.1.1 |
2542 | 2024-05-24T15:22:56.467Z | Documenting regex-syntax v0.8.3 |
2543 | 2024-05-24T15:22:56.696Z | Documenting tower-service v0.3.2 |
2544 | 2024-05-24T15:22:59.019Z | Documenting mime v0.3.17 |
2545 | 2024-05-24T15:22:59.528Z | Documenting gimli v0.28.1 |
2546 | 2024-05-24T15:23:00.196Z | Documenting object v0.32.2 |
2547 | 2024-05-24T15:23:00.223Z | Documenting openssl v0.10.64 |
2548 | 2024-05-24T15:23:00.549Z | Documenting ipnet v2.9.0 |
2549 | 2024-05-24T15:23:02.525Z | Documenting regex-automata v0.4.6 |
2550 | 2024-05-24T15:23:02.885Z | Documenting rustc-demangle v0.1.24 |
2551 | 2024-05-24T15:23:03.523Z | Documenting hyper v0.14.28 |
2552 | 2024-05-24T15:23:04.707Z | Documenting openssl-probe v0.1.5 |
2553 | 2024-05-24T15:23:05.378Z | Documenting addr2line v0.21.0 |
2554 | 2024-05-24T15:23:05.612Z | Documenting base64ct v1.6.0 |
2555 | 2024-05-24T15:23:08.170Z | Documenting futures-executor v0.3.30 |
2556 | 2024-05-24T15:23:08.628Z | Documenting native-tls v0.2.11 |
2557 | 2024-05-24T15:23:08.881Z | Documenting encoding_rs v0.8.34 |
2558 | 2024-05-24T15:23:09.622Z | Documenting psl-types v2.0.11 |
2559 | 2024-05-24T15:23:11.036Z | Documenting serde_urlencoded v0.7.1 |
2560 | 2024-05-24T15:23:11.580Z | Documenting backtrace v0.3.71 |
2561 | 2024-05-24T15:23:12.298Z | Documenting publicsuffix v2.2.3 |
2562 | 2024-05-24T15:23:12.451Z | Documenting semver v1.0.23 |
2563 | 2024-05-24T15:23:12.856Z | Checking pest_meta v2.7.10 |
2564 | 2024-05-24T15:23:12.995Z | Documenting crossbeam-utils v0.8.19 |
2565 | 2024-05-24T15:23:13.754Z | Documenting tokio-native-tls v0.3.1 |
2566 | 2024-05-24T15:23:13.787Z | Documenting utf8parse v0.2.1 |
2567 | 2024-05-24T15:23:14.950Z | Documenting hyper-rustls v0.24.2 |
2568 | 2024-05-24T15:23:15.533Z | Documenting futures v0.3.30 |
2569 | 2024-05-24T15:23:16.377Z | Documenting anyhow v1.0.83 |
2570 | 2024-05-24T15:23:16.443Z | Documenting cookie_store v0.20.0 |
2571 | 2024-05-24T15:23:16.514Z | Documenting regex v1.10.4 |
2572 | 2024-05-24T15:23:16.895Z | Documenting pem-rfc7468 v0.7.0 |
2573 | 2024-05-24T15:23:17.425Z | Documenting pest_meta v2.7.10 |
2574 | 2024-05-24T15:23:19.096Z | Documenting hyper-tls v0.5.0 |
2575 | 2024-05-24T15:23:20.320Z | Documenting der_derive v0.7.2 |
2576 | 2024-05-24T15:23:20.767Z | Documenting scroll_derive v0.12.0 |
2577 | 2024-05-24T15:23:21.163Z | Documenting sync_wrapper v0.1.2 |
2578 | 2024-05-24T15:23:21.701Z | Documenting flagset v0.4.5 |
2579 | 2024-05-24T15:23:21.745Z | Documenting webpki-roots v0.25.4 |
2580 | 2024-05-24T15:23:21.810Z | Documenting pest_generator v2.7.10 |
2581 | 2024-05-24T15:23:22.828Z | Checking pest_generator v2.7.10 |
2582 | 2024-05-24T15:23:23.440Z | Documenting num-integer v0.1.46 |
2583 | 2024-05-24T15:23:23.716Z | Documenting ucd-trie v0.1.6 |
2584 | 2024-05-24T15:23:24.281Z | Documenting plain v0.2.3 |
2585 | 2024-05-24T15:23:25.140Z | Documenting scroll v0.12.0 |
2586 | 2024-05-24T15:23:25.401Z | Documenting der v0.7.9 |
2587 | 2024-05-24T15:23:25.463Z | Documenting openapiv3 v2.0.0 |
2588 | 2024-05-24T15:23:25.789Z | Documenting reqwest v0.11.27 |
2589 | 2024-05-24T15:23:26.549Z | Documenting pest_derive v2.7.10 |
2590 | 2024-05-24T15:23:26.906Z | Documenting pretty-hex v0.4.1 |
2591 | 2024-05-24T15:23:27.380Z | Documenting pest v2.7.10 |
2592 | 2024-05-24T15:23:27.752Z | Documenting spin v0.9.8 |
2593 | 2024-05-24T15:23:29.129Z | Documenting goblin v0.8.2 |
2594 | 2024-05-24T15:23:29.715Z | Documenting thread-id v4.2.1 |
2595 | 2024-05-24T15:23:29.934Z | Documenting spki v0.7.3 |
2596 | 2024-05-24T15:23:30.943Z | Documenting anstyle v1.0.7 |
2597 | 2024-05-24T15:23:31.715Z | Documenting either v1.12.0 |
2598 | 2024-05-24T15:23:32.152Z | Documenting dtrace-parser v0.2.0 |
2599 | 2024-05-24T15:23:32.300Z | Documenting anstyle-parse v0.2.4 |
2600 | 2024-05-24T15:23:33.677Z | Documenting pkcs8 v0.10.2 |
2601 | 2024-05-24T15:23:33.714Z | Documenting ipnetwork v0.20.0 |
2602 | 2024-05-24T15:23:34.717Z | Documenting memmap v0.7.0 |
2603 | 2024-05-24T15:23:35.395Z | Documenting data-encoding v2.6.0 |
2604 | 2024-05-24T15:23:35.570Z | Documenting anstyle-query v1.0.3 |
2605 | 2024-05-24T15:23:35.771Z | Documenting is_terminal_polyfill v1.70.0 |
2606 | 2024-05-24T15:23:36.003Z | Documenting dof v0.3.0 |
2607 | 2024-05-24T15:23:36.095Z | Documenting colorchoice v1.0.1 |
2608 | 2024-05-24T15:23:37.616Z | Documenting crossbeam-epoch v0.9.18 |
2609 | 2024-05-24T15:23:38.863Z | Documenting terminal_size v0.3.0 |
2610 | 2024-05-24T15:23:38.935Z | Documenting sha2 v0.10.8 |
2611 | 2024-05-24T15:23:39.190Z | Documenting hex v0.4.3 |
2612 | 2024-05-24T15:23:39.461Z | Documenting crc32fast v1.4.0 |
2613 | 2024-05-24T15:23:39.496Z | Documenting unicode-segmentation v1.11.0 |
2614 | 2024-05-24T15:23:39.669Z | Documenting anstream v0.6.14 |
2615 | 2024-05-24T15:23:41.442Z | Documenting usdt-impl v0.5.0 |
2616 | 2024-05-24T15:23:41.854Z | Documenting untrusted v0.9.0 |
2617 | 2024-05-24T15:23:42.568Z | Documenting clap_lex v0.7.0 |
2618 | 2024-05-24T15:23:43.377Z | Documenting strsim v0.11.1 |
2619 | 2024-05-24T15:23:43.485Z | Documenting num-iter v0.1.45 |
2620 | 2024-05-24T15:23:43.629Z | Documenting hmac v0.12.1 |
2621 | 2024-05-24T15:23:43.761Z | Documenting signal-hook v0.3.17 |
2622 | 2024-05-24T15:23:43.906Z | Documenting clap_derive v4.5.4 |
2623 | 2024-05-24T15:23:44.522Z | Documenting ring v0.17.8 |
2624 | 2024-05-24T15:23:46.374Z | Documenting static_assertions v1.1.0 |
2625 | 2024-05-24T15:23:47.244Z | Documenting clap_builder v4.5.2 |
2626 | 2024-05-24T15:23:47.564Z | Documenting usdt v0.5.0 |
2627 | 2024-05-24T15:23:47.885Z | Documenting flate2 v1.0.30 |
2628 | 2024-05-24T15:23:48.007Z | Documenting managed v0.8.0 |
2629 | 2024-05-24T15:23:48.312Z | Documenting signal-hook-mio v0.2.3 |
2630 | 2024-05-24T15:23:49.090Z | Documenting itertools v0.12.1 |
2631 | 2024-05-24T15:23:49.269Z | Documenting enum-as-inner v0.5.1 |
2632 | 2024-05-24T15:23:49.961Z | Documenting regress v0.9.1 |
2633 | 2024-05-24T15:23:51.022Z | Documenting block-padding v0.3.3 |
2634 | 2024-05-24T15:23:52.187Z | Documenting scheduled-thread-pool v0.2.7 |
2635 | 2024-05-24T15:23:52.329Z | Documenting diesel_table_macro_syntax v0.1.0 |
2636 | 2024-05-24T15:23:53.213Z | Documenting clap v4.5.4 |
2637 | 2024-05-24T15:23:53.387Z | Checking diesel_table_macro_syntax v0.1.0 |
2638 | 2024-05-24T15:23:53.543Z | Documenting finl_unicode v1.2.0 |
2639 | 2024-05-24T15:23:53.679Z | Documenting trust-dns-proto v0.22.0 |
2640 | 2024-05-24T15:23:55.370Z | Documenting inout v0.1.3 |
2641 | 2024-05-24T15:23:55.578Z | Documenting crossterm v0.27.0 |
2642 | 2024-05-24T15:23:55.790Z | Documenting md-5 v0.10.6 |
2643 | 2024-05-24T15:23:56.392Z | Documenting r2d2 v0.8.10 |
2644 | 2024-05-24T15:23:56.939Z | Documenting diesel_derives v2.1.4 |
2645 | 2024-05-24T15:23:57.754Z | Documenting stringprep v0.1.4 |
2646 | 2024-05-24T15:23:58.379Z | Documenting ff v0.13.0 |
2647 | 2024-05-24T15:23:59.710Z | Documenting serde_spanned v0.6.6 |
2648 | 2024-05-24T15:24:00.395Z | Documenting toml_datetime v0.6.6 |
2649 | 2024-05-24T15:24:00.617Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2650 | 2024-05-24T15:24:00.945Z | Documenting heck v0.5.0 |
2651 | 2024-05-24T15:24:01.728Z | Documenting bit-vec v0.6.3 |
2652 | 2024-05-24T15:24:01.860Z | Documenting base16ct v0.2.0 |
2653 | 2024-05-24T15:24:02.351Z | Documenting fallible-iterator v0.2.0 |
2654 | 2024-05-24T15:24:03.474Z | Documenting winnow v0.6.8 |
2655 | 2024-05-24T15:24:03.852Z | Checking unsafe-libyaml v0.2.11 |
2656 | 2024-05-24T15:24:03.954Z | Documenting siphasher v0.3.11 |
2657 | 2024-05-24T15:24:04.469Z | Checking ident_case v1.0.1 |
2658 | 2024-05-24T15:24:04.618Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2659 | 2024-05-24T15:24:04.642Z | Documenting diesel v2.1.6 |
2660 | 2024-05-24T15:24:04.777Z | Documenting group v0.13.0 |
2661 | 2024-05-24T15:24:04.801Z | Documenting sec1 v0.7.3 |
2662 | 2024-05-24T15:24:05.594Z | Documenting cipher v0.4.4 |
2663 | 2024-05-24T15:24:06.557Z | Documenting phf_shared v0.11.2 |
2664 | 2024-05-24T15:24:06.786Z | Documenting postgres-protocol v0.6.6 |
2665 | 2024-05-24T15:24:08.364Z | Documenting toml_edit v0.22.13 |
2666 | 2024-05-24T15:24:08.788Z | Documenting hkdf v0.12.4 |
2667 | 2024-05-24T15:24:19.897Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2668 | 2024-05-24T15:24:28.741Z | Documenting num-bigint v0.4.5 |
2669 | 2024-05-24T15:24:29.000Z | Documenting bstr v1.9.1 |
2670 | 2024-05-24T15:24:29.406Z | Documenting console v0.15.8 |
2671 | 2024-05-24T15:24:29.431Z | Documenting crypto-bigint v0.5.5 |
2672 | 2024-05-24T15:24:29.551Z | Documenting hubpack v0.1.2 |
2673 | 2024-05-24T15:24:29.754Z | Documenting serde_repr v0.1.19 |
2674 | 2024-05-24T15:24:29.911Z | Documenting minimal-lexical v0.2.1 |
2675 | 2024-05-24T15:24:31.560Z | Documenting lalrpop-util v0.19.12 |
2676 | 2024-05-24T15:24:33.532Z | Documenting new_debug_unreachable v1.0.6 |
2677 | 2024-05-24T15:24:33.775Z | Documenting precomputed-hash v0.1.1 |
2678 | 2024-05-24T15:24:33.865Z | Documenting fixedbitset v0.4.2 |
2679 | 2024-05-24T15:24:33.955Z | Documenting unsafe-libyaml v0.2.11 |
2680 | 2024-05-24T15:24:34.391Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2681 | 2024-05-24T15:24:34.998Z | Documenting yasna v0.5.2 |
2682 | 2024-05-24T15:24:45.466Z | Documenting nom v7.1.3 |
2683 | 2024-05-24T15:24:45.528Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2684 | 2024-05-24T15:24:45.699Z | Documenting petgraph v0.6.5 |
2685 | 2024-05-24T15:24:45.895Z | Documenting string_cache v0.8.7 |
2686 | 2024-05-24T15:24:45.934Z | Documenting serde_yaml v0.9.34+deprecated |
2687 | 2024-05-24T15:24:46.323Z | Documenting postgres-types v0.2.6 |
2688 | 2024-05-24T15:24:46.387Z | Documenting phf v0.11.2 |
2689 | 2024-05-24T15:24:46.622Z | Documenting elliptic-curve v0.13.8 |
2690 | 2024-05-24T15:24:50.576Z | Checking serde_yaml v0.9.34+deprecated |
2691 | 2024-05-24T15:24:50.659Z | Checking darling_core v0.20.9 |
2692 | 2024-05-24T15:24:50.739Z | Documenting similar v2.5.0 |
2693 | 2024-05-24T15:24:51.647Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2694 | 2024-05-24T15:24:52.151Z | Documenting getopts v0.2.21 |
2695 | 2024-05-24T15:24:52.239Z | Documenting float-cmp v0.9.0 |
2696 | 2024-05-24T15:24:52.278Z | Documenting peg-runtime v0.8.3 |
2697 | 2024-05-24T15:24:52.895Z | Documenting predicates-core v1.0.6 |
2698 | 2024-05-24T15:25:03.661Z | Documenting difflib v0.4.0 |
2699 | 2024-05-24T15:25:03.749Z | Documenting normalize-line-endings v0.3.0 |
2700 | 2024-05-24T15:25:03.830Z | Documenting whoami v1.5.1 |
2701 | 2024-05-24T15:25:03.953Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2702 | 2024-05-24T15:25:04.102Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2703 | 2024-05-24T15:25:04.248Z | Documenting bit-set v0.5.3 |
2704 | 2024-05-24T15:25:04.454Z | Documenting fs-err v2.11.0 |
2705 | 2024-05-24T15:25:04.657Z | Documenting tokio-stream v0.1.15 |
2706 | 2024-05-24T15:25:07.511Z | Documenting ident_case v1.0.1 |
2707 | 2024-05-24T15:25:07.763Z | Documenting predicates v3.1.0 |
2708 | 2024-05-24T15:25:07.978Z | Documenting tokio-postgres v0.7.10 |
2709 | 2024-05-24T15:25:08.389Z | Checking darling v0.20.9 |
2710 | 2024-05-24T15:25:08.505Z | Documenting is-terminal v0.4.12 |
2711 | 2024-05-24T15:25:09.557Z | Documenting strum v0.26.2 |
2712 | 2024-05-24T15:25:09.725Z | Documenting base64 v0.22.1 |
2713 | 2024-05-24T15:25:10.862Z | Documenting camino v1.1.7 |
2714 | 2024-05-24T15:25:11.402Z | Documenting darling_core v0.20.9 |
2715 | 2024-05-24T15:25:11.607Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2716 | 2024-05-24T15:25:12.433Z | Documenting dirs-sys-next v0.1.2 |
2717 | 2024-05-24T15:25:12.996Z | Documenting sha1 v0.10.6 |
2718 | 2024-05-24T15:25:13.525Z | Documenting http v1.1.0 |
2719 | 2024-05-24T15:25:13.879Z | Documenting paste v1.0.15 |
2720 | 2024-05-24T15:25:15.381Z | Documenting thread_local v1.1.8 |
2721 | 2024-05-24T15:25:16.149Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2722 | 2024-05-24T15:25:16.506Z | Documenting dirs-next v2.0.0 |
2723 | 2024-05-24T15:25:17.576Z | Documenting rustls-pki-types v1.7.0 |
2724 | 2024-05-24T15:25:17.821Z | Documenting crossbeam-channel v0.5.12 |
2725 | 2024-05-24T15:25:18.723Z | Documenting take_mut v0.2.2 |
2726 | 2024-05-24T15:25:19.384Z | Documenting darling_macro v0.20.9 |
2727 | 2024-05-24T15:25:19.472Z | Documenting slog-json v2.6.1 |
2728 | 2024-05-24T15:25:20.031Z | Documenting async-stream-impl v0.3.5 |
2729 | 2024-05-24T15:25:20.587Z | Documenting term v0.7.0 |
2730 | 2024-05-24T15:25:21.769Z | Documenting rustls-webpki v0.102.4 |
2731 | 2024-05-24T15:25:22.093Z | Documenting debug-ignore v1.0.5 |
2732 | 2024-05-24T15:25:22.343Z | Documenting atomic-waker v1.1.2 |
2733 | 2024-05-24T15:25:22.597Z | Documenting slog-async v2.8.0 |
2734 | 2024-05-24T15:25:24.030Z | Documenting darling v0.20.9 |
2735 | 2024-05-24T15:25:24.251Z | Documenting slog-bunyan v2.5.0 |
2736 | 2024-05-24T15:25:24.780Z | Documenting slog-term v2.9.1 |
2737 | 2024-05-24T15:25:24.899Z | Documenting async-stream v0.3.5 |
2738 | 2024-05-24T15:25:25.001Z | Documenting rustls-pemfile v2.1.2 |
2739 | 2024-05-24T15:25:25.136Z | Documenting waitgroup v0.1.2 |
2740 | 2024-05-24T15:25:26.460Z | Documenting rustls v0.22.4 |
2741 | 2024-05-24T15:25:26.629Z | Documenting multer v3.1.0 |
2742 | 2024-05-24T15:25:28.802Z | Documenting toml v0.8.13 |
2743 | 2024-05-24T15:25:28.938Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2744 | 2024-05-24T15:25:29.071Z | Documenting serde_path_to_error v0.1.16 |
2745 | 2024-05-24T15:25:29.342Z | Documenting hostname v0.4.0 |
2746 | 2024-05-24T15:25:29.372Z | Documenting serde_with_macros v3.8.1 |
2747 | 2024-05-24T15:25:29.512Z | Documenting structmeta-derive v0.3.0 |
2748 | 2024-05-24T15:25:31.656Z | Documenting newtype-uuid v1.1.0 |
2749 | 2024-05-24T15:25:33.314Z | Checking structmeta v0.3.0 |
2750 | 2024-05-24T15:25:33.523Z | Documenting instant v0.1.12 |
2751 | 2024-05-24T15:25:33.548Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2752 | 2024-05-24T15:25:33.882Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2753 | 2024-05-24T15:25:34.489Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2754 | 2024-05-24T15:25:34.731Z | Documenting serde_with v3.8.1 |
2755 | 2024-05-24T15:25:34.930Z | Documenting structmeta v0.3.0 |
2756 | 2024-05-24T15:25:35.234Z | Documenting tokio-rustls v0.25.0 |
2757 | 2024-05-24T15:25:36.611Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2758 | 2024-05-24T15:25:37.272Z | Documenting backoff v0.4.0 |
2759 | 2024-05-24T15:25:37.983Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2760 | 2024-05-24T15:25:38.564Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2761 | 2024-05-24T15:25:39.413Z | Documenting parse-display-derive v0.9.0 |
2762 | 2024-05-24T15:25:40.405Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2763 | 2024-05-24T15:25:41.750Z | Documenting macaddr v1.0.1 |
2764 | 2024-05-24T15:25:41.793Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2765 | 2024-05-24T15:25:41.901Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2766 | 2024-05-24T15:25:42.135Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2767 | 2024-05-24T15:25:42.345Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2768 | 2024-05-24T15:25:43.157Z | Documenting fastrand v2.1.0 |
2769 | 2024-05-24T15:25:43.892Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2770 | 2024-05-24T15:25:45.086Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2771 | 2024-05-24T15:25:45.207Z | Documenting parse-display v0.9.0 |
2772 | 2024-05-24T15:25:45.337Z | Checking proc-macro-crate v1.3.1 |
2773 | 2024-05-24T15:25:45.560Z | Documenting proc-macro-crate v1.3.1 |
2774 | 2024-05-24T15:25:45.885Z | Documenting foreign-types-macros v0.2.3 |
2775 | 2024-05-24T15:25:46.024Z | Documenting foreign-types-shared v0.3.1 |
2776 | 2024-05-24T15:25:46.049Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2777 | 2024-05-24T15:25:46.129Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2778 | 2024-05-24T15:25:46.921Z | Documenting tempfile v3.10.1 |
2779 | 2024-05-24T15:25:48.767Z | Documenting cstr-argument v0.1.2 |
2780 | 2024-05-24T15:25:49.532Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2781 | 2024-05-24T15:25:49.956Z | Documenting tabwriter v1.4.0 |
2782 | 2024-05-24T15:25:50.109Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2783 | 2024-05-24T15:25:50.549Z | Documenting num_enum_derive v0.5.11 |
2784 | 2024-05-24T15:25:50.707Z | Documenting foreign-types v0.5.0 |
2785 | 2024-05-24T15:25:51.273Z | Documenting camino-tempfile v1.1.1 |
2786 | 2024-05-24T15:25:52.306Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2787 | 2024-05-24T15:25:52.592Z | Documenting colored v2.1.0 |
2788 | 2024-05-24T15:25:53.825Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2789 | 2024-05-24T15:25:54.112Z | Documenting hash32 v0.3.1 |
2790 | 2024-05-24T15:25:54.143Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2791 | 2024-05-24T15:25:54.619Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2792 | 2024-05-24T15:25:56.014Z | Documenting stable_deref_trait v1.2.0 |
2793 | 2024-05-24T15:25:56.352Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2794 | 2024-05-24T15:25:56.399Z | Documenting smf v0.2.3 |
2795 | 2024-05-24T15:25:56.752Z | Documenting num_enum v0.5.11 |
2796 | 2024-05-24T15:25:57.956Z | Documenting embedded-io v0.4.0 |
2797 | 2024-05-24T15:25:58.108Z | Documenting cobs v0.2.3 |
2798 | 2024-05-24T15:25:58.566Z | Documenting derive-where v1.2.7 |
2799 | 2024-05-24T15:25:58.632Z | Documenting heapless v0.8.0 |
2800 | 2024-05-24T15:26:00.429Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2801 | 2024-05-24T15:26:00.574Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2802 | 2024-05-24T15:26:00.714Z | Documenting crucible-workspace-hack v0.1.0 |
2803 | 2024-05-24T15:26:00.871Z | Documenting postcard v1.0.8 |
2804 | 2024-05-24T15:26:03.113Z | Documenting smoltcp v0.11.0 |
2805 | 2024-05-24T15:26:03.157Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2806 | 2024-05-24T15:26:04.056Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2807 | 2024-05-24T15:26:04.406Z | Documenting newline-converter v0.3.0 |
2808 | 2024-05-24T15:26:05.229Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2809 | 2024-05-24T15:26:05.491Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2810 | 2024-05-24T15:26:06.460Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2811 | 2024-05-24T15:26:06.773Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2812 | 2024-05-24T15:26:06.884Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2813 | 2024-05-24T15:26:07.593Z | Documenting sigpipe v0.1.3 |
2814 | 2024-05-24T15:26:08.468Z | Documenting expectorate v1.1.0 |
2815 | 2024-05-24T15:26:08.597Z | Documenting num-derive v0.4.2 |
2816 | 2024-05-24T15:26:08.899Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2817 | 2024-05-24T15:26:09.321Z | Documenting convert_case v0.4.0 |
2818 | 2024-05-24T15:26:10.331Z | Checking convert_case v0.4.0 |
2819 | 2024-05-24T15:26:10.528Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2820 | 2024-05-24T15:26:11.265Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2821 | 2024-05-24T15:26:11.596Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2822 | 2024-05-24T15:26:12.536Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2823 | 2024-05-24T15:26:12.598Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2824 | 2024-05-24T15:26:12.845Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2825 | 2024-05-24T15:26:13.163Z | Documenting derive_more v0.99.17 |
2826 | 2024-05-24T15:26:13.313Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2827 | 2024-05-24T15:26:15.064Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2828 | 2024-05-24T15:26:15.658Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2829 | 2024-05-24T15:26:16.239Z | Documenting password-hash v0.5.0 |
2830 | 2024-05-24T15:26:16.461Z | Documenting blake2 v0.10.6 |
2831 | 2024-05-24T15:26:17.295Z | Documenting linked-hash-map v0.5.6 |
2832 | 2024-05-24T15:26:17.885Z | Documenting humantime v2.1.0 |
2833 | 2024-05-24T15:26:18.835Z | Documenting swrite v0.1.0 |
2834 | 2024-05-24T15:26:20.455Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2835 | 2024-05-24T15:26:20.964Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2836 | 2024-05-24T15:26:21.196Z | Documenting argon2 v0.5.3 |
2837 | 2024-05-24T15:26:21.371Z | Documenting lru-cache v0.1.2 |
2838 | 2024-05-24T15:26:21.904Z | Documenting newtype_derive v0.1.6 |
2839 | 2024-05-24T15:26:21.950Z | Documenting arc-swap v1.7.1 |
2840 | 2024-05-24T15:26:22.665Z | Documenting quick-error v1.2.3 |
2841 | 2024-05-24T15:26:22.798Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2842 | 2024-05-24T15:26:25.063Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2843 | 2024-05-24T15:26:25.299Z | Documenting xattr v1.3.1 |
2844 | 2024-05-24T15:26:25.729Z | Documenting filetime v0.2.23 |
2845 | 2024-05-24T15:26:25.754Z | Documenting steno v0.4.0 |
2846 | 2024-05-24T15:26:25.997Z | Documenting slog-scope v4.4.0 |
2847 | 2024-05-24T15:26:26.210Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2848 | 2024-05-24T15:26:26.531Z | Documenting resolv-conf v0.7.0 |
2849 | 2024-05-24T15:26:27.633Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2850 | 2024-05-24T15:26:29.765Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2851 | 2024-05-24T15:26:29.955Z | Documenting tar v0.4.40 |
2852 | 2024-05-24T15:26:30.082Z | Documenting slog-stdlog v4.1.1 |
2853 | 2024-05-24T15:26:30.580Z | Documenting trust-dns-resolver v0.22.0 |
2854 | 2024-05-24T15:26:32.365Z | Documenting num-rational v0.4.2 |
2855 | 2024-05-24T15:26:33.804Z | Documenting num-complex v0.4.6 |
2856 | 2024-05-24T15:26:33.830Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2857 | 2024-05-24T15:26:33.957Z | Documenting slog-envlogger v2.2.0 |
2858 | 2024-05-24T15:26:34.436Z | Documenting tap v1.0.1 |
2859 | 2024-05-24T15:26:36.699Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2860 | 2024-05-24T15:26:37.050Z | Documenting wyz v0.5.1 |
2861 | 2024-05-24T15:26:37.743Z | Documenting radium v0.7.0 |
2862 | 2024-05-24T15:26:37.795Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2863 | 2024-05-24T15:26:38.010Z | Documenting num v0.4.3 |
2864 | 2024-05-24T15:26:38.489Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2865 | 2024-05-24T15:26:38.698Z | Documenting nibble_vec v0.1.0 |
2866 | 2024-05-24T15:26:38.730Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2867 | 2024-05-24T15:26:39.933Z | Documenting same-file v1.0.6 |
2868 | 2024-05-24T15:26:40.630Z | Documenting funty v2.0.0 |
2869 | 2024-05-24T15:26:42.291Z | Documenting crc-catalog v2.4.0 |
2870 | 2024-05-24T15:26:42.486Z | Documenting endian-type v0.1.2 |
2871 | 2024-05-24T15:26:42.962Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2872 | 2024-05-24T15:26:43.276Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2873 | 2024-05-24T15:26:43.404Z | Documenting cancel-safe-futures v0.1.5 |
2874 | 2024-05-24T15:26:43.700Z | Documenting bitvec v1.0.1 |
2875 | 2024-05-24T15:26:43.757Z | Documenting walkdir v2.5.0 |
2876 | 2024-05-24T15:26:44.998Z | Documenting crc v3.2.1 |
2877 | 2024-05-24T15:26:46.260Z | Documenting radix_trie v0.2.1 |
2878 | 2024-05-24T15:26:47.670Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2879 | 2024-05-24T15:26:47.908Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2880 | 2024-05-24T15:26:47.933Z | Documenting packed_struct_codegen v0.10.1 |
2881 | 2024-05-24T15:26:47.995Z | Documenting nodrop v0.1.14 |
2882 | 2024-05-24T15:26:48.572Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2883 | 2024-05-24T15:26:48.597Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2884 | 2024-05-24T15:26:50.409Z | Documenting num-bigint-dig v0.8.4 |
2885 | 2024-05-24T15:26:50.615Z | Documenting array-init v0.0.4 |
2886 | 2024-05-24T15:26:51.439Z | Documenting pem v3.0.4 |
2887 | 2024-05-24T15:26:52.670Z | Documenting pkcs1 v0.7.5 |
2888 | 2024-05-24T15:26:53.186Z | Documenting packed_struct v0.10.1 |
2889 | 2024-05-24T15:26:53.603Z | Documenting signature v2.2.0 |
2890 | 2024-05-24T15:26:55.619Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2891 | 2024-05-24T15:26:55.743Z | Documenting display-error-chain v0.2.0 |
2892 | 2024-05-24T15:26:55.968Z | Documenting termcolor v1.4.1 |
2893 | 2024-05-24T15:26:56.185Z | warning: unresolved link to `Blueprints` |
2894 | 2024-05-24T15:26:56.185Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2895 | 2024-05-24T15:26:56.185Z | | |
2896 | 2024-05-24T15:26:56.185Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2897 | 2024-05-24T15:26:56.185Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2898 | 2024-05-24T15:26:56.185Z | | |
2899 | 2024-05-24T15:26:56.185Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2900 | 2024-05-24T15:26:56.185Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2901 | 2024-05-24T15:26:56.185Z | |
2902 | 2024-05-24T15:26:56.210Z | warning: unresolved link to `Blueprints` |
2903 | 2024-05-24T15:26:56.210Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2904 | 2024-05-24T15:26:56.210Z | | |
2905 | 2024-05-24T15:26:56.210Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2906 | 2024-05-24T15:26:56.210Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2907 | 2024-05-24T15:26:56.210Z | | |
2908 | 2024-05-24T15:26:56.211Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2909 | 2024-05-24T15:26:56.211Z | |
2910 | 2024-05-24T15:26:56.211Z | warning: unresolved link to `BpSledTable` |
2911 | 2024-05-24T15:26:56.211Z | --> nexus/types/src/deployment/blueprint_display.rs:174:49 |
2912 | 2024-05-24T15:26:56.211Z | | |
2913 | 2024-05-24T15:26:56.211Z | 174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2914 | 2024-05-24T15:26:56.211Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2915 | 2024-05-24T15:26:56.211Z | | |
2916 | 2024-05-24T15:26:56.211Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2917 | 2024-05-24T15:26:56.211Z | |
2918 | 2024-05-24T15:26:56.236Z | Documenting bitfield v0.14.0 |
2919 | 2024-05-24T15:26:56.760Z | Documenting serde-hex v0.1.0 |
2920 | 2024-05-24T15:26:58.150Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2921 | 2024-05-24T15:26:58.174Z | Documenting bzip2 v0.4.4 |
2922 | 2024-05-24T15:26:58.295Z | Documenting rsa v0.9.6 |
2923 | 2024-05-24T15:26:58.956Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2924 | 2024-05-24T15:26:59.649Z | Documenting slog-dtrace v0.3.0 |
2925 | 2024-05-24T15:27:00.000Z | Documenting env_logger v0.10.2 |
2926 | 2024-05-24T15:27:00.810Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2927 | 2024-05-24T15:27:01.042Z | Documenting x509-cert v0.2.5 |
2928 | 2024-05-24T15:27:01.676Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2929 | 2024-05-24T15:27:01.913Z | Documenting libsw v3.3.1 |
2930 | 2024-05-24T15:27:02.325Z | Documenting ron v0.8.1 |
2931 | 2024-05-24T15:27:02.699Z | Documenting half v2.4.1 |
2932 | 2024-05-24T15:27:04.309Z | Documenting maplit v1.0.2 |
2933 | 2024-05-24T15:27:04.971Z | Documenting linear-map v1.2.0 |
2934 | 2024-05-24T15:27:05.596Z | Documenting crc-any v2.5.0 |
2935 | 2024-05-24T15:27:06.017Z | Documenting ciborium-io v0.2.2 |
2936 | 2024-05-24T15:27:06.173Z | Documenting owo-colors v4.0.0 |
2937 | 2024-05-24T15:27:06.685Z | Documenting zip v0.6.6 |
2938 | 2024-05-24T15:27:06.994Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2939 | 2024-05-24T15:27:08.428Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2940 | 2024-05-24T15:27:08.890Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2941 | 2024-05-24T15:27:09.131Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2942 | 2024-05-24T15:27:09.787Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2943 | 2024-05-24T15:27:09.845Z | Documenting ciborium-ll v0.2.2 |
2944 | 2024-05-24T15:27:10.362Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2945 | 2024-05-24T15:27:11.031Z | Documenting headers-core v0.2.0 |
2946 | 2024-05-24T15:27:11.148Z | Documenting async-recursion v1.1.1 |
2947 | 2024-05-24T15:27:13.602Z | Documenting path-slash v0.1.5 |
2948 | 2024-05-24T15:27:15.474Z | Documenting headers v0.3.9 |
2949 | 2024-05-24T15:27:15.656Z | Documenting ciborium v0.2.2 |
2950 | 2024-05-24T15:27:15.996Z | Documenting fxhash v0.2.1 |
2951 | 2024-05-24T15:27:16.714Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2952 | 2024-05-24T15:27:17.330Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2953 | 2024-05-24T15:27:19.420Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2954 | 2024-05-24T15:27:19.994Z | Documenting buf-list v1.0.3 |
2955 | 2024-05-24T15:27:20.276Z | Documenting pin-project-internal v1.1.5 |
2956 | 2024-05-24T15:27:21.065Z | Documenting vte_generate_state_changes v0.1.1 |
2957 | 2024-05-24T15:27:23.687Z | Documenting derive_builder_core v0.20.0 |
2958 | 2024-05-24T15:27:24.721Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2959 | 2024-05-24T15:27:24.843Z | Documenting vte v0.11.1 |
2960 | 2024-05-24T15:27:25.191Z | Documenting pin-project v1.1.5 |
2961 | 2024-05-24T15:27:27.762Z | Checking derive_builder_core v0.20.0 |
2962 | 2024-05-24T15:27:28.341Z | Documenting crossbeam-deque v0.8.5 |
2963 | 2024-05-24T15:27:28.609Z | Documenting snafu-derive v0.8.2 |
2964 | 2024-05-24T15:27:29.043Z | Documenting fd-lock v4.0.2 |
2965 | 2024-05-24T15:27:29.068Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2966 | 2024-05-24T15:27:29.544Z | Documenting bitstruct_derive v0.1.0 |
2967 | 2024-05-24T15:27:29.753Z | Documenting ascii v1.1.0 |
2968 | 2024-05-24T15:27:32.425Z | Documenting rayon-core v1.12.1 |
2969 | 2024-05-24T15:27:32.645Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2970 | 2024-05-24T15:27:32.977Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2971 | 2024-05-24T15:27:33.116Z | Documenting derive_builder_macro v0.20.0 |
2972 | 2024-05-24T15:27:33.600Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-24T15:27:34.347Z | Documenting bitstruct v0.1.1 |
2974 | 2024-05-24T15:27:35.401Z | Documenting snafu v0.8.2 |
2975 | 2024-05-24T15:27:36.715Z | Documenting strip-ansi-escapes v0.2.0 |
2976 | 2024-05-24T15:27:36.977Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2977 | 2024-05-24T15:27:37.076Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2978 | 2024-05-24T15:27:37.732Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2979 | 2024-05-24T15:27:37.757Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2980 | 2024-05-24T15:27:38.038Z | Documenting proc-macro-error-attr v1.0.4 |
2981 | 2024-05-24T15:27:38.498Z | Documenting globset v0.4.14 |
2982 | 2024-05-24T15:27:39.457Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2983 | 2024-05-24T15:27:40.522Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2984 | 2024-05-24T15:27:41.336Z | Documenting olpc-cjson v0.1.3 |
2985 | 2024-05-24T15:27:41.644Z | Documenting erased-serde v0.3.31 |
2986 | 2024-05-24T15:27:42.038Z | Documenting serde_plain v1.0.2 |
2987 | 2024-05-24T15:27:43.275Z | Documenting serde_arrays v0.1.0 |
2988 | 2024-05-24T15:27:44.510Z | Documenting ref-cast-impl v1.0.23 |
2989 | 2024-05-24T15:27:45.748Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2990 | 2024-05-24T15:27:45.979Z | Checking unicode-xid v0.2.4 |
2991 | 2024-05-24T15:27:46.134Z | Documenting unicode-xid v0.2.4 |
2992 | 2024-05-24T15:27:46.158Z | Documenting typed-path v0.7.1 |
2993 | 2024-05-24T15:27:46.624Z | Documenting nu-ansi-term v0.50.0 |
2994 | 2024-05-24T15:27:47.365Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2995 | 2024-05-24T15:27:48.646Z | Documenting const_format_proc_macros v0.2.32 |
2996 | 2024-05-24T15:27:49.031Z | Documenting ref-cast v1.0.23 |
2997 | 2024-05-24T15:27:50.566Z | Documenting reedline v0.31.0 |
2998 | 2024-05-24T15:27:51.373Z | Documenting tough v0.17.1 |
2999 | 2024-05-24T15:27:51.457Z | Documenting proc-macro-error v1.0.4 |
3000 | 2024-05-24T15:27:51.597Z | Documenting derive_builder v0.20.0 |
3001 | 2024-05-24T15:27:52.979Z | Documenting rayon v1.10.0 |
3002 | 2024-05-24T15:27:54.903Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3003 | 2024-05-24T15:27:55.955Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3004 | 2024-05-24T15:27:57.393Z | Documenting libefi-sys v0.1.0 |
3005 | 2024-05-24T15:27:59.369Z | Documenting trust-dns-client v0.22.0 |
3006 | 2024-05-24T15:28:00.704Z | Documenting polar-core v0.27.3 |
3007 | 2024-05-24T15:28:01.156Z | Documenting libxml v0.3.3 |
3008 | 2024-05-24T15:28:01.470Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3009 | 2024-05-24T15:28:01.605Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3010 | 2024-05-24T15:28:02.997Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3011 | 2024-05-24T15:28:03.271Z | Checking proc-macro-error v1.0.4 |
3012 | 2024-05-24T15:28:03.530Z | Documenting bb8 v0.8.3 |
3013 | 2024-05-24T15:28:03.977Z | Documenting quick-xml v0.31.0 |
3014 | 2024-05-24T15:28:07.067Z | Documenting impl-trait-for-tuples v0.2.2 |
3015 | 2024-05-24T15:28:07.351Z | Documenting oso-derive v0.27.3 |
3016 | 2024-05-24T15:28:07.526Z | Documenting keccak v0.1.5 |
3017 | 2024-05-24T15:28:08.862Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3018 | 2024-05-24T15:28:09.025Z | Documenting utf-8 v0.7.6 |
3019 | 2024-05-24T15:28:09.605Z | Documenting parse-size v1.0.0 |
3020 | 2024-05-24T15:28:10.426Z | Documenting bytecount v0.6.8 |
3021 | 2024-05-24T15:28:12.119Z | Documenting sha3 v0.10.8 |
3022 | 2024-05-24T15:28:12.287Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3023 | 2024-05-24T15:28:12.556Z | Documenting oso v0.27.3 |
3024 | 2024-05-24T15:28:12.733Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3025 | 2024-05-24T15:28:12.897Z | Documenting tungstenite v0.21.0 |
3026 | 2024-05-24T15:28:13.122Z | Documenting papergrid v0.11.0 |
3027 | 2024-05-24T15:28:14.078Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3028 | 2024-05-24T15:28:16.712Z | Documenting samael v0.0.15 |
3029 | 2024-05-24T15:28:16.938Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3030 | 2024-05-24T15:28:17.558Z | Documenting trust-dns-server v0.22.1 |
3031 | 2024-05-24T15:28:17.822Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3032 | 2024-05-24T15:28:19.061Z | Documenting tabled_derive v0.7.0 |
3033 | 2024-05-24T15:28:21.852Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3034 | 2024-05-24T15:28:23.513Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3035 | 2024-05-24T15:28:23.896Z | Documenting const_format v0.2.32 |
3036 | 2024-05-24T15:28:24.390Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3037 | 2024-05-24T15:28:25.087Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3038 | 2024-05-24T15:28:26.100Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3039 | 2024-05-24T15:28:26.147Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3040 | 2024-05-24T15:28:26.281Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3041 | 2024-05-24T15:28:26.635Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3042 | 2024-05-24T15:28:26.881Z | Documenting sled v0.34.7 |
3043 | 2024-05-24T15:28:27.129Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3044 | 2024-05-24T15:28:27.378Z | Documenting nix v0.28.0 |
3045 | 2024-05-24T15:28:27.881Z | Documenting cookie v0.18.1 |
3046 | 2024-05-24T15:28:28.409Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3047 | 2024-05-24T15:28:30.678Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3048 | 2024-05-24T15:28:30.922Z | Documenting secrecy v0.8.0 |
3049 | 2024-05-24T15:28:31.327Z | Documenting gethostname v0.4.3 |
3050 | 2024-05-24T15:28:32.250Z | Documenting peg-macros v0.8.3 |
3051 | 2024-05-24T15:28:32.885Z | Documenting rustversion v1.0.17 |
3052 | 2024-05-24T15:28:33.243Z | Documenting sqlparser_derive v0.2.2 |
3053 | 2024-05-24T15:28:34.789Z | Documenting home v0.5.9 |
3054 | 2024-05-24T15:28:35.403Z | Documenting unicode_categories v0.1.1 |
3055 | 2024-05-24T15:28:35.428Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3056 | 2024-05-24T15:28:36.023Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3057 | 2024-05-24T15:28:36.734Z | Documenting peg v0.8.3 |
3058 | 2024-05-24T15:28:36.970Z | Documenting castaway v0.2.2 |
3059 | 2024-05-24T15:28:37.586Z | Documenting sqlparser v0.45.0 |
3060 | 2024-05-24T15:28:38.715Z | Documenting rustyline v14.0.0 |
3061 | 2024-05-24T15:28:39.306Z | Documenting sqlformat v0.2.3 |
3062 | 2024-05-24T15:28:40.504Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3063 | 2024-05-24T15:28:41.001Z | Documenting tabled v0.15.0 |
3064 | 2024-05-24T15:28:43.643Z | Documenting tokio-tungstenite v0.21.0 |
3065 | 2024-05-24T15:28:44.304Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3066 | 2024-05-24T15:28:45.755Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3067 | 2024-05-24T15:28:46.855Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3068 | 2024-05-24T15:28:47.279Z | Documenting zone v0.1.8 |
3069 | 2024-05-24T15:28:48.056Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3070 | 2024-05-24T15:28:48.448Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3071 | 2024-05-24T15:28:49.625Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3072 | 2024-05-24T15:28:50.048Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3073 | 2024-05-24T15:28:50.264Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3074 | 2024-05-24T15:28:50.502Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3075 | 2024-05-24T15:28:50.729Z | Documenting portpicker v0.1.1 |
3076 | 2024-05-24T15:28:51.585Z | Documenting universal-hash v0.5.1 |
3077 | 2024-05-24T15:28:53.880Z | Documenting bcs v0.1.6 |
3078 | 2024-05-24T15:28:55.131Z | Documenting kstat-rs v0.2.3 |
3079 | 2024-05-24T15:29:06.855Z | Documenting thiserror-impl-no-std v2.0.2 |
3080 | 2024-05-24T15:29:06.882Z | Documenting curve25519-dalek-derive v0.1.1 |
3081 | 2024-05-24T15:29:07.000Z | Documenting highway v1.1.0 |
3082 | 2024-05-24T15:29:07.033Z | Documenting opaque-debug v0.3.1 |
3083 | 2024-05-24T15:29:07.267Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3084 | 2024-05-24T15:29:07.643Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3085 | 2024-05-24T15:29:08.077Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3086 | 2024-05-24T15:29:09.788Z | Documenting poly1305 v0.8.0 |
3087 | 2024-05-24T15:29:11.002Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3088 | 2024-05-24T15:29:11.403Z | Documenting curve25519-dalek v4.1.2 |
3089 | 2024-05-24T15:29:11.935Z | Documenting thiserror-no-std v2.0.2 |
3090 | 2024-05-24T15:29:14.048Z | Documenting compact_str v0.7.1 |
3091 | 2024-05-24T15:29:14.674Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3092 | 2024-05-24T15:29:16.242Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3093 | 2024-05-24T15:29:16.557Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3094 | 2024-05-24T15:29:17.252Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3095 | 2024-05-24T15:29:17.907Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3096 | 2024-05-24T15:29:17.994Z | Documenting portable-atomic v1.6.0 |
3097 | 2024-05-24T15:29:19.557Z | Documenting ed25519 v1.5.3 |
3098 | 2024-05-24T15:29:19.803Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3099 | 2024-05-24T15:29:21.186Z | Documenting memoffset v0.7.1 |
3100 | 2024-05-24T15:29:22.899Z | Documenting unicase v2.7.0 |
3101 | 2024-05-24T15:29:23.817Z | Documenting rcgen v0.12.1 |
3102 | 2024-05-24T15:29:24.343Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
3103 | 2024-05-24T15:29:25.087Z | warning: could not parse code block as Rust code |
3104 | 2024-05-24T15:29:25.088Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3105 | 2024-05-24T15:29:25.088Z | | |
3106 | 2024-05-24T15:29:25.088Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3107 | 2024-05-24T15:29:25.088Z | 247 | | /// |
3108 | 2024-05-24T15:29:25.088Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3109 | 2024-05-24T15:29:25.088Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3110 | 2024-05-24T15:29:25.088Z | ... | |
3111 | 2024-05-24T15:29:25.088Z | 277 | | /// |
3112 | 2024-05-24T15:29:25.088Z | 278 | | /// Will be parsed as `this string has " in it`. |
3113 | 2024-05-24T15:29:25.088Z | | |________________________________________________________^ |
3114 | 2024-05-24T15:29:25.088Z | | |
3115 | 2024-05-24T15:29:25.088Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3116 | 2024-05-24T15:29:25.088Z | = note: error from rustc: unknown start of token: \ |
3117 | 2024-05-24T15:29:25.088Z | = note: error from rustc: unknown start of token: \ |
3118 | 2024-05-24T15:29:25.088Z | = note: error from rustc: unknown start of token: \ |
3119 | 2024-05-24T15:29:25.088Z | = note: error from rustc: unknown start of token: \ |
3120 | 2024-05-24T15:29:25.088Z | = note: error from rustc: unknown start of token: \ |
3121 | 2024-05-24T15:29:25.088Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3122 | 2024-05-24T15:29:25.088Z | |
3123 | 2024-05-24T15:29:26.024Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3124 | 2024-05-24T15:29:26.406Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3125 | 2024-05-24T15:29:26.431Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3126 | 2024-05-24T15:29:28.250Z | Documenting atomicwrites v0.4.3 |
3127 | 2024-05-24T15:29:30.388Z | Documenting chacha20 v0.9.1 |
3128 | 2024-05-24T15:29:30.639Z | Documenting lru v0.12.3 |
3129 | 2024-05-24T15:29:32.336Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3130 | 2024-05-24T15:29:32.518Z | Documenting aead v0.5.2 |
3131 | 2024-05-24T15:29:32.735Z | Documenting rand_seeder v0.2.3 |
3132 | 2024-05-24T15:29:34.828Z | Documenting nanorand v0.7.0 |
3133 | 2024-05-24T15:29:35.379Z | Documenting subprocess v0.2.9 |
3134 | 2024-05-24T15:29:36.837Z | Documenting stability v0.2.0 |
3135 | 2024-05-24T15:29:36.977Z | Documenting cassowary v0.3.0 |
3136 | 2024-05-24T15:29:37.292Z | Documenting number_prefix v0.4.0 |
3137 | 2024-05-24T15:29:47.575Z | Documenting glob v0.3.1 |
3138 | 2024-05-24T15:29:47.700Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3139 | 2024-05-24T15:29:47.877Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3140 | 2024-05-24T15:29:47.925Z | Documenting chacha20poly1305 v0.10.1 |
3141 | 2024-05-24T15:29:48.126Z | Documenting flume v0.11.0 |
3142 | 2024-05-24T15:29:48.349Z | Documenting indicatif v0.17.8 |
3143 | 2024-05-24T15:29:48.554Z | Documenting ratatui v0.26.2 |
3144 | 2024-05-24T15:29:51.601Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3145 | 2024-05-24T15:29:52.504Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3146 | 2024-05-24T15:30:03.098Z | Documenting mime_guess v2.0.4 |
3147 | 2024-05-24T15:30:03.530Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3148 | 2024-05-24T15:30:03.584Z | Documenting salty v0.2.0 |
3149 | 2024-05-24T15:30:03.853Z | Documenting vsss-rs v3.3.4 |
3150 | 2024-05-24T15:30:04.002Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3151 | 2024-05-24T15:30:05.127Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3152 | 2024-05-24T15:30:06.361Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3153 | 2024-05-24T15:30:07.197Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3154 | 2024-05-24T15:30:07.732Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3155 | 2024-05-24T15:30:07.977Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3156 | 2024-05-24T15:30:08.190Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3157 | 2024-05-24T15:30:08.429Z | Documenting serde-big-array v0.5.1 |
3158 | 2024-05-24T15:30:09.730Z | Documenting memmap2 v0.9.4 |
3159 | 2024-05-24T15:30:10.789Z | Documenting rtoolbox v0.0.2 |
3160 | 2024-05-24T15:30:10.814Z | Documenting unicode-linebreak v0.1.5 |
3161 | 2024-05-24T15:30:11.886Z | Documenting http-range v0.1.5 |
3162 | 2024-05-24T15:30:12.527Z | Documenting arrayref v0.3.7 |
3163 | 2024-05-24T15:30:13.693Z | Documenting arrayvec v0.7.4 |
3164 | 2024-05-24T15:30:14.010Z | Documenting shell-words v1.1.0 |
3165 | 2024-05-24T15:30:15.068Z | Documenting constant_time_eq v0.3.0 |
3166 | 2024-05-24T15:30:15.427Z | Documenting is_ci v1.2.0 |
3167 | 2024-05-24T15:30:15.944Z | Documenting smawk v0.3.2 |
3168 | 2024-05-24T15:30:16.641Z | Documenting hyper-staticfile v0.9.5 |
3169 | 2024-05-24T15:30:17.776Z | Documenting blake3 v1.5.1 |
3170 | 2024-05-24T15:30:18.162Z | Documenting rpassword v7.3.1 |
3171 | 2024-05-24T15:30:19.425Z | Documenting supports-color v3.0.0 |
3172 | 2024-05-24T15:30:20.026Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3173 | 2024-05-24T15:30:20.056Z | Documenting textwrap v0.16.1 |
3174 | 2024-05-24T15:30:22.106Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3175 | 2024-05-24T15:30:22.299Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3176 | 2024-05-24T15:30:22.609Z | Documenting tui-tree-widget v0.19.0 |
3177 | 2024-05-24T15:30:23.183Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3178 | 2024-05-24T15:30:23.358Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3179 | 2024-05-24T15:30:25.076Z | warning: unresolved link to `test_sled_transitions` |
3180 | 2024-05-24T15:30:25.076Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3181 | 2024-05-24T15:30:25.076Z | | |
3182 | 2024-05-24T15:30:25.076Z | 698 | /// [`test_sled_transitions`]. |
3183 | 2024-05-24T15:30:25.076Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3184 | 2024-05-24T15:30:25.076Z | | |
3185 | 2024-05-24T15:30:25.076Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3186 | 2024-05-24T15:30:25.076Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3187 | 2024-05-24T15:30:25.076Z | |
3188 | 2024-05-24T15:30:25.103Z | warning: unresolved link to `test_sled_transitions` |
3189 | 2024-05-24T15:30:25.103Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3190 | 2024-05-24T15:30:25.103Z | | |
3191 | 2024-05-24T15:30:25.103Z | 734 | /// [`test_sled_transitions`]. |
3192 | 2024-05-24T15:30:25.103Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3193 | 2024-05-24T15:30:25.103Z | | |
3194 | 2024-05-24T15:30:25.103Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3195 | 2024-05-24T15:30:25.104Z | |
3196 | 2024-05-24T15:30:25.104Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3197 | 2024-05-24T15:30:25.104Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3198 | 2024-05-24T15:30:25.104Z | | |
3199 | 2024-05-24T15:30:25.104Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3200 | 2024-05-24T15:30:25.104Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3201 | 2024-05-24T15:30:25.104Z | |
3202 | 2024-05-24T15:30:25.365Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3203 | 2024-05-24T15:30:26.736Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3204 | 2024-05-24T15:30:27.687Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3205 | 2024-05-24T15:30:28.241Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3206 | 2024-05-24T15:30:28.286Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3207 | 2024-05-24T15:30:28.698Z | Documenting signal-hook-tokio v0.3.1 |
3208 | 2024-05-24T15:30:28.971Z | Documenting corncobs v0.1.3 |
3209 | 2024-05-24T15:30:29.036Z | Documenting topological-sort v0.2.2 |
3210 | 2024-05-24T15:30:31.830Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3211 | 2024-05-24T15:30:32.813Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3212 | 2024-05-24T15:30:33.012Z | Documenting omicron-zone-package v0.11.0 |
3213 | 2024-05-24T15:30:33.876Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3214 | 2024-05-24T15:30:36.039Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3215 | 2024-05-24T15:30:37.819Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3216 | 2024-05-24T15:30:38.303Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3217 | 2024-05-24T15:30:40.560Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3218 | 2024-05-24T15:30:40.585Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3219 | 2024-05-24T15:30:42.534Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3220 | 2024-05-24T15:30:45.049Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3221 | 2024-05-24T15:30:52.407Z | warning: unresolved link to `BlueprintDisksConfig` |
3222 | 2024-05-24T15:30:52.407Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55 |
3223 | 2024-05-24T15:30:52.407Z | | |
3224 | 2024-05-24T15:30:52.407Z | 959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3225 | 2024-05-24T15:30:52.407Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3226 | 2024-05-24T15:30:52.407Z | | |
3227 | 2024-05-24T15:30:52.407Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3228 | 2024-05-24T15:30:52.407Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3229 | 2024-05-24T15:30:52.407Z | |
3230 | 2024-05-24T15:30:52.558Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3231 | 2024-05-24T15:30:53.399Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3232 | 2024-05-24T15:30:53.424Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3233 | 2024-05-24T15:30:54.404Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3234 | 2024-05-24T15:30:54.970Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3235 | 2024-05-24T15:30:55.549Z | warning: unclosed HTML tag `usize` |
3236 | 2024-05-24T15:30:55.549Z | --> wicket/src/ui/panes/update.rs:153:19 |
3237 | 2024-05-24T15:30:55.549Z | | |
3238 | 2024-05-24T15:30:55.549Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3239 | 2024-05-24T15:30:55.549Z | | ^^^^^^^ |
3240 | 2024-05-24T15:30:55.549Z | | |
3241 | 2024-05-24T15:30:55.549Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3242 | 2024-05-24T15:30:55.549Z | |
3243 | 2024-05-24T15:30:56.842Z | warning: `wicket` (lib doc) generated 1 warning |
3244 | 2024-05-24T15:30:56.867Z | Documenting fatfs v0.3.6 |
3245 | 2024-05-24T15:31:02.014Z | Documenting cargo-platform v0.1.8 |
3246 | 2024-05-24T15:31:04.914Z | Documenting assert_matches v1.5.0 |
3247 | 2024-05-24T15:31:05.355Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3248 | 2024-05-24T15:31:06.352Z | Documenting cargo_metadata v0.18.1 |
3249 | 2024-05-24T15:31:07.675Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3250 | 2024-05-24T15:31:08.336Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3251 | 2024-05-24T15:31:09.002Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3252 | 2024-05-24T15:31:09.207Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3253 | 2024-05-24T15:31:09.351Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3254 | 2024-05-24T15:31:09.352Z | --> sled-agent/src/sim/instance.rs:46:7 |
3255 | 2024-05-24T15:31:09.352Z | | |
3256 | 2024-05-24T15:31:09.352Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3257 | 2024-05-24T15:31:09.352Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3258 | 2024-05-24T15:31:09.352Z | | |
3259 | 2024-05-24T15:31:09.352Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3260 | 2024-05-24T15:31:09.352Z | |
3261 | 2024-05-24T15:31:10.740Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3262 | 2024-05-24T15:31:10.981Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3263 | 2024-05-24T15:31:11.414Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3264 | 2024-05-24T15:31:11.668Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3265 | 2024-05-24T15:31:12.216Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3266 | 2024-05-24T15:31:12.241Z | Documenting uzers v0.11.3 |
3267 | 2024-05-24T15:31:14.259Z | Documenting termios v0.3.3 |
3268 | 2024-05-24T15:31:16.458Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3269 | 2024-05-24T15:31:18.434Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3270 | 2024-05-24T15:31:22.507Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3271 | 2024-05-24T15:31:25.328Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3272 | 2024-05-24T15:31:29.136Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3273 | 2024-05-24T15:31:40.769Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3274 | 2024-05-24T15:31:42.340Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3275 | 2024-05-24T15:31:46.830Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3276 | 2024-05-24T15:31:49.085Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3277 | 2024-05-24T15:32:02.044Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3278 | 2024-05-24T15:32:02.645Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3279 | 2024-05-24T15:32:04.450Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3280 | 2024-05-24T15:32:04.559Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3281 | 2024-05-24T15:32:09.125Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3282 | 2024-05-24T15:32:29.492Z | warning: unresolved link to `Nexus` |
3283 | 2024-05-24T15:32:29.493Z | --> nexus/src/app/instance_network.rs:241:34 |
3284 | 2024-05-24T15:32:29.493Z | | |
3285 | 2024-05-24T15:32:29.493Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3286 | 2024-05-24T15:32:29.493Z | | ^^^^^ no item named `Nexus` in scope |
3287 | 2024-05-24T15:32:29.493Z | | |
3288 | 2024-05-24T15:32:29.493Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3289 | 2024-05-24T15:32:29.493Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3290 | 2024-05-24T15:32:29.493Z | |
3291 | 2024-05-24T15:32:29.493Z | warning: unresolved link to `Nexus` |
3292 | 2024-05-24T15:32:29.493Z | --> nexus/src/app/instance_network.rs:419:34 |
3293 | 2024-05-24T15:32:29.493Z | | |
3294 | 2024-05-24T15:32:29.494Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3295 | 2024-05-24T15:32:29.494Z | | ^^^^^ no item named `Nexus` in scope |
3296 | 2024-05-24T15:32:29.494Z | | |
3297 | 2024-05-24T15:32:29.494Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3298 | 2024-05-24T15:32:29.494Z | |
3299 | 2024-05-24T15:32:29.531Z | warning: unresolved link to `VolumeConstructionRequest` |
3300 | 2024-05-24T15:32:29.531Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3301 | 2024-05-24T15:32:29.531Z | | |
3302 | 2024-05-24T15:32:29.532Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3303 | 2024-05-24T15:32:29.532Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3304 | 2024-05-24T15:32:29.532Z | | |
3305 | 2024-05-24T15:32:29.532Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3306 | 2024-05-24T15:32:29.532Z | |
3307 | 2024-05-24T15:32:29.532Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3308 | 2024-05-24T15:32:29.532Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3309 | 2024-05-24T15:32:29.532Z | | |
3310 | 2024-05-24T15:32:29.532Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3311 | 2024-05-24T15:32:29.532Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3312 | 2024-05-24T15:32:29.532Z | |
3313 | 2024-05-24T15:32:29.532Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3314 | 2024-05-24T15:32:29.533Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3315 | 2024-05-24T15:32:29.533Z | | |
3316 | 2024-05-24T15:32:29.533Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3317 | 2024-05-24T15:32:29.533Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3318 | 2024-05-24T15:32:29.533Z | |
3319 | 2024-05-24T15:32:29.533Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3320 | 2024-05-24T15:32:29.533Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3321 | 2024-05-24T15:32:29.533Z | | |
3322 | 2024-05-24T15:32:29.533Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3323 | 2024-05-24T15:32:29.533Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3324 | 2024-05-24T15:32:29.533Z | |
3325 | 2024-05-24T15:32:29.533Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3326 | 2024-05-24T15:32:29.534Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3327 | 2024-05-24T15:32:29.534Z | | |
3328 | 2024-05-24T15:32:29.534Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3329 | 2024-05-24T15:32:29.534Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3330 | 2024-05-24T15:32:29.534Z | |
3331 | 2024-05-24T15:32:29.534Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3332 | 2024-05-24T15:32:29.534Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3333 | 2024-05-24T15:32:29.534Z | | |
3334 | 2024-05-24T15:32:29.534Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3335 | 2024-05-24T15:32:29.534Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3336 | 2024-05-24T15:32:29.534Z | |
3337 | 2024-05-24T15:32:29.534Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3338 | 2024-05-24T15:32:29.534Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3339 | 2024-05-24T15:32:29.535Z | | |
3340 | 2024-05-24T15:32:29.535Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3341 | 2024-05-24T15:32:29.535Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3342 | 2024-05-24T15:32:29.535Z | |
3343 | 2024-05-24T15:32:33.288Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3344 | 2024-05-24T15:32:52.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 12s |
3345 | 2024-05-24T15:32:52.519Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 80 other files |
3346 | 2024-05-24T15:32:52.566Z | |
3347 | 2024-05-24T15:32:52.592Z | real 11:12.528466089 |
3348 | 2024-05-24T15:32:52.592Z | user 30:25.728844487 |
3349 | 2024-05-24T15:32:52.592Z | sys 45:00.936496532 |
3350 | 2024-05-24T15:32:52.592Z | trap 0.763124750 |
3351 | 2024-05-24T15:32:52.592Z | tflt 0.151752667 |
3352 | 2024-05-24T15:32:52.592Z | dflt 1.289142734 |
3353 | 2024-05-24T15:32:52.592Z | kflt 0.001189177 |
3354 | 2024-05-24T15:32:52.592Z | lock 3:14:15.030825980 |
3355 | 2024-05-24T15:32:52.592Z | slp 3:05:02.735215608 |
3356 | 2024-05-24T15:32:52.592Z | lat 4:18.075287049 |
3357 | 2024-05-24T15:32:52.592Z | stop 2:24.133930043 |
3358 | 2024-05-24T15:32:52.592Z | process exited: duration 1202290 ms, exit code 0 |
|
3359 | 2024-05-24T15:32:52.643Z | found 0 output files |