|
|
|
1 | 2024-05-29T19:39:18.119Z | job assigned to worker 01HZ2XS314SD36K6VYH0WF6P1C (queued for 43 s) |
|
2 | 2024-05-29T19:39:19.108Z | starting task 0: "setup" |
3 | 2024-05-29T19:39:19.138Z | ++ uname -s |
4 | 2024-05-29T19:39:19.138Z | + kern=SunOS |
5 | 2024-05-29T19:39:19.138Z | + case "$kern" in |
6 | 2024-05-29T19:39:19.139Z | + groupadd -g 12345 build |
7 | 2024-05-29T19:39:19.139Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-29T19:39:21.141Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-29T19:39:21.188Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-29T19:39:21.223Z | + home_fs=zfs |
11 | 2024-05-29T19:39:21.223Z | + [[ zfs == autofs ]] |
12 | 2024-05-29T19:39:21.223Z | + mkdir -p /home/build |
13 | 2024-05-29T19:39:21.223Z | + chown build:build /home/build /work |
14 | 2024-05-29T19:39:23.188Z | + chmod 0700 /home/build /work |
15 | 2024-05-29T19:39:23.217Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-05-29T19:39:23.277Z | starting task 1: "rust-toolchain" |
17 | 2024-05-29T19:39:23.305Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-29T19:39:23.305Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-29T19:39:23.422Z | info: downloading installer |
20 | 2024-05-29T19:39:24.223Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-29T19:39:24.223Z | warning: /opt/ooce/bin |
22 | 2024-05-29T19:39:24.223Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-29T19:39:24.223Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-29T19:39:24.223Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-29T19:39:24.223Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-29T19:39:24.223Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-29T19:39:24.223Z | error: cannot install while Rust is installed |
28 | 2024-05-29T19:39:24.223Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-29T19:39:24.275Z | info: profile set to 'default' |
30 | 2024-05-29T19:39:24.276Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-29T19:39:24.276Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-29T19:39:24.401Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-29T19:39:24.401Z | info: downloading component 'cargo' |
34 | 2024-05-29T19:39:24.581Z | info: downloading component 'clippy' |
35 | 2024-05-29T19:39:24.630Z | info: downloading component 'rust-docs' |
36 | 2024-05-29T19:39:24.815Z | info: downloading component 'rust-std' |
37 | 2024-05-29T19:39:25.081Z | info: downloading component 'rustc' |
38 | 2024-05-29T19:39:25.746Z | info: downloading component 'rustfmt' |
39 | 2024-05-29T19:39:25.789Z | info: installing component 'cargo' |
40 | 2024-05-29T19:39:26.917Z | info: installing component 'clippy' |
41 | 2024-05-29T19:39:27.347Z | info: installing component 'rust-docs' |
42 | 2024-05-29T19:39:30.123Z | info: installing component 'rust-std' |
43 | 2024-05-29T19:39:32.125Z | info: installing component 'rustc' |
44 | 2024-05-29T19:39:37.257Z | info: installing component 'rustfmt' |
45 | 2024-05-29T19:39:37.639Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-29T19:39:37.639Z | |
47 | 2024-05-29T19:39:37.762Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-29T19:39:37.763Z | |
49 | 2024-05-29T19:39:37.788Z | |
50 | 2024-05-29T19:39:37.788Z | Rust is installed now. Great! |
51 | 2024-05-29T19:39:37.788Z | |
52 | 2024-05-29T19:39:37.788Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-29T19:39:37.789Z | environment variable. This has not been done automatically. |
54 | 2024-05-29T19:39:37.789Z | |
55 | 2024-05-29T19:39:37.789Z | To configure your current shell, you need to source |
56 | 2024-05-29T19:39:37.789Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-29T19:39:37.789Z | |
58 | 2024-05-29T19:39:37.789Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-29T19:39:37.789Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-29T19:39:37.789Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-29T19:39:37.833Z | + rustc --version |
62 | 2024-05-29T19:39:37.915Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-29T19:39:37.940Z | process exited: duration 14643 ms, exit code 0 |
|
64 | 2024-05-29T19:39:37.991Z | starting task 2: "authentication" |
65 | 2024-05-29T19:39:38.055Z | process exited: duration 61 ms, exit code 0 |
|
66 | 2024-05-29T19:39:38.114Z | starting task 3: "clone repository" |
67 | 2024-05-29T19:39:38.146Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-29T19:39:38.146Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-29T19:39:38.172Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-29T19:39:43.856Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-29T19:39:43.857Z | + git fetch origin 30106d7360e5a616238659bd727da742876abfdf |
72 | 2024-05-29T19:39:44.263Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-29T19:39:44.263Z | * branch 30106d7360e5a616238659bd727da742876abfdf -> FETCH_HEAD |
74 | 2024-05-29T19:39:44.289Z | + [[ -n convert-virtual-provisioning ]] |
75 | 2024-05-29T19:39:44.289Z | ++ git branch --show-current |
76 | 2024-05-29T19:39:44.289Z | + current=main |
77 | 2024-05-29T19:39:44.289Z | + [[ main != convert-virtual-provisioning ]] |
78 | 2024-05-29T19:39:44.289Z | + git branch -f convert-virtual-provisioning 30106d7360e5a616238659bd727da742876abfdf |
79 | 2024-05-29T19:39:44.289Z | + git checkout -f convert-virtual-provisioning |
80 | 2024-05-29T19:39:44.412Z | Switched to branch 'convert-virtual-provisioning' |
81 | 2024-05-29T19:39:44.437Z | + git reset --hard 30106d7360e5a616238659bd727da742876abfdf |
82 | 2024-05-29T19:39:44.550Z | HEAD is now at 30106d736 Merge branch 'more-raw-cte-setup' into convert-virtual-provisioning |
83 | 2024-05-29T19:39:44.585Z | process exited: duration 6431 ms, exit code 0 |
|
84 | 2024-05-29T19:39:44.648Z | starting task 4: "build" |
85 | 2024-05-29T19:39:44.688Z | + cargo --version |
86 | 2024-05-29T19:39:44.716Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-05-29T19:39:44.753Z | + rustc --version |
88 | 2024-05-29T19:39:44.801Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-29T19:39:44.827Z | + source ./env.sh |
90 | 2024-05-29T19:39:44.827Z | ++ set -o xtrace |
91 | 2024-05-29T19:39:44.828Z | ++++ dirname ./env.sh |
92 | 2024-05-29T19:39:44.828Z | +++ readlink -f . |
93 | 2024-05-29T19:39:44.828Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
94 | 2024-05-29T19:39:44.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-05-29T19:39:44.828Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-05-29T19:39:44.828Z | ++ 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 |
97 | 2024-05-29T19:39:44.828Z | ++ 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 |
98 | 2024-05-29T19:39:44.828Z | ++ 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 |
99 | 2024-05-29T19:39:44.828Z | ++ 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 |
100 | 2024-05-29T19:39:44.828Z | ++ 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 |
101 | 2024-05-29T19:39:44.828Z | ++ 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 |
102 | 2024-05-29T19:39:44.828Z | ++ unset OMICRON_WS |
103 | 2024-05-29T19:39:44.828Z | ++ set +o xtrace |
104 | 2024-05-29T19:39:44.828Z | |
105 | 2024-05-29T19:39:44.828Z | ##### ##### ###### ##### ###### #### # # # #### # |
106 | 2024-05-29T19:39:44.828Z | # # # # # # # # # # # # # # # |
107 | 2024-05-29T19:39:44.828Z | # # # # ##### # # ##### # # # # # #### # |
108 | 2024-05-29T19:39:44.828Z | ##### ##### # ##### # # # # # # # # # |
109 | 2024-05-29T19:39:44.829Z | # # # # # # # # # # # # # # # |
110 | 2024-05-29T19:39:44.829Z | # # # ###### # # ###### ### # #### # #### # |
111 | 2024-05-29T19:39:44.829Z | |
112 | 2024-05-29T19:39:50.231Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-05-29T19:39:52.216Z | Startup: Caching catalogs ... Done |
114 | 2024-05-29T19:39:54.729Z | Planning: Solver setup ... Done (1.873s) |
115 | 2024-05-29T19:39:54.775Z | Planning: Running solver ... Done (0.034s) |
116 | 2024-05-29T19:39:54.822Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-05-29T19:39:54.866Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-05-29T19:39:55.590Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-05-29T19:39:55.654Z | Planning: Package planning ... Done (0.067s) |
120 | 2024-05-29T19:39:55.717Z | Planning: Merging actions ... Done (0.069s) |
121 | 2024-05-29T19:39:56.114Z | Planning: Checking for conflicting actions ... Done (0.396s) |
122 | 2024-05-29T19:39:56.144Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-05-29T19:39:56.824Z | Planning: Evaluating mediators ... Done (0.697s) |
124 | 2024-05-29T19:39:56.854Z | Planning: Planning completed in 4.56 seconds |
125 | 2024-05-29T19:39:56.899Z | Packages to install: 4 |
126 | 2024-05-29T19:39:56.899Z | Mediators to change: 2 |
127 | 2024-05-29T19:39:56.899Z | Services to change: 1 |
128 | 2024-05-29T19:39:56.899Z | Estimated space available: 148.90 GB |
129 | 2024-05-29T19:39:56.899Z | Estimated space to be consumed: 1.45 GB |
130 | 2024-05-29T19:39:56.900Z | Create boot environment: No |
131 | 2024-05-29T19:39:56.900Z | Create backup boot environment: No |
132 | 2024-05-29T19:39:56.900Z | Rebuild boot archive: No |
133 | 2024-05-29T19:39:56.900Z | |
134 | 2024-05-29T19:39:56.900Z | Changed mediators: |
135 | 2024-05-29T19:39:56.900Z | mediator clang: |
136 | 2024-05-29T19:39:56.901Z | version: None -> 15 (system default) |
137 | 2024-05-29T19:39:56.901Z | |
138 | 2024-05-29T19:39:56.901Z | mediator llvm: |
139 | 2024-05-29T19:39:56.901Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-05-29T19:39:56.901Z | |
141 | 2024-05-29T19:39:56.901Z | Changed packages: |
142 | 2024-05-29T19:39:56.901Z | helios-dev |
143 | 2024-05-29T19:39:56.901Z | developer/build-essential |
144 | 2024-05-29T19:39:56.901Z | None -> 11-2.0 |
145 | 2024-05-29T19:39:56.901Z | library/libxmlsec1 |
146 | 2024-05-29T19:39:56.902Z | None -> 1.2.35-2.0 |
147 | 2024-05-29T19:39:56.902Z | ooce/developer/clang-15 |
148 | 2024-05-29T19:39:56.902Z | None -> 15.0.7-2.0 |
149 | 2024-05-29T19:39:56.902Z | ooce/developer/llvm-15 |
150 | 2024-05-29T19:39:56.902Z | None -> 15.0.7-2.0 |
151 | 2024-05-29T19:39:56.902Z | |
152 | 2024-05-29T19:39:56.902Z | Services: |
153 | 2024-05-29T19:39:56.903Z | restart_fmri: |
154 | 2024-05-29T19:39:56.903Z | svc:/system/update-man-index:default |
155 | 2024-05-29T19:39:56.940Z | |
156 | 2024-05-29T19:39:56.941Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-05-29T19:40:01.907Z | Download: 659/3290 items 18.0/212.6MB 8% complete (3.6M/s) |
158 | 2024-05-29T19:40:06.908Z | Download: 1198/3290 items 80.8/212.6MB 38% complete (8.5M/s) |
159 | 2024-05-29T19:40:18.635Z | Download: 1957/3290 items 118.7/212.6MB 55% complete (10.1M/s) |
160 | 2024-05-29T19:40:18.754Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.8M/s) |
161 | 2024-05-29T19:40:22.527Z | Download: 3248/3290 items 197.1/212.6MB 92% complete (7.7M/s) |
162 | 2024-05-29T19:40:23.915Z | Download: Completed 212.60 MB in 26.99 seconds (7.9M/s) |
163 | 2024-05-29T19:40:24.087Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-05-29T19:40:29.135Z | Actions: 3495/3689 actions (Installing new actions) |
165 | 2024-05-29T19:40:29.919Z | Actions: Completed 3689 actions in 5.84 seconds. |
166 | 2024-05-29T19:40:30.243Z | Done (0.318s) |
167 | 2024-05-29T19:40:30.243Z | Done (0.000s) |
168 | 2024-05-29T19:40:30.601Z | Done (0.358s) |
169 | 2024-05-29T19:40:35.875Z | Done (5.145s) |
170 | 2024-05-29T19:40:35.975Z | Done (0.022s) |
171 | 2024-05-29T19:40:36.000Z | Done (0.000s) |
172 | 2024-05-29T19:40:36.129Z | Done (0.000s) |
173 | 2024-05-29T19:40:36.758Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-05-29T19:40:36.984Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-05-29T19:40:37.012Z | Planning: Consolidating action changes ... Done |
176 | 2024-05-29T19:40:37.324Z | Planning: Evaluating mediators ... Done |
177 | 2024-05-29T19:40:37.353Z | Planning: Planning completed in 0.57 seconds |
178 | 2024-05-29T19:40:37.379Z | Mediators to change: 2 |
179 | 2024-05-29T19:40:37.379Z | Create boot environment: No |
180 | 2024-05-29T19:40:37.379Z | Create backup boot environment: No |
181 | 2024-05-29T19:40:37.433Z | Done |
182 | 2024-05-29T19:40:37.433Z | Done |
183 | 2024-05-29T19:40:37.685Z | Done |
184 | 2024-05-29T19:40:42.371Z | Done |
185 | 2024-05-29T19:40:42.480Z | Done |
186 | 2024-05-29T19:40:42.480Z | Done |
187 | 2024-05-29T19:40:42.531Z | Done |
188 | 2024-05-29T19:40:43.320Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-05-29T19:40:43.353Z | Planning: Merging actions ... Done |
190 | 2024-05-29T19:40:43.561Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-05-29T19:40:43.587Z | Planning: Consolidating action changes ... Done |
192 | 2024-05-29T19:40:43.925Z | Planning: Evaluating mediators ... Done |
193 | 2024-05-29T19:40:44.008Z | Planning: Planning completed in 0.99 seconds |
194 | 2024-05-29T19:40:44.036Z | Packages to change: 1 |
195 | 2024-05-29T19:40:44.036Z | Mediators to change: 1 |
196 | 2024-05-29T19:40:44.036Z | Services to change: 1 |
197 | 2024-05-29T19:40:44.036Z | Create boot environment: No |
198 | 2024-05-29T19:40:44.036Z | Create backup boot environment: Yes |
199 | 2024-05-29T19:40:45.582Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-05-29T19:40:45.624Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-05-29T19:40:45.624Z | Done |
202 | 2024-05-29T19:40:45.625Z | Done |
203 | 2024-05-29T19:40:45.672Z | Done |
204 | 2024-05-29T19:40:50.199Z | Done |
205 | 2024-05-29T19:40:50.287Z | Done |
206 | 2024-05-29T19:40:50.287Z | Done |
207 | 2024-05-29T19:40:50.362Z | Done |
208 | 2024-05-29T19:40:50.922Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-05-29T19:40:50.922Z | clang system 15 system |
210 | 2024-05-29T19:40:50.922Z | csh system system illumos |
211 | 2024-05-29T19:40:50.922Z | ctags system system illumos |
212 | 2024-05-29T19:40:50.922Z | gcc vendor 12 vendor |
213 | 2024-05-29T19:40:50.922Z | gcc system 10 system |
214 | 2024-05-29T19:40:50.922Z | gcc system 7 system |
215 | 2024-05-29T19:40:50.923Z | go system 1.20 system |
216 | 2024-05-29T19:40:50.923Z | go system 1.19 system |
217 | 2024-05-29T19:40:50.923Z | llvm system 15 system |
218 | 2024-05-29T19:40:50.923Z | llvm system 14 system |
219 | 2024-05-29T19:40:50.923Z | mariadb system 10.6 system |
220 | 2024-05-29T19:40:50.923Z | mta vendor vendor dma |
221 | 2024-05-29T19:40:50.923Z | openjdk system 17 system |
222 | 2024-05-29T19:40:50.923Z | openjdk system 11 system |
223 | 2024-05-29T19:40:50.923Z | openjdk system 1.8 system |
224 | 2024-05-29T19:40:50.923Z | openssl vendor 3 vendor |
225 | 2024-05-29T19:40:50.923Z | perl system 5.36 system |
226 | 2024-05-29T19:40:50.923Z | postgresql system 15 system |
227 | 2024-05-29T19:40:50.923Z | postgresql system 13 system |
228 | 2024-05-29T19:40:50.923Z | python vendor 3 vendor |
229 | 2024-05-29T19:40:50.923Z | python system 2 system |
230 | 2024-05-29T19:40:50.923Z | python3 system 3.11 system |
231 | 2024-05-29T19:40:50.923Z | ruby system 3.0 system |
232 | 2024-05-29T19:40:50.923Z | words vendor vendor american-english |
233 | 2024-05-29T19:40:50.923Z | words system system australian-english |
234 | 2024-05-29T19:40:50.923Z | words system system british-english |
235 | 2024-05-29T19:40:50.923Z | words system system canadian-english |
236 | 2024-05-29T19:40:50.923Z | words system system french |
237 | 2024-05-29T19:40:50.923Z | words system system italian |
238 | 2024-05-29T19:40:50.924Z | words system system ngerman |
239 | 2024-05-29T19:40:50.924Z | words system system ogerman |
240 | 2024-05-29T19:40:50.924Z | words system system spanish |
241 | 2024-05-29T19:40:51.367Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-05-29T19:40:51.367Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-05-29T19:40:53.187Z | FMRI IFO |
244 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-05-29T19:40:53.187Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-05-29T19:40:53.188Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-05-29T19:40:53.499Z | + set -o errexit |
257 | 2024-05-29T19:40:53.536Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2024-05-29T19:40:53.536Z | ++ cd ./tools |
259 | 2024-05-29T19:40:53.536Z | ++ pwd |
260 | 2024-05-29T19:40:53.536Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2024-05-29T19:40:53.536Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2024-05-29T19:40:53.536Z | + ARG0=ci_download_cockroachdb |
263 | 2024-05-29T19:40:53.537Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2024-05-29T19:40:53.537Z | + CIDL_VERSION=v22.1.9 |
265 | 2024-05-29T19:40:53.537Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2024-05-29T19:40:53.537Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
267 | 2024-05-29T19:40:53.537Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
268 | 2024-05-29T19:40:53.537Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-05-29T19:40:53.537Z | + TARGET_DIR=out |
270 | 2024-05-29T19:40:53.537Z | + DOWNLOAD_DIR=out/downloads |
271 | 2024-05-29T19:40:53.537Z | + DEST_DIR=./out/cockroachdb |
272 | 2024-05-29T19:40:53.537Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2024-05-29T19:40:53.537Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2024-05-29T19:40:53.537Z | + main |
275 | 2024-05-29T19:40:53.537Z | + [[ 0 != 0 ]] |
276 | 2024-05-29T19:40:53.537Z | + CIDL_OS=solaris2.11 |
277 | 2024-05-29T19:40:53.537Z | + [[ 0 != 0 ]] |
278 | 2024-05-29T19:40:53.537Z | + configure_os solaris2.11 |
279 | 2024-05-29T19:40:53.537Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2024-05-29T19:40:53.538Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-05-29T19:40:53.538Z | current directory: /work/oxidecomputer/omicron |
282 | 2024-05-29T19:40:53.538Z | configuring based on OS: "solaris2.11" |
283 | 2024-05-29T19:40:53.538Z | + case "$1" in |
284 | 2024-05-29T19:40:53.538Z | + CIDL_BUILD=illumos |
285 | 2024-05-29T19:40:53.538Z | + CIDL_SUFFIX=tar.gz |
286 | 2024-05-29T19:40:53.538Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-05-29T19:40:53.538Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2024-05-29T19:40:53.538Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2024-05-29T19:40:53.538Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2024-05-29T19:40:53.539Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-29T19:40:53.539Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-05-29T19:40:53.539Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-05-29T19:40:53.539Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-29T19:40:53.539Z | + CIDL_SHA256FUNC=do_sha256sum |
295 | 2024-05-29T19:40:53.539Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-05-29T19:40:53.539Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-05-29T19:40:53.539Z | + mkdir -p out/downloads |
298 | 2024-05-29T19:40:53.539Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-29T19:40:53.539Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-05-29T19:40:53.539Z | + mkdir -p ./out/cockroachdb |
301 | 2024-05-29T19:40:53.539Z | + local DO_DOWNLOAD=true |
302 | 2024-05-29T19:40:53.539Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2024-05-29T19:40:53.539Z | + '[' true == true ']' |
304 | 2024-05-29T19:40:53.539Z | + echo Downloading... |
305 | 2024-05-29T19:40:53.539Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-29T19:40:53.539Z | Downloading... |
307 | 2024-05-29T19:40:53.539Z | + 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 |
308 | 2024-05-29T19:40:58.678Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-05-29T19:40:58.704Z | ++ sha256sum |
310 | 2024-05-29T19:40:58.704Z | ++ awk '{print $1}' |
311 | 2024-05-29T19:40:58.759Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
312 | 2024-05-29T19:40:58.759Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
313 | 2024-05-29T19:40:58.760Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-05-29T19:40:58.760Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2024-05-29T19:41:01.802Z | + do_assemble_illumos |
316 | 2024-05-29T19:41:01.803Z | + rm -r ./out/cockroachdb |
317 | 2024-05-29T19:41:01.832Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2024-05-29T19:41:02.215Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2024-05-29T19:41:02.467Z | Build Tag: v22.1.9-dirty |
320 | 2024-05-29T19:41:02.467Z | Build Time: 2022/10/26 21:17:46 |
321 | 2024-05-29T19:41:02.467Z | Distribution: OSS |
322 | 2024-05-29T19:41:02.468Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2024-05-29T19:41:02.468Z | Go Version: go1.17.13 |
324 | 2024-05-29T19:41:02.468Z | C Compiler: gcc 10.3.0 |
325 | 2024-05-29T19:41:02.468Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2024-05-29T19:41:02.468Z | Build Type: release |
327 | 2024-05-29T19:41:02.494Z | + set -o errexit |
328 | 2024-05-29T19:41:02.495Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2024-05-29T19:41:02.523Z | ++ cd ./tools |
330 | 2024-05-29T19:41:02.523Z | ++ pwd |
331 | 2024-05-29T19:41:02.523Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2024-05-29T19:41:02.523Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2024-05-29T19:41:02.523Z | + ARG0=ci_download_clickhouse |
334 | 2024-05-29T19:41:02.523Z | + TARGET_DIR=out |
335 | 2024-05-29T19:41:02.523Z | + DOWNLOAD_DIR=out/downloads |
336 | 2024-05-29T19:41:02.523Z | + DEST_DIR=./out/clickhouse |
337 | 2024-05-29T19:41:02.523Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
338 | 2024-05-29T19:41:02.523Z | + CIDL_VERSION=v23.8.7.24 |
339 | 2024-05-29T19:41:02.523Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
340 | 2024-05-29T19:41:02.523Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
341 | 2024-05-29T19:41:02.523Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
342 | 2024-05-29T19:41:02.523Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
343 | 2024-05-29T19:41:02.523Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
344 | 2024-05-29T19:41:02.523Z | + main |
345 | 2024-05-29T19:41:02.523Z | + [[ 0 != 0 ]] |
346 | 2024-05-29T19:41:02.523Z | + CIDL_OS=solaris2.11 |
347 | 2024-05-29T19:41:02.523Z | + [[ 0 != 0 ]] |
348 | 2024-05-29T19:41:02.523Z | + configure_os solaris2.11 |
349 | 2024-05-29T19:41:02.524Z | + echo 'current directory: /work/oxidecomputer/omicron' |
350 | 2024-05-29T19:41:02.524Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-05-29T19:41:02.524Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-05-29T19:41:02.524Z | configuring based on OS: "solaris2.11" |
353 | 2024-05-29T19:41:02.524Z | + CIDL_DASHREV= |
354 | 2024-05-29T19:41:02.524Z | + case "$1" in |
355 | 2024-05-29T19:41:02.524Z | + CIDL_PLATFORM=illumos |
356 | 2024-05-29T19:41:02.524Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
357 | 2024-05-29T19:41:02.524Z | + CIDL_MD5FUNC=do_md5sum |
358 | 2024-05-29T19:41:02.524Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
359 | 2024-05-29T19:41:02.524Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-29T19:41:02.524Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-05-29T19:41:02.524Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-05-29T19:41:02.524Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-05-29T19:41:02.524Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-05-29T19:41:02.524Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
365 | 2024-05-29T19:41:02.524Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-05-29T19:41:02.524Z | + mkdir -p out/downloads |
367 | 2024-05-29T19:41:02.524Z | + mkdir -p ./out/clickhouse |
368 | 2024-05-29T19:41:02.524Z | + local DO_DOWNLOAD=true |
369 | 2024-05-29T19:41:02.524Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
370 | 2024-05-29T19:41:02.524Z | + '[' true == true ']' |
371 | 2024-05-29T19:41:02.524Z | + echo Downloading... |
372 | 2024-05-29T19:41:02.524Z | Downloading... |
373 | 2024-05-29T19:41:02.525Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-29T19:41:02.525Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-05-29T19:41:09.795Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-05-29T19:41:09.821Z | ++ md5sum |
377 | 2024-05-29T19:41:09.821Z | ++ awk '{print $1}' |
378 | 2024-05-29T19:41:10.075Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
379 | 2024-05-29T19:41:10.075Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
380 | 2024-05-29T19:41:10.076Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
381 | 2024-05-29T19:41:10.076Z | + mkdir -p ./out/clickhouse |
382 | 2024-05-29T19:41:10.101Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
383 | 2024-05-29T19:41:15.556Z | + [[ solaris2.11 == darwin* ]] |
384 | 2024-05-29T19:41:15.556Z | + ./out/clickhouse/clickhouse server --version |
385 | 2024-05-29T19:41:15.737Z | ClickHouse server version 23.8.7.1. |
386 | 2024-05-29T19:41:15.771Z | + set -o errexit |
387 | 2024-05-29T19:41:15.800Z | +++ dirname ./tools/ci_download_console |
388 | 2024-05-29T19:41:15.800Z | ++ cd ./tools |
389 | 2024-05-29T19:41:15.800Z | ++ pwd |
390 | 2024-05-29T19:41:15.801Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2024-05-29T19:41:15.801Z | ++ basename ./tools/ci_download_console |
392 | 2024-05-29T19:41:15.801Z | + ARG0=ci_download_console |
393 | 2024-05-29T19:41:15.801Z | + TARGET_DIR=out |
394 | 2024-05-29T19:41:15.802Z | + DOWNLOAD_DIR=out/downloads |
395 | 2024-05-29T19:41:15.802Z | + DEST_DIR=./out/console-assets |
396 | 2024-05-29T19:41:15.802Z | + source /work/oxidecomputer/omicron/tools/console_version |
397 | 2024-05-29T19:41:15.802Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
398 | 2024-05-29T19:41:15.802Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
399 | 2024-05-29T19:41:15.802Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
400 | 2024-05-29T19:41:15.803Z | + TARBALL_FILE=out/downloads/console.tar.gz |
401 | 2024-05-29T19:41:15.803Z | + main |
402 | 2024-05-29T19:41:15.803Z | + [[ 0 != 0 ]] |
403 | 2024-05-29T19:41:15.803Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
404 | 2024-05-29T19:41:15.803Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-05-29T19:41:15.804Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
406 | 2024-05-29T19:41:15.804Z | + local DO_DOWNLOAD=true |
407 | 2024-05-29T19:41:15.804Z | Local file: out/downloads/console.tar.gz |
408 | 2024-05-29T19:41:15.804Z | + [[ -f out/downloads/console.tar.gz ]] |
409 | 2024-05-29T19:41:15.805Z | + mkdir -p out/downloads |
410 | 2024-05-29T19:41:15.805Z | + '[' true == true ']' |
411 | 2024-05-29T19:41:15.805Z | + echo Downloading... |
412 | 2024-05-29T19:41:15.805Z | Downloading... |
413 | 2024-05-29T19:41:15.805Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
414 | 2024-05-29T19:41:15.805Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
415 | 2024-05-29T19:41:16.014Z | ++ do_sha256sum out/downloads/console.tar.gz |
416 | 2024-05-29T19:41:16.014Z | ++ case "$OSTYPE" in |
417 | 2024-05-29T19:41:16.015Z | ++ SHA=sha256sum |
418 | 2024-05-29T19:41:16.043Z | ++ sha256sum |
419 | 2024-05-29T19:41:16.044Z | ++ awk '{print $1}' |
420 | 2024-05-29T19:41:16.044Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
421 | 2024-05-29T19:41:16.044Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
422 | 2024-05-29T19:41:16.045Z | + rm -rf ./out/console-assets |
423 | 2024-05-29T19:41:16.045Z | + mkdir -p ./out/console-assets |
424 | 2024-05-29T19:41:16.046Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
425 | 2024-05-29T19:41:16.046Z | + mkdir -p ./out/console-assets |
426 | 2024-05-29T19:41:16.046Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
427 | 2024-05-29T19:41:16.166Z | + set -o errexit |
428 | 2024-05-29T19:41:16.211Z | +++ dirname ./tools/ci_download_dendrite_openapi |
429 | 2024-05-29T19:41:16.211Z | ++ cd ./tools |
430 | 2024-05-29T19:41:16.212Z | ++ pwd |
431 | 2024-05-29T19:41:16.212Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2024-05-29T19:41:16.212Z | ++ basename ./tools/ci_download_dendrite_openapi |
433 | 2024-05-29T19:41:16.212Z | + ARG0=ci_download_dendrite_openapi |
434 | 2024-05-29T19:41:16.212Z | + TARGET_DIR=out |
435 | 2024-05-29T19:41:16.212Z | + DOWNLOAD_DIR=out/downloads |
436 | 2024-05-29T19:41:16.212Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
437 | 2024-05-29T19:41:16.212Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
438 | 2024-05-29T19:41:16.212Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
439 | 2024-05-29T19:41:16.212Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
440 | 2024-05-29T19:41:16.213Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
441 | 2024-05-29T19:41:16.213Z | + main |
442 | 2024-05-29T19:41:16.213Z | + [[ 0 != 0 ]] |
443 | 2024-05-29T19:41:16.213Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
444 | 2024-05-29T19:41:16.213Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
445 | 2024-05-29T19:41:16.213Z | + local DO_DOWNLOAD=true |
446 | 2024-05-29T19:41:16.213Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
447 | 2024-05-29T19:41:16.213Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
448 | 2024-05-29T19:41:16.213Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
449 | 2024-05-29T19:41:16.213Z | + mkdir -p out/downloads |
450 | 2024-05-29T19:41:16.213Z | + '[' true == true ']' |
451 | 2024-05-29T19:41:16.213Z | + echo Downloading... |
452 | 2024-05-29T19:41:16.214Z | Downloading... |
453 | 2024-05-29T19:41:16.214Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
454 | 2024-05-29T19:41:16.214Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
455 | 2024-05-29T19:41:16.737Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
456 | 2024-05-29T19:41:16.737Z | ++ case "$OSTYPE" in |
457 | 2024-05-29T19:41:16.737Z | ++ SHA=sha256sum |
458 | 2024-05-29T19:41:17.176Z | ++ sha256sum |
459 | 2024-05-29T19:41:17.176Z | ++ awk '{print $1}' |
460 | 2024-05-29T19:41:17.176Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
461 | 2024-05-29T19:41:17.177Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
462 | 2024-05-29T19:41:17.177Z | + set -o errexit |
463 | 2024-05-29T19:41:17.238Z | +++ dirname ./tools/ci_download_dendrite_stub |
464 | 2024-05-29T19:41:17.239Z | ++ cd ./tools |
465 | 2024-05-29T19:41:17.239Z | ++ pwd |
466 | 2024-05-29T19:41:17.239Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2024-05-29T19:41:17.240Z | ++ basename ./tools/ci_download_dendrite_stub |
468 | 2024-05-29T19:41:17.240Z | + ARG0=ci_download_dendrite_stub |
469 | 2024-05-29T19:41:17.240Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
470 | 2024-05-29T19:41:17.240Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
471 | 2024-05-29T19:41:17.241Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
472 | 2024-05-29T19:41:17.241Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
473 | 2024-05-29T19:41:17.241Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2024-05-29T19:41:17.241Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
475 | 2024-05-29T19:41:17.241Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
476 | 2024-05-29T19:41:17.242Z | + TARGET_DIR=out |
477 | 2024-05-29T19:41:17.242Z | + DOWNLOAD_DIR=out/downloads |
478 | 2024-05-29T19:41:17.242Z | + DEST_DIR=./out/dendrite-stub |
479 | 2024-05-29T19:41:17.242Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
480 | 2024-05-29T19:41:17.242Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
481 | 2024-05-29T19:41:17.243Z | + REPO=oxidecomputer/dendrite |
482 | 2024-05-29T19:41:17.243Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
483 | 2024-05-29T19:41:17.243Z | + main |
484 | 2024-05-29T19:41:17.243Z | + [[ 0 != 0 ]] |
485 | 2024-05-29T19:41:17.243Z | + CIDL_OS=solaris2.11 |
486 | 2024-05-29T19:41:17.244Z | + [[ 0 != 0 ]] |
487 | 2024-05-29T19:41:17.244Z | + configure_os solaris2.11 |
488 | 2024-05-29T19:41:17.244Z | + echo 'current directory: /work/oxidecomputer/omicron' |
489 | 2024-05-29T19:41:17.244Z | + echo 'configuring based on OS: "solaris2.11"' |
490 | 2024-05-29T19:41:17.244Z | current directory: /work/oxidecomputer/omicron |
491 | 2024-05-29T19:41:17.244Z | configuring based on OS: "solaris2.11" |
492 | 2024-05-29T19:41:17.244Z | + case "$1" in |
493 | 2024-05-29T19:41:17.245Z | + SET_BINARIES= |
494 | 2024-05-29T19:41:17.245Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
495 | 2024-05-29T19:41:17.245Z | + CIDL_SHA256FUNC=do_sha256sum |
496 | 2024-05-29T19:41:17.246Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
497 | 2024-05-29T19:41:17.246Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
498 | 2024-05-29T19:41:17.246Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-29T19:41:17.246Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
500 | 2024-05-29T19:41:17.246Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
501 | 2024-05-29T19:41:17.247Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
502 | 2024-05-29T19:41:17.247Z | + mkdir -p out/downloads |
503 | 2024-05-29T19:41:17.247Z | Local file: out/downloads/dendrite-stub.tar.gz |
504 | 2024-05-29T19:41:17.247Z | + mkdir -p ./out/dendrite-stub |
505 | 2024-05-29T19:41:17.247Z | + fetch_and_verify |
506 | 2024-05-29T19:41:17.248Z | + local DO_DOWNLOAD=true |
507 | 2024-05-29T19:41:17.248Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
508 | 2024-05-29T19:41:17.248Z | + '[' true == true ']' |
509 | 2024-05-29T19:41:17.248Z | + echo Downloading... |
510 | 2024-05-29T19:41:17.249Z | Downloading... |
511 | 2024-05-29T19:41:17.249Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
512 | 2024-05-29T19:41:17.249Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
513 | 2024-05-29T19:41:24.441Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
514 | 2024-05-29T19:41:24.479Z | ++ sha256sum |
515 | 2024-05-29T19:41:24.479Z | ++ awk '{print $1}' |
516 | 2024-05-29T19:41:24.480Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
517 | 2024-05-29T19:41:24.480Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
518 | 2024-05-29T19:41:24.480Z | + do_untar out/downloads/dendrite-stub.tar.gz |
519 | 2024-05-29T19:41:24.480Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
520 | 2024-05-29T19:41:25.350Z | + do_assemble |
521 | 2024-05-29T19:41:25.350Z | + rm -r ./out/dendrite-stub |
522 | 2024-05-29T19:41:25.375Z | + mkdir ./out/dendrite-stub |
523 | 2024-05-29T19:41:25.375Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
524 | 2024-05-29T19:41:25.540Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
525 | 2024-05-29T19:41:25.608Z | + set -o errexit |
526 | 2024-05-29T19:41:25.609Z | +++ dirname ./tools/ci_download_maghemite_mgd |
527 | 2024-05-29T19:41:25.609Z | ++ cd ./tools |
528 | 2024-05-29T19:41:25.610Z | ++ pwd |
529 | 2024-05-29T19:41:25.610Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2024-05-29T19:41:25.610Z | ++ basename ./tools/ci_download_maghemite_mgd |
531 | 2024-05-29T19:41:25.610Z | + ARG0=ci_download_maghemite_mgd |
532 | 2024-05-29T19:41:25.610Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
533 | 2024-05-29T19:41:25.611Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
534 | 2024-05-29T19:41:25.622Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
535 | 2024-05-29T19:41:25.622Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
536 | 2024-05-29T19:41:25.622Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
537 | 2024-05-29T19:41:25.623Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
538 | 2024-05-29T19:41:25.623Z | + TARGET_DIR=out |
539 | 2024-05-29T19:41:25.623Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-05-29T19:41:25.623Z | + DEST_DIR=./out/mgd |
541 | 2024-05-29T19:41:25.623Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
542 | 2024-05-29T19:41:25.623Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-05-29T19:41:25.624Z | + REPO=oxidecomputer/maghemite |
544 | 2024-05-29T19:41:25.624Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
545 | 2024-05-29T19:41:25.624Z | + main |
546 | 2024-05-29T19:41:25.624Z | + rm -rf out/downloads/root |
547 | 2024-05-29T19:41:26.146Z | + [[ 0 != 0 ]] |
548 | 2024-05-29T19:41:26.146Z | + CIDL_OS=solaris2.11 |
549 | 2024-05-29T19:41:26.146Z | + [[ 0 != 0 ]] |
550 | 2024-05-29T19:41:26.147Z | + configure_os solaris2.11 |
551 | 2024-05-29T19:41:26.147Z | + echo 'current directory: /work/oxidecomputer/omicron' |
552 | 2024-05-29T19:41:26.147Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-05-29T19:41:26.147Z | + case "$1" in |
554 | 2024-05-29T19:41:26.147Z | + SET_BINARIES= |
555 | 2024-05-29T19:41:26.147Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-05-29T19:41:26.148Z | + TARBALL_FILENAME=mgd.tar.gz |
557 | 2024-05-29T19:41:26.148Z | current directory: /work/oxidecomputer/omicron |
558 | 2024-05-29T19:41:26.148Z | configuring based on OS: "solaris2.11" |
559 | 2024-05-29T19:41:26.148Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
560 | 2024-05-29T19:41:26.148Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
561 | 2024-05-29T19:41:26.148Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
562 | 2024-05-29T19:41:26.148Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
563 | 2024-05-29T19:41:26.149Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
564 | 2024-05-29T19:41:26.149Z | Local file: out/downloads/mgd.tar.gz |
565 | 2024-05-29T19:41:26.149Z | + mkdir -p out/downloads |
566 | 2024-05-29T19:41:26.149Z | + mkdir -p ./out/mgd |
567 | 2024-05-29T19:41:26.149Z | + fetch_and_verify |
568 | 2024-05-29T19:41:26.149Z | + local DO_DOWNLOAD=true |
569 | 2024-05-29T19:41:26.150Z | + [[ -f out/downloads/mgd.tar.gz ]] |
570 | 2024-05-29T19:41:26.150Z | + '[' true == true ']' |
571 | 2024-05-29T19:41:26.150Z | + echo Downloading... |
572 | 2024-05-29T19:41:26.150Z | Downloading... |
573 | 2024-05-29T19:41:26.150Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
574 | 2024-05-29T19:41:26.151Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
575 | 2024-05-29T19:41:44.139Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
576 | 2024-05-29T19:41:44.186Z | ++ sha256sum |
577 | 2024-05-29T19:41:44.186Z | ++ awk '{print $1}' |
578 | 2024-05-29T19:41:44.187Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
579 | 2024-05-29T19:41:44.187Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
580 | 2024-05-29T19:41:44.187Z | + do_untar out/downloads/mgd.tar.gz |
581 | 2024-05-29T19:41:44.187Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
582 | 2024-05-29T19:41:44.961Z | + do_assemble |
583 | 2024-05-29T19:41:44.961Z | + rm -r ./out/mgd |
584 | 2024-05-29T19:41:44.990Z | + mkdir ./out/mgd |
585 | 2024-05-29T19:41:44.991Z | + cp -r out/downloads/root ./out/mgd/root |
586 | 2024-05-29T19:41:45.039Z | + set -o errexit |
587 | 2024-05-29T19:41:45.110Z | +++ dirname ./tools/ci_download_transceiver_control |
588 | 2024-05-29T19:41:45.110Z | ++ cd ./tools |
589 | 2024-05-29T19:41:45.110Z | ++ pwd |
590 | 2024-05-29T19:41:45.110Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
591 | 2024-05-29T19:41:45.111Z | ++ basename ./tools/ci_download_transceiver_control |
592 | 2024-05-29T19:41:45.111Z | + ARG0=ci_download_transceiver_control |
593 | 2024-05-29T19:41:45.111Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
594 | 2024-05-29T19:41:45.111Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
595 | 2024-05-29T19:41:45.112Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
596 | 2024-05-29T19:41:45.112Z | + TARGET_DIR=out |
597 | 2024-05-29T19:41:45.112Z | + DOWNLOAD_DIR=out/downloads |
598 | 2024-05-29T19:41:45.112Z | + DEST_DIR=./out/transceiver-control |
599 | 2024-05-29T19:41:45.113Z | + BIN_DIR=/opt/oxide/bin |
600 | 2024-05-29T19:41:45.113Z | + BINARY=xcvradm |
601 | 2024-05-29T19:41:45.113Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-05-29T19:41:45.113Z | + REPO=oxidecomputer/transceiver-control |
603 | 2024-05-29T19:41:45.113Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
604 | 2024-05-29T19:41:45.113Z | + main |
605 | 2024-05-29T19:41:45.114Z | + [[ 0 != 0 ]] |
606 | 2024-05-29T19:41:45.114Z | + CIDL_OS=solaris2.11 |
607 | 2024-05-29T19:41:45.114Z | + [[ 0 != 0 ]] |
608 | 2024-05-29T19:41:45.114Z | + configure_os solaris2.11 |
609 | 2024-05-29T19:41:45.115Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-05-29T19:41:45.115Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2024-05-29T19:41:45.115Z | + case "$1" in |
612 | 2024-05-29T19:41:45.116Z | + SET_BINARIES= |
613 | 2024-05-29T19:41:45.116Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
614 | 2024-05-29T19:41:45.116Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2024-05-29T19:41:45.116Z | + ARCHIVE_FILENAME=xcvradm.gz |
616 | 2024-05-29T19:41:45.116Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
617 | 2024-05-29T19:41:45.116Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
618 | 2024-05-29T19:41:45.116Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
619 | 2024-05-29T19:41:45.116Z | current directory: /work/oxidecomputer/omicron |
620 | 2024-05-29T19:41:45.117Z | configuring based on OS: "solaris2.11" |
621 | 2024-05-29T19:41:45.117Z | + echo 'Local file: out/downloads/xcvradm.gz' |
622 | 2024-05-29T19:41:45.117Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
623 | 2024-05-29T19:41:45.117Z | Local file: out/downloads/xcvradm.gz |
624 | 2024-05-29T19:41:45.117Z | + mkdir -p out/downloads |
625 | 2024-05-29T19:41:45.117Z | + mkdir -p ./out/transceiver-control |
626 | 2024-05-29T19:41:45.117Z | + fetch_and_verify |
627 | 2024-05-29T19:41:45.117Z | + local DO_DOWNLOAD=true |
628 | 2024-05-29T19:41:45.117Z | + [[ -f out/downloads/xcvradm.gz ]] |
629 | 2024-05-29T19:41:45.117Z | + '[' true == true ']' |
630 | 2024-05-29T19:41:45.117Z | + echo Downloading... |
631 | 2024-05-29T19:41:45.118Z | Downloading... |
632 | 2024-05-29T19:41:45.118Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
633 | 2024-05-29T19:41:45.118Z | + 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 |
634 | 2024-05-29T19:41:50.263Z | ++ do_sha256sum out/downloads/xcvradm.gz |
635 | 2024-05-29T19:41:50.288Z | ++ sha256sum |
636 | 2024-05-29T19:41:50.288Z | ++ awk '{print $1}' |
637 | 2024-05-29T19:41:50.288Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-05-29T19:41:50.288Z | + [[ 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 ]] |
639 | 2024-05-29T19:41:50.288Z | + do_unpack out/downloads/xcvradm.gz |
640 | 2024-05-29T19:41:50.288Z | + mkdir -p out/downloads/root//opt/oxide/bin |
641 | 2024-05-29T19:41:50.288Z | + gzip -dc out/downloads/xcvradm.gz |
642 | 2024-05-29T19:41:50.430Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
643 | 2024-05-29T19:41:50.881Z | + do_assemble |
644 | 2024-05-29T19:41:50.881Z | + rm -r ./out/transceiver-control |
645 | 2024-05-29T19:41:50.881Z | + mkdir ./out/transceiver-control |
646 | 2024-05-29T19:41:50.881Z | + cp -r out/downloads/root ./out/transceiver-control/root |
647 | 2024-05-29T19:41:50.881Z | + set -o errexit |
648 | 2024-05-29T19:41:50.881Z | +++ dirname ./tools/ci_download_thundermuffin |
649 | 2024-05-29T19:41:50.882Z | ++ cd ./tools |
650 | 2024-05-29T19:41:50.882Z | ++ pwd |
651 | 2024-05-29T19:41:50.882Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-05-29T19:41:50.882Z | ++ basename ./tools/ci_download_thundermuffin |
653 | 2024-05-29T19:41:50.882Z | + ARG0=ci_download_thundermuffin |
654 | 2024-05-29T19:41:50.882Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
655 | 2024-05-29T19:41:50.882Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
656 | 2024-05-29T19:41:50.882Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
657 | 2024-05-29T19:41:50.882Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
658 | 2024-05-29T19:41:50.882Z | + TARGET_DIR=out |
659 | 2024-05-29T19:41:50.882Z | + DOWNLOAD_DIR=out/downloads |
660 | 2024-05-29T19:41:50.882Z | + DEST_DIR=./out/thundermuffin |
661 | 2024-05-29T19:41:50.882Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
662 | 2024-05-29T19:41:50.882Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-05-29T19:41:50.882Z | + REPO=oxidecomputer/thundermuffin |
664 | 2024-05-29T19:41:50.882Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
665 | 2024-05-29T19:41:50.882Z | + main |
666 | 2024-05-29T19:41:50.882Z | + rm -rf out/downloads/root |
667 | 2024-05-29T19:41:50.882Z | + [[ 0 != 0 ]] |
668 | 2024-05-29T19:41:50.882Z | + CIDL_OS=solaris2.11 |
669 | 2024-05-29T19:41:50.882Z | + [[ 0 != 0 ]] |
670 | 2024-05-29T19:41:50.882Z | + configure_os solaris2.11 |
671 | 2024-05-29T19:41:50.882Z | + echo 'current directory: /work/oxidecomputer/omicron' |
672 | 2024-05-29T19:41:50.882Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-05-29T19:41:50.883Z | + case "$1" in |
674 | 2024-05-29T19:41:50.883Z | + SET_BINARIES= |
675 | 2024-05-29T19:41:50.883Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-05-29T19:41:50.883Z | configuring based on OS: "solaris2.11" |
677 | 2024-05-29T19:41:50.883Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-05-29T19:41:50.883Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
679 | 2024-05-29T19:41:50.883Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
680 | 2024-05-29T19:41:50.883Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
681 | 2024-05-29T19:41:50.883Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
682 | 2024-05-29T19:41:50.883Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
683 | 2024-05-29T19:41:50.883Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
684 | 2024-05-29T19:41:50.883Z | + mkdir -p out/downloads |
685 | 2024-05-29T19:41:50.883Z | Local file: out/downloads/thundermuffin.tar.gz |
686 | 2024-05-29T19:41:50.883Z | + mkdir -p ./out/thundermuffin |
687 | 2024-05-29T19:41:50.883Z | + fetch_and_verify |
688 | 2024-05-29T19:41:50.883Z | + local DO_DOWNLOAD=true |
689 | 2024-05-29T19:41:50.883Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
690 | 2024-05-29T19:41:50.883Z | + '[' true == true ']' |
691 | 2024-05-29T19:41:50.883Z | + echo Downloading... |
692 | 2024-05-29T19:41:50.883Z | Downloading... |
693 | 2024-05-29T19:41:50.883Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
694 | 2024-05-29T19:41:50.883Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
695 | 2024-05-29T19:41:51.665Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
696 | 2024-05-29T19:41:51.690Z | ++ sha256sum |
697 | 2024-05-29T19:41:51.690Z | ++ awk '{print $1}' |
698 | 2024-05-29T19:41:51.690Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
699 | 2024-05-29T19:41:51.690Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
700 | 2024-05-29T19:41:51.690Z | + do_untar out/downloads/thundermuffin.tar.gz |
701 | 2024-05-29T19:41:51.690Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
702 | 2024-05-29T19:41:51.763Z | + do_assemble |
703 | 2024-05-29T19:41:51.763Z | + rm -r ./out/thundermuffin |
704 | 2024-05-29T19:41:51.789Z | + mkdir ./out/thundermuffin |
705 | 2024-05-29T19:41:51.789Z | + cp -r out/downloads/root ./out/thundermuffin/root |
706 | 2024-05-29T19:41:51.815Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2024-05-29T19:41:51.816Z | |
708 | 2024-05-29T19:41:51.816Z | real 2:06.978739339 |
709 | 2024-05-29T19:41:51.816Z | user 47.297498109 |
710 | 2024-05-29T19:41:51.816Z | sys 11.994927581 |
711 | 2024-05-29T19:41:51.816Z | trap 0.017117566 |
712 | 2024-05-29T19:41:51.816Z | tflt 0.009858192 |
713 | 2024-05-29T19:41:51.816Z | dflt 0.018189806 |
714 | 2024-05-29T19:41:51.817Z | kflt 0.005371946 |
715 | 2024-05-29T19:41:51.817Z | lock 1.976389120 |
716 | 2024-05-29T19:41:51.817Z | slp 4:20.707410684 |
717 | 2024-05-29T19:41:51.817Z | lat 4.658138879 |
718 | 2024-05-29T19:41:51.817Z | stop 0.065127147 |
719 | 2024-05-29T19:41:51.817Z | |
720 | 2024-05-29T19:41:51.817Z | #### # # ##### ##### # # |
721 | 2024-05-29T19:41:51.817Z | # # # # # # # # # # |
722 | 2024-05-29T19:41:51.817Z | # # # # # # # # |
723 | 2024-05-29T19:41:51.818Z | # # # ##### ##### # |
724 | 2024-05-29T19:41:51.818Z | # # # # # # # |
725 | 2024-05-29T19:41:51.818Z | #### ###### # # # # |
726 | 2024-05-29T19:41:51.818Z | |
727 | 2024-05-29T19:41:52.105Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-05-29T19:41:52.581Z | Updating git repository `https://github.com/oxidecomputer/zone` |
729 | 2024-05-29T19:41:52.977Z | Updating crates.io index |
730 | 2024-05-29T19:41:53.029Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-05-29T19:41:53.714Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
732 | 2024-05-29T19:41:54.556Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
733 | 2024-05-29T19:41:54.962Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
734 | 2024-05-29T19:41:57.090Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-05-29T19:41:57.518Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
736 | 2024-05-29T19:41:57.898Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2024-05-29T19:41:59.023Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2024-05-29T19:42:01.116Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2024-05-29T19:42:01.881Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
740 | 2024-05-29T19:42:02.659Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2024-05-29T19:42:03.464Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-05-29T19:42:03.999Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-05-29T19:42:04.555Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-05-29T19:42:04.926Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-05-29T19:42:05.326Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
746 | 2024-05-29T19:42:05.760Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
747 | 2024-05-29T19:42:06.129Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
748 | 2024-05-29T19:42:06.447Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
749 | 2024-05-29T19:42:06.860Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2024-05-29T19:42:07.331Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
751 | 2024-05-29T19:42:07.804Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
752 | 2024-05-29T19:42:08.154Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2024-05-29T19:42:08.862Z | Updating git repository `https://github.com/jgallagher/nix` |
754 | 2024-05-29T19:42:09.906Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
755 | 2024-05-29T19:42:10.276Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
756 | 2024-05-29T19:42:10.735Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
757 | 2024-05-29T19:42:11.371Z | Updating git repository `https://github.com/oxidecomputer/typify` |
758 | 2024-05-29T19:42:13.623Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2024-05-29T19:42:14.097Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
760 | 2024-05-29T19:42:14.457Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
761 | 2024-05-29T19:42:15.097Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
762 | 2024-05-29T19:42:16.343Z | Downloading crates ... |
763 | 2024-05-29T19:42:16.398Z | Downloaded anstyle-parse v0.2.4 |
764 | 2024-05-29T19:42:16.428Z | Downloaded anstyle-query v1.0.3 |
765 | 2024-05-29T19:42:16.428Z | Downloaded anyhow v1.0.83 |
766 | 2024-05-29T19:42:16.428Z | Downloaded cargo-platform v0.1.8 |
767 | 2024-05-29T19:42:16.428Z | Downloaded unicode-ident v1.0.12 |
768 | 2024-05-29T19:42:16.428Z | Downloaded toml_datetime v0.6.6 |
769 | 2024-05-29T19:42:16.428Z | Downloaded thiserror-impl v1.0.60 |
770 | 2024-05-29T19:42:16.429Z | Downloaded serde_derive v1.0.202 |
771 | 2024-05-29T19:42:16.460Z | Downloaded utf8parse v0.2.1 |
772 | 2024-05-29T19:42:16.460Z | Downloaded toml_edit v0.22.13 |
773 | 2024-05-29T19:42:16.491Z | Downloaded winnow v0.6.8 |
774 | 2024-05-29T19:42:16.491Z | Downloaded serde_json v1.0.117 |
775 | 2024-05-29T19:42:16.491Z | Downloaded swrite v0.1.0 |
776 | 2024-05-29T19:42:16.491Z | Downloaded rustix v0.38.34 |
777 | 2024-05-29T19:42:16.521Z | Downloaded libc v0.2.153 |
778 | 2024-05-29T19:42:16.962Z | Downloaded hashbrown v0.14.5 |
779 | 2024-05-29T19:42:16.962Z | Downloaded clap_builder v4.5.2 |
780 | 2024-05-29T19:42:16.996Z | Downloaded syn v2.0.64 |
781 | 2024-05-29T19:42:16.996Z | Downloaded toml v0.8.13 |
782 | 2024-05-29T19:42:16.996Z | Downloaded proc-macro2 v1.0.82 |
783 | 2024-05-29T19:42:16.996Z | Downloaded memchr v2.7.2 |
784 | 2024-05-29T19:42:16.996Z | Downloaded indexmap v2.2.6 |
785 | 2024-05-29T19:42:16.996Z | Downloaded strsim v0.11.1 |
786 | 2024-05-29T19:42:16.996Z | Downloaded serde_spanned v0.6.6 |
787 | 2024-05-29T19:42:16.996Z | Downloaded semver v1.0.23 |
788 | 2024-05-29T19:42:16.996Z | Downloaded ryu v1.0.18 |
789 | 2024-05-29T19:42:16.996Z | Downloaded fs-err v2.11.0 |
790 | 2024-05-29T19:42:16.996Z | Downloaded clap_lex v0.7.0 |
791 | 2024-05-29T19:42:16.996Z | Downloaded clap_derive v4.5.4 |
792 | 2024-05-29T19:42:16.996Z | Downloaded clap v4.5.4 |
793 | 2024-05-29T19:42:16.997Z | Downloaded cargo_toml v0.20.2 |
794 | 2024-05-29T19:42:16.997Z | Downloaded quote v1.0.36 |
795 | 2024-05-29T19:42:16.997Z | Downloaded thiserror v1.0.60 |
796 | 2024-05-29T19:42:16.997Z | Downloaded terminal_size v0.3.0 |
797 | 2024-05-29T19:42:16.997Z | Downloaded itoa v1.0.11 |
798 | 2024-05-29T19:42:16.997Z | Downloaded heck v0.5.0 |
799 | 2024-05-29T19:42:16.997Z | Downloaded errno v0.3.9 |
800 | 2024-05-29T19:42:16.997Z | Downloaded is_terminal_polyfill v1.70.0 |
801 | 2024-05-29T19:42:16.997Z | Downloaded equivalent v1.0.1 |
802 | 2024-05-29T19:42:16.997Z | Downloaded cargo_metadata v0.18.1 |
803 | 2024-05-29T19:42:16.997Z | Downloaded camino v1.1.7 |
804 | 2024-05-29T19:42:16.997Z | Downloaded serde v1.0.202 |
805 | 2024-05-29T19:42:16.997Z | Downloaded macaddr v1.0.1 |
806 | 2024-05-29T19:42:16.997Z | Downloaded colorchoice v1.0.1 |
807 | 2024-05-29T19:42:16.997Z | Downloaded anstream v0.6.14 |
808 | 2024-05-29T19:42:16.998Z | Downloaded bitflags v2.5.0 |
809 | 2024-05-29T19:42:16.998Z | Downloaded autocfg v1.3.0 |
810 | 2024-05-29T19:42:16.998Z | Downloaded anstyle v1.0.7 |
811 | 2024-05-29T19:42:16.998Z | Compiling proc-macro2 v1.0.82 |
812 | 2024-05-29T19:42:16.998Z | Compiling unicode-ident v1.0.12 |
813 | 2024-05-29T19:42:16.998Z | Compiling serde v1.0.202 |
814 | 2024-05-29T19:42:16.998Z | Compiling libc v0.2.153 |
815 | 2024-05-29T19:42:16.998Z | Compiling rustix v0.38.34 |
816 | 2024-05-29T19:42:16.998Z | Compiling bitflags v2.5.0 |
817 | 2024-05-29T19:42:16.998Z | Compiling hashbrown v0.14.5 |
818 | 2024-05-29T19:42:16.998Z | Compiling equivalent v1.0.1 |
819 | 2024-05-29T19:42:17.030Z | Compiling utf8parse v0.2.1 |
820 | 2024-05-29T19:42:17.093Z | Compiling thiserror v1.0.60 |
821 | 2024-05-29T19:42:17.208Z | Compiling anstyle-parse v0.2.4 |
822 | 2024-05-29T19:42:17.430Z | Compiling semver v1.0.23 |
823 | 2024-05-29T19:42:17.946Z | Compiling camino v1.1.7 |
824 | 2024-05-29T19:42:17.946Z | Compiling serde_json v1.0.117 |
825 | 2024-05-29T19:42:17.946Z | Compiling anstyle v1.0.7 |
826 | 2024-05-29T19:42:17.946Z | Compiling colorchoice v1.0.1 |
827 | 2024-05-29T19:42:17.946Z | Compiling autocfg v1.3.0 |
828 | 2024-05-29T19:42:17.946Z | Compiling anstyle-query v1.0.3 |
829 | 2024-05-29T19:42:17.980Z | Compiling is_terminal_polyfill v1.70.0 |
830 | 2024-05-29T19:42:18.032Z | Compiling winnow v0.6.8 |
831 | 2024-05-29T19:42:18.090Z | Compiling indexmap v2.2.6 |
832 | 2024-05-29T19:42:18.119Z | Compiling anstream v0.6.14 |
833 | 2024-05-29T19:42:18.281Z | Compiling clap_lex v0.7.0 |
834 | 2024-05-29T19:42:18.357Z | Compiling itoa v1.0.11 |
835 | 2024-05-29T19:42:18.603Z | Compiling quote v1.0.36 |
836 | 2024-05-29T19:42:18.683Z | Compiling fs-err v2.11.0 |
837 | 2024-05-29T19:42:18.805Z | Compiling anyhow v1.0.83 |
838 | 2024-05-29T19:42:18.831Z | Compiling errno v0.3.9 |
839 | 2024-05-29T19:42:18.949Z | Compiling syn v2.0.64 |
840 | 2024-05-29T19:42:19.561Z | Compiling ryu v1.0.18 |
841 | 2024-05-29T19:42:19.598Z | Compiling strsim v0.11.1 |
842 | 2024-05-29T19:42:19.598Z | Compiling heck v0.5.0 |
843 | 2024-05-29T19:42:19.598Z | Compiling swrite v0.1.0 |
844 | 2024-05-29T19:42:20.064Z | Compiling terminal_size v0.3.0 |
845 | 2024-05-29T19:42:20.194Z | Compiling clap_builder v4.5.2 |
846 | 2024-05-29T19:42:25.857Z | Compiling serde_derive v1.0.202 |
847 | 2024-05-29T19:42:25.857Z | Compiling thiserror-impl v1.0.60 |
848 | 2024-05-29T19:42:25.857Z | Compiling clap_derive v4.5.4 |
849 | 2024-05-29T19:42:28.890Z | Compiling clap v4.5.4 |
850 | 2024-05-29T19:42:35.607Z | Compiling toml_datetime v0.6.6 |
851 | 2024-05-29T19:42:35.607Z | Compiling serde_spanned v0.6.6 |
852 | 2024-05-29T19:42:35.632Z | Compiling cargo-platform v0.1.8 |
853 | 2024-05-29T19:42:35.632Z | Compiling macaddr v1.0.1 |
854 | 2024-05-29T19:42:35.872Z | Compiling toml_edit v0.22.13 |
855 | 2024-05-29T19:42:37.047Z | Compiling cargo_metadata v0.18.1 |
856 | 2024-05-29T19:42:38.322Z | Compiling toml v0.8.13 |
857 | 2024-05-29T19:42:39.089Z | Compiling cargo_toml v0.20.2 |
858 | 2024-05-29T19:42:43.686Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
859 | 2024-05-29T19:42:47.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.23s |
860 | 2024-05-29T19:42:47.325Z | Running `target/debug/xtask clippy` |
861 | 2024-05-29T19:42:47.380Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
862 | 2024-05-29T19:42:48.356Z | Downloading crates ... |
863 | 2024-05-29T19:42:48.392Z | Downloaded allocator-api2 v0.2.18 |
864 | 2024-05-29T19:42:48.392Z | Downloaded argon2 v0.5.3 |
865 | 2024-05-29T19:42:48.392Z | Downloaded async-recursion v1.1.1 |
866 | 2024-05-29T19:42:48.392Z | Downloaded heck v0.3.3 |
867 | 2024-05-29T19:42:48.392Z | Downloaded buf-list v1.0.3 |
868 | 2024-05-29T19:42:48.392Z | Downloaded hkdf v0.12.4 |
869 | 2024-05-29T19:42:48.393Z | Downloaded hostname v0.4.0 |
870 | 2024-05-29T19:42:48.393Z | Downloaded indoc v2.0.5 |
871 | 2024-05-29T19:42:48.393Z | Downloaded inout v0.1.3 |
872 | 2024-05-29T19:42:48.393Z | Downloaded scroll_derive v0.12.0 |
873 | 2024-05-29T19:42:48.422Z | Downloaded rpassword v7.3.1 |
874 | 2024-05-29T19:42:48.422Z | Downloaded take_mut v0.2.2 |
875 | 2024-05-29T19:42:48.422Z | Downloaded match_cfg v0.1.0 |
876 | 2024-05-29T19:42:48.422Z | Downloaded instant v0.1.12 |
877 | 2024-05-29T19:42:48.422Z | Downloaded usdt-attr-macro v0.5.0 |
878 | 2024-05-29T19:42:48.422Z | Downloaded diesel_table_macro_syntax v0.1.0 |
879 | 2024-05-29T19:42:48.422Z | Downloaded doc-comment v0.3.3 |
880 | 2024-05-29T19:42:48.422Z | Downloaded number_prefix v0.4.0 |
881 | 2024-05-29T19:42:48.422Z | Downloaded num_cpus v1.16.0 |
882 | 2024-05-29T19:42:48.452Z | Downloaded rand_seeder v0.2.3 |
883 | 2024-05-29T19:42:48.453Z | Downloaded tower-service v0.3.2 |
884 | 2024-05-29T19:42:48.453Z | Downloaded signal-hook-registry v1.4.2 |
885 | 2024-05-29T19:42:48.453Z | Downloaded unicase v2.7.0 |
886 | 2024-05-29T19:42:48.483Z | Downloaded darling_macro v0.20.9 |
887 | 2024-05-29T19:42:48.483Z | Downloaded guppy-workspace-hack v0.1.0 |
888 | 2024-05-29T19:42:48.483Z | Downloaded portpicker v0.1.1 |
889 | 2024-05-29T19:42:48.483Z | Downloaded stability v0.2.0 |
890 | 2024-05-29T19:42:48.483Z | Downloaded sqlformat v0.2.3 |
891 | 2024-05-29T19:42:48.483Z | Downloaded foreign-types-shared v0.3.1 |
892 | 2024-05-29T19:42:48.512Z | Downloaded parse-size v1.0.0 |
893 | 2024-05-29T19:42:48.513Z | Downloaded want v0.3.1 |
894 | 2024-05-29T19:42:48.540Z | Downloaded oso-derive v0.27.3 |
895 | 2024-05-29T19:42:48.541Z | Downloaded peg-runtime v0.8.3 |
896 | 2024-05-29T19:42:48.541Z | Downloaded pest_generator v2.7.10 |
897 | 2024-05-29T19:42:48.541Z | Downloaded percent-encoding v2.3.1 |
898 | 2024-05-29T19:42:48.541Z | Downloaded cstr-argument v0.1.2 |
899 | 2024-05-29T19:42:48.541Z | Downloaded paste v1.0.15 |
900 | 2024-05-29T19:42:48.542Z | Downloaded sync_wrapper v0.1.2 |
901 | 2024-05-29T19:42:48.574Z | Downloaded termtree v0.4.1 |
902 | 2024-05-29T19:42:48.574Z | Downloaded env_logger v0.9.3 |
903 | 2024-05-29T19:42:48.574Z | Downloaded foreign-types v0.3.2 |
904 | 2024-05-29T19:42:48.574Z | Downloaded foreign-types v0.5.0 |
905 | 2024-05-29T19:42:48.574Z | Downloaded pretty-hex v0.2.1 |
906 | 2024-05-29T19:42:48.574Z | Downloaded strum v0.26.2 |
907 | 2024-05-29T19:42:48.574Z | Downloaded quick-error v1.2.3 |
908 | 2024-05-29T19:42:48.574Z | Downloaded supports-color v3.0.0 |
909 | 2024-05-29T19:42:48.574Z | Downloaded slog-dtrace v0.3.0 |
910 | 2024-05-29T19:42:48.601Z | Downloaded strum_macros v0.26.2 |
911 | 2024-05-29T19:42:48.601Z | Downloaded subtle v2.5.0 |
912 | 2024-05-29T19:42:48.601Z | Downloaded publicsuffix v2.2.3 |
913 | 2024-05-29T19:42:48.601Z | Downloaded rustc-demangle v0.1.24 |
914 | 2024-05-29T19:42:48.601Z | Downloaded vte v0.11.1 |
915 | 2024-05-29T19:42:48.628Z | Downloaded proptest v1.4.0 |
916 | 2024-05-29T19:42:48.629Z | Downloaded subprocess v0.2.9 |
917 | 2024-05-29T19:42:48.629Z | Downloaded syn v1.0.109 |
918 | 2024-05-29T19:42:48.657Z | Downloaded expectorate v1.1.0 |
919 | 2024-05-29T19:42:48.657Z | Downloaded h2 v0.3.26 |
920 | 2024-05-29T19:42:48.684Z | Downloaded finl_unicode v1.2.0 |
921 | 2024-05-29T19:42:48.709Z | Downloaded winnow v0.5.40 |
922 | 2024-05-29T19:42:48.709Z | Downloaded regress v0.9.1 |
923 | 2024-05-29T19:42:48.735Z | Downloaded sled v0.34.7 |
924 | 2024-05-29T19:42:48.735Z | Downloaded petgraph v0.6.5 |
925 | 2024-05-29T19:42:48.760Z | Downloaded radix_trie v0.2.1 |
926 | 2024-05-29T19:42:48.760Z | Downloaded quick-xml v0.31.0 |
927 | 2024-05-29T19:42:48.785Z | Downloaded webpki-roots v0.25.4 |
928 | 2024-05-29T19:42:48.785Z | Downloaded regex-syntax v0.8.3 |
929 | 2024-05-29T19:42:48.785Z | Downloaded encoding_rs v0.8.34 |
930 | 2024-05-29T19:42:48.821Z | Downloaded regex-syntax v0.6.29 |
931 | 2024-05-29T19:42:48.848Z | Downloaded openssl v0.10.64 |
932 | 2024-05-29T19:42:48.848Z | Downloaded openapiv3 v2.0.0 |
933 | 2024-05-29T19:42:48.879Z | Downloaded rustls-webpki v0.102.4 |
934 | 2024-05-29T19:42:48.879Z | Downloaded vcpkg v0.2.15 |
935 | 2024-05-29T19:42:48.920Z | Downloaded nix v0.28.0 |
936 | 2024-05-29T19:42:48.945Z | Downloaded tokio v1.37.0 |
937 | 2024-05-29T19:42:48.980Z | Downloaded ring v0.17.8 |
938 | 2024-05-29T19:42:49.066Z | Downloaded csv v1.3.0 |
939 | 2024-05-29T19:42:49.094Z | Downloaded rustls-webpki v0.101.7 |
940 | 2024-05-29T19:42:49.129Z | Downloaded futures-util v0.3.30 |
941 | 2024-05-29T19:42:49.129Z | Downloaded sha3 v0.10.8 |
942 | 2024-05-29T19:42:49.130Z | Downloaded lalrpop v0.19.12 |
943 | 2024-05-29T19:42:49.160Z | Downloaded ring v0.16.20 |
944 | 2024-05-29T19:42:49.245Z | Downloaded idna v0.5.0 |
945 | 2024-05-29T19:42:49.270Z | Downloaded zerocopy-derive v0.6.6 |
946 | 2024-05-29T19:42:49.270Z | Downloaded zerocopy-derive v0.2.0 |
947 | 2024-05-29T19:42:49.303Z | Downloaded x509-cert v0.2.5 |
948 | 2024-05-29T19:42:49.303Z | Downloaded time v0.3.36 |
949 | 2024-05-29T19:42:49.303Z | Downloaded portable-atomic v1.6.0 |
950 | 2024-05-29T19:42:49.303Z | Downloaded guppy v0.17.5 |
951 | 2024-05-29T19:42:49.328Z | Downloaded idna v0.2.3 |
952 | 2024-05-29T19:42:49.328Z | Downloaded fancy-regex v0.13.0 |
953 | 2024-05-29T19:42:49.328Z | Downloaded regex-automata v0.4.6 |
954 | 2024-05-29T19:42:49.354Z | Downloaded idna v0.3.0 |
955 | 2024-05-29T19:42:49.354Z | Downloaded rand v0.8.5 |
956 | 2024-05-29T19:42:49.354Z | Downloaded headers v0.3.9 |
957 | 2024-05-29T19:42:49.378Z | Downloaded flume v0.11.0 |
958 | 2024-05-29T19:42:49.378Z | Downloaded trust-dns-proto v0.22.0 |
959 | 2024-05-29T19:42:49.378Z | Downloaded hashbrown v0.13.2 |
960 | 2024-05-29T19:42:49.378Z | Downloaded hashbrown v0.12.3 |
961 | 2024-05-29T19:42:49.403Z | Downloaded rustls v0.22.4 |
962 | 2024-05-29T19:42:49.403Z | Downloaded ratatui v0.26.2 |
963 | 2024-05-29T19:42:49.431Z | Downloaded hyper v0.14.28 |
964 | 2024-05-29T19:42:49.458Z | Downloaded typed-path v0.7.1 |
965 | 2024-05-29T19:42:49.458Z | Downloaded rust-argon2 v2.1.0 |
966 | 2024-05-29T19:42:49.458Z | Downloaded tough v0.17.1 |
967 | 2024-05-29T19:42:49.458Z | Downloaded env_logger v0.10.2 |
968 | 2024-05-29T19:42:49.458Z | Downloaded pest_meta v2.7.10 |
969 | 2024-05-29T19:42:49.458Z | Downloaded rstest_macros v0.19.0 |
970 | 2024-05-29T19:42:49.484Z | Downloaded rustls v0.21.12 |
971 | 2024-05-29T19:42:49.484Z | Downloaded steno v0.4.0 |
972 | 2024-05-29T19:42:49.484Z | Downloaded tokio-util v0.7.11 |
973 | 2024-05-29T19:42:49.484Z | Downloaded libxml v0.3.3 |
974 | 2024-05-29T19:42:49.510Z | Downloaded itertools v0.12.1 |
975 | 2024-05-29T19:42:49.510Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
976 | 2024-05-29T19:42:49.535Z | Downloaded structmeta-derive v0.3.0 |
977 | 2024-05-29T19:42:49.535Z | Downloaded slog v2.7.0 |
978 | 2024-05-29T19:42:49.535Z | Downloaded slab v0.4.9 |
979 | 2024-05-29T19:42:49.535Z | Downloaded siphasher v0.3.11 |
980 | 2024-05-29T19:42:49.535Z | Downloaded similar-asserts v1.5.0 |
981 | 2024-05-29T19:42:49.535Z | Downloaded pretty_assertions v1.4.0 |
982 | 2024-05-29T19:42:49.535Z | Downloaded flate2 v1.0.30 |
983 | 2024-05-29T19:42:49.535Z | Downloaded erased-serde v0.3.31 |
984 | 2024-05-29T19:42:49.535Z | Downloaded zerocopy v0.7.34 |
985 | 2024-05-29T19:42:49.560Z | Downloaded strum_macros v0.25.3 |
986 | 2024-05-29T19:42:49.560Z | Downloaded rand_core v0.6.4 |
987 | 2024-05-29T19:42:49.560Z | Downloaded rand_chacha v0.3.1 |
988 | 2024-05-29T19:42:49.560Z | Downloaded radium v0.7.0 |
989 | 2024-05-29T19:42:49.560Z | Downloaded r2d2 v0.8.10 |
990 | 2024-05-29T19:42:49.560Z | Downloaded prettyplease v0.2.20 |
991 | 2024-05-29T19:42:49.585Z | Downloaded polar-core v0.27.3 |
992 | 2024-05-29T19:42:49.585Z | Downloaded curve25519-dalek v4.1.2 |
993 | 2024-05-29T19:42:49.585Z | Downloaded slog-bunyan v2.5.0 |
994 | 2024-05-29T19:42:49.610Z | Downloaded serde_repr v0.1.19 |
995 | 2024-05-29T19:42:49.610Z | Downloaded serde_plain v1.0.2 |
996 | 2024-05-29T19:42:49.610Z | Downloaded serde_path_to_error v0.1.16 |
997 | 2024-05-29T19:42:49.610Z | Downloaded serde_derive_internals v0.29.1 |
998 | 2024-05-29T19:42:49.610Z | Downloaded proc-macro-error v1.0.4 |
999 | 2024-05-29T19:42:49.610Z | Downloaded predicates-core v1.0.6 |
1000 | 2024-05-29T19:42:49.610Z | Downloaded fnv v1.0.7 |
1001 | 2024-05-29T19:42:49.610Z | Downloaded fatfs v0.3.6 |
1002 | 2024-05-29T19:42:49.610Z | Downloaded gimli v0.28.1 |
1003 | 2024-05-29T19:42:49.635Z | Downloaded tracing v0.1.40 |
1004 | 2024-05-29T19:42:49.635Z | Downloaded strum_macros v0.24.3 |
1005 | 2024-05-29T19:42:49.635Z | Downloaded structmeta-derive v0.2.0 |
1006 | 2024-05-29T19:42:49.635Z | Downloaded slog-async v2.8.0 |
1007 | 2024-05-29T19:42:49.635Z | Downloaded serde_arrays v0.1.0 |
1008 | 2024-05-29T19:42:49.635Z | Downloaded serde-hex v0.1.0 |
1009 | 2024-05-29T19:42:49.635Z | Downloaded rustc_version v0.4.0 |
1010 | 2024-05-29T19:42:49.635Z | Downloaded rustc_version v0.1.7 |
1011 | 2024-05-29T19:42:49.635Z | Downloaded rustc-hash v1.1.0 |
1012 | 2024-05-29T19:42:49.635Z | Downloaded proc-macro-crate v1.3.1 |
1013 | 2024-05-29T19:42:49.635Z | Downloaded predicates-tree v1.0.9 |
1014 | 2024-05-29T19:42:49.636Z | Downloaded float-cmp v0.9.0 |
1015 | 2024-05-29T19:42:49.636Z | Downloaded tokio-macros v2.2.0 |
1016 | 2024-05-29T19:42:49.636Z | Downloaded test-strategy v0.3.1 |
1017 | 2024-05-29T19:42:49.660Z | Downloaded pest v2.7.10 |
1018 | 2024-05-29T19:42:49.660Z | Downloaded reqwest v0.11.27 |
1019 | 2024-05-29T19:42:49.660Z | Downloaded typenum v1.17.0 |
1020 | 2024-05-29T19:42:49.661Z | Downloaded psl-types v2.0.11 |
1021 | 2024-05-29T19:42:49.661Z | Downloaded xattr v1.3.1 |
1022 | 2024-05-29T19:42:49.661Z | Downloaded fallible-iterator v0.2.0 |
1023 | 2024-05-29T19:42:49.661Z | Downloaded whoami v1.5.1 |
1024 | 2024-05-29T19:42:49.685Z | Downloaded slog-term v2.9.1 |
1025 | 2024-05-29T19:42:49.685Z | Downloaded der v0.7.9 |
1026 | 2024-05-29T19:42:49.685Z | Downloaded nom v7.1.3 |
1027 | 2024-05-29T19:42:49.685Z | Downloaded itertools v0.10.5 |
1028 | 2024-05-29T19:42:49.685Z | Downloaded proc-macro-error-attr v1.0.4 |
1029 | 2024-05-29T19:42:49.685Z | Downloaded pretty-hex v0.4.1 |
1030 | 2024-05-29T19:42:49.710Z | Downloaded ff v0.13.0 |
1031 | 2024-05-29T19:42:49.710Z | Downloaded tokio-native-tls v0.3.1 |
1032 | 2024-05-29T19:42:49.710Z | Downloaded tempfile v3.10.1 |
1033 | 2024-05-29T19:42:49.711Z | Downloaded unicode_categories v0.1.1 |
1034 | 2024-05-29T19:42:49.711Z | Downloaded flagset v0.4.5 |
1035 | 2024-05-29T19:42:49.711Z | Downloaded fixedbitset v0.4.2 |
1036 | 2024-05-29T19:42:49.711Z | Downloaded topological-sort v0.2.2 |
1037 | 2024-05-29T19:42:49.711Z | Downloaded rtoolbox v0.0.2 |
1038 | 2024-05-29T19:42:49.711Z | Downloaded fd-lock v4.0.2 |
1039 | 2024-05-29T19:42:49.711Z | Downloaded yansi v0.5.1 |
1040 | 2024-05-29T19:42:49.711Z | Downloaded toolchain_find v0.4.0 |
1041 | 2024-05-29T19:42:49.711Z | Downloaded tls_codec_derive v0.4.1 |
1042 | 2024-05-29T19:42:49.711Z | Downloaded termios v0.3.3 |
1043 | 2024-05-29T19:42:49.737Z | Downloaded termcolor v1.4.1 |
1044 | 2024-05-29T19:42:49.737Z | Downloaded term v0.7.0 |
1045 | 2024-05-29T19:42:49.737Z | Downloaded zip v0.6.6 |
1046 | 2024-05-29T19:42:49.737Z | Downloaded predicates v3.1.0 |
1047 | 2024-05-29T19:42:49.737Z | Downloaded phf v0.11.2 |
1048 | 2024-05-29T19:42:49.737Z | Downloaded tower v0.4.13 |
1049 | 2024-05-29T19:42:49.762Z | Downloaded password-hash v0.5.0 |
1050 | 2024-05-29T19:42:49.762Z | Downloaded partial-io v0.5.4 |
1051 | 2024-05-29T19:42:49.762Z | Downloaded filetime v0.2.23 |
1052 | 2024-05-29T19:42:49.762Z | Downloaded target-spec v3.1.0 |
1053 | 2024-05-29T19:42:49.763Z | Downloaded trust-dns-resolver v0.22.0 |
1054 | 2024-05-29T19:42:49.763Z | Downloaded ena v0.14.3 |
1055 | 2024-05-29T19:42:49.763Z | Downloaded ucd-trie v0.1.6 |
1056 | 2024-05-29T19:42:49.763Z | Downloaded sqlparser v0.45.0 |
1057 | 2024-05-29T19:42:49.763Z | Downloaded toml_edit v0.19.15 |
1058 | 2024-05-29T19:42:49.797Z | Downloaded mio v0.8.11 |
1059 | 2024-05-29T19:42:49.797Z | Downloaded zerocopy v0.6.6 |
1060 | 2024-05-29T19:42:49.822Z | Downloaded yasna v0.5.2 |
1061 | 2024-05-29T19:42:49.822Z | Downloaded time-macros v0.2.18 |
1062 | 2024-05-29T19:42:49.822Z | Downloaded regex v1.10.4 |
1063 | 2024-05-29T19:42:49.822Z | Downloaded object v0.32.2 |
1064 | 2024-05-29T19:42:49.847Z | Downloaded diesel v2.1.6 |
1065 | 2024-05-29T19:42:49.847Z | Downloaded hyper v1.3.1 |
1066 | 2024-05-29T19:42:49.871Z | Downloaded fastrand v2.1.0 |
1067 | 2024-05-29T19:42:49.871Z | Downloaded escape8259 v0.5.2 |
1068 | 2024-05-29T19:42:49.871Z | Downloaded zeroize_derive v1.4.2 |
1069 | 2024-05-29T19:42:49.871Z | Downloaded zeroize v1.7.0 |
1070 | 2024-05-29T19:42:49.871Z | Downloaded zerocopy-derive v0.7.34 |
1071 | 2024-05-29T19:42:49.871Z | Downloaded openssl-sys v0.9.102 |
1072 | 2024-05-29T19:42:49.871Z | Downloaded wyz v0.5.1 |
1073 | 2024-05-29T19:42:49.896Z | Downloaded which v4.4.2 |
1074 | 2024-05-29T19:42:49.896Z | Downloaded trust-dns-client v0.22.0 |
1075 | 2024-05-29T19:42:49.896Z | Downloaded structmeta v0.3.0 |
1076 | 2024-05-29T19:42:49.896Z | Downloaded smallvec v0.6.14 |
1077 | 2024-05-29T19:42:49.896Z | Downloaded stringprep v0.1.4 |
1078 | 2024-05-29T19:42:49.896Z | Downloaded postgres-types v0.2.6 |
1079 | 2024-05-29T19:42:49.896Z | Downloaded postcard v1.0.8 |
1080 | 2024-05-29T19:42:49.896Z | Downloaded zone v0.1.8 |
1081 | 2024-05-29T19:42:49.896Z | Downloaded zerocopy v0.3.2 |
1082 | 2024-05-29T19:42:49.897Z | Downloaded oso v0.27.3 |
1083 | 2024-05-29T19:42:49.921Z | Downloaded goblin v0.8.2 |
1084 | 2024-05-29T19:42:49.921Z | Downloaded tracing-core v0.1.32 |
1085 | 2024-05-29T19:42:49.921Z | Downloaded minimal-lexical v0.2.1 |
1086 | 2024-05-29T19:42:49.921Z | Downloaded enum-as-inner v0.5.1 |
1087 | 2024-05-29T19:42:49.921Z | Downloaded zone_cfg_derive v0.1.2 |
1088 | 2024-05-29T19:42:49.921Z | Downloaded precomputed-hash v0.1.1 |
1089 | 2024-05-29T19:42:49.922Z | Downloaded phf_shared v0.10.0 |
1090 | 2024-05-29T19:42:49.922Z | Downloaded pest_derive v2.7.10 |
1091 | 2024-05-29T19:42:49.922Z | Downloaded pem-rfc7468 v0.7.0 |
1092 | 2024-05-29T19:42:49.922Z | Downloaded peg-macros v0.8.3 |
1093 | 2024-05-29T19:42:49.947Z | Downloaded packed_struct_codegen v0.10.1 |
1094 | 2024-05-29T19:42:49.947Z | Downloaded owo-colors v4.0.0 |
1095 | 2024-05-29T19:42:49.947Z | Downloaded tls_codec v0.4.1 |
1096 | 2024-05-29T19:42:49.947Z | Downloaded vsss-rs v3.3.4 |
1097 | 2024-05-29T19:42:49.947Z | Downloaded plotters v0.3.5 |
1098 | 2024-05-29T19:42:49.947Z | Downloaded half v2.4.1 |
1099 | 2024-05-29T19:42:49.971Z | Downloaded object v0.30.4 |
1100 | 2024-05-29T19:42:49.972Z | Downloaded peg v0.8.3 |
1101 | 2024-05-29T19:42:49.972Z | Downloaded packed_struct v0.10.1 |
1102 | 2024-05-29T19:42:49.972Z | Downloaded walkdir v2.5.0 |
1103 | 2024-05-29T19:42:49.972Z | Downloaded libm v0.2.8 |
1104 | 2024-05-29T19:42:49.996Z | Downloaded pem v3.0.4 |
1105 | 2024-05-29T19:42:49.996Z | Downloaded papergrid v0.11.0 |
1106 | 2024-05-29T19:42:49.996Z | Downloaded elliptic-curve v0.13.8 |
1107 | 2024-05-29T19:42:49.996Z | Downloaded tiny-keccak v2.0.2 |
1108 | 2024-05-29T19:42:49.996Z | Downloaded threadpool v1.8.1 |
1109 | 2024-05-29T19:42:49.996Z | Downloaded smoltcp v0.11.0 |
1110 | 2024-05-29T19:42:50.021Z | Downloaded pathdiff v0.2.1 |
1111 | 2024-05-29T19:42:50.021Z | Downloaded structmeta v0.2.0 |
1112 | 2024-05-29T19:42:50.021Z | Downloaded slog-envlogger v2.2.0 |
1113 | 2024-05-29T19:42:50.021Z | Downloaded rstest v0.19.0 |
1114 | 2024-05-29T19:42:50.021Z | Downloaded parking_lot_core v0.8.6 |
1115 | 2024-05-29T19:42:50.021Z | Downloaded parking_lot v0.12.2 |
1116 | 2024-05-29T19:42:50.045Z | Downloaded hash32 v0.3.1 |
1117 | 2024-05-29T19:42:50.045Z | Downloaded hash32 v0.2.1 |
1118 | 2024-05-29T19:42:50.045Z | Downloaded tungstenite v0.20.1 |
1119 | 2024-05-29T19:42:50.046Z | Downloaded trust-dns-server v0.22.1 |
1120 | 2024-05-29T19:42:50.046Z | Downloaded postgres-protocol v0.6.6 |
1121 | 2024-05-29T19:42:50.046Z | Downloaded rayon v1.10.0 |
1122 | 2024-05-29T19:42:50.070Z | Downloaded tower-layer v0.3.2 |
1123 | 2024-05-29T19:42:50.070Z | Downloaded slog-json v2.6.1 |
1124 | 2024-05-29T19:42:50.070Z | Downloaded resolv-conf v0.7.0 |
1125 | 2024-05-29T19:42:50.070Z | Downloaded parking_lot_core v0.9.10 |
1126 | 2024-05-29T19:42:50.070Z | Downloaded parking_lot v0.11.2 |
1127 | 2024-05-29T19:42:50.071Z | Downloaded embedded-io v0.4.0 |
1128 | 2024-05-29T19:42:50.071Z | Downloaded serde-big-array v0.5.1 |
1129 | 2024-05-29T19:42:50.071Z | Downloaded serde-big-array v0.4.1 |
1130 | 2024-05-29T19:42:50.071Z | Downloaded rusty-fork v0.3.0 |
1131 | 2024-05-29T19:42:50.071Z | Downloaded rustversion v1.0.17 |
1132 | 2024-05-29T19:42:50.095Z | Downloaded generic-array v0.14.7 |
1133 | 2024-05-29T19:42:50.095Z | Downloaded futures-timer v3.0.3 |
1134 | 2024-05-29T19:42:50.095Z | Downloaded wait-timeout v0.2.0 |
1135 | 2024-05-29T19:42:50.095Z | Downloaded version_check v0.9.4 |
1136 | 2024-05-29T19:42:50.095Z | Downloaded unarray v0.1.4 |
1137 | 2024-05-29T19:42:50.095Z | Downloaded trybuild v1.0.96 |
1138 | 2024-05-29T19:42:50.096Z | Downloaded der_derive v0.7.2 |
1139 | 2024-05-29T19:42:50.096Z | Downloaded unicode-segmentation v1.11.0 |
1140 | 2024-05-29T19:42:50.096Z | Downloaded unicode-normalization v0.1.23 |
1141 | 2024-05-29T19:42:50.096Z | Downloaded serde_with v3.8.1 |
1142 | 2024-05-29T19:42:50.120Z | Downloaded smoltcp v0.9.1 |
1143 | 2024-05-29T19:42:50.120Z | Downloaded slog-stdlog v4.1.1 |
1144 | 2024-05-29T19:42:50.121Z | Downloaded slog-scope v4.4.0 |
1145 | 2024-05-29T19:42:50.146Z | Downloaded relative-path v1.9.3 |
1146 | 2024-05-29T19:42:50.146Z | Downloaded path-slash v0.1.5 |
1147 | 2024-05-29T19:42:50.146Z | Downloaded parse-display-derive v0.9.0 |
1148 | 2024-05-29T19:42:50.146Z | Downloaded parse-display v0.9.0 |
1149 | 2024-05-29T19:42:50.146Z | Downloaded endian-type v0.1.2 |
1150 | 2024-05-29T19:42:50.146Z | Downloaded either v1.12.0 |
1151 | 2024-05-29T19:42:50.146Z | Downloaded csv-core v0.1.11 |
1152 | 2024-05-29T19:42:50.146Z | Downloaded time-core v0.1.2 |
1153 | 2024-05-29T19:42:50.146Z | Downloaded thiserror-no-std v2.0.2 |
1154 | 2024-05-29T19:42:50.146Z | Downloaded thiserror-impl-no-std v2.0.2 |
1155 | 2024-05-29T19:42:50.146Z | Downloaded textwrap v0.16.1 |
1156 | 2024-05-29T19:42:50.146Z | Downloaded rustls-pki-types v1.7.0 |
1157 | 2024-05-29T19:42:50.171Z | Downloaded rustls-pemfile v2.1.2 |
1158 | 2024-05-29T19:42:50.171Z | Downloaded rustls-pemfile v1.0.4 |
1159 | 2024-05-29T19:42:50.171Z | Downloaded rustls-native-certs v0.7.0 |
1160 | 2024-05-29T19:42:50.171Z | Downloaded rustfmt-wrapper v0.2.1 |
1161 | 2024-05-29T19:42:50.172Z | Downloaded futures-core v0.3.30 |
1162 | 2024-05-29T19:42:50.172Z | Downloaded futures-channel v0.3.30 |
1163 | 2024-05-29T19:42:50.172Z | Downloaded futures v0.3.30 |
1164 | 2024-05-29T19:42:50.172Z | Downloaded fragile v2.0.0 |
1165 | 2024-05-29T19:42:50.172Z | Downloaded form_urlencoded v1.2.1 |
1166 | 2024-05-29T19:42:50.172Z | Downloaded foreign-types-macros v0.2.3 |
1167 | 2024-05-29T19:42:50.172Z | Downloaded tungstenite v0.21.0 |
1168 | 2024-05-29T19:42:50.196Z | Downloaded strip-ansi-escapes v0.2.0 |
1169 | 2024-05-29T19:42:50.196Z | Downloaded string_cache v0.8.7 |
1170 | 2024-05-29T19:42:50.196Z | Downloaded tinyvec v1.6.0 |
1171 | 2024-05-29T19:42:50.197Z | Downloaded similar v2.5.0 |
1172 | 2024-05-29T19:42:50.197Z | Downloaded bstr v1.9.1 |
1173 | 2024-05-29T19:42:50.197Z | Downloaded bstr v0.2.17 |
1174 | 2024-05-29T19:42:50.225Z | Downloaded thread_local v1.1.8 |
1175 | 2024-05-29T19:42:50.226Z | Downloaded thread-id v4.2.1 |
1176 | 2024-05-29T19:42:50.226Z | Downloaded fxhash v0.2.1 |
1177 | 2024-05-29T19:42:50.226Z | Downloaded futures-task v0.3.30 |
1178 | 2024-05-29T19:42:50.226Z | Downloaded futures-sink v0.3.30 |
1179 | 2024-05-29T19:42:50.226Z | Downloaded futures-macro v0.3.30 |
1180 | 2024-05-29T19:42:50.226Z | Downloaded futures-io v0.3.30 |
1181 | 2024-05-29T19:42:50.226Z | Downloaded futures-executor v0.3.30 |
1182 | 2024-05-29T19:42:50.227Z | Downloaded funty v2.0.0 |
1183 | 2024-05-29T19:42:50.227Z | Downloaded tui-tree-widget v0.19.0 |
1184 | 2024-05-29T19:42:50.227Z | Downloaded static_assertions v1.1.0 |
1185 | 2024-05-29T19:42:50.227Z | Downloaded stable_deref_trait v1.2.0 |
1186 | 2024-05-29T19:42:50.227Z | Downloaded ppv-lite86 v0.2.17 |
1187 | 2024-05-29T19:42:50.227Z | Downloaded poly1305 v0.8.0 |
1188 | 2024-05-29T19:42:50.253Z | Downloaded pin-project v1.1.5 |
1189 | 2024-05-29T19:42:50.253Z | Downloaded globset v0.4.14 |
1190 | 2024-05-29T19:42:50.253Z | Downloaded ed25519 v1.5.3 |
1191 | 2024-05-29T19:42:50.253Z | Downloaded regex-automata v0.1.10 |
1192 | 2024-05-29T19:42:50.254Z | Downloaded toml v0.7.8 |
1193 | 2024-05-29T19:42:50.254Z | Downloaded tokio-tungstenite v0.20.1 |
1194 | 2024-05-29T19:42:50.254Z | Downloaded foreign-types-shared v0.1.1 |
1195 | 2024-05-29T19:42:50.278Z | Downloaded waitgroup v0.1.2 |
1196 | 2024-05-29T19:42:50.278Z | Downloaded vte_generate_state_changes v0.1.1 |
1197 | 2024-05-29T19:42:50.278Z | Downloaded try-lock v0.2.5 |
1198 | 2024-05-29T19:42:50.278Z | Downloaded spki v0.7.3 |
1199 | 2024-05-29T19:42:50.279Z | Downloaded spin v0.9.8 |
1200 | 2024-05-29T19:42:50.279Z | Downloaded smawk v0.3.2 |
1201 | 2024-05-29T19:42:50.279Z | Downloaded smallvec v1.13.2 |
1202 | 2024-05-29T19:42:50.279Z | Downloaded platforms v3.4.0 |
1203 | 2024-05-29T19:42:50.279Z | Downloaded plain v0.2.3 |
1204 | 2024-05-29T19:42:50.279Z | Downloaded pkcs8 v0.10.2 |
1205 | 2024-05-29T19:42:50.279Z | Downloaded pkcs1 v0.7.5 |
1206 | 2024-05-29T19:42:50.279Z | Downloaded pin-project-lite v0.2.14 |
1207 | 2024-05-29T19:42:50.303Z | Downloaded pin-project-internal v1.1.5 |
1208 | 2024-05-29T19:42:50.304Z | Downloaded darling_core v0.20.9 |
1209 | 2024-05-29T19:42:50.304Z | Downloaded tracing-attributes v0.1.27 |
1210 | 2024-05-29T19:42:50.304Z | Downloaded tinytemplate v1.2.1 |
1211 | 2024-05-29T19:42:50.304Z | Downloaded num-bigint v0.4.5 |
1212 | 2024-05-29T19:42:50.304Z | Downloaded uuid v1.8.0 |
1213 | 2024-05-29T19:42:50.304Z | Downloaded toml v0.5.11 |
1214 | 2024-05-29T19:42:50.304Z | Downloaded tabled v0.15.0 |
1215 | 2024-05-29T19:42:50.329Z | Downloaded plotters-backend v0.3.5 |
1216 | 2024-05-29T19:42:50.329Z | Downloaded pkg-config v0.3.30 |
1217 | 2024-05-29T19:42:50.329Z | Downloaded pin-utils v0.1.0 |
1218 | 2024-05-29T19:42:50.330Z | Downloaded getrandom v0.2.14 |
1219 | 2024-05-29T19:42:50.355Z | Downloaded deranged v0.3.11 |
1220 | 2024-05-29T19:42:50.355Z | Downloaded defmt-parser v0.3.4 |
1221 | 2024-05-29T19:42:50.355Z | Downloaded defmt-macros v0.3.9 |
1222 | 2024-05-29T19:42:50.355Z | Downloaded defmt v0.3.8 |
1223 | 2024-05-29T19:42:50.355Z | Downloaded darling v0.20.9 |
1224 | 2024-05-29T19:42:50.381Z | Downloaded tar v0.4.40 |
1225 | 2024-05-29T19:42:50.381Z | Downloaded http v0.2.12 |
1226 | 2024-05-29T19:42:50.381Z | Downloaded sqlparser_derive v0.2.2 |
1227 | 2024-05-29T19:42:50.381Z | Downloaded powerfmt v0.2.0 |
1228 | 2024-05-29T19:42:50.381Z | Downloaded phf_shared v0.11.2 |
1229 | 2024-05-29T19:42:50.381Z | Downloaded unicode-bidi v0.3.15 |
1230 | 2024-05-29T19:42:50.381Z | Downloaded num-bigint-dig v0.8.4 |
1231 | 2024-05-29T19:42:50.381Z | Downloaded uzers v0.11.3 |
1232 | 2024-05-29T19:42:50.381Z | Downloaded schemars v0.8.20 |
1233 | 2024-05-29T19:42:50.408Z | Downloaded plotters-svg v0.3.5 |
1234 | 2024-05-29T19:42:50.408Z | Downloaded group v0.13.0 |
1235 | 2024-05-29T19:42:50.408Z | Downloaded gethostname v0.4.3 |
1236 | 2024-05-29T19:42:50.408Z | Downloaded data-encoding v2.6.0 |
1237 | 2024-05-29T19:42:50.409Z | Downloaded mockall_derive v0.12.1 |
1238 | 2024-05-29T19:42:50.409Z | Downloaded glob v0.3.1 |
1239 | 2024-05-29T19:42:50.409Z | Downloaded getopts v0.2.21 |
1240 | 2024-05-29T19:42:50.434Z | Downloaded debug-ignore v1.0.5 |
1241 | 2024-05-29T19:42:50.434Z | Downloaded datatest-stable v0.2.9 |
1242 | 2024-05-29T19:42:50.434Z | Downloaded universal-hash v0.5.1 |
1243 | 2024-05-29T19:42:50.434Z | Downloaded unicode-width v0.1.12 |
1244 | 2024-05-29T19:42:50.434Z | Downloaded signal-hook v0.3.17 |
1245 | 2024-05-29T19:42:50.434Z | Downloaded serde_yaml v0.9.34+deprecated |
1246 | 2024-05-29T19:42:50.434Z | Downloaded tokio-tungstenite v0.21.0 |
1247 | 2024-05-29T19:42:50.434Z | Downloaded target-lexicon v0.12.14 |
1248 | 2024-05-29T19:42:50.434Z | Downloaded chrono v0.4.38 |
1249 | 2024-05-29T19:42:50.459Z | Downloaded curve25519-dalek-derive v0.1.1 |
1250 | 2024-05-29T19:42:50.459Z | Downloaded unicode-xid v0.2.4 |
1251 | 2024-05-29T19:42:50.459Z | Downloaded unicode-linebreak v0.1.5 |
1252 | 2024-05-29T19:42:50.459Z | Downloaded signature v2.2.0 |
1253 | 2024-05-29T19:42:50.459Z | Downloaded signature v1.6.4 |
1254 | 2024-05-29T19:42:50.459Z | Downloaded sha2 v0.10.8 |
1255 | 2024-05-29T19:42:50.459Z | Downloaded log v0.4.21 |
1256 | 2024-05-29T19:42:50.459Z | Downloaded lock_api v0.4.12 |
1257 | 2024-05-29T19:42:50.459Z | Downloaded signal-hook-tokio v0.3.1 |
1258 | 2024-05-29T19:42:50.459Z | Downloaded shlex v1.3.0 |
1259 | 2024-05-29T19:42:50.460Z | Downloaded serde_urlencoded v0.7.1 |
1260 | 2024-05-29T19:42:50.486Z | Downloaded rayon-core v1.12.1 |
1261 | 2024-05-29T19:42:50.486Z | Downloaded dyn-clone v1.0.17 |
1262 | 2024-05-29T19:42:50.486Z | Downloaded miniz_oxide v0.7.2 |
1263 | 2024-05-29T19:42:50.486Z | Downloaded memmap2 v0.9.4 |
1264 | 2024-05-29T19:42:50.486Z | Downloaded memmap v0.7.0 |
1265 | 2024-05-29T19:42:50.486Z | Downloaded libloading v0.8.3 |
1266 | 2024-05-29T19:42:50.486Z | Downloaded ipnet v2.9.0 |
1267 | 2024-05-29T19:42:50.486Z | Downloaded signal-hook-mio v0.2.3 |
1268 | 2024-05-29T19:42:50.486Z | Downloaded shell-words v1.1.0 |
1269 | 2024-05-29T19:42:50.486Z | Downloaded serde_with_macros v3.8.1 |
1270 | 2024-05-29T19:42:50.511Z | Downloaded ref-cast-impl v1.0.23 |
1271 | 2024-05-29T19:42:50.511Z | Downloaded oorandom v11.1.3 |
1272 | 2024-05-29T19:42:50.511Z | Downloaded omicron-zone-package v0.11.0 |
1273 | 2024-05-29T19:42:50.512Z | Downloaded num-traits v0.2.19 |
1274 | 2024-05-29T19:42:50.512Z | Downloaded utf-8 v0.7.6 |
1275 | 2024-05-29T19:42:50.512Z | Downloaded sct v0.7.1 |
1276 | 2024-05-29T19:42:50.512Z | Downloaded native-tls v0.2.11 |
1277 | 2024-05-29T19:42:50.512Z | Downloaded multer v3.1.0 |
1278 | 2024-05-29T19:42:50.512Z | Downloaded mockall v0.12.1 |
1279 | 2024-05-29T19:42:50.537Z | Downloaded tinyvec_macros v0.1.1 |
1280 | 2024-05-29T19:42:50.537Z | Downloaded sigpipe v0.1.3 |
1281 | 2024-05-29T19:42:50.537Z | Downloaded sha1 v0.10.6 |
1282 | 2024-05-29T19:42:50.537Z | Downloaded serde_tokenstream v0.2.0 |
1283 | 2024-05-29T19:42:50.537Z | Downloaded serde_tokenstream v0.1.7 |
1284 | 2024-05-29T19:42:50.537Z | Downloaded once_cell v1.19.0 |
1285 | 2024-05-29T19:42:50.537Z | Downloaded olpc-cjson v0.1.3 |
1286 | 2024-05-29T19:42:50.537Z | Downloaded num_enum_derive v0.5.11 |
1287 | 2024-05-29T19:42:50.537Z | Downloaded num_enum v0.5.11 |
1288 | 2024-05-29T19:42:50.537Z | Downloaded num-iter v0.1.45 |
1289 | 2024-05-29T19:42:50.562Z | Downloaded num-integer v0.1.46 |
1290 | 2024-05-29T19:42:50.563Z | Downloaded num-derive v0.4.2 |
1291 | 2024-05-29T19:42:50.563Z | Downloaded num-complex v0.4.6 |
1292 | 2024-05-29T19:42:50.563Z | Downloaded diesel_derives v2.1.4 |
1293 | 2024-05-29T19:42:50.563Z | Downloaded tap v1.0.1 |
1294 | 2024-05-29T19:42:50.563Z | Downloaded semver v0.1.20 |
1295 | 2024-05-29T19:42:50.563Z | Downloaded sec1 v0.7.3 |
1296 | 2024-05-29T19:42:50.563Z | Downloaded rustyline v14.0.0 |
1297 | 2024-05-29T19:42:50.588Z | Downloaded reedline v0.31.0 |
1298 | 2024-05-29T19:42:50.588Z | Downloaded md-5 v0.10.6 |
1299 | 2024-05-29T19:42:50.588Z | Downloaded linear-map v1.2.0 |
1300 | 2024-05-29T19:42:50.588Z | Downloaded openssl-probe v0.1.5 |
1301 | 2024-05-29T19:42:50.588Z | Downloaded openssl-macros v0.1.1 |
1302 | 2024-05-29T19:42:50.588Z | Downloaded opaque-debug v0.3.1 |
1303 | 2024-05-29T19:42:50.616Z | Downloaded num-rational v0.4.2 |
1304 | 2024-05-29T19:42:50.617Z | Downloaded digest v0.10.7 |
1305 | 2024-05-29T19:42:50.617Z | Downloaded diff v0.1.13 |
1306 | 2024-05-29T19:42:50.617Z | Downloaded usdt-macro v0.5.0 |
1307 | 2024-05-29T19:42:50.617Z | Downloaded url v2.5.0 |
1308 | 2024-05-29T19:42:50.617Z | Downloaded unsafe-libyaml v0.2.11 |
1309 | 2024-05-29T19:42:50.617Z | Downloaded secrecy v0.8.0 |
1310 | 2024-05-29T19:42:50.617Z | Downloaded nu-ansi-term v0.50.0 |
1311 | 2024-05-29T19:42:50.645Z | Downloaded mime_guess v2.0.4 |
1312 | 2024-05-29T19:42:50.645Z | Downloaded maybe-uninit v2.0.0 |
1313 | 2024-05-29T19:42:50.645Z | Downloaded linked-hash-map v0.5.6 |
1314 | 2024-05-29T19:42:50.646Z | Downloaded libtest-mimic v0.7.3 |
1315 | 2024-05-29T19:42:50.646Z | Downloaded lazy_static v1.4.0 |
1316 | 2024-05-29T19:42:50.646Z | Downloaded dtrace-parser v0.2.0 |
1317 | 2024-05-29T19:42:50.646Z | Downloaded dof v0.1.5 |
1318 | 2024-05-29T19:42:50.646Z | Downloaded difflib v0.4.0 |
1319 | 2024-05-29T19:42:50.646Z | Downloaded derive_more v0.99.17 |
1320 | 2024-05-29T19:42:50.671Z | Downloaded derive-where v1.2.7 |
1321 | 2024-05-29T19:42:50.671Z | Downloaded rsa v0.9.6 |
1322 | 2024-05-29T19:42:50.671Z | Downloaded nanorand v0.7.0 |
1323 | 2024-05-29T19:42:50.671Z | Downloaded multimap v0.10.0 |
1324 | 2024-05-29T19:42:50.671Z | Downloaded managed v0.8.0 |
1325 | 2024-05-29T19:42:50.696Z | Downloaded lru-cache v0.1.2 |
1326 | 2024-05-29T19:42:50.696Z | Downloaded lalrpop-util v0.19.12 |
1327 | 2024-05-29T19:42:50.696Z | Downloaded is-terminal v0.4.12 |
1328 | 2024-05-29T19:42:50.696Z | Downloaded ipnetwork v0.20.0 |
1329 | 2024-05-29T19:42:50.696Z | Downloaded num_threads v0.1.7 |
1330 | 2024-05-29T19:42:50.696Z | Downloaded num-conv v0.1.0 |
1331 | 2024-05-29T19:42:50.696Z | Downloaded dtrace-parser v0.1.14 |
1332 | 2024-05-29T19:42:50.696Z | Downloaded downcast v0.11.0 |
1333 | 2024-05-29T19:42:50.696Z | Downloaded dof v0.3.0 |
1334 | 2024-05-29T19:42:50.696Z | Downloaded display-error-chain v0.2.0 |
1335 | 2024-05-29T19:42:50.696Z | Downloaded dirs-sys-next v0.1.2 |
1336 | 2024-05-29T19:42:50.722Z | Downloaded dirs-next v2.0.0 |
1337 | 2024-05-29T19:42:50.722Z | Downloaded derive_builder_core v0.20.0 |
1338 | 2024-05-29T19:42:50.722Z | Downloaded derive_builder v0.20.0 |
1339 | 2024-05-29T19:42:50.722Z | Downloaded usdt-impl v0.5.0 |
1340 | 2024-05-29T19:42:50.722Z | Downloaded usdt-impl v0.3.5 |
1341 | 2024-05-29T19:42:50.747Z | Downloaded untrusted v0.7.1 |
1342 | 2024-05-29T19:42:50.747Z | Downloaded tokio-postgres v0.7.10 |
1343 | 2024-05-29T19:42:50.747Z | Downloaded snafu v0.8.2 |
1344 | 2024-05-29T19:42:50.747Z | Downloaded num v0.4.3 |
1345 | 2024-05-29T19:42:50.747Z | Downloaded nibble_vec v0.1.0 |
1346 | 2024-05-29T19:42:50.772Z | Downloaded newtype-uuid v1.1.0 |
1347 | 2024-05-29T19:42:50.772Z | Downloaded mime v0.3.17 |
1348 | 2024-05-29T19:42:50.772Z | Downloaded hyper-util v0.1.3 |
1349 | 2024-05-29T19:42:50.772Z | Downloaded criterion v0.5.1 |
1350 | 2024-05-29T19:42:50.796Z | Downloaded derive_builder_macro v0.20.0 |
1351 | 2024-05-29T19:42:50.796Z | Downloaded usdt-macro v0.3.5 |
1352 | 2024-05-29T19:42:50.796Z | Downloaded tabwriter v1.4.0 |
1353 | 2024-05-29T19:42:50.796Z | Downloaded socket2 v0.5.7 |
1354 | 2024-05-29T19:42:50.797Z | Downloaded socket2 v0.4.10 |
1355 | 2024-05-29T19:42:50.797Z | Downloaded samael v0.0.15 |
1356 | 2024-05-29T19:42:50.824Z | Downloaded salty v0.2.0 |
1357 | 2024-05-29T19:42:50.824Z | Downloaded ron v0.7.1 |
1358 | 2024-05-29T19:42:50.824Z | Downloaded newline-converter v0.3.0 |
1359 | 2024-05-29T19:42:50.824Z | Downloaded new_debug_unreachable v1.0.6 |
1360 | 2024-05-29T19:42:50.824Z | Downloaded lazycell v1.3.0 |
1361 | 2024-05-29T19:42:50.824Z | Downloaded usdt-attr-macro v0.3.5 |
1362 | 2024-05-29T19:42:50.825Z | Downloaded usdt v0.5.0 |
1363 | 2024-05-29T19:42:50.850Z | Downloaded usdt v0.3.5 |
1364 | 2024-05-29T19:42:50.850Z | Downloaded tokio-stream v0.1.15 |
1365 | 2024-05-29T19:42:50.850Z | Downloaded tokio-rustls v0.25.0 |
1366 | 2024-05-29T19:42:50.850Z | Downloaded tokio-rustls v0.24.1 |
1367 | 2024-05-29T19:42:50.850Z | Downloaded ron v0.8.1 |
1368 | 2024-05-29T19:42:50.850Z | Downloaded nodrop v0.1.14 |
1369 | 2024-05-29T19:42:50.850Z | Downloaded newtype_derive v0.1.6 |
1370 | 2024-05-29T19:42:50.850Z | Downloaded nested v0.1.1 |
1371 | 2024-05-29T19:42:50.850Z | Downloaded memoffset v0.7.1 |
1372 | 2024-05-29T19:42:50.850Z | Downloaded maplit v1.0.2 |
1373 | 2024-05-29T19:42:50.850Z | Downloaded lru v0.12.3 |
1374 | 2024-05-29T19:42:50.875Z | Downloaded hubpack v0.1.2 |
1375 | 2024-05-29T19:42:50.875Z | Downloaded untrusted v0.9.0 |
1376 | 2024-05-29T19:42:50.875Z | Downloaded tabled_derive v0.7.0 |
1377 | 2024-05-29T19:42:50.875Z | Downloaded snafu-derive v0.8.2 |
1378 | 2024-05-29T19:42:50.875Z | Downloaded scroll v0.12.0 |
1379 | 2024-05-29T19:42:50.875Z | Downloaded scheduled-thread-pool v0.2.7 |
1380 | 2024-05-29T19:42:50.875Z | Downloaded rcgen v0.12.1 |
1381 | 2024-05-29T19:42:50.875Z | Downloaded libefi-sys v0.1.0 |
1382 | 2024-05-29T19:42:50.875Z | Downloaded kstat-rs v0.2.3 |
1383 | 2024-05-29T19:42:50.875Z | Downloaded keccak v0.1.5 |
1384 | 2024-05-29T19:42:50.876Z | Downloaded indicatif v0.17.8 |
1385 | 2024-05-29T19:42:50.876Z | Downloaded hyper-rustls v0.26.0 |
1386 | 2024-05-29T19:42:50.876Z | Downloaded httptest v0.15.5 |
1387 | 2024-05-29T19:42:50.876Z | Downloaded libsw v3.3.1 |
1388 | 2024-05-29T19:42:50.900Z | Downloaded is_ci v1.2.0 |
1389 | 2024-05-29T19:42:50.901Z | Downloaded synstructure v0.12.6 |
1390 | 2024-05-29T19:42:50.901Z | Downloaded spin v0.5.2 |
1391 | 2024-05-29T19:42:50.901Z | Downloaded smf v0.2.3 |
1392 | 2024-05-29T19:42:50.901Z | Downloaded scopeguard v1.2.0 |
1393 | 2024-05-29T19:42:50.901Z | Downloaded schemars_derive v0.8.20 |
1394 | 2024-05-29T19:42:50.901Z | Downloaded same-file v1.0.6 |
1395 | 2024-05-29T19:42:50.901Z | Downloaded ref-cast v1.0.23 |
1396 | 2024-05-29T19:42:50.901Z | Downloaded normalize-line-endings v0.3.0 |
1397 | 2024-05-29T19:42:50.901Z | Downloaded matches v0.1.10 |
1398 | 2024-05-29T19:42:50.901Z | Downloaded httparse v1.8.0 |
1399 | 2024-05-29T19:42:50.901Z | Downloaded http-body v1.0.0 |
1400 | 2024-05-29T19:42:50.901Z | Downloaded crypto-bigint v0.5.5 |
1401 | 2024-05-29T19:42:50.901Z | Downloaded crossterm v0.27.0 |
1402 | 2024-05-29T19:42:50.926Z | Downloaded crossbeam-epoch v0.9.18 |
1403 | 2024-05-29T19:42:50.926Z | Downloaded crossbeam-channel v0.5.12 |
1404 | 2024-05-29T19:42:50.926Z | Downloaded cookie_store v0.20.0 |
1405 | 2024-05-29T19:42:50.926Z | Downloaded cookie v0.18.1 |
1406 | 2024-05-29T19:42:50.926Z | Downloaded compact_str v0.7.1 |
1407 | 2024-05-29T19:42:50.926Z | Downloaded ident_case v1.0.1 |
1408 | 2024-05-29T19:42:50.926Z | Downloaded hostname v0.3.1 |
1409 | 2024-05-29T19:42:50.926Z | Downloaded crossbeam-utils v0.8.19 |
1410 | 2024-05-29T19:42:50.951Z | Downloaded crc32fast v1.4.0 |
1411 | 2024-05-29T19:42:50.951Z | Downloaded cookie v0.17.0 |
1412 | 2024-05-29T19:42:50.951Z | Downloaded constant_time_eq v0.3.0 |
1413 | 2024-05-29T19:42:50.951Z | Downloaded const_format_proc_macros v0.2.32 |
1414 | 2024-05-29T19:42:50.951Z | Downloaded bytes v1.6.0 |
1415 | 2024-05-29T19:42:50.951Z | Downloaded blake3 v1.5.1 |
1416 | 2024-05-29T19:42:50.951Z | Downloaded rand_xorshift v0.3.0 |
1417 | 2024-05-29T19:42:50.951Z | Downloaded indoc v1.0.9 |
1418 | 2024-05-29T19:42:50.978Z | Downloaded indexmap v1.9.3 |
1419 | 2024-05-29T19:42:50.978Z | Downloaded hyper-tls v0.5.0 |
1420 | 2024-05-29T19:42:50.978Z | Downloaded httpdate v1.0.3 |
1421 | 2024-05-29T19:42:50.978Z | Downloaded http-range v0.1.5 |
1422 | 2024-05-29T19:42:50.978Z | Downloaded http-body v0.4.6 |
1423 | 2024-05-29T19:42:50.978Z | Downloaded crunchy v0.2.2 |
1424 | 2024-05-29T19:42:50.978Z | Downloaded crucible-workspace-hack v0.1.0 |
1425 | 2024-05-29T19:42:50.979Z | Downloaded criterion-plot v0.5.0 |
1426 | 2024-05-29T19:42:50.979Z | Downloaded crc-any v2.5.0 |
1427 | 2024-05-29T19:42:50.979Z | Downloaded crc v3.2.1 |
1428 | 2024-05-29T19:42:50.979Z | Downloaded convert_case v0.4.0 |
1429 | 2024-05-29T19:42:50.979Z | Downloaded colored v2.1.0 |
1430 | 2024-05-29T19:42:50.979Z | Downloaded cobs v0.2.3 |
1431 | 2024-05-29T19:42:50.979Z | Downloaded ciborium-ll v0.2.2 |
1432 | 2024-05-29T19:42:50.979Z | Downloaded chacha20poly1305 v0.10.1 |
1433 | 2024-05-29T19:42:51.010Z | Downloaded cfg-if v1.0.0 |
1434 | 2024-05-29T19:42:51.010Z | Downloaded cfg-expr v0.15.8 |
1435 | 2024-05-29T19:42:51.010Z | Downloaded castaway v0.2.2 |
1436 | 2024-05-29T19:42:51.010Z | Downloaded cancel-safe-futures v0.1.5 |
1437 | 2024-05-29T19:42:51.010Z | Downloaded bzip2 v0.4.4 |
1438 | 2024-05-29T19:42:51.011Z | Downloaded bitflags v1.3.2 |
1439 | 2024-05-29T19:42:51.011Z | Downloaded async-trait v0.1.80 |
1440 | 2024-05-29T19:42:51.011Z | Downloaded impl-trait-for-tuples v0.2.2 |
1441 | 2024-05-29T19:42:51.011Z | Downloaded iana-time-zone v0.1.60 |
1442 | 2024-05-29T19:42:51.042Z | Downloaded hyper-rustls v0.24.2 |
1443 | 2024-05-29T19:42:51.042Z | Downloaded crossbeam-deque v0.8.5 |
1444 | 2024-05-29T19:42:51.042Z | Downloaded crc-catalog v2.4.0 |
1445 | 2024-05-29T19:42:51.042Z | Downloaded cpufeatures v0.2.12 |
1446 | 2024-05-29T19:42:51.042Z | Downloaded corncobs v0.1.3 |
1447 | 2024-05-29T19:42:51.043Z | Downloaded const_format v0.2.32 |
1448 | 2024-05-29T19:42:51.043Z | Downloaded console v0.15.8 |
1449 | 2024-05-29T19:42:51.043Z | Downloaded clang-sys v1.7.0 |
1450 | 2024-05-29T19:42:51.043Z | Downloaded cipher v0.4.4 |
1451 | 2024-05-29T19:42:51.043Z | Downloaded ciborium-io v0.2.2 |
1452 | 2024-05-29T19:42:51.043Z | Downloaded ciborium v0.2.2 |
1453 | 2024-05-29T19:42:51.043Z | Downloaded chacha20 v0.9.1 |
1454 | 2024-05-29T19:42:51.043Z | Downloaded cassowary v0.3.0 |
1455 | 2024-05-29T19:42:51.043Z | Downloaded byteorder v1.5.0 |
1456 | 2024-05-29T19:42:51.083Z | Downloaded bytecount v0.6.8 |
1457 | 2024-05-29T19:42:51.084Z | Downloaded block-padding v0.3.3 |
1458 | 2024-05-29T19:42:51.084Z | Downloaded block-buffer v0.10.4 |
1459 | 2024-05-29T19:42:51.084Z | Downloaded bitvec v1.0.1 |
1460 | 2024-05-29T19:42:51.084Z | Downloaded hyper-staticfile v0.9.5 |
1461 | 2024-05-29T19:42:51.084Z | Downloaded humantime v2.1.0 |
1462 | 2024-05-29T19:42:51.084Z | Downloaded hubpack_derive v0.1.1 |
1463 | 2024-05-29T19:42:51.084Z | Downloaded http v1.1.0 |
1464 | 2024-05-29T19:42:51.084Z | Downloaded const-oid v0.9.6 |
1465 | 2024-05-29T19:42:51.084Z | Downloaded cfg_aliases v0.1.1 |
1466 | 2024-05-29T19:42:51.084Z | Downloaded cexpr v0.6.0 |
1467 | 2024-05-29T19:42:51.109Z | Downloaded cc v1.0.97 |
1468 | 2024-05-29T19:42:51.109Z | Downloaded cast v0.3.0 |
1469 | 2024-05-29T19:42:51.109Z | Downloaded blake2 v0.10.6 |
1470 | 2024-05-29T19:42:51.109Z | Downloaded base64 v0.13.1 |
1471 | 2024-05-29T19:42:51.109Z | Downloaded backtrace v0.3.71 |
1472 | 2024-05-29T19:42:51.109Z | Downloaded atty v0.2.14 |
1473 | 2024-05-29T19:42:51.110Z | Downloaded atomic-waker v1.1.2 |
1474 | 2024-05-29T19:42:51.110Z | Downloaded home v0.5.9 |
1475 | 2024-05-29T19:42:51.110Z | Downloaded hmac v0.12.1 |
1476 | 2024-05-29T19:42:51.110Z | Downloaded hex v0.4.3 |
1477 | 2024-05-29T19:42:51.110Z | Downloaded heck v0.4.1 |
1478 | 2024-05-29T19:42:51.110Z | Downloaded heapless v0.8.0 |
1479 | 2024-05-29T19:42:51.110Z | Downloaded bit-set v0.5.3 |
1480 | 2024-05-29T19:42:51.110Z | Downloaded base64ct v1.6.0 |
1481 | 2024-05-29T19:42:51.110Z | Downloaded base64 v0.22.1 |
1482 | 2024-05-29T19:42:51.135Z | Downloaded base64 v0.21.7 |
1483 | 2024-05-29T19:42:51.135Z | Downloaded highway v1.1.0 |
1484 | 2024-05-29T19:42:51.135Z | Downloaded hex-literal v0.4.1 |
1485 | 2024-05-29T19:42:51.135Z | Downloaded camino-tempfile v1.1.1 |
1486 | 2024-05-29T19:42:51.135Z | Downloaded bit-vec v0.6.3 |
1487 | 2024-05-29T19:42:51.135Z | Downloaded bcs v0.1.6 |
1488 | 2024-05-29T19:42:51.135Z | Downloaded atomicwrites v0.4.3 |
1489 | 2024-05-29T19:42:51.135Z | Downloaded arrayref v0.3.7 |
1490 | 2024-05-29T19:42:51.136Z | Downloaded blake2b_simd v1.0.2 |
1491 | 2024-05-29T19:42:51.136Z | Downloaded bitstruct_derive v0.1.0 |
1492 | 2024-05-29T19:42:51.136Z | Downloaded bitstruct v0.1.1 |
1493 | 2024-05-29T19:42:51.136Z | Downloaded bitfield v0.14.0 |
1494 | 2024-05-29T19:42:51.136Z | Downloaded bindgen v0.69.4 |
1495 | 2024-05-29T19:42:51.161Z | Downloaded bb8 v0.8.3 |
1496 | 2024-05-29T19:42:51.161Z | Downloaded base16ct v0.2.0 |
1497 | 2024-05-29T19:42:51.161Z | Downloaded heapless v0.7.17 |
1498 | 2024-05-29T19:42:51.161Z | Downloaded headers-core v0.2.0 |
1499 | 2024-05-29T19:42:51.161Z | Downloaded crypto-common v0.1.6 |
1500 | 2024-05-29T19:42:51.161Z | Downloaded backoff v0.4.0 |
1501 | 2024-05-29T19:42:51.161Z | Downloaded async-stream-impl v0.3.5 |
1502 | 2024-05-29T19:42:51.161Z | Downloaded async-stream v0.3.5 |
1503 | 2024-05-29T19:42:51.161Z | Downloaded assert_matches v1.5.0 |
1504 | 2024-05-29T19:42:51.161Z | Downloaded assert_cmd v2.0.14 |
1505 | 2024-05-29T19:42:51.161Z | Downloaded ascii-canvas v3.0.0 |
1506 | 2024-05-29T19:42:51.188Z | Downloaded ascii v1.1.0 |
1507 | 2024-05-29T19:42:51.188Z | Downloaded arrayvec v0.7.4 |
1508 | 2024-05-29T19:42:51.188Z | Downloaded array-init v0.0.4 |
1509 | 2024-05-29T19:42:51.188Z | Downloaded ahash v0.8.11 |
1510 | 2024-05-29T19:42:51.188Z | Downloaded arc-swap v1.7.1 |
1511 | 2024-05-29T19:42:51.188Z | Downloaded aho-corasick v1.1.3 |
1512 | 2024-05-29T19:42:51.188Z | Downloaded aead v0.5.2 |
1513 | 2024-05-29T19:42:51.188Z | Downloaded adler v1.0.2 |
1514 | 2024-05-29T19:42:51.188Z | Downloaded addr2line v0.21.0 |
1515 | 2024-05-29T19:42:51.188Z | Downloaded approx v0.5.1 |
1516 | 2024-05-29T19:42:51.188Z | Downloaded anes v0.1.6 |
1517 | 2024-05-29T19:42:51.801Z | Compiling libc v0.2.153 |
1518 | 2024-05-29T19:42:51.801Z | Compiling serde v1.0.202 |
1519 | 2024-05-29T19:42:51.827Z | Compiling version_check v0.9.4 |
1520 | 2024-05-29T19:42:51.827Z | Checking cfg-if v1.0.0 |
1521 | 2024-05-29T19:42:51.827Z | Compiling lock_api v0.4.12 |
1522 | 2024-05-29T19:42:51.827Z | Compiling parking_lot_core v0.9.10 |
1523 | 2024-05-29T19:42:51.828Z | Compiling syn v2.0.64 |
1524 | 2024-05-29T19:42:51.976Z | Compiling libm v0.2.8 |
1525 | 2024-05-29T19:42:52.002Z | Compiling cc v1.0.97 |
1526 | 2024-05-29T19:42:52.277Z | Compiling num-traits v0.2.19 |
1527 | 2024-05-29T19:42:52.319Z | Compiling once_cell v1.19.0 |
1528 | 2024-05-29T19:42:52.350Z | Compiling serde_json v1.0.117 |
1529 | 2024-05-29T19:42:52.405Z | Compiling memchr v2.7.2 |
1530 | 2024-05-29T19:42:52.598Z | Compiling ahash v0.8.11 |
1531 | 2024-05-29T19:42:52.719Z | Compiling byteorder v1.5.0 |
1532 | 2024-05-29T19:42:52.766Z | Compiling syn v1.0.109 |
1533 | 2024-05-29T19:42:52.928Z | Compiling log v0.4.21 |
1534 | 2024-05-29T19:42:53.294Z | Compiling slab v0.4.9 |
1535 | 2024-05-29T19:42:53.561Z | Checking getrandom v0.2.14 |
1536 | 2024-05-29T19:42:53.839Z | Compiling typenum v1.17.0 |
1537 | 2024-05-29T19:42:53.864Z | Checking itoa v1.0.11 |
1538 | 2024-05-29T19:42:53.889Z | Compiling generic-array v0.14.7 |
1539 | 2024-05-29T19:42:54.053Z | Checking scopeguard v1.2.0 |
1540 | 2024-05-29T19:42:54.211Z | Checking smallvec v1.13.2 |
1541 | 2024-05-29T19:42:54.646Z | Compiling allocator-api2 v0.2.18 |
1542 | 2024-05-29T19:42:54.671Z | Compiling pkg-config v0.3.30 |
1543 | 2024-05-29T19:42:54.671Z | Compiling schemars v0.8.20 |
1544 | 2024-05-29T19:42:54.671Z | Compiling rustix v0.38.34 |
1545 | 2024-05-29T19:42:54.887Z | Compiling httparse v1.8.0 |
1546 | 2024-05-29T19:42:55.113Z | Compiling ring v0.17.8 |
1547 | 2024-05-29T19:42:55.204Z | Checking parking_lot v0.12.2 |
1548 | 2024-05-29T19:42:55.283Z | Compiling time-core v0.1.2 |
1549 | 2024-05-29T19:42:55.308Z | Compiling num-conv v0.1.0 |
1550 | 2024-05-29T19:42:55.563Z | Checking pin-project-lite v0.2.14 |
1551 | 2024-05-29T19:42:55.648Z | Compiling fnv v1.0.7 |
1552 | 2024-05-29T19:42:55.679Z | Compiling time-macros v0.2.18 |
1553 | 2024-05-29T19:42:55.762Z | Compiling vcpkg v0.2.15 |
1554 | 2024-05-29T19:42:55.787Z | Checking signal-hook-registry v1.4.2 |
1555 | 2024-05-29T19:42:55.826Z | Compiling heck v0.4.1 |
1556 | 2024-05-29T19:42:55.997Z | Checking mio v0.8.11 |
1557 | 2024-05-29T19:42:56.270Z | Compiling aho-corasick v1.1.3 |
1558 | 2024-05-29T19:42:57.972Z | Compiling openssl-sys v0.9.102 |
1559 | 2024-05-29T19:42:58.082Z | Checking ryu v1.0.18 |
1560 | 2024-05-29T19:42:58.205Z | Compiling regex-syntax v0.8.3 |
1561 | 2024-05-29T19:42:58.745Z | Compiling serde_derive_internals v0.29.1 |
1562 | 2024-05-29T19:42:58.986Z | Checking num_cpus v1.16.0 |
1563 | 2024-05-29T19:42:59.078Z | Checking rand_core v0.6.4 |
1564 | 2024-05-29T19:42:59.345Z | Compiling openssl v0.10.64 |
1565 | 2024-05-29T19:42:59.660Z | Checking futures-core v0.3.30 |
1566 | 2024-05-29T19:42:59.848Z | Checking socket2 v0.5.7 |
1567 | 2024-05-29T19:43:00.194Z | Compiling slog v2.7.0 |
1568 | 2024-05-29T19:43:00.244Z | Compiling ucd-trie v0.1.6 |
1569 | 2024-05-29T19:43:00.618Z | Compiling rustversion v1.0.17 |
1570 | 2024-05-29T19:43:00.824Z | Compiling crossbeam-utils v0.8.19 |
1571 | 2024-05-29T19:43:00.905Z | Compiling native-tls v0.2.11 |
1572 | 2024-05-29T19:43:01.167Z | Compiling regex-automata v0.4.6 |
1573 | 2024-05-29T19:43:01.216Z | Compiling rustls v0.21.12 |
1574 | 2024-05-29T19:43:01.363Z | Compiling iana-time-zone v0.1.60 |
1575 | 2024-05-29T19:43:01.422Z | Compiling cookie v0.17.0 |
1576 | 2024-05-29T19:43:01.484Z | Compiling backtrace v0.3.71 |
1577 | 2024-05-29T19:43:01.756Z | Compiling dyn-clone v1.0.17 |
1578 | 2024-05-29T19:43:01.857Z | Compiling anyhow v1.0.83 |
1579 | 2024-05-29T19:43:02.524Z | Checking futures-sink v0.3.30 |
1580 | 2024-05-29T19:43:02.647Z | Compiling tinyvec_macros v0.1.1 |
1581 | 2024-05-29T19:43:02.734Z | Compiling tinyvec v1.6.0 |
1582 | 2024-05-29T19:43:03.065Z | Compiling thread-id v4.2.1 |
1583 | 2024-05-29T19:43:03.165Z | Checking pin-utils v0.1.0 |
1584 | 2024-05-29T19:43:03.214Z | Checking futures-channel v0.3.30 |
1585 | 2024-05-29T19:43:03.703Z | Compiling errno v0.3.9 |
1586 | 2024-05-29T19:43:03.737Z | Checking futures-task v0.3.30 |
1587 | 2024-05-29T19:43:03.830Z | Checking futures-io v0.3.30 |
1588 | 2024-05-29T19:43:03.911Z | Compiling unicode-normalization v0.1.23 |
1589 | 2024-05-29T19:43:03.946Z | Compiling unicode-bidi v0.3.15 |
1590 | 2024-05-29T19:43:03.973Z | Compiling either v1.12.0 |
1591 | 2024-05-29T19:43:04.140Z | Compiling unicode-width v0.1.12 |
1592 | 2024-05-29T19:43:04.332Z | Compiling spin v0.9.8 |
1593 | 2024-05-29T19:43:04.587Z | Compiling usdt-impl v0.5.0 |
1594 | 2024-05-29T19:43:04.778Z | Compiling winnow v0.5.40 |
1595 | 2024-05-29T19:43:04.845Z | Compiling crc32fast v1.4.0 |
1596 | 2024-05-29T19:43:04.981Z | Compiling plain v0.2.3 |
1597 | 2024-05-29T19:43:05.012Z | Compiling serde_derive v1.0.202 |
1598 | 2024-05-29T19:43:05.038Z | Compiling zerocopy-derive v0.7.34 |
1599 | 2024-05-29T19:43:05.117Z | Compiling thiserror-impl v1.0.60 |
1600 | 2024-05-29T19:43:05.251Z | Compiling zeroize_derive v1.4.2 |
1601 | 2024-05-29T19:43:05.275Z | Compiling tokio-macros v2.2.0 |
1602 | 2024-05-29T19:43:06.052Z | Compiling futures-macro v0.3.30 |
1603 | 2024-05-29T19:43:06.657Z | Compiling tracing-attributes v0.1.27 |
1604 | 2024-05-29T19:43:06.747Z | Compiling schemars_derive v0.8.20 |
1605 | 2024-05-29T19:43:07.035Z | Compiling zerocopy v0.7.34 |
1606 | 2024-05-29T19:43:07.847Z | Compiling regex v1.10.4 |
1607 | 2024-05-29T19:43:08.073Z | Compiling thiserror v1.0.60 |
1608 | 2024-05-29T19:43:08.201Z | Compiling openssl-macros v0.1.1 |
1609 | 2024-05-29T19:43:08.226Z | Compiling pest v2.7.10 |
1610 | 2024-05-29T19:43:08.766Z | Checking zeroize v1.7.0 |
1611 | 2024-05-29T19:43:08.827Z | Compiling hashbrown v0.14.5 |
1612 | 2024-05-29T19:43:08.896Z | Compiling async-trait v0.1.80 |
1613 | 2024-05-29T19:43:09.913Z | Compiling scroll_derive v0.12.0 |
1614 | 2024-05-29T19:43:09.952Z | Compiling der_derive v0.7.2 |
1615 | 2024-05-29T19:43:10.212Z | Checking futures-util v0.3.30 |
1616 | 2024-05-29T19:43:10.849Z | Compiling pest_meta v2.7.10 |
1617 | 2024-05-29T19:43:11.235Z | Compiling scroll v0.12.0 |
1618 | 2024-05-29T19:43:11.746Z | Compiling goblin v0.8.2 |
1619 | 2024-05-29T19:43:11.978Z | Compiling pest_generator v2.7.10 |
1620 | 2024-05-29T19:43:12.614Z | Checking subtle v2.5.0 |
1621 | 2024-05-29T19:43:12.824Z | Compiling pretty-hex v0.4.1 |
1622 | 2024-05-29T19:43:13.714Z | Compiling percent-encoding v2.3.1 |
1623 | 2024-05-29T19:43:14.304Z | Compiling const-oid v0.9.6 |
1624 | 2024-05-29T19:43:15.330Z | Compiling pest_derive v2.7.10 |
1625 | 2024-05-29T19:43:15.582Z | Compiling tracing-core v0.1.32 |
1626 | 2024-05-29T19:43:15.649Z | Compiling untrusted v0.9.0 |
1627 | 2024-05-29T19:43:15.882Z | Compiling clap_derive v4.5.4 |
1628 | 2024-05-29T19:43:16.052Z | Compiling dtrace-parser v0.2.0 |
1629 | 2024-05-29T19:43:16.517Z | Checking bytes v1.6.0 |
1630 | 2024-05-29T19:43:16.880Z | Checking bitflags v2.5.0 |
1631 | 2024-05-29T19:43:17.236Z | Compiling indexmap v2.2.6 |
1632 | 2024-05-29T19:43:17.993Z | Compiling semver v1.0.23 |
1633 | 2024-05-29T19:43:18.191Z | Compiling serde_tokenstream v0.2.0 |
1634 | 2024-05-29T19:43:18.415Z | Checking tokio v1.37.0 |
1635 | 2024-05-29T19:43:18.654Z | Compiling uuid v1.8.0 |
1636 | 2024-05-29T19:43:18.679Z | Compiling chrono v0.4.38 |
1637 | 2024-05-29T19:43:18.983Z | Compiling http v0.2.12 |
1638 | 2024-05-29T19:43:19.144Z | Compiling serde_spanned v0.6.6 |
1639 | 2024-05-29T19:43:19.335Z | Compiling toml_datetime v0.6.6 |
1640 | 2024-05-29T19:43:19.797Z | Compiling rustc_version v0.4.0 |
1641 | 2024-05-29T19:43:20.042Z | Compiling toml_edit v0.19.15 |
1642 | 2024-05-29T19:43:20.514Z | Compiling openapiv3 v2.0.0 |
1643 | 2024-05-29T19:43:21.170Z | Compiling dof v0.3.0 |
1644 | 2024-05-29T19:43:22.369Z | Compiling tracing v0.1.40 |
1645 | 2024-05-29T19:43:22.819Z | Compiling spin v0.5.2 |
1646 | 2024-05-29T19:43:23.012Z | Compiling powerfmt v0.2.0 |
1647 | 2024-05-29T19:43:23.118Z | Compiling foreign-types-shared v0.1.1 |
1648 | 2024-05-29T19:43:23.223Z | Compiling signal-hook v0.3.17 |
1649 | 2024-05-29T19:43:23.374Z | Compiling usdt-attr-macro v0.5.0 |
1650 | 2024-05-29T19:43:23.492Z | Compiling usdt-macro v0.5.0 |
1651 | 2024-05-29T19:43:24.190Z | Compiling deranged v0.3.11 |
1652 | 2024-05-29T19:43:24.292Z | Compiling foreign-types v0.3.2 |
1653 | 2024-05-29T19:43:24.402Z | Compiling form_urlencoded v1.2.1 |
1654 | 2024-05-29T19:43:24.657Z | Compiling crypto-common v0.1.6 |
1655 | 2024-05-29T19:43:24.736Z | Compiling zerocopy-derive v0.6.6 |
1656 | 2024-05-29T19:43:25.051Z | Compiling base64 v0.21.7 |
1657 | 2024-05-29T19:43:25.104Z | Compiling siphasher v0.3.11 |
1658 | 2024-05-29T19:43:25.322Z | Compiling num_threads v0.1.7 |
1659 | 2024-05-29T19:43:25.479Z | Compiling try-lock v0.2.5 |
1660 | 2024-05-29T19:43:25.548Z | Compiling http-body v0.4.6 |
1661 | 2024-05-29T19:43:25.624Z | Compiling want v0.3.1 |
1662 | 2024-05-29T19:43:25.811Z | Compiling rustls-webpki v0.101.7 |
1663 | 2024-05-29T19:43:25.891Z | Compiling time v0.3.36 |
1664 | 2024-05-29T19:43:25.970Z | Compiling sct v0.7.1 |
1665 | 2024-05-29T19:43:25.996Z | Compiling block-buffer v0.10.4 |
1666 | 2024-05-29T19:43:26.252Z | Compiling idna v0.5.0 |
1667 | 2024-05-29T19:43:26.722Z | Compiling tower-service v0.3.2 |
1668 | 2024-05-29T19:43:26.828Z | Compiling tokio-util v0.7.11 |
1669 | 2024-05-29T19:43:26.858Z | Compiling openssl-probe v0.1.5 |
1670 | 2024-05-29T19:43:27.186Z | Compiling httpdate v1.0.3 |
1671 | 2024-05-29T19:43:27.214Z | Compiling url v2.5.0 |
1672 | 2024-05-29T19:43:27.615Z | Compiling digest v0.10.7 |
1673 | 2024-05-29T19:43:27.651Z | Compiling heapless v0.7.17 |
1674 | 2024-05-29T19:43:27.987Z | Compiling h2 v0.3.26 |
1675 | 2024-05-29T19:43:28.516Z | Compiling idna v0.3.0 |
1676 | 2024-05-29T19:43:28.819Z | Compiling ppv-lite86 v0.2.17 |
1677 | 2024-05-29T19:43:29.425Z | Compiling psl-types v2.0.11 |
1678 | 2024-05-29T19:43:29.491Z | Compiling rand_chacha v0.3.1 |
1679 | 2024-05-29T19:43:29.592Z | Compiling publicsuffix v2.2.3 |
1680 | 2024-05-29T19:43:29.617Z | Compiling crossbeam-epoch v0.9.18 |
1681 | 2024-05-29T19:43:30.366Z | Compiling bit-vec v0.6.3 |
1682 | 2024-05-29T19:43:30.467Z | Compiling ipnet v2.9.0 |
1683 | 2024-05-29T19:43:30.777Z | Compiling tokio-rustls v0.24.1 |
1684 | 2024-05-29T19:43:30.900Z | Compiling adler v1.0.2 |
1685 | 2024-05-29T19:43:31.111Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1686 | 2024-05-29T19:43:31.136Z | Compiling miniz_oxide v0.7.2 |
1687 | 2024-05-29T19:43:31.798Z | Compiling tokio-native-tls v0.3.1 |
1688 | 2024-05-29T19:43:31.905Z | Compiling cookie_store v0.20.0 |
1689 | 2024-05-29T19:43:32.040Z | Compiling rand v0.8.5 |
1690 | 2024-05-29T19:43:32.506Z | Compiling rustls-pemfile v1.0.4 |
1691 | 2024-05-29T19:43:32.697Z | Compiling phf_shared v0.10.0 |
1692 | 2024-05-29T19:43:32.915Z | Compiling serde_urlencoded v0.7.1 |
1693 | 2024-05-29T19:43:33.056Z | Compiling lazy_static v1.4.0 |
1694 | 2024-05-29T19:43:33.313Z | Compiling encoding_rs v0.8.34 |
1695 | 2024-05-29T19:43:33.339Z | Compiling base64ct v1.6.0 |
1696 | 2024-05-29T19:43:33.390Z | Compiling webpki-roots v0.25.4 |
1697 | 2024-05-29T19:43:33.521Z | Compiling mime v0.3.17 |
1698 | 2024-05-29T19:43:33.546Z | Checking equivalent v1.0.1 |
1699 | 2024-05-29T19:43:33.640Z | Compiling hyper v0.14.28 |
1700 | 2024-05-29T19:43:33.841Z | Compiling smoltcp v0.9.1 |
1701 | 2024-05-29T19:43:33.903Z | Compiling minimal-lexical v0.2.1 |
1702 | 2024-05-29T19:43:34.063Z | Compiling precomputed-hash v0.1.1 |
1703 | 2024-05-29T19:43:34.162Z | Compiling sync_wrapper v0.1.2 |
1704 | 2024-05-29T19:43:34.270Z | Compiling new_debug_unreachable v1.0.6 |
1705 | 2024-05-29T19:43:34.327Z | Compiling gimli v0.28.1 |
1706 | 2024-05-29T19:43:34.356Z | Compiling fixedbitset v0.4.2 |
1707 | 2024-05-29T19:43:34.474Z | Compiling string_cache v0.8.7 |
1708 | 2024-05-29T19:43:34.740Z | Compiling petgraph v0.6.5 |
1709 | 2024-05-29T19:43:34.887Z | Compiling nom v7.1.3 |
1710 | 2024-05-29T19:43:35.144Z | Compiling pem-rfc7468 v0.7.0 |
1711 | 2024-05-29T19:43:35.822Z | Compiling bit-set v0.5.3 |
1712 | 2024-05-29T19:43:36.043Z | Compiling hmac v0.12.1 |
1713 | 2024-05-29T19:43:36.238Z | Compiling hubpack_derive v0.1.1 |
1714 | 2024-05-29T19:43:36.368Z | Compiling enum-as-inner v0.5.1 |
1715 | 2024-05-29T19:43:36.964Z | Compiling itertools v0.10.5 |
1716 | 2024-05-29T19:43:36.995Z | Compiling diesel_table_macro_syntax v0.1.0 |
1717 | 2024-05-29T19:43:37.020Z | Compiling object v0.32.2 |
1718 | 2024-05-29T19:43:37.230Z | Compiling rustc-demangle v0.1.24 |
1719 | 2024-05-29T19:43:37.404Z | Compiling flagset v0.4.5 |
1720 | 2024-05-29T19:43:37.584Z | Compiling unicode-segmentation v1.11.0 |
1721 | 2024-05-29T19:43:37.975Z | Compiling addr2line v0.21.0 |
1722 | 2024-05-29T19:43:38.059Z | Compiling lalrpop-util v0.19.12 |
1723 | 2024-05-29T19:43:38.191Z | Compiling der v0.7.9 |
1724 | 2024-05-29T19:43:38.251Z | Compiling diesel_derives v2.1.4 |
1725 | 2024-05-29T19:43:38.355Z | Compiling toml_edit v0.22.13 |
1726 | 2024-05-29T19:43:38.519Z | Compiling futures-executor v0.3.30 |
1727 | 2024-05-29T19:43:39.148Z | Compiling itertools v0.12.1 |
1728 | 2024-05-29T19:43:39.330Z | Compiling cpufeatures v0.2.12 |
1729 | 2024-05-29T19:43:39.355Z | Compiling finl_unicode v1.2.0 |
1730 | 2024-05-29T19:43:39.427Z | Compiling hyper-rustls v0.24.2 |
1731 | 2024-05-29T19:43:39.722Z | Compiling hyper-tls v0.5.0 |
1732 | 2024-05-29T19:43:39.856Z | Compiling stringprep v0.1.4 |
1733 | 2024-05-29T19:43:40.030Z | Compiling reqwest v0.11.27 |
1734 | 2024-05-29T19:43:41.344Z | Compiling spki v0.7.3 |
1735 | 2024-05-29T19:43:41.384Z | Compiling sha2 v0.10.8 |
1736 | 2024-05-29T19:43:41.384Z | Compiling flate2 v1.0.30 |
1737 | 2024-05-29T19:43:41.791Z | Compiling futures v0.3.30 |
1738 | 2024-05-29T19:43:42.017Z | Compiling md-5 v0.10.6 |
1739 | 2024-05-29T19:43:42.093Z | Compiling toml v0.7.8 |
1740 | 2024-05-29T19:43:42.284Z | Compiling hex v0.4.3 |
1741 | 2024-05-29T19:43:42.311Z | Compiling serde_repr v0.1.19 |
1742 | 2024-05-29T19:43:43.313Z | Compiling strum_macros v0.25.3 |
1743 | 2024-05-29T19:43:43.681Z | Compiling num-integer v0.1.46 |
1744 | 2024-05-29T19:43:44.057Z | Compiling hash32 v0.2.1 |
1745 | 2024-05-29T19:43:44.341Z | Compiling fs-err v2.11.0 |
1746 | 2024-05-29T19:43:44.380Z | Compiling stable_deref_trait v1.2.0 |
1747 | 2024-05-29T19:43:44.532Z | Compiling fallible-iterator v0.2.0 |
1748 | 2024-05-29T19:43:45.153Z | Compiling postgres-protocol v0.6.6 |
1749 | 2024-05-29T19:43:45.444Z | Compiling pkcs8 v0.10.2 |
1750 | 2024-05-29T19:43:45.840Z | Compiling phf_shared v0.11.2 |
1751 | 2024-05-29T19:43:45.953Z | Compiling terminal_size v0.3.0 |
1752 | 2024-05-29T19:43:46.128Z | Compiling ff v0.13.0 |
1753 | 2024-05-29T19:43:46.166Z | Compiling block-padding v0.3.3 |
1754 | 2024-05-29T19:43:46.284Z | Compiling scheduled-thread-pool v0.2.7 |
1755 | 2024-05-29T19:43:46.369Z | Compiling matches v0.1.10 |
1756 | 2024-05-29T19:43:46.393Z | Compiling peg-runtime v0.8.3 |
1757 | 2024-05-29T19:43:46.465Z | Compiling base16ct v0.2.0 |
1758 | 2024-05-29T19:43:46.738Z | Compiling bitflags v1.3.2 |
1759 | 2024-05-29T19:43:46.834Z | Compiling managed v0.8.0 |
1760 | 2024-05-29T19:43:46.859Z | Compiling clap_builder v4.5.2 |
1761 | 2024-05-29T19:43:46.959Z | Compiling sec1 v0.7.3 |
1762 | 2024-05-29T19:43:46.997Z | Compiling r2d2 v0.8.10 |
1763 | 2024-05-29T19:43:47.264Z | Compiling idna v0.2.3 |
1764 | 2024-05-29T19:43:47.334Z | Compiling inout v0.1.3 |
1765 | 2024-05-29T19:43:47.502Z | Compiling group v0.13.0 |
1766 | 2024-05-29T19:43:47.579Z | Compiling signal-hook-mio v0.2.3 |
1767 | 2024-05-29T19:43:47.714Z | Compiling phf v0.11.2 |
1768 | 2024-05-29T19:43:47.794Z | Compiling postgres-types v0.2.6 |
1769 | 2024-05-29T19:43:48.989Z | Compiling num-bigint v0.4.5 |
1770 | 2024-05-29T19:43:49.016Z | Compiling hubpack v0.1.2 |
1771 | 2024-05-29T19:43:49.094Z | Compiling hkdf v0.12.4 |
1772 | 2024-05-29T19:43:49.406Z | Compiling zerocopy v0.6.6 |
1773 | 2024-05-29T19:43:49.431Z | Compiling ipnetwork v0.20.0 |
1774 | 2024-05-29T19:43:49.562Z | Compiling crypto-bigint v0.5.5 |
1775 | 2024-05-29T19:43:49.881Z | Compiling float-cmp v0.9.0 |
1776 | 2024-05-29T19:43:50.088Z | Compiling memmap v0.7.0 |
1777 | 2024-05-29T19:43:50.205Z | Compiling difflib v0.4.0 |
1778 | 2024-05-29T19:43:50.451Z | Compiling normalize-line-endings v0.3.0 |
1779 | 2024-05-29T19:43:50.567Z | Checking unicode-ident v1.0.12 |
1780 | 2024-05-29T19:43:50.592Z | Compiling whoami v1.5.1 |
1781 | 2024-05-29T19:43:50.712Z | Compiling data-encoding v2.6.0 |
1782 | 2024-05-29T19:43:50.972Z | Compiling static_assertions v1.1.0 |
1783 | 2024-05-29T19:43:51.072Z | Compiling predicates-core v1.0.6 |
1784 | 2024-05-29T19:43:51.171Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1785 | 2024-05-29T19:43:51.388Z | Compiling predicates v3.1.0 |
1786 | 2024-05-29T19:43:51.616Z | Compiling yasna v0.5.2 |
1787 | 2024-05-29T19:43:52.741Z | Compiling elliptic-curve v0.13.8 |
1788 | 2024-05-29T19:43:52.902Z | Compiling trust-dns-proto v0.22.0 |
1789 | 2024-05-29T19:43:53.257Z | Compiling diesel v2.1.6 |
1790 | 2024-05-29T19:43:53.314Z | Compiling tokio-postgres v0.7.10 |
1791 | 2024-05-29T19:43:53.476Z | Compiling usdt v0.5.0 |
1792 | 2024-05-29T19:43:53.897Z | Compiling clap v4.5.4 |
1793 | 2024-05-29T19:43:53.997Z | Compiling crossterm v0.27.0 |
1794 | 2024-05-29T19:43:54.473Z | Compiling cipher v0.4.4 |
1795 | 2024-05-29T19:43:55.068Z | Compiling num-iter v0.1.45 |
1796 | 2024-05-29T19:43:55.231Z | Compiling similar v2.5.0 |
1797 | 2024-05-29T19:43:55.683Z | Compiling console v0.15.8 |
1798 | 2024-05-29T19:43:55.930Z | Compiling tokio-stream v0.1.15 |
1799 | 2024-05-29T19:43:56.954Z | Compiling bstr v1.9.1 |
1800 | 2024-05-29T19:43:57.437Z | Checking proc-macro2 v1.0.82 |
1801 | 2024-05-29T19:43:58.028Z | Checking quote v1.0.36 |
1802 | 2024-05-29T19:44:02.241Z | Checking utf8parse v0.2.1 |
1803 | 2024-05-29T19:44:05.693Z | Checking anstyle v1.0.7 |
1804 | 2024-05-29T19:44:07.238Z | Checking anstyle-parse v0.2.4 |
1805 | 2024-05-29T19:44:07.393Z | Checking is_terminal_polyfill v1.70.0 |
1806 | 2024-05-29T19:44:07.479Z | Checking anstyle-query v1.0.3 |
1807 | 2024-05-29T19:44:07.591Z | Checking colorchoice v1.0.1 |
1808 | 2024-05-29T19:44:07.720Z | Checking anstream v0.6.14 |
1809 | 2024-05-29T19:44:07.957Z | Checking clap_lex v0.7.0 |
1810 | 2024-05-29T19:44:08.043Z | Checking strsim v0.11.1 |
1811 | 2024-05-29T19:44:11.046Z | Checking winnow v0.6.8 |
1812 | 2024-05-29T19:44:19.396Z | Compiling regress v0.9.1 |
1813 | 2024-05-29T19:44:19.659Z | Compiling getopts v0.2.21 |
1814 | 2024-05-29T19:44:19.741Z | Compiling unsafe-libyaml v0.2.11 |
1815 | 2024-05-29T19:44:19.767Z | Checking heck v0.5.0 |
1816 | 2024-05-29T19:44:20.571Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1817 | 2024-05-29T19:44:20.846Z | Compiling serde_yaml v0.9.34+deprecated |
1818 | 2024-05-29T19:44:21.187Z | Checking camino v1.1.7 |
1819 | 2024-05-29T19:44:21.302Z | Checking base64 v0.22.1 |
1820 | 2024-05-29T19:44:21.388Z | Checking is-terminal v0.4.12 |
1821 | 2024-05-29T19:44:21.487Z | Compiling ident_case v1.0.1 |
1822 | 2024-05-29T19:44:21.635Z | Compiling darling_core v0.20.9 |
1823 | 2024-05-29T19:44:21.677Z | Checking sha1 v0.10.6 |
1824 | 2024-05-29T19:44:21.746Z | Checking http v1.1.0 |
1825 | 2024-05-29T19:44:21.916Z | Compiling paste v1.0.15 |
1826 | 2024-05-29T19:44:22.351Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1827 | 2024-05-29T19:44:22.989Z | Compiling strum_macros v0.26.2 |
1828 | 2024-05-29T19:44:23.192Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1829 | 2024-05-29T19:44:23.542Z | Checking match_cfg v0.1.0 |
1830 | 2024-05-29T19:44:23.625Z | Checking rustls-pki-types v1.7.0 |
1831 | 2024-05-29T19:44:23.680Z | Checking fastrand v2.1.0 |
1832 | 2024-05-29T19:44:23.958Z | Checking tempfile v3.10.1 |
1833 | 2024-05-29T19:44:23.992Z | Checking hostname v0.3.1 |
1834 | 2024-05-29T19:44:24.268Z | Checking dirs-sys-next v0.1.2 |
1835 | 2024-05-29T19:44:24.416Z | Checking quick-error v1.2.3 |
1836 | 2024-05-29T19:44:24.532Z | Checking dirs-next v2.0.0 |
1837 | 2024-05-29T19:44:24.557Z | Checking crossbeam-channel v0.5.12 |
1838 | 2024-05-29T19:44:24.646Z | Checking thread_local v1.1.8 |
1839 | 2024-05-29T19:44:24.671Z | Compiling rustls v0.22.4 |
1840 | 2024-05-29T19:44:24.871Z | Compiling slog-async v2.8.0 |
1841 | 2024-05-29T19:44:24.923Z | Checking term v0.7.0 |
1842 | 2024-05-29T19:44:25.137Z | Checking rustls-webpki v0.102.4 |
1843 | 2024-05-29T19:44:25.191Z | Checking instant v0.1.12 |
1844 | 2024-05-29T19:44:25.279Z | Checking take_mut v0.2.2 |
1845 | 2024-05-29T19:44:25.304Z | Checking slog-term v2.9.1 |
1846 | 2024-05-29T19:44:25.429Z | Checking rustls-pemfile v2.1.2 |
1847 | 2024-05-29T19:44:25.632Z | Compiling multer v3.1.0 |
1848 | 2024-05-29T19:44:25.700Z | Checking debug-ignore v1.0.5 |
1849 | 2024-05-29T19:44:25.750Z | Checking toml v0.8.13 |
1850 | 2024-05-29T19:44:25.838Z | Checking slog-json v2.6.1 |
1851 | 2024-05-29T19:44:25.934Z | Compiling async-stream-impl v0.3.5 |
1852 | 2024-05-29T19:44:26.063Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1853 | 2024-05-29T19:44:26.275Z | Checking atomic-waker v1.1.2 |
1854 | 2024-05-29T19:44:26.405Z | Checking waitgroup v0.1.2 |
1855 | 2024-05-29T19:44:26.454Z | Checking slog-bunyan v2.5.0 |
1856 | 2024-05-29T19:44:26.606Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1857 | 2024-05-29T19:44:26.877Z | Checking serde_path_to_error v0.1.16 |
1858 | 2024-05-29T19:44:27.104Z | Checking async-stream v0.3.5 |
1859 | 2024-05-29T19:44:27.296Z | Checking hostname v0.4.0 |
1860 | 2024-05-29T19:44:27.349Z | Checking strum v0.26.2 |
1861 | 2024-05-29T19:44:27.413Z | Checking newtype-uuid v1.1.0 |
1862 | 2024-05-29T19:44:27.448Z | Checking wait-timeout v0.2.0 |
1863 | 2024-05-29T19:44:27.490Z | Compiling structmeta-derive v0.3.0 |
1864 | 2024-05-29T19:44:27.606Z | Checking rusty-fork v0.3.0 |
1865 | 2024-05-29T19:44:27.631Z | Compiling structmeta-derive v0.2.0 |
1866 | 2024-05-29T19:44:27.852Z | Checking rand_xorshift v0.3.0 |
1867 | 2024-05-29T19:44:27.940Z | Compiling darling_macro v0.20.9 |
1868 | 2024-05-29T19:44:28.006Z | Checking unarray v0.1.4 |
1869 | 2024-05-29T19:44:28.138Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1870 | 2024-05-29T19:44:28.397Z | Checking proptest v1.4.0 |
1871 | 2024-05-29T19:44:28.507Z | Checking backoff v0.4.0 |
1872 | 2024-05-29T19:44:28.760Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1873 | 2024-05-29T19:44:28.813Z | Compiling darling v0.20.9 |
1874 | 2024-05-29T19:44:28.905Z | Checking tokio-rustls v0.25.0 |
1875 | 2024-05-29T19:44:28.929Z | Compiling serde_with_macros v3.8.1 |
1876 | 2024-05-29T19:44:29.398Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1877 | 2024-05-29T19:44:29.528Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1878 | 2024-05-29T19:44:29.751Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1879 | 2024-05-29T19:44:30.113Z | Compiling structmeta v0.3.0 |
1880 | 2024-05-29T19:44:30.138Z | Compiling structmeta v0.2.0 |
1881 | 2024-05-29T19:44:30.474Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1882 | 2024-05-29T19:44:30.564Z | Compiling parse-display-derive v0.9.0 |
1883 | 2024-05-29T19:44:30.608Z | Compiling test-strategy v0.3.1 |
1884 | 2024-05-29T19:44:30.633Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1885 | 2024-05-29T19:44:30.911Z | Checking macaddr v1.0.1 |
1886 | 2024-05-29T19:44:31.181Z | Compiling proc-macro-error-attr v1.0.4 |
1887 | 2024-05-29T19:44:31.485Z | Compiling proc-macro-error v1.0.4 |
1888 | 2024-05-29T19:44:31.628Z | Checking serde_with v3.8.1 |
1889 | 2024-05-29T19:44:32.422Z | Checking camino-tempfile v1.1.1 |
1890 | 2024-05-29T19:44:32.447Z | Compiling proc-macro-crate v1.3.1 |
1891 | 2024-05-29T19:44:32.670Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1892 | 2024-05-29T19:44:32.964Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1893 | 2024-05-29T19:44:33.214Z | Compiling foreign-types-macros v0.2.3 |
1894 | 2024-05-29T19:44:33.239Z | Checking foreign-types-shared v0.3.1 |
1895 | 2024-05-29T19:44:33.331Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-05-29T19:44:33.405Z | Compiling num_enum_derive v0.5.11 |
1897 | 2024-05-29T19:44:33.870Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1898 | 2024-05-29T19:44:34.018Z | Checking cstr-argument v0.1.2 |
1899 | 2024-05-29T19:44:34.181Z | Checking pretty-hex v0.2.1 |
1900 | 2024-05-29T19:44:34.295Z | Checking foreign-types v0.5.0 |
1901 | 2024-05-29T19:44:34.333Z | Checking tabwriter v1.4.0 |
1902 | 2024-05-29T19:44:34.397Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1903 | 2024-05-29T19:44:34.490Z | Checking colored v2.1.0 |
1904 | 2024-05-29T19:44:34.544Z | Checking socket2 v0.4.10 |
1905 | 2024-05-29T19:44:34.666Z | Checking smf v0.2.3 |
1906 | 2024-05-29T19:44:34.699Z | Checking humantime v2.1.0 |
1907 | 2024-05-29T19:44:34.726Z | Checking parse-display v0.9.0 |
1908 | 2024-05-29T19:44:34.750Z | Checking termcolor v1.4.1 |
1909 | 2024-05-29T19:44:34.919Z | Checking arc-swap v1.7.1 |
1910 | 2024-05-29T19:44:34.943Z | Checking xattr v1.3.1 |
1911 | 2024-05-29T19:44:34.976Z | Checking filetime v0.2.23 |
1912 | 2024-05-29T19:44:35.074Z | Checking same-file v1.0.6 |
1913 | 2024-05-29T19:44:35.115Z | Checking utf-8 v0.7.6 |
1914 | 2024-05-29T19:44:35.145Z | Checking newline-converter v0.3.0 |
1915 | 2024-05-29T19:44:35.169Z | Checking tar v0.4.40 |
1916 | 2024-05-29T19:44:35.220Z | Checking walkdir v2.5.0 |
1917 | 2024-05-29T19:44:35.273Z | Checking termtree v0.4.1 |
1918 | 2024-05-29T19:44:35.298Z | Compiling heapless v0.8.0 |
1919 | 2024-05-29T19:44:35.298Z | Checking slog-scope v4.4.0 |
1920 | 2024-05-29T19:44:35.492Z | Checking predicates-tree v1.0.9 |
1921 | 2024-05-29T19:44:35.536Z | Checking tungstenite v0.20.1 |
1922 | 2024-05-29T19:44:35.567Z | Checking slog-stdlog v4.1.1 |
1923 | 2024-05-29T19:44:35.630Z | Checking expectorate v1.1.0 |
1924 | 2024-05-29T19:44:35.703Z | Checking slog-envlogger v2.2.0 |
1925 | 2024-05-29T19:44:35.766Z | Checking hash32 v0.3.1 |
1926 | 2024-05-29T19:44:35.882Z | Compiling smoltcp v0.11.0 |
1927 | 2024-05-29T19:44:35.907Z | Checking num_enum v0.5.11 |
1928 | 2024-05-29T19:44:35.907Z | Checking embedded-io v0.4.0 |
1929 | 2024-05-29T19:44:35.946Z | Compiling crucible-workspace-hack v0.1.0 |
1930 | 2024-05-29T19:44:36.053Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1931 | 2024-05-29T19:44:36.115Z | Checking cobs v0.2.3 |
1932 | 2024-05-29T19:44:36.191Z | Checking sigpipe v0.1.3 |
1933 | 2024-05-29T19:44:36.278Z | Checking postcard v1.0.8 |
1934 | 2024-05-29T19:44:36.302Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1935 | 2024-05-29T19:44:36.302Z | Checking tokio-tungstenite v0.20.1 |
1936 | 2024-05-29T19:44:36.303Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1937 | 2024-05-29T19:44:36.533Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1938 | 2024-05-29T19:44:36.575Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1939 | 2024-05-29T19:44:36.625Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1940 | 2024-05-29T19:44:36.756Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1941 | 2024-05-29T19:44:36.906Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1942 | 2024-05-29T19:44:36.967Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1943 | 2024-05-29T19:44:37.292Z | Compiling num-derive v0.4.2 |
1944 | 2024-05-29T19:44:37.362Z | Compiling mockall_derive v0.12.1 |
1945 | 2024-05-29T19:44:37.473Z | Checking downcast v0.11.0 |
1946 | 2024-05-29T19:44:37.642Z | Checking fragile v2.0.0 |
1947 | 2024-05-29T19:44:37.871Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1948 | 2024-05-29T19:44:38.125Z | Checking pem v3.0.4 |
1949 | 2024-05-29T19:44:38.219Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1950 | 2024-05-29T19:44:38.380Z | Checking atty v0.2.14 |
1951 | 2024-05-29T19:44:38.454Z | Compiling derive-where v1.2.7 |
1952 | 2024-05-29T19:44:38.501Z | Checking env_logger v0.9.3 |
1953 | 2024-05-29T19:44:38.916Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-05-29T19:44:38.946Z | Compiling bitstruct_derive v0.1.0 |
1955 | 2024-05-29T19:44:39.251Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1956 | 2024-05-29T19:44:39.279Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-05-29T19:44:39.414Z | Checking ascii v1.1.0 |
1958 | 2024-05-29T19:44:39.439Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1959 | 2024-05-29T19:44:39.673Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1960 | 2024-05-29T19:44:39.814Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1961 | 2024-05-29T19:44:39.852Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-05-29T19:44:40.006Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-05-29T19:44:40.229Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1964 | 2024-05-29T19:44:40.254Z | Checking bitstruct v0.1.1 |
1965 | 2024-05-29T19:44:40.425Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-05-29T19:44:40.575Z | Checking erased-serde v0.3.31 |
1967 | 2024-05-29T19:44:40.668Z | Checking serde_arrays v0.1.0 |
1968 | 2024-05-29T19:44:40.692Z | Compiling heck v0.3.3 |
1969 | 2024-05-29T19:44:40.819Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1970 | 2024-05-29T19:44:40.943Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1971 | 2024-05-29T19:44:41.066Z | Checking tungstenite v0.21.0 |
1972 | 2024-05-29T19:44:41.091Z | Compiling zone_cfg_derive v0.1.2 |
1973 | 2024-05-29T19:44:41.471Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-05-29T19:44:41.671Z | Checking base64 v0.13.1 |
1975 | 2024-05-29T19:44:41.715Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1976 | 2024-05-29T19:44:41.810Z | Checking tokio-tungstenite v0.21.0 |
1977 | 2024-05-29T19:44:42.040Z | Checking ron v0.7.1 |
1978 | 2024-05-29T19:44:42.275Z | Checking headers-core v0.2.0 |
1979 | 2024-05-29T19:44:42.303Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1980 | 2024-05-29T19:44:42.384Z | Checking zone v0.1.8 |
1981 | 2024-05-29T19:44:42.409Z | Checking portpicker v0.1.1 |
1982 | 2024-05-29T19:44:42.527Z | Checking headers v0.3.9 |
1983 | 2024-05-29T19:44:42.563Z | Checking rcgen v0.12.1 |
1984 | 2024-05-29T19:44:42.918Z | Checking atomicwrites v0.4.3 |
1985 | 2024-05-29T19:44:43.007Z | Checking subprocess v0.2.9 |
1986 | 2024-05-29T19:44:43.089Z | Compiling convert_case v0.4.0 |
1987 | 2024-05-29T19:44:43.127Z | Checking linked-hash-map v0.5.6 |
1988 | 2024-05-29T19:44:43.221Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1989 | 2024-05-29T19:44:43.347Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1990 | 2024-05-29T19:44:43.453Z | Checking lru-cache v0.1.2 |
1991 | 2024-05-29T19:44:43.499Z | Checking password-hash v0.5.0 |
1992 | 2024-05-29T19:44:43.525Z | Checking blake2 v0.10.6 |
1993 | 2024-05-29T19:44:43.617Z | Checking swrite v0.1.0 |
1994 | 2024-05-29T19:44:43.722Z | Compiling rayon-core v1.12.1 |
1995 | 2024-05-29T19:44:43.900Z | Checking resolv-conf v0.7.0 |
1996 | 2024-05-29T19:44:43.925Z | Checking argon2 v0.5.3 |
1997 | 2024-05-29T19:44:43.966Z | Compiling derive_more v0.99.17 |
1998 | 2024-05-29T19:44:44.008Z | Checking half v2.4.1 |
1999 | 2024-05-29T19:44:44.207Z | Checking trust-dns-resolver v0.22.0 |
2000 | 2024-05-29T19:44:44.244Z | Checking mockall v0.12.1 |
2001 | 2024-05-29T19:44:44.399Z | Checking ciborium-io v0.2.2 |
2002 | 2024-05-29T19:44:44.434Z | Compiling cancel-safe-futures v0.1.5 |
2003 | 2024-05-29T19:44:44.516Z | Checking ciborium-ll v0.2.2 |
2004 | 2024-05-29T19:44:44.541Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2005 | 2024-05-29T19:44:44.745Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2006 | 2024-05-29T19:44:44.770Z | Checking ciborium v0.2.2 |
2007 | 2024-05-29T19:44:45.045Z | Compiling slog-dtrace v0.3.0 |
2008 | 2024-05-29T19:44:45.075Z | Compiling semver v0.1.20 |
2009 | 2024-05-29T19:44:45.250Z | Checking libsw v3.3.1 |
2010 | 2024-05-29T19:44:45.539Z | Compiling rustc_version v0.1.7 |
2011 | 2024-05-29T19:44:45.564Z | Checking linear-map v1.2.0 |
2012 | 2024-05-29T19:44:45.686Z | Checking owo-colors v4.0.0 |
2013 | 2024-05-29T19:44:45.711Z | Compiling unicode-xid v0.2.4 |
2014 | 2024-05-29T19:44:45.768Z | Compiling radium v0.7.0 |
2015 | 2024-05-29T19:44:45.857Z | Checking num-rational v0.4.2 |
2016 | 2024-05-29T19:44:45.882Z | Checking num-complex v0.4.6 |
2017 | 2024-05-29T19:44:45.992Z | Compiling newtype_derive v0.1.6 |
2018 | 2024-05-29T19:44:46.172Z | Checking nibble_vec v0.1.0 |
2019 | 2024-05-29T19:44:46.342Z | Checking endian-type v0.1.2 |
2020 | 2024-05-29T19:44:46.392Z | Compiling maybe-uninit v2.0.0 |
2021 | 2024-05-29T19:44:46.421Z | Checking steno v0.4.0 |
2022 | 2024-05-29T19:44:46.534Z | Checking tap v1.0.1 |
2023 | 2024-05-29T19:44:46.623Z | Checking num v0.4.3 |
2024 | 2024-05-29T19:44:46.683Z | Checking wyz v0.5.1 |
2025 | 2024-05-29T19:44:46.716Z | Checking radix_trie v0.2.1 |
2026 | 2024-05-29T19:44:47.011Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2027 | 2024-05-29T19:44:47.072Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2028 | 2024-05-29T19:44:47.156Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2029 | 2024-05-29T19:44:47.230Z | Checking fxhash v0.2.1 |
2030 | 2024-05-29T19:44:47.384Z | Compiling packed_struct v0.10.1 |
2031 | 2024-05-29T19:44:47.444Z | Checking crc-catalog v2.4.0 |
2032 | 2024-05-29T19:44:47.564Z | Compiling num-bigint-dig v0.8.4 |
2033 | 2024-05-29T19:44:47.769Z | Checking funty v2.0.0 |
2034 | 2024-05-29T19:44:47.879Z | Checking crc v3.2.1 |
2035 | 2024-05-29T19:44:48.324Z | Compiling packed_struct_codegen v0.10.1 |
2036 | 2024-05-29T19:44:48.351Z | Compiling indexmap v1.9.3 |
2037 | 2024-05-29T19:44:48.565Z | Checking bitvec v1.0.1 |
2038 | 2024-05-29T19:44:48.590Z | Checking nodrop v0.1.14 |
2039 | 2024-05-29T19:44:48.697Z | Checking array-init v0.0.4 |
2040 | 2024-05-29T19:44:48.807Z | Checking smallvec v0.6.14 |
2041 | 2024-05-29T19:44:49.084Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2042 | 2024-05-29T19:44:49.335Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2043 | 2024-05-29T19:44:49.545Z | Checking pkcs1 v0.7.5 |
2044 | 2024-05-29T19:44:49.727Z | Checking signature v2.2.0 |
2045 | 2024-05-29T19:44:49.887Z | Checking bitfield v0.14.0 |
2046 | 2024-05-29T19:44:49.912Z | Checking hashbrown v0.12.3 |
2047 | 2024-05-29T19:44:50.126Z | Checking serde-hex v0.1.0 |
2048 | 2024-05-29T19:44:50.524Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2049 | 2024-05-29T19:44:50.839Z | Checking bzip2 v0.4.4 |
2050 | 2024-05-29T19:44:50.932Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2051 | 2024-05-29T19:44:51.010Z | Checking rsa v0.9.6 |
2052 | 2024-05-29T19:44:51.124Z | Checking env_logger v0.10.2 |
2053 | 2024-05-29T19:44:51.159Z | Checking x509-cert v0.2.5 |
2054 | 2024-05-29T19:44:51.195Z | Checking ron v0.8.1 |
2055 | 2024-05-29T19:44:51.486Z | Checking hashbrown v0.13.2 |
2056 | 2024-05-29T19:44:51.512Z | Compiling home v0.5.9 |
2057 | 2024-05-29T19:44:51.742Z | Checking crc-any v2.5.0 |
2058 | 2024-05-29T19:44:51.862Z | Checking zip v0.6.6 |
2059 | 2024-05-29T19:44:52.059Z | Checking display-error-chain v0.2.0 |
2060 | 2024-05-29T19:44:52.199Z | Checking path-slash v0.1.5 |
2061 | 2024-05-29T19:44:52.297Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2062 | 2024-05-29T19:44:52.322Z | Compiling async-recursion v1.1.1 |
2063 | 2024-05-29T19:44:52.372Z | Checking object v0.30.4 |
2064 | 2024-05-29T19:44:52.450Z | Compiling blake3 v1.5.1 |
2065 | 2024-05-29T19:44:52.477Z | Compiling ring v0.16.20 |
2066 | 2024-05-29T19:44:52.517Z | Compiling buf-list v1.0.3 |
2067 | 2024-05-29T19:44:53.037Z | Checking maplit v1.0.2 |
2068 | 2024-05-29T19:44:53.267Z | Checking gethostname v0.4.3 |
2069 | 2024-05-29T19:44:53.387Z | Compiling libefi-sys v0.1.0 |
2070 | 2024-05-29T19:44:53.387Z | Compiling parking_lot_core v0.8.6 |
2071 | 2024-05-29T19:44:53.475Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2072 | 2024-05-29T19:44:53.731Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2073 | 2024-05-29T19:44:53.913Z | Compiling crossbeam-deque v0.8.5 |
2074 | 2024-05-29T19:44:53.982Z | Checking keccak v0.1.5 |
2075 | 2024-05-29T19:44:54.012Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2076 | 2024-05-29T19:44:54.207Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2077 | 2024-05-29T19:44:54.257Z | Checking sha3 v0.10.8 |
2078 | 2024-05-29T19:44:54.336Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2079 | 2024-05-29T19:44:54.648Z | Checking parking_lot v0.11.2 |
2080 | 2024-05-29T19:44:54.947Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2081 | 2024-05-29T19:44:55.074Z | Checking trust-dns-client v0.22.0 |
2082 | 2024-05-29T19:44:55.154Z | Compiling synstructure v0.12.6 |
2083 | 2024-05-29T19:44:55.414Z | Checking toml v0.5.11 |
2084 | 2024-05-29T19:44:55.668Z | Checking secrecy v0.8.0 |
2085 | 2024-05-29T19:44:55.844Z | Compiling pin-project-internal v1.1.5 |
2086 | 2024-05-29T19:44:56.201Z | Compiling rayon v1.10.0 |
2087 | 2024-05-29T19:44:56.274Z | Checking sled v0.34.7 |
2088 | 2024-05-29T19:44:56.607Z | Checking trust-dns-server v0.22.1 |
2089 | 2024-05-29T19:44:56.695Z | Compiling zerocopy-derive v0.2.0 |
2090 | 2024-05-29T19:44:58.319Z | Compiling memmap2 v0.9.4 |
2091 | 2024-05-29T19:44:58.471Z | Checking pin-project v1.1.5 |
2092 | 2024-05-29T19:44:58.590Z | Compiling untrusted v0.7.1 |
2093 | 2024-05-29T19:44:58.620Z | Compiling constant_time_eq v0.3.0 |
2094 | 2024-05-29T19:44:58.726Z | Compiling arrayvec v0.7.4 |
2095 | 2024-05-29T19:44:58.757Z | Compiling arrayref v0.3.7 |
2096 | 2024-05-29T19:44:59.267Z | Compiling toolchain_find v0.4.0 |
2097 | 2024-05-29T19:44:59.434Z | Compiling vte_generate_state_changes v0.1.1 |
2098 | 2024-05-29T19:44:59.466Z | Compiling topological-sort v0.2.2 |
2099 | 2024-05-29T19:44:59.665Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2100 | 2024-05-29T19:44:59.961Z | Checking vte v0.11.1 |
2101 | 2024-05-29T19:45:00.078Z | Compiling rustfmt-wrapper v0.2.1 |
2102 | 2024-05-29T19:45:00.586Z | Compiling omicron-zone-package v0.11.0 |
2103 | 2024-05-29T19:45:00.694Z | Checking fd-lock v4.0.2 |
2104 | 2024-05-29T19:45:00.733Z | Compiling glob v0.3.1 |
2105 | 2024-05-29T19:45:07.472Z | Checking strip-ansi-escapes v0.2.0 |
2106 | 2024-05-29T19:45:07.472Z | Compiling usdt-impl v0.3.5 |
2107 | 2024-05-29T19:45:07.472Z | Checking nu-ansi-term v0.50.0 |
2108 | 2024-05-29T19:45:07.597Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2109 | 2024-05-29T19:45:07.597Z | Checking reedline v0.31.0 |
2110 | 2024-05-29T19:45:07.598Z | Compiling zerocopy v0.3.2 |
2111 | 2024-05-29T19:45:07.598Z | Compiling prettyplease v0.2.20 |
2112 | 2024-05-29T19:45:07.598Z | Compiling dtrace-parser v0.1.14 |
2113 | 2024-05-29T19:45:07.598Z | Compiling snafu-derive v0.8.2 |
2114 | 2024-05-29T19:45:07.599Z | Compiling dof v0.1.5 |
2115 | 2024-05-29T19:45:07.599Z | Checking globset v0.4.14 |
2116 | 2024-05-29T19:45:07.599Z | Checking olpc-cjson v0.1.3 |
2117 | 2024-05-29T19:45:07.600Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2118 | 2024-05-29T19:45:07.600Z | Compiling serde_tokenstream v0.1.7 |
2119 | 2024-05-29T19:45:07.600Z | Checking serde_plain v1.0.2 |
2120 | 2024-05-29T19:45:07.600Z | Compiling memoffset v0.7.1 |
2121 | 2024-05-29T19:45:07.600Z | Compiling crunchy v0.2.2 |
2122 | 2024-05-29T19:45:07.601Z | Checking typed-path v0.7.1 |
2123 | 2024-05-29T19:45:07.601Z | Compiling platforms v3.4.0 |
2124 | 2024-05-29T19:45:07.696Z | Compiling clang-sys v1.7.0 |
2125 | 2024-05-29T19:45:07.697Z | Compiling curve25519-dalek v4.1.2 |
2126 | 2024-05-29T19:45:07.697Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2127 | 2024-05-29T19:45:07.697Z | Compiling unicase v2.7.0 |
2128 | 2024-05-29T19:45:07.697Z | Checking parse-size v1.0.0 |
2129 | 2024-05-29T19:45:07.698Z | Compiling tiny-keccak v2.0.2 |
2130 | 2024-05-29T19:45:07.698Z | Compiling usdt-macro v0.3.5 |
2131 | 2024-05-29T19:45:07.698Z | Compiling usdt-attr-macro v0.3.5 |
2132 | 2024-05-29T19:45:07.698Z | Checking universal-hash v0.5.1 |
2133 | 2024-05-29T19:45:07.698Z | Compiling thiserror-impl-no-std v2.0.2 |
2134 | 2024-05-29T19:45:07.698Z | Compiling curve25519-dalek-derive v0.1.1 |
2135 | 2024-05-29T19:45:07.698Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2136 | 2024-05-29T19:45:07.698Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2137 | 2024-05-29T19:45:07.698Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2138 | 2024-05-29T19:45:07.698Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2139 | 2024-05-29T19:45:07.698Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2140 | 2024-05-29T19:45:07.699Z | Checking snafu v0.8.2 |
2141 | 2024-05-29T19:45:07.699Z | Checking tough v0.17.1 |
2142 | 2024-05-29T19:45:07.755Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2143 | 2024-05-29T19:45:07.852Z | Checking nanorand v0.7.0 |
2144 | 2024-05-29T19:45:08.145Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2145 | 2024-05-29T19:45:08.381Z | Checking opaque-debug v0.3.1 |
2146 | 2024-05-29T19:45:08.454Z | Checking signature v1.6.4 |
2147 | 2024-05-29T19:45:08.496Z | Checking bytecount v0.6.8 |
2148 | 2024-05-29T19:45:08.570Z | Compiling salty v0.2.0 |
2149 | 2024-05-29T19:45:08.606Z | Compiling cfg_aliases v0.1.1 |
2150 | 2024-05-29T19:45:08.716Z | Compiling nix v0.28.0 |
2151 | 2024-05-29T19:45:09.018Z | Checking papergrid v0.11.0 |
2152 | 2024-05-29T19:45:09.245Z | Checking ed25519 v1.5.3 |
2153 | 2024-05-29T19:45:09.360Z | Checking poly1305 v0.8.0 |
2154 | 2024-05-29T19:45:09.415Z | Checking thiserror-no-std v2.0.2 |
2155 | 2024-05-29T19:45:10.066Z | Checking flume v0.11.0 |
2156 | 2024-05-29T19:45:10.114Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2157 | 2024-05-29T19:45:10.115Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2158 | 2024-05-29T19:45:10.115Z | Checking usdt v0.3.5 |
2159 | 2024-05-29T19:45:10.597Z | Compiling ascii-canvas v3.0.0 |
2160 | 2024-05-29T19:45:10.743Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2161 | 2024-05-29T19:45:10.815Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2162 | 2024-05-29T19:45:11.026Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2163 | 2024-05-29T19:45:11.259Z | Compiling tabled_derive v0.7.0 |
2164 | 2024-05-29T19:45:11.433Z | Checking chacha20 v0.9.1 |
2165 | 2024-05-29T19:45:11.503Z | Checking aead v0.5.2 |
2166 | 2024-05-29T19:45:11.545Z | Checking serde-big-array v0.5.1 |
2167 | 2024-05-29T19:45:11.696Z | Checking kstat-rs v0.2.3 |
2168 | 2024-05-29T19:45:11.731Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2169 | 2024-05-29T19:45:11.779Z | Compiling ena v0.14.3 |
2170 | 2024-05-29T19:45:12.269Z | Compiling libloading v0.8.3 |
2171 | 2024-05-29T19:45:12.306Z | Compiling bindgen v0.69.4 |
2172 | 2024-05-29T19:45:12.306Z | Compiling diff v0.1.13 |
2173 | 2024-05-29T19:45:12.306Z | Compiling regex-syntax v0.6.29 |
2174 | 2024-05-29T19:45:12.480Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2175 | 2024-05-29T19:45:13.173Z | Checking chacha20poly1305 v0.10.1 |
2176 | 2024-05-29T19:45:13.212Z | Checking vsss-rs v3.3.4 |
2177 | 2024-05-29T19:45:13.366Z | Checking tabled v0.15.0 |
2178 | 2024-05-29T19:45:13.854Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2179 | 2024-05-29T19:45:14.983Z | Compiling lalrpop v0.19.12 |
2180 | 2024-05-29T19:45:15.586Z | Compiling which v4.4.2 |
2181 | 2024-05-29T19:45:15.889Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2182 | 2024-05-29T19:45:16.104Z | Checking signal-hook-tokio v0.3.1 |
2183 | 2024-05-29T19:45:16.132Z | Compiling cexpr v0.6.0 |
2184 | 2024-05-29T19:45:16.254Z | Checking serde-big-array v0.4.1 |
2185 | 2024-05-29T19:45:16.403Z | Compiling shlex v1.3.0 |
2186 | 2024-05-29T19:45:16.950Z | Compiling ref-cast v1.0.23 |
2187 | 2024-05-29T19:45:17.212Z | Compiling lazycell v1.3.0 |
2188 | 2024-05-29T19:45:17.287Z | Compiling rustc-hash v1.1.0 |
2189 | 2024-05-29T19:45:17.477Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2190 | 2024-05-29T19:45:17.697Z | Compiling mime_guess v2.0.4 |
2191 | 2024-05-29T19:45:18.937Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2192 | 2024-05-29T19:45:19.984Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2193 | 2024-05-29T19:45:20.202Z | Compiling derive_builder_core v0.20.0 |
2194 | 2024-05-29T19:45:20.288Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2195 | 2024-05-29T19:45:21.545Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2196 | 2024-05-29T19:45:22.269Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2197 | 2024-05-29T19:45:22.298Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2198 | 2024-05-29T19:45:23.376Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2199 | 2024-05-29T19:45:23.987Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2200 | 2024-05-29T19:45:24.229Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2201 | 2024-05-29T19:45:25.394Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2202 | 2024-05-29T19:45:25.542Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2203 | 2024-05-29T19:45:25.777Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2204 | 2024-05-29T19:45:25.860Z | Compiling peg-macros v0.8.3 |
2205 | 2024-05-29T19:45:27.113Z | Compiling ref-cast-impl v1.0.23 |
2206 | 2024-05-29T19:45:27.520Z | Compiling sqlparser_derive v0.2.2 |
2207 | 2024-05-29T19:45:28.094Z | Compiling libxml v0.3.3 |
2208 | 2024-05-29T19:45:28.418Z | Checking corncobs v0.1.3 |
2209 | 2024-05-29T19:45:28.521Z | Checking unicode_categories v0.1.1 |
2210 | 2024-05-29T19:45:28.770Z | Checking sqlformat v0.2.3 |
2211 | 2024-05-29T19:45:28.796Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2212 | 2024-05-29T19:45:28.821Z | Checking peg v0.8.3 |
2213 | 2024-05-29T19:45:28.911Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2214 | 2024-05-29T19:45:29.088Z | Checking rustyline v14.0.0 |
2215 | 2024-05-29T19:45:29.146Z | Checking sqlparser v0.45.0 |
2216 | 2024-05-29T19:45:30.613Z | Compiling derive_builder_macro v0.20.0 |
2217 | 2024-05-29T19:45:30.741Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2218 | 2024-05-29T19:45:31.166Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2219 | 2024-05-29T19:45:31.565Z | Checking bcs v0.1.6 |
2220 | 2024-05-29T19:45:31.711Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2221 | 2024-05-29T19:45:31.958Z | Compiling strum_macros v0.24.3 |
2222 | 2024-05-29T19:45:32.601Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2223 | 2024-05-29T19:45:32.829Z | Compiling cookie v0.18.1 |
2224 | 2024-05-29T19:45:33.060Z | Compiling indoc v1.0.9 |
2225 | 2024-05-29T19:45:33.910Z | Checking highway v1.1.0 |
2226 | 2024-05-29T19:45:34.625Z | Checking derive_builder v0.20.0 |
2227 | 2024-05-29T19:45:34.726Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2228 | 2024-05-29T19:45:34.777Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2229 | 2024-05-29T19:45:34.918Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2230 | 2024-05-29T19:45:35.462Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2231 | 2024-05-29T19:45:36.160Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2232 | 2024-05-29T19:45:36.528Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2233 | 2024-05-29T19:45:36.849Z | Compiling const_format_proc_macros v0.2.32 |
2234 | 2024-05-29T19:45:36.924Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2235 | 2024-05-29T19:45:38.807Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2236 | 2024-05-29T19:45:39.036Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2237 | 2024-05-29T19:45:39.258Z | Checking bb8 v0.8.3 |
2238 | 2024-05-29T19:45:39.486Z | Checking quick-xml v0.31.0 |
2239 | 2024-05-29T19:45:39.514Z | Compiling oso-derive v0.27.3 |
2240 | 2024-05-29T19:45:39.577Z | Compiling impl-trait-for-tuples v0.2.2 |
2241 | 2024-05-29T19:45:39.635Z | Checking http-range v0.1.5 |
2242 | 2024-05-29T19:45:39.792Z | Checking hyper-staticfile v0.9.5 |
2243 | 2024-05-29T19:45:40.132Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2244 | 2024-05-29T19:45:40.322Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2245 | 2024-05-29T19:45:40.656Z | Checking const_format v0.2.32 |
2246 | 2024-05-29T19:45:41.034Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2247 | 2024-05-29T19:45:41.244Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2248 | 2024-05-29T19:45:41.840Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2249 | 2024-05-29T19:45:42.830Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2250 | 2024-05-29T19:45:43.581Z | Checking assert_matches v1.5.0 |
2251 | 2024-05-29T19:45:43.626Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2252 | 2024-05-29T19:45:43.678Z | Checking rand_seeder v0.2.3 |
2253 | 2024-05-29T19:45:43.872Z | Compiling portable-atomic v1.6.0 |
2254 | 2024-05-29T19:45:44.301Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2255 | 2024-05-29T19:45:44.380Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2256 | 2024-05-29T19:45:44.506Z | Checking number_prefix v0.4.0 |
2257 | 2024-05-29T19:45:44.673Z | Checking castaway v0.2.2 |
2258 | 2024-05-29T19:45:44.822Z | Checking compact_str v0.7.1 |
2259 | 2024-05-29T19:45:45.441Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2260 | 2024-05-29T19:45:45.586Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2261 | 2024-05-29T19:45:45.635Z | Checking indicatif v0.17.8 |
2262 | 2024-05-29T19:45:45.677Z | Checking lru v0.12.3 |
2263 | 2024-05-29T19:45:45.819Z | Compiling stability v0.2.0 |
2264 | 2024-05-29T19:45:45.921Z | Compiling indoc v2.0.5 |
2265 | 2024-05-29T19:45:46.275Z | Checking cassowary v0.3.0 |
2266 | 2024-05-29T19:45:46.665Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2267 | 2024-05-29T19:45:46.690Z | Checking smawk v0.3.2 |
2268 | 2024-05-29T19:45:46.866Z | Checking ratatui v0.26.2 |
2269 | 2024-05-29T19:45:46.891Z | Checking unicode-linebreak v0.1.5 |
2270 | 2024-05-29T19:45:47.217Z | Checking textwrap v0.16.1 |
2271 | 2024-05-29T19:45:47.556Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2272 | 2024-05-29T19:45:47.795Z | Checking is_ci v1.2.0 |
2273 | 2024-05-29T19:45:47.939Z | Checking supports-color v3.0.0 |
2274 | 2024-05-29T19:45:48.154Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2275 | 2024-05-29T19:45:48.754Z | Checking fatfs v0.3.6 |
2276 | 2024-05-29T19:45:48.781Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2277 | 2024-05-29T19:45:49.418Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2278 | 2024-05-29T19:45:49.624Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2279 | 2024-05-29T19:45:49.688Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2280 | 2024-05-29T19:45:49.832Z | Checking shell-words v1.1.0 |
2281 | 2024-05-29T19:45:50.003Z | Checking rtoolbox v0.0.2 |
2282 | 2024-05-29T19:45:50.188Z | Checking rpassword v7.3.1 |
2283 | 2024-05-29T19:45:50.753Z | Checking tui-tree-widget v0.19.0 |
2284 | 2024-05-29T19:45:50.778Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2285 | 2024-05-29T19:45:50.779Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2286 | 2024-05-29T19:45:50.779Z | Checking yansi v0.5.1 |
2287 | 2024-05-29T19:45:51.115Z | Checking pretty_assertions v1.4.0 |
2288 | 2024-05-29T19:45:51.629Z | Compiling target-lexicon v0.12.14 |
2289 | 2024-05-29T19:45:51.709Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2290 | 2024-05-29T19:45:51.950Z | Checking cargo-platform v0.1.8 |
2291 | 2024-05-29T19:45:52.212Z | Compiling doc-comment v0.3.3 |
2292 | 2024-05-29T19:45:52.506Z | Compiling guppy-workspace-hack v0.1.0 |
2293 | 2024-05-29T19:45:52.682Z | Checking plotters-backend v0.3.5 |
2294 | 2024-05-29T19:45:52.945Z | Checking cargo_metadata v0.18.1 |
2295 | 2024-05-29T19:45:52.997Z | Checking plotters-svg v0.3.5 |
2296 | 2024-05-29T19:45:53.176Z | Checking http-body v1.0.0 |
2297 | 2024-05-29T19:45:53.277Z | Checking regex-automata v0.1.10 |
2298 | 2024-05-29T19:45:53.373Z | Compiling assert_cmd v2.0.14 |
2299 | 2024-05-29T19:45:53.613Z | Compiling target-spec v3.1.0 |
2300 | 2024-05-29T19:45:53.675Z | Checking tower-layer v0.3.2 |
2301 | 2024-05-29T19:45:53.904Z | Checking cast v0.3.0 |
2302 | 2024-05-29T19:45:54.073Z | Checking tower v0.4.13 |
2303 | 2024-05-29T19:45:54.162Z | Checking criterion-plot v0.5.0 |
2304 | 2024-05-29T19:45:54.311Z | Checking bstr v0.2.17 |
2305 | 2024-05-29T19:45:54.587Z | Checking hyper v1.3.1 |
2306 | 2024-05-29T19:45:54.713Z | Checking cfg-expr v0.15.8 |
2307 | 2024-05-29T19:45:55.006Z | Checking plotters v0.3.5 |
2308 | 2024-05-29T19:45:55.531Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2309 | 2024-05-29T19:45:55.608Z | Checking tinytemplate v1.2.1 |
2310 | 2024-05-29T19:45:55.909Z | Checking csv-core v0.1.11 |
2311 | 2024-05-29T19:45:56.265Z | Checking oorandom v11.1.3 |
2312 | 2024-05-29T19:45:56.423Z | Checking anes v0.1.6 |
2313 | 2024-05-29T19:45:56.749Z | Checking criterion v0.5.1 |
2314 | 2024-05-29T19:45:56.930Z | Checking csv v1.3.0 |
2315 | 2024-05-29T19:45:57.765Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2316 | 2024-05-29T19:45:57.789Z | Checking hyper-util v0.1.3 |
2317 | 2024-05-29T19:45:58.581Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2318 | 2024-05-29T19:45:58.748Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2319 | 2024-05-29T19:45:58.914Z | Checking httptest v0.15.5 |
2320 | 2024-05-29T19:45:59.080Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2321 | 2024-05-29T19:45:59.472Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2322 | 2024-05-29T19:45:59.523Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2323 | 2024-05-29T19:46:00.788Z | Checking rustls-native-certs v0.7.0 |
2324 | 2024-05-29T19:46:00.912Z | Checking pathdiff v0.2.1 |
2325 | 2024-05-29T19:46:01.220Z | Checking nested v0.1.1 |
2326 | 2024-05-29T19:46:01.392Z | Checking guppy v0.17.5 |
2327 | 2024-05-29T19:46:03.025Z | Checking hyper-rustls v0.26.0 |
2328 | 2024-05-29T19:46:03.164Z | Checking escape8259 v0.5.2 |
2329 | 2024-05-29T19:46:03.318Z | Checking threadpool v1.8.1 |
2330 | 2024-05-29T19:46:03.347Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2331 | 2024-05-29T19:46:03.496Z | Checking libtest-mimic v0.7.3 |
2332 | 2024-05-29T19:46:03.887Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2333 | 2024-05-29T19:46:04.127Z | Checking similar-asserts v1.5.0 |
2334 | 2024-05-29T19:46:04.198Z | Checking fancy-regex v0.13.0 |
2335 | 2024-05-29T19:46:04.324Z | Compiling rstest_macros v0.19.0 |
2336 | 2024-05-29T19:46:04.854Z | Checking datatest-stable v0.2.9 |
2337 | 2024-05-29T19:46:04.906Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2338 | 2024-05-29T19:46:05.108Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2339 | 2024-05-29T19:46:05.345Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2340 | 2024-05-29T19:46:05.577Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2341 | 2024-05-29T19:46:05.977Z | Compiling relative-path v1.9.3 |
2342 | 2024-05-29T19:46:06.007Z | Compiling trybuild v1.0.96 |
2343 | 2024-05-29T19:46:06.317Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2344 | 2024-05-29T19:46:06.422Z | Checking blake2b_simd v1.0.2 |
2345 | 2024-05-29T19:46:07.112Z | Checking multimap v0.10.0 |
2346 | 2024-05-29T19:46:07.361Z | Checking futures-timer v3.0.3 |
2347 | 2024-05-29T19:46:07.629Z | Checking rust-argon2 v2.1.0 |
2348 | 2024-05-29T19:46:10.417Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2349 | 2024-05-29T19:46:12.150Z | Checking partial-io v0.5.4 |
2350 | 2024-05-29T19:46:12.500Z | Checking approx v0.5.1 |
2351 | 2024-05-29T19:46:12.712Z | Checking uzers v0.11.3 |
2352 | 2024-05-29T19:46:13.024Z | Checking termios v0.3.3 |
2353 | 2024-05-29T19:46:13.230Z | Checking hex-literal v0.4.1 |
2354 | 2024-05-29T19:46:14.800Z | Checking rstest v0.19.0 |
2355 | 2024-05-29T19:46:16.561Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2356 | 2024-05-29T19:46:18.097Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2357 | 2024-05-29T19:46:23.985Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2358 | 2024-05-29T19:46:31.968Z | Compiling samael v0.0.15 |
2359 | 2024-05-29T19:46:56.652Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2360 | 2024-05-29T19:46:57.947Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2361 | 2024-05-29T19:47:12.221Z | Compiling polar-core v0.27.3 |
2362 | 2024-05-29T19:47:21.526Z | Checking oso v0.27.3 |
2363 | 2024-05-29T19:48:01.893Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2364 | 2024-05-29T19:48:01.893Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2365 | 2024-05-29T19:48:01.926Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2366 | 2024-05-29T19:49:41.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s |
2367 | 2024-05-29T19:49:41.624Z | |
2368 | 2024-05-29T19:49:41.624Z | real 7:49.828361002 |
2369 | 2024-05-29T19:49:41.624Z | user 35:15.424994252 |
2370 | 2024-05-29T19:49:41.624Z | sys 6:27.968140591 |
2371 | 2024-05-29T19:49:41.624Z | trap 1.102988887 |
2372 | 2024-05-29T19:49:41.624Z | tflt 0.571533840 |
2373 | 2024-05-29T19:49:41.624Z | dflt 1.872725093 |
2374 | 2024-05-29T19:49:41.649Z | kflt 0.002886596 |
2375 | 2024-05-29T19:49:41.649Z | lock 1:00:25.914952826 |
2376 | 2024-05-29T19:49:41.649Z | slp 1:45:26.854975731 |
2377 | 2024-05-29T19:49:41.649Z | lat 1:52.821436579 |
2378 | 2024-05-29T19:49:41.649Z | stop 5:43.512432316 |
2379 | 2024-05-29T19:49:42.985Z | warning: output filename collision. |
2380 | 2024-05-29T19:49:42.985Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2381 | 2024-05-29T19:49:42.985Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2382 | 2024-05-29T19:49:42.985Z | The targets should have unique names. |
2383 | 2024-05-29T19:49:42.985Z | This is a known bug where multiple crates with the same name use |
2384 | 2024-05-29T19:49:42.985Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2385 | 2024-05-29T19:49:42.985Z | warning: output filename collision. |
2386 | 2024-05-29T19:49:42.985Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2387 | 2024-05-29T19:49:42.985Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2388 | 2024-05-29T19:49:42.985Z | The targets should have unique names. |
2389 | 2024-05-29T19:49:42.986Z | This is a known bug where multiple crates with the same name use |
2390 | 2024-05-29T19:49:42.986Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2391 | 2024-05-29T19:49:43.057Z | warning: output filename collision. |
2392 | 2024-05-29T19:49:43.058Z | 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2393 | 2024-05-29T19:49:43.058Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2394 | 2024-05-29T19:49:43.058Z | The targets should have unique names. |
2395 | 2024-05-29T19:49:43.058Z | This is a known bug where multiple crates with the same name use |
2396 | 2024-05-29T19:49:43.058Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2397 | 2024-05-29T19:49:43.058Z | warning: output filename collision. |
2398 | 2024-05-29T19:49:43.058Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2399 | 2024-05-29T19:49:43.058Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2400 | 2024-05-29T19:49:43.058Z | The targets should have unique names. |
2401 | 2024-05-29T19:49:43.058Z | This is a known bug where multiple crates with the same name use |
2402 | 2024-05-29T19:49:43.058Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2403 | 2024-05-29T19:49:43.058Z | warning: output filename collision. |
2404 | 2024-05-29T19:49:43.058Z | The lib target `nix` in package `nix v0.28.0` 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)`. |
2405 | 2024-05-29T19:49:43.058Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2406 | 2024-05-29T19:49:43.058Z | The targets should have unique names. |
2407 | 2024-05-29T19:49:43.058Z | This is a known bug where multiple crates with the same name use |
2408 | 2024-05-29T19:49:43.058Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2409 | 2024-05-29T19:49:43.058Z | warning: output filename collision. |
2410 | 2024-05-29T19:49:43.058Z | 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)`. |
2411 | 2024-05-29T19:49:43.058Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2412 | 2024-05-29T19:49:43.058Z | The targets should have unique names. |
2413 | 2024-05-29T19:49:43.058Z | This is a known bug where multiple crates with the same name use |
2414 | 2024-05-29T19:49:43.059Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2415 | 2024-05-29T19:49:43.059Z | warning: output filename collision. |
2416 | 2024-05-29T19:49:43.059Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2417 | 2024-05-29T19:49:43.059Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2418 | 2024-05-29T19:49:43.059Z | The targets should have unique names. |
2419 | 2024-05-29T19:49:43.059Z | This is a known bug where multiple crates with the same name use |
2420 | 2024-05-29T19:49:43.059Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2421 | 2024-05-29T19:49:43.059Z | warning: output filename collision. |
2422 | 2024-05-29T19:49:43.059Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`. |
2423 | 2024-05-29T19:49:43.059Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2424 | 2024-05-29T19:49:43.059Z | The targets should have unique names. |
2425 | 2024-05-29T19:49:43.059Z | This is a known bug where multiple crates with the same name use |
2426 | 2024-05-29T19:49:43.059Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2427 | 2024-05-29T19:49:43.059Z | warning: output filename collision. |
2428 | 2024-05-29T19:49:43.059Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2429 | 2024-05-29T19:49:43.059Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2430 | 2024-05-29T19:49:43.059Z | The targets should have unique names. |
2431 | 2024-05-29T19:49:43.059Z | This is a known bug where multiple crates with the same name use |
2432 | 2024-05-29T19:49:43.059Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2433 | 2024-05-29T19:49:43.669Z | Documenting libc v0.2.153 |
2434 | 2024-05-29T19:49:43.700Z | Documenting cfg-if v1.0.0 |
2435 | 2024-05-29T19:49:43.732Z | Documenting serde_derive v1.0.202 |
2436 | 2024-05-29T19:49:43.776Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2437 | 2024-05-29T19:49:43.776Z | Documenting log v0.4.21 |
2438 | 2024-05-29T19:49:43.805Z | Documenting memchr v2.7.2 |
2439 | 2024-05-29T19:49:43.831Z | Documenting itoa v1.0.11 |
2440 | 2024-05-29T19:49:43.831Z | Documenting byteorder v1.5.0 |
2441 | 2024-05-29T19:49:44.025Z | Documenting scopeguard v1.2.0 |
2442 | 2024-05-29T19:49:46.460Z | Documenting smallvec v1.13.2 |
2443 | 2024-05-29T19:49:46.645Z | Documenting pin-project-lite v0.2.14 |
2444 | 2024-05-29T19:49:47.767Z | Documenting getrandom v0.2.14 |
2445 | 2024-05-29T19:49:47.830Z | Documenting libm v0.2.8 |
2446 | 2024-05-29T19:49:47.906Z | Documenting signal-hook-registry v1.4.2 |
2447 | 2024-05-29T19:49:48.122Z | Documenting lock_api v0.4.12 |
2448 | 2024-05-29T19:49:48.161Z | Documenting mio v0.8.11 |
2449 | 2024-05-29T19:49:49.451Z | Documenting once_cell v1.19.0 |
2450 | 2024-05-29T19:49:49.520Z | Documenting parking_lot_core v0.9.10 |
2451 | 2024-05-29T19:49:50.422Z | Documenting serde v1.0.202 |
2452 | 2024-05-29T19:49:51.164Z | Documenting num-traits v0.2.19 |
2453 | 2024-05-29T19:49:51.830Z | Documenting rand_core v0.6.4 |
2454 | 2024-05-29T19:49:52.357Z | Documenting thiserror-impl v1.0.60 |
2455 | 2024-05-29T19:49:52.419Z | Documenting zeroize_derive v1.4.2 |
2456 | 2024-05-29T19:49:52.520Z | Documenting ryu v1.0.18 |
2457 | 2024-05-29T19:49:53.488Z | Documenting futures-core v0.3.30 |
2458 | 2024-05-29T19:49:54.316Z | Documenting parking_lot v0.12.2 |
2459 | 2024-05-29T19:49:55.327Z | Documenting socket2 v0.5.7 |
2460 | 2024-05-29T19:49:55.973Z | Documenting num_cpus v1.16.0 |
2461 | 2024-05-29T19:49:56.529Z | Documenting tokio-macros v2.2.0 |
2462 | 2024-05-29T19:49:57.348Z | Documenting zeroize v1.7.0 |
2463 | 2024-05-29T19:49:57.679Z | Documenting thiserror v1.0.60 |
2464 | 2024-05-29T19:49:57.712Z | Documenting zerocopy v0.7.34 |
2465 | 2024-05-29T19:49:58.287Z | Documenting futures-sink v0.3.30 |
2466 | 2024-05-29T19:49:59.740Z | Documenting typenum v1.17.0 |
2467 | 2024-05-29T19:50:00.204Z | Documenting pin-utils v0.1.0 |
2468 | 2024-05-29T19:50:02.350Z | Documenting iana-time-zone v0.1.60 |
2469 | 2024-05-29T19:50:02.392Z | Documenting subtle v2.5.0 |
2470 | 2024-05-29T19:50:02.392Z | Documenting slab v0.4.9 |
2471 | 2024-05-29T19:50:02.432Z | Documenting futures-channel v0.3.30 |
2472 | 2024-05-29T19:50:10.236Z | Documenting bytes v1.6.0 |
2473 | 2024-05-29T19:50:13.972Z | Documenting bitflags v2.5.0 |
2474 | 2024-05-29T19:50:14.008Z | Documenting serde_json v1.0.117 |
2475 | 2024-05-29T19:50:14.077Z | Documenting chrono v0.4.38 |
2476 | 2024-05-29T19:50:14.116Z | Documenting futures-macro v0.3.30 |
2477 | 2024-05-29T19:50:14.171Z | Documenting futures-io v0.3.30 |
2478 | 2024-05-29T19:50:14.351Z | Documenting tokio v1.37.0 |
2479 | 2024-05-29T19:50:14.376Z | Documenting futures-task v0.3.30 |
2480 | 2024-05-29T19:50:15.229Z | Documenting generic-array v0.14.7 |
2481 | 2024-05-29T19:50:18.281Z | Documenting uuid v1.8.0 |
2482 | 2024-05-29T19:50:18.826Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2483 | 2024-05-29T19:50:18.826Z | Documenting ahash v0.8.11 |
2484 | 2024-05-29T19:50:18.826Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2485 | 2024-05-29T19:50:19.008Z | Documenting futures-util v0.3.30 |
2486 | 2024-05-29T19:50:19.396Z | Documenting allocator-api2 v0.2.18 |
2487 | 2024-05-29T19:50:19.708Z | Documenting tinyvec_macros v0.1.1 |
2488 | 2024-05-29T19:50:19.862Z | Documenting crypto-common v0.1.6 |
2489 | 2024-05-29T19:50:20.085Z | Documenting const-oid v0.9.6 |
2490 | 2024-05-29T19:50:22.426Z | Documenting tinyvec v1.6.0 |
2491 | 2024-05-29T19:50:22.692Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2492 | 2024-05-29T19:50:22.743Z | Checking serde_derive_internals v0.29.1 |
2493 | 2024-05-29T19:50:23.157Z | Documenting hashbrown v0.14.5 |
2494 | 2024-05-29T19:50:23.286Z | Documenting serde_derive_internals v0.29.1 |
2495 | 2024-05-29T19:50:24.281Z | Documenting dyn-clone v1.0.17 |
2496 | 2024-05-29T19:50:25.309Z | Documenting ppv-lite86 v0.2.17 |
2497 | 2024-05-29T19:50:25.948Z | Documenting unicode-normalization v0.1.23 |
2498 | 2024-05-29T19:50:25.979Z | Documenting tracing-core v0.1.32 |
2499 | 2024-05-29T19:50:27.394Z | Documenting tracing-attributes v0.1.27 |
2500 | 2024-05-29T19:50:28.465Z | Documenting rand_chacha v0.3.1 |
2501 | 2024-05-29T19:50:28.548Z | Documenting unicode-bidi v0.3.15 |
2502 | 2024-05-29T19:50:28.875Z | Documenting schemars_derive v0.8.20 |
2503 | 2024-05-29T19:50:29.032Z | Documenting lazy_static v1.4.0 |
2504 | 2024-05-29T19:50:30.351Z | Documenting percent-encoding v2.3.1 |
2505 | 2024-05-29T19:50:30.385Z | Documenting block-buffer v0.10.4 |
2506 | 2024-05-29T19:50:31.832Z | Documenting powerfmt v0.2.0 |
2507 | 2024-05-29T19:50:32.814Z | Documenting equivalent v1.0.1 |
2508 | 2024-05-29T19:50:32.877Z | Documenting rand v0.8.5 |
2509 | 2024-05-29T19:50:33.199Z | Documenting time-macros v0.2.18 |
2510 | 2024-05-29T19:50:34.236Z | Documenting form_urlencoded v1.2.1 |
2511 | 2024-05-29T19:50:36.039Z | Documenting schemars v0.8.20 |
2512 | 2024-05-29T19:50:36.067Z | Documenting deranged v0.3.11 |
2513 | 2024-05-29T19:50:36.216Z | Documenting digest v0.10.7 |
2514 | 2024-05-29T19:50:36.242Z | Documenting indexmap v2.2.6 |
2515 | 2024-05-29T19:50:37.357Z | Documenting unicode-width v0.1.12 |
2516 | 2024-05-29T19:50:37.590Z | Documenting num_threads v0.1.7 |
2517 | 2024-05-29T19:50:38.140Z | Documenting num-conv v0.1.0 |
2518 | 2024-05-29T19:50:40.198Z | Documenting time-core v0.1.2 |
2519 | 2024-05-29T19:50:41.157Z | Documenting fnv v1.0.7 |
2520 | 2024-05-29T19:50:41.195Z | Documenting idna v0.5.0 |
2521 | 2024-05-29T19:50:42.010Z | Documenting unicode-ident v1.0.12 |
2522 | 2024-05-29T19:50:42.689Z | Documenting tracing v0.1.40 |
2523 | 2024-05-29T19:50:51.874Z | Documenting adler v1.0.2 |
2524 | 2024-05-29T19:50:52.059Z | Documenting time v0.3.36 |
2525 | 2024-05-29T19:50:52.099Z | Documenting proc-macro2 v1.0.82 |
2526 | 2024-05-29T19:50:52.133Z | Documenting slog v2.7.0 |
2527 | 2024-05-29T19:50:52.195Z | Documenting url v2.5.0 |
2528 | 2024-05-29T19:50:52.229Z | Documenting httparse v1.8.0 |
2529 | 2024-05-29T19:50:52.988Z | Documenting cpufeatures v0.2.12 |
2530 | 2024-05-29T19:50:54.713Z | Documenting miniz_oxide v0.7.2 |
2531 | 2024-05-29T19:50:55.731Z | Documenting tokio-util v0.7.11 |
2532 | 2024-05-29T19:50:56.455Z | Documenting errno v0.3.9 |
2533 | 2024-05-29T19:50:56.604Z | Documenting async-trait v0.1.80 |
2534 | 2024-05-29T19:50:56.708Z | Documenting httpdate v1.0.3 |
2535 | 2024-05-29T19:50:56.833Z | Documenting quote v1.0.36 |
2536 | 2024-05-29T19:50:58.663Z | Documenting try-lock v0.2.5 |
2537 | 2024-05-29T19:50:58.688Z | Documenting http-body v0.4.6 |
2538 | 2024-05-29T19:51:00.924Z | Documenting rustix v0.38.34 |
2539 | 2024-05-29T19:51:01.042Z | Documenting aho-corasick v1.1.3 |
2540 | 2024-05-29T19:51:01.105Z | Documenting openssl-sys v0.9.102 |
2541 | 2024-05-29T19:51:01.136Z | Documenting syn v2.0.64 |
2542 | 2024-05-29T19:51:01.201Z | Documenting want v0.3.1 |
2543 | 2024-05-29T19:51:01.998Z | Documenting h2 v0.3.26 |
2544 | 2024-05-29T19:51:02.025Z | Documenting openssl-macros v0.1.1 |
2545 | 2024-05-29T19:51:03.098Z | Documenting mime v0.3.17 |
2546 | 2024-05-29T19:51:05.134Z | Documenting gimli v0.28.1 |
2547 | 2024-05-29T19:51:06.090Z | Documenting regex-syntax v0.8.3 |
2548 | 2024-05-29T19:51:06.664Z | Documenting tower-service v0.3.2 |
2549 | 2024-05-29T19:51:07.111Z | Documenting openssl v0.10.64 |
2550 | 2024-05-29T19:51:07.370Z | Documenting object v0.32.2 |
2551 | 2024-05-29T19:51:07.692Z | Documenting openssl-probe v0.1.5 |
2552 | 2024-05-29T19:51:10.974Z | Documenting ipnet v2.9.0 |
2553 | 2024-05-29T19:51:11.026Z | Documenting hyper v0.14.28 |
2554 | 2024-05-29T19:51:11.474Z | Documenting addr2line v0.21.0 |
2555 | 2024-05-29T19:51:12.013Z | Documenting rustc-demangle v0.1.24 |
2556 | 2024-05-29T19:51:13.301Z | Documenting regex-automata v0.4.6 |
2557 | 2024-05-29T19:51:14.789Z | Documenting base64ct v1.6.0 |
2558 | 2024-05-29T19:51:15.103Z | Documenting futures-executor v0.3.30 |
2559 | 2024-05-29T19:51:15.169Z | Documenting encoding_rs v0.8.34 |
2560 | 2024-05-29T19:51:15.790Z | Documenting native-tls v0.2.11 |
2561 | 2024-05-29T19:51:18.989Z | Documenting psl-types v2.0.11 |
2562 | 2024-05-29T19:51:19.836Z | Documenting serde_urlencoded v0.7.1 |
2563 | 2024-05-29T19:51:19.893Z | Documenting semver v1.0.23 |
2564 | 2024-05-29T19:51:20.721Z | Documenting backtrace v0.3.71 |
2565 | 2024-05-29T19:51:20.761Z | Checking pest_meta v2.7.10 |
2566 | 2024-05-29T19:51:21.575Z | Documenting crossbeam-utils v0.8.19 |
2567 | 2024-05-29T19:51:21.693Z | Documenting tokio-native-tls v0.3.1 |
2568 | 2024-05-29T19:51:21.952Z | Documenting utf8parse v0.2.1 |
2569 | 2024-05-29T19:51:22.026Z | Documenting publicsuffix v2.2.3 |
2570 | 2024-05-29T19:51:23.243Z | Documenting hyper-rustls v0.24.2 |
2571 | 2024-05-29T19:51:24.548Z | Documenting regex v1.10.4 |
2572 | 2024-05-29T19:51:24.644Z | Documenting futures v0.3.30 |
2573 | 2024-05-29T19:51:24.793Z | Documenting pem-rfc7468 v0.7.0 |
2574 | 2024-05-29T19:51:25.802Z | Documenting anyhow v1.0.83 |
2575 | 2024-05-29T19:51:25.983Z | Documenting pest_meta v2.7.10 |
2576 | 2024-05-29T19:51:26.230Z | Documenting cookie_store v0.20.0 |
2577 | 2024-05-29T19:51:27.391Z | Documenting hyper-tls v0.5.0 |
2578 | 2024-05-29T19:51:28.919Z | Documenting der_derive v0.7.2 |
2579 | 2024-05-29T19:51:29.857Z | Documenting scroll_derive v0.12.0 |
2580 | 2024-05-29T19:51:31.159Z | Documenting flagset v0.4.5 |
2581 | 2024-05-29T19:51:31.193Z | Documenting sync_wrapper v0.1.2 |
2582 | 2024-05-29T19:51:31.194Z | Documenting webpki-roots v0.25.4 |
2583 | 2024-05-29T19:51:31.590Z | Documenting pest_generator v2.7.10 |
2584 | 2024-05-29T19:51:32.530Z | Checking pest_generator v2.7.10 |
2585 | 2024-05-29T19:51:33.157Z | Documenting num-integer v0.1.46 |
2586 | 2024-05-29T19:51:33.188Z | Documenting plain v0.2.3 |
2587 | 2024-05-29T19:51:33.188Z | Documenting ucd-trie v0.1.6 |
2588 | 2024-05-29T19:51:34.343Z | Documenting openapiv3 v2.0.0 |
2589 | 2024-05-29T19:51:34.483Z | Documenting der v0.7.9 |
2590 | 2024-05-29T19:51:34.736Z | Documenting reqwest v0.11.27 |
2591 | 2024-05-29T19:51:34.760Z | Documenting scroll v0.12.0 |
2592 | 2024-05-29T19:51:35.768Z | Documenting pretty-hex v0.4.1 |
2593 | 2024-05-29T19:51:36.598Z | Documenting pest_derive v2.7.10 |
2594 | 2024-05-29T19:51:37.071Z | Documenting pest v2.7.10 |
2595 | 2024-05-29T19:51:37.322Z | Documenting spin v0.9.8 |
2596 | 2024-05-29T19:51:38.737Z | Documenting thread-id v4.2.1 |
2597 | 2024-05-29T19:51:38.924Z | Documenting goblin v0.8.2 |
2598 | 2024-05-29T19:51:39.971Z | Documenting spki v0.7.3 |
2599 | 2024-05-29T19:51:41.389Z | Documenting either v1.12.0 |
2600 | 2024-05-29T19:51:41.613Z | Documenting anstyle v1.0.7 |
2601 | 2024-05-29T19:51:41.956Z | Documenting anstyle-parse v0.2.4 |
2602 | 2024-05-29T19:51:42.100Z | Documenting dtrace-parser v0.2.0 |
2603 | 2024-05-29T19:51:42.908Z | Documenting ipnetwork v0.20.0 |
2604 | 2024-05-29T19:51:44.061Z | Documenting pkcs8 v0.10.2 |
2605 | 2024-05-29T19:51:45.480Z | Documenting memmap v0.7.0 |
2606 | 2024-05-29T19:51:45.763Z | Documenting is_terminal_polyfill v1.70.0 |
2607 | 2024-05-29T19:51:45.919Z | Documenting colorchoice v1.0.1 |
2608 | 2024-05-29T19:51:46.086Z | Documenting anstyle-query v1.0.3 |
2609 | 2024-05-29T19:51:46.637Z | Documenting data-encoding v2.6.0 |
2610 | 2024-05-29T19:51:46.683Z | Documenting dof v0.3.0 |
2611 | 2024-05-29T19:51:48.120Z | Documenting crossbeam-epoch v0.9.18 |
2612 | 2024-05-29T19:51:48.638Z | Documenting terminal_size v0.3.0 |
2613 | 2024-05-29T19:51:48.669Z | Documenting sha2 v0.10.8 |
2614 | 2024-05-29T19:51:49.457Z | Documenting hex v0.4.3 |
2615 | 2024-05-29T19:51:49.773Z | Documenting crc32fast v1.4.0 |
2616 | 2024-05-29T19:51:49.995Z | Documenting anstream v0.6.14 |
2617 | 2024-05-29T19:51:50.314Z | Documenting clap_lex v0.7.0 |
2618 | 2024-05-29T19:51:51.995Z | Documenting usdt-impl v0.5.0 |
2619 | 2024-05-29T19:51:52.616Z | Documenting strsim v0.11.1 |
2620 | 2024-05-29T19:51:53.268Z | Documenting untrusted v0.9.0 |
2621 | 2024-05-29T19:51:53.713Z | Documenting unicode-segmentation v1.11.0 |
2622 | 2024-05-29T19:51:53.830Z | Documenting num-iter v0.1.45 |
2623 | 2024-05-29T19:51:53.982Z | Documenting hmac v0.12.1 |
2624 | 2024-05-29T19:51:54.291Z | Documenting signal-hook v0.3.17 |
2625 | 2024-05-29T19:51:54.368Z | Documenting clap_derive v4.5.4 |
2626 | 2024-05-29T19:51:55.914Z | Documenting ring v0.17.8 |
2627 | 2024-05-29T19:51:56.658Z | Documenting clap_builder v4.5.2 |
2628 | 2024-05-29T19:51:56.893Z | Documenting static_assertions v1.1.0 |
2629 | 2024-05-29T19:51:57.886Z | Documenting flate2 v1.0.30 |
2630 | 2024-05-29T19:51:58.268Z | Documenting usdt v0.5.0 |
2631 | 2024-05-29T19:51:58.602Z | Documenting managed v0.8.0 |
2632 | 2024-05-29T19:51:58.740Z | Documenting signal-hook-mio v0.2.3 |
2633 | 2024-05-29T19:51:59.690Z | Documenting itertools v0.12.1 |
2634 | 2024-05-29T19:51:59.715Z | Documenting enum-as-inner v0.5.1 |
2635 | 2024-05-29T19:52:01.306Z | Documenting regress v0.9.1 |
2636 | 2024-05-29T19:52:01.827Z | Documenting block-padding v0.3.3 |
2637 | 2024-05-29T19:52:02.712Z | Documenting scheduled-thread-pool v0.2.7 |
2638 | 2024-05-29T19:52:02.900Z | Documenting clap v4.5.4 |
2639 | 2024-05-29T19:52:02.967Z | Documenting diesel_table_macro_syntax v0.1.0 |
2640 | 2024-05-29T19:52:04.274Z | Checking diesel_table_macro_syntax v0.1.0 |
2641 | 2024-05-29T19:52:04.419Z | Documenting finl_unicode v1.2.0 |
2642 | 2024-05-29T19:52:04.448Z | Documenting trust-dns-proto v0.22.0 |
2643 | 2024-05-29T19:52:06.368Z | Documenting inout v0.1.3 |
2644 | 2024-05-29T19:52:06.482Z | Documenting crossterm v0.27.0 |
2645 | 2024-05-29T19:52:07.024Z | Documenting r2d2 v0.8.10 |
2646 | 2024-05-29T19:52:07.384Z | Documenting md-5 v0.10.6 |
2647 | 2024-05-29T19:52:07.839Z | Documenting diesel_derives v2.1.4 |
2648 | 2024-05-29T19:52:08.342Z | Documenting ff v0.13.0 |
2649 | 2024-05-29T19:52:08.820Z | Documenting stringprep v0.1.4 |
2650 | 2024-05-29T19:52:11.091Z | Documenting serde_spanned v0.6.6 |
2651 | 2024-05-29T19:52:11.335Z | Documenting toml_datetime v0.6.6 |
2652 | 2024-05-29T19:52:12.122Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2653 | 2024-05-29T19:52:12.337Z | Checking ident_case v1.0.1 |
2654 | 2024-05-29T19:52:12.453Z | Documenting fallible-iterator v0.2.0 |
2655 | 2024-05-29T19:52:12.499Z | Documenting base16ct v0.2.0 |
2656 | 2024-05-29T19:52:13.145Z | Documenting siphasher v0.3.11 |
2657 | 2024-05-29T19:52:13.329Z | Documenting bit-vec v0.6.3 |
2658 | 2024-05-29T19:52:15.146Z | Documenting winnow v0.6.8 |
2659 | 2024-05-29T19:52:15.445Z | Documenting heck v0.5.0 |
2660 | 2024-05-29T19:52:15.616Z | Checking unsafe-libyaml v0.2.11 |
2661 | 2024-05-29T19:52:16.225Z | Documenting sec1 v0.7.3 |
2662 | 2024-05-29T19:52:16.264Z | Documenting phf_shared v0.11.2 |
2663 | 2024-05-29T19:52:16.353Z | Documenting diesel v2.1.6 |
2664 | 2024-05-29T19:52:16.617Z | Documenting group v0.13.0 |
2665 | 2024-05-29T19:52:17.333Z | Documenting cipher v0.4.4 |
2666 | 2024-05-29T19:52:17.462Z | Documenting postgres-protocol v0.6.6 |
2667 | 2024-05-29T19:52:18.407Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2668 | 2024-05-29T19:52:20.050Z | Documenting toml_edit v0.22.13 |
2669 | 2024-05-29T19:52:20.149Z | Documenting hkdf v0.12.4 |
2670 | 2024-05-29T19:52:20.842Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2671 | 2024-05-29T19:52:32.440Z | Documenting num-bigint v0.4.5 |
2672 | 2024-05-29T19:52:42.224Z | Documenting bstr v1.9.1 |
2673 | 2024-05-29T19:52:42.249Z | Documenting console v0.15.8 |
2674 | 2024-05-29T19:52:42.503Z | Documenting crypto-bigint v0.5.5 |
2675 | 2024-05-29T19:52:42.797Z | Documenting hubpack v0.1.2 |
2676 | 2024-05-29T19:52:42.883Z | Documenting serde_repr v0.1.19 |
2677 | 2024-05-29T19:52:42.983Z | Documenting minimal-lexical v0.2.1 |
2678 | 2024-05-29T19:52:44.096Z | Documenting fixedbitset v0.4.2 |
2679 | 2024-05-29T19:52:45.180Z | Documenting lalrpop-util v0.19.12 |
2680 | 2024-05-29T19:52:46.845Z | Documenting unsafe-libyaml v0.2.11 |
2681 | 2024-05-29T19:52:47.276Z | Documenting new_debug_unreachable v1.0.6 |
2682 | 2024-05-29T19:52:47.454Z | Documenting precomputed-hash v0.1.1 |
2683 | 2024-05-29T19:52:47.558Z | Documenting nom v7.1.3 |
2684 | 2024-05-29T19:52:47.596Z | Documenting petgraph v0.6.5 |
2685 | 2024-05-29T19:52:47.931Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2686 | 2024-05-29T19:52:59.942Z | Documenting yasna v0.5.2 |
2687 | 2024-05-29T19:52:59.999Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2688 | 2024-05-29T19:53:00.289Z | Documenting string_cache v0.8.7 |
2689 | 2024-05-29T19:53:00.316Z | Documenting serde_yaml v0.9.34+deprecated |
2690 | 2024-05-29T19:53:01.240Z | Documenting postgres-types v0.2.6 |
2691 | 2024-05-29T19:53:01.275Z | Documenting phf v0.11.2 |
2692 | 2024-05-29T19:53:01.275Z | Documenting elliptic-curve v0.13.8 |
2693 | 2024-05-29T19:53:01.710Z | Checking serde_yaml v0.9.34+deprecated |
2694 | 2024-05-29T19:53:03.566Z | Checking darling_core v0.20.9 |
2695 | 2024-05-29T19:53:04.848Z | Documenting similar v2.5.0 |
2696 | 2024-05-29T19:53:05.172Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2697 | 2024-05-29T19:53:05.324Z | Documenting getopts v0.2.21 |
2698 | 2024-05-29T19:53:05.933Z | Documenting float-cmp v0.9.0 |
2699 | 2024-05-29T19:53:06.335Z | Documenting difflib v0.4.0 |
2700 | 2024-05-29T19:53:06.981Z | Documenting whoami v1.5.1 |
2701 | 2024-05-29T19:53:07.728Z | Documenting peg-runtime v0.8.3 |
2702 | 2024-05-29T19:53:19.140Z | Documenting normalize-line-endings v0.3.0 |
2703 | 2024-05-29T19:53:19.184Z | Documenting predicates-core v1.0.6 |
2704 | 2024-05-29T19:53:19.319Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2705 | 2024-05-29T19:53:19.462Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2706 | 2024-05-29T19:53:19.689Z | Documenting tokio-postgres v0.7.10 |
2707 | 2024-05-29T19:53:19.799Z | Documenting bit-set v0.5.3 |
2708 | 2024-05-29T19:53:20.041Z | Documenting tokio-stream v0.1.15 |
2709 | 2024-05-29T19:53:20.639Z | Documenting fs-err v2.11.0 |
2710 | 2024-05-29T19:53:23.381Z | Documenting ident_case v1.0.1 |
2711 | 2024-05-29T19:53:23.536Z | Documenting predicates v3.1.0 |
2712 | 2024-05-29T19:53:24.186Z | Checking darling v0.20.9 |
2713 | 2024-05-29T19:53:24.312Z | Documenting is-terminal v0.4.12 |
2714 | 2024-05-29T19:53:25.672Z | Documenting strum v0.26.2 |
2715 | 2024-05-29T19:53:25.815Z | Documenting base64 v0.22.1 |
2716 | 2024-05-29T19:53:26.930Z | Documenting camino v1.1.7 |
2717 | 2024-05-29T19:53:27.479Z | Documenting darling_core v0.20.9 |
2718 | 2024-05-29T19:53:27.710Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2719 | 2024-05-29T19:53:28.318Z | Documenting dirs-sys-next v0.1.2 |
2720 | 2024-05-29T19:53:28.572Z | Documenting sha1 v0.10.6 |
2721 | 2024-05-29T19:53:29.158Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2722 | 2024-05-29T19:53:29.896Z | Documenting http v1.1.0 |
2723 | 2024-05-29T19:53:30.291Z | Documenting paste v1.0.15 |
2724 | 2024-05-29T19:53:31.976Z | Documenting thread_local v1.1.8 |
2725 | 2024-05-29T19:53:32.756Z | Documenting dirs-next v2.0.0 |
2726 | 2024-05-29T19:53:33.156Z | Documenting rustls-pki-types v1.7.0 |
2727 | 2024-05-29T19:53:33.592Z | Documenting crossbeam-channel v0.5.12 |
2728 | 2024-05-29T19:53:34.546Z | Documenting take_mut v0.2.2 |
2729 | 2024-05-29T19:53:35.403Z | Documenting slog-json v2.6.1 |
2730 | 2024-05-29T19:53:36.224Z | Documenting async-stream-impl v0.3.5 |
2731 | 2024-05-29T19:53:36.325Z | Documenting darling_macro v0.20.9 |
2732 | 2024-05-29T19:53:37.146Z | Documenting term v0.7.0 |
2733 | 2024-05-29T19:53:37.600Z | Documenting rustls-webpki v0.102.4 |
2734 | 2024-05-29T19:53:38.125Z | Documenting debug-ignore v1.0.5 |
2735 | 2024-05-29T19:53:38.694Z | Documenting slog-async v2.8.0 |
2736 | 2024-05-29T19:53:39.258Z | Documenting atomic-waker v1.1.2 |
2737 | 2024-05-29T19:53:40.286Z | Documenting slog-bunyan v2.5.0 |
2738 | 2024-05-29T19:53:40.991Z | Documenting rustls-pemfile v2.1.2 |
2739 | 2024-05-29T19:53:41.303Z | Documenting async-stream v0.3.5 |
2740 | 2024-05-29T19:53:41.399Z | Documenting darling v0.20.9 |
2741 | 2024-05-29T19:53:41.705Z | Documenting slog-term v2.9.1 |
2742 | 2024-05-29T19:53:42.311Z | Documenting waitgroup v0.1.2 |
2743 | 2024-05-29T19:53:42.644Z | Documenting rustls v0.22.4 |
2744 | 2024-05-29T19:53:43.011Z | Documenting multer v3.1.0 |
2745 | 2024-05-29T19:53:45.248Z | Documenting toml v0.8.13 |
2746 | 2024-05-29T19:53:45.540Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2747 | 2024-05-29T19:53:45.744Z | Documenting serde_path_to_error v0.1.16 |
2748 | 2024-05-29T19:53:46.454Z | Documenting hostname v0.4.0 |
2749 | 2024-05-29T19:53:46.714Z | Documenting structmeta-derive v0.3.0 |
2750 | 2024-05-29T19:53:47.020Z | Documenting serde_with_macros v3.8.1 |
2751 | 2024-05-29T19:53:47.992Z | Documenting newtype-uuid v1.1.0 |
2752 | 2024-05-29T19:53:50.523Z | Checking structmeta v0.3.0 |
2753 | 2024-05-29T19:53:50.826Z | Documenting instant v0.1.12 |
2754 | 2024-05-29T19:53:50.856Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2755 | 2024-05-29T19:53:51.033Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2756 | 2024-05-29T19:53:51.505Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2757 | 2024-05-29T19:53:52.286Z | Documenting structmeta v0.3.0 |
2758 | 2024-05-29T19:53:52.398Z | Documenting tokio-rustls v0.25.0 |
2759 | 2024-05-29T19:53:52.682Z | Documenting serde_with v3.8.1 |
2760 | 2024-05-29T19:53:53.695Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2761 | 2024-05-29T19:53:54.943Z | Documenting backoff v0.4.0 |
2762 | 2024-05-29T19:53:55.751Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2763 | 2024-05-29T19:53:55.966Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2764 | 2024-05-29T19:53:57.136Z | Documenting parse-display-derive v0.9.0 |
2765 | 2024-05-29T19:53:58.160Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2766 | 2024-05-29T19:53:58.931Z | Documenting macaddr v1.0.1 |
2767 | 2024-05-29T19:53:59.919Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2768 | 2024-05-29T19:54:00.021Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2769 | 2024-05-29T19:54:00.058Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2770 | 2024-05-29T19:54:00.248Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2771 | 2024-05-29T19:54:01.203Z | Documenting fastrand v2.1.0 |
2772 | 2024-05-29T19:54:02.545Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2773 | 2024-05-29T19:54:03.200Z | Documenting proc-macro-crate v1.3.1 |
2774 | 2024-05-29T19:54:03.414Z | Documenting parse-display v0.9.0 |
2775 | 2024-05-29T19:54:03.442Z | Checking proc-macro-crate v1.3.1 |
2776 | 2024-05-29T19:54:03.687Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2777 | 2024-05-29T19:54:03.782Z | Documenting foreign-types-macros v0.2.3 |
2778 | 2024-05-29T19:54:03.948Z | Documenting foreign-types-shared v0.3.1 |
2779 | 2024-05-29T19:54:03.983Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2780 | 2024-05-29T19:54:04.336Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2781 | 2024-05-29T19:54:05.077Z | Documenting tempfile v3.10.1 |
2782 | 2024-05-29T19:54:06.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2783 | 2024-05-29T19:54:07.164Z | Documenting cstr-argument v0.1.2 |
2784 | 2024-05-29T19:54:07.869Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2785 | 2024-05-29T19:54:08.086Z | Documenting tabwriter v1.4.0 |
2786 | 2024-05-29T19:54:08.386Z | Documenting colored v2.1.0 |
2787 | 2024-05-29T19:54:08.602Z | Documenting num_enum_derive v0.5.11 |
2788 | 2024-05-29T19:54:08.820Z | Documenting foreign-types v0.5.0 |
2789 | 2024-05-29T19:54:09.809Z | Documenting camino-tempfile v1.1.1 |
2790 | 2024-05-29T19:54:10.941Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2791 | 2024-05-29T19:54:11.261Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2792 | 2024-05-29T19:54:12.153Z | Documenting hash32 v0.3.1 |
2793 | 2024-05-29T19:54:12.462Z | Documenting stable_deref_trait v1.2.0 |
2794 | 2024-05-29T19:54:12.548Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2795 | 2024-05-29T19:54:12.952Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2796 | 2024-05-29T19:54:14.977Z | Documenting num_enum v0.5.11 |
2797 | 2024-05-29T19:54:15.159Z | Documenting smf v0.2.3 |
2798 | 2024-05-29T19:54:15.271Z | Documenting cobs v0.2.3 |
2799 | 2024-05-29T19:54:16.189Z | Documenting heapless v0.8.0 |
2800 | 2024-05-29T19:54:16.880Z | Documenting embedded-io v0.4.0 |
2801 | 2024-05-29T19:54:17.149Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2802 | 2024-05-29T19:54:18.136Z | Documenting crucible-workspace-hack v0.1.0 |
2803 | 2024-05-29T19:54:18.324Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2804 | 2024-05-29T19:54:18.970Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2805 | 2024-05-29T19:54:19.532Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2806 | 2024-05-29T19:54:19.936Z | Documenting postcard v1.0.8 |
2807 | 2024-05-29T19:54:20.095Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2808 | 2024-05-29T19:54:21.146Z | Documenting smoltcp v0.11.0 |
2809 | 2024-05-29T19:54:22.103Z | Documenting derive-where v1.2.7 |
2810 | 2024-05-29T19:54:23.972Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2811 | 2024-05-29T19:54:24.339Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2812 | 2024-05-29T19:54:24.657Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2813 | 2024-05-29T19:54:25.021Z | Documenting sigpipe v0.1.3 |
2814 | 2024-05-29T19:54:27.015Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2815 | 2024-05-29T19:54:27.126Z | Documenting num-derive v0.4.2 |
2816 | 2024-05-29T19:54:28.262Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2817 | 2024-05-29T19:54:29.281Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2818 | 2024-05-29T19:54:29.308Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2819 | 2024-05-29T19:54:30.434Z | Documenting newline-converter v0.3.0 |
2820 | 2024-05-29T19:54:30.485Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2821 | 2024-05-29T19:54:30.605Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2822 | 2024-05-29T19:54:31.590Z | Checking convert_case v0.4.0 |
2823 | 2024-05-29T19:54:31.777Z | Documenting convert_case v0.4.0 |
2824 | 2024-05-29T19:54:32.054Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2825 | 2024-05-29T19:54:32.377Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2826 | 2024-05-29T19:54:33.452Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2827 | 2024-05-29T19:54:33.587Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2828 | 2024-05-29T19:54:33.926Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2829 | 2024-05-29T19:54:34.468Z | Documenting password-hash v0.5.0 |
2830 | 2024-05-29T19:54:34.571Z | Documenting blake2 v0.10.6 |
2831 | 2024-05-29T19:54:34.598Z | Documenting expectorate v1.1.0 |
2832 | 2024-05-29T19:54:34.968Z | Documenting linked-hash-map v0.5.6 |
2833 | 2024-05-29T19:54:35.768Z | Documenting derive_more v0.99.17 |
2834 | 2024-05-29T19:54:37.205Z | Documenting humantime v2.1.0 |
2835 | 2024-05-29T19:54:38.839Z | Documenting swrite v0.1.0 |
2836 | 2024-05-29T19:54:38.941Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2837 | 2024-05-29T19:54:39.182Z | Documenting lru-cache v0.1.2 |
2838 | 2024-05-29T19:54:39.626Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2839 | 2024-05-29T19:54:39.715Z | Documenting argon2 v0.5.3 |
2840 | 2024-05-29T19:54:41.456Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2841 | 2024-05-29T19:54:41.708Z | Documenting newtype_derive v0.1.6 |
2842 | 2024-05-29T19:54:42.980Z | Documenting quick-error v1.2.3 |
2843 | 2024-05-29T19:54:43.398Z | Documenting arc-swap v1.7.1 |
2844 | 2024-05-29T19:54:44.044Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2845 | 2024-05-29T19:54:45.045Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2846 | 2024-05-29T19:54:45.978Z | Documenting steno v0.4.0 |
2847 | 2024-05-29T19:54:46.478Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2848 | 2024-05-29T19:54:46.729Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2849 | 2024-05-29T19:54:47.104Z | Documenting resolv-conf v0.7.0 |
2850 | 2024-05-29T19:54:47.260Z | Documenting xattr v1.3.1 |
2851 | 2024-05-29T19:54:47.727Z | Documenting slog-scope v4.4.0 |
2852 | 2024-05-29T19:54:49.127Z | Documenting filetime v0.2.23 |
2853 | 2024-05-29T19:54:51.400Z | Documenting trust-dns-resolver v0.22.0 |
2854 | 2024-05-29T19:54:51.597Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2855 | 2024-05-29T19:54:51.959Z | Documenting slog-stdlog v4.1.1 |
2856 | 2024-05-29T19:54:52.240Z | Documenting num-rational v0.4.2 |
2857 | 2024-05-29T19:54:53.184Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2858 | 2024-05-29T19:54:53.371Z | Documenting tar v0.4.40 |
2859 | 2024-05-29T19:54:54.638Z | Documenting num-complex v0.4.6 |
2860 | 2024-05-29T19:54:56.222Z | Documenting slog-envlogger v2.2.0 |
2861 | 2024-05-29T19:54:57.208Z | Documenting tap v1.0.1 |
2862 | 2024-05-29T19:54:58.244Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2863 | 2024-05-29T19:54:59.126Z | Documenting num v0.4.3 |
2864 | 2024-05-29T19:54:59.378Z | Documenting radium v0.7.0 |
2865 | 2024-05-29T19:54:59.842Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2866 | 2024-05-29T19:54:59.869Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2867 | 2024-05-29T19:55:00.067Z | Documenting wyz v0.5.1 |
2868 | 2024-05-29T19:55:00.092Z | Documenting nibble_vec v0.1.0 |
2869 | 2024-05-29T19:55:01.355Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2870 | 2024-05-29T19:55:02.462Z | Documenting endian-type v0.1.2 |
2871 | 2024-05-29T19:55:03.080Z | Documenting crc-catalog v2.4.0 |
2872 | 2024-05-29T19:55:04.314Z | Documenting funty v2.0.0 |
2873 | 2024-05-29T19:55:04.756Z | Documenting same-file v1.0.6 |
2874 | 2024-05-29T19:55:05.390Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2875 | 2024-05-29T19:55:05.933Z | Documenting slog-dtrace v0.3.0 |
2876 | 2024-05-29T19:55:06.094Z | Documenting crc v3.2.1 |
2877 | 2024-05-29T19:55:06.231Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2878 | 2024-05-29T19:55:06.835Z | Documenting radix_trie v0.2.1 |
2879 | 2024-05-29T19:55:07.737Z | Documenting bitvec v1.0.1 |
2880 | 2024-05-29T19:55:08.691Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2881 | 2024-05-29T19:55:08.755Z | Documenting walkdir v2.5.0 |
2882 | 2024-05-29T19:55:09.055Z | Documenting cancel-safe-futures v0.1.5 |
2883 | 2024-05-29T19:55:11.477Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2884 | 2024-05-29T19:55:11.741Z | Documenting packed_struct_codegen v0.10.1 |
2885 | 2024-05-29T19:55:12.712Z | Documenting nodrop v0.1.14 |
2886 | 2024-05-29T19:55:13.054Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2887 | 2024-05-29T19:55:13.080Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2888 | 2024-05-29T19:55:14.634Z | Documenting num-bigint-dig v0.8.4 |
2889 | 2024-05-29T19:55:15.532Z | Documenting array-init v0.0.4 |
2890 | 2024-05-29T19:55:16.413Z | Documenting pem v3.0.4 |
2891 | 2024-05-29T19:55:17.084Z | Documenting packed_struct v0.10.1 |
2892 | 2024-05-29T19:55:17.489Z | Documenting pkcs1 v0.7.5 |
2893 | 2024-05-29T19:55:18.696Z | Documenting signature v2.2.0 |
2894 | 2024-05-29T19:55:19.780Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2895 | 2024-05-29T19:55:19.937Z | warning: unresolved link to `Blueprints` |
2896 | 2024-05-29T19:55:19.937Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2897 | 2024-05-29T19:55:19.937Z | | |
2898 | 2024-05-29T19:55:19.937Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2899 | 2024-05-29T19:55:19.937Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2900 | 2024-05-29T19:55:19.937Z | | |
2901 | 2024-05-29T19:55:19.937Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2902 | 2024-05-29T19:55:19.938Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2903 | 2024-05-29T19:55:19.938Z | |
2904 | 2024-05-29T19:55:19.938Z | warning: unresolved link to `Blueprints` |
2905 | 2024-05-29T19:55:19.938Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2906 | 2024-05-29T19:55:19.938Z | | |
2907 | 2024-05-29T19:55:19.938Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2908 | 2024-05-29T19:55:19.938Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2909 | 2024-05-29T19:55:19.938Z | | |
2910 | 2024-05-29T19:55:19.938Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2911 | 2024-05-29T19:55:19.938Z | |
2912 | 2024-05-29T19:55:19.938Z | warning: unresolved link to `BpSledTable` |
2913 | 2024-05-29T19:55:19.938Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2914 | 2024-05-29T19:55:19.938Z | | |
2915 | 2024-05-29T19:55:19.938Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2916 | 2024-05-29T19:55:19.938Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2917 | 2024-05-29T19:55:19.938Z | | |
2918 | 2024-05-29T19:55:19.938Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2919 | 2024-05-29T19:55:19.938Z | |
2920 | 2024-05-29T19:55:20.164Z | Documenting bitfield v0.14.0 |
2921 | 2024-05-29T19:55:20.973Z | Documenting termcolor v1.4.1 |
2922 | 2024-05-29T19:55:21.179Z | Documenting display-error-chain v0.2.0 |
2923 | 2024-05-29T19:55:21.836Z | Documenting serde-hex v0.1.0 |
2924 | 2024-05-29T19:55:22.619Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2925 | 2024-05-29T19:55:22.647Z | Documenting bzip2 v0.4.4 |
2926 | 2024-05-29T19:55:22.673Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2927 | 2024-05-29T19:55:23.220Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2928 | 2024-05-29T19:55:23.469Z | Documenting x509-cert v0.2.5 |
2929 | 2024-05-29T19:55:24.022Z | Documenting rsa v0.9.6 |
2930 | 2024-05-29T19:55:25.551Z | Documenting env_logger v0.10.2 |
2931 | 2024-05-29T19:55:25.582Z | Documenting libsw v3.3.1 |
2932 | 2024-05-29T19:55:26.450Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2933 | 2024-05-29T19:55:26.790Z | Documenting ron v0.8.1 |
2934 | 2024-05-29T19:55:27.048Z | Documenting half v2.4.1 |
2935 | 2024-05-29T19:55:27.468Z | Documenting maplit v1.0.2 |
2936 | 2024-05-29T19:55:28.756Z | Documenting ciborium-io v0.2.2 |
2937 | 2024-05-29T19:55:30.131Z | Documenting linear-map v1.2.0 |
2938 | 2024-05-29T19:55:30.303Z | Documenting owo-colors v4.0.0 |
2939 | 2024-05-29T19:55:31.224Z | Documenting crc-any v2.5.0 |
2940 | 2024-05-29T19:55:31.249Z | Documenting zip v0.6.6 |
2941 | 2024-05-29T19:55:32.021Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2942 | 2024-05-29T19:55:32.980Z | Documenting ciborium-ll v0.2.2 |
2943 | 2024-05-29T19:55:34.635Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2944 | 2024-05-29T19:55:34.665Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2945 | 2024-05-29T19:55:34.928Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2946 | 2024-05-29T19:55:35.116Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2947 | 2024-05-29T19:55:36.161Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2948 | 2024-05-29T19:55:36.270Z | Documenting headers-core v0.2.0 |
2949 | 2024-05-29T19:55:36.359Z | Documenting async-recursion v1.1.1 |
2950 | 2024-05-29T19:55:37.290Z | Documenting path-slash v0.1.5 |
2951 | 2024-05-29T19:55:41.467Z | Documenting headers v0.3.9 |
2952 | 2024-05-29T19:55:41.555Z | Documenting ciborium v0.2.2 |
2953 | 2024-05-29T19:55:41.639Z | Documenting fxhash v0.2.1 |
2954 | 2024-05-29T19:55:43.711Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2955 | 2024-05-29T19:55:43.797Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2956 | 2024-05-29T19:55:45.081Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2957 | 2024-05-29T19:55:45.963Z | Documenting buf-list v1.0.3 |
2958 | 2024-05-29T19:55:46.370Z | Documenting pin-project-internal v1.1.5 |
2959 | 2024-05-29T19:55:47.951Z | Documenting vte_generate_state_changes v0.1.1 |
2960 | 2024-05-29T19:55:48.272Z | Documenting derive_builder_core v0.20.0 |
2961 | 2024-05-29T19:55:51.133Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2962 | 2024-05-29T19:55:52.008Z | Documenting pin-project v1.1.5 |
2963 | 2024-05-29T19:55:52.391Z | Documenting vte v0.11.1 |
2964 | 2024-05-29T19:55:54.832Z | Checking derive_builder_core v0.20.0 |
2965 | 2024-05-29T19:55:54.890Z | Documenting crossbeam-deque v0.8.5 |
2966 | 2024-05-29T19:55:55.665Z | Documenting snafu-derive v0.8.2 |
2967 | 2024-05-29T19:55:55.896Z | Documenting fd-lock v4.0.2 |
2968 | 2024-05-29T19:55:56.058Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2969 | 2024-05-29T19:55:56.969Z | Documenting bitstruct_derive v0.1.0 |
2970 | 2024-05-29T19:55:57.571Z | Documenting ascii v1.1.0 |
2971 | 2024-05-29T19:55:59.283Z | Documenting rayon-core v1.12.1 |
2972 | 2024-05-29T19:56:00.195Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-29T19:56:00.862Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2974 | 2024-05-29T19:56:01.005Z | Documenting strip-ansi-escapes v0.2.0 |
2975 | 2024-05-29T19:56:01.998Z | Documenting bitstruct v0.1.1 |
2976 | 2024-05-29T19:56:03.007Z | Documenting snafu v0.8.2 |
2977 | 2024-05-29T19:56:04.087Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2978 | 2024-05-29T19:56:04.140Z | Documenting derive_builder_macro v0.20.0 |
2979 | 2024-05-29T19:56:04.758Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2980 | 2024-05-29T19:56:04.875Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2981 | 2024-05-29T19:56:05.374Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2982 | 2024-05-29T19:56:06.585Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2983 | 2024-05-29T19:56:06.625Z | Documenting proc-macro-error-attr v1.0.4 |
2984 | 2024-05-29T19:56:07.462Z | Documenting globset v0.4.14 |
2985 | 2024-05-29T19:56:08.910Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2986 | 2024-05-29T19:56:09.179Z | Documenting olpc-cjson v0.1.3 |
2987 | 2024-05-29T19:56:11.017Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2988 | 2024-05-29T19:56:11.253Z | Documenting serde_arrays v0.1.0 |
2989 | 2024-05-29T19:56:11.988Z | Documenting serde_plain v1.0.2 |
2990 | 2024-05-29T19:56:13.316Z | Documenting erased-serde v0.3.31 |
2991 | 2024-05-29T19:56:14.015Z | Documenting ref-cast-impl v1.0.23 |
2992 | 2024-05-29T19:56:14.305Z | Documenting unicode-xid v0.2.4 |
2993 | 2024-05-29T19:56:15.809Z | Checking unicode-xid v0.2.4 |
2994 | 2024-05-29T19:56:15.974Z | Documenting typed-path v0.7.1 |
2995 | 2024-05-29T19:56:16.563Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2996 | 2024-05-29T19:56:16.844Z | Documenting nu-ansi-term v0.50.0 |
2997 | 2024-05-29T19:56:17.335Z | Documenting const_format_proc_macros v0.2.32 |
2998 | 2024-05-29T19:56:18.178Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2999 | 2024-05-29T19:56:19.126Z | Documenting ref-cast v1.0.23 |
3000 | 2024-05-29T19:56:20.546Z | Documenting proc-macro-error v1.0.4 |
3001 | 2024-05-29T19:56:21.375Z | Documenting reedline v0.31.0 |
3002 | 2024-05-29T19:56:21.694Z | Documenting tough v0.17.1 |
3003 | 2024-05-29T19:56:22.041Z | Documenting derive_builder v0.20.0 |
3004 | 2024-05-29T19:56:22.124Z | Documenting rayon v1.10.0 |
3005 | 2024-05-29T19:56:25.787Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3006 | 2024-05-29T19:56:28.571Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3007 | 2024-05-29T19:56:28.944Z | Documenting libefi-sys v0.1.0 |
3008 | 2024-05-29T19:56:30.720Z | Documenting trust-dns-client v0.22.0 |
3009 | 2024-05-29T19:56:31.187Z | Documenting polar-core v0.27.3 |
3010 | 2024-05-29T19:56:41.457Z | Documenting libxml v0.3.3 |
3011 | 2024-05-29T19:56:41.604Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3012 | 2024-05-29T19:56:41.710Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3013 | 2024-05-29T19:56:41.710Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3014 | 2024-05-29T19:56:41.710Z | Checking proc-macro-error v1.0.4 |
3015 | 2024-05-29T19:56:41.710Z | Documenting bb8 v0.8.3 |
3016 | 2024-05-29T19:56:41.710Z | Documenting quick-xml v0.31.0 |
3017 | 2024-05-29T19:56:41.783Z | Documenting oso-derive v0.27.3 |
3018 | 2024-05-29T19:56:41.783Z | Documenting impl-trait-for-tuples v0.2.2 |
3019 | 2024-05-29T19:56:41.783Z | Documenting parse-size v1.0.0 |
3020 | 2024-05-29T19:56:41.783Z | Documenting utf-8 v0.7.6 |
3021 | 2024-05-29T19:56:41.783Z | Documenting bytecount v0.6.8 |
3022 | 2024-05-29T19:56:42.229Z | Documenting keccak v0.1.5 |
3023 | 2024-05-29T19:56:43.129Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3024 | 2024-05-29T19:56:44.504Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3025 | 2024-05-29T19:56:44.675Z | Documenting papergrid v0.11.0 |
3026 | 2024-05-29T19:56:45.024Z | Documenting sha3 v0.10.8 |
3027 | 2024-05-29T19:56:45.343Z | Documenting tungstenite v0.21.0 |
3028 | 2024-05-29T19:56:45.882Z | Documenting oso v0.27.3 |
3029 | 2024-05-29T19:56:47.356Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3030 | 2024-05-29T19:56:49.912Z | Documenting samael v0.0.15 |
3031 | 2024-05-29T19:56:50.315Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3032 | 2024-05-29T19:56:50.877Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3033 | 2024-05-29T19:56:51.636Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3034 | 2024-05-29T19:56:51.770Z | Documenting trust-dns-server v0.22.1 |
3035 | 2024-05-29T19:56:52.139Z | Documenting tabled_derive v0.7.0 |
3036 | 2024-05-29T19:56:55.846Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3037 | 2024-05-29T19:56:56.996Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3038 | 2024-05-29T19:56:58.608Z | Documenting const_format v0.2.32 |
3039 | 2024-05-29T19:56:59.842Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3040 | 2024-05-29T19:57:00.429Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3041 | 2024-05-29T19:57:00.469Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3042 | 2024-05-29T19:57:01.164Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3043 | 2024-05-29T19:57:01.194Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3044 | 2024-05-29T19:57:01.743Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3045 | 2024-05-29T19:57:01.912Z | Documenting sled v0.34.7 |
3046 | 2024-05-29T19:57:01.956Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3047 | 2024-05-29T19:57:02.141Z | Documenting nix v0.28.0 |
3048 | 2024-05-29T19:57:02.202Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3049 | 2024-05-29T19:57:02.773Z | Documenting cookie v0.18.1 |
3050 | 2024-05-29T19:57:05.955Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3051 | 2024-05-29T19:57:06.247Z | Documenting secrecy v0.8.0 |
3052 | 2024-05-29T19:57:06.658Z | Documenting gethostname v0.4.3 |
3053 | 2024-05-29T19:57:07.430Z | Documenting peg-macros v0.8.3 |
3054 | 2024-05-29T19:57:08.121Z | Documenting rustversion v1.0.17 |
3055 | 2024-05-29T19:57:08.471Z | Documenting sqlparser_derive v0.2.2 |
3056 | 2024-05-29T19:57:09.142Z | Documenting unicode_categories v0.1.1 |
3057 | 2024-05-29T19:57:10.831Z | Documenting home v0.5.9 |
3058 | 2024-05-29T19:57:10.984Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3059 | 2024-05-29T19:57:11.065Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3060 | 2024-05-29T19:57:12.489Z | Documenting peg v0.8.3 |
3061 | 2024-05-29T19:57:12.787Z | Documenting castaway v0.2.2 |
3062 | 2024-05-29T19:57:13.468Z | Documenting sqlparser v0.45.0 |
3063 | 2024-05-29T19:57:13.647Z | Documenting sqlformat v0.2.3 |
3064 | 2024-05-29T19:57:14.787Z | Documenting rustyline v14.0.0 |
3065 | 2024-05-29T19:57:22.235Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3066 | 2024-05-29T19:57:22.364Z | Documenting tabled v0.15.0 |
3067 | 2024-05-29T19:57:22.364Z | Documenting tokio-tungstenite v0.21.0 |
3068 | 2024-05-29T19:57:22.364Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3069 | 2024-05-29T19:57:22.668Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3070 | 2024-05-29T19:57:23.744Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3071 | 2024-05-29T19:57:23.957Z | Documenting zone v0.1.8 |
3072 | 2024-05-29T19:57:24.074Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3073 | 2024-05-29T19:57:25.082Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3074 | 2024-05-29T19:57:25.227Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3075 | 2024-05-29T19:57:27.212Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3076 | 2024-05-29T19:57:27.621Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3077 | 2024-05-29T19:57:27.885Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3078 | 2024-05-29T19:57:28.148Z | Documenting portpicker v0.1.1 |
3079 | 2024-05-29T19:57:28.702Z | Documenting universal-hash v0.5.1 |
3080 | 2024-05-29T19:57:31.379Z | Documenting bcs v0.1.6 |
3081 | 2024-05-29T19:57:32.894Z | Documenting kstat-rs v0.2.3 |
3082 | 2024-05-29T19:57:45.070Z | Documenting thiserror-impl-no-std v2.0.2 |
3083 | 2024-05-29T19:57:45.325Z | Documenting curve25519-dalek-derive v0.1.1 |
3084 | 2024-05-29T19:57:45.504Z | Documenting highway v1.1.0 |
3085 | 2024-05-29T19:57:46.026Z | Documenting opaque-debug v0.3.1 |
3086 | 2024-05-29T19:57:46.210Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3087 | 2024-05-29T19:57:46.783Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3088 | 2024-05-29T19:57:47.290Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3089 | 2024-05-29T19:57:49.155Z | Documenting poly1305 v0.8.0 |
3090 | 2024-05-29T19:57:49.881Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3091 | 2024-05-29T19:57:50.410Z | Documenting curve25519-dalek v4.1.2 |
3092 | 2024-05-29T19:57:50.642Z | Documenting thiserror-no-std v2.0.2 |
3093 | 2024-05-29T19:57:53.544Z | Documenting compact_str v0.7.1 |
3094 | 2024-05-29T19:57:53.789Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3095 | 2024-05-29T19:57:55.736Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3096 | 2024-05-29T19:57:56.282Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3097 | 2024-05-29T19:57:57.109Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3098 | 2024-05-29T19:57:57.998Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3099 | 2024-05-29T19:57:58.065Z | Documenting portable-atomic v1.6.0 |
3100 | 2024-05-29T19:57:59.430Z | Documenting ed25519 v1.5.3 |
3101 | 2024-05-29T19:58:00.155Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3102 | 2024-05-29T19:58:01.714Z | Documenting memoffset v0.7.1 |
3103 | 2024-05-29T19:58:02.566Z | Documenting unicase v2.7.0 |
3104 | 2024-05-29T19:58:04.681Z | Documenting rcgen v0.12.1 |
3105 | 2024-05-29T19:58:05.248Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
3106 | 2024-05-29T19:58:05.643Z | warning: could not parse code block as Rust code |
3107 | 2024-05-29T19:58:05.643Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3108 | 2024-05-29T19:58:05.644Z | | |
3109 | 2024-05-29T19:58:05.644Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3110 | 2024-05-29T19:58:05.644Z | 247 | | /// |
3111 | 2024-05-29T19:58:05.644Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3112 | 2024-05-29T19:58:05.644Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3113 | 2024-05-29T19:58:05.644Z | ... | |
3114 | 2024-05-29T19:58:05.645Z | 277 | | /// |
3115 | 2024-05-29T19:58:05.645Z | 278 | | /// Will be parsed as `this string has " in it`. |
3116 | 2024-05-29T19:58:05.645Z | | |________________________________________________________^ |
3117 | 2024-05-29T19:58:05.645Z | | |
3118 | 2024-05-29T19:58:05.646Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3119 | 2024-05-29T19:58:05.646Z | = note: error from rustc: unknown start of token: \ |
3120 | 2024-05-29T19:58:05.646Z | = note: error from rustc: unknown start of token: \ |
3121 | 2024-05-29T19:58:05.646Z | = note: error from rustc: unknown start of token: \ |
3122 | 2024-05-29T19:58:05.646Z | = note: error from rustc: unknown start of token: \ |
3123 | 2024-05-29T19:58:05.646Z | = note: error from rustc: unknown start of token: \ |
3124 | 2024-05-29T19:58:05.646Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3125 | 2024-05-29T19:58:05.646Z | |
3126 | 2024-05-29T19:58:09.635Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3127 | 2024-05-29T19:58:09.690Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3128 | 2024-05-29T19:58:09.690Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3129 | 2024-05-29T19:58:09.690Z | Documenting atomicwrites v0.4.3 |
3130 | 2024-05-29T19:58:09.690Z | Documenting chacha20 v0.9.1 |
3131 | 2024-05-29T19:58:11.831Z | Documenting lru v0.12.3 |
3132 | 2024-05-29T19:58:13.216Z | Documenting aead v0.5.2 |
3133 | 2024-05-29T19:58:13.560Z | Documenting rand_seeder v0.2.3 |
3134 | 2024-05-29T19:58:14.159Z | Documenting nanorand v0.7.0 |
3135 | 2024-05-29T19:58:16.978Z | Documenting subprocess v0.2.9 |
3136 | 2024-05-29T19:58:17.990Z | Documenting stability v0.2.0 |
3137 | 2024-05-29T19:58:20.887Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3138 | 2024-05-29T19:58:29.265Z | Documenting number_prefix v0.4.0 |
3139 | 2024-05-29T19:58:29.439Z | Documenting cassowary v0.3.0 |
3140 | 2024-05-29T19:58:29.695Z | Documenting glob v0.3.1 |
3141 | 2024-05-29T19:58:29.722Z | Documenting chacha20poly1305 v0.10.1 |
3142 | 2024-05-29T19:58:30.238Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3143 | 2024-05-29T19:58:30.365Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3144 | 2024-05-29T19:58:30.406Z | Documenting flume v0.11.0 |
3145 | 2024-05-29T19:58:33.560Z | Documenting indicatif v0.17.8 |
3146 | 2024-05-29T19:58:34.017Z | Documenting ratatui v0.26.2 |
3147 | 2024-05-29T19:58:34.284Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3148 | 2024-05-29T19:58:35.169Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3149 | 2024-05-29T19:58:46.225Z | Documenting mime_guess v2.0.4 |
3150 | 2024-05-29T19:58:46.414Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3151 | 2024-05-29T19:58:46.818Z | Documenting salty v0.2.0 |
3152 | 2024-05-29T19:58:47.282Z | Documenting vsss-rs v3.3.4 |
3153 | 2024-05-29T19:58:47.324Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3154 | 2024-05-29T19:58:48.674Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3155 | 2024-05-29T19:58:50.693Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3156 | 2024-05-29T19:58:51.160Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3157 | 2024-05-29T19:58:51.346Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3158 | 2024-05-29T19:58:52.254Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3159 | 2024-05-29T19:58:52.690Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3160 | 2024-05-29T19:58:52.944Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3161 | 2024-05-29T19:58:53.227Z | Documenting serde-big-array v0.5.1 |
3162 | 2024-05-29T19:58:53.665Z | Documenting rtoolbox v0.0.2 |
3163 | 2024-05-29T19:58:54.724Z | Documenting memmap2 v0.9.4 |
3164 | 2024-05-29T19:58:55.301Z | Documenting unicode-linebreak v0.1.5 |
3165 | 2024-05-29T19:58:56.541Z | Documenting arrayvec v0.7.4 |
3166 | 2024-05-29T19:58:57.633Z | Documenting is_ci v1.2.0 |
3167 | 2024-05-29T19:58:57.940Z | Documenting constant_time_eq v0.3.0 |
3168 | 2024-05-29T19:58:58.341Z | Documenting arrayref v0.3.7 |
3169 | 2024-05-29T19:58:59.358Z | Documenting smawk v0.3.2 |
3170 | 2024-05-29T19:58:59.776Z | Documenting http-range v0.1.5 |
3171 | 2024-05-29T19:59:00.907Z | Documenting shell-words v1.1.0 |
3172 | 2024-05-29T19:59:01.386Z | Documenting blake3 v1.5.1 |
3173 | 2024-05-29T19:59:01.979Z | Documenting supports-color v3.0.0 |
3174 | 2024-05-29T19:59:03.697Z | Documenting textwrap v0.16.1 |
3175 | 2024-05-29T19:59:04.085Z | Documenting hyper-staticfile v0.9.5 |
3176 | 2024-05-29T19:59:04.636Z | Documenting rpassword v7.3.1 |
3177 | 2024-05-29T19:59:05.090Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3178 | 2024-05-29T19:59:06.266Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3179 | 2024-05-29T19:59:06.586Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3180 | 2024-05-29T19:59:08.110Z | Documenting tui-tree-widget v0.19.0 |
3181 | 2024-05-29T19:59:09.021Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3182 | 2024-05-29T19:59:10.178Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3183 | 2024-05-29T19:59:11.125Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3184 | 2024-05-29T19:59:12.603Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3185 | 2024-05-29T19:59:14.256Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3186 | 2024-05-29T19:59:14.437Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3187 | 2024-05-29T19:59:14.987Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3188 | 2024-05-29T19:59:15.276Z | Documenting signal-hook-tokio v0.3.1 |
3189 | 2024-05-29T19:59:15.343Z | Documenting csv-core v0.1.11 |
3190 | 2024-05-29T19:59:15.440Z | Documenting topological-sort v0.2.2 |
3191 | 2024-05-29T19:59:19.429Z | Documenting corncobs v0.1.3 |
3192 | 2024-05-29T19:59:19.581Z | Documenting omicron-zone-package v0.11.0 |
3193 | 2024-05-29T19:59:19.901Z | Documenting csv v1.3.0 |
3194 | 2024-05-29T19:59:20.615Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3195 | 2024-05-29T19:59:22.557Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3196 | 2024-05-29T19:59:23.171Z | warning: unresolved link to `test_sled_transitions` |
3197 | 2024-05-29T19:59:23.171Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3198 | 2024-05-29T19:59:23.171Z | | |
3199 | 2024-05-29T19:59:23.171Z | 698 | /// [`test_sled_transitions`]. |
3200 | 2024-05-29T19:59:23.171Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3201 | 2024-05-29T19:59:23.171Z | | |
3202 | 2024-05-29T19:59:23.171Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3203 | 2024-05-29T19:59:23.171Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3204 | 2024-05-29T19:59:23.171Z | |
3205 | 2024-05-29T19:59:23.171Z | warning: unresolved link to `test_sled_transitions` |
3206 | 2024-05-29T19:59:23.171Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3207 | 2024-05-29T19:59:23.171Z | | |
3208 | 2024-05-29T19:59:23.171Z | 734 | /// [`test_sled_transitions`]. |
3209 | 2024-05-29T19:59:23.171Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3210 | 2024-05-29T19:59:23.203Z | | |
3211 | 2024-05-29T19:59:23.203Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3212 | 2024-05-29T19:59:23.203Z | |
3213 | 2024-05-29T19:59:23.203Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3214 | 2024-05-29T19:59:23.203Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3215 | 2024-05-29T19:59:23.203Z | | |
3216 | 2024-05-29T19:59:23.203Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3217 | 2024-05-29T19:59:23.203Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3218 | 2024-05-29T19:59:23.203Z | |
3219 | 2024-05-29T19:59:23.310Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3220 | 2024-05-29T19:59:24.571Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3221 | 2024-05-29T19:59:25.122Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3222 | 2024-05-29T19:59:26.922Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3223 | 2024-05-29T19:59:29.810Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3224 | 2024-05-29T19:59:33.021Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3225 | 2024-05-29T19:59:34.873Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3226 | 2024-05-29T19:59:40.585Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3227 | 2024-05-29T19:59:40.612Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3228 | 2024-05-29T19:59:42.337Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3229 | 2024-05-29T19:59:44.993Z | warning: unresolved link to `BlueprintDisksConfig` |
3230 | 2024-05-29T19:59:44.993Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:980:55 |
3231 | 2024-05-29T19:59:45.033Z | | |
3232 | 2024-05-29T19:59:45.034Z | 980 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3233 | 2024-05-29T19:59:45.034Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3234 | 2024-05-29T19:59:45.034Z | | |
3235 | 2024-05-29T19:59:45.034Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3236 | 2024-05-29T19:59:45.034Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3237 | 2024-05-29T19:59:45.034Z | |
3238 | 2024-05-29T19:59:46.029Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3239 | 2024-05-29T19:59:46.029Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3240 | 2024-05-29T19:59:47.352Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3241 | 2024-05-29T19:59:49.358Z | Documenting fatfs v0.3.6 |
3242 | 2024-05-29T19:59:49.623Z | warning: unclosed HTML tag `usize` |
3243 | 2024-05-29T19:59:49.623Z | --> wicket/src/ui/panes/update.rs:153:19 |
3244 | 2024-05-29T19:59:49.623Z | | |
3245 | 2024-05-29T19:59:49.623Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3246 | 2024-05-29T19:59:49.623Z | | ^^^^^^^ |
3247 | 2024-05-29T19:59:49.624Z | | |
3248 | 2024-05-29T19:59:49.624Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3249 | 2024-05-29T19:59:49.624Z | |
3250 | 2024-05-29T19:59:50.370Z | Documenting cargo-platform v0.1.8 |
3251 | 2024-05-29T19:59:51.257Z | warning: `wicket` (lib doc) generated 1 warning |
3252 | 2024-05-29T19:59:51.287Z | Documenting assert_matches v1.5.0 |
3253 | 2024-05-29T19:59:54.158Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3254 | 2024-05-29T19:59:55.097Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3255 | 2024-05-29T19:59:55.295Z | Documenting cargo_metadata v0.18.1 |
3256 | 2024-05-29T19:59:57.871Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3257 | 2024-05-29T19:59:57.871Z | --> sled-agent/src/sim/instance.rs:46:7 |
3258 | 2024-05-29T19:59:57.871Z | | |
3259 | 2024-05-29T19:59:57.872Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3260 | 2024-05-29T19:59:57.872Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3261 | 2024-05-29T19:59:57.872Z | | |
3262 | 2024-05-29T19:59:57.872Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3263 | 2024-05-29T19:59:57.872Z | |
3264 | 2024-05-29T19:59:59.762Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3265 | 2024-05-29T20:00:01.181Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3266 | 2024-05-29T20:00:01.208Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3267 | 2024-05-29T20:00:02.171Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3268 | 2024-05-29T20:00:05.115Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3269 | 2024-05-29T20:00:06.832Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3270 | 2024-05-29T20:00:11.503Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3271 | 2024-05-29T20:00:12.240Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3272 | 2024-05-29T20:00:13.620Z | Documenting uzers v0.11.3 |
3273 | 2024-05-29T20:00:14.520Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3274 | 2024-05-29T20:00:15.000Z | Documenting termios v0.3.3 |
3275 | 2024-05-29T20:00:15.123Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3276 | 2024-05-29T20:00:18.290Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3277 | 2024-05-29T20:00:19.509Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3278 | 2024-05-29T20:00:21.165Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3279 | 2024-05-29T20:00:24.779Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3280 | 2024-05-29T20:00:35.189Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3281 | 2024-05-29T20:00:48.133Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3282 | 2024-05-29T20:00:53.413Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3283 | 2024-05-29T20:00:53.780Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3284 | 2024-05-29T20:01:07.501Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3285 | 2024-05-29T20:01:07.612Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3286 | 2024-05-29T20:01:08.618Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3287 | 2024-05-29T20:01:10.171Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3288 | 2024-05-29T20:01:11.153Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3289 | 2024-05-29T20:01:39.589Z | warning: unresolved link to `Nexus` |
3290 | 2024-05-29T20:01:39.589Z | --> nexus/src/app/instance_network.rs:241:34 |
3291 | 2024-05-29T20:01:39.590Z | | |
3292 | 2024-05-29T20:01:39.590Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3293 | 2024-05-29T20:01:39.590Z | | ^^^^^ no item named `Nexus` in scope |
3294 | 2024-05-29T20:01:39.591Z | | |
3295 | 2024-05-29T20:01:39.591Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3296 | 2024-05-29T20:01:39.591Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3297 | 2024-05-29T20:01:39.591Z | |
3298 | 2024-05-29T20:01:39.591Z | warning: unresolved link to `Nexus` |
3299 | 2024-05-29T20:01:39.591Z | --> nexus/src/app/instance_network.rs:419:34 |
3300 | 2024-05-29T20:01:39.592Z | | |
3301 | 2024-05-29T20:01:39.592Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3302 | 2024-05-29T20:01:39.651Z | | ^^^^^ no item named `Nexus` in scope |
3303 | 2024-05-29T20:01:39.652Z | | |
3304 | 2024-05-29T20:01:39.652Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3305 | 2024-05-29T20:01:39.652Z | |
3306 | 2024-05-29T20:01:39.652Z | warning: unresolved link to `VolumeConstructionRequest` |
3307 | 2024-05-29T20:01:39.652Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3308 | 2024-05-29T20:01:39.652Z | | |
3309 | 2024-05-29T20:01:39.652Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3310 | 2024-05-29T20:01:39.653Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3311 | 2024-05-29T20:01:39.653Z | | |
3312 | 2024-05-29T20:01:39.653Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3313 | 2024-05-29T20:01:39.653Z | |
3314 | 2024-05-29T20:01:39.653Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3315 | 2024-05-29T20:01:39.653Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3316 | 2024-05-29T20:01:39.654Z | | |
3317 | 2024-05-29T20:01:39.654Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3318 | 2024-05-29T20:01:39.654Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3319 | 2024-05-29T20:01:39.654Z | |
3320 | 2024-05-29T20:01:39.654Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3321 | 2024-05-29T20:01:39.655Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3322 | 2024-05-29T20:01:39.655Z | | |
3323 | 2024-05-29T20:01:39.655Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3324 | 2024-05-29T20:01:39.655Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3325 | 2024-05-29T20:01:39.655Z | |
3326 | 2024-05-29T20:01:39.656Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3327 | 2024-05-29T20:01:39.656Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3328 | 2024-05-29T20:01:39.656Z | | |
3329 | 2024-05-29T20:01:39.656Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3330 | 2024-05-29T20:01:39.656Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3331 | 2024-05-29T20:01:39.657Z | |
3332 | 2024-05-29T20:01:39.657Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3333 | 2024-05-29T20:01:39.657Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3334 | 2024-05-29T20:01:39.657Z | | |
3335 | 2024-05-29T20:01:39.657Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3336 | 2024-05-29T20:01:39.657Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3337 | 2024-05-29T20:01:39.658Z | |
3338 | 2024-05-29T20:01:39.658Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3339 | 2024-05-29T20:01:39.658Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3340 | 2024-05-29T20:01:39.658Z | | |
3341 | 2024-05-29T20:01:39.658Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3342 | 2024-05-29T20:01:39.659Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3343 | 2024-05-29T20:01:39.659Z | |
3344 | 2024-05-29T20:01:39.659Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3345 | 2024-05-29T20:01:39.659Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3346 | 2024-05-29T20:01:39.660Z | | |
3347 | 2024-05-29T20:01:39.660Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3348 | 2024-05-29T20:01:39.660Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3349 | 2024-05-29T20:01:39.660Z | |
3350 | 2024-05-29T20:01:43.536Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3351 | 2024-05-29T20:02:04.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 22s |
3352 | 2024-05-29T20:02:04.169Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 82 other files |
3353 | 2024-05-29T20:02:04.227Z | |
3354 | 2024-05-29T20:02:04.228Z | real 12:22.555698187 |
3355 | 2024-05-29T20:02:04.228Z | user 34:37.802228783 |
3356 | 2024-05-29T20:02:04.228Z | sys 48:37.474374972 |
3357 | 2024-05-29T20:02:04.228Z | trap 1.003310992 |
3358 | 2024-05-29T20:02:04.228Z | tflt 0.112827372 |
3359 | 2024-05-29T20:02:04.228Z | dflt 1.083723279 |
3360 | 2024-05-29T20:02:04.228Z | kflt 0.000773961 |
3361 | 2024-05-29T20:02:04.229Z | lock 3:31:37.382556169 |
3362 | 2024-05-29T20:02:04.229Z | slp 3:22:51.092487781 |
3363 | 2024-05-29T20:02:04.259Z | lat 4:29.811677011 |
3364 | 2024-05-29T20:02:04.259Z | stop 2:41.459013835 |
3365 | 2024-05-29T20:02:04.259Z | process exited: duration 1339596 ms, exit code 0 |
|
3366 | 2024-05-29T20:02:04.325Z | found 0 output files |