|
|
|
1 | 2023-12-05T05:10:20.874Z | job assigned to worker 01HGW61TKPNQE511XNS97R7J1Y (queued for 1 m 42 s) |
|
2 | 2023-12-05T05:10:20.955Z | starting task 0: "setup" |
3 | 2023-12-05T05:10:21.300Z | ++ uname -s |
4 | 2023-12-05T05:10:21.308Z | + kern=SunOS |
5 | 2023-12-05T05:10:21.308Z | + case "$kern" in |
6 | 2023-12-05T05:10:21.308Z | + groupadd -g 12345 build |
7 | 2023-12-05T05:10:21.309Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T05:10:23.314Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T05:10:23.658Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T05:10:23.661Z | + home_fs=zfs |
11 | 2023-12-05T05:10:23.661Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T05:10:23.661Z | + mkdir -p /home/build |
13 | 2023-12-05T05:10:23.661Z | + chown build:build /home/build /work |
14 | 2023-12-05T05:10:24.391Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T05:10:24.394Z | process exited: duration 3445 ms, exit code 0 |
|
16 | 2023-12-05T05:10:24.400Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T05:10:24.409Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T05:10:24.412Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T05:10:24.588Z | info: downloading installer |
20 | 2023-12-05T05:10:27.443Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T05:10:27.443Z | warning: /opt/ooce/bin |
22 | 2023-12-05T05:10:27.443Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T05:10:27.443Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T05:10:27.443Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T05:10:27.443Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T05:10:27.443Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T05:10:27.443Z | error: cannot install while Rust is installed |
28 | 2023-12-05T05:10:27.443Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T05:10:27.862Z | info: profile set to 'default' |
30 | 2023-12-05T05:10:27.864Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T05:10:27.864Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T05:10:27.864Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T05:10:27.864Z | info: downloading component 'cargo' |
34 | 2023-12-05T05:10:27.873Z | info: downloading component 'clippy' |
35 | 2023-12-05T05:10:28.001Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T05:10:28.820Z | info: downloading component 'rust-std' |
37 | 2023-12-05T05:10:30.299Z | info: downloading component 'rustc' |
38 | 2023-12-05T05:10:34.334Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T05:10:34.342Z | info: installing component 'cargo' |
40 | 2023-12-05T05:10:36.243Z | info: installing component 'clippy' |
41 | 2023-12-05T05:10:37.099Z | info: installing component 'rust-docs' |
42 | 2023-12-05T05:10:39.928Z | info: installing component 'rust-std' |
43 | 2023-12-05T05:10:43.587Z | info: installing component 'rustc' |
44 | 2023-12-05T05:10:53.540Z | info: installing component 'rustfmt' |
45 | 2023-12-05T05:10:54.112Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T05:10:54.112Z | |
47 | 2023-12-05T05:10:54.254Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T05:10:54.254Z | |
49 | 2023-12-05T05:10:54.254Z | |
50 | 2023-12-05T05:10:54.254Z | Rust is installed now. Great! |
51 | 2023-12-05T05:10:54.254Z | |
52 | 2023-12-05T05:10:54.254Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T05:10:54.254Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T05:10:54.254Z | |
55 | 2023-12-05T05:10:54.254Z | To configure your current shell, run: |
56 | 2023-12-05T05:10:54.254Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T05:10:54.350Z | + rustc --version |
58 | 2023-12-05T05:10:54.461Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T05:10:54.467Z | process exited: duration 30068 ms, exit code 0 |
|
60 | 2023-12-05T05:10:54.472Z | starting task 2: "authentication" |
61 | 2023-12-05T05:10:54.504Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-12-05T05:10:54.509Z | starting task 3: "clone repository" |
63 | 2023-12-05T05:10:54.516Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T05:10:54.519Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T05:10:54.558Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T05:11:00.634Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T05:11:00.635Z | + [[ -n renovate/russh-keys-0.x ]] |
68 | 2023-12-05T05:11:00.641Z | + git fetch origin renovate/russh-keys-0.x |
69 | 2023-12-05T05:11:01.008Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T05:11:01.008Z | * branch renovate/russh-keys-0.x -> FETCH_HEAD |
71 | 2023-12-05T05:11:01.017Z | + git checkout -B renovate/russh-keys-0.x remotes/origin/renovate/russh-keys-0.x |
72 | 2023-12-05T05:11:01.124Z | Switched to a new branch 'renovate/russh-keys-0.x' |
73 | 2023-12-05T05:11:01.559Z | branch 'renovate/russh-keys-0.x' set up to track 'origin/renovate/russh-keys-0.x'. |
74 | 2023-12-05T05:11:01.559Z | + git reset --hard 16d3c9bc5e87961c7025f338f5e7215a886b465f |
75 | 2023-12-05T05:11:01.567Z | HEAD is now at 16d3c9bc Update Rust crate russh-keys to 0.40.0 |
76 | 2023-12-05T05:11:01.567Z | process exited: duration 6781 ms, exit code 0 |
|
77 | 2023-12-05T05:11:01.580Z | starting task 4: "build" |
78 | 2023-12-05T05:11:01.588Z | + cargo --version |
79 | 2023-12-05T05:11:01.596Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-05T05:11:01.805Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-05T05:11:01.808Z | info: downloading component 'cargo' |
82 | 2023-12-05T05:11:02.645Z | info: downloading component 'clippy' |
83 | 2023-12-05T05:11:02.902Z | info: downloading component 'rust-docs' |
84 | 2023-12-05T05:11:03.926Z | info: downloading component 'rust-std' |
85 | 2023-12-05T05:11:05.687Z | info: downloading component 'rustc' |
86 | 2023-12-05T05:11:10.025Z | info: downloading component 'rustfmt' |
87 | 2023-12-05T05:11:10.266Z | info: installing component 'cargo' |
88 | 2023-12-05T05:11:11.578Z | info: installing component 'clippy' |
89 | 2023-12-05T05:11:12.045Z | info: installing component 'rust-docs' |
90 | 2023-12-05T05:11:15.040Z | info: installing component 'rust-std' |
91 | 2023-12-05T05:11:17.668Z | info: installing component 'rustc' |
92 | 2023-12-05T05:11:23.989Z | info: installing component 'rustfmt' |
93 | 2023-12-05T05:11:24.514Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-05T05:11:24.518Z | + rustc --version |
95 | 2023-12-05T05:11:24.702Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-05T05:11:24.706Z | + source ./env.sh |
97 | 2023-12-05T05:11:24.706Z | ++ set -o xtrace |
98 | 2023-12-05T05:11:24.706Z | ++++ dirname ./env.sh |
99 | 2023-12-05T05:11:24.706Z | +++ cd . |
100 | 2023-12-05T05:11:24.706Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-05T05:11:24.706Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-05T05:11:24.706Z | ++ 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-05T05:11:24.706Z | ++ 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-05T05:11:24.706Z | ++ 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-05T05:11:24.706Z | ++ 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-05T05:11:24.706Z | ++ 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-05T05:11:24.706Z | ++ 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-05T05:11:24.706Z | ++ 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-05T05:11:24.706Z | ++ 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-05T05:11:24.707Z | ++ unset OMICRON_WS |
111 | 2023-12-05T05:11:24.707Z | ++ set +o xtrace |
112 | 2023-12-05T05:11:24.707Z | |
113 | 2023-12-05T05:11:24.707Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-05T05:11:24.707Z | # # # # # # # # # # # # # # # |
115 | 2023-12-05T05:11:24.707Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-05T05:11:24.707Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-05T05:11:24.707Z | # # # # # # # # # # # # # # # |
118 | 2023-12-05T05:11:24.707Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-05T05:11:24.707Z | |
120 | 2023-12-05T05:11:33.550Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-05T05:11:34.725Z | Startup: Caching catalogs ... Done |
122 | 2023-12-05T05:11:41.062Z | Planning: Solver setup ... Done (6.004s) |
123 | 2023-12-05T05:11:41.200Z | Planning: Running solver ... Done (0.143s) |
124 | 2023-12-05T05:11:41.263Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-05T05:11:41.279Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-05T05:11:41.525Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-05T05:11:41.618Z | Planning: Package planning ... Done (0.093s) |
128 | 2023-12-05T05:11:41.703Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-05T05:11:42.392Z | Planning: Checking for conflicting actions ... Done (0.689s) |
130 | 2023-12-05T05:11:42.411Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-12-05T05:11:45.826Z | Planning: Evaluating mediators ... Done (3.415s) |
132 | 2023-12-05T05:11:45.940Z | Planning: Planning completed in 11.16 seconds |
133 | 2023-12-05T05:11:48.189Z | Packages to install: 4 |
134 | 2023-12-05T05:11:48.189Z | Packages to update: 2 |
135 | 2023-12-05T05:11:48.194Z | Mediators to change: 2 |
136 | 2023-12-05T05:11:48.194Z | Services to change: 1 |
137 | 2023-12-05T05:11:48.194Z | Estimated space available: 148.88 GB |
138 | 2023-12-05T05:11:48.194Z | Estimated space to be consumed: 1.42 GB |
139 | 2023-12-05T05:11:48.194Z | Create boot environment: No |
140 | 2023-12-05T05:11:48.194Z | Create backup boot environment: Yes |
141 | 2023-12-05T05:11:48.194Z | Rebuild boot archive: No |
142 | 2023-12-05T05:11:48.194Z | |
143 | 2023-12-05T05:11:48.194Z | Changed mediators: |
144 | 2023-12-05T05:11:48.194Z | mediator clang: |
145 | 2023-12-05T05:11:48.194Z | version: None -> 15 (system default) |
146 | 2023-12-05T05:11:48.194Z | |
147 | 2023-12-05T05:11:48.194Z | mediator llvm: |
148 | 2023-12-05T05:11:48.194Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-05T05:11:48.194Z | |
150 | 2023-12-05T05:11:48.194Z | Changed packages: |
151 | 2023-12-05T05:11:48.194Z | helios-dev |
152 | 2023-12-05T05:11:48.194Z | developer/build-essential |
153 | 2023-12-05T05:11:48.194Z | None -> 11-2.0 |
154 | 2023-12-05T05:11:48.194Z | library/libxmlsec1 |
155 | 2023-12-05T05:11:48.194Z | None -> 1.2.35-2.0 |
156 | 2023-12-05T05:11:48.194Z | ooce/developer/clang-15 |
157 | 2023-12-05T05:11:48.194Z | None -> 15.0.7-2.0 |
158 | 2023-12-05T05:11:48.194Z | ooce/developer/llvm-15 |
159 | 2023-12-05T05:11:48.195Z | None -> 15.0.7-2.0 |
160 | 2023-12-05T05:11:48.195Z | system/library/g++-runtime |
161 | 2023-12-05T05:11:48.195Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-05T05:11:48.195Z | system/library/gcc-runtime |
163 | 2023-12-05T05:11:48.195Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-05T05:11:48.195Z | |
165 | 2023-12-05T05:11:48.195Z | Services: |
166 | 2023-12-05T05:11:48.195Z | restart_fmri: |
167 | 2023-12-05T05:11:48.195Z | svc:/system/update-man-index:default |
168 | 2023-12-05T05:11:48.349Z | |
169 | 2023-12-05T05:11:48.349Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-05T05:11:53.361Z | Download: 348/3330 items 2.4/221.1MB 1% complete (487k/s) |
171 | 2023-12-05T05:11:58.361Z | Download: 1189/3330 items 52.1/221.1MB 23% complete (5.1M/s) |
172 | 2023-12-05T05:12:03.820Z | Download: 1198/3330 items 83.5/221.1MB 37% complete (8.4M/s) |
173 | 2023-12-05T05:12:08.939Z | Download: 1482/3330 items 117.4/221.1MB 53% complete (5.3M/s) |
174 | 2023-12-05T05:12:13.939Z | Download: 2192/3330 items 119.1/221.1MB 53% complete (3.6M/s) |
175 | 2023-12-05T05:12:18.952Z | Download: 2248/3330 items 119.4/221.1MB 54% complete (197k/s) |
176 | 2023-12-05T05:12:23.941Z | Download: 3228/3330 items 165.7/221.1MB 74% complete (4.6M/s) |
177 | 2023-12-05T05:12:28.946Z | Download: 3290/3330 items 212.6/221.1MB 96% complete (9.3M/s) |
178 | 2023-12-05T05:12:29.859Z | Download: Completed 221.11 MB in 41.51 seconds (5.3M/s) |
179 | 2023-12-05T05:12:31.891Z | Actions: 1/3766 actions (Removing old actions) |
180 | 2023-12-05T05:12:31.891Z | Actions: 5/3766 actions (Installing new actions) |
181 | 2023-12-05T05:12:36.905Z | Actions: 1217/3766 actions (Installing new actions) |
182 | 2023-12-05T05:12:39.999Z | Actions: 3729/3766 actions (Updating modified actions) |
183 | 2023-12-05T05:12:40.414Z | Actions: Completed 3766 actions in 8.52 seconds. |
184 | 2023-12-05T05:12:40.605Z | Done (0.189s) |
185 | 2023-12-05T05:12:40.612Z | Done (0.000s) |
186 | 2023-12-05T05:12:40.847Z | Done (0.242s) |
187 | 2023-12-05T05:12:48.264Z | Done (7.285s) |
188 | 2023-12-05T05:12:48.635Z | Done (0.285s) |
189 | 2023-12-05T05:12:48.642Z | Done (0.000s) |
190 | 2023-12-05T05:12:49.277Z | Done (0.000s) |
191 | 2023-12-05T05:12:49.568Z | Planning: Evaluating mediator changes ... Done |
192 | 2023-12-05T05:12:49.850Z | Planning: Checking for conflicting actions ... Done |
193 | 2023-12-05T05:12:49.856Z | Planning: Consolidating action changes ... Done |
194 | 2023-12-05T05:12:50.286Z | Planning: Evaluating mediators ... Done |
195 | 2023-12-05T05:12:50.289Z | Planning: Planning completed in 0.72 seconds |
196 | 2023-12-05T05:12:50.348Z | Mediators to change: 2 |
197 | 2023-12-05T05:12:50.348Z | Create boot environment: No |
198 | 2023-12-05T05:12:50.352Z | Create backup boot environment: No |
199 | 2023-12-05T05:12:50.455Z | Done |
200 | 2023-12-05T05:12:50.455Z | Done |
201 | 2023-12-05T05:12:50.609Z | Done |
202 | 2023-12-05T05:12:56.409Z | Done |
203 | 2023-12-05T05:12:56.526Z | Done |
204 | 2023-12-05T05:12:56.528Z | Done |
205 | 2023-12-05T05:12:56.627Z | Done |
206 | 2023-12-05T05:12:57.643Z | Planning: Evaluating mediator changes ... Done |
207 | 2023-12-05T05:12:57.646Z | Planning: Merging actions ... Done |
208 | 2023-12-05T05:12:57.984Z | Planning: Checking for conflicting actions ... Done |
209 | 2023-12-05T05:12:57.987Z | Planning: Consolidating action changes ... Done |
210 | 2023-12-05T05:12:58.423Z | Planning: Evaluating mediators ... Done |
211 | 2023-12-05T05:12:58.517Z | Planning: Planning completed in 1.31 seconds |
212 | 2023-12-05T05:12:58.582Z | Packages to change: 1 |
213 | 2023-12-05T05:12:58.582Z | Mediators to change: 1 |
214 | 2023-12-05T05:12:58.582Z | Services to change: 1 |
215 | 2023-12-05T05:12:58.585Z | Create boot environment: No |
216 | 2023-12-05T05:12:58.585Z | Create backup boot environment: Yes |
217 | 2023-12-05T05:13:00.653Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2023-12-05T05:13:00.656Z | Actions: Completed 6 actions in 0.00 seconds. |
219 | 2023-12-05T05:13:00.656Z | Done |
220 | 2023-12-05T05:13:00.656Z | Done |
221 | 2023-12-05T05:13:00.715Z | Done |
222 | 2023-12-05T05:13:06.722Z | Done |
223 | 2023-12-05T05:13:06.844Z | Done |
224 | 2023-12-05T05:13:06.854Z | Done |
225 | 2023-12-05T05:13:06.986Z | Done |
226 | 2023-12-05T05:13:07.643Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2023-12-05T05:13:07.643Z | clang system 15 system |
228 | 2023-12-05T05:13:07.643Z | csh system system illumos |
229 | 2023-12-05T05:13:07.643Z | ctags system system illumos |
230 | 2023-12-05T05:13:07.643Z | gcc vendor 12 vendor |
231 | 2023-12-05T05:13:07.643Z | gcc system 10 system |
232 | 2023-12-05T05:13:07.643Z | gcc system 7 system |
233 | 2023-12-05T05:13:07.643Z | go system 1.20 system |
234 | 2023-12-05T05:13:07.643Z | go system 1.19 system |
235 | 2023-12-05T05:13:07.643Z | llvm system 15 system |
236 | 2023-12-05T05:13:07.643Z | llvm system 14 system |
237 | 2023-12-05T05:13:07.644Z | mariadb system 10.6 system |
238 | 2023-12-05T05:13:07.644Z | mta vendor vendor dma |
239 | 2023-12-05T05:13:07.644Z | openjdk system 17 system |
240 | 2023-12-05T05:13:07.644Z | openjdk system 11 system |
241 | 2023-12-05T05:13:07.644Z | openjdk system 1.8 system |
242 | 2023-12-05T05:13:07.644Z | openssl vendor 3 vendor |
243 | 2023-12-05T05:13:07.644Z | perl system 5.36 system |
244 | 2023-12-05T05:13:07.644Z | postgresql system 15 system |
245 | 2023-12-05T05:13:07.644Z | postgresql system 13 system |
246 | 2023-12-05T05:13:07.644Z | python vendor 3 vendor |
247 | 2023-12-05T05:13:07.644Z | python system 2 system |
248 | 2023-12-05T05:13:07.644Z | python3 system 3.11 system |
249 | 2023-12-05T05:13:07.644Z | ruby system 3.0 system |
250 | 2023-12-05T05:13:07.644Z | words vendor vendor american-english |
251 | 2023-12-05T05:13:07.644Z | words system system australian-english |
252 | 2023-12-05T05:13:07.644Z | words system system british-english |
253 | 2023-12-05T05:13:07.644Z | words system system canadian-english |
254 | 2023-12-05T05:13:07.644Z | words system system french |
255 | 2023-12-05T05:13:07.644Z | words system system italian |
256 | 2023-12-05T05:13:07.644Z | words system system ngerman |
257 | 2023-12-05T05:13:07.645Z | words system system ogerman |
258 | 2023-12-05T05:13:07.645Z | words system system spanish |
259 | 2023-12-05T05:13:08.179Z | FMRI IFO |
260 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
264 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
266 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
267 | 2023-12-05T05:13:08.180Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
268 | 2023-12-05T05:13:08.254Z | + set -o errexit |
269 | 2023-12-05T05:13:08.258Z | +++ dirname ./tools/ci_download_cockroachdb |
270 | 2023-12-05T05:13:08.261Z | ++ cd ./tools |
271 | 2023-12-05T05:13:08.261Z | ++ pwd |
272 | 2023-12-05T05:13:08.261Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
273 | 2023-12-05T05:13:08.261Z | ++ basename ./tools/ci_download_cockroachdb |
274 | 2023-12-05T05:13:08.265Z | + ARG0=ci_download_cockroachdb |
275 | 2023-12-05T05:13:08.265Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
276 | 2023-12-05T05:13:08.268Z | + CIDL_VERSION=v22.1.9 |
277 | 2023-12-05T05:13:08.268Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
278 | 2023-12-05T05:13:08.268Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
279 | 2023-12-05T05:13:08.268Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
280 | 2023-12-05T05:13:08.268Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
281 | 2023-12-05T05:13:08.268Z | + TARGET_DIR=out |
282 | 2023-12-05T05:13:08.269Z | + DOWNLOAD_DIR=out/downloads |
283 | 2023-12-05T05:13:08.269Z | + DEST_DIR=./out/cockroachdb |
284 | 2023-12-05T05:13:08.269Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
285 | 2023-12-05T05:13:08.269Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
286 | 2023-12-05T05:13:08.269Z | + main |
287 | 2023-12-05T05:13:08.269Z | + [[ 0 != 0 ]] |
288 | 2023-12-05T05:13:08.269Z | + CIDL_OS=solaris2.11 |
289 | 2023-12-05T05:13:08.269Z | + [[ 0 != 0 ]] |
290 | 2023-12-05T05:13:08.269Z | + configure_os solaris2.11 |
291 | 2023-12-05T05:13:08.269Z | + echo 'current directory: /work/oxidecomputer/omicron' |
292 | 2023-12-05T05:13:08.269Z | current directory: /work/oxidecomputer/omicron |
293 | 2023-12-05T05:13:08.269Z | + echo 'configuring based on OS: "solaris2.11"' |
294 | 2023-12-05T05:13:08.269Z | + case "$1" in |
295 | 2023-12-05T05:13:08.269Z | configuring based on OS: "solaris2.11" |
296 | 2023-12-05T05:13:08.269Z | + CIDL_BUILD=illumos |
297 | 2023-12-05T05:13:08.269Z | + CIDL_SUFFIX=tar.gz |
298 | 2023-12-05T05:13:08.269Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-12-05T05:13:08.269Z | + CIDL_MD5FUNC=do_md5sum |
300 | 2023-12-05T05:13:08.270Z | + CIDL_URL_BASE=https://illumos.org/downloads |
301 | 2023-12-05T05:13:08.270Z | + CIDL_ASSEMBLE=do_assemble_illumos |
302 | 2023-12-05T05:13:08.270Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
303 | 2023-12-05T05:13:08.270Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-05T05:13:08.270Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-05T05:13:08.270Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
306 | 2023-12-05T05:13:08.270Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-05T05:13:08.270Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-05T05:13:08.270Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-05T05:13:08.272Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2023-12-05T05:13:08.272Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
311 | 2023-12-05T05:13:08.272Z | + mkdir -p out/downloads |
312 | 2023-12-05T05:13:08.275Z | + mkdir -p ./out/cockroachdb |
313 | 2023-12-05T05:13:08.275Z | + local DO_DOWNLOAD=true |
314 | 2023-12-05T05:13:08.275Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
315 | 2023-12-05T05:13:08.275Z | + '[' true == true ']' |
316 | 2023-12-05T05:13:08.275Z | + echo Downloading... |
317 | 2023-12-05T05:13:08.275Z | Downloading... |
318 | 2023-12-05T05:13:08.275Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-12-05T05:13:08.275Z | + 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 |
320 | 2023-12-05T05:13:14.978Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2023-12-05T05:13:14.981Z | ++ md5sum |
322 | 2023-12-05T05:13:14.981Z | ++ awk '{print $1}' |
323 | 2023-12-05T05:13:15.167Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
324 | 2023-12-05T05:13:15.167Z | + [[ 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 ]] |
325 | 2023-12-05T05:13:15.167Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2023-12-05T05:13:15.180Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
327 | 2023-12-05T05:13:18.739Z | + do_assemble_illumos |
328 | 2023-12-05T05:13:18.739Z | + rm -r ./out/cockroachdb |
329 | 2023-12-05T05:13:18.742Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
330 | 2023-12-05T05:13:19.360Z | + ./out/cockroachdb/bin/cockroach version |
331 | 2023-12-05T05:13:19.553Z | Build Tag: v22.1.9-dirty |
332 | 2023-12-05T05:13:19.554Z | Build Time: 2022/10/26 21:17:46 |
333 | 2023-12-05T05:13:19.554Z | Distribution: OSS |
334 | 2023-12-05T05:13:19.554Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
335 | 2023-12-05T05:13:19.554Z | Go Version: go1.17.13 |
336 | 2023-12-05T05:13:19.554Z | C Compiler: gcc 10.3.0 |
337 | 2023-12-05T05:13:19.554Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
338 | 2023-12-05T05:13:19.554Z | Build Type: release |
339 | 2023-12-05T05:13:19.578Z | + set -o errexit |
340 | 2023-12-05T05:13:19.581Z | +++ dirname ./tools/ci_download_clickhouse |
341 | 2023-12-05T05:13:19.584Z | ++ cd ./tools |
342 | 2023-12-05T05:13:19.584Z | ++ pwd |
343 | 2023-12-05T05:13:19.584Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
344 | 2023-12-05T05:13:19.587Z | ++ basename ./tools/ci_download_clickhouse |
345 | 2023-12-05T05:13:19.587Z | + ARG0=ci_download_clickhouse |
346 | 2023-12-05T05:13:19.587Z | + TARGET_DIR=out |
347 | 2023-12-05T05:13:19.587Z | + DOWNLOAD_DIR=out/downloads |
348 | 2023-12-05T05:13:19.587Z | + DEST_DIR=./out/clickhouse |
349 | 2023-12-05T05:13:19.587Z | + CIDL_VERSION=v22.8.9.24 |
350 | 2023-12-05T05:13:19.587Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
351 | 2023-12-05T05:13:19.587Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
352 | 2023-12-05T05:13:19.587Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
353 | 2023-12-05T05:13:19.587Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-12-05T05:13:19.587Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
355 | 2023-12-05T05:13:19.590Z | + main |
356 | 2023-12-05T05:13:19.590Z | + [[ 0 != 0 ]] |
357 | 2023-12-05T05:13:19.590Z | + CIDL_OS=solaris2.11 |
358 | 2023-12-05T05:13:19.590Z | + [[ 0 != 0 ]] |
359 | 2023-12-05T05:13:19.590Z | + configure_os solaris2.11 |
360 | 2023-12-05T05:13:19.590Z | + echo 'current directory: /work/oxidecomputer/omicron' |
361 | 2023-12-05T05:13:19.590Z | current directory: /work/oxidecomputer/omicron |
362 | 2023-12-05T05:13:19.590Z | + echo 'configuring based on OS: "solaris2.11"' |
363 | 2023-12-05T05:13:19.590Z | + CIDL_DASHREV= |
364 | 2023-12-05T05:13:19.590Z | configuring based on OS: "solaris2.11" |
365 | 2023-12-05T05:13:19.590Z | + case "$1" in |
366 | 2023-12-05T05:13:19.590Z | + CIDL_PLATFORM=illumos |
367 | 2023-12-05T05:13:19.591Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
368 | 2023-12-05T05:13:19.591Z | + CIDL_MD5FUNC=do_md5sum |
369 | 2023-12-05T05:13:19.591Z | + CIDL_DASHREV=-1 |
370 | 2023-12-05T05:13:19.591Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
371 | 2023-12-05T05:13:19.591Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-05T05:13:19.591Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-05T05:13:19.591Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-05T05:13:19.591Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
375 | 2023-12-05T05:13:19.591Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-12-05T05:13:19.591Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-05T05:13:19.591Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
378 | 2023-12-05T05:13:19.591Z | + mkdir -p out/downloads |
379 | 2023-12-05T05:13:19.591Z | + mkdir -p ./out/clickhouse |
380 | 2023-12-05T05:13:19.594Z | + local DO_DOWNLOAD=true |
381 | 2023-12-05T05:13:19.594Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
382 | 2023-12-05T05:13:19.594Z | + '[' true == true ']' |
383 | 2023-12-05T05:13:19.594Z | + echo Downloading... |
384 | 2023-12-05T05:13:19.594Z | Downloading... |
385 | 2023-12-05T05:13:19.594Z | + 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 |
386 | 2023-12-05T05:13:19.594Z | + 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 |
387 | 2023-12-05T05:13:20.948Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
388 | 2023-12-05T05:13:20.948Z | ++ md5sum |
389 | 2023-12-05T05:13:20.971Z | ++ awk '{print $1}' |
390 | 2023-12-05T05:13:21.249Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
391 | 2023-12-05T05:13:21.249Z | + [[ 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 ]] |
392 | 2023-12-05T05:13:21.249Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
393 | 2023-12-05T05:13:21.252Z | + mkdir -p ./out/clickhouse |
394 | 2023-12-05T05:13:21.252Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
395 | 2023-12-05T05:13:26.484Z | + ./out/clickhouse/clickhouse server --version |
396 | 2023-12-05T05:13:26.538Z | ClickHouse server version 22.8.9.1. |
397 | 2023-12-05T05:13:26.561Z | + set -o errexit |
398 | 2023-12-05T05:13:26.563Z | +++ dirname ./tools/ci_download_console |
399 | 2023-12-05T05:13:26.567Z | ++ cd ./tools |
400 | 2023-12-05T05:13:26.568Z | ++ pwd |
401 | 2023-12-05T05:13:26.568Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-12-05T05:13:26.568Z | ++ basename ./tools/ci_download_console |
403 | 2023-12-05T05:13:26.571Z | + ARG0=ci_download_console |
404 | 2023-12-05T05:13:26.571Z | + TARGET_DIR=out |
405 | 2023-12-05T05:13:26.571Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-12-05T05:13:26.571Z | + DEST_DIR=./out/console-assets |
407 | 2023-12-05T05:13:26.571Z | + source /work/oxidecomputer/omicron/tools/console_version |
408 | 2023-12-05T05:13:26.571Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
409 | 2023-12-05T05:13:26.571Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
410 | 2023-12-05T05:13:26.571Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
411 | 2023-12-05T05:13:26.571Z | + TARBALL_FILE=out/downloads/console.tar.gz |
412 | 2023-12-05T05:13:26.571Z | + main |
413 | 2023-12-05T05:13:26.571Z | + [[ 0 != 0 ]] |
414 | 2023-12-05T05:13:26.572Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
415 | 2023-12-05T05:13:26.572Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
416 | 2023-12-05T05:13:26.572Z | + echo 'Local file: out/downloads/console.tar.gz' |
417 | 2023-12-05T05:13:26.572Z | Local file: out/downloads/console.tar.gz |
418 | 2023-12-05T05:13:26.572Z | + local DO_DOWNLOAD=true |
419 | 2023-12-05T05:13:26.572Z | + [[ -f out/downloads/console.tar.gz ]] |
420 | 2023-12-05T05:13:26.572Z | + mkdir -p out/downloads |
421 | 2023-12-05T05:13:26.609Z | + '[' true == true ']' |
422 | 2023-12-05T05:13:26.610Z | + echo Downloading... |
423 | 2023-12-05T05:13:26.610Z | Downloading... |
424 | 2023-12-05T05:13:26.610Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
425 | 2023-12-05T05:13:26.610Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
426 | 2023-12-05T05:13:27.206Z | ++ do_sha256sum out/downloads/console.tar.gz |
427 | 2023-12-05T05:13:27.208Z | ++ case "$OSTYPE" in |
428 | 2023-12-05T05:13:27.209Z | ++ SHA=sha256sum |
429 | 2023-12-05T05:13:27.209Z | ++ sha256sum |
430 | 2023-12-05T05:13:27.209Z | ++ awk '{print $1}' |
431 | 2023-12-05T05:13:27.643Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
432 | 2023-12-05T05:13:27.643Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
433 | 2023-12-05T05:13:27.643Z | + rm -rf ./out/console-assets |
434 | 2023-12-05T05:13:27.649Z | + mkdir -p ./out/console-assets |
435 | 2023-12-05T05:13:27.649Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
436 | 2023-12-05T05:13:27.649Z | + mkdir -p ./out/console-assets |
437 | 2023-12-05T05:13:27.649Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
438 | 2023-12-05T05:13:27.649Z | + set -o errexit |
439 | 2023-12-05T05:13:27.654Z | +++ dirname ./tools/ci_download_maghemite_openapi |
440 | 2023-12-05T05:13:27.654Z | ++ cd ./tools |
441 | 2023-12-05T05:13:27.654Z | ++ pwd |
442 | 2023-12-05T05:13:27.654Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
443 | 2023-12-05T05:13:27.654Z | ++ basename ./tools/ci_download_maghemite_openapi |
444 | 2023-12-05T05:13:27.654Z | + ARG0=ci_download_maghemite_openapi |
445 | 2023-12-05T05:13:27.654Z | + TARGET_DIR=out |
446 | 2023-12-05T05:13:27.654Z | + DOWNLOAD_DIR=out/downloads |
447 | 2023-12-05T05:13:27.654Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
448 | 2023-12-05T05:13:27.654Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
449 | 2023-12-05T05:13:27.654Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
450 | 2023-12-05T05:13:27.654Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
451 | 2023-12-05T05:13:27.654Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
452 | 2023-12-05T05:13:27.654Z | + main |
453 | 2023-12-05T05:13:27.654Z | + [[ 0 != 0 ]] |
454 | 2023-12-05T05:13:27.654Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
455 | 2023-12-05T05:13:27.654Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
456 | 2023-12-05T05:13:27.654Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
457 | 2023-12-05T05:13:27.654Z | + local DO_DOWNLOAD=true |
458 | 2023-12-05T05:13:27.654Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
459 | 2023-12-05T05:13:27.654Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
460 | 2023-12-05T05:13:27.654Z | + mkdir -p out/downloads |
461 | 2023-12-05T05:13:27.654Z | + '[' true == true ']' |
462 | 2023-12-05T05:13:27.654Z | + echo Downloading... |
463 | 2023-12-05T05:13:27.655Z | Downloading... |
464 | 2023-12-05T05:13:27.655Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
465 | 2023-12-05T05:13:27.655Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
466 | 2023-12-05T05:13:27.655Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
467 | 2023-12-05T05:13:27.655Z | ++ case "$OSTYPE" in |
468 | 2023-12-05T05:13:27.655Z | ++ SHA=sha256sum |
469 | 2023-12-05T05:13:27.655Z | ++ sha256sum |
470 | 2023-12-05T05:13:27.655Z | ++ awk '{print $1}' |
471 | 2023-12-05T05:13:27.656Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
472 | 2023-12-05T05:13:27.656Z | + [[ 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 ]] |
473 | 2023-12-05T05:13:27.656Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
474 | 2023-12-05T05:13:27.656Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
475 | 2023-12-05T05:13:27.656Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
476 | 2023-12-05T05:13:27.656Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
477 | 2023-12-05T05:13:27.656Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
478 | 2023-12-05T05:13:27.656Z | + main |
479 | 2023-12-05T05:13:27.656Z | + [[ 0 != 0 ]] |
480 | 2023-12-05T05:13:27.656Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
481 | 2023-12-05T05:13:27.656Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
482 | 2023-12-05T05:13:27.656Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
483 | 2023-12-05T05:13:27.656Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
484 | 2023-12-05T05:13:27.656Z | + local DO_DOWNLOAD=true |
485 | 2023-12-05T05:13:27.656Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
486 | 2023-12-05T05:13:27.656Z | + mkdir -p out/downloads |
487 | 2023-12-05T05:13:27.656Z | + '[' true == true ']' |
488 | 2023-12-05T05:13:27.656Z | + echo Downloading... |
489 | 2023-12-05T05:13:27.656Z | Downloading... |
490 | 2023-12-05T05:13:27.656Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
491 | 2023-12-05T05:13:27.656Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
492 | 2023-12-05T05:13:27.699Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
493 | 2023-12-05T05:13:27.699Z | ++ case "$OSTYPE" in |
494 | 2023-12-05T05:13:27.702Z | ++ SHA=sha256sum |
495 | 2023-12-05T05:13:27.702Z | ++ sha256sum |
496 | 2023-12-05T05:13:27.702Z | ++ awk '{print $1}' |
497 | 2023-12-05T05:13:27.705Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
498 | 2023-12-05T05:13:27.705Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
499 | 2023-12-05T05:13:27.716Z | + set -o errexit |
500 | 2023-12-05T05:13:27.722Z | +++ dirname ./tools/ci_download_dendrite_openapi |
501 | 2023-12-05T05:13:27.722Z | ++ cd ./tools |
502 | 2023-12-05T05:13:27.722Z | ++ pwd |
503 | 2023-12-05T05:13:27.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2023-12-05T05:13:27.727Z | ++ basename ./tools/ci_download_dendrite_openapi |
505 | 2023-12-05T05:13:27.727Z | + ARG0=ci_download_dendrite_openapi |
506 | 2023-12-05T05:13:27.727Z | + TARGET_DIR=out |
507 | 2023-12-05T05:13:27.727Z | + DOWNLOAD_DIR=out/downloads |
508 | 2023-12-05T05:13:27.727Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
509 | 2023-12-05T05:13:27.727Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
510 | 2023-12-05T05:13:27.727Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
511 | 2023-12-05T05:13:27.727Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
512 | 2023-12-05T05:13:27.727Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
513 | 2023-12-05T05:13:27.727Z | + main |
514 | 2023-12-05T05:13:27.727Z | + [[ 0 != 0 ]] |
515 | 2023-12-05T05:13:27.727Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
516 | 2023-12-05T05:13:27.727Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
517 | 2023-12-05T05:13:27.727Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
518 | 2023-12-05T05:13:27.727Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
519 | 2023-12-05T05:13:27.728Z | + local DO_DOWNLOAD=true |
520 | 2023-12-05T05:13:27.728Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
521 | 2023-12-05T05:13:27.728Z | + mkdir -p out/downloads |
522 | 2023-12-05T05:13:27.728Z | + '[' true == true ']' |
523 | 2023-12-05T05:13:27.728Z | + echo Downloading... |
524 | 2023-12-05T05:13:27.728Z | Downloading... |
525 | 2023-12-05T05:13:27.728Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
526 | 2023-12-05T05:13:27.728Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
527 | 2023-12-05T05:13:27.869Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
528 | 2023-12-05T05:13:27.869Z | ++ case "$OSTYPE" in |
529 | 2023-12-05T05:13:27.871Z | ++ SHA=sha256sum |
530 | 2023-12-05T05:13:27.872Z | ++ sha256sum |
531 | 2023-12-05T05:13:27.875Z | ++ awk '{print $1}' |
532 | 2023-12-05T05:13:27.878Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
533 | 2023-12-05T05:13:27.878Z | + [[ 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 ]] |
534 | 2023-12-05T05:13:27.885Z | + set -o errexit |
535 | 2023-12-05T05:13:27.888Z | +++ dirname ./tools/ci_download_dendrite_stub |
536 | 2023-12-05T05:13:27.891Z | ++ cd ./tools |
537 | 2023-12-05T05:13:27.891Z | ++ pwd |
538 | 2023-12-05T05:13:27.891Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
539 | 2023-12-05T05:13:27.894Z | ++ basename ./tools/ci_download_dendrite_stub |
540 | 2023-12-05T05:13:27.894Z | + ARG0=ci_download_dendrite_stub |
541 | 2023-12-05T05:13:27.894Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
542 | 2023-12-05T05:13:27.894Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
543 | 2023-12-05T05:13:27.894Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
544 | 2023-12-05T05:13:27.894Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
545 | 2023-12-05T05:13:27.894Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
546 | 2023-12-05T05:13:27.894Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
547 | 2023-12-05T05:13:27.897Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
548 | 2023-12-05T05:13:27.897Z | + TARGET_DIR=out |
549 | 2023-12-05T05:13:27.897Z | + DOWNLOAD_DIR=out/downloads |
550 | 2023-12-05T05:13:27.897Z | + DEST_DIR=./out/dendrite-stub |
551 | 2023-12-05T05:13:27.897Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
552 | 2023-12-05T05:13:27.897Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
553 | 2023-12-05T05:13:27.897Z | + REPO=oxidecomputer/dendrite |
554 | 2023-12-05T05:13:27.897Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
555 | 2023-12-05T05:13:27.897Z | + main |
556 | 2023-12-05T05:13:27.897Z | + [[ 0 != 0 ]] |
557 | 2023-12-05T05:13:27.897Z | + CIDL_OS=solaris2.11 |
558 | 2023-12-05T05:13:27.897Z | + [[ 0 != 0 ]] |
559 | 2023-12-05T05:13:27.897Z | + configure_os solaris2.11 |
560 | 2023-12-05T05:13:27.897Z | + echo 'current directory: /work/oxidecomputer/omicron' |
561 | 2023-12-05T05:13:27.897Z | current directory: /work/oxidecomputer/omicron |
562 | 2023-12-05T05:13:27.897Z | + echo 'configuring based on OS: "solaris2.11"' |
563 | 2023-12-05T05:13:27.897Z | configuring based on OS: "solaris2.11" |
564 | 2023-12-05T05:13:27.897Z | + case "$1" in |
565 | 2023-12-05T05:13:27.897Z | + SET_BINARIES= |
566 | 2023-12-05T05:13:27.897Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
567 | 2023-12-05T05:13:27.897Z | + CIDL_SHA256FUNC=do_sha256sum |
568 | 2023-12-05T05:13:27.897Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
569 | 2023-12-05T05:13:27.897Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
570 | 2023-12-05T05:13:27.897Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-05T05:13:27.897Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
572 | 2023-12-05T05:13:27.897Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
573 | 2023-12-05T05:13:27.897Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
574 | 2023-12-05T05:13:27.897Z | Local file: out/downloads/dendrite-stub.tar.gz |
575 | 2023-12-05T05:13:27.897Z | + mkdir -p out/downloads |
576 | 2023-12-05T05:13:27.900Z | + mkdir -p ./out/dendrite-stub |
577 | 2023-12-05T05:13:27.900Z | + fetch_and_verify |
578 | 2023-12-05T05:13:27.900Z | + local DO_DOWNLOAD=true |
579 | 2023-12-05T05:13:27.900Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
580 | 2023-12-05T05:13:27.900Z | + '[' true == true ']' |
581 | 2023-12-05T05:13:27.900Z | + echo Downloading... |
582 | 2023-12-05T05:13:27.900Z | Downloading... |
583 | 2023-12-05T05:13:27.900Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
584 | 2023-12-05T05:13:27.900Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
585 | 2023-12-05T05:13:36.094Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
586 | 2023-12-05T05:13:36.097Z | ++ sha256sum |
587 | 2023-12-05T05:13:36.097Z | ++ awk '{print $1}' |
588 | 2023-12-05T05:13:36.217Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
589 | 2023-12-05T05:13:36.217Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
590 | 2023-12-05T05:13:36.229Z | + do_untar out/downloads/dendrite-stub.tar.gz |
591 | 2023-12-05T05:13:36.232Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
592 | 2023-12-05T05:13:37.463Z | + do_assemble |
593 | 2023-12-05T05:13:37.463Z | + rm -r ./out/dendrite-stub |
594 | 2023-12-05T05:13:37.480Z | + mkdir ./out/dendrite-stub |
595 | 2023-12-05T05:13:37.480Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
596 | 2023-12-05T05:13:37.480Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
597 | 2023-12-05T05:13:37.480Z | + set -o errexit |
598 | 2023-12-05T05:13:37.481Z | +++ dirname ./tools/ci_download_maghemite_mgd |
599 | 2023-12-05T05:13:37.481Z | ++ cd ./tools |
600 | 2023-12-05T05:13:37.481Z | ++ pwd |
601 | 2023-12-05T05:13:37.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
602 | 2023-12-05T05:13:37.481Z | ++ basename ./tools/ci_download_maghemite_mgd |
603 | 2023-12-05T05:13:37.481Z | + ARG0=ci_download_maghemite_mgd |
604 | 2023-12-05T05:13:37.481Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
605 | 2023-12-05T05:13:37.481Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
606 | 2023-12-05T05:13:37.481Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
607 | 2023-12-05T05:13:37.481Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
608 | 2023-12-05T05:13:37.481Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
609 | 2023-12-05T05:13:37.481Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
610 | 2023-12-05T05:13:37.481Z | + TARGET_DIR=out |
611 | 2023-12-05T05:13:37.481Z | + DOWNLOAD_DIR=out/downloads |
612 | 2023-12-05T05:13:37.481Z | + DEST_DIR=./out/mgd |
613 | 2023-12-05T05:13:37.481Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
614 | 2023-12-05T05:13:37.481Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
615 | 2023-12-05T05:13:37.481Z | + REPO=oxidecomputer/maghemite |
616 | 2023-12-05T05:13:37.481Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
617 | 2023-12-05T05:13:37.481Z | + main |
618 | 2023-12-05T05:13:37.481Z | + [[ 0 != 0 ]] |
619 | 2023-12-05T05:13:37.481Z | + CIDL_OS=solaris2.11 |
620 | 2023-12-05T05:13:37.481Z | + [[ 0 != 0 ]] |
621 | 2023-12-05T05:13:37.481Z | + configure_os solaris2.11 |
622 | 2023-12-05T05:13:37.481Z | + echo 'current directory: /work/oxidecomputer/omicron' |
623 | 2023-12-05T05:13:37.481Z | current directory: /work/oxidecomputer/omicron |
624 | 2023-12-05T05:13:37.481Z | + echo 'configuring based on OS: "solaris2.11"' |
625 | 2023-12-05T05:13:37.481Z | + case "$1" in |
626 | 2023-12-05T05:13:37.482Z | configuring based on OS: "solaris2.11" |
627 | 2023-12-05T05:13:37.482Z | + SET_BINARIES= |
628 | 2023-12-05T05:13:37.482Z | + CIDL_SHA256FUNC=do_sha256sum |
629 | 2023-12-05T05:13:37.482Z | + TARBALL_FILENAME=mgd.tar.gz |
630 | 2023-12-05T05:13:37.482Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
631 | 2023-12-05T05:13:37.485Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
632 | 2023-12-05T05:13:37.485Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
633 | 2023-12-05T05:13:37.485Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
634 | 2023-12-05T05:13:37.485Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
635 | 2023-12-05T05:13:37.485Z | Local file: out/downloads/mgd.tar.gz |
636 | 2023-12-05T05:13:37.485Z | + mkdir -p out/downloads |
637 | 2023-12-05T05:13:37.485Z | + mkdir -p ./out/mgd |
638 | 2023-12-05T05:13:37.485Z | + fetch_and_verify |
639 | 2023-12-05T05:13:37.485Z | + local DO_DOWNLOAD=true |
640 | 2023-12-05T05:13:37.485Z | + [[ -f out/downloads/mgd.tar.gz ]] |
641 | 2023-12-05T05:13:37.485Z | + '[' true == true ']' |
642 | 2023-12-05T05:13:37.485Z | + echo Downloading... |
643 | 2023-12-05T05:13:37.485Z | Downloading... |
644 | 2023-12-05T05:13:37.485Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
645 | 2023-12-05T05:13:37.485Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
646 | 2023-12-05T05:13:41.406Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
647 | 2023-12-05T05:13:41.409Z | ++ sha256sum |
648 | 2023-12-05T05:13:41.409Z | ++ awk '{print $1}' |
649 | 2023-12-05T05:13:41.483Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
650 | 2023-12-05T05:13:41.483Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
651 | 2023-12-05T05:13:41.488Z | + do_untar out/downloads/mgd.tar.gz |
652 | 2023-12-05T05:13:41.489Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
653 | 2023-12-05T05:13:42.174Z | + do_assemble |
654 | 2023-12-05T05:13:42.174Z | + rm -r ./out/mgd |
655 | 2023-12-05T05:13:42.177Z | + mkdir ./out/mgd |
656 | 2023-12-05T05:13:42.180Z | + cp -r out/downloads/root ./out/mgd/root |
657 | 2023-12-05T05:13:42.401Z | + set -o errexit |
658 | 2023-12-05T05:13:42.404Z | +++ dirname ./tools/ci_download_transceiver_control |
659 | 2023-12-05T05:13:42.406Z | ++ cd ./tools |
660 | 2023-12-05T05:13:42.406Z | ++ pwd |
661 | 2023-12-05T05:13:42.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
662 | 2023-12-05T05:13:42.410Z | ++ basename ./tools/ci_download_transceiver_control |
663 | 2023-12-05T05:13:42.410Z | + ARG0=ci_download_transceiver_control |
664 | 2023-12-05T05:13:42.410Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
665 | 2023-12-05T05:13:42.410Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2023-12-05T05:13:42.410Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2023-12-05T05:13:42.410Z | + TARGET_DIR=out |
668 | 2023-12-05T05:13:42.410Z | + DOWNLOAD_DIR=out/downloads |
669 | 2023-12-05T05:13:42.410Z | + DEST_DIR=./out/transceiver-control |
670 | 2023-12-05T05:13:42.410Z | + BIN_DIR=/opt/oxide/bin |
671 | 2023-12-05T05:13:42.410Z | + BINARY=xcvradm |
672 | 2023-12-05T05:13:42.410Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
673 | 2023-12-05T05:13:42.410Z | + REPO=oxidecomputer/transceiver-control |
674 | 2023-12-05T05:13:42.410Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
675 | 2023-12-05T05:13:42.410Z | + main |
676 | 2023-12-05T05:13:42.410Z | + [[ 0 != 0 ]] |
677 | 2023-12-05T05:13:42.412Z | + CIDL_OS=solaris2.11 |
678 | 2023-12-05T05:13:42.412Z | + [[ 0 != 0 ]] |
679 | 2023-12-05T05:13:42.412Z | + configure_os solaris2.11 |
680 | 2023-12-05T05:13:42.412Z | + echo 'current directory: /work/oxidecomputer/omicron' |
681 | 2023-12-05T05:13:42.412Z | current directory: /work/oxidecomputer/omicron |
682 | 2023-12-05T05:13:42.412Z | + echo 'configuring based on OS: "solaris2.11"' |
683 | 2023-12-05T05:13:42.412Z | + case "$1" in |
684 | 2023-12-05T05:13:42.412Z | configuring based on OS: "solaris2.11" |
685 | 2023-12-05T05:13:42.412Z | + SET_BINARIES= |
686 | 2023-12-05T05:13:42.412Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2023-12-05T05:13:42.412Z | + CIDL_SHA256FUNC=do_sha256sum |
688 | 2023-12-05T05:13:42.412Z | + ARCHIVE_FILENAME=xcvradm.gz |
689 | 2023-12-05T05:13:42.413Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2023-12-05T05:13:42.413Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
691 | 2023-12-05T05:13:42.413Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
692 | 2023-12-05T05:13:42.413Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
693 | 2023-12-05T05:13:42.413Z | + echo 'Local file: out/downloads/xcvradm.gz' |
694 | 2023-12-05T05:13:42.413Z | + mkdir -p out/downloads |
695 | 2023-12-05T05:13:42.413Z | Local file: out/downloads/xcvradm.gz |
696 | 2023-12-05T05:13:42.420Z | + mkdir -p ./out/transceiver-control |
697 | 2023-12-05T05:13:42.420Z | + fetch_and_verify |
698 | 2023-12-05T05:13:42.420Z | + local DO_DOWNLOAD=true |
699 | 2023-12-05T05:13:42.420Z | + [[ -f out/downloads/xcvradm.gz ]] |
700 | 2023-12-05T05:13:42.420Z | + '[' true == true ']' |
701 | 2023-12-05T05:13:42.420Z | + echo Downloading... |
702 | 2023-12-05T05:13:42.420Z | Downloading... |
703 | 2023-12-05T05:13:42.420Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
704 | 2023-12-05T05:13:42.420Z | + 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 |
705 | 2023-12-05T05:13:43.828Z | ++ do_sha256sum out/downloads/xcvradm.gz |
706 | 2023-12-05T05:13:43.832Z | ++ sha256sum |
707 | 2023-12-05T05:13:43.832Z | ++ awk '{print $1}' |
708 | 2023-12-05T05:13:43.860Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
709 | 2023-12-05T05:13:43.860Z | + [[ 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 ]] |
710 | 2023-12-05T05:13:43.868Z | + do_unpack out/downloads/xcvradm.gz |
711 | 2023-12-05T05:13:43.868Z | + mkdir -p out/downloads/root//opt/oxide/bin |
712 | 2023-12-05T05:13:43.868Z | + gzip -dc out/downloads/xcvradm.gz |
713 | 2023-12-05T05:13:44.041Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
714 | 2023-12-05T05:13:44.044Z | + do_assemble |
715 | 2023-12-05T05:13:44.044Z | + rm -r ./out/transceiver-control |
716 | 2023-12-05T05:13:44.047Z | + mkdir ./out/transceiver-control |
717 | 2023-12-05T05:13:44.050Z | + cp -r out/downloads/root ./out/transceiver-control/root |
718 | 2023-12-05T05:13:44.292Z | All builder prerequisites installed successfully, and PATH looks valid |
719 | 2023-12-05T05:13:44.296Z | |
720 | 2023-12-05T05:13:44.296Z | real 2:19.595695496 |
721 | 2023-12-05T05:13:44.296Z | user 55.141619421 |
722 | 2023-12-05T05:13:44.296Z | sys 11.177609550 |
723 | 2023-12-05T05:13:44.296Z | trap 0.024245525 |
724 | 2023-12-05T05:13:44.296Z | tflt 0.130859538 |
725 | 2023-12-05T05:13:44.296Z | dflt 0.546701727 |
726 | 2023-12-05T05:13:44.296Z | kflt 0.105218083 |
727 | 2023-12-05T05:13:44.301Z | lock 1.700080460 |
728 | 2023-12-05T05:13:44.301Z | slp 4:16.673247838 |
729 | 2023-12-05T05:13:44.301Z | lat 4.242923170 |
730 | 2023-12-05T05:13:44.301Z | stop 0.071345935 |
731 | 2023-12-05T05:13:44.304Z | |
732 | 2023-12-05T05:13:44.304Z | #### # # ##### ##### # # |
733 | 2023-12-05T05:13:44.304Z | # # # # # # # # # # |
734 | 2023-12-05T05:13:44.304Z | # # # # # # # # |
735 | 2023-12-05T05:13:44.304Z | # # # ##### ##### # |
736 | 2023-12-05T05:13:44.304Z | # # # # # # # |
737 | 2023-12-05T05:13:44.304Z | #### ###### # # # # |
738 | 2023-12-05T05:13:44.304Z | |
739 | 2023-12-05T05:13:44.663Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
740 | 2023-12-05T05:13:45.657Z | Updating crates.io index |
741 | 2023-12-05T05:13:45.718Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
742 | 2023-12-05T05:13:46.584Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
743 | 2023-12-05T05:13:48.367Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
744 | 2023-12-05T05:13:49.027Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
745 | 2023-12-05T05:13:49.374Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
746 | 2023-12-05T05:13:49.713Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
747 | 2023-12-05T05:13:50.008Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
748 | 2023-12-05T05:13:50.973Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
749 | 2023-12-05T05:13:53.040Z | Updating git repository `https://github.com/oxidecomputer/opte` |
750 | 2023-12-05T05:13:54.143Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
751 | 2023-12-05T05:13:54.520Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
752 | 2023-12-05T05:13:55.133Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
753 | 2023-12-05T05:13:55.498Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
754 | 2023-12-05T05:13:55.883Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
755 | 2023-12-05T05:13:56.318Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
756 | 2023-12-05T05:13:56.620Z | Updating git repository `https://github.com/njaremko/samael` |
757 | 2023-12-05T05:13:57.161Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
758 | 2023-12-05T05:13:57.728Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
759 | 2023-12-05T05:13:58.162Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
760 | 2023-12-05T05:13:58.496Z | Updating git repository `https://github.com/jgallagher/nix` |
761 | 2023-12-05T05:13:59.767Z | Updating git repository `https://github.com/cbiffle/hubpack` |
762 | 2023-12-05T05:14:00.314Z | Updating git repository `https://github.com/oxidecomputer/typify` |
763 | 2023-12-05T05:14:01.270Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
764 | 2023-12-05T05:14:01.705Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
765 | 2023-12-05T05:14:02.066Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2023-12-05T05:14:03.604Z | Downloading crates ... |
767 | 2023-12-05T05:14:03.802Z | Downloaded io-lifetimes v1.0.11 |
768 | 2023-12-05T05:14:03.807Z | Downloaded heck v0.4.1 |
769 | 2023-12-05T05:14:03.816Z | Downloaded ryu v1.0.15 |
770 | 2023-12-05T05:14:03.825Z | Downloaded equivalent v1.0.1 |
771 | 2023-12-05T05:14:03.828Z | Downloaded colorchoice v1.0.0 |
772 | 2023-12-05T05:14:03.831Z | Downloaded utf8parse v0.2.1 |
773 | 2023-12-05T05:14:03.835Z | Downloaded anstyle v1.0.2 |
774 | 2023-12-05T05:14:03.835Z | Downloaded cargo-platform v0.1.3 |
775 | 2023-12-05T05:14:03.838Z | Downloaded clap_derive v4.4.2 |
776 | 2023-12-05T05:14:03.841Z | Downloaded strsim v0.10.0 |
777 | 2023-12-05T05:14:03.843Z | Downloaded anstream v0.5.0 |
778 | 2023-12-05T05:14:03.847Z | Downloaded itoa v1.0.9 |
779 | 2023-12-05T05:14:03.847Z | Downloaded cargo_metadata v0.18.0 |
780 | 2023-12-05T05:14:03.851Z | Downloaded bitflags v1.3.2 |
781 | 2023-12-05T05:14:03.856Z | Downloaded thiserror v1.0.49 |
782 | 2023-12-05T05:14:03.862Z | Downloaded anstyle-parse v0.2.1 |
783 | 2023-12-05T05:14:03.865Z | Downloaded camino v1.1.6 |
784 | 2023-12-05T05:14:03.869Z | Downloaded toml_datetime v0.6.5 |
785 | 2023-12-05T05:14:03.873Z | Downloaded anstyle-query v1.0.0 |
786 | 2023-12-05T05:14:03.873Z | Downloaded semver v1.0.20 |
787 | 2023-12-05T05:14:03.878Z | Downloaded thiserror-impl v1.0.49 |
788 | 2023-12-05T05:14:03.881Z | Downloaded unicode-ident v1.0.12 |
789 | 2023-12-05T05:14:03.884Z | Downloaded terminal_size v0.2.6 |
790 | 2023-12-05T05:14:03.887Z | Downloaded clap v4.4.3 |
791 | 2023-12-05T05:14:03.903Z | Downloaded memchr v2.6.3 |
792 | 2023-12-05T05:14:03.913Z | Downloaded serde v1.0.192 |
793 | 2023-12-05T05:14:03.920Z | Downloaded toml_edit v0.21.0 |
794 | 2023-12-05T05:14:03.960Z | Downloaded winnow v0.5.15 |
795 | 2023-12-05T05:14:03.976Z | Downloaded clap_builder v4.4.2 |
796 | 2023-12-05T05:14:03.989Z | Downloaded syn v2.0.32 |
797 | 2023-12-05T05:14:04.010Z | Downloaded rustix v0.37.23 |
798 | 2023-12-05T05:14:04.046Z | Downloaded libc v0.2.150 |
799 | 2023-12-05T05:14:04.101Z | Downloaded hashbrown v0.14.2 |
800 | 2023-12-05T05:14:04.109Z | Downloaded serde_json v1.0.108 |
801 | 2023-12-05T05:14:04.115Z | Downloaded proc-macro2 v1.0.69 |
802 | 2023-12-05T05:14:04.119Z | Downloaded serde_derive v1.0.192 |
803 | 2023-12-05T05:14:04.124Z | Downloaded quote v1.0.33 |
804 | 2023-12-05T05:14:04.128Z | Downloaded indexmap v2.1.0 |
805 | 2023-12-05T05:14:04.135Z | Downloaded toml v0.8.8 |
806 | 2023-12-05T05:14:04.140Z | Downloaded anyhow v1.0.75 |
807 | 2023-12-05T05:14:04.147Z | Downloaded cargo_toml v0.17.0 |
808 | 2023-12-05T05:14:04.151Z | Downloaded serde_spanned v0.6.4 |
809 | 2023-12-05T05:14:04.176Z | Downloaded errno v0.3.2 |
810 | 2023-12-05T05:14:04.180Z | Downloaded clap_lex v0.5.1 |
811 | 2023-12-05T05:14:04.267Z | Compiling proc-macro2 v1.0.69 |
812 | 2023-12-05T05:14:04.267Z | Compiling unicode-ident v1.0.12 |
813 | 2023-12-05T05:14:04.270Z | Compiling serde v1.0.192 |
814 | 2023-12-05T05:14:04.270Z | Compiling libc v0.2.150 |
815 | 2023-12-05T05:14:04.270Z | Compiling io-lifetimes v1.0.11 |
816 | 2023-12-05T05:14:04.270Z | Compiling rustix v0.37.23 |
817 | 2023-12-05T05:14:04.283Z | Compiling equivalent v1.0.1 |
818 | 2023-12-05T05:14:04.287Z | Compiling bitflags v1.3.2 |
819 | 2023-12-05T05:14:04.481Z | Compiling utf8parse v0.2.1 |
820 | 2023-12-05T05:14:04.501Z | Compiling hashbrown v0.14.2 |
821 | 2023-12-05T05:14:04.722Z | Compiling anstyle-parse v0.2.1 |
822 | 2023-12-05T05:14:05.116Z | Compiling anstyle v1.0.2 |
823 | 2023-12-05T05:14:05.587Z | Compiling winnow v0.5.15 |
824 | 2023-12-05T05:14:06.088Z | Compiling indexmap v2.1.0 |
825 | 2023-12-05T05:14:06.414Z | Compiling anstyle-query v1.0.0 |
826 | 2023-12-05T05:14:06.512Z | Compiling semver v1.0.20 |
827 | 2023-12-05T05:14:06.570Z | Compiling thiserror v1.0.49 |
828 | 2023-12-05T05:14:06.611Z | Compiling serde_json v1.0.108 |
829 | 2023-12-05T05:14:06.723Z | Compiling colorchoice v1.0.0 |
830 | 2023-12-05T05:14:06.952Z | Compiling camino v1.1.6 |
831 | 2023-12-05T05:14:07.141Z | Compiling anstream v0.5.0 |
832 | 2023-12-05T05:14:07.384Z | Compiling strsim v0.10.0 |
833 | 2023-12-05T05:14:07.626Z | Compiling ryu v1.0.15 |
834 | 2023-12-05T05:14:07.887Z | Compiling quote v1.0.33 |
835 | 2023-12-05T05:14:08.073Z | Compiling itoa v1.0.9 |
836 | 2023-12-05T05:14:08.096Z | Compiling clap_lex v0.5.1 |
837 | 2023-12-05T05:14:08.242Z | Compiling anyhow v1.0.75 |
838 | 2023-12-05T05:14:08.397Z | Compiling heck v0.4.1 |
839 | 2023-12-05T05:14:08.708Z | Compiling syn v2.0.32 |
840 | 2023-12-05T05:14:08.907Z | Compiling errno v0.3.2 |
841 | 2023-12-05T05:14:10.498Z | Compiling terminal_size v0.2.6 |
842 | 2023-12-05T05:14:10.622Z | Compiling clap_builder v4.4.2 |
843 | 2023-12-05T05:14:16.789Z | Compiling serde_derive v1.0.192 |
844 | 2023-12-05T05:14:16.792Z | Compiling thiserror-impl v1.0.49 |
845 | 2023-12-05T05:14:16.792Z | Compiling clap_derive v4.4.2 |
846 | 2023-12-05T05:14:21.488Z | Compiling clap v4.4.3 |
847 | 2023-12-05T05:14:30.158Z | Compiling serde_spanned v0.6.4 |
848 | 2023-12-05T05:14:30.161Z | Compiling toml_datetime v0.6.5 |
849 | 2023-12-05T05:14:30.161Z | Compiling cargo-platform v0.1.3 |
850 | 2023-12-05T05:14:30.494Z | Compiling toml_edit v0.21.0 |
851 | 2023-12-05T05:14:32.249Z | Compiling cargo_metadata v0.18.0 |
852 | 2023-12-05T05:14:33.741Z | Compiling toml v0.8.8 |
853 | 2023-12-05T05:14:34.707Z | Compiling cargo_toml v0.17.0 |
854 | 2023-12-05T05:14:40.871Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
855 | 2023-12-05T05:14:42.241Z | Finished dev [unoptimized + debuginfo] target(s) in 57.86s |
856 | 2023-12-05T05:14:42.445Z | Running `target/debug/xtask clippy` |
857 | 2023-12-05T05:14:42.502Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
858 | 2023-12-05T05:14:43.321Z | Downloading crates ... |
859 | 2023-12-05T05:14:43.606Z | Downloaded num-complex v0.4.4 |
860 | 2023-12-05T05:14:43.613Z | Downloaded atomicwrites v0.4.2 |
861 | 2023-12-05T05:14:43.633Z | Downloaded block-padding v0.3.3 |
862 | 2023-12-05T05:14:43.636Z | Downloaded bit-vec v0.6.3 |
863 | 2023-12-05T05:14:43.639Z | Downloaded cast v0.3.0 |
864 | 2023-12-05T05:14:43.646Z | Downloaded block-buffer v0.10.4 |
865 | 2023-12-05T05:14:43.653Z | Downloaded bb8 v0.8.1 |
866 | 2023-12-05T05:14:43.657Z | Downloaded is_ci v1.1.1 |
867 | 2023-12-05T05:14:43.661Z | Downloaded ciborium-io v0.2.1 |
868 | 2023-12-05T05:14:43.664Z | Downloaded signal-hook v0.3.17 |
869 | 2023-12-05T05:14:43.672Z | Downloaded curve25519-dalek v4.1.0 |
870 | 2023-12-05T05:14:43.699Z | Downloaded cstr-argument v0.1.2 |
871 | 2023-12-05T05:14:43.705Z | Downloaded num_cpus v1.16.0 |
872 | 2023-12-05T05:14:43.711Z | Downloaded is-terminal v0.4.9 |
873 | 2023-12-05T05:14:43.714Z | Downloaded similar v2.2.1 |
874 | 2023-12-05T05:14:43.736Z | Downloaded oso-derive v0.27.0 |
875 | 2023-12-05T05:14:43.739Z | Downloaded iana-time-zone v0.1.57 |
876 | 2023-12-05T05:14:43.744Z | Downloaded crucible-workspace-hack v0.1.0 |
877 | 2023-12-05T05:14:43.746Z | Downloaded curve25519-dalek-derive v0.1.0 |
878 | 2023-12-05T05:14:43.749Z | Downloaded indoc v2.0.3 |
879 | 2023-12-05T05:14:43.754Z | Downloaded crossbeam-deque v0.8.3 |
880 | 2023-12-05T05:14:43.760Z | Downloaded async-stream-impl v0.3.5 |
881 | 2023-12-05T05:14:43.762Z | Downloaded linked-hash-map v0.5.6 |
882 | 2023-12-05T05:14:43.765Z | Downloaded libefi-sys v0.1.0 |
883 | 2023-12-05T05:14:43.768Z | Downloaded num-integer v0.1.45 |
884 | 2023-12-05T05:14:43.772Z | Downloaded secrecy v0.8.0 |
885 | 2023-12-05T05:14:43.775Z | Downloaded olpc-cjson v0.1.3 |
886 | 2023-12-05T05:14:43.778Z | Downloaded log v0.4.20 |
887 | 2023-12-05T05:14:43.783Z | Downloaded memoffset v0.7.1 |
888 | 2023-12-05T05:14:43.786Z | Downloaded num-iter v0.1.43 |
889 | 2023-12-05T05:14:43.790Z | Downloaded ipnetwork v0.20.0 |
890 | 2023-12-05T05:14:43.795Z | Downloaded lalrpop-util v0.19.12 |
891 | 2023-12-05T05:14:43.799Z | Downloaded crossbeam-epoch v0.9.15 |
892 | 2023-12-05T05:14:43.805Z | Downloaded num_enum_derive v0.5.11 |
893 | 2023-12-05T05:14:43.808Z | Downloaded crypto-common v0.1.6 |
894 | 2023-12-05T05:14:43.811Z | Downloaded mockall v0.11.4 |
895 | 2023-12-05T05:14:43.814Z | Downloaded lazy_static v1.4.0 |
896 | 2023-12-05T05:14:43.819Z | Downloaded num-derive v0.4.0 |
897 | 2023-12-05T05:14:43.822Z | Downloaded criterion-plot v0.5.0 |
898 | 2023-12-05T05:14:43.825Z | Downloaded anes v0.1.6 |
899 | 2023-12-05T05:14:43.829Z | Downloaded hyper-tls v0.5.0 |
900 | 2023-12-05T05:14:43.833Z | Downloaded crossbeam-queue v0.3.8 |
901 | 2023-12-05T05:14:43.836Z | Downloaded argon2 v0.5.2 |
902 | 2023-12-05T05:14:43.840Z | Downloaded nanorand v0.7.0 |
903 | 2023-12-05T05:14:43.844Z | Downloaded libtest-mimic v0.6.1 |
904 | 2023-12-05T05:14:43.849Z | Downloaded sec1 v0.7.3 |
905 | 2023-12-05T05:14:43.852Z | Downloaded num_enum v0.5.11 |
906 | 2023-12-05T05:14:43.862Z | Downloaded nibble_vec v0.1.0 |
907 | 2023-12-05T05:14:43.865Z | Downloaded hubpack_derive v0.1.1 |
908 | 2023-12-05T05:14:43.868Z | Downloaded highway v1.1.0 |
909 | 2023-12-05T05:14:43.871Z | Downloaded libloading v0.7.4 |
910 | 2023-12-05T05:14:43.875Z | Downloaded fnv v1.0.7 |
911 | 2023-12-05T05:14:43.877Z | Downloaded lock_api v0.4.10 |
912 | 2023-12-05T05:14:43.881Z | Downloaded serial_test v0.10.0 |
913 | 2023-12-05T05:14:43.884Z | Downloaded cfg-if v0.1.10 |
914 | 2023-12-05T05:14:43.887Z | Downloaded rpassword v7.3.1 |
915 | 2023-12-05T05:14:43.889Z | Downloaded serial_test_derive v0.10.0 |
916 | 2023-12-05T05:14:43.892Z | Downloaded headers-core v0.2.0 |
917 | 2023-12-05T05:14:43.892Z | Downloaded usdt-macro v0.3.5 |
918 | 2023-12-05T05:14:43.895Z | Downloaded semver v0.1.20 |
919 | 2023-12-05T05:14:43.895Z | Downloaded rand_core v0.6.4 |
920 | 2023-12-05T05:14:43.898Z | Downloaded omicron-zone-package v0.9.1 |
921 | 2023-12-05T05:14:43.903Z | Downloaded dyn-clone v1.0.13 |
922 | 2023-12-05T05:14:43.907Z | Downloaded hyper-rustls v0.24.2 |
923 | 2023-12-05T05:14:43.912Z | Downloaded parse-display v0.8.2 |
924 | 2023-12-05T05:14:43.914Z | Downloaded darling_core v0.14.4 |
925 | 2023-12-05T05:14:43.922Z | Downloaded getopts v0.2.21 |
926 | 2023-12-05T05:14:43.925Z | Downloaded generic-array v0.14.7 |
927 | 2023-12-05T05:14:43.928Z | Downloaded plotters-svg v0.3.5 |
928 | 2023-12-05T05:14:43.931Z | Downloaded deranged v0.3.8 |
929 | 2023-12-05T05:14:43.934Z | Downloaded datatest-stable v0.2.3 |
930 | 2023-12-05T05:14:43.968Z | Downloaded ed25519 v1.5.3 |
931 | 2023-12-05T05:14:43.971Z | Downloaded thread-id v4.2.0 |
932 | 2023-12-05T05:14:43.971Z | Downloaded papergrid v0.10.0 |
933 | 2023-12-05T05:14:43.971Z | Downloaded fd-lock v3.0.13 |
934 | 2023-12-05T05:14:43.971Z | Downloaded crypto-bigint v0.5.2 |
935 | 2023-12-05T05:14:43.971Z | Downloaded endian-type v0.1.2 |
936 | 2023-12-05T05:14:43.971Z | Downloaded pem v3.0.2 |
937 | 2023-12-05T05:14:43.975Z | Downloaded hostname v0.3.1 |
938 | 2023-12-05T05:14:43.975Z | Downloaded basic-toml v0.1.4 |
939 | 2023-12-05T05:14:43.992Z | Downloaded precomputed-hash v0.1.1 |
940 | 2023-12-05T05:14:43.995Z | Downloaded hex v0.4.3 |
941 | 2023-12-05T05:14:43.998Z | Downloaded heck v0.3.3 |
942 | 2023-12-05T05:14:44.001Z | Downloaded rustls-native-certs v0.6.3 |
943 | 2023-12-05T05:14:44.004Z | Downloaded diesel_table_macro_syntax v0.1.0 |
944 | 2023-12-05T05:14:44.007Z | Downloaded slog-json v2.6.1 |
945 | 2023-12-05T05:14:44.010Z | Downloaded mio v0.8.9 |
946 | 2023-12-05T05:14:44.020Z | Downloaded serde-big-array v0.5.1 |
947 | 2023-12-05T05:14:44.024Z | Downloaded smawk v0.3.1 |
948 | 2023-12-05T05:14:44.027Z | Downloaded zeroize v1.7.0 |
949 | 2023-12-05T05:14:44.030Z | Downloaded slog-bunyan v2.4.0 |
950 | 2023-12-05T05:14:44.032Z | Downloaded atty v0.2.14 |
951 | 2023-12-05T05:14:44.035Z | Downloaded derive_builder_macro v0.12.0 |
952 | 2023-12-05T05:14:44.038Z | Downloaded waitgroup v0.1.2 |
953 | 2023-12-05T05:14:44.038Z | Downloaded try-lock v0.2.4 |
954 | 2023-12-05T05:14:44.040Z | Downloaded zeroize_derive v1.4.2 |
955 | 2023-12-05T05:14:44.043Z | Downloaded fs-err v2.11.0 |
956 | 2023-12-05T05:14:44.046Z | Downloaded backtrace v0.3.69 |
957 | 2023-12-05T05:14:44.055Z | Downloaded rusty-fork v0.3.0 |
958 | 2023-12-05T05:14:44.058Z | Downloaded unarray v0.1.4 |
959 | 2023-12-05T05:14:44.060Z | Downloaded flagset v0.4.3 |
960 | 2023-12-05T05:14:44.063Z | Downloaded derive_builder v0.12.0 |
961 | 2023-12-05T05:14:44.072Z | Downloaded vte_generate_state_changes v0.1.1 |
962 | 2023-12-05T05:14:44.075Z | Downloaded dtrace-parser v0.1.14 |
963 | 2023-12-05T05:14:44.077Z | Downloaded downcast v0.11.0 |
964 | 2023-12-05T05:14:44.080Z | Downloaded dirs-next v2.0.0 |
965 | 2023-12-05T05:14:44.083Z | Downloaded serde-hex v0.1.0 |
966 | 2023-12-05T05:14:44.097Z | Downloaded unicode-bidi v0.3.13 |
967 | 2023-12-05T05:14:44.101Z | Downloaded diesel_derives v2.1.2 |
968 | 2023-12-05T05:14:44.102Z | Downloaded strum v0.25.0 |
969 | 2023-12-05T05:14:44.102Z | Downloaded opaque-debug v0.3.0 |
970 | 2023-12-05T05:14:44.102Z | Downloaded array-init v0.0.4 |
971 | 2023-12-05T05:14:44.102Z | Downloaded foreign-types-macros v0.2.3 |
972 | 2023-12-05T05:14:44.105Z | Downloaded tinyvec_macros v0.1.1 |
973 | 2023-12-05T05:14:44.105Z | Downloaded fastrand v2.0.0 |
974 | 2023-12-05T05:14:44.112Z | Downloaded proc-macro-error-attr v1.0.4 |
975 | 2023-12-05T05:14:44.112Z | Downloaded foreign-types v0.5.0 |
976 | 2023-12-05T05:14:44.116Z | Downloaded http-range v0.1.5 |
977 | 2023-12-05T05:14:44.116Z | Downloaded remove_dir_all v0.5.3 |
978 | 2023-12-05T05:14:44.116Z | Downloaded quick-error v1.2.3 |
979 | 2023-12-05T05:14:44.119Z | Downloaded rustc_version v0.1.7 |
980 | 2023-12-05T05:14:44.119Z | Downloaded foreign-types-shared v0.3.1 |
981 | 2023-12-05T05:14:44.124Z | Downloaded futures-channel v0.3.29 |
982 | 2023-12-05T05:14:44.129Z | Downloaded typenum v1.16.0 |
983 | 2023-12-05T05:14:44.132Z | Downloaded unicode-width v0.1.11 |
984 | 2023-12-05T05:14:44.135Z | Downloaded semver-parser v0.10.2 |
985 | 2023-12-05T05:14:44.139Z | Downloaded futures-io v0.3.29 |
986 | 2023-12-05T05:14:44.142Z | Downloaded vcpkg v0.2.15 |
987 | 2023-12-05T05:14:44.211Z | Downloaded signal-hook-registry v1.4.1 |
988 | 2023-12-05T05:14:44.214Z | Downloaded signal-hook-mio v0.2.3 |
989 | 2023-12-05T05:14:44.217Z | Downloaded tiny-keccak v2.0.2 |
990 | 2023-12-05T05:14:44.220Z | Downloaded debug-ignore v1.0.5 |
991 | 2023-12-05T05:14:44.224Z | Downloaded glob v0.3.1 |
992 | 2023-12-05T05:14:44.227Z | Downloaded utf-8 v0.7.6 |
993 | 2023-12-05T05:14:44.230Z | Downloaded shell-words v1.1.0 |
994 | 2023-12-05T05:14:44.233Z | Downloaded pretty-hex v0.2.1 |
995 | 2023-12-05T05:14:44.236Z | Downloaded futures-task v0.3.29 |
996 | 2023-12-05T05:14:44.236Z | Downloaded dashmap v5.5.1 |
997 | 2023-12-05T05:14:44.239Z | Downloaded peeking_take_while v0.1.2 |
998 | 2023-12-05T05:14:44.242Z | Downloaded derive_builder_core v0.12.0 |
999 | 2023-12-05T05:14:44.246Z | Downloaded rand v0.8.5 |
1000 | 2023-12-05T05:14:44.253Z | Downloaded path-slash v0.1.5 |
1001 | 2023-12-05T05:14:44.255Z | Downloaded futures v0.3.29 |
1002 | 2023-12-05T05:14:44.263Z | Downloaded signal-hook-tokio v0.3.1 |
1003 | 2023-12-05T05:14:44.266Z | Downloaded postcard-cobs v0.1.5-pre |
1004 | 2023-12-05T05:14:44.272Z | Downloaded futures-macro v0.3.29 |
1005 | 2023-12-05T05:14:44.275Z | Downloaded serde_tokenstream v0.1.7 |
1006 | 2023-12-05T05:14:44.278Z | Downloaded rustls-pemfile v1.0.3 |
1007 | 2023-12-05T05:14:44.281Z | Downloaded fxhash v0.2.1 |
1008 | 2023-12-05T05:14:44.281Z | Downloaded shlex v1.1.0 |
1009 | 2023-12-05T05:14:44.284Z | Downloaded ref-cast v1.0.20 |
1010 | 2023-12-05T05:14:44.288Z | Downloaded strsim v0.8.0 |
1011 | 2023-12-05T05:14:44.291Z | Downloaded slog-scope v4.4.0 |
1012 | 2023-12-05T05:14:44.294Z | Downloaded globset v0.4.13 |
1013 | 2023-12-05T05:14:44.297Z | Downloaded tabled_derive v0.6.0 |
1014 | 2023-12-05T05:14:44.300Z | Downloaded der_derive v0.7.2 |
1015 | 2023-12-05T05:14:44.304Z | Downloaded heapless v0.7.16 |
1016 | 2023-12-05T05:14:44.309Z | Downloaded openssl-probe v0.1.5 |
1017 | 2023-12-05T05:14:44.312Z | Downloaded predicates-core v1.0.6 |
1018 | 2023-12-05T05:14:44.314Z | Downloaded ppv-lite86 v0.2.17 |
1019 | 2023-12-05T05:14:44.318Z | Downloaded dirs-sys-next v0.1.2 |
1020 | 2023-12-05T05:14:44.321Z | Downloaded digest v0.10.7 |
1021 | 2023-12-05T05:14:44.321Z | Downloaded pest_generator v2.7.2 |
1022 | 2023-12-05T05:14:44.323Z | Downloaded fatfs v0.3.6 |
1023 | 2023-12-05T05:14:44.328Z | Downloaded openssl-macros v0.1.1 |
1024 | 2023-12-05T05:14:44.331Z | Downloaded serde_urlencoded v0.7.1 |
1025 | 2023-12-05T05:14:44.334Z | Downloaded parking_lot v0.12.1 |
1026 | 2023-12-05T05:14:44.337Z | Downloaded static_assertions v1.1.0 |
1027 | 2023-12-05T05:14:44.340Z | Downloaded float-cmp v0.9.0 |
1028 | 2023-12-05T05:14:44.342Z | Downloaded filetime v0.2.22 |
1029 | 2023-12-05T05:14:44.345Z | Downloaded fixedbitset v0.4.2 |
1030 | 2023-12-05T05:14:44.348Z | Downloaded either v1.9.0 |
1031 | 2023-12-05T05:14:44.351Z | Downloaded serde_with v2.3.3 |
1032 | 2023-12-05T05:14:44.361Z | Downloaded normalize-line-endings v0.3.0 |
1033 | 2023-12-05T05:14:44.364Z | Downloaded phf_shared v0.10.0 |
1034 | 2023-12-05T05:14:44.366Z | Downloaded pretty-hex v0.4.0 |
1035 | 2023-12-05T05:14:44.366Z | Downloaded relative-path v1.9.0 |
1036 | 2023-12-05T05:14:44.369Z | Downloaded group v0.13.0 |
1037 | 2023-12-05T05:14:44.371Z | Downloaded funty v2.0.0 |
1038 | 2023-12-05T05:14:44.374Z | Downloaded futures-sink v0.3.29 |
1039 | 2023-12-05T05:14:44.377Z | Downloaded percent-encoding v2.3.1 |
1040 | 2023-12-05T05:14:44.377Z | Downloaded atomic-waker v1.1.1 |
1041 | 2023-12-05T05:14:44.380Z | Downloaded phf_shared v0.11.2 |
1042 | 2023-12-05T05:14:44.382Z | Downloaded trust-dns-client v0.22.0 |
1043 | 2023-12-05T05:14:44.390Z | Downloaded want v0.3.1 |
1044 | 2023-12-05T05:14:44.393Z | Downloaded scopeguard v1.2.0 |
1045 | 2023-12-05T05:14:44.396Z | Downloaded rand_chacha v0.3.1 |
1046 | 2023-12-05T05:14:44.400Z | Downloaded unicode-segmentation v1.10.1 |
1047 | 2023-12-05T05:14:44.403Z | Downloaded http v0.2.11 |
1048 | 2023-12-05T05:14:44.410Z | Downloaded take_mut v0.2.2 |
1049 | 2023-12-05T05:14:44.412Z | Downloaded termtree v0.4.1 |
1050 | 2023-12-05T05:14:44.412Z | Downloaded wait-timeout v0.2.0 |
1051 | 2023-12-05T05:14:44.415Z | Downloaded tokio-tungstenite v0.20.1 |
1052 | 2023-12-05T05:14:44.419Z | Downloaded time-macros v0.2.13 |
1053 | 2023-12-05T05:14:44.422Z | Downloaded pem-rfc7468 v0.7.0 |
1054 | 2023-12-05T05:14:44.426Z | Downloaded untrusted v0.9.0 |
1055 | 2023-12-05T05:14:44.429Z | Downloaded scheduled-thread-pool v0.2.7 |
1056 | 2023-12-05T05:14:44.432Z | Downloaded resolv-conf v0.7.0 |
1057 | 2023-12-05T05:14:44.435Z | Downloaded version_check v0.9.4 |
1058 | 2023-12-05T05:14:44.438Z | Downloaded serde-big-array v0.4.1 |
1059 | 2023-12-05T05:14:44.440Z | Downloaded unicode-normalization v0.1.22 |
1060 | 2023-12-05T05:14:44.446Z | Downloaded stable_deref_trait v1.2.0 |
1061 | 2023-12-05T05:14:44.448Z | Downloaded radium v0.7.0 |
1062 | 2023-12-05T05:14:44.451Z | Downloaded parking_lot_core v0.8.6 |
1063 | 2023-12-05T05:14:44.453Z | Downloaded snafu v0.7.5 |
1064 | 2023-12-05T05:14:44.464Z | Downloaded postgres-types v0.2.6 |
1065 | 2023-12-05T05:14:44.469Z | Downloaded strip-ansi-escapes v0.2.0 |
1066 | 2023-12-05T05:14:44.472Z | Downloaded pest_meta v2.7.2 |
1067 | 2023-12-05T05:14:44.475Z | Downloaded tap v1.0.1 |
1068 | 2023-12-05T05:14:44.477Z | Downloaded rustc_version v0.4.0 |
1069 | 2023-12-05T05:14:44.480Z | Downloaded socket2 v0.4.9 |
1070 | 2023-12-05T05:14:44.482Z | Downloaded vec_map v0.8.2 |
1071 | 2023-12-05T05:14:44.485Z | Downloaded vte v0.11.1 |
1072 | 2023-12-05T05:14:44.488Z | Downloaded predicates v2.1.5 |
1073 | 2023-12-05T05:14:44.493Z | Downloaded schemars v0.8.13 |
1074 | 2023-12-05T05:14:44.513Z | Downloaded strum_macros v0.25.2 |
1075 | 2023-12-05T05:14:44.516Z | Downloaded yasna v0.5.2 |
1076 | 2023-12-05T05:14:44.520Z | Downloaded base64ct v1.6.0 |
1077 | 2023-12-05T05:14:44.524Z | Downloaded serde_path_to_error v0.1.14 |
1078 | 2023-12-05T05:14:44.529Z | Downloaded futures-timer v3.0.2 |
1079 | 2023-12-05T05:14:44.533Z | Downloaded tokio-postgres v0.7.10 |
1080 | 2023-12-05T05:14:44.538Z | Downloaded flume v0.11.0 |
1081 | 2023-12-05T05:14:44.545Z | Downloaded hmac v0.12.1 |
1082 | 2023-12-05T05:14:44.549Z | Downloaded zip v0.6.6 |
1083 | 2023-12-05T05:14:44.556Z | Downloaded tar v0.4.40 |
1084 | 2023-12-05T05:14:44.562Z | Downloaded serde_yaml v0.9.25 |
1085 | 2023-12-05T05:14:44.568Z | Downloaded test-strategy v0.3.1 |
1086 | 2023-12-05T05:14:44.575Z | Downloaded headers v0.3.9 |
1087 | 2023-12-05T05:14:44.585Z | Downloaded async-trait v0.1.74 |
1088 | 2023-12-05T05:14:44.591Z | Downloaded pin-project v1.1.3 |
1089 | 2023-12-05T05:14:44.620Z | Downloaded trust-dns-resolver v0.22.0 |
1090 | 2023-12-05T05:14:44.625Z | Downloaded rand v0.4.6 |
1091 | 2023-12-05T05:14:44.629Z | Downloaded futures-util v0.3.29 |
1092 | 2023-12-05T05:14:44.648Z | Downloaded toml_edit v0.19.15 |
1093 | 2023-12-05T05:14:44.678Z | Downloaded h2 v0.3.21 |
1094 | 2023-12-05T05:14:44.691Z | Downloaded rayon v1.8.0 |
1095 | 2023-12-05T05:14:44.708Z | Downloaded rustls-webpki v0.101.7 |
1096 | 2023-12-05T05:14:44.735Z | Downloaded quick-xml v0.23.1 |
1097 | 2023-12-05T05:14:44.748Z | Downloaded syn v1.0.109 |
1098 | 2023-12-05T05:14:44.769Z | Downloaded plotters v0.3.5 |
1099 | 2023-12-05T05:14:44.785Z | Downloaded hkdf v0.12.3 |
1100 | 2023-12-05T05:14:44.790Z | Downloaded object v0.30.4 |
1101 | 2023-12-05T05:14:44.809Z | Downloaded reqwest v0.11.22 |
1102 | 2023-12-05T05:14:44.823Z | Downloaded regex-syntax v0.6.29 |
1103 | 2023-12-05T05:14:44.838Z | Downloaded petgraph v0.6.4 |
1104 | 2023-12-05T05:14:44.863Z | Downloaded polar-core v0.27.0 |
1105 | 2023-12-05T05:14:44.880Z | Downloaded ratatui v0.23.0 |
1106 | 2023-12-05T05:14:44.901Z | Downloaded regex-syntax v0.7.5 |
1107 | 2023-12-05T05:14:44.917Z | Downloaded smoltcp v0.8.2 |
1108 | 2023-12-05T05:14:44.936Z | Downloaded regress v0.7.1 |
1109 | 2023-12-05T05:14:44.950Z | Downloaded regex-syntax v0.8.2 |
1110 | 2023-12-05T05:14:44.995Z | Downloaded bstr v1.6.0 |
1111 | 2023-12-05T05:14:45.000Z | Downloaded rustls v0.21.9 |
1112 | 2023-12-05T05:14:45.010Z | Downloaded zerocopy-derive v0.2.0 |
1113 | 2023-12-05T05:14:45.028Z | Downloaded zerocopy-derive v0.6.4 |
1114 | 2023-12-05T05:14:45.049Z | Downloaded tokio v1.34.0 |
1115 | 2023-12-05T05:14:45.115Z | Downloaded regex-automata v0.3.8 |
1116 | 2023-12-05T05:14:45.147Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1117 | 2023-12-05T05:14:45.171Z | Downloaded regex-automata v0.4.3 |
1118 | 2023-12-05T05:14:45.203Z | Downloaded diesel v2.1.4 |
1119 | 2023-12-05T05:14:45.236Z | Downloaded sled v0.34.7 |
1120 | 2023-12-05T05:14:45.256Z | Downloaded openapiv3 v2.0.0-rc.1 |
1121 | 2023-12-05T05:14:45.279Z | Downloaded gimli v0.28.0 |
1122 | 2023-12-05T05:14:45.296Z | Downloaded sha3 v0.10.8 |
1123 | 2023-12-05T05:14:45.307Z | Downloaded regex v1.10.2 |
1124 | 2023-12-05T05:14:45.331Z | Downloaded smoltcp v0.9.1 |
1125 | 2023-12-05T05:14:45.350Z | Downloaded rustix v0.38.25 |
1126 | 2023-12-05T05:14:45.390Z | Downloaded object v0.32.1 |
1127 | 2023-12-05T05:14:45.409Z | Downloaded webpki-roots v0.25.2 |
1128 | 2023-12-05T05:14:45.417Z | Downloaded bstr v0.2.17 |
1129 | 2023-12-05T05:14:45.435Z | Downloaded encoding_rs v0.8.33 |
1130 | 2023-12-05T05:14:45.480Z | Downloaded trust-dns-proto v0.22.0 |
1131 | 2023-12-05T05:14:45.503Z | Downloaded tabled v0.14.0 |
1132 | 2023-12-05T05:14:45.527Z | Downloaded radix_trie v0.2.1 |
1133 | 2023-12-05T05:14:45.536Z | Downloaded openssl v0.10.60 |
1134 | 2023-12-05T05:14:45.554Z | Downloaded hyper v0.14.27 |
1135 | 2023-12-05T05:14:45.568Z | Downloaded bitvec v1.0.1 |
1136 | 2023-12-05T05:14:45.596Z | Downloaded idna v0.5.0 |
1137 | 2023-12-05T05:14:45.608Z | Downloaded idna v0.2.3 |
1138 | 2023-12-05T05:14:45.624Z | Downloaded clap v2.34.0 |
1139 | 2023-12-05T05:14:45.634Z | Downloaded proptest v1.4.0 |
1140 | 2023-12-05T05:14:45.650Z | Downloaded rsa v0.9.2 |
1141 | 2023-12-05T05:14:45.658Z | Downloaded regex-automata v0.1.10 |
1142 | 2023-12-05T05:14:45.667Z | Downloaded chrono v0.4.31 |
1143 | 2023-12-05T05:14:45.681Z | Downloaded bindgen v0.65.1 |
1144 | 2023-12-05T05:14:45.696Z | Downloaded reedline v0.26.0 |
1145 | 2023-12-05T05:14:45.708Z | Downloaded portable-atomic v1.4.3 |
1146 | 2023-12-05T05:14:45.718Z | Downloaded aho-corasick v1.0.4 |
1147 | 2023-12-05T05:14:45.728Z | Downloaded pest v2.7.2 |
1148 | 2023-12-05T05:14:45.737Z | Downloaded trust-dns-server v0.22.1 |
1149 | 2023-12-05T05:14:45.746Z | Downloaded rstest_macros v0.18.2 |
1150 | 2023-12-05T05:14:45.751Z | Downloaded pretty_assertions v1.4.0 |
1151 | 2023-12-05T05:14:45.756Z | Downloaded hashbrown v0.13.2 |
1152 | 2023-12-05T05:14:45.763Z | Downloaded expectorate v1.1.0 |
1153 | 2023-12-05T05:14:45.766Z | Downloaded tungstenite v0.20.1 |
1154 | 2023-12-05T05:14:45.797Z | Downloaded typed-path v0.6.0 |
1155 | 2023-12-05T05:14:45.819Z | Downloaded tokio-util v0.7.10 |
1156 | 2023-12-05T05:14:45.833Z | Downloaded url v2.5.0 |
1157 | 2023-12-05T05:14:45.842Z | Downloaded hashbrown v0.12.3 |
1158 | 2023-12-05T05:14:45.852Z | Downloaded x509-cert v0.2.4 |
1159 | 2023-12-05T05:14:45.870Z | Downloaded ucd-trie v0.1.6 |
1160 | 2023-12-05T05:14:45.874Z | Downloaded semver v0.11.0 |
1161 | 2023-12-05T05:14:45.878Z | Downloaded supports-color v2.1.0 |
1162 | 2023-12-05T05:14:45.881Z | Downloaded tempdir v0.3.7 |
1163 | 2023-12-05T05:14:45.885Z | Downloaded plotters-backend v0.3.5 |
1164 | 2023-12-05T05:14:45.888Z | Downloaded rstest v0.18.2 |
1165 | 2023-12-05T05:14:45.894Z | Downloaded tokio-stream v0.1.14 |
1166 | 2023-12-05T05:14:45.902Z | Downloaded time v0.3.27 |
1167 | 2023-12-05T05:14:45.916Z | Downloaded itertools v0.12.0 |
1168 | 2023-12-05T05:14:45.931Z | Downloaded slog v2.7.0 |
1169 | 2023-12-05T05:14:46.046Z | Downloaded pkg-config v0.3.27 |
1170 | 2023-12-05T05:14:46.047Z | Downloaded r2d2 v0.8.10 |
1171 | 2023-12-05T05:14:46.047Z | Downloaded rustc-hash v1.1.0 |
1172 | 2023-12-05T05:14:46.047Z | Downloaded rust-argon2 v1.0.1 |
1173 | 2023-12-05T05:14:46.047Z | Downloaded usdt-impl v0.3.5 |
1174 | 2023-12-05T05:14:46.048Z | Downloaded predicates v3.0.4 |
1175 | 2023-12-05T05:14:46.048Z | Downloaded uuid v1.6.1 |
1176 | 2023-12-05T05:14:46.048Z | Downloaded rayon-core v1.12.0 |
1177 | 2023-12-05T05:14:46.048Z | Downloaded darling_core v0.20.3 |
1178 | 2023-12-05T05:14:46.048Z | Downloaded tough v0.15.0 |
1179 | 2023-12-05T05:14:46.048Z | Downloaded ring v0.17.5 |
1180 | 2023-12-05T05:14:46.128Z | Downloaded time-core v0.1.1 |
1181 | 2023-12-05T05:14:46.133Z | Downloaded structmeta-derive v0.2.0 |
1182 | 2023-12-05T05:14:46.134Z | Downloaded sha1 v0.10.6 |
1183 | 2023-12-05T05:14:46.134Z | Downloaded poly1305 v0.8.0 |
1184 | 2023-12-05T05:14:46.138Z | Downloaded pkcs8 v0.10.2 |
1185 | 2023-12-05T05:14:46.143Z | Downloaded pkcs1 v0.7.5 |
1186 | 2023-12-05T05:14:46.147Z | Downloaded vsss-rs v3.3.1 |
1187 | 2023-12-05T05:14:46.152Z | Downloaded slog-term v2.9.0 |
1188 | 2023-12-05T05:14:46.156Z | Downloaded prettyplease v0.2.12 |
1189 | 2023-12-05T05:14:46.163Z | Downloaded diff v0.1.13 |
1190 | 2023-12-05T05:14:46.168Z | Downloaded unsafe-libyaml v0.2.9 |
1191 | 2023-12-05T05:14:46.175Z | Downloaded thread_local v1.1.7 |
1192 | 2023-12-05T05:14:46.178Z | Downloaded libm v0.2.7 |
1193 | 2023-12-05T05:14:46.195Z | Downloaded ring v0.16.20 |
1194 | 2023-12-05T05:14:46.379Z | Downloaded crossterm v0.27.0 |
1195 | 2023-12-05T05:14:46.389Z | Downloaded num-bigint-dig v0.8.4 |
1196 | 2023-12-05T05:14:46.395Z | Downloaded phf v0.11.2 |
1197 | 2023-12-05T05:14:46.398Z | Downloaded sct v0.7.0 |
1198 | 2023-12-05T05:14:46.402Z | Downloaded postgres-protocol v0.6.6 |
1199 | 2023-12-05T05:14:46.406Z | Downloaded tinytemplate v1.2.1 |
1200 | 2023-12-05T05:14:46.409Z | Downloaded getrandom v0.2.10 |
1201 | 2023-12-05T05:14:46.415Z | Downloaded half v1.8.2 |
1202 | 2023-12-05T05:14:46.419Z | Downloaded elliptic-curve v0.13.8 |
1203 | 2023-12-05T05:14:46.426Z | Downloaded criterion v0.5.1 |
1204 | 2023-12-05T05:14:46.440Z | Downloaded serde_tokenstream v0.2.0 |
1205 | 2023-12-05T05:14:46.446Z | Downloaded toml v0.7.8 |
1206 | 2023-12-05T05:14:46.458Z | Downloaded tokio-native-tls v0.3.1 |
1207 | 2023-12-05T05:14:46.461Z | Downloaded tokio-macros v2.2.0 |
1208 | 2023-12-05T05:14:46.461Z | Downloaded siphasher v0.3.11 |
1209 | 2023-12-05T05:14:46.461Z | Downloaded signature v1.6.4 |
1210 | 2023-12-05T05:14:46.464Z | Downloaded structopt v0.3.26 |
1211 | 2023-12-05T05:14:46.476Z | Downloaded nom v7.1.3 |
1212 | 2023-12-05T05:14:46.487Z | Downloaded lalrpop v0.19.12 |
1213 | 2023-12-05T05:14:46.509Z | Downloaded form_urlencoded v1.2.1 |
1214 | 2023-12-05T05:14:46.512Z | Downloaded tokio-rustls v0.24.1 |
1215 | 2023-12-05T05:14:46.515Z | Downloaded pest_derive v2.7.2 |
1216 | 2023-12-05T05:14:46.519Z | Downloaded itertools v0.11.0 |
1217 | 2023-12-05T05:14:46.532Z | Downloaded flate2 v1.0.28 |
1218 | 2023-12-05T05:14:46.541Z | Downloaded unicode-linebreak v0.1.5 |
1219 | 2023-12-05T05:14:46.544Z | Downloaded httparse v1.8.0 |
1220 | 2023-12-05T05:14:46.548Z | Downloaded topological-sort v0.2.2 |
1221 | 2023-12-05T05:14:46.551Z | Downloaded itertools v0.10.5 |
1222 | 2023-12-05T05:14:46.561Z | Downloaded steno v0.4.0 |
1223 | 2023-12-05T05:14:46.569Z | Downloaded display-error-chain v0.2.0 |
1224 | 2023-12-05T05:14:46.573Z | Downloaded thiserror-no-std v2.0.2 |
1225 | 2023-12-05T05:14:46.577Z | Downloaded slog-dtrace v0.2.3 |
1226 | 2023-12-05T05:14:46.580Z | Downloaded ron v0.8.1 |
1227 | 2023-12-05T05:14:46.589Z | Downloaded serde_repr v0.1.16 |
1228 | 2023-12-05T05:14:46.593Z | Downloaded termios v0.3.3 |
1229 | 2023-12-05T05:14:46.596Z | Downloaded thiserror-impl-no-std v2.0.2 |
1230 | 2023-12-05T05:14:46.600Z | Downloaded structmeta v0.2.0 |
1231 | 2023-12-05T05:14:46.604Z | Downloaded httptest v0.15.5 |
1232 | 2023-12-05T05:14:46.604Z | Downloaded serde_derive_internals v0.26.0 |
1233 | 2023-12-05T05:14:46.606Z | Downloaded rcgen v0.11.3 |
1234 | 2023-12-05T05:14:46.610Z | Downloaded socket2 v0.5.5 |
1235 | 2023-12-05T05:14:46.618Z | Downloaded minimal-lexical v0.2.1 |
1236 | 2023-12-05T05:14:46.622Z | Downloaded crossbeam-channel v0.5.8 |
1237 | 2023-12-05T05:14:46.630Z | Downloaded libxml v0.3.3 |
1238 | 2023-12-05T05:14:46.640Z | Downloaded der v0.7.8 |
1239 | 2023-12-05T05:14:46.649Z | Downloaded num-bigint v0.4.4 |
1240 | 2023-12-05T05:14:46.659Z | Downloaded futures-executor v0.3.29 |
1241 | 2023-12-05T05:14:46.662Z | Downloaded rustversion v1.0.14 |
1242 | 2023-12-05T05:14:46.665Z | Downloaded tracing v0.1.37 |
1243 | 2023-12-05T05:14:46.670Z | Downloaded unicase v2.7.0 |
1244 | 2023-12-05T05:14:46.672Z | Downloaded futures-core v0.3.29 |
1245 | 2023-12-05T05:14:46.675Z | Downloaded salty v0.2.0 |
1246 | 2023-12-05T05:14:46.691Z | Downloaded pin-project-lite v0.2.13 |
1247 | 2023-12-05T05:14:46.694Z | Downloaded env_logger v0.10.0 |
1248 | 2023-12-05T05:14:46.697Z | Downloaded subprocess v0.2.9 |
1249 | 2023-12-05T05:14:46.700Z | Downloaded schemars_derive v0.8.13 |
1250 | 2023-12-05T05:14:46.703Z | Downloaded httpdate v1.0.3 |
1251 | 2023-12-05T05:14:46.705Z | Downloaded ref-cast-impl v1.0.20 |
1252 | 2023-12-05T05:14:46.705Z | Downloaded dof v0.1.5 |
1253 | 2023-12-05T05:14:46.710Z | Downloaded derive-where v1.2.5 |
1254 | 2023-12-05T05:14:46.712Z | Downloaded predicates-tree v1.0.9 |
1255 | 2023-12-05T05:14:46.715Z | Downloaded hash32 v0.2.1 |
1256 | 2023-12-05T05:14:46.717Z | Downloaded tracing-core v0.1.31 |
1257 | 2023-12-05T05:14:46.720Z | Downloaded universal-hash v0.5.1 |
1258 | 2023-12-05T05:14:46.723Z | Downloaded unicode-xid v0.2.4 |
1259 | 2023-12-05T05:14:46.725Z | Downloaded spin v0.9.8 |
1260 | 2023-12-05T05:14:46.728Z | Downloaded rustc-demangle v0.1.23 |
1261 | 2023-12-05T05:14:46.731Z | Downloaded pin-project-internal v1.1.3 |
1262 | 2023-12-05T05:14:46.733Z | Downloaded partial-io v0.5.4 |
1263 | 2023-12-05T05:14:46.736Z | Downloaded textwrap v0.16.0 |
1264 | 2023-12-05T05:14:46.740Z | Downloaded structopt-derive v0.4.18 |
1265 | 2023-12-05T05:14:46.742Z | Downloaded difflib v0.4.0 |
1266 | 2023-12-05T05:14:46.745Z | Downloaded humantime v2.1.0 |
1267 | 2023-12-05T05:14:46.748Z | Downloaded password-hash v0.5.0 |
1268 | 2023-12-05T05:14:46.750Z | Downloaded parking_lot_core v0.9.8 |
1269 | 2023-12-05T05:14:46.753Z | Downloaded openssl-sys v0.9.96 |
1270 | 2023-12-05T05:14:46.760Z | Downloaded fragile v2.0.0 |
1271 | 2023-12-05T05:14:46.763Z | Downloaded rtoolbox v0.0.1 |
1272 | 2023-12-05T05:14:46.765Z | Downloaded pin-utils v0.1.0 |
1273 | 2023-12-05T05:14:46.768Z | Downloaded proc-macro-crate v1.3.1 |
1274 | 2023-12-05T05:14:46.770Z | Downloaded smf v0.2.2 |
1275 | 2023-12-05T05:14:46.770Z | Downloaded postcard v0.7.3 |
1276 | 2023-12-05T05:14:46.773Z | Downloaded platforms v3.0.2 |
1277 | 2023-12-05T05:14:46.776Z | Downloaded fallible-iterator v0.2.0 |
1278 | 2023-12-05T05:14:46.778Z | Downloaded enum-as-inner v0.5.1 |
1279 | 2023-12-05T05:14:46.781Z | Downloaded ena v0.14.2 |
1280 | 2023-12-05T05:14:46.789Z | Downloaded derive_more v0.99.17 |
1281 | 2023-12-05T05:14:46.800Z | Downloaded whoami v1.4.1 |
1282 | 2023-12-05T05:14:46.800Z | Downloaded slog-async v2.8.0 |
1283 | 2023-12-05T05:14:46.804Z | Downloaded home v0.5.5 |
1284 | 2023-12-05T05:14:46.804Z | Downloaded ff v0.13.0 |
1285 | 2023-12-05T05:14:46.804Z | Downloaded doc-comment v0.3.3 |
1286 | 2023-12-05T05:14:46.804Z | Downloaded spin v0.5.2 |
1287 | 2023-12-05T05:14:46.804Z | Downloaded slog-stdlog v4.1.1 |
1288 | 2023-12-05T05:14:46.809Z | Downloaded untrusted v0.7.1 |
1289 | 2023-12-05T05:14:46.809Z | Downloaded paste v1.0.14 |
1290 | 2023-12-05T05:14:46.812Z | Downloaded walkdir v2.4.0 |
1291 | 2023-12-05T05:14:46.815Z | Downloaded hex-literal v0.4.1 |
1292 | 2023-12-05T05:14:46.815Z | Downloaded toml v0.5.11 |
1293 | 2023-12-05T05:14:46.823Z | Downloaded sha2 v0.10.8 |
1294 | 2023-12-05T05:14:46.828Z | Downloaded chacha20poly1305 v0.10.1 |
1295 | 2023-12-05T05:14:46.828Z | Downloaded tinyvec v1.6.0 |
1296 | 2023-12-05T05:14:46.831Z | Downloaded pem v1.1.1 |
1297 | 2023-12-05T05:14:46.834Z | Downloaded parse-display-derive v0.8.2 |
1298 | 2023-12-05T05:14:46.834Z | Downloaded hubpack v0.1.2 |
1299 | 2023-12-05T05:14:46.837Z | Downloaded http-body v0.4.5 |
1300 | 2023-12-05T05:14:46.840Z | Downloaded bytes v1.5.0 |
1301 | 2023-12-05T05:14:46.844Z | Downloaded proc-macro-error v1.0.4 |
1302 | 2023-12-05T05:14:46.850Z | Downloaded slab v0.4.9 |
1303 | 2023-12-05T05:14:46.854Z | Downloaded rustfmt-wrapper v0.2.0 |
1304 | 2023-12-05T05:14:46.854Z | Downloaded usdt v0.3.5 |
1305 | 2023-12-05T05:14:46.856Z | Downloaded arc-swap v1.6.0 |
1306 | 2023-12-05T05:14:46.860Z | Downloaded subtle v2.5.0 |
1307 | 2023-12-05T05:14:46.863Z | Downloaded zone v0.3.0 |
1308 | 2023-12-05T05:14:46.866Z | Downloaded xattr v1.0.1 |
1309 | 2023-12-05T05:14:46.869Z | Downloaded wyz v0.5.1 |
1310 | 2023-12-05T05:14:46.869Z | Downloaded which v4.4.0 |
1311 | 2023-12-05T05:14:46.871Z | Downloaded mockall_derive v0.11.4 |
1312 | 2023-12-05T05:14:46.874Z | Downloaded addr2line v0.21.0 |
1313 | 2023-12-05T05:14:46.880Z | Downloaded parking_lot v0.11.2 |
1314 | 2023-12-05T05:14:46.883Z | Downloaded oso v0.27.0 |
1315 | 2023-12-05T05:14:46.886Z | Downloaded crc-any v2.4.3 |
1316 | 2023-12-05T05:14:46.889Z | Downloaded zerocopy v0.6.4 |
1317 | 2023-12-05T05:14:46.893Z | Downloaded textwrap v0.11.0 |
1318 | 2023-12-05T05:14:46.895Z | Downloaded num-traits v0.2.16 |
1319 | 2023-12-05T05:14:46.900Z | Downloaded tracing-attributes v0.1.26 |
1320 | 2023-12-05T05:14:46.904Z | Downloaded trybuild v1.0.85 |
1321 | 2023-12-05T05:14:46.910Z | Downloaded indicatif v0.17.7 |
1322 | 2023-12-05T05:14:46.916Z | Downloaded once_cell v1.18.0 |
1323 | 2023-12-05T05:14:46.920Z | Downloaded same-file v1.0.6 |
1324 | 2023-12-05T05:14:46.924Z | Downloaded rand_xorshift v0.3.0 |
1325 | 2023-12-05T05:14:46.927Z | Downloaded crossbeam-utils v0.8.16 |
1326 | 2023-12-05T05:14:46.930Z | Downloaded term v0.7.0 |
1327 | 2023-12-05T05:14:46.935Z | Downloaded tempfile v3.8.1 |
1328 | 2023-12-05T05:14:46.937Z | Downloaded smallvec v1.11.0 |
1329 | 2023-12-05T05:14:46.940Z | Downloaded crc32fast v1.3.2 |
1330 | 2023-12-05T05:14:46.943Z | Downloaded mime_guess v2.0.4 |
1331 | 2023-12-05T05:14:46.946Z | Downloaded owo-colors v3.5.0 |
1332 | 2023-12-05T05:14:46.950Z | Downloaded darling v0.14.4 |
1333 | 2023-12-05T05:14:46.955Z | Downloaded const-oid v0.9.5 |
1334 | 2023-12-05T05:14:46.958Z | Downloaded indexmap v1.9.3 |
1335 | 2023-12-05T05:14:46.963Z | Downloaded cookie v0.18.0 |
1336 | 2023-12-05T05:14:46.967Z | Downloaded cancel-safe-futures v0.1.5 |
1337 | 2023-12-05T05:14:46.972Z | Downloaded packed_struct_codegen v0.10.1 |
1338 | 2023-12-05T05:14:46.974Z | Downloaded yansi v0.5.1 |
1339 | 2023-12-05T05:14:46.977Z | Downloaded nu-ansi-term v0.49.0 |
1340 | 2023-12-05T05:14:46.980Z | Downloaded native-tls v0.2.11 |
1341 | 2023-12-05T05:14:46.982Z | Downloaded num-rational v0.4.1 |
1342 | 2023-12-05T05:14:46.985Z | Downloaded clang-sys v1.6.1 |
1343 | 2023-12-05T05:14:46.988Z | Downloaded cc v1.0.83 |
1344 | 2023-12-05T05:14:46.993Z | Downloaded data-encoding v2.4.0 |
1345 | 2023-12-05T05:14:46.995Z | Downloaded zone_cfg_derive v0.3.0 |
1346 | 2023-12-05T05:14:46.995Z | Downloaded usdt-attr-macro v0.3.5 |
1347 | 2023-12-05T05:14:46.998Z | Downloaded console v0.15.7 |
1348 | 2023-12-05T05:14:47.003Z | Downloaded bitflags v2.4.0 |
1349 | 2023-12-05T05:14:47.006Z | Downloaded bzip2 v0.4.4 |
1350 | 2023-12-05T05:14:47.008Z | Downloaded synstructure v0.12.6 |
1351 | 2023-12-05T05:14:47.011Z | Downloaded crc-catalog v2.2.0 |
1352 | 2023-12-05T05:14:47.011Z | Downloaded threadpool v1.8.1 |
1353 | 2023-12-05T05:14:47.014Z | Downloaded termcolor v1.2.0 |
1354 | 2023-12-05T05:14:47.017Z | Downloaded strum_macros v0.24.3 |
1355 | 2023-12-05T05:14:47.019Z | Downloaded spki v0.7.2 |
1356 | 2023-12-05T05:14:47.022Z | Downloaded libsw v3.3.0 |
1357 | 2023-12-05T05:14:47.025Z | Downloaded memoffset v0.9.0 |
1358 | 2023-12-05T05:14:47.025Z | Downloaded num v0.4.1 |
1359 | 2023-12-05T05:14:47.058Z | Downloaded managed v0.8.0 |
1360 | 2023-12-05T05:14:47.062Z | Downloaded bitfield v0.14.0 |
1361 | 2023-12-05T05:14:47.062Z | Downloaded packed_struct v0.10.1 |
1362 | 2023-12-05T05:14:47.062Z | Downloaded number_prefix v0.4.0 |
1363 | 2023-12-05T05:14:47.062Z | Downloaded oorandom v11.1.3 |
1364 | 2023-12-05T05:14:47.062Z | Downloaded toolchain_find v0.2.0 |
1365 | 2023-12-05T05:14:47.062Z | Downloaded corncobs v0.1.3 |
1366 | 2023-12-05T05:14:47.062Z | Downloaded backoff v0.4.0 |
1367 | 2023-12-05T05:14:47.062Z | Downloaded async-recursion v1.0.5 |
1368 | 2023-12-05T05:14:47.062Z | Downloaded zerocopy v0.3.0 |
1369 | 2023-12-05T05:14:47.062Z | Downloaded slog-envlogger v2.2.0 |
1370 | 2023-12-05T05:14:47.062Z | Downloaded foreign-types-shared v0.1.1 |
1371 | 2023-12-05T05:14:47.062Z | Downloaded foreign-types v0.3.2 |
1372 | 2023-12-05T05:14:47.062Z | Downloaded darling_macro v0.20.3 |
1373 | 2023-12-05T05:14:47.062Z | Downloaded darling_macro v0.14.4 |
1374 | 2023-12-05T05:14:47.062Z | Downloaded base64 v0.13.1 |
1375 | 2023-12-05T05:14:47.062Z | Downloaded indoc v1.0.9 |
1376 | 2023-12-05T05:14:47.062Z | Downloaded buf-list v1.0.3 |
1377 | 2023-12-05T05:14:47.065Z | Downloaded camino-tempfile v1.1.1 |
1378 | 2023-12-05T05:14:47.069Z | Downloaded ciborium v0.2.1 |
1379 | 2023-12-05T05:14:47.074Z | Downloaded blake2 v0.10.6 |
1380 | 2023-12-05T05:14:47.076Z | Downloaded serde_plain v1.0.2 |
1381 | 2023-12-05T05:14:47.079Z | Downloaded match_cfg v0.1.0 |
1382 | 2023-12-05T05:14:47.079Z | Downloaded lru-cache v0.1.2 |
1383 | 2023-12-05T05:14:47.082Z | Downloaded macaddr v1.0.1 |
1384 | 2023-12-05T05:14:47.082Z | Downloaded ipnet v2.8.0 |
1385 | 2023-12-05T05:14:47.084Z | Downloaded hyper-staticfile v0.9.5 |
1386 | 2023-12-05T05:14:47.088Z | Downloaded ahash v0.8.3 |
1387 | 2023-12-05T05:14:47.092Z | Downloaded tower-service v0.3.2 |
1388 | 2023-12-05T05:14:47.095Z | Downloaded mime v0.3.17 |
1389 | 2023-12-05T05:14:47.095Z | Downloaded cpufeatures v0.2.9 |
1390 | 2023-12-05T05:14:47.098Z | Downloaded bytesize v1.3.0 |
1391 | 2023-12-05T05:14:47.100Z | Downloaded approx v0.5.1 |
1392 | 2023-12-05T05:14:47.103Z | Downloaded matches v0.1.10 |
1393 | 2023-12-05T05:14:47.103Z | Downloaded new_debug_unreachable v1.0.4 |
1394 | 2023-12-05T05:14:47.106Z | Downloaded ident_case v1.0.1 |
1395 | 2023-12-05T05:14:47.106Z | Downloaded swrite v0.1.0 |
1396 | 2023-12-05T05:14:47.106Z | Downloaded crossbeam v0.8.2 |
1397 | 2023-12-05T05:14:47.109Z | Downloaded ciborium-ll v0.2.1 |
1398 | 2023-12-05T05:14:47.109Z | Downloaded constant_time_eq v0.3.0 |
1399 | 2023-12-05T05:14:47.114Z | Downloaded bytecount v0.6.3 |
1400 | 2023-12-05T05:14:47.114Z | Downloaded multer v2.1.0 |
1401 | 2023-12-05T05:14:47.117Z | Downloaded bit-set v0.5.3 |
1402 | 2023-12-05T05:14:47.120Z | Downloaded crunchy v0.2.2 |
1403 | 2023-12-05T05:14:47.120Z | Downloaded num_threads v0.1.6 |
1404 | 2023-12-05T05:14:47.122Z | Downloaded nodrop v0.1.14 |
1405 | 2023-12-05T05:14:47.122Z | Downloaded newtype_derive v0.1.6 |
1406 | 2023-12-05T05:14:47.125Z | Downloaded miniz_oxide v0.7.1 |
1407 | 2023-12-05T05:14:47.127Z | Downloaded lazycell v1.3.0 |
1408 | 2023-12-05T05:14:47.130Z | Downloaded kstat-rs v0.2.3 |
1409 | 2023-12-05T05:14:47.133Z | Downloaded impl-trait-for-tuples v0.2.2 |
1410 | 2023-12-05T05:14:47.135Z | Downloaded crc v3.0.1 |
1411 | 2023-12-05T05:14:47.138Z | Downloaded async-stream v0.3.5 |
1412 | 2023-12-05T05:14:47.140Z | Downloaded inout v0.1.3 |
1413 | 2023-12-05T05:14:47.143Z | Downloaded cipher v0.4.4 |
1414 | 2023-12-05T05:14:47.145Z | Downloaded arrayvec v0.7.4 |
1415 | 2023-12-05T05:14:47.148Z | Downloaded convert_case v0.4.0 |
1416 | 2023-12-05T05:14:47.151Z | Downloaded constant_time_eq v0.2.6 |
1417 | 2023-12-05T05:14:47.151Z | Downloaded chacha20 v0.9.1 |
1418 | 2023-12-05T05:14:47.153Z | Downloaded bcs v0.1.6 |
1419 | 2023-12-05T05:14:47.156Z | Downloaded snafu-derive v0.7.5 |
1420 | 2023-12-05T05:14:47.159Z | Downloaded keccak v0.1.4 |
1421 | 2023-12-05T05:14:47.161Z | Downloaded cassowary v0.3.0 |
1422 | 2023-12-05T05:14:47.164Z | Downloaded byteorder v1.5.0 |
1423 | 2023-12-05T05:14:47.167Z | Downloaded stringprep v0.1.3 |
1424 | 2023-12-05T05:14:47.170Z | Downloaded newline-converter v0.3.0 |
1425 | 2023-12-05T05:14:47.170Z | Downloaded darling v0.20.3 |
1426 | 2023-12-05T05:14:47.174Z | Downloaded cfg-if v1.0.0 |
1427 | 2023-12-05T05:14:47.178Z | Downloaded blake2b_simd v1.0.1 |
1428 | 2023-12-05T05:14:47.180Z | Downloaded tui-tree-widget v0.13.0 |
1429 | 2023-12-05T05:14:47.180Z | Downloaded string_cache v0.8.7 |
1430 | 2023-12-05T05:14:47.186Z | Downloaded smallvec v0.6.14 |
1431 | 2023-12-05T05:14:47.191Z | Downloaded similar-asserts v1.5.0 |
1432 | 2023-12-05T05:14:47.191Z | Downloaded signature v2.1.0 |
1433 | 2023-12-05T05:14:47.191Z | Downloaded instant v0.1.12 |
1434 | 2023-12-05T05:14:47.196Z | Downloaded cexpr v0.6.0 |
1435 | 2023-12-05T05:14:47.196Z | Downloaded md-5 v0.10.5 |
1436 | 2023-12-05T05:14:47.196Z | Downloaded ansi_term v0.12.1 |
1437 | 2023-12-05T05:14:47.200Z | Downloaded serde_with_macros v2.3.3 |
1438 | 2023-12-05T05:14:47.206Z | Downloaded linear-map v1.2.0 |
1439 | 2023-12-05T05:14:47.207Z | Downloaded autocfg v1.1.0 |
1440 | 2023-12-05T05:14:47.207Z | Downloaded arrayref v0.3.7 |
1441 | 2023-12-05T05:14:47.212Z | Downloaded aead v0.5.2 |
1442 | 2023-12-05T05:14:47.212Z | Downloaded assert_cmd v2.0.12 |
1443 | 2023-12-05T05:14:47.215Z | Downloaded base64 v0.21.5 |
1444 | 2023-12-05T05:14:47.219Z | Downloaded adler v1.0.2 |
1445 | 2023-12-05T05:14:47.222Z | Downloaded ascii-canvas v3.0.0 |
1446 | 2023-12-05T05:14:47.222Z | Downloaded assert_matches v1.5.0 |
1447 | 2023-12-05T05:14:47.226Z | Downloaded maybe-uninit v2.0.0 |
1448 | 2023-12-05T05:14:47.226Z | Downloaded colored v2.0.4 |
1449 | 2023-12-05T05:14:47.230Z | Downloaded base16ct v0.2.0 |
1450 | 2023-12-05T05:14:47.233Z | Downloaded maplit v1.0.2 |
1451 | 2023-12-05T05:14:47.864Z | Compiling serde v1.0.192 |
1452 | 2023-12-05T05:14:47.864Z | Compiling autocfg v1.1.0 |
1453 | 2023-12-05T05:14:47.866Z | Checking cfg-if v1.0.0 |
1454 | 2023-12-05T05:14:47.866Z | Compiling version_check v0.9.4 |
1455 | 2023-12-05T05:14:47.866Z | Compiling syn v1.0.109 |
1456 | 2023-12-05T05:14:47.947Z | Checking libc v0.2.150 |
1457 | 2023-12-05T05:14:47.965Z | Compiling syn v2.0.32 |
1458 | 2023-12-05T05:14:49.032Z | Compiling parking_lot_core v0.9.8 |
1459 | 2023-12-05T05:14:49.035Z | Compiling libm v0.2.7 |
1460 | 2023-12-05T05:14:49.036Z | Compiling cc v1.0.83 |
1461 | 2023-12-05T05:14:49.036Z | Compiling futures-core v0.3.29 |
1462 | 2023-12-05T05:14:49.073Z | Compiling once_cell v1.18.0 |
1463 | 2023-12-05T05:14:49.116Z | Compiling serde_json v1.0.108 |
1464 | 2023-12-05T05:14:49.139Z | Compiling lock_api v0.4.10 |
1465 | 2023-12-05T05:14:49.513Z | Compiling num-traits v0.2.16 |
1466 | 2023-12-05T05:14:49.630Z | Compiling memchr v2.6.3 |
1467 | 2023-12-05T05:14:49.663Z | Compiling typenum v1.16.0 |
1468 | 2023-12-05T05:14:49.722Z | Checking getrandom v0.2.10 |
1469 | 2023-12-05T05:14:49.733Z | Compiling slab v0.4.9 |
1470 | 2023-12-05T05:14:50.050Z | Compiling generic-array v0.14.7 |
1471 | 2023-12-05T05:14:50.162Z | Compiling futures-task v0.3.29 |
1472 | 2023-12-05T05:14:50.506Z | Compiling futures-channel v0.3.29 |
1473 | 2023-12-05T05:14:51.055Z | Compiling futures-util v0.3.29 |
1474 | 2023-12-05T05:14:51.684Z | Checking scopeguard v1.2.0 |
1475 | 2023-12-05T05:14:51.848Z | Compiling log v0.4.20 |
1476 | 2023-12-05T05:14:51.866Z | Compiling pkg-config v0.3.27 |
1477 | 2023-12-05T05:14:52.602Z | Checking smallvec v1.11.0 |
1478 | 2023-12-05T05:14:52.852Z | Checking itoa v1.0.9 |
1479 | 2023-12-05T05:14:53.036Z | Compiling rustix v0.38.25 |
1480 | 2023-12-05T05:14:53.162Z | Compiling indexmap v1.9.3 |
1481 | 2023-12-05T05:14:53.178Z | Compiling schemars v0.8.13 |
1482 | 2023-12-05T05:14:53.611Z | Compiling fnv v1.0.7 |
1483 | 2023-12-05T05:14:53.628Z | Compiling vcpkg v0.2.15 |
1484 | 2023-12-05T05:14:53.770Z | Compiling httparse v1.8.0 |
1485 | 2023-12-05T05:14:54.300Z | Checking rand_core v0.6.4 |
1486 | 2023-12-05T05:14:54.640Z | Compiling ring v0.17.5 |
1487 | 2023-12-05T05:14:54.718Z | Compiling ring v0.16.20 |
1488 | 2023-12-05T05:14:56.538Z | Compiling aho-corasick v1.0.4 |
1489 | 2023-12-05T05:14:56.606Z | Compiling regex-syntax v0.8.2 |
1490 | 2023-12-05T05:14:57.439Z | Compiling openssl-sys v0.9.96 |
1491 | 2023-12-05T05:14:58.961Z | Compiling parking_lot v0.12.1 |
1492 | 2023-12-05T05:14:59.891Z | Checking pin-project-lite v0.2.13 |
1493 | 2023-12-05T05:15:00.042Z | Compiling ahash v0.8.3 |
1494 | 2023-12-05T05:15:00.520Z | Compiling serde_derive_internals v0.26.0 |
1495 | 2023-12-05T05:15:00.561Z | Checking spin v0.5.2 |
1496 | 2023-12-05T05:15:01.044Z | Compiling openssl v0.10.60 |
1497 | 2023-12-05T05:15:01.645Z | Checking signal-hook-registry v1.4.1 |
1498 | 2023-12-05T05:15:02.012Z | Compiling ucd-trie v0.1.6 |
1499 | 2023-12-05T05:15:02.161Z | Compiling regex-automata v0.4.3 |
1500 | 2023-12-05T05:15:03.008Z | Compiling rustls v0.21.9 |
1501 | 2023-12-05T05:15:03.400Z | Checking mio v0.8.9 |
1502 | 2023-12-05T05:15:03.876Z | Compiling native-tls v0.2.11 |
1503 | 2023-12-05T05:15:03.931Z | Compiling iana-time-zone v0.1.57 |
1504 | 2023-12-05T05:15:04.554Z | Compiling async-trait v0.1.74 |
1505 | 2023-12-05T05:15:04.617Z | Checking num_cpus v1.16.0 |
1506 | 2023-12-05T05:15:05.323Z | Compiling dyn-clone v1.0.13 |
1507 | 2023-12-05T05:15:05.389Z | Compiling unicode-xid v0.2.4 |
1508 | 2023-12-05T05:15:05.647Z | Compiling byteorder v1.5.0 |
1509 | 2023-12-05T05:15:06.148Z | Compiling backtrace v0.3.69 |
1510 | 2023-12-05T05:15:06.388Z | Checking socket2 v0.5.5 |
1511 | 2023-12-05T05:15:06.952Z | Compiling futures-sink v0.3.29 |
1512 | 2023-12-05T05:15:07.161Z | Compiling hashbrown v0.13.2 |
1513 | 2023-12-05T05:15:07.183Z | Compiling errno v0.3.2 |
1514 | 2023-12-05T05:15:07.240Z | Compiling crossbeam-utils v0.8.16 |
1515 | 2023-12-05T05:15:07.486Z | Checking ryu v1.0.15 |
1516 | 2023-12-05T05:15:07.829Z | Compiling crc32fast v1.3.2 |
1517 | 2023-12-05T05:15:07.981Z | Compiling tinyvec_macros v0.1.1 |
1518 | 2023-12-05T05:15:08.101Z | Compiling tinyvec v1.6.0 |
1519 | 2023-12-05T05:15:08.859Z | Compiling anyhow v1.0.75 |
1520 | 2023-12-05T05:15:08.984Z | Compiling regex v1.10.2 |
1521 | 2023-12-05T05:15:09.048Z | Compiling futures-io v0.3.29 |
1522 | 2023-12-05T05:15:09.099Z | Compiling pin-utils v0.1.0 |
1523 | 2023-12-05T05:15:09.214Z | Compiling spin v0.9.8 |
1524 | 2023-12-05T05:15:09.770Z | Compiling tracing-core v0.1.31 |
1525 | 2023-12-05T05:15:09.876Z | Compiling unicode-bidi v0.3.13 |
1526 | 2023-12-05T05:15:10.729Z | Compiling unicode-normalization v0.1.22 |
1527 | 2023-12-05T05:15:11.791Z | Compiling num-integer v0.1.45 |
1528 | 2023-12-05T05:15:11.892Z | Compiling serde_derive v1.0.192 |
1529 | 2023-12-05T05:15:12.106Z | Compiling thiserror-impl v1.0.49 |
1530 | 2023-12-05T05:15:12.216Z | Compiling zeroize_derive v1.4.2 |
1531 | 2023-12-05T05:15:12.459Z | Compiling tokio-macros v2.2.0 |
1532 | 2023-12-05T05:15:12.617Z | Compiling futures-macro v0.3.29 |
1533 | 2023-12-05T05:15:13.156Z | Compiling tracing-attributes v0.1.26 |
1534 | 2023-12-05T05:15:13.730Z | Compiling schemars_derive v0.8.13 |
1535 | 2023-12-05T05:15:14.831Z | Checking zeroize v1.7.0 |
1536 | 2023-12-05T05:15:15.293Z | Compiling openssl-macros v0.1.1 |
1537 | 2023-12-05T05:15:17.666Z | Compiling thiserror v1.0.49 |
1538 | 2023-12-05T05:15:17.853Z | Compiling pest v2.7.2 |
1539 | 2023-12-05T05:15:18.692Z | Compiling der_derive v0.7.2 |
1540 | 2023-12-05T05:15:19.578Z | Compiling synstructure v0.12.6 |
1541 | 2023-12-05T05:15:19.794Z | Compiling tracing v0.1.37 |
1542 | 2023-12-05T05:15:20.021Z | Compiling lazy_static v1.4.0 |
1543 | 2023-12-05T05:15:20.175Z | Compiling slog v2.7.0 |
1544 | 2023-12-05T05:15:20.567Z | Compiling unicode-width v0.1.11 |
1545 | 2023-12-05T05:15:20.847Z | Checking subtle v2.5.0 |
1546 | 2023-12-05T05:15:20.958Z | Compiling base64 v0.21.5 |
1547 | 2023-12-05T05:15:21.344Z | Compiling untrusted v0.9.0 |
1548 | 2023-12-05T05:15:21.586Z | Compiling hashbrown v0.12.3 |
1549 | 2023-12-05T05:15:21.764Z | Compiling time-core v0.1.1 |
1550 | 2023-12-05T05:15:22.011Z | Compiling pest_meta v2.7.2 |
1551 | 2023-12-05T05:15:22.186Z | Compiling untrusted v0.7.1 |
1552 | 2023-12-05T05:15:22.480Z | Compiling percent-encoding v2.3.1 |
1553 | 2023-12-05T05:15:22.667Z | Compiling openssl-probe v0.1.5 |
1554 | 2023-12-05T05:15:22.738Z | Compiling zerocopy-derive v0.2.0 |
1555 | 2023-12-05T05:15:23.084Z | Compiling foreign-types-shared v0.1.1 |
1556 | 2023-12-05T05:15:23.149Z | Compiling rustversion v1.0.14 |
1557 | 2023-12-05T05:15:23.214Z | Compiling foreign-types v0.3.2 |
1558 | 2023-12-05T05:15:23.397Z | Compiling time-macros v0.2.13 |
1559 | 2023-12-05T05:15:24.257Z | Compiling pest_generator v2.7.2 |
1560 | 2023-12-05T05:15:28.343Z | Compiling try-lock v0.2.4 |
1561 | 2023-12-05T05:15:28.983Z | Compiling want v0.3.1 |
1562 | 2023-12-05T05:15:29.129Z | Compiling rustls-webpki v0.101.7 |
1563 | 2023-12-05T05:15:29.416Z | Compiling sct v0.7.0 |
1564 | 2023-12-05T05:15:29.877Z | Compiling form_urlencoded v1.2.1 |
1565 | 2023-12-05T05:15:30.384Z | Compiling zerocopy-derive v0.6.4 |
1566 | 2023-12-05T05:15:30.588Z | Compiling pest_derive v2.7.2 |
1567 | 2023-12-05T05:15:31.851Z | Compiling socket2 v0.4.9 |
1568 | 2023-12-05T05:15:32.119Z | Compiling either v1.9.0 |
1569 | 2023-12-05T05:15:32.478Z | Compiling const-oid v0.9.5 |
1570 | 2023-12-05T05:15:32.618Z | Compiling tower-service v0.3.2 |
1571 | 2023-12-05T05:15:32.786Z | Compiling httpdate v1.0.3 |
1572 | 2023-12-05T05:15:33.290Z | Compiling rustls-pemfile v1.0.3 |
1573 | 2023-12-05T05:15:33.540Z | Compiling idna v0.5.0 |
1574 | 2023-12-05T05:15:33.868Z | Compiling memoffset v0.9.0 |
1575 | 2023-12-05T05:15:34.177Z | Compiling usdt-impl v0.3.5 |
1576 | 2023-12-05T05:15:34.307Z | Compiling adler v1.0.2 |
1577 | 2023-12-05T05:15:34.650Z | Compiling miniz_oxide v0.7.1 |
1578 | 2023-12-05T05:15:35.054Z | Compiling url v2.5.0 |
1579 | 2023-12-05T05:15:35.354Z | Checking bytes v1.5.0 |
1580 | 2023-12-05T05:15:35.785Z | Checking bitflags v2.4.0 |
1581 | 2023-12-05T05:15:36.276Z | Compiling rustls-native-certs v0.6.3 |
1582 | 2023-12-05T05:15:36.660Z | Checking tokio v1.34.0 |
1583 | 2023-12-05T05:15:37.254Z | Compiling indexmap v2.1.0 |
1584 | 2023-12-05T05:15:37.771Z | Compiling uuid v1.6.1 |
1585 | 2023-12-05T05:15:38.993Z | Compiling semver v1.0.20 |
1586 | 2023-12-05T05:15:39.015Z | Compiling chrono v0.4.31 |
1587 | 2023-12-05T05:15:39.456Z | Compiling http v0.2.11 |
1588 | 2023-12-05T05:15:40.184Z | Compiling toml_datetime v0.6.5 |
1589 | 2023-12-05T05:15:40.281Z | Compiling serde_spanned v0.6.4 |
1590 | 2023-12-05T05:15:40.645Z | Compiling rustc_version v0.4.0 |
1591 | 2023-12-05T05:15:41.324Z | Compiling toml_edit v0.19.15 |
1592 | 2023-12-05T05:15:42.264Z | Compiling openapiv3 v2.0.0-rc.1 |
1593 | 2023-12-05T05:15:45.736Z | Compiling http-body v0.4.5 |
1594 | 2023-12-05T05:15:46.884Z | Compiling zerocopy v0.3.0 |
1595 | 2023-12-05T05:15:47.644Z | Checking crypto-common v0.1.6 |
1596 | 2023-12-05T05:15:47.898Z | Compiling signal-hook v0.3.17 |
1597 | 2023-12-05T05:15:48.283Z | Compiling ipnet v2.8.0 |
1598 | 2023-12-05T05:15:48.600Z | Compiling dof v0.1.5 |
1599 | 2023-12-05T05:15:49.371Z | Compiling serde_urlencoded v0.7.1 |
1600 | 2023-12-05T05:15:50.112Z | Compiling dtrace-parser v0.1.14 |
1601 | 2023-12-05T05:15:50.380Z | Compiling clap_derive v4.4.2 |
1602 | 2023-12-05T05:15:50.502Z | Compiling crossbeam-epoch v0.9.15 |
1603 | 2023-12-05T05:15:50.796Z | Compiling thread-id v4.2.0 |
1604 | 2023-12-05T05:15:50.973Z | Compiling encoding_rs v0.8.33 |
1605 | 2023-12-05T05:15:51.246Z | Compiling siphasher v0.3.11 |
1606 | 2023-12-05T05:15:51.261Z | Compiling mime v0.3.17 |
1607 | 2023-12-05T05:15:51.802Z | Compiling tokio-util v0.7.10 |
1608 | 2023-12-05T05:15:52.184Z | Compiling tokio-rustls v0.24.1 |
1609 | 2023-12-05T05:15:52.785Z | Compiling webpki-roots v0.25.2 |
1610 | 2023-12-05T05:15:53.003Z | Compiling gimli v0.28.0 |
1611 | 2023-12-05T05:15:53.682Z | Compiling h2 v0.3.21 |
1612 | 2023-12-05T05:15:54.357Z | Compiling serde_tokenstream v0.1.7 |
1613 | 2023-12-05T05:15:55.162Z | Compiling strum_macros v0.25.2 |
1614 | 2023-12-05T05:15:58.147Z | Compiling tokio-native-tls v0.3.1 |
1615 | 2023-12-05T05:15:58.537Z | Compiling block-buffer v0.10.4 |
1616 | 2023-12-05T05:15:58.999Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1617 | 2023-12-05T05:15:59.025Z | Compiling object v0.32.1 |
1618 | 2023-12-05T05:15:59.647Z | Compiling num-iter v0.1.43 |
1619 | 2023-12-05T05:15:59.688Z | Compiling rustc-demangle v0.1.23 |
1620 | 2023-12-05T05:16:00.084Z | Compiling addr2line v0.21.0 |
1621 | 2023-12-05T05:16:01.401Z | Compiling flate2 v1.0.28 |
1622 | 2023-12-05T05:16:01.428Z | Compiling digest v0.10.7 |
1623 | 2023-12-05T05:16:02.144Z | Compiling heapless v0.7.16 |
1624 | 2023-12-05T05:16:02.193Z | Compiling ppv-lite86 v0.2.17 |
1625 | 2023-12-05T05:16:02.517Z | Compiling doc-comment v0.3.3 |
1626 | 2023-12-05T05:16:02.866Z | Compiling usdt-macro v0.3.5 |
1627 | 2023-12-05T05:16:03.013Z | Compiling usdt-attr-macro v0.3.5 |
1628 | 2023-12-05T05:16:03.461Z | Compiling rand_chacha v0.3.1 |
1629 | 2023-12-05T05:16:03.613Z | Compiling toml v0.7.8 |
1630 | 2023-12-05T05:16:04.483Z | Compiling toml_edit v0.21.0 |
1631 | 2023-12-05T05:16:04.565Z | Compiling hex v0.4.3 |
1632 | 2023-12-05T05:16:04.999Z | Compiling hyper v0.14.27 |
1633 | 2023-12-05T05:16:05.371Z | Compiling pin-project-internal v1.1.3 |
1634 | 2023-12-05T05:16:06.492Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1635 | 2023-12-05T05:16:06.618Z | Compiling bit-vec v0.6.3 |
1636 | 2023-12-05T05:16:07.361Z | Compiling rand v0.8.5 |
1637 | 2023-12-05T05:16:08.127Z | Compiling phf_shared v0.10.0 |
1638 | 2023-12-05T05:16:08.742Z | Compiling num-bigint v0.4.4 |
1639 | 2023-12-05T05:16:10.065Z | Compiling new_debug_unreachable v1.0.4 |
1640 | 2023-12-05T05:16:10.192Z | Compiling precomputed-hash v0.1.1 |
1641 | 2023-12-05T05:16:10.340Z | Compiling fixedbitset v0.4.2 |
1642 | 2023-12-05T05:16:10.356Z | Compiling base64ct v1.6.0 |
1643 | 2023-12-05T05:16:10.680Z | Compiling smoltcp v0.9.1 |
1644 | 2023-12-05T05:16:11.079Z | Compiling petgraph v0.6.4 |
1645 | 2023-12-05T05:16:11.434Z | Compiling pem-rfc7468 v0.7.0 |
1646 | 2023-12-05T05:16:11.608Z | Compiling string_cache v0.8.7 |
1647 | 2023-12-05T05:16:12.374Z | Compiling bit-set v0.5.3 |
1648 | 2023-12-05T05:16:12.677Z | Compiling hmac v0.12.1 |
1649 | 2023-12-05T05:16:12.791Z | Compiling itertools v0.10.5 |
1650 | 2023-12-05T05:16:13.359Z | Compiling enum-as-inner v0.5.1 |
1651 | 2023-12-05T05:16:13.505Z | Compiling hubpack_derive v0.1.1 |
1652 | 2023-12-05T05:16:14.418Z | Compiling diesel_table_macro_syntax v0.1.0 |
1653 | 2023-12-05T05:16:14.978Z | Compiling unicode-segmentation v1.10.1 |
1654 | 2023-12-05T05:16:15.048Z | Compiling flagset v0.4.3 |
1655 | 2023-12-05T05:16:15.359Z | Compiling lalrpop-util v0.19.12 |
1656 | 2023-12-05T05:16:15.616Z | Compiling der v0.7.8 |
1657 | 2023-12-05T05:16:15.929Z | Compiling diesel_derives v2.1.2 |
1658 | 2023-12-05T05:16:16.473Z | Compiling hyper-tls v0.5.0 |
1659 | 2023-12-05T05:16:16.594Z | Compiling hyper-rustls v0.24.2 |
1660 | 2023-12-05T05:16:17.424Z | Compiling reqwest v0.11.22 |
1661 | 2023-12-05T05:16:17.557Z | Compiling snafu-derive v0.7.5 |
1662 | 2023-12-05T05:16:18.042Z | Compiling cpufeatures v0.2.9 |
1663 | 2023-12-05T05:16:18.175Z | Compiling sha2 v0.10.8 |
1664 | 2023-12-05T05:16:18.575Z | Compiling rustix v0.37.23 |
1665 | 2023-12-05T05:16:18.958Z | Compiling md-5 v0.10.5 |
1666 | 2023-12-05T05:16:19.334Z | Compiling spki v0.7.2 |
1667 | 2023-12-05T05:16:20.874Z | Compiling stringprep v0.1.3 |
1668 | 2023-12-05T05:16:21.219Z | Compiling serde_repr v0.1.16 |
1669 | 2023-12-05T05:16:21.240Z | Compiling hash32 v0.2.1 |
1670 | 2023-12-05T05:16:22.482Z | Compiling stable_deref_trait v1.2.0 |
1671 | 2023-12-05T05:16:22.533Z | Checking bitflags v1.3.2 |
1672 | 2023-12-05T05:16:22.618Z | Compiling fallible-iterator v0.2.0 |
1673 | 2023-12-05T05:16:23.078Z | Compiling terminal_size v0.2.6 |
1674 | 2023-12-05T05:16:23.344Z | Compiling pkcs8 v0.10.2 |
1675 | 2023-12-05T05:16:23.772Z | Compiling postgres-protocol v0.6.6 |
1676 | 2023-12-05T05:16:24.537Z | Compiling phf_shared v0.11.2 |
1677 | 2023-12-05T05:16:25.127Z | Compiling ff v0.13.0 |
1678 | 2023-12-05T05:16:25.461Z | Compiling block-padding v0.3.3 |
1679 | 2023-12-05T05:16:25.874Z | Compiling scheduled-thread-pool v0.2.7 |
1680 | 2023-12-05T05:16:26.051Z | Compiling deranged v0.3.8 |
1681 | 2023-12-05T05:16:26.554Z | Compiling num_threads v0.1.6 |
1682 | 2023-12-05T05:16:26.688Z | Compiling base16ct v0.2.0 |
1683 | 2023-12-05T05:16:26.720Z | Compiling matches v0.1.10 |
1684 | 2023-12-05T05:16:26.765Z | Compiling managed v0.8.0 |
1685 | 2023-12-05T05:16:26.847Z | Compiling regex-automata v0.1.10 |
1686 | 2023-12-05T05:16:27.083Z | Compiling clap_builder v4.4.2 |
1687 | 2023-12-05T05:16:27.162Z | Compiling sec1 v0.7.3 |
1688 | 2023-12-05T05:16:27.295Z | Compiling idna v0.2.3 |
1689 | 2023-12-05T05:16:27.624Z | Compiling bstr v0.2.17 |
1690 | 2023-12-05T05:16:28.057Z | Compiling r2d2 v0.8.10 |
1691 | 2023-12-05T05:16:28.620Z | Compiling inout v0.1.3 |
1692 | 2023-12-05T05:16:28.955Z | Compiling time v0.3.27 |
1693 | 2023-12-05T05:16:29.005Z | Compiling group v0.13.0 |
1694 | 2023-12-05T05:16:29.482Z | Compiling signal-hook-mio v0.2.3 |
1695 | 2023-12-05T05:16:29.700Z | Compiling postgres-types v0.2.6 |
1696 | 2023-12-05T05:16:30.048Z | Compiling phf v0.11.2 |
1697 | 2023-12-05T05:16:30.096Z | Compiling bzip2 v0.4.4 |
1698 | 2023-12-05T05:16:30.707Z | Compiling hubpack v0.1.2 |
1699 | 2023-12-05T05:16:31.230Z | Compiling hkdf v0.12.3 |
1700 | 2023-12-05T05:16:31.495Z | Compiling pin-project v1.1.3 |
1701 | 2023-12-05T05:16:31.793Z | Compiling ipnetwork v0.20.0 |
1702 | 2023-12-05T05:16:32.289Z | Compiling zerocopy v0.6.4 |
1703 | 2023-12-05T05:16:32.393Z | Compiling crypto-bigint v0.5.2 |
1704 | 2023-12-05T05:16:33.234Z | Compiling itertools v0.11.0 |
1705 | 2023-12-05T05:16:33.712Z | Compiling futures-executor v0.3.29 |
1706 | 2023-12-05T05:16:36.574Z | Compiling float-cmp v0.9.0 |
1707 | 2023-12-05T05:16:38.096Z | Compiling static_assertions v1.1.0 |
1708 | 2023-12-05T05:16:38.182Z | Compiling whoami v1.4.1 |
1709 | 2023-12-05T05:16:38.230Z | Compiling normalize-line-endings v0.3.0 |
1710 | 2023-12-05T05:16:38.374Z | Compiling predicates-core v1.0.6 |
1711 | 2023-12-05T05:16:38.398Z | Compiling regex-automata v0.3.8 |
1712 | 2023-12-05T05:16:38.911Z | Compiling data-encoding v2.4.0 |
1713 | 2023-12-05T05:16:39.161Z | Compiling difflib v0.4.0 |
1714 | 2023-12-05T05:16:41.870Z | Compiling bstr v1.6.0 |
1715 | 2023-12-05T05:16:42.248Z | Compiling trust-dns-proto v0.22.0 |
1716 | 2023-12-05T05:16:42.470Z | Compiling predicates v3.0.4 |
1717 | 2023-12-05T05:16:42.855Z | Compiling tokio-postgres v0.7.10 |
1718 | 2023-12-05T05:16:43.151Z | Compiling diesel v2.1.4 |
1719 | 2023-12-05T05:16:43.349Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1720 | 2023-12-05T05:16:45.293Z | Compiling elliptic-curve v0.13.8 |
1721 | 2023-12-05T05:16:45.371Z | Compiling yasna v0.5.2 |
1722 | 2023-12-05T05:16:45.740Z | Compiling futures v0.3.29 |
1723 | 2023-12-05T05:16:45.958Z | Compiling clap v4.4.3 |
1724 | 2023-12-05T05:16:46.109Z | Compiling snafu v0.7.5 |
1725 | 2023-12-05T05:16:46.606Z | Compiling zip v0.6.6 |
1726 | 2023-12-05T05:16:47.501Z | Compiling crossterm v0.27.0 |
1727 | 2023-12-05T05:16:48.566Z | Compiling similar v2.2.1 |
1728 | 2023-12-05T05:16:48.795Z | Compiling cipher v0.4.4 |
1729 | 2023-12-05T05:16:49.507Z | Compiling usdt v0.3.5 |
1730 | 2023-12-05T05:16:49.884Z | Compiling tokio-stream v0.1.14 |
1731 | 2023-12-05T05:16:51.466Z | Compiling console v0.15.7 |
1732 | 2023-12-05T05:16:53.124Z | Checking hashbrown v0.14.2 |
1733 | 2023-12-05T05:16:53.835Z | Checking unicode-ident v1.0.12 |
1734 | 2023-12-05T05:16:53.967Z | Checking equivalent v1.0.1 |
1735 | 2023-12-05T05:16:54.068Z | Checking proc-macro2 v1.0.69 |
1736 | 2023-12-05T05:16:55.069Z | Checking quote v1.0.33 |
1737 | 2023-12-05T05:16:56.836Z | Checking utf8parse v0.2.1 |
1738 | 2023-12-05T05:16:57.904Z | Checking anstyle v1.0.2 |
1739 | 2023-12-05T05:16:59.743Z | Checking io-lifetimes v1.0.11 |
1740 | 2023-12-05T05:17:03.673Z | Checking anstyle-parse v0.2.1 |
1741 | 2023-12-05T05:17:07.220Z | Checking anstyle-query v1.0.0 |
1742 | 2023-12-05T05:17:07.263Z | Checking colorchoice v1.0.0 |
1743 | 2023-12-05T05:17:07.430Z | Checking anstream v0.5.0 |
1744 | 2023-12-05T05:17:08.098Z | Checking clap_lex v0.5.1 |
1745 | 2023-12-05T05:17:08.175Z | Checking strsim v0.10.0 |
1746 | 2023-12-05T05:17:09.519Z | Checking winnow v0.5.15 |
1747 | 2023-12-05T05:17:14.386Z | Compiling serde_tokenstream v0.2.0 |
1748 | 2023-12-05T05:17:19.401Z | Compiling regress v0.7.1 |
1749 | 2023-12-05T05:17:25.020Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1750 | 2023-12-05T05:17:33.733Z | Compiling getopts v0.2.21 |
1751 | 2023-12-05T05:17:34.252Z | Compiling unsafe-libyaml v0.2.9 |
1752 | 2023-12-05T05:17:34.536Z | Checking heck v0.4.1 |
1753 | 2023-12-05T05:17:35.471Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1754 | 2023-12-05T05:17:36.440Z | Compiling serde_yaml v0.9.25 |
1755 | 2023-12-05T05:17:36.713Z | Compiling ident_case v1.0.1 |
1756 | 2023-12-05T05:17:36.972Z | Checking fastrand v2.0.0 |
1757 | 2023-12-05T05:17:37.448Z | Checking match_cfg v0.1.0 |
1758 | 2023-12-05T05:17:37.469Z | Checking tempfile v3.8.1 |
1759 | 2023-12-05T05:17:37.489Z | Checking atty v0.2.14 |
1760 | 2023-12-05T05:17:37.568Z | Checking hostname v0.3.1 |
1761 | 2023-12-05T05:17:37.646Z | Compiling paste v1.0.14 |
1762 | 2023-12-05T05:17:37.745Z | Checking quick-error v1.2.3 |
1763 | 2023-12-05T05:17:37.934Z | Checking crossbeam-channel v0.5.8 |
1764 | 2023-12-05T05:17:37.997Z | Checking sha1 v0.10.6 |
1765 | 2023-12-05T05:17:38.440Z | Checking dirs-sys-next v0.1.2 |
1766 | 2023-12-05T05:17:38.685Z | Checking dirs-next v2.0.0 |
1767 | 2023-12-05T05:17:38.858Z | Checking thread_local v1.1.7 |
1768 | 2023-12-05T05:17:39.092Z | Checking instant v0.1.12 |
1769 | 2023-12-05T05:17:39.240Z | Compiling slog-async v2.8.0 |
1770 | 2023-12-05T05:17:39.306Z | Checking term v0.7.0 |
1771 | 2023-12-05T05:17:39.979Z | Checking camino v1.1.6 |
1772 | 2023-12-05T05:17:40.091Z | Compiling multer v2.1.0 |
1773 | 2023-12-05T05:17:40.467Z | Checking take_mut v0.2.2 |
1774 | 2023-12-05T05:17:40.622Z | Checking slog-term v2.9.0 |
1775 | 2023-12-05T05:17:40.945Z | Compiling darling_core v0.20.3 |
1776 | 2023-12-05T05:17:41.141Z | Checking slog-json v2.6.1 |
1777 | 2023-12-05T05:17:41.427Z | Compiling async-stream-impl v0.3.5 |
1778 | 2023-12-05T05:17:41.502Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1779 | 2023-12-05T05:17:41.944Z | Checking debug-ignore v1.0.5 |
1780 | 2023-12-05T05:17:42.130Z | Checking atomic-waker v1.1.1 |
1781 | 2023-12-05T05:17:42.304Z | Checking waitgroup v0.1.2 |
1782 | 2023-12-05T05:17:42.576Z | Checking slog-bunyan v2.4.0 |
1783 | 2023-12-05T05:17:43.442Z | Checking toml v0.8.8 |
1784 | 2023-12-05T05:17:43.503Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1785 | 2023-12-05T05:17:43.506Z | Checking serde_path_to_error v0.1.14 |
1786 | 2023-12-05T05:17:43.717Z | Checking async-stream v0.3.5 |
1787 | 2023-12-05T05:17:43.994Z | Checking strum v0.25.0 |
1788 | 2023-12-05T05:17:44.212Z | Compiling structmeta-derive v0.2.0 |
1789 | 2023-12-05T05:17:44.545Z | Checking wait-timeout v0.2.0 |
1790 | 2023-12-05T05:17:44.592Z | Checking rand_xorshift v0.3.0 |
1791 | 2023-12-05T05:17:44.796Z | Checking rusty-fork v0.3.0 |
1792 | 2023-12-05T05:17:44.824Z | Checking unarray v0.1.4 |
1793 | 2023-12-05T05:17:45.022Z | Compiling regex-syntax v0.7.5 |
1794 | 2023-12-05T05:17:45.220Z | Checking proptest v1.4.0 |
1795 | 2023-12-05T05:17:49.436Z | Compiling structmeta v0.2.0 |
1796 | 2023-12-05T05:17:50.118Z | Checking backoff v0.4.0 |
1797 | 2023-12-05T05:17:50.555Z | Compiling test-strategy v0.3.1 |
1798 | 2023-12-05T05:17:51.451Z | Compiling darling_macro v0.20.3 |
1799 | 2023-12-05T05:17:52.321Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1800 | 2023-12-05T05:17:52.544Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1801 | 2023-12-05T05:17:52.748Z | Checking macaddr v1.0.1 |
1802 | 2023-12-05T05:17:52.941Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1803 | 2023-12-05T05:17:53.067Z | Compiling darling v0.20.3 |
1804 | 2023-12-05T05:17:53.218Z | Compiling serde_with_macros v2.3.3 |
1805 | 2023-12-05T05:17:53.659Z | Checking camino-tempfile v1.1.1 |
1806 | 2023-12-05T05:17:53.666Z | Checking is-terminal v0.4.9 |
1807 | 2023-12-05T05:17:53.666Z | Compiling proc-macro-error-attr v1.0.4 |
1808 | 2023-12-05T05:17:53.666Z | Compiling proc-macro-error v1.0.4 |
1809 | 2023-12-05T05:17:54.141Z | Compiling proc-macro-crate v1.3.1 |
1810 | 2023-12-05T05:17:54.280Z | Checking termtree v0.4.1 |
1811 | 2023-12-05T05:17:54.568Z | Checking predicates-tree v1.0.9 |
1812 | 2023-12-05T05:17:54.765Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1813 | 2023-12-05T05:17:55.715Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1814 | 2023-12-05T05:17:55.720Z | Checking postcard-cobs v0.1.5-pre |
1815 | 2023-12-05T05:17:56.036Z | Compiling num_enum_derive v0.5.11 |
1816 | 2023-12-05T05:17:56.039Z | Compiling crucible-workspace-hack v0.1.0 |
1817 | 2023-12-05T05:17:56.509Z | Checking postcard v0.7.3 |
1818 | 2023-12-05T05:17:56.537Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1819 | 2023-12-05T05:17:56.754Z | Checking smoltcp v0.8.2 |
1820 | 2023-12-05T05:17:56.841Z | Compiling parse-display-derive v0.8.2 |
1821 | 2023-12-05T05:17:57.204Z | Compiling foreign-types-macros v0.2.3 |
1822 | 2023-12-05T05:17:57.452Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1823 | 2023-12-05T05:17:57.816Z | Checking serde_with v2.3.3 |
1824 | 2023-12-05T05:17:57.886Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-12-05T05:17:58.082Z | Checking cfg-if v0.1.10 |
1826 | 2023-12-05T05:17:58.201Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1827 | 2023-12-05T05:17:58.610Z | Checking foreign-types-shared v0.3.1 |
1828 | 2023-12-05T05:17:59.276Z | Checking foreign-types v0.5.0 |
1829 | 2023-12-05T05:17:59.413Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1830 | 2023-12-05T05:17:59.432Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1831 | 2023-12-05T05:18:00.688Z | Checking num_enum v0.5.11 |
1832 | 2023-12-05T05:18:00.732Z | Checking cstr-argument v0.1.2 |
1833 | 2023-12-05T05:18:00.959Z | Checking pretty-hex v0.2.1 |
1834 | 2023-12-05T05:18:01.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1835 | 2023-12-05T05:18:01.011Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1836 | 2023-12-05T05:18:01.171Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2023-12-05T05:18:01.490Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1838 | 2023-12-05T05:18:01.508Z | Checking colored v2.0.4 |
1839 | 2023-12-05T05:18:01.566Z | Compiling zone_cfg_derive v0.3.0 |
1840 | 2023-12-05T05:18:01.684Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1841 | 2023-12-05T05:18:02.184Z | Checking predicates v2.1.5 |
1842 | 2023-12-05T05:18:03.228Z | Compiling mockall_derive v0.11.4 |
1843 | 2023-12-05T05:18:03.710Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1844 | 2023-12-05T05:18:03.767Z | Compiling num-derive v0.4.0 |
1845 | 2023-12-05T05:18:04.061Z | Checking downcast v0.11.0 |
1846 | 2023-12-05T05:18:04.342Z | Checking fragile v2.0.0 |
1847 | 2023-12-05T05:18:04.557Z | Checking parse-display v0.8.2 |
1848 | 2023-12-05T05:18:04.750Z | Checking zone v0.3.0 |
1849 | 2023-12-05T05:18:04.786Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1850 | 2023-12-05T05:18:04.949Z | Checking smf v0.2.2 |
1851 | 2023-12-05T05:18:05.322Z | Checking filetime v0.2.22 |
1852 | 2023-12-05T05:18:05.395Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1853 | 2023-12-05T05:18:05.596Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1854 | 2023-12-05T05:18:05.658Z | Checking xattr v1.0.1 |
1855 | 2023-12-05T05:18:05.902Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1856 | 2023-12-05T05:18:05.953Z | Checking pem v3.0.2 |
1857 | 2023-12-05T05:18:05.993Z | Checking tar v0.4.40 |
1858 | 2023-12-05T05:18:06.290Z | Checking linked-hash-map v0.5.6 |
1859 | 2023-12-05T05:18:06.330Z | Checking headers-core v0.2.0 |
1860 | 2023-12-05T05:18:06.512Z | Checking headers v0.3.9 |
1861 | 2023-12-05T05:18:06.804Z | Checking lru-cache v0.1.2 |
1862 | 2023-12-05T05:18:07.055Z | Checking password-hash v0.5.0 |
1863 | 2023-12-05T05:18:07.223Z | Checking blake2 v0.10.6 |
1864 | 2023-12-05T05:18:07.759Z | Checking base64 v0.13.1 |
1865 | 2023-12-05T05:18:07.788Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1866 | 2023-12-05T05:18:07.901Z | Checking argon2 v0.5.2 |
1867 | 2023-12-05T05:18:08.271Z | Checking rcgen v0.11.3 |
1868 | 2023-12-05T05:18:08.383Z | Checking pem v1.1.1 |
1869 | 2023-12-05T05:18:08.478Z | Checking atomicwrites v0.4.2 |
1870 | 2023-12-05T05:18:08.712Z | Checking subprocess v0.2.9 |
1871 | 2023-12-05T05:18:08.746Z | Checking arc-swap v1.6.0 |
1872 | 2023-12-05T05:18:08.769Z | Checking ciborium-io v0.2.1 |
1873 | 2023-12-05T05:18:08.868Z | Checking half v1.8.2 |
1874 | 2023-12-05T05:18:08.923Z | Compiling cancel-safe-futures v0.1.5 |
1875 | 2023-12-05T05:18:09.305Z | Checking textwrap v0.11.0 |
1876 | 2023-12-05T05:18:09.435Z | Checking slog-scope v4.4.0 |
1877 | 2023-12-05T05:18:09.456Z | Compiling heck v0.3.3 |
1878 | 2023-12-05T05:18:09.537Z | Checking ciborium-ll v0.2.1 |
1879 | 2023-12-05T05:18:09.555Z | Checking ansi_term v0.12.1 |
1880 | 2023-12-05T05:18:09.612Z | Checking strsim v0.8.0 |
1881 | 2023-12-05T05:18:09.718Z | Compiling libefi-sys v0.1.0 |
1882 | 2023-12-05T05:18:09.880Z | Checking vec_map v0.8.2 |
1883 | 2023-12-05T05:18:10.002Z | Checking ciborium v0.2.1 |
1884 | 2023-12-05T05:18:10.028Z | Checking slog-stdlog v4.1.1 |
1885 | 2023-12-05T05:18:10.062Z | Compiling structopt-derive v0.4.18 |
1886 | 2023-12-05T05:18:10.249Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1887 | 2023-12-05T05:18:10.284Z | Checking clap v2.34.0 |
1888 | 2023-12-05T05:18:10.868Z | Checking slog-envlogger v2.2.0 |
1889 | 2023-12-05T05:18:11.176Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1890 | 2023-12-05T05:18:11.609Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1891 | 2023-12-05T05:18:11.631Z | Checking resolv-conf v0.7.0 |
1892 | 2023-12-05T05:18:11.664Z | Compiling slog-dtrace v0.2.3 |
1893 | 2023-12-05T05:18:11.994Z | Compiling convert_case v0.4.0 |
1894 | 2023-12-05T05:18:12.602Z | Checking trust-dns-resolver v0.22.0 |
1895 | 2023-12-05T05:18:12.814Z | Checking fxhash v0.2.1 |
1896 | 2023-12-05T05:18:13.065Z | Checking itertools v0.12.0 |
1897 | 2023-12-05T05:18:13.508Z | Compiling derive_more v0.99.17 |
1898 | 2023-12-05T05:18:14.801Z | Checking termcolor v1.2.0 |
1899 | 2023-12-05T05:18:15.086Z | Compiling same-file v1.0.6 |
1900 | 2023-12-05T05:18:15.181Z | Checking structopt v0.3.26 |
1901 | 2023-12-05T05:18:15.414Z | Compiling radium v0.7.0 |
1902 | 2023-12-05T05:18:15.440Z | Compiling walkdir v2.4.0 |
1903 | 2023-12-05T05:18:15.748Z | Compiling semver-parser v0.10.2 |
1904 | 2023-12-05T05:18:16.146Z | Compiling maybe-uninit v2.0.0 |
1905 | 2023-12-05T05:18:16.736Z | Checking tap v1.0.1 |
1906 | 2023-12-05T05:18:16.973Z | Checking wyz v0.5.1 |
1907 | 2023-12-05T05:18:17.000Z | Checking mockall v0.11.4 |
1908 | 2023-12-05T05:18:17.353Z | Compiling semver v0.11.0 |
1909 | 2023-12-05T05:18:17.772Z | Compiling num-rational v0.4.1 |
1910 | 2023-12-05T05:18:18.470Z | Checking funty v2.0.0 |
1911 | 2023-12-05T05:18:18.619Z | Checking crc-catalog v2.2.0 |
1912 | 2023-12-05T05:18:18.647Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1913 | 2023-12-05T05:18:18.670Z | Compiling packed_struct v0.10.1 |
1914 | 2023-12-05T05:18:18.810Z | Compiling home v0.5.5 |
1915 | 2023-12-05T05:18:18.938Z | Compiling num-bigint-dig v0.8.4 |
1916 | 2023-12-05T05:18:19.211Z | Compiling toolchain_find v0.2.0 |
1917 | 2023-12-05T05:18:19.335Z | Checking crc v3.0.1 |
1918 | 2023-12-05T05:18:19.801Z | Compiling toml v0.5.11 |
1919 | 2023-12-05T05:18:20.158Z | Compiling packed_struct_codegen v0.10.1 |
1920 | 2023-12-05T05:18:20.241Z | Checking bitvec v1.0.1 |
1921 | 2023-12-05T05:18:20.375Z | Checking nodrop v0.1.14 |
1922 | 2023-12-05T05:18:20.526Z | Checking array-init v0.0.4 |
1923 | 2023-12-05T05:18:22.343Z | Compiling omicron-zone-package v0.9.1 |
1924 | 2023-12-05T05:18:22.956Z | Compiling rustfmt-wrapper v0.2.0 |
1925 | 2023-12-05T05:18:24.606Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1926 | 2023-12-05T05:18:25.032Z | Checking smallvec v0.6.14 |
1927 | 2023-12-05T05:18:25.293Z | Checking newline-converter v0.3.0 |
1928 | 2023-12-05T05:18:25.497Z | Checking pkcs1 v0.7.5 |
1929 | 2023-12-05T05:18:25.640Z | Checking signature v2.1.0 |
1930 | 2023-12-05T05:18:26.148Z | Checking num-complex v0.4.4 |
1931 | 2023-12-05T05:18:26.188Z | Checking utf-8 v0.7.6 |
1932 | 2023-12-05T05:18:26.471Z | Checking bitfield v0.14.0 |
1933 | 2023-12-05T05:18:26.926Z | Checking keccak v0.1.4 |
1934 | 2023-12-05T05:18:27.370Z | Checking sha3 v0.10.8 |
1935 | 2023-12-05T05:18:27.594Z | Checking num v0.4.1 |
1936 | 2023-12-05T05:18:27.731Z | Checking tungstenite v0.20.1 |
1937 | 2023-12-05T05:18:27.967Z | Checking serde-hex v0.1.0 |
1938 | 2023-12-05T05:18:28.097Z | Checking expectorate v1.1.0 |
1939 | 2023-12-05T05:18:28.312Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1940 | 2023-12-05T05:18:28.451Z | Checking rsa v0.9.2 |
1941 | 2023-12-05T05:18:28.666Z | Checking env_logger v0.10.0 |
1942 | 2023-12-05T05:18:28.751Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1943 | 2023-12-05T05:18:29.187Z | Checking x509-cert v0.2.4 |
1944 | 2023-12-05T05:18:29.304Z | Checking ron v0.8.1 |
1945 | 2023-12-05T05:18:29.423Z | Checking secrecy v0.8.0 |
1946 | 2023-12-05T05:18:29.736Z | Checking crc-any v2.4.3 |
1947 | 2023-12-05T05:18:29.854Z | Checking tokio-tungstenite v0.20.1 |
1948 | 2023-12-05T05:18:30.306Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1949 | 2023-12-05T05:18:30.547Z | Checking object v0.30.4 |
1950 | 2023-12-05T05:18:30.721Z | Checking path-slash v0.1.5 |
1951 | 2023-12-05T05:18:30.922Z | Compiling buf-list v1.0.3 |
1952 | 2023-12-05T05:18:31.380Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1953 | 2023-12-05T05:18:31.482Z | Checking glob v0.3.1 |
1954 | 2023-12-05T05:18:31.513Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1955 | 2023-12-05T05:18:31.752Z | Checking swrite v0.1.0 |
1956 | 2023-12-05T05:18:31.859Z | Compiling parking_lot_core v0.8.6 |
1957 | 2023-12-05T05:18:31.935Z | Checking nibble_vec v0.1.0 |
1958 | 2023-12-05T05:18:32.198Z | Checking endian-type v0.1.2 |
1959 | 2023-12-05T05:18:32.407Z | Checking pretty-hex v0.4.0 |
1960 | 2023-12-05T05:18:32.493Z | Checking radix_trie v0.2.1 |
1961 | 2023-12-05T05:18:32.653Z | Checking libsw v3.3.0 |
1962 | 2023-12-05T05:18:33.032Z | Compiling derive-where v1.2.5 |
1963 | 2023-12-05T05:18:33.064Z | Checking parking_lot v0.11.2 |
1964 | 2023-12-05T05:18:33.116Z | Checking trust-dns-client v0.22.0 |
1965 | 2023-12-05T05:18:33.595Z | Checking sled v0.34.7 |
1966 | 2023-12-05T05:18:34.215Z | Checking owo-colors v3.5.0 |
1967 | 2023-12-05T05:18:35.060Z | Checking linear-map v1.2.0 |
1968 | 2023-12-05T05:18:35.182Z | Checking trust-dns-server v0.22.1 |
1969 | 2023-12-05T05:18:35.618Z | Compiling semver v0.1.20 |
1970 | 2023-12-05T05:18:36.798Z | Compiling rustc_version v0.1.7 |
1971 | 2023-12-05T05:18:37.554Z | Compiling newtype_derive v0.1.6 |
1972 | 2023-12-05T05:18:37.575Z | Checking crossbeam-deque v0.8.3 |
1973 | 2023-12-05T05:18:37.998Z | Compiling unicase v2.7.0 |
1974 | 2023-12-05T05:18:38.056Z | Compiling platforms v3.0.2 |
1975 | 2023-12-05T05:18:38.170Z | Compiling rayon-core v1.12.0 |
1976 | 2023-12-05T05:18:38.796Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1977 | 2023-12-05T05:18:39.154Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1978 | 2023-12-05T05:18:39.402Z | Compiling memoffset v0.7.1 |
1979 | 2023-12-05T05:18:39.684Z | Compiling curve25519-dalek v4.1.0 |
1980 | 2023-12-05T05:18:39.707Z | Checking rayon v1.8.0 |
1981 | 2023-12-05T05:18:39.723Z | Checking steno v0.4.0 |
1982 | 2023-12-05T05:18:40.537Z | Checking globset v0.4.13 |
1983 | 2023-12-05T05:18:40.651Z | Checking olpc-cjson v0.1.3 |
1984 | 2023-12-05T05:18:40.786Z | Checking serde_plain v1.0.2 |
1985 | 2023-12-05T05:18:41.024Z | Compiling async-recursion v1.0.5 |
1986 | 2023-12-05T05:18:41.183Z | Checking typed-path v0.6.0 |
1987 | 2023-12-05T05:18:41.402Z | Compiling mime_guess v2.0.4 |
1988 | 2023-12-05T05:18:43.103Z | Checking universal-hash v0.5.1 |
1989 | 2023-12-05T05:18:43.375Z | Compiling thiserror-impl-no-std v2.0.2 |
1990 | 2023-12-05T05:18:43.551Z | Compiling curve25519-dalek-derive v0.1.0 |
1991 | 2023-12-05T05:18:43.609Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1992 | 2023-12-05T05:18:44.083Z | Checking opaque-debug v0.3.0 |
1993 | 2023-12-05T05:18:44.170Z | Checking signature v1.6.4 |
1994 | 2023-12-05T05:18:44.195Z | Checking tough v0.15.0 |
1995 | 2023-12-05T05:18:44.345Z | Checking display-error-chain v0.2.0 |
1996 | 2023-12-05T05:18:44.542Z | Compiling salty v0.2.0 |
1997 | 2023-12-05T05:18:45.337Z | Checking ed25519 v1.5.3 |
1998 | 2023-12-05T05:18:45.569Z | Checking poly1305 v0.8.0 |
1999 | 2023-12-05T05:18:46.221Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2000 | 2023-12-05T05:18:46.797Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2001 | 2023-12-05T05:18:46.979Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2002 | 2023-12-05T05:18:47.245Z | Checking chacha20 v0.9.1 |
2003 | 2023-12-05T05:18:47.346Z | Checking aead v0.5.2 |
2004 | 2023-12-05T05:18:47.670Z | Checking serde-big-array v0.5.1 |
2005 | 2023-12-05T05:18:47.786Z | Checking kstat-rs v0.2.3 |
2006 | 2023-12-05T05:18:47.995Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2007 | 2023-12-05T05:18:49.017Z | Checking thiserror-no-std v2.0.2 |
2008 | 2023-12-05T05:18:49.078Z | Checking chacha20poly1305 v0.10.1 |
2009 | 2023-12-05T05:18:49.161Z | Checking vsss-rs v3.3.1 |
2010 | 2023-12-05T05:18:49.385Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2011 | 2023-12-05T05:18:50.004Z | Checking signal-hook-tokio v0.3.1 |
2012 | 2023-12-05T05:18:50.223Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2013 | 2023-12-05T05:18:50.443Z | Checking serde-big-array v0.4.1 |
2014 | 2023-12-05T05:18:50.506Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2015 | 2023-12-05T05:18:50.524Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2016 | 2023-12-05T05:18:50.662Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2017 | 2023-12-05T05:18:50.703Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2018 | 2023-12-05T05:18:51.803Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2019 | 2023-12-05T05:18:52.090Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2020 | 2023-12-05T05:18:52.333Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2021 | 2023-12-05T05:18:52.435Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2022 | 2023-12-05T05:18:53.177Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2023 | 2023-12-05T05:18:55.487Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2024 | 2023-12-05T05:18:55.543Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2025 | 2023-12-05T05:18:57.201Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2026 | 2023-12-05T05:18:57.390Z | Checking bcs v0.1.6 |
2027 | 2023-12-05T05:18:58.110Z | Checking corncobs v0.1.3 |
2028 | 2023-12-05T05:18:58.386Z | Checking highway v1.1.0 |
2029 | 2023-12-05T05:18:58.791Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2030 | 2023-12-05T05:18:59.032Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2031 | 2023-12-05T05:18:59.449Z | Checking http-range v0.1.5 |
2032 | 2023-12-05T05:18:59.702Z | Compiling crunchy v0.2.2 |
2033 | 2023-12-05T05:19:00.093Z | Compiling portable-atomic v1.4.3 |
2034 | 2023-12-05T05:19:00.478Z | Checking hyper-staticfile v0.9.5 |
2035 | 2023-12-05T05:19:00.498Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2036 | 2023-12-05T05:19:01.401Z | Compiling clang-sys v1.6.1 |
2037 | 2023-12-05T05:19:01.772Z | Compiling prettyplease v0.2.12 |
2038 | 2023-12-05T05:19:02.211Z | Checking assert_matches v1.5.0 |
2039 | 2023-12-05T05:19:02.264Z | Compiling tiny-keccak v2.0.2 |
2040 | 2023-12-05T05:19:02.896Z | Compiling darling_core v0.14.4 |
2041 | 2023-12-05T05:19:04.116Z | Compiling minimal-lexical v0.2.1 |
2042 | 2023-12-05T05:19:04.965Z | Checking number_prefix v0.4.0 |
2043 | 2023-12-05T05:19:05.110Z | Checking humantime v2.1.0 |
2044 | 2023-12-05T05:19:05.229Z | Checking indicatif v0.17.7 |
2045 | 2023-12-05T05:19:05.551Z | Compiling nom v7.1.3 |
2046 | 2023-12-05T05:19:06.467Z | Compiling ascii-canvas v3.0.0 |
2047 | 2023-12-05T05:19:07.494Z | Compiling ena v0.14.2 |
2048 | 2023-12-05T05:19:08.118Z | Compiling libloading v0.7.4 |
2049 | 2023-12-05T05:19:08.154Z | Compiling diff v0.1.13 |
2050 | 2023-12-05T05:19:08.704Z | Compiling bindgen v0.65.1 |
2051 | 2023-12-05T05:19:09.284Z | Compiling regex-syntax v0.6.29 |
2052 | 2023-12-05T05:19:11.559Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2053 | 2023-12-05T05:19:12.028Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2054 | 2023-12-05T05:19:12.996Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2055 | 2023-12-05T05:19:14.771Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2056 | 2023-12-05T05:19:16.432Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2057 | 2023-12-05T05:19:17.131Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2058 | 2023-12-05T05:19:17.767Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2059 | 2023-12-05T05:19:18.296Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2060 | 2023-12-05T05:19:18.833Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2061 | 2023-12-05T05:19:19.487Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2062 | 2023-12-05T05:19:19.679Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2063 | 2023-12-05T05:19:19.728Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2064 | 2023-12-05T05:19:21.891Z | Compiling darling_macro v0.14.4 |
2065 | 2023-12-05T05:19:22.191Z | Compiling lalrpop v0.19.12 |
2066 | 2023-12-05T05:19:23.565Z | Compiling darling v0.14.4 |
2067 | 2023-12-05T05:19:23.742Z | Compiling cexpr v0.6.0 |
2068 | 2023-12-05T05:19:30.072Z | Compiling which v4.4.0 |
2069 | 2023-12-05T05:19:31.053Z | Compiling ref-cast v1.0.20 |
2070 | 2023-12-05T05:19:31.832Z | Checking maplit v1.0.2 |
2071 | 2023-12-05T05:19:31.999Z | Compiling peeking_take_while v0.1.2 |
2072 | 2023-12-05T05:19:32.155Z | Compiling shlex v1.1.0 |
2073 | 2023-12-05T05:19:32.559Z | Compiling lazycell v1.3.0 |
2074 | 2023-12-05T05:19:32.597Z | Compiling rustc-hash v1.1.0 |
2075 | 2023-12-05T05:19:32.896Z | Compiling derive_builder_core v0.12.0 |
2076 | 2023-12-05T05:19:32.982Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2077 | 2023-12-05T05:19:33.394Z | Compiling ref-cast-impl v1.0.20 |
2078 | 2023-12-05T05:19:35.321Z | Compiling libxml v0.3.3 |
2079 | 2023-12-05T05:19:36.098Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2080 | 2023-12-05T05:19:36.698Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2081 | 2023-12-05T05:19:37.008Z | Compiling derive_builder_macro v0.12.0 |
2082 | 2023-12-05T05:19:37.508Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2083 | 2023-12-05T05:19:38.338Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2084 | 2023-12-05T05:19:39.803Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2085 | 2023-12-05T05:19:40.072Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2086 | 2023-12-05T05:19:41.045Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2087 | 2023-12-05T05:19:42.597Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2088 | 2023-12-05T05:19:43.119Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2089 | 2023-12-05T05:19:44.328Z | Compiling strum_macros v0.24.3 |
2090 | 2023-12-05T05:19:44.813Z | Compiling fs-err v2.11.0 |
2091 | 2023-12-05T05:19:45.234Z | Compiling cookie v0.18.0 |
2092 | 2023-12-05T05:19:45.668Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2093 | 2023-12-05T05:19:46.155Z | Compiling indoc v1.0.9 |
2094 | 2023-12-05T05:19:46.817Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2095 | 2023-12-05T05:19:47.861Z | Checking derive_builder v0.12.0 |
2096 | 2023-12-05T05:19:49.016Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2097 | 2023-12-05T05:19:50.368Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2098 | 2023-12-05T05:19:50.823Z | Checking bb8 v0.8.1 |
2099 | 2023-12-05T05:19:50.915Z | Checking quick-xml v0.23.1 |
2100 | 2023-12-05T05:19:51.047Z | Compiling oso-derive v0.27.0 |
2101 | 2023-12-05T05:19:51.514Z | Compiling impl-trait-for-tuples v0.2.2 |
2102 | 2023-12-05T05:19:51.552Z | Checking smawk v0.3.1 |
2103 | 2023-12-05T05:19:51.846Z | Checking unicode-linebreak v0.1.5 |
2104 | 2023-12-05T05:19:52.518Z | Checking textwrap v0.16.0 |
2105 | 2023-12-05T05:19:52.762Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2106 | 2023-12-05T05:19:53.556Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2107 | 2023-12-05T05:19:53.823Z | Checking bytesize v1.3.0 |
2108 | 2023-12-05T05:19:53.887Z | Checking is_ci v1.1.1 |
2109 | 2023-12-05T05:19:54.065Z | Checking supports-color v2.1.0 |
2110 | 2023-12-05T05:19:54.190Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2111 | 2023-12-05T05:19:54.342Z | Checking cassowary v0.3.0 |
2112 | 2023-12-05T05:19:54.716Z | Compiling indoc v2.0.3 |
2113 | 2023-12-05T05:19:54.951Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2114 | 2023-12-05T05:19:56.148Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2115 | 2023-12-05T05:19:56.220Z | Checking rtoolbox v0.0.1 |
2116 | 2023-12-05T05:19:56.484Z | Checking rpassword v7.3.1 |
2117 | 2023-12-05T05:19:56.551Z | Checking ratatui v0.23.0 |
2118 | 2023-12-05T05:19:56.685Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2119 | 2023-12-05T05:19:58.717Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2120 | 2023-12-05T05:20:00.006Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2121 | 2023-12-05T05:20:00.382Z | Checking tui-tree-widget v0.13.0 |
2122 | 2023-12-05T05:20:00.436Z | Checking shell-words v1.1.0 |
2123 | 2023-12-05T05:20:00.702Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2124 | 2023-12-05T05:20:00.774Z | Checking fatfs v0.3.6 |
2125 | 2023-12-05T05:20:01.006Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2126 | 2023-12-05T05:20:02.276Z | Checking yansi v0.5.1 |
2127 | 2023-12-05T05:20:02.726Z | Checking plotters-backend v0.3.5 |
2128 | 2023-12-05T05:20:02.776Z | Checking pretty_assertions v1.4.0 |
2129 | 2023-12-05T05:20:03.070Z | Checking rand v0.4.6 |
2130 | 2023-12-05T05:20:03.086Z | Compiling vte_generate_state_changes v0.1.1 |
2131 | 2023-12-05T05:20:03.324Z | Checking plotters-svg v0.3.5 |
2132 | 2023-12-05T05:20:03.626Z | Checking cast v0.3.0 |
2133 | 2023-12-05T05:20:04.153Z | Checking remove_dir_all v0.5.3 |
2134 | 2023-12-05T05:20:04.170Z | Checking vte v0.11.1 |
2135 | 2023-12-05T05:20:04.289Z | Checking criterion-plot v0.5.0 |
2136 | 2023-12-05T05:20:04.640Z | Checking tempdir v0.3.7 |
2137 | 2023-12-05T05:20:04.878Z | Checking plotters v0.3.5 |
2138 | 2023-12-05T05:20:05.074Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2139 | 2023-12-05T05:20:06.475Z | Checking dashmap v5.5.1 |
2140 | 2023-12-05T05:20:06.740Z | Checking tinytemplate v1.2.1 |
2141 | 2023-12-05T05:20:07.344Z | Compiling serial_test_derive v0.10.0 |
2142 | 2023-12-05T05:20:07.546Z | Checking oorandom v11.1.3 |
2143 | 2023-12-05T05:20:07.763Z | Checking anes v0.1.6 |
2144 | 2023-12-05T05:20:07.801Z | Checking strip-ansi-escapes v0.2.0 |
2145 | 2023-12-05T05:20:07.986Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2146 | 2023-12-05T05:20:08.186Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2147 | 2023-12-05T05:20:09.269Z | Checking serial_test v0.10.0 |
2148 | 2023-12-05T05:20:09.610Z | Checking criterion v0.5.1 |
2149 | 2023-12-05T05:20:09.760Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2150 | 2023-12-05T05:20:11.352Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2151 | 2023-12-05T05:20:14.442Z | Checking assert_cmd v2.0.12 |
2152 | 2023-12-05T05:20:15.089Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2153 | 2023-12-05T05:20:15.210Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2154 | 2023-12-05T05:20:17.494Z | Checking fd-lock v3.0.13 |
2155 | 2023-12-05T05:20:17.774Z | Checking nu-ansi-term v0.49.0 |
2156 | 2023-12-05T05:20:18.421Z | Checking reedline v0.26.0 |
2157 | 2023-12-05T05:20:20.022Z | Checking threadpool v1.8.1 |
2158 | 2023-12-05T05:20:20.297Z | Checking nanorand v0.7.0 |
2159 | 2023-12-05T05:20:20.900Z | Checking topological-sort v0.2.2 |
2160 | 2023-12-05T05:20:21.178Z | Checking flume v0.11.0 |
2161 | 2023-12-05T05:20:21.573Z | Checking libtest-mimic v0.6.1 |
2162 | 2023-12-05T05:20:21.917Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2163 | 2023-12-05T05:20:22.197Z | Checking httptest v0.15.5 |
2164 | 2023-12-05T05:20:23.354Z | Checking similar-asserts v1.5.0 |
2165 | 2023-12-05T05:20:23.691Z | Compiling rstest_macros v0.18.2 |
2166 | 2023-12-05T05:20:24.468Z | Compiling crossbeam-queue v0.3.8 |
2167 | 2023-12-05T05:20:25.245Z | Checking bytecount v0.6.3 |
2168 | 2023-12-05T05:20:25.445Z | Checking papergrid v0.10.0 |
2169 | 2023-12-05T05:20:25.542Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2170 | 2023-12-05T05:20:27.068Z | Checking datatest-stable v0.2.3 |
2171 | 2023-12-05T05:20:27.379Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2172 | 2023-12-05T05:20:27.399Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2173 | 2023-12-05T05:20:27.666Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2174 | 2023-12-05T05:20:27.856Z | Compiling tabled_derive v0.6.0 |
2175 | 2023-12-05T05:20:28.699Z | Checking arrayvec v0.7.4 |
2176 | 2023-12-05T05:20:29.302Z | Checking arrayref v0.3.7 |
2177 | 2023-12-05T05:20:29.415Z | Compiling trybuild v1.0.85 |
2178 | 2023-12-05T05:20:29.681Z | Checking constant_time_eq v0.2.6 |
2179 | 2023-12-05T05:20:29.846Z | Compiling relative-path v1.9.0 |
2180 | 2023-12-05T05:20:30.054Z | Checking blake2b_simd v1.0.1 |
2181 | 2023-12-05T05:20:32.179Z | Checking tabled v0.14.0 |
2182 | 2023-12-05T05:20:32.407Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2183 | 2023-12-05T05:20:36.452Z | Checking basic-toml v0.1.4 |
2184 | 2023-12-05T05:20:38.024Z | Checking futures-timer v3.0.2 |
2185 | 2023-12-05T05:20:38.467Z | Checking constant_time_eq v0.3.0 |
2186 | 2023-12-05T05:20:38.634Z | Checking rust-argon2 v1.0.1 |
2187 | 2023-12-05T05:20:41.750Z | Checking crossbeam v0.8.2 |
2188 | 2023-12-05T05:20:41.897Z | Checking partial-io v0.5.4 |
2189 | 2023-12-05T05:20:42.498Z | Checking approx v0.5.1 |
2190 | 2023-12-05T05:20:42.823Z | Checking termios v0.3.3 |
2191 | 2023-12-05T05:20:43.122Z | Checking hex-literal v0.4.1 |
2192 | 2023-12-05T05:20:47.288Z | Checking rstest v0.18.2 |
2193 | 2023-12-05T05:20:50.633Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2194 | 2023-12-05T05:20:57.436Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2195 | 2023-12-05T05:21:58.393Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2196 | 2023-12-05T05:21:58.643Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2197 | 2023-12-05T05:22:00.150Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2198 | 2023-12-05T05:22:16.833Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2199 | 2023-12-05T05:22:38.263Z | Compiling polar-core v0.27.0 |
2200 | 2023-12-05T05:22:49.160Z | Checking oso v0.27.0 |
2201 | 2023-12-05T05:23:25.970Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2202 | 2023-12-05T05:24:48.457Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 05s |
2203 | 2023-12-05T05:24:48.678Z | |
2204 | 2023-12-05T05:24:48.679Z | real 11:04.410104693 |
2205 | 2023-12-05T05:24:48.679Z | user 1:00:35.187082592 |
2206 | 2023-12-05T05:24:48.679Z | sys 7:47.541946635 |
2207 | 2023-12-05T05:24:48.691Z | trap 2.322892057 |
2208 | 2023-12-05T05:24:48.691Z | tflt 3.414075255 |
2209 | 2023-12-05T05:24:48.691Z | dflt 4.522315905 |
2210 | 2023-12-05T05:24:48.691Z | kflt 0.019317041 |
2211 | 2023-12-05T05:24:48.691Z | lock 1:36:34.936011802 |
2212 | 2023-12-05T05:24:48.691Z | slp 3:00:15.387998944 |
2213 | 2023-12-05T05:24:48.691Z | lat 2:08.407985487 |
2214 | 2023-12-05T05:24:48.691Z | stop 4:17.168388616 |
2215 | 2023-12-05T05:24:49.817Z | warning: output filename collision. |
2216 | 2023-12-05T05:24:49.817Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2217 | 2023-12-05T05:24:49.817Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2218 | 2023-12-05T05:24:49.817Z | The targets should have unique names. |
2219 | 2023-12-05T05:24:49.817Z | This is a known bug where multiple crates with the same name use |
2220 | 2023-12-05T05:24:49.817Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2221 | 2023-12-05T05:24:49.820Z | warning: output filename collision. |
2222 | 2023-12-05T05:24:49.820Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2223 | 2023-12-05T05:24:49.822Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2224 | 2023-12-05T05:24:49.822Z | The targets should have unique names. |
2225 | 2023-12-05T05:24:49.822Z | This is a known bug where multiple crates with the same name use |
2226 | 2023-12-05T05:24:49.822Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2227 | 2023-12-05T05:24:49.822Z | warning: output filename collision. |
2228 | 2023-12-05T05:24:49.822Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2229 | 2023-12-05T05:24:49.822Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2230 | 2023-12-05T05:24:49.822Z | The targets should have unique names. |
2231 | 2023-12-05T05:24:49.822Z | This is a known bug where multiple crates with the same name use |
2232 | 2023-12-05T05:24:49.822Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2233 | 2023-12-05T05:24:50.394Z | Documenting libc v0.2.150 |
2234 | 2023-12-05T05:24:50.412Z | Documenting cfg-if v1.0.0 |
2235 | 2023-12-05T05:24:50.421Z | Documenting serde_derive v1.0.192 |
2236 | 2023-12-05T05:24:50.453Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2237 | 2023-12-05T05:24:50.457Z | Documenting log v0.4.20 |
2238 | 2023-12-05T05:24:50.457Z | Documenting scopeguard v1.2.0 |
2239 | 2023-12-05T05:24:50.487Z | Documenting itoa v1.0.9 |
2240 | 2023-12-05T05:24:50.487Z | Documenting smallvec v1.11.0 |
2241 | 2023-12-05T05:24:50.884Z | Documenting memchr v2.6.3 |
2242 | 2023-12-05T05:25:05.305Z | Documenting zeroize_derive v1.4.2 |
2243 | 2023-12-05T05:25:05.494Z | Documenting lock_api v0.4.10 |
2244 | 2023-12-05T05:25:05.494Z | Documenting pin-project-lite v0.2.13 |
2245 | 2023-12-05T05:25:05.494Z | Documenting libm v0.2.7 |
2246 | 2023-12-05T05:25:05.730Z | Documenting futures-core v0.3.29 |
2247 | 2023-12-05T05:25:05.877Z | Documenting getrandom v0.2.10 |
2248 | 2023-12-05T05:25:05.877Z | Documenting parking_lot_core v0.9.8 |
2249 | 2023-12-05T05:25:05.877Z | Documenting signal-hook-registry v1.4.1 |
2250 | 2023-12-05T05:25:05.877Z | Documenting mio v0.8.9 |
2251 | 2023-12-05T05:25:05.877Z | Documenting num-traits v0.2.16 |
2252 | 2023-12-05T05:25:05.877Z | Documenting serde v1.0.192 |
2253 | 2023-12-05T05:25:05.877Z | Documenting zeroize v1.7.0 |
2254 | 2023-12-05T05:25:05.877Z | Documenting thiserror-impl v1.0.49 |
2255 | 2023-12-05T05:25:05.877Z | Documenting rand_core v0.6.4 |
2256 | 2023-12-05T05:25:05.877Z | Documenting parking_lot v0.12.1 |
2257 | 2023-12-05T05:25:05.877Z | Documenting num_cpus v1.16.0 |
2258 | 2023-12-05T05:25:05.877Z | Documenting socket2 v0.5.5 |
2259 | 2023-12-05T05:25:07.295Z | Documenting typenum v1.16.0 |
2260 | 2023-12-05T05:25:08.004Z | Documenting tokio-macros v2.2.0 |
2261 | 2023-12-05T05:25:08.172Z | Documenting once_cell v1.18.0 |
2262 | 2023-12-05T05:25:09.334Z | Documenting subtle v2.5.0 |
2263 | 2023-12-05T05:25:09.768Z | Documenting thiserror v1.0.49 |
2264 | 2023-12-05T05:25:10.638Z | Documenting ryu v1.0.15 |
2265 | 2023-12-05T05:25:10.993Z | Documenting byteorder v1.5.0 |
2266 | 2023-12-05T05:25:14.134Z | Documenting futures-sink v0.3.29 |
2267 | 2023-12-05T05:25:14.591Z | Documenting const-oid v0.9.5 |
2268 | 2023-12-05T05:25:14.758Z | Documenting pin-utils v0.1.0 |
2269 | 2023-12-05T05:25:15.071Z | Documenting slab v0.4.9 |
2270 | 2023-12-05T05:25:15.089Z | Documenting futures-task v0.3.29 |
2271 | 2023-12-05T05:25:16.980Z | Documenting futures-macro v0.3.29 |
2272 | 2023-12-05T05:25:19.835Z | Documenting futures-channel v0.3.29 |
2273 | 2023-12-05T05:25:20.541Z | Documenting futures-io v0.3.29 |
2274 | 2023-12-05T05:25:21.435Z | Documenting iana-time-zone v0.1.57 |
2275 | 2023-12-05T05:25:22.787Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2276 | 2023-12-05T05:25:24.043Z | Documenting tinyvec_macros v0.1.1 |
2277 | 2023-12-05T05:25:24.053Z | Documenting ppv-lite86 v0.2.17 |
2278 | 2023-12-05T05:25:24.521Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2279 | 2023-12-05T05:25:26.287Z | Documenting tracing-core v0.1.31 |
2280 | 2023-12-05T05:25:26.818Z | Documenting futures-util v0.3.29 |
2281 | 2023-12-05T05:25:27.495Z | Documenting tracing-attributes v0.1.26 |
2282 | 2023-12-05T05:25:28.695Z | Documenting tinyvec v1.6.0 |
2283 | 2023-12-05T05:25:29.331Z | Documenting rand_chacha v0.3.1 |
2284 | 2023-12-05T05:25:34.313Z | Documenting unicode-normalization v0.1.22 |
2285 | 2023-12-05T05:25:36.365Z | Documenting bytes v1.5.0 |
2286 | 2023-12-05T05:25:36.375Z | Documenting bitflags v2.4.0 |
2287 | 2023-12-05T05:25:37.586Z | Documenting serde_json v1.0.108 |
2288 | 2023-12-05T05:25:38.877Z | Documenting chrono v0.4.31 |
2289 | 2023-12-05T05:25:41.137Z | Documenting uuid v1.6.1 |
2290 | 2023-12-05T05:25:42.690Z | Documenting rand v0.8.5 |
2291 | 2023-12-05T05:25:42.781Z | Documenting fnv v1.0.7 |
2292 | 2023-12-05T05:25:43.587Z | Documenting tokio v1.34.0 |
2293 | 2023-12-05T05:25:45.844Z | Documenting base64 v0.21.5 |
2294 | 2023-12-05T05:25:48.084Z | Documenting lazy_static v1.4.0 |
2295 | 2023-12-05T05:25:48.172Z | Documenting unicode-bidi v0.3.13 |
2296 | 2023-12-05T05:25:48.811Z | Documenting http v0.2.11 |
2297 | 2023-12-05T05:25:50.650Z | Documenting percent-encoding v2.3.1 |
2298 | 2023-12-05T05:25:52.156Z | Documenting spin v0.9.8 |
2299 | 2023-12-05T05:25:52.434Z | Documenting cpufeatures v0.2.9 |
2300 | 2023-12-05T05:25:52.655Z | Documenting generic-array v0.14.7 |
2301 | 2023-12-05T05:25:54.535Z | Documenting serde_derive_internals v0.26.0 |
2302 | 2023-12-05T05:25:56.483Z | Checking serde_derive_internals v0.26.0 |
2303 | 2023-12-05T05:25:56.580Z | Documenting dyn-clone v1.0.13 |
2304 | 2023-12-05T05:25:56.833Z | Documenting form_urlencoded v1.2.1 |
2305 | 2023-12-05T05:25:56.850Z | Documenting tracing v0.1.37 |
2306 | 2023-12-05T05:25:57.427Z | Documenting idna v0.5.0 |
2307 | 2023-12-05T05:25:57.535Z | Documenting errno v0.3.2 |
2308 | 2023-12-05T05:25:59.202Z | Documenting crypto-common v0.1.6 |
2309 | 2023-12-05T05:26:00.377Z | Documenting block-buffer v0.10.4 |
2310 | 2023-12-05T05:26:01.102Z | Documenting httparse v1.8.0 |
2311 | 2023-12-05T05:26:02.558Z | Documenting schemars_derive v0.8.13 |
2312 | 2023-12-05T05:26:02.914Z | Documenting adler v1.0.2 |
2313 | 2023-12-05T05:26:03.394Z | Documenting rustix v0.38.25 |
2314 | 2023-12-05T05:26:03.660Z | Documenting url v2.5.0 |
2315 | 2023-12-05T05:26:06.207Z | Documenting unicode-ident v1.0.12 |
2316 | 2023-12-05T05:26:06.981Z | Documenting digest v0.10.7 |
2317 | 2023-12-05T05:26:07.057Z | Documenting miniz_oxide v0.7.1 |
2318 | 2023-12-05T05:26:07.379Z | Documenting base64ct v1.6.0 |
2319 | 2023-12-05T05:26:10.124Z | Documenting untrusted v0.9.0 |
2320 | 2023-12-05T05:26:10.349Z | Documenting proc-macro2 v1.0.69 |
2321 | 2023-12-05T05:26:12.154Z | Documenting schemars v0.8.13 |
2322 | 2023-12-05T05:26:12.154Z | Documenting try-lock v0.2.4 |
2323 | 2023-12-05T05:26:13.408Z | Documenting httpdate v1.0.3 |
2324 | 2023-12-05T05:26:13.743Z | Documenting openssl-probe v0.1.5 |
2325 | 2023-12-05T05:26:14.629Z | Documenting ring v0.17.5 |
2326 | 2023-12-05T05:26:16.712Z | Documenting want v0.3.1 |
2327 | 2023-12-05T05:26:16.948Z | Documenting http-body v0.4.5 |
2328 | 2023-12-05T05:26:17.000Z | Documenting quote v1.0.33 |
2329 | 2023-12-05T05:26:19.209Z | Documenting openssl-sys v0.9.96 |
2330 | 2023-12-05T05:26:19.550Z | Documenting async-trait v0.1.74 |
2331 | 2023-12-05T05:26:20.409Z | Documenting openssl-macros v0.1.1 |
2332 | 2023-12-05T05:26:22.294Z | Documenting mime v0.3.17 |
2333 | 2023-12-05T05:26:22.655Z | Documenting tower-service v0.3.2 |
2334 | 2023-12-05T05:26:23.323Z | Documenting rustls-webpki v0.101.7 |
2335 | 2023-12-05T05:26:23.373Z | Documenting pem-rfc7468 v0.7.0 |
2336 | 2023-12-05T05:26:26.734Z | Documenting aho-corasick v1.0.4 |
2337 | 2023-12-05T05:26:26.795Z | Documenting tokio-util v0.7.10 |
2338 | 2023-12-05T05:26:27.074Z | Documenting sct v0.7.0 |
2339 | 2023-12-05T05:26:28.349Z | Documenting slog v2.7.0 |
2340 | 2023-12-05T05:26:28.780Z | Documenting openssl v0.10.60 |
2341 | 2023-12-05T05:26:28.828Z | Documenting der_derive v0.7.2 |
2342 | 2023-12-05T05:26:29.811Z | Documenting equivalent v1.0.1 |
2343 | 2023-12-05T05:26:29.832Z | Documenting regex-syntax v0.8.2 |
2344 | 2023-12-05T05:26:32.717Z | Documenting unicode-width v0.1.11 |
2345 | 2023-12-05T05:26:34.158Z | Documenting ipnet v2.8.0 |
2346 | 2023-12-05T05:26:34.486Z | Documenting flagset v0.4.3 |
2347 | 2023-12-05T05:26:34.836Z | Documenting hashbrown v0.14.2 |
2348 | 2023-12-05T05:26:35.561Z | Documenting h2 v0.3.21 |
2349 | 2023-12-05T05:26:36.678Z | Documenting rustls v0.21.9 |
2350 | 2023-12-05T05:26:36.988Z | Documenting rustls-pemfile v1.0.3 |
2351 | 2023-12-05T05:26:38.582Z | Documenting der v0.7.8 |
2352 | 2023-12-05T05:26:40.269Z | Documenting num-integer v0.1.45 |
2353 | 2023-12-05T05:26:40.496Z | Documenting regex-automata v0.4.3 |
2354 | 2023-12-05T05:26:40.977Z | Documenting time-macros v0.2.13 |
2355 | 2023-12-05T05:26:41.293Z | Documenting indexmap v2.1.0 |
2356 | 2023-12-05T05:26:42.655Z | Documenting gimli v0.28.0 |
2357 | 2023-12-05T05:26:46.159Z | Documenting utf8parse v0.2.1 |
2358 | 2023-12-05T05:26:46.308Z | Documenting deranged v0.3.8 |
2359 | 2023-12-05T05:26:48.189Z | Documenting num_threads v0.1.6 |
2360 | 2023-12-05T05:26:48.241Z | Documenting time-core v0.1.1 |
2361 | 2023-12-05T05:26:49.451Z | Documenting tokio-rustls v0.24.1 |
2362 | 2023-12-05T05:26:50.298Z | Documenting spki v0.7.2 |
2363 | 2023-12-05T05:26:51.031Z | Documenting hyper v0.14.27 |
2364 | 2023-12-05T05:26:52.307Z | Documenting addr2line v0.21.0 |
2365 | 2023-12-05T05:26:52.555Z | Documenting native-tls v0.2.11 |
2366 | 2023-12-05T05:26:53.177Z | Documenting zerocopy v0.6.4 |
2367 | 2023-12-05T05:26:54.039Z | Documenting regex v1.10.2 |
2368 | 2023-12-05T05:26:54.061Z | Documenting time v0.3.27 |
2369 | 2023-12-05T05:26:57.182Z | Documenting object v0.32.1 |
2370 | 2023-12-05T05:26:57.835Z | Documenting encoding_rs v0.8.33 |
2371 | 2023-12-05T05:26:58.596Z | Documenting crossbeam-utils v0.8.16 |
2372 | 2023-12-05T05:26:59.755Z | Checking pest_meta v2.7.2 |
2373 | 2023-12-05T05:26:59.834Z | Documenting rustc-demangle v0.1.23 |
2374 | 2023-12-05T05:27:01.314Z | Documenting tokio-native-tls v0.3.1 |
2375 | 2023-12-05T05:27:01.932Z | Documenting rustls-native-certs v0.6.3 |
2376 | 2023-12-05T05:27:01.951Z | Documenting serde_urlencoded v0.7.1 |
2377 | 2023-12-05T05:27:04.224Z | Documenting pest_meta v2.7.2 |
2378 | 2023-12-05T05:27:04.723Z | Checking pest_generator v2.7.2 |
2379 | 2023-12-05T05:27:04.870Z | Documenting pkcs8 v0.10.2 |
2380 | 2023-12-05T05:27:05.969Z | Documenting anstyle v1.0.2 |
2381 | 2023-12-05T05:27:07.489Z | Documenting data-encoding v2.4.0 |
2382 | 2023-12-05T05:27:08.103Z | Documenting ucd-trie v0.1.6 |
2383 | 2023-12-05T05:27:09.237Z | Documenting webpki-roots v0.25.2 |
2384 | 2023-12-05T05:27:09.731Z | Documenting hyper-rustls v0.24.2 |
2385 | 2023-12-05T05:27:10.179Z | Documenting pest_generator v2.7.2 |
2386 | 2023-12-05T05:27:11.398Z | Documenting hyper-tls v0.5.0 |
2387 | 2023-12-05T05:27:11.563Z | Documenting anstyle-parse v0.2.1 |
2388 | 2023-12-05T05:27:13.877Z | Documenting syn v2.0.32 |
2389 | 2023-12-05T05:27:14.378Z | Documenting pest v2.7.2 |
2390 | 2023-12-05T05:27:15.454Z | Documenting ipnetwork v0.20.0 |
2391 | 2023-12-05T05:27:16.267Z | Documenting backtrace v0.3.69 |
2392 | 2023-12-05T05:27:16.562Z | Documenting sha2 v0.10.8 |
2393 | 2023-12-05T05:27:17.352Z | Documenting pest_derive v2.7.2 |
2394 | 2023-12-05T05:27:20.662Z | Documenting futures-executor v0.3.29 |
2395 | 2023-12-05T05:27:21.935Z | Documenting reqwest v0.11.22 |
2396 | 2023-12-05T05:27:22.549Z | Documenting hex v0.4.3 |
2397 | 2023-12-05T05:27:23.579Z | Documenting crc32fast v1.3.2 |
2398 | 2023-12-05T05:27:23.737Z | Checking serde_tokenstream v0.1.7 |
2399 | 2023-12-05T05:27:23.808Z | Documenting anstyle-query v1.0.0 |
2400 | 2023-12-05T05:27:24.271Z | Documenting colorchoice v1.0.0 |
2401 | 2023-12-05T05:27:24.587Z | Documenting anyhow v1.0.75 |
2402 | 2023-12-05T05:27:26.876Z | Documenting dtrace-parser v0.1.14 |
2403 | 2023-12-05T05:27:28.329Z | Documenting openapiv3 v2.0.0-rc.1 |
2404 | 2023-12-05T05:27:28.590Z | Documenting num-iter v0.1.43 |
2405 | 2023-12-05T05:27:28.982Z | Documenting hmac v0.12.1 |
2406 | 2023-12-05T05:27:29.238Z | Documenting anstream v0.5.0 |
2407 | 2023-12-05T05:27:32.464Z | Documenting dof v0.1.5 |
2408 | 2023-12-05T05:27:32.543Z | Documenting signal-hook v0.3.17 |
2409 | 2023-12-05T05:27:34.700Z | Documenting thread-id v4.2.0 |
2410 | 2023-12-05T05:27:35.016Z | Documenting terminal_size v0.2.6 |
2411 | 2023-12-05T05:27:36.275Z | Documenting memoffset v0.9.0 |
2412 | 2023-12-05T05:27:37.250Z | Documenting strsim v0.10.0 |
2413 | 2023-12-05T05:27:38.575Z | Documenting clap_lex v0.5.1 |
2414 | 2023-12-05T05:27:38.618Z | Documenting flate2 v1.0.28 |
2415 | 2023-12-05T05:27:39.264Z | Documenting futures v0.3.29 |
2416 | 2023-12-05T05:27:40.361Z | Documenting usdt-impl v0.3.5 |
2417 | 2023-12-05T05:27:40.447Z | Documenting crossbeam-epoch v0.9.15 |
2418 | 2023-12-05T05:27:41.381Z | Documenting usdt-attr-macro v0.3.5 |
2419 | 2023-12-05T05:27:43.143Z | Documenting usdt-macro v0.3.5 |
2420 | 2023-12-05T05:27:43.549Z | Documenting clap_derive v4.4.2 |
2421 | 2023-12-05T05:27:44.725Z | Documenting clap_builder v4.4.2 |
2422 | 2023-12-05T05:27:45.939Z | Documenting signal-hook-mio v0.2.3 |
2423 | 2023-12-05T05:27:46.508Z | Documenting block-padding v0.3.3 |
2424 | 2023-12-05T05:27:48.534Z | Documenting hash32 v0.2.1 |
2425 | 2023-12-05T05:27:49.008Z | Documenting scheduled-thread-pool v0.2.7 |
2426 | 2023-12-05T05:27:51.224Z | Documenting usdt v0.3.5 |
2427 | 2023-12-05T05:27:51.495Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2428 | 2023-12-05T05:27:51.888Z | Documenting enum-as-inner v0.5.1 |
2429 | 2023-12-05T05:27:52.092Z | Documenting pin-project-internal v1.1.3 |
2430 | 2023-12-05T05:27:52.662Z | Documenting diesel_table_macro_syntax v0.1.0 |
2431 | 2023-12-05T05:27:54.554Z | Documenting clap v4.4.3 |
2432 | 2023-12-05T05:27:54.691Z | Checking diesel_table_macro_syntax v0.1.0 |
2433 | 2023-12-05T05:27:54.850Z | Documenting stable_deref_trait v1.2.0 |
2434 | 2023-12-05T05:27:54.938Z | Documenting unicode-segmentation v1.10.1 |
2435 | 2023-12-05T05:27:57.227Z | Documenting bzip2 v0.4.4 |
2436 | 2023-12-05T05:27:58.621Z | Documenting r2d2 v0.8.10 |
2437 | 2023-12-05T05:27:58.977Z | Documenting heapless v0.7.16 |
2438 | 2023-12-05T05:27:59.134Z | Documenting trust-dns-proto v0.22.0 |
2439 | 2023-12-05T05:27:59.359Z | Documenting pin-project v1.1.3 |
2440 | 2023-12-05T05:27:59.459Z | Documenting diesel_derives v2.1.2 |
2441 | 2023-12-05T05:28:00.034Z | Documenting inout v0.1.3 |
2442 | 2023-12-05T05:28:01.839Z | Documenting crossterm v0.27.0 |
2443 | 2023-12-05T05:28:03.364Z | Documenting md-5 v0.10.5 |
2444 | 2023-12-05T05:28:03.650Z | Documenting stringprep v0.1.3 |
2445 | 2023-12-05T05:28:04.840Z | Documenting serde_spanned v0.6.4 |
2446 | 2023-12-05T05:28:06.297Z | Documenting toml_datetime v0.6.5 |
2447 | 2023-12-05T05:28:06.461Z | Documenting ff v0.13.0 |
2448 | 2023-12-05T05:28:09.449Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2449 | 2023-12-05T05:28:10.309Z | Documenting doc-comment v0.3.3 |
2450 | 2023-12-05T05:28:10.377Z | Documenting snafu-derive v0.7.5 |
2451 | 2023-12-05T05:28:10.475Z | Documenting base16ct v0.2.0 |
2452 | 2023-12-05T05:28:10.667Z | Documenting siphasher v0.3.11 |
2453 | 2023-12-05T05:28:12.110Z | Documenting either v1.9.0 |
2454 | 2023-12-05T05:28:12.648Z | Documenting fallible-iterator v0.2.0 |
2455 | 2023-12-05T05:28:13.403Z | Documenting managed v0.8.0 |
2456 | 2023-12-05T05:28:14.394Z | Documenting static_assertions v1.1.0 |
2457 | 2023-12-05T05:28:15.017Z | Documenting bit-vec v0.6.3 |
2458 | 2023-12-05T05:28:15.267Z | Documenting winnow v0.5.15 |
2459 | 2023-12-05T05:28:15.359Z | Documenting sec1 v0.7.3 |
2460 | 2023-12-05T05:28:18.230Z | Documenting diesel v2.1.4 |
2461 | 2023-12-05T05:28:18.503Z | Documenting smoltcp v0.9.1 |
2462 | 2023-12-05T05:28:18.840Z | Documenting phf_shared v0.11.2 |
2463 | 2023-12-05T05:28:19.833Z | Documenting postgres-protocol v0.6.6 |
2464 | 2023-12-05T05:28:34.286Z | Documenting group v0.13.0 |
2465 | 2023-12-05T05:28:34.326Z | Documenting snafu v0.7.5 |
2466 | 2023-12-05T05:28:34.327Z | Documenting toml_edit v0.21.0 |
2467 | 2023-12-05T05:28:34.327Z | Documenting cipher v0.4.4 |
2468 | 2023-12-05T05:28:34.327Z | Documenting zip v0.6.6 |
2469 | 2023-12-05T05:28:34.327Z | Documenting hkdf v0.12.3 |
2470 | 2023-12-05T05:28:34.327Z | Documenting num-bigint v0.4.4 |
2471 | 2023-12-05T05:28:34.327Z | Documenting crypto-bigint v0.5.2 |
2472 | 2023-12-05T05:28:34.327Z | Documenting hubpack v0.1.2 |
2473 | 2023-12-05T05:28:34.327Z | Documenting regress v0.7.1 |
2474 | 2023-12-05T05:28:34.327Z | Documenting bstr v1.6.0 |
2475 | 2023-12-05T05:28:34.327Z | Documenting serde_repr v0.1.16 |
2476 | 2023-12-05T05:28:34.599Z | Documenting precomputed-hash v0.1.1 |
2477 | 2023-12-05T05:28:36.305Z | Documenting lalrpop-util v0.19.12 |
2478 | 2023-12-05T05:28:37.882Z | Documenting new_debug_unreachable v1.0.4 |
2479 | 2023-12-05T05:28:40.019Z | Documenting fixedbitset v0.4.2 |
2480 | 2023-12-05T05:28:40.237Z | Documenting yasna v0.5.2 |
2481 | 2023-12-05T05:28:40.608Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2482 | 2023-12-05T05:28:40.647Z | Documenting elliptic-curve v0.13.8 |
2483 | 2023-12-05T05:28:41.793Z | Documenting postgres-types v0.2.6 |
2484 | 2023-12-05T05:28:42.408Z | Documenting string_cache v0.8.7 |
2485 | 2023-12-05T05:28:42.788Z | Documenting phf v0.11.2 |
2486 | 2023-12-05T05:28:44.871Z | Documenting petgraph v0.6.4 |
2487 | 2023-12-05T05:28:48.718Z | Documenting console v0.15.7 |
2488 | 2023-12-05T05:28:48.971Z | Documenting semver v1.0.20 |
2489 | 2023-12-05T05:28:49.593Z | Documenting float-cmp v0.9.0 |
2490 | 2023-12-05T05:28:50.946Z | Documenting predicates-core v1.0.6 |
2491 | 2023-12-05T05:29:05.694Z | Checking unsafe-libyaml v0.2.9 |
2492 | 2023-12-05T05:29:05.741Z | Documenting heck v0.4.1 |
2493 | 2023-12-05T05:29:05.741Z | Documenting whoami v1.4.1 |
2494 | 2023-12-05T05:29:05.741Z | Documenting difflib v0.4.0 |
2495 | 2023-12-05T05:29:05.741Z | Documenting normalize-line-endings v0.3.0 |
2496 | 2023-12-05T05:29:05.741Z | Documenting bit-set v0.5.3 |
2497 | 2023-12-05T05:29:06.482Z | Documenting similar v2.2.1 |
2498 | 2023-12-05T05:29:06.482Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2499 | 2023-12-05T05:29:06.482Z | Documenting tokio-stream v0.1.14 |
2500 | 2023-12-05T05:29:06.482Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2501 | 2023-12-05T05:29:06.536Z | Documenting tokio-postgres v0.7.10 |
2502 | 2023-12-05T05:29:06.536Z | Documenting unsafe-libyaml v0.2.9 |
2503 | 2023-12-05T05:29:06.536Z | Documenting predicates v3.0.4 |
2504 | 2023-12-05T05:29:06.536Z | Checking ident_case v1.0.1 |
2505 | 2023-12-05T05:29:06.536Z | Checking serde_yaml v0.9.25 |
2506 | 2023-12-05T05:29:06.538Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2507 | 2023-12-05T05:29:06.538Z | Documenting getopts v0.2.21 |
2508 | 2023-12-05T05:29:06.538Z | Documenting match_cfg v0.1.0 |
2509 | 2023-12-05T05:29:06.768Z | Documenting serde_yaml v0.9.25 |
2510 | 2023-12-05T05:29:07.622Z | Documenting sha1 v0.10.6 |
2511 | 2023-12-05T05:29:09.080Z | Documenting dirs-sys-next v0.1.2 |
2512 | 2023-12-05T05:29:09.702Z | Documenting hostname v0.3.1 |
2513 | 2023-12-05T05:29:10.633Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2514 | 2023-12-05T05:29:11.415Z | Documenting thread_local v1.1.7 |
2515 | 2023-12-05T05:29:12.898Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2516 | 2023-12-05T05:29:14.886Z | Documenting paste v1.0.14 |
2517 | 2023-12-05T05:29:15.011Z | Documenting dirs-next v2.0.0 |
2518 | 2023-12-05T05:29:15.191Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2519 | 2023-12-05T05:29:15.526Z | Documenting crossbeam-channel v0.5.8 |
2520 | 2023-12-05T05:29:15.537Z | Documenting atty v0.2.14 |
2521 | 2023-12-05T05:29:17.641Z | Documenting take_mut v0.2.2 |
2522 | 2023-12-05T05:29:18.272Z | Documenting slog-json v2.6.1 |
2523 | 2023-12-05T05:29:20.285Z | Documenting camino v1.1.6 |
2524 | 2023-12-05T05:29:20.600Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2525 | 2023-12-05T05:29:21.211Z | Documenting term v0.7.0 |
2526 | 2023-12-05T05:29:21.214Z | Documenting async-stream-impl v0.3.5 |
2527 | 2023-12-05T05:29:21.798Z | Documenting atomic-waker v1.1.1 |
2528 | 2023-12-05T05:29:23.155Z | Documenting slog-async v2.8.0 |
2529 | 2023-12-05T05:29:25.096Z | Documenting debug-ignore v1.0.5 |
2530 | 2023-12-05T05:29:25.972Z | Documenting waitgroup v0.1.2 |
2531 | 2023-12-05T05:29:26.713Z | Documenting slog-term v2.9.0 |
2532 | 2023-12-05T05:29:26.935Z | Documenting slog-bunyan v2.4.0 |
2533 | 2023-12-05T05:29:27.339Z | Checking darling_core v0.20.3 |
2534 | 2023-12-05T05:29:27.668Z | Documenting async-stream v0.3.5 |
2535 | 2023-12-05T05:29:28.826Z | Documenting toml v0.8.8 |
2536 | 2023-12-05T05:29:29.291Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2537 | 2023-12-05T05:29:30.319Z | Documenting multer v2.1.0 |
2538 | 2023-12-05T05:29:31.567Z | Documenting serde_path_to_error v0.1.14 |
2539 | 2023-12-05T05:29:32.466Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2540 | 2023-12-05T05:29:33.155Z | Documenting strum v0.25.0 |
2541 | 2023-12-05T05:29:33.431Z | Checking darling v0.20.3 |
2542 | 2023-12-05T05:29:33.561Z | Documenting serde_with_macros v2.3.3 |
2543 | 2023-12-05T05:29:33.579Z | Documenting structmeta-derive v0.2.0 |
2544 | 2023-12-05T05:29:36.076Z | Checking structmeta v0.2.0 |
2545 | 2023-12-05T05:29:36.407Z | Documenting instant v0.1.12 |
2546 | 2023-12-05T05:29:37.258Z | Checking regex-syntax v0.7.5 |
2547 | 2023-12-05T05:29:37.884Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2548 | 2023-12-05T05:29:40.091Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2549 | 2023-12-05T05:29:40.091Z | Documenting macaddr v1.0.1 |
2550 | 2023-12-05T05:29:41.347Z | Documenting structmeta v0.2.0 |
2551 | 2023-12-05T05:29:41.690Z | Documenting serde_with v2.3.3 |
2552 | 2023-12-05T05:29:41.822Z | Documenting backoff v0.4.0 |
2553 | 2023-12-05T05:29:42.497Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2554 | 2023-12-05T05:29:44.060Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2555 | 2023-12-05T05:29:44.486Z | Documenting fastrand v2.0.0 |
2556 | 2023-12-05T05:29:48.058Z | Documenting parse-display-derive v0.8.2 |
2557 | 2023-12-05T05:29:48.170Z | Documenting is-terminal v0.4.9 |
2558 | 2023-12-05T05:29:49.088Z | Documenting proc-macro-crate v1.3.1 |
2559 | 2023-12-05T05:29:49.104Z | Checking proc-macro-crate v1.3.1 |
2560 | 2023-12-05T05:29:49.426Z | Documenting proc-macro-error-attr v1.0.4 |
2561 | 2023-12-05T05:29:50.159Z | Checking proc-macro-error v1.0.4 |
2562 | 2023-12-05T05:29:50.577Z | Documenting postcard-cobs v0.1.5-pre |
2563 | 2023-12-05T05:29:50.686Z | Documenting tempfile v3.8.1 |
2564 | 2023-12-05T05:29:53.035Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2565 | 2023-12-05T05:29:54.960Z | Documenting postcard v0.7.3 |
2566 | 2023-12-05T05:29:55.210Z | Documenting proc-macro-error v1.0.4 |
2567 | 2023-12-05T05:29:55.382Z | Documenting foreign-types-macros v0.2.3 |
2568 | 2023-12-05T05:29:55.609Z | Documenting num_enum_derive v0.5.11 |
2569 | 2023-12-05T05:29:56.193Z | Documenting parse-display v0.8.2 |
2570 | 2023-12-05T05:29:57.395Z | Documenting camino-tempfile v1.1.1 |
2571 | 2023-12-05T05:30:00.485Z | Documenting foreign-types-shared v0.3.1 |
2572 | 2023-12-05T05:30:01.318Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2573 | 2023-12-05T05:30:01.645Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2574 | 2023-12-05T05:30:02.265Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2575 | 2023-12-05T05:30:02.270Z | Documenting crucible-workspace-hack v0.1.0 |
2576 | 2023-12-05T05:30:02.270Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2577 | 2023-12-05T05:30:02.455Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2578 | 2023-12-05T05:30:03.793Z | Documenting num_enum v0.5.11 |
2579 | 2023-12-05T05:30:03.967Z | Documenting foreign-types v0.5.0 |
2580 | 2023-12-05T05:30:04.315Z | Documenting cstr-argument v0.1.2 |
2581 | 2023-12-05T05:30:05.619Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2582 | 2023-12-05T05:30:07.413Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2583 | 2023-12-05T05:30:08.008Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2584 | 2023-12-05T05:30:08.214Z | Documenting colored v2.0.4 |
2585 | 2023-12-05T05:30:09.282Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2586 | 2023-12-05T05:30:10.067Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2587 | 2023-12-05T05:30:10.507Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2588 | 2023-12-05T05:30:11.428Z | Documenting zone_cfg_derive v0.3.0 |
2589 | 2023-12-05T05:30:13.837Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2590 | 2023-12-05T05:30:14.442Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2591 | 2023-12-05T05:30:15.142Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2592 | 2023-12-05T05:30:15.309Z | Documenting num-derive v0.4.0 |
2593 | 2023-12-05T05:30:16.300Z | Documenting smf v0.2.2 |
2594 | 2023-12-05T05:30:16.922Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2595 | 2023-12-05T05:30:18.866Z | Documenting linked-hash-map v0.5.6 |
2596 | 2023-12-05T05:30:19.091Z | Documenting zone v0.3.0 |
2597 | 2023-12-05T05:30:19.718Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2598 | 2023-12-05T05:30:20.859Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2599 | 2023-12-05T05:30:22.104Z | Documenting blake2 v0.10.6 |
2600 | 2023-12-05T05:30:22.391Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2601 | 2023-12-05T05:30:24.594Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2602 | 2023-12-05T05:30:25.258Z | Documenting lru-cache v0.1.2 |
2603 | 2023-12-05T05:30:26.640Z | Documenting password-hash v0.5.0 |
2604 | 2023-12-05T05:30:26.885Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2605 | 2023-12-05T05:30:27.936Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2606 | 2023-12-05T05:30:28.393Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2607 | 2023-12-05T05:30:28.737Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2608 | 2023-12-05T05:30:29.033Z | Checking heck v0.3.3 |
2609 | 2023-12-05T05:30:29.270Z | Documenting structopt-derive v0.4.18 |
2610 | 2023-12-05T05:30:29.306Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2611 | 2023-12-05T05:30:29.590Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2612 | 2023-12-05T05:30:31.020Z | Documenting libefi-sys v0.1.0 |
2613 | 2023-12-05T05:30:32.786Z | Documenting argon2 v0.5.2 |
2614 | 2023-12-05T05:30:33.764Z | Documenting quick-error v1.2.3 |
2615 | 2023-12-05T05:30:34.789Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2616 | 2023-12-05T05:30:36.906Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2617 | 2023-12-05T05:30:37.250Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2618 | 2023-12-05T05:30:37.313Z | Documenting structopt v0.3.26 |
2619 | 2023-12-05T05:30:39.281Z | Documenting resolv-conf v0.7.0 |
2620 | 2023-12-05T05:30:40.644Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2621 | 2023-12-05T05:30:41.937Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2622 | 2023-12-05T05:30:42.789Z | Documenting cancel-safe-futures v0.1.5 |
2623 | 2023-12-05T05:30:43.589Z | Checking convert_case v0.4.0 |
2624 | 2023-12-05T05:30:43.719Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2625 | 2023-12-05T05:30:43.900Z | Documenting convert_case v0.4.0 |
2626 | 2023-12-05T05:30:44.525Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2627 | 2023-12-05T05:30:45.283Z | Documenting arc-swap v1.6.0 |
2628 | 2023-12-05T05:30:45.419Z | Documenting trust-dns-resolver v0.22.0 |
2629 | 2023-12-05T05:30:45.714Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2630 | 2023-12-05T05:30:49.518Z | Documenting derive_more v0.99.17 |
2631 | 2023-12-05T05:30:50.556Z | Documenting tap v1.0.1 |
2632 | 2023-12-05T05:30:50.715Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2633 | 2023-12-05T05:30:50.971Z | Documenting num-rational v0.4.1 |
2634 | 2023-12-05T05:30:51.274Z | Documenting slog-scope v4.4.0 |
2635 | 2023-12-05T05:30:52.704Z | Documenting radium v0.7.0 |
2636 | 2023-12-05T05:30:54.649Z | Documenting wyz v0.5.1 |
2637 | 2023-12-05T05:30:56.803Z | Documenting num-complex v0.4.4 |
2638 | 2023-12-05T05:30:57.116Z | Documenting funty v2.0.0 |
2639 | 2023-12-05T05:30:57.602Z | Documenting crc-catalog v2.2.0 |
2640 | 2023-12-05T05:30:58.193Z | Documenting half v1.8.2 |
2641 | 2023-12-05T05:30:59.194Z | Documenting ciborium-io v0.2.1 |
2642 | 2023-12-05T05:30:59.541Z | Documenting slog-stdlog v4.1.1 |
2643 | 2023-12-05T05:31:01.047Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2644 | 2023-12-05T05:31:01.896Z | Documenting bitvec v1.0.1 |
2645 | 2023-12-05T05:31:02.062Z | Documenting crc v3.0.1 |
2646 | 2023-12-05T05:31:02.671Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2647 | 2023-12-05T05:31:02.898Z | Documenting slog-dtrace v0.2.3 |
2648 | 2023-12-05T05:31:03.946Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2649 | 2023-12-05T05:31:04.527Z | Documenting num v0.4.1 |
2650 | 2023-12-05T05:31:04.811Z | Documenting ciborium-ll v0.2.1 |
2651 | 2023-12-05T05:31:05.504Z | Documenting xattr v1.0.1 |
2652 | 2023-12-05T05:31:06.384Z | Documenting filetime v0.2.22 |
2653 | 2023-12-05T05:31:08.328Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2654 | 2023-12-05T05:31:10.169Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2655 | 2023-12-05T05:31:11.039Z | Documenting packed_struct_codegen v0.10.1 |
2656 | 2023-12-05T05:31:11.630Z | Documenting keccak v0.1.4 |
2657 | 2023-12-05T05:31:12.284Z | Documenting nodrop v0.1.14 |
2658 | 2023-12-05T05:31:12.906Z | Documenting tar v0.4.40 |
2659 | 2023-12-05T05:31:13.201Z | Documenting ciborium v0.2.1 |
2660 | 2023-12-05T05:31:15.851Z | Documenting sha3 v0.10.8 |
2661 | 2023-12-05T05:31:16.576Z | Documenting array-init v0.0.4 |
2662 | 2023-12-05T05:31:17.391Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2663 | 2023-12-05T05:31:18.073Z | Documenting slog-envlogger v2.2.0 |
2664 | 2023-12-05T05:31:19.224Z | Documenting num-bigint-dig v0.8.4 |
2665 | 2023-12-05T05:31:19.512Z | Documenting packed_struct v0.10.1 |
2666 | 2023-12-05T05:31:19.977Z | Documenting pkcs1 v0.7.5 |
2667 | 2023-12-05T05:31:21.429Z | Documenting signature v2.1.0 |
2668 | 2023-12-05T05:31:23.499Z | Documenting fxhash v0.2.1 |
2669 | 2023-12-05T05:31:26.264Z | Documenting secrecy v0.8.0 |
2670 | 2023-12-05T05:31:26.710Z | Documenting utf-8 v0.7.6 |
2671 | 2023-12-05T05:31:28.876Z | Documenting bitfield v0.14.0 |
2672 | 2023-12-05T05:31:28.916Z | Documenting termcolor v1.2.0 |
2673 | 2023-12-05T05:31:29.107Z | Documenting swrite v0.1.0 |
2674 | 2023-12-05T05:31:32.349Z | Documenting tungstenite v0.20.1 |
2675 | 2023-12-05T05:31:32.594Z | Documenting rsa v0.9.2 |
2676 | 2023-12-05T05:31:32.984Z | Documenting serde-hex v0.1.0 |
2677 | 2023-12-05T05:31:33.274Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2678 | 2023-12-05T05:31:34.655Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2679 | 2023-12-05T05:31:35.526Z | Documenting env_logger v0.10.0 |
2680 | 2023-12-05T05:31:39.561Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2681 | 2023-12-05T05:31:40.330Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2682 | 2023-12-05T05:31:42.305Z | Documenting newtype_derive v0.1.6 |
2683 | 2023-12-05T05:31:42.320Z | Documenting x509-cert v0.2.4 |
2684 | 2023-12-05T05:31:42.446Z | Documenting libsw v3.3.0 |
2685 | 2023-12-05T05:31:43.826Z | Documenting pem v3.0.2 |
2686 | 2023-12-05T05:31:45.614Z | Documenting ron v0.8.1 |
2687 | 2023-12-05T05:31:46.997Z | Documenting derive-where v1.2.5 |
2688 | 2023-12-05T05:31:48.220Z | Documenting crc-any v2.4.3 |
2689 | 2023-12-05T05:31:49.580Z | Documenting owo-colors v3.5.0 |
2690 | 2023-12-05T05:31:49.817Z | Documenting linear-map v1.2.0 |
2691 | 2023-12-05T05:31:51.180Z | Documenting steno v0.4.0 |
2692 | 2023-12-05T05:31:52.421Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2693 | 2023-12-05T05:31:52.974Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2694 | 2023-12-05T05:31:56.492Z | Documenting tokio-tungstenite v0.20.1 |
2695 | 2023-12-05T05:31:56.584Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2696 | 2023-12-05T05:31:56.830Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2697 | 2023-12-05T05:31:57.449Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2698 | 2023-12-05T05:31:59.842Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2699 | 2023-12-05T05:32:06.460Z | Documenting itertools v0.12.0 |
2700 | 2023-12-05T05:32:06.995Z | Documenting nibble_vec v0.1.0 |
2701 | 2023-12-05T05:32:07.984Z | Documenting path-slash v0.1.5 |
2702 | 2023-12-05T05:32:08.914Z | Documenting glob v0.3.1 |
2703 | 2023-12-05T05:32:12.958Z | Documenting endian-type v0.1.2 |
2704 | 2023-12-05T05:32:13.265Z | Documenting same-file v1.0.6 |
2705 | 2023-12-05T05:32:13.663Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2706 | 2023-12-05T05:32:15.242Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2707 | 2023-12-05T05:32:18.040Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2708 | 2023-12-05T05:32:18.908Z | Documenting radix_trie v0.2.1 |
2709 | 2023-12-05T05:32:19.567Z | Documenting walkdir v2.4.0 |
2710 | 2023-12-05T05:32:25.054Z | Documenting buf-list v1.0.3 |
2711 | 2023-12-05T05:32:25.107Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2712 | 2023-12-05T05:32:25.509Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2713 | 2023-12-05T05:32:25.842Z | Checking darling_core v0.14.4 |
2714 | 2023-12-05T05:32:26.193Z | Documenting trust-dns-client v0.22.0 |
2715 | 2023-12-05T05:32:28.374Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2716 | 2023-12-05T05:32:28.749Z | Checking darling v0.14.4 |
2717 | 2023-12-05T05:32:32.493Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2718 | 2023-12-05T05:32:33.194Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2719 | 2023-12-05T05:32:34.934Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2720 | 2023-12-05T05:32:35.372Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2721 | 2023-12-05T05:32:39.317Z | Documenting trust-dns-server v0.22.1 |
2722 | 2023-12-05T05:32:43.324Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2723 | 2023-12-05T05:32:43.758Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2724 | 2023-12-05T05:32:45.638Z | Documenting sled v0.34.7 |
2725 | 2023-12-05T05:32:45.688Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2023-12-05T05:32:47.186Z | Documenting unicase v2.7.0 |
2727 | 2023-12-05T05:32:47.195Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2728 | 2023-12-05T05:32:47.215Z | Documenting globset v0.4.13 |
2729 | 2023-12-05T05:32:49.932Z | Documenting crossbeam-deque v0.8.3 |
2730 | 2023-12-05T05:32:49.953Z | Documenting headers-core v0.2.0 |
2731 | 2023-12-05T05:32:51.644Z | Documenting olpc-cjson v0.1.3 |
2732 | 2023-12-05T05:32:52.437Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2733 | 2023-12-05T05:32:52.979Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2734 | 2023-12-05T05:32:54.298Z | Documenting serde_plain v1.0.2 |
2735 | 2023-12-05T05:32:54.518Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2736 | 2023-12-05T05:32:55.252Z | Documenting async-recursion v1.0.5 |
2737 | 2023-12-05T05:32:55.598Z | Documenting typed-path v0.6.0 |
2738 | 2023-12-05T05:32:56.342Z | Documenting pretty-hex v0.4.0 |
2739 | 2023-12-05T05:32:56.899Z | Documenting display-error-chain v0.2.0 |
2740 | 2023-12-05T05:32:58.757Z | Documenting headers v0.3.9 |
2741 | 2023-12-05T05:32:58.761Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2742 | 2023-12-05T05:32:59.907Z | Documenting rayon-core v1.12.0 |
2743 | 2023-12-05T05:33:00.510Z | Documenting mime_guess v2.0.4 |
2744 | 2023-12-05T05:33:01.305Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2745 | 2023-12-05T05:33:02.635Z | Documenting derive_builder_core v0.12.0 |
2746 | 2023-12-05T05:33:03.383Z | Documenting tough v0.15.0 |
2747 | 2023-12-05T05:33:03.731Z | Checking derive_builder_core v0.12.0 |
2748 | 2023-12-05T05:33:05.122Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2749 | 2023-12-05T05:33:06.479Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2750 | 2023-12-05T05:33:07.416Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2751 | 2023-12-05T05:33:07.535Z | Documenting universal-hash v0.5.1 |
2752 | 2023-12-05T05:33:08.257Z | Documenting bcs v0.1.6 |
2753 | 2023-12-05T05:33:08.865Z | Documenting kstat-rs v0.2.3 |
2754 | 2023-12-05T05:33:12.139Z | Documenting thiserror-impl-no-std v2.0.2 |
2755 | 2023-12-05T05:33:14.113Z | Documenting curve25519-dalek-derive v0.1.0 |
2756 | 2023-12-05T05:33:15.040Z | Documenting opaque-debug v0.3.0 |
2757 | 2023-12-05T05:33:17.093Z | Documenting highway v1.1.0 |
2758 | 2023-12-05T05:33:19.430Z | Documenting poly1305 v0.8.0 |
2759 | 2023-12-05T05:33:19.868Z | Documenting thiserror-no-std v2.0.2 |
2760 | 2023-12-05T05:33:20.989Z | Documenting curve25519-dalek v4.1.0 |
2761 | 2023-12-05T05:33:22.867Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2762 | 2023-12-05T05:33:24.160Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2763 | 2023-12-05T05:33:24.424Z | Documenting derive_builder_macro v0.12.0 |
2764 | 2023-12-05T05:33:25.019Z | Documenting rayon v1.8.0 |
2765 | 2023-12-05T05:33:26.975Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2766 | 2023-12-05T05:33:29.824Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2767 | 2023-12-05T05:33:31.946Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2023-12-05T05:33:35.089Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2769 | 2023-12-05T05:33:36.796Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2770 | 2023-12-05T05:33:44.443Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2771 | 2023-12-05T05:33:46.837Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2772 | 2023-12-05T05:33:55.197Z | Documenting portable-atomic v1.4.3 |
2773 | 2023-12-05T05:33:55.949Z | Documenting ed25519 v1.5.3 |
2774 | 2023-12-05T05:34:00.294Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2775 | 2023-12-05T05:34:00.880Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2776 | 2023-12-05T05:34:02.320Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2777 | 2023-12-05T05:34:03.383Z | Documenting chacha20 v0.9.1 |
2778 | 2023-12-05T05:34:04.712Z | Documenting aead v0.5.2 |
2779 | 2023-12-05T05:34:06.861Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2780 | 2023-12-05T05:34:09.151Z | Documenting ref-cast-impl v1.0.20 |
2781 | 2023-12-05T05:34:11.310Z | Documenting vte_generate_state_changes v0.1.1 |
2782 | 2023-12-05T05:34:12.306Z | Documenting number_prefix v0.4.0 |
2783 | 2023-12-05T05:34:14.057Z | Documenting cassowary v0.3.0 |
2784 | 2023-12-05T05:34:15.573Z | Documenting chacha20poly1305 v0.10.1 |
2785 | 2023-12-05T05:34:17.078Z | Documenting vte v0.11.1 |
2786 | 2023-12-05T05:34:17.460Z | Documenting ref-cast v1.0.20 |
2787 | 2023-12-05T05:34:18.051Z | Documenting indicatif v0.17.7 |
2788 | 2023-12-05T05:34:19.869Z | Documenting ratatui v0.23.0 |
2789 | 2023-12-05T05:34:20.324Z | Documenting salty v0.2.0 |
2790 | 2023-12-05T05:34:21.965Z | Documenting derive_builder v0.12.0 |
2791 | 2023-12-05T05:34:23.624Z | Documenting vsss-rs v3.3.1 |
2792 | 2023-12-05T05:34:25.919Z | Documenting fs-err v2.11.0 |
2793 | 2023-12-05T05:34:27.061Z | Documenting polar-core v0.27.0 |
2794 | 2023-12-05T05:34:29.140Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2795 | 2023-12-05T05:34:29.950Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2796 | 2023-12-05T05:34:31.251Z | Documenting libxml v0.3.3 |
2797 | 2023-12-05T05:34:31.813Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2798 | 2023-12-05T05:34:34.176Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2799 | 2023-12-05T05:34:34.881Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2800 | 2023-12-05T05:34:36.308Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2801 | 2023-12-05T05:34:36.708Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2802 | 2023-12-05T05:34:40.357Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2803 | 2023-12-05T05:34:40.381Z | Documenting bb8 v0.8.1 |
2804 | 2023-12-05T05:34:41.224Z | Documenting bytesize v1.3.0 |
2805 | 2023-12-05T05:34:41.492Z | Documenting serde-big-array v0.5.1 |
2806 | 2023-12-05T05:34:47.934Z | Documenting quick-xml v0.23.1 |
2807 | 2023-12-05T05:34:48.175Z | Documenting rtoolbox v0.0.1 |
2808 | 2023-12-05T05:34:48.585Z | Documenting oso-derive v0.27.0 |
2809 | 2023-12-05T05:34:49.616Z | Documenting impl-trait-for-tuples v0.2.2 |
2810 | 2023-12-05T05:34:53.784Z | Documenting is_ci v1.1.1 |
2811 | 2023-12-05T05:34:54.003Z | Documenting http-range v0.1.5 |
2812 | 2023-12-05T05:34:54.095Z | Documenting unicode-linebreak v0.1.5 |
2813 | 2023-12-05T05:34:55.109Z | Documenting maplit v1.0.2 |
2814 | 2023-12-05T05:34:55.166Z | Documenting smawk v0.3.1 |
2815 | 2023-12-05T05:34:58.366Z | Documenting humantime v2.1.0 |
2816 | 2023-12-05T05:34:58.611Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2817 | 2023-12-05T05:34:59.286Z | Documenting supports-color v2.1.0 |
2818 | 2023-12-05T05:34:59.596Z | Documenting hyper-staticfile v0.9.5 |
2819 | 2023-12-05T05:35:00.695Z | Documenting oso v0.27.0 |
2820 | 2023-12-05T05:35:01.496Z | Documenting textwrap v0.16.0 |
2821 | 2023-12-05T05:35:04.089Z | Documenting rpassword v7.3.1 |
2822 | 2023-12-05T05:35:05.464Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2823 | 2023-12-05T05:35:06.739Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2824 | 2023-12-05T05:35:08.016Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2825 | 2023-12-05T05:35:08.924Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2826 | 2023-12-05T05:35:09.834Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2827 | 2023-12-05T05:35:10.520Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2828 | 2023-12-05T05:35:17.317Z | Documenting tui-tree-widget v0.13.0 |
2829 | 2023-12-05T05:35:18.124Z | Documenting strip-ansi-escapes v0.2.0 |
2830 | 2023-12-05T05:35:19.409Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2831 | 2023-12-05T05:35:23.965Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2832 | 2023-12-05T05:35:25.914Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2833 | 2023-12-05T05:35:27.957Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2834 | 2023-12-05T05:35:28.668Z | Documenting cookie v0.18.0 |
2835 | 2023-12-05T05:35:30.731Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2836 | 2023-12-05T05:35:35.382Z | Documenting rcgen v0.11.3 |
2837 | 2023-12-05T05:35:36.807Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2838 | 2023-12-05T05:35:37.824Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2839 | 2023-12-05T05:35:38.373Z | Documenting atomicwrites v0.4.2 |
2840 | 2023-12-05T05:35:43.500Z | Documenting signal-hook-tokio v0.3.1 |
2841 | 2023-12-05T05:35:44.866Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2842 | 2023-12-05T05:35:45.606Z | Documenting fd-lock v3.0.13 |
2843 | 2023-12-05T05:35:47.542Z | Documenting subprocess v0.2.9 |
2844 | 2023-12-05T05:35:49.881Z | Documenting nu-ansi-term v0.49.0 |
2845 | 2023-12-05T05:35:50.669Z | Documenting corncobs v0.1.3 |
2846 | 2023-12-05T05:35:52.394Z | Documenting shell-words v1.1.0 |
2847 | 2023-12-05T05:35:53.204Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2848 | 2023-12-05T05:35:53.934Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2849 | 2023-12-05T05:35:54.145Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2850 | 2023-12-05T05:35:55.095Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2851 | 2023-12-05T05:35:55.650Z | Documenting reedline v0.26.0 |
2852 | 2023-12-05T05:35:57.004Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2853 | 2023-12-05T05:35:58.716Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2854 | 2023-12-05T05:35:59.335Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2855 | 2023-12-05T05:36:02.229Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2856 | 2023-12-05T05:36:07.024Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2857 | 2023-12-05T05:36:15.211Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2858 | 2023-12-05T05:36:28.458Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2859 | 2023-12-05T05:36:29.352Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2860 | 2023-12-05T05:36:31.164Z | Documenting fatfs v0.3.6 |
2861 | 2023-12-05T05:36:38.723Z | Documenting nanorand v0.7.0 |
2862 | 2023-12-05T05:36:39.248Z | Documenting assert_matches v1.5.0 |
2863 | 2023-12-05T05:36:42.274Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2864 | 2023-12-05T05:36:42.335Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2865 | 2023-12-05T05:36:44.775Z | Documenting flume v0.11.0 |
2866 | 2023-12-05T05:36:46.930Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2867 | 2023-12-05T05:36:47.257Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2868 | 2023-12-05T05:36:48.685Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2869 | 2023-12-05T05:36:50.346Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2870 | 2023-12-05T05:36:51.422Z | Documenting omicron-zone-package v0.9.1 |
2871 | 2023-12-05T05:37:06.684Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2872 | 2023-12-05T05:37:08.784Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2873 | 2023-12-05T05:37:09.265Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2874 | 2023-12-05T05:37:10.518Z | Documenting termios v0.3.3 |
2875 | 2023-12-05T05:37:11.022Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2876 | 2023-12-05T05:37:11.024Z | --> sled-agent/src/sim/instance.rs:46:7 |
2877 | 2023-12-05T05:37:11.024Z | | |
2878 | 2023-12-05T05:37:11.024Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2879 | 2023-12-05T05:37:11.024Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2880 | 2023-12-05T05:37:11.024Z | | |
2881 | 2023-12-05T05:37:11.024Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2882 | 2023-12-05T05:37:11.024Z | |
2883 | 2023-12-05T05:37:12.182Z | Documenting topological-sort v0.2.2 |
2884 | 2023-12-05T05:37:15.076Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2885 | 2023-12-05T05:37:16.949Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2886 | 2023-12-05T05:37:18.678Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2887 | 2023-12-05T05:37:24.528Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2888 | 2023-12-05T05:37:26.196Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2889 | 2023-12-05T05:37:29.076Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2890 | 2023-12-05T05:38:02.060Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2891 | 2023-12-05T05:38:07.088Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2892 | 2023-12-05T05:38:20.146Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2893 | 2023-12-05T05:38:31.824Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2894 | 2023-12-05T05:38:32.869Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2895 | 2023-12-05T05:38:33.907Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2896 | 2023-12-05T05:39:03.276Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2897 | 2023-12-05T05:39:41.214Z | warning: unresolved link to `VolumeConstructionRequest` |
2898 | 2023-12-05T05:39:41.214Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2899 | 2023-12-05T05:39:41.214Z | | |
2900 | 2023-12-05T05:39:41.214Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2901 | 2023-12-05T05:39:41.214Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2902 | 2023-12-05T05:39:41.214Z | | |
2903 | 2023-12-05T05:39:41.214Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2904 | 2023-12-05T05:39:41.214Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2905 | 2023-12-05T05:39:41.214Z | |
2906 | 2023-12-05T05:39:41.214Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2907 | 2023-12-05T05:39:41.214Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2908 | 2023-12-05T05:39:41.214Z | | |
2909 | 2023-12-05T05:39:41.214Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2910 | 2023-12-05T05:39:41.214Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2911 | 2023-12-05T05:39:41.214Z | |
2912 | 2023-12-05T05:39:41.214Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2913 | 2023-12-05T05:39:41.214Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2914 | 2023-12-05T05:39:41.214Z | | |
2915 | 2023-12-05T05:39:41.214Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2916 | 2023-12-05T05:39:41.214Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2917 | 2023-12-05T05:39:41.214Z | |
2918 | 2023-12-05T05:39:41.214Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2919 | 2023-12-05T05:39:41.215Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2920 | 2023-12-05T05:39:41.215Z | | |
2921 | 2023-12-05T05:39:41.215Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2922 | 2023-12-05T05:39:41.218Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2923 | 2023-12-05T05:39:41.218Z | |
2924 | 2023-12-05T05:39:41.218Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2925 | 2023-12-05T05:39:41.218Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2926 | 2023-12-05T05:39:41.218Z | | |
2927 | 2023-12-05T05:39:41.218Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2928 | 2023-12-05T05:39:41.218Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2929 | 2023-12-05T05:39:41.218Z | |
2930 | 2023-12-05T05:39:41.218Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2931 | 2023-12-05T05:39:41.218Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2932 | 2023-12-05T05:39:41.218Z | | |
2933 | 2023-12-05T05:39:41.218Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2934 | 2023-12-05T05:39:41.219Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2935 | 2023-12-05T05:39:41.225Z | |
2936 | 2023-12-05T05:39:41.225Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2937 | 2023-12-05T05:39:41.225Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2938 | 2023-12-05T05:39:41.225Z | | |
2939 | 2023-12-05T05:39:41.225Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2940 | 2023-12-05T05:39:41.225Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2941 | 2023-12-05T05:39:41.225Z | |
2942 | 2023-12-05T05:39:44.069Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2943 | 2023-12-05T05:40:16.301Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 27s |
2944 | 2023-12-05T05:40:16.402Z | |
2945 | 2023-12-05T05:40:16.402Z | real 15:27.761208801 |
2946 | 2023-12-05T05:40:16.402Z | user 52:07.854328805 |
2947 | 2023-12-05T05:40:16.402Z | sys 58:32.904418656 |
2948 | 2023-12-05T05:40:16.402Z | trap 2.008460663 |
2949 | 2023-12-05T05:40:16.402Z | tflt 0.711264666 |
2950 | 2023-12-05T05:40:16.402Z | dflt 0.647741986 |
2951 | 2023-12-05T05:40:16.421Z | kflt 0.000298772 |
2952 | 2023-12-05T05:40:16.421Z | lock 3:03:38.836438401 |
2953 | 2023-12-05T05:40:16.421Z | slp 3:59:32.818994227 |
2954 | 2023-12-05T05:40:16.421Z | lat 5:35.479876712 |
2955 | 2023-12-05T05:40:16.421Z | stop 1:21.401360477 |
2956 | 2023-12-05T05:40:16.421Z | process exited: duration 1754936 ms, exit code 0 |
|
2957 | 2023-12-05T05:40:16.433Z | found 0 output files |