|
|
|
1 | 2024-01-24T18:25:24.342Z | job assigned to worker 01HMYBEDYFCTY7EGCRV4XGHFDH (queued for 39 m 32 s) |
|
2 | 2024-01-24T18:25:25.255Z | starting task 0: "setup" |
3 | 2024-01-24T18:25:25.310Z | ++ uname -s |
4 | 2024-01-24T18:25:25.313Z | + kern=SunOS |
5 | 2024-01-24T18:25:25.313Z | + case "$kern" in |
6 | 2024-01-24T18:25:25.314Z | + groupadd -g 12345 build |
7 | 2024-01-24T18:25:25.319Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-24T18:25:27.397Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-24T18:25:27.502Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-24T18:25:27.507Z | + home_fs=zfs |
11 | 2024-01-24T18:25:27.508Z | + [[ zfs == autofs ]] |
12 | 2024-01-24T18:25:27.508Z | + mkdir -p /home/build |
13 | 2024-01-24T18:25:27.508Z | + chown build:build /home/build /work |
14 | 2024-01-24T18:25:29.484Z | + chmod 0700 /home/build /work |
15 | 2024-01-24T18:25:29.487Z | process exited: duration 4232 ms, exit code 0 |
|
16 | 2024-01-24T18:25:29.495Z | starting task 1: "rust-toolchain" |
17 | 2024-01-24T18:25:29.537Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-24T18:25:29.537Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-24T18:25:29.693Z | info: downloading installer |
20 | 2024-01-24T18:25:31.448Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-24T18:25:31.449Z | warning: /opt/ooce/bin |
22 | 2024-01-24T18:25:31.449Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-24T18:25:31.449Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-24T18:25:31.449Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-24T18:25:31.449Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-24T18:25:31.449Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-24T18:25:31.449Z | error: cannot install while Rust is installed |
28 | 2024-01-24T18:25:31.449Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-24T18:25:31.588Z | info: profile set to 'default' |
30 | 2024-01-24T18:25:31.588Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-24T18:25:31.594Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-24T18:25:31.752Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-24T18:25:31.752Z | info: downloading component 'cargo' |
34 | 2024-01-24T18:25:32.412Z | info: downloading component 'clippy' |
35 | 2024-01-24T18:25:32.646Z | info: downloading component 'rust-docs' |
36 | 2024-01-24T18:25:33.534Z | info: downloading component 'rust-std' |
37 | 2024-01-24T18:25:35.001Z | info: downloading component 'rustc' |
38 | 2024-01-24T18:25:38.624Z | info: downloading component 'rustfmt' |
39 | 2024-01-24T18:25:38.854Z | info: installing component 'cargo' |
40 | 2024-01-24T18:25:40.287Z | info: installing component 'clippy' |
41 | 2024-01-24T18:25:40.850Z | info: installing component 'rust-docs' |
42 | 2024-01-24T18:25:43.615Z | info: installing component 'rust-std' |
43 | 2024-01-24T18:25:46.931Z | info: installing component 'rustc' |
44 | 2024-01-24T18:25:55.747Z | info: installing component 'rustfmt' |
45 | 2024-01-24T18:25:56.378Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-24T18:25:56.378Z | |
47 | 2024-01-24T18:25:56.507Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-24T18:25:56.508Z | |
49 | 2024-01-24T18:25:56.511Z | |
50 | 2024-01-24T18:25:56.511Z | Rust is installed now. Great! |
51 | 2024-01-24T18:25:56.511Z | |
52 | 2024-01-24T18:25:56.511Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-24T18:25:56.511Z | environment variable. This has not been done automatically. |
54 | 2024-01-24T18:25:56.511Z | |
55 | 2024-01-24T18:25:56.511Z | To configure your current shell, run: |
56 | 2024-01-24T18:25:56.512Z | source "$HOME/.cargo/env" |
57 | 2024-01-24T18:25:56.593Z | + rustc --version |
58 | 2024-01-24T18:25:56.711Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-24T18:25:56.718Z | process exited: duration 27220 ms, exit code 0 |
|
60 | 2024-01-24T18:25:56.821Z | starting task 2: "authentication" |
61 | 2024-01-24T18:25:56.917Z | process exited: duration 145 ms, exit code 0 |
|
62 | 2024-01-24T18:25:57.347Z | starting task 3: "clone repository" |
63 | 2024-01-24T18:25:57.356Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-24T18:25:57.361Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-24T18:25:57.597Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-24T18:26:04.436Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-24T18:26:04.436Z | + git fetch origin 2dec2168732c028b5575d40bf02c7c50383eeb0a |
68 | 2024-01-24T18:26:04.872Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-24T18:26:04.872Z | * branch 2dec2168732c028b5575d40bf02c7c50383eeb0a -> FETCH_HEAD |
70 | 2024-01-24T18:26:04.876Z | + [[ -n boundary-tunnel-routing ]] |
71 | 2024-01-24T18:26:04.876Z | ++ git branch --show-current |
72 | 2024-01-24T18:26:04.876Z | + current=main |
73 | 2024-01-24T18:26:04.876Z | + [[ main != boundary-tunnel-routing ]] |
74 | 2024-01-24T18:26:04.876Z | + git branch -f boundary-tunnel-routing 2dec2168732c028b5575d40bf02c7c50383eeb0a |
75 | 2024-01-24T18:26:04.876Z | + git checkout -f boundary-tunnel-routing |
76 | 2024-01-24T18:26:05.046Z | Switched to branch 'boundary-tunnel-routing' |
77 | 2024-01-24T18:26:05.050Z | + git reset --hard 2dec2168732c028b5575d40bf02c7c50383eeb0a |
78 | 2024-01-24T18:26:05.066Z | HEAD is now at 2dec21687 remove manual boundary loopback address management |
79 | 2024-01-24T18:26:05.074Z | process exited: duration 7718 ms, exit code 0 |
|
80 | 2024-01-24T18:26:05.088Z | starting task 4: "build" |
81 | 2024-01-24T18:26:05.100Z | + cargo --version |
82 | 2024-01-24T18:26:05.110Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-24T18:26:05.293Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-24T18:26:05.301Z | info: downloading component 'cargo' |
85 | 2024-01-24T18:26:06.053Z | info: downloading component 'clippy' |
86 | 2024-01-24T18:26:06.278Z | info: downloading component 'rust-docs' |
87 | 2024-01-24T18:26:07.153Z | info: downloading component 'rust-std' |
88 | 2024-01-24T18:26:08.450Z | info: downloading component 'rustc' |
89 | 2024-01-24T18:26:12.126Z | info: downloading component 'rustfmt' |
90 | 2024-01-24T18:26:12.329Z | info: installing component 'cargo' |
91 | 2024-01-24T18:26:14.035Z | info: installing component 'clippy' |
92 | 2024-01-24T18:26:14.558Z | info: installing component 'rust-docs' |
93 | 2024-01-24T18:26:17.553Z | info: installing component 'rust-std' |
94 | 2024-01-24T18:26:19.975Z | info: installing component 'rustc' |
95 | 2024-01-24T18:26:26.266Z | info: installing component 'rustfmt' |
96 | 2024-01-24T18:26:26.819Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-24T18:26:26.863Z | + rustc --version |
98 | 2024-01-24T18:26:26.937Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-24T18:26:26.949Z | + source ./env.sh |
100 | 2024-01-24T18:26:26.949Z | ++ set -o xtrace |
101 | 2024-01-24T18:26:26.949Z | ++++ dirname ./env.sh |
102 | 2024-01-24T18:26:27.000Z | +++ cd . |
103 | 2024-01-24T18:26:27.012Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-01-24T18:26:27.013Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-01-24T18:26:27.013Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-01-24T18:26:27.013Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-01-24T18:26:27.014Z | ++ 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 |
108 | 2024-01-24T18:26:27.014Z | ++ 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 |
109 | 2024-01-24T18:26:27.014Z | ++ 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 |
110 | 2024-01-24T18:26:27.014Z | ++ 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 |
111 | 2024-01-24T18:26:27.014Z | ++ 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 |
112 | 2024-01-24T18:26:27.014Z | ++ 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 |
113 | 2024-01-24T18:26:27.014Z | ++ unset OMICRON_WS |
114 | 2024-01-24T18:26:27.015Z | ++ set +o xtrace |
115 | 2024-01-24T18:26:27.015Z | |
116 | 2024-01-24T18:26:27.016Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-01-24T18:26:27.016Z | # # # # # # # # # # # # # # # |
118 | 2024-01-24T18:26:27.016Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-01-24T18:26:27.016Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-01-24T18:26:27.016Z | # # # # # # # # # # # # # # # |
121 | 2024-01-24T18:26:27.016Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-01-24T18:26:27.016Z | |
123 | 2024-01-24T18:26:39.013Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-01-24T18:26:41.102Z | Startup: Caching catalogs ... Done |
125 | 2024-01-24T18:26:43.658Z | Planning: Solver setup ... Done (1.928s) |
126 | 2024-01-24T18:26:43.969Z | Planning: Running solver ... Done (0.053s) |
127 | 2024-01-24T18:26:43.969Z | Planning: Finding local manifests ... Done (0.002s) |
128 | 2024-01-24T18:26:43.969Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-01-24T18:26:44.081Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-01-24T18:26:44.178Z | Planning: Package planning ... Done (0.081s) |
131 | 2024-01-24T18:26:44.286Z | Planning: Merging actions ... Done (0.089s) |
132 | 2024-01-24T18:26:45.324Z | Planning: Checking for conflicting actions ... Done (0.888s) |
133 | 2024-01-24T18:26:45.537Z | Planning: Consolidating action changes ... Done (0.017s) |
134 | 2024-01-24T18:27:08.225Z | Planning: Evaluating mediators ... Done (6.136s) |
135 | 2024-01-24T18:27:08.225Z | Planning: Planning completed in 10.38 seconds |
136 | 2024-01-24T18:27:08.225Z | Packages to install: 4 |
137 | 2024-01-24T18:27:08.225Z | Mediators to change: 2 |
138 | 2024-01-24T18:27:08.225Z | Services to change: 1 |
139 | 2024-01-24T18:27:08.225Z | Estimated space available: 148.87 GB |
140 | 2024-01-24T18:27:08.225Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-01-24T18:27:08.225Z | Create boot environment: No |
142 | 2024-01-24T18:27:08.225Z | Create backup boot environment: No |
143 | 2024-01-24T18:27:08.226Z | Rebuild boot archive: No |
144 | 2024-01-24T18:27:08.226Z | |
145 | 2024-01-24T18:27:08.226Z | Changed mediators: |
146 | 2024-01-24T18:27:08.226Z | mediator clang: |
147 | 2024-01-24T18:27:08.226Z | version: None -> 15 (system default) |
148 | 2024-01-24T18:27:09.487Z | |
149 | 2024-01-24T18:27:09.487Z | mediator llvm: |
150 | 2024-01-24T18:27:09.487Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-01-24T18:27:09.487Z | |
152 | 2024-01-24T18:27:09.487Z | Changed packages: |
153 | 2024-01-24T18:27:09.487Z | helios-dev |
154 | 2024-01-24T18:27:09.487Z | developer/build-essential |
155 | 2024-01-24T18:27:09.487Z | None -> 11-2.0 |
156 | 2024-01-24T18:27:09.488Z | library/libxmlsec1 |
157 | 2024-01-24T18:27:09.498Z | None -> 1.2.35-2.0 |
158 | 2024-01-24T18:27:09.498Z | ooce/developer/clang-15 |
159 | 2024-01-24T18:27:09.498Z | None -> 15.0.7-2.0 |
160 | 2024-01-24T18:27:09.498Z | ooce/developer/llvm-15 |
161 | 2024-01-24T18:27:09.498Z | None -> 15.0.7-2.0 |
162 | 2024-01-24T18:27:09.499Z | |
163 | 2024-01-24T18:27:09.499Z | Services: |
164 | 2024-01-24T18:27:09.499Z | restart_fmri: |
165 | 2024-01-24T18:27:09.499Z | svc:/system/update-man-index:default |
166 | 2024-01-24T18:27:09.499Z | |
167 | 2024-01-24T18:27:09.499Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-01-24T18:27:09.499Z | Download: 1005/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
169 | 2024-01-24T18:27:09.499Z | Download: 1348/3290 items 113.4/212.6MB 53% complete (11.4M/s) |
170 | 2024-01-24T18:27:30.473Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (10.8M/s) |
171 | 2024-01-24T18:27:30.565Z | Download: 3199/3290 items 154.1/212.6MB 72% complete (4.0M/s) |
172 | 2024-01-24T18:27:30.565Z | Download: 3248/3290 items 200.0/212.6MB 94% complete (8.4M/s) |
173 | 2024-01-24T18:27:30.565Z | Download: Completed 212.60 MB in 26.17 seconds (8.1M/s) |
174 | 2024-01-24T18:27:30.566Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-01-24T18:27:30.566Z | Actions: 3038/3689 actions (Installing new actions) |
176 | 2024-01-24T18:27:30.604Z | Actions: Completed 3689 actions in 7.82 seconds. |
177 | 2024-01-24T18:27:30.884Z | Done (0.245s) |
178 | 2024-01-24T18:27:30.891Z | Done (0.000s) |
179 | 2024-01-24T18:27:31.172Z | Done (0.315s) |
180 | 2024-01-24T18:27:39.028Z | Done (7.720s) |
181 | 2024-01-24T18:27:39.257Z | Done (0.124s) |
182 | 2024-01-24T18:27:39.261Z | Done (0.000s) |
183 | 2024-01-24T18:27:39.573Z | Done (0.000s) |
184 | 2024-01-24T18:27:40.327Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-01-24T18:27:40.628Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-01-24T18:27:40.633Z | Planning: Consolidating action changes ... Done |
187 | 2024-01-24T18:27:41.091Z | Planning: Evaluating mediators ... Done |
188 | 2024-01-24T18:27:41.095Z | Planning: Planning completed in 0.77 seconds |
189 | 2024-01-24T18:27:41.149Z | Mediators to change: 2 |
190 | 2024-01-24T18:27:41.149Z | Create boot environment: No |
191 | 2024-01-24T18:27:41.149Z | Create backup boot environment: No |
192 | 2024-01-24T18:27:41.315Z | Done |
193 | 2024-01-24T18:27:41.316Z | Done |
194 | 2024-01-24T18:27:41.536Z | Done |
195 | 2024-01-24T18:27:47.677Z | Done |
196 | 2024-01-24T18:27:47.807Z | Done |
197 | 2024-01-24T18:27:47.820Z | Done |
198 | 2024-01-24T18:27:47.929Z | Done |
199 | 2024-01-24T18:27:48.999Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-01-24T18:27:49.018Z | Planning: Merging actions ... Done |
201 | 2024-01-24T18:27:49.336Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-01-24T18:27:49.350Z | Planning: Consolidating action changes ... Done |
203 | 2024-01-24T18:27:49.839Z | Planning: Evaluating mediators ... Done |
204 | 2024-01-24T18:27:49.881Z | Planning: Planning completed in 1.34 seconds |
205 | 2024-01-24T18:27:49.939Z | Packages to change: 1 |
206 | 2024-01-24T18:27:49.939Z | Mediators to change: 1 |
207 | 2024-01-24T18:27:49.955Z | Services to change: 1 |
208 | 2024-01-24T18:27:49.956Z | Create boot environment: No |
209 | 2024-01-24T18:27:49.956Z | Create backup boot environment: Yes |
210 | 2024-01-24T18:27:52.073Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-01-24T18:27:52.080Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-01-24T18:27:52.080Z | Done |
213 | 2024-01-24T18:27:52.080Z | Done |
214 | 2024-01-24T18:27:52.151Z | Done |
215 | 2024-01-24T18:27:58.432Z | Done |
216 | 2024-01-24T18:27:58.554Z | Done |
217 | 2024-01-24T18:27:58.555Z | Done |
218 | 2024-01-24T18:27:58.769Z | Done |
219 | 2024-01-24T18:27:59.337Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-01-24T18:27:59.337Z | clang system 15 system |
221 | 2024-01-24T18:27:59.337Z | csh system system illumos |
222 | 2024-01-24T18:27:59.337Z | ctags system system illumos |
223 | 2024-01-24T18:27:59.337Z | gcc vendor 12 vendor |
224 | 2024-01-24T18:27:59.338Z | gcc system 10 system |
225 | 2024-01-24T18:27:59.338Z | gcc system 7 system |
226 | 2024-01-24T18:27:59.338Z | go system 1.20 system |
227 | 2024-01-24T18:27:59.338Z | go system 1.19 system |
228 | 2024-01-24T18:27:59.338Z | llvm system 15 system |
229 | 2024-01-24T18:27:59.338Z | llvm system 14 system |
230 | 2024-01-24T18:27:59.338Z | mariadb system 10.6 system |
231 | 2024-01-24T18:27:59.338Z | mta vendor vendor dma |
232 | 2024-01-24T18:27:59.338Z | openjdk system 17 system |
233 | 2024-01-24T18:27:59.338Z | openjdk system 11 system |
234 | 2024-01-24T18:27:59.338Z | openjdk system 1.8 system |
235 | 2024-01-24T18:27:59.338Z | openssl vendor 3 vendor |
236 | 2024-01-24T18:27:59.338Z | perl system 5.36 system |
237 | 2024-01-24T18:27:59.339Z | postgresql system 15 system |
238 | 2024-01-24T18:27:59.339Z | postgresql system 13 system |
239 | 2024-01-24T18:27:59.339Z | python vendor 3 vendor |
240 | 2024-01-24T18:27:59.339Z | python system 2 system |
241 | 2024-01-24T18:27:59.339Z | python3 system 3.11 system |
242 | 2024-01-24T18:27:59.339Z | ruby system 3.0 system |
243 | 2024-01-24T18:27:59.339Z | words vendor vendor american-english |
244 | 2024-01-24T18:27:59.339Z | words system system australian-english |
245 | 2024-01-24T18:27:59.339Z | words system system british-english |
246 | 2024-01-24T18:27:59.339Z | words system system canadian-english |
247 | 2024-01-24T18:27:59.339Z | words system system french |
248 | 2024-01-24T18:27:59.339Z | words system system italian |
249 | 2024-01-24T18:27:59.339Z | words system system ngerman |
250 | 2024-01-24T18:27:59.340Z | words system system ogerman |
251 | 2024-01-24T18:27:59.340Z | words system system spanish |
252 | 2024-01-24T18:27:59.972Z | FMRI IFO |
253 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-01-24T18:27:59.972Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-01-24T18:28:00.076Z | + set -o errexit |
262 | 2024-01-24T18:28:00.077Z | +++ dirname ./tools/ci_download_cockroachdb |
263 | 2024-01-24T18:28:00.077Z | ++ cd ./tools |
264 | 2024-01-24T18:28:00.077Z | ++ pwd |
265 | 2024-01-24T18:28:00.077Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
266 | 2024-01-24T18:28:00.077Z | ++ basename ./tools/ci_download_cockroachdb |
267 | 2024-01-24T18:28:00.160Z | + ARG0=ci_download_cockroachdb |
268 | 2024-01-24T18:28:00.160Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
269 | 2024-01-24T18:28:00.160Z | + CIDL_VERSION=v22.1.9 |
270 | 2024-01-24T18:28:00.160Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
271 | 2024-01-24T18:28:00.161Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
272 | 2024-01-24T18:28:00.161Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
273 | 2024-01-24T18:28:00.161Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
274 | 2024-01-24T18:28:00.161Z | + TARGET_DIR=out |
275 | 2024-01-24T18:28:00.162Z | + DOWNLOAD_DIR=out/downloads |
276 | 2024-01-24T18:28:00.162Z | + DEST_DIR=./out/cockroachdb |
277 | 2024-01-24T18:28:00.162Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
278 | 2024-01-24T18:28:00.162Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
279 | 2024-01-24T18:28:00.162Z | + main |
280 | 2024-01-24T18:28:00.162Z | + [[ 0 != 0 ]] |
281 | 2024-01-24T18:28:00.162Z | + CIDL_OS=solaris2.11 |
282 | 2024-01-24T18:28:00.163Z | + [[ 0 != 0 ]] |
283 | 2024-01-24T18:28:00.163Z | + configure_os solaris2.11 |
284 | 2024-01-24T18:28:00.163Z | + echo 'current directory: /work/oxidecomputer/omicron' |
285 | 2024-01-24T18:28:00.218Z | current directory: /work/oxidecomputer/omicron |
286 | 2024-01-24T18:28:00.219Z | + echo 'configuring based on OS: "solaris2.11"' |
287 | 2024-01-24T18:28:00.219Z | + case "$1" in |
288 | 2024-01-24T18:28:00.219Z | configuring based on OS: "solaris2.11" |
289 | 2024-01-24T18:28:00.219Z | + CIDL_BUILD=illumos |
290 | 2024-01-24T18:28:00.219Z | + CIDL_SUFFIX=tar.gz |
291 | 2024-01-24T18:28:00.219Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
292 | 2024-01-24T18:28:00.219Z | + CIDL_MD5FUNC=do_md5sum |
293 | 2024-01-24T18:28:00.219Z | + CIDL_URL_BASE=https://illumos.org/downloads |
294 | 2024-01-24T18:28:00.219Z | + CIDL_ASSEMBLE=do_assemble_illumos |
295 | 2024-01-24T18:28:00.219Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
296 | 2024-01-24T18:28:00.219Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-24T18:28:00.219Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-01-24T18:28:00.219Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
299 | 2024-01-24T18:28:00.219Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-01-24T18:28:00.220Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-01-24T18:28:00.220Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-01-24T18:28:00.220Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
303 | 2024-01-24T18:28:00.220Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-01-24T18:28:00.220Z | + mkdir -p out/downloads |
305 | 2024-01-24T18:28:00.220Z | + mkdir -p ./out/cockroachdb |
306 | 2024-01-24T18:28:00.220Z | + local DO_DOWNLOAD=true |
307 | 2024-01-24T18:28:00.220Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
308 | 2024-01-24T18:28:00.220Z | + '[' true == true ']' |
309 | 2024-01-24T18:28:00.220Z | + echo Downloading... |
310 | 2024-01-24T18:28:00.220Z | Downloading... |
311 | 2024-01-24T18:28:00.220Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-01-24T18:28:00.220Z | + 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 |
313 | 2024-01-24T18:28:20.224Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-01-24T18:28:20.377Z | ++ md5sum |
315 | 2024-01-24T18:28:20.377Z | ++ awk '{print $1}' |
316 | 2024-01-24T18:28:20.377Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
317 | 2024-01-24T18:28:20.377Z | + [[ 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 ]] |
318 | 2024-01-24T18:28:20.377Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-01-24T18:28:20.377Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
320 | 2024-01-24T18:28:20.579Z | + do_assemble_illumos |
321 | 2024-01-24T18:28:20.579Z | + rm -r ./out/cockroachdb |
322 | 2024-01-24T18:28:20.579Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
323 | 2024-01-24T18:28:20.580Z | + ./out/cockroachdb/bin/cockroach version |
324 | 2024-01-24T18:28:20.580Z | Build Tag: v22.1.9-dirty |
325 | 2024-01-24T18:28:20.580Z | Build Time: 2022/10/26 21:17:46 |
326 | 2024-01-24T18:28:20.580Z | Distribution: OSS |
327 | 2024-01-24T18:28:20.580Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
328 | 2024-01-24T18:28:20.580Z | Go Version: go1.17.13 |
329 | 2024-01-24T18:28:20.580Z | C Compiler: gcc 10.3.0 |
330 | 2024-01-24T18:28:20.580Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
331 | 2024-01-24T18:28:20.580Z | Build Type: release |
332 | 2024-01-24T18:28:20.580Z | + set -o errexit |
333 | 2024-01-24T18:28:20.580Z | +++ dirname ./tools/ci_download_clickhouse |
334 | 2024-01-24T18:28:20.581Z | ++ cd ./tools |
335 | 2024-01-24T18:28:20.581Z | ++ pwd |
336 | 2024-01-24T18:28:20.581Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
337 | 2024-01-24T18:28:20.581Z | ++ basename ./tools/ci_download_clickhouse |
338 | 2024-01-24T18:28:20.581Z | + ARG0=ci_download_clickhouse |
339 | 2024-01-24T18:28:20.581Z | + TARGET_DIR=out |
340 | 2024-01-24T18:28:20.581Z | + DOWNLOAD_DIR=out/downloads |
341 | 2024-01-24T18:28:20.584Z | + DEST_DIR=./out/clickhouse |
342 | 2024-01-24T18:28:20.585Z | + CIDL_VERSION=v22.8.9.24 |
343 | 2024-01-24T18:28:20.585Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
344 | 2024-01-24T18:28:20.585Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
345 | 2024-01-24T18:28:20.585Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
346 | 2024-01-24T18:28:20.585Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
347 | 2024-01-24T18:28:20.585Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
348 | 2024-01-24T18:28:20.585Z | + main |
349 | 2024-01-24T18:28:20.585Z | + [[ 0 != 0 ]] |
350 | 2024-01-24T18:28:20.585Z | + CIDL_OS=solaris2.11 |
351 | 2024-01-24T18:28:20.585Z | + [[ 0 != 0 ]] |
352 | 2024-01-24T18:28:20.585Z | + configure_os solaris2.11 |
353 | 2024-01-24T18:28:20.586Z | + echo 'current directory: /work/oxidecomputer/omicron' |
354 | 2024-01-24T18:28:20.586Z | current directory: /work/oxidecomputer/omicron |
355 | 2024-01-24T18:28:20.586Z | + echo 'configuring based on OS: "solaris2.11"' |
356 | 2024-01-24T18:28:20.586Z | configuring based on OS: "solaris2.11" |
357 | 2024-01-24T18:28:20.586Z | + CIDL_DASHREV= |
358 | 2024-01-24T18:28:20.586Z | + case "$1" in |
359 | 2024-01-24T18:28:20.586Z | + CIDL_PLATFORM=illumos |
360 | 2024-01-24T18:28:20.586Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2024-01-24T18:28:20.586Z | + CIDL_MD5FUNC=do_md5sum |
362 | 2024-01-24T18:28:20.586Z | + CIDL_DASHREV=-1 |
363 | 2024-01-24T18:28:20.586Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
364 | 2024-01-24T18:28:20.586Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-01-24T18:28:20.587Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-01-24T18:28:20.587Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-01-24T18:28:20.587Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2024-01-24T18:28:20.593Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-01-24T18:28:20.593Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2024-01-24T18:28:20.593Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-01-24T18:28:20.593Z | + mkdir -p out/downloads |
372 | 2024-01-24T18:28:20.593Z | + mkdir -p ./out/clickhouse |
373 | 2024-01-24T18:28:20.593Z | + local DO_DOWNLOAD=true |
374 | 2024-01-24T18:28:20.593Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
375 | 2024-01-24T18:28:20.593Z | + '[' true == true ']' |
376 | 2024-01-24T18:28:20.594Z | + echo Downloading... |
377 | 2024-01-24T18:28:20.594Z | Downloading... |
378 | 2024-01-24T18:28:20.595Z | + 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 |
379 | 2024-01-24T18:28:20.595Z | + 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 |
380 | 2024-01-24T18:28:20.595Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2024-01-24T18:28:20.595Z | ++ md5sum |
382 | 2024-01-24T18:28:20.595Z | ++ awk '{print $1}' |
383 | 2024-01-24T18:28:20.595Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
384 | 2024-01-24T18:28:20.595Z | + [[ 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 ]] |
385 | 2024-01-24T18:28:20.595Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
386 | 2024-01-24T18:28:20.595Z | + mkdir -p ./out/clickhouse |
387 | 2024-01-24T18:28:20.595Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
388 | 2024-01-24T18:28:20.595Z | + ./out/clickhouse/clickhouse server --version |
389 | 2024-01-24T18:28:20.595Z | ClickHouse server version 22.8.9.1. |
390 | 2024-01-24T18:28:20.595Z | + set -o errexit |
391 | 2024-01-24T18:28:20.596Z | +++ dirname ./tools/ci_download_console |
392 | 2024-01-24T18:28:20.596Z | ++ cd ./tools |
393 | 2024-01-24T18:28:20.596Z | ++ pwd |
394 | 2024-01-24T18:28:20.596Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2024-01-24T18:28:20.596Z | ++ basename ./tools/ci_download_console |
396 | 2024-01-24T18:28:20.596Z | + ARG0=ci_download_console |
397 | 2024-01-24T18:28:20.596Z | + TARGET_DIR=out |
398 | 2024-01-24T18:28:20.596Z | + DOWNLOAD_DIR=out/downloads |
399 | 2024-01-24T18:28:20.596Z | + DEST_DIR=./out/console-assets |
400 | 2024-01-24T18:28:20.596Z | + source /work/oxidecomputer/omicron/tools/console_version |
401 | 2024-01-24T18:28:20.596Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
402 | 2024-01-24T18:28:20.597Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
403 | 2024-01-24T18:28:20.597Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
404 | 2024-01-24T18:28:20.597Z | + TARBALL_FILE=out/downloads/console.tar.gz |
405 | 2024-01-24T18:28:20.597Z | + main |
406 | 2024-01-24T18:28:20.597Z | + [[ 0 != 0 ]] |
407 | 2024-01-24T18:28:20.597Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
408 | 2024-01-24T18:28:20.597Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
409 | 2024-01-24T18:28:20.597Z | + echo 'Local file: out/downloads/console.tar.gz' |
410 | 2024-01-24T18:28:20.597Z | Local file: out/downloads/console.tar.gz |
411 | 2024-01-24T18:28:20.597Z | + local DO_DOWNLOAD=true |
412 | 2024-01-24T18:28:20.597Z | + [[ -f out/downloads/console.tar.gz ]] |
413 | 2024-01-24T18:28:20.597Z | + mkdir -p out/downloads |
414 | 2024-01-24T18:28:20.597Z | + '[' true == true ']' |
415 | 2024-01-24T18:28:20.597Z | + echo Downloading... |
416 | 2024-01-24T18:28:20.597Z | Downloading... |
417 | 2024-01-24T18:28:20.597Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
418 | 2024-01-24T18:28:20.598Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
419 | 2024-01-24T18:28:20.598Z | ++ do_sha256sum out/downloads/console.tar.gz |
420 | 2024-01-24T18:28:20.636Z | ++ case "$OSTYPE" in |
421 | 2024-01-24T18:28:20.636Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
422 | 2024-01-24T18:28:20.636Z | Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
423 | 2024-01-24T18:28:20.636Z | Downloading... |
424 | 2024-01-24T18:28:20.636Z | ++ SHA=sha256sum |
425 | 2024-01-24T18:28:20.636Z | ++ sha256sum |
426 | 2024-01-24T18:28:20.637Z | ++ awk '{print $1}' |
427 | 2024-01-24T18:28:20.637Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
428 | 2024-01-24T18:28:20.637Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
429 | 2024-01-24T18:28:20.637Z | + rm -rf ./out/console-assets |
430 | 2024-01-24T18:28:20.637Z | + mkdir -p ./out/console-assets |
431 | 2024-01-24T18:28:20.637Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
432 | 2024-01-24T18:28:20.637Z | + mkdir -p ./out/console-assets |
433 | 2024-01-24T18:28:20.649Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
434 | 2024-01-24T18:28:20.649Z | + set -o errexit |
435 | 2024-01-24T18:28:20.649Z | +++ dirname ./tools/ci_download_maghemite_openapi |
436 | 2024-01-24T18:28:20.649Z | ++ cd ./tools |
437 | 2024-01-24T18:28:20.649Z | ++ pwd |
438 | 2024-01-24T18:28:20.649Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
439 | 2024-01-24T18:28:20.649Z | ++ basename ./tools/ci_download_maghemite_openapi |
440 | 2024-01-24T18:28:20.649Z | + ARG0=ci_download_maghemite_openapi |
441 | 2024-01-24T18:28:20.649Z | + TARGET_DIR=out |
442 | 2024-01-24T18:28:20.649Z | + DOWNLOAD_DIR=out/downloads |
443 | 2024-01-24T18:28:20.649Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
444 | 2024-01-24T18:28:20.650Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
445 | 2024-01-24T18:28:20.650Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
446 | 2024-01-24T18:28:20.650Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
447 | 2024-01-24T18:28:20.650Z | + LOCAL_FILE=out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
448 | 2024-01-24T18:28:20.650Z | + main |
449 | 2024-01-24T18:28:20.650Z | + [[ 0 != 0 ]] |
450 | 2024-01-24T18:28:20.650Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json' |
451 | 2024-01-24T18:28:20.650Z | + echo 'Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
452 | 2024-01-24T18:28:20.650Z | + local DO_DOWNLOAD=true |
453 | 2024-01-24T18:28:20.650Z | + [[ -f out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
454 | 2024-01-24T18:28:20.650Z | + mkdir -p out/downloads |
455 | 2024-01-24T18:28:20.650Z | + '[' true == true ']' |
456 | 2024-01-24T18:28:20.650Z | + echo Downloading... |
457 | 2024-01-24T18:28:20.650Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
458 | 2024-01-24T18:28:20.651Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
459 | 2024-01-24T18:28:20.689Z | ++ do_sha256sum out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
460 | 2024-01-24T18:28:20.689Z | ++ case "$OSTYPE" in |
461 | 2024-01-24T18:28:20.689Z | ++ SHA=sha256sum |
462 | 2024-01-24T18:28:20.690Z | ++ sha256sum |
463 | 2024-01-24T18:28:20.690Z | ++ awk '{print $1}' |
464 | 2024-01-24T18:28:20.753Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
465 | 2024-01-24T18:28:20.753Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
466 | 2024-01-24T18:28:20.754Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
467 | 2024-01-24T18:28:20.754Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
468 | 2024-01-24T18:28:20.754Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
469 | 2024-01-24T18:28:20.800Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
470 | 2024-01-24T18:28:20.800Z | + LOCAL_FILE=out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
471 | 2024-01-24T18:28:20.802Z | + main |
472 | 2024-01-24T18:28:20.802Z | + [[ 0 != 0 ]] |
473 | 2024-01-24T18:28:20.802Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json' |
474 | 2024-01-24T18:28:20.802Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
475 | 2024-01-24T18:28:20.803Z | + echo 'Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
476 | 2024-01-24T18:28:20.803Z | Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
477 | 2024-01-24T18:28:20.803Z | + local DO_DOWNLOAD=true |
478 | 2024-01-24T18:28:20.803Z | + [[ -f out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
479 | 2024-01-24T18:28:20.803Z | + mkdir -p out/downloads |
480 | 2024-01-24T18:28:20.803Z | + '[' true == true ']' |
481 | 2024-01-24T18:28:20.803Z | + echo Downloading... |
482 | 2024-01-24T18:28:20.803Z | Downloading... |
483 | 2024-01-24T18:28:20.803Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
484 | 2024-01-24T18:28:20.803Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
485 | 2024-01-24T18:28:21.169Z | ++ do_sha256sum out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
486 | 2024-01-24T18:28:21.187Z | ++ case "$OSTYPE" in |
487 | 2024-01-24T18:28:21.188Z | ++ SHA=sha256sum |
488 | 2024-01-24T18:28:21.188Z | ++ sha256sum |
489 | 2024-01-24T18:28:21.188Z | ++ awk '{print $1}' |
490 | 2024-01-24T18:28:21.188Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
491 | 2024-01-24T18:28:21.188Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
492 | 2024-01-24T18:28:21.188Z | + set -o errexit |
493 | 2024-01-24T18:28:21.188Z | +++ dirname ./tools/ci_download_dendrite_openapi |
494 | 2024-01-24T18:28:21.188Z | ++ cd ./tools |
495 | 2024-01-24T18:28:21.188Z | ++ pwd |
496 | 2024-01-24T18:28:21.188Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
497 | 2024-01-24T18:28:21.188Z | ++ basename ./tools/ci_download_dendrite_openapi |
498 | 2024-01-24T18:28:21.189Z | + ARG0=ci_download_dendrite_openapi |
499 | 2024-01-24T18:28:21.189Z | + TARGET_DIR=out |
500 | 2024-01-24T18:28:21.189Z | + DOWNLOAD_DIR=out/downloads |
501 | 2024-01-24T18:28:21.189Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2024-01-24T18:28:21.190Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
503 | 2024-01-24T18:28:21.190Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
504 | 2024-01-24T18:28:21.190Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
505 | 2024-01-24T18:28:21.190Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
506 | 2024-01-24T18:28:21.190Z | + main |
507 | 2024-01-24T18:28:21.190Z | + [[ 0 != 0 ]] |
508 | 2024-01-24T18:28:21.190Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
509 | 2024-01-24T18:28:21.190Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
510 | 2024-01-24T18:28:21.190Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
511 | 2024-01-24T18:28:21.190Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
512 | 2024-01-24T18:28:21.190Z | + local DO_DOWNLOAD=true |
513 | 2024-01-24T18:28:21.191Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
514 | 2024-01-24T18:28:21.191Z | + mkdir -p out/downloads |
515 | 2024-01-24T18:28:21.191Z | + '[' true == true ']' |
516 | 2024-01-24T18:28:21.191Z | + echo Downloading... |
517 | 2024-01-24T18:28:21.191Z | Downloading... |
518 | 2024-01-24T18:28:21.191Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
519 | 2024-01-24T18:28:21.191Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
520 | 2024-01-24T18:28:21.432Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
521 | 2024-01-24T18:28:21.432Z | ++ case "$OSTYPE" in |
522 | 2024-01-24T18:28:21.465Z | ++ SHA=sha256sum |
523 | 2024-01-24T18:28:21.465Z | ++ sha256sum |
524 | 2024-01-24T18:28:21.465Z | ++ awk '{print $1}' |
525 | 2024-01-24T18:28:21.465Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
526 | 2024-01-24T18:28:21.465Z | + [[ 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 ]] |
527 | 2024-01-24T18:28:21.470Z | + set -o errexit |
528 | 2024-01-24T18:28:21.470Z | +++ dirname ./tools/ci_download_dendrite_stub |
529 | 2024-01-24T18:28:21.470Z | ++ cd ./tools |
530 | 2024-01-24T18:28:21.470Z | ++ pwd |
531 | 2024-01-24T18:28:21.470Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2024-01-24T18:28:21.470Z | ++ basename ./tools/ci_download_dendrite_stub |
533 | 2024-01-24T18:28:21.472Z | + ARG0=ci_download_dendrite_stub |
534 | 2024-01-24T18:28:21.472Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
535 | 2024-01-24T18:28:21.472Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
536 | 2024-01-24T18:28:21.472Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
537 | 2024-01-24T18:28:21.472Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
538 | 2024-01-24T18:28:21.472Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
539 | 2024-01-24T18:28:21.472Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
540 | 2024-01-24T18:28:21.473Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
541 | 2024-01-24T18:28:21.473Z | + TARGET_DIR=out |
542 | 2024-01-24T18:28:21.473Z | + DOWNLOAD_DIR=out/downloads |
543 | 2024-01-24T18:28:21.473Z | + DEST_DIR=./out/dendrite-stub |
544 | 2024-01-24T18:28:21.473Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
545 | 2024-01-24T18:28:21.473Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2024-01-24T18:28:21.473Z | + REPO=oxidecomputer/dendrite |
547 | 2024-01-24T18:28:21.473Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
548 | 2024-01-24T18:28:21.473Z | + main |
549 | 2024-01-24T18:28:21.473Z | + [[ 0 != 0 ]] |
550 | 2024-01-24T18:28:21.473Z | + CIDL_OS=solaris2.11 |
551 | 2024-01-24T18:28:21.474Z | + [[ 0 != 0 ]] |
552 | 2024-01-24T18:28:21.474Z | + configure_os solaris2.11 |
553 | 2024-01-24T18:28:21.474Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2024-01-24T18:28:21.474Z | current directory: /work/oxidecomputer/omicron |
555 | 2024-01-24T18:28:21.474Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2024-01-24T18:28:21.474Z | configuring based on OS: "solaris2.11" |
557 | 2024-01-24T18:28:21.475Z | + case "$1" in |
558 | 2024-01-24T18:28:21.476Z | + SET_BINARIES= |
559 | 2024-01-24T18:28:21.476Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
560 | 2024-01-24T18:28:21.476Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2024-01-24T18:28:21.476Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
562 | 2024-01-24T18:28:21.476Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
563 | 2024-01-24T18:28:21.476Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
564 | 2024-01-24T18:28:21.491Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
565 | 2024-01-24T18:28:21.491Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
566 | 2024-01-24T18:28:21.491Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2024-01-24T18:28:21.491Z | + mkdir -p out/downloads |
568 | 2024-01-24T18:28:21.491Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2024-01-24T18:28:21.492Z | + mkdir -p ./out/dendrite-stub |
570 | 2024-01-24T18:28:21.492Z | + fetch_and_verify |
571 | 2024-01-24T18:28:21.492Z | + local DO_DOWNLOAD=true |
572 | 2024-01-24T18:28:21.492Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
573 | 2024-01-24T18:28:21.492Z | + '[' true == true ']' |
574 | 2024-01-24T18:28:21.492Z | + echo Downloading... |
575 | 2024-01-24T18:28:21.492Z | Downloading... |
576 | 2024-01-24T18:28:21.492Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
577 | 2024-01-24T18:28:21.493Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
578 | 2024-01-24T18:28:29.271Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
579 | 2024-01-24T18:28:29.285Z | ++ sha256sum |
580 | 2024-01-24T18:28:29.285Z | ++ awk '{print $1}' |
581 | 2024-01-24T18:28:29.371Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
582 | 2024-01-24T18:28:29.371Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
583 | 2024-01-24T18:28:29.375Z | + do_untar out/downloads/dendrite-stub.tar.gz |
584 | 2024-01-24T18:28:29.376Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
585 | 2024-01-24T18:28:30.491Z | + do_assemble |
586 | 2024-01-24T18:28:30.491Z | + rm -r ./out/dendrite-stub |
587 | 2024-01-24T18:28:30.939Z | + mkdir ./out/dendrite-stub |
588 | 2024-01-24T18:28:30.940Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
589 | 2024-01-24T18:28:30.940Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
590 | 2024-01-24T18:28:30.940Z | + set -o errexit |
591 | 2024-01-24T18:28:30.940Z | +++ dirname ./tools/ci_download_maghemite_mgd |
592 | 2024-01-24T18:28:30.940Z | ++ cd ./tools |
593 | 2024-01-24T18:28:30.941Z | ++ pwd |
594 | 2024-01-24T18:28:30.941Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
595 | 2024-01-24T18:28:30.941Z | ++ basename ./tools/ci_download_maghemite_mgd |
596 | 2024-01-24T18:28:30.941Z | + ARG0=ci_download_maghemite_mgd |
597 | 2024-01-24T18:28:30.941Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
598 | 2024-01-24T18:28:30.941Z | ++ CIDL_SHA256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
599 | 2024-01-24T18:28:30.941Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
600 | 2024-01-24T18:28:30.941Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
601 | 2024-01-24T18:28:30.942Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
602 | 2024-01-24T18:28:30.942Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
603 | 2024-01-24T18:28:30.943Z | + TARGET_DIR=out |
604 | 2024-01-24T18:28:30.943Z | + DOWNLOAD_DIR=out/downloads |
605 | 2024-01-24T18:28:30.944Z | + DEST_DIR=./out/mgd |
606 | 2024-01-24T18:28:30.944Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
607 | 2024-01-24T18:28:30.944Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
608 | 2024-01-24T18:28:30.944Z | + REPO=oxidecomputer/maghemite |
609 | 2024-01-24T18:28:30.944Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
610 | 2024-01-24T18:28:30.944Z | + main |
611 | 2024-01-24T18:28:30.945Z | + [[ 0 != 0 ]] |
612 | 2024-01-24T18:28:30.945Z | + CIDL_OS=solaris2.11 |
613 | 2024-01-24T18:28:30.945Z | + [[ 0 != 0 ]] |
614 | 2024-01-24T18:28:30.945Z | + configure_os solaris2.11 |
615 | 2024-01-24T18:28:30.945Z | + echo 'current directory: /work/oxidecomputer/omicron' |
616 | 2024-01-24T18:28:30.945Z | current directory: /work/oxidecomputer/omicron |
617 | 2024-01-24T18:28:30.945Z | + echo 'configuring based on OS: "solaris2.11"' |
618 | 2024-01-24T18:28:30.945Z | + case "$1" in |
619 | 2024-01-24T18:28:30.945Z | configuring based on OS: "solaris2.11" |
620 | 2024-01-24T18:28:30.946Z | + SET_BINARIES= |
621 | 2024-01-24T18:28:30.946Z | + CIDL_SHA256FUNC=do_sha256sum |
622 | 2024-01-24T18:28:30.946Z | + TARBALL_FILENAME=mgd.tar.gz |
623 | 2024-01-24T18:28:30.946Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
624 | 2024-01-24T18:28:30.946Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
625 | 2024-01-24T18:28:30.946Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz' |
626 | 2024-01-24T18:28:30.947Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
627 | 2024-01-24T18:28:30.947Z | Local file: out/downloads/mgd.tar.gz |
628 | 2024-01-24T18:28:30.947Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
629 | 2024-01-24T18:28:30.947Z | + mkdir -p out/downloads |
630 | 2024-01-24T18:28:30.947Z | + mkdir -p ./out/mgd |
631 | 2024-01-24T18:28:30.948Z | + fetch_and_verify |
632 | 2024-01-24T18:28:30.948Z | + local DO_DOWNLOAD=true |
633 | 2024-01-24T18:28:30.948Z | + [[ -f out/downloads/mgd.tar.gz ]] |
634 | 2024-01-24T18:28:30.948Z | + '[' true == true ']' |
635 | 2024-01-24T18:28:30.948Z | + echo Downloading... |
636 | 2024-01-24T18:28:30.948Z | Downloading... |
637 | 2024-01-24T18:28:30.949Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz out/downloads/mgd.tar.gz |
638 | 2024-01-24T18:28:30.949Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
639 | 2024-01-24T18:28:36.550Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
640 | 2024-01-24T18:28:36.560Z | ++ sha256sum |
641 | 2024-01-24T18:28:36.560Z | ++ awk '{print $1}' |
642 | 2024-01-24T18:28:36.623Z | + calculated_sha256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
643 | 2024-01-24T18:28:36.623Z | + [[ ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b != \a\b\8\8\2\f\b\e\a\b\5\4\9\8\7\6\4\5\4\9\2\8\7\2\e\6\7\f\3\3\5\1\f\8\d\1\4\6\2\9\a\0\4\1\4\6\5\c\c\8\4\5\a\c\8\5\8\3\a\7\0\0\2\b ]] |
644 | 2024-01-24T18:28:36.627Z | + do_untar out/downloads/mgd.tar.gz |
645 | 2024-01-24T18:28:36.627Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
646 | 2024-01-24T18:28:37.290Z | + do_assemble |
647 | 2024-01-24T18:28:37.291Z | + rm -r ./out/mgd |
648 | 2024-01-24T18:28:37.295Z | + mkdir ./out/mgd |
649 | 2024-01-24T18:28:37.299Z | + cp -r out/downloads/root ./out/mgd/root |
650 | 2024-01-24T18:28:37.526Z | + set -o errexit |
651 | 2024-01-24T18:28:37.941Z | +++ dirname ./tools/ci_download_transceiver_control |
652 | 2024-01-24T18:28:37.942Z | ++ cd ./tools |
653 | 2024-01-24T18:28:37.942Z | ++ pwd |
654 | 2024-01-24T18:28:37.942Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
655 | 2024-01-24T18:28:37.942Z | ++ basename ./tools/ci_download_transceiver_control |
656 | 2024-01-24T18:28:37.946Z | + ARG0=ci_download_transceiver_control |
657 | 2024-01-24T18:28:37.947Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
658 | 2024-01-24T18:28:37.947Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2024-01-24T18:28:37.948Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-01-24T18:28:37.948Z | + TARGET_DIR=out |
661 | 2024-01-24T18:28:37.948Z | + DOWNLOAD_DIR=out/downloads |
662 | 2024-01-24T18:28:37.948Z | + DEST_DIR=./out/transceiver-control |
663 | 2024-01-24T18:28:37.948Z | + BIN_DIR=/opt/oxide/bin |
664 | 2024-01-24T18:28:37.948Z | + BINARY=xcvradm |
665 | 2024-01-24T18:28:37.948Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
666 | 2024-01-24T18:28:37.948Z | + REPO=oxidecomputer/transceiver-control |
667 | 2024-01-24T18:28:37.948Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
668 | 2024-01-24T18:28:37.948Z | + main |
669 | 2024-01-24T18:28:37.948Z | + [[ 0 != 0 ]] |
670 | 2024-01-24T18:28:37.948Z | + CIDL_OS=solaris2.11 |
671 | 2024-01-24T18:28:37.948Z | + [[ 0 != 0 ]] |
672 | 2024-01-24T18:28:37.948Z | + configure_os solaris2.11 |
673 | 2024-01-24T18:28:37.948Z | + echo 'current directory: /work/oxidecomputer/omicron' |
674 | 2024-01-24T18:28:37.948Z | current directory: /work/oxidecomputer/omicron |
675 | 2024-01-24T18:28:37.948Z | configuring based on OS: "solaris2.11" |
676 | 2024-01-24T18:28:37.948Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2024-01-24T18:28:37.949Z | + case "$1" in |
678 | 2024-01-24T18:28:37.949Z | + SET_BINARIES= |
679 | 2024-01-24T18:28:37.949Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-01-24T18:28:37.949Z | + CIDL_SHA256FUNC=do_sha256sum |
681 | 2024-01-24T18:28:37.949Z | + ARCHIVE_FILENAME=xcvradm.gz |
682 | 2024-01-24T18:28:37.949Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-01-24T18:28:37.949Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
684 | 2024-01-24T18:28:37.949Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
685 | 2024-01-24T18:28:37.949Z | + echo 'Local file: out/downloads/xcvradm.gz' |
686 | 2024-01-24T18:28:37.949Z | + mkdir -p out/downloads |
687 | 2024-01-24T18:28:37.950Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2024-01-24T18:28:37.950Z | Local file: out/downloads/xcvradm.gz |
689 | 2024-01-24T18:28:37.950Z | + mkdir -p ./out/transceiver-control |
690 | 2024-01-24T18:28:37.950Z | + fetch_and_verify |
691 | 2024-01-24T18:28:37.950Z | + local DO_DOWNLOAD=true |
692 | 2024-01-24T18:28:37.950Z | + [[ -f out/downloads/xcvradm.gz ]] |
693 | 2024-01-24T18:28:37.950Z | + '[' true == true ']' |
694 | 2024-01-24T18:28:37.950Z | + echo Downloading... |
695 | 2024-01-24T18:28:37.950Z | Downloading... |
696 | 2024-01-24T18:28:37.950Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
697 | 2024-01-24T18:28:37.950Z | + 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 |
698 | 2024-01-24T18:28:39.135Z | ++ do_sha256sum out/downloads/xcvradm.gz |
699 | 2024-01-24T18:28:39.138Z | ++ sha256sum |
700 | 2024-01-24T18:28:39.138Z | ++ awk '{print $1}' |
701 | 2024-01-24T18:28:39.154Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
702 | 2024-01-24T18:28:39.155Z | + [[ 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 ]] |
703 | 2024-01-24T18:28:39.158Z | + do_unpack out/downloads/xcvradm.gz |
704 | 2024-01-24T18:28:39.158Z | + mkdir -p out/downloads/root//opt/oxide/bin |
705 | 2024-01-24T18:28:39.158Z | + gzip -dc out/downloads/xcvradm.gz |
706 | 2024-01-24T18:28:39.332Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
707 | 2024-01-24T18:28:39.337Z | + do_assemble |
708 | 2024-01-24T18:28:39.337Z | + rm -r ./out/transceiver-control |
709 | 2024-01-24T18:28:39.337Z | + mkdir ./out/transceiver-control |
710 | 2024-01-24T18:28:39.340Z | + cp -r out/downloads/root ./out/transceiver-control/root |
711 | 2024-01-24T18:28:39.733Z | All builder prerequisites installed successfully, and PATH looks valid |
712 | 2024-01-24T18:28:39.741Z | |
713 | 2024-01-24T18:28:39.741Z | real 2:12.670923280 |
714 | 2024-01-24T18:28:39.741Z | user 53.761966916 |
715 | 2024-01-24T18:28:39.741Z | sys 10.461731257 |
716 | 2024-01-24T18:28:39.741Z | trap 0.025315246 |
717 | 2024-01-24T18:28:39.741Z | tflt 0.209133949 |
718 | 2024-01-24T18:28:39.741Z | dflt 0.574568520 |
719 | 2024-01-24T18:28:39.741Z | kflt 0.148465623 |
720 | 2024-01-24T18:28:39.741Z | lock 2.780547010 |
721 | 2024-01-24T18:28:39.741Z | slp 4:09.183411763 |
722 | 2024-01-24T18:28:39.741Z | lat 3.519894711 |
723 | 2024-01-24T18:28:39.741Z | stop 0.073643868 |
724 | 2024-01-24T18:28:39.741Z | |
725 | 2024-01-24T18:28:39.742Z | #### # # ##### ##### # # |
726 | 2024-01-24T18:28:39.742Z | # # # # # # # # # # |
727 | 2024-01-24T18:28:39.742Z | # # # # # # # # |
728 | 2024-01-24T18:28:39.742Z | # # # ##### ##### # |
729 | 2024-01-24T18:28:39.742Z | # # # # # # # |
730 | 2024-01-24T18:28:39.742Z | #### ###### # # # # |
731 | 2024-01-24T18:28:39.742Z | |
732 | 2024-01-24T18:28:40.090Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
733 | 2024-01-24T18:28:40.468Z | Updating crates.io index |
734 | 2024-01-24T18:28:40.472Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2024-01-24T18:28:41.425Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2024-01-24T18:28:43.994Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2024-01-24T18:28:44.592Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2024-01-24T18:28:45.328Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2024-01-24T18:28:45.343Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2024-01-24T18:28:45.572Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2024-01-24T18:28:47.396Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2024-01-24T18:28:50.085Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2024-01-24T18:28:51.783Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2024-01-24T18:28:52.083Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2024-01-24T18:28:52.949Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2024-01-24T18:28:53.529Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
747 | 2024-01-24T18:28:54.030Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2024-01-24T18:28:54.357Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2024-01-24T18:28:54.754Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2024-01-24T18:28:55.336Z | Updating git repository `https://github.com/njaremko/samael` |
751 | 2024-01-24T18:28:55.995Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
752 | 2024-01-24T18:28:56.290Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2024-01-24T18:28:57.071Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
754 | 2024-01-24T18:28:57.582Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
755 | 2024-01-24T18:28:57.853Z | Updating git repository `https://github.com/jgallagher/nix` |
756 | 2024-01-24T18:28:59.668Z | Updating git repository `https://github.com/cbiffle/hubpack` |
757 | 2024-01-24T18:29:00.044Z | Updating git repository `https://github.com/oxidecomputer/typify` |
758 | 2024-01-24T18:29:02.222Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2024-01-24T18:29:03.310Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
760 | 2024-01-24T18:29:03.705Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
761 | 2024-01-24T18:29:05.990Z | Downloading crates ... |
762 | 2024-01-24T18:29:06.262Z | Downloaded camino v1.1.6 |
763 | 2024-01-24T18:29:06.266Z | Downloaded heck v0.4.1 |
764 | 2024-01-24T18:29:06.285Z | Downloaded anstyle v1.0.2 |
765 | 2024-01-24T18:29:06.289Z | Downloaded thiserror v1.0.49 |
766 | 2024-01-24T18:29:06.295Z | Downloaded errno v0.3.8 |
767 | 2024-01-24T18:29:06.299Z | Downloaded clap_lex v0.5.1 |
768 | 2024-01-24T18:29:06.299Z | Downloaded cargo-platform v0.1.3 |
769 | 2024-01-24T18:29:06.303Z | Downloaded clap_derive v4.4.2 |
770 | 2024-01-24T18:29:06.306Z | Downloaded bitflags v1.3.2 |
771 | 2024-01-24T18:29:06.326Z | Downloaded semver v1.0.21 |
772 | 2024-01-24T18:29:06.333Z | Downloaded toml v0.8.8 |
773 | 2024-01-24T18:29:06.333Z | Downloaded indexmap v2.1.0 |
774 | 2024-01-24T18:29:06.333Z | Downloaded proc-macro2 v1.0.74 |
775 | 2024-01-24T18:29:06.334Z | Downloaded toml_datetime v0.6.5 |
776 | 2024-01-24T18:29:06.334Z | Downloaded memchr v2.6.3 |
777 | 2024-01-24T18:29:06.340Z | Downloaded cargo_toml v0.18.0 |
778 | 2024-01-24T18:29:06.345Z | Downloaded clap_builder v4.4.2 |
779 | 2024-01-24T18:29:06.355Z | Downloaded anstyle-parse v0.2.1 |
780 | 2024-01-24T18:29:06.358Z | Downloaded hashbrown v0.14.2 |
781 | 2024-01-24T18:29:06.367Z | Downloaded winnow v0.5.15 |
782 | 2024-01-24T18:29:06.381Z | Downloaded quote v1.0.35 |
783 | 2024-01-24T18:29:06.385Z | Downloaded clap v4.4.3 |
784 | 2024-01-24T18:29:06.402Z | Downloaded toml_edit v0.21.0 |
785 | 2024-01-24T18:29:06.448Z | Downloaded rustix v0.37.23 |
786 | 2024-01-24T18:29:06.478Z | Downloaded libc v0.2.152 |
787 | 2024-01-24T18:29:06.522Z | Downloaded syn v2.0.46 |
788 | 2024-01-24T18:29:06.954Z | Downloaded serde v1.0.195 |
789 | 2024-01-24T18:29:06.958Z | Downloaded anyhow v1.0.75 |
790 | 2024-01-24T18:29:06.958Z | Downloaded serde_json v1.0.111 |
791 | 2024-01-24T18:29:06.958Z | Downloaded utf8parse v0.2.1 |
792 | 2024-01-24T18:29:06.958Z | Downloaded strsim v0.10.0 |
793 | 2024-01-24T18:29:06.958Z | Downloaded terminal_size v0.2.6 |
794 | 2024-01-24T18:29:06.958Z | Downloaded serde_derive v1.0.195 |
795 | 2024-01-24T18:29:06.958Z | Downloaded itoa v1.0.9 |
796 | 2024-01-24T18:29:06.958Z | Downloaded unicode-ident v1.0.12 |
797 | 2024-01-24T18:29:06.958Z | Downloaded io-lifetimes v1.0.11 |
798 | 2024-01-24T18:29:06.958Z | Downloaded cargo_metadata v0.18.1 |
799 | 2024-01-24T18:29:06.958Z | Downloaded anstyle-query v1.0.0 |
800 | 2024-01-24T18:29:06.958Z | Downloaded anstream v0.5.0 |
801 | 2024-01-24T18:29:06.958Z | Downloaded thiserror-impl v1.0.49 |
802 | 2024-01-24T18:29:06.958Z | Downloaded serde_spanned v0.6.4 |
803 | 2024-01-24T18:29:06.958Z | Downloaded ryu v1.0.15 |
804 | 2024-01-24T18:29:06.958Z | Downloaded equivalent v1.0.1 |
805 | 2024-01-24T18:29:06.958Z | Downloaded colorchoice v1.0.0 |
806 | 2024-01-24T18:29:06.958Z | Compiling proc-macro2 v1.0.74 |
807 | 2024-01-24T18:29:06.960Z | Compiling unicode-ident v1.0.12 |
808 | 2024-01-24T18:29:06.960Z | Compiling serde v1.0.195 |
809 | 2024-01-24T18:29:06.960Z | Compiling libc v0.2.152 |
810 | 2024-01-24T18:29:06.960Z | Compiling io-lifetimes v1.0.11 |
811 | 2024-01-24T18:29:06.960Z | Compiling rustix v0.37.23 |
812 | 2024-01-24T18:29:06.960Z | Compiling equivalent v1.0.1 |
813 | 2024-01-24T18:29:06.960Z | Compiling hashbrown v0.14.2 |
814 | 2024-01-24T18:29:07.004Z | Compiling bitflags v1.3.2 |
815 | 2024-01-24T18:29:07.078Z | Compiling utf8parse v0.2.1 |
816 | 2024-01-24T18:29:07.147Z | Compiling anstyle-query v1.0.0 |
817 | 2024-01-24T18:29:07.310Z | Compiling anstyle-parse v0.2.1 |
818 | 2024-01-24T18:29:07.332Z | Compiling camino v1.1.6 |
819 | 2024-01-24T18:29:07.784Z | Compiling serde_json v1.0.111 |
820 | 2024-01-24T18:29:08.451Z | Compiling indexmap v2.1.0 |
821 | 2024-01-24T18:29:08.782Z | Compiling anstyle v1.0.2 |
822 | 2024-01-24T18:29:08.816Z | Compiling thiserror v1.0.49 |
823 | 2024-01-24T18:29:08.942Z | Compiling semver v1.0.21 |
824 | 2024-01-24T18:29:08.958Z | Compiling colorchoice v1.0.0 |
825 | 2024-01-24T18:29:09.144Z | Compiling winnow v0.5.15 |
826 | 2024-01-24T18:29:09.281Z | Compiling anstream v0.5.0 |
827 | 2024-01-24T18:29:09.457Z | Compiling strsim v0.10.0 |
828 | 2024-01-24T18:29:09.781Z | Compiling clap_lex v0.5.1 |
829 | 2024-01-24T18:29:09.793Z | Compiling itoa v1.0.9 |
830 | 2024-01-24T18:29:10.123Z | Compiling heck v0.4.1 |
831 | 2024-01-24T18:29:10.281Z | Compiling quote v1.0.35 |
832 | 2024-01-24T18:29:10.351Z | Compiling ryu v1.0.15 |
833 | 2024-01-24T18:29:10.556Z | Compiling anyhow v1.0.75 |
834 | 2024-01-24T18:29:10.854Z | Compiling syn v2.0.46 |
835 | 2024-01-24T18:29:10.896Z | Compiling errno v0.3.8 |
836 | 2024-01-24T18:29:12.762Z | Compiling terminal_size v0.2.6 |
837 | 2024-01-24T18:29:12.893Z | Compiling clap_builder v4.4.2 |
838 | 2024-01-24T18:29:19.012Z | Compiling serde_derive v1.0.195 |
839 | 2024-01-24T18:29:19.024Z | Compiling thiserror-impl v1.0.49 |
840 | 2024-01-24T18:29:19.025Z | Compiling clap_derive v4.4.2 |
841 | 2024-01-24T18:29:23.913Z | Compiling clap v4.4.3 |
842 | 2024-01-24T18:29:32.472Z | Compiling toml_datetime v0.6.5 |
843 | 2024-01-24T18:29:32.478Z | Compiling serde_spanned v0.6.4 |
844 | 2024-01-24T18:29:32.484Z | Compiling cargo-platform v0.1.3 |
845 | 2024-01-24T18:29:32.797Z | Compiling toml_edit v0.21.0 |
846 | 2024-01-24T18:29:34.497Z | Compiling cargo_metadata v0.18.1 |
847 | 2024-01-24T18:29:36.113Z | Compiling toml v0.8.8 |
848 | 2024-01-24T18:29:37.098Z | Compiling cargo_toml v0.18.0 |
849 | 2024-01-24T18:29:43.690Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
850 | 2024-01-24T18:29:45.579Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 05s |
851 | 2024-01-24T18:29:46.168Z | Running `target/debug/xtask clippy` |
852 | 2024-01-24T18:29:46.169Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
853 | 2024-01-24T18:29:46.569Z | Downloading crates ... |
854 | 2024-01-24T18:29:46.631Z | Downloaded argon2 v0.5.2 |
855 | 2024-01-24T18:29:46.632Z | Downloaded cfg-if v1.0.0 |
856 | 2024-01-24T18:29:46.632Z | Downloaded cast v0.3.0 |
857 | 2024-01-24T18:29:46.632Z | Downloaded chacha20 v0.9.1 |
858 | 2024-01-24T18:29:46.632Z | Downloaded httptest v0.15.5 |
859 | 2024-01-24T18:29:46.632Z | Downloaded hubpack_derive v0.1.1 |
860 | 2024-01-24T18:29:46.632Z | Downloaded const-oid v0.9.5 |
861 | 2024-01-24T18:29:46.632Z | Downloaded itertools v0.12.0 |
862 | 2024-01-24T18:29:46.702Z | Downloaded chacha20poly1305 v0.10.1 |
863 | 2024-01-24T18:29:46.703Z | Downloaded byteorder v1.5.0 |
864 | 2024-01-24T18:29:46.703Z | Downloaded curve25519-dalek-derive v0.1.0 |
865 | 2024-01-24T18:29:46.704Z | Downloaded instant v0.1.12 |
866 | 2024-01-24T18:29:46.704Z | Downloaded nested v0.1.1 |
867 | 2024-01-24T18:29:46.704Z | Downloaded lock_api v0.4.10 |
868 | 2024-01-24T18:29:46.705Z | Downloaded ident_case v1.0.1 |
869 | 2024-01-24T18:29:46.705Z | Downloaded kstat-rs v0.2.3 |
870 | 2024-01-24T18:29:46.705Z | Downloaded colored v2.0.4 |
871 | 2024-01-24T18:29:46.705Z | Downloaded number_prefix v0.4.0 |
872 | 2024-01-24T18:29:46.706Z | Downloaded base16ct v0.2.0 |
873 | 2024-01-24T18:29:46.788Z | Downloaded minimal-lexical v0.2.1 |
874 | 2024-01-24T18:29:46.788Z | Downloaded is_ci v1.1.1 |
875 | 2024-01-24T18:29:46.788Z | Downloaded indoc v2.0.3 |
876 | 2024-01-24T18:29:46.788Z | Downloaded atomicwrites v0.4.3 |
877 | 2024-01-24T18:29:46.956Z | Downloaded hubpack v0.1.2 |
878 | 2024-01-24T18:29:46.957Z | Downloaded num-derive v0.4.0 |
879 | 2024-01-24T18:29:46.957Z | Downloaded num_threads v0.1.6 |
880 | 2024-01-24T18:29:46.957Z | Downloaded cstr-argument v0.1.2 |
881 | 2024-01-24T18:29:46.957Z | Downloaded linear-map v1.2.0 |
882 | 2024-01-24T18:29:46.957Z | Downloaded bzip2 v0.4.4 |
883 | 2024-01-24T18:29:46.957Z | Downloaded num_enum v0.5.11 |
884 | 2024-01-24T18:29:46.957Z | Downloaded semver-parser v0.10.2 |
885 | 2024-01-24T18:29:46.957Z | Downloaded addr2line v0.21.0 |
886 | 2024-01-24T18:29:46.957Z | Downloaded crossbeam-queue v0.3.8 |
887 | 2024-01-24T18:29:46.957Z | Downloaded md-5 v0.10.5 |
888 | 2024-01-24T18:29:46.957Z | Downloaded spin v0.5.2 |
889 | 2024-01-24T18:29:46.957Z | Downloaded zeroize v1.7.0 |
890 | 2024-01-24T18:29:46.958Z | Downloaded multer v3.0.0 |
891 | 2024-01-24T18:29:46.958Z | Downloaded http-range v0.1.5 |
892 | 2024-01-24T18:29:46.958Z | Downloaded path-slash v0.1.5 |
893 | 2024-01-24T18:29:46.958Z | Downloaded time-core v0.1.1 |
894 | 2024-01-24T18:29:46.958Z | Downloaded cipher v0.4.4 |
895 | 2024-01-24T18:29:46.958Z | Downloaded strum v0.25.0 |
896 | 2024-01-24T18:29:46.958Z | Downloaded cfg-expr v0.15.5 |
897 | 2024-01-24T18:29:46.958Z | Downloaded hyper-rustls v0.25.0 |
898 | 2024-01-24T18:29:46.958Z | Downloaded static_assertions v1.1.0 |
899 | 2024-01-24T18:29:46.958Z | Downloaded sqlformat v0.2.3 |
900 | 2024-01-24T18:29:46.958Z | Downloaded crc-any v2.4.3 |
901 | 2024-01-24T18:29:47.018Z | Downloaded peeking_take_while v0.1.2 |
902 | 2024-01-24T18:29:47.018Z | Downloaded foreign-types v0.3.2 |
903 | 2024-01-24T18:29:47.018Z | Downloaded pem-rfc7468 v0.7.0 |
904 | 2024-01-24T18:29:47.090Z | Downloaded paste v1.0.14 |
905 | 2024-01-24T18:29:47.090Z | Downloaded hostname v0.3.1 |
906 | 2024-01-24T18:29:47.091Z | Downloaded predicates v3.1.0 |
907 | 2024-01-24T18:29:47.091Z | Downloaded similar-asserts v1.5.0 |
908 | 2024-01-24T18:29:47.091Z | Downloaded foreign-types-macros v0.2.3 |
909 | 2024-01-24T18:29:47.091Z | Downloaded hex-literal v0.4.1 |
910 | 2024-01-24T18:29:47.091Z | Downloaded fnv v1.0.7 |
911 | 2024-01-24T18:29:47.091Z | Downloaded pkcs8 v0.10.2 |
912 | 2024-01-24T18:29:47.091Z | Downloaded parse-display v0.8.2 |
913 | 2024-01-24T18:29:47.091Z | Downloaded downcast v0.11.0 |
914 | 2024-01-24T18:29:47.091Z | Downloaded which v4.4.0 |
915 | 2024-01-24T18:29:47.091Z | Downloaded diesel_table_macro_syntax v0.1.0 |
916 | 2024-01-24T18:29:47.091Z | Downloaded tokio-native-tls v0.3.1 |
917 | 2024-01-24T18:29:47.091Z | Downloaded schemars_derive v0.8.16 |
918 | 2024-01-24T18:29:47.092Z | Downloaded tungstenite v0.20.1 |
919 | 2024-01-24T18:29:47.092Z | Downloaded dtrace-parser v0.1.14 |
920 | 2024-01-24T18:29:47.092Z | Downloaded ena v0.14.2 |
921 | 2024-01-24T18:29:47.092Z | Downloaded zone_cfg_derive v0.3.0 |
922 | 2024-01-24T18:29:47.092Z | Downloaded platforms v3.0.2 |
923 | 2024-01-24T18:29:47.092Z | Downloaded darling_macro v0.20.3 |
924 | 2024-01-24T18:29:47.092Z | Downloaded digest v0.10.7 |
925 | 2024-01-24T18:29:47.092Z | Downloaded float-cmp v0.9.0 |
926 | 2024-01-24T18:29:47.092Z | Downloaded semver v0.1.20 |
927 | 2024-01-24T18:29:47.092Z | Downloaded take_mut v0.2.2 |
928 | 2024-01-24T18:29:47.092Z | Downloaded serde_repr v0.1.16 |
929 | 2024-01-24T18:29:47.140Z | Downloaded dirs-next v2.0.0 |
930 | 2024-01-24T18:29:47.140Z | Downloaded tabled_derive v0.6.0 |
931 | 2024-01-24T18:29:47.140Z | Downloaded smf v0.2.2 |
932 | 2024-01-24T18:29:47.140Z | Downloaded signal-hook-tokio v0.3.1 |
933 | 2024-01-24T18:29:47.140Z | Downloaded futures-sink v0.3.30 |
934 | 2024-01-24T18:29:47.140Z | Downloaded shell-words v1.1.0 |
935 | 2024-01-24T18:29:47.140Z | Downloaded rand_xorshift v0.3.0 |
936 | 2024-01-24T18:29:47.231Z | Downloaded tinytemplate v1.2.1 |
937 | 2024-01-24T18:29:47.231Z | Downloaded postcard v1.0.8 |
938 | 2024-01-24T18:29:47.232Z | Downloaded doc-comment v0.3.3 |
939 | 2024-01-24T18:29:47.232Z | Downloaded rusty-fork v0.3.0 |
940 | 2024-01-24T18:29:47.232Z | Downloaded debug-ignore v1.0.5 |
941 | 2024-01-24T18:29:47.232Z | Downloaded scheduled-thread-pool v0.2.7 |
942 | 2024-01-24T18:29:47.232Z | Downloaded serde_plain v1.0.2 |
943 | 2024-01-24T18:29:47.232Z | Downloaded pretty-hex v0.2.1 |
944 | 2024-01-24T18:29:47.232Z | Downloaded futures-macro v0.3.30 |
945 | 2024-01-24T18:29:47.232Z | Downloaded futures-executor v0.3.30 |
946 | 2024-01-24T18:29:47.232Z | Downloaded serde_tokenstream v0.1.7 |
947 | 2024-01-24T18:29:47.232Z | Downloaded ref-cast v1.0.20 |
948 | 2024-01-24T18:29:47.232Z | Downloaded rustls-pki-types v1.1.0 |
949 | 2024-01-24T18:29:47.232Z | Downloaded hmac v0.12.1 |
950 | 2024-01-24T18:29:47.232Z | Downloaded toolchain_find v0.2.0 |
951 | 2024-01-24T18:29:47.233Z | Downloaded fxhash v0.2.1 |
952 | 2024-01-24T18:29:47.233Z | Downloaded unsafe-libyaml v0.2.10 |
953 | 2024-01-24T18:29:47.233Z | Downloaded signal-hook-registry v1.4.1 |
954 | 2024-01-24T18:29:47.233Z | Downloaded headers-core v0.2.0 |
955 | 2024-01-24T18:29:47.233Z | Downloaded defmt-parser v0.3.3 |
956 | 2024-01-24T18:29:47.233Z | Downloaded slog v2.7.0 |
957 | 2024-01-24T18:29:47.292Z | Downloaded tower-service v0.3.2 |
958 | 2024-01-24T18:29:47.293Z | Downloaded derive_builder_macro v0.12.0 |
959 | 2024-01-24T18:29:47.293Z | Downloaded whoami v1.4.1 |
960 | 2024-01-24T18:29:47.293Z | Downloaded diff v0.1.13 |
961 | 2024-01-24T18:29:47.293Z | Downloaded zeroize_derive v1.4.2 |
962 | 2024-01-24T18:29:47.293Z | Downloaded signal-hook-mio v0.2.3 |
963 | 2024-01-24T18:29:47.293Z | Downloaded pretty-hex v0.4.1 |
964 | 2024-01-24T18:29:47.293Z | Downloaded glob v0.3.1 |
965 | 2024-01-24T18:29:47.293Z | Downloaded unicode-width v0.1.11 |
966 | 2024-01-24T18:29:47.293Z | Downloaded precomputed-hash v0.1.1 |
967 | 2024-01-24T18:29:47.293Z | Downloaded parse-size v1.0.0 |
968 | 2024-01-24T18:29:47.293Z | Downloaded defmt v0.3.5 |
969 | 2024-01-24T18:29:47.293Z | Downloaded usdt-attr-macro v0.3.5 |
970 | 2024-01-24T18:29:47.293Z | Downloaded heck v0.3.3 |
971 | 2024-01-24T18:29:47.640Z | Downloaded topological-sort v0.2.2 |
972 | 2024-01-24T18:29:47.640Z | Downloaded group v0.13.0 |
973 | 2024-01-24T18:29:47.640Z | Downloaded der_derive v0.7.2 |
974 | 2024-01-24T18:29:47.641Z | Downloaded packed_struct_codegen v0.10.1 |
975 | 2024-01-24T18:29:47.641Z | Downloaded r2d2 v0.8.10 |
976 | 2024-01-24T18:29:47.641Z | Downloaded proc-macro-crate v1.3.1 |
977 | 2024-01-24T18:29:47.641Z | Downloaded deranged v0.3.8 |
978 | 2024-01-24T18:29:47.641Z | Downloaded strum_macros v0.24.3 |
979 | 2024-01-24T18:29:47.641Z | Downloaded shlex v1.1.0 |
980 | 2024-01-24T18:29:47.641Z | Downloaded rustc-demangle v0.1.23 |
981 | 2024-01-24T18:29:47.641Z | Downloaded want v0.3.1 |
982 | 2024-01-24T18:29:47.642Z | Downloaded waitgroup v0.1.2 |
983 | 2024-01-24T18:29:47.642Z | Downloaded predicates-tree v1.0.9 |
984 | 2024-01-24T18:29:47.642Z | Downloaded unicase v2.7.0 |
985 | 2024-01-24T18:29:47.642Z | Downloaded schemars v0.8.16 |
986 | 2024-01-24T18:29:47.642Z | Downloaded usdt-macro v0.3.5 |
987 | 2024-01-24T18:29:47.642Z | Downloaded ed25519 v1.5.3 |
988 | 2024-01-24T18:29:47.642Z | Downloaded rtoolbox v0.0.1 |
989 | 2024-01-24T18:29:47.642Z | Downloaded serde_tokenstream v0.2.0 |
990 | 2024-01-24T18:29:47.642Z | Downloaded dyn-clone v1.0.13 |
991 | 2024-01-24T18:29:47.642Z | Downloaded generic-array v0.14.7 |
992 | 2024-01-24T18:29:47.642Z | Downloaded trust-dns-resolver v0.22.0 |
993 | 2024-01-24T18:29:47.642Z | Downloaded serde_urlencoded v0.7.1 |
994 | 2024-01-24T18:29:47.642Z | Downloaded wait-timeout v0.2.0 |
995 | 2024-01-24T18:29:47.642Z | Downloaded termios v0.3.3 |
996 | 2024-01-24T18:29:47.642Z | Downloaded data-encoding v2.4.0 |
997 | 2024-01-24T18:29:47.642Z | Downloaded fragile v2.0.0 |
998 | 2024-01-24T18:29:47.642Z | Downloaded slab v0.4.9 |
999 | 2024-01-24T18:29:47.642Z | Downloaded thiserror-impl-no-std v2.0.2 |
1000 | 2024-01-24T18:29:47.643Z | Downloaded tokio-rustls v0.25.0 |
1001 | 2024-01-24T18:29:47.643Z | Downloaded highway v1.1.0 |
1002 | 2024-01-24T18:29:47.643Z | Downloaded owo-colors v3.5.0 |
1003 | 2024-01-24T18:29:47.643Z | Downloaded proc-macro-error v1.0.4 |
1004 | 2024-01-24T18:29:47.643Z | Downloaded parking_lot v0.11.2 |
1005 | 2024-01-24T18:29:47.643Z | Downloaded zerocopy v0.7.31 |
1006 | 2024-01-24T18:29:47.643Z | Downloaded threadpool v1.8.1 |
1007 | 2024-01-24T18:29:47.643Z | Downloaded rand v0.4.6 |
1008 | 2024-01-24T18:29:47.643Z | Downloaded tracing-attributes v0.1.26 |
1009 | 2024-01-24T18:29:47.643Z | Downloaded socket2 v0.5.5 |
1010 | 2024-01-24T18:29:47.643Z | Downloaded signal-hook v0.3.17 |
1011 | 2024-01-24T18:29:47.643Z | Downloaded prettyplease v0.2.16 |
1012 | 2024-01-24T18:29:47.672Z | Downloaded toml v0.7.8 |
1013 | 2024-01-24T18:29:47.672Z | Downloaded tracing v0.1.37 |
1014 | 2024-01-24T18:29:47.672Z | Downloaded toml_edit v0.19.15 |
1015 | 2024-01-24T18:29:47.672Z | Downloaded tracing-core v0.1.31 |
1016 | 2024-01-24T18:29:47.672Z | Downloaded url v2.5.0 |
1017 | 2024-01-24T18:29:47.672Z | Downloaded http v1.0.0 |
1018 | 2024-01-24T18:29:47.673Z | Downloaded reedline v0.28.0 |
1019 | 2024-01-24T18:29:47.673Z | Downloaded unicode-normalization v0.1.22 |
1020 | 2024-01-24T18:29:47.673Z | Downloaded hkdf v0.12.4 |
1021 | 2024-01-24T18:29:47.673Z | Downloaded serde_with v3.4.0 |
1022 | 2024-01-24T18:29:47.673Z | Downloaded bindgen v0.65.1 |
1023 | 2024-01-24T18:29:47.673Z | Downloaded reqwest v0.11.22 |
1024 | 2024-01-24T18:29:47.673Z | Downloaded rayon v1.8.0 |
1025 | 2024-01-24T18:29:47.914Z | Downloaded curve25519-dalek v4.1.1 |
1026 | 2024-01-24T18:29:47.914Z | Downloaded quick-xml v0.23.1 |
1027 | 2024-01-24T18:29:47.915Z | Downloaded smoltcp v0.11.0 |
1028 | 2024-01-24T18:29:47.915Z | Downloaded rustls-webpki v0.101.7 |
1029 | 2024-01-24T18:29:48.007Z | Downloaded syn v1.0.109 |
1030 | 2024-01-24T18:29:48.008Z | Downloaded proptest v1.4.0 |
1031 | 2024-01-24T18:29:48.008Z | Downloaded regex-syntax v0.6.29 |
1032 | 2024-01-24T18:29:48.008Z | Downloaded webpki-roots v0.25.2 |
1033 | 2024-01-24T18:29:48.008Z | Downloaded rustix v0.38.30 |
1034 | 2024-01-24T18:29:48.008Z | Downloaded sled v0.34.7 |
1035 | 2024-01-24T18:29:48.008Z | Downloaded zerocopy-derive v0.6.4 |
1036 | 2024-01-24T18:29:48.008Z | Downloaded zerocopy-derive v0.7.31 |
1037 | 2024-01-24T18:29:48.008Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1038 | 2024-01-24T18:29:48.008Z | Downloaded regex-automata v0.3.8 |
1039 | 2024-01-24T18:29:48.367Z | Downloaded tokio v1.35.1 |
1040 | 2024-01-24T18:29:48.367Z | Downloaded sha3 v0.10.8 |
1041 | 2024-01-24T18:29:48.367Z | Downloaded regex-automata v0.4.3 |
1042 | 2024-01-24T18:29:48.367Z | Downloaded encoding_rs v0.8.33 |
1043 | 2024-01-24T18:29:48.367Z | Downloaded zerocopy-derive v0.2.0 |
1044 | 2024-01-24T18:29:48.367Z | Downloaded gimli v0.28.0 |
1045 | 2024-01-24T18:29:48.367Z | Downloaded rustls v0.21.9 |
1046 | 2024-01-24T18:29:48.367Z | Downloaded diesel v2.1.4 |
1047 | 2024-01-24T18:29:48.368Z | Downloaded openapiv3 v2.0.0 |
1048 | 2024-01-24T18:29:48.368Z | Downloaded regex-syntax v0.7.5 |
1049 | 2024-01-24T18:29:48.368Z | Downloaded trust-dns-proto v0.22.0 |
1050 | 2024-01-24T18:29:48.555Z | Downloaded ratatui v0.23.0 |
1051 | 2024-01-24T18:29:48.555Z | Downloaded regex-syntax v0.8.2 |
1052 | 2024-01-24T18:29:48.555Z | Downloaded bstr v1.6.0 |
1053 | 2024-01-24T18:29:48.555Z | Downloaded regress v0.7.1 |
1054 | 2024-01-24T18:29:48.555Z | Downloaded rustls v0.22.2 |
1055 | 2024-01-24T18:29:48.555Z | Downloaded polar-core v0.27.0 |
1056 | 2024-01-24T18:29:48.555Z | Downloaded smoltcp v0.9.1 |
1057 | 2024-01-24T18:29:48.556Z | Downloaded regex v1.10.2 |
1058 | 2024-01-24T18:29:48.556Z | Downloaded radix_trie v0.2.1 |
1059 | 2024-01-24T18:29:48.556Z | Downloaded vcpkg v0.2.15 |
1060 | 2024-01-24T18:29:48.556Z | Downloaded tabled v0.14.0 |
1061 | 2024-01-24T18:29:48.556Z | Downloaded openssl v0.10.60 |
1062 | 2024-01-24T18:29:48.556Z | Downloaded object v0.30.4 |
1063 | 2024-01-24T18:29:48.556Z | Downloaded object v0.32.1 |
1064 | 2024-01-24T18:29:48.556Z | Downloaded futures-util v0.3.30 |
1065 | 2024-01-24T18:29:48.556Z | Downloaded idna v0.2.3 |
1066 | 2024-01-24T18:29:48.579Z | Downloaded lalrpop v0.19.12 |
1067 | 2024-01-24T18:29:49.008Z | Downloaded tough v0.16.0 |
1068 | 2024-01-24T18:29:49.008Z | Downloaded sqlparser v0.41.0 |
1069 | 2024-01-24T18:29:49.008Z | Downloaded rustls-webpki v0.102.1 |
1070 | 2024-01-24T18:29:49.008Z | Downloaded ring v0.17.7 |
1071 | 2024-01-24T18:29:49.280Z | Downloaded bitvec v1.0.1 |
1072 | 2024-01-24T18:29:49.280Z | Downloaded nix v0.26.4 |
1073 | 2024-01-24T18:29:49.281Z | Downloaded idna v0.5.0 |
1074 | 2024-01-24T18:29:49.281Z | Downloaded heapless v0.7.16 |
1075 | 2024-01-24T18:29:49.281Z | Downloaded ring v0.16.20 |
1076 | 2024-01-24T18:29:49.281Z | Downloaded time v0.3.27 |
1077 | 2024-01-24T18:29:49.281Z | Downloaded petgraph v0.6.4 |
1078 | 2024-01-24T18:29:49.281Z | Downloaded h2 v0.3.24 |
1079 | 2024-01-24T18:29:49.282Z | Downloaded x509-cert v0.2.4 |
1080 | 2024-01-24T18:29:49.282Z | Downloaded plotters v0.3.5 |
1081 | 2024-01-24T18:29:49.282Z | Downloaded clap v2.34.0 |
1082 | 2024-01-24T18:29:49.282Z | Downloaded chrono v0.4.31 |
1083 | 2024-01-24T18:29:49.282Z | Downloaded guppy v0.17.4 |
1084 | 2024-01-24T18:29:49.282Z | Downloaded test-strategy v0.3.1 |
1085 | 2024-01-24T18:29:49.282Z | Downloaded tinyvec v1.6.0 |
1086 | 2024-01-24T18:29:49.283Z | Downloaded elliptic-curve v0.13.8 |
1087 | 2024-01-24T18:29:49.283Z | Downloaded ron v0.8.1 |
1088 | 2024-01-24T18:29:49.283Z | Downloaded rstest_macros v0.18.2 |
1089 | 2024-01-24T18:29:49.283Z | Downloaded oso v0.27.0 |
1090 | 2024-01-24T18:29:49.283Z | Downloaded openssl-sys v0.9.96 |
1091 | 2024-01-24T18:29:49.283Z | Downloaded heapless v0.8.0 |
1092 | 2024-01-24T18:29:49.325Z | Downloaded der v0.7.8 |
1093 | 2024-01-24T18:29:49.325Z | Downloaded portable-atomic v1.4.3 |
1094 | 2024-01-24T18:29:49.325Z | Downloaded parking_lot v0.12.1 |
1095 | 2024-01-24T18:29:49.325Z | Downloaded similar v2.3.0 |
1096 | 2024-01-24T18:29:49.326Z | Downloaded socket2 v0.4.9 |
1097 | 2024-01-24T18:29:49.326Z | Downloaded regex-automata v0.1.10 |
1098 | 2024-01-24T18:29:49.326Z | Downloaded pest v2.7.2 |
1099 | 2024-01-24T18:29:49.326Z | Downloaded derive-where v1.2.7 |
1100 | 2024-01-24T18:29:49.326Z | Downloaded thiserror-no-std v2.0.2 |
1101 | 2024-01-24T18:29:49.326Z | Downloaded rand v0.8.5 |
1102 | 2024-01-24T18:30:19.821Z | Downloaded derive_more v0.99.17 |
1103 | 2024-01-24T18:30:19.821Z | Downloaded trust-dns-server v0.22.1 |
1104 | 2024-01-24T18:30:19.821Z | Downloaded http-body v0.4.5 |
1105 | 2024-01-24T18:30:19.821Z | Downloaded unarray v0.1.4 |
1106 | 2024-01-24T18:30:19.821Z | Downloaded proc-macro-error-attr v1.0.4 |
1107 | 2024-01-24T18:30:19.821Z | Downloaded unicode-segmentation v1.10.1 |
1108 | 2024-01-24T18:30:19.822Z | Downloaded rustc_version v0.1.7 |
1109 | 2024-01-24T18:30:19.822Z | Downloaded target-spec v3.0.1 |
1110 | 2024-01-24T18:30:19.822Z | Downloaded slog-bunyan v2.5.0 |
1111 | 2024-01-24T18:30:19.822Z | Downloaded snafu-derive v0.7.5 |
1112 | 2024-01-24T18:30:19.822Z | Downloaded parking_lot_core v0.8.6 |
1113 | 2024-01-24T18:30:19.822Z | Downloaded hyper v0.14.27 |
1114 | 2024-01-24T18:30:19.822Z | Downloaded rustversion v1.0.14 |
1115 | 2024-01-24T18:30:19.822Z | Downloaded secrecy v0.8.0 |
1116 | 2024-01-24T18:30:19.822Z | Downloaded serde_derive_internals v0.26.0 |
1117 | 2024-01-24T18:30:19.822Z | Downloaded globset v0.4.13 |
1118 | 2024-01-24T18:30:19.847Z | Downloaded vte v0.11.1 |
1119 | 2024-01-24T18:30:19.847Z | Downloaded usdt v0.3.5 |
1120 | 2024-01-24T18:30:19.847Z | Downloaded getopts v0.2.21 |
1121 | 2024-01-24T18:30:19.848Z | Downloaded zip v0.6.6 |
1122 | 2024-01-24T18:30:19.848Z | Downloaded funty v2.0.0 |
1123 | 2024-01-24T18:30:19.848Z | Downloaded usdt-impl v0.3.5 |
1124 | 2024-01-24T18:30:19.848Z | Downloaded postgres-types v0.2.6 |
1125 | 2024-01-24T18:30:19.848Z | Downloaded rcgen v0.12.0 |
1126 | 2024-01-24T18:30:19.848Z | Downloaded rayon-core v1.12.0 |
1127 | 2024-01-24T18:30:19.848Z | Downloaded flate2 v1.0.28 |
1128 | 2024-01-24T18:30:19.848Z | Downloaded unicode_categories v0.1.1 |
1129 | 2024-01-24T18:30:19.848Z | Downloaded http v0.2.11 |
1130 | 2024-01-24T18:30:19.848Z | Downloaded smallvec v0.6.14 |
1131 | 2024-01-24T18:30:19.848Z | Downloaded futures-io v0.3.30 |
1132 | 2024-01-24T18:30:19.848Z | Downloaded rustc-hash v1.1.0 |
1133 | 2024-01-24T18:30:19.848Z | Downloaded slog-dtrace v0.2.3 |
1134 | 2024-01-24T18:30:19.848Z | Downloaded siphasher v0.3.11 |
1135 | 2024-01-24T18:30:19.848Z | Downloaded relative-path v1.9.0 |
1136 | 2024-01-24T18:30:19.848Z | Downloaded rustls-pemfile v1.0.3 |
1137 | 2024-01-24T18:30:19.848Z | Downloaded trust-dns-client v0.22.0 |
1138 | 2024-01-24T18:30:19.848Z | Downloaded rustyline v12.0.0 |
1139 | 2024-01-24T18:30:19.848Z | Downloaded tinyvec_macros v0.1.1 |
1140 | 2024-01-24T18:30:19.848Z | Downloaded getrandom v0.2.10 |
1141 | 2024-01-24T18:30:19.848Z | Downloaded num-bigint-dig v0.8.4 |
1142 | 2024-01-24T18:30:19.848Z | Downloaded tokio-postgres v0.7.10 |
1143 | 2024-01-24T18:30:19.848Z | Downloaded nom v7.1.3 |
1144 | 2024-01-24T18:30:19.849Z | Downloaded steno v0.4.0 |
1145 | 2024-01-24T18:30:19.849Z | Downloaded tokio-util v0.7.10 |
1146 | 2024-01-24T18:30:19.852Z | Downloaded structmeta-derive v0.2.0 |
1147 | 2024-01-24T18:30:19.852Z | Downloaded semver v0.11.0 |
1148 | 2024-01-24T18:30:19.852Z | Downloaded packed_struct v0.10.1 |
1149 | 2024-01-24T18:30:19.852Z | Downloaded derive_builder_core v0.12.0 |
1150 | 2024-01-24T18:30:19.852Z | Downloaded datatest-stable v0.2.3 |
1151 | 2024-01-24T18:30:19.852Z | Downloaded pretty_assertions v1.4.0 |
1152 | 2024-01-24T18:30:19.852Z | Downloaded rsa v0.9.2 |
1153 | 2024-01-24T18:30:19.852Z | Downloaded libxml v0.3.3 |
1154 | 2024-01-24T18:30:19.852Z | Downloaded unicode-linebreak v0.1.5 |
1155 | 2024-01-24T18:30:19.852Z | Downloaded difflib v0.4.0 |
1156 | 2024-01-24T18:30:19.852Z | Downloaded aho-corasick v1.0.4 |
1157 | 2024-01-24T18:30:19.852Z | Downloaded typed-path v0.7.0 |
1158 | 2024-01-24T18:30:19.852Z | Downloaded futures v0.3.30 |
1159 | 2024-01-24T18:30:19.852Z | Downloaded hashbrown v0.13.2 |
1160 | 2024-01-24T18:30:25.737Z | Downloaded hashbrown v0.12.3 |
1161 | 2024-01-24T18:30:25.738Z | Downloaded defmt-macros v0.3.6 |
1162 | 2024-01-24T18:30:25.738Z | Downloaded derive_builder v0.12.0 |
1163 | 2024-01-24T18:30:25.738Z | Downloaded darling_macro v0.14.4 |
1164 | 2024-01-24T18:30:25.738Z | Downloaded target-lexicon v0.12.12 |
1165 | 2024-01-24T18:30:25.738Z | Downloaded parse-display-derive v0.8.2 |
1166 | 2024-01-24T18:30:25.738Z | Downloaded futures-channel v0.3.30 |
1167 | 2024-01-24T18:30:25.738Z | Downloaded smallvec v1.11.2 |
1168 | 2024-01-24T18:30:25.738Z | Downloaded flume v0.11.0 |
1169 | 2024-01-24T18:30:25.738Z | Downloaded unicode-bidi v0.3.13 |
1170 | 2024-01-24T18:30:25.740Z | Downloaded serde_path_to_error v0.1.15 |
1171 | 2024-01-24T18:30:25.740Z | Downloaded futures-timer v3.0.2 |
1172 | 2024-01-24T18:30:25.740Z | Downloaded futures-task v0.3.30 |
1173 | 2024-01-24T18:30:25.740Z | Downloaded rustfmt-wrapper v0.2.0 |
1174 | 2024-01-24T18:30:25.740Z | Downloaded diesel_derives v2.1.2 |
1175 | 2024-01-24T18:30:25.740Z | Downloaded password-hash v0.5.0 |
1176 | 2024-01-24T18:30:25.740Z | Downloaded quick-error v1.2.3 |
1177 | 2024-01-24T18:30:25.740Z | Downloaded radium v0.7.0 |
1178 | 2024-01-24T18:30:25.740Z | Downloaded rustls-native-certs v0.7.0 |
1179 | 2024-01-24T18:30:25.740Z | Downloaded itertools v0.10.5 |
1180 | 2024-01-24T18:30:25.740Z | Downloaded expectorate v1.1.0 |
1181 | 2024-01-24T18:30:25.740Z | Downloaded num-bigint v0.4.4 |
1182 | 2024-01-24T18:30:25.740Z | Downloaded hex v0.4.3 |
1183 | 2024-01-24T18:30:25.740Z | Downloaded rpassword v7.3.1 |
1184 | 2024-01-24T18:30:25.740Z | Downloaded tiny-keccak v2.0.2 |
1185 | 2024-01-24T18:30:25.740Z | Downloaded tap v1.0.1 |
1186 | 2024-01-24T18:30:25.740Z | Downloaded strip-ansi-escapes v0.2.0 |
1187 | 2024-01-24T18:30:25.740Z | Downloaded slog-async v2.8.0 |
1188 | 2024-01-24T18:30:25.740Z | Downloaded supports-color v2.1.0 |
1189 | 2024-01-24T18:30:25.740Z | Downloaded sha2 v0.10.8 |
1190 | 2024-01-24T18:30:25.741Z | Downloaded pin-project v1.1.3 |
1191 | 2024-01-24T18:30:25.741Z | Downloaded subtle v2.5.0 |
1192 | 2024-01-24T18:30:25.741Z | Downloaded termtree v0.4.1 |
1193 | 2024-01-24T18:30:25.741Z | Downloaded termcolor v1.2.0 |
1194 | 2024-01-24T18:30:25.741Z | Downloaded tempdir v0.3.7 |
1195 | 2024-01-24T18:30:25.741Z | Downloaded rust-argon2 v1.0.1 |
1196 | 2024-01-24T18:30:25.741Z | Downloaded tempfile v3.9.0 |
1197 | 2024-01-24T18:30:25.741Z | Downloaded smawk v0.3.1 |
1198 | 2024-01-24T18:30:25.743Z | Downloaded resolv-conf v0.7.0 |
1199 | 2024-01-24T18:30:25.743Z | Downloaded remove_dir_all v0.5.3 |
1200 | 2024-01-24T18:30:25.743Z | Downloaded ref-cast-impl v1.0.20 |
1201 | 2024-01-24T18:30:25.743Z | Downloaded rand_core v0.6.4 |
1202 | 2024-01-24T18:30:25.743Z | Downloaded rand_chacha v0.3.1 |
1203 | 2024-01-24T18:30:25.744Z | Downloaded ucd-trie v0.1.6 |
1204 | 2024-01-24T18:30:25.744Z | Downloaded typenum v1.16.0 |
1205 | 2024-01-24T18:30:25.744Z | Downloaded dirs-sys-next v0.1.2 |
1206 | 2024-01-24T18:30:25.744Z | Downloaded rstest v0.18.2 |
1207 | 2024-01-24T18:30:25.744Z | Downloaded env_logger v0.10.0 |
1208 | 2024-01-24T18:30:25.744Z | Downloaded uuid v1.6.1 |
1209 | 2024-01-24T18:30:25.744Z | Downloaded slog-term v2.9.0 |
1210 | 2024-01-24T18:30:25.744Z | Downloaded num-rational v0.4.1 |
1211 | 2024-01-24T18:30:25.744Z | Downloaded slog-stdlog v4.1.1 |
1212 | 2024-01-24T18:30:25.744Z | Downloaded same-file v1.0.6 |
1213 | 2024-01-24T18:30:25.744Z | Downloaded futures-core v0.3.30 |
1214 | 2024-01-24T18:30:25.744Z | Downloaded salty v0.2.0 |
1215 | 2024-01-24T18:30:25.746Z | Downloaded toml v0.5.11 |
1216 | 2024-01-24T18:30:25.746Z | Downloaded crossterm v0.27.0 |
1217 | 2024-01-24T18:30:25.746Z | Downloaded fs-err v2.11.0 |
1218 | 2024-01-24T18:30:25.746Z | Downloaded dof v0.1.5 |
1219 | 2024-01-24T18:30:25.746Z | Downloaded either v1.9.0 |
1220 | 2024-01-24T18:30:25.746Z | Downloaded tokio-stream v0.1.14 |
1221 | 2024-01-24T18:30:25.746Z | Downloaded tokio-rustls v0.24.1 |
1222 | 2024-01-24T18:30:25.746Z | Downloaded snafu v0.7.5 |
1223 | 2024-01-24T18:30:25.747Z | Downloaded parking_lot_core v0.9.8 |
1224 | 2024-01-24T18:30:25.747Z | Downloaded headers v0.3.9 |
1225 | 2024-01-24T18:30:25.747Z | Downloaded indicatif v0.17.7 |
1226 | 2024-01-24T18:30:25.747Z | Downloaded crossbeam-channel v0.5.8 |
1227 | 2024-01-24T18:30:25.747Z | Downloaded vsss-rs v3.3.4 |
1228 | 2024-01-24T18:30:25.747Z | Downloaded postgres-protocol v0.6.6 |
1229 | 2024-01-24T18:30:25.747Z | Downloaded zone v0.3.0 |
1230 | 2024-01-24T18:30:25.747Z | Downloaded slog-scope v4.4.0 |
1231 | 2024-01-24T18:30:25.747Z | Downloaded partial-io v0.5.4 |
1232 | 2024-01-24T18:30:25.747Z | Downloaded signature v1.6.4 |
1233 | 2024-01-24T18:30:25.747Z | Downloaded enum-as-inner v0.5.1 |
1234 | 2024-01-24T18:30:25.747Z | Downloaded mio v0.8.9 |
1235 | 2024-01-24T18:30:25.747Z | Downloaded papergrid v0.10.0 |
1236 | 2024-01-24T18:30:25.747Z | Downloaded embedded-io v0.4.0 |
1237 | 2024-01-24T18:30:25.747Z | Downloaded libm v0.2.7 |
1238 | 2024-01-24T18:30:25.747Z | Downloaded flagset v0.4.3 |
1239 | 2024-01-24T18:30:25.747Z | Downloaded zerocopy v0.6.4 |
1240 | 2024-01-24T18:30:25.747Z | Downloaded tokio-macros v2.2.0 |
1241 | 2024-01-24T18:30:25.747Z | Downloaded sec1 v0.7.3 |
1242 | 2024-01-24T18:30:25.747Z | Downloaded foreign-types v0.5.0 |
1243 | 2024-01-24T18:30:25.747Z | Downloaded wyz v0.5.1 |
1244 | 2024-01-24T18:30:25.748Z | Downloaded walkdir v2.4.0 |
1245 | 2024-01-24T18:30:25.748Z | Downloaded version_check v0.9.4 |
1246 | 2024-01-24T18:30:25.748Z | Downloaded unicode-xid v0.2.4 |
1247 | 2024-01-24T18:30:25.748Z | Downloaded predicates-core v1.0.6 |
1248 | 2024-01-24T18:30:25.748Z | Downloaded half v1.8.2 |
1249 | 2024-01-24T18:30:25.748Z | Downloaded fatfs v0.3.6 |
1250 | 2024-01-24T18:30:25.748Z | Downloaded strsim v0.8.0 |
1251 | 2024-01-24T18:30:25.748Z | Downloaded display-error-chain v0.2.0 |
1252 | 2024-01-24T18:30:25.748Z | Downloaded foreign-types-shared v0.3.1 |
1253 | 2024-01-24T18:30:25.748Z | Downloaded utf-8 v0.7.6 |
1254 | 2024-01-24T18:30:25.751Z | Downloaded universal-hash v0.5.1 |
1255 | 2024-01-24T18:30:25.751Z | Downloaded pkcs1 v0.7.5 |
1256 | 2024-01-24T18:30:25.751Z | Downloaded mockall_derive v0.12.0 |
1257 | 2024-01-24T18:30:25.751Z | Downloaded untrusted v0.9.0 |
1258 | 2024-01-24T18:30:25.751Z | Downloaded untrusted v0.7.1 |
1259 | 2024-01-24T18:30:25.751Z | Downloaded form_urlencoded v1.2.1 |
1260 | 2024-01-24T18:30:25.884Z | Downloaded foreign-types-shared v0.1.1 |
1261 | 2024-01-24T18:30:25.884Z | Downloaded endian-type v0.1.2 |
1262 | 2024-01-24T18:30:25.884Z | Downloaded spin v0.9.8 |
1263 | 2024-01-24T18:30:25.885Z | Downloaded crypto-bigint v0.5.2 |
1264 | 2024-01-24T18:30:25.885Z | Downloaded poly1305 v0.8.0 |
1265 | 2024-01-24T18:30:25.885Z | Downloaded pest_meta v2.7.2 |
1266 | 2024-01-24T18:30:25.886Z | Downloaded trybuild v1.0.89 |
1267 | 2024-01-24T18:30:25.886Z | Downloaded itertools v0.11.0 |
1268 | 2024-01-24T18:30:25.886Z | Downloaded darling_core v0.20.3 |
1269 | 2024-01-24T18:30:25.886Z | Downloaded cc v1.0.83 |
1270 | 2024-01-24T18:30:25.886Z | Downloaded arc-swap v1.6.0 |
1271 | 2024-01-24T18:30:25.886Z | Downloaded home v0.5.5 |
1272 | 2024-01-24T18:30:25.886Z | Downloaded pem v3.0.2 |
1273 | 2024-01-24T18:30:25.886Z | Downloaded indexmap v1.9.3 |
1274 | 2024-01-24T18:30:25.886Z | Downloaded pin-project-lite v0.2.13 |
1275 | 2024-01-24T18:30:25.886Z | Downloaded fixedbitset v0.4.2 |
1276 | 2024-01-24T18:30:25.886Z | Downloaded tokio-tungstenite v0.20.1 |
1277 | 2024-01-24T18:30:25.887Z | Downloaded subprocess v0.2.9 |
1278 | 2024-01-24T18:30:25.887Z | Downloaded darling_core v0.14.4 |
1279 | 2024-01-24T18:30:25.887Z | Downloaded bytes v1.5.0 |
1280 | 2024-01-24T18:30:25.887Z | Downloaded backtrace v0.3.69 |
1281 | 2024-01-24T18:30:25.887Z | Downloaded time-macros v0.2.13 |
1282 | 2024-01-24T18:30:25.887Z | Downloaded strum_macros v0.25.2 |
1283 | 2024-01-24T18:30:25.887Z | Downloaded structopt-derive v0.4.18 |
1284 | 2024-01-24T18:30:25.887Z | Downloaded structmeta v0.2.0 |
1285 | 2024-01-24T18:30:25.887Z | Downloaded ppv-lite86 v0.2.17 |
1286 | 2024-01-24T18:30:25.887Z | Downloaded thread_local v1.1.7 |
1287 | 2024-01-24T18:30:25.887Z | Downloaded plotters-backend v0.3.5 |
1288 | 2024-01-24T18:30:25.887Z | Downloaded pest_derive v2.7.2 |
1289 | 2024-01-24T18:30:25.888Z | Downloaded fallible-iterator v0.2.0 |
1290 | 2024-01-24T18:30:25.888Z | Downloaded hyper-rustls v0.24.2 |
1291 | 2024-01-24T18:30:25.891Z | Downloaded vte_generate_state_changes v0.1.1 |
1292 | 2024-01-24T18:30:25.891Z | Downloaded string_cache v0.8.7 |
1293 | 2024-01-24T18:30:25.891Z | Downloaded pin-project-internal v1.1.3 |
1294 | 2024-01-24T18:30:25.891Z | Downloaded pathdiff v0.2.1 |
1295 | 2024-01-24T18:30:25.891Z | Downloaded thread-id v4.2.0 |
1296 | 2024-01-24T18:30:25.891Z | Downloaded num v0.4.1 |
1297 | 2024-01-24T18:30:25.891Z | Downloaded stable_deref_trait v1.2.0 |
1298 | 2024-01-24T18:30:25.891Z | Downloaded spki v0.7.2 |
1299 | 2024-01-24T18:30:25.891Z | Downloaded phf_shared v0.11.2 |
1300 | 2024-01-24T18:30:25.892Z | Downloaded phf v0.11.2 |
1301 | 2024-01-24T18:30:25.892Z | Downloaded yasna v0.5.2 |
1302 | 2024-01-24T18:30:25.892Z | Downloaded lru-cache v0.1.2 |
1303 | 2024-01-24T18:30:25.892Z | Downloaded once_cell v1.19.0 |
1304 | 2024-01-24T18:30:25.892Z | Downloaded num-complex v0.4.4 |
1305 | 2024-01-24T18:30:25.892Z | Downloaded term v0.7.0 |
1306 | 2024-01-24T18:30:25.892Z | Downloaded stringprep v0.1.3 |
1307 | 2024-01-24T18:30:25.892Z | Downloaded slog-envlogger v2.2.0 |
1308 | 2024-01-24T18:30:25.894Z | Downloaded maplit v1.0.2 |
1309 | 2024-01-24T18:30:25.894Z | Downloaded ipnet v2.9.0 |
1310 | 2024-01-24T18:30:25.894Z | Downloaded pkg-config v0.3.27 |
1311 | 2024-01-24T18:30:25.894Z | Downloaded pest_generator v2.7.2 |
1312 | 2024-01-24T18:30:25.894Z | Downloaded percent-encoding v2.3.1 |
1313 | 2024-01-24T18:30:25.894Z | Downloaded fd-lock v3.0.13 |
1314 | 2024-01-24T18:30:25.894Z | Downloaded crossbeam-epoch v0.9.15 |
1315 | 2024-01-24T18:30:25.894Z | Downloaded clang-sys v1.6.1 |
1316 | 2024-01-24T18:30:25.894Z | Downloaded basic-toml v0.1.8 |
1317 | 2024-01-24T18:30:25.894Z | Downloaded swrite v0.1.0 |
1318 | 2024-01-24T18:30:25.894Z | Downloaded scopeguard v1.2.0 |
1319 | 2024-01-24T18:30:25.896Z | Downloaded hash32 v0.3.1 |
1320 | 2024-01-24T18:30:25.896Z | Downloaded hash32 v0.2.1 |
1321 | 2024-01-24T18:30:25.896Z | Downloaded ff v0.13.0 |
1322 | 2024-01-24T18:30:25.896Z | Downloaded fastrand v2.0.0 |
1323 | 2024-01-24T18:30:25.896Z | Downloaded zerocopy v0.3.0 |
1324 | 2024-01-24T18:30:25.896Z | Downloaded oso-derive v0.27.0 |
1325 | 2024-01-24T18:30:25.896Z | Downloaded openssl-probe v0.1.5 |
1326 | 2024-01-24T18:30:25.896Z | Downloaded openssl-macros v0.1.1 |
1327 | 2024-01-24T18:30:25.896Z | Downloaded newtype_derive v0.1.6 |
1328 | 2024-01-24T18:30:25.896Z | Downloaded native-tls v0.2.11 |
1329 | 2024-01-24T18:30:25.896Z | Downloaded sct v0.7.0 |
1330 | 2024-01-24T18:30:25.896Z | Downloaded yansi v0.5.1 |
1331 | 2024-01-24T18:30:25.896Z | Downloaded tar v0.4.40 |
1332 | 2024-01-24T18:30:25.896Z | Downloaded serde_yaml v0.9.25 |
1333 | 2024-01-24T18:30:25.896Z | Downloaded num-traits v0.2.16 |
1334 | 2024-01-24T18:30:25.896Z | Downloaded libtest-mimic v0.6.1 |
1335 | 2024-01-24T18:30:25.896Z | Downloaded mime_guess v2.0.4 |
1336 | 2024-01-24T18:30:25.896Z | Downloaded xattr v1.0.1 |
1337 | 2024-01-24T18:30:25.896Z | Downloaded vec_map v0.8.2 |
1338 | 2024-01-24T18:30:25.897Z | Downloaded darling v0.20.3 |
1339 | 2024-01-24T18:30:25.897Z | Downloaded darling v0.14.4 |
1340 | 2024-01-24T18:30:25.897Z | Downloaded console v0.15.8 |
1341 | 2024-01-24T18:30:25.897Z | Downloaded block-buffer v0.10.4 |
1342 | 2024-01-24T18:30:25.897Z | Downloaded bit-vec v0.6.3 |
1343 | 2024-01-24T18:30:25.897Z | Downloaded nu-ansi-term v0.49.0 |
1344 | 2024-01-24T18:30:25.897Z | Downloaded macaddr v1.0.1 |
1345 | 2024-01-24T18:30:25.897Z | Downloaded crc32fast v1.3.2 |
1346 | 2024-01-24T18:30:25.897Z | Downloaded phf_shared v0.10.0 |
1347 | 2024-01-24T18:30:25.897Z | Downloaded textwrap v0.11.0 |
1348 | 2024-01-24T18:30:25.898Z | Downloaded base64ct v1.6.0 |
1349 | 2024-01-24T18:30:25.898Z | Downloaded async-trait v0.1.77 |
1350 | 2024-01-24T18:30:25.899Z | Downloaded arrayvec v0.7.4 |
1351 | 2024-01-24T18:30:25.899Z | Downloaded plotters-svg v0.3.5 |
1352 | 2024-01-24T18:30:25.899Z | Downloaded pin-utils v0.1.0 |
1353 | 2024-01-24T18:30:25.899Z | Downloaded filetime v0.2.23 |
1354 | 2024-01-24T18:30:25.899Z | Downloaded tui-tree-widget v0.13.0 |
1355 | 2024-01-24T18:30:25.899Z | Downloaded synstructure v0.12.6 |
1356 | 2024-01-24T18:30:25.899Z | Downloaded libloading v0.7.4 |
1357 | 2024-01-24T18:30:25.899Z | Downloaded lazycell v1.3.0 |
1358 | 2024-01-24T18:30:25.899Z | Downloaded lazy_static v1.4.0 |
1359 | 2024-01-24T18:30:25.899Z | Downloaded convert_case v0.4.0 |
1360 | 2024-01-24T18:30:25.938Z | Downloaded cassowary v0.3.0 |
1361 | 2024-01-24T18:30:25.938Z | Downloaded blake2 v0.10.6 |
1362 | 2024-01-24T18:30:25.938Z | Downloaded bcs v0.1.6 |
1363 | 2024-01-24T18:30:25.938Z | Downloaded rustls-pemfile v2.0.0 |
1364 | 2024-01-24T18:30:25.938Z | Downloaded nanorand v0.7.0 |
1365 | 2024-01-24T18:30:25.938Z | Downloaded mime v0.3.17 |
1366 | 2024-01-24T18:30:25.938Z | Downloaded memoffset v0.9.0 |
1367 | 2024-01-24T18:30:25.938Z | Downloaded managed v0.8.0 |
1368 | 2024-01-24T18:30:25.938Z | Downloaded guppy-workspace-hack v0.1.0 |
1369 | 2024-01-24T18:30:25.938Z | Downloaded textwrap v0.16.0 |
1370 | 2024-01-24T18:30:25.938Z | Downloaded structopt v0.3.26 |
1371 | 2024-01-24T18:30:25.938Z | Downloaded keccak v0.1.4 |
1372 | 2024-01-24T18:30:25.938Z | Downloaded ipnetwork v0.20.0 |
1373 | 2024-01-24T18:30:25.939Z | Downloaded camino-tempfile v1.1.1 |
1374 | 2024-01-24T18:30:25.939Z | Downloaded buf-list v1.0.3 |
1375 | 2024-01-24T18:30:25.939Z | Downloaded normalize-line-endings v0.3.0 |
1376 | 2024-01-24T18:30:25.939Z | Downloaded nibble_vec v0.1.0 |
1377 | 2024-01-24T18:30:25.939Z | Downloaded log v0.4.20 |
1378 | 2024-01-24T18:30:25.939Z | Downloaded crc-catalog v2.2.0 |
1379 | 2024-01-24T18:30:25.939Z | Downloaded array-init v0.0.4 |
1380 | 2024-01-24T18:30:25.939Z | Downloaded bitflags v2.4.0 |
1381 | 2024-01-24T18:30:25.939Z | Downloaded libsw v3.3.1 |
1382 | 2024-01-24T18:30:25.939Z | Downloaded libefi-sys v0.1.0 |
1383 | 2024-01-24T18:30:25.939Z | Downloaded lalrpop-util v0.19.12 |
1384 | 2024-01-24T18:30:25.939Z | Downloaded hyper-staticfile v0.9.5 |
1385 | 2024-01-24T18:30:25.939Z | Downloaded crypto-common v0.1.6 |
1386 | 2024-01-24T18:30:25.939Z | Downloaded oorandom v11.1.3 |
1387 | 2024-01-24T18:30:25.939Z | Downloaded try-lock v0.2.4 |
1388 | 2024-01-24T18:30:25.939Z | Downloaded opaque-debug v0.3.0 |
1389 | 2024-01-24T18:30:25.939Z | Downloaded nodrop v0.1.14 |
1390 | 2024-01-24T18:30:25.939Z | Downloaded newline-converter v0.3.0 |
1391 | 2024-01-24T18:30:25.939Z | Downloaded block-padding v0.3.3 |
1392 | 2024-01-24T18:30:25.941Z | Downloaded omicron-zone-package v0.10.1 |
1393 | 2024-01-24T18:30:25.941Z | Downloaded hyper-tls v0.5.0 |
1394 | 2024-01-24T18:30:25.941Z | Downloaded crossbeam v0.8.2 |
1395 | 2024-01-24T18:30:25.941Z | Downloaded ascii-canvas v3.0.0 |
1396 | 2024-01-24T18:30:25.941Z | Downloaded miniz_oxide v0.7.1 |
1397 | 2024-01-24T18:30:25.941Z | Downloaded crossbeam-deque v0.8.3 |
1398 | 2024-01-24T18:30:25.941Z | Downloaded maybe-uninit v2.0.0 |
1399 | 2024-01-24T18:30:25.941Z | Downloaded ciborium v0.2.1 |
1400 | 2024-01-24T18:30:25.941Z | Downloaded cancel-safe-futures v0.1.5 |
1401 | 2024-01-24T18:30:25.941Z | Downloaded backoff v0.4.0 |
1402 | 2024-01-24T18:30:25.941Z | Downloaded serde_with_macros v3.4.0 |
1403 | 2024-01-24T18:30:25.941Z | Downloaded olpc-cjson v0.1.3 |
1404 | 2024-01-24T18:30:25.941Z | Downloaded matches v0.1.10 |
1405 | 2024-01-24T18:30:25.941Z | Downloaded cookie v0.18.0 |
1406 | 2024-01-24T18:30:25.942Z | Downloaded base64 v0.21.7 |
1407 | 2024-01-24T18:30:25.942Z | Downloaded httpdate v1.0.3 |
1408 | 2024-01-24T18:30:25.942Z | Downloaded slog-json v2.6.1 |
1409 | 2024-01-24T18:30:25.942Z | Downloaded sha1 v0.10.6 |
1410 | 2024-01-24T18:30:25.942Z | Downloaded rustc_version v0.4.0 |
1411 | 2024-01-24T18:30:25.942Z | Downloaded num_enum_derive v0.5.11 |
1412 | 2024-01-24T18:30:25.942Z | Downloaded mockall v0.12.0 |
1413 | 2024-01-24T18:30:25.942Z | Downloaded linked-hash-map v0.5.6 |
1414 | 2024-01-24T18:30:25.942Z | Downloaded is-terminal v0.4.9 |
1415 | 2024-01-24T18:30:25.942Z | Downloaded indoc v1.0.9 |
1416 | 2024-01-24T18:30:25.942Z | Downloaded impl-trait-for-tuples v0.2.2 |
1417 | 2024-01-24T18:30:25.942Z | Downloaded humantime v2.1.0 |
1418 | 2024-01-24T18:30:25.942Z | Downloaded anes v0.1.6 |
1419 | 2024-01-24T18:30:25.942Z | Downloaded assert_matches v1.5.0 |
1420 | 2024-01-24T18:30:25.958Z | Downloaded arrayref v0.3.7 |
1421 | 2024-01-24T18:30:25.958Z | Downloaded sqlparser_derive v0.2.2 |
1422 | 2024-01-24T18:30:25.959Z | Downloaded signature v2.1.0 |
1423 | 2024-01-24T18:30:25.959Z | Downloaded serde-hex v0.1.0 |
1424 | 2024-01-24T18:30:25.959Z | Downloaded num_cpus v1.16.0 |
1425 | 2024-01-24T18:30:25.959Z | Downloaded num-iter v0.1.43 |
1426 | 2024-01-24T18:30:25.959Z | Downloaded num-integer v0.1.45 |
1427 | 2024-01-24T18:30:25.959Z | Downloaded memoffset v0.7.1 |
1428 | 2024-01-24T18:30:25.959Z | Downloaded async-stream-impl v0.3.5 |
1429 | 2024-01-24T18:30:25.959Z | Downloaded ciborium-ll v0.2.1 |
1430 | 2024-01-24T18:30:25.959Z | Downloaded bytecount v0.6.3 |
1431 | 2024-01-24T18:30:25.959Z | Downloaded async-stream v0.3.5 |
1432 | 2024-01-24T18:30:25.959Z | Downloaded atomic-waker v1.1.1 |
1433 | 2024-01-24T18:30:25.959Z | Downloaded bitfield v0.14.0 |
1434 | 2024-01-24T18:30:25.959Z | Downloaded serde-big-array v0.5.1 |
1435 | 2024-01-24T18:30:25.959Z | Downloaded serde-big-array v0.4.1 |
1436 | 2024-01-24T18:30:25.959Z | Downloaded match_cfg v0.1.0 |
1437 | 2024-01-24T18:30:25.959Z | Downloaded iana-time-zone v0.1.57 |
1438 | 2024-01-24T18:30:25.959Z | Downloaded constant_time_eq v0.2.6 |
1439 | 2024-01-24T18:30:25.959Z | Downloaded new_debug_unreachable v1.0.4 |
1440 | 2024-01-24T18:30:25.959Z | Downloaded bb8 v0.8.1 |
1441 | 2024-01-24T18:30:25.959Z | Downloaded async-recursion v1.0.5 |
1442 | 2024-01-24T18:30:25.959Z | Downloaded ansi_term v0.12.1 |
1443 | 2024-01-24T18:30:25.959Z | Downloaded httparse v1.8.0 |
1444 | 2024-01-24T18:30:25.959Z | Downloaded crossbeam-utils v0.8.16 |
1445 | 2024-01-24T18:30:25.960Z | Downloaded cpufeatures v0.2.9 |
1446 | 2024-01-24T18:30:25.960Z | Downloaded corncobs v0.1.3 |
1447 | 2024-01-24T18:30:25.960Z | Downloaded cexpr v0.6.0 |
1448 | 2024-01-24T18:30:25.960Z | Downloaded autocfg v1.1.0 |
1449 | 2024-01-24T18:30:25.961Z | Downloaded inout v0.1.3 |
1450 | 2024-01-24T18:30:25.961Z | Downloaded constant_time_eq v0.3.0 |
1451 | 2024-01-24T18:30:25.961Z | Downloaded bstr v0.2.17 |
1452 | 2024-01-24T18:30:25.961Z | Downloaded bit-set v0.5.3 |
1453 | 2024-01-24T18:30:25.961Z | Downloaded crunchy v0.2.2 |
1454 | 2024-01-24T18:30:25.961Z | Downloaded crucible-workspace-hack v0.1.0 |
1455 | 2024-01-24T18:30:25.961Z | Downloaded criterion-plot v0.5.0 |
1456 | 2024-01-24T18:30:25.961Z | Downloaded criterion v0.5.1 |
1457 | 2024-01-24T18:30:25.961Z | Downloaded crc v3.0.1 |
1458 | 2024-01-24T18:30:25.961Z | Downloaded ciborium-io v0.2.1 |
1459 | 2024-01-24T18:30:25.961Z | Downloaded blake2b_simd v1.0.1 |
1460 | 2024-01-24T18:30:25.986Z | Downloaded assert_cmd v2.0.13 |
1461 | 2024-01-24T18:30:25.986Z | Downloaded aead v0.5.2 |
1462 | 2024-01-24T18:30:25.986Z | Downloaded ahash v0.8.6 |
1463 | 2024-01-24T18:30:25.987Z | Downloaded cobs v0.2.3 |
1464 | 2024-01-24T18:30:25.987Z | Downloaded adler v1.0.2 |
1465 | 2024-01-24T18:30:25.987Z | Downloaded atty v0.2.14 |
1466 | 2024-01-24T18:30:25.987Z | Downloaded approx v0.5.1 |
1467 | 2024-01-24T18:30:25.987Z | Compiling serde v1.0.195 |
1468 | 2024-01-24T18:30:25.987Z | Compiling autocfg v1.1.0 |
1469 | 2024-01-24T18:30:25.987Z | Checking cfg-if v1.0.0 |
1470 | 2024-01-24T18:30:25.987Z | Compiling version_check v0.9.4 |
1471 | 2024-01-24T18:30:25.987Z | Compiling syn v1.0.109 |
1472 | 2024-01-24T18:30:25.987Z | Checking libc v0.2.152 |
1473 | 2024-01-24T18:30:25.987Z | Compiling syn v2.0.46 |
1474 | 2024-01-24T18:30:25.988Z | Compiling parking_lot_core v0.9.8 |
1475 | 2024-01-24T18:30:25.988Z | Compiling cc v1.0.83 |
1476 | 2024-01-24T18:30:25.988Z | Compiling libm v0.2.7 |
1477 | 2024-01-24T18:30:25.988Z | Compiling once_cell v1.19.0 |
1478 | 2024-01-24T18:30:25.989Z | Compiling serde_json v1.0.111 |
1479 | 2024-01-24T18:30:25.989Z | Compiling lock_api v0.4.10 |
1480 | 2024-01-24T18:30:25.989Z | Compiling num-traits v0.2.16 |
1481 | 2024-01-24T18:30:25.989Z | Compiling memchr v2.6.3 |
1482 | 2024-01-24T18:30:25.989Z | Compiling typenum v1.16.0 |
1483 | 2024-01-24T18:30:25.989Z | Checking getrandom v0.2.10 |
1484 | 2024-01-24T18:30:25.989Z | Compiling generic-array v0.14.7 |
1485 | 2024-01-24T18:30:25.989Z | Compiling slab v0.4.9 |
1486 | 2024-01-24T18:30:25.989Z | Checking scopeguard v1.2.0 |
1487 | 2024-01-24T18:30:25.989Z | Checking log v0.4.20 |
1488 | 2024-01-24T18:30:25.989Z | Compiling pkg-config v0.3.27 |
1489 | 2024-01-24T18:30:25.989Z | Checking smallvec v1.11.2 |
1490 | 2024-01-24T18:30:25.989Z | Checking itoa v1.0.9 |
1491 | 2024-01-24T18:30:25.989Z | Compiling byteorder v1.5.0 |
1492 | 2024-01-24T18:30:25.989Z | Compiling rustix v0.38.30 |
1493 | 2024-01-24T18:30:25.989Z | Compiling schemars v0.8.16 |
1494 | 2024-01-24T18:30:25.992Z | Compiling httparse v1.8.0 |
1495 | 2024-01-24T18:30:25.992Z | Compiling fnv v1.0.7 |
1496 | 2024-01-24T18:30:25.992Z | Compiling ring v0.17.7 |
1497 | 2024-01-24T18:30:25.992Z | Compiling vcpkg v0.2.15 |
1498 | 2024-01-24T18:30:25.992Z | Checking rand_core v0.6.4 |
1499 | 2024-01-24T18:30:25.992Z | Checking parking_lot v0.12.1 |
1500 | 2024-01-24T18:30:25.992Z | Compiling aho-corasick v1.0.4 |
1501 | 2024-01-24T18:30:25.992Z | Checking pin-project-lite v0.2.13 |
1502 | 2024-01-24T18:30:25.992Z | Compiling regex-syntax v0.8.2 |
1503 | 2024-01-24T18:30:25.992Z | Compiling openssl-sys v0.9.96 |
1504 | 2024-01-24T18:30:25.992Z | Compiling ahash v0.8.6 |
1505 | 2024-01-24T18:30:25.992Z | Compiling ring v0.16.20 |
1506 | 2024-01-24T18:30:25.993Z | Checking signal-hook-registry v1.4.1 |
1507 | 2024-01-24T18:30:25.993Z | Compiling openssl v0.10.60 |
1508 | 2024-01-24T18:30:25.993Z | Checking mio v0.8.9 |
1509 | 2024-01-24T18:30:25.993Z | Checking futures-core v0.3.30 |
1510 | 2024-01-24T18:30:25.993Z | Compiling serde_derive_internals v0.26.0 |
1511 | 2024-01-24T18:30:25.993Z | Compiling ucd-trie v0.1.6 |
1512 | 2024-01-24T18:30:25.993Z | Checking num_cpus v1.16.0 |
1513 | 2024-01-24T18:30:25.993Z | Compiling regex-automata v0.4.3 |
1514 | 2024-01-24T18:30:25.993Z | Compiling iana-time-zone v0.1.57 |
1515 | 2024-01-24T18:30:25.993Z | Compiling rustls v0.21.9 |
1516 | 2024-01-24T18:30:25.993Z | Compiling spin v0.5.2 |
1517 | 2024-01-24T18:30:25.993Z | Compiling native-tls v0.2.11 |
1518 | 2024-01-24T18:30:25.993Z | Compiling async-trait v0.1.77 |
1519 | 2024-01-24T18:30:25.993Z | Checking socket2 v0.5.5 |
1520 | 2024-01-24T18:30:25.993Z | Compiling unicode-xid v0.2.4 |
1521 | 2024-01-24T18:30:25.994Z | Compiling dyn-clone v1.0.13 |
1522 | 2024-01-24T18:30:25.994Z | Checking ryu v1.0.15 |
1523 | 2024-01-24T18:30:25.994Z | Compiling backtrace v0.3.69 |
1524 | 2024-01-24T18:30:25.994Z | Compiling futures-sink v0.3.30 |
1525 | 2024-01-24T18:30:25.994Z | Compiling errno v0.3.8 |
1526 | 2024-01-24T18:30:25.994Z | Compiling tinyvec_macros v0.1.1 |
1527 | 2024-01-24T18:30:25.994Z | Compiling crossbeam-utils v0.8.16 |
1528 | 2024-01-24T18:30:25.994Z | Compiling crc32fast v1.3.2 |
1529 | 2024-01-24T18:30:25.994Z | Compiling tinyvec v1.6.0 |
1530 | 2024-01-24T18:30:25.994Z | Compiling futures-channel v0.3.30 |
1531 | 2024-01-24T18:30:25.994Z | Checking subtle v2.5.0 |
1532 | 2024-01-24T18:30:25.994Z | Compiling futures-io v0.3.30 |
1533 | 2024-01-24T18:30:25.994Z | Compiling anyhow v1.0.75 |
1534 | 2024-01-24T18:30:25.994Z | Compiling pin-utils v0.1.0 |
1535 | 2024-01-24T18:30:25.994Z | Compiling futures-task v0.3.30 |
1536 | 2024-01-24T18:30:25.994Z | Compiling spin v0.9.8 |
1537 | 2024-01-24T18:30:25.994Z | Compiling tracing-core v0.1.31 |
1538 | 2024-01-24T18:30:25.994Z | Compiling regex v1.10.2 |
1539 | 2024-01-24T18:30:25.994Z | Compiling unicode-bidi v0.3.13 |
1540 | 2024-01-24T18:30:25.994Z | Compiling unicode-normalization v0.1.22 |
1541 | 2024-01-24T18:30:25.995Z | Compiling num-integer v0.1.45 |
1542 | 2024-01-24T18:30:25.995Z | Compiling slog v2.7.0 |
1543 | 2024-01-24T18:30:25.995Z | Compiling synstructure v0.12.6 |
1544 | 2024-01-24T18:30:25.995Z | Compiling lazy_static v1.4.0 |
1545 | 2024-01-24T18:30:25.995Z | Compiling unicode-width v0.1.11 |
1546 | 2024-01-24T18:30:25.995Z | Compiling foreign-types-shared v0.1.1 |
1547 | 2024-01-24T18:30:25.995Z | Compiling untrusted v0.9.0 |
1548 | 2024-01-24T18:30:25.995Z | Compiling rustversion v1.0.14 |
1549 | 2024-01-24T18:30:25.995Z | Compiling time-core v0.1.1 |
1550 | 2024-01-24T18:30:25.995Z | Compiling untrusted v0.7.1 |
1551 | 2024-01-24T18:30:25.995Z | Compiling percent-encoding v2.3.1 |
1552 | 2024-01-24T18:30:25.995Z | Compiling serde_derive v1.0.195 |
1553 | 2024-01-24T18:30:25.995Z | Compiling zeroize_derive v1.4.2 |
1554 | 2024-01-24T18:30:25.995Z | Compiling thiserror-impl v1.0.49 |
1555 | 2024-01-24T18:30:25.995Z | Compiling tokio-macros v2.2.0 |
1556 | 2024-01-24T18:30:25.995Z | Compiling futures-macro v0.3.30 |
1557 | 2024-01-24T18:30:25.995Z | Compiling tracing-attributes v0.1.26 |
1558 | 2024-01-24T18:30:25.995Z | Compiling schemars_derive v0.8.16 |
1559 | 2024-01-24T18:30:25.995Z | Compiling zerocopy-derive v0.7.31 |
1560 | 2024-01-24T18:30:26.001Z | Checking zeroize v1.7.0 |
1561 | 2024-01-24T18:30:26.001Z | Compiling openssl-macros v0.1.1 |
1562 | 2024-01-24T18:30:26.002Z | Compiling thiserror v1.0.49 |
1563 | 2024-01-24T18:30:26.002Z | Compiling pest v2.7.2 |
1564 | 2024-01-24T18:30:26.002Z | Compiling futures-util v0.3.30 |
1565 | 2024-01-24T18:30:26.002Z | Compiling zerocopy v0.7.31 |
1566 | 2024-01-24T18:30:26.002Z | Compiling tracing v0.1.37 |
1567 | 2024-01-24T18:30:26.002Z | Compiling der_derive v0.7.2 |
1568 | 2024-01-24T18:30:26.003Z | Compiling zerocopy-derive v0.2.0 |
1569 | 2024-01-24T18:30:26.744Z | Compiling pest_meta v2.7.2 |
1570 | 2024-01-24T18:30:27.018Z | Compiling hashbrown v0.13.2 |
1571 | 2024-01-24T18:30:27.143Z | Compiling time-macros v0.2.13 |
1572 | 2024-01-24T18:30:28.728Z | Compiling foreign-types v0.3.2 |
1573 | 2024-01-24T18:30:28.875Z | Compiling pest_generator v2.7.2 |
1574 | 2024-01-24T18:30:29.779Z | Compiling base64 v0.21.7 |
1575 | 2024-01-24T18:30:31.695Z | Compiling try-lock v0.2.4 |
1576 | 2024-01-24T18:30:43.078Z | Compiling want v0.3.1 |
1577 | 2024-01-24T18:30:43.258Z | Compiling rustls-webpki v0.101.7 |
1578 | 2024-01-24T18:30:43.258Z | Compiling sct v0.7.0 |
1579 | 2024-01-24T18:30:43.258Z | Compiling form_urlencoded v1.2.1 |
1580 | 2024-01-24T18:30:43.258Z | Compiling socket2 v0.4.9 |
1581 | 2024-01-24T18:30:43.258Z | Compiling httpdate v1.0.3 |
1582 | 2024-01-24T18:30:44.200Z | Compiling openssl-probe v0.1.5 |
1583 | 2024-01-24T18:30:44.200Z | Compiling const-oid v0.9.5 |
1584 | 2024-01-24T18:30:44.200Z | Compiling pest_derive v2.7.2 |
1585 | 2024-01-24T18:30:44.200Z | Compiling tower-service v0.3.2 |
1586 | 2024-01-24T18:30:44.200Z | Compiling idna v0.5.0 |
1587 | 2024-01-24T18:30:44.201Z | Compiling usdt-impl v0.3.5 |
1588 | 2024-01-24T18:30:44.201Z | Compiling memoffset v0.9.0 |
1589 | 2024-01-24T18:30:44.201Z | Compiling adler v1.0.2 |
1590 | 2024-01-24T18:30:44.201Z | Compiling miniz_oxide v0.7.1 |
1591 | 2024-01-24T18:30:44.201Z | Compiling zerocopy v0.3.0 |
1592 | 2024-01-24T18:30:44.201Z | Compiling url v2.5.0 |
1593 | 2024-01-24T18:30:44.201Z | Checking crypto-common v0.1.6 |
1594 | 2024-01-24T18:30:44.201Z | Compiling ipnet v2.9.0 |
1595 | 2024-01-24T18:30:44.201Z | Checking bytes v1.5.0 |
1596 | 2024-01-24T18:30:44.202Z | Checking bitflags v2.4.0 |
1597 | 2024-01-24T18:30:44.202Z | Compiling either v1.9.0 |
1598 | 2024-01-24T18:30:44.202Z | Compiling signal-hook v0.3.17 |
1599 | 2024-01-24T18:30:44.202Z | Checking tokio v1.35.1 |
1600 | 2024-01-24T18:30:44.202Z | Compiling indexmap v2.1.0 |
1601 | 2024-01-24T18:30:44.202Z | Compiling semver v1.0.21 |
1602 | 2024-01-24T18:30:44.202Z | Compiling chrono v0.4.31 |
1603 | 2024-01-24T18:30:44.203Z | Compiling uuid v1.6.1 |
1604 | 2024-01-24T18:30:44.203Z | Compiling http v0.2.11 |
1605 | 2024-01-24T18:30:44.203Z | Compiling toml_datetime v0.6.5 |
1606 | 2024-01-24T18:30:44.613Z | Compiling serde_spanned v0.6.4 |
1607 | 2024-01-24T18:30:44.972Z | Compiling rustc_version v0.4.0 |
1608 | 2024-01-24T18:30:45.757Z | Compiling toml_edit v0.19.15 |
1609 | 2024-01-24T18:30:47.821Z | Compiling openapiv3 v2.0.0 |
1610 | 2024-01-24T18:30:48.613Z | Compiling http-body v0.4.5 |
1611 | 2024-01-24T18:30:51.343Z | Compiling serde_urlencoded v0.7.1 |
1612 | 2024-01-24T18:30:51.900Z | Compiling dof v0.1.5 |
1613 | 2024-01-24T18:30:52.142Z | Compiling dtrace-parser v0.1.14 |
1614 | 2024-01-24T18:30:52.394Z | Compiling rustls-pemfile v1.0.3 |
1615 | 2024-01-24T18:30:53.031Z | Compiling clap_derive v4.4.2 |
1616 | 2024-01-24T18:30:53.248Z | Compiling zerocopy-derive v0.6.4 |
1617 | 2024-01-24T18:30:53.629Z | Compiling crossbeam-epoch v0.9.15 |
1618 | 2024-01-24T18:30:54.297Z | Compiling encoding_rs v0.8.33 |
1619 | 2024-01-24T18:30:55.517Z | Compiling thread-id v4.2.0 |
1620 | 2024-01-24T18:30:55.670Z | Compiling webpki-roots v0.25.2 |
1621 | 2024-01-24T18:30:55.884Z | Compiling siphasher v0.3.11 |
1622 | 2024-01-24T18:30:56.263Z | Compiling tokio-util v0.7.10 |
1623 | 2024-01-24T18:30:56.499Z | Compiling tokio-rustls v0.24.1 |
1624 | 2024-01-24T18:30:56.992Z | Compiling mime v0.3.17 |
1625 | 2024-01-24T18:30:57.096Z | Compiling gimli v0.28.0 |
1626 | 2024-01-24T18:30:58.780Z | Compiling h2 v0.3.24 |
1627 | 2024-01-24T18:31:00.290Z | Compiling tokio-native-tls v0.3.1 |
1628 | 2024-01-24T18:31:10.744Z | Compiling serde_tokenstream v0.1.7 |
1629 | 2024-01-24T18:31:11.133Z | Compiling strum_macros v0.25.2 |
1630 | 2024-01-24T18:31:11.134Z | Compiling block-buffer v0.10.4 |
1631 | 2024-01-24T18:31:11.134Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1632 | 2024-01-24T18:31:11.134Z | Compiling object v0.32.1 |
1633 | 2024-01-24T18:31:11.134Z | Compiling num-iter v0.1.43 |
1634 | 2024-01-24T18:31:11.134Z | Checking equivalent v1.0.1 |
1635 | 2024-01-24T18:31:11.134Z | Compiling rustc-demangle v0.1.23 |
1636 | 2024-01-24T18:31:11.134Z | Checking hashbrown v0.14.2 |
1637 | 2024-01-24T18:31:11.134Z | Compiling addr2line v0.21.0 |
1638 | 2024-01-24T18:31:11.637Z | Compiling flate2 v1.0.28 |
1639 | 2024-01-24T18:31:11.637Z | Compiling digest v0.10.7 |
1640 | 2024-01-24T18:31:11.637Z | Compiling heapless v0.7.16 |
1641 | 2024-01-24T18:31:11.637Z | Compiling ppv-lite86 v0.2.17 |
1642 | 2024-01-24T18:31:11.637Z | Compiling doc-comment v0.3.3 |
1643 | 2024-01-24T18:31:11.637Z | Compiling usdt-attr-macro v0.3.5 |
1644 | 2024-01-24T18:31:11.637Z | Compiling usdt-macro v0.3.5 |
1645 | 2024-01-24T18:31:11.638Z | Compiling toml v0.7.8 |
1646 | 2024-01-24T18:31:11.638Z | Compiling toml_edit v0.21.0 |
1647 | 2024-01-24T18:31:11.638Z | Compiling rand_chacha v0.3.1 |
1648 | 2024-01-24T18:31:11.638Z | Compiling hex v0.4.3 |
1649 | 2024-01-24T18:31:11.638Z | Compiling pin-project-internal v1.1.3 |
1650 | 2024-01-24T18:31:11.640Z | Compiling bit-vec v0.6.3 |
1651 | 2024-01-24T18:31:11.640Z | Compiling hyper v0.14.27 |
1652 | 2024-01-24T18:31:11.640Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1653 | 2024-01-24T18:31:12.904Z | Compiling rand v0.8.5 |
1654 | 2024-01-24T18:31:13.348Z | Compiling phf_shared v0.10.0 |
1655 | 2024-01-24T18:31:15.095Z | Compiling num-bigint v0.4.4 |
1656 | 2024-01-24T18:31:15.129Z | Compiling precomputed-hash v0.1.1 |
1657 | 2024-01-24T18:31:15.142Z | Compiling minimal-lexical v0.2.1 |
1658 | 2024-01-24T18:31:15.272Z | Compiling fixedbitset v0.4.2 |
1659 | 2024-01-24T18:31:15.990Z | Compiling new_debug_unreachable v1.0.4 |
1660 | 2024-01-24T18:31:15.999Z | Compiling base64ct v1.6.0 |
1661 | 2024-01-24T18:31:16.123Z | Compiling smoltcp v0.9.1 |
1662 | 2024-01-24T18:31:16.648Z | Compiling string_cache v0.8.7 |
1663 | 2024-01-24T18:31:16.868Z | Compiling pem-rfc7468 v0.7.0 |
1664 | 2024-01-24T18:31:16.997Z | Compiling nom v7.1.3 |
1665 | 2024-01-24T18:31:17.029Z | Compiling petgraph v0.6.4 |
1666 | 2024-01-24T18:31:17.828Z | Compiling bit-set v0.5.3 |
1667 | 2024-01-24T18:31:18.132Z | Compiling hmac v0.12.1 |
1668 | 2024-01-24T18:31:18.272Z | Compiling itertools v0.10.5 |
1669 | 2024-01-24T18:31:18.786Z | Compiling hubpack_derive v0.1.1 |
1670 | 2024-01-24T18:31:19.246Z | Compiling enum-as-inner v0.5.1 |
1671 | 2024-01-24T18:31:19.463Z | Compiling diesel_table_macro_syntax v0.1.0 |
1672 | 2024-01-24T18:31:20.199Z | Compiling lalrpop-util v0.19.12 |
1673 | 2024-01-24T18:31:20.592Z | Checking bitflags v1.3.2 |
1674 | 2024-01-24T18:31:20.717Z | Compiling flagset v0.4.3 |
1675 | 2024-01-24T18:31:20.745Z | Compiling unicode-segmentation v1.10.1 |
1676 | 2024-01-24T18:31:21.434Z | Compiling der v0.7.8 |
1677 | 2024-01-24T18:31:21.639Z | Compiling diesel_derives v2.1.2 |
1678 | 2024-01-24T18:31:22.728Z | Compiling hyper-tls v0.5.0 |
1679 | 2024-01-24T18:31:22.828Z | Compiling hyper-rustls v0.24.2 |
1680 | 2024-01-24T18:31:23.233Z | Compiling snafu-derive v0.7.5 |
1681 | 2024-01-24T18:31:23.252Z | Compiling reqwest v0.11.22 |
1682 | 2024-01-24T18:31:23.326Z | Compiling cpufeatures v0.2.9 |
1683 | 2024-01-24T18:31:23.461Z | Compiling sha2 v0.10.8 |
1684 | 2024-01-24T18:31:23.805Z | Compiling rustix v0.37.23 |
1685 | 2024-01-24T18:31:23.827Z | Compiling md-5 v0.10.5 |
1686 | 2024-01-24T18:31:24.198Z | Compiling serde_repr v0.1.16 |
1687 | 2024-01-24T18:31:26.215Z | Compiling spki v0.7.2 |
1688 | 2024-01-24T18:31:26.614Z | Compiling stringprep v0.1.3 |
1689 | 2024-01-24T18:31:26.794Z | Compiling hash32 v0.2.1 |
1690 | 2024-01-24T18:31:27.618Z | Compiling fallible-iterator v0.2.0 |
1691 | 2024-01-24T18:31:27.957Z | Compiling stable_deref_trait v1.2.0 |
1692 | 2024-01-24T18:31:28.213Z | Compiling pkcs8 v0.10.2 |
1693 | 2024-01-24T18:31:28.363Z | Compiling terminal_size v0.2.6 |
1694 | 2024-01-24T18:31:28.787Z | Compiling postgres-protocol v0.6.6 |
1695 | 2024-01-24T18:31:28.852Z | Compiling phf_shared v0.11.2 |
1696 | 2024-01-24T18:31:30.037Z | Compiling ff v0.13.0 |
1697 | 2024-01-24T18:31:30.057Z | Compiling block-padding v0.3.3 |
1698 | 2024-01-24T18:31:30.391Z | Compiling scheduled-thread-pool v0.2.7 |
1699 | 2024-01-24T18:31:30.477Z | Compiling num_threads v0.1.6 |
1700 | 2024-01-24T18:31:30.641Z | Compiling base16ct v0.2.0 |
1701 | 2024-01-24T18:31:31.073Z | Compiling matches v0.1.10 |
1702 | 2024-01-24T18:31:31.127Z | Compiling regex-automata v0.1.10 |
1703 | 2024-01-24T18:31:31.159Z | Compiling deranged v0.3.8 |
1704 | 2024-01-24T18:31:31.199Z | Compiling managed v0.8.0 |
1705 | 2024-01-24T18:31:31.356Z | Compiling idna v0.2.3 |
1706 | 2024-01-24T18:31:31.666Z | Compiling clap_builder v4.4.2 |
1707 | 2024-01-24T18:31:31.939Z | Compiling bstr v0.2.17 |
1708 | 2024-01-24T18:31:33.342Z | Compiling sec1 v0.7.3 |
1709 | 2024-01-24T18:31:34.156Z | Compiling time v0.3.27 |
1710 | 2024-01-24T18:31:34.663Z | Compiling r2d2 v0.8.10 |
1711 | 2024-01-24T18:31:34.663Z | Compiling inout v0.1.3 |
1712 | 2024-01-24T18:31:34.663Z | Compiling group v0.13.0 |
1713 | 2024-01-24T18:31:34.663Z | Compiling postgres-types v0.2.6 |
1714 | 2024-01-24T18:31:34.758Z | Compiling signal-hook-mio v0.2.3 |
1715 | 2024-01-24T18:31:34.953Z | Compiling phf v0.11.2 |
1716 | 2024-01-24T18:31:34.992Z | Compiling bzip2 v0.4.4 |
1717 | 2024-01-24T18:31:35.590Z | Compiling hubpack v0.1.2 |
1718 | 2024-01-24T18:31:35.655Z | Compiling hkdf v0.12.4 |
1719 | 2024-01-24T18:31:36.014Z | Compiling pin-project v1.1.3 |
1720 | 2024-01-24T18:31:36.429Z | Compiling zerocopy v0.6.4 |
1721 | 2024-01-24T18:31:36.710Z | Compiling ipnetwork v0.20.0 |
1722 | 2024-01-24T18:31:37.310Z | Compiling crypto-bigint v0.5.2 |
1723 | 2024-01-24T18:31:37.804Z | Compiling futures-executor v0.3.30 |
1724 | 2024-01-24T18:31:38.753Z | Compiling float-cmp v0.9.0 |
1725 | 2024-01-24T18:31:39.307Z | Compiling regex-automata v0.3.8 |
1726 | 2024-01-24T18:31:40.084Z | Compiling data-encoding v2.4.0 |
1727 | 2024-01-24T18:31:43.213Z | Checking unicode-ident v1.0.12 |
1728 | 2024-01-24T18:31:43.339Z | Compiling difflib v0.4.0 |
1729 | 2024-01-24T18:31:43.392Z | Compiling predicates-core v1.0.6 |
1730 | 2024-01-24T18:31:43.446Z | Compiling static_assertions v1.1.0 |
1731 | 2024-01-24T18:31:43.581Z | Compiling normalize-line-endings v0.3.0 |
1732 | 2024-01-24T18:31:43.748Z | Compiling whoami v1.4.1 |
1733 | 2024-01-24T18:31:43.931Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1734 | 2024-01-24T18:31:44.211Z | Compiling tokio-postgres v0.7.10 |
1735 | 2024-01-24T18:31:44.733Z | Compiling predicates v3.1.0 |
1736 | 2024-01-24T18:31:46.073Z | Compiling bstr v1.6.0 |
1737 | 2024-01-24T18:31:47.536Z | Compiling trust-dns-proto v0.22.0 |
1738 | 2024-01-24T18:31:48.280Z | Compiling elliptic-curve v0.13.8 |
1739 | 2024-01-24T18:31:48.650Z | Compiling yasna v0.5.2 |
1740 | 2024-01-24T18:31:49.508Z | Compiling diesel v2.1.4 |
1741 | 2024-01-24T18:31:49.549Z | Compiling futures v0.3.30 |
1742 | 2024-01-24T18:31:49.739Z | Compiling clap v4.4.3 |
1743 | 2024-01-24T18:31:49.855Z | Compiling snafu v0.7.5 |
1744 | 2024-01-24T18:31:50.006Z | Compiling zip v0.6.6 |
1745 | 2024-01-24T18:31:51.285Z | Compiling crossterm v0.27.0 |
1746 | 2024-01-24T18:31:51.898Z | Compiling cipher v0.4.4 |
1747 | 2024-01-24T18:31:52.317Z | Compiling similar v2.3.0 |
1748 | 2024-01-24T18:31:53.024Z | Compiling usdt v0.3.5 |
1749 | 2024-01-24T18:31:53.425Z | Compiling tokio-stream v0.1.14 |
1750 | 2024-01-24T18:31:53.861Z | Compiling console v0.15.8 |
1751 | 2024-01-24T18:31:56.453Z | Checking proc-macro2 v1.0.74 |
1752 | 2024-01-24T18:31:57.539Z | Checking quote v1.0.35 |
1753 | 2024-01-24T18:32:00.568Z | Checking utf8parse v0.2.1 |
1754 | 2024-01-24T18:32:01.846Z | Checking anstyle v1.0.2 |
1755 | 2024-01-24T18:32:03.465Z | Checking io-lifetimes v1.0.11 |
1756 | 2024-01-24T18:32:07.588Z | Checking anstyle-parse v0.2.1 |
1757 | 2024-01-24T18:32:10.327Z | Checking anstyle-query v1.0.0 |
1758 | 2024-01-24T18:32:10.879Z | Checking colorchoice v1.0.0 |
1759 | 2024-01-24T18:32:11.053Z | Checking anstream v0.5.0 |
1760 | 2024-01-24T18:32:11.769Z | Checking strsim v0.10.0 |
1761 | 2024-01-24T18:32:11.969Z | Checking clap_lex v0.5.1 |
1762 | 2024-01-24T18:32:13.244Z | Checking winnow v0.5.15 |
1763 | 2024-01-24T18:32:20.264Z | Compiling serde_tokenstream v0.2.0 |
1764 | 2024-01-24T18:32:22.162Z | Compiling regress v0.7.1 |
1765 | 2024-01-24T18:32:27.805Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1766 | 2024-01-24T18:32:38.319Z | Compiling getopts v0.2.21 |
1767 | 2024-01-24T18:32:38.441Z | Compiling unsafe-libyaml v0.2.10 |
1768 | 2024-01-24T18:32:38.980Z | Checking heck v0.4.1 |
1769 | 2024-01-24T18:32:40.047Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1770 | 2024-01-24T18:32:40.997Z | Compiling serde_yaml v0.9.25 |
1771 | 2024-01-24T18:32:41.803Z | Compiling ident_case v1.0.1 |
1772 | 2024-01-24T18:32:42.824Z | Checking fastrand v2.0.0 |
1773 | 2024-01-24T18:32:43.078Z | Checking rustls-pki-types v1.1.0 |
1774 | 2024-01-24T18:32:43.078Z | Checking match_cfg v0.1.0 |
1775 | 2024-01-24T18:32:43.078Z | Checking hostname v0.3.1 |
1776 | 2024-01-24T18:32:43.079Z | Checking camino v1.1.6 |
1777 | 2024-01-24T18:32:43.079Z | Checking tempfile v3.9.0 |
1778 | 2024-01-24T18:32:43.079Z | Checking atty v0.2.14 |
1779 | 2024-01-24T18:32:43.079Z | Checking quick-error v1.2.3 |
1780 | 2024-01-24T18:32:43.198Z | Compiling paste v1.0.14 |
1781 | 2024-01-24T18:32:43.199Z | Checking crossbeam-channel v0.5.8 |
1782 | 2024-01-24T18:32:43.381Z | Checking sha1 v0.10.6 |
1783 | 2024-01-24T18:32:54.015Z | Checking dirs-sys-next v0.1.2 |
1784 | 2024-01-24T18:32:54.015Z | Compiling rustls v0.22.2 |
1785 | 2024-01-24T18:32:54.015Z | Checking dirs-next v2.0.0 |
1786 | 2024-01-24T18:32:54.015Z | Checking rustls-webpki v0.102.1 |
1787 | 2024-01-24T18:32:54.016Z | Checking thread_local v1.1.7 |
1788 | 2024-01-24T18:32:54.019Z | Checking instant v0.1.12 |
1789 | 2024-01-24T18:32:54.019Z | Compiling slog-async v2.8.0 |
1790 | 2024-01-24T18:32:54.789Z | Checking term v0.7.0 |
1791 | 2024-01-24T18:32:55.099Z | Checking rustls-pemfile v2.0.0 |
1792 | 2024-01-24T18:32:55.101Z | Compiling multer v3.0.0 |
1793 | 2024-01-24T18:32:55.102Z | Checking take_mut v0.2.2 |
1794 | 2024-01-24T18:32:55.102Z | Checking debug-ignore v1.0.5 |
1795 | 2024-01-24T18:32:55.102Z | Checking slog-term v2.9.0 |
1796 | 2024-01-24T18:32:55.102Z | Compiling darling_core v0.20.3 |
1797 | 2024-01-24T18:32:55.102Z | Checking slog-json v2.6.1 |
1798 | 2024-01-24T18:32:55.102Z | Checking http v1.0.0 |
1799 | 2024-01-24T18:32:55.102Z | Compiling async-stream-impl v0.3.5 |
1800 | 2024-01-24T18:32:55.102Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1801 | 2024-01-24T18:32:55.102Z | Checking atomic-waker v1.1.1 |
1802 | 2024-01-24T18:32:55.102Z | Checking waitgroup v0.1.2 |
1803 | 2024-01-24T18:32:55.103Z | Checking slog-bunyan v2.5.0 |
1804 | 2024-01-24T18:32:55.103Z | Checking toml v0.8.8 |
1805 | 2024-01-24T18:32:55.103Z | Checking async-stream v0.3.5 |
1806 | 2024-01-24T18:32:55.103Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1807 | 2024-01-24T18:32:55.103Z | Checking serde_path_to_error v0.1.15 |
1808 | 2024-01-24T18:32:55.103Z | Checking strum v0.25.0 |
1809 | 2024-01-24T18:32:55.103Z | Compiling structmeta-derive v0.2.0 |
1810 | 2024-01-24T18:32:55.103Z | Checking tokio-rustls v0.25.0 |
1811 | 2024-01-24T18:32:55.103Z | Checking wait-timeout v0.2.0 |
1812 | 2024-01-24T18:32:55.103Z | Checking rusty-fork v0.3.0 |
1813 | 2024-01-24T18:32:55.103Z | Checking rand_xorshift v0.3.0 |
1814 | 2024-01-24T18:32:55.103Z | Compiling regex-syntax v0.7.5 |
1815 | 2024-01-24T18:32:55.103Z | Checking unarray v0.1.4 |
1816 | 2024-01-24T18:32:55.104Z | Checking proptest v1.4.0 |
1817 | 2024-01-24T18:32:56.186Z | Compiling structmeta v0.2.0 |
1818 | 2024-01-24T18:32:56.830Z | Checking backoff v0.4.0 |
1819 | 2024-01-24T18:32:57.094Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1820 | 2024-01-24T18:32:57.243Z | Compiling test-strategy v0.3.1 |
1821 | 2024-01-24T18:32:57.686Z | Compiling darling_macro v0.20.3 |
1822 | 2024-01-24T18:32:57.742Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1823 | 2024-01-24T18:32:58.985Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1824 | 2024-01-24T18:32:59.195Z | Checking macaddr v1.0.1 |
1825 | 2024-01-24T18:32:59.364Z | Compiling darling v0.20.3 |
1826 | 2024-01-24T18:32:59.439Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1827 | 2024-01-24T18:32:59.517Z | Compiling serde_with_macros v3.4.0 |
1828 | 2024-01-24T18:32:59.690Z | Checking camino-tempfile v1.1.1 |
1829 | 2024-01-24T18:33:00.084Z | Checking is-terminal v0.4.9 |
1830 | 2024-01-24T18:33:00.109Z | Compiling proc-macro-error-attr v1.0.4 |
1831 | 2024-01-24T18:33:00.249Z | Compiling proc-macro-error v1.0.4 |
1832 | 2024-01-24T18:33:00.488Z | Compiling proc-macro-crate v1.3.1 |
1833 | 2024-01-24T18:33:00.904Z | Compiling heapless v0.8.0 |
1834 | 2024-01-24T18:33:01.765Z | Checking termtree v0.4.1 |
1835 | 2024-01-24T18:33:02.048Z | Checking predicates-tree v1.0.9 |
1836 | 2024-01-24T18:33:02.341Z | Compiling num_enum_derive v0.5.11 |
1837 | 2024-01-24T18:33:02.794Z | Checking hash32 v0.3.1 |
1838 | 2024-01-24T18:33:03.049Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1839 | 2024-01-24T18:33:03.306Z | Compiling smoltcp v0.11.0 |
1840 | 2024-01-24T18:33:04.057Z | Compiling parse-display-derive v0.8.2 |
1841 | 2024-01-24T18:33:04.128Z | Checking serde_with v3.4.0 |
1842 | 2024-01-24T18:33:04.249Z | Checking embedded-io v0.4.0 |
1843 | 2024-01-24T18:33:04.481Z | Compiling crucible-workspace-hack v0.1.0 |
1844 | 2024-01-24T18:33:04.499Z | Checking cobs v0.2.3 |
1845 | 2024-01-24T18:33:04.757Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1846 | 2024-01-24T18:33:04.920Z | Checking postcard v1.0.8 |
1847 | 2024-01-24T18:33:05.198Z | Compiling foreign-types-macros v0.2.3 |
1848 | 2024-01-24T18:33:06.077Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1849 | 2024-01-24T18:33:06.524Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1850 | 2024-01-24T18:33:06.933Z | Checking num_enum v0.5.11 |
1851 | 2024-01-24T18:33:06.951Z | Checking foreign-types-shared v0.3.1 |
1852 | 2024-01-24T18:33:07.097Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1853 | 2024-01-24T18:33:07.344Z | Checking foreign-types v0.5.0 |
1854 | 2024-01-24T18:33:07.504Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1855 | 2024-01-24T18:33:07.568Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1856 | 2024-01-24T18:33:07.746Z | Checking cstr-argument v0.1.2 |
1857 | 2024-01-24T18:33:08.403Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1858 | 2024-01-24T18:33:08.415Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1859 | 2024-01-24T18:33:08.475Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1860 | 2024-01-24T18:33:08.881Z | Checking pretty-hex v0.2.1 |
1861 | 2024-01-24T18:33:09.130Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-01-24T18:33:09.185Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1863 | 2024-01-24T18:33:09.519Z | Checking colored v2.0.4 |
1864 | 2024-01-24T18:33:09.627Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1865 | 2024-01-24T18:33:09.960Z | Compiling zone_cfg_derive v0.3.0 |
1866 | 2024-01-24T18:33:09.969Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1867 | 2024-01-24T18:33:10.146Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1868 | 2024-01-24T18:33:10.672Z | Compiling mockall_derive v0.12.0 |
1869 | 2024-01-24T18:33:11.602Z | Checking parse-display v0.8.2 |
1870 | 2024-01-24T18:33:11.607Z | Compiling num-derive v0.4.0 |
1871 | 2024-01-24T18:33:11.797Z | Checking fragile v2.0.0 |
1872 | 2024-01-24T18:33:12.159Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1873 | 2024-01-24T18:33:12.178Z | Checking downcast v0.11.0 |
1874 | 2024-01-24T18:33:12.297Z | Checking zone v0.3.0 |
1875 | 2024-01-24T18:33:12.544Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1876 | 2024-01-24T18:33:12.904Z | Checking smf v0.2.2 |
1877 | 2024-01-24T18:33:12.999Z | Checking same-file v1.0.6 |
1878 | 2024-01-24T18:33:13.236Z | Checking walkdir v2.4.0 |
1879 | 2024-01-24T18:33:13.606Z | Checking filetime v0.2.23 |
1880 | 2024-01-24T18:33:13.629Z | Checking xattr v1.0.1 |
1881 | 2024-01-24T18:33:13.681Z | Checking pem v3.0.2 |
1882 | 2024-01-24T18:33:13.880Z | Checking linked-hash-map v0.5.6 |
1883 | 2024-01-24T18:33:13.898Z | Checking tar v0.4.40 |
1884 | 2024-01-24T18:33:14.028Z | Checking itertools v0.12.0 |
1885 | 2024-01-24T18:33:14.368Z | Checking lru-cache v0.1.2 |
1886 | 2024-01-24T18:33:14.562Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1887 | 2024-01-24T18:33:14.633Z | Checking headers-core v0.2.0 |
1888 | 2024-01-24T18:33:14.833Z | Checking headers v0.3.9 |
1889 | 2024-01-24T18:33:14.971Z | Checking password-hash v0.5.0 |
1890 | 2024-01-24T18:33:15.115Z | Checking blake2 v0.10.6 |
1891 | 2024-01-24T18:33:15.565Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1892 | 2024-01-24T18:33:15.686Z | Checking rcgen v0.12.0 |
1893 | 2024-01-24T18:33:15.776Z | Checking argon2 v0.5.2 |
1894 | 2024-01-24T18:33:16.292Z | Checking atomicwrites v0.4.3 |
1895 | 2024-01-24T18:33:16.570Z | Checking subprocess v0.2.9 |
1896 | 2024-01-24T18:33:16.634Z | Checking arc-swap v1.6.0 |
1897 | 2024-01-24T18:33:16.709Z | Checking swrite v0.1.0 |
1898 | 2024-01-24T18:33:16.749Z | Compiling cancel-safe-futures v0.1.5 |
1899 | 2024-01-24T18:33:16.856Z | Checking ciborium-io v0.2.1 |
1900 | 2024-01-24T18:33:17.019Z | Checking half v1.8.2 |
1901 | 2024-01-24T18:33:17.275Z | Checking slog-scope v4.4.0 |
1902 | 2024-01-24T18:33:17.403Z | Checking resolv-conf v0.7.0 |
1903 | 2024-01-24T18:33:17.585Z | Checking slog-stdlog v4.1.1 |
1904 | 2024-01-24T18:33:17.660Z | Checking ciborium-ll v0.2.1 |
1905 | 2024-01-24T18:33:17.828Z | Checking slog-envlogger v2.2.0 |
1906 | 2024-01-24T18:33:17.935Z | Checking trust-dns-resolver v0.22.0 |
1907 | 2024-01-24T18:33:17.995Z | Checking libsw v3.3.1 |
1908 | 2024-01-24T18:33:18.105Z | Compiling derive-where v1.2.7 |
1909 | 2024-01-24T18:33:18.123Z | Checking ciborium v0.2.1 |
1910 | 2024-01-24T18:33:18.287Z | Checking linear-map v1.2.0 |
1911 | 2024-01-24T18:33:18.352Z | Checking owo-colors v3.5.0 |
1912 | 2024-01-24T18:33:18.790Z | Checking textwrap v0.11.0 |
1913 | 2024-01-24T18:33:19.096Z | Compiling heck v0.3.3 |
1914 | 2024-01-24T18:33:19.729Z | Checking strsim v0.8.0 |
1915 | 2024-01-24T18:33:19.773Z | Checking ansi_term v0.12.1 |
1916 | 2024-01-24T18:33:20.010Z | Checking vec_map v0.8.2 |
1917 | 2024-01-24T18:33:20.260Z | Compiling libefi-sys v0.1.0 |
1918 | 2024-01-24T18:33:20.416Z | Checking clap v2.34.0 |
1919 | 2024-01-24T18:33:20.428Z | Compiling structopt-derive v0.4.18 |
1920 | 2024-01-24T18:33:20.709Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1921 | 2024-01-24T18:33:21.270Z | Compiling slog-dtrace v0.2.3 |
1922 | 2024-01-24T18:33:21.572Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1923 | 2024-01-24T18:33:21.796Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1924 | 2024-01-24T18:33:22.373Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1925 | 2024-01-24T18:33:22.773Z | Checking nibble_vec v0.1.0 |
1926 | 2024-01-24T18:33:22.882Z | Checking endian-type v0.1.2 |
1927 | 2024-01-24T18:33:23.051Z | Checking fxhash v0.2.1 |
1928 | 2024-01-24T18:33:23.176Z | Checking radix_trie v0.2.1 |
1929 | 2024-01-24T18:33:23.273Z | Checking termcolor v1.2.0 |
1930 | 2024-01-24T18:33:23.813Z | Compiling radium v0.7.0 |
1931 | 2024-01-24T18:33:23.889Z | Compiling semver v0.1.20 |
1932 | 2024-01-24T18:33:24.239Z | Checking tap v1.0.1 |
1933 | 2024-01-24T18:33:24.469Z | Compiling rustc_version v0.1.7 |
1934 | 2024-01-24T18:33:24.522Z | Compiling maybe-uninit v2.0.0 |
1935 | 2024-01-24T18:33:24.860Z | Checking mockall v0.12.0 |
1936 | 2024-01-24T18:33:25.188Z | Compiling newtype_derive v0.1.6 |
1937 | 2024-01-24T18:33:25.305Z | Checking wyz v0.5.1 |
1938 | 2024-01-24T18:33:25.367Z | Compiling semver-parser v0.10.2 |
1939 | 2024-01-24T18:33:25.544Z | Checking structopt v0.3.26 |
1940 | 2024-01-24T18:33:25.608Z | Compiling num-bigint-dig v0.8.4 |
1941 | 2024-01-24T18:33:25.626Z | Compiling packed_struct v0.10.1 |
1942 | 2024-01-24T18:33:25.875Z | Checking funty v2.0.0 |
1943 | 2024-01-24T18:33:26.051Z | Checking crc-catalog v2.2.0 |
1944 | 2024-01-24T18:33:26.237Z | Checking crc v3.0.1 |
1945 | 2024-01-24T18:33:26.448Z | Compiling packed_struct_codegen v0.10.1 |
1946 | 2024-01-24T18:33:26.541Z | Compiling semver v0.11.0 |
1947 | 2024-01-24T18:33:26.544Z | Compiling indexmap v1.9.3 |
1948 | 2024-01-24T18:33:26.988Z | Compiling num-rational v0.4.1 |
1949 | 2024-01-24T18:33:27.785Z | Checking bitvec v1.0.1 |
1950 | 2024-01-24T18:33:28.022Z | Compiling home v0.5.5 |
1951 | 2024-01-24T18:33:28.306Z | Checking nodrop v0.1.14 |
1952 | 2024-01-24T18:33:28.394Z | Compiling toolchain_find v0.2.0 |
1953 | 2024-01-24T18:33:28.455Z | Checking array-init v0.0.4 |
1954 | 2024-01-24T18:33:29.396Z | Checking smallvec v0.6.14 |
1955 | 2024-01-24T18:33:29.994Z | Checking pkcs1 v0.7.5 |
1956 | 2024-01-24T18:33:30.504Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1957 | 2024-01-24T18:33:30.627Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1958 | 2024-01-24T18:33:30.778Z | Checking signature v2.1.0 |
1959 | 2024-01-24T18:33:31.012Z | Compiling toml v0.5.11 |
1960 | 2024-01-24T18:33:31.039Z | Compiling topological-sort v0.2.2 |
1961 | 2024-01-24T18:33:31.391Z | Checking bitfield v0.14.0 |
1962 | 2024-01-24T18:33:31.412Z | Checking hashbrown v0.12.3 |
1963 | 2024-01-24T18:33:31.782Z | Compiling convert_case v0.4.0 |
1964 | 2024-01-24T18:33:31.882Z | Compiling omicron-zone-package v0.10.1 |
1965 | 2024-01-24T18:33:32.938Z | Checking rsa v0.9.2 |
1966 | 2024-01-24T18:33:33.356Z | Compiling derive_more v0.99.17 |
1967 | 2024-01-24T18:33:34.266Z | Compiling rustfmt-wrapper v0.2.0 |
1968 | 2024-01-24T18:33:34.369Z | Checking serde-hex v0.1.0 |
1969 | 2024-01-24T18:33:35.243Z | Checking steno v0.4.0 |
1970 | 2024-01-24T18:33:38.462Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1971 | 2024-01-24T18:33:38.555Z | Checking env_logger v0.10.0 |
1972 | 2024-01-24T18:33:38.800Z | Checking x509-cert v0.2.4 |
1973 | 2024-01-24T18:33:38.891Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1974 | 2024-01-24T18:33:39.079Z | Checking ron v0.8.1 |
1975 | 2024-01-24T18:33:39.981Z | Checking num-complex v0.4.4 |
1976 | 2024-01-24T18:33:41.087Z | Checking crc-any v2.4.3 |
1977 | 2024-01-24T18:33:41.405Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1978 | 2024-01-24T18:33:41.425Z | Checking object v0.30.4 |
1979 | 2024-01-24T18:33:41.467Z | Checking num v0.4.1 |
1980 | 2024-01-24T18:33:41.604Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1981 | 2024-01-24T18:33:41.665Z | Checking newline-converter v0.3.0 |
1982 | 2024-01-24T18:33:41.797Z | Checking path-slash v0.1.5 |
1983 | 2024-01-24T18:33:41.868Z | Checking utf-8 v0.7.6 |
1984 | 2024-01-24T18:33:41.957Z | Checking expectorate v1.1.0 |
1985 | 2024-01-24T18:33:42.102Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1986 | 2024-01-24T18:33:42.160Z | Checking tungstenite v0.20.1 |
1987 | 2024-01-24T18:33:42.176Z | Compiling buf-list v1.0.3 |
1988 | 2024-01-24T18:33:42.612Z | Checking display-error-chain v0.2.0 |
1989 | 2024-01-24T18:33:42.814Z | Compiling parking_lot_core v0.8.6 |
1990 | 2024-01-24T18:33:43.593Z | Checking tokio-tungstenite v0.20.1 |
1991 | 2024-01-24T18:33:43.627Z | Checking keccak v0.1.4 |
1992 | 2024-01-24T18:33:43.669Z | Checking trust-dns-client v0.22.0 |
1993 | 2024-01-24T18:33:44.048Z | Checking parking_lot v0.11.2 |
1994 | 2024-01-24T18:33:44.092Z | Checking sha3 v0.10.8 |
1995 | 2024-01-24T18:33:44.588Z | Checking secrecy v0.8.0 |
1996 | 2024-01-24T18:33:44.735Z | Checking sled v0.34.7 |
1997 | 2024-01-24T18:33:44.920Z | Checking pretty-hex v0.4.1 |
1998 | 2024-01-24T18:33:45.165Z | Checking glob v0.3.1 |
1999 | 2024-01-24T18:33:45.643Z | Compiling vte_generate_state_changes v0.1.1 |
2000 | 2024-01-24T18:33:45.686Z | Checking fd-lock v3.0.13 |
2001 | 2024-01-24T18:33:45.961Z | Compiling unicase v2.7.0 |
2002 | 2024-01-24T18:33:46.432Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2003 | 2024-01-24T18:33:46.684Z | Checking vte v0.11.1 |
2004 | 2024-01-24T18:33:46.701Z | Checking trust-dns-server v0.22.1 |
2005 | 2024-01-24T18:33:46.886Z | Compiling platforms v3.0.2 |
2006 | 2024-01-24T18:33:47.755Z | Checking crossbeam-deque v0.8.3 |
2007 | 2024-01-24T18:33:48.228Z | Compiling rayon-core v1.12.0 |
2008 | 2024-01-24T18:33:48.312Z | Checking nu-ansi-term v0.49.0 |
2009 | 2024-01-24T18:33:48.906Z | Checking globset v0.4.13 |
2010 | 2024-01-24T18:33:49.173Z | Checking strip-ansi-escapes v0.2.0 |
2011 | 2024-01-24T18:33:49.361Z | Checking reedline v0.28.0 |
2012 | 2024-01-24T18:33:49.558Z | Checking olpc-cjson v0.1.3 |
2013 | 2024-01-24T18:33:49.619Z | Checking serde_plain v1.0.2 |
2014 | 2024-01-24T18:33:49.660Z | Compiling async-recursion v1.0.5 |
2015 | 2024-01-24T18:33:49.870Z | Checking typed-path v0.7.0 |
2016 | 2024-01-24T18:33:49.978Z | Compiling curve25519-dalek v4.1.1 |
2017 | 2024-01-24T18:33:51.425Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2018 | 2024-01-24T18:33:51.681Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2019 | 2024-01-24T18:33:51.822Z | Compiling memoffset v0.7.1 |
2020 | 2024-01-24T18:33:51.911Z | Checking rayon v1.8.0 |
2021 | 2024-01-24T18:33:52.023Z | Compiling mime_guess v2.0.4 |
2022 | 2024-01-24T18:33:52.623Z | Checking universal-hash v0.5.1 |
2023 | 2024-01-24T18:33:52.788Z | Compiling thiserror-impl-no-std v2.0.2 |
2024 | 2024-01-24T18:33:52.878Z | Compiling curve25519-dalek-derive v0.1.0 |
2025 | 2024-01-24T18:33:52.926Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2026 | 2024-01-24T18:33:53.024Z | Checking tough v0.16.0 |
2027 | 2024-01-24T18:33:53.116Z | Checking opaque-debug v0.3.0 |
2028 | 2024-01-24T18:33:53.286Z | Checking poly1305 v0.8.0 |
2029 | 2024-01-24T18:33:53.300Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2030 | 2024-01-24T18:33:53.581Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2031 | 2024-01-24T18:33:53.947Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2032 | 2024-01-24T18:33:54.236Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2033 | 2024-01-24T18:33:55.709Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2034 | 2024-01-24T18:33:55.946Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2035 | 2024-01-24T18:33:58.213Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2036 | 2024-01-24T18:33:58.302Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2037 | 2024-01-24T18:33:59.105Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2038 | 2024-01-24T18:33:59.178Z | Checking thiserror-no-std v2.0.2 |
2039 | 2024-01-24T18:34:00.531Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2040 | 2024-01-24T18:34:01.400Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2041 | 2024-01-24T18:34:01.439Z | Checking chacha20 v0.9.1 |
2042 | 2024-01-24T18:34:01.843Z | Checking aead v0.5.2 |
2043 | 2024-01-24T18:34:01.973Z | Checking kstat-rs v0.2.3 |
2044 | 2024-01-24T18:34:02.179Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2045 | 2024-01-24T18:34:02.316Z | Compiling salty v0.2.0 |
2046 | 2024-01-24T18:34:02.496Z | Checking signature v1.6.4 |
2047 | 2024-01-24T18:34:02.686Z | Checking ed25519 v1.5.3 |
2048 | 2024-01-24T18:34:02.761Z | Checking vsss-rs v3.3.4 |
2049 | 2024-01-24T18:34:02.924Z | Checking chacha20poly1305 v0.10.1 |
2050 | 2024-01-24T18:34:03.226Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2051 | 2024-01-24T18:34:04.005Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2052 | 2024-01-24T18:34:04.301Z | Checking serde-big-array v0.5.1 |
2053 | 2024-01-24T18:34:04.364Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2054 | 2024-01-24T18:34:04.619Z | Checking bytecount v0.6.3 |
2055 | 2024-01-24T18:34:05.810Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2056 | 2024-01-24T18:34:06.242Z | Checking papergrid v0.10.0 |
2057 | 2024-01-24T18:34:07.426Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2058 | 2024-01-24T18:34:08.916Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2059 | 2024-01-24T18:34:08.996Z | Compiling tabled_derive v0.6.0 |
2060 | 2024-01-24T18:34:10.118Z | Checking signal-hook-tokio v0.3.1 |
2061 | 2024-01-24T18:34:10.380Z | Checking nix v0.26.4 |
2062 | 2024-01-24T18:34:12.742Z | Checking serde-big-array v0.4.1 |
2063 | 2024-01-24T18:34:12.978Z | Compiling sqlparser_derive v0.2.2 |
2064 | 2024-01-24T18:34:13.374Z | Checking unicode_categories v0.1.1 |
2065 | 2024-01-24T18:34:13.871Z | Checking sqlformat v0.2.3 |
2066 | 2024-01-24T18:34:13.914Z | Checking rustyline v12.0.0 |
2067 | 2024-01-24T18:34:14.240Z | Checking tabled v0.14.0 |
2068 | 2024-01-24T18:34:14.794Z | Checking sqlparser v0.41.0 |
2069 | 2024-01-24T18:34:15.179Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2070 | 2024-01-24T18:34:16.429Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2071 | 2024-01-24T18:34:16.625Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2072 | 2024-01-24T18:34:18.628Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2073 | 2024-01-24T18:34:19.530Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2074 | 2024-01-24T18:34:21.146Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2075 | 2024-01-24T18:34:22.159Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2076 | 2024-01-24T18:34:23.395Z | Checking bcs v0.1.6 |
2077 | 2024-01-24T18:34:24.011Z | Checking corncobs v0.1.3 |
2078 | 2024-01-24T18:34:24.102Z | Checking highway v1.1.0 |
2079 | 2024-01-24T18:34:24.255Z | Compiling prettyplease v0.2.16 |
2080 | 2024-01-24T18:34:24.636Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2081 | 2024-01-24T18:34:24.716Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2082 | 2024-01-24T18:34:24.725Z | Checking http-range v0.1.5 |
2083 | 2024-01-24T18:34:24.964Z | Checking hyper-staticfile v0.9.5 |
2084 | 2024-01-24T18:34:25.108Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2085 | 2024-01-24T18:34:25.582Z | Compiling crunchy v0.2.2 |
2086 | 2024-01-24T18:34:25.904Z | Compiling portable-atomic v1.4.3 |
2087 | 2024-01-24T18:34:26.003Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2088 | 2024-01-24T18:34:26.660Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2089 | 2024-01-24T18:34:27.663Z | Compiling clang-sys v1.6.1 |
2090 | 2024-01-24T18:34:27.727Z | Compiling tiny-keccak v2.0.2 |
2091 | 2024-01-24T18:34:28.234Z | Checking assert_matches v1.5.0 |
2092 | 2024-01-24T18:34:28.364Z | Checking humantime v2.1.0 |
2093 | 2024-01-24T18:34:28.994Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2094 | 2024-01-24T18:34:29.049Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2095 | 2024-01-24T18:34:30.462Z | Compiling darling_core v0.14.4 |
2096 | 2024-01-24T18:34:31.004Z | Checking number_prefix v0.4.0 |
2097 | 2024-01-24T18:34:31.279Z | Checking indicatif v0.17.7 |
2098 | 2024-01-24T18:34:31.391Z | Compiling ascii-canvas v3.0.0 |
2099 | 2024-01-24T18:34:32.472Z | Compiling ena v0.14.2 |
2100 | 2024-01-24T18:34:32.524Z | Compiling libloading v0.7.4 |
2101 | 2024-01-24T18:34:32.813Z | Compiling regex-syntax v0.6.29 |
2102 | 2024-01-24T18:34:33.135Z | Compiling bindgen v0.65.1 |
2103 | 2024-01-24T18:34:33.165Z | Compiling diff v0.1.13 |
2104 | 2024-01-24T18:34:37.782Z | Compiling cexpr v0.6.0 |
2105 | 2024-01-24T18:34:40.656Z | Compiling lalrpop v0.19.12 |
2106 | 2024-01-24T18:34:41.045Z | Compiling darling_macro v0.14.4 |
2107 | 2024-01-24T18:34:42.226Z | Compiling which v4.4.0 |
2108 | 2024-01-24T18:34:42.779Z | Compiling darling v0.14.4 |
2109 | 2024-01-24T18:34:42.953Z | Compiling fs-err v2.11.0 |
2110 | 2024-01-24T18:34:43.184Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2111 | 2024-01-24T18:34:43.251Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2112 | 2024-01-24T18:34:43.412Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2113 | 2024-01-24T18:34:43.493Z | Compiling lazycell v1.3.0 |
2114 | 2024-01-24T18:34:43.746Z | Compiling rustc-hash v1.1.0 |
2115 | 2024-01-24T18:34:43.952Z | Compiling shlex v1.1.0 |
2116 | 2024-01-24T18:34:44.400Z | Checking maplit v1.0.2 |
2117 | 2024-01-24T18:34:44.591Z | Compiling ref-cast v1.0.20 |
2118 | 2024-01-24T18:34:44.746Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2119 | 2024-01-24T18:34:45.330Z | Compiling peeking_take_while v0.1.2 |
2120 | 2024-01-24T18:34:46.063Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2121 | 2024-01-24T18:34:48.605Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2122 | 2024-01-24T18:34:53.470Z | Compiling derive_builder_core v0.12.0 |
2123 | 2024-01-24T18:34:54.210Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2124 | 2024-01-24T18:34:54.722Z | Compiling ref-cast-impl v1.0.20 |
2125 | 2024-01-24T18:34:55.057Z | Compiling libxml v0.3.3 |
2126 | 2024-01-24T18:34:56.146Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2127 | 2024-01-24T18:34:56.728Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2128 | 2024-01-24T18:34:56.807Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2129 | 2024-01-24T18:34:56.847Z | Compiling strum_macros v0.24.3 |
2130 | 2024-01-24T18:34:57.294Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2131 | 2024-01-24T18:34:57.632Z | Compiling derive_builder_macro v0.12.0 |
2132 | 2024-01-24T18:34:57.764Z | Compiling cookie v0.18.0 |
2133 | 2024-01-24T18:34:58.218Z | Checking parse-size v1.0.0 |
2134 | 2024-01-24T18:34:58.473Z | Compiling indoc v1.0.9 |
2135 | 2024-01-24T18:34:59.029Z | Checking derive_builder v0.12.0 |
2136 | 2024-01-24T18:35:00.168Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2137 | 2024-01-24T18:35:01.721Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2138 | 2024-01-24T18:35:02.430Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2139 | 2024-01-24T18:35:02.654Z | Checking bb8 v0.8.1 |
2140 | 2024-01-24T18:35:02.913Z | Checking quick-xml v0.23.1 |
2141 | 2024-01-24T18:35:03.328Z | Compiling oso-derive v0.27.0 |
2142 | 2024-01-24T18:35:03.463Z | Compiling impl-trait-for-tuples v0.2.2 |
2143 | 2024-01-24T18:35:03.629Z | Checking smawk v0.3.1 |
2144 | 2024-01-24T18:35:03.720Z | Checking unicode-linebreak v0.1.5 |
2145 | 2024-01-24T18:35:03.934Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2146 | 2024-01-24T18:35:04.444Z | Checking textwrap v0.16.0 |
2147 | 2024-01-24T18:35:04.942Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2148 | 2024-01-24T18:35:05.027Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2149 | 2024-01-24T18:35:05.440Z | Checking is_ci v1.1.1 |
2150 | 2024-01-24T18:35:06.000Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2151 | 2024-01-24T18:35:06.004Z | Checking supports-color v2.1.0 |
2152 | 2024-01-24T18:35:06.005Z | Checking itertools v0.11.0 |
2153 | 2024-01-24T18:35:07.820Z | Checking cassowary v0.3.0 |
2154 | 2024-01-24T18:35:08.458Z | Compiling indoc v2.0.3 |
2155 | 2024-01-24T18:35:09.033Z | Checking rtoolbox v0.0.1 |
2156 | 2024-01-24T18:35:09.251Z | Checking rpassword v7.3.1 |
2157 | 2024-01-24T18:35:09.454Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2158 | 2024-01-24T18:35:10.019Z | Checking shell-words v1.1.0 |
2159 | 2024-01-24T18:35:10.169Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2160 | 2024-01-24T18:35:10.338Z | Checking fatfs v0.3.6 |
2161 | 2024-01-24T18:35:11.332Z | Checking ratatui v0.23.0 |
2162 | 2024-01-24T18:35:11.730Z | Checking yansi v0.5.1 |
2163 | 2024-01-24T18:35:12.300Z | Compiling target-lexicon v0.12.12 |
2164 | 2024-01-24T18:35:12.614Z | Checking pretty_assertions v1.4.0 |
2165 | 2024-01-24T18:35:12.953Z | Checking plotters-backend v0.3.5 |
2166 | 2024-01-24T18:35:13.299Z | Compiling guppy-workspace-hack v0.1.0 |
2167 | 2024-01-24T18:35:13.803Z | Checking plotters-svg v0.3.5 |
2168 | 2024-01-24T18:35:13.865Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2169 | 2024-01-24T18:35:14.077Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2170 | 2024-01-24T18:35:14.411Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2171 | 2024-01-24T18:35:14.628Z | Checking tui-tree-widget v0.13.0 |
2172 | 2024-01-24T18:35:15.019Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2173 | 2024-01-24T18:35:17.375Z | Checking rand v0.4.6 |
2174 | 2024-01-24T18:35:17.376Z | Compiling target-spec v3.0.1 |
2175 | 2024-01-24T18:35:17.771Z | Checking cast v0.3.0 |
2176 | 2024-01-24T18:35:17.997Z | Checking remove_dir_all v0.5.3 |
2177 | 2024-01-24T18:35:18.042Z | Checking criterion-plot v0.5.0 |
2178 | 2024-01-24T18:35:18.042Z | Checking tempdir v0.3.7 |
2179 | 2024-01-24T18:35:18.638Z | Checking cfg-expr v0.15.5 |
2180 | 2024-01-24T18:35:18.955Z | Checking plotters v0.3.5 |
2181 | 2024-01-24T18:35:37.101Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2182 | 2024-01-24T18:35:37.816Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2183 | 2024-01-24T18:35:37.816Z | Checking tinytemplate v1.2.1 |
2184 | 2024-01-24T18:35:37.823Z | Checking cargo-platform v0.1.3 |
2185 | 2024-01-24T18:35:37.893Z | Checking anes v0.1.6 |
2186 | 2024-01-24T18:35:37.893Z | Checking oorandom v11.1.3 |
2187 | 2024-01-24T18:35:37.894Z | Checking cargo_metadata v0.18.1 |
2188 | 2024-01-24T18:35:37.894Z | Checking criterion v0.5.1 |
2189 | 2024-01-24T18:35:37.894Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2190 | 2024-01-24T18:35:37.894Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2191 | 2024-01-24T18:35:37.894Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2192 | 2024-01-24T18:35:37.894Z | Checking assert_cmd v2.0.13 |
2193 | 2024-01-24T18:35:37.895Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2194 | 2024-01-24T18:35:37.895Z | Checking rustls-native-certs v0.7.0 |
2195 | 2024-01-24T18:35:37.895Z | Checking pathdiff v0.2.1 |
2196 | 2024-01-24T18:35:37.895Z | Checking nested v0.1.1 |
2197 | 2024-01-24T18:35:37.895Z | Checking guppy v0.17.4 |
2198 | 2024-01-24T18:35:37.895Z | Checking hyper-rustls v0.25.0 |
2199 | 2024-01-24T18:35:37.895Z | Checking threadpool v1.8.1 |
2200 | 2024-01-24T18:35:37.896Z | Checking nanorand v0.7.0 |
2201 | 2024-01-24T18:35:37.896Z | Checking libtest-mimic v0.6.1 |
2202 | 2024-01-24T18:35:37.896Z | Checking flume v0.11.0 |
2203 | 2024-01-24T18:35:37.896Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2204 | 2024-01-24T18:35:37.896Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2205 | 2024-01-24T18:35:37.896Z | Checking httptest v0.15.5 |
2206 | 2024-01-24T18:35:37.896Z | Checking similar-asserts v1.5.0 |
2207 | 2024-01-24T18:35:37.896Z | Compiling rstest_macros v0.18.2 |
2208 | 2024-01-24T18:35:37.908Z | Compiling crossbeam-queue v0.3.8 |
2209 | 2024-01-24T18:35:38.624Z | Checking datatest-stable v0.2.3 |
2210 | 2024-01-24T18:35:38.688Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2211 | 2024-01-24T18:35:38.939Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2212 | 2024-01-24T18:35:40.229Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2213 | 2024-01-24T18:35:40.310Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2214 | 2024-01-24T18:35:40.465Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2215 | 2024-01-24T18:35:40.542Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2216 | 2024-01-24T18:35:40.979Z | Compiling trybuild v1.0.89 |
2217 | 2024-01-24T18:35:41.498Z | Compiling relative-path v1.9.0 |
2218 | 2024-01-24T18:35:41.599Z | Checking arrayvec v0.7.4 |
2219 | 2024-01-24T18:35:41.634Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2220 | 2024-01-24T18:35:42.209Z | Checking constant_time_eq v0.2.6 |
2221 | 2024-01-24T18:35:42.379Z | Checking arrayref v0.3.7 |
2222 | 2024-01-24T18:35:42.598Z | Checking blake2b_simd v1.0.1 |
2223 | 2024-01-24T18:35:44.329Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2224 | 2024-01-24T18:35:44.628Z | Checking basic-toml v0.1.8 |
2225 | 2024-01-24T18:35:46.251Z | Checking constant_time_eq v0.3.0 |
2226 | 2024-01-24T18:35:47.000Z | Checking futures-timer v3.0.2 |
2227 | 2024-01-24T18:35:48.048Z | Checking rust-argon2 v1.0.1 |
2228 | 2024-01-24T18:35:49.555Z | Checking crossbeam v0.8.2 |
2229 | 2024-01-24T18:35:51.505Z | Checking partial-io v0.5.4 |
2230 | 2024-01-24T18:35:51.541Z | Checking approx v0.5.1 |
2231 | 2024-01-24T18:35:52.302Z | Checking termios v0.3.3 |
2232 | 2024-01-24T18:35:52.378Z | Checking hex-literal v0.4.1 |
2233 | 2024-01-24T18:36:13.995Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2234 | 2024-01-24T18:36:14.127Z | Checking rstest v0.18.2 |
2235 | 2024-01-24T18:36:14.127Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2236 | 2024-01-24T18:37:13.092Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2237 | 2024-01-24T18:37:13.220Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2238 | 2024-01-24T18:37:19.048Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2239 | 2024-01-24T18:37:19.977Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2240 | 2024-01-24T18:37:31.740Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2241 | 2024-01-24T18:37:58.392Z | Compiling polar-core v0.27.0 |
2242 | 2024-01-24T18:38:09.694Z | Checking oso v0.27.0 |
2243 | 2024-01-24T18:39:00.025Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2244 | 2024-01-24T18:40:27.361Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 41s |
2245 | 2024-01-24T18:40:27.589Z | |
2246 | 2024-01-24T18:40:27.589Z | real 11:47.896637527 |
2247 | 2024-01-24T18:40:27.590Z | user 1:03:30.459066348 |
2248 | 2024-01-24T18:40:27.590Z | sys 8:02.894746293 |
2249 | 2024-01-24T18:40:27.591Z | trap 2.182055592 |
2250 | 2024-01-24T18:40:27.592Z | tflt 3.202534719 |
2251 | 2024-01-24T18:40:27.592Z | dflt 6.846729774 |
2252 | 2024-01-24T18:40:27.592Z | kflt 0.020239206 |
2253 | 2024-01-24T18:40:27.595Z | lock 1:40:19.065208823 |
2254 | 2024-01-24T18:40:27.595Z | slp 3:07:52.699405483 |
2255 | 2024-01-24T18:40:27.595Z | lat 2:13.124902223 |
2256 | 2024-01-24T18:40:27.595Z | stop 4:48.672332270 |
2257 | 2024-01-24T18:40:28.854Z | warning: output filename collision. |
2258 | 2024-01-24T18:40:28.854Z | 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)`. |
2259 | 2024-01-24T18:40:28.854Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2260 | 2024-01-24T18:40:28.854Z | The targets should have unique names. |
2261 | 2024-01-24T18:40:28.854Z | This is a known bug where multiple crates with the same name use |
2262 | 2024-01-24T18:40:28.855Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2263 | 2024-01-24T18:40:28.859Z | warning: output filename collision. |
2264 | 2024-01-24T18:40:28.860Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2265 | 2024-01-24T18:40:28.860Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2266 | 2024-01-24T18:40:28.860Z | The targets should have unique names. |
2267 | 2024-01-24T18:40:28.860Z | This is a known bug where multiple crates with the same name use |
2268 | 2024-01-24T18:40:28.860Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2269 | 2024-01-24T18:40:28.860Z | warning: output filename collision. |
2270 | 2024-01-24T18:40:28.860Z | 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)`. |
2271 | 2024-01-24T18:40:28.860Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2272 | 2024-01-24T18:40:28.860Z | The targets should have unique names. |
2273 | 2024-01-24T18:40:28.860Z | This is a known bug where multiple crates with the same name use |
2274 | 2024-01-24T18:40:28.860Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2275 | 2024-01-24T18:40:28.860Z | warning: output filename collision. |
2276 | 2024-01-24T18:40:28.860Z | 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)`. |
2277 | 2024-01-24T18:40:28.860Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2278 | 2024-01-24T18:40:28.860Z | The targets should have unique names. |
2279 | 2024-01-24T18:40:28.860Z | This is a known bug where multiple crates with the same name use |
2280 | 2024-01-24T18:40:28.860Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2281 | 2024-01-24T18:40:29.520Z | Documenting libc v0.2.152 |
2282 | 2024-01-24T18:40:29.538Z | Documenting cfg-if v1.0.0 |
2283 | 2024-01-24T18:40:29.552Z | Documenting serde_derive v1.0.195 |
2284 | 2024-01-24T18:40:29.583Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2285 | 2024-01-24T18:40:29.586Z | Documenting log v0.4.20 |
2286 | 2024-01-24T18:40:29.598Z | Documenting scopeguard v1.2.0 |
2287 | 2024-01-24T18:40:29.627Z | Documenting memchr v2.6.3 |
2288 | 2024-01-24T18:40:29.642Z | Documenting smallvec v1.11.2 |
2289 | 2024-01-24T18:40:30.014Z | Documenting zeroize_derive v1.4.2 |
2290 | 2024-01-24T18:40:33.620Z | Documenting lock_api v0.4.10 |
2291 | 2024-01-24T18:40:33.665Z | Documenting itoa v1.0.9 |
2292 | 2024-01-24T18:40:34.160Z | Documenting pin-project-lite v0.2.13 |
2293 | 2024-01-24T18:40:35.512Z | Documenting libm v0.2.7 |
2294 | 2024-01-24T18:40:36.053Z | Documenting getrandom v0.2.10 |
2295 | 2024-01-24T18:40:36.842Z | Documenting parking_lot_core v0.9.8 |
2296 | 2024-01-24T18:40:37.583Z | Documenting zeroize v1.7.0 |
2297 | 2024-01-24T18:40:37.916Z | Documenting signal-hook-registry v1.4.1 |
2298 | 2024-01-24T18:40:38.116Z | Documenting mio v0.8.9 |
2299 | 2024-01-24T18:40:38.363Z | Documenting futures-core v0.3.30 |
2300 | 2024-01-24T18:40:39.528Z | Documenting serde v1.0.195 |
2301 | 2024-01-24T18:40:40.637Z | Documenting num-traits v0.2.16 |
2302 | 2024-01-24T18:40:41.727Z | Documenting rand_core v0.6.4 |
2303 | 2024-01-24T18:40:42.773Z | Documenting parking_lot v0.12.1 |
2304 | 2024-01-24T18:40:43.608Z | Documenting thiserror-impl v1.0.49 |
2305 | 2024-01-24T18:40:43.723Z | Documenting num_cpus v1.16.0 |
2306 | 2024-01-24T18:40:44.192Z | Documenting socket2 v0.5.5 |
2307 | 2024-01-24T18:40:44.763Z | Documenting typenum v1.16.0 |
2308 | 2024-01-24T18:40:47.187Z | Documenting tokio-macros v2.2.0 |
2309 | 2024-01-24T18:40:47.840Z | Documenting subtle v2.5.0 |
2310 | 2024-01-24T18:40:48.637Z | Documenting once_cell v1.19.0 |
2311 | 2024-01-24T18:40:49.393Z | Documenting ryu v1.0.15 |
2312 | 2024-01-24T18:40:50.082Z | Documenting byteorder v1.5.0 |
2313 | 2024-01-24T18:40:50.788Z | Documenting thiserror v1.0.49 |
2314 | 2024-01-24T18:41:05.292Z | Documenting futures-sink v0.3.30 |
2315 | 2024-01-24T18:41:05.840Z | Documenting const-oid v0.9.5 |
2316 | 2024-01-24T18:41:05.840Z | Documenting pin-utils v0.1.0 |
2317 | 2024-01-24T18:41:05.840Z | Documenting slab v0.4.9 |
2318 | 2024-01-24T18:41:05.855Z | Documenting futures-macro v0.3.30 |
2319 | 2024-01-24T18:41:05.856Z | Documenting futures-io v0.3.30 |
2320 | 2024-01-24T18:41:05.856Z | Documenting futures-channel v0.3.30 |
2321 | 2024-01-24T18:41:05.856Z | Documenting futures-task v0.3.30 |
2322 | 2024-01-24T18:41:05.857Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2323 | 2024-01-24T18:41:05.857Z | Documenting iana-time-zone v0.1.57 |
2324 | 2024-01-24T18:41:05.857Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2325 | 2024-01-24T18:41:05.858Z | Documenting tinyvec_macros v0.1.1 |
2326 | 2024-01-24T18:41:05.858Z | Documenting ppv-lite86 v0.2.17 |
2327 | 2024-01-24T18:41:05.858Z | Documenting tracing-core v0.1.31 |
2328 | 2024-01-24T18:41:06.909Z | Documenting futures-util v0.3.30 |
2329 | 2024-01-24T18:41:08.147Z | Documenting tracing-attributes v0.1.26 |
2330 | 2024-01-24T18:41:08.152Z | Documenting tinyvec v1.6.0 |
2331 | 2024-01-24T18:41:08.529Z | Documenting rand_chacha v0.3.1 |
2332 | 2024-01-24T18:41:14.185Z | Documenting unicode-normalization v0.1.22 |
2333 | 2024-01-24T18:41:15.624Z | Documenting rand v0.8.5 |
2334 | 2024-01-24T18:41:16.125Z | Documenting bytes v1.5.0 |
2335 | 2024-01-24T18:41:18.006Z | Documenting bitflags v2.4.0 |
2336 | 2024-01-24T18:41:18.483Z | Documenting serde_json v1.0.111 |
2337 | 2024-01-24T18:41:20.901Z | Documenting chrono v0.4.31 |
2338 | 2024-01-24T18:41:23.606Z | Documenting uuid v1.6.1 |
2339 | 2024-01-24T18:41:23.901Z | Documenting tokio v1.35.1 |
2340 | 2024-01-24T18:41:24.065Z | Documenting lazy_static v1.4.0 |
2341 | 2024-01-24T18:41:24.610Z | Documenting unicode-bidi v0.3.13 |
2342 | 2024-01-24T18:41:26.794Z | Documenting hashbrown v0.14.2 |
2343 | 2024-01-24T18:41:28.399Z | Documenting percent-encoding v2.3.1 |
2344 | 2024-01-24T18:41:30.187Z | Documenting equivalent v1.0.1 |
2345 | 2024-01-24T18:41:30.338Z | Documenting base64 v0.21.7 |
2346 | 2024-01-24T18:41:31.459Z | Documenting cpufeatures v0.2.9 |
2347 | 2024-01-24T18:41:31.957Z | Documenting generic-array v0.14.7 |
2348 | 2024-01-24T18:41:33.865Z | Checking serde_derive_internals v0.26.0 |
2349 | 2024-01-24T18:41:34.507Z | Documenting indexmap v2.1.0 |
2350 | 2024-01-24T18:41:34.528Z | Documenting form_urlencoded v1.2.1 |
2351 | 2024-01-24T18:41:34.821Z | Documenting serde_derive_internals v0.26.0 |
2352 | 2024-01-24T18:41:35.181Z | Documenting tracing v0.1.37 |
2353 | 2024-01-24T18:41:35.586Z | Documenting dyn-clone v1.0.13 |
2354 | 2024-01-24T18:41:36.397Z | Documenting fnv v1.0.7 |
2355 | 2024-01-24T18:41:39.184Z | Documenting crypto-common v0.1.6 |
2356 | 2024-01-24T18:41:40.077Z | Documenting block-buffer v0.10.4 |
2357 | 2024-01-24T18:41:40.502Z | Documenting errno v0.3.8 |
2358 | 2024-01-24T18:41:40.575Z | Documenting idna v0.5.0 |
2359 | 2024-01-24T18:41:41.452Z | Documenting httparse v1.8.0 |
2360 | 2024-01-24T18:41:41.470Z | Documenting adler v1.0.2 |
2361 | 2024-01-24T18:41:42.756Z | Documenting schemars_derive v0.8.16 |
2362 | 2024-01-24T18:41:45.467Z | Documenting unicode-ident v1.0.12 |
2363 | 2024-01-24T18:41:45.967Z | Documenting miniz_oxide v0.7.1 |
2364 | 2024-01-24T18:41:46.080Z | Documenting digest v0.10.7 |
2365 | 2024-01-24T18:41:46.578Z | Documenting rustix v0.38.30 |
2366 | 2024-01-24T18:41:46.703Z | Documenting url v2.5.0 |
2367 | 2024-01-24T18:41:47.730Z | Documenting unicode-width v0.1.11 |
2368 | 2024-01-24T18:41:49.595Z | Documenting proc-macro2 v1.0.74 |
2369 | 2024-01-24T18:41:50.833Z | Documenting base64ct v1.6.0 |
2370 | 2024-01-24T18:41:51.750Z | Documenting schemars v0.8.16 |
2371 | 2024-01-24T18:41:51.806Z | Documenting httpdate v1.0.3 |
2372 | 2024-01-24T18:41:53.147Z | Documenting try-lock v0.2.4 |
2373 | 2024-01-24T18:41:55.773Z | Documenting quote v1.0.35 |
2374 | 2024-01-24T18:41:55.816Z | Documenting http-body v0.4.5 |
2375 | 2024-01-24T18:41:56.727Z | Documenting openssl-sys v0.9.96 |
2376 | 2024-01-24T18:41:57.789Z | Documenting slog v2.7.0 |
2377 | 2024-01-24T18:41:57.798Z | Documenting async-trait v0.1.77 |
2378 | 2024-01-24T18:41:57.884Z | Documenting want v0.3.1 |
2379 | 2024-01-24T18:42:01.744Z | Documenting openssl-macros v0.1.1 |
2380 | 2024-01-24T18:42:01.798Z | Documenting tower-service v0.3.2 |
2381 | 2024-01-24T18:42:02.380Z | Documenting mime v0.3.17 |
2382 | 2024-01-24T18:42:03.384Z | Documenting pem-rfc7468 v0.7.0 |
2383 | 2024-01-24T18:42:04.167Z | Documenting aho-corasick v1.0.4 |
2384 | 2024-01-24T18:42:04.968Z | Documenting der_derive v0.7.2 |
2385 | 2024-01-24T18:42:06.289Z | Documenting utf8parse v0.2.1 |
2386 | 2024-01-24T18:42:06.838Z | Documenting tokio-util v0.7.10 |
2387 | 2024-01-24T18:42:07.251Z | Documenting flagset v0.4.3 |
2388 | 2024-01-24T18:42:08.446Z | Documenting openssl v0.10.60 |
2389 | 2024-01-24T18:42:08.780Z | Documenting ipnet v2.9.0 |
2390 | 2024-01-24T18:42:09.711Z | Documenting regex-syntax v0.8.2 |
2391 | 2024-01-24T18:42:10.555Z | Documenting openssl-probe v0.1.5 |
2392 | 2024-01-24T18:42:11.271Z | Documenting num-integer v0.1.45 |
2393 | 2024-01-24T18:42:11.395Z | Documenting time-macros v0.2.13 |
2394 | 2024-01-24T18:42:12.880Z | Documenting der v0.7.8 |
2395 | 2024-01-24T18:42:15.051Z | Documenting num_threads v0.1.6 |
2396 | 2024-01-24T18:42:15.619Z | Documenting h2 v0.3.24 |
2397 | 2024-01-24T18:42:15.874Z | Documenting deranged v0.3.8 |
2398 | 2024-01-24T18:42:17.258Z | Documenting time-core v0.1.1 |
2399 | 2024-01-24T18:42:18.497Z | Documenting gimli v0.28.0 |
2400 | 2024-01-24T18:42:20.686Z | Documenting regex-automata v0.4.3 |
2401 | 2024-01-24T18:42:20.700Z | Documenting spki v0.7.2 |
2402 | 2024-01-24T18:42:20.700Z | Documenting object v0.32.1 |
2403 | 2024-01-24T18:42:20.913Z | Documenting native-tls v0.2.11 |
2404 | 2024-01-24T18:42:21.489Z | Documenting crossbeam-utils v0.8.16 |
2405 | 2024-01-24T18:42:22.418Z | Documenting time v0.3.27 |
2406 | 2024-01-24T18:42:26.941Z | Documenting encoding_rs v0.8.33 |
2407 | 2024-01-24T18:42:27.690Z | Checking pest_meta v2.7.2 |
2408 | 2024-01-24T18:42:28.433Z | Documenting addr2line v0.21.0 |
2409 | 2024-01-24T18:42:29.216Z | Documenting rustc-demangle v0.1.23 |
2410 | 2024-01-24T18:42:29.299Z | Documenting tokio-native-tls v0.3.1 |
2411 | 2024-01-24T18:42:30.626Z | Documenting serde_urlencoded v0.7.1 |
2412 | 2024-01-24T18:42:30.919Z | Documenting hyper v0.14.27 |
2413 | 2024-01-24T18:42:33.490Z | Documenting regex v1.10.2 |
2414 | 2024-01-24T18:42:33.719Z | Documenting spin v0.9.8 |
2415 | 2024-01-24T18:42:34.109Z | Documenting pest_meta v2.7.2 |
2416 | 2024-01-24T18:42:34.127Z | Checking pest_generator v2.7.2 |
2417 | 2024-01-24T18:42:35.304Z | Documenting pkcs8 v0.10.2 |
2418 | 2024-01-24T18:42:36.979Z | Documenting data-encoding v2.4.0 |
2419 | 2024-01-24T18:42:37.111Z | Documenting webpki-roots v0.25.2 |
2420 | 2024-01-24T18:42:38.450Z | Documenting anstyle v1.0.2 |
2421 | 2024-01-24T18:42:39.792Z | Documenting backtrace v0.3.69 |
2422 | 2024-01-24T18:42:40.243Z | Documenting pest_generator v2.7.2 |
2423 | 2024-01-24T18:42:42.219Z | Documenting ucd-trie v0.1.6 |
2424 | 2024-01-24T18:42:42.236Z | Documenting anstyle-parse v0.2.1 |
2425 | 2024-01-24T18:42:42.711Z | Documenting ipnetwork v0.20.0 |
2426 | 2024-01-24T18:42:43.515Z | Documenting syn v2.0.46 |
2427 | 2024-01-24T18:42:43.929Z | Documenting sha2 v0.10.8 |
2428 | 2024-01-24T18:42:46.981Z | Documenting futures-executor v0.3.30 |
2429 | 2024-01-24T18:42:47.222Z | Documenting pest_derive v2.7.2 |
2430 | 2024-01-24T18:42:48.095Z | Documenting anyhow v1.0.75 |
2431 | 2024-01-24T18:42:48.280Z | Documenting pest v2.7.2 |
2432 | 2024-01-24T18:42:50.005Z | Documenting hyper-rustls v0.24.2 |
2433 | 2024-01-24T18:42:50.109Z | Documenting hyper-tls v0.5.0 |
2434 | 2024-01-24T18:42:51.201Z | Documenting hex v0.4.3 |
2435 | 2024-01-24T18:42:53.660Z | Documenting crc32fast v1.3.2 |
2436 | 2024-01-24T18:42:53.944Z | Checking serde_tokenstream v0.1.7 |
2437 | 2024-01-24T18:42:54.583Z | Documenting anstyle-query v1.0.0 |
2438 | 2024-01-24T18:42:56.035Z | Documenting untrusted v0.9.0 |
2439 | 2024-01-24T18:42:56.568Z | Documenting colorchoice v1.0.0 |
2440 | 2024-01-24T18:42:57.220Z | Documenting dtrace-parser v0.1.14 |
2441 | 2024-01-24T18:42:59.142Z | Documenting num-iter v0.1.43 |
2442 | 2024-01-24T18:42:59.914Z | Documenting hmac v0.12.1 |
2443 | 2024-01-24T18:43:00.294Z | Documenting openapiv3 v2.0.0 |
2444 | 2024-01-24T18:43:00.316Z | Documenting ring v0.17.7 |
2445 | 2024-01-24T18:43:00.638Z | Documenting reqwest v0.11.22 |
2446 | 2024-01-24T18:43:00.661Z | Documenting anstream v0.5.0 |
2447 | 2024-01-24T18:43:03.008Z | Documenting dof v0.1.5 |
2448 | 2024-01-24T18:43:05.238Z | Documenting signal-hook v0.3.17 |
2449 | 2024-01-24T18:43:06.450Z | Documenting thread-id v4.2.0 |
2450 | 2024-01-24T18:43:07.074Z | Documenting terminal_size v0.2.6 |
2451 | 2024-01-24T18:43:08.207Z | Documenting memoffset v0.9.0 |
2452 | 2024-01-24T18:43:09.096Z | Documenting clap_lex v0.5.1 |
2453 | 2024-01-24T18:43:10.896Z | Documenting strsim v0.10.0 |
2454 | 2024-01-24T18:43:11.520Z | Documenting flate2 v1.0.28 |
2455 | 2024-01-24T18:43:12.402Z | Documenting usdt-impl v0.3.5 |
2456 | 2024-01-24T18:43:12.464Z | Documenting crossbeam-epoch v0.9.15 |
2457 | 2024-01-24T18:43:13.007Z | Documenting usdt-attr-macro v0.3.5 |
2458 | 2024-01-24T18:43:13.883Z | Documenting usdt-macro v0.3.5 |
2459 | 2024-01-24T18:43:14.585Z | Documenting futures v0.3.30 |
2460 | 2024-01-24T18:43:16.046Z | Documenting clap_derive v4.4.2 |
2461 | 2024-01-24T18:43:17.861Z | Documenting clap_builder v4.4.2 |
2462 | 2024-01-24T18:43:19.885Z | Documenting managed v0.8.0 |
2463 | 2024-01-24T18:43:20.434Z | Documenting either v1.9.0 |
2464 | 2024-01-24T18:43:21.853Z | Documenting unicode-segmentation v1.10.1 |
2465 | 2024-01-24T18:43:21.853Z | Documenting signal-hook-mio v0.2.3 |
2466 | 2024-01-24T18:43:21.853Z | Documenting usdt v0.3.5 |
2467 | 2024-01-24T18:43:40.669Z | Documenting block-padding v0.3.3 |
2468 | 2024-01-24T18:43:42.889Z | Documenting scheduled-thread-pool v0.2.7 |
2469 | 2024-01-24T18:43:42.890Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2470 | 2024-01-24T18:43:42.890Z | Documenting enum-as-inner v0.5.1 |
2471 | 2024-01-24T18:43:44.000Z | Documenting pin-project-internal v1.1.3 |
2472 | 2024-01-24T18:43:44.000Z | Documenting clap v4.4.3 |
2473 | 2024-01-24T18:43:44.000Z | Checking diesel_table_macro_syntax v0.1.0 |
2474 | 2024-01-24T18:43:44.001Z | Documenting diesel_table_macro_syntax v0.1.0 |
2475 | 2024-01-24T18:43:44.001Z | Documenting crossterm v0.27.0 |
2476 | 2024-01-24T18:43:44.001Z | Documenting inout v0.1.3 |
2477 | 2024-01-24T18:43:44.001Z | Documenting r2d2 v0.8.10 |
2478 | 2024-01-24T18:43:44.001Z | Documenting bzip2 v0.4.4 |
2479 | 2024-01-24T18:43:44.001Z | Documenting trust-dns-proto v0.22.0 |
2480 | 2024-01-24T18:43:44.001Z | Documenting pin-project v1.1.3 |
2481 | 2024-01-24T18:43:44.001Z | Documenting diesel_derives v2.1.2 |
2482 | 2024-01-24T18:43:44.001Z | Documenting md-5 v0.10.5 |
2483 | 2024-01-24T18:43:44.001Z | Documenting stringprep v0.1.3 |
2484 | 2024-01-24T18:43:44.002Z | Documenting toml_datetime v0.6.5 |
2485 | 2024-01-24T18:43:44.002Z | Documenting serde_spanned v0.6.4 |
2486 | 2024-01-24T18:43:44.002Z | Documenting zerocopy v0.7.31 |
2487 | 2024-01-24T18:43:44.002Z | Documenting ff v0.13.0 |
2488 | 2024-01-24T18:43:44.002Z | Documenting doc-comment v0.3.3 |
2489 | 2024-01-24T18:43:44.002Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2490 | 2024-01-24T18:43:44.002Z | Documenting snafu-derive v0.7.5 |
2491 | 2024-01-24T18:43:44.002Z | Documenting winnow v0.5.15 |
2492 | 2024-01-24T18:43:45.369Z | Documenting bit-vec v0.6.3 |
2493 | 2024-01-24T18:43:46.289Z | Documenting static_assertions v1.1.0 |
2494 | 2024-01-24T18:43:48.178Z | Documenting fallible-iterator v0.2.0 |
2495 | 2024-01-24T18:43:49.266Z | Documenting base16ct v0.2.0 |
2496 | 2024-01-24T18:43:49.266Z | Documenting siphasher v0.3.11 |
2497 | 2024-01-24T18:43:50.349Z | Documenting diesel v2.1.4 |
2498 | 2024-01-24T18:43:51.097Z | Documenting group v0.13.0 |
2499 | 2024-01-24T18:43:51.097Z | Documenting zip v0.6.6 |
2500 | 2024-01-24T18:43:51.098Z | Documenting toml_edit v0.21.0 |
2501 | 2024-01-24T18:43:52.192Z | Documenting sec1 v0.7.3 |
2502 | 2024-01-24T18:43:53.039Z | Documenting phf_shared v0.11.2 |
2503 | 2024-01-24T18:44:12.517Z | Documenting postgres-protocol v0.6.6 |
2504 | 2024-01-24T18:44:12.518Z | Documenting snafu v0.7.5 |
2505 | 2024-01-24T18:44:12.898Z | Documenting cipher v0.4.4 |
2506 | 2024-01-24T18:44:12.898Z | Documenting hkdf v0.12.4 |
2507 | 2024-01-24T18:44:12.898Z | Documenting num-bigint v0.4.4 |
2508 | 2024-01-24T18:44:12.899Z | Documenting crypto-bigint v0.5.2 |
2509 | 2024-01-24T18:44:12.899Z | Documenting hubpack v0.1.2 |
2510 | 2024-01-24T18:44:12.899Z | Documenting bstr v1.6.0 |
2511 | 2024-01-24T18:44:12.899Z | Documenting regress v0.7.1 |
2512 | 2024-01-24T18:44:12.899Z | Documenting serde_repr v0.1.16 |
2513 | 2024-01-24T18:44:12.899Z | Documenting new_debug_unreachable v1.0.4 |
2514 | 2024-01-24T18:44:12.899Z | Documenting minimal-lexical v0.2.1 |
2515 | 2024-01-24T18:44:12.899Z | Documenting fixedbitset v0.4.2 |
2516 | 2024-01-24T18:44:12.899Z | Documenting lalrpop-util v0.19.12 |
2517 | 2024-01-24T18:44:12.906Z | Documenting precomputed-hash v0.1.1 |
2518 | 2024-01-24T18:44:12.906Z | Documenting elliptic-curve v0.13.8 |
2519 | 2024-01-24T18:44:12.906Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2520 | 2024-01-24T18:44:13.242Z | Documenting yasna v0.5.2 |
2521 | 2024-01-24T18:44:13.409Z | Documenting petgraph v0.6.4 |
2522 | 2024-01-24T18:44:13.409Z | Documenting nom v7.1.3 |
2523 | 2024-01-24T18:44:14.943Z | Documenting string_cache v0.8.7 |
2524 | 2024-01-24T18:44:15.606Z | Documenting postgres-types v0.2.6 |
2525 | 2024-01-24T18:44:20.794Z | Documenting phf v0.11.2 |
2526 | 2024-01-24T18:44:21.246Z | Documenting console v0.15.8 |
2527 | 2024-01-24T18:44:22.021Z | Documenting semver v1.0.21 |
2528 | 2024-01-24T18:44:22.151Z | Documenting float-cmp v0.9.0 |
2529 | 2024-01-24T18:44:22.688Z | Documenting whoami v1.4.1 |
2530 | 2024-01-24T18:44:23.965Z | Documenting difflib v0.4.0 |
2531 | 2024-01-24T18:44:26.532Z | Documenting normalize-line-endings v0.3.0 |
2532 | 2024-01-24T18:44:26.943Z | Checking unsafe-libyaml v0.2.10 |
2533 | 2024-01-24T18:44:27.271Z | Documenting predicates-core v1.0.6 |
2534 | 2024-01-24T18:44:27.888Z | Documenting heck v0.4.1 |
2535 | 2024-01-24T18:44:28.413Z | Documenting bit-set v0.5.3 |
2536 | 2024-01-24T18:44:28.529Z | Documenting tokio-postgres v0.7.10 |
2537 | 2024-01-24T18:44:28.842Z | Documenting ahash v0.8.6 |
2538 | 2024-01-24T18:44:29.116Z | Documenting similar v2.3.0 |
2539 | 2024-01-24T18:44:29.661Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2540 | 2024-01-24T18:44:32.158Z | Documenting tokio-stream v0.1.14 |
2541 | 2024-01-24T18:44:32.935Z | Documenting predicates v3.1.0 |
2542 | 2024-01-24T18:44:34.010Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2543 | 2024-01-24T18:44:34.847Z | Documenting unsafe-libyaml v0.2.10 |
2544 | 2024-01-24T18:44:35.854Z | Checking ident_case v1.0.1 |
2545 | 2024-01-24T18:44:36.986Z | Checking serde_yaml v0.9.25 |
2546 | 2024-01-24T18:44:36.986Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2547 | 2024-01-24T18:44:39.611Z | Documenting getopts v0.2.21 |
2548 | 2024-01-24T18:44:40.080Z | Documenting match_cfg v0.1.0 |
2549 | 2024-01-24T18:44:40.386Z | Documenting sha1 v0.10.6 |
2550 | 2024-01-24T18:44:40.917Z | Documenting dirs-sys-next v0.1.2 |
2551 | 2024-01-24T18:44:41.263Z | Documenting serde_yaml v0.9.25 |
2552 | 2024-01-24T18:44:58.896Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2553 | 2024-01-24T18:44:59.197Z | Documenting hostname v0.3.1 |
2554 | 2024-01-24T18:44:59.310Z | Documenting rustls-pki-types v1.1.0 |
2555 | 2024-01-24T18:44:59.310Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2556 | 2024-01-24T18:44:59.310Z | Documenting dirs-next v2.0.0 |
2557 | 2024-01-24T18:44:59.310Z | Documenting thread_local v1.1.7 |
2558 | 2024-01-24T18:44:59.310Z | Documenting paste v1.0.14 |
2559 | 2024-01-24T18:44:59.310Z | Documenting crossbeam-channel v0.5.8 |
2560 | 2024-01-24T18:44:59.310Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2561 | 2024-01-24T18:44:59.310Z | Documenting atty v0.2.14 |
2562 | 2024-01-24T18:44:59.310Z | Documenting rustls-webpki v0.102.1 |
2563 | 2024-01-24T18:44:59.310Z | Documenting term v0.7.0 |
2564 | 2024-01-24T18:44:59.310Z | Documenting take_mut v0.2.2 |
2565 | 2024-01-24T18:44:59.310Z | Documenting slog-json v2.6.1 |
2566 | 2024-01-24T18:44:59.310Z | Documenting http v1.0.0 |
2567 | 2024-01-24T18:44:59.310Z | Documenting camino v1.1.6 |
2568 | 2024-01-24T18:44:59.310Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2569 | 2024-01-24T18:44:59.384Z | Documenting slog-term v2.9.0 |
2570 | 2024-01-24T18:44:59.384Z | Documenting rustls v0.22.2 |
2571 | 2024-01-24T18:44:59.384Z | Documenting slog-async v2.8.0 |
2572 | 2024-01-24T18:45:00.752Z | Documenting async-stream-impl v0.3.5 |
2573 | 2024-01-24T18:45:03.417Z | Documenting atomic-waker v1.1.1 |
2574 | 2024-01-24T18:45:03.836Z | Documenting debug-ignore v1.0.5 |
2575 | 2024-01-24T18:45:03.837Z | Documenting multer v3.0.0 |
2576 | 2024-01-24T18:45:04.421Z | Documenting slog-bunyan v2.5.0 |
2577 | 2024-01-24T18:45:04.950Z | Documenting rustls-pemfile v2.0.0 |
2578 | 2024-01-24T18:45:05.279Z | Documenting waitgroup v0.1.2 |
2579 | 2024-01-24T18:45:06.189Z | Checking darling_core v0.20.3 |
2580 | 2024-01-24T18:45:07.494Z | Documenting async-stream v0.3.5 |
2581 | 2024-01-24T18:45:07.972Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2582 | 2024-01-24T18:45:09.297Z | Documenting toml v0.8.8 |
2583 | 2024-01-24T18:45:09.904Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2584 | 2024-01-24T18:45:10.723Z | Documenting serde_path_to_error v0.1.15 |
2585 | 2024-01-24T18:45:11.585Z | Documenting strum v0.25.0 |
2586 | 2024-01-24T18:45:12.109Z | Checking darling v0.20.3 |
2587 | 2024-01-24T18:45:12.221Z | Documenting serde_with_macros v3.4.0 |
2588 | 2024-01-24T18:45:13.094Z | Documenting tokio-rustls v0.25.0 |
2589 | 2024-01-24T18:45:13.185Z | Documenting structmeta-derive v0.2.0 |
2590 | 2024-01-24T18:45:16.709Z | Checking structmeta v0.2.0 |
2591 | 2024-01-24T18:45:16.721Z | Documenting instant v0.1.12 |
2592 | 2024-01-24T18:45:17.063Z | Checking regex-syntax v0.7.5 |
2593 | 2024-01-24T18:45:17.091Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2594 | 2024-01-24T18:45:18.181Z | Documenting macaddr v1.0.1 |
2595 | 2024-01-24T18:45:20.500Z | Documenting serde_with v3.4.0 |
2596 | 2024-01-24T18:45:20.795Z | Documenting structmeta v0.2.0 |
2597 | 2024-01-24T18:45:21.380Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2598 | 2024-01-24T18:45:22.164Z | Documenting backoff v0.4.0 |
2599 | 2024-01-24T18:45:22.512Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2600 | 2024-01-24T18:45:23.612Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2601 | 2024-01-24T18:45:24.083Z | Documenting fastrand v2.0.0 |
2602 | 2024-01-24T18:45:24.405Z | Documenting proc-macro-error-attr v1.0.4 |
2603 | 2024-01-24T18:45:28.163Z | Documenting parse-display-derive v0.8.2 |
2604 | 2024-01-24T18:45:28.208Z | Documenting is-terminal v0.4.9 |
2605 | 2024-01-24T18:45:28.938Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2606 | 2024-01-24T18:45:30.190Z | Documenting proc-macro-error v1.0.4 |
2607 | 2024-01-24T18:45:30.302Z | Documenting tempfile v3.9.0 |
2608 | 2024-01-24T18:45:30.851Z | Checking proc-macro-error v1.0.4 |
2609 | 2024-01-24T18:45:31.340Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2610 | 2024-01-24T18:45:32.482Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2611 | 2024-01-24T18:45:32.657Z | Documenting proc-macro-crate v1.3.1 |
2612 | 2024-01-24T18:45:32.906Z | Checking proc-macro-crate v1.3.1 |
2613 | 2024-01-24T18:45:33.304Z | Documenting hash32 v0.3.1 |
2614 | 2024-01-24T18:45:35.477Z | Documenting stable_deref_trait v1.2.0 |
2615 | 2024-01-24T18:45:36.255Z | Documenting embedded-io v0.4.0 |
2616 | 2024-01-24T18:45:36.368Z | Documenting parse-display v0.8.2 |
2617 | 2024-01-24T18:45:36.833Z | Documenting camino-tempfile v1.1.1 |
2618 | 2024-01-24T18:45:37.319Z | Documenting cobs v0.2.3 |
2619 | 2024-01-24T18:45:39.078Z | Documenting num_enum_derive v0.5.11 |
2620 | 2024-01-24T18:45:39.243Z | Documenting foreign-types-macros v0.2.3 |
2621 | 2024-01-24T18:45:39.634Z | Documenting heapless v0.8.0 |
2622 | 2024-01-24T18:45:40.370Z | Documenting foreign-types-shared v0.3.1 |
2623 | 2024-01-24T18:45:41.518Z | Documenting postcard v1.0.8 |
2624 | 2024-01-24T18:45:42.281Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2625 | 2024-01-24T18:45:43.340Z | Documenting crucible-workspace-hack v0.1.0 |
2626 | 2024-01-24T18:45:44.572Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2627 | 2024-01-24T18:45:44.920Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2628 | 2024-01-24T18:45:45.979Z | Documenting foreign-types v0.5.0 |
2629 | 2024-01-24T18:45:46.685Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2630 | 2024-01-24T18:45:47.019Z | Documenting smoltcp v0.11.0 |
2631 | 2024-01-24T18:45:47.221Z | Documenting num_enum v0.5.11 |
2632 | 2024-01-24T18:45:48.493Z | Documenting cstr-argument v0.1.2 |
2633 | 2024-01-24T18:45:48.798Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2634 | 2024-01-24T18:45:50.941Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2635 | 2024-01-24T18:45:52.104Z | Documenting colored v2.0.4 |
2636 | 2024-01-24T18:45:52.364Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2637 | 2024-01-24T18:45:52.787Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2638 | 2024-01-24T18:45:54.663Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2639 | 2024-01-24T18:45:56.057Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2640 | 2024-01-24T18:45:56.505Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2641 | 2024-01-24T18:45:57.106Z | Documenting zone_cfg_derive v0.3.0 |
2642 | 2024-01-24T18:45:58.137Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2643 | 2024-01-24T18:45:59.388Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2644 | 2024-01-24T18:45:59.595Z | Documenting num-derive v0.4.0 |
2645 | 2024-01-24T18:46:00.339Z | Documenting smf v0.2.2 |
2646 | 2024-01-24T18:46:01.783Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2647 | 2024-01-24T18:46:04.513Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2648 | 2024-01-24T18:46:04.890Z | Documenting zone v0.3.0 |
2649 | 2024-01-24T18:46:06.116Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2650 | 2024-01-24T18:46:06.260Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2651 | 2024-01-24T18:46:06.557Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2652 | 2024-01-24T18:46:11.810Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2653 | 2024-01-24T18:46:12.499Z | Documenting linked-hash-map v0.5.6 |
2654 | 2024-01-24T18:46:13.752Z | Documenting password-hash v0.5.0 |
2655 | 2024-01-24T18:46:14.135Z | Documenting blake2 v0.10.6 |
2656 | 2024-01-24T18:46:15.848Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2657 | 2024-01-24T18:46:17.558Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2658 | 2024-01-24T18:46:18.861Z | Documenting lru-cache v0.1.2 |
2659 | 2024-01-24T18:46:19.146Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2660 | 2024-01-24T18:46:19.918Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2661 | 2024-01-24T18:46:21.685Z | Documenting argon2 v0.5.2 |
2662 | 2024-01-24T18:46:21.725Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2663 | 2024-01-24T18:46:22.237Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2664 | 2024-01-24T18:46:23.383Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2665 | 2024-01-24T18:46:24.160Z | Documenting itertools v0.12.0 |
2666 | 2024-01-24T18:46:24.725Z | Documenting quick-error v1.2.3 |
2667 | 2024-01-24T18:46:24.734Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2668 | 2024-01-24T18:46:26.465Z | Documenting newtype_derive v0.1.6 |
2669 | 2024-01-24T18:46:27.085Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2670 | 2024-01-24T18:46:27.801Z | Documenting nibble_vec v0.1.0 |
2671 | 2024-01-24T18:46:28.093Z | Checking heck v0.3.3 |
2672 | 2024-01-24T18:46:28.332Z | Documenting endian-type v0.1.2 |
2673 | 2024-01-24T18:46:29.540Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2674 | 2024-01-24T18:46:29.993Z | Documenting resolv-conf v0.7.0 |
2675 | 2024-01-24T18:46:32.038Z | Documenting steno v0.4.0 |
2676 | 2024-01-24T18:46:44.194Z | Documenting structopt-derive v0.4.18 |
2677 | 2024-01-24T18:46:44.495Z | Documenting radix_trie v0.2.1 |
2678 | 2024-01-24T18:46:44.767Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2679 | 2024-01-24T18:46:44.768Z | Documenting cancel-safe-futures v0.1.5 |
2680 | 2024-01-24T18:46:44.768Z | Documenting trust-dns-resolver v0.22.0 |
2681 | 2024-01-24T18:46:44.768Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2682 | 2024-01-24T18:46:44.770Z | Documenting tap v1.0.1 |
2683 | 2024-01-24T18:46:44.770Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2684 | 2024-01-24T18:46:44.770Z | Documenting structopt v0.3.26 |
2685 | 2024-01-24T18:46:44.770Z | Documenting libefi-sys v0.1.0 |
2686 | 2024-01-24T18:46:44.770Z | Documenting wyz v0.5.1 |
2687 | 2024-01-24T18:46:44.857Z | Documenting radium v0.7.0 |
2688 | 2024-01-24T18:46:47.805Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2689 | 2024-01-24T18:46:48.019Z | Documenting arc-swap v1.6.0 |
2690 | 2024-01-24T18:46:48.319Z | Documenting crc-catalog v2.2.0 |
2691 | 2024-01-24T18:46:48.702Z | Documenting funty v2.0.0 |
2692 | 2024-01-24T18:46:49.433Z | Documenting swrite v0.1.0 |
2693 | 2024-01-24T18:46:49.900Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2694 | 2024-01-24T18:47:02.195Z | Documenting crc v3.0.1 |
2695 | 2024-01-24T18:47:02.859Z | Documenting bitvec v1.0.1 |
2696 | 2024-01-24T18:47:02.859Z | Documenting slog-scope v4.4.0 |
2697 | 2024-01-24T18:47:02.859Z | Documenting num-rational v0.4.1 |
2698 | 2024-01-24T18:47:03.705Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2699 | 2024-01-24T18:47:03.705Z | Documenting libsw v3.3.1 |
2700 | 2024-01-24T18:47:03.705Z | Documenting num-complex v0.4.4 |
2701 | 2024-01-24T18:47:03.706Z | Documenting filetime v0.2.23 |
2702 | 2024-01-24T18:47:03.706Z | Documenting xattr v1.0.1 |
2703 | 2024-01-24T18:47:03.707Z | Documenting packed_struct_codegen v0.10.1 |
2704 | 2024-01-24T18:47:03.707Z | Documenting derive-where v1.2.7 |
2705 | 2024-01-24T18:47:03.707Z | Documenting half v1.8.2 |
2706 | 2024-01-24T18:47:04.182Z | Documenting owo-colors v3.5.0 |
2707 | 2024-01-24T18:47:04.691Z | Documenting same-file v1.0.6 |
2708 | 2024-01-24T18:47:05.135Z | Documenting linear-map v1.2.0 |
2709 | 2024-01-24T18:47:06.857Z | Documenting ciborium-io v0.2.1 |
2710 | 2024-01-24T18:47:07.156Z | Documenting nodrop v0.1.14 |
2711 | 2024-01-24T18:47:10.000Z | Documenting packed_struct v0.10.1 |
2712 | 2024-01-24T18:47:10.666Z | Documenting walkdir v2.4.0 |
2713 | 2024-01-24T18:47:11.387Z | Documenting tar v0.4.40 |
2714 | 2024-01-24T18:47:11.495Z | Documenting array-init v0.0.4 |
2715 | 2024-01-24T18:47:11.722Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2716 | 2024-01-24T18:47:12.009Z | Documenting num v0.4.1 |
2717 | 2024-01-24T18:47:12.238Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2718 | 2024-01-24T18:47:12.385Z | Documenting ciborium-ll v0.2.1 |
2719 | 2024-01-24T18:47:16.498Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2720 | 2024-01-24T18:47:16.812Z | Documenting slog-stdlog v4.1.1 |
2721 | 2024-01-24T18:47:17.792Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2722 | 2024-01-24T18:47:18.594Z | Documenting slog-dtrace v0.2.3 |
2723 | 2024-01-24T18:47:20.868Z | Documenting num-bigint-dig v0.8.4 |
2724 | 2024-01-24T18:47:30.906Z | Documenting pkcs1 v0.7.5 |
2725 | 2024-01-24T18:47:31.249Z | Documenting signature v2.1.0 |
2726 | 2024-01-24T18:47:33.026Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2727 | 2024-01-24T18:47:33.026Z | Documenting bitfield v0.14.0 |
2728 | 2024-01-24T18:47:33.026Z | Documenting termcolor v1.2.0 |
2729 | 2024-01-24T18:47:33.074Z | Documenting slog-envlogger v2.2.0 |
2730 | 2024-01-24T18:47:33.074Z | Documenting rsa v0.9.2 |
2731 | 2024-01-24T18:47:35.912Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2732 | 2024-01-24T18:47:37.138Z | Documenting ciborium v0.2.1 |
2733 | 2024-01-24T18:47:37.138Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2734 | 2024-01-24T18:47:37.440Z | Documenting env_logger v0.10.0 |
2735 | 2024-01-24T18:47:39.127Z | Documenting serde-hex v0.1.0 |
2736 | 2024-01-24T18:47:58.497Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2737 | 2024-01-24T18:47:58.720Z | Documenting x509-cert v0.2.4 |
2738 | 2024-01-24T18:47:58.720Z | Documenting pem v3.0.2 |
2739 | 2024-01-24T18:47:58.865Z | Documenting ron v0.8.1 |
2740 | 2024-01-24T18:47:58.865Z | Documenting fxhash v0.2.1 |
2741 | 2024-01-24T18:47:58.865Z | Documenting crc-any v2.4.3 |
2742 | 2024-01-24T18:47:58.865Z | Documenting utf-8 v0.7.6 |
2743 | 2024-01-24T18:47:58.866Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2744 | 2024-01-24T18:47:58.866Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2745 | 2024-01-24T18:47:58.866Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2746 | 2024-01-24T18:47:58.867Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2747 | 2024-01-24T18:47:58.867Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2748 | 2024-01-24T18:47:58.867Z | Documenting tungstenite v0.20.1 |
2749 | 2024-01-24T18:47:58.867Z | Documenting vte_generate_state_changes v0.1.1 |
2750 | 2024-01-24T18:48:01.188Z | Checking convert_case v0.4.0 |
2751 | 2024-01-24T18:48:01.207Z | Documenting display-error-chain v0.2.0 |
2752 | 2024-01-24T18:48:01.208Z | Documenting convert_case v0.4.0 |
2753 | 2024-01-24T18:48:04.953Z | Documenting path-slash v0.1.5 |
2754 | 2024-01-24T18:48:06.717Z | Documenting tokio-tungstenite v0.20.1 |
2755 | 2024-01-24T18:48:06.747Z | Documenting vte v0.11.1 |
2756 | 2024-01-24T18:48:07.001Z | Documenting derive_more v0.99.17 |
2757 | 2024-01-24T18:48:08.965Z | Documenting buf-list v1.0.3 |
2758 | 2024-01-24T18:48:10.582Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2759 | 2024-01-24T18:48:13.752Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2760 | 2024-01-24T18:48:16.133Z | Documenting fd-lock v3.0.13 |
2761 | 2024-01-24T18:48:16.495Z | Documenting strip-ansi-escapes v0.2.0 |
2762 | 2024-01-24T18:48:17.915Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2763 | 2024-01-24T18:48:20.498Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2764 | 2024-01-24T18:48:21.868Z | Checking darling_core v0.14.4 |
2765 | 2024-01-24T18:48:22.257Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2766 | 2024-01-24T18:48:24.416Z | Documenting nu-ansi-term v0.49.0 |
2767 | 2024-01-24T18:48:24.913Z | Checking darling v0.14.4 |
2768 | 2024-01-24T18:48:25.075Z | Documenting trust-dns-client v0.22.0 |
2769 | 2024-01-24T18:48:25.172Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2770 | 2024-01-24T18:48:25.969Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2771 | 2024-01-24T18:48:27.822Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2772 | 2024-01-24T18:48:28.244Z | Documenting globset v0.4.13 |
2773 | 2024-01-24T18:48:29.068Z | Documenting reedline v0.28.0 |
2774 | 2024-01-24T18:48:29.521Z | Documenting olpc-cjson v0.1.3 |
2775 | 2024-01-24T18:48:35.464Z | Documenting serde_plain v1.0.2 |
2776 | 2024-01-24T18:48:36.646Z | Documenting async-recursion v1.0.5 |
2777 | 2024-01-24T18:48:38.450Z | Documenting keccak v0.1.4 |
2778 | 2024-01-24T18:48:38.973Z | Documenting typed-path v0.7.0 |
2779 | 2024-01-24T18:48:40.175Z | Documenting bytecount v0.6.3 |
2780 | 2024-01-24T18:48:41.703Z | Documenting trust-dns-server v0.22.1 |
2781 | 2024-01-24T18:48:43.044Z | Documenting sha3 v0.10.8 |
2782 | 2024-01-24T18:48:43.813Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2783 | 2024-01-24T18:48:43.828Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2784 | 2024-01-24T18:48:44.603Z | Documenting papergrid v0.10.0 |
2785 | 2024-01-24T18:48:46.251Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2786 | 2024-01-24T18:48:46.957Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2787 | 2024-01-24T18:48:47.518Z | Documenting tough v0.16.0 |
2788 | 2024-01-24T18:48:47.987Z | Documenting sled v0.34.7 |
2789 | 2024-01-24T18:48:48.224Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-01-24T18:48:49.458Z | Documenting unicase v2.7.0 |
2791 | 2024-01-24T18:48:51.064Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2792 | 2024-01-24T18:48:51.553Z | Documenting tabled_derive v0.6.0 |
2793 | 2024-01-24T18:48:51.609Z | Documenting crossbeam-deque v0.8.3 |
2794 | 2024-01-24T18:48:53.142Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2795 | 2024-01-24T18:48:53.705Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2796 | 2024-01-24T18:48:54.355Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2797 | 2024-01-24T18:48:55.160Z | Documenting secrecy v0.8.0 |
2798 | 2024-01-24T18:48:55.290Z | Documenting nix v0.26.4 |
2799 | 2024-01-24T18:48:56.739Z | Documenting headers-core v0.2.0 |
2800 | 2024-01-24T18:48:57.576Z | Documenting sqlparser_derive v0.2.2 |
2801 | 2024-01-24T18:48:58.545Z | Documenting pretty-hex v0.4.1 |
2802 | 2024-01-24T18:48:59.851Z | Documenting unicode_categories v0.1.1 |
2803 | 2024-01-24T18:49:00.827Z | Documenting home v0.5.5 |
2804 | 2024-01-24T18:49:01.479Z | Documenting tabled v0.14.0 |
2805 | 2024-01-24T18:49:03.398Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2806 | 2024-01-24T18:49:03.631Z | Documenting rayon-core v1.12.0 |
2807 | 2024-01-24T18:49:03.974Z | Documenting headers v0.3.9 |
2808 | 2024-01-24T18:49:05.042Z | Documenting sqlparser v0.41.0 |
2809 | 2024-01-24T18:49:05.522Z | Documenting sqlformat v0.2.3 |
2810 | 2024-01-24T18:49:06.452Z | Documenting rustyline v12.0.0 |
2811 | 2024-01-24T18:49:09.269Z | Documenting mime_guess v2.0.4 |
2812 | 2024-01-24T18:49:11.614Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2813 | 2024-01-24T18:49:11.849Z | Documenting derive_builder_core v0.12.0 |
2814 | 2024-01-24T18:49:12.205Z | Checking derive_builder_core v0.12.0 |
2815 | 2024-01-24T18:49:13.738Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2816 | 2024-01-24T18:49:14.795Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2817 | 2024-01-24T18:49:14.854Z | Documenting universal-hash v0.5.1 |
2818 | 2024-01-24T18:49:15.059Z | Documenting bcs v0.1.6 |
2819 | 2024-01-24T18:49:16.146Z | Documenting kstat-rs v0.2.3 |
2820 | 2024-01-24T18:49:21.173Z | Documenting thiserror-impl-no-std v2.0.2 |
2821 | 2024-01-24T18:49:21.445Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2822 | 2024-01-24T18:49:23.620Z | Documenting curve25519-dalek-derive v0.1.0 |
2823 | 2024-01-24T18:49:23.855Z | Documenting opaque-debug v0.3.0 |
2824 | 2024-01-24T18:49:24.259Z | Documenting highway v1.1.0 |
2825 | 2024-01-24T18:49:24.532Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2826 | 2024-01-24T18:49:28.124Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2827 | 2024-01-24T18:49:28.280Z | Documenting poly1305 v0.8.0 |
2828 | 2024-01-24T18:49:28.998Z | Documenting thiserror-no-std v2.0.2 |
2829 | 2024-01-24T18:49:29.993Z | Documenting derive_builder_macro v0.12.0 |
2830 | 2024-01-24T18:49:30.007Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2831 | 2024-01-24T18:49:30.340Z | Documenting curve25519-dalek v4.1.1 |
2832 | 2024-01-24T18:49:32.554Z | Documenting rayon v1.8.0 |
2833 | 2024-01-24T18:49:33.436Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2834 | 2024-01-24T18:49:34.553Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2835 | 2024-01-24T18:49:35.746Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2836 | 2024-01-24T18:49:36.833Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2837 | 2024-01-24T18:49:39.285Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2838 | 2024-01-24T18:49:39.822Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2839 | 2024-01-24T18:49:44.389Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2840 | 2024-01-24T18:49:45.210Z | Documenting fs-err v2.11.0 |
2841 | 2024-01-24T18:49:51.048Z | Documenting portable-atomic v1.4.3 |
2842 | 2024-01-24T18:49:56.720Z | Documenting ed25519 v1.5.3 |
2843 | 2024-01-24T18:50:01.121Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2844 | 2024-01-24T18:50:02.660Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2845 | 2024-01-24T18:50:05.686Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2846 | 2024-01-24T18:50:08.705Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2847 | 2024-01-24T18:50:09.415Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2848 | 2024-01-24T18:50:09.728Z | Documenting chacha20 v0.9.1 |
2849 | 2024-01-24T18:50:09.996Z | Documenting aead v0.5.2 |
2850 | 2024-01-24T18:50:14.182Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2851 | 2024-01-24T18:50:16.599Z | Documenting ref-cast-impl v1.0.20 |
2852 | 2024-01-24T18:50:17.255Z | Documenting glob v0.3.1 |
2853 | 2024-01-24T18:50:19.944Z | Documenting number_prefix v0.4.0 |
2854 | 2024-01-24T18:50:23.988Z | Documenting parse-size v1.0.0 |
2855 | 2024-01-24T18:50:24.907Z | Documenting cassowary v0.3.0 |
2856 | 2024-01-24T18:50:25.719Z | Documenting indicatif v0.17.7 |
2857 | 2024-01-24T18:50:26.301Z | Documenting ref-cast v1.0.20 |
2858 | 2024-01-24T18:50:28.264Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2859 | 2024-01-24T18:50:30.872Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2860 | 2024-01-24T18:50:30.878Z | Documenting chacha20poly1305 v0.10.1 |
2861 | 2024-01-24T18:50:31.022Z | Documenting ratatui v0.23.0 |
2862 | 2024-01-24T18:50:33.193Z | Documenting salty v0.2.0 |
2863 | 2024-01-24T18:50:34.946Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2864 | 2024-01-24T18:50:37.825Z | Documenting vsss-rs v3.3.4 |
2865 | 2024-01-24T18:50:40.049Z | Documenting derive_builder v0.12.0 |
2866 | 2024-01-24T18:50:41.062Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2867 | 2024-01-24T18:50:44.531Z | Documenting polar-core v0.27.0 |
2868 | 2024-01-24T18:50:49.134Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2869 | 2024-01-24T18:50:52.017Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2870 | 2024-01-24T18:50:55.934Z | Documenting libxml v0.3.3 |
2871 | 2024-01-24T18:50:58.249Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2872 | 2024-01-24T18:51:01.685Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2873 | 2024-01-24T18:51:04.823Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2874 | 2024-01-24T18:51:05.295Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2875 | 2024-01-24T18:51:05.867Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2876 | 2024-01-24T18:51:07.894Z | Documenting bb8 v0.8.1 |
2877 | 2024-01-24T18:51:09.890Z | Documenting serde-big-array v0.5.1 |
2878 | 2024-01-24T18:51:11.672Z | Documenting quick-xml v0.23.1 |
2879 | 2024-01-24T18:51:12.505Z | Documenting rtoolbox v0.0.1 |
2880 | 2024-01-24T18:51:14.908Z | Documenting oso-derive v0.27.0 |
2881 | 2024-01-24T18:51:15.199Z | Documenting impl-trait-for-tuples v0.2.2 |
2882 | 2024-01-24T18:51:16.558Z | Documenting unicode-linebreak v0.1.5 |
2883 | 2024-01-24T18:51:17.069Z | Documenting maplit v1.0.2 |
2884 | 2024-01-24T18:51:18.446Z | Documenting is_ci v1.1.1 |
2885 | 2024-01-24T18:51:19.014Z | Documenting humantime v2.1.0 |
2886 | 2024-01-24T18:51:21.196Z | Documenting http-range v0.1.5 |
2887 | 2024-01-24T18:51:21.635Z | Documenting smawk v0.3.1 |
2888 | 2024-01-24T18:51:21.635Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2889 | 2024-01-24T18:51:22.624Z | Documenting rpassword v7.3.1 |
2890 | 2024-01-24T18:51:24.082Z | Documenting oso v0.27.0 |
2891 | 2024-01-24T18:51:24.152Z | Documenting supports-color v2.1.0 |
2892 | 2024-01-24T18:51:24.813Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2893 | 2024-01-24T18:51:26.874Z | Documenting hyper-staticfile v0.9.5 |
2894 | 2024-01-24T18:51:27.425Z | Documenting textwrap v0.16.0 |
2895 | 2024-01-24T18:51:28.630Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2896 | 2024-01-24T18:51:32.307Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2897 | 2024-01-24T18:51:34.010Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2898 | 2024-01-24T18:51:34.420Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2899 | 2024-01-24T18:51:35.384Z | Documenting tui-tree-widget v0.13.0 |
2900 | 2024-01-24T18:51:37.400Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2901 | 2024-01-24T18:51:40.332Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2902 | 2024-01-24T18:51:40.552Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2903 | 2024-01-24T18:51:44.637Z | Documenting cookie v0.18.0 |
2904 | 2024-01-24T18:51:44.771Z | Documenting rcgen v0.12.0 |
2905 | 2024-01-24T18:51:49.572Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2906 | 2024-01-24T18:51:50.582Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2907 | 2024-01-24T18:51:51.408Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2908 | 2024-01-24T18:51:51.845Z | Documenting atomicwrites v0.4.3 |
2909 | 2024-01-24T18:51:52.014Z | Documenting signal-hook-tokio v0.3.1 |
2910 | 2024-01-24T18:51:53.587Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2911 | 2024-01-24T18:51:55.574Z | Documenting subprocess v0.2.9 |
2912 | 2024-01-24T18:51:56.213Z | Documenting shell-words v1.1.0 |
2913 | 2024-01-24T18:51:58.642Z | Documenting corncobs v0.1.3 |
2914 | 2024-01-24T18:51:59.398Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2915 | 2024-01-24T18:52:01.741Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2916 | 2024-01-24T18:52:02.341Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2917 | 2024-01-24T18:52:02.741Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2918 | 2024-01-24T18:52:03.105Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2919 | 2024-01-24T18:52:04.440Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2920 | 2024-01-24T18:52:10.846Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2921 | 2024-01-24T18:52:15.009Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2922 | 2024-01-24T18:52:20.688Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2923 | 2024-01-24T18:52:23.468Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2924 | 2024-01-24T18:52:31.777Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2925 | 2024-01-24T18:52:36.020Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2926 | 2024-01-24T18:52:38.909Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2927 | 2024-01-24T18:52:49.895Z | Documenting fatfs v0.3.6 |
2928 | 2024-01-24T18:52:51.083Z | Documenting nanorand v0.7.0 |
2929 | 2024-01-24T18:52:56.164Z | Documenting topological-sort v0.2.2 |
2930 | 2024-01-24T18:52:57.027Z | Documenting assert_matches v1.5.0 |
2931 | 2024-01-24T18:52:57.686Z | Documenting flume v0.11.0 |
2932 | 2024-01-24T18:52:58.186Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2933 | 2024-01-24T18:53:01.299Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2934 | 2024-01-24T18:53:02.659Z | Documenting omicron-zone-package v0.10.1 |
2935 | 2024-01-24T18:53:06.515Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2936 | 2024-01-24T18:53:09.572Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2937 | 2024-01-24T18:53:10.116Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2938 | 2024-01-24T18:53:11.149Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2939 | 2024-01-24T18:53:13.248Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2940 | 2024-01-24T18:53:16.177Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2941 | 2024-01-24T18:53:40.107Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2942 | 2024-01-24T18:53:40.107Z | --> sled-agent/src/sim/instance.rs:46:7 |
2943 | 2024-01-24T18:53:40.107Z | | |
2944 | 2024-01-24T18:53:40.108Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2945 | 2024-01-24T18:53:40.108Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2946 | 2024-01-24T18:53:40.108Z | | |
2947 | 2024-01-24T18:53:40.108Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2948 | 2024-01-24T18:53:40.111Z | |
2949 | 2024-01-24T18:53:41.785Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2950 | 2024-01-24T18:53:43.154Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2951 | 2024-01-24T18:53:45.531Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2952 | 2024-01-24T18:53:45.537Z | Documenting termios v0.3.3 |
2953 | 2024-01-24T18:53:46.124Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2954 | 2024-01-24T18:53:51.031Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2955 | 2024-01-24T18:53:51.813Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2956 | 2024-01-24T18:53:53.988Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2957 | 2024-01-24T18:53:56.127Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2958 | 2024-01-24T18:54:19.911Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2959 | 2024-01-24T18:54:37.250Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2960 | 2024-01-24T18:54:39.616Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2961 | 2024-01-24T18:55:02.984Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2962 | 2024-01-24T18:55:03.548Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2963 | 2024-01-24T18:55:08.987Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2964 | 2024-01-24T18:55:09.292Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2965 | 2024-01-24T18:55:13.340Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2966 | 2024-01-24T18:55:33.121Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2967 | 2024-01-24T18:56:36.622Z | warning: unresolved link to `VolumeConstructionRequest` |
2968 | 2024-01-24T18:56:36.622Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2969 | 2024-01-24T18:56:36.623Z | | |
2970 | 2024-01-24T18:56:36.623Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2971 | 2024-01-24T18:56:36.623Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2972 | 2024-01-24T18:56:36.623Z | | |
2973 | 2024-01-24T18:56:36.623Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2974 | 2024-01-24T18:56:36.623Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2975 | 2024-01-24T18:56:36.623Z | |
2976 | 2024-01-24T18:56:37.045Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2977 | 2024-01-24T18:56:37.045Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2978 | 2024-01-24T18:56:37.045Z | | |
2979 | 2024-01-24T18:56:37.045Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2980 | 2024-01-24T18:56:37.045Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2981 | 2024-01-24T18:56:37.046Z | |
2982 | 2024-01-24T18:56:37.046Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2983 | 2024-01-24T18:56:37.047Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2984 | 2024-01-24T18:56:37.047Z | | |
2985 | 2024-01-24T18:56:37.047Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2986 | 2024-01-24T18:56:37.047Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2987 | 2024-01-24T18:56:37.047Z | |
2988 | 2024-01-24T18:56:37.047Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2989 | 2024-01-24T18:56:37.047Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2990 | 2024-01-24T18:56:37.047Z | | |
2991 | 2024-01-24T18:56:37.047Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2992 | 2024-01-24T18:56:37.047Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2993 | 2024-01-24T18:56:37.047Z | |
2994 | 2024-01-24T18:56:37.047Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2995 | 2024-01-24T18:56:37.047Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2996 | 2024-01-24T18:56:37.048Z | | |
2997 | 2024-01-24T18:56:37.048Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2998 | 2024-01-24T18:56:37.048Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2999 | 2024-01-24T18:56:37.048Z | |
3000 | 2024-01-24T18:56:37.048Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3001 | 2024-01-24T18:56:37.048Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3002 | 2024-01-24T18:56:37.048Z | | |
3003 | 2024-01-24T18:56:37.048Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3004 | 2024-01-24T18:56:37.048Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3005 | 2024-01-24T18:56:37.049Z | |
3006 | 2024-01-24T18:56:37.049Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3007 | 2024-01-24T18:56:37.049Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3008 | 2024-01-24T18:56:37.049Z | | |
3009 | 2024-01-24T18:56:37.049Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3010 | 2024-01-24T18:56:37.049Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3011 | 2024-01-24T18:56:37.049Z | |
3012 | 2024-01-24T18:56:40.367Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3013 | 2024-01-24T18:57:13.341Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 45s |
3014 | 2024-01-24T18:57:13.450Z | |
3015 | 2024-01-24T18:57:13.451Z | real 16:45.897652772 |
3016 | 2024-01-24T18:57:13.451Z | user 55:42.485366833 |
3017 | 2024-01-24T18:57:13.451Z | sys 1:03:29.738155796 |
3018 | 2024-01-24T18:57:13.451Z | trap 1.967801231 |
3019 | 2024-01-24T18:57:13.455Z | tflt 0.083276227 |
3020 | 2024-01-24T18:57:13.455Z | dflt 0.560174721 |
3021 | 2024-01-24T18:57:13.455Z | kflt 0.000293931 |
3022 | 2024-01-24T18:57:13.455Z | lock 3:22:22.650813915 |
3023 | 2024-01-24T18:57:13.455Z | slp 4:17:43.436386604 |
3024 | 2024-01-24T18:57:13.455Z | lat 5:23.253378241 |
3025 | 2024-01-24T18:57:13.456Z | stop 1:31.567289859 |
3026 | 2024-01-24T18:57:13.456Z | process exited: duration 1868493 ms, exit code 0 |
|
3027 | 2024-01-24T18:57:13.464Z | found 0 output files |