|
|
|
1 | 2023-12-07T18:00:26.701Z | job assigned to worker 01HH2PXB74PSZD57P74QPX3DA1 (queued for 1 m 41 s) |
|
2 | 2023-12-07T18:00:27.484Z | starting task 0: "setup" |
3 | 2023-12-07T18:00:27.749Z | ++ uname -s |
4 | 2023-12-07T18:00:27.754Z | + kern=SunOS |
5 | 2023-12-07T18:00:27.754Z | + case "$kern" in |
6 | 2023-12-07T18:00:27.754Z | + groupadd -g 12345 build |
7 | 2023-12-07T18:00:27.758Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T18:00:29.770Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T18:00:29.925Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T18:00:29.951Z | + home_fs=zfs |
11 | 2023-12-07T18:00:29.951Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T18:00:29.952Z | + mkdir -p /home/build |
13 | 2023-12-07T18:00:29.952Z | + chown build:build /home/build /work |
14 | 2023-12-07T18:00:31.932Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T18:00:31.937Z | process exited: duration 4450 ms, exit code 0 |
|
16 | 2023-12-07T18:00:31.975Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T18:00:31.980Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T18:00:31.980Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T18:00:32.175Z | info: downloading installer |
20 | 2023-12-07T18:00:34.215Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T18:00:34.215Z | warning: /opt/ooce/bin |
22 | 2023-12-07T18:00:34.215Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T18:00:34.215Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T18:00:34.215Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T18:00:34.216Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T18:00:34.216Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T18:00:34.216Z | error: cannot install while Rust is installed |
28 | 2023-12-07T18:00:34.218Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T18:00:34.543Z | info: profile set to 'default' |
30 | 2023-12-07T18:00:34.543Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T18:00:34.547Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T18:00:34.709Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T18:00:34.709Z | info: downloading component 'cargo' |
34 | 2023-12-07T18:00:35.362Z | info: downloading component 'clippy' |
35 | 2023-12-07T18:00:35.595Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T18:00:36.812Z | info: downloading component 'rust-std' |
37 | 2023-12-07T18:00:37.862Z | info: downloading component 'rustc' |
38 | 2023-12-07T18:00:41.485Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T18:00:41.691Z | info: installing component 'cargo' |
40 | 2023-12-07T18:00:43.609Z | info: installing component 'clippy' |
41 | 2023-12-07T18:00:44.445Z | info: installing component 'rust-docs' |
42 | 2023-12-07T18:00:47.169Z | info: installing component 'rust-std' |
43 | 2023-12-07T18:00:51.138Z | info: installing component 'rustc' |
44 | 2023-12-07T18:01:01.268Z | info: installing component 'rustfmt' |
45 | 2023-12-07T18:01:01.721Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T18:01:01.721Z | |
47 | 2023-12-07T18:01:01.895Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T18:01:01.895Z | |
49 | 2023-12-07T18:01:01.940Z | |
50 | 2023-12-07T18:01:01.940Z | Rust is installed now. Great! |
51 | 2023-12-07T18:01:01.941Z | |
52 | 2023-12-07T18:01:01.941Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T18:01:01.941Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T18:01:01.941Z | |
55 | 2023-12-07T18:01:01.941Z | To configure your current shell, run: |
56 | 2023-12-07T18:01:01.941Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T18:01:01.991Z | + rustc --version |
58 | 2023-12-07T18:01:02.111Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T18:01:02.119Z | process exited: duration 30152 ms, exit code 0 |
|
60 | 2023-12-07T18:01:02.128Z | starting task 2: "authentication" |
61 | 2023-12-07T18:01:02.174Z | process exited: duration 45 ms, exit code 0 |
|
62 | 2023-12-07T18:01:02.200Z | starting task 3: "clone repository" |
63 | 2023-12-07T18:01:02.210Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T18:01:02.210Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T18:01:02.246Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T18:01:09.484Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T18:01:09.484Z | + [[ -n bump-console-1802c285 ]] |
68 | 2023-12-07T18:01:09.488Z | + git fetch origin bump-console-1802c285 |
69 | 2023-12-07T18:01:09.845Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T18:01:09.845Z | * branch bump-console-1802c285 -> FETCH_HEAD |
71 | 2023-12-07T18:01:09.855Z | + git checkout -B bump-console-1802c285 remotes/origin/bump-console-1802c285 |
72 | 2023-12-07T18:01:09.930Z | Switched to a new branch 'bump-console-1802c285' |
73 | 2023-12-07T18:01:09.937Z | branch 'bump-console-1802c285' set up to track 'origin/bump-console-1802c285'. |
74 | 2023-12-07T18:01:09.937Z | + git reset --hard bb7b33b782432eb12e1ec69fc4b50c4a53eb8db6 |
75 | 2023-12-07T18:01:10.056Z | HEAD is now at bb7b33b7 Bump web console |
76 | 2023-12-07T18:01:10.060Z | process exited: duration 7870 ms, exit code 0 |
|
77 | 2023-12-07T18:01:10.068Z | starting task 4: "build" |
78 | 2023-12-07T18:01:10.075Z | + cargo --version |
79 | 2023-12-07T18:01:10.083Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T18:01:10.276Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T18:01:10.280Z | info: downloading component 'cargo' |
82 | 2023-12-07T18:01:10.996Z | info: downloading component 'clippy' |
83 | 2023-12-07T18:01:11.228Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T18:01:12.117Z | info: downloading component 'rust-std' |
85 | 2023-12-07T18:01:13.569Z | info: downloading component 'rustc' |
86 | 2023-12-07T18:01:17.280Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T18:01:17.484Z | info: installing component 'cargo' |
88 | 2023-12-07T18:01:18.780Z | info: installing component 'clippy' |
89 | 2023-12-07T18:01:19.257Z | info: installing component 'rust-docs' |
90 | 2023-12-07T18:01:21.988Z | info: installing component 'rust-std' |
91 | 2023-12-07T18:01:24.602Z | info: installing component 'rustc' |
92 | 2023-12-07T18:01:30.611Z | info: installing component 'rustfmt' |
93 | 2023-12-07T18:01:31.146Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T18:01:31.150Z | + rustc --version |
95 | 2023-12-07T18:01:31.265Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T18:01:31.272Z | + source ./env.sh |
97 | 2023-12-07T18:01:31.276Z | ++ set -o xtrace |
98 | 2023-12-07T18:01:31.276Z | ++++ dirname ./env.sh |
99 | 2023-12-07T18:01:31.281Z | +++ cd . |
100 | 2023-12-07T18:01:31.281Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-07T18:01:31.281Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-07T18:01:31.281Z | ++ 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-07T18:01:31.281Z | ++ 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-07T18:01:31.281Z | ++ 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-07T18:01:31.281Z | ++ 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-07T18:01:31.281Z | ++ 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-07T18:01:31.281Z | ++ 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-07T18:01:31.282Z | ++ 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-07T18:01:31.283Z | ++ 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-07T18:01:31.283Z | ++ unset OMICRON_WS |
111 | 2023-12-07T18:01:31.283Z | ++ set +o xtrace |
112 | 2023-12-07T18:01:31.333Z | |
113 | 2023-12-07T18:01:31.334Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-07T18:01:31.334Z | # # # # # # # # # # # # # # # |
115 | 2023-12-07T18:01:31.334Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-07T18:01:31.334Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-07T18:01:31.334Z | # # # # # # # # # # # # # # # |
118 | 2023-12-07T18:01:31.334Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-07T18:01:31.334Z | |
120 | 2023-12-07T18:01:40.269Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-07T18:01:41.456Z | Startup: Caching catalogs ... Done |
122 | 2023-12-07T18:01:47.931Z | Planning: Solver setup ... Done (6.078s) |
123 | 2023-12-07T18:01:48.080Z | Planning: Running solver ... Done (0.149s) |
124 | 2023-12-07T18:01:48.148Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-07T18:01:48.163Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-07T18:01:48.557Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-07T18:01:48.648Z | Planning: Package planning ... Done (0.090s) |
128 | 2023-12-07T18:01:48.733Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-07T18:01:49.630Z | Planning: Checking for conflicting actions ... Done (0.887s) |
130 | 2023-12-07T18:01:49.652Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-07T18:01:54.273Z | Planning: Evaluating mediators ... Done (4.630s) |
132 | 2023-12-07T18:01:54.381Z | Planning: Planning completed in 12.87 seconds |
133 | 2023-12-07T18:01:54.404Z | Packages to install: 4 |
134 | 2023-12-07T18:01:54.408Z | Packages to update: 2 |
135 | 2023-12-07T18:01:54.408Z | Mediators to change: 2 |
136 | 2023-12-07T18:01:54.408Z | Services to change: 1 |
137 | 2023-12-07T18:01:54.408Z | Estimated space available: 148.88 GB |
138 | 2023-12-07T18:01:54.408Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-07T18:01:54.408Z | Create boot environment: No |
140 | 2023-12-07T18:01:54.408Z | Create backup boot environment: Yes |
141 | 2023-12-07T18:01:54.408Z | Rebuild boot archive: No |
142 | 2023-12-07T18:01:54.408Z | |
143 | 2023-12-07T18:01:54.408Z | Changed mediators: |
144 | 2023-12-07T18:01:54.408Z | mediator clang: |
145 | 2023-12-07T18:01:54.409Z | version: None -> 15 (system default) |
146 | 2023-12-07T18:01:54.409Z | |
147 | 2023-12-07T18:01:54.409Z | mediator llvm: |
148 | 2023-12-07T18:01:54.409Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-07T18:01:54.409Z | |
150 | 2023-12-07T18:01:54.409Z | Changed packages: |
151 | 2023-12-07T18:01:54.409Z | helios-dev |
152 | 2023-12-07T18:01:54.409Z | developer/build-essential |
153 | 2023-12-07T18:01:54.409Z | None -> 11-2.0 |
154 | 2023-12-07T18:01:54.409Z | library/libxmlsec1 |
155 | 2023-12-07T18:01:54.409Z | None -> 1.2.35-2.0 |
156 | 2023-12-07T18:01:54.409Z | ooce/developer/clang-15 |
157 | 2023-12-07T18:01:54.409Z | None -> 15.0.7-2.0 |
158 | 2023-12-07T18:01:54.409Z | ooce/developer/llvm-15 |
159 | 2023-12-07T18:01:54.409Z | None -> 15.0.7-2.0 |
160 | 2023-12-07T18:01:54.409Z | system/library/g++-runtime |
161 | 2023-12-07T18:01:54.409Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-07T18:01:54.409Z | system/library/gcc-runtime |
163 | 2023-12-07T18:01:54.410Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-07T18:01:54.410Z | |
165 | 2023-12-07T18:01:54.410Z | Services: |
166 | 2023-12-07T18:01:54.410Z | restart_fmri: |
167 | 2023-12-07T18:01:54.410Z | svc:/system/update-man-index:default |
168 | 2023-12-07T18:01:54.590Z | |
169 | 2023-12-07T18:01:54.590Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-07T18:01:59.599Z | Download: 796/3330 items 18.6/221.1MB 8% complete (3.9M/s) |
171 | 2023-12-07T18:02:04.599Z | Download: 1199/3330 items 83.5/221.1MB 37% complete (8.3M/s) |
172 | 2023-12-07T18:02:09.604Z | Download: 1933/3330 items 118.6/221.1MB 53% complete (10.0M/s) |
173 | 2023-12-07T18:02:14.892Z | Download: 2223/3330 items 119.2/221.1MB 53% complete (6.9M/s) |
174 | 2023-12-07T18:02:32.477Z | Download: 2224/3330 items 119.2/221.1MB 53% complete |
175 | 2023-12-07T18:02:37.582Z | Download: 3249/3330 items 203.1/221.1MB 91% complete (16.8M/s) |
176 | 2023-12-07T18:02:41.386Z | Download: Completed 221.11 MB in 46.80 seconds (4.7M/s) |
177 | 2023-12-07T18:02:43.473Z | Actions: 1/3766 actions (Removing old actions) |
178 | 2023-12-07T18:02:43.473Z | Actions: 5/3766 actions (Installing new actions) |
179 | 2023-12-07T18:02:49.217Z | Actions: 2998/3766 actions (Installing new actions) |
180 | 2023-12-07T18:02:51.711Z | Actions: 3729/3766 actions (Updating modified actions) |
181 | 2023-12-07T18:02:52.281Z | Actions: Completed 3766 actions in 8.80 seconds. |
182 | 2023-12-07T18:02:52.468Z | Done (0.184s) |
183 | 2023-12-07T18:02:52.478Z | Done (0.000s) |
184 | 2023-12-07T18:02:52.731Z | Done (0.263s) |
185 | 2023-12-07T18:03:00.385Z | Done (7.543s) |
186 | 2023-12-07T18:03:00.624Z | Done (0.141s) |
187 | 2023-12-07T18:03:00.630Z | Done (0.000s) |
188 | 2023-12-07T18:03:00.864Z | Done (0.000s) |
189 | 2023-12-07T18:03:01.580Z | Planning: Evaluating mediator changes ... Done |
190 | 2023-12-07T18:03:01.880Z | Planning: Checking for conflicting actions ... Done |
191 | 2023-12-07T18:03:01.896Z | Planning: Consolidating action changes ... Done |
192 | 2023-12-07T18:03:02.303Z | Planning: Evaluating mediators ... Done |
193 | 2023-12-07T18:03:02.311Z | Planning: Planning completed in 0.72 seconds |
194 | 2023-12-07T18:03:02.365Z | Mediators to change: 2 |
195 | 2023-12-07T18:03:02.365Z | Create boot environment: No |
196 | 2023-12-07T18:03:02.365Z | Create backup boot environment: No |
197 | 2023-12-07T18:03:02.465Z | Done |
198 | 2023-12-07T18:03:02.466Z | Done |
199 | 2023-12-07T18:03:02.622Z | Done |
200 | 2023-12-07T18:03:08.347Z | Done |
201 | 2023-12-07T18:03:08.470Z | Done |
202 | 2023-12-07T18:03:08.474Z | Done |
203 | 2023-12-07T18:03:08.582Z | Done |
204 | 2023-12-07T18:03:10.000Z | Planning: Evaluating mediator changes ... Done |
205 | 2023-12-07T18:03:10.006Z | Planning: Merging actions ... Done |
206 | 2023-12-07T18:03:10.007Z | Planning: Checking for conflicting actions ... Done |
207 | 2023-12-07T18:03:10.007Z | Planning: Consolidating action changes ... Done |
208 | 2023-12-07T18:03:10.377Z | Planning: Evaluating mediators ... Done |
209 | 2023-12-07T18:03:10.440Z | Planning: Planning completed in 1.29 seconds |
210 | 2023-12-07T18:03:10.512Z | Packages to change: 1 |
211 | 2023-12-07T18:03:10.532Z | Mediators to change: 1 |
212 | 2023-12-07T18:03:10.532Z | Services to change: 1 |
213 | 2023-12-07T18:03:10.533Z | Create boot environment: No |
214 | 2023-12-07T18:03:10.534Z | Create backup boot environment: Yes |
215 | 2023-12-07T18:03:12.686Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2023-12-07T18:03:12.690Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2023-12-07T18:03:12.690Z | Done |
218 | 2023-12-07T18:03:12.690Z | Done |
219 | 2023-12-07T18:03:12.754Z | Done |
220 | 2023-12-07T18:03:18.356Z | Done |
221 | 2023-12-07T18:03:18.475Z | Done |
222 | 2023-12-07T18:03:18.479Z | Done |
223 | 2023-12-07T18:03:18.571Z | Done |
224 | 2023-12-07T18:03:19.226Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2023-12-07T18:03:19.226Z | clang system 15 system |
226 | 2023-12-07T18:03:19.226Z | csh system system illumos |
227 | 2023-12-07T18:03:19.226Z | ctags system system illumos |
228 | 2023-12-07T18:03:19.226Z | gcc vendor 12 vendor |
229 | 2023-12-07T18:03:19.226Z | gcc system 10 system |
230 | 2023-12-07T18:03:19.226Z | gcc system 7 system |
231 | 2023-12-07T18:03:19.226Z | go system 1.20 system |
232 | 2023-12-07T18:03:19.226Z | go system 1.19 system |
233 | 2023-12-07T18:03:19.227Z | llvm system 15 system |
234 | 2023-12-07T18:03:19.227Z | llvm system 14 system |
235 | 2023-12-07T18:03:19.227Z | mariadb system 10.6 system |
236 | 2023-12-07T18:03:19.227Z | mta vendor vendor dma |
237 | 2023-12-07T18:03:19.227Z | openjdk system 17 system |
238 | 2023-12-07T18:03:19.227Z | openjdk system 11 system |
239 | 2023-12-07T18:03:19.227Z | openjdk system 1.8 system |
240 | 2023-12-07T18:03:19.227Z | openssl vendor 3 vendor |
241 | 2023-12-07T18:03:19.227Z | perl system 5.36 system |
242 | 2023-12-07T18:03:19.227Z | postgresql system 15 system |
243 | 2023-12-07T18:03:19.227Z | postgresql system 13 system |
244 | 2023-12-07T18:03:19.227Z | python vendor 3 vendor |
245 | 2023-12-07T18:03:19.227Z | python system 2 system |
246 | 2023-12-07T18:03:19.227Z | python3 system 3.11 system |
247 | 2023-12-07T18:03:19.227Z | ruby system 3.0 system |
248 | 2023-12-07T18:03:19.227Z | words vendor vendor american-english |
249 | 2023-12-07T18:03:19.227Z | words system system australian-english |
250 | 2023-12-07T18:03:19.227Z | words system system british-english |
251 | 2023-12-07T18:03:19.228Z | words system system canadian-english |
252 | 2023-12-07T18:03:19.228Z | words system system french |
253 | 2023-12-07T18:03:19.228Z | words system system italian |
254 | 2023-12-07T18:03:19.228Z | words system system ngerman |
255 | 2023-12-07T18:03:19.228Z | words system system ogerman |
256 | 2023-12-07T18:03:19.228Z | words system system spanish |
257 | 2023-12-07T18:03:19.747Z | FMRI IFO |
258 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
262 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
264 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
265 | 2023-12-07T18:03:19.747Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
266 | 2023-12-07T18:03:19.812Z | + set -o errexit |
267 | 2023-12-07T18:03:19.816Z | +++ dirname ./tools/ci_download_cockroachdb |
268 | 2023-12-07T18:03:19.816Z | ++ cd ./tools |
269 | 2023-12-07T18:03:19.816Z | ++ pwd |
270 | 2023-12-07T18:03:19.820Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
271 | 2023-12-07T18:03:19.820Z | ++ basename ./tools/ci_download_cockroachdb |
272 | 2023-12-07T18:03:19.820Z | + ARG0=ci_download_cockroachdb |
273 | 2023-12-07T18:03:19.824Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
274 | 2023-12-07T18:03:19.824Z | + CIDL_VERSION=v22.1.9 |
275 | 2023-12-07T18:03:19.824Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
276 | 2023-12-07T18:03:19.824Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
277 | 2023-12-07T18:03:19.824Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
278 | 2023-12-07T18:03:19.827Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-12-07T18:03:19.827Z | + TARGET_DIR=out |
280 | 2023-12-07T18:03:19.827Z | + DOWNLOAD_DIR=out/downloads |
281 | 2023-12-07T18:03:19.828Z | + DEST_DIR=./out/cockroachdb |
282 | 2023-12-07T18:03:19.828Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
283 | 2023-12-07T18:03:19.828Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
284 | 2023-12-07T18:03:19.828Z | + main |
285 | 2023-12-07T18:03:19.828Z | + [[ 0 != 0 ]] |
286 | 2023-12-07T18:03:19.828Z | + CIDL_OS=solaris2.11 |
287 | 2023-12-07T18:03:19.828Z | + [[ 0 != 0 ]] |
288 | 2023-12-07T18:03:19.828Z | + configure_os solaris2.11 |
289 | 2023-12-07T18:03:19.828Z | + echo 'current directory: /work/oxidecomputer/omicron' |
290 | 2023-12-07T18:03:19.828Z | current directory: /work/oxidecomputer/omicron |
291 | 2023-12-07T18:03:19.828Z | + echo 'configuring based on OS: "solaris2.11"' |
292 | 2023-12-07T18:03:19.828Z | + case "$1" in |
293 | 2023-12-07T18:03:19.828Z | + CIDL_BUILD=illumos |
294 | 2023-12-07T18:03:19.828Z | configuring based on OS: "solaris2.11" |
295 | 2023-12-07T18:03:19.828Z | + CIDL_SUFFIX=tar.gz |
296 | 2023-12-07T18:03:19.828Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
297 | 2023-12-07T18:03:19.828Z | + CIDL_MD5FUNC=do_md5sum |
298 | 2023-12-07T18:03:19.828Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2023-12-07T18:03:19.829Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2023-12-07T18:03:19.829Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2023-12-07T18:03:19.829Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-07T18:03:19.829Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-07T18:03:19.829Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2023-12-07T18:03:19.829Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-07T18:03:19.829Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2023-12-07T18:03:19.834Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-07T18:03:19.834Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2023-12-07T18:03:19.834Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-07T18:03:19.834Z | + mkdir -p out/downloads |
310 | 2023-12-07T18:03:19.835Z | + mkdir -p ./out/cockroachdb |
311 | 2023-12-07T18:03:19.835Z | + local DO_DOWNLOAD=true |
312 | 2023-12-07T18:03:19.835Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
313 | 2023-12-07T18:03:19.835Z | + '[' true == true ']' |
314 | 2023-12-07T18:03:19.835Z | + echo Downloading... |
315 | 2023-12-07T18:03:19.835Z | Downloading... |
316 | 2023-12-07T18:03:19.835Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-07T18:03:19.835Z | + 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 |
318 | 2023-12-07T18:03:25.703Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-12-07T18:03:25.707Z | ++ md5sum |
320 | 2023-12-07T18:03:25.708Z | ++ awk '{print $1}' |
321 | 2023-12-07T18:03:25.889Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
322 | 2023-12-07T18:03:25.890Z | + [[ 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 ]] |
323 | 2023-12-07T18:03:25.890Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2023-12-07T18:03:25.896Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
325 | 2023-12-07T18:03:29.256Z | + do_assemble_illumos |
326 | 2023-12-07T18:03:29.256Z | + rm -r ./out/cockroachdb |
327 | 2023-12-07T18:03:29.259Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
328 | 2023-12-07T18:03:30.268Z | + ./out/cockroachdb/bin/cockroach version |
329 | 2023-12-07T18:03:30.274Z | Build Tag: v22.1.9-dirty |
330 | 2023-12-07T18:03:30.274Z | Build Time: 2022/10/26 21:17:46 |
331 | 2023-12-07T18:03:30.274Z | Distribution: OSS |
332 | 2023-12-07T18:03:30.274Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
333 | 2023-12-07T18:03:30.275Z | Go Version: go1.17.13 |
334 | 2023-12-07T18:03:30.275Z | C Compiler: gcc 10.3.0 |
335 | 2023-12-07T18:03:30.275Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
336 | 2023-12-07T18:03:30.275Z | Build Type: release |
337 | 2023-12-07T18:03:30.275Z | + set -o errexit |
338 | 2023-12-07T18:03:30.275Z | +++ dirname ./tools/ci_download_clickhouse |
339 | 2023-12-07T18:03:30.275Z | ++ cd ./tools |
340 | 2023-12-07T18:03:30.275Z | ++ pwd |
341 | 2023-12-07T18:03:30.275Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
342 | 2023-12-07T18:03:30.275Z | ++ basename ./tools/ci_download_clickhouse |
343 | 2023-12-07T18:03:30.275Z | + ARG0=ci_download_clickhouse |
344 | 2023-12-07T18:03:30.276Z | + TARGET_DIR=out |
345 | 2023-12-07T18:03:30.276Z | + DOWNLOAD_DIR=out/downloads |
346 | 2023-12-07T18:03:30.276Z | + DEST_DIR=./out/clickhouse |
347 | 2023-12-07T18:03:30.276Z | + CIDL_VERSION=v22.8.9.24 |
348 | 2023-12-07T18:03:30.276Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
349 | 2023-12-07T18:03:30.276Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
350 | 2023-12-07T18:03:30.276Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
351 | 2023-12-07T18:03:30.276Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
352 | 2023-12-07T18:03:30.276Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
353 | 2023-12-07T18:03:30.276Z | + main |
354 | 2023-12-07T18:03:30.276Z | + [[ 0 != 0 ]] |
355 | 2023-12-07T18:03:30.276Z | + CIDL_OS=solaris2.11 |
356 | 2023-12-07T18:03:30.276Z | + [[ 0 != 0 ]] |
357 | 2023-12-07T18:03:30.276Z | + configure_os solaris2.11 |
358 | 2023-12-07T18:03:30.276Z | + echo 'current directory: /work/oxidecomputer/omicron' |
359 | 2023-12-07T18:03:30.276Z | current directory: /work/oxidecomputer/omicron |
360 | 2023-12-07T18:03:30.276Z | + echo 'configuring based on OS: "solaris2.11"' |
361 | 2023-12-07T18:03:30.278Z | + CIDL_DASHREV= |
362 | 2023-12-07T18:03:30.278Z | + case "$1" in |
363 | 2023-12-07T18:03:30.278Z | configuring based on OS: "solaris2.11" |
364 | 2023-12-07T18:03:30.278Z | + CIDL_PLATFORM=illumos |
365 | 2023-12-07T18:03:30.278Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-12-07T18:03:30.279Z | + CIDL_MD5FUNC=do_md5sum |
367 | 2023-12-07T18:03:30.279Z | + CIDL_DASHREV=-1 |
368 | 2023-12-07T18:03:30.279Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
369 | 2023-12-07T18:03:30.279Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-07T18:03:30.279Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-07T18:03:30.279Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-07T18:03:30.279Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2023-12-07T18:03:30.279Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-07T18:03:30.279Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
375 | 2023-12-07T18:03:30.279Z | + mkdir -p out/downloads |
376 | 2023-12-07T18:03:30.279Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-07T18:03:30.279Z | + mkdir -p ./out/clickhouse |
378 | 2023-12-07T18:03:30.279Z | + local DO_DOWNLOAD=true |
379 | 2023-12-07T18:03:30.279Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
380 | 2023-12-07T18:03:30.279Z | + '[' true == true ']' |
381 | 2023-12-07T18:03:30.279Z | + echo Downloading... |
382 | 2023-12-07T18:03:30.279Z | Downloading... |
383 | 2023-12-07T18:03:30.279Z | + 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 |
384 | 2023-12-07T18:03:30.279Z | + 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 |
385 | 2023-12-07T18:03:31.481Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
386 | 2023-12-07T18:03:31.894Z | ++ md5sum |
387 | 2023-12-07T18:03:31.894Z | ++ awk '{print $1}' |
388 | 2023-12-07T18:03:31.894Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
389 | 2023-12-07T18:03:31.894Z | + [[ 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 ]] |
390 | 2023-12-07T18:03:31.894Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
391 | 2023-12-07T18:03:31.895Z | + mkdir -p ./out/clickhouse |
392 | 2023-12-07T18:03:31.895Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
393 | 2023-12-07T18:03:36.627Z | + ./out/clickhouse/clickhouse server --version |
394 | 2023-12-07T18:03:36.681Z | ClickHouse server version 22.8.9.1. |
395 | 2023-12-07T18:03:36.703Z | + set -o errexit |
396 | 2023-12-07T18:03:36.707Z | +++ dirname ./tools/ci_download_console |
397 | 2023-12-07T18:03:36.707Z | ++ cd ./tools |
398 | 2023-12-07T18:03:36.711Z | ++ pwd |
399 | 2023-12-07T18:03:36.711Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
400 | 2023-12-07T18:03:36.712Z | ++ basename ./tools/ci_download_console |
401 | 2023-12-07T18:03:36.712Z | + ARG0=ci_download_console |
402 | 2023-12-07T18:03:36.712Z | + TARGET_DIR=out |
403 | 2023-12-07T18:03:36.712Z | + DOWNLOAD_DIR=out/downloads |
404 | 2023-12-07T18:03:36.712Z | + DEST_DIR=./out/console-assets |
405 | 2023-12-07T18:03:36.712Z | + source /work/oxidecomputer/omicron/tools/console_version |
406 | 2023-12-07T18:03:36.712Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
407 | 2023-12-07T18:03:36.712Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
408 | 2023-12-07T18:03:36.712Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
409 | 2023-12-07T18:03:36.712Z | + TARBALL_FILE=out/downloads/console.tar.gz |
410 | 2023-12-07T18:03:36.717Z | + main |
411 | 2023-12-07T18:03:36.720Z | + [[ 0 != 0 ]] |
412 | 2023-12-07T18:03:36.720Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
413 | 2023-12-07T18:03:36.720Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
414 | 2023-12-07T18:03:36.721Z | + echo 'Local file: out/downloads/console.tar.gz' |
415 | 2023-12-07T18:03:36.721Z | Local file: out/downloads/console.tar.gz |
416 | 2023-12-07T18:03:36.721Z | + local DO_DOWNLOAD=true |
417 | 2023-12-07T18:03:36.721Z | + [[ -f out/downloads/console.tar.gz ]] |
418 | 2023-12-07T18:03:36.721Z | + mkdir -p out/downloads |
419 | 2023-12-07T18:03:36.721Z | + '[' true == true ']' |
420 | 2023-12-07T18:03:36.721Z | + echo Downloading... |
421 | 2023-12-07T18:03:36.721Z | Downloading... |
422 | 2023-12-07T18:03:36.721Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
423 | 2023-12-07T18:03:36.721Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
424 | 2023-12-07T18:03:37.621Z | ++ do_sha256sum out/downloads/console.tar.gz |
425 | 2023-12-07T18:03:37.627Z | ++ case "$OSTYPE" in |
426 | 2023-12-07T18:03:37.627Z | ++ SHA=sha256sum |
427 | 2023-12-07T18:03:37.627Z | ++ sha256sum |
428 | 2023-12-07T18:03:37.628Z | ++ awk '{print $1}' |
429 | 2023-12-07T18:03:37.645Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
430 | 2023-12-07T18:03:37.645Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
431 | 2023-12-07T18:03:37.657Z | + rm -rf ./out/console-assets |
432 | 2023-12-07T18:03:37.657Z | + mkdir -p ./out/console-assets |
433 | 2023-12-07T18:03:37.657Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
434 | 2023-12-07T18:03:37.657Z | + mkdir -p ./out/console-assets |
435 | 2023-12-07T18:03:37.658Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
436 | 2023-12-07T18:03:37.821Z | + set -o errexit |
437 | 2023-12-07T18:03:37.831Z | +++ dirname ./tools/ci_download_maghemite_openapi |
438 | 2023-12-07T18:03:37.831Z | ++ cd ./tools |
439 | 2023-12-07T18:03:37.832Z | ++ pwd |
440 | 2023-12-07T18:03:37.832Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
441 | 2023-12-07T18:03:37.832Z | ++ basename ./tools/ci_download_maghemite_openapi |
442 | 2023-12-07T18:03:37.833Z | + ARG0=ci_download_maghemite_openapi |
443 | 2023-12-07T18:03:37.833Z | + TARGET_DIR=out |
444 | 2023-12-07T18:03:37.833Z | + DOWNLOAD_DIR=out/downloads |
445 | 2023-12-07T18:03:37.833Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
446 | 2023-12-07T18:03:37.834Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
447 | 2023-12-07T18:03:37.834Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-07T18:03:37.834Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
449 | 2023-12-07T18:03:37.834Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
450 | 2023-12-07T18:03:37.834Z | + main |
451 | 2023-12-07T18:03:37.835Z | + [[ 0 != 0 ]] |
452 | 2023-12-07T18:03:37.835Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
453 | 2023-12-07T18:03:37.835Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
454 | 2023-12-07T18:03:37.835Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
455 | 2023-12-07T18:03:37.835Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
456 | 2023-12-07T18:03:37.839Z | + local DO_DOWNLOAD=true |
457 | 2023-12-07T18:03:37.840Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
458 | 2023-12-07T18:03:37.840Z | + mkdir -p out/downloads |
459 | 2023-12-07T18:03:37.852Z | + '[' true == true ']' |
460 | 2023-12-07T18:03:37.853Z | + echo Downloading... |
461 | 2023-12-07T18:03:37.853Z | Downloading... |
462 | 2023-12-07T18:03:37.853Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2023-12-07T18:03:37.853Z | + 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 |
464 | 2023-12-07T18:03:38.110Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-07T18:03:38.110Z | ++ case "$OSTYPE" in |
466 | 2023-12-07T18:03:38.117Z | ++ SHA=sha256sum |
467 | 2023-12-07T18:03:38.117Z | ++ sha256sum |
468 | 2023-12-07T18:03:38.117Z | ++ awk '{print $1}' |
469 | 2023-12-07T18:03:38.117Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
470 | 2023-12-07T18:03:38.117Z | + [[ 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 ]] |
471 | 2023-12-07T18:03:38.117Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
472 | 2023-12-07T18:03:38.121Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
473 | 2023-12-07T18:03:38.121Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-07T18:03:38.127Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
475 | 2023-12-07T18:03:38.127Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
476 | 2023-12-07T18:03:38.127Z | + main |
477 | 2023-12-07T18:03:38.127Z | + [[ 0 != 0 ]] |
478 | 2023-12-07T18:03:38.127Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
479 | 2023-12-07T18:03:38.127Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
480 | 2023-12-07T18:03:38.127Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
481 | 2023-12-07T18:03:38.127Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
482 | 2023-12-07T18:03:38.128Z | + local DO_DOWNLOAD=true |
483 | 2023-12-07T18:03:38.128Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
484 | 2023-12-07T18:03:38.128Z | + mkdir -p out/downloads |
485 | 2023-12-07T18:03:38.128Z | + '[' true == true ']' |
486 | 2023-12-07T18:03:38.128Z | + echo Downloading... |
487 | 2023-12-07T18:03:38.128Z | Downloading... |
488 | 2023-12-07T18:03:38.128Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
489 | 2023-12-07T18:03:38.128Z | + 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 |
490 | 2023-12-07T18:03:38.309Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
491 | 2023-12-07T18:03:38.314Z | ++ case "$OSTYPE" in |
492 | 2023-12-07T18:03:38.314Z | ++ SHA=sha256sum |
493 | 2023-12-07T18:03:38.314Z | ++ sha256sum |
494 | 2023-12-07T18:03:38.315Z | ++ awk '{print $1}' |
495 | 2023-12-07T18:03:38.315Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
496 | 2023-12-07T18:03:38.315Z | + [[ 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 ]] |
497 | 2023-12-07T18:03:38.315Z | + set -o errexit |
498 | 2023-12-07T18:03:38.315Z | +++ dirname ./tools/ci_download_dendrite_openapi |
499 | 2023-12-07T18:03:38.315Z | ++ cd ./tools |
500 | 2023-12-07T18:03:38.315Z | ++ pwd |
501 | 2023-12-07T18:03:38.315Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2023-12-07T18:03:38.315Z | ++ basename ./tools/ci_download_dendrite_openapi |
503 | 2023-12-07T18:03:38.316Z | + ARG0=ci_download_dendrite_openapi |
504 | 2023-12-07T18:03:38.316Z | + TARGET_DIR=out |
505 | 2023-12-07T18:03:38.316Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-12-07T18:03:38.316Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
507 | 2023-12-07T18:03:38.316Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
508 | 2023-12-07T18:03:38.316Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-07T18:03:38.316Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
510 | 2023-12-07T18:03:38.316Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
511 | 2023-12-07T18:03:38.318Z | + main |
512 | 2023-12-07T18:03:38.318Z | + [[ 0 != 0 ]] |
513 | 2023-12-07T18:03:38.318Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
514 | 2023-12-07T18:03:38.318Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
515 | 2023-12-07T18:03:38.318Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
516 | 2023-12-07T18:03:38.318Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
517 | 2023-12-07T18:03:38.318Z | + local DO_DOWNLOAD=true |
518 | 2023-12-07T18:03:38.318Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
519 | 2023-12-07T18:03:38.318Z | + mkdir -p out/downloads |
520 | 2023-12-07T18:03:38.319Z | + '[' true == true ']' |
521 | 2023-12-07T18:03:38.319Z | + echo Downloading... |
522 | 2023-12-07T18:03:38.319Z | Downloading... |
523 | 2023-12-07T18:03:38.319Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
524 | 2023-12-07T18:03:38.319Z | + 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 |
525 | 2023-12-07T18:03:38.534Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
526 | 2023-12-07T18:03:38.542Z | ++ case "$OSTYPE" in |
527 | 2023-12-07T18:03:38.542Z | ++ SHA=sha256sum |
528 | 2023-12-07T18:03:38.543Z | ++ sha256sum |
529 | 2023-12-07T18:03:38.543Z | ++ awk '{print $1}' |
530 | 2023-12-07T18:03:38.543Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
531 | 2023-12-07T18:03:38.543Z | + [[ 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 ]] |
532 | 2023-12-07T18:03:38.553Z | + set -o errexit |
533 | 2023-12-07T18:03:38.969Z | +++ dirname ./tools/ci_download_dendrite_stub |
534 | 2023-12-07T18:03:38.969Z | ++ cd ./tools |
535 | 2023-12-07T18:03:38.969Z | ++ pwd |
536 | 2023-12-07T18:03:38.970Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
537 | 2023-12-07T18:03:38.970Z | ++ basename ./tools/ci_download_dendrite_stub |
538 | 2023-12-07T18:03:38.970Z | + ARG0=ci_download_dendrite_stub |
539 | 2023-12-07T18:03:38.970Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
540 | 2023-12-07T18:03:38.970Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
541 | 2023-12-07T18:03:38.971Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
542 | 2023-12-07T18:03:38.971Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
543 | 2023-12-07T18:03:38.971Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
544 | 2023-12-07T18:03:38.971Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
545 | 2023-12-07T18:03:38.971Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
546 | 2023-12-07T18:03:38.972Z | + TARGET_DIR=out |
547 | 2023-12-07T18:03:38.972Z | + DOWNLOAD_DIR=out/downloads |
548 | 2023-12-07T18:03:38.972Z | + DEST_DIR=./out/dendrite-stub |
549 | 2023-12-07T18:03:38.972Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
550 | 2023-12-07T18:03:38.972Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
551 | 2023-12-07T18:03:38.973Z | + REPO=oxidecomputer/dendrite |
552 | 2023-12-07T18:03:38.973Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
553 | 2023-12-07T18:03:38.973Z | + main |
554 | 2023-12-07T18:03:38.973Z | + [[ 0 != 0 ]] |
555 | 2023-12-07T18:03:38.973Z | + CIDL_OS=solaris2.11 |
556 | 2023-12-07T18:03:38.974Z | + [[ 0 != 0 ]] |
557 | 2023-12-07T18:03:38.974Z | + configure_os solaris2.11 |
558 | 2023-12-07T18:03:38.974Z | + echo 'current directory: /work/oxidecomputer/omicron' |
559 | 2023-12-07T18:03:38.974Z | current directory: /work/oxidecomputer/omicron |
560 | 2023-12-07T18:03:38.974Z | + echo 'configuring based on OS: "solaris2.11"' |
561 | 2023-12-07T18:03:38.975Z | configuring based on OS: "solaris2.11" |
562 | 2023-12-07T18:03:38.975Z | + case "$1" in |
563 | 2023-12-07T18:03:38.975Z | + SET_BINARIES= |
564 | 2023-12-07T18:03:38.975Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
565 | 2023-12-07T18:03:38.975Z | + CIDL_SHA256FUNC=do_sha256sum |
566 | 2023-12-07T18:03:38.976Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
567 | 2023-12-07T18:03:38.976Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
568 | 2023-12-07T18:03:38.976Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-07T18:03:38.976Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
570 | 2023-12-07T18:03:38.976Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
571 | 2023-12-07T18:03:38.977Z | Local file: out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-07T18:03:38.977Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
573 | 2023-12-07T18:03:38.977Z | + mkdir -p out/downloads |
574 | 2023-12-07T18:03:38.985Z | + mkdir -p ./out/dendrite-stub |
575 | 2023-12-07T18:03:38.986Z | + fetch_and_verify |
576 | 2023-12-07T18:03:38.986Z | + local DO_DOWNLOAD=true |
577 | 2023-12-07T18:03:38.986Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
578 | 2023-12-07T18:03:38.986Z | + '[' true == true ']' |
579 | 2023-12-07T18:03:38.987Z | + echo Downloading... |
580 | 2023-12-07T18:03:38.987Z | Downloading... |
581 | 2023-12-07T18:03:38.987Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
582 | 2023-12-07T18:03:38.990Z | + 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 |
583 | 2023-12-07T18:03:49.042Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
584 | 2023-12-07T18:03:49.059Z | ++ sha256sum |
585 | 2023-12-07T18:03:49.059Z | ++ awk '{print $1}' |
586 | 2023-12-07T18:03:49.139Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
587 | 2023-12-07T18:03:49.144Z | + [[ 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 ]] |
588 | 2023-12-07T18:03:49.144Z | + do_untar out/downloads/dendrite-stub.tar.gz |
589 | 2023-12-07T18:03:49.144Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
590 | 2023-12-07T18:03:50.240Z | + do_assemble |
591 | 2023-12-07T18:03:50.240Z | + rm -r ./out/dendrite-stub |
592 | 2023-12-07T18:03:50.244Z | + mkdir ./out/dendrite-stub |
593 | 2023-12-07T18:03:50.248Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
594 | 2023-12-07T18:03:50.406Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
595 | 2023-12-07T18:03:50.413Z | + set -o errexit |
596 | 2023-12-07T18:03:50.418Z | +++ dirname ./tools/ci_download_maghemite_mgd |
597 | 2023-12-07T18:03:50.422Z | ++ cd ./tools |
598 | 2023-12-07T18:03:50.422Z | ++ pwd |
599 | 2023-12-07T18:03:50.422Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
600 | 2023-12-07T18:03:50.422Z | ++ basename ./tools/ci_download_maghemite_mgd |
601 | 2023-12-07T18:03:50.422Z | + ARG0=ci_download_maghemite_mgd |
602 | 2023-12-07T18:03:50.422Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
603 | 2023-12-07T18:03:50.423Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
604 | 2023-12-07T18:03:50.423Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
605 | 2023-12-07T18:03:50.423Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
606 | 2023-12-07T18:03:50.423Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
607 | 2023-12-07T18:03:50.423Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
608 | 2023-12-07T18:03:50.423Z | + TARGET_DIR=out |
609 | 2023-12-07T18:03:50.423Z | + DOWNLOAD_DIR=out/downloads |
610 | 2023-12-07T18:03:50.423Z | + DEST_DIR=./out/mgd |
611 | 2023-12-07T18:03:50.423Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
612 | 2023-12-07T18:03:50.423Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
613 | 2023-12-07T18:03:50.423Z | + REPO=oxidecomputer/maghemite |
614 | 2023-12-07T18:03:50.423Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
615 | 2023-12-07T18:03:50.426Z | + main |
616 | 2023-12-07T18:03:50.427Z | + [[ 0 != 0 ]] |
617 | 2023-12-07T18:03:50.427Z | + CIDL_OS=solaris2.11 |
618 | 2023-12-07T18:03:50.427Z | + [[ 0 != 0 ]] |
619 | 2023-12-07T18:03:50.427Z | + configure_os solaris2.11 |
620 | 2023-12-07T18:03:50.427Z | + echo 'current directory: /work/oxidecomputer/omicron' |
621 | 2023-12-07T18:03:50.427Z | current directory: /work/oxidecomputer/omicron |
622 | 2023-12-07T18:03:50.427Z | + echo 'configuring based on OS: "solaris2.11"' |
623 | 2023-12-07T18:03:50.427Z | + case "$1" in |
624 | 2023-12-07T18:03:50.427Z | + SET_BINARIES= |
625 | 2023-12-07T18:03:50.427Z | configuring based on OS: "solaris2.11" |
626 | 2023-12-07T18:03:50.427Z | + CIDL_SHA256FUNC=do_sha256sum |
627 | 2023-12-07T18:03:50.427Z | + TARBALL_FILENAME=mgd.tar.gz |
628 | 2023-12-07T18:03:50.427Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
629 | 2023-12-07T18:03:50.427Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
630 | 2023-12-07T18:03:50.427Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
631 | 2023-12-07T18:03:50.427Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
632 | 2023-12-07T18:03:50.427Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
633 | 2023-12-07T18:03:50.432Z | Local file: out/downloads/mgd.tar.gz |
634 | 2023-12-07T18:03:50.432Z | + mkdir -p out/downloads |
635 | 2023-12-07T18:03:50.432Z | + mkdir -p ./out/mgd |
636 | 2023-12-07T18:03:50.432Z | + fetch_and_verify |
637 | 2023-12-07T18:03:50.432Z | + local DO_DOWNLOAD=true |
638 | 2023-12-07T18:03:50.432Z | + [[ -f out/downloads/mgd.tar.gz ]] |
639 | 2023-12-07T18:03:50.432Z | + '[' true == true ']' |
640 | 2023-12-07T18:03:50.432Z | + echo Downloading... |
641 | 2023-12-07T18:03:50.432Z | Downloading... |
642 | 2023-12-07T18:03:50.433Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
643 | 2023-12-07T18:03:50.433Z | + 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 |
644 | 2023-12-07T18:03:54.063Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
645 | 2023-12-07T18:03:54.068Z | ++ sha256sum |
646 | 2023-12-07T18:03:54.069Z | ++ awk '{print $1}' |
647 | 2023-12-07T18:03:54.134Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
648 | 2023-12-07T18:03:54.134Z | + [[ 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 ]] |
649 | 2023-12-07T18:03:54.139Z | + do_untar out/downloads/mgd.tar.gz |
650 | 2023-12-07T18:03:54.140Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
651 | 2023-12-07T18:03:54.791Z | + do_assemble |
652 | 2023-12-07T18:03:54.792Z | + rm -r ./out/mgd |
653 | 2023-12-07T18:03:54.797Z | + mkdir ./out/mgd |
654 | 2023-12-07T18:03:54.797Z | + cp -r out/downloads/root ./out/mgd/root |
655 | 2023-12-07T18:03:55.028Z | + set -o errexit |
656 | 2023-12-07T18:03:55.033Z | +++ dirname ./tools/ci_download_transceiver_control |
657 | 2023-12-07T18:03:55.033Z | ++ cd ./tools |
658 | 2023-12-07T18:03:55.033Z | ++ pwd |
659 | 2023-12-07T18:03:55.033Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
660 | 2023-12-07T18:03:55.033Z | ++ basename ./tools/ci_download_transceiver_control |
661 | 2023-12-07T18:03:55.033Z | + ARG0=ci_download_transceiver_control |
662 | 2023-12-07T18:03:55.033Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
663 | 2023-12-07T18:03:55.033Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2023-12-07T18:03:55.033Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2023-12-07T18:03:55.033Z | + TARGET_DIR=out |
666 | 2023-12-07T18:03:55.033Z | + DOWNLOAD_DIR=out/downloads |
667 | 2023-12-07T18:03:55.033Z | + DEST_DIR=./out/transceiver-control |
668 | 2023-12-07T18:03:55.033Z | + BIN_DIR=/opt/oxide/bin |
669 | 2023-12-07T18:03:55.033Z | + BINARY=xcvradm |
670 | 2023-12-07T18:03:55.034Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
671 | 2023-12-07T18:03:55.034Z | + REPO=oxidecomputer/transceiver-control |
672 | 2023-12-07T18:03:55.034Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2023-12-07T18:03:55.034Z | + main |
674 | 2023-12-07T18:03:55.034Z | + [[ 0 != 0 ]] |
675 | 2023-12-07T18:03:55.034Z | + CIDL_OS=solaris2.11 |
676 | 2023-12-07T18:03:55.034Z | + [[ 0 != 0 ]] |
677 | 2023-12-07T18:03:55.035Z | + configure_os solaris2.11 |
678 | 2023-12-07T18:03:55.035Z | + echo 'current directory: /work/oxidecomputer/omicron' |
679 | 2023-12-07T18:03:55.035Z | current directory: /work/oxidecomputer/omicron |
680 | 2023-12-07T18:03:55.035Z | + echo 'configuring based on OS: "solaris2.11"' |
681 | 2023-12-07T18:03:55.035Z | configuring based on OS: "solaris2.11" |
682 | 2023-12-07T18:03:55.035Z | + case "$1" in |
683 | 2023-12-07T18:03:55.035Z | + SET_BINARIES= |
684 | 2023-12-07T18:03:55.035Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-07T18:03:55.035Z | + CIDL_SHA256FUNC=do_sha256sum |
686 | 2023-12-07T18:03:55.035Z | + ARCHIVE_FILENAME=xcvradm.gz |
687 | 2023-12-07T18:03:55.035Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2023-12-07T18:03:55.035Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
689 | 2023-12-07T18:03:55.035Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2023-12-07T18:03:55.035Z | Local file: out/downloads/xcvradm.gz |
691 | 2023-12-07T18:03:55.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
692 | 2023-12-07T18:03:55.035Z | + echo 'Local file: out/downloads/xcvradm.gz' |
693 | 2023-12-07T18:03:55.035Z | + mkdir -p out/downloads |
694 | 2023-12-07T18:03:55.035Z | + mkdir -p ./out/transceiver-control |
695 | 2023-12-07T18:03:55.035Z | + fetch_and_verify |
696 | 2023-12-07T18:03:55.036Z | + local DO_DOWNLOAD=true |
697 | 2023-12-07T18:03:55.036Z | + [[ -f out/downloads/xcvradm.gz ]] |
698 | 2023-12-07T18:03:55.036Z | + '[' true == true ']' |
699 | 2023-12-07T18:03:55.036Z | + echo Downloading... |
700 | 2023-12-07T18:03:55.037Z | Downloading... |
701 | 2023-12-07T18:03:55.037Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
702 | 2023-12-07T18:03:55.037Z | + 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 |
703 | 2023-12-07T18:03:55.481Z | ++ do_sha256sum out/downloads/xcvradm.gz |
704 | 2023-12-07T18:03:55.485Z | ++ sha256sum |
705 | 2023-12-07T18:03:55.486Z | ++ awk '{print $1}' |
706 | 2023-12-07T18:03:55.506Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
707 | 2023-12-07T18:03:55.506Z | + [[ 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 ]] |
708 | 2023-12-07T18:03:55.512Z | + do_unpack out/downloads/xcvradm.gz |
709 | 2023-12-07T18:03:55.514Z | + mkdir -p out/downloads/root//opt/oxide/bin |
710 | 2023-12-07T18:03:55.514Z | + gzip -dc out/downloads/xcvradm.gz |
711 | 2023-12-07T18:03:55.690Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
712 | 2023-12-07T18:03:55.697Z | + do_assemble |
713 | 2023-12-07T18:03:55.697Z | + rm -r ./out/transceiver-control |
714 | 2023-12-07T18:03:55.697Z | + mkdir ./out/transceiver-control |
715 | 2023-12-07T18:03:55.701Z | + cp -r out/downloads/root ./out/transceiver-control/root |
716 | 2023-12-07T18:03:55.959Z | All builder prerequisites installed successfully, and PATH looks valid |
717 | 2023-12-07T18:03:55.965Z | |
718 | 2023-12-07T18:03:55.965Z | real 2:24.621367989 |
719 | 2023-12-07T18:03:55.965Z | user 54.959966057 |
720 | 2023-12-07T18:03:55.965Z | sys 10.345063461 |
721 | 2023-12-07T18:03:55.966Z | trap 0.024765599 |
722 | 2023-12-07T18:03:55.966Z | tflt 0.293067565 |
723 | 2023-12-07T18:03:55.966Z | dflt 0.609482121 |
724 | 2023-12-07T18:03:55.966Z | kflt 0.222665962 |
725 | 2023-12-07T18:03:55.966Z | lock 1.674564298 |
726 | 2023-12-07T18:03:55.966Z | slp 4:27.932377752 |
727 | 2023-12-07T18:03:55.966Z | lat 3.490847770 |
728 | 2023-12-07T18:03:55.966Z | stop 0.068267430 |
729 | 2023-12-07T18:03:55.966Z | |
730 | 2023-12-07T18:03:55.966Z | #### # # ##### ##### # # |
731 | 2023-12-07T18:03:55.967Z | # # # # # # # # # # |
732 | 2023-12-07T18:03:55.967Z | # # # # # # # # |
733 | 2023-12-07T18:03:55.967Z | # # # ##### ##### # |
734 | 2023-12-07T18:03:55.968Z | # # # # # # # |
735 | 2023-12-07T18:03:55.968Z | #### ###### # # # # |
736 | 2023-12-07T18:03:55.968Z | |
737 | 2023-12-07T18:03:56.302Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2023-12-07T18:03:56.707Z | Updating crates.io index |
739 | 2023-12-07T18:03:56.710Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2023-12-07T18:03:57.640Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2023-12-07T18:03:59.423Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2023-12-07T18:04:00.064Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2023-12-07T18:04:00.418Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2023-12-07T18:04:00.698Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2023-12-07T18:04:01.006Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2023-12-07T18:04:01.916Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2023-12-07T18:04:04.109Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2023-12-07T18:04:05.152Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2023-12-07T18:04:05.534Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2023-12-07T18:04:06.229Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2023-12-07T18:04:06.573Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
752 | 2023-12-07T18:04:06.936Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
753 | 2023-12-07T18:04:07.765Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
754 | 2023-12-07T18:04:07.769Z | Updating git repository `https://github.com/njaremko/samael` |
755 | 2023-12-07T18:04:08.142Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
756 | 2023-12-07T18:04:08.874Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
757 | 2023-12-07T18:04:09.330Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
758 | 2023-12-07T18:04:09.676Z | Updating git repository `https://github.com/jgallagher/nix` |
759 | 2023-12-07T18:04:10.972Z | Updating git repository `https://github.com/cbiffle/hubpack` |
760 | 2023-12-07T18:04:11.370Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2023-12-07T18:04:12.332Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2023-12-07T18:04:12.989Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
763 | 2023-12-07T18:04:13.322Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
764 | 2023-12-07T18:04:14.835Z | Downloading crates ... |
765 | 2023-12-07T18:04:15.039Z | Downloaded equivalent v1.0.1 |
766 | 2023-12-07T18:04:15.043Z | Downloaded clap_lex v0.5.1 |
767 | 2023-12-07T18:04:15.043Z | Downloaded heck v0.4.1 |
768 | 2023-12-07T18:04:15.053Z | Downloaded colorchoice v1.0.0 |
769 | 2023-12-07T18:04:15.057Z | Downloaded serde_derive v1.0.192 |
770 | 2023-12-07T18:04:15.065Z | Downloaded utf8parse v0.2.1 |
771 | 2023-12-07T18:04:15.065Z | Downloaded anstyle v1.0.2 |
772 | 2023-12-07T18:04:15.065Z | Downloaded strsim v0.10.0 |
773 | 2023-12-07T18:04:15.070Z | Downloaded anstream v0.5.0 |
774 | 2023-12-07T18:04:15.070Z | Downloaded errno v0.3.2 |
775 | 2023-12-07T18:04:15.077Z | Downloaded serde_spanned v0.6.4 |
776 | 2023-12-07T18:04:15.080Z | Downloaded itoa v1.0.9 |
777 | 2023-12-07T18:04:15.080Z | Downloaded cargo_toml v0.17.0 |
778 | 2023-12-07T18:04:15.084Z | Downloaded semver v1.0.20 |
779 | 2023-12-07T18:04:15.088Z | Downloaded cargo-platform v0.1.3 |
780 | 2023-12-07T18:04:15.092Z | Downloaded proc-macro2 v1.0.69 |
781 | 2023-12-07T18:04:15.095Z | Downloaded anstyle-query v1.0.0 |
782 | 2023-12-07T18:04:15.099Z | Downloaded thiserror v1.0.49 |
783 | 2023-12-07T18:04:15.103Z | Downloaded clap_derive v4.4.2 |
784 | 2023-12-07T18:04:15.106Z | Downloaded quote v1.0.33 |
785 | 2023-12-07T18:04:15.111Z | Downloaded io-lifetimes v1.0.11 |
786 | 2023-12-07T18:04:15.115Z | Downloaded anstyle-parse v0.2.1 |
787 | 2023-12-07T18:04:15.118Z | Downloaded indexmap v2.1.0 |
788 | 2023-12-07T18:04:15.122Z | Downloaded unicode-ident v1.0.12 |
789 | 2023-12-07T18:04:15.130Z | Downloaded anyhow v1.0.75 |
790 | 2023-12-07T18:04:15.134Z | Downloaded clap v4.4.3 |
791 | 2023-12-07T18:04:15.148Z | Downloaded toml_edit v0.21.0 |
792 | 2023-12-07T18:04:15.186Z | Downloaded serde_json v1.0.108 |
793 | 2023-12-07T18:04:15.203Z | Downloaded clap_builder v4.4.2 |
794 | 2023-12-07T18:04:15.211Z | Downloaded syn v2.0.32 |
795 | 2023-12-07T18:04:15.229Z | Downloaded rustix v0.37.23 |
796 | 2023-12-07T18:04:15.262Z | Downloaded libc v0.2.150 |
797 | 2023-12-07T18:04:15.308Z | Downloaded hashbrown v0.14.2 |
798 | 2023-12-07T18:04:15.316Z | Downloaded winnow v0.5.15 |
799 | 2023-12-07T18:04:15.329Z | Downloaded serde v1.0.192 |
800 | 2023-12-07T18:04:15.334Z | Downloaded memchr v2.6.3 |
801 | 2023-12-07T18:04:15.343Z | Downloaded ryu v1.0.15 |
802 | 2023-12-07T18:04:15.347Z | Downloaded toml v0.8.8 |
803 | 2023-12-07T18:04:15.352Z | Downloaded cargo_metadata v0.18.0 |
804 | 2023-12-07T18:04:15.357Z | Downloaded camino v1.1.6 |
805 | 2023-12-07T18:04:15.361Z | Downloaded bitflags v1.3.2 |
806 | 2023-12-07T18:04:15.365Z | Downloaded terminal_size v0.2.6 |
807 | 2023-12-07T18:04:15.365Z | Downloaded toml_datetime v0.6.5 |
808 | 2023-12-07T18:04:15.371Z | Downloaded thiserror-impl v1.0.49 |
809 | 2023-12-07T18:04:15.477Z | Compiling proc-macro2 v1.0.69 |
810 | 2023-12-07T18:04:15.477Z | Compiling unicode-ident v1.0.12 |
811 | 2023-12-07T18:04:15.482Z | Compiling serde v1.0.192 |
812 | 2023-12-07T18:04:15.482Z | Compiling libc v0.2.150 |
813 | 2023-12-07T18:04:15.482Z | Compiling io-lifetimes v1.0.11 |
814 | 2023-12-07T18:04:15.482Z | Compiling rustix v0.37.23 |
815 | 2023-12-07T18:04:15.492Z | Compiling bitflags v1.3.2 |
816 | 2023-12-07T18:04:15.496Z | Compiling utf8parse v0.2.1 |
817 | 2023-12-07T18:04:15.683Z | Compiling equivalent v1.0.1 |
818 | 2023-12-07T18:04:15.795Z | Compiling hashbrown v0.14.2 |
819 | 2023-12-07T18:04:15.816Z | Compiling anstyle-parse v0.2.1 |
820 | 2023-12-07T18:04:15.835Z | Compiling serde_json v1.0.108 |
821 | 2023-12-07T18:04:16.272Z | Compiling thiserror v1.0.49 |
822 | 2023-12-07T18:04:17.205Z | Compiling indexmap v2.1.0 |
823 | 2023-12-07T18:04:17.741Z | Compiling semver v1.0.20 |
824 | 2023-12-07T18:04:17.824Z | Compiling anstyle-query v1.0.0 |
825 | 2023-12-07T18:04:17.851Z | Compiling camino v1.1.6 |
826 | 2023-12-07T18:04:17.954Z | Compiling colorchoice v1.0.0 |
827 | 2023-12-07T18:04:17.989Z | Compiling anstyle v1.0.2 |
828 | 2023-12-07T18:04:18.116Z | Compiling winnow v0.5.15 |
829 | 2023-12-07T18:04:18.358Z | Compiling anyhow v1.0.75 |
830 | 2023-12-07T18:04:18.587Z | Compiling anstream v0.5.0 |
831 | 2023-12-07T18:04:18.669Z | Compiling heck v0.4.1 |
832 | 2023-12-07T18:04:19.296Z | Compiling strsim v0.10.0 |
833 | 2023-12-07T18:04:19.300Z | Compiling quote v1.0.33 |
834 | 2023-12-07T18:04:19.300Z | Compiling itoa v1.0.9 |
835 | 2023-12-07T18:04:19.364Z | Compiling clap_lex v0.5.1 |
836 | 2023-12-07T18:04:19.452Z | Compiling ryu v1.0.15 |
837 | 2023-12-07T18:04:19.635Z | Compiling syn v2.0.32 |
838 | 2023-12-07T18:04:20.123Z | Compiling errno v0.3.2 |
839 | 2023-12-07T18:04:21.494Z | Compiling terminal_size v0.2.6 |
840 | 2023-12-07T18:04:21.627Z | Compiling clap_builder v4.4.2 |
841 | 2023-12-07T18:04:27.500Z | Compiling serde_derive v1.0.192 |
842 | 2023-12-07T18:04:27.505Z | Compiling thiserror-impl v1.0.49 |
843 | 2023-12-07T18:04:27.506Z | Compiling clap_derive v4.4.2 |
844 | 2023-12-07T18:04:31.924Z | Compiling clap v4.4.3 |
845 | 2023-12-07T18:04:40.296Z | Compiling serde_spanned v0.6.4 |
846 | 2023-12-07T18:04:40.300Z | Compiling toml_datetime v0.6.5 |
847 | 2023-12-07T18:04:40.300Z | Compiling cargo-platform v0.1.3 |
848 | 2023-12-07T18:04:40.633Z | Compiling toml_edit v0.21.0 |
849 | 2023-12-07T18:04:42.249Z | Compiling cargo_metadata v0.18.0 |
850 | 2023-12-07T18:04:43.766Z | Compiling toml v0.8.8 |
851 | 2023-12-07T18:04:44.746Z | Compiling cargo_toml v0.17.0 |
852 | 2023-12-07T18:04:50.439Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
853 | 2023-12-07T18:04:51.769Z | Finished dev [unoptimized + debuginfo] target(s) in 55.72s |
854 | 2023-12-07T18:04:51.974Z | Running `target/debug/xtask clippy` |
855 | 2023-12-07T18:04:52.028Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
856 | 2023-12-07T18:04:53.407Z | Downloading crates ... |
857 | 2023-12-07T18:04:53.463Z | Downloaded anes v0.1.6 |
858 | 2023-12-07T18:04:53.463Z | Downloaded crc v3.0.1 |
859 | 2023-12-07T18:04:53.464Z | Downloaded cassowary v0.3.0 |
860 | 2023-12-07T18:04:53.464Z | Downloaded chacha20 v0.9.1 |
861 | 2023-12-07T18:04:53.464Z | Downloaded block-buffer v0.10.4 |
862 | 2023-12-07T18:04:53.464Z | Downloaded block-padding v0.3.3 |
863 | 2023-12-07T18:04:53.464Z | Downloaded assert_matches v1.5.0 |
864 | 2023-12-07T18:04:53.464Z | Downloaded indicatif v0.17.7 |
865 | 2023-12-07T18:04:53.464Z | Downloaded crossbeam-queue v0.3.8 |
866 | 2023-12-07T18:04:53.464Z | Downloaded itertools v0.11.0 |
867 | 2023-12-07T18:04:53.465Z | Downloaded bitfield v0.14.0 |
868 | 2023-12-07T18:04:53.465Z | Downloaded crossbeam-utils v0.8.16 |
869 | 2023-12-07T18:04:53.465Z | Downloaded indoc v2.0.3 |
870 | 2023-12-07T18:04:53.465Z | Downloaded opaque-debug v0.3.0 |
871 | 2023-12-07T18:04:53.465Z | Downloaded cstr-argument v0.1.2 |
872 | 2023-12-07T18:04:53.465Z | Downloaded nu-ansi-term v0.49.0 |
873 | 2023-12-07T18:04:53.465Z | Downloaded packed_struct v0.10.1 |
874 | 2023-12-07T18:04:53.465Z | Downloaded oso-derive v0.27.0 |
875 | 2023-12-07T18:04:53.466Z | Downloaded kstat-rs v0.2.3 |
876 | 2023-12-07T18:04:53.466Z | Downloaded hyper-rustls v0.24.2 |
877 | 2023-12-07T18:04:53.466Z | Downloaded clang-sys v1.6.1 |
878 | 2023-12-07T18:04:53.466Z | Downloaded bytecount v0.6.3 |
879 | 2023-12-07T18:04:53.466Z | Downloaded bstr v1.6.0 |
880 | 2023-12-07T18:04:53.466Z | Downloaded openssl-probe v0.1.5 |
881 | 2023-12-07T18:04:53.466Z | Downloaded ident_case v1.0.1 |
882 | 2023-12-07T18:04:53.466Z | Downloaded bb8 v0.8.1 |
883 | 2023-12-07T18:04:53.467Z | Downloaded async-stream-impl v0.3.5 |
884 | 2023-12-07T18:04:53.467Z | Downloaded miniz_oxide v0.7.1 |
885 | 2023-12-07T18:04:53.467Z | Downloaded nibble_vec v0.1.0 |
886 | 2023-12-07T18:04:53.467Z | Downloaded linear-map v1.2.0 |
887 | 2023-12-07T18:04:53.467Z | Downloaded keccak v0.1.4 |
888 | 2023-12-07T18:04:53.467Z | Downloaded criterion-plot v0.5.0 |
889 | 2023-12-07T18:04:53.467Z | Downloaded approx v0.5.1 |
890 | 2023-12-07T18:04:53.467Z | Downloaded serde_yaml v0.9.25 |
891 | 2023-12-07T18:04:53.467Z | Downloaded atty v0.2.14 |
892 | 2023-12-07T18:04:53.468Z | Downloaded crossbeam-channel v0.5.8 |
893 | 2023-12-07T18:04:53.468Z | Downloaded shlex v1.1.0 |
894 | 2023-12-07T18:04:53.468Z | Downloaded num v0.4.1 |
895 | 2023-12-07T18:04:53.468Z | Downloaded number_prefix v0.4.0 |
896 | 2023-12-07T18:04:53.468Z | Downloaded serde_path_to_error v0.1.14 |
897 | 2023-12-07T18:04:53.468Z | Downloaded memoffset v0.9.0 |
898 | 2023-12-07T18:04:53.468Z | Downloaded slog-stdlog v4.1.1 |
899 | 2023-12-07T18:04:53.468Z | Downloaded libsw v3.3.0 |
900 | 2023-12-07T18:04:53.469Z | Downloaded darling_macro v0.20.3 |
901 | 2023-12-07T18:04:53.469Z | Downloaded darling_macro v0.14.4 |
902 | 2023-12-07T18:04:53.469Z | Downloaded ansi_term v0.12.1 |
903 | 2023-12-07T18:04:53.469Z | Downloaded num_threads v0.1.6 |
904 | 2023-12-07T18:04:53.469Z | Downloaded native-tls v0.2.11 |
905 | 2023-12-07T18:04:53.469Z | Downloaded oorandom v11.1.3 |
906 | 2023-12-07T18:04:53.469Z | Downloaded structmeta-derive v0.2.0 |
907 | 2023-12-07T18:04:53.469Z | Downloaded bcs v0.1.6 |
908 | 2023-12-07T18:04:53.470Z | Downloaded hyper-staticfile v0.9.5 |
909 | 2023-12-07T18:04:53.470Z | Downloaded vte_generate_state_changes v0.1.1 |
910 | 2023-12-07T18:04:53.470Z | Downloaded argon2 v0.5.2 |
911 | 2023-12-07T18:04:53.470Z | Downloaded doc-comment v0.3.3 |
912 | 2023-12-07T18:04:53.470Z | Downloaded openssl-sys v0.9.96 |
913 | 2023-12-07T18:04:53.470Z | Downloaded macaddr v1.0.1 |
914 | 2023-12-07T18:04:53.473Z | Downloaded ahash v0.8.3 |
915 | 2023-12-07T18:04:53.473Z | Downloaded glob v0.3.1 |
916 | 2023-12-07T18:04:53.473Z | Downloaded version_check v0.9.4 |
917 | 2023-12-07T18:04:53.521Z | Downloaded pest_generator v2.7.2 |
918 | 2023-12-07T18:04:53.522Z | Downloaded blake2 v0.10.6 |
919 | 2023-12-07T18:04:53.522Z | Downloaded maplit v1.0.2 |
920 | 2023-12-07T18:04:53.522Z | Downloaded nanorand v0.7.0 |
921 | 2023-12-07T18:04:53.522Z | Downloaded signature v1.6.4 |
922 | 2023-12-07T18:04:53.523Z | Downloaded plotters-backend v0.3.5 |
923 | 2023-12-07T18:04:53.526Z | Downloaded tabled_derive v0.6.0 |
924 | 2023-12-07T18:04:53.526Z | Downloaded vec_map v0.8.2 |
925 | 2023-12-07T18:04:53.526Z | Downloaded semver-parser v0.10.2 |
926 | 2023-12-07T18:04:53.526Z | Downloaded crossbeam-epoch v0.9.15 |
927 | 2023-12-07T18:04:53.527Z | Downloaded difflib v0.4.0 |
928 | 2023-12-07T18:04:53.527Z | Downloaded getopts v0.2.21 |
929 | 2023-12-07T18:04:53.548Z | Downloaded tui-tree-widget v0.13.0 |
930 | 2023-12-07T18:04:53.548Z | Downloaded dof v0.1.5 |
931 | 2023-12-07T18:04:53.549Z | Downloaded crypto-common v0.1.6 |
932 | 2023-12-07T18:04:53.569Z | Downloaded darling v0.14.4 |
933 | 2023-12-07T18:04:53.593Z | Downloaded dirs-sys-next v0.1.2 |
934 | 2023-12-07T18:04:53.593Z | Downloaded semver v0.11.0 |
935 | 2023-12-07T18:04:53.593Z | Downloaded phf_shared v0.11.2 |
936 | 2023-12-07T18:04:53.594Z | Downloaded swrite v0.1.0 |
937 | 2023-12-07T18:04:53.594Z | Downloaded derive_builder_core v0.12.0 |
938 | 2023-12-07T18:04:53.594Z | Downloaded vsss-rs v3.3.1 |
939 | 2023-12-07T18:04:53.594Z | Downloaded oso v0.27.0 |
940 | 2023-12-07T18:04:53.595Z | Downloaded dashmap v5.5.1 |
941 | 2023-12-07T18:04:53.595Z | Downloaded zone_cfg_derive v0.3.0 |
942 | 2023-12-07T18:04:53.595Z | Downloaded pretty-hex v0.2.1 |
943 | 2023-12-07T18:04:53.595Z | Downloaded headers-core v0.2.0 |
944 | 2023-12-07T18:04:53.595Z | Downloaded relative-path v1.9.0 |
945 | 2023-12-07T18:04:53.595Z | Downloaded topological-sort v0.2.2 |
946 | 2023-12-07T18:04:53.595Z | Downloaded toolchain_find v0.2.0 |
947 | 2023-12-07T18:04:53.596Z | Downloaded base64 v0.21.5 |
948 | 2023-12-07T18:04:53.596Z | Downloaded spin v0.5.2 |
949 | 2023-12-07T18:04:53.596Z | Downloaded plotters-svg v0.3.5 |
950 | 2023-12-07T18:04:53.596Z | Downloaded futures-io v0.3.29 |
951 | 2023-12-07T18:04:53.596Z | Downloaded foreign-types-macros v0.2.3 |
952 | 2023-12-07T18:04:53.596Z | Downloaded time-core v0.1.1 |
953 | 2023-12-07T18:04:53.596Z | Downloaded predicates-tree v1.0.9 |
954 | 2023-12-07T18:04:53.597Z | Downloaded foreign-types-shared v0.3.1 |
955 | 2023-12-07T18:04:53.597Z | Downloaded embedded-io v0.4.0 |
956 | 2023-12-07T18:04:53.597Z | Downloaded diff v0.1.13 |
957 | 2023-12-07T18:04:53.598Z | Downloaded cc v1.0.83 |
958 | 2023-12-07T18:04:53.598Z | Downloaded diesel_table_macro_syntax v0.1.0 |
959 | 2023-12-07T18:04:53.614Z | Downloaded form_urlencoded v1.2.1 |
960 | 2023-12-07T18:04:53.614Z | Downloaded pkg-config v0.3.27 |
961 | 2023-12-07T18:04:53.614Z | Downloaded subtle v2.5.0 |
962 | 2023-12-07T18:04:53.615Z | Downloaded getrandom v0.2.10 |
963 | 2023-12-07T18:04:53.615Z | Downloaded proc-macro-error-attr v1.0.4 |
964 | 2023-12-07T18:04:53.615Z | Downloaded deranged v0.3.8 |
965 | 2023-12-07T18:04:53.615Z | Downloaded termios v0.3.3 |
966 | 2023-12-07T18:04:53.615Z | Downloaded take_mut v0.2.2 |
967 | 2023-12-07T18:04:53.615Z | Downloaded dirs-next v2.0.0 |
968 | 2023-12-07T18:04:53.615Z | Downloaded strum_macros v0.24.3 |
969 | 2023-12-07T18:04:53.615Z | Downloaded threadpool v1.8.1 |
970 | 2023-12-07T18:04:53.615Z | Downloaded httpdate v1.0.3 |
971 | 2023-12-07T18:04:53.630Z | Downloaded derive_builder_macro v0.12.0 |
972 | 2023-12-07T18:04:53.630Z | Downloaded hex v0.4.3 |
973 | 2023-12-07T18:04:53.630Z | Downloaded futures-macro v0.3.29 |
974 | 2023-12-07T18:04:53.630Z | Downloaded papergrid v0.10.0 |
975 | 2023-12-07T18:04:53.637Z | Downloaded signal-hook-registry v1.4.1 |
976 | 2023-12-07T18:04:53.637Z | Downloaded tokio-native-tls v0.3.1 |
977 | 2023-12-07T18:04:53.645Z | Downloaded hostname v0.3.1 |
978 | 2023-12-07T18:04:53.645Z | Downloaded peeking_take_while v0.1.2 |
979 | 2023-12-07T18:04:53.645Z | Downloaded pkcs8 v0.10.2 |
980 | 2023-12-07T18:04:53.652Z | Downloaded waitgroup v0.1.2 |
981 | 2023-12-07T18:04:53.652Z | Downloaded usdt-macro v0.3.5 |
982 | 2023-12-07T18:04:53.659Z | Downloaded hash32 v0.2.1 |
983 | 2023-12-07T18:04:53.660Z | Downloaded same-file v1.0.6 |
984 | 2023-12-07T18:04:53.666Z | Downloaded parse-display-derive v0.8.2 |
985 | 2023-12-07T18:04:53.667Z | Downloaded termcolor v1.2.0 |
986 | 2023-12-07T18:04:53.667Z | Downloaded mio v0.8.9 |
987 | 2023-12-07T18:04:53.675Z | Downloaded unicode-width v0.1.11 |
988 | 2023-12-07T18:04:53.692Z | Downloaded strum v0.25.0 |
989 | 2023-12-07T18:04:53.693Z | Downloaded time-macros v0.2.13 |
990 | 2023-12-07T18:04:53.696Z | Downloaded zip v0.6.6 |
991 | 2023-12-07T18:04:53.696Z | Downloaded textwrap v0.16.0 |
992 | 2023-12-07T18:04:53.697Z | Downloaded pem-rfc7468 v0.7.0 |
993 | 2023-12-07T18:04:53.700Z | Downloaded platforms v3.0.2 |
994 | 2023-12-07T18:04:53.706Z | Downloaded unicase v2.7.0 |
995 | 2023-12-07T18:04:53.712Z | Downloaded endian-type v0.1.2 |
996 | 2023-12-07T18:04:53.712Z | Downloaded hubpack v0.1.2 |
997 | 2023-12-07T18:04:53.712Z | Downloaded group v0.13.0 |
998 | 2023-12-07T18:04:53.732Z | Downloaded pem v3.0.2 |
999 | 2023-12-07T18:04:53.732Z | Downloaded usdt-attr-macro v0.3.5 |
1000 | 2023-12-07T18:04:53.733Z | Downloaded hashbrown v0.12.3 |
1001 | 2023-12-07T18:04:53.733Z | Downloaded wyz v0.5.1 |
1002 | 2023-12-07T18:04:53.733Z | Downloaded itertools v0.10.5 |
1003 | 2023-12-07T18:04:53.740Z | Downloaded serial_test v0.10.0 |
1004 | 2023-12-07T18:04:53.939Z | Downloaded rustc_version v0.1.7 |
1005 | 2023-12-07T18:04:53.947Z | Downloaded futures v0.3.29 |
1006 | 2023-12-07T18:04:53.947Z | Downloaded tinyvec v1.6.0 |
1007 | 2023-12-07T18:04:53.947Z | Downloaded usdt-impl v0.3.5 |
1008 | 2023-12-07T18:04:53.947Z | Downloaded tracing-attributes v0.1.26 |
1009 | 2023-12-07T18:04:53.947Z | Downloaded proc-macro-crate v1.3.1 |
1010 | 2023-12-07T18:04:53.947Z | Downloaded want v0.3.1 |
1011 | 2023-12-07T18:04:53.947Z | Downloaded paste v1.0.14 |
1012 | 2023-12-07T18:04:53.948Z | Downloaded zerocopy v0.3.0 |
1013 | 2023-12-07T18:04:53.948Z | Downloaded zeroize_derive v1.4.2 |
1014 | 2023-12-07T18:04:53.948Z | Downloaded postgres-protocol v0.6.6 |
1015 | 2023-12-07T18:04:53.948Z | Downloaded tracing v0.1.37 |
1016 | 2023-12-07T18:04:53.948Z | Downloaded httptest v0.15.5 |
1017 | 2023-12-07T18:04:53.948Z | Downloaded try-lock v0.2.4 |
1018 | 2023-12-07T18:04:53.948Z | Downloaded quick-error v1.2.3 |
1019 | 2023-12-07T18:04:53.949Z | Downloaded path-slash v0.1.5 |
1020 | 2023-12-07T18:04:53.949Z | Downloaded futures-executor v0.3.29 |
1021 | 2023-12-07T18:04:53.949Z | Downloaded precomputed-hash v0.1.1 |
1022 | 2023-12-07T18:04:53.950Z | Downloaded walkdir v2.4.0 |
1023 | 2023-12-07T18:04:53.950Z | Downloaded serde_tokenstream v0.1.7 |
1024 | 2023-12-07T18:04:53.950Z | Downloaded string_cache v0.8.7 |
1025 | 2023-12-07T18:04:53.950Z | Downloaded thread-id v4.2.0 |
1026 | 2023-12-07T18:04:53.951Z | Downloaded tiny-keccak v2.0.2 |
1027 | 2023-12-07T18:04:53.951Z | Downloaded highway v1.1.0 |
1028 | 2023-12-07T18:04:53.951Z | Downloaded rustc-hash v1.1.0 |
1029 | 2023-12-07T18:04:53.951Z | Downloaded httparse v1.8.0 |
1030 | 2023-12-07T18:04:53.951Z | Downloaded foreign-types-shared v0.1.1 |
1031 | 2023-12-07T18:04:53.951Z | Downloaded spki v0.7.2 |
1032 | 2023-12-07T18:04:53.951Z | Downloaded usdt v0.3.5 |
1033 | 2023-12-07T18:04:53.951Z | Downloaded radium v0.7.0 |
1034 | 2023-12-07T18:04:53.951Z | Downloaded signature v2.1.0 |
1035 | 2023-12-07T18:04:53.951Z | Downloaded crossterm v0.27.0 |
1036 | 2023-12-07T18:04:53.952Z | Downloaded pretty-hex v0.4.0 |
1037 | 2023-12-07T18:04:53.952Z | Downloaded signal-hook-tokio v0.3.1 |
1038 | 2023-12-07T18:04:53.952Z | Downloaded home v0.5.5 |
1039 | 2023-12-07T18:04:53.952Z | Downloaded unicode-linebreak v0.1.5 |
1040 | 2023-12-07T18:04:53.952Z | Downloaded smawk v0.3.1 |
1041 | 2023-12-07T18:04:53.952Z | Downloaded pin-project-lite v0.2.13 |
1042 | 2023-12-07T18:04:53.952Z | Downloaded snafu-derive v0.7.5 |
1043 | 2023-12-07T18:04:53.952Z | Downloaded tokio-macros v2.2.0 |
1044 | 2023-12-07T18:04:53.952Z | Downloaded serde_repr v0.1.16 |
1045 | 2023-12-07T18:04:53.952Z | Downloaded toml v0.7.8 |
1046 | 2023-12-07T18:04:53.953Z | Downloaded rand_chacha v0.3.1 |
1047 | 2023-12-07T18:04:53.954Z | Downloaded rand_core v0.6.4 |
1048 | 2023-12-07T18:04:53.954Z | Downloaded rustc_version v0.4.0 |
1049 | 2023-12-07T18:04:53.955Z | Downloaded parking_lot_core v0.8.6 |
1050 | 2023-12-07T18:04:53.955Z | Downloaded typenum v1.16.0 |
1051 | 2023-12-07T18:04:53.955Z | Downloaded thiserror-no-std v2.0.2 |
1052 | 2023-12-07T18:04:53.955Z | Downloaded rsa v0.9.2 |
1053 | 2023-12-07T18:04:53.955Z | Downloaded unsafe-libyaml v0.2.9 |
1054 | 2023-12-07T18:04:53.955Z | Downloaded socket2 v0.5.5 |
1055 | 2023-12-07T18:04:53.955Z | Downloaded ref-cast-impl v1.0.20 |
1056 | 2023-12-07T18:04:53.955Z | Downloaded predicates-core v1.0.6 |
1057 | 2023-12-07T18:04:53.955Z | Downloaded predicates v2.1.5 |
1058 | 2023-12-07T18:04:53.955Z | Downloaded yansi v0.5.1 |
1059 | 2023-12-07T18:04:53.956Z | Downloaded serde_with_macros v3.4.0 |
1060 | 2023-12-07T18:04:53.956Z | Downloaded typed-path v0.7.0 |
1061 | 2023-12-07T18:04:53.970Z | Downloaded postgres-types v0.2.6 |
1062 | 2023-12-07T18:04:53.970Z | Downloaded pin-project-internal v1.1.3 |
1063 | 2023-12-07T18:04:53.971Z | Downloaded postcard v1.0.8 |
1064 | 2023-12-07T18:04:53.971Z | Downloaded hmac v0.12.1 |
1065 | 2023-12-07T18:04:53.971Z | Downloaded plotters v0.3.5 |
1066 | 2023-12-07T18:04:53.985Z | Downloaded poly1305 v0.8.0 |
1067 | 2023-12-07T18:04:53.997Z | Downloaded similar v2.2.1 |
1068 | 2023-12-07T18:04:54.006Z | Downloaded trybuild v1.0.85 |
1069 | 2023-12-07T18:04:54.006Z | Downloaded tungstenite v0.20.1 |
1070 | 2023-12-07T18:04:54.027Z | Downloaded portable-atomic v1.4.3 |
1071 | 2023-12-07T18:04:54.027Z | Downloaded http v0.2.11 |
1072 | 2023-12-07T18:04:54.027Z | Downloaded time v0.3.27 |
1073 | 2023-12-07T18:04:54.051Z | Downloaded reedline v0.26.0 |
1074 | 2023-12-07T18:04:54.066Z | Downloaded rand v0.8.5 |
1075 | 2023-12-07T18:04:54.066Z | Downloaded steno v0.4.0 |
1076 | 2023-12-07T18:04:54.084Z | Downloaded petgraph v0.6.4 |
1077 | 2023-12-07T18:04:54.090Z | Downloaded pest v2.7.2 |
1078 | 2023-12-07T18:04:54.105Z | Downloaded serde_with v3.4.0 |
1079 | 2023-12-07T18:04:54.116Z | Downloaded unicode-normalization v0.1.22 |
1080 | 2023-12-07T18:04:54.135Z | Downloaded idna v0.2.3 |
1081 | 2023-12-07T18:04:54.160Z | Downloaded zerocopy v0.7.26 |
1082 | 2023-12-07T18:04:54.186Z | Downloaded proptest v1.4.0 |
1083 | 2023-12-07T18:04:54.186Z | Downloaded quick-xml v0.23.1 |
1084 | 2023-12-07T18:04:54.203Z | Downloaded radix_trie v0.2.1 |
1085 | 2023-12-07T18:04:54.203Z | Downloaded bstr v0.2.17 |
1086 | 2023-12-07T18:04:54.211Z | Downloaded tabled v0.14.0 |
1087 | 2023-12-07T18:04:54.239Z | Downloaded smoltcp v0.10.0 |
1088 | 2023-12-07T18:04:54.261Z | Downloaded gimli v0.28.0 |
1089 | 2023-12-07T18:04:54.275Z | Downloaded rustls v0.21.9 |
1090 | 2023-12-07T18:04:54.299Z | Downloaded ratatui v0.23.0 |
1091 | 2023-12-07T18:04:54.317Z | Downloaded polar-core v0.27.0 |
1092 | 2023-12-07T18:04:54.332Z | Downloaded webpki-roots v0.25.2 |
1093 | 2023-12-07T18:04:54.342Z | Downloaded smoltcp v0.9.1 |
1094 | 2023-12-07T18:04:54.378Z | Downloaded regex-syntax v0.6.29 |
1095 | 2023-12-07T18:04:54.384Z | Downloaded regex-syntax v0.8.2 |
1096 | 2023-12-07T18:04:54.396Z | Downloaded regex-syntax v0.7.5 |
1097 | 2023-12-07T18:04:54.433Z | Downloaded sled v0.34.7 |
1098 | 2023-12-07T18:04:54.463Z | Downloaded zerocopy-derive v0.6.4 |
1099 | 2023-12-07T18:04:54.463Z | Downloaded zerocopy-derive v0.2.0 |
1100 | 2023-12-07T18:04:54.491Z | Downloaded tokio v1.34.0 |
1101 | 2023-12-07T18:04:54.527Z | Downloaded sha3 v0.10.8 |
1102 | 2023-12-07T18:04:54.540Z | Downloaded regex-automata v0.4.3 |
1103 | 2023-12-07T18:04:54.573Z | Downloaded regex-automata v0.3.8 |
1104 | 2023-12-07T18:04:54.605Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1105 | 2023-12-07T18:04:54.629Z | Downloaded zerocopy-derive v0.7.26 |
1106 | 2023-12-07T18:04:54.662Z | Downloaded openapiv3 v2.0.0-rc.1 |
1107 | 2023-12-07T18:04:54.677Z | Downloaded rustix v0.38.25 |
1108 | 2023-12-07T18:04:54.713Z | Downloaded encoding_rs v0.8.33 |
1109 | 2023-12-07T18:04:54.757Z | Downloaded diesel v2.1.4 |
1110 | 2023-12-07T18:04:54.800Z | Downloaded regex v1.10.2 |
1111 | 2023-12-07T18:04:55.661Z | Downloaded regress v0.7.1 |
1112 | 2023-12-07T18:04:55.662Z | Downloaded trust-dns-proto v0.22.0 |
1113 | 2023-12-07T18:04:55.662Z | Downloaded object v0.30.4 |
1114 | 2023-12-07T18:04:55.662Z | Downloaded h2 v0.3.21 |
1115 | 2023-12-07T18:04:55.679Z | Downloaded hkdf v0.12.3 |
1116 | 2023-12-07T18:04:55.679Z | Downloaded vcpkg v0.2.15 |
1117 | 2023-12-07T18:04:55.679Z | Downloaded idna v0.5.0 |
1118 | 2023-12-07T18:04:55.819Z | Downloaded syn v1.0.109 |
1119 | 2023-12-07T18:04:55.820Z | Downloaded object v0.32.1 |
1120 | 2023-12-07T18:04:55.820Z | Downloaded reqwest v0.11.22 |
1121 | 2023-12-07T18:04:55.820Z | Downloaded openssl v0.10.60 |
1122 | 2023-12-07T18:04:55.821Z | Downloaded rustls-webpki v0.101.7 |
1123 | 2023-12-07T18:04:55.821Z | Downloaded rayon v1.8.0 |
1124 | 2023-12-07T18:04:55.821Z | Downloaded futures-util v0.3.29 |
1125 | 2023-12-07T18:04:55.821Z | Downloaded toml_edit v0.19.15 |
1126 | 2023-12-07T18:04:55.821Z | Downloaded chrono v0.4.31 |
1127 | 2023-12-07T18:04:55.821Z | Downloaded hyper v0.14.27 |
1128 | 2023-12-07T18:04:55.822Z | Downloaded curve25519-dalek v4.1.0 |
1129 | 2023-12-07T18:04:55.822Z | Downloaded static_assertions v1.1.0 |
1130 | 2023-12-07T18:04:55.822Z | Downloaded structopt v0.3.26 |
1131 | 2023-12-07T18:04:55.822Z | Downloaded signal-hook v0.3.17 |
1132 | 2023-12-07T18:04:55.822Z | Downloaded heapless v0.7.16 |
1133 | 2023-12-07T18:04:55.822Z | Downloaded regex-automata v0.1.10 |
1134 | 2023-12-07T18:04:55.822Z | Downloaded tough v0.16.0 |
1135 | 2023-12-07T18:04:55.822Z | Downloaded expectorate v1.1.0 |
1136 | 2023-12-07T18:04:55.822Z | Downloaded trust-dns-server v0.22.1 |
1137 | 2023-12-07T18:04:55.822Z | Downloaded tokio-util v0.7.10 |
1138 | 2023-12-07T18:04:55.822Z | Downloaded ring v0.17.7 |
1139 | 2023-12-07T18:04:55.823Z | Downloaded predicates v3.0.4 |
1140 | 2023-12-07T18:04:55.837Z | Downloaded salty v0.2.0 |
1141 | 2023-12-07T18:04:55.837Z | Downloaded ucd-trie v0.1.6 |
1142 | 2023-12-07T18:04:55.837Z | Downloaded r2d2 v0.8.10 |
1143 | 2023-12-07T18:04:55.838Z | Downloaded heck v0.3.3 |
1144 | 2023-12-07T18:04:55.838Z | Downloaded smallvec v1.11.0 |
1145 | 2023-12-07T18:04:55.838Z | Downloaded prettyplease v0.2.12 |
1146 | 2023-12-07T18:04:55.838Z | Downloaded password-hash v0.5.0 |
1147 | 2023-12-07T18:04:55.838Z | Downloaded socket2 v0.4.9 |
1148 | 2023-12-07T18:04:55.838Z | Downloaded aho-corasick v1.0.4 |
1149 | 2023-12-07T18:04:55.838Z | Downloaded url v2.5.0 |
1150 | 2023-12-07T18:04:55.838Z | Downloaded trust-dns-resolver v0.22.0 |
1151 | 2023-12-07T18:04:55.838Z | Downloaded x509-cert v0.2.4 |
1152 | 2023-12-07T18:04:55.838Z | Downloaded ring v0.16.20 |
1153 | 2023-12-07T18:04:55.839Z | Downloaded hashbrown v0.13.2 |
1154 | 2023-12-07T18:04:55.839Z | Downloaded rand v0.4.6 |
1155 | 2023-12-07T18:04:55.839Z | Downloaded flume v0.11.0 |
1156 | 2023-12-07T18:04:55.839Z | Downloaded pretty_assertions v1.4.0 |
1157 | 2023-12-07T18:04:55.839Z | Downloaded unicode-bidi v0.3.13 |
1158 | 2023-12-07T18:04:55.839Z | Downloaded libxml v0.3.3 |
1159 | 2023-12-07T18:04:55.839Z | Downloaded futures-task v0.3.29 |
1160 | 2023-12-07T18:04:55.839Z | Downloaded stable_deref_trait v1.2.0 |
1161 | 2023-12-07T18:04:55.839Z | Downloaded parking_lot v0.12.1 |
1162 | 2023-12-07T18:04:55.839Z | Downloaded ref-cast v1.0.20 |
1163 | 2023-12-07T18:04:55.840Z | Downloaded signal-hook-mio v0.2.3 |
1164 | 2023-12-07T18:04:55.840Z | Downloaded thiserror-impl-no-std v2.0.2 |
1165 | 2023-12-07T18:04:55.840Z | Downloaded term v0.7.0 |
1166 | 2023-12-07T18:04:55.840Z | Downloaded utf-8 v0.7.6 |
1167 | 2023-12-07T18:04:55.840Z | Downloaded parking_lot_core v0.9.8 |
1168 | 2023-12-07T18:04:55.874Z | Downloaded rustc-demangle v0.1.23 |
1169 | 2023-12-07T18:04:55.874Z | Downloaded fragile v2.0.0 |
1170 | 2023-12-07T18:04:55.874Z | Downloaded pkcs1 v0.7.5 |
1171 | 2023-12-07T18:04:55.874Z | Downloaded zerocopy v0.6.4 |
1172 | 2023-12-07T18:04:55.874Z | Downloaded uuid v1.6.1 |
1173 | 2023-12-07T18:04:55.874Z | Downloaded universal-hash v0.5.1 |
1174 | 2023-12-07T18:04:55.874Z | Downloaded proc-macro-error v1.0.4 |
1175 | 2023-12-07T18:04:55.875Z | Downloaded flate2 v1.0.28 |
1176 | 2023-12-07T18:04:55.875Z | Downloaded fatfs v0.3.6 |
1177 | 2023-12-07T18:04:55.875Z | Downloaded globset v0.4.13 |
1178 | 2023-12-07T18:04:55.875Z | Downloaded unicode-xid v0.2.4 |
1179 | 2023-12-07T18:04:55.875Z | Downloaded parking_lot v0.11.2 |
1180 | 2023-12-07T18:04:56.716Z | Downloaded wait-timeout v0.2.0 |
1181 | 2023-12-07T18:04:56.716Z | Downloaded snafu v0.7.5 |
1182 | 2023-12-07T18:04:56.716Z | Downloaded env_logger v0.10.0 |
1183 | 2023-12-07T18:04:56.717Z | Downloaded xattr v1.0.1 |
1184 | 2023-12-07T18:04:56.717Z | Downloaded unicode-segmentation v1.10.1 |
1185 | 2023-12-07T18:04:56.717Z | Downloaded sha2 v0.10.8 |
1186 | 2023-12-07T18:04:56.717Z | Downloaded smallvec v0.6.14 |
1187 | 2023-12-07T18:04:56.717Z | Downloaded thread_local v1.1.7 |
1188 | 2023-12-07T18:04:56.717Z | Downloaded num-bigint-dig v0.8.4 |
1189 | 2023-12-07T18:04:56.717Z | Downloaded criterion v0.5.1 |
1190 | 2023-12-07T18:04:56.717Z | Downloaded tinytemplate v1.2.1 |
1191 | 2023-12-07T18:04:56.718Z | Downloaded siphasher v0.3.11 |
1192 | 2023-12-07T18:04:56.718Z | Downloaded generic-array v0.14.7 |
1193 | 2023-12-07T18:04:56.718Z | Downloaded itertools v0.12.0 |
1194 | 2023-12-07T18:04:56.718Z | Downloaded futures-channel v0.3.29 |
1195 | 2023-12-07T18:04:56.718Z | Downloaded pin-utils v0.1.0 |
1196 | 2023-12-07T18:04:56.718Z | Downloaded futures-core v0.3.29 |
1197 | 2023-12-07T18:04:56.718Z | Downloaded trust-dns-client v0.22.0 |
1198 | 2023-12-07T18:04:56.718Z | Downloaded nom v7.1.3 |
1199 | 2023-12-07T18:04:56.719Z | Downloaded der v0.7.8 |
1200 | 2023-12-07T18:04:56.719Z | Downloaded rayon-core v1.12.0 |
1201 | 2023-12-07T18:04:56.719Z | Downloaded futures-sink v0.3.29 |
1202 | 2023-12-07T18:04:56.719Z | Downloaded tempfile v3.8.1 |
1203 | 2023-12-07T18:04:56.725Z | Downloaded subprocess v0.2.9 |
1204 | 2023-12-07T18:04:56.726Z | Downloaded http-body v0.4.5 |
1205 | 2023-12-07T18:04:56.726Z | Downloaded half v1.8.2 |
1206 | 2023-12-07T18:04:56.726Z | Downloaded clap v2.34.0 |
1207 | 2023-12-07T18:04:56.726Z | Downloaded fnv v1.0.7 |
1208 | 2023-12-07T18:04:56.728Z | Downloaded tokio-postgres v0.7.10 |
1209 | 2023-12-07T18:04:56.728Z | Downloaded parse-display v0.8.2 |
1210 | 2023-12-07T18:04:56.728Z | Downloaded strsim v0.8.0 |
1211 | 2023-12-07T18:04:56.728Z | Downloaded slab v0.4.9 |
1212 | 2023-12-07T18:04:56.728Z | Downloaded flagset v0.4.3 |
1213 | 2023-12-07T18:04:56.729Z | Downloaded partial-io v0.5.4 |
1214 | 2023-12-07T18:04:56.729Z | Downloaded defmt v0.3.5 |
1215 | 2023-12-07T18:04:56.729Z | Downloaded tracing-core v0.1.31 |
1216 | 2023-12-07T18:04:56.729Z | Downloaded rstest_macros v0.18.2 |
1217 | 2023-12-07T18:04:56.729Z | Downloaded lalrpop v0.19.12 |
1218 | 2023-12-07T18:04:56.729Z | Downloaded tar v0.4.40 |
1219 | 2023-12-07T18:04:56.729Z | Downloaded yasna v0.5.2 |
1220 | 2023-12-07T18:04:56.729Z | Downloaded minimal-lexical v0.2.1 |
1221 | 2023-12-07T18:04:56.730Z | Downloaded serial_test_derive v0.10.0 |
1222 | 2023-12-07T18:04:56.730Z | Downloaded structopt-derive v0.4.18 |
1223 | 2023-12-07T18:04:56.730Z | Downloaded serde_tokenstream v0.2.0 |
1224 | 2023-12-07T18:04:56.730Z | Downloaded hex-literal v0.4.1 |
1225 | 2023-12-07T18:04:56.731Z | Downloaded rust-argon2 v1.0.1 |
1226 | 2023-12-07T18:04:56.731Z | Downloaded derive_builder v0.12.0 |
1227 | 2023-12-07T18:04:56.731Z | Downloaded fs-err v2.11.0 |
1228 | 2023-12-07T18:04:56.731Z | Downloaded elliptic-curve v0.13.8 |
1229 | 2023-12-07T18:04:56.731Z | Downloaded zeroize v1.7.0 |
1230 | 2023-12-07T18:04:56.731Z | Downloaded datatest-stable v0.2.3 |
1231 | 2023-12-07T18:04:56.731Z | Downloaded headers v0.3.9 |
1232 | 2023-12-07T18:04:56.732Z | Downloaded spin v0.9.8 |
1233 | 2023-12-07T18:04:56.732Z | Downloaded rtoolbox v0.0.1 |
1234 | 2023-12-07T18:04:56.732Z | Downloaded ron v0.8.1 |
1235 | 2023-12-07T18:04:56.732Z | Downloaded ppv-lite86 v0.2.17 |
1236 | 2023-12-07T18:04:56.732Z | Downloaded bindgen v0.65.1 |
1237 | 2023-12-07T18:04:56.732Z | Downloaded bitvec v1.0.1 |
1238 | 2023-12-07T18:04:56.733Z | Downloaded percent-encoding v2.3.1 |
1239 | 2023-12-07T18:04:56.733Z | Downloaded stringprep v0.1.3 |
1240 | 2023-12-07T18:04:56.733Z | Downloaded fd-lock v3.0.13 |
1241 | 2023-12-07T18:04:56.733Z | Downloaded toml v0.5.11 |
1242 | 2023-12-07T18:04:56.733Z | Downloaded derive-where v1.2.6 |
1243 | 2023-12-07T18:04:57.606Z | Downloaded tokio-stream v0.1.14 |
1244 | 2023-12-07T18:04:57.606Z | Downloaded ff v0.13.0 |
1245 | 2023-12-07T18:04:57.607Z | Downloaded ena v0.14.2 |
1246 | 2023-12-07T18:04:57.607Z | Downloaded strip-ansi-escapes v0.2.0 |
1247 | 2023-12-07T18:04:57.608Z | Downloaded resolv-conf v0.7.0 |
1248 | 2023-12-07T18:04:57.608Z | Downloaded futures-timer v3.0.2 |
1249 | 2023-12-07T18:04:57.608Z | Downloaded float-cmp v0.9.0 |
1250 | 2023-12-07T18:04:57.608Z | Downloaded fixedbitset v0.4.2 |
1251 | 2023-12-07T18:04:57.609Z | Downloaded enum-as-inner v0.5.1 |
1252 | 2023-12-07T18:04:57.609Z | Downloaded test-strategy v0.3.1 |
1253 | 2023-12-07T18:04:57.610Z | Downloaded tokio-tungstenite v0.20.1 |
1254 | 2023-12-07T18:04:57.610Z | Downloaded filetime v0.2.23 |
1255 | 2023-12-07T18:04:57.610Z | Downloaded darling_core v0.14.4 |
1256 | 2023-12-07T18:04:57.610Z | Downloaded data-encoding v2.4.0 |
1257 | 2023-12-07T18:04:57.610Z | Downloaded pest_meta v2.7.2 |
1258 | 2023-12-07T18:04:57.610Z | Downloaded defmt-parser v0.3.3 |
1259 | 2023-12-07T18:04:57.650Z | Downloaded fallible-iterator v0.2.0 |
1260 | 2023-12-07T18:04:57.650Z | Downloaded rpassword v7.3.1 |
1261 | 2023-12-07T18:04:57.650Z | Downloaded pin-project v1.1.3 |
1262 | 2023-12-07T18:04:57.650Z | Downloaded schemars v0.8.13 |
1263 | 2023-12-07T18:04:57.650Z | Downloaded arc-swap v1.6.0 |
1264 | 2023-12-07T18:04:57.651Z | Downloaded pest_derive v2.7.2 |
1265 | 2023-12-07T18:04:57.651Z | Downloaded diesel_derives v2.1.2 |
1266 | 2023-12-07T18:04:57.651Z | Downloaded derive_more v0.99.17 |
1267 | 2023-12-07T18:04:57.651Z | Downloaded vte v0.11.1 |
1268 | 2023-12-07T18:04:57.651Z | Downloaded rcgen v0.11.3 |
1269 | 2023-12-07T18:04:57.651Z | Downloaded der_derive v0.7.2 |
1270 | 2023-12-07T18:04:57.651Z | Downloaded rstest v0.18.2 |
1271 | 2023-12-07T18:04:57.651Z | Downloaded fastrand v2.0.0 |
1272 | 2023-12-07T18:04:57.651Z | Downloaded defmt-macros v0.3.6 |
1273 | 2023-12-07T18:04:57.651Z | Downloaded tokio-rustls v0.24.1 |
1274 | 2023-12-07T18:04:57.652Z | Downloaded smf v0.2.2 |
1275 | 2023-12-07T18:04:57.652Z | Downloaded zone v0.3.0 |
1276 | 2023-12-07T18:04:57.652Z | Downloaded http-range v0.1.5 |
1277 | 2023-12-07T18:04:57.652Z | Downloaded backtrace v0.3.69 |
1278 | 2023-12-07T18:04:57.652Z | Downloaded serde_plain v1.0.2 |
1279 | 2023-12-07T18:04:57.652Z | Downloaded fxhash v0.2.1 |
1280 | 2023-12-07T18:04:57.652Z | Downloaded semver v0.1.20 |
1281 | 2023-12-07T18:04:57.652Z | Downloaded slog-dtrace v0.2.3 |
1282 | 2023-12-07T18:04:57.652Z | Downloaded mockall_derive v0.11.4 |
1283 | 2023-12-07T18:04:57.652Z | Downloaded crypto-bigint v0.5.2 |
1284 | 2023-12-07T18:04:57.652Z | Downloaded foreign-types v0.3.2 |
1285 | 2023-12-07T18:04:57.653Z | Downloaded debug-ignore v1.0.5 |
1286 | 2023-12-07T18:04:57.653Z | Downloaded unarray v0.1.4 |
1287 | 2023-12-07T18:04:57.671Z | Downloaded sct v0.7.0 |
1288 | 2023-12-07T18:04:57.671Z | Downloaded digest v0.10.7 |
1289 | 2023-12-07T18:04:57.671Z | Downloaded scheduled-thread-pool v0.2.7 |
1290 | 2023-12-07T18:04:57.671Z | Downloaded rustversion v1.0.14 |
1291 | 2023-12-07T18:04:57.671Z | Downloaded backoff v0.4.0 |
1292 | 2023-12-07T18:04:57.672Z | Downloaded tap v1.0.1 |
1293 | 2023-12-07T18:04:57.672Z | Downloaded funty v2.0.0 |
1294 | 2023-12-07T18:04:57.672Z | Downloaded remove_dir_all v0.5.3 |
1295 | 2023-12-07T18:04:57.672Z | Downloaded bytes v1.5.0 |
1296 | 2023-12-07T18:04:57.672Z | Downloaded rustls-native-certs v0.6.3 |
1297 | 2023-12-07T18:04:57.672Z | Downloaded cancel-safe-futures v0.1.5 |
1298 | 2023-12-07T18:04:57.672Z | Downloaded cookie v0.18.0 |
1299 | 2023-12-07T18:04:57.672Z | Downloaded display-error-chain v0.2.0 |
1300 | 2023-12-07T18:04:57.672Z | Downloaded serde-hex v0.1.0 |
1301 | 2023-12-07T18:04:57.693Z | Downloaded scopeguard v1.2.0 |
1302 | 2023-12-07T18:04:57.693Z | Downloaded schemars_derive v0.8.13 |
1303 | 2023-12-07T18:04:57.693Z | Downloaded ed25519 v1.5.3 |
1304 | 2023-12-07T18:04:57.693Z | Downloaded normalize-line-endings v0.3.0 |
1305 | 2023-12-07T18:04:57.693Z | Downloaded secrecy v0.8.0 |
1306 | 2023-12-07T18:04:57.693Z | Downloaded rustfmt-wrapper v0.2.0 |
1307 | 2023-12-07T18:04:57.693Z | Downloaded dtrace-parser v0.1.14 |
1308 | 2023-12-07T18:04:57.693Z | Downloaded downcast v0.11.0 |
1309 | 2023-12-07T18:04:57.693Z | Downloaded termtree v0.4.1 |
1310 | 2023-12-07T18:04:57.693Z | Downloaded once_cell v1.18.0 |
1311 | 2023-12-07T18:04:57.693Z | Downloaded rand_xorshift v0.3.0 |
1312 | 2023-12-07T18:04:57.693Z | Downloaded phf v0.11.2 |
1313 | 2023-12-07T18:04:57.693Z | Downloaded slog-async v2.8.0 |
1314 | 2023-12-07T18:04:57.694Z | Downloaded num-traits v0.2.16 |
1315 | 2023-12-07T18:04:57.718Z | Downloaded lru-cache v0.1.2 |
1316 | 2023-12-07T18:04:57.718Z | Downloaded bitflags v2.4.0 |
1317 | 2023-12-07T18:04:57.718Z | Downloaded omicron-zone-package v0.9.1 |
1318 | 2023-12-07T18:04:57.718Z | Downloaded phf_shared v0.10.0 |
1319 | 2023-12-07T18:04:57.718Z | Downloaded serde_derive_internals v0.26.0 |
1320 | 2023-12-07T18:04:57.718Z | Downloaded num-rational v0.4.1 |
1321 | 2023-12-07T18:04:57.718Z | Downloaded mime_guess v2.0.4 |
1322 | 2023-12-07T18:04:57.718Z | Downloaded ipnet v2.8.0 |
1323 | 2023-12-07T18:04:57.718Z | Downloaded crc-any v2.4.3 |
1324 | 2023-12-07T18:04:57.718Z | Downloaded basic-toml v0.1.4 |
1325 | 2023-12-07T18:04:57.718Z | Downloaded addr2line v0.21.0 |
1326 | 2023-12-07T18:04:57.719Z | Downloaded synstructure v0.12.6 |
1327 | 2023-12-07T18:04:57.719Z | Downloaded supports-color v2.1.0 |
1328 | 2023-12-07T18:04:57.719Z | Downloaded similar-asserts v1.5.0 |
1329 | 2023-12-07T18:04:57.719Z | Downloaded arrayvec v0.7.4 |
1330 | 2023-12-07T18:04:57.719Z | Downloaded rustls-pemfile v1.0.3 |
1331 | 2023-12-07T18:04:57.719Z | Downloaded untrusted v0.7.1 |
1332 | 2023-12-07T18:04:57.719Z | Downloaded slog-scope v4.4.0 |
1333 | 2023-12-07T18:04:57.719Z | Downloaded num_enum v0.5.11 |
1334 | 2023-12-07T18:04:57.719Z | Downloaded multer v2.1.0 |
1335 | 2023-12-07T18:04:57.719Z | Downloaded foreign-types v0.5.0 |
1336 | 2023-12-07T18:04:57.719Z | Downloaded either v1.9.0 |
1337 | 2023-12-07T18:04:57.719Z | Downloaded which v4.4.0 |
1338 | 2023-12-07T18:04:57.719Z | Downloaded tower-service v0.3.2 |
1339 | 2023-12-07T18:04:57.719Z | Downloaded textwrap v0.11.0 |
1340 | 2023-12-07T18:04:57.720Z | Downloaded tempdir v0.3.7 |
1341 | 2023-12-07T18:04:57.720Z | Downloaded strum_macros v0.25.2 |
1342 | 2023-12-07T18:04:57.720Z | Downloaded serde_urlencoded v0.7.1 |
1343 | 2023-12-07T18:04:58.554Z | Downloaded nodrop v0.1.14 |
1344 | 2023-12-07T18:04:58.555Z | Downloaded serde-big-array v0.5.1 |
1345 | 2023-12-07T18:04:58.555Z | Downloaded assert_cmd v2.0.12 |
1346 | 2023-12-07T18:04:58.555Z | Downloaded owo-colors v3.5.0 |
1347 | 2023-12-07T18:04:58.555Z | Downloaded structmeta v0.2.0 |
1348 | 2023-12-07T18:04:58.556Z | Downloaded slog-json v2.6.1 |
1349 | 2023-12-07T18:04:58.556Z | Downloaded shell-words v1.1.0 |
1350 | 2023-12-07T18:04:58.556Z | Downloaded sec1 v0.7.3 |
1351 | 2023-12-07T18:04:58.556Z | Downloaded rusty-fork v0.3.0 |
1352 | 2023-12-07T18:04:58.556Z | Downloaded mockall v0.11.4 |
1353 | 2023-12-07T18:04:58.556Z | Downloaded lock_api v0.4.10 |
1354 | 2023-12-07T18:04:58.556Z | Downloaded lalrpop-util v0.19.12 |
1355 | 2023-12-07T18:04:58.556Z | Downloaded ipnetwork v0.20.0 |
1356 | 2023-12-07T18:04:58.556Z | Downloaded chacha20poly1305 v0.10.1 |
1357 | 2023-12-07T18:04:58.556Z | Downloaded slog-envlogger v2.2.0 |
1358 | 2023-12-07T18:04:58.556Z | Downloaded num-iter v0.1.43 |
1359 | 2023-12-07T18:04:58.556Z | Downloaded num-integer v0.1.45 |
1360 | 2023-12-07T18:04:58.556Z | Downloaded console v0.15.7 |
1361 | 2023-12-07T18:04:58.557Z | Downloaded cfg-if v1.0.0 |
1362 | 2023-12-07T18:04:58.557Z | Downloaded impl-trait-for-tuples v0.2.2 |
1363 | 2023-12-07T18:04:58.557Z | Downloaded dyn-clone v1.0.13 |
1364 | 2023-12-07T18:04:58.557Z | Downloaded serde-big-array v0.4.1 |
1365 | 2023-12-07T18:04:58.560Z | Downloaded libtest-mimic v0.6.1 |
1366 | 2023-12-07T18:04:58.560Z | Downloaded tinyvec_macros v0.1.1 |
1367 | 2023-12-07T18:04:58.560Z | Downloaded sha1 v0.10.6 |
1368 | 2023-12-07T18:04:58.560Z | Downloaded olpc-cjson v0.1.3 |
1369 | 2023-12-07T18:04:58.560Z | Downloaded newtype_derive v0.1.6 |
1370 | 2023-12-07T18:04:58.560Z | Downloaded log v0.4.20 |
1371 | 2023-12-07T18:04:58.560Z | Downloaded linked-hash-map v0.5.6 |
1372 | 2023-12-07T18:04:58.561Z | Downloaded libefi-sys v0.1.0 |
1373 | 2023-12-07T18:04:58.561Z | Downloaded iana-time-zone v0.1.57 |
1374 | 2023-12-07T18:04:58.561Z | Downloaded camino-tempfile v1.1.1 |
1375 | 2023-12-07T18:04:58.561Z | Downloaded num-derive v0.4.0 |
1376 | 2023-12-07T18:04:58.561Z | Downloaded managed v0.8.0 |
1377 | 2023-12-07T18:04:58.561Z | Downloaded libloading v0.7.4 |
1378 | 2023-12-07T18:04:58.561Z | Downloaded crc32fast v1.3.2 |
1379 | 2023-12-07T18:04:58.561Z | Downloaded num_cpus v1.16.0 |
1380 | 2023-12-07T18:04:58.561Z | Downloaded memoffset v0.7.1 |
1381 | 2023-12-07T18:04:58.561Z | Downloaded lazycell v1.3.0 |
1382 | 2023-12-07T18:04:58.561Z | Downloaded lazy_static v1.4.0 |
1383 | 2023-12-07T18:04:58.561Z | Downloaded bit-vec v0.6.3 |
1384 | 2023-12-07T18:04:58.561Z | Downloaded base16ct v0.2.0 |
1385 | 2023-12-07T18:04:58.562Z | Downloaded match_cfg v0.1.0 |
1386 | 2023-12-07T18:04:58.562Z | Downloaded crunchy v0.2.2 |
1387 | 2023-12-07T18:04:58.562Z | Downloaded matches v0.1.10 |
1388 | 2023-12-07T18:04:58.562Z | Downloaded hyper-tls v0.5.0 |
1389 | 2023-12-07T18:04:58.562Z | Downloaded crucible-workspace-hack v0.1.0 |
1390 | 2023-12-07T18:04:58.562Z | Downloaded constant_time_eq v0.2.6 |
1391 | 2023-12-07T18:04:58.562Z | Downloaded ciborium-io v0.2.1 |
1392 | 2023-12-07T18:04:58.562Z | Downloaded crossbeam v0.8.2 |
1393 | 2023-12-07T18:04:58.562Z | Downloaded cpufeatures v0.2.9 |
1394 | 2023-12-07T18:04:58.580Z | Downloaded ciborium-ll v0.2.1 |
1395 | 2023-12-07T18:04:58.580Z | Downloaded libm v0.2.7 |
1396 | 2023-12-07T18:04:58.580Z | Downloaded atomic-waker v1.1.1 |
1397 | 2023-12-07T18:04:58.581Z | Downloaded ascii-canvas v3.0.0 |
1398 | 2023-12-07T18:04:58.581Z | Downloaded array-init v0.0.4 |
1399 | 2023-12-07T18:04:58.581Z | Downloaded aead v0.5.2 |
1400 | 2023-12-07T18:04:58.581Z | Downloaded crossbeam-deque v0.8.3 |
1401 | 2023-12-07T18:04:58.581Z | Downloaded async-trait v0.1.74 |
1402 | 2023-12-07T18:04:58.581Z | Downloaded adler v1.0.2 |
1403 | 2023-12-07T18:04:58.581Z | Downloaded num_enum_derive v0.5.11 |
1404 | 2023-12-07T18:04:58.581Z | Downloaded humantime v2.1.0 |
1405 | 2023-12-07T18:04:58.581Z | Downloaded async-stream v0.3.5 |
1406 | 2023-12-07T18:04:58.581Z | Downloaded async-recursion v1.0.5 |
1407 | 2023-12-07T18:04:58.581Z | Downloaded hubpack_derive v0.1.1 |
1408 | 2023-12-07T18:04:58.581Z | Downloaded openssl-macros v0.1.1 |
1409 | 2023-12-07T18:04:58.582Z | Downloaded instant v0.1.12 |
1410 | 2023-12-07T18:04:58.582Z | Downloaded atomicwrites v0.4.2 |
1411 | 2023-12-07T18:04:58.582Z | Downloaded autocfg v1.1.0 |
1412 | 2023-12-07T18:04:58.582Z | Downloaded num-complex v0.4.4 |
1413 | 2023-12-07T18:04:58.582Z | Downloaded num-bigint v0.4.4 |
1414 | 2023-12-07T18:04:58.582Z | Downloaded ciborium v0.2.1 |
1415 | 2023-12-07T18:04:58.582Z | Downloaded mime v0.3.17 |
1416 | 2023-12-07T18:04:58.582Z | Downloaded md-5 v0.10.5 |
1417 | 2023-12-07T18:04:58.582Z | Downloaded whoami v1.4.1 |
1418 | 2023-12-07T18:04:58.582Z | Downloaded untrusted v0.9.0 |
1419 | 2023-12-07T18:04:58.582Z | Downloaded packed_struct_codegen v0.10.1 |
1420 | 2023-12-07T18:04:58.582Z | Downloaded inout v0.1.3 |
1421 | 2023-12-07T18:04:58.582Z | Downloaded new_debug_unreachable v1.0.4 |
1422 | 2023-12-07T18:04:58.582Z | Downloaded slog-term v2.9.0 |
1423 | 2023-12-07T18:04:58.583Z | Downloaded slog-bunyan v2.4.0 |
1424 | 2023-12-07T18:04:58.583Z | Downloaded slog v2.7.0 |
1425 | 2023-12-07T18:04:58.583Z | Downloaded maybe-uninit v2.0.0 |
1426 | 2023-12-07T18:04:58.583Z | Downloaded is_ci v1.1.1 |
1427 | 2023-12-07T18:04:58.583Z | Downloaded curve25519-dalek-derive v0.1.0 |
1428 | 2023-12-07T18:04:58.583Z | Downloaded const-oid v0.9.5 |
1429 | 2023-12-07T18:04:58.583Z | Downloaded cobs v0.2.3 |
1430 | 2023-12-07T18:04:58.583Z | Downloaded cexpr v0.6.0 |
1431 | 2023-12-07T18:04:58.583Z | Downloaded bytesize v1.3.0 |
1432 | 2023-12-07T18:04:58.583Z | Downloaded arrayref v0.3.7 |
1433 | 2023-12-07T18:04:58.583Z | Downloaded base64ct v1.6.0 |
1434 | 2023-12-07T18:04:58.583Z | Downloaded byteorder v1.5.0 |
1435 | 2023-12-07T18:04:58.583Z | Downloaded blake2b_simd v1.0.1 |
1436 | 2023-12-07T18:04:58.583Z | Downloaded indoc v1.0.9 |
1437 | 2023-12-07T18:04:58.584Z | Downloaded darling v0.20.3 |
1438 | 2023-12-07T18:04:58.584Z | Downloaded newline-converter v0.3.0 |
1439 | 2023-12-07T18:04:58.584Z | Downloaded is-terminal v0.4.9 |
1440 | 2023-12-07T18:04:58.584Z | Downloaded cast v0.3.0 |
1441 | 2023-12-07T18:04:58.584Z | Downloaded convert_case v0.4.0 |
1442 | 2023-12-07T18:04:58.584Z | Downloaded colored v2.0.4 |
1443 | 2023-12-07T18:04:59.428Z | Downloaded corncobs v0.1.3 |
1444 | 2023-12-07T18:04:59.428Z | Downloaded bzip2 v0.4.4 |
1445 | 2023-12-07T18:04:59.428Z | Downloaded buf-list v1.0.3 |
1446 | 2023-12-07T18:04:59.428Z | Downloaded cipher v0.4.4 |
1447 | 2023-12-07T18:04:59.428Z | Downloaded bit-set v0.5.3 |
1448 | 2023-12-07T18:04:59.428Z | Downloaded crc-catalog v2.2.0 |
1449 | 2023-12-07T18:04:59.428Z | Downloaded constant_time_eq v0.3.0 |
1450 | 2023-12-07T18:04:59.428Z | Downloaded indexmap v1.9.3 |
1451 | 2023-12-07T18:04:59.428Z | Downloaded darling_core v0.20.3 |
1452 | 2023-12-07T18:04:59.428Z | Compiling serde v1.0.192 |
1453 | 2023-12-07T18:04:59.428Z | Compiling autocfg v1.1.0 |
1454 | 2023-12-07T18:04:59.429Z | Checking cfg-if v1.0.0 |
1455 | 2023-12-07T18:04:59.429Z | Compiling version_check v0.9.4 |
1456 | 2023-12-07T18:04:59.429Z | Compiling syn v1.0.109 |
1457 | 2023-12-07T18:04:59.429Z | Checking libc v0.2.150 |
1458 | 2023-12-07T18:04:59.429Z | Compiling syn v2.0.32 |
1459 | 2023-12-07T18:04:59.429Z | Compiling parking_lot_core v0.9.8 |
1460 | 2023-12-07T18:04:59.429Z | Compiling libm v0.2.7 |
1461 | 2023-12-07T18:04:59.429Z | Compiling cc v1.0.83 |
1462 | 2023-12-07T18:04:59.429Z | Compiling futures-core v0.3.29 |
1463 | 2023-12-07T18:04:59.429Z | Compiling once_cell v1.18.0 |
1464 | 2023-12-07T18:04:59.759Z | Compiling serde_json v1.0.108 |
1465 | 2023-12-07T18:04:59.759Z | Compiling memchr v2.6.3 |
1466 | 2023-12-07T18:04:59.760Z | Compiling lock_api v0.4.10 |
1467 | 2023-12-07T18:04:59.760Z | Compiling num-traits v0.2.16 |
1468 | 2023-12-07T18:04:59.760Z | Compiling typenum v1.16.0 |
1469 | 2023-12-07T18:04:59.760Z | Checking getrandom v0.2.10 |
1470 | 2023-12-07T18:05:00.889Z | Compiling slab v0.4.9 |
1471 | 2023-12-07T18:05:01.285Z | Compiling generic-array v0.14.7 |
1472 | 2023-12-07T18:05:01.285Z | Compiling futures-channel v0.3.29 |
1473 | 2023-12-07T18:05:01.286Z | Compiling futures-task v0.3.29 |
1474 | 2023-12-07T18:05:01.286Z | Checking scopeguard v1.2.0 |
1475 | 2023-12-07T18:05:01.286Z | Compiling futures-util v0.3.29 |
1476 | 2023-12-07T18:05:02.076Z | Compiling log v0.4.20 |
1477 | 2023-12-07T18:05:02.076Z | Compiling pkg-config v0.3.27 |
1478 | 2023-12-07T18:05:20.646Z | Checking smallvec v1.11.0 |
1479 | 2023-12-07T18:05:22.552Z | Checking itoa v1.0.9 |
1480 | 2023-12-07T18:05:22.552Z | Compiling rustix v0.38.25 |
1481 | 2023-12-07T18:05:23.143Z | Compiling indexmap v1.9.3 |
1482 | 2023-12-07T18:05:23.378Z | Compiling schemars v0.8.13 |
1483 | 2023-12-07T18:05:23.378Z | Compiling fnv v1.0.7 |
1484 | 2023-12-07T18:05:23.378Z | Compiling vcpkg v0.2.15 |
1485 | 2023-12-07T18:05:23.378Z | Compiling httparse v1.8.0 |
1486 | 2023-12-07T18:05:23.378Z | Checking rand_core v0.6.4 |
1487 | 2023-12-07T18:05:23.379Z | Compiling ring v0.16.20 |
1488 | 2023-12-07T18:05:23.379Z | Compiling ring v0.17.7 |
1489 | 2023-12-07T18:05:23.380Z | Compiling aho-corasick v1.0.4 |
1490 | 2023-12-07T18:05:23.380Z | Compiling regex-syntax v0.8.2 |
1491 | 2023-12-07T18:05:23.380Z | Compiling openssl-sys v0.9.96 |
1492 | 2023-12-07T18:05:23.380Z | Compiling parking_lot v0.12.1 |
1493 | 2023-12-07T18:05:23.380Z | Checking pin-project-lite v0.2.13 |
1494 | 2023-12-07T18:05:23.380Z | Compiling ahash v0.8.3 |
1495 | 2023-12-07T18:05:23.380Z | Compiling serde_derive_internals v0.26.0 |
1496 | 2023-12-07T18:05:23.380Z | Checking spin v0.5.2 |
1497 | 2023-12-07T18:05:23.380Z | Compiling openssl v0.10.60 |
1498 | 2023-12-07T18:05:23.380Z | Checking signal-hook-registry v1.4.1 |
1499 | 2023-12-07T18:05:23.380Z | Compiling regex-automata v0.4.3 |
1500 | 2023-12-07T18:05:23.380Z | Compiling rustls v0.21.9 |
1501 | 2023-12-07T18:05:23.380Z | Compiling ucd-trie v0.1.6 |
1502 | 2023-12-07T18:05:23.380Z | Checking mio v0.8.9 |
1503 | 2023-12-07T18:05:23.380Z | Compiling native-tls v0.2.11 |
1504 | 2023-12-07T18:05:23.381Z | Compiling iana-time-zone v0.1.57 |
1505 | 2023-12-07T18:05:23.381Z | Compiling async-trait v0.1.74 |
1506 | 2023-12-07T18:05:23.381Z | Checking num_cpus v1.16.0 |
1507 | 2023-12-07T18:05:23.381Z | Compiling unicode-xid v0.2.4 |
1508 | 2023-12-07T18:05:23.381Z | Compiling dyn-clone v1.0.13 |
1509 | 2023-12-07T18:05:23.381Z | Compiling byteorder v1.5.0 |
1510 | 2023-12-07T18:05:23.381Z | Compiling backtrace v0.3.69 |
1511 | 2023-12-07T18:05:23.381Z | Checking socket2 v0.5.5 |
1512 | 2023-12-07T18:05:23.381Z | Compiling futures-sink v0.3.29 |
1513 | 2023-12-07T18:05:23.381Z | Compiling hashbrown v0.13.2 |
1514 | 2023-12-07T18:05:23.381Z | Compiling errno v0.3.2 |
1515 | 2023-12-07T18:05:23.381Z | Compiling crc32fast v1.3.2 |
1516 | 2023-12-07T18:05:23.381Z | Compiling tinyvec_macros v0.1.1 |
1517 | 2023-12-07T18:05:23.383Z | Compiling crossbeam-utils v0.8.16 |
1518 | 2023-12-07T18:05:23.383Z | Checking ryu v1.0.15 |
1519 | 2023-12-07T18:05:23.383Z | Compiling tinyvec v1.6.0 |
1520 | 2023-12-07T18:05:23.383Z | Compiling regex v1.10.2 |
1521 | 2023-12-07T18:05:23.383Z | Compiling futures-io v0.3.29 |
1522 | 2023-12-07T18:05:23.383Z | Compiling pin-utils v0.1.0 |
1523 | 2023-12-07T18:05:23.383Z | Compiling anyhow v1.0.75 |
1524 | 2023-12-07T18:05:23.383Z | Compiling spin v0.9.8 |
1525 | 2023-12-07T18:05:23.383Z | Compiling tracing-core v0.1.31 |
1526 | 2023-12-07T18:05:23.383Z | Compiling unicode-bidi v0.3.13 |
1527 | 2023-12-07T18:05:23.384Z | Compiling unicode-normalization v0.1.22 |
1528 | 2023-12-07T18:05:23.384Z | Compiling num-integer v0.1.45 |
1529 | 2023-12-07T18:05:23.384Z | Compiling serde_derive v1.0.192 |
1530 | 2023-12-07T18:05:23.384Z | Compiling thiserror-impl v1.0.49 |
1531 | 2023-12-07T18:05:23.384Z | Compiling zeroize_derive v1.4.2 |
1532 | 2023-12-07T18:05:23.384Z | Compiling tokio-macros v2.2.0 |
1533 | 2023-12-07T18:05:23.384Z | Compiling futures-macro v0.3.29 |
1534 | 2023-12-07T18:05:23.384Z | Compiling tracing-attributes v0.1.26 |
1535 | 2023-12-07T18:05:23.384Z | Compiling schemars_derive v0.8.13 |
1536 | 2023-12-07T18:05:24.125Z | Checking zeroize v1.7.0 |
1537 | 2023-12-07T18:05:24.387Z | Compiling openssl-macros v0.1.1 |
1538 | 2023-12-07T18:05:26.806Z | Compiling thiserror v1.0.49 |
1539 | 2023-12-07T18:05:26.979Z | Compiling pest v2.7.2 |
1540 | 2023-12-07T18:05:27.391Z | Compiling der_derive v0.7.2 |
1541 | 2023-12-07T18:05:28.539Z | Compiling synstructure v0.12.6 |
1542 | 2023-12-07T18:05:28.891Z | Compiling tracing v0.1.37 |
1543 | 2023-12-07T18:05:29.279Z | Compiling lazy_static v1.4.0 |
1544 | 2023-12-07T18:05:29.423Z | Compiling base64 v0.21.5 |
1545 | 2023-12-07T18:05:29.681Z | Compiling unicode-width v0.1.11 |
1546 | 2023-12-07T18:05:29.892Z | Compiling slog v2.7.0 |
1547 | 2023-12-07T18:05:30.542Z | Checking subtle v2.5.0 |
1548 | 2023-12-07T18:05:30.602Z | Compiling untrusted v0.9.0 |
1549 | 2023-12-07T18:05:30.730Z | Compiling rustversion v1.0.14 |
1550 | 2023-12-07T18:05:30.912Z | Compiling pest_meta v2.7.2 |
1551 | 2023-12-07T18:05:30.952Z | Compiling hashbrown v0.12.3 |
1552 | 2023-12-07T18:05:31.520Z | Compiling zerocopy-derive v0.2.0 |
1553 | 2023-12-07T18:05:31.659Z | Compiling foreign-types-shared v0.1.1 |
1554 | 2023-12-07T18:05:31.734Z | Compiling time-core v0.1.1 |
1555 | 2023-12-07T18:05:31.739Z | Compiling percent-encoding v2.3.1 |
1556 | 2023-12-07T18:05:31.799Z | Compiling openssl-probe v0.1.5 |
1557 | 2023-12-07T18:05:31.961Z | Compiling untrusted v0.7.1 |
1558 | 2023-12-07T18:05:32.275Z | Compiling time-macros v0.2.13 |
1559 | 2023-12-07T18:05:32.278Z | Compiling foreign-types v0.3.2 |
1560 | 2023-12-07T18:05:34.196Z | Compiling pest_generator v2.7.2 |
1561 | 2023-12-07T18:05:37.940Z | Compiling try-lock v0.2.4 |
1562 | 2023-12-07T18:05:38.061Z | Compiling rustls-webpki v0.101.7 |
1563 | 2023-12-07T18:05:38.119Z | Compiling want v0.3.1 |
1564 | 2023-12-07T18:05:38.378Z | Compiling sct v0.7.0 |
1565 | 2023-12-07T18:05:39.255Z | Compiling form_urlencoded v1.2.1 |
1566 | 2023-12-07T18:05:39.260Z | Compiling pest_derive v2.7.2 |
1567 | 2023-12-07T18:05:39.326Z | Compiling socket2 v0.4.9 |
1568 | 2023-12-07T18:05:40.048Z | Compiling tower-service v0.3.2 |
1569 | 2023-12-07T18:05:40.209Z | Compiling either v1.9.0 |
1570 | 2023-12-07T18:05:40.402Z | Compiling const-oid v0.9.5 |
1571 | 2023-12-07T18:05:40.704Z | Compiling httpdate v1.0.3 |
1572 | 2023-12-07T18:05:41.142Z | Compiling rustls-pemfile v1.0.3 |
1573 | 2023-12-07T18:05:41.217Z | Compiling idna v0.5.0 |
1574 | 2023-12-07T18:05:41.401Z | Compiling memoffset v0.9.0 |
1575 | 2023-12-07T18:05:41.687Z | Compiling usdt-impl v0.3.5 |
1576 | 2023-12-07T18:05:41.834Z | Compiling adler v1.0.2 |
1577 | 2023-12-07T18:05:42.162Z | Compiling miniz_oxide v0.7.1 |
1578 | 2023-12-07T18:05:42.547Z | Compiling rustls-native-certs v0.6.3 |
1579 | 2023-12-07T18:05:43.238Z | Compiling url v2.5.0 |
1580 | 2023-12-07T18:05:43.545Z | Compiling zerocopy v0.3.0 |
1581 | 2023-12-07T18:05:43.979Z | Checking bytes v1.5.0 |
1582 | 2023-12-07T18:05:44.002Z | Checking bitflags v2.4.0 |
1583 | 2023-12-07T18:05:44.762Z | Checking crypto-common v0.1.6 |
1584 | 2023-12-07T18:05:44.784Z | Compiling ipnet v2.8.0 |
1585 | 2023-12-07T18:05:45.416Z | Compiling indexmap v2.1.0 |
1586 | 2023-12-07T18:05:46.323Z | Compiling semver v1.0.20 |
1587 | 2023-12-07T18:05:46.750Z | Compiling chrono v0.4.31 |
1588 | 2023-12-07T18:05:47.029Z | Compiling uuid v1.6.1 |
1589 | 2023-12-07T18:05:47.046Z | Compiling rustc_version v0.4.0 |
1590 | 2023-12-07T18:05:47.286Z | Compiling http v0.2.11 |
1591 | 2023-12-07T18:05:47.393Z | Compiling tokio v1.34.0 |
1592 | 2023-12-07T18:05:48.307Z | Compiling toml_datetime v0.6.5 |
1593 | 2023-12-07T18:05:49.014Z | Compiling serde_spanned v0.6.4 |
1594 | 2023-12-07T18:05:49.357Z | Compiling toml_edit v0.19.15 |
1595 | 2023-12-07T18:05:50.199Z | Compiling openapiv3 v2.0.0-rc.1 |
1596 | 2023-12-07T18:05:53.235Z | Compiling http-body v0.4.5 |
1597 | 2023-12-07T18:05:53.837Z | Compiling heapless v0.7.16 |
1598 | 2023-12-07T18:05:54.531Z | Compiling signal-hook v0.3.17 |
1599 | 2023-12-07T18:05:55.868Z | Compiling serde_urlencoded v0.7.1 |
1600 | 2023-12-07T18:05:56.657Z | Compiling dof v0.1.5 |
1601 | 2023-12-07T18:05:57.276Z | Compiling dtrace-parser v0.1.14 |
1602 | 2023-12-07T18:05:58.161Z | Compiling clap_derive v4.4.2 |
1603 | 2023-12-07T18:05:58.171Z | Compiling zerocopy-derive v0.6.4 |
1604 | 2023-12-07T18:05:58.388Z | Compiling crossbeam-epoch v0.9.15 |
1605 | 2023-12-07T18:05:58.458Z | Compiling thread-id v4.2.0 |
1606 | 2023-12-07T18:05:58.611Z | Compiling encoding_rs v0.8.33 |
1607 | 2023-12-07T18:05:59.048Z | Compiling webpki-roots v0.25.2 |
1608 | 2023-12-07T18:05:59.269Z | Compiling mime v0.3.17 |
1609 | 2023-12-07T18:06:00.151Z | Compiling tokio-util v0.7.10 |
1610 | 2023-12-07T18:06:00.620Z | Compiling tokio-rustls v0.24.1 |
1611 | 2023-12-07T18:06:01.197Z | Compiling gimli v0.28.0 |
1612 | 2023-12-07T18:06:01.818Z | Compiling siphasher v0.3.11 |
1613 | 2023-12-07T18:06:02.438Z | Compiling h2 v0.3.21 |
1614 | 2023-12-07T18:06:02.817Z | Compiling serde_tokenstream v0.1.7 |
1615 | 2023-12-07T18:06:03.616Z | Compiling strum_macros v0.25.2 |
1616 | 2023-12-07T18:06:06.426Z | Compiling tokio-native-tls v0.3.1 |
1617 | 2023-12-07T18:06:06.494Z | Compiling block-buffer v0.10.4 |
1618 | 2023-12-07T18:06:06.805Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1619 | 2023-12-07T18:06:06.865Z | Compiling object v0.32.1 |
1620 | 2023-12-07T18:06:07.346Z | Compiling num-iter v0.1.43 |
1621 | 2023-12-07T18:06:07.699Z | Compiling rustc-demangle v0.1.23 |
1622 | 2023-12-07T18:06:08.134Z | Compiling addr2line v0.21.0 |
1623 | 2023-12-07T18:06:09.307Z | Compiling flate2 v1.0.28 |
1624 | 2023-12-07T18:06:09.445Z | Compiling digest v0.10.7 |
1625 | 2023-12-07T18:06:10.143Z | Compiling doc-comment v0.3.3 |
1626 | 2023-12-07T18:06:10.259Z | Compiling ppv-lite86 v0.2.17 |
1627 | 2023-12-07T18:06:10.414Z | Compiling usdt-macro v0.3.5 |
1628 | 2023-12-07T18:06:10.853Z | Compiling usdt-attr-macro v0.3.5 |
1629 | 2023-12-07T18:06:11.192Z | Compiling toml v0.7.8 |
1630 | 2023-12-07T18:06:11.503Z | Compiling rand_chacha v0.3.1 |
1631 | 2023-12-07T18:06:11.902Z | Compiling toml_edit v0.21.0 |
1632 | 2023-12-07T18:06:12.064Z | Compiling hex v0.4.3 |
1633 | 2023-12-07T18:06:12.522Z | Compiling pin-project-internal v1.1.3 |
1634 | 2023-12-07T18:06:13.021Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1635 | 2023-12-07T18:06:14.039Z | Compiling hyper v0.14.27 |
1636 | 2023-12-07T18:06:14.392Z | Compiling bit-vec v0.6.3 |
1637 | 2023-12-07T18:06:15.068Z | Compiling rand v0.8.5 |
1638 | 2023-12-07T18:06:15.089Z | Compiling phf_shared v0.10.0 |
1639 | 2023-12-07T18:06:15.647Z | Compiling num-bigint v0.4.4 |
1640 | 2023-12-07T18:06:16.894Z | Compiling fixedbitset v0.4.2 |
1641 | 2023-12-07T18:06:17.593Z | Compiling smoltcp v0.9.1 |
1642 | 2023-12-07T18:06:17.729Z | Compiling base64ct v1.6.0 |
1643 | 2023-12-07T18:06:17.865Z | Compiling new_debug_unreachable v1.0.4 |
1644 | 2023-12-07T18:06:18.641Z | Compiling precomputed-hash v0.1.1 |
1645 | 2023-12-07T18:06:18.710Z | Compiling pem-rfc7468 v0.7.0 |
1646 | 2023-12-07T18:06:18.787Z | Compiling string_cache v0.8.7 |
1647 | 2023-12-07T18:06:18.829Z | Compiling petgraph v0.6.4 |
1648 | 2023-12-07T18:06:19.927Z | Compiling bit-set v0.5.3 |
1649 | 2023-12-07T18:06:20.014Z | Compiling hmac v0.12.1 |
1650 | 2023-12-07T18:06:20.332Z | Compiling itertools v0.10.5 |
1651 | 2023-12-07T18:06:20.653Z | Compiling enum-as-inner v0.5.1 |
1652 | 2023-12-07T18:06:20.886Z | Compiling hubpack_derive v0.1.1 |
1653 | 2023-12-07T18:06:21.586Z | Compiling diesel_table_macro_syntax v0.1.0 |
1654 | 2023-12-07T18:06:22.319Z | Compiling lalrpop-util v0.19.12 |
1655 | 2023-12-07T18:06:22.655Z | Compiling unicode-segmentation v1.10.1 |
1656 | 2023-12-07T18:06:22.818Z | Compiling flagset v0.4.3 |
1657 | 2023-12-07T18:06:22.836Z | Compiling diesel_derives v2.1.2 |
1658 | 2023-12-07T18:06:23.105Z | Compiling der v0.7.8 |
1659 | 2023-12-07T18:06:24.381Z | Compiling snafu-derive v0.7.5 |
1660 | 2023-12-07T18:06:25.343Z | Compiling hyper-tls v0.5.0 |
1661 | 2023-12-07T18:06:25.409Z | Compiling hyper-rustls v0.24.2 |
1662 | 2023-12-07T18:06:25.504Z | Compiling cpufeatures v0.2.9 |
1663 | 2023-12-07T18:06:25.644Z | Compiling sha2 v0.10.8 |
1664 | 2023-12-07T18:06:25.706Z | Compiling rustix v0.37.23 |
1665 | 2023-12-07T18:06:25.820Z | Compiling md-5 v0.10.5 |
1666 | 2023-12-07T18:06:26.181Z | Compiling reqwest v0.11.22 |
1667 | 2023-12-07T18:06:27.489Z | Compiling spki v0.7.2 |
1668 | 2023-12-07T18:06:28.007Z | Compiling stringprep v0.1.3 |
1669 | 2023-12-07T18:06:28.086Z | Compiling serde_repr v0.1.16 |
1670 | 2023-12-07T18:06:28.511Z | Compiling hash32 v0.2.1 |
1671 | 2023-12-07T18:06:29.049Z | Compiling stable_deref_trait v1.2.0 |
1672 | 2023-12-07T18:06:29.599Z | Checking bitflags v1.3.2 |
1673 | 2023-12-07T18:06:29.903Z | Compiling fallible-iterator v0.2.0 |
1674 | 2023-12-07T18:06:30.292Z | Compiling pkcs8 v0.10.2 |
1675 | 2023-12-07T18:06:31.011Z | Compiling postgres-protocol v0.6.6 |
1676 | 2023-12-07T18:06:31.188Z | Compiling terminal_size v0.2.6 |
1677 | 2023-12-07T18:06:31.767Z | Compiling phf_shared v0.11.2 |
1678 | 2023-12-07T18:06:32.319Z | Compiling ff v0.13.0 |
1679 | 2023-12-07T18:06:32.657Z | Compiling block-padding v0.3.3 |
1680 | 2023-12-07T18:06:33.041Z | Compiling scheduled-thread-pool v0.2.7 |
1681 | 2023-12-07T18:06:33.480Z | Compiling deranged v0.3.8 |
1682 | 2023-12-07T18:06:33.530Z | Compiling num_threads v0.1.6 |
1683 | 2023-12-07T18:06:33.699Z | Compiling matches v0.1.10 |
1684 | 2023-12-07T18:06:33.801Z | Compiling managed v0.8.0 |
1685 | 2023-12-07T18:06:33.825Z | Compiling regex-automata v0.1.10 |
1686 | 2023-12-07T18:06:33.896Z | Compiling base16ct v0.2.0 |
1687 | 2023-12-07T18:06:33.933Z | Compiling idna v0.2.3 |
1688 | 2023-12-07T18:06:34.354Z | Compiling sec1 v0.7.3 |
1689 | 2023-12-07T18:06:34.501Z | Compiling bstr v0.2.17 |
1690 | 2023-12-07T18:06:34.961Z | Compiling clap_builder v4.4.2 |
1691 | 2023-12-07T18:06:35.215Z | Compiling r2d2 v0.8.10 |
1692 | 2023-12-07T18:06:35.776Z | Compiling inout v0.1.3 |
1693 | 2023-12-07T18:06:36.170Z | Compiling group v0.13.0 |
1694 | 2023-12-07T18:06:36.451Z | Compiling time v0.3.27 |
1695 | 2023-12-07T18:06:36.544Z | Compiling signal-hook-mio v0.2.3 |
1696 | 2023-12-07T18:06:36.632Z | Compiling phf v0.11.2 |
1697 | 2023-12-07T18:06:36.771Z | Compiling postgres-types v0.2.6 |
1698 | 2023-12-07T18:06:36.828Z | Compiling bzip2 v0.4.4 |
1699 | 2023-12-07T18:06:37.396Z | Compiling hubpack v0.1.2 |
1700 | 2023-12-07T18:06:38.141Z | Compiling hkdf v0.12.3 |
1701 | 2023-12-07T18:06:38.201Z | Compiling pin-project v1.1.3 |
1702 | 2023-12-07T18:06:38.620Z | Compiling zerocopy v0.6.4 |
1703 | 2023-12-07T18:06:38.875Z | Compiling ipnetwork v0.20.0 |
1704 | 2023-12-07T18:06:39.425Z | Compiling crypto-bigint v0.5.2 |
1705 | 2023-12-07T18:06:39.986Z | Compiling itertools v0.11.0 |
1706 | 2023-12-07T18:06:40.288Z | Compiling futures-executor v0.3.29 |
1707 | 2023-12-07T18:06:43.057Z | Compiling float-cmp v0.9.0 |
1708 | 2023-12-07T18:06:44.756Z | Compiling regex-automata v0.3.8 |
1709 | 2023-12-07T18:06:45.105Z | Compiling data-encoding v2.4.0 |
1710 | 2023-12-07T18:06:45.375Z | Compiling whoami v1.4.1 |
1711 | 2023-12-07T18:06:45.940Z | Compiling predicates-core v1.0.6 |
1712 | 2023-12-07T18:06:46.344Z | Compiling difflib v0.4.0 |
1713 | 2023-12-07T18:06:46.474Z | Compiling normalize-line-endings v0.3.0 |
1714 | 2023-12-07T18:06:46.641Z | Compiling static_assertions v1.1.0 |
1715 | 2023-12-07T18:06:47.169Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1716 | 2023-12-07T18:06:48.740Z | Compiling bstr v1.6.0 |
1717 | 2023-12-07T18:06:48.959Z | Compiling predicates v3.0.4 |
1718 | 2023-12-07T18:06:49.036Z | Compiling trust-dns-proto v0.22.0 |
1719 | 2023-12-07T18:06:49.427Z | Compiling diesel v2.1.4 |
1720 | 2023-12-07T18:06:50.845Z | Compiling tokio-postgres v0.7.10 |
1721 | 2023-12-07T18:06:51.234Z | Compiling elliptic-curve v0.13.8 |
1722 | 2023-12-07T18:06:52.436Z | Compiling yasna v0.5.2 |
1723 | 2023-12-07T18:06:53.060Z | Compiling clap v4.4.3 |
1724 | 2023-12-07T18:06:53.201Z | Compiling futures v0.3.29 |
1725 | 2023-12-07T18:06:53.352Z | Compiling snafu v0.7.5 |
1726 | 2023-12-07T18:06:54.640Z | Compiling zip v0.6.6 |
1727 | 2023-12-07T18:06:54.742Z | Compiling crossterm v0.27.0 |
1728 | 2023-12-07T18:06:55.608Z | Compiling cipher v0.4.4 |
1729 | 2023-12-07T18:06:55.875Z | Compiling similar v2.2.1 |
1730 | 2023-12-07T18:06:56.651Z | Compiling usdt v0.3.5 |
1731 | 2023-12-07T18:06:56.838Z | Compiling tokio-stream v0.1.14 |
1732 | 2023-12-07T18:06:58.332Z | Compiling console v0.15.7 |
1733 | 2023-12-07T18:06:58.831Z | Checking hashbrown v0.14.2 |
1734 | 2023-12-07T18:07:00.213Z | Checking equivalent v1.0.1 |
1735 | 2023-12-07T18:07:00.358Z | Checking unicode-ident v1.0.12 |
1736 | 2023-12-07T18:07:00.595Z | Checking proc-macro2 v1.0.69 |
1737 | 2023-12-07T18:07:01.589Z | Checking quote v1.0.33 |
1738 | 2023-12-07T18:07:04.006Z | Checking utf8parse v0.2.1 |
1739 | 2023-12-07T18:07:04.724Z | Checking anstyle v1.0.2 |
1740 | 2023-12-07T18:07:05.836Z | Checking io-lifetimes v1.0.11 |
1741 | 2023-12-07T18:07:15.671Z | Checking anstyle-parse v0.2.1 |
1742 | 2023-12-07T18:07:15.794Z | Checking colorchoice v1.0.0 |
1743 | 2023-12-07T18:07:15.794Z | Checking anstyle-query v1.0.0 |
1744 | 2023-12-07T18:07:15.794Z | Checking anstream v0.5.0 |
1745 | 2023-12-07T18:07:15.794Z | Checking clap_lex v0.5.1 |
1746 | 2023-12-07T18:07:15.794Z | Checking strsim v0.10.0 |
1747 | 2023-12-07T18:07:15.794Z | Checking winnow v0.5.15 |
1748 | 2023-12-07T18:07:21.268Z | Compiling serde_tokenstream v0.2.0 |
1749 | 2023-12-07T18:07:25.419Z | Compiling regress v0.7.1 |
1750 | 2023-12-07T18:07:30.966Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1751 | 2023-12-07T18:07:38.079Z | Compiling getopts v0.2.21 |
1752 | 2023-12-07T18:07:38.690Z | Compiling unsafe-libyaml v0.2.9 |
1753 | 2023-12-07T18:07:39.730Z | Checking heck v0.4.1 |
1754 | 2023-12-07T18:07:40.010Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1755 | 2023-12-07T18:07:40.922Z | Compiling serde_yaml v0.9.25 |
1756 | 2023-12-07T18:07:41.813Z | Compiling ident_case v1.0.1 |
1757 | 2023-12-07T18:07:42.057Z | Checking fastrand v2.0.0 |
1758 | 2023-12-07T18:07:42.174Z | Checking match_cfg v0.1.0 |
1759 | 2023-12-07T18:07:42.281Z | Checking hostname v0.3.1 |
1760 | 2023-12-07T18:07:42.463Z | Checking atty v0.2.14 |
1761 | 2023-12-07T18:07:42.509Z | Checking tempfile v3.8.1 |
1762 | 2023-12-07T18:07:42.619Z | Checking quick-error v1.2.3 |
1763 | 2023-12-07T18:07:42.646Z | Compiling paste v1.0.14 |
1764 | 2023-12-07T18:07:42.798Z | Checking crossbeam-channel v0.5.8 |
1765 | 2023-12-07T18:07:43.038Z | Checking sha1 v0.10.6 |
1766 | 2023-12-07T18:07:43.419Z | Checking dirs-sys-next v0.1.2 |
1767 | 2023-12-07T18:07:43.653Z | Checking dirs-next v2.0.0 |
1768 | 2023-12-07T18:07:43.824Z | Checking thread_local v1.1.7 |
1769 | 2023-12-07T18:07:43.932Z | Checking instant v0.1.12 |
1770 | 2023-12-07T18:07:44.076Z | Compiling slog-async v2.8.0 |
1771 | 2023-12-07T18:07:44.236Z | Checking term v0.7.0 |
1772 | 2023-12-07T18:07:44.858Z | Checking camino v1.1.6 |
1773 | 2023-12-07T18:07:44.988Z | Compiling multer v2.1.0 |
1774 | 2023-12-07T18:07:45.313Z | Checking take_mut v0.2.2 |
1775 | 2023-12-07T18:07:45.449Z | Checking slog-term v2.9.0 |
1776 | 2023-12-07T18:07:45.715Z | Compiling darling_core v0.20.3 |
1777 | 2023-12-07T18:07:45.924Z | Checking slog-json v2.6.1 |
1778 | 2023-12-07T18:07:46.188Z | Compiling async-stream-impl v0.3.5 |
1779 | 2023-12-07T18:07:46.300Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1780 | 2023-12-07T18:07:46.727Z | Checking atomic-waker v1.1.1 |
1781 | 2023-12-07T18:07:46.892Z | Checking debug-ignore v1.0.5 |
1782 | 2023-12-07T18:07:47.077Z | Checking waitgroup v0.1.2 |
1783 | 2023-12-07T18:07:47.456Z | Checking slog-bunyan v2.4.0 |
1784 | 2023-12-07T18:07:47.882Z | Checking toml v0.8.8 |
1785 | 2023-12-07T18:07:48.185Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1786 | 2023-12-07T18:07:48.208Z | Checking serde_path_to_error v0.1.14 |
1787 | 2023-12-07T18:07:48.425Z | Checking async-stream v0.3.5 |
1788 | 2023-12-07T18:07:48.679Z | Checking strum v0.25.0 |
1789 | 2023-12-07T18:07:48.886Z | Compiling structmeta-derive v0.2.0 |
1790 | 2023-12-07T18:07:48.987Z | Checking wait-timeout v0.2.0 |
1791 | 2023-12-07T18:07:49.170Z | Checking rand_xorshift v0.3.0 |
1792 | 2023-12-07T18:07:49.236Z | Checking rusty-fork v0.3.0 |
1793 | 2023-12-07T18:07:49.391Z | Checking unarray v0.1.4 |
1794 | 2023-12-07T18:07:49.587Z | Compiling regex-syntax v0.7.5 |
1795 | 2023-12-07T18:07:49.659Z | Checking proptest v1.4.0 |
1796 | 2023-12-07T18:07:53.943Z | Compiling structmeta v0.2.0 |
1797 | 2023-12-07T18:07:54.558Z | Checking backoff v0.4.0 |
1798 | 2023-12-07T18:07:54.988Z | Compiling test-strategy v0.3.1 |
1799 | 2023-12-07T18:07:55.858Z | Compiling darling_macro v0.20.3 |
1800 | 2023-12-07T18:07:56.344Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1801 | 2023-12-07T18:07:56.848Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1802 | 2023-12-07T18:07:56.967Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1803 | 2023-12-07T18:07:57.097Z | Checking macaddr v1.0.1 |
1804 | 2023-12-07T18:07:57.431Z | Compiling darling v0.20.3 |
1805 | 2023-12-07T18:07:57.536Z | Checking camino-tempfile v1.1.1 |
1806 | 2023-12-07T18:07:57.570Z | Compiling serde_with_macros v3.4.0 |
1807 | 2023-12-07T18:07:57.765Z | Checking is-terminal v0.4.9 |
1808 | 2023-12-07T18:07:57.966Z | Compiling proc-macro-error-attr v1.0.4 |
1809 | 2023-12-07T18:07:58.010Z | Compiling proc-macro-error v1.0.4 |
1810 | 2023-12-07T18:07:58.212Z | Compiling proc-macro-crate v1.3.1 |
1811 | 2023-12-07T18:07:58.612Z | Checking termtree v0.4.1 |
1812 | 2023-12-07T18:07:58.892Z | Checking predicates-tree v1.0.9 |
1813 | 2023-12-07T18:07:59.094Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1814 | 2023-12-07T18:07:59.588Z | Compiling smoltcp v0.10.0 |
1815 | 2023-12-07T18:07:59.929Z | Compiling num_enum_derive v0.5.11 |
1816 | 2023-12-07T18:08:00.734Z | Checking embedded-io v0.4.0 |
1817 | 2023-12-07T18:08:00.895Z | Checking cobs v0.2.3 |
1818 | 2023-12-07T18:08:01.020Z | Compiling crucible-workspace-hack v0.1.0 |
1819 | 2023-12-07T18:08:01.084Z | Compiling parse-display-derive v0.8.2 |
1820 | 2023-12-07T18:08:01.164Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1821 | 2023-12-07T18:08:01.206Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1822 | 2023-12-07T18:08:01.447Z | Checking postcard v1.0.8 |
1823 | 2023-12-07T18:08:01.600Z | Compiling foreign-types-macros v0.2.3 |
1824 | 2023-12-07T18:08:01.960Z | Checking serde_with v3.4.0 |
1825 | 2023-12-07T18:08:02.587Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1826 | 2023-12-07T18:08:03.112Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1827 | 2023-12-07T18:08:03.523Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1828 | 2023-12-07T18:08:03.662Z | Checking foreign-types-shared v0.3.1 |
1829 | 2023-12-07T18:08:03.805Z | Checking foreign-types v0.5.0 |
1830 | 2023-12-07T18:08:04.064Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1831 | 2023-12-07T18:08:04.243Z | Compiling zerocopy-derive v0.7.26 |
1832 | 2023-12-07T18:08:04.391Z | Checking num_enum v0.5.11 |
1833 | 2023-12-07T18:08:04.575Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1834 | 2023-12-07T18:08:05.345Z | Checking cstr-argument v0.1.2 |
1835 | 2023-12-07T18:08:05.580Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1836 | 2023-12-07T18:08:05.939Z | Checking pretty-hex v0.2.1 |
1837 | 2023-12-07T18:08:06.024Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1838 | 2023-12-07T18:08:06.173Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1839 | 2023-12-07T18:08:06.350Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1840 | 2023-12-07T18:08:06.563Z | Checking colored v2.0.4 |
1841 | 2023-12-07T18:08:06.663Z | Compiling zone_cfg_derive v0.3.0 |
1842 | 2023-12-07T18:08:07.861Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1843 | 2023-12-07T18:08:07.945Z | Checking zerocopy v0.7.26 |
1844 | 2023-12-07T18:08:08.383Z | Checking predicates v2.1.5 |
1845 | 2023-12-07T18:08:08.501Z | Compiling mockall_derive v0.11.4 |
1846 | 2023-12-07T18:08:08.562Z | Checking parse-display v0.8.2 |
1847 | 2023-12-07T18:08:08.792Z | Compiling num-derive v0.4.0 |
1848 | 2023-12-07T18:08:09.089Z | Checking fragile v2.0.0 |
1849 | 2023-12-07T18:08:09.384Z | Checking downcast v0.11.0 |
1850 | 2023-12-07T18:08:09.469Z | Checking zone v0.3.0 |
1851 | 2023-12-07T18:08:09.662Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1852 | 2023-12-07T18:08:09.719Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1853 | 2023-12-07T18:08:09.903Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1854 | 2023-12-07T18:08:09.974Z | Checking smf v0.2.2 |
1855 | 2023-12-07T18:08:10.032Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1856 | 2023-12-07T18:08:10.641Z | Checking xattr v1.0.1 |
1857 | 2023-12-07T18:08:10.659Z | Checking filetime v0.2.23 |
1858 | 2023-12-07T18:08:10.905Z | Checking pem v3.0.2 |
1859 | 2023-12-07T18:08:10.939Z | Checking tar v0.4.40 |
1860 | 2023-12-07T18:08:11.227Z | Checking linked-hash-map v0.5.6 |
1861 | 2023-12-07T18:08:11.713Z | Checking lru-cache v0.1.2 |
1862 | 2023-12-07T18:08:11.973Z | Checking headers-core v0.2.0 |
1863 | 2023-12-07T18:08:12.067Z | Checking password-hash v0.5.0 |
1864 | 2023-12-07T18:08:12.152Z | Checking headers v0.3.9 |
1865 | 2023-12-07T18:08:12.184Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1866 | 2023-12-07T18:08:12.574Z | Checking blake2 v0.10.6 |
1867 | 2023-12-07T18:08:12.598Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1868 | 2023-12-07T18:08:12.775Z | Checking rcgen v0.11.3 |
1869 | 2023-12-07T18:08:13.015Z | Checking atomicwrites v0.4.2 |
1870 | 2023-12-07T18:08:13.271Z | Checking subprocess v0.2.9 |
1871 | 2023-12-07T18:08:13.302Z | Checking argon2 v0.5.2 |
1872 | 2023-12-07T18:08:13.320Z | Checking ciborium-io v0.2.1 |
1873 | 2023-12-07T18:08:13.462Z | Checking arc-swap v1.6.0 |
1874 | 2023-12-07T18:08:13.803Z | Checking half v1.8.2 |
1875 | 2023-12-07T18:08:13.993Z | Compiling cancel-safe-futures v0.1.5 |
1876 | 2023-12-07T18:08:14.099Z | Checking textwrap v0.11.0 |
1877 | 2023-12-07T18:08:14.116Z | Checking slog-scope v4.4.0 |
1878 | 2023-12-07T18:08:14.223Z | Compiling heck v0.3.3 |
1879 | 2023-12-07T18:08:14.397Z | Checking vec_map v0.8.2 |
1880 | 2023-12-07T18:08:14.416Z | Checking ansi_term v0.12.1 |
1881 | 2023-12-07T18:08:14.433Z | Checking ciborium-ll v0.2.1 |
1882 | 2023-12-07T18:08:14.511Z | Checking strsim v0.8.0 |
1883 | 2023-12-07T18:08:14.790Z | Compiling libefi-sys v0.1.0 |
1884 | 2023-12-07T18:08:14.835Z | Compiling structopt-derive v0.4.18 |
1885 | 2023-12-07T18:08:14.855Z | Checking ciborium v0.2.1 |
1886 | 2023-12-07T18:08:14.860Z | Checking clap v2.34.0 |
1887 | 2023-12-07T18:08:15.200Z | Checking slog-stdlog v4.1.1 |
1888 | 2023-12-07T18:08:15.415Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1889 | 2023-12-07T18:08:15.461Z | Checking slog-envlogger v2.2.0 |
1890 | 2023-12-07T18:08:16.176Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1891 | 2023-12-07T18:08:16.310Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1892 | 2023-12-07T18:08:16.473Z | Checking resolv-conf v0.7.0 |
1893 | 2023-12-07T18:08:16.616Z | Compiling slog-dtrace v0.2.3 |
1894 | 2023-12-07T18:08:16.639Z | Compiling convert_case v0.4.0 |
1895 | 2023-12-07T18:08:17.013Z | Checking trust-dns-resolver v0.22.0 |
1896 | 2023-12-07T18:08:17.704Z | Checking fxhash v0.2.1 |
1897 | 2023-12-07T18:08:17.951Z | Checking itertools v0.12.0 |
1898 | 2023-12-07T18:08:18.114Z | Compiling derive_more v0.99.17 |
1899 | 2023-12-07T18:08:19.366Z | Checking termcolor v1.2.0 |
1900 | 2023-12-07T18:08:19.480Z | Compiling radium v0.7.0 |
1901 | 2023-12-07T18:08:19.685Z | Checking structopt v0.3.26 |
1902 | 2023-12-07T18:08:19.931Z | Compiling same-file v1.0.6 |
1903 | 2023-12-07T18:08:20.176Z | Compiling walkdir v2.4.0 |
1904 | 2023-12-07T18:08:20.231Z | Compiling semver-parser v0.10.2 |
1905 | 2023-12-07T18:08:20.255Z | Compiling maybe-uninit v2.0.0 |
1906 | 2023-12-07T18:08:20.988Z | Checking tap v1.0.1 |
1907 | 2023-12-07T18:08:21.375Z | Compiling semver v0.11.0 |
1908 | 2023-12-07T18:08:21.706Z | Checking mockall v0.11.4 |
1909 | 2023-12-07T18:08:22.152Z | Checking wyz v0.5.1 |
1910 | 2023-12-07T18:08:22.630Z | Compiling num-rational v0.4.1 |
1911 | 2023-12-07T18:08:22.667Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1912 | 2023-12-07T18:08:23.144Z | Compiling num-bigint-dig v0.8.4 |
1913 | 2023-12-07T18:08:23.150Z | Checking crc-catalog v2.2.0 |
1914 | 2023-12-07T18:08:23.302Z | Compiling home v0.5.5 |
1915 | 2023-12-07T18:08:23.317Z | Compiling packed_struct v0.10.1 |
1916 | 2023-12-07T18:08:23.383Z | Checking funty v2.0.0 |
1917 | 2023-12-07T18:08:23.566Z | Compiling toolchain_find v0.2.0 |
1918 | 2023-12-07T18:08:23.663Z | Checking crc v3.0.1 |
1919 | 2023-12-07T18:08:24.187Z | Compiling toml v0.5.11 |
1920 | 2023-12-07T18:08:24.502Z | Compiling packed_struct_codegen v0.10.1 |
1921 | 2023-12-07T18:08:24.674Z | Checking nodrop v0.1.14 |
1922 | 2023-12-07T18:08:24.820Z | Checking array-init v0.0.4 |
1923 | 2023-12-07T18:08:25.114Z | Checking bitvec v1.0.1 |
1924 | 2023-12-07T18:08:26.520Z | Compiling omicron-zone-package v0.9.1 |
1925 | 2023-12-07T18:08:27.301Z | Compiling rustfmt-wrapper v0.2.0 |
1926 | 2023-12-07T18:08:28.511Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1927 | 2023-12-07T18:08:28.984Z | Checking smallvec v0.6.14 |
1928 | 2023-12-07T18:08:29.358Z | Checking newline-converter v0.3.0 |
1929 | 2023-12-07T18:08:29.562Z | Checking pkcs1 v0.7.5 |
1930 | 2023-12-07T18:08:29.581Z | Checking signature v2.1.0 |
1931 | 2023-12-07T18:08:30.176Z | Checking num-complex v0.4.4 |
1932 | 2023-12-07T18:08:30.377Z | Checking utf-8 v0.7.6 |
1933 | 2023-12-07T18:08:30.664Z | Checking bitfield v0.14.0 |
1934 | 2023-12-07T18:08:31.083Z | Checking keccak v0.1.4 |
1935 | 2023-12-07T18:08:31.532Z | Checking sha3 v0.10.8 |
1936 | 2023-12-07T18:08:31.625Z | Checking num v0.4.1 |
1937 | 2023-12-07T18:08:31.754Z | Checking tungstenite v0.20.1 |
1938 | 2023-12-07T18:08:32.145Z | Checking serde-hex v0.1.0 |
1939 | 2023-12-07T18:08:32.196Z | Checking expectorate v1.1.0 |
1940 | 2023-12-07T18:08:32.359Z | Checking rsa v0.9.2 |
1941 | 2023-12-07T18:08:32.406Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1942 | 2023-12-07T18:08:32.600Z | Checking env_logger v0.10.0 |
1943 | 2023-12-07T18:08:32.772Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1944 | 2023-12-07T18:08:33.222Z | Checking x509-cert v0.2.4 |
1945 | 2023-12-07T18:08:33.274Z | Checking ron v0.8.1 |
1946 | 2023-12-07T18:08:33.339Z | Checking secrecy v0.8.0 |
1947 | 2023-12-07T18:08:33.642Z | Checking crc-any v2.4.3 |
1948 | 2023-12-07T18:08:33.782Z | Checking tokio-tungstenite v0.20.1 |
1949 | 2023-12-07T18:08:34.204Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1950 | 2023-12-07T18:08:34.486Z | Checking object v0.30.4 |
1951 | 2023-12-07T18:08:34.704Z | Checking path-slash v0.1.5 |
1952 | 2023-12-07T18:08:34.888Z | Compiling buf-list v1.0.3 |
1953 | 2023-12-07T18:08:35.224Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1954 | 2023-12-07T18:08:35.356Z | Checking glob v0.3.1 |
1955 | 2023-12-07T18:08:35.596Z | Checking swrite v0.1.0 |
1956 | 2023-12-07T18:08:35.744Z | Compiling parking_lot_core v0.8.6 |
1957 | 2023-12-07T18:08:35.843Z | Checking nibble_vec v0.1.0 |
1958 | 2023-12-07T18:08:36.015Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1959 | 2023-12-07T18:08:36.098Z | Checking endian-type v0.1.2 |
1960 | 2023-12-07T18:08:36.319Z | Checking pretty-hex v0.4.0 |
1961 | 2023-12-07T18:08:36.395Z | Checking radix_trie v0.2.1 |
1962 | 2023-12-07T18:08:36.558Z | Checking libsw v3.3.0 |
1963 | 2023-12-07T18:08:36.908Z | Checking parking_lot v0.11.2 |
1964 | 2023-12-07T18:08:36.928Z | Compiling derive-where v1.2.6 |
1965 | 2023-12-07T18:08:37.003Z | Checking trust-dns-client v0.22.0 |
1966 | 2023-12-07T18:08:37.418Z | Checking sled v0.34.7 |
1967 | 2023-12-07T18:08:38.113Z | Compiling semver v0.1.20 |
1968 | 2023-12-07T18:08:38.904Z | Checking linear-map v1.2.0 |
1969 | 2023-12-07T18:08:39.082Z | Checking trust-dns-server v0.22.1 |
1970 | 2023-12-07T18:08:39.176Z | Checking owo-colors v3.5.0 |
1971 | 2023-12-07T18:08:39.400Z | Compiling rustc_version v0.1.7 |
1972 | 2023-12-07T18:08:40.134Z | Compiling newtype_derive v0.1.6 |
1973 | 2023-12-07T18:08:40.591Z | Checking crossbeam-deque v0.8.3 |
1974 | 2023-12-07T18:08:41.071Z | Compiling unicase v2.7.0 |
1975 | 2023-12-07T18:08:41.499Z | Compiling rayon-core v1.12.0 |
1976 | 2023-12-07T18:08:41.906Z | Compiling platforms v3.0.2 |
1977 | 2023-12-07T18:08:42.466Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1978 | 2023-12-07T18:08:43.071Z | Compiling memoffset v0.7.1 |
1979 | 2023-12-07T18:08:43.087Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1980 | 2023-12-07T18:08:43.253Z | Checking steno v0.4.0 |
1981 | 2023-12-07T18:08:43.362Z | Compiling curve25519-dalek v4.1.0 |
1982 | 2023-12-07T18:08:43.488Z | Checking rayon v1.8.0 |
1983 | 2023-12-07T18:08:44.205Z | Checking globset v0.4.13 |
1984 | 2023-12-07T18:08:44.259Z | Checking olpc-cjson v0.1.3 |
1985 | 2023-12-07T18:08:44.563Z | Checking serde_plain v1.0.2 |
1986 | 2023-12-07T18:08:44.581Z | Compiling async-recursion v1.0.5 |
1987 | 2023-12-07T18:08:44.920Z | Checking typed-path v0.7.0 |
1988 | 2023-12-07T18:08:44.967Z | Compiling mime_guess v2.0.4 |
1989 | 2023-12-07T18:08:46.545Z | Checking universal-hash v0.5.1 |
1990 | 2023-12-07T18:08:46.799Z | Compiling thiserror-impl-no-std v2.0.2 |
1991 | 2023-12-07T18:08:46.944Z | Compiling curve25519-dalek-derive v0.1.0 |
1992 | 2023-12-07T18:08:47.191Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1993 | 2023-12-07T18:08:47.643Z | Compiling salty v0.2.0 |
1994 | 2023-12-07T18:08:47.974Z | Checking tough v0.16.0 |
1995 | 2023-12-07T18:08:48.452Z | Checking signature v1.6.4 |
1996 | 2023-12-07T18:08:48.604Z | Checking opaque-debug v0.3.0 |
1997 | 2023-12-07T18:08:48.718Z | Checking display-error-chain v0.2.0 |
1998 | 2023-12-07T18:08:48.906Z | Checking poly1305 v0.8.0 |
1999 | 2023-12-07T18:08:49.633Z | Checking ed25519 v1.5.3 |
2000 | 2023-12-07T18:08:49.861Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2001 | 2023-12-07T18:08:50.292Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2002 | 2023-12-07T18:08:50.734Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2003 | 2023-12-07T18:08:50.763Z | Checking chacha20 v0.9.1 |
2004 | 2023-12-07T18:08:51.090Z | Checking aead v0.5.2 |
2005 | 2023-12-07T18:08:51.339Z | Checking serde-big-array v0.5.1 |
2006 | 2023-12-07T18:08:51.391Z | Checking kstat-rs v0.2.3 |
2007 | 2023-12-07T18:08:51.602Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2008 | 2023-12-07T18:08:52.336Z | Checking chacha20poly1305 v0.10.1 |
2009 | 2023-12-07T18:08:52.342Z | Checking thiserror-no-std v2.0.2 |
2010 | 2023-12-07T18:08:52.540Z | Checking vsss-rs v3.3.1 |
2011 | 2023-12-07T18:08:52.992Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2012 | 2023-12-07T18:08:53.466Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2013 | 2023-12-07T18:08:53.719Z | Checking signal-hook-tokio v0.3.1 |
2014 | 2023-12-07T18:08:53.753Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2015 | 2023-12-07T18:08:53.817Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2016 | 2023-12-07T18:08:53.954Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2017 | 2023-12-07T18:08:54.289Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2018 | 2023-12-07T18:08:55.489Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2019 | 2023-12-07T18:08:55.512Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2020 | 2023-12-07T18:08:55.547Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2021 | 2023-12-07T18:08:55.579Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2022 | 2023-12-07T18:08:56.841Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2023 | 2023-12-07T18:08:58.473Z | Checking serde-big-array v0.4.1 |
2024 | 2023-12-07T18:08:58.492Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2025 | 2023-12-07T18:08:58.698Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2026 | 2023-12-07T18:09:00.327Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2027 | 2023-12-07T18:09:00.902Z | Checking bcs v0.1.6 |
2028 | 2023-12-07T18:09:01.655Z | Checking corncobs v0.1.3 |
2029 | 2023-12-07T18:09:01.857Z | Checking highway v1.1.0 |
2030 | 2023-12-07T18:09:01.923Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2031 | 2023-12-07T18:09:02.209Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2032 | 2023-12-07T18:09:02.581Z | Checking http-range v0.1.5 |
2033 | 2023-12-07T18:09:02.851Z | Compiling crunchy v0.2.2 |
2034 | 2023-12-07T18:09:03.497Z | Compiling portable-atomic v1.4.3 |
2035 | 2023-12-07T18:09:03.592Z | Checking hyper-staticfile v0.9.5 |
2036 | 2023-12-07T18:09:03.893Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2037 | 2023-12-07T18:09:04.194Z | Compiling clang-sys v1.6.1 |
2038 | 2023-12-07T18:09:05.033Z | Compiling tiny-keccak v2.0.2 |
2039 | 2023-12-07T18:09:05.084Z | Checking assert_matches v1.5.0 |
2040 | 2023-12-07T18:09:05.214Z | Compiling prettyplease v0.2.12 |
2041 | 2023-12-07T18:09:05.784Z | Compiling darling_core v0.14.4 |
2042 | 2023-12-07T18:09:06.955Z | Compiling minimal-lexical v0.2.1 |
2043 | 2023-12-07T18:09:07.818Z | Checking number_prefix v0.4.0 |
2044 | 2023-12-07T18:09:08.009Z | Checking humantime v2.1.0 |
2045 | 2023-12-07T18:09:08.132Z | Checking indicatif v0.17.7 |
2046 | 2023-12-07T18:09:08.442Z | Compiling nom v7.1.3 |
2047 | 2023-12-07T18:09:09.242Z | Compiling ascii-canvas v3.0.0 |
2048 | 2023-12-07T18:09:10.318Z | Compiling ena v0.14.2 |
2049 | 2023-12-07T18:09:10.933Z | Compiling libloading v0.7.4 |
2050 | 2023-12-07T18:09:11.108Z | Compiling diff v0.1.13 |
2051 | 2023-12-07T18:09:11.510Z | Compiling regex-syntax v0.6.29 |
2052 | 2023-12-07T18:09:12.189Z | Compiling bindgen v0.65.1 |
2053 | 2023-12-07T18:09:14.126Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2054 | 2023-12-07T18:09:14.622Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2055 | 2023-12-07T18:09:15.757Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2056 | 2023-12-07T18:09:17.360Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2057 | 2023-12-07T18:09:18.997Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2058 | 2023-12-07T18:09:19.557Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2059 | 2023-12-07T18:09:20.350Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2060 | 2023-12-07T18:09:21.083Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2061 | 2023-12-07T18:09:21.316Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2062 | 2023-12-07T18:09:21.641Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2063 | 2023-12-07T18:09:22.131Z | Compiling darling_macro v0.14.4 |
2064 | 2023-12-07T18:09:22.280Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2065 | 2023-12-07T18:09:23.768Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2066 | 2023-12-07T18:09:24.044Z | Compiling darling v0.14.4 |
2067 | 2023-12-07T18:09:24.206Z | Compiling lalrpop v0.19.12 |
2068 | 2023-12-07T18:09:24.929Z | Compiling cexpr v0.6.0 |
2069 | 2023-12-07T18:09:31.012Z | Compiling which v4.4.0 |
2070 | 2023-12-07T18:09:31.991Z | Compiling shlex v1.1.0 |
2071 | 2023-12-07T18:09:32.422Z | Compiling rustc-hash v1.1.0 |
2072 | 2023-12-07T18:09:32.627Z | Checking maplit v1.0.2 |
2073 | 2023-12-07T18:09:32.773Z | Compiling ref-cast v1.0.20 |
2074 | 2023-12-07T18:09:33.498Z | Compiling lazycell v1.3.0 |
2075 | 2023-12-07T18:09:33.732Z | Compiling peeking_take_while v0.1.2 |
2076 | 2023-12-07T18:09:35.625Z | Compiling derive_builder_core v0.12.0 |
2077 | 2023-12-07T18:09:35.685Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2078 | 2023-12-07T18:09:36.115Z | Compiling ref-cast-impl v1.0.20 |
2079 | 2023-12-07T18:09:38.012Z | Compiling libxml v0.3.3 |
2080 | 2023-12-07T18:09:38.772Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2081 | 2023-12-07T18:09:39.381Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2082 | 2023-12-07T18:09:39.714Z | Compiling derive_builder_macro v0.12.0 |
2083 | 2023-12-07T18:09:39.985Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2084 | 2023-12-07T18:09:40.907Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2085 | 2023-12-07T18:09:41.023Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2086 | 2023-12-07T18:09:42.195Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2087 | 2023-12-07T18:09:42.558Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2088 | 2023-12-07T18:09:43.888Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2089 | 2023-12-07T18:09:45.186Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2090 | 2023-12-07T18:09:46.763Z | Compiling strum_macros v0.24.3 |
2091 | 2023-12-07T18:09:49.076Z | Compiling fs-err v2.11.0 |
2092 | 2023-12-07T18:09:49.092Z | Compiling cookie v0.18.0 |
2093 | 2023-12-07T18:09:49.511Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2094 | 2023-12-07T18:09:49.517Z | Compiling indoc v1.0.9 |
2095 | 2023-12-07T18:09:50.337Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2096 | 2023-12-07T18:09:51.170Z | Checking derive_builder v0.12.0 |
2097 | 2023-12-07T18:09:51.373Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2098 | 2023-12-07T18:09:53.290Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2099 | 2023-12-07T18:09:53.633Z | Checking bb8 v0.8.1 |
2100 | 2023-12-07T18:09:53.655Z | Checking quick-xml v0.23.1 |
2101 | 2023-12-07T18:09:53.701Z | Compiling oso-derive v0.27.0 |
2102 | 2023-12-07T18:09:54.165Z | Compiling impl-trait-for-tuples v0.2.2 |
2103 | 2023-12-07T18:09:54.303Z | Checking unicode-linebreak v0.1.5 |
2104 | 2023-12-07T18:09:54.840Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2105 | 2023-12-07T18:09:54.968Z | Checking smawk v0.3.1 |
2106 | 2023-12-07T18:09:55.265Z | Checking textwrap v0.16.0 |
2107 | 2023-12-07T18:09:55.365Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2108 | 2023-12-07T18:09:56.294Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2109 | 2023-12-07T18:09:56.466Z | Checking bytesize v1.3.0 |
2110 | 2023-12-07T18:09:56.553Z | Checking is_ci v1.1.1 |
2111 | 2023-12-07T18:09:56.726Z | Checking supports-color v2.1.0 |
2112 | 2023-12-07T18:09:56.838Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2113 | 2023-12-07T18:09:57.020Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2114 | 2023-12-07T18:09:57.567Z | Checking cassowary v0.3.0 |
2115 | 2023-12-07T18:09:58.242Z | Compiling indoc v2.0.3 |
2116 | 2023-12-07T18:09:58.854Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2117 | 2023-12-07T18:09:59.450Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2118 | 2023-12-07T18:09:59.927Z | Checking ratatui v0.23.0 |
2119 | 2023-12-07T18:10:00.603Z | Checking rtoolbox v0.0.1 |
2120 | 2023-12-07T18:10:00.866Z | Checking rpassword v7.3.1 |
2121 | 2023-12-07T18:10:01.065Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2122 | 2023-12-07T18:10:02.330Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2123 | 2023-12-07T18:10:02.443Z | Checking shell-words v1.1.0 |
2124 | 2023-12-07T18:10:02.686Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2125 | 2023-12-07T18:10:02.801Z | Checking fatfs v0.3.6 |
2126 | 2023-12-07T18:10:03.825Z | Checking tui-tree-widget v0.13.0 |
2127 | 2023-12-07T18:10:04.206Z | Checking yansi v0.5.1 |
2128 | 2023-12-07T18:10:04.640Z | Checking plotters-backend v0.3.5 |
2129 | 2023-12-07T18:10:04.722Z | Checking pretty_assertions v1.4.0 |
2130 | 2023-12-07T18:10:04.894Z | Checking rand v0.4.6 |
2131 | 2023-12-07T18:10:04.997Z | Compiling vte_generate_state_changes v0.1.1 |
2132 | 2023-12-07T18:10:05.220Z | Checking plotters-svg v0.3.5 |
2133 | 2023-12-07T18:10:05.569Z | Checking remove_dir_all v0.5.3 |
2134 | 2023-12-07T18:10:05.725Z | Checking cast v0.3.0 |
2135 | 2023-12-07T18:10:06.033Z | Checking vte v0.11.1 |
2136 | 2023-12-07T18:10:06.369Z | Checking criterion-plot v0.5.0 |
2137 | 2023-12-07T18:10:06.389Z | Checking tempdir v0.3.7 |
2138 | 2023-12-07T18:10:06.624Z | Checking plotters v0.3.5 |
2139 | 2023-12-07T18:10:06.945Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2140 | 2023-12-07T18:10:08.242Z | Checking dashmap v5.5.1 |
2141 | 2023-12-07T18:10:08.421Z | Checking tinytemplate v1.2.1 |
2142 | 2023-12-07T18:10:09.002Z | Compiling serial_test_derive v0.10.0 |
2143 | 2023-12-07T18:10:09.277Z | Checking oorandom v11.1.3 |
2144 | 2023-12-07T18:10:09.486Z | Checking anes v0.1.6 |
2145 | 2023-12-07T18:10:09.498Z | Checking strip-ansi-escapes v0.2.0 |
2146 | 2023-12-07T18:10:09.699Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2147 | 2023-12-07T18:10:10.051Z | Checking criterion v0.5.1 |
2148 | 2023-12-07T18:10:10.438Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2149 | 2023-12-07T18:10:11.423Z | Checking serial_test v0.10.0 |
2150 | 2023-12-07T18:10:11.759Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2151 | 2023-12-07T18:10:13.515Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2152 | 2023-12-07T18:10:14.489Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2153 | 2023-12-07T18:10:14.705Z | Checking assert_cmd v2.0.12 |
2154 | 2023-12-07T18:10:15.351Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2155 | 2023-12-07T18:10:17.830Z | Checking fd-lock v3.0.13 |
2156 | 2023-12-07T18:10:18.099Z | Checking nu-ansi-term v0.49.0 |
2157 | 2023-12-07T18:10:18.725Z | Checking reedline v0.26.0 |
2158 | 2023-12-07T18:10:21.146Z | Checking threadpool v1.8.1 |
2159 | 2023-12-07T18:10:21.424Z | Checking nanorand v0.7.0 |
2160 | 2023-12-07T18:10:21.748Z | Checking topological-sort v0.2.2 |
2161 | 2023-12-07T18:10:21.978Z | Checking flume v0.11.0 |
2162 | 2023-12-07T18:10:22.024Z | Checking libtest-mimic v0.6.1 |
2163 | 2023-12-07T18:10:22.643Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2164 | 2023-12-07T18:10:22.692Z | Checking httptest v0.15.5 |
2165 | 2023-12-07T18:10:23.807Z | Checking similar-asserts v1.5.0 |
2166 | 2023-12-07T18:10:24.118Z | Compiling rstest_macros v0.18.2 |
2167 | 2023-12-07T18:10:24.340Z | Compiling crossbeam-queue v0.3.8 |
2168 | 2023-12-07T18:10:24.895Z | Checking bytecount v0.6.3 |
2169 | 2023-12-07T18:10:25.093Z | Checking papergrid v0.10.0 |
2170 | 2023-12-07T18:10:25.117Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2171 | 2023-12-07T18:10:26.842Z | Checking datatest-stable v0.2.3 |
2172 | 2023-12-07T18:10:27.160Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2173 | 2023-12-07T18:10:27.273Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2174 | 2023-12-07T18:10:27.545Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2175 | 2023-12-07T18:10:27.718Z | Compiling tabled_derive v0.6.0 |
2176 | 2023-12-07T18:10:28.556Z | Checking arrayvec v0.7.4 |
2177 | 2023-12-07T18:10:29.127Z | Compiling trybuild v1.0.85 |
2178 | 2023-12-07T18:10:29.386Z | Checking arrayref v0.3.7 |
2179 | 2023-12-07T18:10:29.512Z | Compiling relative-path v1.9.0 |
2180 | 2023-12-07T18:10:29.732Z | Checking constant_time_eq v0.2.6 |
2181 | 2023-12-07T18:10:29.895Z | Checking blake2b_simd v1.0.1 |
2182 | 2023-12-07T18:10:31.926Z | Checking tabled v0.14.0 |
2183 | 2023-12-07T18:10:32.119Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2184 | 2023-12-07T18:10:35.992Z | Checking basic-toml v0.1.4 |
2185 | 2023-12-07T18:10:37.500Z | Checking constant_time_eq v0.3.0 |
2186 | 2023-12-07T18:10:37.668Z | Checking futures-timer v3.0.2 |
2187 | 2023-12-07T18:10:38.106Z | Checking rust-argon2 v1.0.1 |
2188 | 2023-12-07T18:10:41.098Z | Checking crossbeam v0.8.2 |
2189 | 2023-12-07T18:10:41.235Z | Checking partial-io v0.5.4 |
2190 | 2023-12-07T18:10:41.785Z | Checking approx v0.5.1 |
2191 | 2023-12-07T18:10:42.122Z | Checking termios v0.3.3 |
2192 | 2023-12-07T18:10:42.401Z | Checking hex-literal v0.4.1 |
2193 | 2023-12-07T18:10:46.377Z | Checking rstest v0.18.2 |
2194 | 2023-12-07T18:10:50.287Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2195 | 2023-12-07T18:10:53.718Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2196 | 2023-12-07T18:11:55.850Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2197 | 2023-12-07T18:11:57.247Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2198 | 2023-12-07T18:11:58.228Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2199 | 2023-12-07T18:12:13.757Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2200 | 2023-12-07T18:12:36.045Z | Compiling polar-core v0.27.0 |
2201 | 2023-12-07T18:12:46.907Z | Checking oso v0.27.0 |
2202 | 2023-12-07T18:13:22.644Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2203 | 2023-12-07T18:14:43.267Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 51s |
2204 | 2023-12-07T18:14:43.477Z | |
2205 | 2023-12-07T18:14:43.478Z | real 10:47.515915244 |
2206 | 2023-12-07T18:14:43.478Z | user 59:06.538962564 |
2207 | 2023-12-07T18:14:43.478Z | sys 7:31.994966429 |
2208 | 2023-12-07T18:14:43.478Z | trap 2.021375306 |
2209 | 2023-12-07T18:14:43.478Z | tflt 4.144050237 |
2210 | 2023-12-07T18:14:43.482Z | dflt 5.411414526 |
2211 | 2023-12-07T18:14:43.482Z | kflt 0.022794165 |
2212 | 2023-12-07T18:14:43.483Z | lock 1:33:51.346128294 |
2213 | 2023-12-07T18:14:43.483Z | slp 2:55:43.834226041 |
2214 | 2023-12-07T18:14:43.483Z | lat 2:05.598208120 |
2215 | 2023-12-07T18:14:43.483Z | stop 4:28.345626320 |
2216 | 2023-12-07T18:14:44.628Z | warning: output filename collision. |
2217 | 2023-12-07T18:14:44.629Z | 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)`. |
2218 | 2023-12-07T18:14:44.629Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2219 | 2023-12-07T18:14:44.629Z | The targets should have unique names. |
2220 | 2023-12-07T18:14:44.629Z | This is a known bug where multiple crates with the same name use |
2221 | 2023-12-07T18:14:44.629Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2222 | 2023-12-07T18:14:44.634Z | warning: output filename collision. |
2223 | 2023-12-07T18:14:44.635Z | 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)`. |
2224 | 2023-12-07T18:14:44.635Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2225 | 2023-12-07T18:14:44.635Z | The targets should have unique names. |
2226 | 2023-12-07T18:14:44.635Z | This is a known bug where multiple crates with the same name use |
2227 | 2023-12-07T18:14:44.635Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2228 | 2023-12-07T18:14:44.635Z | warning: output filename collision. |
2229 | 2023-12-07T18:14:44.635Z | 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)`. |
2230 | 2023-12-07T18:14:44.635Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2231 | 2023-12-07T18:14:44.636Z | The targets should have unique names. |
2232 | 2023-12-07T18:14:44.636Z | This is a known bug where multiple crates with the same name use |
2233 | 2023-12-07T18:14:44.636Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2234 | 2023-12-07T18:14:45.223Z | Documenting libc v0.2.150 |
2235 | 2023-12-07T18:14:45.241Z | Documenting cfg-if v1.0.0 |
2236 | 2023-12-07T18:14:45.250Z | Documenting serde_derive v1.0.192 |
2237 | 2023-12-07T18:14:45.278Z | Documenting scopeguard v1.2.0 |
2238 | 2023-12-07T18:14:45.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2239 | 2023-12-07T18:14:45.298Z | Documenting log v0.4.20 |
2240 | 2023-12-07T18:14:45.313Z | Documenting itoa v1.0.9 |
2241 | 2023-12-07T18:14:45.314Z | Documenting smallvec v1.11.0 |
2242 | 2023-12-07T18:14:45.699Z | Documenting memchr v2.6.3 |
2243 | 2023-12-07T18:14:49.109Z | Documenting zeroize_derive v1.4.2 |
2244 | 2023-12-07T18:14:49.260Z | Documenting lock_api v0.4.10 |
2245 | 2023-12-07T18:14:49.372Z | Documenting pin-project-lite v0.2.13 |
2246 | 2023-12-07T18:14:49.729Z | Documenting libm v0.2.7 |
2247 | 2023-12-07T18:14:51.080Z | Documenting futures-core v0.3.29 |
2248 | 2023-12-07T18:14:51.562Z | Documenting getrandom v0.2.10 |
2249 | 2023-12-07T18:14:52.326Z | Documenting parking_lot_core v0.9.8 |
2250 | 2023-12-07T18:14:53.367Z | Documenting signal-hook-registry v1.4.1 |
2251 | 2023-12-07T18:14:53.610Z | Documenting mio v0.8.9 |
2252 | 2023-12-07T18:14:54.710Z | Documenting num-traits v0.2.16 |
2253 | 2023-12-07T18:14:54.828Z | Documenting serde v1.0.192 |
2254 | 2023-12-07T18:14:56.450Z | Documenting thiserror-impl v1.0.49 |
2255 | 2023-12-07T18:14:56.500Z | Documenting zeroize v1.7.0 |
2256 | 2023-12-07T18:14:57.224Z | Documenting rand_core v0.6.4 |
2257 | 2023-12-07T18:14:58.103Z | Documenting parking_lot v0.12.1 |
2258 | 2023-12-07T18:14:59.485Z | Documenting num_cpus v1.16.0 |
2259 | 2023-12-07T18:14:59.569Z | Documenting socket2 v0.5.5 |
2260 | 2023-12-07T18:15:01.591Z | Documenting typenum v1.16.0 |
2261 | 2023-12-07T18:15:02.116Z | Documenting tokio-macros v2.2.0 |
2262 | 2023-12-07T18:15:02.741Z | Documenting once_cell v1.18.0 |
2263 | 2023-12-07T18:15:03.475Z | Documenting thiserror v1.0.49 |
2264 | 2023-12-07T18:15:03.842Z | Documenting subtle v2.5.0 |
2265 | 2023-12-07T18:15:05.087Z | Documenting ryu v1.0.15 |
2266 | 2023-12-07T18:15:05.390Z | Documenting byteorder v1.5.0 |
2267 | 2023-12-07T18:15:08.549Z | Documenting futures-sink v0.3.29 |
2268 | 2023-12-07T18:15:08.560Z | Documenting const-oid v0.9.5 |
2269 | 2023-12-07T18:15:08.651Z | Documenting pin-utils v0.1.0 |
2270 | 2023-12-07T18:15:09.113Z | Documenting futures-task v0.3.29 |
2271 | 2023-12-07T18:15:09.386Z | Documenting slab v0.4.9 |
2272 | 2023-12-07T18:15:11.454Z | Documenting futures-macro v0.3.29 |
2273 | 2023-12-07T18:15:14.271Z | Documenting futures-channel v0.3.29 |
2274 | 2023-12-07T18:15:14.636Z | Documenting futures-io v0.3.29 |
2275 | 2023-12-07T18:15:15.457Z | Documenting iana-time-zone v0.1.57 |
2276 | 2023-12-07T18:15:16.277Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2277 | 2023-12-07T18:15:17.445Z | Documenting tinyvec_macros v0.1.1 |
2278 | 2023-12-07T18:15:17.768Z | Documenting ppv-lite86 v0.2.17 |
2279 | 2023-12-07T18:15:18.817Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2280 | 2023-12-07T18:15:20.344Z | Documenting tracing-core v0.1.31 |
2281 | 2023-12-07T18:15:20.451Z | Documenting futures-util v0.3.29 |
2282 | 2023-12-07T18:15:21.432Z | Documenting tracing-attributes v0.1.26 |
2283 | 2023-12-07T18:15:21.686Z | Documenting tinyvec v1.6.0 |
2284 | 2023-12-07T18:15:22.710Z | Documenting rand_chacha v0.3.1 |
2285 | 2023-12-07T18:15:27.317Z | Documenting unicode-normalization v0.1.22 |
2286 | 2023-12-07T18:15:29.238Z | Documenting bytes v1.5.0 |
2287 | 2023-12-07T18:15:29.454Z | Documenting bitflags v2.4.0 |
2288 | 2023-12-07T18:15:31.367Z | Documenting serde_json v1.0.108 |
2289 | 2023-12-07T18:15:31.841Z | Documenting chrono v0.4.31 |
2290 | 2023-12-07T18:15:33.932Z | Documenting uuid v1.6.1 |
2291 | 2023-12-07T18:15:35.599Z | Documenting rand v0.8.5 |
2292 | 2023-12-07T18:15:35.948Z | Documenting base64 v0.21.5 |
2293 | 2023-12-07T18:15:36.497Z | Documenting tokio v1.34.0 |
2294 | 2023-12-07T18:15:39.720Z | Documenting fnv v1.0.7 |
2295 | 2023-12-07T18:15:40.380Z | Documenting spin v0.9.8 |
2296 | 2023-12-07T18:15:40.905Z | Documenting lazy_static v1.4.0 |
2297 | 2023-12-07T18:15:42.039Z | Documenting unicode-bidi v0.3.13 |
2298 | 2023-12-07T18:15:43.826Z | Documenting percent-encoding v2.3.1 |
2299 | 2023-12-07T18:15:44.857Z | Documenting cpufeatures v0.2.9 |
2300 | 2023-12-07T18:15:45.114Z | Documenting serde_derive_internals v0.26.0 |
2301 | 2023-12-07T18:15:45.201Z | Documenting http v0.2.11 |
2302 | 2023-12-07T18:15:45.561Z | Documenting generic-array v0.14.7 |
2303 | 2023-12-07T18:15:48.372Z | Checking serde_derive_internals v0.26.0 |
2304 | 2023-12-07T18:15:48.920Z | Documenting dyn-clone v1.0.13 |
2305 | 2023-12-07T18:15:49.142Z | Documenting tracing v0.1.37 |
2306 | 2023-12-07T18:15:49.284Z | Documenting idna v0.5.0 |
2307 | 2023-12-07T18:15:49.638Z | Documenting form_urlencoded v1.2.1 |
2308 | 2023-12-07T18:15:51.789Z | Documenting crypto-common v0.1.6 |
2309 | 2023-12-07T18:15:52.787Z | Documenting block-buffer v0.10.4 |
2310 | 2023-12-07T18:15:53.220Z | Documenting schemars_derive v0.8.13 |
2311 | 2023-12-07T18:15:53.413Z | Documenting errno v0.3.2 |
2312 | 2023-12-07T18:15:53.712Z | Documenting httparse v1.8.0 |
2313 | 2023-12-07T18:15:55.332Z | Documenting unicode-ident v1.0.12 |
2314 | 2023-12-07T18:15:55.438Z | Documenting url v2.5.0 |
2315 | 2023-12-07T18:15:58.544Z | Documenting adler v1.0.2 |
2316 | 2023-12-07T18:15:59.231Z | Documenting digest v0.10.7 |
2317 | 2023-12-07T18:15:59.335Z | Documenting rustix v0.38.25 |
2318 | 2023-12-07T18:15:59.363Z | Documenting proc-macro2 v1.0.69 |
2319 | 2023-12-07T18:15:59.758Z | Documenting base64ct v1.6.0 |
2320 | 2023-12-07T18:16:07.576Z | Documenting httpdate v1.0.3 |
2321 | 2023-12-07T18:16:07.637Z | Documenting schemars v0.8.13 |
2322 | 2023-12-07T18:16:07.712Z | Documenting miniz_oxide v0.7.1 |
2323 | 2023-12-07T18:16:07.838Z | Documenting quote v1.0.33 |
2324 | 2023-12-07T18:16:07.840Z | Documenting try-lock v0.2.4 |
2325 | 2023-12-07T18:16:07.840Z | Documenting openssl-probe v0.1.5 |
2326 | 2023-12-07T18:16:07.914Z | Documenting untrusted v0.9.0 |
2327 | 2023-12-07T18:16:08.540Z | Documenting http-body v0.4.5 |
2328 | 2023-12-07T18:16:09.478Z | Documenting openssl-sys v0.9.96 |
2329 | 2023-12-07T18:16:10.542Z | Documenting async-trait v0.1.74 |
2330 | 2023-12-07T18:16:10.631Z | Documenting want v0.3.1 |
2331 | 2023-12-07T18:16:11.216Z | Documenting openssl-macros v0.1.1 |
2332 | 2023-12-07T18:16:12.120Z | Documenting ring v0.17.7 |
2333 | 2023-12-07T18:16:12.916Z | Documenting mime v0.3.17 |
2334 | 2023-12-07T18:16:14.811Z | Documenting tower-service v0.3.2 |
2335 | 2023-12-07T18:16:16.050Z | Documenting pem-rfc7468 v0.7.0 |
2336 | 2023-12-07T18:16:17.443Z | Documenting aho-corasick v1.0.4 |
2337 | 2023-12-07T18:16:17.555Z | Documenting sct v0.7.0 |
2338 | 2023-12-07T18:16:18.021Z | Documenting tokio-util v0.7.10 |
2339 | 2023-12-07T18:16:18.308Z | Documenting openssl v0.10.60 |
2340 | 2023-12-07T18:16:19.237Z | Documenting slog v2.7.0 |
2341 | 2023-12-07T18:16:20.265Z | Documenting der_derive v0.7.2 |
2342 | 2023-12-07T18:16:20.297Z | Documenting rustls-webpki v0.101.7 |
2343 | 2023-12-07T18:16:22.228Z | Documenting flagset v0.4.3 |
2344 | 2023-12-07T18:16:23.196Z | Documenting regex-syntax v0.8.2 |
2345 | 2023-12-07T18:16:24.714Z | Documenting equivalent v1.0.1 |
2346 | 2023-12-07T18:16:25.511Z | Documenting ipnet v2.8.0 |
2347 | 2023-12-07T18:16:26.329Z | Documenting unicode-width v0.1.11 |
2348 | 2023-12-07T18:16:26.526Z | Documenting h2 v0.3.21 |
2349 | 2023-12-07T18:16:26.642Z | Documenting hashbrown v0.14.2 |
2350 | 2023-12-07T18:16:27.768Z | Documenting der v0.7.8 |
2351 | 2023-12-07T18:16:28.745Z | Documenting rustls v0.21.9 |
2352 | 2023-12-07T18:16:30.385Z | Documenting rustls-pemfile v1.0.3 |
2353 | 2023-12-07T18:16:30.478Z | Documenting num-integer v0.1.45 |
2354 | 2023-12-07T18:16:31.589Z | Documenting time-macros v0.2.13 |
2355 | 2023-12-07T18:16:32.925Z | Documenting indexmap v2.1.0 |
2356 | 2023-12-07T18:16:33.492Z | Documenting regex-automata v0.4.3 |
2357 | 2023-12-07T18:16:35.235Z | Documenting num_threads v0.1.6 |
2358 | 2023-12-07T18:16:35.881Z | Documenting time-core v0.1.1 |
2359 | 2023-12-07T18:16:36.556Z | Documenting utf8parse v0.2.1 |
2360 | 2023-12-07T18:16:38.686Z | Documenting gimli v0.28.0 |
2361 | 2023-12-07T18:16:39.783Z | Documenting deranged v0.3.8 |
2362 | 2023-12-07T18:16:39.983Z | Documenting spki v0.7.2 |
2363 | 2023-12-07T18:16:40.402Z | Documenting native-tls v0.2.11 |
2364 | 2023-12-07T18:16:40.682Z | Documenting object v0.32.1 |
2365 | 2023-12-07T18:16:41.346Z | Documenting tokio-rustls v0.24.1 |
2366 | 2023-12-07T18:16:41.397Z | Documenting hyper v0.14.27 |
2367 | 2023-12-07T18:16:46.142Z | Documenting time v0.3.27 |
2368 | 2023-12-07T18:16:46.181Z | Documenting regex v1.10.2 |
2369 | 2023-12-07T18:16:46.533Z | Documenting crossbeam-utils v0.8.16 |
2370 | 2023-12-07T18:16:47.938Z | Documenting encoding_rs v0.8.33 |
2371 | 2023-12-07T18:16:48.094Z | Documenting addr2line v0.21.0 |
2372 | 2023-12-07T18:16:50.482Z | Checking pest_meta v2.7.2 |
2373 | 2023-12-07T18:16:53.617Z | Documenting rustc-demangle v0.1.23 |
2374 | 2023-12-07T18:16:53.752Z | Documenting tokio-native-tls v0.3.1 |
2375 | 2023-12-07T18:16:53.752Z | Documenting rustls-native-certs v0.6.3 |
2376 | 2023-12-07T18:16:54.164Z | Documenting serde_urlencoded v0.7.1 |
2377 | 2023-12-07T18:16:54.320Z | Documenting pest_meta v2.7.2 |
2378 | 2023-12-07T18:16:54.910Z | Checking pest_generator v2.7.2 |
2379 | 2023-12-07T18:16:56.137Z | Documenting pkcs8 v0.10.2 |
2380 | 2023-12-07T18:16:56.264Z | Documenting ucd-trie v0.1.6 |
2381 | 2023-12-07T18:16:59.492Z | Documenting anstyle v1.0.2 |
2382 | 2023-12-07T18:16:59.614Z | Documenting backtrace v0.3.69 |
2383 | 2023-12-07T18:16:59.666Z | Documenting hyper-rustls v0.24.2 |
2384 | 2023-12-07T18:17:00.336Z | Documenting pest_generator v2.7.2 |
2385 | 2023-12-07T18:17:00.693Z | Documenting webpki-roots v0.25.2 |
2386 | 2023-12-07T18:17:00.920Z | Documenting hyper-tls v0.5.0 |
2387 | 2023-12-07T18:17:02.419Z | Documenting data-encoding v2.4.0 |
2388 | 2023-12-07T18:17:03.041Z | Documenting pest v2.7.2 |
2389 | 2023-12-07T18:17:04.925Z | Documenting anstyle-parse v0.2.1 |
2390 | 2023-12-07T18:17:06.084Z | Documenting syn v2.0.32 |
2391 | 2023-12-07T18:17:07.214Z | Documenting pest_derive v2.7.2 |
2392 | 2023-12-07T18:17:07.941Z | Documenting anyhow v1.0.75 |
2393 | 2023-12-07T18:17:08.584Z | Documenting ipnetwork v0.20.0 |
2394 | 2023-12-07T18:17:09.465Z | Documenting sha2 v0.10.8 |
2395 | 2023-12-07T18:17:09.837Z | Documenting futures-executor v0.3.29 |
2396 | 2023-12-07T18:17:10.937Z | Documenting hex v0.4.3 |
2397 | 2023-12-07T18:17:10.943Z | Documenting reqwest v0.11.22 |
2398 | 2023-12-07T18:17:13.634Z | Documenting crc32fast v1.3.2 |
2399 | 2023-12-07T18:17:15.721Z | Checking serde_tokenstream v0.1.7 |
2400 | 2023-12-07T18:17:16.227Z | Documenting anstyle-query v1.0.0 |
2401 | 2023-12-07T18:17:16.543Z | Documenting colorchoice v1.0.0 |
2402 | 2023-12-07T18:17:16.766Z | Documenting dtrace-parser v0.1.14 |
2403 | 2023-12-07T18:17:16.888Z | Documenting openapiv3 v2.0.0-rc.1 |
2404 | 2023-12-07T18:17:17.173Z | Documenting num-iter v0.1.43 |
2405 | 2023-12-07T18:17:18.968Z | Documenting hmac v0.12.1 |
2406 | 2023-12-07T18:17:20.546Z | Documenting dof v0.1.5 |
2407 | 2023-12-07T18:17:21.377Z | Documenting anstream v0.5.0 |
2408 | 2023-12-07T18:17:22.233Z | Documenting signal-hook v0.3.17 |
2409 | 2023-12-07T18:17:23.127Z | Documenting thread-id v4.2.0 |
2410 | 2023-12-07T18:17:25.971Z | Documenting terminal_size v0.2.6 |
2411 | 2023-12-07T18:17:26.095Z | Documenting memoffset v0.9.0 |
2412 | 2023-12-07T18:17:26.574Z | Documenting strsim v0.10.0 |
2413 | 2023-12-07T18:17:27.071Z | Documenting clap_lex v0.5.1 |
2414 | 2023-12-07T18:17:27.082Z | Documenting flate2 v1.0.28 |
2415 | 2023-12-07T18:17:28.140Z | Documenting futures v0.3.29 |
2416 | 2023-12-07T18:17:28.711Z | Documenting usdt-impl v0.3.5 |
2417 | 2023-12-07T18:17:30.234Z | Documenting crossbeam-epoch v0.9.15 |
2418 | 2023-12-07T18:17:31.727Z | Documenting usdt-attr-macro v0.3.5 |
2419 | 2023-12-07T18:17:32.456Z | Documenting usdt-macro v0.3.5 |
2420 | 2023-12-07T18:17:33.088Z | Documenting clap_builder v4.4.2 |
2421 | 2023-12-07T18:17:34.277Z | Documenting clap_derive v4.4.2 |
2422 | 2023-12-07T18:17:34.388Z | Documenting managed v0.8.0 |
2423 | 2023-12-07T18:17:36.062Z | Documenting signal-hook-mio v0.2.3 |
2424 | 2023-12-07T18:17:36.595Z | Documenting block-padding v0.3.3 |
2425 | 2023-12-07T18:17:39.290Z | Documenting scheduled-thread-pool v0.2.7 |
2426 | 2023-12-07T18:17:39.409Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2427 | 2023-12-07T18:17:39.641Z | Documenting enum-as-inner v0.5.1 |
2428 | 2023-12-07T18:17:40.050Z | Documenting usdt v0.3.5 |
2429 | 2023-12-07T18:17:41.841Z | Checking diesel_table_macro_syntax v0.1.0 |
2430 | 2023-12-07T18:17:41.945Z | Documenting diesel_table_macro_syntax v0.1.0 |
2431 | 2023-12-07T18:17:42.080Z | Documenting pin-project-internal v1.1.3 |
2432 | 2023-12-07T18:17:42.532Z | Documenting clap v4.4.3 |
2433 | 2023-12-07T18:17:42.764Z | Documenting unicode-segmentation v1.10.1 |
2434 | 2023-12-07T18:17:45.034Z | Documenting bzip2 v0.4.4 |
2435 | 2023-12-07T18:17:45.210Z | Documenting r2d2 v0.8.10 |
2436 | 2023-12-07T18:17:46.729Z | Documenting trust-dns-proto v0.22.0 |
2437 | 2023-12-07T18:17:47.422Z | Documenting inout v0.1.3 |
2438 | 2023-12-07T18:17:47.636Z | Documenting crossterm v0.27.0 |
2439 | 2023-12-07T18:17:48.476Z | Documenting diesel_derives v2.1.2 |
2440 | 2023-12-07T18:17:49.120Z | Documenting pin-project v1.1.3 |
2441 | 2023-12-07T18:17:49.675Z | Documenting md-5 v0.10.5 |
2442 | 2023-12-07T18:17:50.806Z | Documenting stringprep v0.1.3 |
2443 | 2023-12-07T18:17:51.305Z | Documenting serde_spanned v0.6.4 |
2444 | 2023-12-07T18:17:53.121Z | Documenting toml_datetime v0.6.5 |
2445 | 2023-12-07T18:17:53.660Z | Documenting ff v0.13.0 |
2446 | 2023-12-07T18:17:55.974Z | Documenting doc-comment v0.3.3 |
2447 | 2023-12-07T18:17:56.407Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2448 | 2023-12-07T18:17:56.638Z | Documenting snafu-derive v0.7.5 |
2449 | 2023-12-07T18:17:56.981Z | Documenting fallible-iterator v0.2.0 |
2450 | 2023-12-07T18:17:58.891Z | Documenting winnow v0.5.15 |
2451 | 2023-12-07T18:17:58.941Z | Documenting either v1.9.0 |
2452 | 2023-12-07T18:17:59.508Z | Documenting static_assertions v1.1.0 |
2453 | 2023-12-07T18:18:00.021Z | Documenting bit-vec v0.6.3 |
2454 | 2023-12-07T18:18:00.267Z | Documenting siphasher v0.3.11 |
2455 | 2023-12-07T18:18:01.883Z | Documenting base16ct v0.2.0 |
2456 | 2023-12-07T18:18:03.928Z | Documenting diesel v2.1.4 |
2457 | 2023-12-07T18:18:04.431Z | Documenting postgres-protocol v0.6.6 |
2458 | 2023-12-07T18:18:04.529Z | Documenting phf_shared v0.11.2 |
2459 | 2023-12-07T18:18:04.791Z | Documenting group v0.13.0 |
2460 | 2023-12-07T18:18:05.937Z | Documenting cipher v0.4.4 |
2461 | 2023-12-07T18:18:06.403Z | Documenting sec1 v0.7.3 |
2462 | 2023-12-07T18:18:06.631Z | Documenting toml_edit v0.21.0 |
2463 | 2023-12-07T18:18:07.723Z | Documenting snafu v0.7.5 |
2464 | 2023-12-07T18:18:09.961Z | Documenting zip v0.6.6 |
2465 | 2023-12-07T18:18:10.608Z | Documenting hkdf v0.12.3 |
2466 | 2023-12-07T18:18:13.581Z | Documenting num-bigint v0.4.4 |
2467 | 2023-12-07T18:18:14.057Z | Documenting crypto-bigint v0.5.2 |
2468 | 2023-12-07T18:18:14.969Z | Documenting hubpack v0.1.2 |
2469 | 2023-12-07T18:18:14.983Z | Documenting regress v0.7.1 |
2470 | 2023-12-07T18:18:16.076Z | Documenting bstr v1.6.0 |
2471 | 2023-12-07T18:18:16.605Z | Documenting serde_repr v0.1.16 |
2472 | 2023-12-07T18:18:18.004Z | Documenting fixedbitset v0.4.2 |
2473 | 2023-12-07T18:18:21.687Z | Documenting lalrpop-util v0.19.12 |
2474 | 2023-12-07T18:18:23.318Z | Documenting precomputed-hash v0.1.1 |
2475 | 2023-12-07T18:18:23.715Z | Documenting new_debug_unreachable v1.0.4 |
2476 | 2023-12-07T18:18:24.091Z | Documenting yasna v0.5.2 |
2477 | 2023-12-07T18:18:24.360Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2478 | 2023-12-07T18:18:24.789Z | Documenting petgraph v0.6.4 |
2479 | 2023-12-07T18:18:25.279Z | Documenting elliptic-curve v0.13.8 |
2480 | 2023-12-07T18:18:27.724Z | Documenting postgres-types v0.2.6 |
2481 | 2023-12-07T18:18:27.958Z | Documenting phf v0.11.2 |
2482 | 2023-12-07T18:18:28.947Z | Documenting string_cache v0.8.7 |
2483 | 2023-12-07T18:18:33.306Z | Documenting console v0.15.7 |
2484 | 2023-12-07T18:18:34.061Z | Documenting semver v1.0.20 |
2485 | 2023-12-07T18:18:34.544Z | Documenting float-cmp v0.9.0 |
2486 | 2023-12-07T18:18:35.267Z | Documenting difflib v0.4.0 |
2487 | 2023-12-07T18:18:35.945Z | Documenting heck v0.4.1 |
2488 | 2023-12-07T18:18:36.144Z | Documenting predicates-core v1.0.6 |
2489 | 2023-12-07T18:18:38.500Z | Checking unsafe-libyaml v0.2.9 |
2490 | 2023-12-07T18:18:39.732Z | Documenting normalize-line-endings v0.3.0 |
2491 | 2023-12-07T18:18:39.961Z | Documenting whoami v1.4.1 |
2492 | 2023-12-07T18:18:40.354Z | Documenting bit-set v0.5.3 |
2493 | 2023-12-07T18:18:41.049Z | Documenting similar v2.2.1 |
2494 | 2023-12-07T18:18:41.554Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2495 | 2023-12-07T18:18:41.897Z | Documenting tokio-stream v0.1.14 |
2496 | 2023-12-07T18:18:41.916Z | Documenting unsafe-libyaml v0.2.9 |
2497 | 2023-12-07T18:18:42.496Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2498 | 2023-12-07T18:18:45.235Z | Documenting predicates v3.0.4 |
2499 | 2023-12-07T18:18:45.461Z | Documenting tokio-postgres v0.7.10 |
2500 | 2023-12-07T18:18:46.452Z | Checking ident_case v1.0.1 |
2501 | 2023-12-07T18:18:46.657Z | Checking serde_yaml v0.9.25 |
2502 | 2023-12-07T18:18:47.353Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2503 | 2023-12-07T18:18:47.616Z | Documenting serde_yaml v0.9.25 |
2504 | 2023-12-07T18:18:49.622Z | Documenting getopts v0.2.21 |
2505 | 2023-12-07T18:18:49.763Z | Documenting match_cfg v0.1.0 |
2506 | 2023-12-07T18:18:51.596Z | Documenting sha1 v0.10.6 |
2507 | 2023-12-07T18:18:52.896Z | Documenting dirs-sys-next v0.1.2 |
2508 | 2023-12-07T18:18:53.682Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2509 | 2023-12-07T18:18:53.841Z | Documenting hostname v0.3.1 |
2510 | 2023-12-07T18:18:55.664Z | Documenting thread_local v1.1.7 |
2511 | 2023-12-07T18:18:55.910Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2512 | 2023-12-07T18:18:57.712Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2513 | 2023-12-07T18:18:58.576Z | Documenting dirs-next v2.0.0 |
2514 | 2023-12-07T18:18:58.798Z | Documenting paste v1.0.14 |
2515 | 2023-12-07T18:18:59.212Z | Documenting crossbeam-channel v0.5.8 |
2516 | 2023-12-07T18:18:59.468Z | Documenting atty v0.2.14 |
2517 | 2023-12-07T18:19:01.774Z | Documenting take_mut v0.2.2 |
2518 | 2023-12-07T18:19:03.019Z | Documenting slog-json v2.6.1 |
2519 | 2023-12-07T18:19:03.696Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2520 | 2023-12-07T18:19:04.089Z | Documenting camino v1.1.6 |
2521 | 2023-12-07T18:19:04.260Z | Documenting term v0.7.0 |
2522 | 2023-12-07T18:19:04.815Z | Documenting async-stream-impl v0.3.5 |
2523 | 2023-12-07T18:19:05.287Z | Documenting debug-ignore v1.0.5 |
2524 | 2023-12-07T18:19:07.176Z | Documenting atomic-waker v1.1.1 |
2525 | 2023-12-07T18:19:07.305Z | Documenting slog-async v2.8.0 |
2526 | 2023-12-07T18:19:09.449Z | Checking darling_core v0.20.3 |
2527 | 2023-12-07T18:19:09.746Z | Documenting slog-bunyan v2.4.0 |
2528 | 2023-12-07T18:19:09.979Z | Documenting slog-term v2.9.0 |
2529 | 2023-12-07T18:19:11.010Z | Documenting toml v0.8.8 |
2530 | 2023-12-07T18:19:11.300Z | Documenting waitgroup v0.1.2 |
2531 | 2023-12-07T18:19:11.528Z | Documenting async-stream v0.3.5 |
2532 | 2023-12-07T18:19:12.292Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2533 | 2023-12-07T18:19:13.495Z | Documenting multer v2.1.0 |
2534 | 2023-12-07T18:19:14.992Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2535 | 2023-12-07T18:19:16.304Z | Documenting serde_path_to_error v0.1.14 |
2536 | 2023-12-07T18:19:16.453Z | Documenting strum v0.25.0 |
2537 | 2023-12-07T18:19:16.747Z | Checking darling v0.20.3 |
2538 | 2023-12-07T18:19:16.887Z | Documenting serde_with_macros v3.4.0 |
2539 | 2023-12-07T18:19:16.957Z | Documenting structmeta-derive v0.2.0 |
2540 | 2023-12-07T18:19:18.189Z | Checking structmeta v0.2.0 |
2541 | 2023-12-07T18:19:18.521Z | Documenting instant v0.1.12 |
2542 | 2023-12-07T18:19:20.155Z | Checking regex-syntax v0.7.5 |
2543 | 2023-12-07T18:19:20.448Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2544 | 2023-12-07T18:19:21.817Z | Documenting macaddr v1.0.1 |
2545 | 2023-12-07T18:19:22.440Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2546 | 2023-12-07T18:19:24.019Z | Documenting serde_with v3.4.0 |
2547 | 2023-12-07T18:19:24.186Z | Documenting backoff v0.4.0 |
2548 | 2023-12-07T18:19:24.467Z | Documenting structmeta v0.2.0 |
2549 | 2023-12-07T18:19:25.128Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2550 | 2023-12-07T18:19:26.898Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2551 | 2023-12-07T18:19:27.678Z | Documenting fastrand v2.0.0 |
2552 | 2023-12-07T18:19:30.728Z | Documenting is-terminal v0.4.9 |
2553 | 2023-12-07T18:19:30.960Z | Documenting parse-display-derive v0.8.2 |
2554 | 2023-12-07T18:19:31.098Z | Checking proc-macro-crate v1.3.1 |
2555 | 2023-12-07T18:19:31.408Z | Documenting proc-macro-crate v1.3.1 |
2556 | 2023-12-07T18:19:31.499Z | Documenting proc-macro-error-attr v1.0.4 |
2557 | 2023-12-07T18:19:32.237Z | Documenting hash32 v0.2.1 |
2558 | 2023-12-07T18:19:33.760Z | Documenting tempfile v3.8.1 |
2559 | 2023-12-07T18:19:35.204Z | Documenting stable_deref_trait v1.2.0 |
2560 | 2023-12-07T18:19:37.038Z | Documenting proc-macro-error v1.0.4 |
2561 | 2023-12-07T18:19:37.719Z | Documenting num_enum_derive v0.5.11 |
2562 | 2023-12-07T18:19:37.898Z | Checking proc-macro-error v1.0.4 |
2563 | 2023-12-07T18:19:38.308Z | Documenting embedded-io v0.4.0 |
2564 | 2023-12-07T18:19:38.313Z | Documenting cobs v0.2.3 |
2565 | 2023-12-07T18:19:39.255Z | Documenting heapless v0.7.16 |
2566 | 2023-12-07T18:19:39.593Z | Documenting parse-display v0.8.2 |
2567 | 2023-12-07T18:19:40.112Z | Documenting camino-tempfile v1.1.1 |
2568 | 2023-12-07T18:19:42.490Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2569 | 2023-12-07T18:19:42.919Z | Documenting postcard v1.0.8 |
2570 | 2023-12-07T18:19:43.334Z | Documenting foreign-types-macros v0.2.3 |
2571 | 2023-12-07T18:19:44.873Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2572 | 2023-12-07T18:19:45.525Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2573 | 2023-12-07T18:19:45.891Z | Documenting num_enum v0.5.11 |
2574 | 2023-12-07T18:19:46.664Z | Documenting smoltcp v0.10.0 |
2575 | 2023-12-07T18:19:46.738Z | Documenting foreign-types-shared v0.3.1 |
2576 | 2023-12-07T18:19:48.664Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2577 | 2023-12-07T18:19:49.066Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2578 | 2023-12-07T18:19:49.307Z | Documenting crucible-workspace-hack v0.1.0 |
2579 | 2023-12-07T18:19:49.980Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2580 | 2023-12-07T18:19:50.084Z | Documenting cstr-argument v0.1.2 |
2581 | 2023-12-07T18:19:50.923Z | Documenting foreign-types v0.5.0 |
2582 | 2023-12-07T18:19:51.454Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2583 | 2023-12-07T18:19:54.627Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2584 | 2023-12-07T18:19:54.917Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2585 | 2023-12-07T18:19:55.336Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2586 | 2023-12-07T18:19:55.373Z | Documenting colored v2.0.4 |
2587 | 2023-12-07T18:19:55.572Z | Documenting zerocopy v0.7.26 |
2588 | 2023-12-07T18:19:56.786Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2589 | 2023-12-07T18:19:57.893Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2590 | 2023-12-07T18:20:00.905Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2591 | 2023-12-07T18:20:01.751Z | Documenting zone_cfg_derive v0.3.0 |
2592 | 2023-12-07T18:20:02.132Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2593 | 2023-12-07T18:20:02.363Z | Documenting num-derive v0.4.0 |
2594 | 2023-12-07T18:20:03.111Z | Documenting smf v0.2.2 |
2595 | 2023-12-07T18:20:03.852Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2596 | 2023-12-07T18:20:05.392Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2597 | 2023-12-07T18:20:06.790Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2598 | 2023-12-07T18:20:08.441Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2599 | 2023-12-07T18:20:08.691Z | Documenting linked-hash-map v0.5.6 |
2600 | 2023-12-07T18:20:08.844Z | Documenting blake2 v0.10.6 |
2601 | 2023-12-07T18:20:09.084Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2602 | 2023-12-07T18:20:09.286Z | Documenting zone v0.3.0 |
2603 | 2023-12-07T18:20:09.593Z | Documenting password-hash v0.5.0 |
2604 | 2023-12-07T18:20:12.947Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2605 | 2023-12-07T18:20:14.537Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2606 | 2023-12-07T18:20:14.711Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2607 | 2023-12-07T18:20:14.818Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2608 | 2023-12-07T18:20:15.002Z | Documenting lru-cache v0.1.2 |
2609 | 2023-12-07T18:20:15.144Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2610 | 2023-12-07T18:20:15.545Z | Checking heck v0.3.3 |
2611 | 2023-12-07T18:20:15.795Z | Documenting structopt-derive v0.4.18 |
2612 | 2023-12-07T18:20:15.902Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2613 | 2023-12-07T18:20:16.162Z | Documenting argon2 v0.5.2 |
2614 | 2023-12-07T18:20:16.745Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2615 | 2023-12-07T18:20:20.126Z | Documenting libefi-sys v0.1.0 |
2616 | 2023-12-07T18:20:20.433Z | Documenting quick-error v1.2.3 |
2617 | 2023-12-07T18:20:23.453Z | Documenting structopt v0.3.26 |
2618 | 2023-12-07T18:20:23.743Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2619 | 2023-12-07T18:20:23.974Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2620 | 2023-12-07T18:20:24.655Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2621 | 2023-12-07T18:20:26.031Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2622 | 2023-12-07T18:20:26.056Z | Documenting resolv-conf v0.7.0 |
2623 | 2023-12-07T18:20:28.924Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2624 | 2023-12-07T18:20:29.756Z | Documenting cancel-safe-futures v0.1.5 |
2625 | 2023-12-07T18:20:29.851Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2626 | 2023-12-07T18:20:30.625Z | Documenting convert_case v0.4.0 |
2627 | 2023-12-07T18:20:31.092Z | Checking convert_case v0.4.0 |
2628 | 2023-12-07T18:20:31.405Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2629 | 2023-12-07T18:20:32.005Z | Documenting trust-dns-resolver v0.22.0 |
2630 | 2023-12-07T18:20:32.455Z | Documenting arc-swap v1.6.0 |
2631 | 2023-12-07T18:20:33.464Z | Documenting tap v1.0.1 |
2632 | 2023-12-07T18:20:35.639Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2633 | 2023-12-07T18:20:36.037Z | Documenting derive_more v0.99.17 |
2634 | 2023-12-07T18:20:36.931Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2635 | 2023-12-07T18:20:37.334Z | Documenting num-rational v0.4.1 |
2636 | 2023-12-07T18:20:37.734Z | Documenting wyz v0.5.1 |
2637 | 2023-12-07T18:20:38.098Z | Documenting slog-scope v4.4.0 |
2638 | 2023-12-07T18:20:38.790Z | Documenting radium v0.7.0 |
2639 | 2023-12-07T18:20:42.217Z | Documenting num-complex v0.4.4 |
2640 | 2023-12-07T18:20:43.164Z | Documenting funty v2.0.0 |
2641 | 2023-12-07T18:20:43.672Z | Documenting half v1.8.2 |
2642 | 2023-12-07T18:20:43.788Z | Documenting ciborium-io v0.2.1 |
2643 | 2023-12-07T18:20:44.590Z | Documenting crc-catalog v2.2.0 |
2644 | 2023-12-07T18:20:45.931Z | Documenting slog-stdlog v4.1.1 |
2645 | 2023-12-07T18:20:47.706Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2646 | 2023-12-07T18:20:47.885Z | Documenting bitvec v1.0.1 |
2647 | 2023-12-07T18:20:48.022Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2648 | 2023-12-07T18:20:48.834Z | Documenting crc v3.0.1 |
2649 | 2023-12-07T18:20:49.214Z | Documenting slog-dtrace v0.2.3 |
2650 | 2023-12-07T18:20:49.355Z | Documenting ciborium-ll v0.2.1 |
2651 | 2023-12-07T18:20:49.414Z | Documenting num v0.4.1 |
2652 | 2023-12-07T18:20:49.584Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2653 | 2023-12-07T18:20:51.566Z | Documenting filetime v0.2.23 |
2654 | 2023-12-07T18:20:53.120Z | Documenting xattr v1.0.1 |
2655 | 2023-12-07T18:20:55.424Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2656 | 2023-12-07T18:20:56.031Z | Documenting packed_struct_codegen v0.10.1 |
2657 | 2023-12-07T18:20:57.186Z | Documenting keccak v0.1.4 |
2658 | 2023-12-07T18:20:58.159Z | Documenting nodrop v0.1.14 |
2659 | 2023-12-07T18:20:59.118Z | Documenting ciborium v0.2.1 |
2660 | 2023-12-07T18:20:59.321Z | Documenting tar v0.4.40 |
2661 | 2023-12-07T18:21:01.328Z | Documenting sha3 v0.10.8 |
2662 | 2023-12-07T18:21:02.208Z | Documenting array-init v0.0.4 |
2663 | 2023-12-07T18:21:02.442Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2664 | 2023-12-07T18:21:03.822Z | Documenting slog-envlogger v2.2.0 |
2665 | 2023-12-07T18:21:04.469Z | Documenting packed_struct v0.10.1 |
2666 | 2023-12-07T18:21:05.340Z | Documenting num-bigint-dig v0.8.4 |
2667 | 2023-12-07T18:21:05.650Z | Documenting pkcs1 v0.7.5 |
2668 | 2023-12-07T18:21:06.917Z | Documenting signature v2.1.0 |
2669 | 2023-12-07T18:21:08.973Z | Documenting fxhash v0.2.1 |
2670 | 2023-12-07T18:21:09.401Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2671 | 2023-12-07T18:21:11.759Z | Documenting secrecy v0.8.0 |
2672 | 2023-12-07T18:21:12.450Z | Documenting swrite v0.1.0 |
2673 | 2023-12-07T18:21:14.233Z | Documenting utf-8 v0.7.6 |
2674 | 2023-12-07T18:21:14.461Z | Documenting bitfield v0.14.0 |
2675 | 2023-12-07T18:21:14.780Z | Documenting termcolor v1.2.0 |
2676 | 2023-12-07T18:21:18.355Z | Documenting rsa v0.9.2 |
2677 | 2023-12-07T18:21:18.356Z | Documenting serde-hex v0.1.0 |
2678 | 2023-12-07T18:21:18.356Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2679 | 2023-12-07T18:21:18.769Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2680 | 2023-12-07T18:21:19.695Z | Documenting tungstenite v0.20.1 |
2681 | 2023-12-07T18:21:21.149Z | Documenting env_logger v0.10.0 |
2682 | 2023-12-07T18:21:23.769Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2683 | 2023-12-07T18:21:26.802Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2684 | 2023-12-07T18:21:27.773Z | Documenting newtype_derive v0.1.6 |
2685 | 2023-12-07T18:21:28.882Z | Documenting x509-cert v0.2.4 |
2686 | 2023-12-07T18:21:29.675Z | Documenting libsw v3.3.0 |
2687 | 2023-12-07T18:21:31.193Z | Documenting pem v3.0.2 |
2688 | 2023-12-07T18:21:31.209Z | Documenting ron v0.8.1 |
2689 | 2023-12-07T18:21:33.216Z | Documenting derive-where v1.2.6 |
2690 | 2023-12-07T18:21:36.651Z | Documenting linear-map v1.2.0 |
2691 | 2023-12-07T18:21:37.152Z | Documenting crc-any v2.4.3 |
2692 | 2023-12-07T18:21:37.865Z | Documenting owo-colors v3.5.0 |
2693 | 2023-12-07T18:21:37.948Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2694 | 2023-12-07T18:21:40.260Z | Documenting steno v0.4.0 |
2695 | 2023-12-07T18:21:40.350Z | Documenting tokio-tungstenite v0.20.1 |
2696 | 2023-12-07T18:21:41.879Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2697 | 2023-12-07T18:21:42.696Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2698 | 2023-12-07T18:21:43.374Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2699 | 2023-12-07T18:21:44.031Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2700 | 2023-12-07T18:21:45.266Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2701 | 2023-12-07T18:21:51.401Z | Documenting itertools v0.12.0 |
2702 | 2023-12-07T18:21:52.321Z | Documenting nibble_vec v0.1.0 |
2703 | 2023-12-07T18:21:55.996Z | Documenting endian-type v0.1.2 |
2704 | 2023-12-07T18:21:57.589Z | Documenting same-file v1.0.6 |
2705 | 2023-12-07T18:21:58.539Z | Documenting path-slash v0.1.5 |
2706 | 2023-12-07T18:22:00.745Z | Documenting glob v0.3.1 |
2707 | 2023-12-07T18:22:01.620Z | Documenting radix_trie v0.2.1 |
2708 | 2023-12-07T18:22:02.514Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2709 | 2023-12-07T18:22:03.970Z | Documenting walkdir v2.4.0 |
2710 | 2023-12-07T18:22:04.143Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2711 | 2023-12-07T18:22:07.481Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2712 | 2023-12-07T18:22:07.812Z | Documenting buf-list v1.0.3 |
2713 | 2023-12-07T18:22:08.894Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2714 | 2023-12-07T18:22:10.196Z | Checking darling_core v0.14.4 |
2715 | 2023-12-07T18:22:10.638Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2716 | 2023-12-07T18:22:12.512Z | Documenting trust-dns-client v0.22.0 |
2717 | 2023-12-07T18:22:13.123Z | Checking darling v0.14.4 |
2718 | 2023-12-07T18:22:13.279Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2023-12-07T18:22:18.763Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2720 | 2023-12-07T18:22:19.468Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2721 | 2023-12-07T18:22:21.172Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2722 | 2023-12-07T18:22:21.587Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2723 | 2023-12-07T18:22:23.805Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2724 | 2023-12-07T18:22:25.970Z | Documenting trust-dns-server v0.22.1 |
2725 | 2023-12-07T18:22:29.367Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2726 | 2023-12-07T18:22:31.171Z | Documenting sled v0.34.7 |
2727 | 2023-12-07T18:22:31.849Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2728 | 2023-12-07T18:22:32.276Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2729 | 2023-12-07T18:22:33.471Z | Documenting unicase v2.7.0 |
2730 | 2023-12-07T18:22:33.638Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2731 | 2023-12-07T18:22:33.733Z | Documenting globset v0.4.13 |
2732 | 2023-12-07T18:22:34.056Z | Documenting crossbeam-deque v0.8.3 |
2733 | 2023-12-07T18:22:38.107Z | Documenting headers-core v0.2.0 |
2734 | 2023-12-07T18:22:38.767Z | Documenting olpc-cjson v0.1.3 |
2735 | 2023-12-07T18:22:39.592Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2736 | 2023-12-07T18:22:39.737Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2737 | 2023-12-07T18:22:40.285Z | Documenting serde_plain v1.0.2 |
2738 | 2023-12-07T18:22:41.054Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2739 | 2023-12-07T18:22:41.563Z | Documenting async-recursion v1.0.5 |
2740 | 2023-12-07T18:22:42.768Z | Documenting pretty-hex v0.4.0 |
2741 | 2023-12-07T18:22:44.822Z | Documenting typed-path v0.7.0 |
2742 | 2023-12-07T18:22:45.693Z | Documenting display-error-chain v0.2.0 |
2743 | 2023-12-07T18:22:46.345Z | Documenting headers v0.3.9 |
2744 | 2023-12-07T18:22:46.477Z | Documenting rayon-core v1.12.0 |
2745 | 2023-12-07T18:22:46.638Z | Documenting mime_guess v2.0.4 |
2746 | 2023-12-07T18:22:47.334Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2747 | 2023-12-07T18:22:49.740Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2748 | 2023-12-07T18:22:51.063Z | Checking derive_builder_core v0.12.0 |
2749 | 2023-12-07T18:22:52.470Z | Documenting derive_builder_core v0.12.0 |
2750 | 2023-12-07T18:22:52.570Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2751 | 2023-12-07T18:22:52.814Z | Documenting tough v0.16.0 |
2752 | 2023-12-07T18:22:53.301Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2753 | 2023-12-07T18:22:54.247Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2754 | 2023-12-07T18:22:54.649Z | Documenting universal-hash v0.5.1 |
2755 | 2023-12-07T18:22:56.154Z | Documenting bcs v0.1.6 |
2756 | 2023-12-07T18:22:57.719Z | Documenting kstat-rs v0.2.3 |
2757 | 2023-12-07T18:23:01.036Z | Documenting thiserror-impl-no-std v2.0.2 |
2758 | 2023-12-07T18:23:01.615Z | Documenting curve25519-dalek-derive v0.1.0 |
2759 | 2023-12-07T18:23:02.300Z | Documenting opaque-debug v0.3.0 |
2760 | 2023-12-07T18:23:03.884Z | Documenting highway v1.1.0 |
2761 | 2023-12-07T18:23:03.914Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2762 | 2023-12-07T18:23:06.472Z | Documenting poly1305 v0.8.0 |
2763 | 2023-12-07T18:23:08.384Z | Documenting curve25519-dalek v4.1.0 |
2764 | 2023-12-07T18:23:08.651Z | Documenting thiserror-no-std v2.0.2 |
2765 | 2023-12-07T18:23:09.592Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2766 | 2023-12-07T18:23:11.054Z | Documenting derive_builder_macro v0.12.0 |
2767 | 2023-12-07T18:23:12.857Z | Documenting rayon v1.8.0 |
2768 | 2023-12-07T18:23:13.603Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2769 | 2023-12-07T18:23:14.885Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2770 | 2023-12-07T18:23:17.004Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2771 | 2023-12-07T18:23:18.562Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2772 | 2023-12-07T18:23:24.192Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2773 | 2023-12-07T18:23:33.379Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2774 | 2023-12-07T18:23:37.626Z | Documenting portable-atomic v1.4.3 |
2775 | 2023-12-07T18:23:40.584Z | Documenting ed25519 v1.5.3 |
2776 | 2023-12-07T18:23:41.719Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2777 | 2023-12-07T18:23:43.280Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2778 | 2023-12-07T18:23:44.565Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2779 | 2023-12-07T18:23:44.865Z | Documenting chacha20 v0.9.1 |
2780 | 2023-12-07T18:23:46.900Z | Documenting aead v0.5.2 |
2781 | 2023-12-07T18:23:47.527Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2782 | 2023-12-07T18:23:49.765Z | Documenting ref-cast-impl v1.0.20 |
2783 | 2023-12-07T18:23:52.450Z | Documenting vte_generate_state_changes v0.1.1 |
2784 | 2023-12-07T18:23:54.131Z | Documenting number_prefix v0.4.0 |
2785 | 2023-12-07T18:23:56.134Z | Documenting cassowary v0.3.0 |
2786 | 2023-12-07T18:23:57.455Z | Documenting chacha20poly1305 v0.10.1 |
2787 | 2023-12-07T18:23:57.593Z | Documenting ref-cast v1.0.20 |
2788 | 2023-12-07T18:23:58.438Z | Documenting vte v0.11.1 |
2789 | 2023-12-07T18:23:59.803Z | Documenting indicatif v0.17.7 |
2790 | 2023-12-07T18:24:01.185Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2791 | 2023-12-07T18:24:01.891Z | Documenting ratatui v0.23.0 |
2792 | 2023-12-07T18:24:01.969Z | Documenting salty v0.2.0 |
2793 | 2023-12-07T18:24:05.420Z | Documenting derive_builder v0.12.0 |
2794 | 2023-12-07T18:24:07.054Z | Documenting vsss-rs v3.3.1 |
2795 | 2023-12-07T18:24:08.513Z | Documenting fs-err v2.11.0 |
2796 | 2023-12-07T18:24:09.715Z | Documenting polar-core v0.27.0 |
2797 | 2023-12-07T18:24:11.691Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2798 | 2023-12-07T18:24:12.533Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2799 | 2023-12-07T18:24:14.265Z | Documenting libxml v0.3.3 |
2800 | 2023-12-07T18:24:17.226Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2801 | 2023-12-07T18:24:18.261Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2802 | 2023-12-07T18:24:18.449Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2803 | 2023-12-07T18:24:22.904Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2804 | 2023-12-07T18:24:22.908Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2805 | 2023-12-07T18:24:23.327Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2806 | 2023-12-07T18:24:24.279Z | Documenting bb8 v0.8.1 |
2807 | 2023-12-07T18:24:24.504Z | Documenting bytesize v1.3.0 |
2808 | 2023-12-07T18:24:31.127Z | Documenting quick-xml v0.23.1 |
2809 | 2023-12-07T18:24:32.033Z | Documenting serde-big-array v0.5.1 |
2810 | 2023-12-07T18:24:32.291Z | Documenting rtoolbox v0.0.1 |
2811 | 2023-12-07T18:24:36.574Z | Documenting impl-trait-for-tuples v0.2.2 |
2812 | 2023-12-07T18:24:37.182Z | Documenting oso-derive v0.27.0 |
2813 | 2023-12-07T18:24:37.198Z | Documenting unicode-linebreak v0.1.5 |
2814 | 2023-12-07T18:24:38.136Z | Documenting is_ci v1.1.1 |
2815 | 2023-12-07T18:24:38.281Z | Documenting smawk v0.3.1 |
2816 | 2023-12-07T18:24:38.558Z | Documenting http-range v0.1.5 |
2817 | 2023-12-07T18:24:41.630Z | Documenting maplit v1.0.2 |
2818 | 2023-12-07T18:24:43.615Z | Documenting humantime v2.1.0 |
2819 | 2023-12-07T18:24:43.774Z | Documenting supports-color v2.1.0 |
2820 | 2023-12-07T18:24:44.079Z | Documenting hyper-staticfile v0.9.5 |
2821 | 2023-12-07T18:24:44.262Z | Documenting textwrap v0.16.0 |
2822 | 2023-12-07T18:24:45.047Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2823 | 2023-12-07T18:24:47.056Z | Documenting oso v0.27.0 |
2824 | 2023-12-07T18:24:48.637Z | Documenting rpassword v7.3.1 |
2825 | 2023-12-07T18:24:49.237Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2826 | 2023-12-07T18:24:49.980Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2827 | 2023-12-07T18:24:50.890Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2828 | 2023-12-07T18:24:54.290Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2829 | 2023-12-07T18:24:54.982Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2830 | 2023-12-07T18:24:54.988Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2831 | 2023-12-07T18:25:02.323Z | Documenting tui-tree-widget v0.13.0 |
2832 | 2023-12-07T18:25:03.433Z | Documenting strip-ansi-escapes v0.2.0 |
2833 | 2023-12-07T18:25:08.177Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2834 | 2023-12-07T18:25:09.239Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2835 | 2023-12-07T18:25:10.365Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2836 | 2023-12-07T18:25:11.103Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2837 | 2023-12-07T18:25:11.823Z | Documenting cookie v0.18.0 |
2838 | 2023-12-07T18:25:14.571Z | Documenting rcgen v0.11.3 |
2839 | 2023-12-07T18:25:18.340Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2840 | 2023-12-07T18:25:19.066Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2841 | 2023-12-07T18:25:19.352Z | Documenting atomicwrites v0.4.2 |
2842 | 2023-12-07T18:25:19.617Z | Documenting signal-hook-tokio v0.3.1 |
2843 | 2023-12-07T18:25:23.456Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2844 | 2023-12-07T18:25:24.695Z | Documenting fd-lock v3.0.13 |
2845 | 2023-12-07T18:25:25.922Z | Documenting subprocess v0.2.9 |
2846 | 2023-12-07T18:25:26.962Z | Documenting nu-ansi-term v0.49.0 |
2847 | 2023-12-07T18:25:31.255Z | Documenting corncobs v0.1.3 |
2848 | 2023-12-07T18:25:31.847Z | Documenting shell-words v1.1.0 |
2849 | 2023-12-07T18:25:32.276Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2850 | 2023-12-07T18:25:32.989Z | Documenting reedline v0.26.0 |
2851 | 2023-12-07T18:25:33.170Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2852 | 2023-12-07T18:25:34.305Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2853 | 2023-12-07T18:25:35.589Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2854 | 2023-12-07T18:25:37.504Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2855 | 2023-12-07T18:25:37.996Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2856 | 2023-12-07T18:25:39.431Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2857 | 2023-12-07T18:25:42.990Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2858 | 2023-12-07T18:25:44.008Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2859 | 2023-12-07T18:25:46.656Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2860 | 2023-12-07T18:26:03.783Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2861 | 2023-12-07T18:26:08.972Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2862 | 2023-12-07T18:26:18.392Z | Documenting fatfs v0.3.6 |
2863 | 2023-12-07T18:26:18.448Z | Documenting nanorand v0.7.0 |
2864 | 2023-12-07T18:26:20.644Z | Documenting assert_matches v1.5.0 |
2865 | 2023-12-07T18:26:21.311Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2866 | 2023-12-07T18:26:24.625Z | Documenting flume v0.11.0 |
2867 | 2023-12-07T18:26:25.179Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2868 | 2023-12-07T18:26:26.514Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2869 | 2023-12-07T18:26:29.901Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2870 | 2023-12-07T18:26:31.108Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2871 | 2023-12-07T18:26:31.237Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2872 | 2023-12-07T18:26:32.038Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2873 | 2023-12-07T18:26:35.181Z | Documenting omicron-zone-package v0.9.1 |
2874 | 2023-12-07T18:26:47.720Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2875 | 2023-12-07T18:26:47.721Z | --> sled-agent/src/sim/instance.rs:46:7 |
2876 | 2023-12-07T18:26:47.721Z | | |
2877 | 2023-12-07T18:26:47.721Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2878 | 2023-12-07T18:26:47.721Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2879 | 2023-12-07T18:26:47.721Z | | |
2880 | 2023-12-07T18:26:47.721Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2881 | 2023-12-07T18:26:47.721Z | |
2882 | 2023-12-07T18:26:51.654Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2883 | 2023-12-07T18:26:51.662Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2884 | 2023-12-07T18:26:52.760Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2885 | 2023-12-07T18:26:52.868Z | Documenting termios v0.3.3 |
2886 | 2023-12-07T18:26:57.827Z | Documenting topological-sort v0.2.2 |
2887 | 2023-12-07T18:26:58.788Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2888 | 2023-12-07T18:27:04.416Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2889 | 2023-12-07T18:27:04.439Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2890 | 2023-12-07T18:27:05.676Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2891 | 2023-12-07T18:27:07.413Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2892 | 2023-12-07T18:27:40.571Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2893 | 2023-12-07T18:27:48.486Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2894 | 2023-12-07T18:28:07.589Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2895 | 2023-12-07T18:28:09.356Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2896 | 2023-12-07T18:28:09.997Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2897 | 2023-12-07T18:28:10.328Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2898 | 2023-12-07T18:28:32.722Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2899 | 2023-12-07T18:29:24.849Z | warning: unresolved link to `VolumeConstructionRequest` |
2900 | 2023-12-07T18:29:24.849Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2901 | 2023-12-07T18:29:24.849Z | | |
2902 | 2023-12-07T18:29:24.849Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2903 | 2023-12-07T18:29:24.850Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2904 | 2023-12-07T18:29:24.850Z | | |
2905 | 2023-12-07T18:29:24.850Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2906 | 2023-12-07T18:29:24.850Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2907 | 2023-12-07T18:29:24.850Z | |
2908 | 2023-12-07T18:29:24.854Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2909 | 2023-12-07T18:29:24.854Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2910 | 2023-12-07T18:29:24.855Z | | |
2911 | 2023-12-07T18:29:24.855Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2912 | 2023-12-07T18:29:24.855Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2913 | 2023-12-07T18:29:24.855Z | |
2914 | 2023-12-07T18:29:24.855Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2915 | 2023-12-07T18:29:24.855Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2916 | 2023-12-07T18:29:24.855Z | | |
2917 | 2023-12-07T18:29:24.855Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2918 | 2023-12-07T18:29:24.855Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2919 | 2023-12-07T18:29:24.855Z | |
2920 | 2023-12-07T18:29:24.855Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2921 | 2023-12-07T18:29:24.856Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2922 | 2023-12-07T18:29:24.856Z | | |
2923 | 2023-12-07T18:29:24.856Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2924 | 2023-12-07T18:29:24.856Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2925 | 2023-12-07T18:29:24.856Z | |
2926 | 2023-12-07T18:29:24.856Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2927 | 2023-12-07T18:29:24.856Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2928 | 2023-12-07T18:29:24.856Z | | |
2929 | 2023-12-07T18:29:24.856Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2930 | 2023-12-07T18:29:24.856Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2931 | 2023-12-07T18:29:24.856Z | |
2932 | 2023-12-07T18:29:24.857Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2933 | 2023-12-07T18:29:24.857Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2934 | 2023-12-07T18:29:24.857Z | | |
2935 | 2023-12-07T18:29:24.857Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2936 | 2023-12-07T18:29:24.857Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2937 | 2023-12-07T18:29:24.857Z | |
2938 | 2023-12-07T18:29:24.857Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2939 | 2023-12-07T18:29:24.857Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2940 | 2023-12-07T18:29:24.857Z | | |
2941 | 2023-12-07T18:29:24.857Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2942 | 2023-12-07T18:29:24.857Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2943 | 2023-12-07T18:29:24.857Z | |
2944 | 2023-12-07T18:29:28.044Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2945 | 2023-12-07T18:29:58.835Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 15s |
2946 | 2023-12-07T18:29:58.942Z | |
2947 | 2023-12-07T18:29:58.946Z | real 15:15.438267288 |
2948 | 2023-12-07T18:29:58.946Z | user 51:05.005639155 |
2949 | 2023-12-07T18:29:58.946Z | sys 57:47.327050435 |
2950 | 2023-12-07T18:29:58.946Z | trap 1.801202332 |
2951 | 2023-12-07T18:29:58.946Z | tflt 0.549257365 |
2952 | 2023-12-07T18:29:58.946Z | dflt 0.438285960 |
2953 | 2023-12-07T18:29:58.946Z | kflt 0.000215980 |
2954 | 2023-12-07T18:29:58.946Z | lock 3:04:00.238198267 |
2955 | 2023-12-07T18:29:58.946Z | slp 3:55:37.842315633 |
2956 | 2023-12-07T18:29:58.946Z | lat 5:05.253401162 |
2957 | 2023-12-07T18:29:58.946Z | stop 1:18.398748308 |
2958 | 2023-12-07T18:29:58.947Z | process exited: duration 1728889 ms, exit code 0 |
|
2959 | 2023-12-07T18:29:58.955Z | found 0 output files |