|
|
|
1 | 2023-12-07T11:24:24.544Z | job assigned to worker 01HH207GDV7FA7772B28CXP43X (queued for 2 m 4 s) |
|
2 | 2023-12-07T11:24:24.697Z | starting task 0: "setup" |
3 | 2023-12-07T11:24:24.917Z | ++ uname -s |
4 | 2023-12-07T11:24:24.951Z | + kern=SunOS |
5 | 2023-12-07T11:24:24.951Z | + case "$kern" in |
6 | 2023-12-07T11:24:24.951Z | + groupadd -g 12345 build |
7 | 2023-12-07T11:24:24.951Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T11:24:26.908Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T11:24:27.064Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T11:24:27.074Z | + home_fs=zfs |
11 | 2023-12-07T11:24:27.074Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T11:24:27.074Z | + mkdir -p /home/build |
13 | 2023-12-07T11:24:27.075Z | + chown build:build /home/build /work |
14 | 2023-12-07T11:24:29.112Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T11:24:29.122Z | process exited: duration 4375 ms, exit code 0 |
|
16 | 2023-12-07T11:24:29.136Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T11:24:29.144Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T11:24:29.148Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T11:24:29.325Z | info: downloading installer |
20 | 2023-12-07T11:24:31.878Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T11:24:31.878Z | warning: /opt/ooce/bin |
22 | 2023-12-07T11:24:31.878Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T11:24:31.878Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T11:24:31.878Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T11:24:31.878Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T11:24:31.878Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T11:24:31.879Z | error: cannot install while Rust is installed |
28 | 2023-12-07T11:24:31.879Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T11:24:32.099Z | info: profile set to 'default' |
30 | 2023-12-07T11:24:32.103Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T11:24:32.111Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T11:24:32.290Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T11:24:32.330Z | info: downloading component 'cargo' |
34 | 2023-12-07T11:24:33.049Z | info: downloading component 'clippy' |
35 | 2023-12-07T11:24:33.316Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T11:24:34.288Z | info: downloading component 'rust-std' |
37 | 2023-12-07T11:24:36.008Z | info: downloading component 'rustc' |
38 | 2023-12-07T11:24:40.196Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T11:24:40.443Z | info: installing component 'cargo' |
40 | 2023-12-07T11:24:42.270Z | info: installing component 'clippy' |
41 | 2023-12-07T11:24:43.204Z | info: installing component 'rust-docs' |
42 | 2023-12-07T11:24:45.932Z | info: installing component 'rust-std' |
43 | 2023-12-07T11:24:49.662Z | info: installing component 'rustc' |
44 | 2023-12-07T11:24:58.859Z | info: installing component 'rustfmt' |
45 | 2023-12-07T11:24:59.308Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T11:24:59.308Z | |
47 | 2023-12-07T11:24:59.469Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T11:24:59.469Z | |
49 | 2023-12-07T11:24:59.474Z | |
50 | 2023-12-07T11:24:59.474Z | Rust is installed now. Great! |
51 | 2023-12-07T11:24:59.474Z | |
52 | 2023-12-07T11:24:59.474Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T11:24:59.474Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T11:24:59.474Z | |
55 | 2023-12-07T11:24:59.474Z | To configure your current shell, run: |
56 | 2023-12-07T11:24:59.474Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T11:24:59.551Z | + rustc --version |
58 | 2023-12-07T11:24:59.663Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T11:24:59.668Z | process exited: duration 30531 ms, exit code 0 |
|
60 | 2023-12-07T11:24:59.675Z | starting task 2: "authentication" |
61 | 2023-12-07T11:24:59.711Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2023-12-07T11:24:59.720Z | starting task 3: "clone repository" |
63 | 2023-12-07T11:24:59.725Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T11:24:59.729Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T11:24:59.766Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T11:25:08.047Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T11:25:08.047Z | + [[ -n renovate/once_cell-1.x ]] |
68 | 2023-12-07T11:25:08.051Z | + git fetch origin renovate/once_cell-1.x |
69 | 2023-12-07T11:25:08.408Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T11:25:08.408Z | * branch renovate/once_cell-1.x -> FETCH_HEAD |
71 | 2023-12-07T11:25:08.418Z | + git checkout -B renovate/once_cell-1.x remotes/origin/renovate/once_cell-1.x |
72 | 2023-12-07T11:25:08.523Z | Switched to a new branch 'renovate/once_cell-1.x' |
73 | 2023-12-07T11:25:08.532Z | branch 'renovate/once_cell-1.x' set up to track 'origin/renovate/once_cell-1.x'. |
74 | 2023-12-07T11:25:08.533Z | + git reset --hard 0b41faca47f5e0eaa7ea25d58c3d881e6966dc0e |
75 | 2023-12-07T11:25:08.682Z | HEAD is now at 0b41faca Update Rust crate once_cell to 1.19.0 |
76 | 2023-12-07T11:25:08.686Z | process exited: duration 8964 ms, exit code 0 |
|
77 | 2023-12-07T11:25:08.695Z | starting task 4: "build" |
78 | 2023-12-07T11:25:08.701Z | + cargo --version |
79 | 2023-12-07T11:25:08.708Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T11:25:08.952Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T11:25:08.963Z | info: downloading component 'cargo' |
82 | 2023-12-07T11:25:10.251Z | info: downloading component 'clippy' |
83 | 2023-12-07T11:25:11.058Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T11:25:13.097Z | info: downloading component 'rust-std' |
85 | 2023-12-07T11:25:15.382Z | info: downloading component 'rustc' |
86 | 2023-12-07T11:25:26.530Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T11:25:26.799Z | info: installing component 'cargo' |
88 | 2023-12-07T11:25:28.055Z | info: installing component 'clippy' |
89 | 2023-12-07T11:25:28.517Z | info: installing component 'rust-docs' |
90 | 2023-12-07T11:25:31.411Z | info: installing component 'rust-std' |
91 | 2023-12-07T11:25:33.976Z | info: installing component 'rustc' |
92 | 2023-12-07T11:25:40.248Z | info: installing component 'rustfmt' |
93 | 2023-12-07T11:25:40.739Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T11:25:40.743Z | + rustc --version |
95 | 2023-12-07T11:25:40.893Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T11:25:40.901Z | + source ./env.sh |
97 | 2023-12-07T11:25:40.905Z | ++ set -o xtrace |
98 | 2023-12-07T11:25:40.905Z | ++++ dirname ./env.sh |
99 | 2023-12-07T11:25:40.911Z | +++ cd . |
100 | 2023-12-07T11:25:40.911Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-07T11:25:40.911Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-07T11:25:40.911Z | ++ 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-07T11:25:40.911Z | ++ 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-07T11:25:40.912Z | ++ 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-07T11:25:40.912Z | ++ 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-07T11:25:40.912Z | ++ 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-07T11:25:40.913Z | ++ 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-07T11:25:40.913Z | ++ 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-07T11:25:40.913Z | ++ 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-07T11:25:40.913Z | ++ unset OMICRON_WS |
111 | 2023-12-07T11:25:40.913Z | ++ set +o xtrace |
112 | 2023-12-07T11:25:40.999Z | |
113 | 2023-12-07T11:25:40.999Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-07T11:25:40.999Z | # # # # # # # # # # # # # # # |
115 | 2023-12-07T11:25:40.999Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-07T11:25:41.000Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-07T11:25:41.000Z | # # # # # # # # # # # # # # # |
118 | 2023-12-07T11:25:41.000Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-07T11:25:41.000Z | |
120 | 2023-12-07T11:25:48.815Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-07T11:25:50.020Z | Startup: Caching catalogs ... Done |
122 | 2023-12-07T11:25:56.524Z | Planning: Solver setup ... Done (6.094s) |
123 | 2023-12-07T11:25:56.668Z | Planning: Running solver ... Done (0.145s) |
124 | 2023-12-07T11:25:56.738Z | Planning: Finding local manifests ... Done (0.005s) |
125 | 2023-12-07T11:25:56.768Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-07T11:25:58.244Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-07T11:25:58.332Z | Planning: Package planning ... Done (0.088s) |
128 | 2023-12-07T11:25:58.417Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-07T11:25:59.128Z | Planning: Checking for conflicting actions ... Done (0.710s) |
130 | 2023-12-07T11:25:59.146Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-12-07T11:26:02.249Z | Planning: Evaluating mediators ... Done (3.100s) |
132 | 2023-12-07T11:26:02.358Z | Planning: Planning completed in 12.28 seconds |
133 | 2023-12-07T11:26:02.380Z | Packages to install: 4 |
134 | 2023-12-07T11:26:02.385Z | Packages to update: 2 |
135 | 2023-12-07T11:26:02.385Z | Mediators to change: 2 |
136 | 2023-12-07T11:26:02.385Z | Services to change: 1 |
137 | 2023-12-07T11:26:02.385Z | Estimated space available: 148.88 GB |
138 | 2023-12-07T11:26:02.385Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-07T11:26:02.385Z | Create boot environment: No |
140 | 2023-12-07T11:26:02.385Z | Create backup boot environment: Yes |
141 | 2023-12-07T11:26:02.385Z | Rebuild boot archive: No |
142 | 2023-12-07T11:26:02.385Z | |
143 | 2023-12-07T11:26:02.385Z | Changed mediators: |
144 | 2023-12-07T11:26:02.385Z | mediator clang: |
145 | 2023-12-07T11:26:02.385Z | version: None -> 15 (system default) |
146 | 2023-12-07T11:26:02.385Z | |
147 | 2023-12-07T11:26:02.385Z | mediator llvm: |
148 | 2023-12-07T11:26:02.385Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-07T11:26:02.385Z | |
150 | 2023-12-07T11:26:02.386Z | Changed packages: |
151 | 2023-12-07T11:26:02.386Z | helios-dev |
152 | 2023-12-07T11:26:02.386Z | developer/build-essential |
153 | 2023-12-07T11:26:02.386Z | None -> 11-2.0 |
154 | 2023-12-07T11:26:02.386Z | library/libxmlsec1 |
155 | 2023-12-07T11:26:02.386Z | None -> 1.2.35-2.0 |
156 | 2023-12-07T11:26:02.386Z | ooce/developer/clang-15 |
157 | 2023-12-07T11:26:02.386Z | None -> 15.0.7-2.0 |
158 | 2023-12-07T11:26:02.386Z | ooce/developer/llvm-15 |
159 | 2023-12-07T11:26:02.387Z | None -> 15.0.7-2.0 |
160 | 2023-12-07T11:26:02.387Z | system/library/g++-runtime |
161 | 2023-12-07T11:26:02.387Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-07T11:26:02.387Z | system/library/gcc-runtime |
163 | 2023-12-07T11:26:02.387Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-07T11:26:02.387Z | |
165 | 2023-12-07T11:26:02.387Z | Services: |
166 | 2023-12-07T11:26:02.387Z | restart_fmri: |
167 | 2023-12-07T11:26:02.387Z | svc:/system/update-man-index:default |
168 | 2023-12-07T11:26:02.545Z | |
169 | 2023-12-07T11:26:02.545Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-07T11:26:07.545Z | Download: 867/3330 items 18.8/221.1MB 8% complete (3.9M/s) |
171 | 2023-12-07T11:26:12.550Z | Download: 1295/3330 items 115.1/221.1MB 52% complete (11.8M/s) |
172 | 2023-12-07T11:26:17.568Z | Download: 2218/3330 items 119.2/221.1MB 53% complete (10.1M/s) |
173 | 2023-12-07T11:26:22.575Z | Download: 2953/3330 items 121.2/221.1MB 54% complete (627k/s) |
174 | 2023-12-07T11:26:27.572Z | Download: 3296/3330 items 217.4/221.1MB 98% complete (9.7M/s) |
175 | 2023-12-07T11:26:28.068Z | Download: Completed 221.11 MB in 25.52 seconds (8.7M/s) |
176 | 2023-12-07T11:26:30.245Z | Actions: 1/3766 actions (Removing old actions) |
177 | 2023-12-07T11:26:30.245Z | Actions: 5/3766 actions (Installing new actions) |
178 | 2023-12-07T11:26:35.713Z | Actions: 3089/3766 actions (Installing new actions) |
179 | 2023-12-07T11:26:38.464Z | Actions: 3729/3766 actions (Updating modified actions) |
180 | 2023-12-07T11:26:38.951Z | Actions: Completed 3766 actions in 8.70 seconds. |
181 | 2023-12-07T11:26:39.153Z | Done (0.197s) |
182 | 2023-12-07T11:26:39.157Z | Done (0.000s) |
183 | 2023-12-07T11:26:39.415Z | Done (0.260s) |
184 | 2023-12-07T11:26:46.846Z | Done (7.307s) |
185 | 2023-12-07T11:26:47.041Z | Done (0.094s) |
186 | 2023-12-07T11:26:47.045Z | Done (0.000s) |
187 | 2023-12-07T11:26:47.304Z | Done (0.000s) |
188 | 2023-12-07T11:26:48.004Z | Planning: Evaluating mediator changes ... Done |
189 | 2023-12-07T11:26:48.286Z | Planning: Checking for conflicting actions ... Done |
190 | 2023-12-07T11:26:48.290Z | Planning: Consolidating action changes ... Done |
191 | 2023-12-07T11:26:48.724Z | Planning: Evaluating mediators ... Done |
192 | 2023-12-07T11:26:48.728Z | Planning: Planning completed in 0.72 seconds |
193 | 2023-12-07T11:26:48.788Z | Mediators to change: 2 |
194 | 2023-12-07T11:26:48.791Z | Create boot environment: No |
195 | 2023-12-07T11:26:48.792Z | Create backup boot environment: No |
196 | 2023-12-07T11:26:48.896Z | Done |
197 | 2023-12-07T11:26:48.896Z | Done |
198 | 2023-12-07T11:26:49.055Z | Done |
199 | 2023-12-07T11:26:54.734Z | Done |
200 | 2023-12-07T11:26:54.854Z | Done |
201 | 2023-12-07T11:26:54.858Z | Done |
202 | 2023-12-07T11:26:54.966Z | Done |
203 | 2023-12-07T11:26:55.984Z | Planning: Evaluating mediator changes ... Done |
204 | 2023-12-07T11:26:55.993Z | Planning: Merging actions ... Done |
205 | 2023-12-07T11:26:56.314Z | Planning: Checking for conflicting actions ... Done |
206 | 2023-12-07T11:26:56.317Z | Planning: Consolidating action changes ... Done |
207 | 2023-12-07T11:26:56.747Z | Planning: Evaluating mediators ... Done |
208 | 2023-12-07T11:26:56.836Z | Planning: Planning completed in 1.30 seconds |
209 | 2023-12-07T11:26:56.899Z | Packages to change: 1 |
210 | 2023-12-07T11:26:56.905Z | Mediators to change: 1 |
211 | 2023-12-07T11:26:56.905Z | Services to change: 1 |
212 | 2023-12-07T11:26:56.906Z | Create boot environment: No |
213 | 2023-12-07T11:26:56.906Z | Create backup boot environment: Yes |
214 | 2023-12-07T11:26:59.038Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2023-12-07T11:26:59.042Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2023-12-07T11:26:59.042Z | Done |
217 | 2023-12-07T11:26:59.042Z | Done |
218 | 2023-12-07T11:26:59.100Z | Done |
219 | 2023-12-07T11:27:04.727Z | Done |
220 | 2023-12-07T11:27:04.845Z | Done |
221 | 2023-12-07T11:27:04.850Z | Done |
222 | 2023-12-07T11:27:04.994Z | Done |
223 | 2023-12-07T11:27:05.656Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2023-12-07T11:27:05.657Z | clang system 15 system |
225 | 2023-12-07T11:27:05.657Z | csh system system illumos |
226 | 2023-12-07T11:27:05.657Z | ctags system system illumos |
227 | 2023-12-07T11:27:05.658Z | gcc vendor 12 vendor |
228 | 2023-12-07T11:27:05.658Z | gcc system 10 system |
229 | 2023-12-07T11:27:05.659Z | gcc system 7 system |
230 | 2023-12-07T11:27:05.659Z | go system 1.20 system |
231 | 2023-12-07T11:27:05.659Z | go system 1.19 system |
232 | 2023-12-07T11:27:05.659Z | llvm system 15 system |
233 | 2023-12-07T11:27:05.659Z | llvm system 14 system |
234 | 2023-12-07T11:27:05.659Z | mariadb system 10.6 system |
235 | 2023-12-07T11:27:05.659Z | mta vendor vendor dma |
236 | 2023-12-07T11:27:05.659Z | openjdk system 17 system |
237 | 2023-12-07T11:27:05.659Z | openjdk system 11 system |
238 | 2023-12-07T11:27:05.659Z | openjdk system 1.8 system |
239 | 2023-12-07T11:27:05.659Z | openssl vendor 3 vendor |
240 | 2023-12-07T11:27:05.659Z | perl system 5.36 system |
241 | 2023-12-07T11:27:05.659Z | postgresql system 15 system |
242 | 2023-12-07T11:27:05.659Z | postgresql system 13 system |
243 | 2023-12-07T11:27:05.659Z | python vendor 3 vendor |
244 | 2023-12-07T11:27:05.659Z | python system 2 system |
245 | 2023-12-07T11:27:05.659Z | python3 system 3.11 system |
246 | 2023-12-07T11:27:05.660Z | ruby system 3.0 system |
247 | 2023-12-07T11:27:05.661Z | words vendor vendor american-english |
248 | 2023-12-07T11:27:05.661Z | words system system australian-english |
249 | 2023-12-07T11:27:05.661Z | words system system british-english |
250 | 2023-12-07T11:27:05.661Z | words system system canadian-english |
251 | 2023-12-07T11:27:05.662Z | words system system french |
252 | 2023-12-07T11:27:05.662Z | words system system italian |
253 | 2023-12-07T11:27:05.663Z | words system system ngerman |
254 | 2023-12-07T11:27:05.663Z | words system system ogerman |
255 | 2023-12-07T11:27:05.663Z | words system system spanish |
256 | 2023-12-07T11:27:06.177Z | FMRI IFO |
257 | 2023-12-07T11:27:06.177Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2023-12-07T11:27:06.177Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2023-12-07T11:27:06.177Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2023-12-07T11:27:06.177Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
261 | 2023-12-07T11:27:06.177Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2023-12-07T11:27:06.179Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
263 | 2023-12-07T11:27:06.179Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
264 | 2023-12-07T11:27:06.179Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
265 | 2023-12-07T11:27:06.246Z | + set -o errexit |
266 | 2023-12-07T11:27:06.249Z | +++ dirname ./tools/ci_download_cockroachdb |
267 | 2023-12-07T11:27:06.253Z | ++ cd ./tools |
268 | 2023-12-07T11:27:06.253Z | ++ pwd |
269 | 2023-12-07T11:27:06.253Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
270 | 2023-12-07T11:27:06.253Z | ++ basename ./tools/ci_download_cockroachdb |
271 | 2023-12-07T11:27:06.257Z | + ARG0=ci_download_cockroachdb |
272 | 2023-12-07T11:27:06.257Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
273 | 2023-12-07T11:27:06.257Z | + CIDL_VERSION=v22.1.9 |
274 | 2023-12-07T11:27:06.257Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
275 | 2023-12-07T11:27:06.257Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
276 | 2023-12-07T11:27:06.257Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
277 | 2023-12-07T11:27:06.257Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-12-07T11:27:06.261Z | + TARGET_DIR=out |
279 | 2023-12-07T11:27:06.261Z | + DOWNLOAD_DIR=out/downloads |
280 | 2023-12-07T11:27:06.261Z | + DEST_DIR=./out/cockroachdb |
281 | 2023-12-07T11:27:06.261Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
282 | 2023-12-07T11:27:06.262Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
283 | 2023-12-07T11:27:06.262Z | + main |
284 | 2023-12-07T11:27:06.262Z | + [[ 0 != 0 ]] |
285 | 2023-12-07T11:27:06.262Z | + CIDL_OS=solaris2.11 |
286 | 2023-12-07T11:27:06.262Z | + [[ 0 != 0 ]] |
287 | 2023-12-07T11:27:06.262Z | + configure_os solaris2.11 |
288 | 2023-12-07T11:27:06.263Z | + echo 'current directory: /work/oxidecomputer/omicron' |
289 | 2023-12-07T11:27:06.263Z | current directory: /work/oxidecomputer/omicron |
290 | 2023-12-07T11:27:06.263Z | + echo 'configuring based on OS: "solaris2.11"' |
291 | 2023-12-07T11:27:06.263Z | + case "$1" in |
292 | 2023-12-07T11:27:06.263Z | configuring based on OS: "solaris2.11" |
293 | 2023-12-07T11:27:06.263Z | + CIDL_BUILD=illumos |
294 | 2023-12-07T11:27:06.263Z | + CIDL_SUFFIX=tar.gz |
295 | 2023-12-07T11:27:06.263Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
296 | 2023-12-07T11:27:06.263Z | + CIDL_MD5FUNC=do_md5sum |
297 | 2023-12-07T11:27:06.263Z | + CIDL_URL_BASE=https://illumos.org/downloads |
298 | 2023-12-07T11:27:06.263Z | + CIDL_ASSEMBLE=do_assemble_illumos |
299 | 2023-12-07T11:27:06.263Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
300 | 2023-12-07T11:27:06.263Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-07T11:27:06.264Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-07T11:27:06.264Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
303 | 2023-12-07T11:27:06.264Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-07T11:27:06.264Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
305 | 2023-12-07T11:27:06.264Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-07T11:27:06.264Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2023-12-07T11:27:06.264Z | + mkdir -p out/downloads |
308 | 2023-12-07T11:27:06.264Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-07T11:27:06.264Z | + mkdir -p ./out/cockroachdb |
310 | 2023-12-07T11:27:06.269Z | + local DO_DOWNLOAD=true |
311 | 2023-12-07T11:27:06.269Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
312 | 2023-12-07T11:27:06.269Z | + '[' true == true ']' |
313 | 2023-12-07T11:27:06.269Z | + echo Downloading... |
314 | 2023-12-07T11:27:06.270Z | Downloading... |
315 | 2023-12-07T11:27:06.270Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2023-12-07T11:27:06.270Z | + 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 |
317 | 2023-12-07T11:27:14.421Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-12-07T11:27:14.425Z | ++ md5sum |
319 | 2023-12-07T11:27:14.425Z | ++ awk '{print $1}' |
320 | 2023-12-07T11:27:14.603Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
321 | 2023-12-07T11:27:14.603Z | + [[ 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 ]] |
322 | 2023-12-07T11:27:14.607Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2023-12-07T11:27:14.607Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
324 | 2023-12-07T11:27:17.940Z | + do_assemble_illumos |
325 | 2023-12-07T11:27:17.940Z | + rm -r ./out/cockroachdb |
326 | 2023-12-07T11:27:17.944Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
327 | 2023-12-07T11:27:18.588Z | + ./out/cockroachdb/bin/cockroach version |
328 | 2023-12-07T11:27:18.913Z | Build Tag: v22.1.9-dirty |
329 | 2023-12-07T11:27:18.914Z | Build Time: 2022/10/26 21:17:46 |
330 | 2023-12-07T11:27:18.914Z | Distribution: OSS |
331 | 2023-12-07T11:27:18.914Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
332 | 2023-12-07T11:27:18.914Z | Go Version: go1.17.13 |
333 | 2023-12-07T11:27:18.914Z | C Compiler: gcc 10.3.0 |
334 | 2023-12-07T11:27:18.914Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
335 | 2023-12-07T11:27:18.914Z | Build Type: release |
336 | 2023-12-07T11:27:18.940Z | + set -o errexit |
337 | 2023-12-07T11:27:18.944Z | +++ dirname ./tools/ci_download_clickhouse |
338 | 2023-12-07T11:27:18.944Z | ++ cd ./tools |
339 | 2023-12-07T11:27:18.949Z | ++ pwd |
340 | 2023-12-07T11:27:18.949Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
341 | 2023-12-07T11:27:18.949Z | ++ basename ./tools/ci_download_clickhouse |
342 | 2023-12-07T11:27:18.949Z | + ARG0=ci_download_clickhouse |
343 | 2023-12-07T11:27:18.949Z | + TARGET_DIR=out |
344 | 2023-12-07T11:27:18.949Z | + DOWNLOAD_DIR=out/downloads |
345 | 2023-12-07T11:27:18.950Z | + DEST_DIR=./out/clickhouse |
346 | 2023-12-07T11:27:18.950Z | + CIDL_VERSION=v22.8.9.24 |
347 | 2023-12-07T11:27:18.950Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
348 | 2023-12-07T11:27:18.950Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
349 | 2023-12-07T11:27:18.950Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
350 | 2023-12-07T11:27:18.950Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
351 | 2023-12-07T11:27:18.950Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
352 | 2023-12-07T11:27:18.956Z | + main |
353 | 2023-12-07T11:27:18.956Z | + [[ 0 != 0 ]] |
354 | 2023-12-07T11:27:18.956Z | + CIDL_OS=solaris2.11 |
355 | 2023-12-07T11:27:18.956Z | + [[ 0 != 0 ]] |
356 | 2023-12-07T11:27:18.956Z | + configure_os solaris2.11 |
357 | 2023-12-07T11:27:18.967Z | + echo 'current directory: /work/oxidecomputer/omicron' |
358 | 2023-12-07T11:27:18.967Z | current directory: /work/oxidecomputer/omicron |
359 | 2023-12-07T11:27:18.967Z | configuring based on OS: "solaris2.11" |
360 | 2023-12-07T11:27:18.967Z | + echo 'configuring based on OS: "solaris2.11"' |
361 | 2023-12-07T11:27:18.967Z | + CIDL_DASHREV= |
362 | 2023-12-07T11:27:18.967Z | + case "$1" in |
363 | 2023-12-07T11:27:18.967Z | + CIDL_PLATFORM=illumos |
364 | 2023-12-07T11:27:18.967Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2023-12-07T11:27:18.967Z | + CIDL_MD5FUNC=do_md5sum |
366 | 2023-12-07T11:27:18.968Z | + CIDL_DASHREV=-1 |
367 | 2023-12-07T11:27:18.968Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
368 | 2023-12-07T11:27:18.968Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-12-07T11:27:18.968Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-07T11:27:18.968Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-07T11:27:18.968Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2023-12-07T11:27:18.968Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-07T11:27:18.968Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-07T11:27:18.968Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
375 | 2023-12-07T11:27:18.968Z | + mkdir -p out/downloads |
376 | 2023-12-07T11:27:18.968Z | + mkdir -p ./out/clickhouse |
377 | 2023-12-07T11:27:18.987Z | + local DO_DOWNLOAD=true |
378 | 2023-12-07T11:27:18.987Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
379 | 2023-12-07T11:27:18.987Z | + '[' true == true ']' |
380 | 2023-12-07T11:27:18.987Z | + echo Downloading... |
381 | 2023-12-07T11:27:18.987Z | Downloading... |
382 | 2023-12-07T11:27:18.987Z | + 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 |
383 | 2023-12-07T11:27:18.991Z | + 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 |
384 | 2023-12-07T11:27:20.513Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
385 | 2023-12-07T11:27:20.517Z | ++ md5sum |
386 | 2023-12-07T11:27:20.517Z | ++ awk '{print $1}' |
387 | 2023-12-07T11:27:20.782Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
388 | 2023-12-07T11:27:20.782Z | + [[ 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 ]] |
389 | 2023-12-07T11:27:20.786Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
390 | 2023-12-07T11:27:20.786Z | + mkdir -p ./out/clickhouse |
391 | 2023-12-07T11:27:20.786Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
392 | 2023-12-07T11:27:25.557Z | + ./out/clickhouse/clickhouse server --version |
393 | 2023-12-07T11:27:25.615Z | ClickHouse server version 22.8.9.1. |
394 | 2023-12-07T11:27:25.719Z | + set -o errexit |
395 | 2023-12-07T11:27:25.729Z | +++ dirname ./tools/ci_download_console |
396 | 2023-12-07T11:27:25.729Z | ++ cd ./tools |
397 | 2023-12-07T11:27:25.729Z | ++ pwd |
398 | 2023-12-07T11:27:25.730Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2023-12-07T11:27:25.730Z | ++ basename ./tools/ci_download_console |
400 | 2023-12-07T11:27:25.730Z | + ARG0=ci_download_console |
401 | 2023-12-07T11:27:25.730Z | + TARGET_DIR=out |
402 | 2023-12-07T11:27:25.730Z | + DOWNLOAD_DIR=out/downloads |
403 | 2023-12-07T11:27:25.730Z | + DEST_DIR=./out/console-assets |
404 | 2023-12-07T11:27:25.730Z | + source /work/oxidecomputer/omicron/tools/console_version |
405 | 2023-12-07T11:27:25.730Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
406 | 2023-12-07T11:27:25.730Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
407 | 2023-12-07T11:27:25.730Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
408 | 2023-12-07T11:27:25.730Z | + TARBALL_FILE=out/downloads/console.tar.gz |
409 | 2023-12-07T11:27:25.730Z | + main |
410 | 2023-12-07T11:27:25.733Z | + [[ 0 != 0 ]] |
411 | 2023-12-07T11:27:25.733Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
412 | 2023-12-07T11:27:25.733Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
413 | 2023-12-07T11:27:25.733Z | + echo 'Local file: out/downloads/console.tar.gz' |
414 | 2023-12-07T11:27:25.733Z | + local DO_DOWNLOAD=true |
415 | 2023-12-07T11:27:25.733Z | + [[ -f out/downloads/console.tar.gz ]] |
416 | 2023-12-07T11:27:25.733Z | Local file: out/downloads/console.tar.gz |
417 | 2023-12-07T11:27:25.733Z | + mkdir -p out/downloads |
418 | 2023-12-07T11:27:25.733Z | + '[' true == true ']' |
419 | 2023-12-07T11:27:25.733Z | + echo Downloading... |
420 | 2023-12-07T11:27:25.733Z | Downloading... |
421 | 2023-12-07T11:27:25.733Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
422 | 2023-12-07T11:27:25.733Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
423 | 2023-12-07T11:27:26.338Z | ++ do_sha256sum out/downloads/console.tar.gz |
424 | 2023-12-07T11:27:26.349Z | ++ case "$OSTYPE" in |
425 | 2023-12-07T11:27:26.349Z | ++ SHA=sha256sum |
426 | 2023-12-07T11:27:26.350Z | ++ sha256sum |
427 | 2023-12-07T11:27:26.350Z | ++ awk '{print $1}' |
428 | 2023-12-07T11:27:26.363Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
429 | 2023-12-07T11:27:26.363Z | + [[ 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 ]] |
430 | 2023-12-07T11:27:26.374Z | + rm -rf ./out/console-assets |
431 | 2023-12-07T11:27:26.374Z | + mkdir -p ./out/console-assets |
432 | 2023-12-07T11:27:26.375Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
433 | 2023-12-07T11:27:26.375Z | + mkdir -p ./out/console-assets |
434 | 2023-12-07T11:27:26.376Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
435 | 2023-12-07T11:27:26.506Z | + set -o errexit |
436 | 2023-12-07T11:27:26.517Z | +++ dirname ./tools/ci_download_maghemite_openapi |
437 | 2023-12-07T11:27:26.517Z | ++ cd ./tools |
438 | 2023-12-07T11:27:26.517Z | ++ pwd |
439 | 2023-12-07T11:27:26.517Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
440 | 2023-12-07T11:27:26.517Z | ++ basename ./tools/ci_download_maghemite_openapi |
441 | 2023-12-07T11:27:26.517Z | + ARG0=ci_download_maghemite_openapi |
442 | 2023-12-07T11:27:26.517Z | + TARGET_DIR=out |
443 | 2023-12-07T11:27:26.518Z | + DOWNLOAD_DIR=out/downloads |
444 | 2023-12-07T11:27:26.518Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
445 | 2023-12-07T11:27:26.518Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
446 | 2023-12-07T11:27:26.518Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2023-12-07T11:27:26.520Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
448 | 2023-12-07T11:27:26.520Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
449 | 2023-12-07T11:27:26.520Z | + main |
450 | 2023-12-07T11:27:26.520Z | + [[ 0 != 0 ]] |
451 | 2023-12-07T11:27:26.520Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
452 | 2023-12-07T11:27:26.521Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
453 | 2023-12-07T11:27:26.521Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
454 | 2023-12-07T11:27:26.521Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
455 | 2023-12-07T11:27:26.521Z | + local DO_DOWNLOAD=true |
456 | 2023-12-07T11:27:26.521Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
457 | 2023-12-07T11:27:26.522Z | + mkdir -p out/downloads |
458 | 2023-12-07T11:27:26.531Z | + '[' true == true ']' |
459 | 2023-12-07T11:27:26.532Z | + echo Downloading... |
460 | 2023-12-07T11:27:26.532Z | Downloading... |
461 | 2023-12-07T11:27:26.532Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
462 | 2023-12-07T11:27:26.532Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
463 | 2023-12-07T11:27:26.729Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
464 | 2023-12-07T11:27:26.735Z | ++ case "$OSTYPE" in |
465 | 2023-12-07T11:27:26.735Z | ++ SHA=sha256sum |
466 | 2023-12-07T11:27:26.735Z | ++ sha256sum |
467 | 2023-12-07T11:27:26.735Z | ++ awk '{print $1}' |
468 | 2023-12-07T11:27:26.741Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
469 | 2023-12-07T11:27:26.742Z | + [[ 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 ]] |
470 | 2023-12-07T11:27:26.742Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
471 | 2023-12-07T11:27:26.742Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
472 | 2023-12-07T11:27:26.742Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
473 | 2023-12-07T11:27:26.742Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
474 | 2023-12-07T11:27:26.742Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
475 | 2023-12-07T11:27:26.742Z | + main |
476 | 2023-12-07T11:27:26.742Z | + [[ 0 != 0 ]] |
477 | 2023-12-07T11:27:26.742Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
478 | 2023-12-07T11:27:26.742Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
479 | 2023-12-07T11:27:26.742Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
480 | 2023-12-07T11:27:26.742Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
481 | 2023-12-07T11:27:26.742Z | + local DO_DOWNLOAD=true |
482 | 2023-12-07T11:27:26.742Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
483 | 2023-12-07T11:27:26.743Z | + mkdir -p out/downloads |
484 | 2023-12-07T11:27:26.743Z | + '[' true == true ']' |
485 | 2023-12-07T11:27:26.743Z | + echo Downloading... |
486 | 2023-12-07T11:27:26.743Z | Downloading... |
487 | 2023-12-07T11:27:26.743Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
488 | 2023-12-07T11:27:26.743Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
489 | 2023-12-07T11:27:26.904Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
490 | 2023-12-07T11:27:26.908Z | ++ case "$OSTYPE" in |
491 | 2023-12-07T11:27:26.908Z | ++ SHA=sha256sum |
492 | 2023-12-07T11:27:26.908Z | ++ sha256sum |
493 | 2023-12-07T11:27:26.908Z | ++ awk '{print $1}' |
494 | 2023-12-07T11:27:26.912Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
495 | 2023-12-07T11:27:26.912Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
496 | 2023-12-07T11:27:26.920Z | + set -o errexit |
497 | 2023-12-07T11:27:26.923Z | +++ dirname ./tools/ci_download_dendrite_openapi |
498 | 2023-12-07T11:27:26.924Z | ++ cd ./tools |
499 | 2023-12-07T11:27:26.924Z | ++ pwd |
500 | 2023-12-07T11:27:26.927Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2023-12-07T11:27:26.928Z | ++ basename ./tools/ci_download_dendrite_openapi |
502 | 2023-12-07T11:27:26.928Z | + ARG0=ci_download_dendrite_openapi |
503 | 2023-12-07T11:27:26.929Z | + TARGET_DIR=out |
504 | 2023-12-07T11:27:26.929Z | + DOWNLOAD_DIR=out/downloads |
505 | 2023-12-07T11:27:26.929Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
506 | 2023-12-07T11:27:26.929Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
507 | 2023-12-07T11:27:26.929Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
508 | 2023-12-07T11:27:26.935Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
509 | 2023-12-07T11:27:26.936Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
510 | 2023-12-07T11:27:26.936Z | + main |
511 | 2023-12-07T11:27:26.936Z | + [[ 0 != 0 ]] |
512 | 2023-12-07T11:27:26.936Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
513 | 2023-12-07T11:27:26.936Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
514 | 2023-12-07T11:27:26.936Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
515 | 2023-12-07T11:27:26.936Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
516 | 2023-12-07T11:27:26.936Z | + local DO_DOWNLOAD=true |
517 | 2023-12-07T11:27:26.936Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
518 | 2023-12-07T11:27:26.936Z | + mkdir -p out/downloads |
519 | 2023-12-07T11:27:26.936Z | + '[' true == true ']' |
520 | 2023-12-07T11:27:26.936Z | + echo Downloading... |
521 | 2023-12-07T11:27:26.936Z | Downloading... |
522 | 2023-12-07T11:27:26.936Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
523 | 2023-12-07T11:27:26.936Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
524 | 2023-12-07T11:27:27.128Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
525 | 2023-12-07T11:27:27.131Z | ++ case "$OSTYPE" in |
526 | 2023-12-07T11:27:27.132Z | ++ SHA=sha256sum |
527 | 2023-12-07T11:27:27.132Z | ++ sha256sum |
528 | 2023-12-07T11:27:27.132Z | ++ awk '{print $1}' |
529 | 2023-12-07T11:27:27.136Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
530 | 2023-12-07T11:27:27.136Z | + [[ 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 ]] |
531 | 2023-12-07T11:27:27.144Z | + set -o errexit |
532 | 2023-12-07T11:27:27.153Z | +++ dirname ./tools/ci_download_dendrite_stub |
533 | 2023-12-07T11:27:27.153Z | ++ cd ./tools |
534 | 2023-12-07T11:27:27.153Z | ++ pwd |
535 | 2023-12-07T11:27:27.161Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
536 | 2023-12-07T11:27:27.161Z | ++ basename ./tools/ci_download_dendrite_stub |
537 | 2023-12-07T11:27:27.161Z | + ARG0=ci_download_dendrite_stub |
538 | 2023-12-07T11:27:27.161Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
539 | 2023-12-07T11:27:27.161Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
540 | 2023-12-07T11:27:27.161Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
541 | 2023-12-07T11:27:27.161Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
542 | 2023-12-07T11:27:27.162Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
543 | 2023-12-07T11:27:27.162Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
544 | 2023-12-07T11:27:27.162Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
545 | 2023-12-07T11:27:27.162Z | + TARGET_DIR=out |
546 | 2023-12-07T11:27:27.162Z | + DOWNLOAD_DIR=out/downloads |
547 | 2023-12-07T11:27:27.162Z | + DEST_DIR=./out/dendrite-stub |
548 | 2023-12-07T11:27:27.162Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
549 | 2023-12-07T11:27:27.162Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
550 | 2023-12-07T11:27:27.162Z | + REPO=oxidecomputer/dendrite |
551 | 2023-12-07T11:27:27.162Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
552 | 2023-12-07T11:27:27.162Z | + main |
553 | 2023-12-07T11:27:27.162Z | + [[ 0 != 0 ]] |
554 | 2023-12-07T11:27:27.163Z | + CIDL_OS=solaris2.11 |
555 | 2023-12-07T11:27:27.163Z | + [[ 0 != 0 ]] |
556 | 2023-12-07T11:27:27.163Z | + configure_os solaris2.11 |
557 | 2023-12-07T11:27:27.163Z | + echo 'current directory: /work/oxidecomputer/omicron' |
558 | 2023-12-07T11:27:27.163Z | current directory: /work/oxidecomputer/omicron |
559 | 2023-12-07T11:27:27.163Z | + echo 'configuring based on OS: "solaris2.11"' |
560 | 2023-12-07T11:27:27.163Z | configuring based on OS: "solaris2.11" |
561 | 2023-12-07T11:27:27.164Z | + case "$1" in |
562 | 2023-12-07T11:27:27.164Z | + SET_BINARIES= |
563 | 2023-12-07T11:27:27.164Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
564 | 2023-12-07T11:27:27.164Z | + CIDL_SHA256FUNC=do_sha256sum |
565 | 2023-12-07T11:27:27.164Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
566 | 2023-12-07T11:27:27.164Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
567 | 2023-12-07T11:27:27.164Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
568 | 2023-12-07T11:27:27.164Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
569 | 2023-12-07T11:27:27.164Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
570 | 2023-12-07T11:27:27.164Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
571 | 2023-12-07T11:27:27.164Z | Local file: out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-07T11:27:27.164Z | + mkdir -p out/downloads |
573 | 2023-12-07T11:27:27.164Z | + mkdir -p ./out/dendrite-stub |
574 | 2023-12-07T11:27:27.170Z | + fetch_and_verify |
575 | 2023-12-07T11:27:27.170Z | + local DO_DOWNLOAD=true |
576 | 2023-12-07T11:27:27.170Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
577 | 2023-12-07T11:27:27.170Z | + '[' true == true ']' |
578 | 2023-12-07T11:27:27.170Z | + echo Downloading... |
579 | 2023-12-07T11:27:27.171Z | Downloading... |
580 | 2023-12-07T11:27:27.171Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
581 | 2023-12-07T11:27:27.171Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
582 | 2023-12-07T11:27:38.957Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
583 | 2023-12-07T11:27:38.973Z | ++ sha256sum |
584 | 2023-12-07T11:27:38.973Z | ++ awk '{print $1}' |
585 | 2023-12-07T11:27:39.057Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
586 | 2023-12-07T11:27:39.057Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
587 | 2023-12-07T11:27:39.062Z | + do_untar out/downloads/dendrite-stub.tar.gz |
588 | 2023-12-07T11:27:39.062Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
589 | 2023-12-07T11:27:40.185Z | + do_assemble |
590 | 2023-12-07T11:27:40.185Z | + rm -r ./out/dendrite-stub |
591 | 2023-12-07T11:27:40.204Z | + mkdir ./out/dendrite-stub |
592 | 2023-12-07T11:27:40.205Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
593 | 2023-12-07T11:27:40.336Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
594 | 2023-12-07T11:27:40.349Z | + set -o errexit |
595 | 2023-12-07T11:27:40.357Z | +++ dirname ./tools/ci_download_maghemite_mgd |
596 | 2023-12-07T11:27:40.361Z | ++ cd ./tools |
597 | 2023-12-07T11:27:40.361Z | ++ pwd |
598 | 2023-12-07T11:27:40.361Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
599 | 2023-12-07T11:27:40.361Z | ++ basename ./tools/ci_download_maghemite_mgd |
600 | 2023-12-07T11:27:40.361Z | + ARG0=ci_download_maghemite_mgd |
601 | 2023-12-07T11:27:40.361Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
602 | 2023-12-07T11:27:40.361Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
603 | 2023-12-07T11:27:40.362Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
604 | 2023-12-07T11:27:40.362Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
605 | 2023-12-07T11:27:40.363Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
606 | 2023-12-07T11:27:40.363Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
607 | 2023-12-07T11:27:40.363Z | + TARGET_DIR=out |
608 | 2023-12-07T11:27:40.363Z | + DOWNLOAD_DIR=out/downloads |
609 | 2023-12-07T11:27:40.363Z | + DEST_DIR=./out/mgd |
610 | 2023-12-07T11:27:40.363Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
611 | 2023-12-07T11:27:40.363Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
612 | 2023-12-07T11:27:40.364Z | + REPO=oxidecomputer/maghemite |
613 | 2023-12-07T11:27:40.364Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
614 | 2023-12-07T11:27:40.364Z | + main |
615 | 2023-12-07T11:27:40.364Z | + [[ 0 != 0 ]] |
616 | 2023-12-07T11:27:40.364Z | + CIDL_OS=solaris2.11 |
617 | 2023-12-07T11:27:40.364Z | + [[ 0 != 0 ]] |
618 | 2023-12-07T11:27:40.364Z | + configure_os solaris2.11 |
619 | 2023-12-07T11:27:40.364Z | + echo 'current directory: /work/oxidecomputer/omicron' |
620 | 2023-12-07T11:27:40.364Z | current directory: /work/oxidecomputer/omicron |
621 | 2023-12-07T11:27:40.364Z | + echo 'configuring based on OS: "solaris2.11"' |
622 | 2023-12-07T11:27:40.364Z | + case "$1" in |
623 | 2023-12-07T11:27:40.364Z | configuring based on OS: "solaris2.11" |
624 | 2023-12-07T11:27:40.364Z | + SET_BINARIES= |
625 | 2023-12-07T11:27:40.364Z | + CIDL_SHA256FUNC=do_sha256sum |
626 | 2023-12-07T11:27:40.364Z | + TARBALL_FILENAME=mgd.tar.gz |
627 | 2023-12-07T11:27:40.364Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
628 | 2023-12-07T11:27:40.364Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
629 | 2023-12-07T11:27:40.364Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
630 | 2023-12-07T11:27:40.365Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
631 | 2023-12-07T11:27:40.366Z | Local file: out/downloads/mgd.tar.gz |
632 | 2023-12-07T11:27:40.366Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
633 | 2023-12-07T11:27:40.366Z | + mkdir -p out/downloads |
634 | 2023-12-07T11:27:40.366Z | + mkdir -p ./out/mgd |
635 | 2023-12-07T11:27:40.371Z | + fetch_and_verify |
636 | 2023-12-07T11:27:40.371Z | + local DO_DOWNLOAD=true |
637 | 2023-12-07T11:27:40.372Z | + [[ -f out/downloads/mgd.tar.gz ]] |
638 | 2023-12-07T11:27:40.372Z | + '[' true == true ']' |
639 | 2023-12-07T11:27:40.372Z | + echo Downloading... |
640 | 2023-12-07T11:27:40.372Z | Downloading... |
641 | 2023-12-07T11:27:40.372Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
642 | 2023-12-07T11:27:40.372Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
643 | 2023-12-07T11:27:47.528Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
644 | 2023-12-07T11:27:47.532Z | ++ sha256sum |
645 | 2023-12-07T11:27:47.532Z | ++ awk '{print $1}' |
646 | 2023-12-07T11:27:47.606Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
647 | 2023-12-07T11:27:47.609Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
648 | 2023-12-07T11:27:47.609Z | + do_untar out/downloads/mgd.tar.gz |
649 | 2023-12-07T11:27:47.609Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
650 | 2023-12-07T11:27:48.262Z | + do_assemble |
651 | 2023-12-07T11:27:48.263Z | + rm -r ./out/mgd |
652 | 2023-12-07T11:27:48.275Z | + mkdir ./out/mgd |
653 | 2023-12-07T11:27:48.275Z | + cp -r out/downloads/root ./out/mgd/root |
654 | 2023-12-07T11:27:48.561Z | + set -o errexit |
655 | 2023-12-07T11:27:48.986Z | +++ dirname ./tools/ci_download_transceiver_control |
656 | 2023-12-07T11:27:48.986Z | ++ cd ./tools |
657 | 2023-12-07T11:27:48.986Z | ++ pwd |
658 | 2023-12-07T11:27:48.987Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
659 | 2023-12-07T11:27:48.987Z | ++ basename ./tools/ci_download_transceiver_control |
660 | 2023-12-07T11:27:48.987Z | + ARG0=ci_download_transceiver_control |
661 | 2023-12-07T11:27:48.988Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
662 | 2023-12-07T11:27:48.989Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2023-12-07T11:27:48.989Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2023-12-07T11:27:48.989Z | + TARGET_DIR=out |
665 | 2023-12-07T11:27:48.989Z | + DOWNLOAD_DIR=out/downloads |
666 | 2023-12-07T11:27:48.989Z | + DEST_DIR=./out/transceiver-control |
667 | 2023-12-07T11:27:48.990Z | + BIN_DIR=/opt/oxide/bin |
668 | 2023-12-07T11:27:48.990Z | + BINARY=xcvradm |
669 | 2023-12-07T11:27:48.990Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
670 | 2023-12-07T11:27:48.990Z | + REPO=oxidecomputer/transceiver-control |
671 | 2023-12-07T11:27:48.990Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
672 | 2023-12-07T11:27:48.990Z | + main |
673 | 2023-12-07T11:27:48.990Z | + [[ 0 != 0 ]] |
674 | 2023-12-07T11:27:48.990Z | + CIDL_OS=solaris2.11 |
675 | 2023-12-07T11:27:48.990Z | + [[ 0 != 0 ]] |
676 | 2023-12-07T11:27:48.990Z | + configure_os solaris2.11 |
677 | 2023-12-07T11:27:48.990Z | + echo 'current directory: /work/oxidecomputer/omicron' |
678 | 2023-12-07T11:27:48.990Z | current directory: /work/oxidecomputer/omicron |
679 | 2023-12-07T11:27:48.991Z | + echo 'configuring based on OS: "solaris2.11"' |
680 | 2023-12-07T11:27:48.991Z | configuring based on OS: "solaris2.11" |
681 | 2023-12-07T11:27:48.991Z | + case "$1" in |
682 | 2023-12-07T11:27:48.991Z | + SET_BINARIES= |
683 | 2023-12-07T11:27:48.991Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2023-12-07T11:27:48.991Z | + CIDL_SHA256FUNC=do_sha256sum |
685 | 2023-12-07T11:27:48.991Z | + ARCHIVE_FILENAME=xcvradm.gz |
686 | 2023-12-07T11:27:48.991Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2023-12-07T11:27:48.991Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
688 | 2023-12-07T11:27:48.991Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
689 | 2023-12-07T11:27:48.992Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2023-12-07T11:27:48.992Z | + echo 'Local file: out/downloads/xcvradm.gz' |
691 | 2023-12-07T11:27:48.992Z | Local file: out/downloads/xcvradm.gz |
692 | 2023-12-07T11:27:48.992Z | + mkdir -p out/downloads |
693 | 2023-12-07T11:27:48.992Z | + mkdir -p ./out/transceiver-control |
694 | 2023-12-07T11:27:48.992Z | + fetch_and_verify |
695 | 2023-12-07T11:27:48.992Z | + local DO_DOWNLOAD=true |
696 | 2023-12-07T11:27:48.992Z | + [[ -f out/downloads/xcvradm.gz ]] |
697 | 2023-12-07T11:27:48.992Z | + '[' true == true ']' |
698 | 2023-12-07T11:27:48.992Z | + echo Downloading... |
699 | 2023-12-07T11:27:48.993Z | Downloading... |
700 | 2023-12-07T11:27:48.993Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
701 | 2023-12-07T11:27:48.993Z | + 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 |
702 | 2023-12-07T11:27:50.857Z | ++ do_sha256sum out/downloads/xcvradm.gz |
703 | 2023-12-07T11:27:50.860Z | ++ sha256sum |
704 | 2023-12-07T11:27:50.861Z | ++ awk '{print $1}' |
705 | 2023-12-07T11:27:50.882Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
706 | 2023-12-07T11:27:50.882Z | + [[ 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 ]] |
707 | 2023-12-07T11:27:50.887Z | + do_unpack out/downloads/xcvradm.gz |
708 | 2023-12-07T11:27:50.887Z | + mkdir -p out/downloads/root//opt/oxide/bin |
709 | 2023-12-07T11:27:50.887Z | + gzip -dc out/downloads/xcvradm.gz |
710 | 2023-12-07T11:27:51.058Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
711 | 2023-12-07T11:27:51.063Z | + do_assemble |
712 | 2023-12-07T11:27:51.063Z | + rm -r ./out/transceiver-control |
713 | 2023-12-07T11:27:51.063Z | + mkdir ./out/transceiver-control |
714 | 2023-12-07T11:27:51.066Z | + cp -r out/downloads/root ./out/transceiver-control/root |
715 | 2023-12-07T11:27:51.287Z | All builder prerequisites installed successfully, and PATH looks valid |
716 | 2023-12-07T11:27:51.291Z | |
717 | 2023-12-07T11:27:51.291Z | real 2:10.282467225 |
718 | 2023-12-07T11:27:51.291Z | user 54.954111696 |
719 | 2023-12-07T11:27:51.291Z | sys 10.235798535 |
720 | 2023-12-07T11:27:51.291Z | trap 0.022038040 |
721 | 2023-12-07T11:27:51.291Z | tflt 0.126501685 |
722 | 2023-12-07T11:27:51.291Z | dflt 0.529431234 |
723 | 2023-12-07T11:27:51.291Z | kflt 0.108698409 |
724 | 2023-12-07T11:27:51.291Z | lock 2.106414752 |
725 | 2023-12-07T11:27:51.291Z | slp 4:08.507740102 |
726 | 2023-12-07T11:27:51.292Z | lat 3.564818685 |
727 | 2023-12-07T11:27:51.292Z | stop 0.073115766 |
728 | 2023-12-07T11:27:51.292Z | |
729 | 2023-12-07T11:27:51.292Z | #### # # ##### ##### # # |
730 | 2023-12-07T11:27:51.292Z | # # # # # # # # # # |
731 | 2023-12-07T11:27:51.292Z | # # # # # # # # |
732 | 2023-12-07T11:27:51.292Z | # # # ##### ##### # |
733 | 2023-12-07T11:27:51.292Z | # # # # # # # |
734 | 2023-12-07T11:27:51.292Z | #### ###### # # # # |
735 | 2023-12-07T11:27:51.292Z | |
736 | 2023-12-07T11:27:51.654Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
737 | 2023-12-07T11:27:52.010Z | Updating crates.io index |
738 | 2023-12-07T11:27:52.082Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
739 | 2023-12-07T11:27:52.814Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
740 | 2023-12-07T11:27:54.770Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
741 | 2023-12-07T11:27:55.608Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
742 | 2023-12-07T11:27:55.925Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
743 | 2023-12-07T11:27:56.198Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
744 | 2023-12-07T11:27:56.531Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
745 | 2023-12-07T11:27:57.427Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
746 | 2023-12-07T11:27:59.684Z | Updating git repository `https://github.com/oxidecomputer/opte` |
747 | 2023-12-07T11:28:00.716Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2023-12-07T11:28:01.074Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
749 | 2023-12-07T11:28:01.658Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
750 | 2023-12-07T11:28:02.045Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2023-12-07T11:28:02.371Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2023-12-07T11:28:02.777Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2023-12-07T11:28:03.088Z | Updating git repository `https://github.com/njaremko/samael` |
754 | 2023-12-07T11:28:03.730Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
755 | 2023-12-07T11:28:04.272Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2023-12-07T11:28:04.635Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
757 | 2023-12-07T11:28:04.972Z | Updating git repository `https://github.com/jgallagher/nix` |
758 | 2023-12-07T11:28:06.256Z | Updating git repository `https://github.com/cbiffle/hubpack` |
759 | 2023-12-07T11:28:06.688Z | Updating git repository `https://github.com/oxidecomputer/typify` |
760 | 2023-12-07T11:28:07.562Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
761 | 2023-12-07T11:28:07.956Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2023-12-07T11:28:08.284Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
763 | 2023-12-07T11:28:09.632Z | Downloading crates ... |
764 | 2023-12-07T11:28:09.844Z | Downloaded cargo_metadata v0.18.0 |
765 | 2023-12-07T11:28:09.871Z | Downloaded equivalent v1.0.1 |
766 | 2023-12-07T11:28:09.877Z | Downloaded bitflags v1.3.2 |
767 | 2023-12-07T11:28:09.882Z | Downloaded cargo_toml v0.17.0 |
768 | 2023-12-07T11:28:09.886Z | Downloaded clap_lex v0.5.1 |
769 | 2023-12-07T11:28:09.886Z | Downloaded strsim v0.10.0 |
770 | 2023-12-07T11:28:09.892Z | Downloaded colorchoice v1.0.0 |
771 | 2023-12-07T11:28:09.892Z | Downloaded errno v0.3.2 |
772 | 2023-12-07T11:28:09.895Z | Downloaded anstyle-query v1.0.0 |
773 | 2023-12-07T11:28:09.895Z | Downloaded anstyle v1.0.2 |
774 | 2023-12-07T11:28:09.896Z | Downloaded serde_spanned v0.6.4 |
775 | 2023-12-07T11:28:09.899Z | Downloaded utf8parse v0.2.1 |
776 | 2023-12-07T11:28:09.899Z | Downloaded itoa v1.0.9 |
777 | 2023-12-07T11:28:09.903Z | Downloaded terminal_size v0.2.6 |
778 | 2023-12-07T11:28:09.903Z | Downloaded toml_datetime v0.6.5 |
779 | 2023-12-07T11:28:09.907Z | Downloaded heck v0.4.1 |
780 | 2023-12-07T11:28:09.919Z | Downloaded thiserror-impl v1.0.49 |
781 | 2023-12-07T11:28:09.927Z | Downloaded cargo-platform v0.1.3 |
782 | 2023-12-07T11:28:09.933Z | Downloaded quote v1.0.33 |
783 | 2023-12-07T11:28:09.933Z | Downloaded anstyle-parse v0.2.1 |
784 | 2023-12-07T11:28:09.933Z | Downloaded semver v1.0.20 |
785 | 2023-12-07T11:28:09.939Z | Downloaded camino v1.1.6 |
786 | 2023-12-07T11:28:09.944Z | Downloaded io-lifetimes v1.0.11 |
787 | 2023-12-07T11:28:09.947Z | Downloaded clap_derive v4.4.2 |
788 | 2023-12-07T11:28:09.950Z | Downloaded unicode-ident v1.0.12 |
789 | 2023-12-07T11:28:09.954Z | Downloaded proc-macro2 v1.0.69 |
790 | 2023-12-07T11:28:09.960Z | Downloaded ryu v1.0.15 |
791 | 2023-12-07T11:28:09.965Z | Downloaded serde_derive v1.0.192 |
792 | 2023-12-07T11:28:09.968Z | Downloaded anyhow v1.0.75 |
793 | 2023-12-07T11:28:09.972Z | Downloaded toml v0.8.8 |
794 | 2023-12-07T11:28:09.981Z | Downloaded indexmap v2.1.0 |
795 | 2023-12-07T11:28:09.985Z | Downloaded serde v1.0.192 |
796 | 2023-12-07T11:28:09.990Z | Downloaded toml_edit v0.21.0 |
797 | 2023-12-07T11:28:10.026Z | Downloaded hashbrown v0.14.2 |
798 | 2023-12-07T11:28:10.035Z | Downloaded clap_builder v4.4.2 |
799 | 2023-12-07T11:28:10.047Z | Downloaded winnow v0.5.15 |
800 | 2023-12-07T11:28:10.063Z | Downloaded rustix v0.37.23 |
801 | 2023-12-07T11:28:10.096Z | Downloaded syn v2.0.32 |
802 | 2023-12-07T11:28:10.111Z | Downloaded serde_json v1.0.108 |
803 | 2023-12-07T11:28:10.124Z | Downloaded libc v0.2.150 |
804 | 2023-12-07T11:28:10.169Z | Downloaded thiserror v1.0.49 |
805 | 2023-12-07T11:28:10.211Z | Downloaded memchr v2.6.3 |
806 | 2023-12-07T11:28:10.225Z | Downloaded clap v4.4.3 |
807 | 2023-12-07T11:28:10.225Z | Downloaded anstream v0.5.0 |
808 | 2023-12-07T11:28:10.313Z | Compiling proc-macro2 v1.0.69 |
809 | 2023-12-07T11:28:10.313Z | Compiling unicode-ident v1.0.12 |
810 | 2023-12-07T11:28:10.316Z | Compiling serde v1.0.192 |
811 | 2023-12-07T11:28:10.317Z | Compiling libc v0.2.150 |
812 | 2023-12-07T11:28:10.317Z | Compiling io-lifetimes v1.0.11 |
813 | 2023-12-07T11:28:10.324Z | Compiling rustix v0.37.23 |
814 | 2023-12-07T11:28:10.328Z | Compiling utf8parse v0.2.1 |
815 | 2023-12-07T11:28:10.328Z | Compiling hashbrown v0.14.2 |
816 | 2023-12-07T11:28:10.639Z | Compiling equivalent v1.0.1 |
817 | 2023-12-07T11:28:10.645Z | Compiling bitflags v1.3.2 |
818 | 2023-12-07T11:28:10.791Z | Compiling anstyle-parse v0.2.1 |
819 | 2023-12-07T11:28:10.799Z | Compiling thiserror v1.0.49 |
820 | 2023-12-07T11:28:11.202Z | Compiling winnow v0.5.15 |
821 | 2023-12-07T11:28:11.870Z | Compiling indexmap v2.1.0 |
822 | 2023-12-07T11:28:13.205Z | Compiling serde_json v1.0.108 |
823 | 2023-12-07T11:28:13.223Z | Compiling anstyle-query v1.0.0 |
824 | 2023-12-07T11:28:13.331Z | Compiling colorchoice v1.0.0 |
825 | 2023-12-07T11:28:13.393Z | Compiling camino v1.1.6 |
826 | 2023-12-07T11:28:13.454Z | Compiling anstyle v1.0.2 |
827 | 2023-12-07T11:28:13.574Z | Compiling semver v1.0.20 |
828 | 2023-12-07T11:28:13.729Z | Compiling strsim v0.10.0 |
829 | 2023-12-07T11:28:13.803Z | Compiling ryu v1.0.15 |
830 | 2023-12-07T11:28:14.184Z | Compiling anstream v0.5.0 |
831 | 2023-12-07T11:28:14.348Z | Compiling itoa v1.0.9 |
832 | 2023-12-07T11:28:14.439Z | Compiling heck v0.4.1 |
833 | 2023-12-07T11:28:14.459Z | Compiling clap_lex v0.5.1 |
834 | 2023-12-07T11:28:14.663Z | Compiling quote v1.0.33 |
835 | 2023-12-07T11:28:14.990Z | Compiling anyhow v1.0.75 |
836 | 2023-12-07T11:28:15.265Z | Compiling syn v2.0.32 |
837 | 2023-12-07T11:28:15.403Z | Compiling errno v0.3.2 |
838 | 2023-12-07T11:28:16.975Z | Compiling terminal_size v0.2.6 |
839 | 2023-12-07T11:28:17.098Z | Compiling clap_builder v4.4.2 |
840 | 2023-12-07T11:28:22.906Z | Compiling serde_derive v1.0.192 |
841 | 2023-12-07T11:28:22.906Z | Compiling thiserror-impl v1.0.49 |
842 | 2023-12-07T11:28:22.912Z | Compiling clap_derive v4.4.2 |
843 | 2023-12-07T11:28:27.310Z | Compiling clap v4.4.3 |
844 | 2023-12-07T11:28:35.705Z | Compiling toml_datetime v0.6.5 |
845 | 2023-12-07T11:28:35.713Z | Compiling serde_spanned v0.6.4 |
846 | 2023-12-07T11:28:35.713Z | Compiling cargo-platform v0.1.3 |
847 | 2023-12-07T11:28:36.052Z | Compiling toml_edit v0.21.0 |
848 | 2023-12-07T11:28:37.711Z | Compiling cargo_metadata v0.18.0 |
849 | 2023-12-07T11:28:39.125Z | Compiling toml v0.8.8 |
850 | 2023-12-07T11:28:40.098Z | Compiling cargo_toml v0.17.0 |
851 | 2023-12-07T11:28:45.869Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
852 | 2023-12-07T11:28:47.211Z | Finished dev [unoptimized + debuginfo] target(s) in 55.83s |
853 | 2023-12-07T11:28:47.412Z | Running `target/debug/xtask clippy` |
854 | 2023-12-07T11:28:47.463Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
855 | 2023-12-07T11:28:48.260Z | Downloading crates ... |
856 | 2023-12-07T11:28:48.538Z | Downloaded crossbeam-epoch v0.9.15 |
857 | 2023-12-07T11:28:48.545Z | Downloaded md-5 v0.10.5 |
858 | 2023-12-07T11:28:48.554Z | Downloaded linear-map v1.2.0 |
859 | 2023-12-07T11:28:48.560Z | Downloaded log v0.4.20 |
860 | 2023-12-07T11:28:48.567Z | Downloaded cipher v0.4.4 |
861 | 2023-12-07T11:28:48.573Z | Downloaded atomicwrites v0.4.2 |
862 | 2023-12-07T11:28:48.577Z | Downloaded darling_core v0.20.3 |
863 | 2023-12-07T11:28:48.594Z | Downloaded memoffset v0.9.0 |
864 | 2023-12-07T11:28:48.603Z | Downloaded curve25519-dalek-derive v0.1.0 |
865 | 2023-12-07T11:28:48.608Z | Downloaded mockall v0.11.4 |
866 | 2023-12-07T11:28:48.612Z | Downloaded num v0.4.1 |
867 | 2023-12-07T11:28:48.617Z | Downloaded newline-converter v0.3.0 |
868 | 2023-12-07T11:28:48.622Z | Downloaded normalize-line-endings v0.3.0 |
869 | 2023-12-07T11:28:48.627Z | Downloaded nanorand v0.7.0 |
870 | 2023-12-07T11:28:48.637Z | Downloaded lock_api v0.4.10 |
871 | 2023-12-07T11:28:48.641Z | Downloaded crc32fast v1.3.2 |
872 | 2023-12-07T11:28:48.645Z | Downloaded slog-bunyan v2.4.0 |
873 | 2023-12-07T11:28:48.649Z | Downloaded openssl-macros v0.1.1 |
874 | 2023-12-07T11:28:48.649Z | Downloaded atomic-waker v1.1.1 |
875 | 2023-12-07T11:28:48.653Z | Downloaded opaque-debug v0.3.0 |
876 | 2023-12-07T11:28:48.657Z | Downloaded async-trait v0.1.74 |
877 | 2023-12-07T11:28:48.665Z | Downloaded number_prefix v0.4.0 |
878 | 2023-12-07T11:28:48.668Z | Downloaded cobs v0.2.3 |
879 | 2023-12-07T11:28:48.675Z | Downloaded num_threads v0.1.6 |
880 | 2023-12-07T11:28:48.678Z | Downloaded tower-service v0.3.2 |
881 | 2023-12-07T11:28:48.682Z | Downloaded sha1 v0.10.6 |
882 | 2023-12-07T11:28:48.686Z | Downloaded usdt-macro v0.3.5 |
883 | 2023-12-07T11:28:48.691Z | Downloaded kstat-rs v0.2.3 |
884 | 2023-12-07T11:28:48.691Z | Downloaded sec1 v0.7.3 |
885 | 2023-12-07T11:28:48.695Z | Downloaded rusty-fork v0.3.0 |
886 | 2023-12-07T11:28:48.701Z | Downloaded num_cpus v1.16.0 |
887 | 2023-12-07T11:28:48.709Z | Downloaded openssl-probe v0.1.5 |
888 | 2023-12-07T11:28:48.713Z | Downloaded subtle v2.5.0 |
889 | 2023-12-07T11:28:48.717Z | Downloaded nu-ansi-term v0.49.0 |
890 | 2023-12-07T11:28:48.720Z | Downloaded ansi_term v0.12.1 |
891 | 2023-12-07T11:28:48.729Z | Downloaded static_assertions v1.1.0 |
892 | 2023-12-07T11:28:48.733Z | Downloaded sha2 v0.10.8 |
893 | 2023-12-07T11:28:48.737Z | Downloaded fxhash v0.2.1 |
894 | 2023-12-07T11:28:48.741Z | Downloaded utf-8 v0.7.6 |
895 | 2023-12-07T11:28:48.741Z | Downloaded console v0.15.7 |
896 | 2023-12-07T11:28:48.747Z | Downloaded sct v0.7.0 |
897 | 2023-12-07T11:28:48.755Z | Downloaded cancel-safe-futures v0.1.5 |
898 | 2023-12-07T11:28:48.761Z | Downloaded peeking_take_while v0.1.2 |
899 | 2023-12-07T11:28:48.766Z | Downloaded packed_struct_codegen v0.10.1 |
900 | 2023-12-07T11:28:48.770Z | Downloaded enum-as-inner v0.5.1 |
901 | 2023-12-07T11:28:48.770Z | Downloaded oso-derive v0.27.0 |
902 | 2023-12-07T11:28:48.774Z | Downloaded httpdate v1.0.3 |
903 | 2023-12-07T11:28:48.778Z | Downloaded vec_map v0.8.2 |
904 | 2023-12-07T11:28:48.778Z | Downloaded futures-timer v3.0.2 |
905 | 2023-12-07T11:28:48.784Z | Downloaded topological-sort v0.2.2 |
906 | 2023-12-07T11:28:48.785Z | Downloaded rustfmt-wrapper v0.2.0 |
907 | 2023-12-07T11:28:48.789Z | Downloaded indexmap v1.9.3 |
908 | 2023-12-07T11:28:48.793Z | Downloaded foreign-types v0.5.0 |
909 | 2023-12-07T11:28:48.797Z | Downloaded rpassword v7.3.1 |
910 | 2023-12-07T11:28:48.797Z | Downloaded generic-array v0.14.7 |
911 | 2023-12-07T11:28:48.801Z | Downloaded serde_derive_internals v0.26.0 |
912 | 2023-12-07T11:28:48.805Z | Downloaded derive_builder_macro v0.12.0 |
913 | 2023-12-07T11:28:48.805Z | Downloaded const-oid v0.9.5 |
914 | 2023-12-07T11:28:48.812Z | Downloaded downcast v0.11.0 |
915 | 2023-12-07T11:28:48.816Z | Downloaded pretty-hex v0.4.0 |
916 | 2023-12-07T11:28:48.816Z | Downloaded dtrace-parser v0.1.14 |
917 | 2023-12-07T11:28:48.816Z | Downloaded untrusted v0.9.0 |
918 | 2023-12-07T11:28:48.820Z | Downloaded parking_lot_core v0.8.6 |
919 | 2023-12-07T11:28:48.824Z | Downloaded want v0.3.1 |
920 | 2023-12-07T11:28:48.828Z | Downloaded untrusted v0.7.1 |
921 | 2023-12-07T11:28:48.834Z | Downloaded which v4.4.0 |
922 | 2023-12-07T11:28:48.834Z | Downloaded blake2b_simd v1.0.1 |
923 | 2023-12-07T11:28:48.837Z | Downloaded smallvec v0.6.14 |
924 | 2023-12-07T11:28:48.838Z | Downloaded rtoolbox v0.0.1 |
925 | 2023-12-07T11:28:48.841Z | Downloaded phf_shared v0.10.0 |
926 | 2023-12-07T11:28:48.845Z | Downloaded rustc_version v0.1.7 |
927 | 2023-12-07T11:28:48.845Z | Downloaded shlex v1.1.0 |
928 | 2023-12-07T11:28:48.846Z | Downloaded fnv v1.0.7 |
929 | 2023-12-07T11:28:48.849Z | Downloaded flagset v0.4.3 |
930 | 2023-12-07T11:28:48.853Z | Downloaded dirs-next v2.0.0 |
931 | 2023-12-07T11:28:48.857Z | Downloaded getopts v0.2.21 |
932 | 2023-12-07T11:28:48.857Z | Downloaded digest v0.10.7 |
933 | 2023-12-07T11:28:48.864Z | Downloaded proc-macro-crate v1.3.1 |
934 | 2023-12-07T11:28:48.870Z | Downloaded uuid v1.6.1 |
935 | 2023-12-07T11:28:48.874Z | Downloaded darling_macro v0.20.3 |
936 | 2023-12-07T11:28:48.874Z | Downloaded darling_macro v0.14.4 |
937 | 2023-12-07T11:28:48.874Z | Downloaded futures-executor v0.3.29 |
938 | 2023-12-07T11:28:48.878Z | Downloaded rustls-native-certs v0.6.3 |
939 | 2023-12-07T11:28:48.882Z | Downloaded vte_generate_state_changes v0.1.1 |
940 | 2023-12-07T11:28:48.886Z | Downloaded serial_test v0.10.0 |
941 | 2023-12-07T11:28:48.886Z | Downloaded futures-io v0.3.29 |
942 | 2023-12-07T11:28:48.890Z | Downloaded termtree v0.4.1 |
943 | 2023-12-07T11:28:48.890Z | Downloaded httparse v1.8.0 |
944 | 2023-12-07T11:28:48.893Z | Downloaded unicode-linebreak v0.1.5 |
945 | 2023-12-07T11:28:48.897Z | Downloaded hex-literal v0.4.1 |
946 | 2023-12-07T11:28:48.900Z | Downloaded proc-macro-error v1.0.4 |
947 | 2023-12-07T11:28:48.904Z | Downloaded float-cmp v0.9.0 |
948 | 2023-12-07T11:28:48.907Z | Downloaded rustls-pemfile v1.0.3 |
949 | 2023-12-07T11:28:48.911Z | Downloaded http-range v0.1.5 |
950 | 2023-12-07T11:28:48.914Z | Downloaded path-slash v0.1.5 |
951 | 2023-12-07T11:28:48.918Z | Downloaded textwrap v0.16.0 |
952 | 2023-12-07T11:28:48.921Z | Downloaded slab v0.4.9 |
953 | 2023-12-07T11:28:48.924Z | Downloaded crc-any v2.4.3 |
954 | 2023-12-07T11:28:48.927Z | Downloaded zone_cfg_derive v0.3.0 |
955 | 2023-12-07T11:28:48.931Z | Downloaded derive_builder_core v0.12.0 |
956 | 2023-12-07T11:28:48.934Z | Downloaded rstest v0.18.2 |
957 | 2023-12-07T11:28:48.946Z | Downloaded serde-big-array v0.4.1 |
958 | 2023-12-07T11:28:48.952Z | Downloaded time-core v0.1.1 |
959 | 2023-12-07T11:28:48.952Z | Downloaded parking_lot_core v0.9.8 |
960 | 2023-12-07T11:28:48.958Z | Downloaded foreign-types-shared v0.3.1 |
961 | 2023-12-07T11:28:48.958Z | Downloaded rand_chacha v0.3.1 |
962 | 2023-12-07T11:28:48.962Z | Downloaded zerocopy v0.3.0 |
963 | 2023-12-07T11:28:48.962Z | Downloaded termios v0.3.3 |
964 | 2023-12-07T11:28:48.962Z | Downloaded highway v1.1.0 |
965 | 2023-12-07T11:28:48.966Z | Downloaded synstructure v0.12.6 |
966 | 2023-12-07T11:28:48.969Z | Downloaded basic-toml v0.1.4 |
967 | 2023-12-07T11:28:48.987Z | Downloaded dashmap v5.5.1 |
968 | 2023-12-07T11:28:48.991Z | Downloaded tracing v0.1.37 |
969 | 2023-12-07T11:28:49.002Z | Downloaded yansi v0.5.1 |
970 | 2023-12-07T11:28:49.006Z | Downloaded xattr v1.0.1 |
971 | 2023-12-07T11:28:49.006Z | Downloaded serde_tokenstream v0.1.7 |
972 | 2023-12-07T11:28:49.013Z | Downloaded strum v0.25.0 |
973 | 2023-12-07T11:28:49.019Z | Downloaded itertools v0.12.0 |
974 | 2023-12-07T11:28:49.027Z | Downloaded semver v0.11.0 |
975 | 2023-12-07T11:28:49.031Z | Downloaded filetime v0.2.23 |
976 | 2023-12-07T11:28:49.034Z | Downloaded group v0.13.0 |
977 | 2023-12-07T11:28:49.038Z | Downloaded ref-cast-impl v1.0.20 |
978 | 2023-12-07T11:28:49.042Z | Downloaded flume v0.11.0 |
979 | 2023-12-07T11:28:49.046Z | Downloaded threadpool v1.8.1 |
980 | 2023-12-07T11:28:49.050Z | Downloaded unsafe-libyaml v0.2.9 |
981 | 2023-12-07T11:28:49.055Z | Downloaded percent-encoding v2.3.1 |
982 | 2023-12-07T11:28:49.059Z | Downloaded strum_macros v0.25.2 |
983 | 2023-12-07T11:28:49.063Z | Downloaded oso v0.27.0 |
984 | 2023-12-07T11:28:49.070Z | Downloaded doc-comment v0.3.3 |
985 | 2023-12-07T11:28:49.074Z | Downloaded deranged v0.3.8 |
986 | 2023-12-07T11:28:49.074Z | Downloaded signature v2.1.0 |
987 | 2023-12-07T11:28:49.079Z | Downloaded tinyvec v1.6.0 |
988 | 2023-12-07T11:28:49.085Z | Downloaded parse-display v0.8.2 |
989 | 2023-12-07T11:28:49.085Z | Downloaded slog-term v2.9.0 |
990 | 2023-12-07T11:28:49.089Z | Downloaded foreign-types-macros v0.2.3 |
991 | 2023-12-07T11:28:49.095Z | Downloaded fd-lock v3.0.13 |
992 | 2023-12-07T11:28:49.099Z | Downloaded serde_with_macros v3.4.0 |
993 | 2023-12-07T11:28:49.099Z | Downloaded serde_repr v0.1.16 |
994 | 2023-12-07T11:28:49.104Z | Downloaded waitgroup v0.1.2 |
995 | 2023-12-07T11:28:49.104Z | Downloaded semver v0.1.20 |
996 | 2023-12-07T11:28:49.107Z | Downloaded pest_generator v2.7.2 |
997 | 2023-12-07T11:28:49.108Z | Downloaded paste v1.0.14 |
998 | 2023-12-07T11:28:49.113Z | Downloaded foreign-types-shared v0.1.1 |
999 | 2023-12-07T11:28:49.116Z | Downloaded prettyplease v0.2.12 |
1000 | 2023-12-07T11:28:49.120Z | Downloaded pin-utils v0.1.0 |
1001 | 2023-12-07T11:28:49.124Z | Downloaded nom v7.1.3 |
1002 | 2023-12-07T11:28:49.133Z | Downloaded stringprep v0.1.3 |
1003 | 2023-12-07T11:28:49.137Z | Downloaded semver-parser v0.10.2 |
1004 | 2023-12-07T11:28:49.141Z | Downloaded partial-io v0.5.4 |
1005 | 2023-12-07T11:28:49.145Z | Downloaded plotters-backend v0.3.5 |
1006 | 2023-12-07T11:28:49.148Z | Downloaded tiny-keccak v2.0.2 |
1007 | 2023-12-07T11:28:49.152Z | Downloaded ff v0.13.0 |
1008 | 2023-12-07T11:28:49.156Z | Downloaded fixedbitset v0.4.2 |
1009 | 2023-12-07T11:28:49.156Z | Downloaded wyz v0.5.1 |
1010 | 2023-12-07T11:28:49.160Z | Downloaded der_derive v0.7.2 |
1011 | 2023-12-07T11:28:49.163Z | Downloaded quick-error v1.2.3 |
1012 | 2023-12-07T11:28:49.167Z | Downloaded spin v0.9.8 |
1013 | 2023-12-07T11:28:49.170Z | Downloaded getrandom v0.2.10 |
1014 | 2023-12-07T11:28:49.178Z | Downloaded serde_plain v1.0.2 |
1015 | 2023-12-07T11:28:49.182Z | Downloaded serde-big-array v0.5.1 |
1016 | 2023-12-07T11:28:49.182Z | Downloaded hostname v0.3.1 |
1017 | 2023-12-07T11:28:49.182Z | Downloaded fs-err v2.11.0 |
1018 | 2023-12-07T11:28:49.186Z | Downloaded fragile v2.0.0 |
1019 | 2023-12-07T11:28:49.191Z | Downloaded num-bigint-dig v0.8.4 |
1020 | 2023-12-07T11:28:49.197Z | Downloaded try-lock v0.2.4 |
1021 | 2023-12-07T11:28:49.203Z | Downloaded plotters-svg v0.3.5 |
1022 | 2023-12-07T11:28:49.203Z | Downloaded structopt-derive v0.4.18 |
1023 | 2023-12-07T11:28:49.210Z | Downloaded slog-json v2.6.1 |
1024 | 2023-12-07T11:28:49.210Z | Downloaded unicase v2.7.0 |
1025 | 2023-12-07T11:28:49.210Z | Downloaded predicates-core v1.0.6 |
1026 | 2023-12-07T11:28:49.214Z | Downloaded predicates v3.0.4 |
1027 | 2023-12-07T11:28:49.218Z | Downloaded serde_path_to_error v0.1.14 |
1028 | 2023-12-07T11:28:49.218Z | Downloaded dirs-sys-next v0.1.2 |
1029 | 2023-12-07T11:28:49.222Z | Downloaded take_mut v0.2.2 |
1030 | 2023-12-07T11:28:49.223Z | Downloaded headers-core v0.2.0 |
1031 | 2023-12-07T11:28:49.223Z | Downloaded fatfs v0.3.6 |
1032 | 2023-12-07T11:28:49.228Z | Downloaded defmt-parser v0.3.3 |
1033 | 2023-12-07T11:28:49.232Z | Downloaded debug-ignore v1.0.5 |
1034 | 2023-12-07T11:28:49.235Z | Downloaded rand_core v0.6.4 |
1035 | 2023-12-07T11:28:49.235Z | Downloaded datatest-stable v0.2.3 |
1036 | 2023-12-07T11:28:49.239Z | Downloaded http-body v0.4.5 |
1037 | 2023-12-07T11:28:49.246Z | Downloaded pretty-hex v0.2.1 |
1038 | 2023-12-07T11:28:49.246Z | Downloaded shell-words v1.1.0 |
1039 | 2023-12-07T11:28:49.249Z | Downloaded tabled_derive v0.6.0 |
1040 | 2023-12-07T11:28:49.250Z | Downloaded remove_dir_all v0.5.3 |
1041 | 2023-12-07T11:28:49.250Z | Downloaded url v2.5.0 |
1042 | 2023-12-07T11:28:49.254Z | Downloaded textwrap v0.11.0 |
1043 | 2023-12-07T11:28:49.257Z | Downloaded zeroize_derive v1.4.2 |
1044 | 2023-12-07T11:28:49.262Z | Downloaded resolv-conf v0.7.0 |
1045 | 2023-12-07T11:28:49.273Z | Downloaded derive-where v1.2.6 |
1046 | 2023-12-07T11:28:49.273Z | Downloaded thread-id v4.2.0 |
1047 | 2023-12-07T11:28:49.273Z | Downloaded tokio-macros v2.2.0 |
1048 | 2023-12-07T11:28:49.277Z | Downloaded postgres-types v0.2.6 |
1049 | 2023-12-07T11:28:49.277Z | Downloaded tough v0.16.0 |
1050 | 2023-12-07T11:28:49.292Z | Downloaded hex v0.4.3 |
1051 | 2023-12-07T11:28:49.297Z | Downloaded unicode-segmentation v1.10.1 |
1052 | 2023-12-07T11:28:49.301Z | Downloaded heck v0.3.3 |
1053 | 2023-12-07T11:28:49.305Z | Downloaded pest v2.7.2 |
1054 | 2023-12-07T11:28:49.313Z | Downloaded tokio-stream v0.1.14 |
1055 | 2023-12-07T11:28:49.321Z | Downloaded relative-path v1.9.0 |
1056 | 2023-12-07T11:28:49.325Z | Downloaded der v0.7.8 |
1057 | 2023-12-07T11:28:49.333Z | Downloaded diesel_derives v2.1.2 |
1058 | 2023-12-07T11:28:49.339Z | Downloaded papergrid v0.10.0 |
1059 | 2023-12-07T11:28:49.384Z | Downloaded trust-dns-resolver v0.22.0 |
1060 | 2023-12-07T11:28:49.392Z | Downloaded snafu v0.7.5 |
1061 | 2023-12-07T11:28:49.393Z | Downloaded trybuild v1.0.85 |
1062 | 2023-12-07T11:28:49.393Z | Downloaded tungstenite v0.20.1 |
1063 | 2023-12-07T11:28:49.393Z | Downloaded test-strategy v0.3.1 |
1064 | 2023-12-07T11:28:49.393Z | Downloaded zip v0.6.6 |
1065 | 2023-12-07T11:28:49.396Z | Downloaded serde_with v3.4.0 |
1066 | 2023-12-07T11:28:49.407Z | Downloaded hashbrown v0.13.2 |
1067 | 2023-12-07T11:28:49.415Z | Downloaded futures-util v0.3.29 |
1068 | 2023-12-07T11:28:49.438Z | Downloaded heapless v0.7.16 |
1069 | 2023-12-07T11:28:49.444Z | Downloaded tokio-postgres v0.7.10 |
1070 | 2023-12-07T11:28:49.455Z | Downloaded typed-path v0.7.0 |
1071 | 2023-12-07T11:28:49.466Z | Downloaded rayon v1.8.0 |
1072 | 2023-12-07T11:28:49.483Z | Downloaded tabled v0.14.0 |
1073 | 2023-12-07T11:28:49.511Z | Downloaded vcpkg v0.2.15 |
1074 | 2023-12-07T11:28:49.590Z | Downloaded petgraph v0.6.4 |
1075 | 2023-12-07T11:28:49.612Z | Downloaded rustls-webpki v0.101.7 |
1076 | 2023-12-07T11:28:49.639Z | Downloaded proptest v1.4.0 |
1077 | 2023-12-07T11:28:49.656Z | Downloaded ratatui v0.23.0 |
1078 | 2023-12-07T11:28:49.678Z | Downloaded syn v1.0.109 |
1079 | 2023-12-07T11:28:49.698Z | Downloaded regex v1.10.2 |
1080 | 2023-12-07T11:28:49.723Z | Downloaded polar-core v0.27.0 |
1081 | 2023-12-07T11:28:49.739Z | Downloaded webpki-roots v0.25.2 |
1082 | 2023-12-07T11:28:49.746Z | Downloaded trust-dns-proto v0.22.0 |
1083 | 2023-12-07T11:28:49.770Z | Downloaded smoltcp v0.10.0 |
1084 | 2023-12-07T11:28:49.793Z | Downloaded diesel v2.1.4 |
1085 | 2023-12-07T11:28:49.829Z | Downloaded regex-syntax v0.8.2 |
1086 | 2023-12-07T11:28:49.843Z | Downloaded rustix v0.38.25 |
1087 | 2023-12-07T11:28:49.884Z | Downloaded regress v0.7.1 |
1088 | 2023-12-07T11:28:49.897Z | Downloaded sled v0.34.7 |
1089 | 2023-12-07T11:28:49.918Z | Downloaded regex-automata v0.3.8 |
1090 | 2023-12-07T11:28:49.950Z | Downloaded zerocopy-derive v0.2.0 |
1091 | 2023-12-07T11:28:49.969Z | Downloaded tokio v1.34.0 |
1092 | 2023-12-07T11:28:50.036Z | Downloaded zerocopy-derive v0.7.26 |
1093 | 2023-12-07T11:28:50.060Z | Downloaded zerocopy-derive v0.6.4 |
1094 | 2023-12-07T11:28:50.083Z | Downloaded sha3 v0.10.8 |
1095 | 2023-12-07T11:28:50.093Z | Downloaded regex-automata v0.4.3 |
1096 | 2023-12-07T11:28:50.126Z | Downloaded encoding_rs v0.8.33 |
1097 | 2023-12-07T11:28:50.169Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1098 | 2023-12-07T11:28:50.195Z | Downloaded openapiv3 v2.0.0-rc.1 |
1099 | 2023-12-07T11:28:50.219Z | Downloaded regex-syntax v0.7.5 |
1100 | 2023-12-07T11:28:50.235Z | Downloaded bstr v1.6.0 |
1101 | 2023-12-07T11:28:50.256Z | Downloaded regex-syntax v0.6.29 |
1102 | 2023-12-07T11:28:50.270Z | Downloaded radix_trie v0.2.1 |
1103 | 2023-12-07T11:28:50.280Z | Downloaded rustls v0.21.9 |
1104 | 2023-12-07T11:28:50.302Z | Downloaded bstr v0.2.17 |
1105 | 2023-12-07T11:28:50.320Z | Downloaded openssl v0.10.60 |
1106 | 2023-12-07T11:28:50.338Z | Downloaded curve25519-dalek v4.1.0 |
1107 | 2023-12-07T11:28:50.354Z | Downloaded gimli v0.28.0 |
1108 | 2023-12-07T11:28:50.372Z | Downloaded smoltcp v0.9.1 |
1109 | 2023-12-07T11:28:50.411Z | Downloaded hkdf v0.12.3 |
1110 | 2023-12-07T11:28:50.417Z | Downloaded object v0.32.1 |
1111 | 2023-12-07T11:28:50.421Z | Downloaded ring v0.17.7 |
1112 | 2023-12-07T11:28:50.554Z | Downloaded bindgen v0.65.1 |
1113 | 2023-12-07T11:28:50.566Z | Downloaded object v0.30.4 |
1114 | 2023-12-07T11:28:50.584Z | Downloaded ring v0.16.20 |
1115 | 2023-12-07T11:28:50.745Z | Downloaded quick-xml v0.23.1 |
1116 | 2023-12-07T11:28:50.757Z | Downloaded chrono v0.4.31 |
1117 | 2023-12-07T11:28:50.771Z | Downloaded bitvec v1.0.1 |
1118 | 2023-12-07T11:28:50.797Z | Downloaded lalrpop v0.19.12 |
1119 | 2023-12-07T11:28:50.817Z | Downloaded plotters v0.3.5 |
1120 | 2023-12-07T11:28:50.832Z | Downloaded idna v0.2.3 |
1121 | 2023-12-07T11:28:50.845Z | Downloaded clap v2.34.0 |
1122 | 2023-12-07T11:28:50.857Z | Downloaded idna v0.5.0 |
1123 | 2023-12-07T11:28:50.870Z | Downloaded hashbrown v0.12.3 |
1124 | 2023-12-07T11:28:50.877Z | Downloaded regex-automata v0.1.10 |
1125 | 2023-12-07T11:28:50.886Z | Downloaded zerocopy v0.7.26 |
1126 | 2023-12-07T11:28:50.914Z | Downloaded unicode-normalization v0.1.22 |
1127 | 2023-12-07T11:28:50.920Z | Downloaded tokio-util v0.7.10 |
1128 | 2023-12-07T11:28:50.931Z | Downloaded trust-dns-server v0.22.1 |
1129 | 2023-12-07T11:28:50.940Z | Downloaded h2 v0.3.21 |
1130 | 2023-12-07T11:28:50.952Z | Downloaded reqwest v0.11.22 |
1131 | 2023-12-07T11:28:50.965Z | Downloaded steno v0.4.0 |
1132 | 2023-12-07T11:28:50.972Z | Downloaded trust-dns-client v0.22.0 |
1133 | 2023-12-07T11:28:50.981Z | Downloaded time v0.3.27 |
1134 | 2023-12-07T11:28:50.995Z | Downloaded reedline v0.26.0 |
1135 | 2023-12-07T11:28:51.004Z | Downloaded elliptic-curve v0.13.8 |
1136 | 2023-12-07T11:28:51.010Z | Downloaded portable-atomic v1.4.3 |
1137 | 2023-12-07T11:28:51.020Z | Downloaded x509-cert v0.2.4 |
1138 | 2023-12-07T11:28:51.030Z | Downloaded structopt v0.3.26 |
1139 | 2023-12-07T11:28:51.043Z | Downloaded radium v0.7.0 |
1140 | 2023-12-07T11:28:51.046Z | Downloaded futures-channel v0.3.29 |
1141 | 2023-12-07T11:28:51.050Z | Downloaded tokio-tungstenite v0.20.1 |
1142 | 2023-12-07T11:28:51.053Z | Downloaded parking_lot v0.12.1 |
1143 | 2023-12-07T11:28:51.057Z | Downloaded hmac v0.12.1 |
1144 | 2023-12-07T11:28:51.063Z | Downloaded unicode-bidi v0.3.13 |
1145 | 2023-12-07T11:28:51.063Z | Downloaded toml_edit v0.19.15 |
1146 | 2023-12-07T11:28:51.091Z | Downloaded toml v0.5.11 |
1147 | 2023-12-07T11:28:51.095Z | Downloaded aho-corasick v1.0.4 |
1148 | 2023-12-07T11:28:51.105Z | Downloaded http v0.2.11 |
1149 | 2023-12-07T11:28:51.111Z | Downloaded tar v0.4.40 |
1150 | 2023-12-07T11:28:51.119Z | Downloaded expectorate v1.1.0 |
1151 | 2023-12-07T11:28:51.124Z | Downloaded subprocess v0.2.9 |
1152 | 2023-12-07T11:28:51.130Z | Downloaded defmt v0.3.5 |
1153 | 2023-12-07T11:28:51.134Z | Downloaded postgres-protocol v0.6.6 |
1154 | 2023-12-07T11:28:51.134Z | Downloaded futures v0.3.29 |
1155 | 2023-12-07T11:28:51.141Z | Downloaded predicates-tree v1.0.9 |
1156 | 2023-12-07T11:28:51.145Z | Downloaded vte v0.11.1 |
1157 | 2023-12-07T11:28:51.146Z | Downloaded rand v0.4.6 |
1158 | 2023-12-07T11:28:51.151Z | Downloaded dyn-clone v1.0.13 |
1159 | 2023-12-07T11:28:51.156Z | Downloaded tracing-core v0.1.31 |
1160 | 2023-12-07T11:28:51.160Z | Downloaded defmt-macros v0.3.6 |
1161 | 2023-12-07T11:28:51.164Z | Downloaded embedded-io v0.4.0 |
1162 | 2023-12-07T11:28:51.167Z | Downloaded hash32 v0.2.1 |
1163 | 2023-12-07T11:28:51.167Z | Downloaded serde_yaml v0.9.25 |
1164 | 2023-12-07T11:28:51.174Z | Downloaded spin v0.5.2 |
1165 | 2023-12-07T11:28:51.180Z | Downloaded rayon-core v1.12.0 |
1166 | 2023-12-07T11:28:51.187Z | Downloaded minimal-lexical v0.2.1 |
1167 | 2023-12-07T11:28:51.191Z | Downloaded wait-timeout v0.2.0 |
1168 | 2023-12-07T11:28:51.195Z | Downloaded pkcs1 v0.7.5 |
1169 | 2023-12-07T11:28:51.195Z | Downloaded pin-project-lite v0.2.13 |
1170 | 2023-12-07T11:28:51.203Z | Downloaded socket2 v0.5.5 |
1171 | 2023-12-07T11:28:51.207Z | Downloaded pin-project v1.1.3 |
1172 | 2023-12-07T11:28:51.226Z | Downloaded password-hash v0.5.0 |
1173 | 2023-12-07T11:28:51.230Z | Downloaded poly1305 v0.8.0 |
1174 | 2023-12-07T11:28:51.234Z | Downloaded hyper v0.14.27 |
1175 | 2023-12-07T11:28:51.247Z | Downloaded predicates v2.1.5 |
1176 | 2023-12-07T11:28:51.251Z | Downloaded rustc-demangle v0.1.23 |
1177 | 2023-12-07T11:28:51.254Z | Downloaded same-file v1.0.6 |
1178 | 2023-12-07T11:28:51.258Z | Downloaded futures-task v0.3.29 |
1179 | 2023-12-07T11:28:51.259Z | Downloaded parse-display-derive v0.8.2 |
1180 | 2023-12-07T11:28:51.265Z | Downloaded globset v0.4.13 |
1181 | 2023-12-07T11:28:51.265Z | Downloaded vsss-rs v3.3.1 |
1182 | 2023-12-07T11:28:51.269Z | Downloaded string_cache v0.8.7 |
1183 | 2023-12-07T11:28:51.269Z | Downloaded funty v2.0.0 |
1184 | 2023-12-07T11:28:51.273Z | Downloaded libxml v0.3.3 |
1185 | 2023-12-07T11:28:51.280Z | Downloaded tokio-rustls v0.24.1 |
1186 | 2023-12-07T11:28:51.284Z | Downloaded strum_macros v0.24.3 |
1187 | 2023-12-07T11:28:51.288Z | Downloaded parking_lot v0.11.2 |
1188 | 2023-12-07T11:28:51.295Z | Downloaded pretty_assertions v1.4.0 |
1189 | 2023-12-07T11:28:51.299Z | Downloaded schemars_derive v0.8.13 |
1190 | 2023-12-07T11:28:51.299Z | Downloaded typenum v1.16.0 |
1191 | 2023-12-07T11:28:51.303Z | Downloaded rust-argon2 v1.0.1 |
1192 | 2023-12-07T11:28:51.307Z | Downloaded pkcs8 v0.10.2 |
1193 | 2023-12-07T11:28:51.311Z | Downloaded toml v0.7.8 |
1194 | 2023-12-07T11:28:51.315Z | Downloaded fastrand v2.0.0 |
1195 | 2023-12-07T11:28:51.319Z | Downloaded futures-sink v0.3.29 |
1196 | 2023-12-07T11:28:51.319Z | Downloaded futures-macro v0.3.29 |
1197 | 2023-12-07T11:28:51.319Z | Downloaded data-encoding v2.4.0 |
1198 | 2023-12-07T11:28:51.323Z | Downloaded ron v0.8.1 |
1199 | 2023-12-07T11:28:51.329Z | Downloaded flate2 v1.0.28 |
1200 | 2023-12-07T11:28:51.338Z | Downloaded rand v0.8.5 |
1201 | 2023-12-07T11:28:51.344Z | Downloaded derive_more v0.99.17 |
1202 | 2023-12-07T11:28:51.352Z | Downloaded derive_builder v0.12.0 |
1203 | 2023-12-07T11:28:51.360Z | Downloaded ppv-lite86 v0.2.17 |
1204 | 2023-12-07T11:28:51.364Z | Downloaded crossterm v0.27.0 |
1205 | 2023-12-07T11:28:51.373Z | Downloaded rstest_macros v0.18.2 |
1206 | 2023-12-07T11:28:51.379Z | Downloaded rsa v0.9.2 |
1207 | 2023-12-07T11:28:51.386Z | Downloaded signal-hook-registry v1.4.1 |
1208 | 2023-12-07T11:28:51.390Z | Downloaded scheduled-thread-pool v0.2.7 |
1209 | 2023-12-07T11:28:51.390Z | Downloaded zerocopy v0.6.4 |
1210 | 2023-12-07T11:28:51.397Z | Downloaded unarray v0.1.4 |
1211 | 2023-12-07T11:28:51.401Z | Downloaded signal-hook v0.3.17 |
1212 | 2023-12-07T11:28:51.401Z | Downloaded ucd-trie v0.1.6 |
1213 | 2023-12-07T11:28:51.437Z | Downloaded ref-cast v1.0.20 |
1214 | 2023-12-07T11:28:51.442Z | Downloaded zeroize v1.7.0 |
1215 | 2023-12-07T11:28:51.442Z | Downloaded tinytemplate v1.2.1 |
1216 | 2023-12-07T11:28:51.442Z | Downloaded form_urlencoded v1.2.1 |
1217 | 2023-12-07T11:28:51.442Z | Downloaded yasna v0.5.2 |
1218 | 2023-12-07T11:28:51.442Z | Downloaded usdt v0.3.5 |
1219 | 2023-12-07T11:28:51.442Z | Downloaded slog v2.7.0 |
1220 | 2023-12-07T11:28:51.442Z | Downloaded pest_meta v2.7.2 |
1221 | 2023-12-07T11:28:51.443Z | Downloaded schemars v0.8.13 |
1222 | 2023-12-07T11:28:51.448Z | Downloaded crossbeam-channel v0.5.8 |
1223 | 2023-12-07T11:28:51.454Z | Downloaded precomputed-hash v0.1.1 |
1224 | 2023-12-07T11:28:51.457Z | Downloaded tui-tree-widget v0.13.0 |
1225 | 2023-12-07T11:28:51.457Z | Downloaded spki v0.7.2 |
1226 | 2023-12-07T11:28:51.457Z | Downloaded home v0.5.5 |
1227 | 2023-12-07T11:28:51.462Z | Downloaded term v0.7.0 |
1228 | 2023-12-07T11:28:51.466Z | Downloaded itertools v0.10.5 |
1229 | 2023-12-07T11:28:51.475Z | Downloaded backtrace v0.3.69 |
1230 | 2023-12-07T11:28:51.483Z | Downloaded either v1.9.0 |
1231 | 2023-12-07T11:28:51.487Z | Downloaded platforms v3.0.2 |
1232 | 2023-12-07T11:28:51.494Z | Downloaded headers v0.3.9 |
1233 | 2023-12-07T11:28:51.501Z | Downloaded num-bigint v0.4.4 |
1234 | 2023-12-07T11:28:51.507Z | Downloaded itertools v0.11.0 |
1235 | 2023-12-07T11:28:51.517Z | Downloaded strip-ansi-escapes v0.2.0 |
1236 | 2023-12-07T11:28:51.521Z | Downloaded zone v0.3.0 |
1237 | 2023-12-07T11:28:51.521Z | Downloaded pin-project-internal v1.1.3 |
1238 | 2023-12-07T11:28:51.525Z | Downloaded diff v0.1.13 |
1239 | 2023-12-07T11:28:51.529Z | Downloaded mio v0.8.9 |
1240 | 2023-12-07T11:28:51.538Z | Downloaded base64 v0.21.5 |
1241 | 2023-12-07T11:28:51.544Z | Downloaded thread_local v1.1.7 |
1242 | 2023-12-07T11:28:51.548Z | Downloaded postcard v1.0.8 |
1243 | 2023-12-07T11:28:51.552Z | Downloaded whoami v1.4.1 |
1244 | 2023-12-07T11:28:51.556Z | Downloaded walkdir v2.4.0 |
1245 | 2023-12-07T11:28:51.560Z | Downloaded version_check v0.9.4 |
1246 | 2023-12-07T11:28:51.560Z | Downloaded phf_shared v0.11.2 |
1247 | 2023-12-07T11:28:51.561Z | Downloaded usdt-impl v0.3.5 |
1248 | 2023-12-07T11:28:51.565Z | Downloaded proc-macro-error-attr v1.0.4 |
1249 | 2023-12-07T11:28:51.565Z | Downloaded tap v1.0.1 |
1250 | 2023-12-07T11:28:51.565Z | Downloaded openssl-sys v0.9.96 |
1251 | 2023-12-07T11:28:51.577Z | Downloaded salty v0.2.0 |
1252 | 2023-12-07T11:28:51.583Z | Downloaded bytes v1.5.0 |
1253 | 2023-12-07T11:28:51.589Z | Downloaded siphasher v0.3.11 |
1254 | 2023-12-07T11:28:51.594Z | Downloaded signature v1.6.4 |
1255 | 2023-12-07T11:28:51.594Z | Downloaded rcgen v0.11.3 |
1256 | 2023-12-07T11:28:51.598Z | Downloaded termcolor v1.2.0 |
1257 | 2023-12-07T11:28:51.602Z | Downloaded cc v1.0.83 |
1258 | 2023-12-07T11:28:51.606Z | Downloaded chacha20poly1305 v0.10.1 |
1259 | 2023-12-07T11:28:51.610Z | Downloaded indicatif v0.17.7 |
1260 | 2023-12-07T11:28:51.615Z | Downloaded env_logger v0.10.0 |
1261 | 2023-12-07T11:28:51.620Z | Downloaded time-macros v0.2.13 |
1262 | 2023-12-07T11:28:51.623Z | Downloaded slog-stdlog v4.1.1 |
1263 | 2023-12-07T11:28:51.627Z | Downloaded slog-scope v4.4.0 |
1264 | 2023-12-07T11:28:51.627Z | Downloaded slog-envlogger v2.2.0 |
1265 | 2023-12-07T11:28:51.631Z | Downloaded signal-hook-mio v0.2.3 |
1266 | 2023-12-07T11:28:51.635Z | Downloaded httptest v0.15.5 |
1267 | 2023-12-07T11:28:51.635Z | Downloaded half v1.8.2 |
1268 | 2023-12-07T11:28:51.639Z | Downloaded usdt-attr-macro v0.3.5 |
1269 | 2023-12-07T11:28:51.642Z | Downloaded blake2 v0.10.6 |
1270 | 2023-12-07T11:28:51.646Z | Downloaded pest_derive v2.7.2 |
1271 | 2023-12-07T11:28:51.652Z | Downloaded futures-core v0.3.29 |
1272 | 2023-12-07T11:28:51.652Z | Downloaded rustversion v1.0.14 |
1273 | 2023-12-07T11:28:51.662Z | Downloaded pkg-config v0.3.27 |
1274 | 2023-12-07T11:28:51.662Z | Downloaded rustc_version v0.4.0 |
1275 | 2023-12-07T11:28:51.666Z | Downloaded rustc-hash v1.1.0 |
1276 | 2023-12-07T11:28:51.666Z | Downloaded difflib v0.4.0 |
1277 | 2023-12-07T11:28:51.666Z | Downloaded cookie v0.18.0 |
1278 | 2023-12-07T11:28:51.666Z | Downloaded similar v2.2.1 |
1279 | 2023-12-07T11:28:51.672Z | Downloaded mockall_derive v0.11.4 |
1280 | 2023-12-07T11:28:51.676Z | Downloaded crypto-bigint v0.5.2 |
1281 | 2023-12-07T11:28:51.686Z | Downloaded dof v0.1.5 |
1282 | 2023-12-07T11:28:51.690Z | Downloaded owo-colors v3.5.0 |
1283 | 2023-12-07T11:28:51.694Z | Downloaded r2d2 v0.8.10 |
1284 | 2023-12-07T11:28:51.698Z | Downloaded phf v0.11.2 |
1285 | 2023-12-07T11:28:51.698Z | Downloaded tinyvec_macros v0.1.1 |
1286 | 2023-12-07T11:28:51.698Z | Downloaded pem-rfc7468 v0.7.0 |
1287 | 2023-12-07T11:28:51.710Z | Downloaded smf v0.2.2 |
1288 | 2023-12-07T11:28:51.710Z | Downloaded hubpack v0.1.2 |
1289 | 2023-12-07T11:28:51.714Z | Downloaded pem v3.0.2 |
1290 | 2023-12-07T11:28:51.714Z | Downloaded rand_xorshift v0.3.0 |
1291 | 2023-12-07T11:28:51.714Z | Downloaded ena v0.14.2 |
1292 | 2023-12-07T11:28:51.714Z | Downloaded ciborium v0.2.1 |
1293 | 2023-12-07T11:28:51.719Z | Downloaded socket2 v0.4.9 |
1294 | 2023-12-07T11:28:51.719Z | Downloaded num-traits v0.2.16 |
1295 | 2023-12-07T11:28:51.723Z | Downloaded once_cell v1.19.0 |
1296 | 2023-12-07T11:28:51.727Z | Downloaded miniz_oxide v0.7.1 |
1297 | 2023-12-07T11:28:51.732Z | Downloaded libm v0.2.7 |
1298 | 2023-12-07T11:28:51.745Z | Downloaded criterion v0.5.1 |
1299 | 2023-12-07T11:28:51.757Z | Downloaded clang-sys v1.6.1 |
1300 | 2023-12-07T11:28:51.761Z | Downloaded ed25519 v1.5.3 |
1301 | 2023-12-07T11:28:51.769Z | Downloaded fallible-iterator v0.2.0 |
1302 | 2023-12-07T11:28:51.774Z | Downloaded smallvec v1.11.0 |
1303 | 2023-12-07T11:28:51.775Z | Downloaded foreign-types v0.3.2 |
1304 | 2023-12-07T11:28:51.775Z | Downloaded tracing-attributes v0.1.26 |
1305 | 2023-12-07T11:28:51.781Z | Downloaded toolchain_find v0.2.0 |
1306 | 2023-12-07T11:28:51.781Z | Downloaded tempfile v3.8.1 |
1307 | 2023-12-07T11:28:51.784Z | Downloaded structmeta-derive v0.2.0 |
1308 | 2023-12-07T11:28:51.785Z | Downloaded serde_tokenstream v0.2.0 |
1309 | 2023-12-07T11:28:51.788Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1310 | 2023-12-07T11:28:51.788Z | Downloaded glob v0.3.1 |
1311 | 2023-12-07T11:28:51.792Z | Downloaded secrecy v0.8.0 |
1312 | 2023-12-07T11:28:51.792Z | Downloaded omicron-zone-package v0.9.1 |
1313 | 2023-12-07T11:28:51.796Z | Downloaded native-tls v0.2.11 |
1314 | 2023-12-07T11:28:51.799Z | Downloaded mime_guess v2.0.4 |
1315 | 2023-12-07T11:28:51.803Z | Downloaded camino-tempfile v1.1.1 |
1316 | 2023-12-07T11:28:51.807Z | Downloaded unicode-xid v0.2.4 |
1317 | 2023-12-07T11:28:51.811Z | Downloaded unicode-width v0.1.11 |
1318 | 2023-12-07T11:28:51.811Z | Downloaded display-error-chain v0.2.0 |
1319 | 2023-12-07T11:28:51.814Z | Downloaded bzip2 v0.4.4 |
1320 | 2023-12-07T11:28:51.814Z | Downloaded bitflags v2.4.0 |
1321 | 2023-12-07T11:28:51.818Z | Downloaded supports-color v2.1.0 |
1322 | 2023-12-07T11:28:51.822Z | Downloaded snafu-derive v0.7.5 |
1323 | 2023-12-07T11:28:51.827Z | Downloaded tokio-native-tls v0.3.1 |
1324 | 2023-12-07T11:28:51.827Z | Downloaded tempdir v0.3.7 |
1325 | 2023-12-07T11:28:51.831Z | Downloaded num-complex v0.4.4 |
1326 | 2023-12-07T11:28:51.831Z | Downloaded thiserror-no-std v2.0.2 |
1327 | 2023-12-07T11:28:51.836Z | Downloaded thiserror-impl-no-std v2.0.2 |
1328 | 2023-12-07T11:28:51.840Z | Downloaded num-rational v0.4.1 |
1329 | 2023-12-07T11:28:51.846Z | Downloaded arc-swap v1.6.0 |
1330 | 2023-12-07T11:28:51.850Z | Downloaded smawk v0.3.1 |
1331 | 2023-12-07T11:28:51.850Z | Downloaded slog-async v2.8.0 |
1332 | 2023-12-07T11:28:51.853Z | Downloaded serde_urlencoded v0.7.1 |
1333 | 2023-12-07T11:28:51.854Z | Downloaded endian-type v0.1.2 |
1334 | 2023-12-07T11:28:51.857Z | Downloaded buf-list v1.0.3 |
1335 | 2023-12-07T11:28:51.861Z | Downloaded bcs v0.1.6 |
1336 | 2023-12-07T11:28:51.864Z | Downloaded base64ct v1.6.0 |
1337 | 2023-12-07T11:28:51.868Z | Downloaded backoff v0.4.0 |
1338 | 2023-12-07T11:28:51.872Z | Downloaded universal-hash v0.5.1 |
1339 | 2023-12-07T11:28:51.872Z | Downloaded multer v2.1.0 |
1340 | 2023-12-07T11:28:51.875Z | Downloaded managed v0.8.0 |
1341 | 2023-12-07T11:28:51.879Z | Downloaded structmeta v0.2.0 |
1342 | 2023-12-07T11:28:51.879Z | Downloaded strsim v0.8.0 |
1343 | 2023-12-07T11:28:51.879Z | Downloaded stable_deref_trait v1.2.0 |
1344 | 2023-12-07T11:28:51.883Z | Downloaded nibble_vec v0.1.0 |
1345 | 2023-12-07T11:28:51.883Z | Downloaded serde-hex v0.1.0 |
1346 | 2023-12-07T11:28:51.887Z | Downloaded scopeguard v1.2.0 |
1347 | 2023-12-07T11:28:51.887Z | Downloaded packed_struct v0.10.1 |
1348 | 2023-12-07T11:28:51.891Z | Downloaded num-integer v0.1.45 |
1349 | 2023-12-07T11:28:51.894Z | Downloaded crossbeam v0.8.2 |
1350 | 2023-12-07T11:28:51.895Z | Downloaded crc v3.0.1 |
1351 | 2023-12-07T11:28:51.900Z | Downloaded maplit v1.0.2 |
1352 | 2023-12-07T11:28:51.900Z | Downloaded ahash v0.8.3 |
1353 | 2023-12-07T11:28:51.904Z | Downloaded darling v0.14.4 |
1354 | 2023-12-07T11:28:51.910Z | Downloaded num-iter v0.1.43 |
1355 | 2023-12-07T11:28:51.914Z | Downloaded constant_time_eq v0.2.6 |
1356 | 2023-12-07T11:28:51.914Z | Downloaded chacha20 v0.9.1 |
1357 | 2023-12-07T11:28:51.914Z | Downloaded cfg-if v1.0.0 |
1358 | 2023-12-07T11:28:51.918Z | Downloaded bytesize v1.3.0 |
1359 | 2023-12-07T11:28:51.918Z | Downloaded byteorder v1.5.0 |
1360 | 2023-12-07T11:28:51.922Z | Downloaded bytecount v0.6.3 |
1361 | 2023-12-07T11:28:51.922Z | Downloaded num_enum_derive v0.5.11 |
1362 | 2023-12-07T11:28:51.925Z | Downloaded cpufeatures v0.2.9 |
1363 | 2023-12-07T11:28:51.929Z | Downloaded convert_case v0.4.0 |
1364 | 2023-12-07T11:28:51.929Z | Downloaded olpc-cjson v0.1.3 |
1365 | 2023-12-07T11:28:51.929Z | Downloaded num_enum v0.5.11 |
1366 | 2023-12-07T11:28:51.937Z | Downloaded ciborium-ll v0.2.1 |
1367 | 2023-12-07T11:28:51.941Z | Downloaded cexpr v0.6.0 |
1368 | 2023-12-07T11:28:51.944Z | Downloaded block-buffer v0.10.4 |
1369 | 2023-12-07T11:28:51.944Z | Downloaded macaddr v1.0.1 |
1370 | 2023-12-07T11:28:51.948Z | Downloaded crc-catalog v2.2.0 |
1371 | 2023-12-07T11:28:51.949Z | Downloaded corncobs v0.1.3 |
1372 | 2023-12-07T11:28:51.952Z | Downloaded keccak v0.1.4 |
1373 | 2023-12-07T11:28:51.952Z | Downloaded num-derive v0.4.0 |
1374 | 2023-12-07T11:28:51.956Z | Downloaded block-padding v0.3.3 |
1375 | 2023-12-07T11:28:51.956Z | Downloaded bitfield v0.14.0 |
1376 | 2023-12-07T11:28:51.960Z | Downloaded cassowary v0.3.0 |
1377 | 2023-12-07T11:28:51.960Z | Downloaded libefi-sys v0.1.0 |
1378 | 2023-12-07T11:28:51.968Z | Downloaded lazycell v1.3.0 |
1379 | 2023-12-07T11:28:51.968Z | Downloaded bit-set v0.5.3 |
1380 | 2023-12-07T11:28:51.972Z | Downloaded indoc v1.0.9 |
1381 | 2023-12-07T11:28:51.972Z | Downloaded new_debug_unreachable v1.0.4 |
1382 | 2023-12-07T11:28:51.972Z | Downloaded constant_time_eq v0.3.0 |
1383 | 2023-12-07T11:28:51.979Z | Downloaded oorandom v11.1.3 |
1384 | 2023-12-07T11:28:51.979Z | Downloaded nodrop v0.1.14 |
1385 | 2023-12-07T11:28:51.979Z | Downloaded maybe-uninit v2.0.0 |
1386 | 2023-12-07T11:28:51.982Z | Downloaded criterion-plot v0.5.0 |
1387 | 2023-12-07T11:28:51.982Z | Downloaded libtest-mimic v0.6.1 |
1388 | 2023-12-07T11:28:51.985Z | Downloaded darling v0.20.3 |
1389 | 2023-12-07T11:28:51.989Z | Downloaded inout v0.1.3 |
1390 | 2023-12-07T11:28:51.992Z | Downloaded indoc v2.0.3 |
1391 | 2023-12-07T11:28:51.995Z | Downloaded memoffset v0.7.1 |
1392 | 2023-12-07T11:28:51.998Z | Downloaded cast v0.3.0 |
1393 | 2023-12-07T11:28:51.999Z | Downloaded bit-vec v0.6.3 |
1394 | 2023-12-07T11:28:52.002Z | Downloaded base16ct v0.2.0 |
1395 | 2023-12-07T11:28:52.002Z | Downloaded autocfg v1.1.0 |
1396 | 2023-12-07T11:28:52.005Z | Downloaded swrite v0.1.0 |
1397 | 2023-12-07T11:28:52.005Z | Downloaded ascii-canvas v3.0.0 |
1398 | 2023-12-07T11:28:52.009Z | Downloaded assert_cmd v2.0.12 |
1399 | 2023-12-07T11:28:52.012Z | Downloaded aead v0.5.2 |
1400 | 2023-12-07T11:28:52.016Z | Downloaded signal-hook-tokio v0.3.1 |
1401 | 2023-12-07T11:28:52.019Z | Downloaded serial_test_derive v0.10.0 |
1402 | 2023-12-07T11:28:52.020Z | Downloaded colored v2.0.4 |
1403 | 2023-12-07T11:28:52.020Z | Downloaded newtype_derive v0.1.6 |
1404 | 2023-12-07T11:28:52.020Z | Downloaded lru-cache v0.1.2 |
1405 | 2023-12-07T11:28:52.023Z | Downloaded slog-dtrace v0.2.3 |
1406 | 2023-12-07T11:28:52.023Z | Downloaded similar-asserts v1.5.0 |
1407 | 2023-12-07T11:28:52.027Z | Downloaded bb8 v0.8.1 |
1408 | 2023-12-07T11:28:52.030Z | Downloaded arrayvec v0.7.4 |
1409 | 2023-12-07T11:28:52.033Z | Downloaded crossbeam-utils v0.8.16 |
1410 | 2023-12-07T11:28:52.036Z | Downloaded mime v0.3.17 |
1411 | 2023-12-07T11:28:52.043Z | Downloaded iana-time-zone v0.1.57 |
1412 | 2023-12-07T11:28:52.048Z | Downloaded hyper-staticfile v0.9.5 |
1413 | 2023-12-07T11:28:52.048Z | Downloaded instant v0.1.12 |
1414 | 2023-12-07T11:28:52.049Z | Downloaded match_cfg v0.1.0 |
1415 | 2023-12-07T11:28:52.049Z | Downloaded hyper-rustls v0.24.2 |
1416 | 2023-12-07T11:28:52.052Z | Downloaded humantime v2.1.0 |
1417 | 2023-12-07T11:28:52.055Z | Downloaded matches v0.1.10 |
1418 | 2023-12-07T11:28:52.055Z | Downloaded impl-trait-for-tuples v0.2.2 |
1419 | 2023-12-07T11:28:52.059Z | Downloaded hyper-tls v0.5.0 |
1420 | 2023-12-07T11:28:52.062Z | Downloaded assert_matches v1.5.0 |
1421 | 2023-12-07T11:28:52.065Z | Downloaded approx v0.5.1 |
1422 | 2023-12-07T11:28:52.068Z | Downloaded anes v0.1.6 |
1423 | 2023-12-07T11:28:52.071Z | Downloaded crucible-workspace-hack v0.1.0 |
1424 | 2023-12-07T11:28:52.071Z | Downloaded is_ci v1.1.1 |
1425 | 2023-12-07T11:28:52.075Z | Downloaded is-terminal v0.4.9 |
1426 | 2023-12-07T11:28:52.075Z | Downloaded ipnetwork v0.20.0 |
1427 | 2023-12-07T11:28:52.078Z | Downloaded ipnet v2.8.0 |
1428 | 2023-12-07T11:28:52.082Z | Downloaded ident_case v1.0.1 |
1429 | 2023-12-07T11:28:52.082Z | Downloaded hubpack_derive v0.1.1 |
1430 | 2023-12-07T11:28:52.082Z | Downloaded atty v0.2.14 |
1431 | 2023-12-07T11:28:52.086Z | Downloaded async-recursion v1.0.5 |
1432 | 2023-12-07T11:28:52.086Z | Downloaded async-stream-impl v0.3.5 |
1433 | 2023-12-07T11:28:52.089Z | Downloaded async-stream v0.3.5 |
1434 | 2023-12-07T11:28:52.090Z | Downloaded argon2 v0.5.2 |
1435 | 2023-12-07T11:28:52.093Z | Downloaded arrayref v0.3.7 |
1436 | 2023-12-07T11:28:52.097Z | Downloaded darling_core v0.14.4 |
1437 | 2023-12-07T11:28:52.101Z | Downloaded ciborium-io v0.2.1 |
1438 | 2023-12-07T11:28:52.105Z | Downloaded array-init v0.0.4 |
1439 | 2023-12-07T11:28:52.105Z | Downloaded adler v1.0.2 |
1440 | 2023-12-07T11:28:52.108Z | Downloaded crossbeam-queue v0.3.8 |
1441 | 2023-12-07T11:28:52.109Z | Downloaded crossbeam-deque v0.8.3 |
1442 | 2023-12-07T11:28:52.115Z | Downloaded libsw v3.3.0 |
1443 | 2023-12-07T11:28:52.119Z | Downloaded libloading v0.7.4 |
1444 | 2023-12-07T11:28:52.119Z | Downloaded crypto-common v0.1.6 |
1445 | 2023-12-07T11:28:52.119Z | Downloaded linked-hash-map v0.5.6 |
1446 | 2023-12-07T11:28:52.122Z | Downloaded lazy_static v1.4.0 |
1447 | 2023-12-07T11:28:52.126Z | Downloaded lalrpop-util v0.19.12 |
1448 | 2023-12-07T11:28:52.126Z | Downloaded cstr-argument v0.1.2 |
1449 | 2023-12-07T11:28:52.126Z | Downloaded crunchy v0.2.2 |
1450 | 2023-12-07T11:28:52.129Z | Downloaded addr2line v0.21.0 |
1451 | 2023-12-07T11:28:52.772Z | Compiling serde v1.0.192 |
1452 | 2023-12-07T11:28:52.772Z | Compiling autocfg v1.1.0 |
1453 | 2023-12-07T11:28:52.776Z | Checking cfg-if v1.0.0 |
1454 | 2023-12-07T11:28:52.776Z | Compiling version_check v0.9.4 |
1455 | 2023-12-07T11:28:52.776Z | Compiling syn v1.0.109 |
1456 | 2023-12-07T11:28:52.803Z | Checking libc v0.2.150 |
1457 | 2023-12-07T11:28:52.817Z | Compiling syn v2.0.32 |
1458 | 2023-12-07T11:28:52.880Z | Compiling parking_lot_core v0.9.8 |
1459 | 2023-12-07T11:28:52.927Z | Compiling libm v0.2.7 |
1460 | 2023-12-07T11:28:53.416Z | Compiling cc v1.0.83 |
1461 | 2023-12-07T11:28:53.732Z | Compiling futures-core v0.3.29 |
1462 | 2023-12-07T11:28:53.768Z | Compiling once_cell v1.19.0 |
1463 | 2023-12-07T11:28:54.264Z | Compiling serde_json v1.0.108 |
1464 | 2023-12-07T11:28:54.284Z | Compiling lock_api v0.4.10 |
1465 | 2023-12-07T11:28:54.385Z | Compiling num-traits v0.2.16 |
1466 | 2023-12-07T11:28:54.582Z | Compiling memchr v2.6.3 |
1467 | 2023-12-07T11:28:54.804Z | Compiling typenum v1.16.0 |
1468 | 2023-12-07T11:28:54.935Z | Compiling slab v0.4.9 |
1469 | 2023-12-07T11:28:55.038Z | Checking getrandom v0.2.10 |
1470 | 2023-12-07T11:28:55.412Z | Compiling generic-array v0.14.7 |
1471 | 2023-12-07T11:28:55.439Z | Compiling futures-channel v0.3.29 |
1472 | 2023-12-07T11:28:55.927Z | Compiling futures-task v0.3.29 |
1473 | 2023-12-07T11:28:56.227Z | Compiling futures-util v0.3.29 |
1474 | 2023-12-07T11:28:56.285Z | Checking scopeguard v1.2.0 |
1475 | 2023-12-07T11:28:56.751Z | Compiling log v0.4.20 |
1476 | 2023-12-07T11:28:57.097Z | Compiling pkg-config v0.3.27 |
1477 | 2023-12-07T11:28:57.795Z | Checking smallvec v1.11.0 |
1478 | 2023-12-07T11:28:57.905Z | Checking itoa v1.0.9 |
1479 | 2023-12-07T11:28:57.921Z | Compiling rustix v0.38.25 |
1480 | 2023-12-07T11:28:58.203Z | Compiling indexmap v1.9.3 |
1481 | 2023-12-07T11:28:58.340Z | Compiling schemars v0.8.13 |
1482 | 2023-12-07T11:28:58.705Z | Compiling vcpkg v0.2.15 |
1483 | 2023-12-07T11:28:58.725Z | Compiling fnv v1.0.7 |
1484 | 2023-12-07T11:28:58.936Z | Compiling httparse v1.8.0 |
1485 | 2023-12-07T11:28:59.322Z | Checking rand_core v0.6.4 |
1486 | 2023-12-07T11:28:59.731Z | Compiling ring v0.17.7 |
1487 | 2023-12-07T11:28:59.735Z | Compiling ring v0.16.20 |
1488 | 2023-12-07T11:29:01.496Z | Compiling aho-corasick v1.0.4 |
1489 | 2023-12-07T11:29:01.605Z | Compiling regex-syntax v0.8.2 |
1490 | 2023-12-07T11:29:02.392Z | Compiling openssl-sys v0.9.96 |
1491 | 2023-12-07T11:29:04.010Z | Compiling parking_lot v0.12.1 |
1492 | 2023-12-07T11:29:04.732Z | Checking pin-project-lite v0.2.13 |
1493 | 2023-12-07T11:29:04.883Z | Compiling ahash v0.8.3 |
1494 | 2023-12-07T11:29:05.367Z | Checking spin v0.5.2 |
1495 | 2023-12-07T11:29:05.575Z | Compiling serde_derive_internals v0.26.0 |
1496 | 2023-12-07T11:29:05.768Z | Compiling openssl v0.10.60 |
1497 | 2023-12-07T11:29:06.376Z | Checking signal-hook-registry v1.4.1 |
1498 | 2023-12-07T11:29:06.723Z | Compiling ucd-trie v0.1.6 |
1499 | 2023-12-07T11:29:06.900Z | Compiling rustls v0.21.9 |
1500 | 2023-12-07T11:29:07.248Z | Compiling regex-automata v0.4.3 |
1501 | 2023-12-07T11:29:07.704Z | Checking mio v0.8.9 |
1502 | 2023-12-07T11:29:08.568Z | Compiling iana-time-zone v0.1.57 |
1503 | 2023-12-07T11:29:08.735Z | Compiling native-tls v0.2.11 |
1504 | 2023-12-07T11:29:09.232Z | Compiling async-trait v0.1.74 |
1505 | 2023-12-07T11:29:09.251Z | Checking num_cpus v1.16.0 |
1506 | 2023-12-07T11:29:10.055Z | Compiling dyn-clone v1.0.13 |
1507 | 2023-12-07T11:29:10.215Z | Compiling byteorder v1.5.0 |
1508 | 2023-12-07T11:29:10.357Z | Compiling unicode-xid v0.2.4 |
1509 | 2023-12-07T11:29:10.716Z | Compiling backtrace v0.3.69 |
1510 | 2023-12-07T11:29:10.926Z | Checking socket2 v0.5.5 |
1511 | 2023-12-07T11:29:11.399Z | Compiling futures-sink v0.3.29 |
1512 | 2023-12-07T11:29:11.622Z | Compiling hashbrown v0.13.2 |
1513 | 2023-12-07T11:29:11.641Z | Compiling errno v0.3.2 |
1514 | 2023-12-07T11:29:11.660Z | Compiling crc32fast v1.3.2 |
1515 | 2023-12-07T11:29:11.952Z | Compiling tinyvec_macros v0.1.1 |
1516 | 2023-12-07T11:29:12.064Z | Compiling crossbeam-utils v0.8.16 |
1517 | 2023-12-07T11:29:12.384Z | Checking ryu v1.0.15 |
1518 | 2023-12-07T11:29:12.824Z | Compiling tinyvec v1.6.0 |
1519 | 2023-12-07T11:29:13.460Z | Compiling pin-utils v0.1.0 |
1520 | 2023-12-07T11:29:13.479Z | Compiling anyhow v1.0.75 |
1521 | 2023-12-07T11:29:13.624Z | Compiling futures-io v0.3.29 |
1522 | 2023-12-07T11:29:13.676Z | Compiling spin v0.9.8 |
1523 | 2023-12-07T11:29:14.067Z | Compiling regex v1.10.2 |
1524 | 2023-12-07T11:29:14.236Z | Compiling tracing-core v0.1.31 |
1525 | 2023-12-07T11:29:15.211Z | Compiling unicode-bidi v0.3.13 |
1526 | 2023-12-07T11:29:15.379Z | Compiling unicode-normalization v0.1.22 |
1527 | 2023-12-07T11:29:16.117Z | Compiling num-integer v0.1.45 |
1528 | 2023-12-07T11:29:16.572Z | Compiling synstructure v0.12.6 |
1529 | 2023-12-07T11:29:16.709Z | Compiling lazy_static v1.4.0 |
1530 | 2023-12-07T11:29:16.855Z | Compiling unicode-width v0.1.11 |
1531 | 2023-12-07T11:29:17.078Z | Checking subtle v2.5.0 |
1532 | 2023-12-07T11:29:17.219Z | Compiling base64 v0.21.5 |
1533 | 2023-12-07T11:29:17.224Z | Compiling serde_derive v1.0.192 |
1534 | 2023-12-07T11:29:17.454Z | Compiling thiserror-impl v1.0.49 |
1535 | 2023-12-07T11:29:17.728Z | Compiling zeroize_derive v1.4.2 |
1536 | 2023-12-07T11:29:18.211Z | Compiling tokio-macros v2.2.0 |
1537 | 2023-12-07T11:29:18.377Z | Compiling futures-macro v0.3.29 |
1538 | 2023-12-07T11:29:18.437Z | Compiling tracing-attributes v0.1.26 |
1539 | 2023-12-07T11:29:19.712Z | Compiling schemars_derive v0.8.13 |
1540 | 2023-12-07T11:29:20.434Z | Checking zeroize v1.7.0 |
1541 | 2023-12-07T11:29:20.830Z | Compiling openssl-macros v0.1.1 |
1542 | 2023-12-07T11:29:23.013Z | Compiling thiserror v1.0.49 |
1543 | 2023-12-07T11:29:23.193Z | Compiling pest v2.7.2 |
1544 | 2023-12-07T11:29:23.607Z | Compiling der_derive v0.7.2 |
1545 | 2023-12-07T11:29:25.032Z | Compiling tracing v0.1.37 |
1546 | 2023-12-07T11:29:25.328Z | Compiling slog v2.7.0 |
1547 | 2023-12-07T11:29:25.742Z | Compiling zerocopy-derive v0.2.0 |
1548 | 2023-12-07T11:29:25.800Z | Compiling openssl-probe v0.1.5 |
1549 | 2023-12-07T11:29:26.172Z | Compiling hashbrown v0.12.3 |
1550 | 2023-12-07T11:29:26.289Z | Compiling untrusted v0.9.0 |
1551 | 2023-12-07T11:29:26.531Z | Compiling time-core v0.1.1 |
1552 | 2023-12-07T11:29:26.771Z | Compiling rustversion v1.0.14 |
1553 | 2023-12-07T11:29:26.958Z | Compiling percent-encoding v2.3.1 |
1554 | 2023-12-07T11:29:27.532Z | Compiling pest_meta v2.7.2 |
1555 | 2023-12-07T11:29:27.791Z | Compiling foreign-types-shared v0.1.1 |
1556 | 2023-12-07T11:29:27.913Z | Compiling untrusted v0.7.1 |
1557 | 2023-12-07T11:29:27.933Z | Compiling foreign-types v0.3.2 |
1558 | 2023-12-07T11:29:28.045Z | Compiling time-macros v0.2.13 |
1559 | 2023-12-07T11:29:29.553Z | Compiling pest_generator v2.7.2 |
1560 | 2023-12-07T11:29:32.681Z | Compiling try-lock v0.2.4 |
1561 | 2023-12-07T11:29:32.891Z | Compiling want v0.3.1 |
1562 | 2023-12-07T11:29:33.289Z | Compiling sct v0.7.0 |
1563 | 2023-12-07T11:29:33.765Z | Compiling rustls-webpki v0.101.7 |
1564 | 2023-12-07T11:29:34.371Z | Compiling form_urlencoded v1.2.1 |
1565 | 2023-12-07T11:29:34.848Z | Compiling socket2 v0.4.9 |
1566 | 2023-12-07T11:29:35.675Z | Compiling tower-service v0.3.2 |
1567 | 2023-12-07T11:29:35.831Z | Compiling httpdate v1.0.3 |
1568 | 2023-12-07T11:29:35.920Z | Compiling pest_derive v2.7.2 |
1569 | 2023-12-07T11:29:36.239Z | Compiling either v1.9.0 |
1570 | 2023-12-07T11:29:36.552Z | Compiling const-oid v0.9.5 |
1571 | 2023-12-07T11:29:36.794Z | Compiling rustls-pemfile v1.0.3 |
1572 | 2023-12-07T11:29:36.951Z | Compiling idna v0.5.0 |
1573 | 2023-12-07T11:29:37.110Z | Compiling memoffset v0.9.0 |
1574 | 2023-12-07T11:29:37.359Z | Compiling usdt-impl v0.3.5 |
1575 | 2023-12-07T11:29:37.540Z | Compiling adler v1.0.2 |
1576 | 2023-12-07T11:29:37.874Z | Compiling miniz_oxide v0.7.1 |
1577 | 2023-12-07T11:29:38.211Z | Compiling rustls-native-certs v0.6.3 |
1578 | 2023-12-07T11:29:38.925Z | Compiling url v2.5.0 |
1579 | 2023-12-07T11:29:39.715Z | Compiling zerocopy v0.3.0 |
1580 | 2023-12-07T11:29:39.789Z | Checking crypto-common v0.1.6 |
1581 | 2023-12-07T11:29:40.035Z | Compiling ipnet v2.8.0 |
1582 | 2023-12-07T11:29:40.223Z | Checking bytes v1.5.0 |
1583 | 2023-12-07T11:29:40.477Z | Checking bitflags v2.4.0 |
1584 | 2023-12-07T11:29:40.940Z | Compiling signal-hook v0.3.17 |
1585 | 2023-12-07T11:29:41.430Z | Checking tokio v1.34.0 |
1586 | 2023-12-07T11:29:42.046Z | Compiling indexmap v2.1.0 |
1587 | 2023-12-07T11:29:42.062Z | Compiling semver v1.0.20 |
1588 | 2023-12-07T11:29:43.291Z | Compiling uuid v1.6.1 |
1589 | 2023-12-07T11:29:43.908Z | Compiling chrono v0.4.31 |
1590 | 2023-12-07T11:29:44.067Z | Compiling http v0.2.11 |
1591 | 2023-12-07T11:29:44.249Z | Compiling rustc_version v0.4.0 |
1592 | 2023-12-07T11:29:45.470Z | Compiling serde_spanned v0.6.4 |
1593 | 2023-12-07T11:29:45.810Z | Compiling toml_datetime v0.6.5 |
1594 | 2023-12-07T11:29:46.521Z | Compiling toml_edit v0.19.15 |
1595 | 2023-12-07T11:29:47.104Z | Compiling openapiv3 v2.0.0-rc.1 |
1596 | 2023-12-07T11:29:50.326Z | Compiling http-body v0.4.5 |
1597 | 2023-12-07T11:29:50.708Z | Compiling heapless v0.7.16 |
1598 | 2023-12-07T11:29:51.404Z | Compiling serde_urlencoded v0.7.1 |
1599 | 2023-12-07T11:29:51.692Z | Compiling dof v0.1.5 |
1600 | 2023-12-07T11:29:52.212Z | Compiling dtrace-parser v0.1.14 |
1601 | 2023-12-07T11:29:52.525Z | Compiling zerocopy-derive v0.6.4 |
1602 | 2023-12-07T11:29:53.189Z | Compiling clap_derive v4.4.2 |
1603 | 2023-12-07T11:29:54.049Z | Compiling crossbeam-epoch v0.9.15 |
1604 | 2023-12-07T11:29:54.696Z | Compiling encoding_rs v0.8.33 |
1605 | 2023-12-07T11:29:55.502Z | Compiling thread-id v4.2.0 |
1606 | 2023-12-07T11:29:55.546Z | Compiling siphasher v0.3.11 |
1607 | 2023-12-07T11:29:55.647Z | Compiling gimli v0.28.0 |
1608 | 2023-12-07T11:29:56.147Z | Compiling mime v0.3.17 |
1609 | 2023-12-07T11:29:56.236Z | Compiling webpki-roots v0.25.2 |
1610 | 2023-12-07T11:29:57.064Z | Compiling tokio-util v0.7.10 |
1611 | 2023-12-07T11:29:59.405Z | Compiling h2 v0.3.21 |
1612 | 2023-12-07T11:29:59.565Z | Compiling tokio-rustls v0.24.1 |
1613 | 2023-12-07T11:29:59.986Z | Compiling serde_tokenstream v0.1.7 |
1614 | 2023-12-07T11:30:00.161Z | Compiling strum_macros v0.25.2 |
1615 | 2023-12-07T11:30:01.662Z | Compiling tokio-native-tls v0.3.1 |
1616 | 2023-12-07T11:30:01.727Z | Compiling block-buffer v0.10.4 |
1617 | 2023-12-07T11:30:02.118Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1618 | 2023-12-07T11:30:02.542Z | Compiling object v0.32.1 |
1619 | 2023-12-07T11:30:02.781Z | Compiling addr2line v0.21.0 |
1620 | 2023-12-07T11:30:02.813Z | Compiling num-iter v0.1.43 |
1621 | 2023-12-07T11:30:03.249Z | Compiling rustc-demangle v0.1.23 |
1622 | 2023-12-07T11:30:04.864Z | Compiling flate2 v1.0.28 |
1623 | 2023-12-07T11:30:05.107Z | Compiling digest v0.10.7 |
1624 | 2023-12-07T11:30:05.390Z | Compiling doc-comment v0.3.3 |
1625 | 2023-12-07T11:30:05.902Z | Compiling ppv-lite86 v0.2.17 |
1626 | 2023-12-07T11:30:06.420Z | Compiling usdt-macro v0.3.5 |
1627 | 2023-12-07T11:30:06.454Z | Compiling usdt-attr-macro v0.3.5 |
1628 | 2023-12-07T11:30:07.017Z | Compiling toml v0.7.8 |
1629 | 2023-12-07T11:30:07.096Z | Compiling rand_chacha v0.3.1 |
1630 | 2023-12-07T11:30:07.541Z | Compiling toml_edit v0.21.0 |
1631 | 2023-12-07T11:30:08.495Z | Compiling hex v0.4.3 |
1632 | 2023-12-07T11:30:08.827Z | Compiling pin-project-internal v1.1.3 |
1633 | 2023-12-07T11:30:09.519Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1634 | 2023-12-07T11:30:09.891Z | Compiling bit-vec v0.6.3 |
1635 | 2023-12-07T11:30:10.567Z | Compiling hyper v0.14.27 |
1636 | 2023-12-07T11:30:10.873Z | Compiling rand v0.8.5 |
1637 | 2023-12-07T11:30:11.163Z | Compiling phf_shared v0.10.0 |
1638 | 2023-12-07T11:30:11.766Z | Compiling num-bigint v0.4.4 |
1639 | 2023-12-07T11:30:13.035Z | Compiling smoltcp v0.9.1 |
1640 | 2023-12-07T11:30:14.124Z | Compiling fixedbitset v0.4.2 |
1641 | 2023-12-07T11:30:14.189Z | Compiling new_debug_unreachable v1.0.4 |
1642 | 2023-12-07T11:30:14.308Z | Compiling precomputed-hash v0.1.1 |
1643 | 2023-12-07T11:30:14.457Z | Compiling base64ct v1.6.0 |
1644 | 2023-12-07T11:30:14.527Z | Compiling petgraph v0.6.4 |
1645 | 2023-12-07T11:30:14.844Z | Compiling string_cache v0.8.7 |
1646 | 2023-12-07T11:30:15.436Z | Compiling pem-rfc7468 v0.7.0 |
1647 | 2023-12-07T11:30:16.010Z | Compiling bit-set v0.5.3 |
1648 | 2023-12-07T11:30:16.422Z | Compiling hmac v0.12.1 |
1649 | 2023-12-07T11:30:16.771Z | Compiling itertools v0.10.5 |
1650 | 2023-12-07T11:30:17.441Z | Compiling hubpack_derive v0.1.1 |
1651 | 2023-12-07T11:30:17.484Z | Compiling enum-as-inner v0.5.1 |
1652 | 2023-12-07T11:30:17.590Z | Compiling diesel_table_macro_syntax v0.1.0 |
1653 | 2023-12-07T11:30:18.863Z | Compiling unicode-segmentation v1.10.1 |
1654 | 2023-12-07T11:30:18.994Z | Compiling flagset v0.4.3 |
1655 | 2023-12-07T11:30:19.178Z | Compiling lalrpop-util v0.19.12 |
1656 | 2023-12-07T11:30:19.295Z | Compiling der v0.7.8 |
1657 | 2023-12-07T11:30:19.686Z | Compiling diesel_derives v2.1.2 |
1658 | 2023-12-07T11:30:20.332Z | Compiling snafu-derive v0.7.5 |
1659 | 2023-12-07T11:30:20.839Z | Compiling cpufeatures v0.2.9 |
1660 | 2023-12-07T11:30:21.121Z | Compiling sha2 v0.10.8 |
1661 | 2023-12-07T11:30:21.351Z | Compiling rustix v0.37.23 |
1662 | 2023-12-07T11:30:21.683Z | Compiling hyper-rustls v0.24.2 |
1663 | 2023-12-07T11:30:21.732Z | Compiling hyper-tls v0.5.0 |
1664 | 2023-12-07T11:30:22.228Z | Compiling reqwest v0.11.22 |
1665 | 2023-12-07T11:30:22.521Z | Compiling spki v0.7.2 |
1666 | 2023-12-07T11:30:23.085Z | Compiling md-5 v0.10.5 |
1667 | 2023-12-07T11:30:23.458Z | Compiling serde_repr v0.1.16 |
1668 | 2023-12-07T11:30:23.713Z | Compiling stringprep v0.1.3 |
1669 | 2023-12-07T11:30:25.307Z | Compiling hash32 v0.2.1 |
1670 | 2023-12-07T11:30:25.346Z | Compiling fallible-iterator v0.2.0 |
1671 | 2023-12-07T11:30:26.531Z | Checking bitflags v1.3.2 |
1672 | 2023-12-07T11:30:26.628Z | Compiling stable_deref_trait v1.2.0 |
1673 | 2023-12-07T11:30:26.780Z | Compiling postgres-protocol v0.6.6 |
1674 | 2023-12-07T11:30:27.115Z | Compiling terminal_size v0.2.6 |
1675 | 2023-12-07T11:30:27.371Z | Compiling pkcs8 v0.10.2 |
1676 | 2023-12-07T11:30:28.249Z | Compiling phf_shared v0.11.2 |
1677 | 2023-12-07T11:30:28.832Z | Compiling ff v0.13.0 |
1678 | 2023-12-07T11:30:28.996Z | Compiling block-padding v0.3.3 |
1679 | 2023-12-07T11:30:29.160Z | Compiling scheduled-thread-pool v0.2.7 |
1680 | 2023-12-07T11:30:29.384Z | Compiling deranged v0.3.8 |
1681 | 2023-12-07T11:30:29.892Z | Compiling num_threads v0.1.6 |
1682 | 2023-12-07T11:30:29.931Z | Compiling regex-automata v0.1.10 |
1683 | 2023-12-07T11:30:30.060Z | Compiling managed v0.8.0 |
1684 | 2023-12-07T11:30:30.257Z | Compiling base16ct v0.2.0 |
1685 | 2023-12-07T11:30:30.373Z | Compiling matches v0.1.10 |
1686 | 2023-12-07T11:30:30.494Z | Compiling idna v0.2.3 |
1687 | 2023-12-07T11:30:30.737Z | Compiling bstr v0.2.17 |
1688 | 2023-12-07T11:30:30.754Z | Compiling sec1 v0.7.3 |
1689 | 2023-12-07T11:30:31.141Z | Compiling clap_builder v4.4.2 |
1690 | 2023-12-07T11:30:31.611Z | Compiling r2d2 v0.8.10 |
1691 | 2023-12-07T11:30:32.174Z | Compiling time v0.3.27 |
1692 | 2023-12-07T11:30:32.207Z | Compiling inout v0.1.3 |
1693 | 2023-12-07T11:30:32.617Z | Compiling signal-hook-mio v0.2.3 |
1694 | 2023-12-07T11:30:32.835Z | Compiling group v0.13.0 |
1695 | 2023-12-07T11:30:33.118Z | Compiling phf v0.11.2 |
1696 | 2023-12-07T11:30:33.148Z | Compiling postgres-types v0.2.6 |
1697 | 2023-12-07T11:30:33.281Z | Compiling bzip2 v0.4.4 |
1698 | 2023-12-07T11:30:33.902Z | Compiling hubpack v0.1.2 |
1699 | 2023-12-07T11:30:34.409Z | Compiling hkdf v0.12.3 |
1700 | 2023-12-07T11:30:34.625Z | Compiling pin-project v1.1.3 |
1701 | 2023-12-07T11:30:34.925Z | Compiling zerocopy v0.6.4 |
1702 | 2023-12-07T11:30:35.310Z | Compiling ipnetwork v0.20.0 |
1703 | 2023-12-07T11:30:35.855Z | Compiling crypto-bigint v0.5.2 |
1704 | 2023-12-07T11:30:36.282Z | Compiling itertools v0.11.0 |
1705 | 2023-12-07T11:30:36.728Z | Compiling futures-executor v0.3.29 |
1706 | 2023-12-07T11:30:39.552Z | Compiling float-cmp v0.9.0 |
1707 | 2023-12-07T11:30:41.120Z | Compiling normalize-line-endings v0.3.0 |
1708 | 2023-12-07T11:30:41.170Z | Compiling regex-automata v0.3.8 |
1709 | 2023-12-07T11:30:41.281Z | Compiling static_assertions v1.1.0 |
1710 | 2023-12-07T11:30:41.416Z | Compiling predicates-core v1.0.6 |
1711 | 2023-12-07T11:30:41.598Z | Compiling data-encoding v2.4.0 |
1712 | 2023-12-07T11:30:41.948Z | Compiling whoami v1.4.1 |
1713 | 2023-12-07T11:30:42.488Z | Compiling difflib v0.4.0 |
1714 | 2023-12-07T11:30:45.137Z | Compiling bstr v1.6.0 |
1715 | 2023-12-07T11:30:45.179Z | Compiling predicates v3.0.4 |
1716 | 2023-12-07T11:30:45.563Z | Compiling trust-dns-proto v0.22.0 |
1717 | 2023-12-07T11:30:46.370Z | Compiling diesel v2.1.4 |
1718 | 2023-12-07T11:30:46.696Z | Compiling tokio-postgres v0.7.10 |
1719 | 2023-12-07T11:30:47.245Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1720 | 2023-12-07T11:30:47.694Z | Compiling elliptic-curve v0.13.8 |
1721 | 2023-12-07T11:30:48.637Z | Compiling yasna v0.5.2 |
1722 | 2023-12-07T11:30:48.904Z | Compiling clap v4.4.3 |
1723 | 2023-12-07T11:30:49.053Z | Compiling futures v0.3.29 |
1724 | 2023-12-07T11:30:49.208Z | Compiling snafu v0.7.5 |
1725 | 2023-12-07T11:30:49.249Z | Compiling zip v0.6.6 |
1726 | 2023-12-07T11:30:50.586Z | Compiling crossterm v0.27.0 |
1727 | 2023-12-07T11:30:51.315Z | Compiling cipher v0.4.4 |
1728 | 2023-12-07T11:30:51.524Z | Compiling similar v2.2.1 |
1729 | 2023-12-07T11:30:52.111Z | Compiling usdt v0.3.5 |
1730 | 2023-12-07T11:30:52.491Z | Compiling tokio-stream v0.1.14 |
1731 | 2023-12-07T11:30:55.112Z | Compiling console v0.15.7 |
1732 | 2023-12-07T11:30:55.578Z | Checking hashbrown v0.14.2 |
1733 | 2023-12-07T11:30:56.786Z | Checking equivalent v1.0.1 |
1734 | 2023-12-07T11:30:56.920Z | Checking unicode-ident v1.0.12 |
1735 | 2023-12-07T11:30:57.145Z | Checking proc-macro2 v1.0.69 |
1736 | 2023-12-07T11:30:58.156Z | Checking quote v1.0.33 |
1737 | 2023-12-07T11:31:00.020Z | Checking utf8parse v0.2.1 |
1738 | 2023-12-07T11:31:00.737Z | Checking anstyle v1.0.2 |
1739 | 2023-12-07T11:31:02.432Z | Checking io-lifetimes v1.0.11 |
1740 | 2023-12-07T11:31:06.122Z | Checking anstyle-parse v0.2.1 |
1741 | 2023-12-07T11:31:09.898Z | Checking anstyle-query v1.0.0 |
1742 | 2023-12-07T11:31:10.057Z | Checking colorchoice v1.0.0 |
1743 | 2023-12-07T11:31:10.224Z | Checking anstream v0.5.0 |
1744 | 2023-12-07T11:31:10.495Z | Checking clap_lex v0.5.1 |
1745 | 2023-12-07T11:31:10.712Z | Checking strsim v0.10.0 |
1746 | 2023-12-07T11:31:11.952Z | Checking winnow v0.5.15 |
1747 | 2023-12-07T11:31:17.841Z | Compiling serde_tokenstream v0.2.0 |
1748 | 2023-12-07T11:31:22.093Z | Compiling regress v0.7.1 |
1749 | 2023-12-07T11:31:27.460Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1750 | 2023-12-07T11:31:35.110Z | Compiling getopts v0.2.21 |
1751 | 2023-12-07T11:31:35.767Z | Compiling unsafe-libyaml v0.2.9 |
1752 | 2023-12-07T11:31:36.705Z | Checking heck v0.4.1 |
1753 | 2023-12-07T11:31:36.989Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1754 | 2023-12-07T11:31:37.895Z | Compiling serde_yaml v0.9.25 |
1755 | 2023-12-07T11:31:38.920Z | Compiling ident_case v1.0.1 |
1756 | 2023-12-07T11:31:38.941Z | Checking fastrand v2.0.0 |
1757 | 2023-12-07T11:31:39.168Z | Checking match_cfg v0.1.0 |
1758 | 2023-12-07T11:31:39.284Z | Checking hostname v0.3.1 |
1759 | 2023-12-07T11:31:39.416Z | Checking tempfile v3.8.1 |
1760 | 2023-12-07T11:31:39.478Z | Checking atty v0.2.14 |
1761 | 2023-12-07T11:31:39.601Z | Checking quick-error v1.2.3 |
1762 | 2023-12-07T11:31:39.706Z | Compiling paste v1.0.14 |
1763 | 2023-12-07T11:31:39.786Z | Checking crossbeam-channel v0.5.8 |
1764 | 2023-12-07T11:31:39.940Z | Checking sha1 v0.10.6 |
1765 | 2023-12-07T11:31:40.350Z | Checking dirs-sys-next v0.1.2 |
1766 | 2023-12-07T11:31:40.604Z | Checking dirs-next v2.0.0 |
1767 | 2023-12-07T11:31:40.775Z | Checking thread_local v1.1.7 |
1768 | 2023-12-07T11:31:40.939Z | Checking instant v0.1.12 |
1769 | 2023-12-07T11:31:41.085Z | Compiling slog-async v2.8.0 |
1770 | 2023-12-07T11:31:41.193Z | Checking term v0.7.0 |
1771 | 2023-12-07T11:31:41.855Z | Checking camino v1.1.6 |
1772 | 2023-12-07T11:31:41.903Z | Compiling multer v2.1.0 |
1773 | 2023-12-07T11:31:42.324Z | Checking take_mut v0.2.2 |
1774 | 2023-12-07T11:31:42.569Z | Checking slog-term v2.9.0 |
1775 | 2023-12-07T11:31:42.709Z | Compiling darling_core v0.20.3 |
1776 | 2023-12-07T11:31:42.958Z | Checking slog-json v2.6.1 |
1777 | 2023-12-07T11:31:43.302Z | Compiling async-stream-impl v0.3.5 |
1778 | 2023-12-07T11:31:43.327Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1779 | 2023-12-07T11:31:43.783Z | Checking atomic-waker v1.1.1 |
1780 | 2023-12-07T11:31:43.954Z | Checking debug-ignore v1.0.5 |
1781 | 2023-12-07T11:31:44.140Z | Checking waitgroup v0.1.2 |
1782 | 2023-12-07T11:31:44.400Z | Checking slog-bunyan v2.4.0 |
1783 | 2023-12-07T11:31:44.784Z | Checking toml v0.8.8 |
1784 | 2023-12-07T11:31:45.213Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1785 | 2023-12-07T11:31:45.214Z | Checking serde_path_to_error v0.1.14 |
1786 | 2023-12-07T11:31:45.529Z | Checking async-stream v0.3.5 |
1787 | 2023-12-07T11:31:45.789Z | Checking strum v0.25.0 |
1788 | 2023-12-07T11:31:45.924Z | Compiling structmeta-derive v0.2.0 |
1789 | 2023-12-07T11:31:45.990Z | Checking wait-timeout v0.2.0 |
1790 | 2023-12-07T11:31:46.203Z | Checking rand_xorshift v0.3.0 |
1791 | 2023-12-07T11:31:46.237Z | Checking rusty-fork v0.3.0 |
1792 | 2023-12-07T11:31:46.433Z | Compiling regex-syntax v0.7.5 |
1793 | 2023-12-07T11:31:46.690Z | Checking unarray v0.1.4 |
1794 | 2023-12-07T11:31:46.862Z | Checking proptest v1.4.0 |
1795 | 2023-12-07T11:31:51.000Z | Compiling structmeta v0.2.0 |
1796 | 2023-12-07T11:31:51.665Z | Checking backoff v0.4.0 |
1797 | 2023-12-07T11:31:52.090Z | Compiling test-strategy v0.3.1 |
1798 | 2023-12-07T11:31:52.955Z | Compiling darling_macro v0.20.3 |
1799 | 2023-12-07T11:31:53.877Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1800 | 2023-12-07T11:31:54.123Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1801 | 2023-12-07T11:31:54.329Z | Checking macaddr v1.0.1 |
1802 | 2023-12-07T11:31:54.490Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1803 | 2023-12-07T11:31:54.673Z | Compiling darling v0.20.3 |
1804 | 2023-12-07T11:31:54.812Z | Checking camino-tempfile v1.1.1 |
1805 | 2023-12-07T11:31:54.833Z | Compiling serde_with_macros v3.4.0 |
1806 | 2023-12-07T11:31:54.837Z | Checking is-terminal v0.4.9 |
1807 | 2023-12-07T11:31:55.005Z | Compiling proc-macro-error-attr v1.0.4 |
1808 | 2023-12-07T11:31:55.203Z | Compiling proc-macro-error v1.0.4 |
1809 | 2023-12-07T11:31:55.666Z | Compiling proc-macro-crate v1.3.1 |
1810 | 2023-12-07T11:31:55.804Z | Checking termtree v0.4.1 |
1811 | 2023-12-07T11:31:56.085Z | Checking predicates-tree v1.0.9 |
1812 | 2023-12-07T11:31:56.282Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1813 | 2023-12-07T11:31:56.777Z | Compiling smoltcp v0.10.0 |
1814 | 2023-12-07T11:31:57.454Z | Compiling num_enum_derive v0.5.11 |
1815 | 2023-12-07T11:31:57.806Z | Compiling parse-display-derive v0.8.2 |
1816 | 2023-12-07T11:31:57.917Z | Checking cobs v0.2.3 |
1817 | 2023-12-07T11:31:57.948Z | Compiling crucible-workspace-hack v0.1.0 |
1818 | 2023-12-07T11:31:58.073Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1819 | 2023-12-07T11:31:58.165Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1820 | 2023-12-07T11:31:58.339Z | Checking embedded-io v0.4.0 |
1821 | 2023-12-07T11:31:58.711Z | Checking postcard v1.0.8 |
1822 | 2023-12-07T11:31:58.880Z | Compiling foreign-types-macros v0.2.3 |
1823 | 2023-12-07T11:31:59.340Z | Checking serde_with v3.4.0 |
1824 | 2023-12-07T11:31:59.836Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1825 | 2023-12-07T11:32:00.268Z | Checking foreign-types-shared v0.3.1 |
1826 | 2023-12-07T11:32:00.403Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1827 | 2023-12-07T11:32:00.601Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1828 | 2023-12-07T11:32:00.874Z | Checking foreign-types v0.5.0 |
1829 | 2023-12-07T11:32:01.270Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1830 | 2023-12-07T11:32:01.392Z | Compiling zerocopy-derive v0.7.26 |
1831 | 2023-12-07T11:32:01.953Z | Checking num_enum v0.5.11 |
1832 | 2023-12-07T11:32:02.161Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1833 | 2023-12-07T11:32:02.564Z | Checking cstr-argument v0.1.2 |
1834 | 2023-12-07T11:32:02.808Z | Checking pretty-hex v0.2.1 |
1835 | 2023-12-07T11:32:03.033Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1836 | 2023-12-07T11:32:03.484Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2023-12-07T11:32:03.510Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1838 | 2023-12-07T11:32:03.620Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1839 | 2023-12-07T11:32:04.084Z | Checking colored v2.0.4 |
1840 | 2023-12-07T11:32:04.181Z | Compiling zone_cfg_derive v0.3.0 |
1841 | 2023-12-07T11:32:05.170Z | Checking zerocopy v0.7.26 |
1842 | 2023-12-07T11:32:05.195Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1843 | 2023-12-07T11:32:05.521Z | Checking parse-display v0.8.2 |
1844 | 2023-12-07T11:32:05.720Z | Checking predicates v2.1.5 |
1845 | 2023-12-07T11:32:05.742Z | Compiling mockall_derive v0.11.4 |
1846 | 2023-12-07T11:32:05.779Z | Compiling num-derive v0.4.0 |
1847 | 2023-12-07T11:32:06.580Z | Checking downcast v0.11.0 |
1848 | 2023-12-07T11:32:06.658Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1849 | 2023-12-07T11:32:06.844Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1850 | 2023-12-07T11:32:06.861Z | Checking fragile v2.0.0 |
1851 | 2023-12-07T11:32:07.249Z | Checking zone v0.3.0 |
1852 | 2023-12-07T11:32:07.269Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1853 | 2023-12-07T11:32:07.326Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1854 | 2023-12-07T11:32:07.619Z | Checking smf v0.2.2 |
1855 | 2023-12-07T11:32:08.314Z | Checking xattr v1.0.1 |
1856 | 2023-12-07T11:32:08.462Z | Checking filetime v0.2.23 |
1857 | 2023-12-07T11:32:08.646Z | Checking pem v3.0.2 |
1858 | 2023-12-07T11:32:08.823Z | Checking tar v0.4.40 |
1859 | 2023-12-07T11:32:09.043Z | Checking linked-hash-map v0.5.6 |
1860 | 2023-12-07T11:32:09.452Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1861 | 2023-12-07T11:32:09.523Z | Checking lru-cache v0.1.2 |
1862 | 2023-12-07T11:32:09.701Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1863 | 2023-12-07T11:32:09.780Z | Checking headers-core v0.2.0 |
1864 | 2023-12-07T11:32:09.845Z | Checking password-hash v0.5.0 |
1865 | 2023-12-07T11:32:09.908Z | Checking blake2 v0.10.6 |
1866 | 2023-12-07T11:32:09.957Z | Checking headers v0.3.9 |
1867 | 2023-12-07T11:32:10.005Z | Checking rcgen v0.11.3 |
1868 | 2023-12-07T11:32:10.424Z | Checking atomicwrites v0.4.2 |
1869 | 2023-12-07T11:32:10.510Z | Checking subprocess v0.2.9 |
1870 | 2023-12-07T11:32:10.556Z | Checking argon2 v0.5.2 |
1871 | 2023-12-07T11:32:10.659Z | Checking ciborium-io v0.2.1 |
1872 | 2023-12-07T11:32:10.814Z | Checking half v1.8.2 |
1873 | 2023-12-07T11:32:11.079Z | Checking arc-swap v1.6.0 |
1874 | 2023-12-07T11:32:11.322Z | Compiling cancel-safe-futures v0.1.5 |
1875 | 2023-12-07T11:32:11.463Z | Checking ciborium-ll v0.2.1 |
1876 | 2023-12-07T11:32:11.493Z | Checking textwrap v0.11.0 |
1877 | 2023-12-07T11:32:11.718Z | Compiling heck v0.3.3 |
1878 | 2023-12-07T11:32:11.735Z | Checking slog-scope v4.4.0 |
1879 | 2023-12-07T11:32:11.796Z | Checking vec_map v0.8.2 |
1880 | 2023-12-07T11:32:11.845Z | Compiling libefi-sys v0.1.0 |
1881 | 2023-12-07T11:32:11.871Z | Checking strsim v0.8.0 |
1882 | 2023-12-07T11:32:12.004Z | Checking ansi_term v0.12.1 |
1883 | 2023-12-07T11:32:12.139Z | Checking slog-stdlog v4.1.1 |
1884 | 2023-12-07T11:32:12.192Z | Checking ciborium v0.2.1 |
1885 | 2023-12-07T11:32:12.317Z | Compiling structopt-derive v0.4.18 |
1886 | 2023-12-07T11:32:12.357Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1887 | 2023-12-07T11:32:12.445Z | Checking clap v2.34.0 |
1888 | 2023-12-07T11:32:12.924Z | Checking slog-envlogger v2.2.0 |
1889 | 2023-12-07T11:32:13.221Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1890 | 2023-12-07T11:32:13.692Z | Checking resolv-conf v0.7.0 |
1891 | 2023-12-07T11:32:13.735Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1892 | 2023-12-07T11:32:13.817Z | Compiling slog-dtrace v0.2.3 |
1893 | 2023-12-07T11:32:14.083Z | Compiling convert_case v0.4.0 |
1894 | 2023-12-07T11:32:14.213Z | Checking trust-dns-resolver v0.22.0 |
1895 | 2023-12-07T11:32:14.923Z | Checking fxhash v0.2.1 |
1896 | 2023-12-07T11:32:15.161Z | Checking itertools v0.12.0 |
1897 | 2023-12-07T11:32:15.591Z | Compiling derive_more v0.99.17 |
1898 | 2023-12-07T11:32:16.648Z | Checking termcolor v1.2.0 |
1899 | 2023-12-07T11:32:17.011Z | Compiling same-file v1.0.6 |
1900 | 2023-12-07T11:32:17.238Z | Checking structopt v0.3.26 |
1901 | 2023-12-07T11:32:17.267Z | Compiling radium v0.7.0 |
1902 | 2023-12-07T11:32:17.356Z | Compiling walkdir v2.4.0 |
1903 | 2023-12-07T11:32:17.789Z | Compiling semver-parser v0.10.2 |
1904 | 2023-12-07T11:32:17.944Z | Checking tap v1.0.1 |
1905 | 2023-12-07T11:32:18.178Z | Compiling maybe-uninit v2.0.0 |
1906 | 2023-12-07T11:32:18.941Z | Checking mockall v0.11.4 |
1907 | 2023-12-07T11:32:19.048Z | Compiling semver v0.11.0 |
1908 | 2023-12-07T11:32:19.426Z | Checking wyz v0.5.1 |
1909 | 2023-12-07T11:32:19.753Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1910 | 2023-12-07T11:32:20.019Z | Compiling num-rational v0.4.1 |
1911 | 2023-12-07T11:32:20.452Z | Compiling packed_struct v0.10.1 |
1912 | 2023-12-07T11:32:20.529Z | Checking crc-catalog v2.2.0 |
1913 | 2023-12-07T11:32:20.579Z | Compiling num-bigint-dig v0.8.4 |
1914 | 2023-12-07T11:32:20.674Z | Checking funty v2.0.0 |
1915 | 2023-12-07T11:32:20.722Z | Compiling home v0.5.5 |
1916 | 2023-12-07T11:32:21.039Z | Compiling toolchain_find v0.2.0 |
1917 | 2023-12-07T11:32:21.075Z | Checking crc v3.0.1 |
1918 | 2023-12-07T11:32:21.703Z | Compiling toml v0.5.11 |
1919 | 2023-12-07T11:32:21.956Z | Compiling packed_struct_codegen v0.10.1 |
1920 | 2023-12-07T11:32:22.223Z | Checking nodrop v0.1.14 |
1921 | 2023-12-07T11:32:22.372Z | Checking array-init v0.0.4 |
1922 | 2023-12-07T11:32:22.398Z | Checking bitvec v1.0.1 |
1923 | 2023-12-07T11:32:24.119Z | Compiling omicron-zone-package v0.9.1 |
1924 | 2023-12-07T11:32:24.624Z | Compiling rustfmt-wrapper v0.2.0 |
1925 | 2023-12-07T11:32:25.729Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1926 | 2023-12-07T11:32:26.232Z | Checking smallvec v0.6.14 |
1927 | 2023-12-07T11:32:26.840Z | Checking newline-converter v0.3.0 |
1928 | 2023-12-07T11:32:26.844Z | Checking pkcs1 v0.7.5 |
1929 | 2023-12-07T11:32:27.061Z | Checking signature v2.1.0 |
1930 | 2023-12-07T11:32:27.461Z | Checking num-complex v0.4.4 |
1931 | 2023-12-07T11:32:27.889Z | Checking keccak v0.1.4 |
1932 | 2023-12-07T11:32:28.317Z | Checking bitfield v0.14.0 |
1933 | 2023-12-07T11:32:28.775Z | Checking utf-8 v0.7.6 |
1934 | 2023-12-07T11:32:28.961Z | Checking num v0.4.1 |
1935 | 2023-12-07T11:32:29.063Z | Checking tungstenite v0.20.1 |
1936 | 2023-12-07T11:32:29.085Z | Checking sha3 v0.10.8 |
1937 | 2023-12-07T11:32:29.656Z | Checking expectorate v1.1.0 |
1938 | 2023-12-07T11:32:29.867Z | Checking serde-hex v0.1.0 |
1939 | 2023-12-07T11:32:29.910Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1940 | 2023-12-07T11:32:29.932Z | Checking rsa v0.9.2 |
1941 | 2023-12-07T11:32:30.155Z | Checking env_logger v0.10.0 |
1942 | 2023-12-07T11:32:30.271Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1943 | 2023-12-07T11:32:30.449Z | Checking x509-cert v0.2.4 |
1944 | 2023-12-07T11:32:30.796Z | Checking ron v0.8.1 |
1945 | 2023-12-07T11:32:31.021Z | Checking secrecy v0.8.0 |
1946 | 2023-12-07T11:32:31.330Z | Checking crc-any v2.4.3 |
1947 | 2023-12-07T11:32:31.401Z | Checking tokio-tungstenite v0.20.1 |
1948 | 2023-12-07T11:32:31.927Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1949 | 2023-12-07T11:32:32.082Z | Checking object v0.30.4 |
1950 | 2023-12-07T11:32:32.410Z | Checking path-slash v0.1.5 |
1951 | 2023-12-07T11:32:32.600Z | Compiling buf-list v1.0.3 |
1952 | 2023-12-07T11:32:32.770Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1953 | 2023-12-07T11:32:32.865Z | Checking glob v0.3.1 |
1954 | 2023-12-07T11:32:33.030Z | Compiling parking_lot_core v0.8.6 |
1955 | 2023-12-07T11:32:33.122Z | Checking swrite v0.1.0 |
1956 | 2023-12-07T11:32:33.304Z | Checking nibble_vec v0.1.0 |
1957 | 2023-12-07T11:32:33.335Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1958 | 2023-12-07T11:32:33.580Z | Checking endian-type v0.1.2 |
1959 | 2023-12-07T11:32:33.886Z | Checking radix_trie v0.2.1 |
1960 | 2023-12-07T11:32:34.111Z | Checking pretty-hex v0.4.0 |
1961 | 2023-12-07T11:32:34.259Z | Checking parking_lot v0.11.2 |
1962 | 2023-12-07T11:32:34.339Z | Checking libsw v3.3.0 |
1963 | 2023-12-07T11:32:34.512Z | Checking trust-dns-client v0.22.0 |
1964 | 2023-12-07T11:32:34.709Z | Compiling derive-where v1.2.6 |
1965 | 2023-12-07T11:32:34.746Z | Checking sled v0.34.7 |
1966 | 2023-12-07T11:32:35.653Z | Checking owo-colors v3.5.0 |
1967 | 2023-12-07T11:32:36.446Z | Checking trust-dns-server v0.22.1 |
1968 | 2023-12-07T11:32:36.810Z | Compiling semver v0.1.20 |
1969 | 2023-12-07T11:32:37.924Z | Checking linear-map v1.2.0 |
1970 | 2023-12-07T11:32:38.422Z | Compiling rustc_version v0.1.7 |
1971 | 2023-12-07T11:32:38.952Z | Checking crossbeam-deque v0.8.3 |
1972 | 2023-12-07T11:32:39.170Z | Compiling newtype_derive v0.1.6 |
1973 | 2023-12-07T11:32:39.275Z | Compiling unicase v2.7.0 |
1974 | 2023-12-07T11:32:39.423Z | Compiling rayon-core v1.12.0 |
1975 | 2023-12-07T11:32:39.602Z | Compiling platforms v3.0.2 |
1976 | 2023-12-07T11:32:40.096Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1977 | 2023-12-07T11:32:40.650Z | Compiling memoffset v0.7.1 |
1978 | 2023-12-07T11:32:40.708Z | Checking steno v0.4.0 |
1979 | 2023-12-07T11:32:40.728Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1980 | 2023-12-07T11:32:41.050Z | Compiling curve25519-dalek v4.1.0 |
1981 | 2023-12-07T11:32:41.088Z | Checking rayon v1.8.0 |
1982 | 2023-12-07T11:32:41.836Z | Checking globset v0.4.13 |
1983 | 2023-12-07T11:32:41.889Z | Checking olpc-cjson v0.1.3 |
1984 | 2023-12-07T11:32:42.187Z | Checking serde_plain v1.0.2 |
1985 | 2023-12-07T11:32:42.251Z | Compiling async-recursion v1.0.5 |
1986 | 2023-12-07T11:32:42.544Z | Checking typed-path v0.7.0 |
1987 | 2023-12-07T11:32:42.694Z | Compiling mime_guess v2.0.4 |
1988 | 2023-12-07T11:32:44.136Z | Checking universal-hash v0.5.1 |
1989 | 2023-12-07T11:32:44.413Z | Compiling thiserror-impl-no-std v2.0.2 |
1990 | 2023-12-07T11:32:44.441Z | Compiling curve25519-dalek-derive v0.1.0 |
1991 | 2023-12-07T11:32:44.905Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1992 | 2023-12-07T11:32:45.337Z | Compiling salty v0.2.0 |
1993 | 2023-12-07T11:32:45.626Z | Checking tough v0.16.0 |
1994 | 2023-12-07T11:32:46.147Z | Checking opaque-debug v0.3.0 |
1995 | 2023-12-07T11:32:46.262Z | Checking signature v1.6.4 |
1996 | 2023-12-07T11:32:46.429Z | Checking display-error-chain v0.2.0 |
1997 | 2023-12-07T11:32:46.620Z | Checking ed25519 v1.5.3 |
1998 | 2023-12-07T11:32:46.842Z | Checking poly1305 v0.8.0 |
1999 | 2023-12-07T11:32:47.549Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2000 | 2023-12-07T11:32:48.039Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2001 | 2023-12-07T11:32:48.480Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2002 | 2023-12-07T11:32:48.568Z | Checking chacha20 v0.9.1 |
2003 | 2023-12-07T11:32:48.910Z | Checking serde-big-array v0.5.1 |
2004 | 2023-12-07T11:32:49.097Z | Checking aead v0.5.2 |
2005 | 2023-12-07T11:32:49.213Z | Checking kstat-rs v0.2.3 |
2006 | 2023-12-07T11:32:49.399Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2007 | 2023-12-07T11:32:49.822Z | Checking chacha20poly1305 v0.10.1 |
2008 | 2023-12-07T11:32:49.908Z | Checking thiserror-no-std v2.0.2 |
2009 | 2023-12-07T11:32:50.045Z | Checking vsss-rs v3.3.1 |
2010 | 2023-12-07T11:32:50.486Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2011 | 2023-12-07T11:32:50.756Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2012 | 2023-12-07T11:32:50.777Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2013 | 2023-12-07T11:32:51.203Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2014 | 2023-12-07T11:32:51.645Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2015 | 2023-12-07T11:32:52.521Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2016 | 2023-12-07T11:32:53.047Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2017 | 2023-12-07T11:32:53.268Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2018 | 2023-12-07T11:32:53.390Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2019 | 2023-12-07T11:32:54.458Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2020 | 2023-12-07T11:32:55.563Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2021 | 2023-12-07T11:32:56.154Z | Checking signal-hook-tokio v0.3.1 |
2022 | 2023-12-07T11:32:56.391Z | Checking serde-big-array v0.4.1 |
2023 | 2023-12-07T11:32:56.615Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2024 | 2023-12-07T11:32:56.894Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2025 | 2023-12-07T11:32:58.497Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2026 | 2023-12-07T11:32:58.550Z | Checking bcs v0.1.6 |
2027 | 2023-12-07T11:32:59.277Z | Checking corncobs v0.1.3 |
2028 | 2023-12-07T11:32:59.537Z | Checking highway v1.1.0 |
2029 | 2023-12-07T11:33:00.019Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2030 | 2023-12-07T11:33:00.200Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2031 | 2023-12-07T11:33:00.581Z | Compiling crunchy v0.2.2 |
2032 | 2023-12-07T11:33:00.935Z | Compiling portable-atomic v1.4.3 |
2033 | 2023-12-07T11:33:01.307Z | Checking http-range v0.1.5 |
2034 | 2023-12-07T11:33:01.542Z | Checking hyper-staticfile v0.9.5 |
2035 | 2023-12-07T11:33:01.606Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2036 | 2023-12-07T11:33:02.179Z | Compiling clang-sys v1.6.1 |
2037 | 2023-12-07T11:33:02.563Z | Checking assert_matches v1.5.0 |
2038 | 2023-12-07T11:33:02.687Z | Compiling prettyplease v0.2.12 |
2039 | 2023-12-07T11:33:03.037Z | Compiling tiny-keccak v2.0.2 |
2040 | 2023-12-07T11:33:03.649Z | Compiling darling_core v0.14.4 |
2041 | 2023-12-07T11:33:04.876Z | Checking number_prefix v0.4.0 |
2042 | 2023-12-07T11:33:05.154Z | Compiling minimal-lexical v0.2.1 |
2043 | 2023-12-07T11:33:05.826Z | Checking humantime v2.1.0 |
2044 | 2023-12-07T11:33:05.979Z | Compiling nom v7.1.3 |
2045 | 2023-12-07T11:33:06.278Z | Checking indicatif v0.17.7 |
2046 | 2023-12-07T11:33:07.455Z | Compiling ascii-canvas v3.0.0 |
2047 | 2023-12-07T11:33:08.472Z | Compiling ena v0.14.2 |
2048 | 2023-12-07T11:33:09.002Z | Compiling libloading v0.7.4 |
2049 | 2023-12-07T11:33:09.104Z | Compiling bindgen v0.65.1 |
2050 | 2023-12-07T11:33:09.607Z | Compiling regex-syntax v0.6.29 |
2051 | 2023-12-07T11:33:10.187Z | Compiling diff v0.1.13 |
2052 | 2023-12-07T11:33:11.450Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2053 | 2023-12-07T11:33:12.365Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2054 | 2023-12-07T11:33:13.634Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2055 | 2023-12-07T11:33:15.134Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2056 | 2023-12-07T11:33:16.178Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2057 | 2023-12-07T11:33:17.253Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2058 | 2023-12-07T11:33:18.118Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2059 | 2023-12-07T11:33:19.367Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2060 | 2023-12-07T11:33:19.387Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2061 | 2023-12-07T11:33:19.994Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2062 | 2023-12-07T11:33:20.192Z | Compiling darling_macro v0.14.4 |
2063 | 2023-12-07T11:33:20.405Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2064 | 2023-12-07T11:33:21.865Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2065 | 2023-12-07T11:33:21.882Z | Compiling darling v0.14.4 |
2066 | 2023-12-07T11:33:22.046Z | Compiling lalrpop v0.19.12 |
2067 | 2023-12-07T11:33:22.748Z | Compiling cexpr v0.6.0 |
2068 | 2023-12-07T11:33:28.872Z | Compiling which v4.4.0 |
2069 | 2023-12-07T11:33:29.839Z | Compiling shlex v1.1.0 |
2070 | 2023-12-07T11:33:30.271Z | Compiling ref-cast v1.0.20 |
2071 | 2023-12-07T11:33:31.025Z | Compiling lazycell v1.3.0 |
2072 | 2023-12-07T11:33:31.263Z | Checking maplit v1.0.2 |
2073 | 2023-12-07T11:33:31.410Z | Compiling rustc-hash v1.1.0 |
2074 | 2023-12-07T11:33:31.622Z | Compiling peeking_take_while v0.1.2 |
2075 | 2023-12-07T11:33:33.901Z | Compiling derive_builder_core v0.12.0 |
2076 | 2023-12-07T11:33:34.101Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2077 | 2023-12-07T11:33:34.525Z | Compiling ref-cast-impl v1.0.20 |
2078 | 2023-12-07T11:33:36.472Z | Compiling libxml v0.3.3 |
2079 | 2023-12-07T11:33:37.224Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2080 | 2023-12-07T11:33:37.662Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2081 | 2023-12-07T11:33:37.835Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2082 | 2023-12-07T11:33:37.978Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2083 | 2023-12-07T11:33:39.810Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2084 | 2023-12-07T11:33:40.278Z | Compiling derive_builder_macro v0.12.0 |
2085 | 2023-12-07T11:33:40.331Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2086 | 2023-12-07T11:33:41.606Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2087 | 2023-12-07T11:33:42.854Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2088 | 2023-12-07T11:33:45.128Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2089 | 2023-12-07T11:33:45.344Z | Compiling strum_macros v0.24.3 |
2090 | 2023-12-07T11:33:46.834Z | Compiling fs-err v2.11.0 |
2091 | 2023-12-07T11:33:47.249Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2092 | 2023-12-07T11:33:47.694Z | Compiling cookie v0.18.0 |
2093 | 2023-12-07T11:33:48.129Z | Compiling indoc v1.0.9 |
2094 | 2023-12-07T11:33:49.409Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2095 | 2023-12-07T11:33:49.769Z | Checking derive_builder v0.12.0 |
2096 | 2023-12-07T11:33:50.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2097 | 2023-12-07T11:33:51.727Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2098 | 2023-12-07T11:33:51.786Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2099 | 2023-12-07T11:33:52.206Z | Checking bb8 v0.8.1 |
2100 | 2023-12-07T11:33:52.730Z | Checking quick-xml v0.23.1 |
2101 | 2023-12-07T11:33:52.847Z | Compiling oso-derive v0.27.0 |
2102 | 2023-12-07T11:33:52.928Z | Compiling impl-trait-for-tuples v0.2.2 |
2103 | 2023-12-07T11:33:54.144Z | Checking unicode-linebreak v0.1.5 |
2104 | 2023-12-07T11:33:54.586Z | Checking smawk v0.3.1 |
2105 | 2023-12-07T11:33:54.603Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2106 | 2023-12-07T11:33:54.876Z | Checking textwrap v0.16.0 |
2107 | 2023-12-07T11:33:55.412Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2108 | 2023-12-07T11:33:55.582Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2109 | 2023-12-07T11:33:55.832Z | Checking bytesize v1.3.0 |
2110 | 2023-12-07T11:33:56.116Z | Checking is_ci v1.1.1 |
2111 | 2023-12-07T11:33:56.218Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2112 | 2023-12-07T11:33:56.301Z | Checking supports-color v2.1.0 |
2113 | 2023-12-07T11:33:56.552Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2114 | 2023-12-07T11:33:56.615Z | Checking cassowary v0.3.0 |
2115 | 2023-12-07T11:33:57.075Z | Compiling indoc v2.0.3 |
2116 | 2023-12-07T11:33:57.197Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2117 | 2023-12-07T11:33:58.027Z | Checking rtoolbox v0.0.1 |
2118 | 2023-12-07T11:33:58.297Z | Checking rpassword v7.3.1 |
2119 | 2023-12-07T11:33:58.508Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2120 | 2023-12-07T11:33:58.873Z | Checking ratatui v0.23.0 |
2121 | 2023-12-07T11:33:59.807Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2122 | 2023-12-07T11:34:00.230Z | Checking shell-words v1.1.0 |
2123 | 2023-12-07T11:34:00.507Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2124 | 2023-12-07T11:34:00.942Z | Checking fatfs v0.3.6 |
2125 | 2023-12-07T11:34:02.639Z | Checking yansi v0.5.1 |
2126 | 2023-12-07T11:34:02.807Z | Checking tui-tree-widget v0.13.0 |
2127 | 2023-12-07T11:34:02.831Z | Checking plotters-backend v0.3.5 |
2128 | 2023-12-07T11:34:03.058Z | Checking pretty_assertions v1.4.0 |
2129 | 2023-12-07T11:34:03.151Z | Checking rand v0.4.6 |
2130 | 2023-12-07T11:34:03.346Z | Compiling vte_generate_state_changes v0.1.1 |
2131 | 2023-12-07T11:34:03.374Z | Checking plotters-svg v0.3.5 |
2132 | 2023-12-07T11:34:03.722Z | Checking cast v0.3.0 |
2133 | 2023-12-07T11:34:04.215Z | Checking remove_dir_all v0.5.3 |
2134 | 2023-12-07T11:34:04.349Z | Checking criterion-plot v0.5.0 |
2135 | 2023-12-07T11:34:04.366Z | Checking vte v0.11.1 |
2136 | 2023-12-07T11:34:04.710Z | Checking tempdir v0.3.7 |
2137 | 2023-12-07T11:34:04.935Z | Checking plotters v0.3.5 |
2138 | 2023-12-07T11:34:05.126Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2139 | 2023-12-07T11:34:06.502Z | Checking dashmap v5.5.1 |
2140 | 2023-12-07T11:34:06.796Z | Checking tinytemplate v1.2.1 |
2141 | 2023-12-07T11:34:07.385Z | Compiling serial_test_derive v0.10.0 |
2142 | 2023-12-07T11:34:07.497Z | Checking anes v0.1.6 |
2143 | 2023-12-07T11:34:07.774Z | Checking oorandom v11.1.3 |
2144 | 2023-12-07T11:34:07.983Z | Checking strip-ansi-escapes v0.2.0 |
2145 | 2023-12-07T11:34:08.055Z | Checking criterion v0.5.1 |
2146 | 2023-12-07T11:34:08.199Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2147 | 2023-12-07T11:34:08.733Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2148 | 2023-12-07T11:34:09.927Z | Checking serial_test v0.10.0 |
2149 | 2023-12-07T11:34:10.276Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2150 | 2023-12-07T11:34:12.423Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2151 | 2023-12-07T11:34:12.777Z | Checking assert_cmd v2.0.12 |
2152 | 2023-12-07T11:34:13.433Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2153 | 2023-12-07T11:34:14.148Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2154 | 2023-12-07T11:34:15.803Z | Checking fd-lock v3.0.13 |
2155 | 2023-12-07T11:34:16.083Z | Checking nu-ansi-term v0.49.0 |
2156 | 2023-12-07T11:34:16.721Z | Checking reedline v0.26.0 |
2157 | 2023-12-07T11:34:19.882Z | Checking threadpool v1.8.1 |
2158 | 2023-12-07T11:34:20.138Z | Checking nanorand v0.7.0 |
2159 | 2023-12-07T11:34:20.161Z | Checking topological-sort v0.2.2 |
2160 | 2023-12-07T11:34:20.452Z | Checking libtest-mimic v0.6.1 |
2161 | 2023-12-07T11:34:20.720Z | Checking flume v0.11.0 |
2162 | 2023-12-07T11:34:21.074Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2163 | 2023-12-07T11:34:21.512Z | Checking httptest v0.15.5 |
2164 | 2023-12-07T11:34:22.692Z | Checking similar-asserts v1.5.0 |
2165 | 2023-12-07T11:34:23.016Z | Compiling rstest_macros v0.18.2 |
2166 | 2023-12-07T11:34:23.805Z | Checking bytecount v0.6.3 |
2167 | 2023-12-07T11:34:24.007Z | Compiling crossbeam-queue v0.3.8 |
2168 | 2023-12-07T11:34:24.215Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2169 | 2023-12-07T11:34:24.825Z | Checking papergrid v0.10.0 |
2170 | 2023-12-07T11:34:26.028Z | Checking datatest-stable v0.2.3 |
2171 | 2023-12-07T11:34:26.152Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2172 | 2023-12-07T11:34:26.319Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2173 | 2023-12-07T11:34:26.742Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2174 | 2023-12-07T11:34:27.020Z | Compiling tabled_derive v0.6.0 |
2175 | 2023-12-07T11:34:27.769Z | Compiling relative-path v1.9.0 |
2176 | 2023-12-07T11:34:28.397Z | Compiling trybuild v1.0.85 |
2177 | 2023-12-07T11:34:28.962Z | Checking arrayvec v0.7.4 |
2178 | 2023-12-07T11:34:29.025Z | Checking arrayref v0.3.7 |
2179 | 2023-12-07T11:34:29.154Z | Checking constant_time_eq v0.2.6 |
2180 | 2023-12-07T11:34:29.546Z | Checking blake2b_simd v1.0.1 |
2181 | 2023-12-07T11:34:31.329Z | Checking tabled v0.14.0 |
2182 | 2023-12-07T11:34:31.728Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2183 | 2023-12-07T11:34:35.549Z | Checking basic-toml v0.1.4 |
2184 | 2023-12-07T11:34:37.091Z | Checking constant_time_eq v0.3.0 |
2185 | 2023-12-07T11:34:37.258Z | Checking futures-timer v3.0.2 |
2186 | 2023-12-07T11:34:37.689Z | Checking rust-argon2 v1.0.1 |
2187 | 2023-12-07T11:34:40.794Z | Checking crossbeam v0.8.2 |
2188 | 2023-12-07T11:34:40.950Z | Checking partial-io v0.5.4 |
2189 | 2023-12-07T11:34:41.515Z | Checking approx v0.5.1 |
2190 | 2023-12-07T11:34:41.847Z | Checking termios v0.3.3 |
2191 | 2023-12-07T11:34:42.143Z | Checking hex-literal v0.4.1 |
2192 | 2023-12-07T11:34:44.995Z | Checking rstest v0.18.2 |
2193 | 2023-12-07T11:34:49.606Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2194 | 2023-12-07T11:34:56.271Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2195 | 2023-12-07T11:35:54.600Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2196 | 2023-12-07T11:35:57.868Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2197 | 2023-12-07T11:35:58.490Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2198 | 2023-12-07T11:36:13.498Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2199 | 2023-12-07T11:36:36.053Z | Compiling polar-core v0.27.0 |
2200 | 2023-12-07T11:36:46.867Z | Checking oso v0.27.0 |
2201 | 2023-12-07T11:37:22.678Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2202 | 2023-12-07T11:38:44.326Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 56s |
2203 | 2023-12-07T11:38:44.542Z | |
2204 | 2023-12-07T11:38:44.542Z | real 10:53.241610597 |
2205 | 2023-12-07T11:38:44.542Z | user 59:39.168463552 |
2206 | 2023-12-07T11:38:44.546Z | sys 7:39.154627570 |
2207 | 2023-12-07T11:38:44.546Z | trap 2.073298712 |
2208 | 2023-12-07T11:38:44.546Z | tflt 3.046432860 |
2209 | 2023-12-07T11:38:44.547Z | dflt 6.283436695 |
2210 | 2023-12-07T11:38:44.547Z | kflt 0.018377017 |
2211 | 2023-12-07T11:38:44.547Z | lock 1:34:52.615249466 |
2212 | 2023-12-07T11:38:44.547Z | slp 2:57:42.764129547 |
2213 | 2023-12-07T11:38:44.547Z | lat 2:07.630289912 |
2214 | 2023-12-07T11:38:44.547Z | stop 4:25.696383309 |
2215 | 2023-12-07T11:38:45.679Z | warning: output filename collision. |
2216 | 2023-12-07T11:38:45.679Z | 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)`. |
2217 | 2023-12-07T11:38:45.679Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2218 | 2023-12-07T11:38:45.680Z | The targets should have unique names. |
2219 | 2023-12-07T11:38:45.680Z | This is a known bug where multiple crates with the same name use |
2220 | 2023-12-07T11:38:45.680Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2221 | 2023-12-07T11:38:45.688Z | warning: output filename collision. |
2222 | 2023-12-07T11:38:45.688Z | 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)`. |
2223 | 2023-12-07T11:38:45.688Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2224 | 2023-12-07T11:38:45.688Z | The targets should have unique names. |
2225 | 2023-12-07T11:38:45.688Z | This is a known bug where multiple crates with the same name use |
2226 | 2023-12-07T11:38:45.688Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2227 | 2023-12-07T11:38:45.688Z | warning: output filename collision. |
2228 | 2023-12-07T11:38:45.688Z | 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)`. |
2229 | 2023-12-07T11:38:45.688Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2230 | 2023-12-07T11:38:45.688Z | The targets should have unique names. |
2231 | 2023-12-07T11:38:45.688Z | This is a known bug where multiple crates with the same name use |
2232 | 2023-12-07T11:38:45.689Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2233 | 2023-12-07T11:38:46.270Z | Documenting libc v0.2.150 |
2234 | 2023-12-07T11:38:46.279Z | Documenting cfg-if v1.0.0 |
2235 | 2023-12-07T11:38:46.284Z | Documenting serde_derive v1.0.192 |
2236 | 2023-12-07T11:38:46.309Z | Documenting scopeguard v1.2.0 |
2237 | 2023-12-07T11:38:46.313Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2238 | 2023-12-07T11:38:46.327Z | Documenting log v0.4.20 |
2239 | 2023-12-07T11:38:46.340Z | Documenting smallvec v1.11.0 |
2240 | 2023-12-07T11:38:46.340Z | Documenting itoa v1.0.9 |
2241 | 2023-12-07T11:38:46.725Z | Documenting memchr v2.6.3 |
2242 | 2023-12-07T11:38:50.157Z | Documenting zeroize_derive v1.4.2 |
2243 | 2023-12-07T11:38:50.394Z | Documenting lock_api v0.4.10 |
2244 | 2023-12-07T11:38:50.505Z | Documenting pin-project-lite v0.2.13 |
2245 | 2023-12-07T11:38:50.873Z | Documenting libm v0.2.7 |
2246 | 2023-12-07T11:38:52.124Z | Documenting futures-core v0.3.29 |
2247 | 2023-12-07T11:38:52.560Z | Documenting getrandom v0.2.10 |
2248 | 2023-12-07T11:38:53.606Z | Documenting parking_lot_core v0.9.8 |
2249 | 2023-12-07T11:38:54.729Z | Documenting signal-hook-registry v1.4.1 |
2250 | 2023-12-07T11:38:54.795Z | Documenting mio v0.8.9 |
2251 | 2023-12-07T11:38:55.816Z | Documenting num-traits v0.2.16 |
2252 | 2023-12-07T11:38:56.115Z | Documenting serde v1.0.192 |
2253 | 2023-12-07T11:38:57.693Z | Documenting zeroize v1.7.0 |
2254 | 2023-12-07T11:38:57.738Z | Documenting thiserror-impl v1.0.49 |
2255 | 2023-12-07T11:38:58.090Z | Documenting rand_core v0.6.4 |
2256 | 2023-12-07T11:38:59.352Z | Documenting parking_lot v0.12.1 |
2257 | 2023-12-07T11:39:00.842Z | Documenting socket2 v0.5.5 |
2258 | 2023-12-07T11:39:01.071Z | Documenting num_cpus v1.16.0 |
2259 | 2023-12-07T11:39:02.931Z | Documenting typenum v1.16.0 |
2260 | 2023-12-07T11:39:03.478Z | Documenting tokio-macros v2.2.0 |
2261 | 2023-12-07T11:39:03.592Z | Documenting once_cell v1.19.0 |
2262 | 2023-12-07T11:39:04.841Z | Documenting thiserror v1.0.49 |
2263 | 2023-12-07T11:39:05.150Z | Documenting subtle v2.5.0 |
2264 | 2023-12-07T11:39:06.648Z | Documenting ryu v1.0.15 |
2265 | 2023-12-07T11:39:07.009Z | Documenting byteorder v1.5.0 |
2266 | 2023-12-07T11:39:09.489Z | Documenting futures-sink v0.3.29 |
2267 | 2023-12-07T11:39:10.039Z | Documenting const-oid v0.9.5 |
2268 | 2023-12-07T11:39:10.053Z | Documenting pin-utils v0.1.0 |
2269 | 2023-12-07T11:39:10.650Z | Documenting slab v0.4.9 |
2270 | 2023-12-07T11:39:10.898Z | Documenting futures-task v0.3.29 |
2271 | 2023-12-07T11:39:13.053Z | Documenting futures-macro v0.3.29 |
2272 | 2023-12-07T11:39:14.905Z | Documenting futures-channel v0.3.29 |
2273 | 2023-12-07T11:39:16.464Z | Documenting futures-io v0.3.29 |
2274 | 2023-12-07T11:39:16.998Z | Documenting iana-time-zone v0.1.57 |
2275 | 2023-12-07T11:39:18.101Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2276 | 2023-12-07T11:39:19.306Z | Documenting tinyvec_macros v0.1.1 |
2277 | 2023-12-07T11:39:19.460Z | Documenting ppv-lite86 v0.2.17 |
2278 | 2023-12-07T11:39:20.541Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2279 | 2023-12-07T11:39:21.019Z | Documenting tracing-core v0.1.31 |
2280 | 2023-12-07T11:39:22.229Z | Documenting futures-util v0.3.29 |
2281 | 2023-12-07T11:39:23.050Z | Documenting tracing-attributes v0.1.26 |
2282 | 2023-12-07T11:39:23.764Z | Documenting tinyvec v1.6.0 |
2283 | 2023-12-07T11:39:24.470Z | Documenting rand_chacha v0.3.1 |
2284 | 2023-12-07T11:39:29.679Z | Documenting unicode-normalization v0.1.22 |
2285 | 2023-12-07T11:39:31.100Z | Documenting bytes v1.5.0 |
2286 | 2023-12-07T11:39:31.349Z | Documenting bitflags v2.4.0 |
2287 | 2023-12-07T11:39:33.143Z | Documenting serde_json v1.0.108 |
2288 | 2023-12-07T11:39:34.434Z | Documenting chrono v0.4.31 |
2289 | 2023-12-07T11:39:36.386Z | Documenting uuid v1.6.1 |
2290 | 2023-12-07T11:39:37.405Z | Documenting rand v0.8.5 |
2291 | 2023-12-07T11:39:37.671Z | Documenting fnv v1.0.7 |
2292 | 2023-12-07T11:39:38.457Z | Documenting tokio v1.34.0 |
2293 | 2023-12-07T11:39:41.318Z | Documenting base64 v0.21.5 |
2294 | 2023-12-07T11:39:43.156Z | Documenting spin v0.9.8 |
2295 | 2023-12-07T11:39:43.566Z | Documenting lazy_static v1.4.0 |
2296 | 2023-12-07T11:39:43.845Z | Documenting unicode-bidi v0.3.13 |
2297 | 2023-12-07T11:39:45.416Z | Documenting http v0.2.11 |
2298 | 2023-12-07T11:39:47.289Z | Documenting generic-array v0.14.7 |
2299 | 2023-12-07T11:39:47.301Z | Documenting percent-encoding v2.3.1 |
2300 | 2023-12-07T11:39:47.674Z | Documenting cpufeatures v0.2.9 |
2301 | 2023-12-07T11:39:47.951Z | Checking serde_derive_internals v0.26.0 |
2302 | 2023-12-07T11:39:48.940Z | Documenting serde_derive_internals v0.26.0 |
2303 | 2023-12-07T11:39:50.139Z | Documenting dyn-clone v1.0.13 |
2304 | 2023-12-07T11:39:50.815Z | Documenting tracing v0.1.37 |
2305 | 2023-12-07T11:39:51.763Z | Documenting idna v0.5.0 |
2306 | 2023-12-07T11:39:53.217Z | Documenting form_urlencoded v1.2.1 |
2307 | 2023-12-07T11:39:53.625Z | Documenting crypto-common v0.1.6 |
2308 | 2023-12-07T11:39:53.980Z | Documenting block-buffer v0.10.4 |
2309 | 2023-12-07T11:39:54.599Z | Documenting errno v0.3.2 |
2310 | 2023-12-07T11:39:56.550Z | Documenting httparse v1.8.0 |
2311 | 2023-12-07T11:39:56.824Z | Documenting schemars_derive v0.8.13 |
2312 | 2023-12-07T11:39:57.973Z | Documenting adler v1.0.2 |
2313 | 2023-12-07T11:39:59.271Z | Documenting url v2.5.0 |
2314 | 2023-12-07T11:40:00.554Z | Documenting unicode-ident v1.0.12 |
2315 | 2023-12-07T11:40:00.591Z | Documenting digest v0.10.7 |
2316 | 2023-12-07T11:40:00.646Z | Documenting rustix v0.38.25 |
2317 | 2023-12-07T11:40:01.971Z | Documenting miniz_oxide v0.7.1 |
2318 | 2023-12-07T11:40:02.763Z | Documenting base64ct v1.6.0 |
2319 | 2023-12-07T11:40:04.771Z | Documenting proc-macro2 v1.0.69 |
2320 | 2023-12-07T11:40:05.516Z | Documenting untrusted v0.9.0 |
2321 | 2023-12-07T11:40:05.612Z | Documenting schemars v0.8.13 |
2322 | 2023-12-07T11:40:06.857Z | Documenting openssl-probe v0.1.5 |
2323 | 2023-12-07T11:40:09.083Z | Documenting try-lock v0.2.4 |
2324 | 2023-12-07T11:40:10.056Z | Documenting httpdate v1.0.3 |
2325 | 2023-12-07T11:40:10.245Z | Documenting ring v0.17.7 |
2326 | 2023-12-07T11:40:11.033Z | Documenting http-body v0.4.5 |
2327 | 2023-12-07T11:40:11.167Z | Documenting quote v1.0.33 |
2328 | 2023-12-07T11:40:12.704Z | Documenting openssl-sys v0.9.96 |
2329 | 2023-12-07T11:40:13.407Z | Documenting want v0.3.1 |
2330 | 2023-12-07T11:40:14.288Z | Documenting async-trait v0.1.74 |
2331 | 2023-12-07T11:40:15.602Z | Documenting openssl-macros v0.1.1 |
2332 | 2023-12-07T11:40:16.842Z | Documenting mime v0.3.17 |
2333 | 2023-12-07T11:40:17.353Z | Documenting tower-service v0.3.2 |
2334 | 2023-12-07T11:40:18.278Z | Documenting rustls-webpki v0.101.7 |
2335 | 2023-12-07T11:40:19.187Z | Documenting pem-rfc7468 v0.7.0 |
2336 | 2023-12-07T11:40:19.899Z | Documenting tokio-util v0.7.10 |
2337 | 2023-12-07T11:40:21.312Z | Documenting aho-corasick v1.0.4 |
2338 | 2023-12-07T11:40:21.834Z | Documenting sct v0.7.0 |
2339 | 2023-12-07T11:40:22.010Z | Documenting openssl v0.10.60 |
2340 | 2023-12-07T11:40:22.806Z | Documenting slog v2.7.0 |
2341 | 2023-12-07T11:40:23.040Z | Documenting der_derive v0.7.2 |
2342 | 2023-12-07T11:40:24.876Z | Documenting regex-syntax v0.8.2 |
2343 | 2023-12-07T11:40:25.456Z | Documenting flagset v0.4.3 |
2344 | 2023-12-07T11:40:27.305Z | Documenting equivalent v1.0.1 |
2345 | 2023-12-07T11:40:28.456Z | Documenting h2 v0.3.21 |
2346 | 2023-12-07T11:40:28.608Z | Documenting ipnet v2.8.0 |
2347 | 2023-12-07T11:40:29.409Z | Documenting hashbrown v0.14.2 |
2348 | 2023-12-07T11:40:29.573Z | Documenting unicode-width v0.1.11 |
2349 | 2023-12-07T11:40:30.659Z | Documenting der v0.7.8 |
2350 | 2023-12-07T11:40:31.358Z | Documenting rustls v0.21.9 |
2351 | 2023-12-07T11:40:33.577Z | Documenting rustls-pemfile v1.0.3 |
2352 | 2023-12-07T11:40:34.639Z | Documenting num-integer v0.1.45 |
2353 | 2023-12-07T11:40:34.973Z | Documenting time-macros v0.2.13 |
2354 | 2023-12-07T11:40:35.296Z | Documenting regex-automata v0.4.3 |
2355 | 2023-12-07T11:40:35.879Z | Documenting indexmap v2.1.0 |
2356 | 2023-12-07T11:40:37.949Z | Documenting num_threads v0.1.6 |
2357 | 2023-12-07T11:40:39.092Z | Documenting time-core v0.1.1 |
2358 | 2023-12-07T11:40:40.732Z | Documenting gimli v0.28.0 |
2359 | 2023-12-07T11:40:42.130Z | Documenting utf8parse v0.2.1 |
2360 | 2023-12-07T11:40:42.673Z | Documenting deranged v0.3.8 |
2361 | 2023-12-07T11:40:43.354Z | Documenting hyper v0.14.27 |
2362 | 2023-12-07T11:40:43.366Z | Documenting spki v0.7.2 |
2363 | 2023-12-07T11:40:43.427Z | Documenting native-tls v0.2.11 |
2364 | 2023-12-07T11:40:44.275Z | Documenting tokio-rustls v0.24.1 |
2365 | 2023-12-07T11:40:46.244Z | Documenting object v0.32.1 |
2366 | 2023-12-07T11:40:48.082Z | Documenting regex v1.10.2 |
2367 | 2023-12-07T11:40:49.250Z | Documenting time v0.3.27 |
2368 | 2023-12-07T11:40:50.054Z | Documenting crossbeam-utils v0.8.16 |
2369 | 2023-12-07T11:40:50.262Z | Documenting addr2line v0.21.0 |
2370 | 2023-12-07T11:40:50.945Z | Documenting encoding_rs v0.8.33 |
2371 | 2023-12-07T11:40:53.588Z | Checking pest_meta v2.7.2 |
2372 | 2023-12-07T11:40:55.118Z | Documenting rustc-demangle v0.1.23 |
2373 | 2023-12-07T11:40:55.855Z | Documenting tokio-native-tls v0.3.1 |
2374 | 2023-12-07T11:40:56.168Z | Documenting rustls-native-certs v0.6.3 |
2375 | 2023-12-07T11:40:56.658Z | Documenting serde_urlencoded v0.7.1 |
2376 | 2023-12-07T11:40:57.205Z | Documenting pest_meta v2.7.2 |
2377 | 2023-12-07T11:40:58.062Z | Checking pest_generator v2.7.2 |
2378 | 2023-12-07T11:40:59.324Z | Documenting pkcs8 v0.10.2 |
2379 | 2023-12-07T11:40:59.409Z | Documenting anstyle v1.0.2 |
2380 | 2023-12-07T11:41:01.525Z | Documenting webpki-roots v0.25.2 |
2381 | 2023-12-07T11:41:01.690Z | Documenting hyper-rustls v0.24.2 |
2382 | 2023-12-07T11:41:03.102Z | Documenting ucd-trie v0.1.6 |
2383 | 2023-12-07T11:41:03.286Z | Documenting pest_generator v2.7.2 |
2384 | 2023-12-07T11:41:03.729Z | Documenting hyper-tls v0.5.0 |
2385 | 2023-12-07T11:41:05.214Z | Documenting backtrace v0.3.69 |
2386 | 2023-12-07T11:41:05.353Z | Documenting data-encoding v2.4.0 |
2387 | 2023-12-07T11:41:06.251Z | Documenting anstyle-parse v0.2.1 |
2388 | 2023-12-07T11:41:07.342Z | Documenting syn v2.0.32 |
2389 | 2023-12-07T11:41:09.151Z | Documenting pest v2.7.2 |
2390 | 2023-12-07T11:41:10.369Z | Documenting pest_derive v2.7.2 |
2391 | 2023-12-07T11:41:10.925Z | Documenting ipnetwork v0.20.0 |
2392 | 2023-12-07T11:41:11.417Z | Documenting sha2 v0.10.8 |
2393 | 2023-12-07T11:41:12.382Z | Documenting futures-executor v0.3.29 |
2394 | 2023-12-07T11:41:13.493Z | Documenting anyhow v1.0.75 |
2395 | 2023-12-07T11:41:14.005Z | Documenting reqwest v0.11.22 |
2396 | 2023-12-07T11:41:17.138Z | Documenting hex v0.4.3 |
2397 | 2023-12-07T11:41:17.668Z | Documenting crc32fast v1.3.2 |
2398 | 2023-12-07T11:41:18.662Z | Checking serde_tokenstream v0.1.7 |
2399 | 2023-12-07T11:41:19.226Z | Documenting colorchoice v1.0.0 |
2400 | 2023-12-07T11:41:19.312Z | Documenting anstyle-query v1.0.0 |
2401 | 2023-12-07T11:41:19.557Z | Documenting dtrace-parser v0.1.14 |
2402 | 2023-12-07T11:41:21.429Z | Documenting openapiv3 v2.0.0-rc.1 |
2403 | 2023-12-07T11:41:22.997Z | Documenting num-iter v0.1.43 |
2404 | 2023-12-07T11:41:23.199Z | Documenting hmac v0.12.1 |
2405 | 2023-12-07T11:41:23.250Z | Documenting dof v0.1.5 |
2406 | 2023-12-07T11:41:24.651Z | Documenting anstream v0.5.0 |
2407 | 2023-12-07T11:41:25.295Z | Documenting signal-hook v0.3.17 |
2408 | 2023-12-07T11:41:29.129Z | Documenting thread-id v4.2.0 |
2409 | 2023-12-07T11:41:29.363Z | Documenting terminal_size v0.2.6 |
2410 | 2023-12-07T11:41:29.383Z | Documenting memoffset v0.9.0 |
2411 | 2023-12-07T11:41:30.376Z | Documenting clap_lex v0.5.1 |
2412 | 2023-12-07T11:41:30.405Z | Documenting strsim v0.10.0 |
2413 | 2023-12-07T11:41:31.320Z | Documenting flate2 v1.0.28 |
2414 | 2023-12-07T11:41:31.727Z | Documenting futures v0.3.29 |
2415 | 2023-12-07T11:41:33.471Z | Documenting crossbeam-epoch v0.9.15 |
2416 | 2023-12-07T11:41:34.727Z | Documenting usdt-impl v0.3.5 |
2417 | 2023-12-07T11:41:35.111Z | Documenting usdt-attr-macro v0.3.5 |
2418 | 2023-12-07T11:41:35.902Z | Documenting usdt-macro v0.3.5 |
2419 | 2023-12-07T11:41:36.493Z | Documenting clap_derive v4.4.2 |
2420 | 2023-12-07T11:41:36.718Z | Documenting clap_builder v4.4.2 |
2421 | 2023-12-07T11:41:38.686Z | Documenting managed v0.8.0 |
2422 | 2023-12-07T11:41:39.620Z | Documenting signal-hook-mio v0.2.3 |
2423 | 2023-12-07T11:41:42.539Z | Documenting block-padding v0.3.3 |
2424 | 2023-12-07T11:41:42.756Z | Documenting scheduled-thread-pool v0.2.7 |
2425 | 2023-12-07T11:41:43.210Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2426 | 2023-12-07T11:41:43.355Z | Documenting usdt v0.3.5 |
2427 | 2023-12-07T11:41:43.689Z | Documenting enum-as-inner v0.5.1 |
2428 | 2023-12-07T11:41:44.518Z | Checking diesel_table_macro_syntax v0.1.0 |
2429 | 2023-12-07T11:41:44.731Z | Documenting pin-project-internal v1.1.3 |
2430 | 2023-12-07T11:41:45.373Z | Documenting diesel_table_macro_syntax v0.1.0 |
2431 | 2023-12-07T11:41:46.499Z | Documenting clap v4.4.3 |
2432 | 2023-12-07T11:41:48.550Z | Documenting unicode-segmentation v1.10.1 |
2433 | 2023-12-07T11:41:48.794Z | Documenting inout v0.1.3 |
2434 | 2023-12-07T11:41:48.957Z | Documenting bzip2 v0.4.4 |
2435 | 2023-12-07T11:41:50.787Z | Documenting trust-dns-proto v0.22.0 |
2436 | 2023-12-07T11:41:51.152Z | Documenting r2d2 v0.8.10 |
2437 | 2023-12-07T11:41:51.904Z | Documenting pin-project v1.1.3 |
2438 | 2023-12-07T11:41:51.993Z | Documenting diesel_derives v2.1.2 |
2439 | 2023-12-07T11:41:53.498Z | Documenting crossterm v0.27.0 |
2440 | 2023-12-07T11:41:53.742Z | Documenting md-5 v0.10.5 |
2441 | 2023-12-07T11:41:54.794Z | Documenting stringprep v0.1.3 |
2442 | 2023-12-07T11:41:55.020Z | Documenting serde_spanned v0.6.4 |
2443 | 2023-12-07T11:41:56.045Z | Documenting toml_datetime v0.6.5 |
2444 | 2023-12-07T11:41:57.331Z | Documenting ff v0.13.0 |
2445 | 2023-12-07T11:42:00.445Z | Documenting doc-comment v0.3.3 |
2446 | 2023-12-07T11:42:00.744Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2447 | 2023-12-07T11:42:00.899Z | Documenting snafu-derive v0.7.5 |
2448 | 2023-12-07T11:42:01.778Z | Documenting either v1.9.0 |
2449 | 2023-12-07T11:42:01.963Z | Documenting bit-vec v0.6.3 |
2450 | 2023-12-07T11:42:02.405Z | Documenting fallible-iterator v0.2.0 |
2451 | 2023-12-07T11:42:02.987Z | Documenting static_assertions v1.1.0 |
2452 | 2023-12-07T11:42:04.339Z | Documenting base16ct v0.2.0 |
2453 | 2023-12-07T11:42:04.578Z | Documenting winnow v0.5.15 |
2454 | 2023-12-07T11:42:06.344Z | Documenting siphasher v0.3.11 |
2455 | 2023-12-07T11:42:07.445Z | Documenting diesel v2.1.4 |
2456 | 2023-12-07T11:42:07.765Z | Documenting group v0.13.0 |
2457 | 2023-12-07T11:42:07.959Z | Documenting cipher v0.4.4 |
2458 | 2023-12-07T11:42:08.865Z | Documenting sec1 v0.7.3 |
2459 | 2023-12-07T11:42:09.982Z | Documenting postgres-protocol v0.6.6 |
2460 | 2023-12-07T11:42:10.591Z | Documenting phf_shared v0.11.2 |
2461 | 2023-12-07T11:42:12.154Z | Documenting toml_edit v0.21.0 |
2462 | 2023-12-07T11:42:12.256Z | Documenting snafu v0.7.5 |
2463 | 2023-12-07T11:42:13.552Z | Documenting zip v0.6.6 |
2464 | 2023-12-07T11:42:16.126Z | Documenting hkdf v0.12.3 |
2465 | 2023-12-07T11:42:17.856Z | Documenting num-bigint v0.4.4 |
2466 | 2023-12-07T11:42:17.953Z | Documenting crypto-bigint v0.5.2 |
2467 | 2023-12-07T11:42:19.202Z | Documenting hubpack v0.1.2 |
2468 | 2023-12-07T11:42:19.700Z | Documenting regress v0.7.1 |
2469 | 2023-12-07T11:42:20.702Z | Documenting bstr v1.6.0 |
2470 | 2023-12-07T11:42:20.958Z | Documenting serde_repr v0.1.16 |
2471 | 2023-12-07T11:42:23.877Z | Documenting precomputed-hash v0.1.1 |
2472 | 2023-12-07T11:42:26.053Z | Documenting lalrpop-util v0.19.12 |
2473 | 2023-12-07T11:42:27.783Z | Documenting new_debug_unreachable v1.0.4 |
2474 | 2023-12-07T11:42:28.309Z | Documenting fixedbitset v0.4.2 |
2475 | 2023-12-07T11:42:28.390Z | Documenting yasna v0.5.2 |
2476 | 2023-12-07T11:42:29.204Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2477 | 2023-12-07T11:42:29.236Z | Documenting elliptic-curve v0.13.8 |
2478 | 2023-12-07T11:42:29.582Z | Documenting postgres-types v0.2.6 |
2479 | 2023-12-07T11:42:31.908Z | Documenting string_cache v0.8.7 |
2480 | 2023-12-07T11:42:32.489Z | Documenting phf v0.11.2 |
2481 | 2023-12-07T11:42:33.026Z | Documenting petgraph v0.6.4 |
2482 | 2023-12-07T11:42:37.678Z | Documenting console v0.15.7 |
2483 | 2023-12-07T11:42:38.298Z | Documenting semver v1.0.20 |
2484 | 2023-12-07T11:42:39.033Z | Documenting float-cmp v0.9.0 |
2485 | 2023-12-07T11:42:39.082Z | Documenting heck v0.4.1 |
2486 | 2023-12-07T11:42:40.339Z | Documenting whoami v1.4.1 |
2487 | 2023-12-07T11:42:40.403Z | Checking unsafe-libyaml v0.2.9 |
2488 | 2023-12-07T11:42:42.293Z | Documenting normalize-line-endings v0.3.0 |
2489 | 2023-12-07T11:42:43.613Z | Documenting predicates-core v1.0.6 |
2490 | 2023-12-07T11:42:44.319Z | Documenting difflib v0.4.0 |
2491 | 2023-12-07T11:42:44.828Z | Documenting bit-set v0.5.3 |
2492 | 2023-12-07T11:42:45.655Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2493 | 2023-12-07T11:42:45.911Z | Documenting similar v2.2.1 |
2494 | 2023-12-07T11:42:46.047Z | Documenting tokio-postgres v0.7.10 |
2495 | 2023-12-07T11:42:46.218Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2496 | 2023-12-07T11:42:48.021Z | Documenting tokio-stream v0.1.14 |
2497 | 2023-12-07T11:42:49.399Z | Checking ident_case v1.0.1 |
2498 | 2023-12-07T11:42:49.608Z | Documenting unsafe-libyaml v0.2.9 |
2499 | 2023-12-07T11:42:49.821Z | Documenting predicates v3.0.4 |
2500 | 2023-12-07T11:42:50.942Z | Checking serde_yaml v0.9.25 |
2501 | 2023-12-07T11:42:52.241Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2502 | 2023-12-07T11:42:53.976Z | Documenting getopts v0.2.21 |
2503 | 2023-12-07T11:42:55.159Z | Documenting serde_yaml v0.9.25 |
2504 | 2023-12-07T11:42:55.899Z | Documenting match_cfg v0.1.0 |
2505 | 2023-12-07T11:42:56.202Z | Documenting sha1 v0.10.6 |
2506 | 2023-12-07T11:42:56.824Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2507 | 2023-12-07T11:42:57.415Z | Documenting dirs-sys-next v0.1.2 |
2508 | 2023-12-07T11:42:58.317Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2509 | 2023-12-07T11:43:00.136Z | Documenting thread_local v1.1.7 |
2510 | 2023-12-07T11:43:00.227Z | Documenting hostname v0.3.1 |
2511 | 2023-12-07T11:43:03.109Z | Documenting dirs-next v2.0.0 |
2512 | 2023-12-07T11:43:03.348Z | Documenting paste v1.0.14 |
2513 | 2023-12-07T11:43:03.383Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2514 | 2023-12-07T11:43:03.801Z | Documenting crossbeam-channel v0.5.8 |
2515 | 2023-12-07T11:43:04.149Z | Documenting atty v0.2.14 |
2516 | 2023-12-07T11:43:05.847Z | Documenting take_mut v0.2.2 |
2517 | 2023-12-07T11:43:06.281Z | Documenting slog-json v2.6.1 |
2518 | 2023-12-07T11:43:06.794Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2519 | 2023-12-07T11:43:08.782Z | Documenting camino v1.1.6 |
2520 | 2023-12-07T11:43:08.959Z | Documenting term v0.7.0 |
2521 | 2023-12-07T11:43:09.362Z | Documenting async-stream-impl v0.3.5 |
2522 | 2023-12-07T11:43:09.939Z | Documenting atomic-waker v1.1.1 |
2523 | 2023-12-07T11:43:11.297Z | Documenting slog-async v2.8.0 |
2524 | 2023-12-07T11:43:13.034Z | Documenting debug-ignore v1.0.5 |
2525 | 2023-12-07T11:43:14.123Z | Documenting waitgroup v0.1.2 |
2526 | 2023-12-07T11:43:14.754Z | Documenting slog-term v2.9.0 |
2527 | 2023-12-07T11:43:14.963Z | Documenting slog-bunyan v2.4.0 |
2528 | 2023-12-07T11:43:15.741Z | Checking darling_core v0.20.3 |
2529 | 2023-12-07T11:43:15.925Z | Documenting async-stream v0.3.5 |
2530 | 2023-12-07T11:43:17.165Z | Documenting toml v0.8.8 |
2531 | 2023-12-07T11:43:17.453Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2532 | 2023-12-07T11:43:18.258Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2533 | 2023-12-07T11:43:18.638Z | Documenting multer v2.1.0 |
2534 | 2023-12-07T11:43:19.530Z | Documenting serde_path_to_error v0.1.14 |
2535 | 2023-12-07T11:43:21.187Z | Documenting strum v0.25.0 |
2536 | 2023-12-07T11:43:21.496Z | Checking darling v0.20.3 |
2537 | 2023-12-07T11:43:21.641Z | Documenting serde_with_macros v3.4.0 |
2538 | 2023-12-07T11:43:21.701Z | Documenting structmeta-derive v0.2.0 |
2539 | 2023-12-07T11:43:24.487Z | Checking structmeta v0.2.0 |
2540 | 2023-12-07T11:43:24.793Z | Documenting instant v0.1.12 |
2541 | 2023-12-07T11:43:25.337Z | Checking regex-syntax v0.7.5 |
2542 | 2023-12-07T11:43:25.649Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2543 | 2023-12-07T11:43:25.892Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2544 | 2023-12-07T11:43:26.491Z | Documenting macaddr v1.0.1 |
2545 | 2023-12-07T11:43:28.780Z | Documenting serde_with v3.4.0 |
2546 | 2023-12-07T11:43:29.159Z | Documenting structmeta v0.2.0 |
2547 | 2023-12-07T11:43:30.149Z | Documenting backoff v0.4.0 |
2548 | 2023-12-07T11:43:30.442Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2549 | 2023-12-07T11:43:31.994Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2550 | 2023-12-07T11:43:32.689Z | Documenting fastrand v2.0.0 |
2551 | 2023-12-07T11:43:34.810Z | Documenting is-terminal v0.4.9 |
2552 | 2023-12-07T11:43:35.581Z | Documenting parse-display-derive v0.8.2 |
2553 | 2023-12-07T11:43:35.993Z | Checking proc-macro-crate v1.3.1 |
2554 | 2023-12-07T11:43:36.320Z | Documenting proc-macro-crate v1.3.1 |
2555 | 2023-12-07T11:43:36.689Z | Documenting proc-macro-error-attr v1.0.4 |
2556 | 2023-12-07T11:43:38.341Z | Documenting hash32 v0.2.1 |
2557 | 2023-12-07T11:43:38.833Z | Documenting tempfile v3.8.1 |
2558 | 2023-12-07T11:43:40.249Z | Documenting stable_deref_trait v1.2.0 |
2559 | 2023-12-07T11:43:41.904Z | Checking proc-macro-error v1.0.4 |
2560 | 2023-12-07T11:43:42.272Z | Documenting proc-macro-error v1.0.4 |
2561 | 2023-12-07T11:43:42.291Z | Documenting embedded-io v0.4.0 |
2562 | 2023-12-07T11:43:42.755Z | Documenting num_enum_derive v0.5.11 |
2563 | 2023-12-07T11:43:44.311Z | Documenting parse-display v0.8.2 |
2564 | 2023-12-07T11:43:44.469Z | Documenting cobs v0.2.3 |
2565 | 2023-12-07T11:43:44.554Z | Documenting heapless v0.7.16 |
2566 | 2023-12-07T11:43:45.332Z | Documenting camino-tempfile v1.1.1 |
2567 | 2023-12-07T11:43:46.877Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2568 | 2023-12-07T11:43:48.551Z | Documenting foreign-types-macros v0.2.3 |
2569 | 2023-12-07T11:43:48.847Z | Documenting foreign-types-shared v0.3.1 |
2570 | 2023-12-07T11:43:48.998Z | Documenting postcard v1.0.8 |
2571 | 2023-12-07T11:43:50.284Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2572 | 2023-12-07T11:43:50.890Z | Documenting num_enum v0.5.11 |
2573 | 2023-12-07T11:43:51.900Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2574 | 2023-12-07T11:43:51.921Z | Documenting smoltcp v0.10.0 |
2575 | 2023-12-07T11:43:53.096Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2576 | 2023-12-07T11:43:53.182Z | Documenting crucible-workspace-hack v0.1.0 |
2577 | 2023-12-07T11:43:53.492Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2578 | 2023-12-07T11:43:55.414Z | Documenting foreign-types v0.5.0 |
2579 | 2023-12-07T11:43:56.106Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2580 | 2023-12-07T11:43:56.201Z | Documenting cstr-argument v0.1.2 |
2581 | 2023-12-07T11:43:56.438Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2582 | 2023-12-07T11:43:58.512Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2583 | 2023-12-07T11:43:59.761Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2584 | 2023-12-07T11:44:00.471Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2585 | 2023-12-07T11:44:01.529Z | Documenting colored v2.0.4 |
2586 | 2023-12-07T11:44:01.764Z | Documenting zerocopy v0.7.26 |
2587 | 2023-12-07T11:44:01.945Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2588 | 2023-12-07T11:44:02.676Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2589 | 2023-12-07T11:44:04.869Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2590 | 2023-12-07T11:44:06.093Z | Documenting zone_cfg_derive v0.3.0 |
2591 | 2023-12-07T11:44:06.629Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2592 | 2023-12-07T11:44:08.112Z | Documenting num-derive v0.4.0 |
2593 | 2023-12-07T11:44:08.576Z | Documenting smf v0.2.2 |
2594 | 2023-12-07T11:44:09.044Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2595 | 2023-12-07T11:44:10.112Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2596 | 2023-12-07T11:44:12.922Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2597 | 2023-12-07T11:44:13.082Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2598 | 2023-12-07T11:44:13.906Z | Documenting zone v0.3.0 |
2599 | 2023-12-07T11:44:14.322Z | Documenting linked-hash-map v0.5.6 |
2600 | 2023-12-07T11:44:15.037Z | Documenting blake2 v0.10.6 |
2601 | 2023-12-07T11:44:15.072Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2602 | 2023-12-07T11:44:18.107Z | Documenting password-hash v0.5.0 |
2603 | 2023-12-07T11:44:19.816Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2604 | 2023-12-07T11:44:19.949Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2605 | 2023-12-07T11:44:20.702Z | Documenting lru-cache v0.1.2 |
2606 | 2023-12-07T11:44:21.412Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2607 | 2023-12-07T11:44:21.690Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2608 | 2023-12-07T11:44:21.852Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2609 | 2023-12-07T11:44:22.141Z | Checking heck v0.3.3 |
2610 | 2023-12-07T11:44:22.391Z | Documenting structopt-derive v0.4.18 |
2611 | 2023-12-07T11:44:22.459Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2612 | 2023-12-07T11:44:23.408Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2613 | 2023-12-07T11:44:24.294Z | Documenting argon2 v0.5.2 |
2614 | 2023-12-07T11:44:26.296Z | Documenting libefi-sys v0.1.0 |
2615 | 2023-12-07T11:44:26.840Z | Documenting quick-error v1.2.3 |
2616 | 2023-12-07T11:44:29.990Z | Documenting structopt v0.3.26 |
2617 | 2023-12-07T11:44:30.597Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2618 | 2023-12-07T11:44:30.609Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2619 | 2023-12-07T11:44:31.774Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2620 | 2023-12-07T11:44:32.300Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2621 | 2023-12-07T11:44:32.347Z | Documenting resolv-conf v0.7.0 |
2622 | 2023-12-07T11:44:35.501Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2623 | 2023-12-07T11:44:36.334Z | Documenting cancel-safe-futures v0.1.5 |
2624 | 2023-12-07T11:44:36.483Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2625 | 2023-12-07T11:44:37.416Z | Documenting convert_case v0.4.0 |
2626 | 2023-12-07T11:44:38.347Z | Checking convert_case v0.4.0 |
2627 | 2023-12-07T11:44:38.490Z | Documenting trust-dns-resolver v0.22.0 |
2628 | 2023-12-07T11:44:38.673Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2629 | 2023-12-07T11:44:38.850Z | Documenting tap v1.0.1 |
2630 | 2023-12-07T11:44:41.578Z | Documenting arc-swap v1.6.0 |
2631 | 2023-12-07T11:44:41.806Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2632 | 2023-12-07T11:44:42.875Z | Documenting derive_more v0.99.17 |
2633 | 2023-12-07T11:44:43.049Z | Documenting wyz v0.5.1 |
2634 | 2023-12-07T11:44:43.707Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2635 | 2023-12-07T11:44:44.136Z | Documenting num-rational v0.4.1 |
2636 | 2023-12-07T11:44:45.513Z | Documenting radium v0.7.0 |
2637 | 2023-12-07T11:44:47.601Z | Documenting num-complex v0.4.4 |
2638 | 2023-12-07T11:44:47.818Z | Documenting slog-scope v4.4.0 |
2639 | 2023-12-07T11:44:49.964Z | Documenting funty v2.0.0 |
2640 | 2023-12-07T11:44:51.014Z | Documenting crc-catalog v2.2.0 |
2641 | 2023-12-07T11:44:51.439Z | Documenting half v1.8.2 |
2642 | 2023-12-07T11:44:52.244Z | Documenting ciborium-io v0.2.1 |
2643 | 2023-12-07T11:44:53.453Z | Documenting slog-stdlog v4.1.1 |
2644 | 2023-12-07T11:44:54.724Z | Documenting bitvec v1.0.1 |
2645 | 2023-12-07T11:44:55.021Z | Documenting num v0.4.1 |
2646 | 2023-12-07T11:44:55.273Z | Documenting crc v3.0.1 |
2647 | 2023-12-07T11:44:55.282Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2648 | 2023-12-07T11:44:55.921Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2649 | 2023-12-07T11:44:57.144Z | Documenting slog-dtrace v0.2.3 |
2650 | 2023-12-07T11:44:57.155Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2651 | 2023-12-07T11:44:57.630Z | Documenting ciborium-ll v0.2.1 |
2652 | 2023-12-07T11:44:59.618Z | Documenting xattr v1.0.1 |
2653 | 2023-12-07T11:44:59.837Z | Documenting filetime v0.2.23 |
2654 | 2023-12-07T11:45:03.345Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2655 | 2023-12-07T11:45:03.799Z | Documenting packed_struct_codegen v0.10.1 |
2656 | 2023-12-07T11:45:03.928Z | Documenting keccak v0.1.4 |
2657 | 2023-12-07T11:45:04.854Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2658 | 2023-12-07T11:45:05.356Z | Documenting nodrop v0.1.14 |
2659 | 2023-12-07T11:45:05.616Z | Documenting tar v0.4.40 |
2660 | 2023-12-07T11:45:07.146Z | Documenting ciborium v0.2.1 |
2661 | 2023-12-07T11:45:08.114Z | Documenting sha3 v0.10.8 |
2662 | 2023-12-07T11:45:09.695Z | Documenting array-init v0.0.4 |
2663 | 2023-12-07T11:45:10.636Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2664 | 2023-12-07T11:45:11.642Z | Documenting slog-envlogger v2.2.0 |
2665 | 2023-12-07T11:45:11.783Z | Documenting num-bigint-dig v0.8.4 |
2666 | 2023-12-07T11:45:12.146Z | Documenting packed_struct v0.10.1 |
2667 | 2023-12-07T11:45:13.949Z | Documenting pkcs1 v0.7.5 |
2668 | 2023-12-07T11:45:14.402Z | Documenting signature v2.1.0 |
2669 | 2023-12-07T11:45:15.560Z | Documenting fxhash v0.2.1 |
2670 | 2023-12-07T11:45:19.602Z | Documenting secrecy v0.8.0 |
2671 | 2023-12-07T11:45:20.674Z | Documenting utf-8 v0.7.6 |
2672 | 2023-12-07T11:45:21.098Z | Documenting termcolor v1.2.0 |
2673 | 2023-12-07T11:45:21.619Z | Documenting bitfield v0.14.0 |
2674 | 2023-12-07T11:45:21.654Z | Documenting swrite v0.1.0 |
2675 | 2023-12-07T11:45:25.677Z | Documenting rsa v0.9.2 |
2676 | 2023-12-07T11:45:25.689Z | Documenting serde-hex v0.1.0 |
2677 | 2023-12-07T11:45:25.919Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2678 | 2023-12-07T11:45:26.193Z | Documenting tungstenite v0.20.1 |
2679 | 2023-12-07T11:45:27.064Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2680 | 2023-12-07T11:45:27.872Z | Documenting env_logger v0.10.0 |
2681 | 2023-12-07T11:45:32.735Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2682 | 2023-12-07T11:45:34.536Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2683 | 2023-12-07T11:45:34.589Z | Documenting newtype_derive v0.1.6 |
2684 | 2023-12-07T11:45:35.833Z | Documenting x509-cert v0.2.4 |
2685 | 2023-12-07T11:45:36.231Z | Documenting libsw v3.3.0 |
2686 | 2023-12-07T11:45:37.097Z | Documenting ron v0.8.1 |
2687 | 2023-12-07T11:45:38.206Z | Documenting pem v3.0.2 |
2688 | 2023-12-07T11:45:39.129Z | Documenting derive-where v1.2.6 |
2689 | 2023-12-07T11:45:40.072Z | Documenting linear-map v1.2.0 |
2690 | 2023-12-07T11:45:43.610Z | Documenting crc-any v2.4.3 |
2691 | 2023-12-07T11:45:43.839Z | Documenting owo-colors v3.5.0 |
2692 | 2023-12-07T11:45:44.373Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2693 | 2023-12-07T11:45:44.550Z | Documenting steno v0.4.0 |
2694 | 2023-12-07T11:45:46.844Z | Documenting tokio-tungstenite v0.20.1 |
2695 | 2023-12-07T11:45:48.316Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2696 | 2023-12-07T11:45:48.960Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2697 | 2023-12-07T11:45:49.520Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2698 | 2023-12-07T11:45:51.395Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2699 | 2023-12-07T11:45:51.413Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2700 | 2023-12-07T11:45:57.967Z | Documenting itertools v0.12.0 |
2701 | 2023-12-07T11:45:59.983Z | Documenting nibble_vec v0.1.0 |
2702 | 2023-12-07T11:46:00.145Z | Documenting same-file v1.0.6 |
2703 | 2023-12-07T11:46:04.330Z | Documenting endian-type v0.1.2 |
2704 | 2023-12-07T11:46:06.237Z | Documenting path-slash v0.1.5 |
2705 | 2023-12-07T11:46:06.532Z | Documenting glob v0.3.1 |
2706 | 2023-12-07T11:46:07.516Z | Documenting walkdir v2.4.0 |
2707 | 2023-12-07T11:46:09.409Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2708 | 2023-12-07T11:46:09.997Z | Documenting radix_trie v0.2.1 |
2709 | 2023-12-07T11:46:11.809Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2710 | 2023-12-07T11:46:12.794Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2711 | 2023-12-07T11:46:13.992Z | Documenting buf-list v1.0.3 |
2712 | 2023-12-07T11:46:16.056Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2023-12-07T11:46:16.464Z | Checking darling_core v0.14.4 |
2714 | 2023-12-07T11:46:17.170Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2715 | 2023-12-07T11:46:18.225Z | Documenting trust-dns-client v0.22.0 |
2716 | 2023-12-07T11:46:19.419Z | Checking darling v0.14.4 |
2717 | 2023-12-07T11:46:19.571Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2718 | 2023-12-07T11:46:26.518Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2719 | 2023-12-07T11:46:27.259Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2720 | 2023-12-07T11:46:29.104Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2721 | 2023-12-07T11:46:29.535Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2722 | 2023-12-07T11:46:31.827Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2723 | 2023-12-07T11:46:31.931Z | Documenting trust-dns-server v0.22.1 |
2724 | 2023-12-07T11:46:35.865Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2725 | 2023-12-07T11:46:38.909Z | Documenting sled v0.34.7 |
2726 | 2023-12-07T11:46:38.963Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2727 | 2023-12-07T11:46:40.283Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2728 | 2023-12-07T11:46:40.300Z | Documenting unicase v2.7.0 |
2729 | 2023-12-07T11:46:40.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2730 | 2023-12-07T11:46:41.314Z | Documenting globset v0.4.13 |
2731 | 2023-12-07T11:46:41.386Z | Documenting crossbeam-deque v0.8.3 |
2732 | 2023-12-07T11:46:45.054Z | Documenting headers-core v0.2.0 |
2733 | 2023-12-07T11:46:45.106Z | Documenting olpc-cjson v0.1.3 |
2734 | 2023-12-07T11:46:47.179Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2735 | 2023-12-07T11:46:47.463Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2736 | 2023-12-07T11:46:47.739Z | Documenting serde_plain v1.0.2 |
2737 | 2023-12-07T11:46:48.491Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2738 | 2023-12-07T11:46:49.044Z | Documenting async-recursion v1.0.5 |
2739 | 2023-12-07T11:46:49.154Z | Documenting display-error-chain v0.2.0 |
2740 | 2023-12-07T11:46:51.847Z | Documenting typed-path v0.7.0 |
2741 | 2023-12-07T11:46:52.039Z | Documenting pretty-hex v0.4.0 |
2742 | 2023-12-07T11:46:53.335Z | Documenting headers v0.3.9 |
2743 | 2023-12-07T11:46:53.666Z | Documenting rayon-core v1.12.0 |
2744 | 2023-12-07T11:46:53.790Z | Documenting mime_guess v2.0.4 |
2745 | 2023-12-07T11:46:55.640Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2746 | 2023-12-07T11:46:56.338Z | Checking derive_builder_core v0.12.0 |
2747 | 2023-12-07T11:46:56.786Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2748 | 2023-12-07T11:46:57.732Z | Documenting derive_builder_core v0.12.0 |
2749 | 2023-12-07T11:47:00.005Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2750 | 2023-12-07T11:47:00.048Z | Documenting tough v0.16.0 |
2751 | 2023-12-07T11:47:00.775Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2752 | 2023-12-07T11:47:01.640Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2753 | 2023-12-07T11:47:02.065Z | Documenting universal-hash v0.5.1 |
2754 | 2023-12-07T11:47:03.420Z | Documenting bcs v0.1.6 |
2755 | 2023-12-07T11:47:06.928Z | Documenting kstat-rs v0.2.3 |
2756 | 2023-12-07T11:47:07.103Z | Documenting thiserror-impl-no-std v2.0.2 |
2757 | 2023-12-07T11:47:09.526Z | Documenting curve25519-dalek-derive v0.1.0 |
2758 | 2023-12-07T11:47:11.482Z | Documenting opaque-debug v0.3.0 |
2759 | 2023-12-07T11:47:13.124Z | Documenting highway v1.1.0 |
2760 | 2023-12-07T11:47:14.721Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2761 | 2023-12-07T11:47:14.725Z | Documenting thiserror-no-std v2.0.2 |
2762 | 2023-12-07T11:47:15.722Z | Documenting poly1305 v0.8.0 |
2763 | 2023-12-07T11:47:16.168Z | Documenting curve25519-dalek v4.1.0 |
2764 | 2023-12-07T11:47:18.540Z | Documenting derive_builder_macro v0.12.0 |
2765 | 2023-12-07T11:47:18.874Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2766 | 2023-12-07T11:47:19.023Z | Documenting rayon v1.8.0 |
2767 | 2023-12-07T11:47:21.135Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2768 | 2023-12-07T11:47:24.901Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2769 | 2023-12-07T11:47:25.080Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2770 | 2023-12-07T11:47:25.133Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2771 | 2023-12-07T11:47:30.688Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2772 | 2023-12-07T11:47:44.005Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2773 | 2023-12-07T11:47:49.421Z | Documenting portable-atomic v1.4.3 |
2774 | 2023-12-07T11:47:50.807Z | Documenting ed25519 v1.5.3 |
2775 | 2023-12-07T11:47:51.320Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2776 | 2023-12-07T11:47:54.606Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2777 | 2023-12-07T11:47:55.054Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2778 | 2023-12-07T11:47:55.067Z | Documenting chacha20 v0.9.1 |
2779 | 2023-12-07T11:47:55.641Z | Documenting aead v0.5.2 |
2780 | 2023-12-07T11:47:57.457Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2781 | 2023-12-07T11:47:58.285Z | Documenting ref-cast-impl v1.0.20 |
2782 | 2023-12-07T11:47:59.712Z | Documenting vte_generate_state_changes v0.1.1 |
2783 | 2023-12-07T11:48:02.662Z | Documenting cassowary v0.3.0 |
2784 | 2023-12-07T11:48:04.986Z | Documenting number_prefix v0.4.0 |
2785 | 2023-12-07T11:48:05.398Z | Documenting vte v0.11.1 |
2786 | 2023-12-07T11:48:06.325Z | Documenting ref-cast v1.0.20 |
2787 | 2023-12-07T11:48:08.013Z | Documenting chacha20poly1305 v0.10.1 |
2788 | 2023-12-07T11:48:08.798Z | Documenting ratatui v0.23.0 |
2789 | 2023-12-07T11:48:10.570Z | Documenting salty v0.2.0 |
2790 | 2023-12-07T11:48:10.915Z | Documenting indicatif v0.17.7 |
2791 | 2023-12-07T11:48:12.044Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2792 | 2023-12-07T11:48:12.539Z | Documenting vsss-rs v3.3.1 |
2793 | 2023-12-07T11:48:17.010Z | Documenting derive_builder v0.12.0 |
2794 | 2023-12-07T11:48:18.410Z | Documenting fs-err v2.11.0 |
2795 | 2023-12-07T11:48:19.834Z | Documenting polar-core v0.27.0 |
2796 | 2023-12-07T11:48:19.837Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2797 | 2023-12-07T11:48:22.122Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2798 | 2023-12-07T11:48:23.945Z | Documenting libxml v0.3.3 |
2799 | 2023-12-07T11:48:24.572Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2800 | 2023-12-07T11:48:26.786Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2801 | 2023-12-07T11:48:29.146Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2802 | 2023-12-07T11:48:32.243Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2803 | 2023-12-07T11:48:33.295Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2804 | 2023-12-07T11:48:33.798Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2805 | 2023-12-07T11:48:33.903Z | Documenting bb8 v0.8.1 |
2806 | 2023-12-07T11:48:35.473Z | Documenting bytesize v1.3.0 |
2807 | 2023-12-07T11:48:41.146Z | Documenting serde-big-array v0.5.1 |
2808 | 2023-12-07T11:48:41.617Z | Documenting quick-xml v0.23.1 |
2809 | 2023-12-07T11:48:42.055Z | Documenting rtoolbox v0.0.1 |
2810 | 2023-12-07T11:48:43.071Z | Documenting impl-trait-for-tuples v0.2.2 |
2811 | 2023-12-07T11:48:47.637Z | Documenting oso-derive v0.27.0 |
2812 | 2023-12-07T11:48:47.998Z | Documenting smawk v0.3.1 |
2813 | 2023-12-07T11:48:48.150Z | Documenting is_ci v1.1.1 |
2814 | 2023-12-07T11:48:48.690Z | Documenting http-range v0.1.5 |
2815 | 2023-12-07T11:48:51.472Z | Documenting humantime v2.1.0 |
2816 | 2023-12-07T11:48:51.786Z | Documenting maplit v1.0.2 |
2817 | 2023-12-07T11:48:53.591Z | Documenting unicode-linebreak v0.1.5 |
2818 | 2023-12-07T11:48:54.211Z | Documenting supports-color v2.1.0 |
2819 | 2023-12-07T11:48:54.467Z | Documenting hyper-staticfile v0.9.5 |
2820 | 2023-12-07T11:48:54.660Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2821 | 2023-12-07T11:48:55.276Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2822 | 2023-12-07T11:48:56.878Z | Documenting rpassword v7.3.1 |
2823 | 2023-12-07T11:48:57.349Z | Documenting oso v0.27.0 |
2824 | 2023-12-07T11:48:57.674Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2825 | 2023-12-07T11:48:57.741Z | Documenting textwrap v0.16.0 |
2826 | 2023-12-07T11:49:01.446Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2827 | 2023-12-07T11:49:03.284Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2828 | 2023-12-07T11:49:04.690Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2829 | 2023-12-07T11:49:05.362Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2830 | 2023-12-07T11:49:12.057Z | Documenting tui-tree-widget v0.13.0 |
2831 | 2023-12-07T11:49:14.746Z | Documenting strip-ansi-escapes v0.2.0 |
2832 | 2023-12-07T11:49:15.713Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2833 | 2023-12-07T11:49:20.478Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2834 | 2023-12-07T11:49:21.120Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2835 | 2023-12-07T11:49:22.212Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2836 | 2023-12-07T11:49:22.955Z | Documenting cookie v0.18.0 |
2837 | 2023-12-07T11:49:24.343Z | Documenting rcgen v0.11.3 |
2838 | 2023-12-07T11:49:29.691Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2839 | 2023-12-07T11:49:29.863Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2840 | 2023-12-07T11:49:30.407Z | Documenting atomicwrites v0.4.2 |
2841 | 2023-12-07T11:49:30.691Z | Documenting signal-hook-tokio v0.3.1 |
2842 | 2023-12-07T11:49:34.468Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2843 | 2023-12-07T11:49:34.673Z | Documenting fd-lock v3.0.13 |
2844 | 2023-12-07T11:49:37.175Z | Documenting subprocess v0.2.9 |
2845 | 2023-12-07T11:49:37.624Z | Documenting nu-ansi-term v0.49.0 |
2846 | 2023-12-07T11:49:41.233Z | Documenting corncobs v0.1.3 |
2847 | 2023-12-07T11:49:43.014Z | Documenting shell-words v1.1.0 |
2848 | 2023-12-07T11:49:43.419Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2849 | 2023-12-07T11:49:43.779Z | Documenting reedline v0.26.0 |
2850 | 2023-12-07T11:49:45.308Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2851 | 2023-12-07T11:49:45.478Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2852 | 2023-12-07T11:49:46.507Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2853 | 2023-12-07T11:49:47.982Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2854 | 2023-12-07T11:49:49.186Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2855 | 2023-12-07T11:49:49.953Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2856 | 2023-12-07T11:49:52.714Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2857 | 2023-12-07T11:49:55.099Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2858 | 2023-12-07T11:49:57.736Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2859 | 2023-12-07T11:50:15.075Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2860 | 2023-12-07T11:50:17.927Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2861 | 2023-12-07T11:50:27.964Z | Documenting fatfs v0.3.6 |
2862 | 2023-12-07T11:50:29.168Z | Documenting nanorand v0.7.0 |
2863 | 2023-12-07T11:50:31.668Z | Documenting assert_matches v1.5.0 |
2864 | 2023-12-07T11:50:34.027Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2865 | 2023-12-07T11:50:35.300Z | Documenting flume v0.11.0 |
2866 | 2023-12-07T11:50:35.871Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2867 | 2023-12-07T11:50:36.062Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2868 | 2023-12-07T11:50:36.196Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2869 | 2023-12-07T11:50:39.618Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2870 | 2023-12-07T11:50:41.066Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2871 | 2023-12-07T11:50:42.427Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2872 | 2023-12-07T11:50:46.869Z | Documenting omicron-zone-package v0.9.1 |
2873 | 2023-12-07T11:51:01.370Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2874 | 2023-12-07T11:51:01.371Z | --> sled-agent/src/sim/instance.rs:46:7 |
2875 | 2023-12-07T11:51:01.371Z | | |
2876 | 2023-12-07T11:51:01.371Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2877 | 2023-12-07T11:51:01.371Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2878 | 2023-12-07T11:51:01.371Z | | |
2879 | 2023-12-07T11:51:01.371Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2880 | 2023-12-07T11:51:01.371Z | |
2881 | 2023-12-07T11:51:01.728Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2882 | 2023-12-07T11:51:02.892Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2883 | 2023-12-07T11:51:05.076Z | Documenting termios v0.3.3 |
2884 | 2023-12-07T11:51:05.364Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2885 | 2023-12-07T11:51:05.368Z | Documenting topological-sort v0.2.2 |
2886 | 2023-12-07T11:51:11.264Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2887 | 2023-12-07T11:51:11.739Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2888 | 2023-12-07T11:51:14.799Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2889 | 2023-12-07T11:51:17.818Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2890 | 2023-12-07T11:51:39.149Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2891 | 2023-12-07T11:51:53.215Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2892 | 2023-12-07T11:52:09.597Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2893 | 2023-12-07T11:52:18.231Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2894 | 2023-12-07T11:52:21.600Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2895 | 2023-12-07T11:52:23.391Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2896 | 2023-12-07T11:52:26.393Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2897 | 2023-12-07T11:52:42.119Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2898 | 2023-12-07T11:53:35.584Z | warning: unresolved link to `VolumeConstructionRequest` |
2899 | 2023-12-07T11:53:35.584Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2900 | 2023-12-07T11:53:35.584Z | | |
2901 | 2023-12-07T11:53:35.584Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2902 | 2023-12-07T11:53:35.584Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2903 | 2023-12-07T11:53:35.584Z | | |
2904 | 2023-12-07T11:53:35.584Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2905 | 2023-12-07T11:53:35.584Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2906 | 2023-12-07T11:53:35.584Z | |
2907 | 2023-12-07T11:53:35.588Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2908 | 2023-12-07T11:53:35.588Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2909 | 2023-12-07T11:53:35.589Z | | |
2910 | 2023-12-07T11:53:35.589Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2911 | 2023-12-07T11:53:35.589Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2912 | 2023-12-07T11:53:35.589Z | |
2913 | 2023-12-07T11:53:35.589Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2914 | 2023-12-07T11:53:35.589Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2915 | 2023-12-07T11:53:35.589Z | | |
2916 | 2023-12-07T11:53:35.589Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2917 | 2023-12-07T11:53:35.589Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2918 | 2023-12-07T11:53:35.589Z | |
2919 | 2023-12-07T11:53:35.589Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2920 | 2023-12-07T11:53:35.589Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2921 | 2023-12-07T11:53:35.589Z | | |
2922 | 2023-12-07T11:53:35.589Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2923 | 2023-12-07T11:53:35.589Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2924 | 2023-12-07T11:53:35.589Z | |
2925 | 2023-12-07T11:53:35.589Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2926 | 2023-12-07T11:53:35.589Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2927 | 2023-12-07T11:53:35.590Z | | |
2928 | 2023-12-07T11:53:35.590Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2929 | 2023-12-07T11:53:35.590Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2930 | 2023-12-07T11:53:35.590Z | |
2931 | 2023-12-07T11:53:35.590Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2932 | 2023-12-07T11:53:35.590Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2933 | 2023-12-07T11:53:35.590Z | | |
2934 | 2023-12-07T11:53:35.590Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2935 | 2023-12-07T11:53:35.590Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2936 | 2023-12-07T11:53:35.590Z | |
2937 | 2023-12-07T11:53:35.590Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2938 | 2023-12-07T11:53:35.590Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2939 | 2023-12-07T11:53:35.590Z | | |
2940 | 2023-12-07T11:53:35.590Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2941 | 2023-12-07T11:53:35.590Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2942 | 2023-12-07T11:53:35.590Z | |
2943 | 2023-12-07T11:53:38.797Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2944 | 2023-12-07T11:53:59.720Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 15s |
2945 | 2023-12-07T11:53:59.825Z | |
2946 | 2023-12-07T11:53:59.830Z | real 15:15.246715614 |
2947 | 2023-12-07T11:53:59.830Z | user 51:35.203706624 |
2948 | 2023-12-07T11:53:59.832Z | sys 58:50.342098568 |
2949 | 2023-12-07T11:53:59.832Z | trap 1.806337027 |
2950 | 2023-12-07T11:53:59.832Z | tflt 0.581387769 |
2951 | 2023-12-07T11:53:59.832Z | dflt 0.404127807 |
2952 | 2023-12-07T11:53:59.832Z | kflt 0.000223444 |
2953 | 2023-12-07T11:53:59.832Z | lock 3:02:08.901069602 |
2954 | 2023-12-07T11:53:59.832Z | slp 3:58:50.814104663 |
2955 | 2023-12-07T11:53:59.832Z | lat 5:13.055219668 |
2956 | 2023-12-07T11:53:59.832Z | stop 1:21.807790284 |
2957 | 2023-12-07T11:53:59.832Z | process exited: duration 1731122 ms, exit code 0 |
|
2958 | 2023-12-07T11:53:59.841Z | found 0 output files |