|
|
|
1 | 2023-12-06T04:10:19.632Z | job assigned to worker 01HGYN16EYZFE8HRHJWRER44A0 (queued for 1 m 24 s) |
|
2 | 2023-12-06T04:10:20.162Z | starting task 0: "setup" |
3 | 2023-12-06T04:10:20.220Z | ++ uname -s |
4 | 2023-12-06T04:10:20.224Z | + kern=SunOS |
5 | 2023-12-06T04:10:20.224Z | + case "$kern" in |
6 | 2023-12-06T04:10:20.224Z | + groupadd -g 12345 build |
7 | 2023-12-06T04:10:20.228Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-06T04:10:22.238Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-06T04:10:22.375Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-06T04:10:22.379Z | + home_fs=zfs |
11 | 2023-12-06T04:10:22.379Z | + [[ zfs == autofs ]] |
12 | 2023-12-06T04:10:22.379Z | + mkdir -p /home/build |
13 | 2023-12-06T04:10:22.383Z | + chown build:build /home/build /work |
14 | 2023-12-06T04:10:24.384Z | + chmod 0700 /home/build /work |
15 | 2023-12-06T04:10:24.387Z | process exited: duration 4225 ms, exit code 0 |
|
16 | 2023-12-06T04:10:24.395Z | starting task 1: "rust-toolchain" |
17 | 2023-12-06T04:10:24.404Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-06T04:10:24.411Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-06T04:10:24.550Z | info: downloading installer |
20 | 2023-12-06T04:10:26.168Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-06T04:10:26.168Z | warning: /opt/ooce/bin |
22 | 2023-12-06T04:10:26.169Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-06T04:10:26.169Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-06T04:10:26.169Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-06T04:10:26.169Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-06T04:10:26.169Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-06T04:10:26.169Z | error: cannot install while Rust is installed |
28 | 2023-12-06T04:10:26.169Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-06T04:10:26.299Z | info: profile set to 'default' |
30 | 2023-12-06T04:10:26.299Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-06T04:10:26.309Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-06T04:10:26.476Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-06T04:10:26.476Z | info: downloading component 'cargo' |
34 | 2023-12-06T04:10:27.261Z | info: downloading component 'clippy' |
35 | 2023-12-06T04:10:27.538Z | info: downloading component 'rust-docs' |
36 | 2023-12-06T04:10:28.537Z | info: downloading component 'rust-std' |
37 | 2023-12-06T04:10:30.313Z | info: downloading component 'rustc' |
38 | 2023-12-06T04:10:34.633Z | info: downloading component 'rustfmt' |
39 | 2023-12-06T04:10:34.877Z | info: installing component 'cargo' |
40 | 2023-12-06T04:10:36.787Z | info: installing component 'clippy' |
41 | 2023-12-06T04:10:37.702Z | info: installing component 'rust-docs' |
42 | 2023-12-06T04:10:40.540Z | info: installing component 'rust-std' |
43 | 2023-12-06T04:10:44.387Z | info: installing component 'rustc' |
44 | 2023-12-06T04:10:53.295Z | info: installing component 'rustfmt' |
45 | 2023-12-06T04:10:53.766Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-06T04:10:53.766Z | |
47 | 2023-12-06T04:10:53.918Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-06T04:10:53.918Z | |
49 | 2023-12-06T04:10:53.922Z | |
50 | 2023-12-06T04:10:53.922Z | Rust is installed now. Great! |
51 | 2023-12-06T04:10:53.922Z | |
52 | 2023-12-06T04:10:53.922Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-06T04:10:53.922Z | environment variable. This has not been done automatically. |
54 | 2023-12-06T04:10:53.922Z | |
55 | 2023-12-06T04:10:53.922Z | To configure your current shell, run: |
56 | 2023-12-06T04:10:53.922Z | source "$HOME/.cargo/env" |
57 | 2023-12-06T04:10:54.008Z | + rustc --version |
58 | 2023-12-06T04:10:54.120Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-06T04:10:54.125Z | process exited: duration 29731 ms, exit code 0 |
|
60 | 2023-12-06T04:10:54.132Z | starting task 2: "authentication" |
61 | 2023-12-06T04:10:54.171Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2023-12-06T04:10:54.178Z | starting task 3: "clone repository" |
63 | 2023-12-06T04:10:54.185Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-06T04:10:54.189Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-06T04:10:54.234Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-06T04:11:00.724Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-06T04:11:00.725Z | + [[ -n renovate/filetime-0.x ]] |
68 | 2023-12-06T04:11:00.729Z | + git fetch origin renovate/filetime-0.x |
69 | 2023-12-06T04:11:01.157Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-06T04:11:01.158Z | * branch renovate/filetime-0.x -> FETCH_HEAD |
71 | 2023-12-06T04:11:01.168Z | + git checkout -B renovate/filetime-0.x remotes/origin/renovate/filetime-0.x |
72 | 2023-12-06T04:11:01.269Z | Switched to a new branch 'renovate/filetime-0.x' |
73 | 2023-12-06T04:11:01.273Z | branch 'renovate/filetime-0.x' set up to track 'origin/renovate/filetime-0.x'. |
74 | 2023-12-06T04:11:01.273Z | + git reset --hard c0a76046b011b336e0b5ae0bf9c4fadd283ddacc |
75 | 2023-12-06T04:11:01.285Z | HEAD is now at c0a76046 Update Rust crate filetime to 0.2.23 |
76 | 2023-12-06T04:11:01.289Z | process exited: duration 7108 ms, exit code 0 |
|
77 | 2023-12-06T04:11:01.297Z | starting task 4: "build" |
78 | 2023-12-06T04:11:01.304Z | + cargo --version |
79 | 2023-12-06T04:11:01.312Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-06T04:11:01.501Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-06T04:11:01.505Z | info: downloading component 'cargo' |
82 | 2023-12-06T04:11:02.221Z | info: downloading component 'clippy' |
83 | 2023-12-06T04:11:02.443Z | info: downloading component 'rust-docs' |
84 | 2023-12-06T04:11:03.328Z | info: downloading component 'rust-std' |
85 | 2023-12-06T04:11:04.766Z | info: downloading component 'rustc' |
86 | 2023-12-06T04:11:08.318Z | info: downloading component 'rustfmt' |
87 | 2023-12-06T04:11:08.522Z | info: installing component 'cargo' |
88 | 2023-12-06T04:11:09.815Z | info: installing component 'clippy' |
89 | 2023-12-06T04:11:10.317Z | info: installing component 'rust-docs' |
90 | 2023-12-06T04:11:13.241Z | info: installing component 'rust-std' |
91 | 2023-12-06T04:11:15.920Z | info: installing component 'rustc' |
92 | 2023-12-06T04:11:22.027Z | info: installing component 'rustfmt' |
93 | 2023-12-06T04:11:22.594Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-06T04:11:22.597Z | + rustc --version |
95 | 2023-12-06T04:11:22.715Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-06T04:11:22.722Z | + source ./env.sh |
97 | 2023-12-06T04:11:22.726Z | ++ set -o xtrace |
98 | 2023-12-06T04:11:22.726Z | ++++ dirname ./env.sh |
99 | 2023-12-06T04:11:22.733Z | +++ cd . |
100 | 2023-12-06T04:11:22.733Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-06T04:11:22.733Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-06T04:11:22.733Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-06T04:11:22.733Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-06T04:11:22.733Z | ++ 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 |
105 | 2023-12-06T04:11:22.733Z | ++ 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 |
106 | 2023-12-06T04:11:22.733Z | ++ 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 |
107 | 2023-12-06T04:11:22.733Z | ++ 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 |
108 | 2023-12-06T04:11:22.733Z | ++ 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 |
109 | 2023-12-06T04:11:22.733Z | ++ 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 |
110 | 2023-12-06T04:11:22.733Z | ++ unset OMICRON_WS |
111 | 2023-12-06T04:11:22.734Z | ++ set +o xtrace |
112 | 2023-12-06T04:11:22.799Z | |
113 | 2023-12-06T04:11:22.799Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-06T04:11:22.799Z | # # # # # # # # # # # # # # # |
115 | 2023-12-06T04:11:22.799Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-06T04:11:22.799Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-06T04:11:22.799Z | # # # # # # # # # # # # # # # |
118 | 2023-12-06T04:11:22.799Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-06T04:11:22.799Z | |
120 | 2023-12-06T04:11:33.382Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-06T04:11:34.642Z | Startup: Caching catalogs ... Done |
122 | 2023-12-06T04:11:41.208Z | Planning: Solver setup ... Done (6.173s) |
123 | 2023-12-06T04:11:41.352Z | Planning: Running solver ... Done (0.144s) |
124 | 2023-12-06T04:11:41.428Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-06T04:11:42.671Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-06T04:11:44.174Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-06T04:11:44.299Z | Planning: Package planning ... Done (0.091s) |
128 | 2023-12-06T04:11:44.353Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-12-06T04:11:45.312Z | Planning: Checking for conflicting actions ... Done (0.933s) |
130 | 2023-12-06T04:11:45.316Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-06T04:11:49.155Z | Planning: Evaluating mediators ... Done (3.852s) |
132 | 2023-12-06T04:11:49.270Z | Planning: Planning completed in 14.57 seconds |
133 | 2023-12-06T04:11:49.294Z | Packages to install: 4 |
134 | 2023-12-06T04:11:49.301Z | Packages to update: 2 |
135 | 2023-12-06T04:11:49.301Z | Mediators to change: 2 |
136 | 2023-12-06T04:11:49.301Z | Services to change: 1 |
137 | 2023-12-06T04:11:49.301Z | Estimated space available: 148.88 GB |
138 | 2023-12-06T04:11:49.301Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-06T04:11:49.301Z | Create boot environment: No |
140 | 2023-12-06T04:11:49.301Z | Create backup boot environment: Yes |
141 | 2023-12-06T04:11:49.301Z | Rebuild boot archive: No |
142 | 2023-12-06T04:11:49.301Z | |
143 | 2023-12-06T04:11:49.301Z | Changed mediators: |
144 | 2023-12-06T04:11:49.301Z | mediator clang: |
145 | 2023-12-06T04:11:49.301Z | version: None -> 15 (system default) |
146 | 2023-12-06T04:11:49.301Z | |
147 | 2023-12-06T04:11:49.301Z | mediator llvm: |
148 | 2023-12-06T04:11:49.301Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-06T04:11:49.301Z | |
150 | 2023-12-06T04:11:49.301Z | Changed packages: |
151 | 2023-12-06T04:11:49.301Z | helios-dev |
152 | 2023-12-06T04:11:49.301Z | developer/build-essential |
153 | 2023-12-06T04:11:49.301Z | None -> 11-2.0 |
154 | 2023-12-06T04:11:49.301Z | library/libxmlsec1 |
155 | 2023-12-06T04:11:49.301Z | None -> 1.2.35-2.0 |
156 | 2023-12-06T04:11:49.302Z | ooce/developer/clang-15 |
157 | 2023-12-06T04:11:49.302Z | None -> 15.0.7-2.0 |
158 | 2023-12-06T04:11:49.302Z | ooce/developer/llvm-15 |
159 | 2023-12-06T04:11:49.302Z | None -> 15.0.7-2.0 |
160 | 2023-12-06T04:11:49.302Z | system/library/g++-runtime |
161 | 2023-12-06T04:11:49.302Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-06T04:11:49.302Z | system/library/gcc-runtime |
163 | 2023-12-06T04:11:49.302Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-06T04:11:49.302Z | |
165 | 2023-12-06T04:11:49.302Z | Services: |
166 | 2023-12-06T04:11:49.302Z | restart_fmri: |
167 | 2023-12-06T04:11:49.302Z | svc:/system/update-man-index:default |
168 | 2023-12-06T04:11:49.471Z | |
169 | 2023-12-06T04:11:49.472Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-06T04:11:54.474Z | Download: 895/3330 items 18.9/221.1MB 8% complete (3.9M/s) |
171 | 2023-12-06T04:11:59.568Z | Download: 1201/3330 items 83.6/221.1MB 37% complete (8.5M/s) |
172 | 2023-12-06T04:12:04.570Z | Download: 3004/3330 items 121.3/221.1MB 54% complete (10.2M/s) |
173 | 2023-12-06T04:12:09.787Z | Download: 3316/3330 items 219.8/221.1MB 99% complete (13.7M/s) |
174 | 2023-12-06T04:12:09.852Z | Download: Completed 221.11 MB in 20.38 seconds (10.8M/s) |
175 | 2023-12-06T04:12:11.973Z | Actions: 1/3766 actions (Removing old actions) |
176 | 2023-12-06T04:12:11.974Z | Actions: 5/3766 actions (Installing new actions) |
177 | 2023-12-06T04:12:16.971Z | Actions: 3138/3766 actions (Installing new actions) |
178 | 2023-12-06T04:12:20.232Z | Actions: 3729/3766 actions (Updating modified actions) |
179 | 2023-12-06T04:12:20.697Z | Actions: Completed 3766 actions in 8.72 seconds. |
180 | 2023-12-06T04:12:20.908Z | Done (0.194s) |
181 | 2023-12-06T04:12:20.914Z | Done (0.000s) |
182 | 2023-12-06T04:12:21.161Z | Done (0.259s) |
183 | 2023-12-06T04:12:28.771Z | Done (7.492s) |
184 | 2023-12-06T04:12:29.062Z | Done (0.199s) |
185 | 2023-12-06T04:12:29.065Z | Done (0.000s) |
186 | 2023-12-06T04:12:29.283Z | Done (0.000s) |
187 | 2023-12-06T04:12:29.982Z | Planning: Evaluating mediator changes ... Done |
188 | 2023-12-06T04:12:30.268Z | Planning: Checking for conflicting actions ... Done |
189 | 2023-12-06T04:12:30.282Z | Planning: Consolidating action changes ... Done |
190 | 2023-12-06T04:12:30.703Z | Planning: Evaluating mediators ... Done |
191 | 2023-12-06T04:12:30.707Z | Planning: Planning completed in 0.72 seconds |
192 | 2023-12-06T04:12:30.771Z | Mediators to change: 2 |
193 | 2023-12-06T04:12:30.771Z | Create boot environment: No |
194 | 2023-12-06T04:12:30.775Z | Create backup boot environment: No |
195 | 2023-12-06T04:12:30.864Z | Done |
196 | 2023-12-06T04:12:30.864Z | Done |
197 | 2023-12-06T04:12:31.026Z | Done |
198 | 2023-12-06T04:12:36.808Z | Done |
199 | 2023-12-06T04:12:36.928Z | Done |
200 | 2023-12-06T04:12:36.931Z | Done |
201 | 2023-12-06T04:12:37.027Z | Done |
202 | 2023-12-06T04:12:38.059Z | Planning: Evaluating mediator changes ... Done |
203 | 2023-12-06T04:12:38.068Z | Planning: Merging actions ... Done |
204 | 2023-12-06T04:12:38.401Z | Planning: Checking for conflicting actions ... Done |
205 | 2023-12-06T04:12:38.405Z | Planning: Consolidating action changes ... Done |
206 | 2023-12-06T04:12:38.822Z | Planning: Evaluating mediators ... Done |
207 | 2023-12-06T04:12:38.914Z | Planning: Planning completed in 1.31 seconds |
208 | 2023-12-06T04:12:38.978Z | Packages to change: 1 |
209 | 2023-12-06T04:12:38.978Z | Mediators to change: 1 |
210 | 2023-12-06T04:12:38.981Z | Services to change: 1 |
211 | 2023-12-06T04:12:38.981Z | Create boot environment: No |
212 | 2023-12-06T04:12:38.981Z | Create backup boot environment: Yes |
213 | 2023-12-06T04:12:40.943Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2023-12-06T04:12:40.951Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2023-12-06T04:12:40.951Z | Done |
216 | 2023-12-06T04:12:40.951Z | Done |
217 | 2023-12-06T04:12:41.002Z | Done |
218 | 2023-12-06T04:12:46.723Z | Done |
219 | 2023-12-06T04:12:46.828Z | Done |
220 | 2023-12-06T04:12:46.833Z | Done |
221 | 2023-12-06T04:12:46.927Z | Done |
222 | 2023-12-06T04:12:47.608Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2023-12-06T04:12:47.608Z | clang system 15 system |
224 | 2023-12-06T04:12:47.608Z | csh system system illumos |
225 | 2023-12-06T04:12:47.608Z | ctags system system illumos |
226 | 2023-12-06T04:12:47.608Z | gcc vendor 12 vendor |
227 | 2023-12-06T04:12:47.608Z | gcc system 10 system |
228 | 2023-12-06T04:12:47.608Z | gcc system 7 system |
229 | 2023-12-06T04:12:47.608Z | go system 1.20 system |
230 | 2023-12-06T04:12:47.608Z | go system 1.19 system |
231 | 2023-12-06T04:12:47.608Z | llvm system 15 system |
232 | 2023-12-06T04:12:47.609Z | llvm system 14 system |
233 | 2023-12-06T04:12:47.609Z | mariadb system 10.6 system |
234 | 2023-12-06T04:12:47.609Z | mta vendor vendor dma |
235 | 2023-12-06T04:12:47.609Z | openjdk system 17 system |
236 | 2023-12-06T04:12:47.609Z | openjdk system 11 system |
237 | 2023-12-06T04:12:47.609Z | openjdk system 1.8 system |
238 | 2023-12-06T04:12:47.609Z | openssl vendor 3 vendor |
239 | 2023-12-06T04:12:47.609Z | perl system 5.36 system |
240 | 2023-12-06T04:12:47.609Z | postgresql system 15 system |
241 | 2023-12-06T04:12:47.609Z | postgresql system 13 system |
242 | 2023-12-06T04:12:47.609Z | python vendor 3 vendor |
243 | 2023-12-06T04:12:47.609Z | python system 2 system |
244 | 2023-12-06T04:12:47.609Z | python3 system 3.11 system |
245 | 2023-12-06T04:12:47.609Z | ruby system 3.0 system |
246 | 2023-12-06T04:12:47.609Z | words vendor vendor american-english |
247 | 2023-12-06T04:12:47.609Z | words system system australian-english |
248 | 2023-12-06T04:12:47.609Z | words system system british-english |
249 | 2023-12-06T04:12:47.609Z | words system system canadian-english |
250 | 2023-12-06T04:12:47.609Z | words system system french |
251 | 2023-12-06T04:12:47.609Z | words system system italian |
252 | 2023-12-06T04:12:47.609Z | words system system ngerman |
253 | 2023-12-06T04:12:47.609Z | words system system ogerman |
254 | 2023-12-06T04:12:47.609Z | words system system spanish |
255 | 2023-12-06T04:12:48.137Z | FMRI IFO |
256 | 2023-12-06T04:12:48.137Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2023-12-06T04:12:48.137Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2023-12-06T04:12:48.137Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2023-12-06T04:12:48.137Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
260 | 2023-12-06T04:12:48.137Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2023-12-06T04:12:48.137Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
262 | 2023-12-06T04:12:48.137Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
263 | 2023-12-06T04:12:48.138Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
264 | 2023-12-06T04:12:48.211Z | + set -o errexit |
265 | 2023-12-06T04:12:48.215Z | +++ dirname ./tools/ci_download_cockroachdb |
266 | 2023-12-06T04:12:48.215Z | ++ cd ./tools |
267 | 2023-12-06T04:12:48.215Z | ++ pwd |
268 | 2023-12-06T04:12:48.218Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
269 | 2023-12-06T04:12:48.218Z | ++ basename ./tools/ci_download_cockroachdb |
270 | 2023-12-06T04:12:48.218Z | + ARG0=ci_download_cockroachdb |
271 | 2023-12-06T04:12:48.225Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
272 | 2023-12-06T04:12:48.226Z | + CIDL_VERSION=v22.1.9 |
273 | 2023-12-06T04:12:48.226Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
274 | 2023-12-06T04:12:48.226Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
275 | 2023-12-06T04:12:48.226Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
276 | 2023-12-06T04:12:48.226Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
277 | 2023-12-06T04:12:48.226Z | + TARGET_DIR=out |
278 | 2023-12-06T04:12:48.226Z | + DOWNLOAD_DIR=out/downloads |
279 | 2023-12-06T04:12:48.226Z | + DEST_DIR=./out/cockroachdb |
280 | 2023-12-06T04:12:48.226Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
281 | 2023-12-06T04:12:48.226Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
282 | 2023-12-06T04:12:48.226Z | + main |
283 | 2023-12-06T04:12:48.226Z | + [[ 0 != 0 ]] |
284 | 2023-12-06T04:12:48.234Z | + CIDL_OS=solaris2.11 |
285 | 2023-12-06T04:12:48.235Z | + [[ 0 != 0 ]] |
286 | 2023-12-06T04:12:48.235Z | + configure_os solaris2.11 |
287 | 2023-12-06T04:12:48.235Z | + echo 'current directory: /work/oxidecomputer/omicron' |
288 | 2023-12-06T04:12:48.235Z | current directory: /work/oxidecomputer/omicron |
289 | 2023-12-06T04:12:48.235Z | + echo 'configuring based on OS: "solaris2.11"' |
290 | 2023-12-06T04:12:48.235Z | + case "$1" in |
291 | 2023-12-06T04:12:48.235Z | configuring based on OS: "solaris2.11" |
292 | 2023-12-06T04:12:48.235Z | + CIDL_BUILD=illumos |
293 | 2023-12-06T04:12:48.235Z | + CIDL_SUFFIX=tar.gz |
294 | 2023-12-06T04:12:48.235Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
295 | 2023-12-06T04:12:48.235Z | + CIDL_MD5FUNC=do_md5sum |
296 | 2023-12-06T04:12:48.235Z | + CIDL_URL_BASE=https://illumos.org/downloads |
297 | 2023-12-06T04:12:48.235Z | + CIDL_ASSEMBLE=do_assemble_illumos |
298 | 2023-12-06T04:12:48.235Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
299 | 2023-12-06T04:12:48.235Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-06T04:12:48.235Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-06T04:12:48.235Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
302 | 2023-12-06T04:12:48.236Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-06T04:12:48.236Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2023-12-06T04:12:48.236Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-06T04:12:48.236Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2023-12-06T04:12:48.236Z | + mkdir -p out/downloads |
307 | 2023-12-06T04:12:48.236Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-06T04:12:48.236Z | + mkdir -p ./out/cockroachdb |
309 | 2023-12-06T04:12:48.236Z | + local DO_DOWNLOAD=true |
310 | 2023-12-06T04:12:48.236Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
311 | 2023-12-06T04:12:48.236Z | + '[' true == true ']' |
312 | 2023-12-06T04:12:48.236Z | + echo Downloading... |
313 | 2023-12-06T04:12:48.236Z | Downloading... |
314 | 2023-12-06T04:12:48.236Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-12-06T04:12:48.236Z | + 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 |
316 | 2023-12-06T04:12:51.132Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-06T04:12:51.136Z | ++ md5sum |
318 | 2023-12-06T04:12:51.136Z | ++ awk '{print $1}' |
319 | 2023-12-06T04:12:51.320Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
320 | 2023-12-06T04:12:51.320Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
321 | 2023-12-06T04:12:51.320Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2023-12-06T04:12:51.332Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
323 | 2023-12-06T04:12:54.904Z | + do_assemble_illumos |
324 | 2023-12-06T04:12:54.905Z | + rm -r ./out/cockroachdb |
325 | 2023-12-06T04:12:54.931Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
326 | 2023-12-06T04:12:55.561Z | + ./out/cockroachdb/bin/cockroach version |
327 | 2023-12-06T04:12:55.929Z | Build Tag: v22.1.9-dirty |
328 | 2023-12-06T04:12:55.929Z | Build Time: 2022/10/26 21:17:46 |
329 | 2023-12-06T04:12:55.930Z | Distribution: OSS |
330 | 2023-12-06T04:12:55.930Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
331 | 2023-12-06T04:12:55.930Z | Go Version: go1.17.13 |
332 | 2023-12-06T04:12:55.930Z | C Compiler: gcc 10.3.0 |
333 | 2023-12-06T04:12:55.930Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
334 | 2023-12-06T04:12:55.930Z | Build Type: release |
335 | 2023-12-06T04:12:55.951Z | + set -o errexit |
336 | 2023-12-06T04:12:55.960Z | +++ dirname ./tools/ci_download_clickhouse |
337 | 2023-12-06T04:12:55.960Z | ++ cd ./tools |
338 | 2023-12-06T04:12:55.960Z | ++ pwd |
339 | 2023-12-06T04:12:55.961Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
340 | 2023-12-06T04:12:55.973Z | ++ basename ./tools/ci_download_clickhouse |
341 | 2023-12-06T04:12:55.973Z | + ARG0=ci_download_clickhouse |
342 | 2023-12-06T04:12:55.974Z | + TARGET_DIR=out |
343 | 2023-12-06T04:12:55.974Z | + DOWNLOAD_DIR=out/downloads |
344 | 2023-12-06T04:12:55.974Z | + DEST_DIR=./out/clickhouse |
345 | 2023-12-06T04:12:55.974Z | + CIDL_VERSION=v22.8.9.24 |
346 | 2023-12-06T04:12:55.974Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
347 | 2023-12-06T04:12:55.974Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
348 | 2023-12-06T04:12:55.975Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
349 | 2023-12-06T04:12:55.975Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
350 | 2023-12-06T04:12:55.975Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
351 | 2023-12-06T04:12:55.976Z | + main |
352 | 2023-12-06T04:12:55.976Z | + [[ 0 != 0 ]] |
353 | 2023-12-06T04:12:55.976Z | + CIDL_OS=solaris2.11 |
354 | 2023-12-06T04:12:55.976Z | + [[ 0 != 0 ]] |
355 | 2023-12-06T04:12:55.976Z | + configure_os solaris2.11 |
356 | 2023-12-06T04:12:55.977Z | + echo 'current directory: /work/oxidecomputer/omicron' |
357 | 2023-12-06T04:12:55.977Z | + echo 'configuring based on OS: "solaris2.11"' |
358 | 2023-12-06T04:12:55.977Z | current directory: /work/oxidecomputer/omicron |
359 | 2023-12-06T04:12:55.977Z | + CIDL_DASHREV= |
360 | 2023-12-06T04:12:55.978Z | + case "$1" in |
361 | 2023-12-06T04:12:55.978Z | + CIDL_PLATFORM=illumos |
362 | 2023-12-06T04:12:55.979Z | configuring based on OS: "solaris2.11" |
363 | 2023-12-06T04:12:55.979Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2023-12-06T04:12:55.979Z | + CIDL_MD5FUNC=do_md5sum |
365 | 2023-12-06T04:12:55.979Z | + CIDL_DASHREV=-1 |
366 | 2023-12-06T04:12:55.979Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
367 | 2023-12-06T04:12:55.979Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-06T04:12:55.980Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-12-06T04:12:55.980Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-06T04:12:55.980Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
371 | 2023-12-06T04:12:55.980Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-06T04:12:55.980Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2023-12-06T04:12:55.980Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-06T04:12:55.981Z | + mkdir -p out/downloads |
375 | 2023-12-06T04:12:55.981Z | + mkdir -p ./out/clickhouse |
376 | 2023-12-06T04:12:55.981Z | + local DO_DOWNLOAD=true |
377 | 2023-12-06T04:12:55.981Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
378 | 2023-12-06T04:12:55.981Z | + '[' true == true ']' |
379 | 2023-12-06T04:12:55.981Z | + echo Downloading... |
380 | 2023-12-06T04:12:55.982Z | Downloading... |
381 | 2023-12-06T04:12:55.982Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-06T04:12:55.982Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2023-12-06T04:12:57.311Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
384 | 2023-12-06T04:12:57.314Z | ++ md5sum |
385 | 2023-12-06T04:12:57.314Z | ++ awk '{print $1}' |
386 | 2023-12-06T04:12:57.572Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
387 | 2023-12-06T04:12:57.572Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
388 | 2023-12-06T04:12:57.572Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
389 | 2023-12-06T04:12:57.575Z | + mkdir -p ./out/clickhouse |
390 | 2023-12-06T04:12:57.575Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
391 | 2023-12-06T04:13:02.684Z | + ./out/clickhouse/clickhouse server --version |
392 | 2023-12-06T04:13:02.737Z | ClickHouse server version 22.8.9.1. |
393 | 2023-12-06T04:13:02.760Z | + set -o errexit |
394 | 2023-12-06T04:13:02.763Z | +++ dirname ./tools/ci_download_console |
395 | 2023-12-06T04:13:02.767Z | ++ cd ./tools |
396 | 2023-12-06T04:13:02.767Z | ++ pwd |
397 | 2023-12-06T04:13:02.767Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-12-06T04:13:02.767Z | ++ basename ./tools/ci_download_console |
399 | 2023-12-06T04:13:02.771Z | + ARG0=ci_download_console |
400 | 2023-12-06T04:13:02.771Z | + TARGET_DIR=out |
401 | 2023-12-06T04:13:02.771Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-12-06T04:13:02.771Z | + DEST_DIR=./out/console-assets |
403 | 2023-12-06T04:13:02.771Z | + source /work/oxidecomputer/omicron/tools/console_version |
404 | 2023-12-06T04:13:02.771Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
405 | 2023-12-06T04:13:02.771Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
406 | 2023-12-06T04:13:02.771Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
407 | 2023-12-06T04:13:02.772Z | + TARBALL_FILE=out/downloads/console.tar.gz |
408 | 2023-12-06T04:13:02.772Z | + main |
409 | 2023-12-06T04:13:02.772Z | + [[ 0 != 0 ]] |
410 | 2023-12-06T04:13:02.772Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
411 | 2023-12-06T04:13:02.772Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
412 | 2023-12-06T04:13:02.772Z | + echo 'Local file: out/downloads/console.tar.gz' |
413 | 2023-12-06T04:13:02.772Z | Local file: out/downloads/console.tar.gz |
414 | 2023-12-06T04:13:02.772Z | + local DO_DOWNLOAD=true |
415 | 2023-12-06T04:13:02.772Z | + [[ -f out/downloads/console.tar.gz ]] |
416 | 2023-12-06T04:13:02.772Z | + mkdir -p out/downloads |
417 | 2023-12-06T04:13:02.772Z | + '[' true == true ']' |
418 | 2023-12-06T04:13:02.772Z | + echo Downloading... |
419 | 2023-12-06T04:13:02.772Z | Downloading... |
420 | 2023-12-06T04:13:02.772Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
421 | 2023-12-06T04:13:02.772Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
422 | 2023-12-06T04:13:03.279Z | ++ do_sha256sum out/downloads/console.tar.gz |
423 | 2023-12-06T04:13:03.279Z | ++ case "$OSTYPE" in |
424 | 2023-12-06T04:13:03.279Z | ++ SHA=sha256sum |
425 | 2023-12-06T04:13:03.283Z | ++ sha256sum |
426 | 2023-12-06T04:13:03.283Z | ++ awk '{print $1}' |
427 | 2023-12-06T04:13:03.304Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
428 | 2023-12-06T04:13:03.304Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
429 | 2023-12-06T04:13:03.305Z | + rm -rf ./out/console-assets |
430 | 2023-12-06T04:13:03.308Z | + mkdir -p ./out/console-assets |
431 | 2023-12-06T04:13:03.312Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
432 | 2023-12-06T04:13:03.312Z | + mkdir -p ./out/console-assets |
433 | 2023-12-06T04:13:03.312Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
434 | 2023-12-06T04:13:03.568Z | + set -o errexit |
435 | 2023-12-06T04:13:03.579Z | +++ dirname ./tools/ci_download_maghemite_openapi |
436 | 2023-12-06T04:13:03.579Z | ++ cd ./tools |
437 | 2023-12-06T04:13:03.579Z | ++ pwd |
438 | 2023-12-06T04:13:03.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
439 | 2023-12-06T04:13:03.579Z | ++ basename ./tools/ci_download_maghemite_openapi |
440 | 2023-12-06T04:13:03.579Z | + ARG0=ci_download_maghemite_openapi |
441 | 2023-12-06T04:13:03.579Z | + TARGET_DIR=out |
442 | 2023-12-06T04:13:03.579Z | + DOWNLOAD_DIR=out/downloads |
443 | 2023-12-06T04:13:03.579Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
444 | 2023-12-06T04:13:03.579Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
445 | 2023-12-06T04:13:03.579Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
446 | 2023-12-06T04:13:03.579Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
447 | 2023-12-06T04:13:03.580Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
448 | 2023-12-06T04:13:03.580Z | + main |
449 | 2023-12-06T04:13:03.580Z | + [[ 0 != 0 ]] |
450 | 2023-12-06T04:13:03.580Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
451 | 2023-12-06T04:13:03.580Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
452 | 2023-12-06T04:13:03.580Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-12-06T04:13:03.580Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
454 | 2023-12-06T04:13:03.580Z | + local DO_DOWNLOAD=true |
455 | 2023-12-06T04:13:03.580Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
456 | 2023-12-06T04:13:03.580Z | + mkdir -p out/downloads |
457 | 2023-12-06T04:13:03.580Z | + '[' true == true ']' |
458 | 2023-12-06T04:13:03.580Z | + echo Downloading... |
459 | 2023-12-06T04:13:03.580Z | Downloading... |
460 | 2023-12-06T04:13:03.581Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
461 | 2023-12-06T04:13:03.581Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
462 | 2023-12-06T04:13:03.641Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
463 | 2023-12-06T04:13:03.641Z | ++ case "$OSTYPE" in |
464 | 2023-12-06T04:13:03.645Z | ++ SHA=sha256sum |
465 | 2023-12-06T04:13:03.645Z | ++ sha256sum |
466 | 2023-12-06T04:13:03.645Z | ++ awk '{print $1}' |
467 | 2023-12-06T04:13:03.649Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
468 | 2023-12-06T04:13:03.649Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
469 | 2023-12-06T04:13:03.649Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
470 | 2023-12-06T04:13:03.649Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
471 | 2023-12-06T04:13:03.649Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
472 | 2023-12-06T04:13:03.650Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
473 | 2023-12-06T04:13:03.650Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
474 | 2023-12-06T04:13:03.650Z | + main |
475 | 2023-12-06T04:13:03.650Z | + [[ 0 != 0 ]] |
476 | 2023-12-06T04:13:03.650Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
477 | 2023-12-06T04:13:03.650Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
478 | 2023-12-06T04:13:03.650Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
479 | 2023-12-06T04:13:03.650Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
480 | 2023-12-06T04:13:03.650Z | + local DO_DOWNLOAD=true |
481 | 2023-12-06T04:13:03.650Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
482 | 2023-12-06T04:13:03.650Z | + mkdir -p out/downloads |
483 | 2023-12-06T04:13:03.654Z | + '[' true == true ']' |
484 | 2023-12-06T04:13:03.654Z | + echo Downloading... |
485 | 2023-12-06T04:13:03.654Z | Downloading... |
486 | 2023-12-06T04:13:03.654Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
487 | 2023-12-06T04:13:03.654Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
488 | 2023-12-06T04:13:03.805Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
489 | 2023-12-06T04:13:03.821Z | ++ case "$OSTYPE" in |
490 | 2023-12-06T04:13:03.821Z | ++ SHA=sha256sum |
491 | 2023-12-06T04:13:03.821Z | ++ sha256sum |
492 | 2023-12-06T04:13:03.821Z | ++ awk '{print $1}' |
493 | 2023-12-06T04:13:03.821Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
494 | 2023-12-06T04:13:03.821Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
495 | 2023-12-06T04:13:03.832Z | + set -o errexit |
496 | 2023-12-06T04:13:03.832Z | +++ dirname ./tools/ci_download_dendrite_openapi |
497 | 2023-12-06T04:13:03.832Z | ++ cd ./tools |
498 | 2023-12-06T04:13:03.832Z | ++ pwd |
499 | 2023-12-06T04:13:03.832Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
500 | 2023-12-06T04:13:03.832Z | ++ basename ./tools/ci_download_dendrite_openapi |
501 | 2023-12-06T04:13:03.832Z | + ARG0=ci_download_dendrite_openapi |
502 | 2023-12-06T04:13:03.832Z | + TARGET_DIR=out |
503 | 2023-12-06T04:13:03.832Z | + DOWNLOAD_DIR=out/downloads |
504 | 2023-12-06T04:13:03.832Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
505 | 2023-12-06T04:13:03.832Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
506 | 2023-12-06T04:13:03.832Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
507 | 2023-12-06T04:13:03.849Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
508 | 2023-12-06T04:13:03.849Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
509 | 2023-12-06T04:13:03.849Z | + main |
510 | 2023-12-06T04:13:03.849Z | + [[ 0 != 0 ]] |
511 | 2023-12-06T04:13:03.849Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
512 | 2023-12-06T04:13:03.849Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
513 | 2023-12-06T04:13:03.849Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
514 | 2023-12-06T04:13:03.850Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
515 | 2023-12-06T04:13:03.850Z | + local DO_DOWNLOAD=true |
516 | 2023-12-06T04:13:03.850Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
517 | 2023-12-06T04:13:03.850Z | + mkdir -p out/downloads |
518 | 2023-12-06T04:13:03.850Z | + '[' true == true ']' |
519 | 2023-12-06T04:13:03.850Z | + echo Downloading... |
520 | 2023-12-06T04:13:03.850Z | Downloading... |
521 | 2023-12-06T04:13:03.850Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
522 | 2023-12-06T04:13:03.850Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
523 | 2023-12-06T04:13:04.067Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
524 | 2023-12-06T04:13:04.068Z | ++ case "$OSTYPE" in |
525 | 2023-12-06T04:13:04.077Z | ++ SHA=sha256sum |
526 | 2023-12-06T04:13:04.077Z | ++ sha256sum |
527 | 2023-12-06T04:13:04.077Z | ++ awk '{print $1}' |
528 | 2023-12-06T04:13:04.077Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
529 | 2023-12-06T04:13:04.077Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
530 | 2023-12-06T04:13:04.083Z | + set -o errexit |
531 | 2023-12-06T04:13:04.087Z | +++ dirname ./tools/ci_download_dendrite_stub |
532 | 2023-12-06T04:13:04.091Z | ++ cd ./tools |
533 | 2023-12-06T04:13:04.091Z | ++ pwd |
534 | 2023-12-06T04:13:04.091Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
535 | 2023-12-06T04:13:04.091Z | ++ basename ./tools/ci_download_dendrite_stub |
536 | 2023-12-06T04:13:04.091Z | + ARG0=ci_download_dendrite_stub |
537 | 2023-12-06T04:13:04.091Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
538 | 2023-12-06T04:13:04.099Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
539 | 2023-12-06T04:13:04.099Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
540 | 2023-12-06T04:13:04.099Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
541 | 2023-12-06T04:13:04.099Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
542 | 2023-12-06T04:13:04.099Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
543 | 2023-12-06T04:13:04.099Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
544 | 2023-12-06T04:13:04.099Z | + TARGET_DIR=out |
545 | 2023-12-06T04:13:04.099Z | + DOWNLOAD_DIR=out/downloads |
546 | 2023-12-06T04:13:04.099Z | + DEST_DIR=./out/dendrite-stub |
547 | 2023-12-06T04:13:04.099Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
548 | 2023-12-06T04:13:04.099Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
549 | 2023-12-06T04:13:04.099Z | + REPO=oxidecomputer/dendrite |
550 | 2023-12-06T04:13:04.099Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
551 | 2023-12-06T04:13:04.099Z | + main |
552 | 2023-12-06T04:13:04.099Z | + [[ 0 != 0 ]] |
553 | 2023-12-06T04:13:04.099Z | + CIDL_OS=solaris2.11 |
554 | 2023-12-06T04:13:04.099Z | + [[ 0 != 0 ]] |
555 | 2023-12-06T04:13:04.099Z | + configure_os solaris2.11 |
556 | 2023-12-06T04:13:04.099Z | + echo 'current directory: /work/oxidecomputer/omicron' |
557 | 2023-12-06T04:13:04.100Z | current directory: /work/oxidecomputer/omicron |
558 | 2023-12-06T04:13:04.100Z | configuring based on OS: "solaris2.11" |
559 | 2023-12-06T04:13:04.100Z | + echo 'configuring based on OS: "solaris2.11"' |
560 | 2023-12-06T04:13:04.100Z | + case "$1" in |
561 | 2023-12-06T04:13:04.100Z | + SET_BINARIES= |
562 | 2023-12-06T04:13:04.100Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
563 | 2023-12-06T04:13:04.100Z | + CIDL_SHA256FUNC=do_sha256sum |
564 | 2023-12-06T04:13:04.100Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
565 | 2023-12-06T04:13:04.100Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
566 | 2023-12-06T04:13:04.100Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-06T04:13:04.100Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
568 | 2023-12-06T04:13:04.100Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
569 | 2023-12-06T04:13:04.100Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
570 | 2023-12-06T04:13:04.100Z | + mkdir -p out/downloads |
571 | 2023-12-06T04:13:04.100Z | Local file: out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-06T04:13:04.100Z | + mkdir -p ./out/dendrite-stub |
573 | 2023-12-06T04:13:04.109Z | + fetch_and_verify |
574 | 2023-12-06T04:13:04.109Z | + local DO_DOWNLOAD=true |
575 | 2023-12-06T04:13:04.109Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
576 | 2023-12-06T04:13:04.109Z | + '[' true == true ']' |
577 | 2023-12-06T04:13:04.109Z | + echo Downloading... |
578 | 2023-12-06T04:13:04.110Z | Downloading... |
579 | 2023-12-06T04:13:04.110Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
580 | 2023-12-06T04:13:04.110Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
581 | 2023-12-06T04:13:10.046Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
582 | 2023-12-06T04:13:10.058Z | ++ sha256sum |
583 | 2023-12-06T04:13:10.058Z | ++ awk '{print $1}' |
584 | 2023-12-06T04:13:10.152Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
585 | 2023-12-06T04:13:10.152Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
586 | 2023-12-06T04:13:10.163Z | + do_untar out/downloads/dendrite-stub.tar.gz |
587 | 2023-12-06T04:13:10.163Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
588 | 2023-12-06T04:13:11.204Z | + do_assemble |
589 | 2023-12-06T04:13:11.204Z | + rm -r ./out/dendrite-stub |
590 | 2023-12-06T04:13:11.208Z | + mkdir ./out/dendrite-stub |
591 | 2023-12-06T04:13:11.212Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
592 | 2023-12-06T04:13:11.370Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
593 | 2023-12-06T04:13:11.383Z | + set -o errexit |
594 | 2023-12-06T04:13:11.387Z | +++ dirname ./tools/ci_download_maghemite_mgd |
595 | 2023-12-06T04:13:11.394Z | ++ cd ./tools |
596 | 2023-12-06T04:13:11.394Z | ++ pwd |
597 | 2023-12-06T04:13:11.394Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
598 | 2023-12-06T04:13:11.395Z | ++ basename ./tools/ci_download_maghemite_mgd |
599 | 2023-12-06T04:13:11.398Z | + ARG0=ci_download_maghemite_mgd |
600 | 2023-12-06T04:13:11.398Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
601 | 2023-12-06T04:13:11.398Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
602 | 2023-12-06T04:13:11.399Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
603 | 2023-12-06T04:13:11.399Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
604 | 2023-12-06T04:13:11.399Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
605 | 2023-12-06T04:13:11.399Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
606 | 2023-12-06T04:13:11.399Z | + TARGET_DIR=out |
607 | 2023-12-06T04:13:11.399Z | + DOWNLOAD_DIR=out/downloads |
608 | 2023-12-06T04:13:11.399Z | + DEST_DIR=./out/mgd |
609 | 2023-12-06T04:13:11.399Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
610 | 2023-12-06T04:13:11.399Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
611 | 2023-12-06T04:13:11.399Z | + REPO=oxidecomputer/maghemite |
612 | 2023-12-06T04:13:11.399Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
613 | 2023-12-06T04:13:11.399Z | + main |
614 | 2023-12-06T04:13:11.399Z | + [[ 0 != 0 ]] |
615 | 2023-12-06T04:13:11.399Z | + CIDL_OS=solaris2.11 |
616 | 2023-12-06T04:13:11.399Z | + [[ 0 != 0 ]] |
617 | 2023-12-06T04:13:11.399Z | + configure_os solaris2.11 |
618 | 2023-12-06T04:13:11.399Z | + echo 'current directory: /work/oxidecomputer/omicron' |
619 | 2023-12-06T04:13:11.399Z | current directory: /work/oxidecomputer/omicron |
620 | 2023-12-06T04:13:11.399Z | + echo 'configuring based on OS: "solaris2.11"' |
621 | 2023-12-06T04:13:11.399Z | + case "$1" in |
622 | 2023-12-06T04:13:11.399Z | configuring based on OS: "solaris2.11" |
623 | 2023-12-06T04:13:11.399Z | + SET_BINARIES= |
624 | 2023-12-06T04:13:11.399Z | + CIDL_SHA256FUNC=do_sha256sum |
625 | 2023-12-06T04:13:11.399Z | + TARBALL_FILENAME=mgd.tar.gz |
626 | 2023-12-06T04:13:11.399Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
627 | 2023-12-06T04:13:11.400Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
628 | 2023-12-06T04:13:11.400Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
629 | 2023-12-06T04:13:11.400Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
630 | 2023-12-06T04:13:11.400Z | Local file: out/downloads/mgd.tar.gz |
631 | 2023-12-06T04:13:11.400Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
632 | 2023-12-06T04:13:11.400Z | + mkdir -p out/downloads |
633 | 2023-12-06T04:13:11.400Z | + mkdir -p ./out/mgd |
634 | 2023-12-06T04:13:11.400Z | + fetch_and_verify |
635 | 2023-12-06T04:13:11.400Z | + local DO_DOWNLOAD=true |
636 | 2023-12-06T04:13:11.400Z | + [[ -f out/downloads/mgd.tar.gz ]] |
637 | 2023-12-06T04:13:11.400Z | + '[' true == true ']' |
638 | 2023-12-06T04:13:11.400Z | + echo Downloading... |
639 | 2023-12-06T04:13:11.400Z | Downloading... |
640 | 2023-12-06T04:13:11.400Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
641 | 2023-12-06T04:13:11.400Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
642 | 2023-12-06T04:13:14.461Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
643 | 2023-12-06T04:13:14.465Z | ++ sha256sum |
644 | 2023-12-06T04:13:14.466Z | ++ awk '{print $1}' |
645 | 2023-12-06T04:13:14.540Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
646 | 2023-12-06T04:13:14.540Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
647 | 2023-12-06T04:13:14.540Z | + do_untar out/downloads/mgd.tar.gz |
648 | 2023-12-06T04:13:14.540Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
649 | 2023-12-06T04:13:15.237Z | + do_assemble |
650 | 2023-12-06T04:13:15.237Z | + rm -r ./out/mgd |
651 | 2023-12-06T04:13:15.244Z | + mkdir ./out/mgd |
652 | 2023-12-06T04:13:15.248Z | + cp -r out/downloads/root ./out/mgd/root |
653 | 2023-12-06T04:13:15.464Z | + set -o errexit |
654 | 2023-12-06T04:13:15.468Z | +++ dirname ./tools/ci_download_transceiver_control |
655 | 2023-12-06T04:13:15.468Z | ++ cd ./tools |
656 | 2023-12-06T04:13:15.468Z | ++ pwd |
657 | 2023-12-06T04:13:15.472Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
658 | 2023-12-06T04:13:15.472Z | ++ basename ./tools/ci_download_transceiver_control |
659 | 2023-12-06T04:13:15.472Z | + ARG0=ci_download_transceiver_control |
660 | 2023-12-06T04:13:15.472Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
661 | 2023-12-06T04:13:15.472Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-12-06T04:13:15.472Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-12-06T04:13:15.472Z | + TARGET_DIR=out |
664 | 2023-12-06T04:13:15.472Z | + DOWNLOAD_DIR=out/downloads |
665 | 2023-12-06T04:13:15.472Z | + DEST_DIR=./out/transceiver-control |
666 | 2023-12-06T04:13:15.473Z | + BIN_DIR=/opt/oxide/bin |
667 | 2023-12-06T04:13:15.473Z | + BINARY=xcvradm |
668 | 2023-12-06T04:13:15.473Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
669 | 2023-12-06T04:13:15.473Z | + REPO=oxidecomputer/transceiver-control |
670 | 2023-12-06T04:13:15.473Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
671 | 2023-12-06T04:13:15.473Z | + main |
672 | 2023-12-06T04:13:15.473Z | + [[ 0 != 0 ]] |
673 | 2023-12-06T04:13:15.473Z | + CIDL_OS=solaris2.11 |
674 | 2023-12-06T04:13:15.473Z | + [[ 0 != 0 ]] |
675 | 2023-12-06T04:13:15.473Z | + configure_os solaris2.11 |
676 | 2023-12-06T04:13:15.477Z | + echo 'current directory: /work/oxidecomputer/omicron' |
677 | 2023-12-06T04:13:15.477Z | current directory: /work/oxidecomputer/omicron |
678 | 2023-12-06T04:13:15.477Z | + echo 'configuring based on OS: "solaris2.11"' |
679 | 2023-12-06T04:13:15.477Z | configuring based on OS: "solaris2.11" |
680 | 2023-12-06T04:13:15.477Z | + case "$1" in |
681 | 2023-12-06T04:13:15.477Z | + SET_BINARIES= |
682 | 2023-12-06T04:13:15.477Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2023-12-06T04:13:15.477Z | + CIDL_SHA256FUNC=do_sha256sum |
684 | 2023-12-06T04:13:15.477Z | + ARCHIVE_FILENAME=xcvradm.gz |
685 | 2023-12-06T04:13:15.477Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2023-12-06T04:13:15.477Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
687 | 2023-12-06T04:13:15.477Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2023-12-06T04:13:15.477Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
689 | 2023-12-06T04:13:15.477Z | + echo 'Local file: out/downloads/xcvradm.gz' |
690 | 2023-12-06T04:13:15.477Z | Local file: out/downloads/xcvradm.gz |
691 | 2023-12-06T04:13:15.477Z | + mkdir -p out/downloads |
692 | 2023-12-06T04:13:15.477Z | + mkdir -p ./out/transceiver-control |
693 | 2023-12-06T04:13:15.481Z | + fetch_and_verify |
694 | 2023-12-06T04:13:15.481Z | + local DO_DOWNLOAD=true |
695 | 2023-12-06T04:13:15.481Z | + [[ -f out/downloads/xcvradm.gz ]] |
696 | 2023-12-06T04:13:15.481Z | + '[' true == true ']' |
697 | 2023-12-06T04:13:15.481Z | + echo Downloading... |
698 | 2023-12-06T04:13:15.482Z | Downloading... |
699 | 2023-12-06T04:13:15.482Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
700 | 2023-12-06T04:13:15.482Z | + 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 |
701 | 2023-12-06T04:13:17.531Z | ++ do_sha256sum out/downloads/xcvradm.gz |
702 | 2023-12-06T04:13:17.535Z | ++ sha256sum |
703 | 2023-12-06T04:13:17.535Z | ++ awk '{print $1}' |
704 | 2023-12-06T04:13:17.557Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
705 | 2023-12-06T04:13:17.560Z | + [[ 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 ]] |
706 | 2023-12-06T04:13:17.560Z | + do_unpack out/downloads/xcvradm.gz |
707 | 2023-12-06T04:13:17.560Z | + mkdir -p out/downloads/root//opt/oxide/bin |
708 | 2023-12-06T04:13:17.561Z | + gzip -dc out/downloads/xcvradm.gz |
709 | 2023-12-06T04:13:17.730Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
710 | 2023-12-06T04:13:17.734Z | + do_assemble |
711 | 2023-12-06T04:13:17.734Z | + rm -r ./out/transceiver-control |
712 | 2023-12-06T04:13:17.738Z | + mkdir ./out/transceiver-control |
713 | 2023-12-06T04:13:17.738Z | + cp -r out/downloads/root ./out/transceiver-control/root |
714 | 2023-12-06T04:13:17.915Z | All builder prerequisites installed successfully, and PATH looks valid |
715 | 2023-12-06T04:13:17.947Z | |
716 | 2023-12-06T04:13:17.948Z | real 1:55.072292046 |
717 | 2023-12-06T04:13:17.948Z | user 55.173993994 |
718 | 2023-12-06T04:13:17.948Z | sys 10.958771470 |
719 | 2023-12-06T04:13:17.948Z | trap 0.024844130 |
720 | 2023-12-06T04:13:17.948Z | tflt 0.158365312 |
721 | 2023-12-06T04:13:17.948Z | dflt 0.563923793 |
722 | 2023-12-06T04:13:17.948Z | kflt 0.118640481 |
723 | 2023-12-06T04:13:17.948Z | lock 2.266729619 |
724 | 2023-12-06T04:13:17.948Z | slp 3:21.642546092 |
725 | 2023-12-06T04:13:17.948Z | lat 4.164315488 |
726 | 2023-12-06T04:13:17.948Z | stop 0.085149234 |
727 | 2023-12-06T04:13:17.948Z | |
728 | 2023-12-06T04:13:17.948Z | #### # # ##### ##### # # |
729 | 2023-12-06T04:13:17.948Z | # # # # # # # # # # |
730 | 2023-12-06T04:13:17.948Z | # # # # # # # # |
731 | 2023-12-06T04:13:17.948Z | # # # ##### ##### # |
732 | 2023-12-06T04:13:17.949Z | # # # # # # # |
733 | 2023-12-06T04:13:17.949Z | #### ###### # # # # |
734 | 2023-12-06T04:13:17.949Z | |
735 | 2023-12-06T04:13:18.261Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
736 | 2023-12-06T04:13:18.634Z | Updating crates.io index |
737 | 2023-12-06T04:13:18.638Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
738 | 2023-12-06T04:13:19.425Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
739 | 2023-12-06T04:13:21.474Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
740 | 2023-12-06T04:13:22.032Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
741 | 2023-12-06T04:13:22.359Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
742 | 2023-12-06T04:13:22.644Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
743 | 2023-12-06T04:13:22.934Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2023-12-06T04:13:23.823Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
745 | 2023-12-06T04:13:26.076Z | Updating git repository `https://github.com/oxidecomputer/opte` |
746 | 2023-12-06T04:13:27.145Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
747 | 2023-12-06T04:13:27.499Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
748 | 2023-12-06T04:13:28.108Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
749 | 2023-12-06T04:13:28.479Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
750 | 2023-12-06T04:13:28.819Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
751 | 2023-12-06T04:13:29.230Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
752 | 2023-12-06T04:13:29.580Z | Updating git repository `https://github.com/njaremko/samael` |
753 | 2023-12-06T04:13:30.017Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2023-12-06T04:13:30.614Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2023-12-06T04:13:31.002Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
756 | 2023-12-06T04:13:31.397Z | Updating git repository `https://github.com/jgallagher/nix` |
757 | 2023-12-06T04:13:32.663Z | Updating git repository `https://github.com/cbiffle/hubpack` |
758 | 2023-12-06T04:13:33.150Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2023-12-06T04:13:34.112Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
760 | 2023-12-06T04:13:34.490Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
761 | 2023-12-06T04:13:34.796Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
762 | 2023-12-06T04:13:36.161Z | Downloading crates ... |
763 | 2023-12-06T04:13:36.326Z | Downloaded heck v0.4.1 |
764 | 2023-12-06T04:13:36.334Z | Downloaded indexmap v2.1.0 |
765 | 2023-12-06T04:13:36.343Z | Downloaded itoa v1.0.9 |
766 | 2023-12-06T04:13:36.350Z | Downloaded anstyle v1.0.2 |
767 | 2023-12-06T04:13:36.350Z | Downloaded serde v1.0.192 |
768 | 2023-12-06T04:13:36.360Z | Downloaded equivalent v1.0.1 |
769 | 2023-12-06T04:13:36.364Z | Downloaded bitflags v1.3.2 |
770 | 2023-12-06T04:13:36.364Z | Downloaded errno v0.3.2 |
771 | 2023-12-06T04:13:36.368Z | Downloaded cargo_toml v0.17.0 |
772 | 2023-12-06T04:13:36.373Z | Downloaded anyhow v1.0.75 |
773 | 2023-12-06T04:13:36.378Z | Downloaded cargo_metadata v0.18.0 |
774 | 2023-12-06T04:13:36.381Z | Downloaded terminal_size v0.2.6 |
775 | 2023-12-06T04:13:36.382Z | Downloaded serde_spanned v0.6.4 |
776 | 2023-12-06T04:13:36.385Z | Downloaded cargo-platform v0.1.3 |
777 | 2023-12-06T04:13:36.385Z | Downloaded anstyle-query v1.0.0 |
778 | 2023-12-06T04:13:36.390Z | Downloaded quote v1.0.33 |
779 | 2023-12-06T04:13:36.393Z | Downloaded anstyle-parse v0.2.1 |
780 | 2023-12-06T04:13:36.397Z | Downloaded ryu v1.0.15 |
781 | 2023-12-06T04:13:36.400Z | Downloaded unicode-ident v1.0.12 |
782 | 2023-12-06T04:13:36.414Z | Downloaded clap v4.4.3 |
783 | 2023-12-06T04:13:36.420Z | Downloaded thiserror-impl v1.0.49 |
784 | 2023-12-06T04:13:36.423Z | Downloaded thiserror v1.0.49 |
785 | 2023-12-06T04:13:36.430Z | Downloaded toml_edit v0.21.0 |
786 | 2023-12-06T04:13:36.473Z | Downloaded winnow v0.5.15 |
787 | 2023-12-06T04:13:36.492Z | Downloaded serde_json v1.0.108 |
788 | 2023-12-06T04:13:36.498Z | Downloaded syn v2.0.32 |
789 | 2023-12-06T04:13:36.516Z | Downloaded rustix v0.37.23 |
790 | 2023-12-06T04:13:36.554Z | Downloaded colorchoice v1.0.0 |
791 | 2023-12-06T04:13:36.557Z | Downloaded clap_builder v4.4.2 |
792 | 2023-12-06T04:13:36.564Z | Downloaded libc v0.2.150 |
793 | 2023-12-06T04:13:36.614Z | Downloaded hashbrown v0.14.2 |
794 | 2023-12-06T04:13:36.620Z | Downloaded memchr v2.6.3 |
795 | 2023-12-06T04:13:36.649Z | Downloaded serde_derive v1.0.192 |
796 | 2023-12-06T04:13:37.055Z | Downloaded toml v0.8.8 |
797 | 2023-12-06T04:13:37.056Z | Downloaded camino v1.1.6 |
798 | 2023-12-06T04:13:37.056Z | Downloaded semver v1.0.20 |
799 | 2023-12-06T04:13:37.056Z | Downloaded clap_derive v4.4.2 |
800 | 2023-12-06T04:13:37.056Z | Downloaded clap_lex v0.5.1 |
801 | 2023-12-06T04:13:37.056Z | Downloaded strsim v0.10.0 |
802 | 2023-12-06T04:13:37.056Z | Downloaded anstream v0.5.0 |
803 | 2023-12-06T04:13:37.056Z | Downloaded utf8parse v0.2.1 |
804 | 2023-12-06T04:13:37.056Z | Downloaded toml_datetime v0.6.5 |
805 | 2023-12-06T04:13:37.056Z | Downloaded proc-macro2 v1.0.69 |
806 | 2023-12-06T04:13:37.056Z | Downloaded io-lifetimes v1.0.11 |
807 | 2023-12-06T04:13:37.056Z | Compiling proc-macro2 v1.0.69 |
808 | 2023-12-06T04:13:37.057Z | Compiling unicode-ident v1.0.12 |
809 | 2023-12-06T04:13:37.057Z | Compiling serde v1.0.192 |
810 | 2023-12-06T04:13:37.057Z | Compiling libc v0.2.150 |
811 | 2023-12-06T04:13:37.057Z | Compiling io-lifetimes v1.0.11 |
812 | 2023-12-06T04:13:37.057Z | Compiling rustix v0.37.23 |
813 | 2023-12-06T04:13:37.057Z | Compiling utf8parse v0.2.1 |
814 | 2023-12-06T04:13:37.057Z | Compiling bitflags v1.3.2 |
815 | 2023-12-06T04:13:37.057Z | Compiling equivalent v1.0.1 |
816 | 2023-12-06T04:13:37.116Z | Compiling hashbrown v0.14.2 |
817 | 2023-12-06T04:13:37.148Z | Compiling anstyle-parse v0.2.1 |
818 | 2023-12-06T04:13:37.148Z | Compiling anstyle-query v1.0.0 |
819 | 2023-12-06T04:13:37.300Z | Compiling semver v1.0.20 |
820 | 2023-12-06T04:13:37.593Z | Compiling thiserror v1.0.49 |
821 | 2023-12-06T04:13:38.688Z | Compiling indexmap v2.1.0 |
822 | 2023-12-06T04:13:38.758Z | Compiling camino v1.1.6 |
823 | 2023-12-06T04:13:38.778Z | Compiling anstyle v1.0.2 |
824 | 2023-12-06T04:13:38.901Z | Compiling serde_json v1.0.108 |
825 | 2023-12-06T04:13:38.927Z | Compiling winnow v0.5.15 |
826 | 2023-12-06T04:13:39.112Z | Compiling colorchoice v1.0.0 |
827 | 2023-12-06T04:13:39.373Z | Compiling anstream v0.5.0 |
828 | 2023-12-06T04:13:39.553Z | Compiling ryu v1.0.15 |
829 | 2023-12-06T04:13:39.670Z | Compiling anyhow v1.0.75 |
830 | 2023-12-06T04:13:39.770Z | Compiling clap_lex v0.5.1 |
831 | 2023-12-06T04:13:40.062Z | Compiling itoa v1.0.9 |
832 | 2023-12-06T04:13:40.393Z | Compiling quote v1.0.33 |
833 | 2023-12-06T04:13:40.461Z | Compiling strsim v0.10.0 |
834 | 2023-12-06T04:13:40.496Z | Compiling heck v0.4.1 |
835 | 2023-12-06T04:13:41.079Z | Compiling errno v0.3.2 |
836 | 2023-12-06T04:13:41.359Z | Compiling syn v2.0.32 |
837 | 2023-12-06T04:13:42.836Z | Compiling terminal_size v0.2.6 |
838 | 2023-12-06T04:13:42.965Z | Compiling clap_builder v4.4.2 |
839 | 2023-12-06T04:13:49.405Z | Compiling serde_derive v1.0.192 |
840 | 2023-12-06T04:13:49.405Z | Compiling thiserror-impl v1.0.49 |
841 | 2023-12-06T04:13:49.411Z | Compiling clap_derive v4.4.2 |
842 | 2023-12-06T04:13:54.180Z | Compiling clap v4.4.3 |
843 | 2023-12-06T04:14:02.718Z | Compiling serde_spanned v0.6.4 |
844 | 2023-12-06T04:14:02.722Z | Compiling toml_datetime v0.6.5 |
845 | 2023-12-06T04:14:02.722Z | Compiling cargo-platform v0.1.3 |
846 | 2023-12-06T04:14:03.143Z | Compiling toml_edit v0.21.0 |
847 | 2023-12-06T04:14:04.767Z | Compiling cargo_metadata v0.18.0 |
848 | 2023-12-06T04:14:06.295Z | Compiling toml v0.8.8 |
849 | 2023-12-06T04:14:07.302Z | Compiling cargo_toml v0.17.0 |
850 | 2023-12-06T04:14:13.372Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
851 | 2023-12-06T04:14:14.771Z | Finished dev [unoptimized + debuginfo] target(s) in 56.77s |
852 | 2023-12-06T04:14:14.971Z | Running `target/debug/xtask clippy` |
853 | 2023-12-06T04:14:15.031Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
854 | 2023-12-06T04:14:15.842Z | Downloading crates ... |
855 | 2023-12-06T04:14:16.096Z | Downloaded crossbeam v0.8.2 |
856 | 2023-12-06T04:14:16.101Z | Downloaded addr2line v0.21.0 |
857 | 2023-12-06T04:14:16.107Z | Downloaded lazy_static v1.4.0 |
858 | 2023-12-06T04:14:16.114Z | Downloaded instant v0.1.12 |
859 | 2023-12-06T04:14:16.118Z | Downloaded criterion-plot v0.5.0 |
860 | 2023-12-06T04:14:16.124Z | Downloaded ciborium-io v0.2.1 |
861 | 2023-12-06T04:14:16.129Z | Downloaded maplit v1.0.2 |
862 | 2023-12-06T04:14:16.135Z | Downloaded hyper-rustls v0.24.2 |
863 | 2023-12-06T04:14:16.138Z | Downloaded atty v0.2.14 |
864 | 2023-12-06T04:14:16.143Z | Downloaded constant_time_eq v0.3.0 |
865 | 2023-12-06T04:14:16.147Z | Downloaded hyper-staticfile v0.9.5 |
866 | 2023-12-06T04:14:16.152Z | Downloaded convert_case v0.4.0 |
867 | 2023-12-06T04:14:16.155Z | Downloaded chacha20poly1305 v0.10.1 |
868 | 2023-12-06T04:14:16.161Z | Downloaded kstat-rs v0.2.3 |
869 | 2023-12-06T04:14:16.165Z | Downloaded indexmap v1.9.3 |
870 | 2023-12-06T04:14:16.174Z | Downloaded async-stream-impl v0.3.5 |
871 | 2023-12-06T04:14:16.179Z | Downloaded cstr-argument v0.1.2 |
872 | 2023-12-06T04:14:16.182Z | Downloaded is_ci v1.1.1 |
873 | 2023-12-06T04:14:16.186Z | Downloaded lazycell v1.3.0 |
874 | 2023-12-06T04:14:16.192Z | Downloaded cassowary v0.3.0 |
875 | 2023-12-06T04:14:16.195Z | Downloaded block-padding v0.3.3 |
876 | 2023-12-06T04:14:16.199Z | Downloaded shlex v1.1.0 |
877 | 2023-12-06T04:14:16.202Z | Downloaded block-buffer v0.10.4 |
878 | 2023-12-06T04:14:16.205Z | Downloaded opaque-debug v0.3.0 |
879 | 2023-12-06T04:14:16.209Z | Downloaded serde-big-array v0.5.1 |
880 | 2023-12-06T04:14:16.214Z | Downloaded openssl-probe v0.1.5 |
881 | 2023-12-06T04:14:16.218Z | Downloaded hyper-tls v0.5.0 |
882 | 2023-12-06T04:14:16.226Z | Downloaded newtype_derive v0.1.6 |
883 | 2023-12-06T04:14:16.235Z | Downloaded cfg-if v1.0.0 |
884 | 2023-12-06T04:14:16.238Z | Downloaded md-5 v0.10.5 |
885 | 2023-12-06T04:14:16.244Z | Downloaded colored v2.0.4 |
886 | 2023-12-06T04:14:16.251Z | Downloaded openssl-sys v0.9.96 |
887 | 2023-12-06T04:14:16.264Z | Downloaded oso-derive v0.27.0 |
888 | 2023-12-06T04:14:16.270Z | Downloaded iana-time-zone v0.1.57 |
889 | 2023-12-06T04:14:16.273Z | Downloaded maybe-uninit v2.0.0 |
890 | 2023-12-06T04:14:16.277Z | Downloaded ahash v0.8.3 |
891 | 2023-12-06T04:14:16.284Z | Downloaded nodrop v0.1.14 |
892 | 2023-12-06T04:14:16.287Z | Downloaded want v0.3.1 |
893 | 2023-12-06T04:14:16.290Z | Downloaded usdt-attr-macro v0.3.5 |
894 | 2023-12-06T04:14:16.294Z | Downloaded dashmap v5.5.1 |
895 | 2023-12-06T04:14:16.302Z | Downloaded num_enum v0.5.11 |
896 | 2023-12-06T04:14:16.312Z | Downloaded tokio-macros v2.2.0 |
897 | 2023-12-06T04:14:16.316Z | Downloaded num-iter v0.1.43 |
898 | 2023-12-06T04:14:16.320Z | Downloaded openssl-macros v0.1.1 |
899 | 2023-12-06T04:14:16.324Z | Downloaded packed_struct v0.10.1 |
900 | 2023-12-06T04:14:16.328Z | Downloaded crossbeam-epoch v0.9.15 |
901 | 2023-12-06T04:14:16.335Z | Downloaded termtree v0.4.1 |
902 | 2023-12-06T04:14:16.339Z | Downloaded thiserror-impl-no-std v2.0.2 |
903 | 2023-12-06T04:14:16.381Z | Downloaded precomputed-hash v0.1.1 |
904 | 2023-12-06T04:14:16.385Z | Downloaded dirs-sys-next v0.1.2 |
905 | 2023-12-06T04:14:16.385Z | Downloaded serial_test v0.10.0 |
906 | 2023-12-06T04:14:16.385Z | Downloaded slog v2.7.0 |
907 | 2023-12-06T04:14:16.385Z | Downloaded native-tls v0.2.11 |
908 | 2023-12-06T04:14:16.385Z | Downloaded packed_struct_codegen v0.10.1 |
909 | 2023-12-06T04:14:16.385Z | Downloaded slog-envlogger v2.2.0 |
910 | 2023-12-06T04:14:16.385Z | Downloaded tokio-native-tls v0.3.1 |
911 | 2023-12-06T04:14:16.385Z | Downloaded foreign-types v0.5.0 |
912 | 2023-12-06T04:14:16.385Z | Downloaded smawk v0.3.1 |
913 | 2023-12-06T04:14:16.386Z | Downloaded tabled_derive v0.6.0 |
914 | 2023-12-06T04:14:16.386Z | Downloaded rpassword v7.3.1 |
915 | 2023-12-06T04:14:16.389Z | Downloaded ppv-lite86 v0.2.17 |
916 | 2023-12-06T04:14:16.393Z | Downloaded phf_shared v0.10.0 |
917 | 2023-12-06T04:14:16.398Z | Downloaded getopts v0.2.21 |
918 | 2023-12-06T04:14:16.398Z | Downloaded peeking_take_while v0.1.2 |
919 | 2023-12-06T04:14:16.403Z | Downloaded rand_xorshift v0.3.0 |
920 | 2023-12-06T04:14:16.403Z | Downloaded rand_core v0.6.4 |
921 | 2023-12-06T04:14:16.406Z | Downloaded strsim v0.8.0 |
922 | 2023-12-06T04:14:16.409Z | Downloaded remove_dir_all v0.5.3 |
923 | 2023-12-06T04:14:16.413Z | Downloaded rustc-hash v1.1.0 |
924 | 2023-12-06T04:14:16.417Z | Downloaded hex v0.4.3 |
925 | 2023-12-06T04:14:16.421Z | Downloaded vte_generate_state_changes v0.1.1 |
926 | 2023-12-06T04:14:16.421Z | Downloaded yansi v0.5.1 |
927 | 2023-12-06T04:14:16.424Z | Downloaded pest_generator v2.7.2 |
928 | 2023-12-06T04:14:16.429Z | Downloaded paste v1.0.14 |
929 | 2023-12-06T04:14:16.433Z | Downloaded strum_macros v0.24.3 |
930 | 2023-12-06T04:14:16.437Z | Downloaded pretty-hex v0.4.0 |
931 | 2023-12-06T04:14:16.441Z | Downloaded tempfile v3.8.1 |
932 | 2023-12-06T04:14:16.446Z | Downloaded rtoolbox v0.0.1 |
933 | 2023-12-06T04:14:16.450Z | Downloaded httpdate v1.0.3 |
934 | 2023-12-06T04:14:16.455Z | Downloaded pem v1.1.1 |
935 | 2023-12-06T04:14:16.464Z | Downloaded stringprep v0.1.3 |
936 | 2023-12-06T04:14:16.468Z | Downloaded signal-hook-tokio v0.3.1 |
937 | 2023-12-06T04:14:16.468Z | Downloaded foreign-types-macros v0.2.3 |
938 | 2023-12-06T04:14:16.468Z | Downloaded endian-type v0.1.2 |
939 | 2023-12-06T04:14:16.468Z | Downloaded string_cache v0.8.7 |
940 | 2023-12-06T04:14:16.472Z | Downloaded usdt v0.3.5 |
941 | 2023-12-06T04:14:16.472Z | Downloaded fallible-iterator v0.2.0 |
942 | 2023-12-06T04:14:16.476Z | Downloaded fastrand v2.0.0 |
943 | 2023-12-06T04:14:16.480Z | Downloaded serde_yaml v0.9.25 |
944 | 2023-12-06T04:14:16.486Z | Downloaded secrecy v0.8.0 |
945 | 2023-12-06T04:14:16.490Z | Downloaded rustc-demangle v0.1.23 |
946 | 2023-12-06T04:14:16.493Z | Downloaded threadpool v1.8.1 |
947 | 2023-12-06T04:14:16.496Z | Downloaded shell-words v1.1.0 |
948 | 2023-12-06T04:14:16.500Z | Downloaded postgres-types v0.2.6 |
949 | 2023-12-06T04:14:16.503Z | Downloaded fnv v1.0.7 |
950 | 2023-12-06T04:14:16.507Z | Downloaded serial_test_derive v0.10.0 |
951 | 2023-12-06T04:14:16.510Z | Downloaded signal-hook-registry v1.4.1 |
952 | 2023-12-06T04:14:16.513Z | Downloaded which v4.4.0 |
953 | 2023-12-06T04:14:16.517Z | Downloaded doc-comment v0.3.3 |
954 | 2023-12-06T04:14:16.517Z | Downloaded foreign-types-shared v0.1.1 |
955 | 2023-12-06T04:14:16.520Z | Downloaded enum-as-inner v0.5.1 |
956 | 2023-12-06T04:14:16.525Z | Downloaded futures-macro v0.3.29 |
957 | 2023-12-06T04:14:16.528Z | Downloaded futures-io v0.3.29 |
958 | 2023-12-06T04:14:16.528Z | Downloaded semver-parser v0.10.2 |
959 | 2023-12-06T04:14:16.532Z | Downloaded tower-service v0.3.2 |
960 | 2023-12-06T04:14:16.543Z | Downloaded rustls-native-certs v0.6.3 |
961 | 2023-12-06T04:14:16.546Z | Downloaded typenum v1.16.0 |
962 | 2023-12-06T04:14:16.546Z | Downloaded spin v0.5.2 |
963 | 2023-12-06T04:14:16.551Z | Downloaded nibble_vec v0.1.0 |
964 | 2023-12-06T04:14:16.551Z | Downloaded difflib v0.4.0 |
965 | 2023-12-06T04:14:16.555Z | Downloaded ff v0.13.0 |
966 | 2023-12-06T04:14:16.558Z | Downloaded siphasher v0.3.11 |
967 | 2023-12-06T04:14:16.561Z | Downloaded headers-core v0.2.0 |
968 | 2023-12-06T04:14:16.562Z | Downloaded futures-core v0.3.29 |
969 | 2023-12-06T04:14:16.565Z | Downloaded serde-big-array v0.4.1 |
970 | 2023-12-06T04:14:16.569Z | Downloaded serde_with_macros v2.3.3 |
971 | 2023-12-06T04:14:16.574Z | Downloaded phf_shared v0.11.2 |
972 | 2023-12-06T04:14:16.578Z | Downloaded tinytemplate v1.2.1 |
973 | 2023-12-06T04:14:16.583Z | Downloaded foreign-types-shared v0.3.1 |
974 | 2023-12-06T04:14:16.583Z | Downloaded synstructure v0.12.6 |
975 | 2023-12-06T04:14:16.587Z | Downloaded num-derive v0.4.0 |
976 | 2023-12-06T04:14:16.590Z | Downloaded pretty-hex v0.2.1 |
977 | 2023-12-06T04:14:16.590Z | Downloaded postcard-cobs v0.1.5-pre |
978 | 2023-12-06T04:14:16.594Z | Downloaded hubpack_derive v0.1.1 |
979 | 2023-12-06T04:14:16.600Z | Downloaded slog-bunyan v2.4.0 |
980 | 2023-12-06T04:14:16.600Z | Downloaded uuid v1.6.1 |
981 | 2023-12-06T04:14:16.607Z | Downloaded unicode-width v0.1.11 |
982 | 2023-12-06T04:14:16.610Z | Downloaded path-slash v0.1.5 |
983 | 2023-12-06T04:14:16.614Z | Downloaded derive_builder_macro v0.12.0 |
984 | 2023-12-06T04:14:16.618Z | Downloaded derive_builder_core v0.12.0 |
985 | 2023-12-06T04:14:16.622Z | Downloaded subtle v2.5.0 |
986 | 2023-12-06T04:14:16.626Z | Downloaded rand v0.4.6 |
987 | 2023-12-06T04:14:16.630Z | Downloaded darling_macro v0.14.4 |
988 | 2023-12-06T04:14:16.633Z | Downloaded flate2 v1.0.28 |
989 | 2023-12-06T04:14:16.641Z | Downloaded hubpack v0.1.2 |
990 | 2023-12-06T04:14:16.644Z | Downloaded fxhash v0.2.1 |
991 | 2023-12-06T04:14:16.651Z | Downloaded fs-err v2.11.0 |
992 | 2023-12-06T04:14:16.655Z | Downloaded derive-where v1.2.6 |
993 | 2023-12-06T04:14:16.661Z | Downloaded slog-dtrace v0.2.3 |
994 | 2023-12-06T04:14:16.665Z | Downloaded toolchain_find v0.2.0 |
995 | 2023-12-06T04:14:16.665Z | Downloaded try-lock v0.2.4 |
996 | 2023-12-06T04:14:16.665Z | Downloaded deranged v0.3.8 |
997 | 2023-12-06T04:14:16.668Z | Downloaded downcast v0.11.0 |
998 | 2023-12-06T04:14:16.679Z | Downloaded tracing-attributes v0.1.26 |
999 | 2023-12-06T04:14:16.679Z | Downloaded ref-cast-impl v1.0.20 |
1000 | 2023-12-06T04:14:16.679Z | Downloaded url v2.5.0 |
1001 | 2023-12-06T04:14:16.682Z | Downloaded hash32 v0.2.1 |
1002 | 2023-12-06T04:14:16.685Z | Downloaded tiny-keccak v2.0.2 |
1003 | 2023-12-06T04:14:16.690Z | Downloaded rustc_version v0.4.0 |
1004 | 2023-12-06T04:14:16.693Z | Downloaded fragile v2.0.0 |
1005 | 2023-12-06T04:14:16.697Z | Downloaded either v1.9.0 |
1006 | 2023-12-06T04:14:16.700Z | Downloaded zerocopy v0.3.0 |
1007 | 2023-12-06T04:14:16.703Z | Downloaded prettyplease v0.2.12 |
1008 | 2023-12-06T04:14:16.708Z | Downloaded pin-utils v0.1.0 |
1009 | 2023-12-06T04:14:16.713Z | Downloaded float-cmp v0.9.0 |
1010 | 2023-12-06T04:14:16.716Z | Downloaded signal-hook-mio v0.2.3 |
1011 | 2023-12-06T04:14:16.716Z | Downloaded thread_local v1.1.7 |
1012 | 2023-12-06T04:14:16.723Z | Downloaded proc-macro-error-attr v1.0.4 |
1013 | 2023-12-06T04:14:16.726Z | Downloaded der_derive v0.7.2 |
1014 | 2023-12-06T04:14:16.726Z | Downloaded pkg-config v0.3.27 |
1015 | 2023-12-06T04:14:16.726Z | Downloaded vte v0.11.1 |
1016 | 2023-12-06T04:14:16.731Z | Downloaded proc-macro-crate v1.3.1 |
1017 | 2023-12-06T04:14:16.735Z | Downloaded httptest v0.15.5 |
1018 | 2023-12-06T04:14:16.739Z | Downloaded password-hash v0.5.0 |
1019 | 2023-12-06T04:14:16.744Z | Downloaded glob v0.3.1 |
1020 | 2023-12-06T04:14:16.748Z | Downloaded yasna v0.5.2 |
1021 | 2023-12-06T04:14:16.748Z | Downloaded omicron-zone-package v0.9.1 |
1022 | 2023-12-06T04:14:16.753Z | Downloaded resolv-conf v0.7.0 |
1023 | 2023-12-06T04:14:16.757Z | Downloaded pretty_assertions v1.4.0 |
1024 | 2023-12-06T04:14:16.761Z | Downloaded rayon-core v1.12.0 |
1025 | 2023-12-06T04:14:16.768Z | Downloaded socket2 v0.5.5 |
1026 | 2023-12-06T04:14:16.773Z | Downloaded r2d2 v0.8.10 |
1027 | 2023-12-06T04:14:16.778Z | Downloaded flume v0.11.0 |
1028 | 2023-12-06T04:14:16.786Z | Downloaded darling_core v0.20.3 |
1029 | 2023-12-06T04:14:16.792Z | Downloaded x509-cert v0.2.4 |
1030 | 2023-12-06T04:14:16.804Z | Downloaded test-strategy v0.3.1 |
1031 | 2023-12-06T04:14:16.811Z | Downloaded hmac v0.12.1 |
1032 | 2023-12-06T04:14:16.815Z | Downloaded headers v0.3.9 |
1033 | 2023-12-06T04:14:16.826Z | Downloaded expectorate v1.1.0 |
1034 | 2023-12-06T04:14:16.832Z | Downloaded futures-channel v0.3.29 |
1035 | 2023-12-06T04:14:16.835Z | Downloaded der v0.7.8 |
1036 | 2023-12-06T04:14:16.846Z | Downloaded rsa v0.9.2 |
1037 | 2023-12-06T04:14:16.856Z | Downloaded tokio-util v0.7.10 |
1038 | 2023-12-06T04:14:16.870Z | Downloaded ron v0.8.1 |
1039 | 2023-12-06T04:14:16.885Z | Downloaded time v0.3.27 |
1040 | 2023-12-06T04:14:16.895Z | Downloaded quick-xml v0.23.1 |
1041 | 2023-12-06T04:14:16.911Z | Downloaded heapless v0.7.16 |
1042 | 2023-12-06T04:14:16.919Z | Downloaded smoltcp v0.8.2 |
1043 | 2023-12-06T04:14:16.939Z | Downloaded ratatui v0.23.0 |
1044 | 2023-12-06T04:14:16.963Z | Downloaded hashbrown v0.12.3 |
1045 | 2023-12-06T04:14:16.971Z | Downloaded proptest v1.4.0 |
1046 | 2023-12-06T04:14:16.993Z | Downloaded tabled v0.14.0 |
1047 | 2023-12-06T04:14:17.022Z | Downloaded unicode-normalization v0.1.22 |
1048 | 2023-12-06T04:14:17.029Z | Downloaded gimli v0.28.0 |
1049 | 2023-12-06T04:14:17.047Z | Downloaded futures-util v0.3.29 |
1050 | 2023-12-06T04:14:17.071Z | Downloaded reqwest v0.11.22 |
1051 | 2023-12-06T04:14:17.087Z | Downloaded diesel v2.1.4 |
1052 | 2023-12-06T04:14:17.123Z | Downloaded curve25519-dalek v4.1.0 |
1053 | 2023-12-06T04:14:17.142Z | Downloaded regress v0.7.1 |
1054 | 2023-12-06T04:14:17.157Z | Downloaded vcpkg v0.2.15 |
1055 | 2023-12-06T04:14:17.234Z | Downloaded openapiv3 v2.0.0-rc.1 |
1056 | 2023-12-06T04:14:17.265Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1057 | 2023-12-06T04:14:17.287Z | Downloaded zerocopy-derive v0.6.4 |
1058 | 2023-12-06T04:14:17.309Z | Downloaded regex-syntax v0.8.2 |
1059 | 2023-12-06T04:14:17.328Z | Downloaded sled v0.34.7 |
1060 | 2023-12-06T04:14:17.352Z | Downloaded regex-automata v0.3.8 |
1061 | 2023-12-06T04:14:17.405Z | Downloaded sha3 v0.10.8 |
1062 | 2023-12-06T04:14:17.409Z | Downloaded rustix v0.38.25 |
1063 | 2023-12-06T04:14:17.448Z | Downloaded zerocopy-derive v0.2.0 |
1064 | 2023-12-06T04:14:17.465Z | Downloaded encoding_rs v0.8.33 |
1065 | 2023-12-06T04:14:17.511Z | Downloaded tokio v1.34.0 |
1066 | 2023-12-06T04:14:17.582Z | Downloaded regex-automata v0.4.3 |
1067 | 2023-12-06T04:14:17.617Z | Downloaded bstr v0.2.17 |
1068 | 2023-12-06T04:14:17.636Z | Downloaded idna v0.2.3 |
1069 | 2023-12-06T04:14:17.651Z | Downloaded idna v0.5.0 |
1070 | 2023-12-06T04:14:17.668Z | Downloaded smoltcp v0.9.1 |
1071 | 2023-12-06T04:14:17.688Z | Downloaded regex-syntax v0.7.5 |
1072 | 2023-12-06T04:14:17.712Z | Downloaded webpki-roots v0.25.2 |
1073 | 2023-12-06T04:14:17.718Z | Downloaded object v0.32.1 |
1074 | 2023-12-06T04:14:17.739Z | Downloaded polar-core v0.27.0 |
1075 | 2023-12-06T04:14:17.755Z | Downloaded regex v1.10.2 |
1076 | 2023-12-06T04:14:17.784Z | Downloaded hkdf v0.12.3 |
1077 | 2023-12-06T04:14:17.797Z | Downloaded openssl v0.10.60 |
1078 | 2023-12-06T04:14:17.804Z | Downloaded ring v0.17.5 |
1079 | 2023-12-06T04:14:17.947Z | Downloaded object v0.30.4 |
1080 | 2023-12-06T04:14:17.962Z | Downloaded rustls v0.21.9 |
1081 | 2023-12-06T04:14:17.983Z | Downloaded ring v0.16.20 |
1082 | 2023-12-06T04:14:18.147Z | Downloaded trust-dns-proto v0.22.0 |
1083 | 2023-12-06T04:14:18.169Z | Downloaded bstr v1.6.0 |
1084 | 2023-12-06T04:14:18.189Z | Downloaded plotters v0.3.5 |
1085 | 2023-12-06T04:14:18.205Z | Downloaded hyper v0.14.27 |
1086 | 2023-12-06T04:14:18.219Z | Downloaded regex-syntax v0.6.29 |
1087 | 2023-12-06T04:14:18.233Z | Downloaded chrono v0.4.31 |
1088 | 2023-12-06T04:14:18.247Z | Downloaded rustls-webpki v0.101.7 |
1089 | 2023-12-06T04:14:18.273Z | Downloaded petgraph v0.6.4 |
1090 | 2023-12-06T04:14:18.297Z | Downloaded tough v0.15.0 |
1091 | 2023-12-06T04:14:18.311Z | Downloaded radix_trie v0.2.1 |
1092 | 2023-12-06T04:14:18.324Z | Downloaded rayon v1.8.0 |
1093 | 2023-12-06T04:14:18.336Z | Downloaded clap v2.34.0 |
1094 | 2023-12-06T04:14:18.349Z | Downloaded hashbrown v0.13.2 |
1095 | 2023-12-06T04:14:18.356Z | Downloaded syn v1.0.109 |
1096 | 2023-12-06T04:14:18.376Z | Downloaded bitvec v1.0.1 |
1097 | 2023-12-06T04:14:18.428Z | Downloaded h2 v0.3.21 |
1098 | 2023-12-06T04:14:18.432Z | Downloaded reedline v0.26.0 |
1099 | 2023-12-06T04:14:18.432Z | Downloaded trust-dns-resolver v0.22.0 |
1100 | 2023-12-06T04:14:18.436Z | Downloaded bindgen v0.65.1 |
1101 | 2023-12-06T04:14:18.447Z | Downloaded toml v0.5.11 |
1102 | 2023-12-06T04:14:18.451Z | Downloaded portable-atomic v1.4.3 |
1103 | 2023-12-06T04:14:18.460Z | Downloaded itertools v0.10.5 |
1104 | 2023-12-06T04:14:18.471Z | Downloaded trust-dns-server v0.22.1 |
1105 | 2023-12-06T04:14:18.480Z | Downloaded derive_more v0.99.17 |
1106 | 2023-12-06T04:14:18.489Z | Downloaded diesel_derives v2.1.2 |
1107 | 2023-12-06T04:14:18.495Z | Downloaded elliptic-curve v0.13.5 |
1108 | 2023-12-06T04:14:18.501Z | Downloaded steno v0.4.0 |
1109 | 2023-12-06T04:14:18.508Z | Downloaded zone v0.3.0 |
1110 | 2023-12-06T04:14:18.511Z | Downloaded term v0.7.0 |
1111 | 2023-12-06T04:14:18.515Z | Downloaded http v0.2.11 |
1112 | 2023-12-06T04:14:18.521Z | Downloaded funty v2.0.0 |
1113 | 2023-12-06T04:14:18.528Z | Downloaded pkcs1 v0.7.5 |
1114 | 2023-12-06T04:14:18.531Z | Downloaded toml_edit v0.19.15 |
1115 | 2023-12-06T04:14:18.556Z | Downloaded aho-corasick v1.0.4 |
1116 | 2023-12-06T04:14:18.566Z | Downloaded env_logger v0.10.0 |
1117 | 2023-12-06T04:14:18.571Z | Downloaded poly1305 v0.8.0 |
1118 | 2023-12-06T04:14:18.575Z | Downloaded fatfs v0.3.6 |
1119 | 2023-12-06T04:14:18.580Z | Downloaded tungstenite v0.20.1 |
1120 | 2023-12-06T04:14:18.585Z | Downloaded num-bigint-dig v0.8.4 |
1121 | 2023-12-06T04:14:18.594Z | Downloaded socket2 v0.4.9 |
1122 | 2023-12-06T04:14:18.597Z | Downloaded unsafe-libyaml v0.2.9 |
1123 | 2023-12-06T04:14:18.603Z | Downloaded rstest v0.18.2 |
1124 | 2023-12-06T04:14:18.613Z | Downloaded zip v0.6.6 |
1125 | 2023-12-06T04:14:18.621Z | Downloaded pest v2.7.2 |
1126 | 2023-12-06T04:14:18.627Z | Downloaded signature v1.6.4 |
1127 | 2023-12-06T04:14:18.631Z | Downloaded proc-macro-error v1.0.4 |
1128 | 2023-12-06T04:14:18.635Z | Downloaded vsss-rs v3.3.1 |
1129 | 2023-12-06T04:14:18.639Z | Downloaded dirs-next v2.0.0 |
1130 | 2023-12-06T04:14:18.643Z | Downloaded platforms v3.0.2 |
1131 | 2023-12-06T04:14:18.646Z | Downloaded pem-rfc7468 v0.7.0 |
1132 | 2023-12-06T04:14:18.650Z | Downloaded pin-project-internal v1.1.3 |
1133 | 2023-12-06T04:14:18.654Z | Downloaded home v0.5.5 |
1134 | 2023-12-06T04:14:18.654Z | Downloaded ref-cast v1.0.20 |
1135 | 2023-12-06T04:14:18.658Z | Downloaded trust-dns-client v0.22.0 |
1136 | 2023-12-06T04:14:18.665Z | Downloaded tracing-core v0.1.31 |
1137 | 2023-12-06T04:14:18.670Z | Downloaded tracing v0.1.37 |
1138 | 2023-12-06T04:14:18.677Z | Downloaded typed-path v0.6.0 |
1139 | 2023-12-06T04:14:18.693Z | Downloaded fixedbitset v0.4.2 |
1140 | 2023-12-06T04:14:18.697Z | Downloaded filetime v0.2.23 |
1141 | 2023-12-06T04:14:18.697Z | Downloaded structmeta v0.2.0 |
1142 | 2023-12-06T04:14:18.697Z | Downloaded highway v1.1.0 |
1143 | 2023-12-06T04:14:18.700Z | Downloaded trybuild v1.0.85 |
1144 | 2023-12-06T04:14:18.703Z | Downloaded dtrace-parser v0.1.14 |
1145 | 2023-12-06T04:14:18.707Z | Downloaded getrandom v0.2.10 |
1146 | 2023-12-06T04:14:18.710Z | Downloaded unicase v2.7.0 |
1147 | 2023-12-06T04:14:18.713Z | Downloaded rstest_macros v0.18.2 |
1148 | 2023-12-06T04:14:18.717Z | Downloaded tokio-postgres v0.7.10 |
1149 | 2023-12-06T04:14:18.725Z | Downloaded regex-automata v0.1.10 |
1150 | 2023-12-06T04:14:18.734Z | Downloaded num_cpus v1.16.0 |
1151 | 2023-12-06T04:14:18.738Z | Downloaded parse-display-derive v0.8.2 |
1152 | 2023-12-06T04:14:18.742Z | Downloaded parking_lot_core v0.9.8 |
1153 | 2023-12-06T04:14:18.745Z | Downloaded time-core v0.1.1 |
1154 | 2023-12-06T04:14:18.745Z | Downloaded digest v0.10.7 |
1155 | 2023-12-06T04:14:18.749Z | Downloaded zeroize_derive v1.4.2 |
1156 | 2023-12-06T04:14:18.756Z | Downloaded tokio-rustls v0.24.1 |
1157 | 2023-12-06T04:14:18.762Z | Downloaded postgres-protocol v0.6.6 |
1158 | 2023-12-06T04:14:18.763Z | Downloaded serde_derive_internals v0.26.0 |
1159 | 2023-12-06T04:14:18.763Z | Downloaded rand v0.8.5 |
1160 | 2023-12-06T04:14:18.767Z | Downloaded futures v0.3.29 |
1161 | 2023-12-06T04:14:18.773Z | Downloaded nom v7.1.3 |
1162 | 2023-12-06T04:14:18.783Z | Downloaded plotters-backend v0.3.5 |
1163 | 2023-12-06T04:14:18.787Z | Downloaded time-macros v0.2.13 |
1164 | 2023-12-06T04:14:18.791Z | Downloaded wait-timeout v0.2.0 |
1165 | 2023-12-06T04:14:18.791Z | Downloaded dyn-clone v1.0.13 |
1166 | 2023-12-06T04:14:18.794Z | Downloaded quick-error v1.2.3 |
1167 | 2023-12-06T04:14:18.798Z | Downloaded unicode-segmentation v1.10.1 |
1168 | 2023-12-06T04:14:18.803Z | Downloaded libxml v0.3.3 |
1169 | 2023-12-06T04:14:18.811Z | Downloaded vec_map v0.8.2 |
1170 | 2023-12-06T04:14:18.818Z | Downloaded sha2 v0.10.8 |
1171 | 2023-12-06T04:14:18.821Z | Downloaded derive_builder v0.12.0 |
1172 | 2023-12-06T04:14:18.888Z | Downloaded salty v0.2.0 |
1173 | 2023-12-06T04:14:18.892Z | Downloaded crossbeam-channel v0.5.8 |
1174 | 2023-12-06T04:14:18.892Z | Downloaded oorandom v11.1.3 |
1175 | 2023-12-06T04:14:18.892Z | Downloaded mio v0.8.9 |
1176 | 2023-12-06T04:14:18.892Z | Downloaded unicode-xid v0.2.4 |
1177 | 2023-12-06T04:14:18.892Z | Downloaded pkcs8 v0.10.2 |
1178 | 2023-12-06T04:14:18.892Z | Downloaded pem v3.0.2 |
1179 | 2023-12-06T04:14:18.892Z | Downloaded pin-project v1.1.3 |
1180 | 2023-12-06T04:14:18.892Z | Downloaded num-rational v0.4.1 |
1181 | 2023-12-06T04:14:18.892Z | Downloaded unicode-bidi v0.3.13 |
1182 | 2023-12-06T04:14:18.892Z | Downloaded ucd-trie v0.1.6 |
1183 | 2023-12-06T04:14:18.892Z | Downloaded dof v0.1.5 |
1184 | 2023-12-06T04:14:18.892Z | Downloaded rustls-pemfile v1.0.3 |
1185 | 2023-12-06T04:14:18.896Z | Downloaded semver v0.1.20 |
1186 | 2023-12-06T04:14:18.896Z | Downloaded rustc_version v0.1.7 |
1187 | 2023-12-06T04:14:18.899Z | Downloaded half v1.8.2 |
1188 | 2023-12-06T04:14:18.903Z | Downloaded itertools v0.12.0 |
1189 | 2023-12-06T04:14:18.913Z | Downloaded plotters-svg v0.3.5 |
1190 | 2023-12-06T04:14:18.917Z | Downloaded scopeguard v1.2.0 |
1191 | 2023-12-06T04:14:18.917Z | Downloaded rustfmt-wrapper v0.2.0 |
1192 | 2023-12-06T04:14:18.920Z | Downloaded ed25519 v1.5.3 |
1193 | 2023-12-06T04:14:18.924Z | Downloaded strum_macros v0.25.2 |
1194 | 2023-12-06T04:14:18.927Z | Downloaded http-body v0.4.5 |
1195 | 2023-12-06T04:14:18.927Z | Downloaded sha1 v0.10.6 |
1196 | 2023-12-06T04:14:18.930Z | Downloaded subprocess v0.2.9 |
1197 | 2023-12-06T04:14:18.934Z | Downloaded libm v0.2.7 |
1198 | 2023-12-06T04:14:18.950Z | Downloaded similar-asserts v1.5.0 |
1199 | 2023-12-06T04:14:18.953Z | Downloaded sct v0.7.0 |
1200 | 2023-12-06T04:14:18.958Z | Downloaded globset v0.4.13 |
1201 | 2023-12-06T04:14:18.965Z | Downloaded minimal-lexical v0.2.1 |
1202 | 2023-12-06T04:14:18.969Z | Downloaded zeroize v1.7.0 |
1203 | 2023-12-06T04:14:18.972Z | Downloaded strip-ansi-escapes v0.2.0 |
1204 | 2023-12-06T04:14:18.976Z | Downloaded toml v0.7.8 |
1205 | 2023-12-06T04:14:18.979Z | Downloaded spin v0.9.8 |
1206 | 2023-12-06T04:14:18.983Z | Downloaded num-traits v0.2.16 |
1207 | 2023-12-06T04:14:18.987Z | Downloaded pest_meta v2.7.2 |
1208 | 2023-12-06T04:14:18.992Z | Downloaded topological-sort v0.2.2 |
1209 | 2023-12-06T04:14:18.996Z | Downloaded whoami v1.4.1 |
1210 | 2023-12-06T04:14:18.996Z | Downloaded fd-lock v3.0.13 |
1211 | 2023-12-06T04:14:18.999Z | Downloaded radium v0.7.0 |
1212 | 2023-12-06T04:14:19.002Z | Downloaded walkdir v2.4.0 |
1213 | 2023-12-06T04:14:19.006Z | Downloaded usdt-impl v0.3.5 |
1214 | 2023-12-06T04:14:19.006Z | Downloaded rustversion v1.0.14 |
1215 | 2023-12-06T04:14:19.009Z | Downloaded predicates v3.0.4 |
1216 | 2023-12-06T04:14:19.013Z | Downloaded postcard v0.7.3 |
1217 | 2023-12-06T04:14:19.017Z | Downloaded rust-argon2 v1.0.1 |
1218 | 2023-12-06T04:14:19.020Z | Downloaded scheduled-thread-pool v0.2.7 |
1219 | 2023-12-06T04:14:19.024Z | Downloaded same-file v1.0.6 |
1220 | 2023-12-06T04:14:19.024Z | Downloaded rusty-fork v0.3.0 |
1221 | 2023-12-06T04:14:19.030Z | Downloaded predicates-tree v1.0.9 |
1222 | 2023-12-06T04:14:19.035Z | Downloaded predicates-core v1.0.6 |
1223 | 2023-12-06T04:14:19.035Z | Downloaded group v0.13.0 |
1224 | 2023-12-06T04:14:19.035Z | Downloaded pin-project-lite v0.2.13 |
1225 | 2023-12-06T04:14:19.040Z | Downloaded darling_core v0.14.4 |
1226 | 2023-12-06T04:14:19.048Z | Downloaded untrusted v0.9.0 |
1227 | 2023-12-06T04:14:19.051Z | Downloaded untrusted v0.7.1 |
1228 | 2023-12-06T04:14:19.055Z | Downloaded rcgen v0.11.3 |
1229 | 2023-12-06T04:14:19.058Z | Downloaded universal-hash v0.5.1 |
1230 | 2023-12-06T04:14:19.058Z | Downloaded thread-id v4.2.0 |
1231 | 2023-12-06T04:14:19.063Z | Downloaded tar v0.4.40 |
1232 | 2023-12-06T04:14:19.067Z | Downloaded rand_chacha v0.3.1 |
1233 | 2023-12-06T04:14:19.067Z | Downloaded phf v0.11.2 |
1234 | 2023-12-06T04:14:19.072Z | Downloaded hex-literal v0.4.1 |
1235 | 2023-12-06T04:14:19.072Z | Downloaded predicates v2.1.5 |
1236 | 2023-12-06T04:14:19.075Z | Downloaded data-encoding v2.4.0 |
1237 | 2023-12-06T04:14:19.082Z | Downloaded httparse v1.8.0 |
1238 | 2023-12-06T04:14:19.086Z | Downloaded crossterm v0.27.0 |
1239 | 2023-12-06T04:14:19.090Z | Downloaded relative-path v1.9.0 |
1240 | 2023-12-06T04:14:19.094Z | Downloaded parking_lot_core v0.8.6 |
1241 | 2023-12-06T04:14:19.097Z | Downloaded diff v0.1.13 |
1242 | 2023-12-06T04:14:19.102Z | Downloaded smallvec v1.11.0 |
1243 | 2023-12-06T04:14:19.105Z | Downloaded zerocopy v0.6.4 |
1244 | 2023-12-06T04:14:19.109Z | Downloaded textwrap v0.16.0 |
1245 | 2023-12-06T04:14:19.121Z | Downloaded flagset v0.4.3 |
1246 | 2023-12-06T04:14:19.121Z | Downloaded unarray v0.1.4 |
1247 | 2023-12-06T04:14:19.121Z | Downloaded schemars v0.8.13 |
1248 | 2023-12-06T04:14:19.136Z | Downloaded oso v0.27.0 |
1249 | 2023-12-06T04:14:19.141Z | Downloaded num-complex v0.4.4 |
1250 | 2023-12-06T04:14:19.145Z | Downloaded mockall_derive v0.11.4 |
1251 | 2023-12-06T04:14:19.148Z | Downloaded papergrid v0.10.0 |
1252 | 2023-12-06T04:14:19.156Z | Downloaded structopt v0.3.26 |
1253 | 2023-12-06T04:14:19.181Z | Downloaded heck v0.3.3 |
1254 | 2023-12-06T04:14:19.185Z | Downloaded termios v0.3.3 |
1255 | 2023-12-06T04:14:19.185Z | Downloaded termcolor v1.2.0 |
1256 | 2023-12-06T04:14:19.185Z | Downloaded itertools v0.11.0 |
1257 | 2023-12-06T04:14:19.189Z | Downloaded supports-color v2.1.0 |
1258 | 2023-12-06T04:14:19.189Z | Downloaded lalrpop v0.19.12 |
1259 | 2023-12-06T04:14:19.209Z | Downloaded unicode-linebreak v0.1.5 |
1260 | 2023-12-06T04:14:19.214Z | Downloaded serde_repr v0.1.16 |
1261 | 2023-12-06T04:14:19.217Z | Downloaded pest_derive v2.7.2 |
1262 | 2023-12-06T04:14:19.217Z | Downloaded futures-timer v3.0.2 |
1263 | 2023-12-06T04:14:19.221Z | Downloaded futures-task v0.3.29 |
1264 | 2023-12-06T04:14:19.228Z | Downloaded debug-ignore v1.0.5 |
1265 | 2023-12-06T04:14:19.233Z | Downloaded datatest-stable v0.2.3 |
1266 | 2023-12-06T04:14:19.233Z | Downloaded partial-io v0.5.4 |
1267 | 2023-12-06T04:14:19.233Z | Downloaded backtrace v0.3.69 |
1268 | 2023-12-06T04:14:19.239Z | Downloaded tokio-tungstenite v0.20.1 |
1269 | 2023-12-06T04:14:19.242Z | Downloaded snafu v0.7.5 |
1270 | 2023-12-06T04:14:19.252Z | Downloaded strum v0.25.0 |
1271 | 2023-12-06T04:14:19.255Z | Downloaded futures-executor v0.3.29 |
1272 | 2023-12-06T04:14:19.255Z | Downloaded humantime v2.1.0 |
1273 | 2023-12-06T04:14:19.259Z | Downloaded tinyvec v1.6.0 |
1274 | 2023-12-06T04:14:19.263Z | Downloaded indicatif v0.17.7 |
1275 | 2023-12-06T04:14:19.269Z | Downloaded smf v0.2.2 |
1276 | 2023-12-06T04:14:19.273Z | Downloaded smallvec v0.6.14 |
1277 | 2023-12-06T04:14:19.280Z | Downloaded slog-json v2.6.1 |
1278 | 2023-12-06T04:14:19.280Z | Downloaded foreign-types v0.3.2 |
1279 | 2023-12-06T04:14:19.283Z | Downloaded zone_cfg_derive v0.3.0 |
1280 | 2023-12-06T04:14:19.283Z | Downloaded parking_lot v0.11.2 |
1281 | 2023-12-06T04:14:19.283Z | Downloaded base64 v0.21.5 |
1282 | 2023-12-06T04:14:19.289Z | Downloaded slog-term v2.9.0 |
1283 | 2023-12-06T04:14:19.292Z | Downloaded once_cell v1.18.0 |
1284 | 2023-12-06T04:14:19.297Z | Downloaded parse-display v0.8.2 |
1285 | 2023-12-06T04:14:19.300Z | Downloaded num_enum_derive v0.5.11 |
1286 | 2023-12-06T04:14:19.301Z | Downloaded criterion v0.5.1 |
1287 | 2023-12-06T04:14:19.312Z | Downloaded percent-encoding v2.3.1 |
1288 | 2023-12-06T04:14:19.315Z | Downloaded stable_deref_trait v1.2.0 |
1289 | 2023-12-06T04:14:19.316Z | Downloaded base64 v0.13.1 |
1290 | 2023-12-06T04:14:19.320Z | Downloaded parking_lot v0.12.1 |
1291 | 2023-12-06T04:14:19.324Z | Downloaded similar v2.2.1 |
1292 | 2023-12-06T04:14:19.332Z | Downloaded signal-hook v0.3.17 |
1293 | 2023-12-06T04:14:19.337Z | Downloaded futures-sink v0.3.29 |
1294 | 2023-12-06T04:14:19.340Z | Downloaded version_check v0.9.4 |
1295 | 2023-12-06T04:14:19.340Z | Downloaded tui-tree-widget v0.13.0 |
1296 | 2023-12-06T04:14:19.344Z | Downloaded slab v0.4.9 |
1297 | 2023-12-06T04:14:19.344Z | Downloaded hostname v0.3.1 |
1298 | 2023-12-06T04:14:19.347Z | Downloaded generic-array v0.14.7 |
1299 | 2023-12-06T04:14:19.351Z | Downloaded ena v0.14.2 |
1300 | 2023-12-06T04:14:19.351Z | Downloaded arc-swap v1.6.0 |
1301 | 2023-12-06T04:14:19.357Z | Downloaded form_urlencoded v1.2.1 |
1302 | 2023-12-06T04:14:19.364Z | Downloaded owo-colors v3.5.0 |
1303 | 2023-12-06T04:14:19.367Z | Downloaded structmeta-derive v0.2.0 |
1304 | 2023-12-06T04:14:19.367Z | Downloaded take_mut v0.2.2 |
1305 | 2023-12-06T04:14:19.367Z | Downloaded cc v1.0.83 |
1306 | 2023-12-06T04:14:19.371Z | Downloaded serde_plain v1.0.2 |
1307 | 2023-12-06T04:14:19.375Z | Downloaded tokio-stream v0.1.14 |
1308 | 2023-12-06T04:14:19.380Z | Downloaded crypto-bigint v0.5.2 |
1309 | 2023-12-06T04:14:19.390Z | Downloaded number_prefix v0.4.0 |
1310 | 2023-12-06T04:14:19.393Z | Downloaded multer v2.1.0 |
1311 | 2023-12-06T04:14:19.397Z | Downloaded lru-cache v0.1.2 |
1312 | 2023-12-06T04:14:19.400Z | Downloaded bitfield v0.14.0 |
1313 | 2023-12-06T04:14:19.401Z | Downloaded libtest-mimic v0.6.1 |
1314 | 2023-12-06T04:14:19.404Z | Downloaded structopt-derive v0.4.18 |
1315 | 2023-12-06T04:14:19.408Z | Downloaded static_assertions v1.1.0 |
1316 | 2023-12-06T04:14:19.408Z | Downloaded managed v0.8.0 |
1317 | 2023-12-06T04:14:19.411Z | Downloaded blake2 v0.10.6 |
1318 | 2023-12-06T04:14:19.416Z | Downloaded basic-toml v0.1.4 |
1319 | 2023-12-06T04:14:19.457Z | Downloaded miniz_oxide v0.7.1 |
1320 | 2023-12-06T04:14:19.461Z | Downloaded cookie v0.18.0 |
1321 | 2023-12-06T04:14:19.461Z | Downloaded memoffset v0.7.1 |
1322 | 2023-12-06T04:14:19.461Z | Downloaded http-range v0.1.5 |
1323 | 2023-12-06T04:14:19.461Z | Downloaded xattr v1.0.1 |
1324 | 2023-12-06T04:14:19.461Z | Downloaded serde_path_to_error v0.1.14 |
1325 | 2023-12-06T04:14:19.461Z | Downloaded spki v0.7.2 |
1326 | 2023-12-06T04:14:19.461Z | Downloaded snafu-derive v0.7.5 |
1327 | 2023-12-06T04:14:19.461Z | Downloaded signature v2.1.0 |
1328 | 2023-12-06T04:14:19.461Z | Downloaded serde_tokenstream v0.2.0 |
1329 | 2023-12-06T04:14:19.461Z | Downloaded nu-ansi-term v0.49.0 |
1330 | 2023-12-06T04:14:19.465Z | Downloaded mockall v0.11.4 |
1331 | 2023-12-06T04:14:19.465Z | Downloaded memoffset v0.9.0 |
1332 | 2023-12-06T04:14:19.472Z | Downloaded linked-hash-map v0.5.6 |
1333 | 2023-12-06T04:14:19.472Z | Downloaded darling v0.14.4 |
1334 | 2023-12-06T04:14:19.477Z | Downloaded libloading v0.7.4 |
1335 | 2023-12-06T04:14:19.481Z | Downloaded ipnet v2.8.0 |
1336 | 2023-12-06T04:14:19.484Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1337 | 2023-12-06T04:14:19.484Z | Downloaded wyz v0.5.1 |
1338 | 2023-12-06T04:14:19.484Z | Downloaded utf-8 v0.7.6 |
1339 | 2023-12-06T04:14:19.488Z | Downloaded tempdir v0.3.7 |
1340 | 2023-12-06T04:14:19.488Z | Downloaded waitgroup v0.1.2 |
1341 | 2023-12-06T04:14:19.491Z | Downloaded base64ct v1.6.0 |
1342 | 2023-12-06T04:14:19.495Z | Downloaded usdt-macro v0.3.5 |
1343 | 2023-12-06T04:14:19.495Z | Downloaded thiserror-no-std v2.0.2 |
1344 | 2023-12-06T04:14:19.500Z | Downloaded textwrap v0.11.0 |
1345 | 2023-12-06T04:14:19.503Z | Downloaded tap v1.0.1 |
1346 | 2023-12-06T04:14:19.507Z | Downloaded lock_api v0.4.10 |
1347 | 2023-12-06T04:14:19.507Z | Downloaded display-error-chain v0.2.0 |
1348 | 2023-12-06T04:14:19.510Z | Downloaded crypto-common v0.1.6 |
1349 | 2023-12-06T04:14:19.510Z | Downloaded crc32fast v1.3.2 |
1350 | 2023-12-06T04:14:19.514Z | Downloaded ipnetwork v0.20.0 |
1351 | 2023-12-06T04:14:19.525Z | Downloaded blake2b_simd v1.0.1 |
1352 | 2023-12-06T04:14:19.529Z | Downloaded ansi_term v0.12.1 |
1353 | 2023-12-06T04:14:19.529Z | Downloaded darling_macro v0.20.3 |
1354 | 2023-12-06T04:14:19.529Z | Downloaded indoc v1.0.9 |
1355 | 2023-12-06T04:14:19.529Z | Downloaded bzip2 v0.4.4 |
1356 | 2023-12-06T04:14:19.534Z | Downloaded slog-stdlog v4.1.1 |
1357 | 2023-12-06T04:14:19.534Z | Downloaded assert_cmd v2.0.12 |
1358 | 2023-12-06T04:14:19.537Z | Downloaded bcs v0.1.6 |
1359 | 2023-12-06T04:14:19.538Z | Downloaded backoff v0.4.0 |
1360 | 2023-12-06T04:14:19.542Z | Downloaded assert_matches v1.5.0 |
1361 | 2023-12-06T04:14:19.545Z | Downloaded num_threads v0.1.6 |
1362 | 2023-12-06T04:14:19.545Z | Downloaded matches v0.1.10 |
1363 | 2023-12-06T04:14:19.545Z | Downloaded curve25519-dalek-derive v0.1.0 |
1364 | 2023-12-06T04:14:19.549Z | Downloaded normalize-line-endings v0.3.0 |
1365 | 2023-12-06T04:14:19.549Z | Downloaded ident_case v1.0.1 |
1366 | 2023-12-06T04:14:19.549Z | Downloaded bitflags v2.4.0 |
1367 | 2023-12-06T04:14:19.553Z | Downloaded arrayvec v0.7.4 |
1368 | 2023-12-06T04:14:19.556Z | Downloaded slog-scope v4.4.0 |
1369 | 2023-12-06T04:14:19.560Z | Downloaded slog-async v2.8.0 |
1370 | 2023-12-06T04:14:19.563Z | Downloaded serde_urlencoded v0.7.1 |
1371 | 2023-12-06T04:14:19.563Z | Downloaded num-integer v0.1.45 |
1372 | 2023-12-06T04:14:19.570Z | Downloaded nanorand v0.7.0 |
1373 | 2023-12-06T04:14:19.575Z | Downloaded macaddr v1.0.1 |
1374 | 2023-12-06T04:14:19.575Z | Downloaded lalrpop-util v0.19.12 |
1375 | 2023-12-06T04:14:19.575Z | Downloaded linear-map v1.2.0 |
1376 | 2023-12-06T04:14:19.578Z | Downloaded async-trait v0.1.74 |
1377 | 2023-12-06T04:14:19.585Z | Downloaded anes v0.1.6 |
1378 | 2023-12-06T04:14:19.589Z | Downloaded tinyvec_macros v0.1.1 |
1379 | 2023-12-06T04:14:19.589Z | Downloaded swrite v0.1.0 |
1380 | 2023-12-06T04:14:19.589Z | Downloaded serde_tokenstream v0.1.7 |
1381 | 2023-12-06T04:14:19.594Z | Downloaded olpc-cjson v0.1.3 |
1382 | 2023-12-06T04:14:19.597Z | Downloaded num v0.4.1 |
1383 | 2023-12-06T04:14:19.598Z | Downloaded libsw v3.3.0 |
1384 | 2023-12-06T04:14:19.601Z | Downloaded indoc v2.0.3 |
1385 | 2023-12-06T04:14:19.605Z | Downloaded mime v0.3.17 |
1386 | 2023-12-06T04:14:19.608Z | Downloaded crc-catalog v2.2.0 |
1387 | 2023-12-06T04:14:19.608Z | Downloaded cipher v0.4.4 |
1388 | 2023-12-06T04:14:19.611Z | Downloaded camino-tempfile v1.1.1 |
1389 | 2023-12-06T04:14:19.617Z | Downloaded buf-list v1.0.3 |
1390 | 2023-12-06T04:14:19.620Z | Downloaded argon2 v0.5.2 |
1391 | 2023-12-06T04:14:19.624Z | Downloaded libefi-sys v0.1.0 |
1392 | 2023-12-06T04:14:19.624Z | Downloaded darling v0.20.3 |
1393 | 2023-12-06T04:14:19.628Z | Downloaded chacha20 v0.9.1 |
1394 | 2023-12-06T04:14:19.631Z | Downloaded cexpr v0.6.0 |
1395 | 2023-12-06T04:14:19.635Z | Downloaded match_cfg v0.1.0 |
1396 | 2023-12-06T04:14:19.635Z | Downloaded base16ct v0.2.0 |
1397 | 2023-12-06T04:14:19.643Z | Downloaded bytecount v0.6.3 |
1398 | 2023-12-06T04:14:19.651Z | Downloaded bb8 v0.8.1 |
1399 | 2023-12-06T04:14:19.651Z | Downloaded atomic-waker v1.1.1 |
1400 | 2023-12-06T04:14:19.651Z | Downloaded serde-hex v0.1.0 |
1401 | 2023-12-06T04:14:19.652Z | Downloaded semver v0.11.0 |
1402 | 2023-12-06T04:14:19.662Z | Downloaded mime_guess v2.0.4 |
1403 | 2023-12-06T04:14:19.663Z | Downloaded ascii-canvas v3.0.0 |
1404 | 2023-12-06T04:14:19.663Z | Downloaded autocfg v1.1.0 |
1405 | 2023-12-06T04:14:19.663Z | Downloaded approx v0.5.1 |
1406 | 2023-12-06T04:14:19.668Z | Downloaded newline-converter v0.3.0 |
1407 | 2023-12-06T04:14:19.668Z | Downloaded cfg-if v0.1.10 |
1408 | 2023-12-06T04:14:19.668Z | Downloaded bytesize v1.3.0 |
1409 | 2023-12-06T04:14:19.668Z | Downloaded byteorder v1.5.0 |
1410 | 2023-12-06T04:14:19.668Z | Downloaded bit-vec v0.6.3 |
1411 | 2023-12-06T04:14:19.672Z | Downloaded bit-set v0.5.3 |
1412 | 2023-12-06T04:14:19.672Z | Downloaded adler v1.0.2 |
1413 | 2023-12-06T04:14:19.672Z | Downloaded inout v0.1.3 |
1414 | 2023-12-06T04:14:19.675Z | Downloaded constant_time_eq v0.2.6 |
1415 | 2023-12-06T04:14:19.675Z | Downloaded num-bigint v0.4.4 |
1416 | 2023-12-06T04:14:19.688Z | Downloaded serde_with v2.3.3 |
1417 | 2023-12-06T04:14:19.694Z | Downloaded new_debug_unreachable v1.0.4 |
1418 | 2023-12-06T04:14:19.697Z | Downloaded crucible-workspace-hack v0.1.0 |
1419 | 2023-12-06T04:14:19.697Z | Downloaded atomicwrites v0.4.2 |
1420 | 2023-12-06T04:14:19.701Z | Downloaded clang-sys v1.6.1 |
1421 | 2023-12-06T04:14:19.705Z | Downloaded crunchy v0.2.2 |
1422 | 2023-12-06T04:14:19.705Z | Downloaded corncobs v0.1.3 |
1423 | 2023-12-06T04:14:19.710Z | Downloaded arrayref v0.3.7 |
1424 | 2023-12-06T04:14:19.710Z | Downloaded async-recursion v1.0.5 |
1425 | 2023-12-06T04:14:19.714Z | Downloaded async-stream v0.3.5 |
1426 | 2023-12-06T04:14:19.714Z | Downloaded const-oid v0.9.5 |
1427 | 2023-12-06T04:14:19.717Z | Downloaded schemars_derive v0.8.13 |
1428 | 2023-12-06T04:14:19.721Z | Downloaded impl-trait-for-tuples v0.2.2 |
1429 | 2023-12-06T04:14:19.725Z | Downloaded crossbeam-deque v0.8.3 |
1430 | 2023-12-06T04:14:19.728Z | Downloaded crc-any v2.4.3 |
1431 | 2023-12-06T04:14:19.731Z | Downloaded crc v3.0.1 |
1432 | 2023-12-06T04:14:19.735Z | Downloaded bytes v1.5.0 |
1433 | 2023-12-06T04:14:19.739Z | Downloaded aead v0.5.2 |
1434 | 2023-12-06T04:14:19.743Z | Downloaded array-init v0.0.4 |
1435 | 2023-12-06T04:14:19.743Z | Downloaded log v0.4.20 |
1436 | 2023-12-06T04:14:19.746Z | Downloaded ciborium-ll v0.2.1 |
1437 | 2023-12-06T04:14:19.750Z | Downloaded keccak v0.1.4 |
1438 | 2023-12-06T04:14:19.753Z | Downloaded crossbeam-utils v0.8.16 |
1439 | 2023-12-06T04:14:19.760Z | Downloaded crossbeam-queue v0.3.8 |
1440 | 2023-12-06T04:14:19.760Z | Downloaded cpufeatures v0.2.9 |
1441 | 2023-12-06T04:14:19.763Z | Downloaded ciborium v0.2.1 |
1442 | 2023-12-06T04:14:19.763Z | Downloaded cast v0.3.0 |
1443 | 2023-12-06T04:14:19.767Z | Downloaded is-terminal v0.4.9 |
1444 | 2023-12-06T04:14:19.767Z | Downloaded console v0.15.7 |
1445 | 2023-12-06T04:14:19.771Z | Downloaded cancel-safe-futures v0.1.5 |
1446 | 2023-12-06T04:14:20.416Z | Compiling serde v1.0.192 |
1447 | 2023-12-06T04:14:20.416Z | Compiling autocfg v1.1.0 |
1448 | 2023-12-06T04:14:20.421Z | Checking cfg-if v1.0.0 |
1449 | 2023-12-06T04:14:20.421Z | Compiling version_check v0.9.4 |
1450 | 2023-12-06T04:14:20.421Z | Compiling syn v1.0.109 |
1451 | 2023-12-06T04:14:20.489Z | Checking libc v0.2.150 |
1452 | 2023-12-06T04:14:20.494Z | Compiling syn v2.0.32 |
1453 | 2023-12-06T04:14:20.679Z | Compiling parking_lot_core v0.9.8 |
1454 | 2023-12-06T04:14:20.742Z | Compiling libm v0.2.7 |
1455 | 2023-12-06T04:14:21.329Z | Compiling cc v1.0.83 |
1456 | 2023-12-06T04:14:21.520Z | Compiling futures-core v0.3.29 |
1457 | 2023-12-06T04:14:21.636Z | Compiling once_cell v1.18.0 |
1458 | 2023-12-06T04:14:22.032Z | Compiling serde_json v1.0.108 |
1459 | 2023-12-06T04:14:22.074Z | Compiling lock_api v0.4.10 |
1460 | 2023-12-06T04:14:22.091Z | Compiling num-traits v0.2.16 |
1461 | 2023-12-06T04:14:22.310Z | Compiling memchr v2.6.3 |
1462 | 2023-12-06T04:14:22.545Z | Compiling slab v0.4.9 |
1463 | 2023-12-06T04:14:22.651Z | Compiling futures-channel v0.3.29 |
1464 | 2023-12-06T04:14:22.702Z | Checking getrandom v0.2.10 |
1465 | 2023-12-06T04:14:22.968Z | Compiling futures-task v0.3.29 |
1466 | 2023-12-06T04:14:23.234Z | Compiling futures-util v0.3.29 |
1467 | 2023-12-06T04:14:23.256Z | Compiling typenum v1.16.0 |
1468 | 2023-12-06T04:14:23.481Z | Compiling generic-array v0.14.7 |
1469 | 2023-12-06T04:14:23.739Z | Checking scopeguard v1.2.0 |
1470 | 2023-12-06T04:14:23.916Z | Compiling log v0.4.20 |
1471 | 2023-12-06T04:14:24.046Z | Compiling pkg-config v0.3.27 |
1472 | 2023-12-06T04:14:25.412Z | Checking smallvec v1.11.0 |
1473 | 2023-12-06T04:14:25.436Z | Checking itoa v1.0.9 |
1474 | 2023-12-06T04:14:25.802Z | Compiling rustix v0.38.25 |
1475 | 2023-12-06T04:14:25.940Z | Compiling indexmap v1.9.3 |
1476 | 2023-12-06T04:14:26.077Z | Compiling schemars v0.8.13 |
1477 | 2023-12-06T04:14:26.359Z | Compiling fnv v1.0.7 |
1478 | 2023-12-06T04:14:26.381Z | Compiling vcpkg v0.2.15 |
1479 | 2023-12-06T04:14:26.522Z | Compiling httparse v1.8.0 |
1480 | 2023-12-06T04:14:27.019Z | Checking rand_core v0.6.4 |
1481 | 2023-12-06T04:14:27.179Z | Compiling ring v0.16.20 |
1482 | 2023-12-06T04:14:27.432Z | Compiling ring v0.17.5 |
1483 | 2023-12-06T04:14:28.992Z | Compiling aho-corasick v1.0.4 |
1484 | 2023-12-06T04:14:29.346Z | Compiling regex-syntax v0.8.2 |
1485 | 2023-12-06T04:14:30.125Z | Compiling openssl-sys v0.9.96 |
1486 | 2023-12-06T04:14:31.744Z | Compiling parking_lot v0.12.1 |
1487 | 2023-12-06T04:14:32.562Z | Checking pin-project-lite v0.2.13 |
1488 | 2023-12-06T04:14:32.713Z | Compiling ahash v0.8.3 |
1489 | 2023-12-06T04:14:33.195Z | Compiling serde_derive_internals v0.26.0 |
1490 | 2023-12-06T04:14:33.371Z | Checking spin v0.5.2 |
1491 | 2023-12-06T04:14:33.789Z | Compiling openssl v0.10.60 |
1492 | 2023-12-06T04:14:34.386Z | Checking signal-hook-registry v1.4.1 |
1493 | 2023-12-06T04:14:34.734Z | Compiling rustls v0.21.9 |
1494 | 2023-12-06T04:14:34.922Z | Compiling ucd-trie v0.1.6 |
1495 | 2023-12-06T04:14:35.121Z | Compiling regex-automata v0.4.3 |
1496 | 2023-12-06T04:14:35.944Z | Checking mio v0.8.9 |
1497 | 2023-12-06T04:14:36.103Z | Compiling native-tls v0.2.11 |
1498 | 2023-12-06T04:14:36.724Z | Compiling iana-time-zone v0.1.57 |
1499 | 2023-12-06T04:14:36.973Z | Compiling async-trait v0.1.74 |
1500 | 2023-12-06T04:14:37.061Z | Checking num_cpus v1.16.0 |
1501 | 2023-12-06T04:14:37.778Z | Compiling byteorder v1.5.0 |
1502 | 2023-12-06T04:14:37.955Z | Compiling unicode-xid v0.2.4 |
1503 | 2023-12-06T04:14:38.193Z | Compiling dyn-clone v1.0.13 |
1504 | 2023-12-06T04:14:38.525Z | Compiling backtrace v0.3.69 |
1505 | 2023-12-06T04:14:38.733Z | Checking socket2 v0.5.5 |
1506 | 2023-12-06T04:14:39.347Z | Compiling futures-sink v0.3.29 |
1507 | 2023-12-06T04:14:39.516Z | Compiling hashbrown v0.13.2 |
1508 | 2023-12-06T04:14:39.574Z | Compiling errno v0.3.2 |
1509 | 2023-12-06T04:14:39.624Z | Compiling crc32fast v1.3.2 |
1510 | 2023-12-06T04:14:39.901Z | Compiling tinyvec_macros v0.1.1 |
1511 | 2023-12-06T04:14:40.020Z | Compiling crossbeam-utils v0.8.16 |
1512 | 2023-12-06T04:14:40.378Z | Checking ryu v1.0.15 |
1513 | 2023-12-06T04:14:40.847Z | Compiling tinyvec v1.6.0 |
1514 | 2023-12-06T04:14:41.361Z | Compiling futures-io v0.3.29 |
1515 | 2023-12-06T04:14:41.455Z | Compiling anyhow v1.0.75 |
1516 | 2023-12-06T04:14:41.623Z | Compiling pin-utils v0.1.0 |
1517 | 2023-12-06T04:14:41.627Z | Compiling spin v0.9.8 |
1518 | 2023-12-06T04:14:41.627Z | Compiling tracing-core v0.1.31 |
1519 | 2023-12-06T04:14:41.817Z | Compiling unicode-bidi v0.3.13 |
1520 | 2023-12-06T04:14:42.130Z | Compiling regex v1.10.2 |
1521 | 2023-12-06T04:14:43.367Z | Compiling unicode-normalization v0.1.22 |
1522 | 2023-12-06T04:14:43.921Z | Compiling num-integer v0.1.45 |
1523 | 2023-12-06T04:14:44.391Z | Compiling synstructure v0.12.6 |
1524 | 2023-12-06T04:14:44.534Z | Compiling lazy_static v1.4.0 |
1525 | 2023-12-06T04:14:44.685Z | Compiling unicode-width v0.1.11 |
1526 | 2023-12-06T04:14:44.702Z | Compiling slog v2.7.0 |
1527 | 2023-12-06T04:14:44.757Z | Compiling base64 v0.21.5 |
1528 | 2023-12-06T04:14:45.066Z | Compiling serde_derive v1.0.192 |
1529 | 2023-12-06T04:14:45.225Z | Compiling thiserror-impl v1.0.49 |
1530 | 2023-12-06T04:14:45.467Z | Compiling zeroize_derive v1.4.2 |
1531 | 2023-12-06T04:14:45.803Z | Compiling tokio-macros v2.2.0 |
1532 | 2023-12-06T04:14:46.083Z | Compiling futures-macro v0.3.29 |
1533 | 2023-12-06T04:14:46.375Z | Compiling tracing-attributes v0.1.26 |
1534 | 2023-12-06T04:14:47.528Z | Compiling schemars_derive v0.8.13 |
1535 | 2023-12-06T04:14:48.246Z | Compiling openssl-macros v0.1.1 |
1536 | 2023-12-06T04:14:48.650Z | Checking zeroize v1.7.0 |
1537 | 2023-12-06T04:14:50.864Z | Compiling thiserror v1.0.49 |
1538 | 2023-12-06T04:14:51.036Z | Compiling pest v2.7.2 |
1539 | 2023-12-06T04:14:51.618Z | Compiling zerocopy-derive v0.2.0 |
1540 | 2023-12-06T04:14:51.720Z | Checking subtle v2.5.0 |
1541 | 2023-12-06T04:14:52.105Z | Compiling hashbrown v0.12.3 |
1542 | 2023-12-06T04:14:53.053Z | Compiling tracing v0.1.37 |
1543 | 2023-12-06T04:14:53.244Z | Compiling foreign-types-shared v0.1.1 |
1544 | 2023-12-06T04:14:53.382Z | Compiling percent-encoding v2.3.1 |
1545 | 2023-12-06T04:14:53.827Z | Compiling untrusted v0.9.0 |
1546 | 2023-12-06T04:14:53.831Z | Compiling rustversion v1.0.14 |
1547 | 2023-12-06T04:14:53.895Z | Compiling untrusted v0.7.1 |
1548 | 2023-12-06T04:14:53.934Z | Compiling time-core v0.1.1 |
1549 | 2023-12-06T04:14:54.072Z | Compiling openssl-probe v0.1.5 |
1550 | 2023-12-06T04:14:54.179Z | Compiling time-macros v0.2.13 |
1551 | 2023-12-06T04:14:54.927Z | Compiling pest_meta v2.7.2 |
1552 | 2023-12-06T04:14:55.777Z | Compiling foreign-types v0.3.2 |
1553 | 2023-12-06T04:14:58.752Z | Compiling pest_generator v2.7.2 |
1554 | 2023-12-06T04:15:00.151Z | Compiling try-lock v0.2.4 |
1555 | 2023-12-06T04:15:00.332Z | Compiling want v0.3.1 |
1556 | 2023-12-06T04:15:00.872Z | Compiling rustls-webpki v0.101.7 |
1557 | 2023-12-06T04:15:01.389Z | Compiling sct v0.7.0 |
1558 | 2023-12-06T04:15:02.239Z | Compiling form_urlencoded v1.2.1 |
1559 | 2023-12-06T04:15:02.753Z | Compiling zerocopy-derive v0.6.4 |
1560 | 2023-12-06T04:15:03.494Z | Compiling pest_derive v2.7.2 |
1561 | 2023-12-06T04:15:04.196Z | Compiling socket2 v0.4.9 |
1562 | 2023-12-06T04:15:04.316Z | Compiling httpdate v1.0.3 |
1563 | 2023-12-06T04:15:04.425Z | Compiling either v1.9.0 |
1564 | 2023-12-06T04:15:04.659Z | Compiling tower-service v0.3.2 |
1565 | 2023-12-06T04:15:04.946Z | Compiling rustls-pemfile v1.0.3 |
1566 | 2023-12-06T04:15:05.047Z | Compiling idna v0.5.0 |
1567 | 2023-12-06T04:15:05.597Z | Compiling memoffset v0.9.0 |
1568 | 2023-12-06T04:15:05.598Z | Compiling usdt-impl v0.3.5 |
1569 | 2023-12-06T04:15:05.983Z | Compiling adler v1.0.2 |
1570 | 2023-12-06T04:15:06.252Z | Compiling miniz_oxide v0.7.1 |
1571 | 2023-12-06T04:15:06.472Z | Compiling rustls-native-certs v0.6.3 |
1572 | 2023-12-06T04:15:06.501Z | Compiling zerocopy v0.3.0 |
1573 | 2023-12-06T04:15:07.146Z | Compiling url v2.5.0 |
1574 | 2023-12-06T04:15:07.802Z | Checking crypto-common v0.1.6 |
1575 | 2023-12-06T04:15:08.228Z | Compiling ipnet v2.8.0 |
1576 | 2023-12-06T04:15:08.245Z | Compiling signal-hook v0.3.17 |
1577 | 2023-12-06T04:15:08.452Z | Compiling dof v0.1.5 |
1578 | 2023-12-06T04:15:08.569Z | Checking bytes v1.5.0 |
1579 | 2023-12-06T04:15:08.856Z | Checking bitflags v2.4.0 |
1580 | 2023-12-06T04:15:09.273Z | Compiling dtrace-parser v0.1.14 |
1581 | 2023-12-06T04:15:09.842Z | Checking tokio v1.34.0 |
1582 | 2023-12-06T04:15:10.296Z | Compiling indexmap v2.1.0 |
1583 | 2023-12-06T04:15:10.764Z | Compiling uuid v1.6.1 |
1584 | 2023-12-06T04:15:11.987Z | Compiling semver v1.0.20 |
1585 | 2023-12-06T04:15:12.024Z | Compiling chrono v0.4.31 |
1586 | 2023-12-06T04:15:12.672Z | Compiling http v0.2.11 |
1587 | 2023-12-06T04:15:13.032Z | Compiling toml_datetime v0.6.5 |
1588 | 2023-12-06T04:15:13.214Z | Compiling serde_spanned v0.6.4 |
1589 | 2023-12-06T04:15:13.561Z | Compiling rustc_version v0.4.0 |
1590 | 2023-12-06T04:15:13.711Z | Compiling toml_edit v0.19.15 |
1591 | 2023-12-06T04:15:15.223Z | Compiling openapiv3 v2.0.0-rc.1 |
1592 | 2023-12-06T04:15:18.663Z | Compiling http-body v0.4.5 |
1593 | 2023-12-06T04:15:19.836Z | Compiling serde_urlencoded v0.7.1 |
1594 | 2023-12-06T04:15:20.092Z | Compiling clap_derive v4.4.2 |
1595 | 2023-12-06T04:15:20.684Z | Compiling crossbeam-epoch v0.9.15 |
1596 | 2023-12-06T04:15:21.037Z | Compiling thread-id v4.2.0 |
1597 | 2023-12-06T04:15:21.177Z | Compiling encoding_rs v0.8.33 |
1598 | 2023-12-06T04:15:21.358Z | Compiling webpki-roots v0.25.2 |
1599 | 2023-12-06T04:15:21.578Z | Compiling mime v0.3.17 |
1600 | 2023-12-06T04:15:22.509Z | Compiling siphasher v0.3.11 |
1601 | 2023-12-06T04:15:22.962Z | Compiling gimli v0.28.0 |
1602 | 2023-12-06T04:15:23.151Z | Checking const-oid v0.9.5 |
1603 | 2023-12-06T04:15:26.222Z | Compiling tokio-util v0.7.10 |
1604 | 2023-12-06T04:15:26.935Z | Compiling tokio-rustls v0.24.1 |
1605 | 2023-12-06T04:15:27.380Z | Compiling serde_tokenstream v0.1.7 |
1606 | 2023-12-06T04:15:27.536Z | Compiling strum_macros v0.25.2 |
1607 | 2023-12-06T04:15:28.186Z | Compiling h2 v0.3.21 |
1608 | 2023-12-06T04:15:29.044Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1609 | 2023-12-06T04:15:29.127Z | Compiling object v0.32.1 |
1610 | 2023-12-06T04:15:29.937Z | Compiling tokio-native-tls v0.3.1 |
1611 | 2023-12-06T04:15:30.242Z | Compiling addr2line v0.21.0 |
1612 | 2023-12-06T04:15:30.323Z | Compiling num-iter v0.1.43 |
1613 | 2023-12-06T04:15:30.778Z | Compiling rustc-demangle v0.1.23 |
1614 | 2023-12-06T04:15:32.398Z | Compiling flate2 v1.0.28 |
1615 | 2023-12-06T04:15:32.835Z | Compiling heapless v0.7.16 |
1616 | 2023-12-06T04:15:33.460Z | Compiling block-buffer v0.10.4 |
1617 | 2023-12-06T04:15:33.855Z | Compiling ppv-lite86 v0.2.17 |
1618 | 2023-12-06T04:15:34.019Z | Compiling doc-comment v0.3.3 |
1619 | 2023-12-06T04:15:34.631Z | Compiling usdt-macro v0.3.5 |
1620 | 2023-12-06T04:15:35.003Z | Compiling usdt-attr-macro v0.3.5 |
1621 | 2023-12-06T04:15:35.081Z | Compiling toml v0.7.8 |
1622 | 2023-12-06T04:15:35.159Z | Compiling rand_chacha v0.3.1 |
1623 | 2023-12-06T04:15:36.736Z | Compiling toml_edit v0.21.0 |
1624 | 2023-12-06T04:15:37.417Z | Compiling hex v0.4.3 |
1625 | 2023-12-06T04:15:37.782Z | Compiling digest v0.10.7 |
1626 | 2023-12-06T04:15:38.008Z | Compiling pin-project-internal v1.1.3 |
1627 | 2023-12-06T04:15:38.284Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1628 | 2023-12-06T04:15:38.385Z | Compiling bit-vec v0.6.3 |
1629 | 2023-12-06T04:15:39.520Z | Compiling hyper v0.14.27 |
1630 | 2023-12-06T04:15:40.450Z | Compiling rand v0.8.5 |
1631 | 2023-12-06T04:15:40.864Z | Compiling phf_shared v0.10.0 |
1632 | 2023-12-06T04:15:41.480Z | Compiling num-bigint v0.4.4 |
1633 | 2023-12-06T04:15:42.146Z | Compiling fixedbitset v0.4.2 |
1634 | 2023-12-06T04:15:42.774Z | Compiling precomputed-hash v0.1.1 |
1635 | 2023-12-06T04:15:42.860Z | Compiling new_debug_unreachable v1.0.4 |
1636 | 2023-12-06T04:15:42.921Z | Compiling smoltcp v0.9.1 |
1637 | 2023-12-06T04:15:42.982Z | Compiling string_cache v0.8.7 |
1638 | 2023-12-06T04:15:43.720Z | Compiling petgraph v0.6.4 |
1639 | 2023-12-06T04:15:44.072Z | Compiling bit-set v0.5.3 |
1640 | 2023-12-06T04:15:44.485Z | Compiling itertools v0.10.5 |
1641 | 2023-12-06T04:15:45.344Z | Compiling hubpack_derive v0.1.1 |
1642 | 2023-12-06T04:15:45.414Z | Compiling enum-as-inner v0.5.1 |
1643 | 2023-12-06T04:15:45.853Z | Compiling diesel_table_macro_syntax v0.1.0 |
1644 | 2023-12-06T04:15:46.478Z | Compiling unicode-segmentation v1.10.1 |
1645 | 2023-12-06T04:15:46.753Z | Compiling lalrpop-util v0.19.12 |
1646 | 2023-12-06T04:15:47.064Z | Compiling diesel_derives v2.1.2 |
1647 | 2023-12-06T04:15:47.883Z | Compiling snafu-derive v0.7.5 |
1648 | 2023-12-06T04:15:48.634Z | Compiling cpufeatures v0.2.9 |
1649 | 2023-12-06T04:15:48.769Z | Compiling sha2 v0.10.8 |
1650 | 2023-12-06T04:15:49.195Z | Compiling rustix v0.37.23 |
1651 | 2023-12-06T04:15:49.284Z | Compiling hmac v0.12.1 |
1652 | 2023-12-06T04:15:49.613Z | Compiling md-5 v0.10.5 |
1653 | 2023-12-06T04:15:49.982Z | Compiling serde_repr v0.1.16 |
1654 | 2023-12-06T04:15:50.347Z | Compiling stringprep v0.1.3 |
1655 | 2023-12-06T04:15:51.582Z | Compiling hyper-tls v0.5.0 |
1656 | 2023-12-06T04:15:51.785Z | Compiling hyper-rustls v0.24.2 |
1657 | 2023-12-06T04:15:51.890Z | Compiling hash32 v0.2.1 |
1658 | 2023-12-06T04:15:52.030Z | Checking bitflags v1.3.2 |
1659 | 2023-12-06T04:15:52.084Z | Compiling fallible-iterator v0.2.0 |
1660 | 2023-12-06T04:15:52.456Z | Compiling reqwest v0.11.22 |
1661 | 2023-12-06T04:15:52.912Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2023-12-06T04:15:53.236Z | Compiling postgres-protocol v0.6.6 |
1663 | 2023-12-06T04:15:54.992Z | Compiling terminal_size v0.2.6 |
1664 | 2023-12-06T04:15:55.289Z | Compiling phf_shared v0.11.2 |
1665 | 2023-12-06T04:15:55.887Z | Compiling block-padding v0.3.3 |
1666 | 2023-12-06T04:15:56.269Z | Compiling scheduled-thread-pool v0.2.7 |
1667 | 2023-12-06T04:15:56.430Z | Compiling managed v0.8.0 |
1668 | 2023-12-06T04:15:57.152Z | Compiling num_threads v0.1.6 |
1669 | 2023-12-06T04:15:57.172Z | Compiling deranged v0.3.8 |
1670 | 2023-12-06T04:15:57.191Z | Compiling matches v0.1.10 |
1671 | 2023-12-06T04:15:57.308Z | Compiling regex-automata v0.1.10 |
1672 | 2023-12-06T04:15:57.445Z | Compiling idna v0.2.3 |
1673 | 2023-12-06T04:15:57.614Z | Compiling clap_builder v4.4.2 |
1674 | 2023-12-06T04:15:58.014Z | Compiling bstr v0.2.17 |
1675 | 2023-12-06T04:15:58.101Z | Compiling r2d2 v0.8.10 |
1676 | 2023-12-06T04:15:58.668Z | Compiling inout v0.1.3 |
1677 | 2023-12-06T04:15:59.077Z | Compiling signal-hook-mio v0.2.3 |
1678 | 2023-12-06T04:15:59.289Z | Compiling phf v0.11.2 |
1679 | 2023-12-06T04:15:59.728Z | Compiling bzip2 v0.4.4 |
1680 | 2023-12-06T04:16:00.116Z | Compiling time v0.3.27 |
1681 | 2023-12-06T04:16:00.140Z | Compiling postgres-types v0.2.6 |
1682 | 2023-12-06T04:16:00.377Z | Compiling hubpack v0.1.2 |
1683 | 2023-12-06T04:16:01.148Z | Compiling pin-project v1.1.3 |
1684 | 2023-12-06T04:16:01.532Z | Compiling ipnetwork v0.20.0 |
1685 | 2023-12-06T04:16:01.853Z | Compiling zerocopy v0.6.4 |
1686 | 2023-12-06T04:16:02.893Z | Compiling itertools v0.11.0 |
1687 | 2023-12-06T04:16:02.951Z | Compiling futures-executor v0.3.29 |
1688 | 2023-12-06T04:16:03.903Z | Compiling float-cmp v0.9.0 |
1689 | 2023-12-06T04:16:05.101Z | Compiling predicates-core v1.0.6 |
1690 | 2023-12-06T04:16:05.688Z | Compiling whoami v1.4.1 |
1691 | 2023-12-06T04:16:06.688Z | Compiling difflib v0.4.0 |
1692 | 2023-12-06T04:16:06.927Z | Compiling data-encoding v2.4.0 |
1693 | 2023-12-06T04:16:07.726Z | Compiling static_assertions v1.1.0 |
1694 | 2023-12-06T04:16:07.859Z | Compiling normalize-line-endings v0.3.0 |
1695 | 2023-12-06T04:16:08.023Z | Compiling regex-automata v0.3.8 |
1696 | 2023-12-06T04:16:09.356Z | Compiling predicates v3.0.4 |
1697 | 2023-12-06T04:16:09.396Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1698 | 2023-12-06T04:16:10.952Z | Compiling bstr v1.6.0 |
1699 | 2023-12-06T04:16:12.110Z | Compiling trust-dns-proto v0.22.0 |
1700 | 2023-12-06T04:16:13.596Z | Compiling tokio-postgres v0.7.10 |
1701 | 2023-12-06T04:16:14.033Z | Compiling yasna v0.5.2 |
1702 | 2023-12-06T04:16:14.349Z | Compiling diesel v2.1.4 |
1703 | 2023-12-06T04:16:17.313Z | Compiling clap v4.4.3 |
1704 | 2023-12-06T04:16:17.460Z | Compiling futures v0.3.29 |
1705 | 2023-12-06T04:16:17.614Z | Compiling snafu v0.7.5 |
1706 | 2023-12-06T04:16:17.941Z | Compiling zip v0.6.6 |
1707 | 2023-12-06T04:16:18.398Z | Compiling similar v2.2.1 |
1708 | 2023-12-06T04:16:18.654Z | Compiling crossterm v0.27.0 |
1709 | 2023-12-06T04:16:18.977Z | Compiling cipher v0.4.4 |
1710 | 2023-12-06T04:16:19.788Z | Compiling signature v2.1.0 |
1711 | 2023-12-06T04:16:20.022Z | Compiling usdt v0.3.5 |
1712 | 2023-12-06T04:16:20.250Z | Compiling tokio-stream v0.1.14 |
1713 | 2023-12-06T04:16:21.748Z | Compiling console v0.15.7 |
1714 | 2023-12-06T04:16:22.145Z | Checking hashbrown v0.14.2 |
1715 | 2023-12-06T04:16:23.606Z | Checking equivalent v1.0.1 |
1716 | 2023-12-06T04:16:23.740Z | Checking unicode-ident v1.0.12 |
1717 | 2023-12-06T04:16:23.970Z | Checking proc-macro2 v1.0.69 |
1718 | 2023-12-06T04:16:25.051Z | Checking quote v1.0.33 |
1719 | 2023-12-06T04:16:26.799Z | Checking utf8parse v0.2.1 |
1720 | 2023-12-06T04:16:27.594Z | Checking anstyle v1.0.2 |
1721 | 2023-12-06T04:16:28.969Z | Checking io-lifetimes v1.0.11 |
1722 | 2023-12-06T04:16:31.671Z | Checking anstyle-parse v0.2.1 |
1723 | 2023-12-06T04:16:36.453Z | Checking colorchoice v1.0.0 |
1724 | 2023-12-06T04:16:36.614Z | Checking anstyle-query v1.0.0 |
1725 | 2023-12-06T04:16:36.775Z | Checking anstream v0.5.0 |
1726 | 2023-12-06T04:16:37.113Z | Checking clap_lex v0.5.1 |
1727 | 2023-12-06T04:16:37.116Z | Checking strsim v0.10.0 |
1728 | 2023-12-06T04:16:38.280Z | Checking winnow v0.5.15 |
1729 | 2023-12-06T04:16:43.359Z | Compiling serde_tokenstream v0.2.0 |
1730 | 2023-12-06T04:16:48.245Z | Compiling regress v0.7.1 |
1731 | 2023-12-06T04:16:54.260Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1732 | 2023-12-06T04:17:01.696Z | Compiling getopts v0.2.21 |
1733 | 2023-12-06T04:17:02.689Z | Compiling unsafe-libyaml v0.2.9 |
1734 | 2023-12-06T04:17:03.469Z | Checking heck v0.4.1 |
1735 | 2023-12-06T04:17:03.772Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1736 | 2023-12-06T04:17:04.774Z | Compiling ident_case v1.0.1 |
1737 | 2023-12-06T04:17:04.957Z | Compiling serde_yaml v0.9.25 |
1738 | 2023-12-06T04:17:05.015Z | Checking fastrand v2.0.0 |
1739 | 2023-12-06T04:17:05.526Z | Checking tempfile v3.8.1 |
1740 | 2023-12-06T04:17:05.762Z | Checking match_cfg v0.1.0 |
1741 | 2023-12-06T04:17:05.885Z | Checking hostname v0.3.1 |
1742 | 2023-12-06T04:17:06.027Z | Checking atty v0.2.14 |
1743 | 2023-12-06T04:17:06.066Z | Checking quick-error v1.2.3 |
1744 | 2023-12-06T04:17:06.086Z | Compiling paste v1.0.14 |
1745 | 2023-12-06T04:17:06.182Z | Checking crossbeam-channel v0.5.8 |
1746 | 2023-12-06T04:17:06.244Z | Checking sha1 v0.10.6 |
1747 | 2023-12-06T04:17:06.678Z | Checking dirs-sys-next v0.1.2 |
1748 | 2023-12-06T04:17:06.931Z | Checking dirs-next v2.0.0 |
1749 | 2023-12-06T04:17:07.115Z | Checking thread_local v1.1.7 |
1750 | 2023-12-06T04:17:07.342Z | Checking instant v0.1.12 |
1751 | 2023-12-06T04:17:07.494Z | Compiling slog-async v2.8.0 |
1752 | 2023-12-06T04:17:07.561Z | Checking term v0.7.0 |
1753 | 2023-12-06T04:17:08.247Z | Checking camino v1.1.6 |
1754 | 2023-12-06T04:17:08.380Z | Compiling multer v2.1.0 |
1755 | 2023-12-06T04:17:08.846Z | Checking take_mut v0.2.2 |
1756 | 2023-12-06T04:17:09.087Z | Checking slog-term v2.9.0 |
1757 | 2023-12-06T04:17:09.170Z | Compiling darling_core v0.20.3 |
1758 | 2023-12-06T04:17:09.494Z | Checking slog-json v2.6.1 |
1759 | 2023-12-06T04:17:09.875Z | Compiling async-stream-impl v0.3.5 |
1760 | 2023-12-06T04:17:09.883Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1761 | 2023-12-06T04:17:10.323Z | Checking atomic-waker v1.1.1 |
1762 | 2023-12-06T04:17:10.511Z | Checking debug-ignore v1.0.5 |
1763 | 2023-12-06T04:17:10.742Z | Checking waitgroup v0.1.2 |
1764 | 2023-12-06T04:17:11.017Z | Checking slog-bunyan v2.4.0 |
1765 | 2023-12-06T04:17:11.932Z | Checking toml v0.8.8 |
1766 | 2023-12-06T04:17:12.229Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1767 | 2023-12-06T04:17:12.269Z | Checking async-stream v0.3.5 |
1768 | 2023-12-06T04:17:12.437Z | Checking serde_path_to_error v0.1.14 |
1769 | 2023-12-06T04:17:12.546Z | Checking strum v0.25.0 |
1770 | 2023-12-06T04:17:12.752Z | Compiling structmeta-derive v0.2.0 |
1771 | 2023-12-06T04:17:13.117Z | Checking wait-timeout v0.2.0 |
1772 | 2023-12-06T04:17:13.363Z | Checking rusty-fork v0.3.0 |
1773 | 2023-12-06T04:17:13.467Z | Checking rand_xorshift v0.3.0 |
1774 | 2023-12-06T04:17:13.701Z | Checking unarray v0.1.4 |
1775 | 2023-12-06T04:17:13.796Z | Compiling regex-syntax v0.7.5 |
1776 | 2023-12-06T04:17:13.912Z | Checking proptest v1.4.0 |
1777 | 2023-12-06T04:17:18.015Z | Compiling structmeta v0.2.0 |
1778 | 2023-12-06T04:17:18.691Z | Checking backoff v0.4.0 |
1779 | 2023-12-06T04:17:19.139Z | Compiling test-strategy v0.3.1 |
1780 | 2023-12-06T04:17:19.855Z | Compiling darling_macro v0.20.3 |
1781 | 2023-12-06T04:17:21.558Z | Compiling darling v0.20.3 |
1782 | 2023-12-06T04:17:21.616Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1783 | 2023-12-06T04:17:21.719Z | Compiling serde_with_macros v2.3.3 |
1784 | 2023-12-06T04:17:21.827Z | Checking macaddr v1.0.1 |
1785 | 2023-12-06T04:17:22.177Z | Checking camino-tempfile v1.1.1 |
1786 | 2023-12-06T04:17:22.340Z | Checking is-terminal v0.4.9 |
1787 | 2023-12-06T04:17:22.503Z | Compiling proc-macro-error-attr v1.0.4 |
1788 | 2023-12-06T04:17:22.587Z | Compiling proc-macro-error v1.0.4 |
1789 | 2023-12-06T04:17:23.259Z | Compiling proc-macro-crate v1.3.1 |
1790 | 2023-12-06T04:17:23.485Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1791 | 2023-12-06T04:17:24.136Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1792 | 2023-12-06T04:17:25.085Z | Checking termtree v0.4.1 |
1793 | 2023-12-06T04:17:25.384Z | Checking predicates-tree v1.0.9 |
1794 | 2023-12-06T04:17:25.402Z | Compiling num_enum_derive v0.5.11 |
1795 | 2023-12-06T04:17:25.652Z | Checking base64ct v1.6.0 |
1796 | 2023-12-06T04:17:25.741Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1797 | 2023-12-06T04:17:25.919Z | Compiling parse-display-derive v0.8.2 |
1798 | 2023-12-06T04:17:26.173Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1799 | 2023-12-06T04:17:26.191Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1800 | 2023-12-06T04:17:26.287Z | Checking postcard-cobs v0.1.5-pre |
1801 | 2023-12-06T04:17:26.317Z | Checking serde_with v2.3.3 |
1802 | 2023-12-06T04:17:26.420Z | Compiling crucible-workspace-hack v0.1.0 |
1803 | 2023-12-06T04:17:26.534Z | Checking postcard v0.7.3 |
1804 | 2023-12-06T04:17:26.656Z | Checking smoltcp v0.8.2 |
1805 | 2023-12-06T04:17:26.871Z | Compiling foreign-types-macros v0.2.3 |
1806 | 2023-12-06T04:17:27.161Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-12-06T04:17:27.599Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1808 | 2023-12-06T04:17:28.030Z | Checking foreign-types-shared v0.3.1 |
1809 | 2023-12-06T04:17:28.186Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1810 | 2023-12-06T04:17:28.434Z | Checking cfg-if v0.1.10 |
1811 | 2023-12-06T04:17:29.006Z | Checking foreign-types v0.5.0 |
1812 | 2023-12-06T04:17:29.146Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1813 | 2023-12-06T04:17:29.192Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-12-06T04:17:30.047Z | Checking num_enum v0.5.11 |
1815 | 2023-12-06T04:17:30.253Z | Checking cstr-argument v0.1.2 |
1816 | 2023-12-06T04:17:30.488Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1817 | 2023-12-06T04:17:30.500Z | Checking pretty-hex v0.2.1 |
1818 | 2023-12-06T04:17:30.685Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1819 | 2023-12-06T04:17:30.851Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1820 | 2023-12-06T04:17:31.160Z | Checking colored v2.0.4 |
1821 | 2023-12-06T04:17:31.243Z | Compiling zone_cfg_derive v0.3.0 |
1822 | 2023-12-06T04:17:31.265Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1823 | 2023-12-06T04:17:31.516Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1824 | 2023-12-06T04:17:31.793Z | Checking predicates v2.1.5 |
1825 | 2023-12-06T04:17:32.377Z | Compiling mockall_derive v0.11.4 |
1826 | 2023-12-06T04:17:32.841Z | Compiling num-derive v0.4.0 |
1827 | 2023-12-06T04:17:33.718Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-12-06T04:17:33.779Z | Checking downcast v0.11.0 |
1829 | 2023-12-06T04:17:33.798Z | Checking parse-display v0.8.2 |
1830 | 2023-12-06T04:17:34.030Z | Checking fragile v2.0.0 |
1831 | 2023-12-06T04:17:34.071Z | Checking zone v0.3.0 |
1832 | 2023-12-06T04:17:34.425Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1833 | 2023-12-06T04:17:34.499Z | Checking smf v0.2.2 |
1834 | 2023-12-06T04:17:34.832Z | Checking filetime v0.2.23 |
1835 | 2023-12-06T04:17:35.033Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1836 | 2023-12-06T04:17:35.202Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1837 | 2023-12-06T04:17:35.222Z | Checking xattr v1.0.1 |
1838 | 2023-12-06T04:17:35.244Z | Checking pem v3.0.2 |
1839 | 2023-12-06T04:17:35.481Z | Checking tar v0.4.40 |
1840 | 2023-12-06T04:17:35.684Z | Checking linked-hash-map v0.5.6 |
1841 | 2023-12-06T04:17:35.942Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1842 | 2023-12-06T04:17:36.204Z | Checking lru-cache v0.1.2 |
1843 | 2023-12-06T04:17:36.349Z | Checking headers-core v0.2.0 |
1844 | 2023-12-06T04:17:36.470Z | Checking password-hash v0.5.0 |
1845 | 2023-12-06T04:17:36.544Z | Checking headers v0.3.9 |
1846 | 2023-12-06T04:17:36.771Z | Checking blake2 v0.10.6 |
1847 | 2023-12-06T04:17:36.809Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1848 | 2023-12-06T04:17:37.209Z | Checking base64 v0.13.1 |
1849 | 2023-12-06T04:17:37.441Z | Checking argon2 v0.5.2 |
1850 | 2023-12-06T04:17:37.503Z | Checking rcgen v0.11.3 |
1851 | 2023-12-06T04:17:37.829Z | Checking pem v1.1.1 |
1852 | 2023-12-06T04:17:38.148Z | Checking atomicwrites v0.4.2 |
1853 | 2023-12-06T04:17:38.410Z | Checking subprocess v0.2.9 |
1854 | 2023-12-06T04:17:38.414Z | Checking arc-swap v1.6.0 |
1855 | 2023-12-06T04:17:38.414Z | Compiling cancel-safe-futures v0.1.5 |
1856 | 2023-12-06T04:17:38.448Z | Checking half v1.8.2 |
1857 | 2023-12-06T04:17:38.543Z | Checking ciborium-io v0.2.1 |
1858 | 2023-12-06T04:17:38.722Z | Checking textwrap v0.11.0 |
1859 | 2023-12-06T04:17:38.947Z | Compiling heck v0.3.3 |
1860 | 2023-12-06T04:17:39.014Z | Checking ansi_term v0.12.1 |
1861 | 2023-12-06T04:17:39.075Z | Checking ciborium-ll v0.2.1 |
1862 | 2023-12-06T04:17:39.131Z | Checking slog-scope v4.4.0 |
1863 | 2023-12-06T04:17:39.246Z | Compiling libefi-sys v0.1.0 |
1864 | 2023-12-06T04:17:39.410Z | Checking strsim v0.8.0 |
1865 | 2023-12-06T04:17:39.466Z | Checking vec_map v0.8.2 |
1866 | 2023-12-06T04:17:39.539Z | Checking ciborium v0.2.1 |
1867 | 2023-12-06T04:17:39.576Z | Compiling structopt-derive v0.4.18 |
1868 | 2023-12-06T04:17:39.679Z | Checking slog-stdlog v4.1.1 |
1869 | 2023-12-06T04:17:39.860Z | Checking clap v2.34.0 |
1870 | 2023-12-06T04:17:39.907Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1871 | 2023-12-06T04:17:40.348Z | Checking slog-envlogger v2.2.0 |
1872 | 2023-12-06T04:17:40.717Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1873 | 2023-12-06T04:17:41.179Z | Checking resolv-conf v0.7.0 |
1874 | 2023-12-06T04:17:41.250Z | Compiling slog-dtrace v0.2.3 |
1875 | 2023-12-06T04:17:41.271Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1876 | 2023-12-06T04:17:41.612Z | Compiling convert_case v0.4.0 |
1877 | 2023-12-06T04:17:41.702Z | Checking trust-dns-resolver v0.22.0 |
1878 | 2023-12-06T04:17:42.388Z | Checking fxhash v0.2.1 |
1879 | 2023-12-06T04:17:42.631Z | Checking itertools v0.12.0 |
1880 | 2023-12-06T04:17:43.168Z | Compiling derive_more v0.99.17 |
1881 | 2023-12-06T04:17:44.243Z | Checking pem-rfc7468 v0.7.0 |
1882 | 2023-12-06T04:17:44.559Z | Compiling der_derive v0.7.2 |
1883 | 2023-12-06T04:17:44.658Z | Checking flagset v0.4.3 |
1884 | 2023-12-06T04:17:44.679Z | Checking structopt v0.3.26 |
1885 | 2023-12-06T04:17:44.936Z | Checking termcolor v1.2.0 |
1886 | 2023-12-06T04:17:45.221Z | Compiling same-file v1.0.6 |
1887 | 2023-12-06T04:17:45.591Z | Compiling radium v0.7.0 |
1888 | 2023-12-06T04:17:45.606Z | Compiling walkdir v2.4.0 |
1889 | 2023-12-06T04:17:46.198Z | Checking mockall v0.11.4 |
1890 | 2023-12-06T04:17:46.318Z | Compiling semver-parser v0.10.2 |
1891 | 2023-12-06T04:17:46.880Z | Checking tap v1.0.1 |
1892 | 2023-12-06T04:17:46.960Z | Compiling maybe-uninit v2.0.0 |
1893 | 2023-12-06T04:17:47.117Z | Checking wyz v0.5.1 |
1894 | 2023-12-06T04:17:47.746Z | Compiling semver v0.11.0 |
1895 | 2023-12-06T04:17:48.416Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1896 | 2023-12-06T04:17:48.434Z | Compiling num-rational v0.4.1 |
1897 | 2023-12-06T04:17:48.929Z | Checking der v0.7.8 |
1898 | 2023-12-06T04:17:49.047Z | Checking funty v2.0.0 |
1899 | 2023-12-06T04:17:49.247Z | Compiling packed_struct v0.10.1 |
1900 | 2023-12-06T04:17:49.325Z | Compiling num-bigint-dig v0.8.4 |
1901 | 2023-12-06T04:17:49.775Z | Compiling home v0.5.5 |
1902 | 2023-12-06T04:17:49.909Z | Checking crc-catalog v2.2.0 |
1903 | 2023-12-06T04:17:50.055Z | Compiling toolchain_find v0.2.0 |
1904 | 2023-12-06T04:17:50.103Z | Checking crc v3.0.1 |
1905 | 2023-12-06T04:17:50.879Z | Checking bitvec v1.0.1 |
1906 | 2023-12-06T04:17:50.975Z | Checking hkdf v0.12.3 |
1907 | 2023-12-06T04:17:51.275Z | Compiling toml v0.5.11 |
1908 | 2023-12-06T04:17:51.692Z | Compiling packed_struct_codegen v0.10.1 |
1909 | 2023-12-06T04:17:52.107Z | Checking spki v0.7.2 |
1910 | 2023-12-06T04:17:52.527Z | Checking pkcs8 v0.10.2 |
1911 | 2023-12-06T04:17:52.921Z | Checking nodrop v0.1.14 |
1912 | 2023-12-06T04:17:53.079Z | Checking array-init v0.0.4 |
1913 | 2023-12-06T04:17:53.505Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1914 | 2023-12-06T04:17:53.789Z | Checking pkcs1 v0.7.5 |
1915 | 2023-12-06T04:17:54.029Z | Compiling omicron-zone-package v0.9.1 |
1916 | 2023-12-06T04:17:54.430Z | Compiling rustfmt-wrapper v0.2.0 |
1917 | 2023-12-06T04:17:54.860Z | Checking smallvec v0.6.14 |
1918 | 2023-12-06T04:17:56.564Z | Checking newline-converter v0.3.0 |
1919 | 2023-12-06T04:17:56.770Z | Checking num-complex v0.4.4 |
1920 | 2023-12-06T04:17:57.645Z | Checking keccak v0.1.4 |
1921 | 2023-12-06T04:17:57.999Z | Checking utf-8 v0.7.6 |
1922 | 2023-12-06T04:17:58.125Z | Checking bitfield v0.14.0 |
1923 | 2023-12-06T04:17:58.281Z | Checking num v0.4.1 |
1924 | 2023-12-06T04:17:58.297Z | Checking tungstenite v0.20.1 |
1925 | 2023-12-06T04:17:58.419Z | Checking sha3 v0.10.8 |
1926 | 2023-12-06T04:17:58.565Z | Checking expectorate v1.1.0 |
1927 | 2023-12-06T04:17:58.770Z | Checking rsa v0.9.2 |
1928 | 2023-12-06T04:17:58.796Z | Checking serde-hex v0.1.0 |
1929 | 2023-12-06T04:17:59.031Z | Checking x509-cert v0.2.4 |
1930 | 2023-12-06T04:17:59.563Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1931 | 2023-12-06T04:17:59.755Z | Checking env_logger v0.10.0 |
1932 | 2023-12-06T04:17:59.925Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1933 | 2023-12-06T04:18:00.268Z | Checking ron v0.8.1 |
1934 | 2023-12-06T04:18:00.453Z | Checking secrecy v0.8.0 |
1935 | 2023-12-06T04:18:00.827Z | Checking crc-any v2.4.3 |
1936 | 2023-12-06T04:18:01.114Z | Checking tokio-tungstenite v0.20.1 |
1937 | 2023-12-06T04:18:01.410Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1938 | 2023-12-06T04:18:01.743Z | Checking object v0.30.4 |
1939 | 2023-12-06T04:18:01.910Z | Checking path-slash v0.1.5 |
1940 | 2023-12-06T04:18:01.944Z | Compiling buf-list v1.0.3 |
1941 | 2023-12-06T04:18:02.094Z | Checking glob v0.3.1 |
1942 | 2023-12-06T04:18:02.145Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1943 | 2023-12-06T04:18:02.373Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1944 | 2023-12-06T04:18:02.460Z | Checking swrite v0.1.0 |
1945 | 2023-12-06T04:18:02.552Z | Compiling parking_lot_core v0.8.6 |
1946 | 2023-12-06T04:18:02.763Z | Checking nibble_vec v0.1.0 |
1947 | 2023-12-06T04:18:03.032Z | Checking endian-type v0.1.2 |
1948 | 2023-12-06T04:18:03.328Z | Checking radix_trie v0.2.1 |
1949 | 2023-12-06T04:18:03.428Z | Checking pretty-hex v0.4.0 |
1950 | 2023-12-06T04:18:03.671Z | Checking libsw v3.3.0 |
1951 | 2023-12-06T04:18:03.758Z | Checking parking_lot v0.11.2 |
1952 | 2023-12-06T04:18:03.974Z | Checking trust-dns-client v0.22.0 |
1953 | 2023-12-06T04:18:04.066Z | Compiling derive-where v1.2.6 |
1954 | 2023-12-06T04:18:04.272Z | Checking sled v0.34.7 |
1955 | 2023-12-06T04:18:05.026Z | Checking linear-map v1.2.0 |
1956 | 2023-12-06T04:18:05.524Z | Compiling semver v0.1.20 |
1957 | 2023-12-06T04:18:05.998Z | Checking trust-dns-server v0.22.1 |
1958 | 2023-12-06T04:18:06.071Z | Checking owo-colors v3.5.0 |
1959 | 2023-12-06T04:18:06.668Z | Compiling rustc_version v0.1.7 |
1960 | 2023-12-06T04:18:07.435Z | Compiling newtype_derive v0.1.6 |
1961 | 2023-12-06T04:18:07.869Z | Checking crossbeam-deque v0.8.3 |
1962 | 2023-12-06T04:18:08.347Z | Compiling unicase v2.7.0 |
1963 | 2023-12-06T04:18:08.820Z | Compiling rayon-core v1.12.0 |
1964 | 2023-12-06T04:18:08.990Z | Compiling platforms v3.0.2 |
1965 | 2023-12-06T04:18:09.705Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1966 | 2023-12-06T04:18:10.313Z | Compiling memoffset v0.7.1 |
1967 | 2023-12-06T04:18:10.361Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1968 | 2023-12-06T04:18:10.411Z | Checking steno v0.4.0 |
1969 | 2023-12-06T04:18:10.535Z | Compiling curve25519-dalek v4.1.0 |
1970 | 2023-12-06T04:18:10.637Z | Checking rayon v1.8.0 |
1971 | 2023-12-06T04:18:11.470Z | Checking globset v0.4.13 |
1972 | 2023-12-06T04:18:11.607Z | Checking olpc-cjson v0.1.3 |
1973 | 2023-12-06T04:18:11.916Z | Checking serde_plain v1.0.2 |
1974 | 2023-12-06T04:18:12.084Z | Checking ff v0.13.0 |
1975 | 2023-12-06T04:18:12.243Z | Compiling async-recursion v1.0.5 |
1976 | 2023-12-06T04:18:12.311Z | Checking typed-path v0.6.0 |
1977 | 2023-12-06T04:18:12.389Z | Checking group v0.13.0 |
1978 | 2023-12-06T04:18:12.621Z | Compiling mime_guess v2.0.4 |
1979 | 2023-12-06T04:18:14.237Z | Checking universal-hash v0.5.1 |
1980 | 2023-12-06T04:18:14.265Z | Checking crypto-bigint v0.5.2 |
1981 | 2023-12-06T04:18:14.500Z | Compiling thiserror-impl-no-std v2.0.2 |
1982 | 2023-12-06T04:18:14.794Z | Compiling curve25519-dalek-derive v0.1.0 |
1983 | 2023-12-06T04:18:15.433Z | Checking tough v0.15.0 |
1984 | 2023-12-06T04:18:17.152Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1985 | 2023-12-06T04:18:17.170Z | Checking base16ct v0.2.0 |
1986 | 2023-12-06T04:18:17.383Z | Checking opaque-debug v0.3.0 |
1987 | 2023-12-06T04:18:17.427Z | Compiling salty v0.2.0 |
1988 | 2023-12-06T04:18:17.499Z | Checking display-error-chain v0.2.0 |
1989 | 2023-12-06T04:18:17.583Z | Checking signature v1.6.4 |
1990 | 2023-12-06T04:18:17.753Z | Checking ed25519 v1.5.3 |
1991 | 2023-12-06T04:18:17.777Z | Checking poly1305 v0.8.0 |
1992 | 2023-12-06T04:18:17.981Z | Checking elliptic-curve v0.13.5 |
1993 | 2023-12-06T04:18:18.351Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1994 | 2023-12-06T04:18:18.730Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1995 | 2023-12-06T04:18:18.907Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1996 | 2023-12-06T04:18:19.170Z | Checking chacha20 v0.9.1 |
1997 | 2023-12-06T04:18:19.257Z | Checking serde-big-array v0.5.1 |
1998 | 2023-12-06T04:18:19.599Z | Checking aead v0.5.2 |
1999 | 2023-12-06T04:18:19.693Z | Checking kstat-rs v0.2.3 |
2000 | 2023-12-06T04:18:19.900Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2001 | 2023-12-06T04:18:19.955Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2002 | 2023-12-06T04:18:20.178Z | Checking thiserror-no-std v2.0.2 |
2003 | 2023-12-06T04:18:20.231Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2004 | 2023-12-06T04:18:20.316Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2005 | 2023-12-06T04:18:20.333Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2006 | 2023-12-06T04:18:21.172Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2007 | 2023-12-06T04:18:21.349Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2008 | 2023-12-06T04:18:22.080Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2009 | 2023-12-06T04:18:22.496Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2010 | 2023-12-06T04:18:23.278Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2011 | 2023-12-06T04:18:23.854Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2012 | 2023-12-06T04:18:25.164Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2013 | 2023-12-06T04:18:25.664Z | Checking vsss-rs v3.3.1 |
2014 | 2023-12-06T04:18:26.262Z | Checking chacha20poly1305 v0.10.1 |
2015 | 2023-12-06T04:18:27.938Z | Checking signal-hook-tokio v0.3.1 |
2016 | 2023-12-06T04:18:28.189Z | Checking serde-big-array v0.4.1 |
2017 | 2023-12-06T04:18:28.426Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2018 | 2023-12-06T04:18:28.529Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2019 | 2023-12-06T04:18:30.184Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2020 | 2023-12-06T04:18:30.413Z | Checking bcs v0.1.6 |
2021 | 2023-12-06T04:18:31.213Z | Checking corncobs v0.1.3 |
2022 | 2023-12-06T04:18:31.475Z | Checking highway v1.1.0 |
2023 | 2023-12-06T04:18:31.754Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2024 | 2023-12-06T04:18:31.804Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2025 | 2023-12-06T04:18:32.117Z | Compiling portable-atomic v1.4.3 |
2026 | 2023-12-06T04:18:32.183Z | Checking http-range v0.1.5 |
2027 | 2023-12-06T04:18:32.421Z | Compiling crunchy v0.2.2 |
2028 | 2023-12-06T04:18:33.029Z | Checking hyper-staticfile v0.9.5 |
2029 | 2023-12-06T04:18:33.482Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2030 | 2023-12-06T04:18:33.636Z | Compiling clang-sys v1.6.1 |
2031 | 2023-12-06T04:18:33.780Z | Checking assert_matches v1.5.0 |
2032 | 2023-12-06T04:18:33.897Z | Compiling prettyplease v0.2.12 |
2033 | 2023-12-06T04:18:34.316Z | Compiling tiny-keccak v2.0.2 |
2034 | 2023-12-06T04:18:35.153Z | Compiling darling_core v0.14.4 |
2035 | 2023-12-06T04:18:36.606Z | Compiling minimal-lexical v0.2.1 |
2036 | 2023-12-06T04:18:37.583Z | Checking humantime v2.1.0 |
2037 | 2023-12-06T04:18:37.587Z | Checking number_prefix v0.4.0 |
2038 | 2023-12-06T04:18:37.712Z | Checking indicatif v0.17.7 |
2039 | 2023-12-06T04:18:37.856Z | Compiling nom v7.1.3 |
2040 | 2023-12-06T04:18:38.905Z | Compiling ascii-canvas v3.0.0 |
2041 | 2023-12-06T04:18:40.222Z | Compiling ena v0.14.2 |
2042 | 2023-12-06T04:18:40.901Z | Compiling libloading v0.7.4 |
2043 | 2023-12-06T04:18:40.918Z | Compiling diff v0.1.13 |
2044 | 2023-12-06T04:18:41.535Z | Compiling regex-syntax v0.6.29 |
2045 | 2023-12-06T04:18:41.611Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2046 | 2023-12-06T04:18:42.052Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2047 | 2023-12-06T04:18:44.443Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2048 | 2023-12-06T04:18:44.832Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2049 | 2023-12-06T04:18:45.545Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2050 | 2023-12-06T04:18:46.426Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2051 | 2023-12-06T04:18:46.593Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2052 | 2023-12-06T04:18:47.388Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2053 | 2023-12-06T04:18:47.616Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2054 | 2023-12-06T04:18:48.403Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2055 | 2023-12-06T04:18:49.508Z | Compiling darling_macro v0.14.4 |
2056 | 2023-12-06T04:18:50.315Z | Compiling bindgen v0.65.1 |
2057 | 2023-12-06T04:18:50.971Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2058 | 2023-12-06T04:18:51.362Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2059 | 2023-12-06T04:18:51.666Z | Compiling darling v0.14.4 |
2060 | 2023-12-06T04:18:51.830Z | Compiling lalrpop v0.19.12 |
2061 | 2023-12-06T04:18:52.097Z | Compiling cexpr v0.6.0 |
2062 | 2023-12-06T04:18:58.460Z | Compiling which v4.4.0 |
2063 | 2023-12-06T04:18:59.455Z | Compiling peeking_take_while v0.1.2 |
2064 | 2023-12-06T04:18:59.646Z | Checking maplit v1.0.2 |
2065 | 2023-12-06T04:18:59.796Z | Compiling shlex v1.1.0 |
2066 | 2023-12-06T04:19:00.225Z | Compiling rustc-hash v1.1.0 |
2067 | 2023-12-06T04:19:00.443Z | Compiling lazycell v1.3.0 |
2068 | 2023-12-06T04:19:00.725Z | Compiling ref-cast v1.0.20 |
2069 | 2023-12-06T04:19:04.105Z | Compiling derive_builder_core v0.12.0 |
2070 | 2023-12-06T04:19:08.256Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2071 | 2023-12-06T04:19:08.363Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2072 | 2023-12-06T04:19:09.207Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2073 | 2023-12-06T04:19:10.454Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2074 | 2023-12-06T04:19:10.836Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2075 | 2023-12-06T04:19:10.939Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2076 | 2023-12-06T04:19:13.398Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2077 | 2023-12-06T04:19:16.384Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2078 | 2023-12-06T04:19:16.423Z | Compiling ref-cast-impl v1.0.20 |
2079 | 2023-12-06T04:19:16.574Z | Compiling libxml v0.3.3 |
2080 | 2023-12-06T04:19:16.826Z | Compiling derive_builder_macro v0.12.0 |
2081 | 2023-12-06T04:19:17.167Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2082 | 2023-12-06T04:19:17.775Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2083 | 2023-12-06T04:19:18.191Z | Compiling strum_macros v0.24.3 |
2084 | 2023-12-06T04:19:18.522Z | Compiling fs-err v2.11.0 |
2085 | 2023-12-06T04:19:18.956Z | Compiling cookie v0.18.0 |
2086 | 2023-12-06T04:19:19.384Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2087 | 2023-12-06T04:19:19.388Z | Compiling indoc v1.0.9 |
2088 | 2023-12-06T04:19:20.188Z | Checking derive_builder v0.12.0 |
2089 | 2023-12-06T04:19:21.185Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2090 | 2023-12-06T04:19:23.329Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2091 | 2023-12-06T04:19:23.920Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2092 | 2023-12-06T04:19:24.572Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2093 | 2023-12-06T04:19:24.764Z | Checking bb8 v0.8.1 |
2094 | 2023-12-06T04:19:24.777Z | Checking quick-xml v0.23.1 |
2095 | 2023-12-06T04:19:24.993Z | Compiling impl-trait-for-tuples v0.2.2 |
2096 | 2023-12-06T04:19:25.384Z | Compiling oso-derive v0.27.0 |
2097 | 2023-12-06T04:19:25.758Z | Checking smawk v0.3.1 |
2098 | 2023-12-06T04:19:26.060Z | Checking unicode-linebreak v0.1.5 |
2099 | 2023-12-06T04:19:26.731Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2100 | 2023-12-06T04:19:26.766Z | Checking textwrap v0.16.0 |
2101 | 2023-12-06T04:19:27.724Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2102 | 2023-12-06T04:19:28.010Z | Checking bytesize v1.3.0 |
2103 | 2023-12-06T04:19:28.053Z | Checking is_ci v1.1.1 |
2104 | 2023-12-06T04:19:28.227Z | Checking supports-color v2.1.0 |
2105 | 2023-12-06T04:19:28.371Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2106 | 2023-12-06T04:19:28.496Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2107 | 2023-12-06T04:19:28.728Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2108 | 2023-12-06T04:19:29.033Z | Checking cassowary v0.3.0 |
2109 | 2023-12-06T04:19:29.673Z | Compiling indoc v2.0.3 |
2110 | 2023-12-06T04:19:29.926Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2111 | 2023-12-06T04:19:30.272Z | Checking rtoolbox v0.0.1 |
2112 | 2023-12-06T04:19:30.562Z | Checking rpassword v7.3.1 |
2113 | 2023-12-06T04:19:30.772Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2114 | 2023-12-06T04:19:31.492Z | Checking ratatui v0.23.0 |
2115 | 2023-12-06T04:19:31.985Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2116 | 2023-12-06T04:19:32.414Z | Checking shell-words v1.1.0 |
2117 | 2023-12-06T04:19:32.688Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2118 | 2023-12-06T04:19:33.726Z | Checking fatfs v0.3.6 |
2119 | 2023-12-06T04:19:35.344Z | Checking yansi v0.5.1 |
2120 | 2023-12-06T04:19:35.392Z | Checking plotters-backend v0.3.5 |
2121 | 2023-12-06T04:19:35.418Z | Checking tui-tree-widget v0.13.0 |
2122 | 2023-12-06T04:19:35.738Z | Checking pretty_assertions v1.4.0 |
2123 | 2023-12-06T04:19:35.834Z | Checking rand v0.4.6 |
2124 | 2023-12-06T04:19:35.985Z | Checking plotters-svg v0.3.5 |
2125 | 2023-12-06T04:19:36.008Z | Compiling vte_generate_state_changes v0.1.1 |
2126 | 2023-12-06T04:19:36.297Z | Checking cast v0.3.0 |
2127 | 2023-12-06T04:19:36.822Z | Checking remove_dir_all v0.5.3 |
2128 | 2023-12-06T04:19:36.926Z | Checking criterion-plot v0.5.0 |
2129 | 2023-12-06T04:19:37.020Z | Checking vte v0.11.1 |
2130 | 2023-12-06T04:19:37.340Z | Checking tempdir v0.3.7 |
2131 | 2023-12-06T04:19:37.574Z | Checking plotters v0.3.5 |
2132 | 2023-12-06T04:19:37.685Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2133 | 2023-12-06T04:19:39.037Z | Checking dashmap v5.5.1 |
2134 | 2023-12-06T04:19:39.288Z | Checking tinytemplate v1.2.1 |
2135 | 2023-12-06T04:19:39.305Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2136 | 2023-12-06T04:19:40.076Z | Compiling serial_test_derive v0.10.0 |
2137 | 2023-12-06T04:19:40.465Z | Checking oorandom v11.1.3 |
2138 | 2023-12-06T04:19:40.701Z | Checking anes v0.1.6 |
2139 | 2023-12-06T04:19:41.288Z | Checking criterion v0.5.1 |
2140 | 2023-12-06T04:19:42.019Z | Checking serial_test v0.10.0 |
2141 | 2023-12-06T04:19:42.402Z | Checking strip-ansi-escapes v0.2.0 |
2142 | 2023-12-06T04:19:42.604Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2143 | 2023-12-06T04:19:44.344Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2144 | 2023-12-06T04:19:44.752Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2145 | 2023-12-06T04:19:46.256Z | Checking assert_cmd v2.0.12 |
2146 | 2023-12-06T04:19:46.928Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2147 | 2023-12-06T04:19:47.011Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2148 | 2023-12-06T04:19:49.430Z | Checking fd-lock v3.0.13 |
2149 | 2023-12-06T04:19:49.705Z | Checking nu-ansi-term v0.49.0 |
2150 | 2023-12-06T04:19:50.336Z | Checking reedline v0.26.0 |
2151 | 2023-12-06T04:19:53.599Z | Checking threadpool v1.8.1 |
2152 | 2023-12-06T04:19:53.880Z | Checking nanorand v0.7.0 |
2153 | 2023-12-06T04:19:54.434Z | Checking topological-sort v0.2.2 |
2154 | 2023-12-06T04:19:54.452Z | Checking flume v0.11.0 |
2155 | 2023-12-06T04:19:54.736Z | Checking libtest-mimic v0.6.1 |
2156 | 2023-12-06T04:19:55.282Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2157 | 2023-12-06T04:19:55.406Z | Checking httptest v0.15.5 |
2158 | 2023-12-06T04:19:56.583Z | Checking similar-asserts v1.5.0 |
2159 | 2023-12-06T04:19:56.922Z | Compiling rstest_macros v0.18.2 |
2160 | 2023-12-06T04:19:57.256Z | Compiling crossbeam-queue v0.3.8 |
2161 | 2023-12-06T04:19:57.739Z | Checking bytecount v0.6.3 |
2162 | 2023-12-06T04:19:57.959Z | Checking papergrid v0.10.0 |
2163 | 2023-12-06T04:19:58.249Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2164 | 2023-12-06T04:20:00.155Z | Checking datatest-stable v0.2.3 |
2165 | 2023-12-06T04:20:00.200Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2166 | 2023-12-06T04:20:00.228Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2167 | 2023-12-06T04:20:00.531Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2168 | 2023-12-06T04:20:00.670Z | Compiling tabled_derive v0.6.0 |
2169 | 2023-12-06T04:20:01.624Z | Checking arrayref v0.3.7 |
2170 | 2023-12-06T04:20:01.766Z | Checking arrayvec v0.7.4 |
2171 | 2023-12-06T04:20:02.354Z | Compiling trybuild v1.0.85 |
2172 | 2023-12-06T04:20:02.540Z | Checking constant_time_eq v0.2.6 |
2173 | 2023-12-06T04:20:02.710Z | Compiling relative-path v1.9.0 |
2174 | 2023-12-06T04:20:02.993Z | Checking blake2b_simd v1.0.1 |
2175 | 2023-12-06T04:20:05.052Z | Checking tabled v0.14.0 |
2176 | 2023-12-06T04:20:05.192Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2177 | 2023-12-06T04:20:09.422Z | Checking basic-toml v0.1.4 |
2178 | 2023-12-06T04:20:10.857Z | Checking futures-timer v3.0.2 |
2179 | 2023-12-06T04:20:11.297Z | Checking constant_time_eq v0.3.0 |
2180 | 2023-12-06T04:20:12.025Z | Checking rust-argon2 v1.0.1 |
2181 | 2023-12-06T04:20:14.850Z | Checking crossbeam v0.8.2 |
2182 | 2023-12-06T04:20:15.001Z | Checking partial-io v0.5.4 |
2183 | 2023-12-06T04:20:15.568Z | Checking approx v0.5.1 |
2184 | 2023-12-06T04:20:15.925Z | Checking termios v0.3.3 |
2185 | 2023-12-06T04:20:16.674Z | Checking hex-literal v0.4.1 |
2186 | 2023-12-06T04:20:20.017Z | Checking rstest v0.18.2 |
2187 | 2023-12-06T04:20:29.155Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2188 | 2023-12-06T04:20:29.497Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2189 | 2023-12-06T04:21:28.600Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2190 | 2023-12-06T04:21:29.755Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2191 | 2023-12-06T04:21:31.301Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2192 | 2023-12-06T04:21:51.286Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2193 | 2023-12-06T04:22:08.981Z | Compiling polar-core v0.27.0 |
2194 | 2023-12-06T04:22:20.067Z | Checking oso v0.27.0 |
2195 | 2023-12-06T04:22:56.347Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2196 | 2023-12-06T04:24:19.493Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 04s |
2197 | 2023-12-06T04:24:19.727Z | |
2198 | 2023-12-06T04:24:19.727Z | real 11:01.813312066 |
2199 | 2023-12-06T04:24:19.727Z | user 1:00:24.526333030 |
2200 | 2023-12-06T04:24:19.727Z | sys 7:46.769469805 |
2201 | 2023-12-06T04:24:19.727Z | trap 2.237933689 |
2202 | 2023-12-06T04:24:19.727Z | tflt 3.116529494 |
2203 | 2023-12-06T04:24:19.727Z | dflt 5.306587458 |
2204 | 2023-12-06T04:24:19.727Z | kflt 0.025106333 |
2205 | 2023-12-06T04:24:19.727Z | lock 1:36:32.941272347 |
2206 | 2023-12-06T04:24:19.727Z | slp 2:59:33.136816342 |
2207 | 2023-12-06T04:24:19.733Z | lat 2:10.617752461 |
2208 | 2023-12-06T04:24:19.733Z | stop 4:27.208364340 |
2209 | 2023-12-06T04:24:23.746Z | warning: output filename collision. |
2210 | 2023-12-06T04:24:23.746Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2211 | 2023-12-06T04:24:23.746Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2212 | 2023-12-06T04:24:23.746Z | The targets should have unique names. |
2213 | 2023-12-06T04:24:23.746Z | This is a known bug where multiple crates with the same name use |
2214 | 2023-12-06T04:24:23.746Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2215 | 2023-12-06T04:24:23.949Z | warning: output filename collision. |
2216 | 2023-12-06T04:24:23.949Z | 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)`. |
2217 | 2023-12-06T04:24:23.949Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2218 | 2023-12-06T04:24:23.949Z | The targets should have unique names. |
2219 | 2023-12-06T04:24:23.949Z | This is a known bug where multiple crates with the same name use |
2220 | 2023-12-06T04:24:23.949Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2221 | 2023-12-06T04:24:23.950Z | warning: output filename collision. |
2222 | 2023-12-06T04:24:23.950Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2223 | 2023-12-06T04:24:23.950Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2224 | 2023-12-06T04:24:23.950Z | The targets should have unique names. |
2225 | 2023-12-06T04:24:23.950Z | This is a known bug where multiple crates with the same name use |
2226 | 2023-12-06T04:24:23.950Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2227 | 2023-12-06T04:24:23.950Z | Documenting libc v0.2.150 |
2228 | 2023-12-06T04:24:23.950Z | Documenting cfg-if v1.0.0 |
2229 | 2023-12-06T04:24:23.950Z | Documenting serde_derive v1.0.192 |
2230 | 2023-12-06T04:24:23.950Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2231 | 2023-12-06T04:24:23.950Z | Documenting log v0.4.20 |
2232 | 2023-12-06T04:24:23.950Z | Documenting scopeguard v1.2.0 |
2233 | 2023-12-06T04:24:23.950Z | Documenting smallvec v1.11.0 |
2234 | 2023-12-06T04:24:23.951Z | Documenting itoa v1.0.9 |
2235 | 2023-12-06T04:24:23.951Z | Documenting memchr v2.6.3 |
2236 | 2023-12-06T04:24:25.557Z | Documenting lock_api v0.4.10 |
2237 | 2023-12-06T04:24:25.654Z | Documenting zeroize_derive v1.4.2 |
2238 | 2023-12-06T04:24:25.842Z | Documenting pin-project-lite v0.2.13 |
2239 | 2023-12-06T04:24:26.246Z | Documenting libm v0.2.7 |
2240 | 2023-12-06T04:24:27.922Z | Documenting futures-core v0.3.29 |
2241 | 2023-12-06T04:24:28.033Z | Documenting getrandom v0.2.10 |
2242 | 2023-12-06T04:24:29.001Z | Documenting parking_lot_core v0.9.8 |
2243 | 2023-12-06T04:24:30.011Z | Documenting signal-hook-registry v1.4.1 |
2244 | 2023-12-06T04:24:30.087Z | Documenting mio v0.8.9 |
2245 | 2023-12-06T04:24:31.428Z | Documenting num-traits v0.2.16 |
2246 | 2023-12-06T04:24:31.525Z | Documenting serde v1.0.192 |
2247 | 2023-12-06T04:24:33.454Z | Documenting zeroize v1.7.0 |
2248 | 2023-12-06T04:24:33.507Z | Documenting thiserror-impl v1.0.49 |
2249 | 2023-12-06T04:24:33.715Z | Documenting rand_core v0.6.4 |
2250 | 2023-12-06T04:24:34.907Z | Documenting parking_lot v0.12.1 |
2251 | 2023-12-06T04:24:35.808Z | Documenting num_cpus v1.16.0 |
2252 | 2023-12-06T04:24:36.282Z | Documenting socket2 v0.5.5 |
2253 | 2023-12-06T04:24:38.631Z | Documenting tokio-macros v2.2.0 |
2254 | 2023-12-06T04:24:39.268Z | Documenting typenum v1.16.0 |
2255 | 2023-12-06T04:24:39.362Z | Documenting once_cell v1.18.0 |
2256 | 2023-12-06T04:24:40.745Z | Documenting thiserror v1.0.49 |
2257 | 2023-12-06T04:24:40.802Z | Documenting subtle v2.5.0 |
2258 | 2023-12-06T04:24:42.020Z | Documenting ryu v1.0.15 |
2259 | 2023-12-06T04:24:42.269Z | Documenting byteorder v1.5.0 |
2260 | 2023-12-06T04:24:45.198Z | Documenting futures-sink v0.3.29 |
2261 | 2023-12-06T04:24:45.271Z | Documenting pin-utils v0.1.0 |
2262 | 2023-12-06T04:24:46.046Z | Documenting const-oid v0.9.5 |
2263 | 2023-12-06T04:24:46.097Z | Documenting slab v0.4.9 |
2264 | 2023-12-06T04:24:46.632Z | Documenting futures-task v0.3.29 |
2265 | 2023-12-06T04:24:48.696Z | Documenting futures-macro v0.3.29 |
2266 | 2023-12-06T04:24:50.545Z | Documenting futures-channel v0.3.29 |
2267 | 2023-12-06T04:24:52.228Z | Documenting futures-io v0.3.29 |
2268 | 2023-12-06T04:24:52.520Z | Documenting iana-time-zone v0.1.57 |
2269 | 2023-12-06T04:24:53.390Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2270 | 2023-12-06T04:24:54.556Z | Documenting tinyvec_macros v0.1.1 |
2271 | 2023-12-06T04:24:55.881Z | Documenting ppv-lite86 v0.2.17 |
2272 | 2023-12-06T04:24:56.772Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2273 | 2023-12-06T04:24:56.867Z | Documenting tracing-core v0.1.31 |
2274 | 2023-12-06T04:24:58.107Z | Documenting futures-util v0.3.29 |
2275 | 2023-12-06T04:24:58.751Z | Documenting tracing-attributes v0.1.26 |
2276 | 2023-12-06T04:24:58.985Z | Documenting tinyvec v1.6.0 |
2277 | 2023-12-06T04:25:00.750Z | Documenting rand_chacha v0.3.1 |
2278 | 2023-12-06T04:25:04.649Z | Documenting unicode-normalization v0.1.22 |
2279 | 2023-12-06T04:25:07.434Z | Documenting rand v0.8.5 |
2280 | 2023-12-06T04:25:07.574Z | Documenting bytes v1.5.0 |
2281 | 2023-12-06T04:25:11.237Z | Documenting bitflags v2.4.0 |
2282 | 2023-12-06T04:25:11.330Z | Documenting serde_json v1.0.108 |
2283 | 2023-12-06T04:25:11.837Z | Documenting chrono v0.4.31 |
2284 | 2023-12-06T04:25:14.312Z | Documenting uuid v1.6.1 |
2285 | 2023-12-06T04:25:15.116Z | Documenting tokio v1.34.0 |
2286 | 2023-12-06T04:25:15.475Z | Documenting fnv v1.0.7 |
2287 | 2023-12-06T04:25:15.798Z | Documenting base64 v0.21.5 |
2288 | 2023-12-06T04:25:19.827Z | Documenting lazy_static v1.4.0 |
2289 | 2023-12-06T04:25:20.851Z | Documenting unicode-bidi v0.3.13 |
2290 | 2023-12-06T04:25:21.472Z | Documenting percent-encoding v2.3.1 |
2291 | 2023-12-06T04:25:21.524Z | Documenting http v0.2.11 |
2292 | 2023-12-06T04:25:22.128Z | Documenting spin v0.9.8 |
2293 | 2023-12-06T04:25:24.867Z | Documenting cpufeatures v0.2.9 |
2294 | 2023-12-06T04:25:25.754Z | Documenting generic-array v0.14.7 |
2295 | 2023-12-06T04:25:26.868Z | Checking serde_derive_internals v0.26.0 |
2296 | 2023-12-06T04:25:27.297Z | Documenting serde_derive_internals v0.26.0 |
2297 | 2023-12-06T04:25:27.669Z | Documenting tracing v0.1.37 |
2298 | 2023-12-06T04:25:27.753Z | Documenting form_urlencoded v1.2.1 |
2299 | 2023-12-06T04:25:27.844Z | Documenting dyn-clone v1.0.13 |
2300 | 2023-12-06T04:25:28.740Z | Documenting idna v0.5.0 |
2301 | 2023-12-06T04:25:30.270Z | Documenting errno v0.3.2 |
2302 | 2023-12-06T04:25:32.271Z | Documenting crypto-common v0.1.6 |
2303 | 2023-12-06T04:25:32.485Z | Documenting block-buffer v0.10.4 |
2304 | 2023-12-06T04:25:33.627Z | Documenting httparse v1.8.0 |
2305 | 2023-12-06T04:25:33.711Z | Documenting adler v1.0.2 |
2306 | 2023-12-06T04:25:34.905Z | Documenting url v2.5.0 |
2307 | 2023-12-06T04:25:35.269Z | Documenting schemars_derive v0.8.13 |
2308 | 2023-12-06T04:25:36.096Z | Documenting rustix v0.38.25 |
2309 | 2023-12-06T04:25:37.825Z | Documenting unicode-ident v1.0.12 |
2310 | 2023-12-06T04:25:39.042Z | Documenting miniz_oxide v0.7.1 |
2311 | 2023-12-06T04:25:39.307Z | Documenting digest v0.10.7 |
2312 | 2023-12-06T04:25:39.941Z | Documenting untrusted v0.9.0 |
2313 | 2023-12-06T04:25:41.454Z | Documenting openssl-probe v0.1.5 |
2314 | 2023-12-06T04:25:42.130Z | Documenting proc-macro2 v1.0.69 |
2315 | 2023-12-06T04:25:43.974Z | Documenting try-lock v0.2.4 |
2316 | 2023-12-06T04:25:44.155Z | Documenting httpdate v1.0.3 |
2317 | 2023-12-06T04:25:44.521Z | Documenting schemars v0.8.13 |
2318 | 2023-12-06T04:25:46.456Z | Documenting ring v0.17.5 |
2319 | 2023-12-06T04:25:47.425Z | Documenting http-body v0.4.5 |
2320 | 2023-12-06T04:25:48.638Z | Documenting want v0.3.1 |
2321 | 2023-12-06T04:25:48.742Z | Documenting quote v1.0.33 |
2322 | 2023-12-06T04:25:49.394Z | Documenting openssl-sys v0.9.96 |
2323 | 2023-12-06T04:25:50.128Z | Documenting async-trait v0.1.74 |
2324 | 2023-12-06T04:25:53.474Z | Documenting openssl-macros v0.1.1 |
2325 | 2023-12-06T04:25:54.655Z | Documenting tower-service v0.3.2 |
2326 | 2023-12-06T04:25:54.664Z | Documenting mime v0.3.17 |
2327 | 2023-12-06T04:25:54.664Z | Documenting aho-corasick v1.0.4 |
2328 | 2023-12-06T04:25:55.326Z | Documenting rustls-webpki v0.101.7 |
2329 | 2023-12-06T04:25:57.502Z | Documenting sct v0.7.0 |
2330 | 2023-12-06T04:25:57.577Z | Documenting tokio-util v0.7.10 |
2331 | 2023-12-06T04:25:59.067Z | Documenting slog v2.7.0 |
2332 | 2023-12-06T04:25:59.913Z | Documenting unicode-width v0.1.11 |
2333 | 2023-12-06T04:26:00.040Z | Documenting openssl v0.10.60 |
2334 | 2023-12-06T04:26:00.939Z | Documenting ipnet v2.8.0 |
2335 | 2023-12-06T04:26:02.123Z | Documenting equivalent v1.0.1 |
2336 | 2023-12-06T04:26:02.328Z | Documenting regex-syntax v0.8.2 |
2337 | 2023-12-06T04:26:03.355Z | Documenting hashbrown v0.14.2 |
2338 | 2023-12-06T04:26:04.293Z | Documenting rustls v0.21.9 |
2339 | 2023-12-06T04:26:05.756Z | Documenting rustls-pemfile v1.0.3 |
2340 | 2023-12-06T04:26:06.338Z | Documenting num-integer v0.1.45 |
2341 | 2023-12-06T04:26:06.687Z | Documenting h2 v0.3.21 |
2342 | 2023-12-06T04:26:07.335Z | Documenting time-macros v0.2.13 |
2343 | 2023-12-06T04:26:09.757Z | Documenting indexmap v2.1.0 |
2344 | 2023-12-06T04:26:11.334Z | Documenting gimli v0.28.0 |
2345 | 2023-12-06T04:26:12.612Z | Documenting num_threads v0.1.6 |
2346 | 2023-12-06T04:26:12.706Z | Documenting regex-automata v0.4.3 |
2347 | 2023-12-06T04:26:13.100Z | Documenting utf8parse v0.2.1 |
2348 | 2023-12-06T04:26:14.663Z | Documenting time-core v0.1.1 |
2349 | 2023-12-06T04:26:16.940Z | Documenting deranged v0.3.8 |
2350 | 2023-12-06T04:26:17.341Z | Documenting native-tls v0.2.11 |
2351 | 2023-12-06T04:26:17.610Z | Documenting tokio-rustls v0.24.1 |
2352 | 2023-12-06T04:26:18.215Z | Documenting zerocopy v0.6.4 |
2353 | 2023-12-06T04:26:18.978Z | Documenting object v0.32.1 |
2354 | 2023-12-06T04:26:21.283Z | Documenting addr2line v0.21.0 |
2355 | 2023-12-06T04:26:22.120Z | Documenting hyper v0.14.27 |
2356 | 2023-12-06T04:26:23.656Z | Documenting time v0.3.27 |
2357 | 2023-12-06T04:26:24.811Z | Documenting crossbeam-utils v0.8.16 |
2358 | 2023-12-06T04:26:25.244Z | Documenting encoding_rs v0.8.33 |
2359 | 2023-12-06T04:26:26.095Z | Documenting regex v1.10.2 |
2360 | 2023-12-06T04:26:26.972Z | Checking pest_meta v2.7.2 |
2361 | 2023-12-06T04:26:27.097Z | Documenting rustc-demangle v0.1.23 |
2362 | 2023-12-06T04:26:28.471Z | Documenting tokio-native-tls v0.3.1 |
2363 | 2023-12-06T04:26:31.096Z | Documenting rustls-native-certs v0.6.3 |
2364 | 2023-12-06T04:26:31.555Z | Documenting serde_urlencoded v0.7.1 |
2365 | 2023-12-06T04:26:31.800Z | Documenting pest_meta v2.7.2 |
2366 | 2023-12-06T04:26:32.424Z | Checking pest_generator v2.7.2 |
2367 | 2023-12-06T04:26:33.644Z | Documenting anstyle v1.0.2 |
2368 | 2023-12-06T04:26:34.653Z | Documenting data-encoding v2.4.0 |
2369 | 2023-12-06T04:26:36.815Z | Documenting webpki-roots v0.25.2 |
2370 | 2023-12-06T04:26:37.212Z | Documenting ucd-trie v0.1.6 |
2371 | 2023-12-06T04:26:38.036Z | Documenting anstyle-parse v0.2.1 |
2372 | 2023-12-06T04:26:38.135Z | Documenting pest_generator v2.7.2 |
2373 | 2023-12-06T04:26:38.783Z | Documenting backtrace v0.3.69 |
2374 | 2023-12-06T04:26:39.764Z | Documenting syn v2.0.32 |
2375 | 2023-12-06T04:26:41.183Z | Documenting hyper-tls v0.5.0 |
2376 | 2023-12-06T04:26:41.261Z | Documenting hyper-rustls v0.24.2 |
2377 | 2023-12-06T04:26:42.452Z | Documenting ipnetwork v0.20.0 |
2378 | 2023-12-06T04:26:42.815Z | Documenting sha2 v0.10.8 |
2379 | 2023-12-06T04:26:43.431Z | Documenting pest v2.7.2 |
2380 | 2023-12-06T04:26:45.429Z | Documenting pest_derive v2.7.2 |
2381 | 2023-12-06T04:26:47.363Z | Documenting anyhow v1.0.75 |
2382 | 2023-12-06T04:26:50.315Z | Documenting futures-executor v0.3.29 |
2383 | 2023-12-06T04:26:51.034Z | Documenting hex v0.4.3 |
2384 | 2023-12-06T04:26:51.641Z | Documenting crc32fast v1.3.2 |
2385 | 2023-12-06T04:26:51.655Z | Checking serde_tokenstream v0.1.7 |
2386 | 2023-12-06T04:26:51.820Z | Documenting reqwest v0.11.22 |
2387 | 2023-12-06T04:26:52.023Z | Documenting colorchoice v1.0.0 |
2388 | 2023-12-06T04:26:52.218Z | Documenting anstyle-query v1.0.0 |
2389 | 2023-12-06T04:26:55.413Z | Documenting dtrace-parser v0.1.14 |
2390 | 2023-12-06T04:26:56.215Z | Documenting openapiv3 v2.0.0-rc.1 |
2391 | 2023-12-06T04:26:57.088Z | Documenting num-iter v0.1.43 |
2392 | 2023-12-06T04:26:57.164Z | Documenting hmac v0.12.1 |
2393 | 2023-12-06T04:26:57.375Z | Documenting dof v0.1.5 |
2394 | 2023-12-06T04:26:57.672Z | Documenting anstream v0.5.0 |
2395 | 2023-12-06T04:27:01.152Z | Documenting signal-hook v0.3.17 |
2396 | 2023-12-06T04:27:03.299Z | Documenting thread-id v4.2.0 |
2397 | 2023-12-06T04:27:03.532Z | Documenting terminal_size v0.2.6 |
2398 | 2023-12-06T04:27:04.249Z | Documenting memoffset v0.9.0 |
2399 | 2023-12-06T04:27:04.467Z | Documenting strsim v0.10.0 |
2400 | 2023-12-06T04:27:06.797Z | Documenting clap_lex v0.5.1 |
2401 | 2023-12-06T04:27:07.241Z | Documenting futures v0.3.29 |
2402 | 2023-12-06T04:27:07.742Z | Documenting flate2 v1.0.28 |
2403 | 2023-12-06T04:27:08.518Z | Documenting crossbeam-epoch v0.9.15 |
2404 | 2023-12-06T04:27:09.106Z | Documenting usdt-impl v0.3.5 |
2405 | 2023-12-06T04:27:09.442Z | Documenting usdt-macro v0.3.5 |
2406 | 2023-12-06T04:27:09.537Z | Documenting usdt-attr-macro v0.3.5 |
2407 | 2023-12-06T04:27:10.901Z | Documenting clap_derive v4.4.2 |
2408 | 2023-12-06T04:27:13.143Z | Documenting clap_builder v4.4.2 |
2409 | 2023-12-06T04:27:14.526Z | Documenting signal-hook-mio v0.2.3 |
2410 | 2023-12-06T04:27:15.387Z | Documenting signature v2.1.0 |
2411 | 2023-12-06T04:27:17.042Z | Documenting block-padding v0.3.3 |
2412 | 2023-12-06T04:27:17.169Z | Documenting hash32 v0.2.1 |
2413 | 2023-12-06T04:27:17.382Z | Documenting usdt v0.3.5 |
2414 | 2023-12-06T04:27:18.744Z | Documenting scheduled-thread-pool v0.2.7 |
2415 | 2023-12-06T04:27:20.378Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2416 | 2023-12-06T04:27:20.450Z | Documenting enum-as-inner v0.5.1 |
2417 | 2023-12-06T04:27:22.853Z | Checking diesel_table_macro_syntax v0.1.0 |
2418 | 2023-12-06T04:27:22.885Z | Documenting clap v4.4.3 |
2419 | 2023-12-06T04:27:23.101Z | Documenting pin-project-internal v1.1.3 |
2420 | 2023-12-06T04:27:23.293Z | Documenting diesel_table_macro_syntax v0.1.0 |
2421 | 2023-12-06T04:27:23.436Z | Documenting unicode-segmentation v1.10.1 |
2422 | 2023-12-06T04:27:24.774Z | Documenting stable_deref_trait v1.2.0 |
2423 | 2023-12-06T04:27:25.094Z | Documenting r2d2 v0.8.10 |
2424 | 2023-12-06T04:27:26.343Z | Documenting bzip2 v0.4.4 |
2425 | 2023-12-06T04:27:27.774Z | Documenting trust-dns-proto v0.22.0 |
2426 | 2023-12-06T04:27:28.528Z | Documenting inout v0.1.3 |
2427 | 2023-12-06T04:27:28.894Z | Documenting heapless v0.7.16 |
2428 | 2023-12-06T04:27:29.920Z | Documenting diesel_derives v2.1.2 |
2429 | 2023-12-06T04:27:30.179Z | Documenting crossterm v0.27.0 |
2430 | 2023-12-06T04:27:30.454Z | Documenting pin-project v1.1.3 |
2431 | 2023-12-06T04:27:31.392Z | Documenting md-5 v0.10.5 |
2432 | 2023-12-06T04:27:32.349Z | Documenting stringprep v0.1.3 |
2433 | 2023-12-06T04:27:34.626Z | Documenting serde_spanned v0.6.4 |
2434 | 2023-12-06T04:27:34.896Z | Documenting toml_datetime v0.6.5 |
2435 | 2023-12-06T04:27:36.599Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2436 | 2023-12-06T04:27:38.076Z | Documenting doc-comment v0.3.3 |
2437 | 2023-12-06T04:27:39.255Z | Documenting snafu-derive v0.7.5 |
2438 | 2023-12-06T04:27:39.296Z | Documenting static_assertions v1.1.0 |
2439 | 2023-12-06T04:27:41.152Z | Documenting fallible-iterator v0.2.0 |
2440 | 2023-12-06T04:27:41.157Z | Documenting either v1.9.0 |
2441 | 2023-12-06T04:27:41.157Z | Documenting managed v0.8.0 |
2442 | 2023-12-06T04:27:42.079Z | Documenting winnow v0.5.15 |
2443 | 2023-12-06T04:27:42.322Z | Documenting siphasher v0.3.11 |
2444 | 2023-12-06T04:27:42.335Z | Documenting bit-vec v0.6.3 |
2445 | 2023-12-06T04:27:43.409Z | Documenting diesel v2.1.4 |
2446 | 2023-12-06T04:27:46.110Z | Documenting smoltcp v0.9.1 |
2447 | 2023-12-06T04:27:46.806Z | Documenting phf_shared v0.11.2 |
2448 | 2023-12-06T04:27:47.090Z | Documenting cipher v0.4.4 |
2449 | 2023-12-06T04:27:48.449Z | Documenting postgres-protocol v0.6.6 |
2450 | 2023-12-06T04:27:48.712Z | Documenting zip v0.6.6 |
2451 | 2023-12-06T04:27:50.162Z | Documenting toml_edit v0.21.0 |
2452 | 2023-12-06T04:27:50.271Z | Documenting snafu v0.7.5 |
2453 | 2023-12-06T04:27:52.581Z | Documenting num-bigint v0.4.4 |
2454 | 2023-12-06T04:27:53.573Z | Documenting hubpack v0.1.2 |
2455 | 2023-12-06T04:27:55.135Z | Documenting regress v0.7.1 |
2456 | 2023-12-06T04:27:57.122Z | Documenting bstr v1.6.0 |
2457 | 2023-12-06T04:27:57.263Z | Documenting serde_repr v0.1.16 |
2458 | 2023-12-06T04:27:58.267Z | Documenting fixedbitset v0.4.2 |
2459 | 2023-12-06T04:27:58.556Z | Documenting lalrpop-util v0.19.12 |
2460 | 2023-12-06T04:28:00.339Z | Documenting precomputed-hash v0.1.1 |
2461 | 2023-12-06T04:28:03.183Z | Documenting new_debug_unreachable v1.0.4 |
2462 | 2023-12-06T04:28:03.248Z | Documenting yasna v0.5.2 |
2463 | 2023-12-06T04:28:03.965Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2464 | 2023-12-06T04:28:05.003Z | Documenting petgraph v0.6.4 |
2465 | 2023-12-06T04:28:05.167Z | Documenting postgres-types v0.2.6 |
2466 | 2023-12-06T04:28:05.185Z | Documenting phf v0.11.2 |
2467 | 2023-12-06T04:28:06.100Z | Documenting console v0.15.7 |
2468 | 2023-12-06T04:28:07.522Z | Documenting string_cache v0.8.7 |
2469 | 2023-12-06T04:28:10.994Z | Documenting semver v1.0.20 |
2470 | 2023-12-06T04:28:12.257Z | Documenting float-cmp v0.9.0 |
2471 | 2023-12-06T04:28:12.714Z | Documenting predicates-core v1.0.6 |
2472 | 2023-12-06T04:28:14.367Z | Checking unsafe-libyaml v0.2.9 |
2473 | 2023-12-06T04:28:14.782Z | Documenting difflib v0.4.0 |
2474 | 2023-12-06T04:28:15.594Z | Documenting normalize-line-endings v0.3.0 |
2475 | 2023-12-06T04:28:16.210Z | Documenting whoami v1.4.1 |
2476 | 2023-12-06T04:28:16.545Z | Documenting heck v0.4.1 |
2477 | 2023-12-06T04:28:17.101Z | Documenting bit-set v0.5.3 |
2478 | 2023-12-06T04:28:17.410Z | Documenting similar v2.2.1 |
2479 | 2023-12-06T04:28:18.634Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2480 | 2023-12-06T04:28:19.336Z | Documenting tokio-stream v0.1.14 |
2481 | 2023-12-06T04:28:20.396Z | Checking ident_case v1.0.1 |
2482 | 2023-12-06T04:28:20.608Z | Documenting unsafe-libyaml v0.2.9 |
2483 | 2023-12-06T04:28:21.329Z | Documenting predicates v3.0.4 |
2484 | 2023-12-06T04:28:22.248Z | Documenting tokio-postgres v0.7.10 |
2485 | 2023-12-06T04:28:22.856Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2486 | 2023-12-06T04:28:23.281Z | Checking serde_yaml v0.9.25 |
2487 | 2023-12-06T04:28:23.731Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2488 | 2023-12-06T04:28:26.449Z | Documenting getopts v0.2.21 |
2489 | 2023-12-06T04:28:26.470Z | Documenting serde_yaml v0.9.25 |
2490 | 2023-12-06T04:28:27.210Z | Documenting match_cfg v0.1.0 |
2491 | 2023-12-06T04:28:29.011Z | Documenting sha1 v0.10.6 |
2492 | 2023-12-06T04:28:29.468Z | Documenting dirs-sys-next v0.1.2 |
2493 | 2023-12-06T04:28:31.490Z | Documenting hostname v0.3.1 |
2494 | 2023-12-06T04:28:32.896Z | Documenting thread_local v1.1.7 |
2495 | 2023-12-06T04:28:34.314Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2496 | 2023-12-06T04:28:34.690Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2497 | 2023-12-06T04:28:34.964Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2498 | 2023-12-06T04:28:35.313Z | Documenting dirs-next v2.0.0 |
2499 | 2023-12-06T04:28:36.004Z | Documenting paste v1.0.14 |
2500 | 2023-12-06T04:28:36.401Z | Documenting crossbeam-channel v0.5.8 |
2501 | 2023-12-06T04:28:37.267Z | Documenting atty v0.2.14 |
2502 | 2023-12-06T04:28:39.314Z | Documenting take_mut v0.2.2 |
2503 | 2023-12-06T04:28:40.159Z | Documenting slog-json v2.6.1 |
2504 | 2023-12-06T04:28:41.087Z | Documenting term v0.7.0 |
2505 | 2023-12-06T04:28:46.599Z | Documenting camino v1.1.6 |
2506 | 2023-12-06T04:28:46.719Z | Documenting async-stream-impl v0.3.5 |
2507 | 2023-12-06T04:28:46.719Z | Documenting debug-ignore v1.0.5 |
2508 | 2023-12-06T04:28:46.719Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2509 | 2023-12-06T04:28:46.719Z | Documenting slog-async v2.8.0 |
2510 | 2023-12-06T04:28:46.749Z | Documenting atomic-waker v1.1.1 |
2511 | 2023-12-06T04:28:46.826Z | Checking darling_core v0.20.3 |
2512 | 2023-12-06T04:28:47.088Z | Documenting slog-term v2.9.0 |
2513 | 2023-12-06T04:28:47.256Z | Documenting slog-bunyan v2.4.0 |
2514 | 2023-12-06T04:28:49.052Z | Documenting toml v0.8.8 |
2515 | 2023-12-06T04:28:49.071Z | Documenting async-stream v0.3.5 |
2516 | 2023-12-06T04:28:49.791Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2517 | 2023-12-06T04:28:50.792Z | Documenting waitgroup v0.1.2 |
2518 | 2023-12-06T04:28:51.327Z | Documenting multer v2.1.0 |
2519 | 2023-12-06T04:28:53.662Z | Documenting serde_path_to_error v0.1.14 |
2520 | 2023-12-06T04:28:54.047Z | Documenting strum v0.25.0 |
2521 | 2023-12-06T04:28:54.659Z | Checking darling v0.20.3 |
2522 | 2023-12-06T04:28:54.800Z | Documenting serde_with_macros v2.3.3 |
2523 | 2023-12-06T04:28:56.320Z | Documenting structmeta-derive v0.2.0 |
2524 | 2023-12-06T04:28:56.393Z | Checking structmeta v0.2.0 |
2525 | 2023-12-06T04:28:56.682Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2526 | 2023-12-06T04:28:56.729Z | Documenting instant v0.1.12 |
2527 | 2023-12-06T04:28:57.903Z | Checking regex-syntax v0.7.5 |
2528 | 2023-12-06T04:28:58.603Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2529 | 2023-12-06T04:28:59.543Z | Documenting macaddr v1.0.1 |
2530 | 2023-12-06T04:28:59.924Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2531 | 2023-12-06T04:29:02.155Z | Documenting serde_with v2.3.3 |
2532 | 2023-12-06T04:29:02.304Z | Documenting backoff v0.4.0 |
2533 | 2023-12-06T04:29:03.097Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2534 | 2023-12-06T04:29:04.040Z | Documenting structmeta v0.2.0 |
2535 | 2023-12-06T04:29:05.190Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2536 | 2023-12-06T04:29:06.644Z | Documenting fastrand v2.0.0 |
2537 | 2023-12-06T04:29:09.430Z | Documenting is-terminal v0.4.9 |
2538 | 2023-12-06T04:29:09.535Z | Documenting base64ct v1.6.0 |
2539 | 2023-12-06T04:29:10.418Z | Documenting parse-display-derive v0.8.2 |
2540 | 2023-12-06T04:29:11.226Z | Documenting proc-macro-crate v1.3.1 |
2541 | 2023-12-06T04:29:11.793Z | Documenting tempfile v3.8.1 |
2542 | 2023-12-06T04:29:13.325Z | Checking proc-macro-crate v1.3.1 |
2543 | 2023-12-06T04:29:13.659Z | Documenting proc-macro-error-attr v1.0.4 |
2544 | 2023-12-06T04:29:13.742Z | Checking proc-macro-error v1.0.4 |
2545 | 2023-12-06T04:29:14.132Z | Documenting postcard-cobs v0.1.5-pre |
2546 | 2023-12-06T04:29:15.839Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2547 | 2023-12-06T04:29:16.618Z | Documenting foreign-types-macros v0.2.3 |
2548 | 2023-12-06T04:29:17.735Z | Documenting num_enum_derive v0.5.11 |
2549 | 2023-12-06T04:29:18.415Z | Documenting camino-tempfile v1.1.1 |
2550 | 2023-12-06T04:29:18.500Z | Documenting postcard v0.7.3 |
2551 | 2023-12-06T04:29:19.219Z | Documenting parse-display v0.8.2 |
2552 | 2023-12-06T04:29:19.308Z | Documenting proc-macro-error v1.0.4 |
2553 | 2023-12-06T04:29:22.132Z | Documenting foreign-types-shared v0.3.1 |
2554 | 2023-12-06T04:29:24.664Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2555 | 2023-12-06T04:29:24.729Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2556 | 2023-12-06T04:29:24.929Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2557 | 2023-12-06T04:29:25.051Z | Documenting crucible-workspace-hack v0.1.0 |
2558 | 2023-12-06T04:29:25.288Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2559 | 2023-12-06T04:29:25.519Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2560 | 2023-12-06T04:29:25.906Z | Documenting cstr-argument v0.1.2 |
2561 | 2023-12-06T04:29:26.159Z | Documenting num_enum v0.5.11 |
2562 | 2023-12-06T04:29:26.506Z | Documenting foreign-types v0.5.0 |
2563 | 2023-12-06T04:29:27.966Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2564 | 2023-12-06T04:29:30.917Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2565 | 2023-12-06T04:29:30.922Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2566 | 2023-12-06T04:29:31.239Z | Documenting colored v2.0.4 |
2567 | 2023-12-06T04:29:31.650Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2568 | 2023-12-06T04:29:32.080Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2569 | 2023-12-06T04:29:32.642Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2570 | 2023-12-06T04:29:33.317Z | Documenting zone_cfg_derive v0.3.0 |
2571 | 2023-12-06T04:29:39.527Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2572 | 2023-12-06T04:29:39.627Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2573 | 2023-12-06T04:29:39.628Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2574 | 2023-12-06T04:29:39.628Z | Documenting num-derive v0.4.0 |
2575 | 2023-12-06T04:29:39.628Z | Documenting smf v0.2.2 |
2576 | 2023-12-06T04:29:39.628Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2577 | 2023-12-06T04:29:40.818Z | Documenting linked-hash-map v0.5.6 |
2578 | 2023-12-06T04:29:41.130Z | Documenting zone v0.3.0 |
2579 | 2023-12-06T04:29:43.259Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2580 | 2023-12-06T04:29:43.831Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2581 | 2023-12-06T04:29:44.600Z | Documenting password-hash v0.5.0 |
2582 | 2023-12-06T04:29:45.279Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2583 | 2023-12-06T04:29:46.954Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2584 | 2023-12-06T04:29:47.418Z | Documenting lru-cache v0.1.2 |
2585 | 2023-12-06T04:29:48.685Z | Documenting blake2 v0.10.6 |
2586 | 2023-12-06T04:29:49.831Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2587 | 2023-12-06T04:29:50.824Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2588 | 2023-12-06T04:29:51.197Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2589 | 2023-12-06T04:29:51.586Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2590 | 2023-12-06T04:29:52.297Z | Checking heck v0.3.3 |
2591 | 2023-12-06T04:29:52.548Z | Documenting structopt-derive v0.4.18 |
2592 | 2023-12-06T04:29:53.146Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2593 | 2023-12-06T04:29:53.288Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2594 | 2023-12-06T04:29:56.366Z | Documenting argon2 v0.5.2 |
2595 | 2023-12-06T04:29:57.338Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2596 | 2023-12-06T04:29:57.511Z | Documenting libefi-sys v0.1.0 |
2597 | 2023-12-06T04:29:59.880Z | Documenting quick-error v1.2.3 |
2598 | 2023-12-06T04:30:00.216Z | Documenting structopt v0.3.26 |
2599 | 2023-12-06T04:30:00.588Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2600 | 2023-12-06T04:30:03.591Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2601 | 2023-12-06T04:30:04.242Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2602 | 2023-12-06T04:30:05.522Z | Documenting resolv-conf v0.7.0 |
2603 | 2023-12-06T04:30:05.738Z | Documenting pem-rfc7468 v0.7.0 |
2604 | 2023-12-06T04:30:06.825Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2605 | 2023-12-06T04:30:07.643Z | Documenting der_derive v0.7.2 |
2606 | 2023-12-06T04:30:08.767Z | Documenting flagset v0.4.3 |
2607 | 2023-12-06T04:30:08.864Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2608 | 2023-12-06T04:30:10.115Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2609 | 2023-12-06T04:30:10.976Z | Documenting cancel-safe-futures v0.1.5 |
2610 | 2023-12-06T04:30:11.568Z | Documenting trust-dns-resolver v0.22.0 |
2611 | 2023-12-06T04:30:11.960Z | Checking convert_case v0.4.0 |
2612 | 2023-12-06T04:30:12.251Z | Documenting convert_case v0.4.0 |
2613 | 2023-12-06T04:30:13.129Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2614 | 2023-12-06T04:30:14.096Z | Documenting tap v1.0.1 |
2615 | 2023-12-06T04:30:14.375Z | Documenting arc-swap v1.6.0 |
2616 | 2023-12-06T04:30:15.466Z | Documenting der v0.7.8 |
2617 | 2023-12-06T04:30:17.834Z | Documenting derive_more v0.99.17 |
2618 | 2023-12-06T04:30:18.429Z | Documenting wyz v0.5.1 |
2619 | 2023-12-06T04:30:19.044Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2620 | 2023-12-06T04:30:20.259Z | Documenting slog-scope v4.4.0 |
2621 | 2023-12-06T04:30:20.997Z | Documenting num-rational v0.4.1 |
2622 | 2023-12-06T04:30:23.099Z | Documenting spki v0.7.2 |
2623 | 2023-12-06T04:30:23.189Z | Documenting radium v0.7.0 |
2624 | 2023-12-06T04:30:25.780Z | Documenting hkdf v0.12.3 |
2625 | 2023-12-06T04:30:26.707Z | Documenting num-complex v0.4.4 |
2626 | 2023-12-06T04:30:26.867Z | Documenting ciborium-io v0.2.1 |
2627 | 2023-12-06T04:30:27.564Z | Documenting half v1.8.2 |
2628 | 2023-12-06T04:30:27.605Z | Documenting funty v2.0.0 |
2629 | 2023-12-06T04:30:29.841Z | Documenting crc-catalog v2.2.0 |
2630 | 2023-12-06T04:30:30.101Z | Documenting pkcs8 v0.10.2 |
2631 | 2023-12-06T04:30:32.261Z | Documenting slog-stdlog v4.1.1 |
2632 | 2023-12-06T04:30:32.523Z | Documenting ciborium-ll v0.2.1 |
2633 | 2023-12-06T04:30:32.550Z | Documenting bitvec v1.0.1 |
2634 | 2023-12-06T04:30:32.669Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2635 | 2023-12-06T04:30:33.115Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2636 | 2023-12-06T04:30:34.059Z | Documenting num v0.4.1 |
2637 | 2023-12-06T04:30:34.119Z | Documenting crc v3.0.1 |
2638 | 2023-12-06T04:30:35.034Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2639 | 2023-12-06T04:30:36.339Z | Documenting slog-dtrace v0.2.3 |
2640 | 2023-12-06T04:30:36.869Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2641 | 2023-12-06T04:30:38.557Z | Documenting filetime v0.2.23 |
2642 | 2023-12-06T04:30:38.865Z | Documenting xattr v1.0.1 |
2643 | 2023-12-06T04:30:39.126Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2644 | 2023-12-06T04:30:40.892Z | Documenting packed_struct_codegen v0.10.1 |
2645 | 2023-12-06T04:30:42.846Z | Documenting keccak v0.1.4 |
2646 | 2023-12-06T04:30:44.570Z | Documenting nodrop v0.1.14 |
2647 | 2023-12-06T04:30:45.068Z | Documenting tar v0.4.40 |
2648 | 2023-12-06T04:30:46.498Z | Documenting ciborium v0.2.1 |
2649 | 2023-12-06T04:30:46.590Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2650 | 2023-12-06T04:30:47.248Z | Documenting sha3 v0.10.8 |
2651 | 2023-12-06T04:30:48.946Z | Documenting array-init v0.0.4 |
2652 | 2023-12-06T04:30:49.683Z | Documenting packed_struct v0.10.1 |
2653 | 2023-12-06T04:30:51.213Z | Documenting slog-envlogger v2.2.0 |
2654 | 2023-12-06T04:30:51.527Z | Documenting pkcs1 v0.7.5 |
2655 | 2023-12-06T04:30:53.269Z | Documenting num-bigint-dig v0.8.4 |
2656 | 2023-12-06T04:30:53.719Z | Documenting fxhash v0.2.1 |
2657 | 2023-12-06T04:30:54.971Z | Documenting secrecy v0.8.0 |
2658 | 2023-12-06T04:30:58.575Z | Documenting termcolor v1.2.0 |
2659 | 2023-12-06T04:30:59.292Z | Documenting utf-8 v0.7.6 |
2660 | 2023-12-06T04:30:59.532Z | Documenting swrite v0.1.0 |
2661 | 2023-12-06T04:31:01.265Z | Documenting bitfield v0.14.0 |
2662 | 2023-12-06T04:31:03.138Z | Documenting serde-hex v0.1.0 |
2663 | 2023-12-06T04:31:03.227Z | Documenting rsa v0.9.2 |
2664 | 2023-12-06T04:31:04.692Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2665 | 2023-12-06T04:31:04.927Z | Documenting tungstenite v0.20.1 |
2666 | 2023-12-06T04:31:05.223Z | Documenting env_logger v0.10.0 |
2667 | 2023-12-06T04:31:05.333Z | Documenting x509-cert v0.2.4 |
2668 | 2023-12-06T04:31:05.638Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2669 | 2023-12-06T04:31:10.415Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2670 | 2023-12-06T04:31:12.172Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2671 | 2023-12-06T04:31:12.186Z | Documenting newtype_derive v0.1.6 |
2672 | 2023-12-06T04:31:14.223Z | Documenting libsw v3.3.0 |
2673 | 2023-12-06T04:31:14.705Z | Documenting ron v0.8.1 |
2674 | 2023-12-06T04:31:15.051Z | Documenting pem v3.0.2 |
2675 | 2023-12-06T04:31:16.816Z | Documenting derive-where v1.2.6 |
2676 | 2023-12-06T04:31:17.765Z | Documenting crc-any v2.4.3 |
2677 | 2023-12-06T04:31:17.872Z | Documenting owo-colors v3.5.0 |
2678 | 2023-12-06T04:31:21.173Z | Documenting linear-map v1.2.0 |
2679 | 2023-12-06T04:31:21.492Z | Documenting steno v0.4.0 |
2680 | 2023-12-06T04:31:21.892Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2681 | 2023-12-06T04:31:22.782Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2682 | 2023-12-06T04:31:25.441Z | Documenting tokio-tungstenite v0.20.1 |
2683 | 2023-12-06T04:31:27.408Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2684 | 2023-12-06T04:31:27.654Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2685 | 2023-12-06T04:31:27.873Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2686 | 2023-12-06T04:31:28.287Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2687 | 2023-12-06T04:31:36.573Z | Documenting itertools v0.12.0 |
2688 | 2023-12-06T04:31:37.596Z | Documenting nibble_vec v0.1.0 |
2689 | 2023-12-06T04:31:38.568Z | Documenting endian-type v0.1.2 |
2690 | 2023-12-06T04:31:39.354Z | Documenting path-slash v0.1.5 |
2691 | 2023-12-06T04:31:43.504Z | Documenting glob v0.3.1 |
2692 | 2023-12-06T04:31:43.984Z | Documenting same-file v1.0.6 |
2693 | 2023-12-06T04:31:44.439Z | Documenting radix_trie v0.2.1 |
2694 | 2023-12-06T04:31:45.077Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2695 | 2023-12-06T04:31:48.171Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2696 | 2023-12-06T04:31:49.727Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2697 | 2023-12-06T04:31:50.305Z | Documenting walkdir v2.4.0 |
2698 | 2023-12-06T04:31:50.679Z | Documenting buf-list v1.0.3 |
2699 | 2023-12-06T04:31:53.698Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2700 | 2023-12-06T04:31:56.795Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2701 | 2023-12-06T04:31:57.106Z | Checking darling_core v0.14.4 |
2702 | 2023-12-06T04:31:57.149Z | Documenting trust-dns-client v0.22.0 |
2703 | 2023-12-06T04:31:58.036Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2704 | 2023-12-06T04:31:59.952Z | Checking darling v0.14.4 |
2705 | 2023-12-06T04:32:00.434Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2706 | 2023-12-06T04:32:01.223Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2707 | 2023-12-06T04:32:03.029Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2708 | 2023-12-06T04:32:03.459Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2709 | 2023-12-06T04:32:11.198Z | Documenting trust-dns-server v0.22.1 |
2710 | 2023-12-06T04:32:12.077Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2711 | 2023-12-06T04:32:14.341Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2712 | 2023-12-06T04:32:16.199Z | Documenting sled v0.34.7 |
2713 | 2023-12-06T04:32:17.103Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2714 | 2023-12-06T04:32:18.170Z | Documenting unicase v2.7.0 |
2715 | 2023-12-06T04:32:18.960Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2716 | 2023-12-06T04:32:19.413Z | Documenting globset v0.4.13 |
2717 | 2023-12-06T04:32:23.035Z | Documenting crossbeam-deque v0.8.3 |
2718 | 2023-12-06T04:32:24.809Z | Documenting headers-core v0.2.0 |
2719 | 2023-12-06T04:32:24.897Z | Documenting olpc-cjson v0.1.3 |
2720 | 2023-12-06T04:32:26.526Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2721 | 2023-12-06T04:32:27.561Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2722 | 2023-12-06T04:32:28.096Z | Documenting serde_plain v1.0.2 |
2723 | 2023-12-06T04:32:28.134Z | Documenting ff v0.13.0 |
2724 | 2023-12-06T04:32:28.945Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2725 | 2023-12-06T04:32:29.274Z | Documenting async-recursion v1.0.5 |
2726 | 2023-12-06T04:32:30.429Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2727 | 2023-12-06T04:32:31.840Z | Documenting pretty-hex v0.4.0 |
2728 | 2023-12-06T04:32:32.315Z | Documenting display-error-chain v0.2.0 |
2729 | 2023-12-06T04:32:32.539Z | Documenting typed-path v0.6.0 |
2730 | 2023-12-06T04:32:34.143Z | Documenting headers v0.3.9 |
2731 | 2023-12-06T04:32:34.358Z | Documenting group v0.13.0 |
2732 | 2023-12-06T04:32:34.448Z | Documenting rayon-core v1.12.0 |
2733 | 2023-12-06T04:32:36.115Z | Documenting mime_guess v2.0.4 |
2734 | 2023-12-06T04:32:36.656Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2735 | 2023-12-06T04:32:39.741Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2736 | 2023-12-06T04:32:40.299Z | Checking derive_builder_core v0.12.0 |
2737 | 2023-12-06T04:32:40.465Z | Documenting tough v0.15.0 |
2738 | 2023-12-06T04:32:41.061Z | Documenting derive_builder_core v0.12.0 |
2739 | 2023-12-06T04:32:41.740Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2740 | 2023-12-06T04:32:42.934Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2741 | 2023-12-06T04:32:43.834Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2742 | 2023-12-06T04:32:44.270Z | Documenting universal-hash v0.5.1 |
2743 | 2023-12-06T04:32:44.303Z | Documenting crypto-bigint v0.5.2 |
2744 | 2023-12-06T04:32:50.434Z | Documenting bcs v0.1.6 |
2745 | 2023-12-06T04:32:51.584Z | Documenting kstat-rs v0.2.3 |
2746 | 2023-12-06T04:32:54.010Z | Documenting thiserror-impl-no-std v2.0.2 |
2747 | 2023-12-06T04:32:55.858Z | Documenting curve25519-dalek-derive v0.1.0 |
2748 | 2023-12-06T04:32:57.251Z | Documenting opaque-debug v0.3.0 |
2749 | 2023-12-06T04:32:58.020Z | Documenting highway v1.1.0 |
2750 | 2023-12-06T04:32:58.775Z | Documenting base16ct v0.2.0 |
2751 | 2023-12-06T04:33:01.561Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2752 | 2023-12-06T04:33:01.598Z | Documenting poly1305 v0.8.0 |
2753 | 2023-12-06T04:33:01.986Z | Documenting thiserror-no-std v2.0.2 |
2754 | 2023-12-06T04:33:02.312Z | Documenting derive_builder_macro v0.12.0 |
2755 | 2023-12-06T04:33:02.834Z | Documenting curve25519-dalek v4.1.0 |
2756 | 2023-12-06T04:33:03.183Z | Documenting elliptic-curve v0.13.5 |
2757 | 2023-12-06T04:33:03.763Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2758 | 2023-12-06T04:33:06.362Z | Documenting rayon v1.8.0 |
2759 | 2023-12-06T04:33:06.491Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2760 | 2023-12-06T04:33:09.428Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2761 | 2023-12-06T04:33:11.838Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2762 | 2023-12-06T04:33:18.507Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2763 | 2023-12-06T04:33:19.417Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2764 | 2023-12-06T04:33:31.685Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2765 | 2023-12-06T04:33:35.056Z | Documenting portable-atomic v1.4.3 |
2766 | 2023-12-06T04:33:37.268Z | Documenting ed25519 v1.5.3 |
2767 | 2023-12-06T04:33:40.408Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2768 | 2023-12-06T04:33:40.689Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2769 | 2023-12-06T04:33:41.782Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2770 | 2023-12-06T04:33:44.522Z | Documenting chacha20 v0.9.1 |
2771 | 2023-12-06T04:33:45.236Z | Documenting aead v0.5.2 |
2772 | 2023-12-06T04:33:47.942Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2773 | 2023-12-06T04:33:50.240Z | Documenting ref-cast-impl v1.0.20 |
2774 | 2023-12-06T04:33:51.346Z | Documenting vte_generate_state_changes v0.1.1 |
2775 | 2023-12-06T04:33:52.252Z | Documenting cassowary v0.3.0 |
2776 | 2023-12-06T04:33:54.762Z | Documenting number_prefix v0.4.0 |
2777 | 2023-12-06T04:33:57.205Z | Documenting vte v0.11.1 |
2778 | 2023-12-06T04:33:57.332Z | Documenting chacha20poly1305 v0.10.1 |
2779 | 2023-12-06T04:33:58.463Z | Documenting ratatui v0.23.0 |
2780 | 2023-12-06T04:33:58.675Z | Documenting ref-cast v1.0.20 |
2781 | 2023-12-06T04:33:59.372Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2782 | 2023-12-06T04:34:00.548Z | Documenting indicatif v0.17.7 |
2783 | 2023-12-06T04:34:03.057Z | Documenting salty v0.2.0 |
2784 | 2023-12-06T04:34:04.245Z | Documenting vsss-rs v3.3.1 |
2785 | 2023-12-06T04:34:07.411Z | Documenting derive_builder v0.12.0 |
2786 | 2023-12-06T04:34:09.163Z | Documenting fs-err v2.11.0 |
2787 | 2023-12-06T04:34:09.898Z | Documenting polar-core v0.27.0 |
2788 | 2023-12-06T04:34:09.937Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2789 | 2023-12-06T04:34:12.443Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2790 | 2023-12-06T04:34:15.356Z | Documenting libxml v0.3.3 |
2791 | 2023-12-06T04:34:15.492Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2792 | 2023-12-06T04:34:17.093Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2793 | 2023-12-06T04:34:19.543Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2794 | 2023-12-06T04:34:22.796Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2795 | 2023-12-06T04:34:23.800Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2796 | 2023-12-06T04:34:24.259Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2797 | 2023-12-06T04:34:25.352Z | Documenting bb8 v0.8.1 |
2798 | 2023-12-06T04:34:25.669Z | Documenting quick-xml v0.23.1 |
2799 | 2023-12-06T04:34:32.961Z | Documenting bytesize v1.3.0 |
2800 | 2023-12-06T04:34:33.532Z | Documenting serde-big-array v0.5.1 |
2801 | 2023-12-06T04:34:33.879Z | Documenting rtoolbox v0.0.1 |
2802 | 2023-12-06T04:34:34.425Z | Documenting impl-trait-for-tuples v0.2.2 |
2803 | 2023-12-06T04:34:37.128Z | Documenting oso-derive v0.27.0 |
2804 | 2023-12-06T04:34:39.827Z | Documenting smawk v0.3.1 |
2805 | 2023-12-06T04:34:40.120Z | Documenting is_ci v1.1.1 |
2806 | 2023-12-06T04:34:40.427Z | Documenting http-range v0.1.5 |
2807 | 2023-12-06T04:34:43.351Z | Documenting maplit v1.0.2 |
2808 | 2023-12-06T04:34:43.666Z | Documenting unicode-linebreak v0.1.5 |
2809 | 2023-12-06T04:34:45.873Z | Documenting humantime v2.1.0 |
2810 | 2023-12-06T04:34:45.990Z | Documenting supports-color v2.1.0 |
2811 | 2023-12-06T04:34:46.209Z | Documenting hyper-staticfile v0.9.5 |
2812 | 2023-12-06T04:34:46.403Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2813 | 2023-12-06T04:34:48.203Z | Documenting textwrap v0.16.0 |
2814 | 2023-12-06T04:34:49.213Z | Documenting oso v0.27.0 |
2815 | 2023-12-06T04:34:49.551Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2816 | 2023-12-06T04:34:51.080Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2817 | 2023-12-06T04:34:51.706Z | Documenting rpassword v7.3.1 |
2818 | 2023-12-06T04:34:54.577Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2819 | 2023-12-06T04:34:56.597Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2820 | 2023-12-06T04:34:57.587Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2821 | 2023-12-06T04:34:58.280Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2822 | 2023-12-06T04:35:04.917Z | Documenting tui-tree-widget v0.13.0 |
2823 | 2023-12-06T04:35:06.059Z | Documenting strip-ansi-escapes v0.2.0 |
2824 | 2023-12-06T04:35:06.926Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2825 | 2023-12-06T04:35:11.852Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2826 | 2023-12-06T04:35:13.522Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2827 | 2023-12-06T04:35:14.288Z | Documenting cookie v0.18.0 |
2828 | 2023-12-06T04:35:14.546Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2829 | 2023-12-06T04:35:16.591Z | Documenting rcgen v0.11.3 |
2830 | 2023-12-06T04:35:21.678Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2831 | 2023-12-06T04:35:21.947Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2832 | 2023-12-06T04:35:22.198Z | Documenting atomicwrites v0.4.2 |
2833 | 2023-12-06T04:35:22.960Z | Documenting signal-hook-tokio v0.3.1 |
2834 | 2023-12-06T04:35:27.381Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2835 | 2023-12-06T04:35:27.818Z | Documenting fd-lock v3.0.13 |
2836 | 2023-12-06T04:35:28.834Z | Documenting subprocess v0.2.9 |
2837 | 2023-12-06T04:35:30.269Z | Documenting nu-ansi-term v0.49.0 |
2838 | 2023-12-06T04:35:34.557Z | Documenting shell-words v1.1.0 |
2839 | 2023-12-06T04:35:35.598Z | Documenting corncobs v0.1.3 |
2840 | 2023-12-06T04:35:35.775Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2841 | 2023-12-06T04:35:35.827Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2842 | 2023-12-06T04:35:35.846Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2843 | 2023-12-06T04:35:36.265Z | Documenting reedline v0.26.0 |
2844 | 2023-12-06T04:35:37.550Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2845 | 2023-12-06T04:35:37.811Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2846 | 2023-12-06T04:35:40.168Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2847 | 2023-12-06T04:35:40.933Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2848 | 2023-12-06T04:35:47.745Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2849 | 2023-12-06T04:35:47.884Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2850 | 2023-12-06T04:36:06.873Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2851 | 2023-12-06T04:36:07.823Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2852 | 2023-12-06T04:36:07.894Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2853 | 2023-12-06T04:36:10.418Z | Documenting fatfs v0.3.6 |
2854 | 2023-12-06T04:36:18.116Z | Documenting nanorand v0.7.0 |
2855 | 2023-12-06T04:36:20.830Z | Documenting assert_matches v1.5.0 |
2856 | 2023-12-06T04:36:23.725Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2857 | 2023-12-06T04:36:24.184Z | Documenting flume v0.11.0 |
2858 | 2023-12-06T04:36:25.448Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2859 | 2023-12-06T04:36:25.542Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2860 | 2023-12-06T04:36:27.881Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2861 | 2023-12-06T04:36:28.806Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2862 | 2023-12-06T04:36:29.373Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2863 | 2023-12-06T04:36:31.482Z | Documenting omicron-zone-package v0.9.1 |
2864 | 2023-12-06T04:36:49.791Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2865 | 2023-12-06T04:36:50.369Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2866 | 2023-12-06T04:36:51.065Z | Documenting termios v0.3.3 |
2867 | 2023-12-06T04:36:52.230Z | Documenting topological-sort v0.2.2 |
2868 | 2023-12-06T04:36:52.329Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2869 | 2023-12-06T04:36:52.329Z | --> sled-agent/src/sim/instance.rs:46:7 |
2870 | 2023-12-06T04:36:52.329Z | | |
2871 | 2023-12-06T04:36:52.329Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2872 | 2023-12-06T04:36:52.329Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2873 | 2023-12-06T04:36:52.329Z | | |
2874 | 2023-12-06T04:36:52.330Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2875 | 2023-12-06T04:36:52.330Z | |
2876 | 2023-12-06T04:36:54.118Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2877 | 2023-12-06T04:36:55.662Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2878 | 2023-12-06T04:36:56.619Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2879 | 2023-12-06T04:36:57.299Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2880 | 2023-12-06T04:36:59.064Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2881 | 2023-12-06T04:37:03.591Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2882 | 2023-12-06T04:37:05.853Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2883 | 2023-12-06T04:37:44.785Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2884 | 2023-12-06T04:37:49.497Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2885 | 2023-12-06T04:38:09.960Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2886 | 2023-12-06T04:38:10.445Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2887 | 2023-12-06T04:38:15.373Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2888 | 2023-12-06T04:38:19.454Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2889 | 2023-12-06T04:38:32.795Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2890 | 2023-12-06T04:39:27.309Z | warning: unresolved link to `VolumeConstructionRequest` |
2891 | 2023-12-06T04:39:27.309Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2892 | 2023-12-06T04:39:27.310Z | | |
2893 | 2023-12-06T04:39:27.310Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2894 | 2023-12-06T04:39:27.310Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2895 | 2023-12-06T04:39:27.310Z | | |
2896 | 2023-12-06T04:39:27.310Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2897 | 2023-12-06T04:39:27.310Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2898 | 2023-12-06T04:39:27.310Z | |
2899 | 2023-12-06T04:39:27.330Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2900 | 2023-12-06T04:39:27.330Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2901 | 2023-12-06T04:39:27.330Z | | |
2902 | 2023-12-06T04:39:27.330Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2903 | 2023-12-06T04:39:27.331Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2904 | 2023-12-06T04:39:27.331Z | |
2905 | 2023-12-06T04:39:27.331Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2906 | 2023-12-06T04:39:27.331Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2907 | 2023-12-06T04:39:27.331Z | | |
2908 | 2023-12-06T04:39:27.331Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2909 | 2023-12-06T04:39:27.331Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2910 | 2023-12-06T04:39:27.331Z | |
2911 | 2023-12-06T04:39:27.331Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2912 | 2023-12-06T04:39:27.332Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2913 | 2023-12-06T04:39:27.332Z | | |
2914 | 2023-12-06T04:39:27.332Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2915 | 2023-12-06T04:39:27.332Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2916 | 2023-12-06T04:39:27.332Z | |
2917 | 2023-12-06T04:39:27.332Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2918 | 2023-12-06T04:39:27.332Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2919 | 2023-12-06T04:39:27.332Z | | |
2920 | 2023-12-06T04:39:27.332Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2921 | 2023-12-06T04:39:27.332Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2922 | 2023-12-06T04:39:27.333Z | |
2923 | 2023-12-06T04:39:27.333Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2924 | 2023-12-06T04:39:27.333Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2925 | 2023-12-06T04:39:27.333Z | | |
2926 | 2023-12-06T04:39:27.333Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2927 | 2023-12-06T04:39:27.334Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2928 | 2023-12-06T04:39:27.334Z | |
2929 | 2023-12-06T04:39:27.334Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2930 | 2023-12-06T04:39:27.334Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2931 | 2023-12-06T04:39:27.334Z | | |
2932 | 2023-12-06T04:39:27.334Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2933 | 2023-12-06T04:39:27.335Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2934 | 2023-12-06T04:39:27.335Z | |
2935 | 2023-12-06T04:39:30.546Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2936 | 2023-12-06T04:40:03.288Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 43s |
2937 | 2023-12-06T04:40:03.392Z | |
2938 | 2023-12-06T04:40:03.393Z | real 15:43.705830897 |
2939 | 2023-12-06T04:40:03.393Z | user 52:28.149999619 |
2940 | 2023-12-06T04:40:03.396Z | sys 1:00:04.728310077 |
2941 | 2023-12-06T04:40:03.397Z | trap 1.999672913 |
2942 | 2023-12-06T04:40:03.397Z | tflt 0.613422558 |
2943 | 2023-12-06T04:40:03.397Z | dflt 0.513081265 |
2944 | 2023-12-06T04:40:03.397Z | kflt 0.000230365 |
2945 | 2023-12-06T04:40:03.397Z | lock 3:09:57.052437313 |
2946 | 2023-12-06T04:40:03.397Z | slp 4:03:36.191460905 |
2947 | 2023-12-06T04:40:03.397Z | lat 5:28.052650959 |
2948 | 2023-12-06T04:40:03.397Z | stop 1:19.353746995 |
2949 | 2023-12-06T04:40:03.397Z | process exited: duration 1742184 ms, exit code 0 |
|
2950 | 2023-12-06T04:40:03.407Z | found 0 output files |