|
|
|
1 | 2024-08-26T23:24:04.151Z | job assigned to worker 01J68G0CK4E3TY7R9ED501EK7G (queued for 52 s) |
|
2 | 2024-08-26T23:24:12.056Z | starting task 0: "setup" |
3 | 2024-08-26T23:24:12.067Z | ++ uname -s |
4 | 2024-08-26T23:24:12.070Z | + kern=SunOS |
5 | 2024-08-26T23:24:12.070Z | + case "$kern" in |
6 | 2024-08-26T23:24:12.070Z | + groupadd -g 12345 build |
7 | 2024-08-26T23:24:12.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T23:24:14.083Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T23:24:14.218Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T23:24:14.222Z | + home_fs=zfs |
11 | 2024-08-26T23:24:14.222Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T23:24:14.222Z | + mkdir -p /home/build |
13 | 2024-08-26T23:24:14.222Z | + chown build:build /home/build /work |
14 | 2024-08-26T23:24:16.223Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T23:24:16.226Z | process exited: duration 4169 ms, exit code 0 |
|
16 | 2024-08-26T23:24:16.232Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T23:24:16.237Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T23:24:16.237Z | * toolchain channel = "1.80.1" |
19 | 2024-08-26T23:24:16.237Z | * toolchain profile = "default" |
20 | 2024-08-26T23:24:16.237Z | ' 1.80.1 |
21 | 2024-08-26T23:24:16.237Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-26T23:24:16.237Z | ' default |
23 | 2024-08-26T23:24:16.240Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T23:24:16.240Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T23:24:16.360Z | info: downloading installer |
26 | 2024-08-26T23:24:18.097Z | info: profile set to 'default' |
27 | 2024-08-26T23:24:18.097Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T23:24:18.099Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T23:24:18.233Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T23:24:18.233Z | info: downloading component 'cargo' |
31 | 2024-08-26T23:24:18.934Z | info: downloading component 'clippy' |
32 | 2024-08-26T23:24:19.185Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T23:24:20.165Z | info: downloading component 'rust-std' |
34 | 2024-08-26T23:24:21.546Z | info: downloading component 'rustc' |
35 | 2024-08-26T23:24:25.374Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T23:24:25.580Z | info: installing component 'cargo' |
37 | 2024-08-26T23:24:26.442Z | info: installing component 'clippy' |
38 | 2024-08-26T23:24:26.827Z | info: installing component 'rust-docs' |
39 | 2024-08-26T23:24:28.421Z | info: installing component 'rust-std' |
40 | 2024-08-26T23:24:30.103Z | info: installing component 'rustc' |
41 | 2024-08-26T23:24:34.941Z | info: installing component 'rustfmt' |
42 | 2024-08-26T23:24:35.292Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-26T23:24:35.292Z | |
44 | 2024-08-26T23:24:35.566Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T23:24:35.566Z | |
46 | 2024-08-26T23:24:35.568Z | |
47 | 2024-08-26T23:24:35.568Z | Rust is installed now. Great! |
48 | 2024-08-26T23:24:35.568Z | |
49 | 2024-08-26T23:24:35.568Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T23:24:35.568Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T23:24:35.568Z | |
52 | 2024-08-26T23:24:35.568Z | To configure your current shell, you need to source |
53 | 2024-08-26T23:24:35.568Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T23:24:35.568Z | |
55 | 2024-08-26T23:24:35.568Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T23:24:35.568Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T23:24:35.568Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T23:24:35.616Z | + rustc --version |
59 | 2024-08-26T23:24:35.680Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T23:24:35.683Z | process exited: duration 19452 ms, exit code 0 |
|
61 | 2024-08-26T23:24:35.689Z | starting task 2: "authentication" |
62 | 2024-08-26T23:24:35.709Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-26T23:24:35.715Z | starting task 3: "clone repository" |
64 | 2024-08-26T23:24:35.721Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T23:24:35.723Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T23:24:36.019Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T23:24:42.472Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T23:24:42.475Z | + git fetch origin fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
69 | 2024-08-26T23:24:42.764Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T23:24:42.767Z | * branch fb9ee7ec124b207283e475ca337d60acf7d16ca1 -> FETCH_HEAD |
71 | 2024-08-26T23:24:42.775Z | + [[ -n gjcolombo/sa-index-by-vmm-id ]] |
72 | 2024-08-26T23:24:42.778Z | ++ git branch --show-current |
73 | 2024-08-26T23:24:42.780Z | + current=main |
74 | 2024-08-26T23:24:42.780Z | + [[ main != gjcolombo/sa-index-by-vmm-id ]] |
75 | 2024-08-26T23:24:42.780Z | + git branch -f gjcolombo/sa-index-by-vmm-id fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
76 | 2024-08-26T23:24:42.783Z | + git checkout -f gjcolombo/sa-index-by-vmm-id |
77 | 2024-08-26T23:24:42.935Z | Switched to branch 'gjcolombo/sa-index-by-vmm-id' |
78 | 2024-08-26T23:24:42.937Z | + git reset --hard fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
79 | 2024-08-26T23:24:42.974Z | HEAD is now at fb9ee7ec1 PR feedback |
80 | 2024-08-26T23:24:42.976Z | process exited: duration 7260 ms, exit code 0 |
|
81 | 2024-08-26T23:24:42.981Z | starting task 4: "build" |
82 | 2024-08-26T23:24:42.987Z | + cargo --version |
83 | 2024-08-26T23:24:43.044Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-26T23:24:43.047Z | + rustc --version |
85 | 2024-08-26T23:24:43.104Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-26T23:24:43.107Z | + source ./env.sh |
87 | 2024-08-26T23:24:43.107Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-26T23:24:43.107Z | ++ set -o xtrace |
89 | 2024-08-26T23:24:43.109Z | ++++ dirname ./env.sh |
90 | 2024-08-26T23:24:43.111Z | +++ readlink -f . |
91 | 2024-08-26T23:24:43.131Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-26T23:24:43.134Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-26T23:24:43.134Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-26T23:24:43.134Z | ++ 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 |
95 | 2024-08-26T23:24:43.134Z | ++ 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 |
96 | 2024-08-26T23:24:43.134Z | ++ 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 |
97 | 2024-08-26T23:24:43.134Z | ++ 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 |
98 | 2024-08-26T23:24:43.134Z | ++ 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 |
99 | 2024-08-26T23:24:43.134Z | ++ 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 |
100 | 2024-08-26T23:24:43.134Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-26T23:24:43.134Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-26T23:24:43.134Z | + banner prerequisites |
103 | 2024-08-26T23:24:43.152Z | |
104 | 2024-08-26T23:24:43.152Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-26T23:24:43.152Z | # # # # # # # # # # # # # # # |
106 | 2024-08-26T23:24:43.152Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-26T23:24:43.152Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-26T23:24:43.152Z | # # # # # # # # # # # # # # # |
109 | 2024-08-26T23:24:43.152Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-26T23:24:43.152Z | |
111 | 2024-08-26T23:24:43.154Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-26T23:24:52.559Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-26T23:24:55.199Z | Startup: Caching catalogs ... Done |
114 | 2024-08-26T23:24:57.076Z | Planning: Solver setup ... Done (1.320s) |
115 | 2024-08-26T23:24:57.098Z | Planning: Running solver ... Done (0.022s) |
116 | 2024-08-26T23:24:57.227Z | Planning: Finding local manifests ... Done (0.092s) |
117 | 2024-08-26T23:24:57.244Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-26T23:24:57.474Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-26T23:24:57.739Z | Planning: Package planning ... Done (0.265s) |
120 | 2024-08-26T23:24:57.795Z | Planning: Merging actions ... Done (0.056s) |
121 | 2024-08-26T23:24:58.751Z | Planning: Checking for conflicting actions ... Done (0.955s) |
122 | 2024-08-26T23:25:06.133Z | Planning: Consolidating action changes ... Done (7.382s) |
123 | 2024-08-26T23:25:06.538Z | Planning: Evaluating mediators ... Done (0.405s) |
124 | 2024-08-26T23:25:06.617Z | Planning: Planning completed in 11.35 seconds |
125 | 2024-08-26T23:25:07.214Z | Packages to install: 4 |
126 | 2024-08-26T23:25:07.214Z | Packages to update: 1 |
127 | 2024-08-26T23:25:07.217Z | Mediators to change: 2 |
128 | 2024-08-26T23:25:07.217Z | Services to change: 1 |
129 | 2024-08-26T23:25:07.217Z | Estimated space available: 155.72 GB |
130 | 2024-08-26T23:25:07.217Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-26T23:25:07.217Z | Create boot environment: No |
132 | 2024-08-26T23:25:07.217Z | Create backup boot environment: Yes |
133 | 2024-08-26T23:25:07.217Z | Rebuild boot archive: No |
134 | 2024-08-26T23:25:07.217Z | |
135 | 2024-08-26T23:25:07.217Z | Changed mediators: |
136 | 2024-08-26T23:25:07.217Z | mediator clang: |
137 | 2024-08-26T23:25:07.217Z | version: None -> 15 (system default) |
138 | 2024-08-26T23:25:07.217Z | |
139 | 2024-08-26T23:25:07.217Z | mediator llvm: |
140 | 2024-08-26T23:25:07.217Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-26T23:25:07.217Z | |
142 | 2024-08-26T23:25:07.217Z | Changed packages: |
143 | 2024-08-26T23:25:07.217Z | helios-dev |
144 | 2024-08-26T23:25:07.217Z | developer/build-essential |
145 | 2024-08-26T23:25:07.217Z | None -> 11-2.0 |
146 | 2024-08-26T23:25:07.217Z | library/libxmlsec1 |
147 | 2024-08-26T23:25:07.217Z | None -> 1.2.35-2.0 |
148 | 2024-08-26T23:25:07.217Z | ooce/developer/clang-15 |
149 | 2024-08-26T23:25:07.217Z | None -> 15.0.7-2.0 |
150 | 2024-08-26T23:25:07.217Z | ooce/developer/llvm-15 |
151 | 2024-08-26T23:25:07.217Z | None -> 15.0.7-2.0 |
152 | 2024-08-26T23:25:07.217Z | package/pkg |
153 | 2024-08-26T23:25:07.217Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-26T23:25:07.217Z | |
155 | 2024-08-26T23:25:07.217Z | Services: |
156 | 2024-08-26T23:25:07.217Z | restart_fmri: |
157 | 2024-08-26T23:25:07.217Z | svc:/system/update-man-index:default |
158 | 2024-08-26T23:25:07.217Z | |
159 | 2024-08-26T23:25:07.217Z | Editable files to change: |
160 | 2024-08-26T23:25:07.217Z | Update: |
161 | 2024-08-26T23:25:07.217Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-26T23:25:07.679Z | |
163 | 2024-08-26T23:25:07.679Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-26T23:25:12.679Z | Download: 1138/4281 items 45.4/220.6MB 20% complete (9.0M/s) |
165 | 2024-08-26T23:25:17.693Z | Download: 1971/4281 items 118.7/220.6MB 53% complete (12.0M/s) |
166 | 2024-08-26T23:25:22.698Z | Download: 2852/4281 items 120.9/220.6MB 54% complete (8.5M/s) |
167 | 2024-08-26T23:25:31.586Z | Download: 3242/4281 items 202.8/220.6MB 91% complete (8.5M/s) |
168 | 2024-08-26T23:25:44.380Z | Download: 3247/4281 items 202.9/220.6MB 91% complete |
169 | 2024-08-26T23:25:48.514Z | Download: Completed 220.60 MB in 40.84 seconds (5.4M/s) |
170 | 2024-08-26T23:25:50.845Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-08-26T23:25:50.865Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-08-26T23:25:55.925Z | Actions: 4132/5063 actions (Installing new actions) |
173 | 2024-08-26T23:25:56.481Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-08-26T23:25:56.851Z | Actions: Completed 5063 actions in 6.01 seconds. |
175 | 2024-08-26T23:25:57.140Z | Done (0.282s) |
176 | 2024-08-26T23:25:57.143Z | Done (0.000s) |
177 | 2024-08-26T23:25:57.519Z | Done (0.377s) |
178 | 2024-08-26T23:26:04.268Z | Done (6.571s) |
179 | 2024-08-26T23:26:04.622Z | Done (0.272s) |
180 | 2024-08-26T23:26:04.625Z | Done (0.000s) |
181 | 2024-08-26T23:26:04.790Z | Done (0.000s) |
182 | 2024-08-26T23:26:05.387Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-26T23:26:05.550Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-08-26T23:26:05.553Z | Planning: Consolidating action changes ... Done |
185 | 2024-08-26T23:26:05.828Z | Planning: Evaluating mediators ... Done |
186 | 2024-08-26T23:26:05.831Z | Planning: Planning completed in 0.44 seconds |
187 | 2024-08-26T23:26:05.867Z | Mediators to change: 2 |
188 | 2024-08-26T23:26:05.867Z | Create boot environment: No |
189 | 2024-08-26T23:26:05.869Z | Create backup boot environment: No |
190 | 2024-08-26T23:26:05.959Z | Done |
191 | 2024-08-26T23:26:05.959Z | Done |
192 | 2024-08-26T23:26:06.330Z | Done |
193 | 2024-08-26T23:26:09.923Z | Done |
194 | 2024-08-26T23:26:10.020Z | Done |
195 | 2024-08-26T23:26:10.023Z | Done |
196 | 2024-08-26T23:26:10.163Z | Done |
197 | 2024-08-26T23:26:10.789Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-08-26T23:26:10.792Z | Planning: Merging actions ... Done |
199 | 2024-08-26T23:26:10.983Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-08-26T23:26:10.985Z | Planning: Consolidating action changes ... Done |
201 | 2024-08-26T23:26:11.265Z | Planning: Evaluating mediators ... Done |
202 | 2024-08-26T23:26:11.324Z | Planning: Planning completed in 0.79 seconds |
203 | 2024-08-26T23:26:11.366Z | Packages to change: 1 |
204 | 2024-08-26T23:26:11.366Z | Mediators to change: 1 |
205 | 2024-08-26T23:26:11.368Z | Services to change: 1 |
206 | 2024-08-26T23:26:11.368Z | Create boot environment: No |
207 | 2024-08-26T23:26:11.368Z | Create backup boot environment: Yes |
208 | 2024-08-26T23:26:13.401Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-08-26T23:26:13.466Z | Actions: Completed 6 actions in 0.06 seconds. |
210 | 2024-08-26T23:26:13.468Z | Done |
211 | 2024-08-26T23:26:13.468Z | Done |
212 | 2024-08-26T23:26:13.545Z | Done |
213 | 2024-08-26T23:26:17.246Z | Done |
214 | 2024-08-26T23:26:17.346Z | Done |
215 | 2024-08-26T23:26:17.349Z | Done |
216 | 2024-08-26T23:26:17.498Z | Done |
217 | 2024-08-26T23:26:17.932Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-08-26T23:26:17.932Z | clang system 15 system |
219 | 2024-08-26T23:26:17.934Z | csh system system illumos |
220 | 2024-08-26T23:26:17.934Z | ctags system system illumos |
221 | 2024-08-26T23:26:17.934Z | gcc vendor 12 vendor |
222 | 2024-08-26T23:26:17.934Z | gcc system 10 system |
223 | 2024-08-26T23:26:17.934Z | gcc system 7 system |
224 | 2024-08-26T23:26:17.934Z | go system 1.20 system |
225 | 2024-08-26T23:26:17.934Z | go system 1.19 system |
226 | 2024-08-26T23:26:17.935Z | llvm system 15 system |
227 | 2024-08-26T23:26:17.935Z | llvm system 14 system |
228 | 2024-08-26T23:26:17.935Z | mariadb system 10.6 system |
229 | 2024-08-26T23:26:17.935Z | mta vendor vendor dma |
230 | 2024-08-26T23:26:17.935Z | openjdk system 17 system |
231 | 2024-08-26T23:26:17.935Z | openjdk system 11 system |
232 | 2024-08-26T23:26:17.935Z | openjdk system 1.8 system |
233 | 2024-08-26T23:26:17.935Z | openssl vendor 3 vendor |
234 | 2024-08-26T23:26:17.935Z | perl system 5.36 system |
235 | 2024-08-26T23:26:17.935Z | postgresql system 15 system |
236 | 2024-08-26T23:26:17.935Z | postgresql system 13 system |
237 | 2024-08-26T23:26:17.935Z | python vendor 3 vendor |
238 | 2024-08-26T23:26:17.935Z | python system 2 system |
239 | 2024-08-26T23:26:17.935Z | python3 system 3.11 system |
240 | 2024-08-26T23:26:17.935Z | ruby system 3.0 system |
241 | 2024-08-26T23:26:17.935Z | words vendor vendor american-english |
242 | 2024-08-26T23:26:17.935Z | words system system australian-english |
243 | 2024-08-26T23:26:17.935Z | words system system british-english |
244 | 2024-08-26T23:26:17.935Z | words system system canadian-english |
245 | 2024-08-26T23:26:17.935Z | words system system french |
246 | 2024-08-26T23:26:17.935Z | words system system italian |
247 | 2024-08-26T23:26:17.935Z | words system system ngerman |
248 | 2024-08-26T23:26:17.935Z | words system system ogerman |
249 | 2024-08-26T23:26:17.935Z | words system system spanish |
250 | 2024-08-26T23:26:18.272Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-08-26T23:26:18.272Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-08-26T23:26:20.066Z | FMRI IFO |
253 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-08-26T23:26:20.067Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-08-26T23:26:20.671Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-08-26T23:26:20.933Z | Updating git repository `https://github.com/oxidecomputer/zone` |
268 | 2024-08-26T23:26:21.239Z | Updating crates.io index |
269 | 2024-08-26T23:26:21.242Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
270 | 2024-08-26T23:26:22.059Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-08-26T23:26:22.802Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-08-26T23:26:23.068Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
273 | 2024-08-26T23:26:24.489Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-08-26T23:26:24.746Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-08-26T23:26:25.051Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-08-26T23:26:26.186Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-08-26T23:26:27.987Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-08-26T23:26:28.964Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-08-26T23:26:29.645Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-08-26T23:26:29.893Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-08-26T23:26:30.371Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
282 | 2024-08-26T23:26:30.672Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-08-26T23:26:30.969Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-08-26T23:26:31.417Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-08-26T23:26:31.675Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-08-26T23:26:31.910Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-08-26T23:26:32.185Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-08-26T23:26:32.483Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-08-26T23:26:32.761Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-08-26T23:26:33.074Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-08-26T23:26:33.409Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-08-26T23:26:33.872Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-08-26T23:26:34.270Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-08-26T23:26:34.881Z | Updating git repository `https://github.com/oxidecomputer/typify` |
295 | 2024-08-26T23:26:36.871Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-08-26T23:26:37.100Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-08-26T23:26:37.357Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-08-26T23:26:37.664Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
299 | 2024-08-26T23:26:39.031Z | Downloading crates ... |
300 | 2024-08-26T23:26:39.146Z | Downloaded dtrace-parser v0.2.0 |
301 | 2024-08-26T23:26:39.152Z | Downloaded clap_lex v0.7.0 |
302 | 2024-08-26T23:26:39.154Z | Downloaded byteorder v1.5.0 |
303 | 2024-08-26T23:26:39.157Z | Downloaded swrite v0.1.0 |
304 | 2024-08-26T23:26:39.157Z | Downloaded anstyle-parse v0.2.4 |
305 | 2024-08-26T23:26:39.164Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-08-26T23:26:39.167Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-08-26T23:26:39.170Z | Downloaded digest v0.10.7 |
308 | 2024-08-26T23:26:39.172Z | Downloaded memmap v0.7.0 |
309 | 2024-08-26T23:26:39.172Z | Downloaded macaddr v1.0.1 |
310 | 2024-08-26T23:26:39.174Z | Downloaded autocfg v1.3.0 |
311 | 2024-08-26T23:26:39.177Z | Downloaded block-buffer v0.10.4 |
312 | 2024-08-26T23:26:39.177Z | Downloaded anstyle-query v1.0.3 |
313 | 2024-08-26T23:26:39.177Z | Downloaded anstyle v1.0.8 |
314 | 2024-08-26T23:26:39.179Z | Downloaded thread-id v4.2.1 |
315 | 2024-08-26T23:26:39.182Z | Downloaded utf8parse v0.2.1 |
316 | 2024-08-26T23:26:39.184Z | Downloaded thiserror v1.0.63 |
317 | 2024-08-26T23:26:39.187Z | Downloaded heck v0.4.1 |
318 | 2024-08-26T23:26:39.190Z | Downloaded serde_tokenstream v0.2.2 |
319 | 2024-08-26T23:26:39.190Z | Downloaded errno v0.3.9 |
320 | 2024-08-26T23:26:39.193Z | Downloaded anyhow v1.0.86 |
321 | 2024-08-26T23:26:39.195Z | Downloaded version_check v0.9.5 |
322 | 2024-08-26T23:26:39.197Z | Downloaded cargo_toml v0.20.4 |
323 | 2024-08-26T23:26:39.199Z | Downloaded anstream v0.6.14 |
324 | 2024-08-26T23:26:39.202Z | Downloaded tabled_derive v0.7.0 |
325 | 2024-08-26T23:26:39.202Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-08-26T23:26:39.202Z | Downloaded cpufeatures v0.2.12 |
327 | 2024-08-26T23:26:39.206Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-08-26T23:26:39.208Z | Downloaded quote v1.0.36 |
329 | 2024-08-26T23:26:39.208Z | Downloaded is_terminal_polyfill v1.70.0 |
330 | 2024-08-26T23:26:39.211Z | Downloaded papergrid v0.11.0 |
331 | 2024-08-26T23:26:39.214Z | Downloaded pest_derive v2.7.10 |
332 | 2024-08-26T23:26:39.217Z | Downloaded equivalent v1.0.1 |
333 | 2024-08-26T23:26:39.225Z | Downloaded usdt-macro v0.5.0 |
334 | 2024-08-26T23:26:39.234Z | Downloaded usdt-attr-macro v0.5.0 |
335 | 2024-08-26T23:26:39.242Z | Downloaded usdt-impl v0.5.0 |
336 | 2024-08-26T23:26:39.245Z | Downloaded ucd-trie v0.1.6 |
337 | 2024-08-26T23:26:39.247Z | Downloaded crypto-common v0.1.6 |
338 | 2024-08-26T23:26:39.247Z | Downloaded cfg-if v1.0.0 |
339 | 2024-08-26T23:26:39.251Z | Downloaded thiserror-impl v1.0.63 |
340 | 2024-08-26T23:26:39.253Z | Downloaded cargo_metadata v0.18.1 |
341 | 2024-08-26T23:26:39.256Z | Downloaded generic-array v0.14.7 |
342 | 2024-08-26T23:26:39.256Z | Downloaded dof v0.3.0 |
343 | 2024-08-26T23:26:39.259Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2024-08-26T23:26:39.259Z | Downloaded itoa v1.0.11 |
345 | 2024-08-26T23:26:39.259Z | Downloaded heck v0.5.0 |
346 | 2024-08-26T23:26:39.261Z | Downloaded fnv v1.0.7 |
347 | 2024-08-26T23:26:39.264Z | Downloaded serde_spanned v0.6.7 |
348 | 2024-08-26T23:26:39.270Z | Downloaded usdt v0.5.0 |
349 | 2024-08-26T23:26:39.273Z | Downloaded pest_generator v2.7.10 |
350 | 2024-08-26T23:26:39.275Z | Downloaded scroll v0.12.0 |
351 | 2024-08-26T23:26:39.278Z | Downloaded terminal_size v0.3.0 |
352 | 2024-08-26T23:26:39.282Z | Downloaded ryu v1.0.18 |
353 | 2024-08-26T23:26:39.284Z | Downloaded clap_derive v4.5.13 |
354 | 2024-08-26T23:26:39.284Z | Downloaded typenum v1.17.0 |
355 | 2024-08-26T23:26:39.288Z | Downloaded colorchoice v1.0.1 |
356 | 2024-08-26T23:26:39.291Z | Downloaded sha2 v0.10.8 |
357 | 2024-08-26T23:26:39.294Z | Downloaded camino v1.1.9 |
358 | 2024-08-26T23:26:39.298Z | Downloaded bytecount v0.6.8 |
359 | 2024-08-26T23:26:39.298Z | Downloaded semver v1.0.23 |
360 | 2024-08-26T23:26:39.300Z | Downloaded proc-macro-error v1.0.4 |
361 | 2024-08-26T23:26:39.303Z | Downloaded plain v0.2.3 |
362 | 2024-08-26T23:26:39.303Z | Downloaded indexmap v2.4.0 |
363 | 2024-08-26T23:26:39.306Z | Downloaded once_cell v1.19.0 |
364 | 2024-08-26T23:26:39.309Z | Downloaded zerocopy-derive v0.7.34 |
365 | 2024-08-26T23:26:39.312Z | Downloaded pest_meta v2.7.10 |
366 | 2024-08-26T23:26:39.314Z | Downloaded bitflags v2.6.0 |
367 | 2024-08-26T23:26:39.320Z | Downloaded log v0.4.21 |
368 | 2024-08-26T23:26:39.322Z | Downloaded fs-err v2.11.0 |
369 | 2024-08-26T23:26:39.325Z | Downloaded strsim v0.11.1 |
370 | 2024-08-26T23:26:39.328Z | Downloaded toml v0.8.19 |
371 | 2024-08-26T23:26:39.330Z | Downloaded proc-macro2 v1.0.86 |
372 | 2024-08-26T23:26:39.334Z | Downloaded serde v1.0.208 |
373 | 2024-08-26T23:26:39.343Z | Downloaded serde_derive v1.0.208 |
374 | 2024-08-26T23:26:39.345Z | Downloaded unicode-ident v1.0.12 |
375 | 2024-08-26T23:26:39.350Z | Downloaded clap v4.5.16 |
376 | 2024-08-26T23:26:39.364Z | Downloaded memchr v2.7.2 |
377 | 2024-08-26T23:26:39.386Z | Downloaded toml_edit v0.22.20 |
378 | 2024-08-26T23:26:39.407Z | Downloaded zerocopy v0.7.34 |
379 | 2024-08-26T23:26:39.422Z | Downloaded serde_json v1.0.125 |
380 | 2024-08-26T23:26:39.428Z | Downloaded goblin v0.8.2 |
381 | 2024-08-26T23:26:39.433Z | Downloaded pest v2.7.10 |
382 | 2024-08-26T23:26:39.439Z | Downloaded hashbrown v0.14.5 |
383 | 2024-08-26T23:26:39.444Z | Downloaded winnow v0.6.18 |
384 | 2024-08-26T23:26:39.451Z | Downloaded clap_builder v4.5.15 |
385 | 2024-08-26T23:26:39.457Z | Downloaded tabled v0.15.0 |
386 | 2024-08-26T23:26:39.472Z | Downloaded syn v2.0.74 |
387 | 2024-08-26T23:26:39.482Z | Downloaded syn v1.0.109 |
388 | 2024-08-26T23:26:39.500Z | Downloaded rustix v0.38.34 |
389 | 2024-08-26T23:26:39.521Z | Downloaded unicode-width v0.1.13 |
390 | 2024-08-26T23:26:39.532Z | Downloaded libc v0.2.156 |
391 | 2024-08-26T23:26:39.836Z | Compiling proc-macro2 v1.0.86 |
392 | 2024-08-26T23:26:39.836Z | Compiling unicode-ident v1.0.12 |
393 | 2024-08-26T23:26:39.838Z | Compiling version_check v0.9.5 |
394 | 2024-08-26T23:26:39.838Z | Compiling serde v1.0.208 |
395 | 2024-08-26T23:26:39.838Z | Compiling thiserror v1.0.63 |
396 | 2024-08-26T23:26:39.838Z | Compiling memchr v2.7.2 |
397 | 2024-08-26T23:26:39.838Z | Compiling libc v0.2.156 |
398 | 2024-08-26T23:26:39.838Z | Compiling itoa v1.0.11 |
399 | 2024-08-26T23:26:40.129Z | Compiling ryu v1.0.18 |
400 | 2024-08-26T23:26:40.173Z | Compiling ucd-trie v0.1.6 |
401 | 2024-08-26T23:26:40.429Z | Compiling once_cell v1.19.0 |
402 | 2024-08-26T23:26:40.686Z | Compiling byteorder v1.5.0 |
403 | 2024-08-26T23:26:41.019Z | Compiling serde_json v1.0.125 |
404 | 2024-08-26T23:26:41.651Z | Compiling proc-macro-error-attr v1.0.4 |
405 | 2024-08-26T23:26:41.653Z | Compiling usdt-impl v0.5.0 |
406 | 2024-08-26T23:26:41.670Z | Compiling syn v1.0.109 |
407 | 2024-08-26T23:26:41.740Z | Compiling rustix v0.38.34 |
408 | 2024-08-26T23:26:41.742Z | Compiling proc-macro-error v1.0.4 |
409 | 2024-08-26T23:26:42.016Z | Compiling equivalent v1.0.1 |
410 | 2024-08-26T23:26:42.083Z | Compiling utf8parse v0.2.1 |
411 | 2024-08-26T23:26:42.142Z | Compiling plain v0.2.3 |
412 | 2024-08-26T23:26:42.166Z | Compiling hashbrown v0.14.5 |
413 | 2024-08-26T23:26:42.255Z | Compiling bitflags v2.6.0 |
414 | 2024-08-26T23:26:42.284Z | Compiling log v0.4.21 |
415 | 2024-08-26T23:26:42.399Z | Compiling thread-id v4.2.1 |
416 | 2024-08-26T23:26:42.452Z | Compiling anstyle-parse v0.2.4 |
417 | 2024-08-26T23:26:42.546Z | Compiling quote v1.0.36 |
418 | 2024-08-26T23:26:42.734Z | Compiling colorchoice v1.0.1 |
419 | 2024-08-26T23:26:42.786Z | Compiling semver v1.0.23 |
420 | 2024-08-26T23:26:42.869Z | Compiling winnow v0.6.18 |
421 | 2024-08-26T23:26:42.907Z | Compiling is_terminal_polyfill v1.70.0 |
422 | 2024-08-26T23:26:43.033Z | Compiling syn v2.0.74 |
423 | 2024-08-26T23:26:43.084Z | Compiling errno v0.3.9 |
424 | 2024-08-26T23:26:43.331Z | Compiling anstyle v1.0.8 |
425 | 2024-08-26T23:26:43.354Z | Compiling anstyle-query v1.0.3 |
426 | 2024-08-26T23:26:43.492Z | Compiling indexmap v2.4.0 |
427 | 2024-08-26T23:26:43.578Z | Compiling camino v1.1.9 |
428 | 2024-08-26T23:26:43.779Z | Compiling autocfg v1.3.0 |
429 | 2024-08-26T23:26:44.433Z | Compiling pretty-hex v0.4.1 |
430 | 2024-08-26T23:26:44.725Z | Compiling terminal_size v0.3.0 |
431 | 2024-08-26T23:26:44.750Z | Compiling anstream v0.6.14 |
432 | 2024-08-26T23:26:44.775Z | Compiling fs-err v2.11.0 |
433 | 2024-08-26T23:26:44.937Z | Compiling clap_lex v0.7.0 |
434 | 2024-08-26T23:26:45.015Z | Compiling heck v0.5.0 |
435 | 2024-08-26T23:26:45.041Z | Compiling heck v0.4.1 |
436 | 2024-08-26T23:26:45.075Z | Compiling bytecount v0.6.8 |
437 | 2024-08-26T23:26:45.290Z | Compiling fnv v1.0.7 |
438 | 2024-08-26T23:26:45.423Z | Compiling strsim v0.11.1 |
439 | 2024-08-26T23:26:45.446Z | Compiling anyhow v1.0.86 |
440 | 2024-08-26T23:26:45.470Z | Compiling unicode-width v0.1.13 |
441 | 2024-08-26T23:26:45.547Z | Compiling memmap v0.7.0 |
442 | 2024-08-26T23:26:45.666Z | Compiling papergrid v0.11.0 |
443 | 2024-08-26T23:26:45.898Z | Compiling clap_builder v4.5.15 |
444 | 2024-08-26T23:26:46.365Z | Compiling swrite v0.1.0 |
445 | 2024-08-26T23:26:48.203Z | Compiling tabled_derive v0.7.0 |
446 | 2024-08-26T23:26:49.619Z | Compiling tabled v0.15.0 |
447 | 2024-08-26T23:26:51.293Z | Compiling serde_derive v1.0.208 |
448 | 2024-08-26T23:26:51.293Z | Compiling thiserror-impl v1.0.63 |
449 | 2024-08-26T23:26:51.296Z | Compiling zerocopy-derive v0.7.34 |
450 | 2024-08-26T23:26:51.296Z | Compiling scroll_derive v0.12.0 |
451 | 2024-08-26T23:26:51.539Z | Compiling clap_derive v4.5.13 |
452 | 2024-08-26T23:26:52.694Z | Compiling scroll v0.12.0 |
453 | 2024-08-26T23:26:53.144Z | Compiling zerocopy v0.7.34 |
454 | 2024-08-26T23:26:53.260Z | Compiling goblin v0.8.2 |
455 | 2024-08-26T23:26:53.862Z | Compiling pest v2.7.10 |
456 | 2024-08-26T23:26:55.456Z | Compiling clap v4.5.16 |
457 | 2024-08-26T23:26:56.063Z | Compiling pest_meta v2.7.10 |
458 | 2024-08-26T23:26:56.857Z | Compiling pest_generator v2.7.10 |
459 | 2024-08-26T23:26:58.786Z | Compiling pest_derive v2.7.10 |
460 | 2024-08-26T23:26:59.396Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-08-26T23:27:01.302Z | Compiling serde_tokenstream v0.2.2 |
462 | 2024-08-26T23:27:01.489Z | Compiling toml_datetime v0.6.8 |
463 | 2024-08-26T23:27:01.489Z | Compiling serde_spanned v0.6.7 |
464 | 2024-08-26T23:27:01.571Z | Compiling cargo-platform v0.1.8 |
465 | 2024-08-26T23:27:01.873Z | Compiling toml_edit v0.22.20 |
466 | 2024-08-26T23:27:02.026Z | Compiling macaddr v1.0.1 |
467 | 2024-08-26T23:27:02.717Z | Compiling dof v0.3.0 |
468 | 2024-08-26T23:27:03.210Z | Compiling cargo_metadata v0.18.1 |
469 | 2024-08-26T23:27:04.349Z | Compiling usdt-macro v0.5.0 |
470 | 2024-08-26T23:27:04.349Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2024-08-26T23:27:04.801Z | Compiling toml v0.8.19 |
472 | 2024-08-26T23:27:05.623Z | Compiling cargo_toml v0.20.4 |
473 | 2024-08-26T23:27:05.685Z | Compiling usdt v0.5.0 |
474 | 2024-08-26T23:27:09.352Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
475 | 2024-08-26T23:27:13.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.69s |
476 | 2024-08-26T23:27:13.373Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
477 | 2024-08-26T23:27:13.925Z | Downloading crates ... |
478 | 2024-08-26T23:27:14.039Z | Downloaded arc-swap v1.7.1 |
479 | 2024-08-26T23:27:14.051Z | Downloaded atty v0.2.14 |
480 | 2024-08-26T23:27:14.057Z | Downloaded cfg_aliases v0.1.1 |
481 | 2024-08-26T23:27:14.060Z | Downloaded bitstruct_derive v0.1.0 |
482 | 2024-08-26T23:27:14.060Z | Downloaded array-init v0.0.4 |
483 | 2024-08-26T23:27:14.071Z | Downloaded convert_case v0.4.0 |
484 | 2024-08-26T23:27:14.074Z | Downloaded castaway v0.2.3 |
485 | 2024-08-26T23:27:14.074Z | Downloaded cstr-argument v0.1.2 |
486 | 2024-08-26T23:27:14.076Z | Downloaded is_ci v1.2.0 |
487 | 2024-08-26T23:27:14.081Z | Downloaded ipnetwork v0.20.0 |
488 | 2024-08-26T23:27:14.084Z | Downloaded debug-ignore v1.0.5 |
489 | 2024-08-26T23:27:14.086Z | Downloaded hyper-tls v0.5.0 |
490 | 2024-08-26T23:27:14.088Z | Downloaded bcs v0.1.6 |
491 | 2024-08-26T23:27:14.090Z | Downloaded base64ct v1.6.0 |
492 | 2024-08-26T23:27:14.093Z | Downloaded arrayvec v0.7.4 |
493 | 2024-08-26T23:27:14.096Z | Downloaded number_prefix v0.4.0 |
494 | 2024-08-26T23:27:14.098Z | Downloaded ciborium-ll v0.2.2 |
495 | 2024-08-26T23:27:14.102Z | Downloaded opaque-debug v0.3.1 |
496 | 2024-08-26T23:27:14.104Z | Downloaded curve25519-dalek-derive v0.1.1 |
497 | 2024-08-26T23:27:14.107Z | Downloaded crossbeam-deque v0.8.5 |
498 | 2024-08-26T23:27:14.110Z | Downloaded base16ct v0.2.0 |
499 | 2024-08-26T23:27:14.110Z | Downloaded new_debug_unreachable v1.0.6 |
500 | 2024-08-26T23:27:14.112Z | Downloaded csv-core v0.1.11 |
501 | 2024-08-26T23:27:14.112Z | Downloaded crc32fast v1.4.0 |
502 | 2024-08-26T23:27:14.114Z | Downloaded indent_write v2.2.0 |
503 | 2024-08-26T23:27:14.117Z | Downloaded crossbeam-utils v0.8.19 |
504 | 2024-08-26T23:27:14.119Z | Downloaded num-conv v0.1.0 |
505 | 2024-08-26T23:27:14.122Z | Downloaded crunchy v0.2.2 |
506 | 2024-08-26T23:27:14.122Z | Downloaded lru-cache v0.1.2 |
507 | 2024-08-26T23:27:14.122Z | Downloaded cexpr v0.6.0 |
508 | 2024-08-26T23:27:14.124Z | Downloaded bitflags v1.3.2 |
509 | 2024-08-26T23:27:14.127Z | Downloaded num_enum_derive v0.5.11 |
510 | 2024-08-26T23:27:14.130Z | Downloaded libloading v0.8.3 |
511 | 2024-08-26T23:27:14.132Z | Downloaded num-iter v0.1.45 |
512 | 2024-08-26T23:27:14.134Z | Downloaded num v0.4.3 |
513 | 2024-08-26T23:27:14.134Z | Downloaded num_enum v0.5.11 |
514 | 2024-08-26T23:27:14.139Z | Downloaded ciborium-io v0.2.2 |
515 | 2024-08-26T23:27:14.141Z | Downloaded nodrop v0.1.14 |
516 | 2024-08-26T23:27:14.141Z | Downloaded nu-ansi-term v0.50.0 |
517 | 2024-08-26T23:27:14.145Z | Downloaded kstat-rs v0.2.4 |
518 | 2024-08-26T23:27:14.148Z | Downloaded crucible-workspace-hack v0.1.0 |
519 | 2024-08-26T23:27:14.148Z | Downloaded indoc v1.0.9 |
520 | 2024-08-26T23:27:14.152Z | Downloaded ident_case v1.0.1 |
521 | 2024-08-26T23:27:14.152Z | Downloaded multer v3.1.0 |
522 | 2024-08-26T23:27:14.158Z | Downloaded bitfield v0.14.0 |
523 | 2024-08-26T23:27:14.160Z | Downloaded owo-colors v4.0.0 |
524 | 2024-08-26T23:27:14.160Z | Downloaded num_threads v0.1.7 |
525 | 2024-08-26T23:27:14.160Z | Downloaded newtype_derive v0.1.6 |
526 | 2024-08-26T23:27:14.163Z | Downloaded block-padding v0.3.3 |
527 | 2024-08-26T23:27:14.163Z | Downloaded darling_macro v0.20.9 |
528 | 2024-08-26T23:27:14.163Z | Downloaded bitstruct v0.1.1 |
529 | 2024-08-26T23:27:14.167Z | Downloaded itertools v0.10.5 |
530 | 2024-08-26T23:27:14.171Z | Downloaded impl-trait-for-tuples v0.2.2 |
531 | 2024-08-26T23:27:14.174Z | Downloaded sqlparser_derive v0.2.2 |
532 | 2024-08-26T23:27:14.176Z | Downloaded ascii-canvas v3.0.0 |
533 | 2024-08-26T23:27:14.176Z | Downloaded openssl-macros v0.1.1 |
534 | 2024-08-26T23:27:14.180Z | Downloaded newline-converter v0.3.0 |
535 | 2024-08-26T23:27:14.180Z | Downloaded async-stream v0.3.5 |
536 | 2024-08-26T23:27:14.180Z | Downloaded openssl-probe v0.1.5 |
537 | 2024-08-26T23:27:14.182Z | Downloaded assert_matches v1.5.0 |
538 | 2024-08-26T23:27:14.182Z | Downloaded colored v2.1.0 |
539 | 2024-08-26T23:27:14.185Z | Downloaded arrayref v0.3.7 |
540 | 2024-08-26T23:27:14.187Z | Downloaded serde_path_to_error v0.1.16 |
541 | 2024-08-26T23:27:14.190Z | Downloaded iana-time-zone v0.1.60 |
542 | 2024-08-26T23:27:14.192Z | Downloaded libefi-sys v0.1.0 |
543 | 2024-08-26T23:27:14.195Z | Downloaded cobs v0.2.3 |
544 | 2024-08-26T23:27:14.195Z | Downloaded jobserver v0.1.32 |
545 | 2024-08-26T23:27:14.197Z | Downloaded semver v0.1.20 |
546 | 2024-08-26T23:27:14.197Z | Downloaded subtle v2.5.0 |
547 | 2024-08-26T23:27:14.199Z | Downloaded cbc v0.1.2 |
548 | 2024-08-26T23:27:14.202Z | Downloaded omicron-zone-package v0.11.0 |
549 | 2024-08-26T23:27:14.205Z | Downloaded libsw v3.3.1 |
550 | 2024-08-26T23:27:14.207Z | Downloaded crc-catalog v2.4.0 |
551 | 2024-08-26T23:27:14.207Z | Downloaded constant_time_eq v0.3.0 |
552 | 2024-08-26T23:27:14.210Z | Downloaded darling_core v0.20.9 |
553 | 2024-08-26T23:27:14.214Z | Downloaded ipnet v2.9.0 |
554 | 2024-08-26T23:27:14.216Z | Downloaded endian-type v0.1.2 |
555 | 2024-08-26T23:27:14.219Z | Downloaded cookie_store v0.20.0 |
556 | 2024-08-26T23:27:14.219Z | Downloaded indicatif v0.17.8 |
557 | 2024-08-26T23:27:14.223Z | Downloaded num-integer v0.1.46 |
558 | 2024-08-26T23:27:14.226Z | Downloaded shell-words v1.1.0 |
559 | 2024-08-26T23:27:14.230Z | Downloaded signature v2.2.0 |
560 | 2024-08-26T23:27:14.230Z | Downloaded num-derive v0.4.2 |
561 | 2024-08-26T23:27:14.232Z | Downloaded scopeguard v1.2.0 |
562 | 2024-08-26T23:27:14.232Z | Downloaded olpc-cjson v0.1.3 |
563 | 2024-08-26T23:27:14.234Z | Downloaded num-complex v0.4.6 |
564 | 2024-08-26T23:27:14.237Z | Downloaded diesel_table_macro_syntax v0.2.0 |
565 | 2024-08-26T23:27:14.237Z | Downloaded headers-core v0.2.0 |
566 | 2024-08-26T23:27:14.237Z | Downloaded const_format_proc_macros v0.2.32 |
567 | 2024-08-26T23:27:14.240Z | Downloaded maybe-uninit v2.0.0 |
568 | 2024-08-26T23:27:14.244Z | Downloaded slog-envlogger v2.2.0 |
569 | 2024-08-26T23:27:14.245Z | Downloaded ascii v1.1.0 |
570 | 2024-08-26T23:27:14.247Z | Downloaded backoff v0.4.0 |
571 | 2024-08-26T23:27:14.247Z | Downloaded termcolor v1.4.1 |
572 | 2024-08-26T23:27:14.250Z | Downloaded cassowary v0.3.0 |
573 | 2024-08-26T23:27:14.253Z | Downloaded openssl-sys v0.9.103 |
574 | 2024-08-26T23:27:14.256Z | Downloaded camino-tempfile v1.1.1 |
575 | 2024-08-26T23:27:14.259Z | Downloaded peg-runtime v0.8.3 |
576 | 2024-08-26T23:27:14.262Z | Downloaded lock_api v0.4.12 |
577 | 2024-08-26T23:27:14.262Z | Downloaded stable_deref_trait v1.2.0 |
578 | 2024-08-26T23:27:14.262Z | Downloaded cookie v0.17.0 |
579 | 2024-08-26T23:27:14.267Z | Downloaded ahash v0.8.11 |
580 | 2024-08-26T23:27:14.267Z | Downloaded thread_local v1.1.8 |
581 | 2024-08-26T23:27:14.270Z | Downloaded unarray v0.1.4 |
582 | 2024-08-26T23:27:14.272Z | Downloaded md-5 v0.10.6 |
583 | 2024-08-26T23:27:14.272Z | Downloaded linear-map v1.2.0 |
584 | 2024-08-26T23:27:14.275Z | Downloaded thiserror-no-std v2.0.2 |
585 | 2024-08-26T23:27:14.277Z | Downloaded darling v0.20.9 |
586 | 2024-08-26T23:27:14.291Z | Downloaded serde_with_macros v3.9.0 |
587 | 2024-08-26T23:27:14.291Z | Downloaded futures-macro v0.3.30 |
588 | 2024-08-26T23:27:14.291Z | Downloaded fd-lock v4.0.2 |
589 | 2024-08-26T23:27:14.291Z | Downloaded num-rational v0.4.2 |
590 | 2024-08-26T23:27:14.291Z | Downloaded mime v0.3.17 |
591 | 2024-08-26T23:27:14.295Z | Downloaded allocator-api2 v0.2.18 |
592 | 2024-08-26T23:27:14.298Z | Downloaded indexmap v1.9.3 |
593 | 2024-08-26T23:27:14.300Z | Downloaded filetime v0.2.24 |
594 | 2024-08-26T23:27:14.300Z | Downloaded group v0.13.0 |
595 | 2024-08-26T23:27:14.303Z | Downloaded futures-io v0.3.30 |
596 | 2024-08-26T23:27:14.303Z | Downloaded async-trait v0.1.81 |
597 | 2024-08-26T23:27:14.306Z | Downloaded cookie v0.18.1 |
598 | 2024-08-26T23:27:14.309Z | Downloaded tinyvec_macros v0.1.1 |
599 | 2024-08-26T23:27:14.311Z | Downloaded crossbeam-epoch v0.9.18 |
600 | 2024-08-26T23:27:14.314Z | Downloaded memmap2 v0.9.4 |
601 | 2024-08-26T23:27:14.316Z | Downloaded base64 v0.21.7 |
602 | 2024-08-26T23:27:14.319Z | Downloaded universal-hash v0.5.1 |
603 | 2024-08-26T23:27:14.322Z | Downloaded uzers v0.11.3 |
604 | 2024-08-26T23:27:14.324Z | Downloaded pin-utils v0.1.0 |
605 | 2024-08-26T23:27:14.324Z | Downloaded proc-macro-crate v1.3.1 |
606 | 2024-08-26T23:27:14.326Z | Downloaded foreign-types-shared v0.3.1 |
607 | 2024-08-26T23:27:14.326Z | Downloaded ena v0.14.3 |
608 | 2024-08-26T23:27:14.329Z | Downloaded packed_struct_codegen v0.10.1 |
609 | 2024-08-26T23:27:14.329Z | Downloaded heck v0.3.3 |
610 | 2024-08-26T23:27:14.331Z | Downloaded path-slash v0.1.5 |
611 | 2024-08-26T23:27:14.331Z | Downloaded derive_builder_macro v0.20.0 |
612 | 2024-08-26T23:27:14.333Z | Downloaded httpdate v1.0.3 |
613 | 2024-08-26T23:27:14.336Z | Downloaded serde_urlencoded v0.7.1 |
614 | 2024-08-26T23:27:14.336Z | Downloaded serde_repr v0.1.19 |
615 | 2024-08-26T23:27:14.338Z | Downloaded rustc_version v0.4.0 |
616 | 2024-08-26T23:27:14.341Z | Downloaded rustc_version v0.1.7 |
617 | 2024-08-26T23:27:14.341Z | Downloaded phf v0.11.2 |
618 | 2024-08-26T23:27:14.343Z | Downloaded ff v0.13.0 |
619 | 2024-08-26T23:27:14.344Z | Downloaded secrecy v0.8.0 |
620 | 2024-08-26T23:27:14.346Z | Downloaded miniz_oxide v0.7.2 |
621 | 2024-08-26T23:27:14.348Z | Downloaded rand_xorshift v0.3.0 |
622 | 2024-08-26T23:27:14.350Z | Downloaded mockall_derive v0.13.0 |
623 | 2024-08-26T23:27:14.352Z | Downloaded compact_str v0.8.0 |
624 | 2024-08-26T23:27:14.355Z | Downloaded slog-json v2.6.1 |
625 | 2024-08-26T23:27:14.360Z | Downloaded tokio-tungstenite v0.21.0 |
626 | 2024-08-26T23:27:14.363Z | Downloaded oso v0.27.3 |
627 | 2024-08-26T23:27:14.366Z | Downloaded tap v1.0.1 |
628 | 2024-08-26T23:27:14.366Z | Downloaded crc-any v2.5.0 |
629 | 2024-08-26T23:27:14.370Z | Downloaded blake2 v0.10.6 |
630 | 2024-08-26T23:27:14.370Z | Downloaded sync_wrapper v0.1.2 |
631 | 2024-08-26T23:27:14.372Z | Downloaded mio v0.8.11 |
632 | 2024-08-26T23:27:14.382Z | Downloaded minimal-lexical v0.2.1 |
633 | 2024-08-26T23:27:14.384Z | Downloaded which v4.4.2 |
634 | 2024-08-26T23:27:14.384Z | Downloaded deranged v0.3.11 |
635 | 2024-08-26T23:27:14.384Z | Downloaded rustfmt-wrapper v0.2.1 |
636 | 2024-08-26T23:27:14.387Z | Downloaded postgres-protocol v0.6.7 |
637 | 2024-08-26T23:27:14.389Z | Downloaded toolchain_find v0.4.0 |
638 | 2024-08-26T23:27:14.389Z | Downloaded zone_cfg_derive v0.1.2 |
639 | 2024-08-26T23:27:14.392Z | Downloaded postgres-types v0.2.7 |
640 | 2024-08-26T23:27:14.392Z | Downloaded fallible-iterator v0.2.0 |
641 | 2024-08-26T23:27:14.395Z | Downloaded want v0.3.1 |
642 | 2024-08-26T23:27:14.397Z | Downloaded hex v0.4.3 |
643 | 2024-08-26T23:27:14.397Z | Downloaded futures-core v0.3.30 |
644 | 2024-08-26T23:27:14.401Z | Downloaded flagset v0.4.5 |
645 | 2024-08-26T23:27:14.401Z | Downloaded derive-where v1.2.7 |
646 | 2024-08-26T23:27:14.403Z | Downloaded futures-sink v0.3.30 |
647 | 2024-08-26T23:27:14.406Z | Downloaded futures-task v0.3.30 |
648 | 2024-08-26T23:27:14.406Z | Downloaded rand_seeder v0.3.0 |
649 | 2024-08-26T23:27:14.410Z | Downloaded zerocopy v0.6.6 |
650 | 2024-08-26T23:27:14.413Z | Downloaded toml v0.7.8 |
651 | 2024-08-26T23:27:14.415Z | Downloaded precomputed-hash v0.1.1 |
652 | 2024-08-26T23:27:14.415Z | Downloaded pin-project-lite v0.2.14 |
653 | 2024-08-26T23:27:14.420Z | Downloaded mime_guess v2.0.4 |
654 | 2024-08-26T23:27:14.422Z | Downloaded same-file v1.0.6 |
655 | 2024-08-26T23:27:14.425Z | Downloaded rpassword v7.3.1 |
656 | 2024-08-26T23:27:14.425Z | Downloaded base64 v0.22.1 |
657 | 2024-08-26T23:27:14.430Z | Downloaded tui-tree-widget v0.22.0 |
658 | 2024-08-26T23:27:14.433Z | Downloaded snafu-derive v0.8.2 |
659 | 2024-08-26T23:27:14.433Z | Downloaded slog-stdlog v4.1.1 |
660 | 2024-08-26T23:27:14.442Z | Downloaded crypto-bigint v0.5.5 |
661 | 2024-08-26T23:27:14.449Z | Downloaded structmeta v0.3.0 |
662 | 2024-08-26T23:27:14.453Z | Downloaded unicode-truncate v1.0.0 |
663 | 2024-08-26T23:27:14.453Z | Downloaded unicode-linebreak v0.1.5 |
664 | 2024-08-26T23:27:14.453Z | Downloaded sigpipe v0.1.3 |
665 | 2024-08-26T23:27:14.457Z | Downloaded tabwriter v1.4.0 |
666 | 2024-08-26T23:27:14.457Z | Downloaded defmt-parser v0.3.4 |
667 | 2024-08-26T23:27:14.459Z | Downloaded hashlink v0.9.1 |
668 | 2024-08-26T23:27:14.462Z | Downloaded topological-sort v0.2.2 |
669 | 2024-08-26T23:27:14.462Z | Downloaded try-lock v0.2.5 |
670 | 2024-08-26T23:27:14.462Z | Downloaded salsa20 v0.10.2 |
671 | 2024-08-26T23:27:14.465Z | Downloaded hash32 v0.2.1 |
672 | 2024-08-26T23:27:14.465Z | Downloaded slog-scope v4.4.0 |
673 | 2024-08-26T23:27:14.468Z | Downloaded hickory-client v0.24.1 |
674 | 2024-08-26T23:27:14.470Z | Downloaded diesel_derives v2.2.2 |
675 | 2024-08-26T23:27:14.474Z | Downloaded rustc-hash v1.1.0 |
676 | 2024-08-26T23:27:14.476Z | Downloaded pin-project-internal v1.1.5 |
677 | 2024-08-26T23:27:14.478Z | Downloaded highway v1.2.0 |
678 | 2024-08-26T23:27:14.481Z | Downloaded tokio-rustls v0.24.1 |
679 | 2024-08-26T23:27:14.483Z | Downloaded num-traits v0.2.19 |
680 | 2024-08-26T23:27:14.486Z | Downloaded tokio-stream v0.1.15 |
681 | 2024-08-26T23:27:14.489Z | Downloaded packed_struct v0.10.1 |
682 | 2024-08-26T23:27:14.492Z | Downloaded pem-rfc7468 v0.7.0 |
683 | 2024-08-26T23:27:14.494Z | Downloaded socket2 v0.5.7 |
684 | 2024-08-26T23:27:14.497Z | Downloaded headers v0.3.9 |
685 | 2024-08-26T23:27:14.502Z | Downloaded rusty-fork v0.3.0 |
686 | 2024-08-26T23:27:14.505Z | Downloaded sqlformat v0.2.4 |
687 | 2024-08-26T23:27:14.507Z | Downloaded string_cache v0.8.7 |
688 | 2024-08-26T23:27:14.509Z | Downloaded serde-hex v0.1.0 |
689 | 2024-08-26T23:27:14.509Z | Downloaded fallible-streaming-iterator v0.1.9 |
690 | 2024-08-26T23:27:14.512Z | Downloaded rcgen v0.12.1 |
691 | 2024-08-26T23:27:14.514Z | Downloaded mio v1.0.2 |
692 | 2024-08-26T23:27:14.519Z | Downloaded schemars v0.8.21 |
693 | 2024-08-26T23:27:14.532Z | Downloaded dirs-sys-next v0.1.2 |
694 | 2024-08-26T23:27:14.535Z | Downloaded portpicker v0.1.1 |
695 | 2024-08-26T23:27:14.535Z | Downloaded http-range v0.1.5 |
696 | 2024-08-26T23:27:14.538Z | Downloaded erased-serde v0.3.31 |
697 | 2024-08-26T23:27:14.541Z | Downloaded zeroize v1.7.0 |
698 | 2024-08-26T23:27:14.541Z | Downloaded quick-error v1.2.3 |
699 | 2024-08-26T23:27:14.541Z | Downloaded psl-types v2.0.11 |
700 | 2024-08-26T23:27:14.544Z | Downloaded pkcs5 v0.7.1 |
701 | 2024-08-26T23:27:14.547Z | Downloaded percent-encoding v2.3.1 |
702 | 2024-08-26T23:27:14.547Z | Downloaded ref-cast-impl v1.0.23 |
703 | 2024-08-26T23:27:14.551Z | Downloaded snafu v0.8.2 |
704 | 2024-08-26T23:27:14.554Z | Downloaded utf-8 v0.7.6 |
705 | 2024-08-26T23:27:14.557Z | Downloaded rand_core v0.6.4 |
706 | 2024-08-26T23:27:14.557Z | Downloaded tar v0.4.41 |
707 | 2024-08-26T23:27:14.560Z | Downloaded predicates v3.1.2 |
708 | 2024-08-26T23:27:14.563Z | Downloaded smf v0.2.3 |
709 | 2024-08-26T23:27:14.565Z | Downloaded fastrand v2.1.0 |
710 | 2024-08-26T23:27:14.567Z | Downloaded smawk v0.3.2 |
711 | 2024-08-26T23:27:14.568Z | Downloaded slog-dtrace v0.3.0 |
712 | 2024-08-26T23:27:14.570Z | Downloaded downcast v0.11.0 |
713 | 2024-08-26T23:27:14.573Z | Downloaded parse-size v1.0.0 |
714 | 2024-08-26T23:27:14.573Z | Downloaded vte_generate_state_changes v0.1.1 |
715 | 2024-08-26T23:27:14.573Z | Downloaded rustversion v1.0.17 |
716 | 2024-08-26T23:27:14.576Z | Downloaded time-core v0.1.2 |
717 | 2024-08-26T23:27:14.578Z | Downloaded stringprep v0.1.4 |
718 | 2024-08-26T23:27:14.578Z | Downloaded wyz v0.5.1 |
719 | 2024-08-26T23:27:14.581Z | Downloaded unsafe-libyaml v0.2.11 |
720 | 2024-08-26T23:27:14.584Z | Downloaded der_derive v0.7.2 |
721 | 2024-08-26T23:27:14.587Z | Downloaded tokio-postgres v0.7.11 |
722 | 2024-08-26T23:27:14.590Z | Downloaded strip-ansi-escapes v0.2.0 |
723 | 2024-08-26T23:27:14.592Z | Downloaded foreign-types-shared v0.1.1 |
724 | 2024-08-26T23:27:14.592Z | Downloaded termtree v0.4.1 |
725 | 2024-08-26T23:27:14.595Z | Downloaded unicode-xid v0.2.4 |
726 | 2024-08-26T23:27:14.595Z | Downloaded signal-hook-registry v1.4.2 |
727 | 2024-08-26T23:27:14.597Z | Downloaded ref-cast v1.0.23 |
728 | 2024-08-26T23:27:14.600Z | Downloaded serde_yaml v0.9.34+deprecated |
729 | 2024-08-26T23:27:14.603Z | Downloaded strum v0.26.3 |
730 | 2024-08-26T23:27:14.605Z | Downloaded hubpack v0.1.2 |
731 | 2024-08-26T23:27:14.605Z | Downloaded funty v2.0.0 |
732 | 2024-08-26T23:27:14.608Z | Downloaded hyper-rustls v0.24.2 |
733 | 2024-08-26T23:27:14.611Z | Downloaded aes v0.8.4 |
734 | 2024-08-26T23:27:14.614Z | Downloaded vsss-rs v3.3.4 |
735 | 2024-08-26T23:27:14.617Z | Downloaded phf_shared v0.10.0 |
736 | 2024-08-26T23:27:14.617Z | Downloaded tower-service v0.3.2 |
737 | 2024-08-26T23:27:14.619Z | Downloaded peg-macros v0.8.4 |
738 | 2024-08-26T23:27:14.619Z | Downloaded parking_lot_core v0.8.6 |
739 | 2024-08-26T23:27:14.625Z | Downloaded sec1 v0.7.3 |
740 | 2024-08-26T23:27:14.625Z | Downloaded scheduled-thread-pool v0.2.7 |
741 | 2024-08-26T23:27:14.628Z | Downloaded samael v0.0.15 |
742 | 2024-08-26T23:27:14.630Z | Downloaded itertools v0.12.1 |
743 | 2024-08-26T23:27:14.637Z | Downloaded env_logger v0.10.2 |
744 | 2024-08-26T23:27:14.641Z | Downloaded display-error-chain v0.2.0 |
745 | 2024-08-26T23:27:14.641Z | Downloaded scrypt v0.11.0 |
746 | 2024-08-26T23:27:14.644Z | Downloaded fragile v2.0.0 |
747 | 2024-08-26T23:27:14.646Z | Downloaded hostname v0.3.1 |
748 | 2024-08-26T23:27:14.649Z | Downloaded parse-display-derive v0.10.0 |
749 | 2024-08-26T23:27:14.649Z | Downloaded walkdir v2.5.0 |
750 | 2024-08-26T23:27:14.652Z | Downloaded dirs-next v2.0.0 |
751 | 2024-08-26T23:27:14.652Z | Downloaded num-bigint-dig v0.8.4 |
752 | 2024-08-26T23:27:14.656Z | Downloaded spin v0.9.8 |
753 | 2024-08-26T23:27:14.658Z | Downloaded radium v0.7.0 |
754 | 2024-08-26T23:27:14.661Z | Downloaded rand_chacha v0.3.1 |
755 | 2024-08-26T23:27:14.661Z | Downloaded typed-path v0.7.1 |
756 | 2024-08-26T23:27:14.667Z | Downloaded tokio-native-tls v0.3.1 |
757 | 2024-08-26T23:27:14.669Z | Downloaded strum_macros v0.24.3 |
758 | 2024-08-26T23:27:14.672Z | Downloaded structmeta-derive v0.3.0 |
759 | 2024-08-26T23:27:14.674Z | Downloaded hickory-server v0.24.1 |
760 | 2024-08-26T23:27:14.677Z | Downloaded waitgroup v0.1.2 |
761 | 2024-08-26T23:27:14.680Z | Downloaded dsl_auto_type v0.1.2 |
762 | 2024-08-26T23:27:14.680Z | Downloaded resolv-conf v0.7.0 |
763 | 2024-08-26T23:27:14.683Z | Downloaded gethostname v0.5.0 |
764 | 2024-08-26T23:27:14.685Z | Downloaded rustc-demangle v0.1.24 |
765 | 2024-08-26T23:27:14.685Z | Downloaded rand v0.8.5 |
766 | 2024-08-26T23:27:14.688Z | Downloaded sct v0.7.1 |
767 | 2024-08-26T23:27:14.692Z | Downloaded predicates-core v1.0.6 |
768 | 2024-08-26T23:27:14.694Z | Downloaded untrusted v0.9.0 |
769 | 2024-08-26T23:27:14.697Z | Downloaded form_urlencoded v1.2.1 |
770 | 2024-08-26T23:27:14.697Z | Downloaded schemars_derive v0.8.21 |
771 | 2024-08-26T23:27:14.699Z | Downloaded nom v7.1.3 |
772 | 2024-08-26T23:27:14.703Z | Downloaded untrusted v0.7.1 |
773 | 2024-08-26T23:27:14.706Z | Downloaded take_mut v0.2.2 |
774 | 2024-08-26T23:27:14.706Z | Downloaded termios v0.3.3 |
775 | 2024-08-26T23:27:14.708Z | Downloaded parse-display v0.10.0 |
776 | 2024-08-26T23:27:14.708Z | Downloaded pretty-hex v0.2.1 |
777 | 2024-08-26T23:27:14.711Z | Downloaded embedded-io v0.4.0 |
778 | 2024-08-26T23:27:14.711Z | Downloaded either v1.13.0 |
779 | 2024-08-26T23:27:14.714Z | Downloaded dyn-clone v1.0.17 |
780 | 2024-08-26T23:27:14.717Z | Downloaded unicode-bidi v0.3.15 |
781 | 2024-08-26T23:27:14.717Z | Downloaded tracing-core v0.1.32 |
782 | 2024-08-26T23:27:14.720Z | Downloaded strum_macros v0.25.3 |
783 | 2024-08-26T23:27:14.723Z | Downloaded foreign-types v0.3.2 |
784 | 2024-08-26T23:27:14.723Z | Downloaded serde-big-array v0.5.1 |
785 | 2024-08-26T23:27:14.726Z | Downloaded zone v0.1.8 |
786 | 2024-08-26T23:27:14.726Z | Downloaded peg v0.8.4 |
787 | 2024-08-26T23:27:14.728Z | Downloaded r2d2 v0.8.10 |
788 | 2024-08-26T23:27:14.730Z | Downloaded signal-hook-tokio v0.3.1 |
789 | 2024-08-26T23:27:14.733Z | Downloaded difflib v0.4.0 |
790 | 2024-08-26T23:27:14.733Z | Downloaded elliptic-curve v0.13.8 |
791 | 2024-08-26T23:27:14.738Z | Downloaded tokio-tungstenite v0.20.1 |
792 | 2024-08-26T23:27:14.740Z | Downloaded phf_shared v0.11.2 |
793 | 2024-08-26T23:27:14.740Z | Downloaded libxml v0.3.3 |
794 | 2024-08-26T23:27:14.745Z | Downloaded zeroize_derive v1.4.2 |
795 | 2024-08-26T23:27:14.748Z | Downloaded strum_macros v0.26.4 |
796 | 2024-08-26T23:27:14.750Z | Downloaded env_logger v0.9.3 |
797 | 2024-08-26T23:27:14.753Z | Downloaded itertools v0.13.0 |
798 | 2024-08-26T23:27:14.758Z | Downloaded test-strategy v0.3.1 |
799 | 2024-08-26T23:27:14.761Z | Downloaded predicates-tree v1.0.9 |
800 | 2024-08-26T23:27:14.763Z | Downloaded tokio-macros v2.3.0 |
801 | 2024-08-26T23:27:14.764Z | Downloaded home v0.5.9 |
802 | 2024-08-26T23:27:14.766Z | Downloaded poly1305 v0.8.0 |
803 | 2024-08-26T23:27:14.769Z | Downloaded powerfmt v0.2.0 |
804 | 2024-08-26T23:27:14.769Z | Downloaded textwrap v0.16.1 |
805 | 2024-08-26T23:27:14.771Z | Downloaded foreign-types-macros v0.2.3 |
806 | 2024-08-26T23:27:14.773Z | Downloaded serde_plain v1.0.2 |
807 | 2024-08-26T23:27:14.773Z | Downloaded password-hash v0.5.0 |
808 | 2024-08-26T23:27:14.776Z | Downloaded parking_lot_core v0.9.10 |
809 | 2024-08-26T23:27:14.778Z | Downloaded getopts v0.2.21 |
810 | 2024-08-26T23:27:14.781Z | Downloaded flate2 v1.0.31 |
811 | 2024-08-26T23:27:14.784Z | Downloaded postcard v1.0.8 |
812 | 2024-08-26T23:27:14.787Z | Downloaded unicase v2.7.0 |
813 | 2024-08-26T23:27:14.790Z | Downloaded shlex v1.3.0 |
814 | 2024-08-26T23:27:14.793Z | Downloaded http v0.2.12 |
815 | 2024-08-26T23:27:14.797Z | Downloaded crossterm v0.28.1 |
816 | 2024-08-26T23:27:14.801Z | Downloaded supports-color v3.0.0 |
817 | 2024-08-26T23:27:14.804Z | Downloaded slog-async v2.8.0 |
818 | 2024-08-26T23:27:14.807Z | Downloaded term v0.7.0 |
819 | 2024-08-26T23:27:14.811Z | Downloaded blake3 v1.5.1 |
820 | 2024-08-26T23:27:14.817Z | Downloaded bitvec v1.0.1 |
821 | 2024-08-26T23:27:14.830Z | Downloaded rustls-pemfile v2.1.3 |
822 | 2024-08-26T23:27:14.832Z | Downloaded tracing-attributes v0.1.27 |
823 | 2024-08-26T23:27:14.834Z | Downloaded slog-bunyan v2.5.0 |
824 | 2024-08-26T23:27:14.837Z | Downloaded hmac v0.12.1 |
825 | 2024-08-26T23:27:14.839Z | Downloaded publicsuffix v2.2.3 |
826 | 2024-08-26T23:27:14.842Z | Downloaded http v1.1.0 |
827 | 2024-08-26T23:27:14.844Z | Downloaded tinyvec v1.6.0 |
828 | 2024-08-26T23:27:14.847Z | Downloaded ron v0.8.1 |
829 | 2024-08-26T23:27:14.853Z | Downloaded unicode-segmentation v1.11.0 |
830 | 2024-08-26T23:27:14.856Z | Downloaded rustls-pki-types v1.7.0 |
831 | 2024-08-26T23:27:14.859Z | Downloaded vte v0.11.1 |
832 | 2024-08-26T23:27:14.862Z | Downloaded der v0.7.9 |
833 | 2024-08-26T23:27:14.865Z | Downloaded rustls-pemfile v1.0.4 |
834 | 2024-08-26T23:27:14.868Z | Downloaded x509-cert v0.2.5 |
835 | 2024-08-26T23:27:14.873Z | Downloaded toml_edit v0.19.15 |
836 | 2024-08-26T23:27:14.890Z | Downloaded signal-hook v0.3.17 |
837 | 2024-08-26T23:27:14.893Z | Downloaded slog v2.7.0 |
838 | 2024-08-26T23:27:14.897Z | Downloaded tracing v0.1.40 |
839 | 2024-08-26T23:27:14.900Z | Downloaded rsa v0.9.6 |
840 | 2024-08-26T23:27:14.911Z | Downloaded flume v0.11.0 |
841 | 2024-08-26T23:27:14.915Z | Downloaded winnow v0.5.40 |
842 | 2024-08-26T23:27:14.918Z | Downloaded zip v0.6.6 |
843 | 2024-08-26T23:27:14.921Z | Downloaded tungstenite v0.20.1 |
844 | 2024-08-26T23:27:14.925Z | Downloaded ron v0.7.1 |
845 | 2024-08-26T23:27:14.929Z | Downloaded hashbrown v0.12.3 |
846 | 2024-08-26T23:27:14.934Z | Downloaded lalrpop v0.19.12 |
847 | 2024-08-26T23:27:14.945Z | Downloaded hashbrown v0.13.2 |
848 | 2024-08-26T23:27:14.950Z | Downloaded unicode_categories v0.1.1 |
849 | 2024-08-26T23:27:14.953Z | Downloaded url v2.5.2 |
850 | 2024-08-26T23:27:14.957Z | Downloaded sqlparser v0.45.0 |
851 | 2024-08-26T23:27:14.961Z | Downloaded expectorate v1.1.0 |
852 | 2024-08-26T23:27:14.964Z | Downloaded serde_with v3.9.0 |
853 | 2024-08-26T23:27:14.973Z | Downloaded foreign-types v0.5.0 |
854 | 2024-08-26T23:27:14.976Z | Downloaded time v0.3.36 |
855 | 2024-08-26T23:27:14.981Z | Downloaded rustls-webpki v0.101.7 |
856 | 2024-08-26T23:27:14.994Z | Downloaded rusqlite v0.31.0 |
857 | 2024-08-26T23:27:15.000Z | Downloaded idna v0.5.0 |
858 | 2024-08-26T23:27:15.007Z | Downloaded chrono v0.4.38 |
859 | 2024-08-26T23:27:15.015Z | Downloaded tough v0.17.1 |
860 | 2024-08-26T23:27:15.024Z | Downloaded rustyline v14.0.0 |
861 | 2024-08-26T23:27:15.029Z | Downloaded portable-atomic v1.6.0 |
862 | 2024-08-26T23:27:15.036Z | Downloaded reedline v0.33.0 |
863 | 2024-08-26T23:27:15.043Z | Downloaded quick-xml v0.31.0 |
864 | 2024-08-26T23:27:15.051Z | Downloaded rayon v1.10.0 |
865 | 2024-08-26T23:27:15.059Z | Downloaded idna v0.4.0 |
866 | 2024-08-26T23:27:15.068Z | Downloaded proptest v1.5.0 |
867 | 2024-08-26T23:27:15.076Z | Downloaded radix_trie v0.2.1 |
868 | 2024-08-26T23:27:15.081Z | Downloaded object v0.32.2 |
869 | 2024-08-26T23:27:15.091Z | Downloaded rustls-webpki v0.102.4 |
870 | 2024-08-26T23:27:15.109Z | Downloaded reqwest v0.11.27 |
871 | 2024-08-26T23:27:15.116Z | Downloaded hkdf v0.12.4 |
872 | 2024-08-26T23:27:15.119Z | Downloaded webpki-roots v0.25.4 |
873 | 2024-08-26T23:27:15.123Z | Downloaded hyper v0.14.30 |
874 | 2024-08-26T23:27:15.131Z | Downloaded smoltcp v0.9.1 |
875 | 2024-08-26T23:27:15.142Z | Downloaded regex-syntax v0.6.29 |
876 | 2024-08-26T23:27:15.150Z | Downloaded gimli v0.28.1 |
877 | 2024-08-26T23:27:15.158Z | Downloaded rustls v0.21.12 |
878 | 2024-08-26T23:27:15.170Z | Downloaded git2 v0.19.0 |
879 | 2024-08-26T23:27:15.178Z | Downloaded smoltcp v0.11.0 |
880 | 2024-08-26T23:27:15.193Z | Downloaded diesel v2.2.2 |
881 | 2024-08-26T23:27:15.210Z | Downloaded regex v1.10.6 |
882 | 2024-08-26T23:27:15.223Z | Downloaded regress v0.9.1 |
883 | 2024-08-26T23:27:15.231Z | Downloaded openapiv3 v2.0.0 |
884 | 2024-08-26T23:27:15.245Z | Downloaded bstr v1.9.1 |
885 | 2024-08-26T23:27:15.255Z | Downloaded rustls v0.22.4 |
886 | 2024-08-26T23:27:15.269Z | Downloaded regex-syntax v0.8.4 |
887 | 2024-08-26T23:27:15.276Z | Downloaded hickory-proto v0.24.1 |
888 | 2024-08-26T23:27:15.291Z | Downloaded sled v0.34.7 |
889 | 2024-08-26T23:27:15.301Z | Downloaded nix v0.28.0 |
890 | 2024-08-26T23:27:15.312Z | Downloaded ratatui v0.28.0 |
891 | 2024-08-26T23:27:15.333Z | Downloaded regex-automata v0.4.6 |
892 | 2024-08-26T23:27:15.349Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2024-08-26T23:27:15.361Z | Downloaded zerocopy-derive v0.6.6 |
894 | 2024-08-26T23:27:15.370Z | Downloaded petgraph v0.6.5 |
895 | 2024-08-26T23:27:15.387Z | Downloaded csv v1.3.0 |
896 | 2024-08-26T23:27:15.409Z | Downloaded finl_unicode v1.2.0 |
897 | 2024-08-26T23:27:15.421Z | Downloaded tokio v1.38.1 |
898 | 2024-08-26T23:27:15.457Z | Downloaded polar-core v0.27.3 |
899 | 2024-08-26T23:27:15.466Z | Downloaded curve25519-dalek v4.1.3 |
900 | 2024-08-26T23:27:15.475Z | Downloaded object v0.30.4 |
901 | 2024-08-26T23:27:15.483Z | Downloaded h2 v0.3.26 |
902 | 2024-08-26T23:27:15.489Z | Downloaded vcpkg v0.2.15 |
903 | 2024-08-26T23:27:15.528Z | Downloaded nix v0.27.1 |
904 | 2024-08-26T23:27:15.537Z | Downloaded openssl v0.10.66 |
905 | 2024-08-26T23:27:15.546Z | Downloaded futures-util v0.3.30 |
906 | 2024-08-26T23:27:15.558Z | Downloaded bindgen v0.69.4 |
907 | 2024-08-26T23:27:15.564Z | Downloaded idna v0.3.0 |
908 | 2024-08-26T23:27:15.571Z | Downloaded glob v0.3.1 |
909 | 2024-08-26T23:27:15.574Z | Downloaded pin-project v1.1.5 |
910 | 2024-08-26T23:27:15.583Z | Downloaded steno v0.4.1 |
911 | 2024-08-26T23:27:15.586Z | Downloaded futures v0.3.30 |
912 | 2024-08-26T23:27:15.592Z | Downloaded tiny-keccak v2.0.2 |
913 | 2024-08-26T23:27:15.595Z | Downloaded sha3 v0.10.8 |
914 | 2024-08-26T23:27:15.598Z | Downloaded unicode-normalization v0.1.23 |
915 | 2024-08-26T23:27:15.601Z | Downloaded getrandom v0.2.14 |
916 | 2024-08-26T23:27:15.606Z | Downloaded rayon-core v1.12.1 |
917 | 2024-08-26T23:27:15.608Z | Downloaded enum-as-inner v0.6.0 |
918 | 2024-08-26T23:27:15.610Z | Downloaded tokio-util v0.7.11 |
919 | 2024-08-26T23:27:15.614Z | Downloaded humantime v2.1.0 |
920 | 2024-08-26T23:27:15.617Z | Downloaded hickory-resolver v0.24.1 |
921 | 2024-08-26T23:27:15.620Z | Downloaded tls_codec_derive v0.4.1 |
922 | 2024-08-26T23:27:15.623Z | Downloaded hostname v0.4.0 |
923 | 2024-08-26T23:27:15.625Z | Downloaded pbkdf2 v0.12.2 |
924 | 2024-08-26T23:27:15.625Z | Downloaded diff v0.1.13 |
925 | 2024-08-26T23:27:15.628Z | Downloaded crossterm v0.27.0 |
926 | 2024-08-26T23:27:15.633Z | Downloaded serde_derive_internals v0.29.1 |
927 | 2024-08-26T23:27:15.635Z | Downloaded half v2.4.1 |
928 | 2024-08-26T23:27:15.637Z | Downloaded signal-hook-mio v0.2.4 |
929 | 2024-08-26T23:27:15.640Z | Downloaded httparse v1.8.0 |
930 | 2024-08-26T23:27:15.640Z | Downloaded parking_lot v0.12.2 |
931 | 2024-08-26T23:27:15.642Z | Downloaded futures-channel v0.3.30 |
932 | 2024-08-26T23:27:15.644Z | Downloaded fatfs v0.3.6 |
933 | 2024-08-26T23:27:15.647Z | Downloaded http-body v0.4.6 |
934 | 2024-08-26T23:27:15.649Z | Downloaded structmeta-derive v0.2.0 |
935 | 2024-08-26T23:27:15.649Z | Downloaded slog-term v2.9.1 |
936 | 2024-08-26T23:27:15.651Z | Downloaded float-ord v0.3.2 |
937 | 2024-08-26T23:27:15.654Z | Downloaded fxhash v0.2.1 |
938 | 2024-08-26T23:27:15.654Z | Downloaded pkcs8 v0.10.2 |
939 | 2024-08-26T23:27:15.656Z | Downloaded derive_more v0.99.18 |
940 | 2024-08-26T23:27:15.659Z | Downloaded heapless v0.8.0 |
941 | 2024-08-26T23:27:15.663Z | Downloaded heapless v0.7.17 |
942 | 2024-08-26T23:27:15.666Z | Downloaded ppv-lite86 v0.2.17 |
943 | 2024-08-26T23:27:15.669Z | Downloaded pem v3.0.4 |
944 | 2024-08-26T23:27:15.669Z | Downloaded float-cmp v0.9.0 |
945 | 2024-08-26T23:27:15.671Z | Downloaded fallible-iterator v0.3.0 |
946 | 2024-08-26T23:27:15.671Z | Downloaded tls_codec v0.4.1 |
947 | 2024-08-26T23:27:15.674Z | Downloaded similar v2.6.0 |
948 | 2024-08-26T23:27:15.678Z | Downloaded spki v0.7.3 |
949 | 2024-08-26T23:27:15.681Z | Downloaded prettyplease v0.2.20 |
950 | 2024-08-26T23:27:15.683Z | Downloaded libm v0.2.8 |
951 | 2024-08-26T23:27:15.689Z | Downloaded rtoolbox v0.0.2 |
952 | 2024-08-26T23:27:15.691Z | Downloaded hash32 v0.3.1 |
953 | 2024-08-26T23:27:15.692Z | Downloaded tungstenite v0.21.0 |
954 | 2024-08-26T23:27:15.694Z | Downloaded static_assertions v1.1.0 |
955 | 2024-08-26T23:27:15.696Z | Downloaded tempfile v3.10.1 |
956 | 2024-08-26T23:27:15.699Z | Downloaded slab v0.4.9 |
957 | 2024-08-26T23:27:15.704Z | Downloaded serde_arrays v0.1.0 |
958 | 2024-08-26T23:27:15.704Z | Downloaded time-macros v0.2.18 |
959 | 2024-08-26T23:27:15.704Z | Downloaded crossbeam-channel v0.5.12 |
960 | 2024-08-26T23:27:15.707Z | Downloaded const_format v0.2.32 |
961 | 2024-08-26T23:27:15.710Z | Downloaded pkg-config v0.3.30 |
962 | 2024-08-26T23:27:15.713Z | Downloaded pkcs1 v0.7.5 |
963 | 2024-08-26T23:27:15.716Z | Downloaded sha1 v0.10.6 |
964 | 2024-08-26T23:27:15.716Z | Downloaded structmeta v0.2.0 |
965 | 2024-08-26T23:27:15.718Z | Downloaded derive_builder_core v0.20.0 |
966 | 2024-08-26T23:27:15.718Z | Downloaded derive_builder v0.20.0 |
967 | 2024-08-26T23:27:15.722Z | Downloaded whoami v1.5.1 |
968 | 2024-08-26T23:27:15.725Z | Downloaded aho-corasick v1.1.3 |
969 | 2024-08-26T23:27:15.735Z | Downloaded subprocess v0.2.9 |
970 | 2024-08-26T23:27:15.735Z | Downloaded tokio-rustls v0.25.0 |
971 | 2024-08-26T23:27:15.735Z | Downloaded socket2 v0.4.10 |
972 | 2024-08-26T23:27:15.739Z | Downloaded wait-timeout v0.2.0 |
973 | 2024-08-26T23:27:15.739Z | Downloaded encoding_rs v0.8.34 |
974 | 2024-08-26T23:27:15.758Z | Downloaded vergen v8.3.2 |
975 | 2024-08-26T23:27:15.760Z | Downloaded uuid v1.10.0 |
976 | 2024-08-26T23:27:15.763Z | Downloaded paste v1.0.15 |
977 | 2024-08-26T23:27:15.766Z | Downloaded thiserror-impl-no-std v2.0.2 |
978 | 2024-08-26T23:27:15.769Z | Downloaded parking_lot v0.11.2 |
979 | 2024-08-26T23:27:15.771Z | Downloaded base64 v0.13.1 |
980 | 2024-08-26T23:27:15.774Z | Downloaded spin v0.5.2 |
981 | 2024-08-26T23:27:15.774Z | Downloaded siphasher v0.3.11 |
982 | 2024-08-26T23:27:15.776Z | Downloaded globset v0.4.14 |
983 | 2024-08-26T23:27:15.776Z | Downloaded yasna v0.5.2 |
984 | 2024-08-26T23:27:15.779Z | Downloaded twox-hash v1.6.3 |
985 | 2024-08-26T23:27:15.781Z | Downloaded futures-executor v0.3.30 |
986 | 2024-08-26T23:27:15.781Z | Downloaded fixedbitset v0.4.2 |
987 | 2024-08-26T23:27:15.781Z | Downloaded xattr v1.3.1 |
988 | 2024-08-26T23:27:15.784Z | Downloaded lalrpop-util v0.19.12 |
989 | 2024-08-26T23:27:15.784Z | Downloaded native-tls v0.2.11 |
990 | 2024-08-26T23:27:15.787Z | Downloaded buf-list v1.0.3 |
991 | 2024-08-26T23:27:15.790Z | Downloaded console v0.15.8 |
992 | 2024-08-26T23:27:15.793Z | Downloaded bzip2 v0.4.4 |
993 | 2024-08-26T23:27:15.793Z | Downloaded smallvec v1.13.2 |
994 | 2024-08-26T23:27:15.797Z | Downloaded smallvec v0.6.14 |
995 | 2024-08-26T23:27:15.801Z | Downloaded maplit v1.0.2 |
996 | 2024-08-26T23:27:15.801Z | Downloaded managed v0.8.0 |
997 | 2024-08-26T23:27:15.801Z | Downloaded lru v0.12.3 |
998 | 2024-08-26T23:27:15.801Z | Downloaded oso-derive v0.27.3 |
999 | 2024-08-26T23:27:15.801Z | Downloaded num_cpus v1.16.0 |
1000 | 2024-08-26T23:27:15.804Z | Downloaded lazycell v1.3.0 |
1001 | 2024-08-26T23:27:15.804Z | Downloaded defmt v0.3.8 |
1002 | 2024-08-26T23:27:15.807Z | Downloaded aead v0.5.2 |
1003 | 2024-08-26T23:27:15.809Z | Downloaded multimap v0.10.0 |
1004 | 2024-08-26T23:27:15.809Z | Downloaded keccak v0.1.5 |
1005 | 2024-08-26T23:27:15.813Z | Downloaded data-encoding v2.6.0 |
1006 | 2024-08-26T23:27:15.813Z | Downloaded chacha20poly1305 v0.10.1 |
1007 | 2024-08-26T23:27:15.813Z | Downloaded chacha20 v0.9.1 |
1008 | 2024-08-26T23:27:15.815Z | Downloaded bytes v1.7.1 |
1009 | 2024-08-26T23:27:15.818Z | Downloaded addr2line v0.21.0 |
1010 | 2024-08-26T23:27:15.821Z | Downloaded clang-sys v1.7.0 |
1011 | 2024-08-26T23:27:15.824Z | Downloaded backtrace v0.3.71 |
1012 | 2024-08-26T23:27:15.827Z | Downloaded crc v3.2.1 |
1013 | 2024-08-26T23:27:15.830Z | Downloaded cipher v0.4.4 |
1014 | 2024-08-26T23:27:15.834Z | Downloaded hyper-staticfile v0.9.5 |
1015 | 2024-08-26T23:27:15.834Z | Downloaded defmt-macros v0.3.9 |
1016 | 2024-08-26T23:27:15.836Z | Downloaded bitfield-struct v0.6.1 |
1017 | 2024-08-26T23:27:15.836Z | Downloaded bit-vec v0.6.3 |
1018 | 2024-08-26T23:27:15.839Z | Downloaded bb8 v0.8.5 |
1019 | 2024-08-26T23:27:15.839Z | Downloaded cc v1.0.97 |
1020 | 2024-08-26T23:27:15.841Z | Downloaded argon2 v0.5.3 |
1021 | 2024-08-26T23:27:15.844Z | Downloaded normalize-line-endings v0.3.0 |
1022 | 2024-08-26T23:27:15.844Z | Downloaded match_cfg v0.1.0 |
1023 | 2024-08-26T23:27:15.846Z | Downloaded newtype-uuid v1.1.0 |
1024 | 2024-08-26T23:27:15.846Z | Downloaded nanorand v0.7.0 |
1025 | 2024-08-26T23:27:15.849Z | Downloaded inout v0.1.3 |
1026 | 2024-08-26T23:27:15.849Z | Downloaded atomicwrites v0.4.3 |
1027 | 2024-08-26T23:27:15.851Z | Downloaded nibble_vec v0.1.0 |
1028 | 2024-08-26T23:27:15.851Z | Downloaded linked-hash-map v0.5.6 |
1029 | 2024-08-26T23:27:15.854Z | Downloaded instant v0.1.12 |
1030 | 2024-08-26T23:27:15.854Z | Downloaded hubpack_derive v0.1.1 |
1031 | 2024-08-26T23:27:15.854Z | Downloaded bit-set v0.5.3 |
1032 | 2024-08-26T23:27:15.856Z | Downloaded async-stream-impl v0.3.5 |
1033 | 2024-08-26T23:27:15.856Z | Downloaded memoffset v0.9.1 |
1034 | 2024-08-26T23:27:15.856Z | Downloaded lazy_static v1.5.0 |
1035 | 2024-08-26T23:27:15.859Z | Downloaded async-recursion v1.1.1 |
1036 | 2024-08-26T23:27:15.861Z | Downloaded cancel-safe-futures v0.1.5 |
1037 | 2024-08-26T23:27:15.864Z | Downloaded atomic-waker v1.1.2 |
1038 | 2024-08-26T23:27:15.867Z | Downloaded mockall v0.13.0 |
1039 | 2024-08-26T23:27:15.867Z | Downloaded is-terminal v0.4.12 |
1040 | 2024-08-26T23:27:15.867Z | Downloaded instability v0.3.2 |
1041 | 2024-08-26T23:27:15.870Z | Downloaded const-oid v0.9.6 |
1042 | 2024-08-26T23:27:15.870Z | Downloaded ciborium v0.2.2 |
1043 | 2024-08-26T23:27:15.872Z | Downloaded adler v1.0.2 |
1044 | 2024-08-26T23:27:15.887Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1045 | 2024-08-26T23:27:16.531Z | Downloaded libz-sys v1.1.16 |
1046 | 2024-08-26T23:27:16.637Z | Downloaded ring v0.17.8 |
1047 | 2024-08-26T23:27:16.785Z | Downloaded libsqlite3-sys v0.28.0 |
1048 | 2024-08-26T23:27:16.861Z | Downloaded ring v0.16.20 |
1049 | 2024-08-26T23:27:17.039Z | Compiling cfg-if v1.0.0 |
1050 | 2024-08-26T23:27:17.039Z | Compiling serde v1.0.208 |
1051 | 2024-08-26T23:27:17.042Z | Compiling typenum v1.17.0 |
1052 | 2024-08-26T23:27:17.042Z | Compiling lock_api v0.4.12 |
1053 | 2024-08-26T23:27:17.042Z | Compiling generic-array v0.14.7 |
1054 | 2024-08-26T23:27:17.216Z | Compiling syn v2.0.74 |
1055 | 2024-08-26T23:27:17.219Z | Compiling scopeguard v1.2.0 |
1056 | 2024-08-26T23:27:17.219Z | Compiling log v0.4.21 |
1057 | 2024-08-26T23:27:17.279Z | Compiling getrandom v0.2.14 |
1058 | 2024-08-26T23:27:17.506Z | Compiling jobserver v0.1.32 |
1059 | 2024-08-26T23:27:17.643Z | Compiling rand_core v0.6.4 |
1060 | 2024-08-26T23:27:17.778Z | Compiling subtle v2.5.0 |
1061 | 2024-08-26T23:27:17.837Z | Compiling const-oid v0.9.6 |
1062 | 2024-08-26T23:27:17.886Z | Compiling cc v1.0.97 |
1063 | 2024-08-26T23:27:18.143Z | Compiling pin-project-lite v0.2.14 |
1064 | 2024-08-26T23:27:18.220Z | Compiling smallvec v1.13.2 |
1065 | 2024-08-26T23:27:18.256Z | Compiling parking_lot_core v0.9.10 |
1066 | 2024-08-26T23:27:18.273Z | Compiling signal-hook-registry v1.4.2 |
1067 | 2024-08-26T23:27:18.497Z | Compiling spin v0.9.8 |
1068 | 2024-08-26T23:27:18.652Z | Compiling mio v0.8.11 |
1069 | 2024-08-26T23:27:18.923Z | Compiling ahash v0.8.11 |
1070 | 2024-08-26T23:27:19.182Z | Compiling parking_lot v0.12.2 |
1071 | 2024-08-26T23:27:19.316Z | Compiling tinyvec_macros v0.1.1 |
1072 | 2024-08-26T23:27:19.417Z | Compiling tinyvec v1.6.0 |
1073 | 2024-08-26T23:27:19.521Z | Compiling socket2 v0.5.7 |
1074 | 2024-08-26T23:27:19.873Z | Compiling num_cpus v1.16.0 |
1075 | 2024-08-26T23:27:20.000Z | Compiling libm v0.2.8 |
1076 | 2024-08-26T23:27:20.034Z | Compiling serde_json v1.0.125 |
1077 | 2024-08-26T23:27:20.052Z | Compiling futures-core v0.3.30 |
1078 | 2024-08-26T23:27:20.148Z | Compiling cpufeatures v0.2.12 |
1079 | 2024-08-26T23:27:20.265Z | Compiling slab v0.4.9 |
1080 | 2024-08-26T23:27:20.292Z | Compiling num-traits v0.2.19 |
1081 | 2024-08-26T23:27:20.403Z | Compiling futures-sink v0.3.30 |
1082 | 2024-08-26T23:27:20.449Z | Compiling allocator-api2 v0.2.18 |
1083 | 2024-08-26T23:27:20.546Z | Compiling unicode-bidi v0.3.15 |
1084 | 2024-08-26T23:27:20.812Z | Compiling futures-channel v0.3.30 |
1085 | 2024-08-26T23:27:20.933Z | Compiling unicode-normalization v0.1.23 |
1086 | 2024-08-26T23:27:20.989Z | Compiling futures-task v0.3.30 |
1087 | 2024-08-26T23:27:21.229Z | Compiling futures-io v0.3.30 |
1088 | 2024-08-26T23:27:21.248Z | Compiling vcpkg v0.2.15 |
1089 | 2024-08-26T23:27:21.288Z | Compiling pkg-config v0.3.30 |
1090 | 2024-08-26T23:27:21.884Z | Compiling pin-utils v0.1.0 |
1091 | 2024-08-26T23:27:21.979Z | Compiling base64ct v1.6.0 |
1092 | 2024-08-26T23:27:22.026Z | Compiling flagset v0.4.5 |
1093 | 2024-08-26T23:27:22.043Z | Compiling ppv-lite86 v0.2.17 |
1094 | 2024-08-26T23:27:22.095Z | Compiling ring v0.17.8 |
1095 | 2024-08-26T23:27:22.226Z | Compiling percent-encoding v2.3.1 |
1096 | 2024-08-26T23:27:22.583Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-26T23:27:22.616Z | Compiling tracing-core v0.1.32 |
1098 | 2024-08-26T23:27:22.833Z | Compiling rand_chacha v0.3.1 |
1099 | 2024-08-26T23:27:22.849Z | Compiling rustix v0.38.34 |
1100 | 2024-08-26T23:27:23.329Z | Compiling untrusted v0.9.0 |
1101 | 2024-08-26T23:27:23.477Z | Compiling rand v0.8.5 |
1102 | 2024-08-26T23:27:23.493Z | Compiling openssl-sys v0.9.103 |
1103 | 2024-08-26T23:27:23.660Z | Compiling openssl v0.10.66 |
1104 | 2024-08-26T23:27:23.681Z | Compiling num-conv v0.1.0 |
1105 | 2024-08-26T23:27:23.910Z | Compiling httparse v1.8.0 |
1106 | 2024-08-26T23:27:23.927Z | Compiling powerfmt v0.2.0 |
1107 | 2024-08-26T23:27:24.058Z | Compiling time-core v0.1.2 |
1108 | 2024-08-26T23:27:24.217Z | Compiling foreign-types-shared v0.1.1 |
1109 | 2024-08-26T23:27:24.264Z | Compiling rustversion v1.0.17 |
1110 | 2024-08-26T23:27:24.316Z | Compiling foreign-types v0.3.2 |
1111 | 2024-08-26T23:27:24.339Z | Compiling time-macros v0.2.18 |
1112 | 2024-08-26T23:27:24.405Z | Compiling deranged v0.3.11 |
1113 | 2024-08-26T23:27:24.985Z | Compiling form_urlencoded v1.2.1 |
1114 | 2024-08-26T23:27:25.024Z | Compiling aho-corasick v1.1.3 |
1115 | 2024-08-26T23:27:25.256Z | Compiling crossbeam-utils v0.8.19 |
1116 | 2024-08-26T23:27:25.273Z | Compiling try-lock v0.2.5 |
1117 | 2024-08-26T23:27:25.388Z | Compiling num_threads v0.1.7 |
1118 | 2024-08-26T23:27:25.484Z | Compiling siphasher v0.3.11 |
1119 | 2024-08-26T23:27:25.816Z | Compiling rustls v0.21.12 |
1120 | 2024-08-26T23:27:25.846Z | Compiling native-tls v0.2.11 |
1121 | 2024-08-26T23:27:25.869Z | Compiling regex-syntax v0.8.4 |
1122 | 2024-08-26T23:27:26.077Z | Compiling syn v1.0.109 |
1123 | 2024-08-26T23:27:26.153Z | Compiling want v0.3.1 |
1124 | 2024-08-26T23:27:27.177Z | Compiling time v0.3.36 |
1125 | 2024-08-26T23:27:27.342Z | Compiling idna v0.5.0 |
1126 | 2024-08-26T23:27:27.714Z | Compiling socket2 v0.4.10 |
1127 | 2024-08-26T23:27:28.545Z | Compiling cookie v0.17.0 |
1128 | 2024-08-26T23:27:28.738Z | Compiling iana-time-zone v0.1.60 |
1129 | 2024-08-26T23:27:28.809Z | Compiling adler v1.0.2 |
1130 | 2024-08-26T23:27:28.880Z | Compiling regex-automata v0.4.6 |
1131 | 2024-08-26T23:27:29.026Z | Compiling finl_unicode v1.2.0 |
1132 | 2024-08-26T23:27:29.176Z | Compiling slog v2.7.0 |
1133 | 2024-08-26T23:27:29.576Z | Compiling openssl-probe v0.1.5 |
1134 | 2024-08-26T23:27:29.701Z | Compiling httpdate v1.0.3 |
1135 | 2024-08-26T23:27:29.815Z | Compiling tower-service v0.3.2 |
1136 | 2024-08-26T23:27:29.936Z | Compiling stringprep v0.1.4 |
1137 | 2024-08-26T23:27:29.975Z | Compiling miniz_oxide v0.7.2 |
1138 | 2024-08-26T23:27:30.177Z | Compiling url v2.5.2 |
1139 | 2024-08-26T23:27:30.983Z | Compiling serde_derive v1.0.208 |
1140 | 2024-08-26T23:27:31.100Z | Compiling zeroize_derive v1.4.2 |
1141 | 2024-08-26T23:27:31.376Z | Compiling zerocopy-derive v0.7.34 |
1142 | 2024-08-26T23:27:31.746Z | Compiling tokio-macros v2.3.0 |
1143 | 2024-08-26T23:27:31.959Z | Compiling thiserror-impl v1.0.63 |
1144 | 2024-08-26T23:27:32.219Z | Compiling futures-macro v0.3.30 |
1145 | 2024-08-26T23:27:32.677Z | Compiling zeroize v1.7.0 |
1146 | 2024-08-26T23:27:33.388Z | Compiling der_derive v0.7.2 |
1147 | 2024-08-26T23:27:33.544Z | Compiling zerocopy v0.7.34 |
1148 | 2024-08-26T23:27:38.297Z | Compiling futures-util v0.3.30 |
1149 | 2024-08-26T23:27:38.344Z | Compiling crypto-common v0.1.6 |
1150 | 2024-08-26T23:27:38.344Z | Compiling block-buffer v0.10.4 |
1151 | 2024-08-26T23:27:38.344Z | Compiling digest v0.10.7 |
1152 | 2024-08-26T23:27:38.344Z | Compiling block-padding v0.3.3 |
1153 | 2024-08-26T23:27:38.344Z | Compiling hmac v0.12.1 |
1154 | 2024-08-26T23:27:38.344Z | Compiling inout v0.1.3 |
1155 | 2024-08-26T23:27:38.344Z | Compiling thiserror v1.0.63 |
1156 | 2024-08-26T23:27:38.344Z | Compiling hashbrown v0.14.5 |
1157 | 2024-08-26T23:27:38.344Z | Compiling cipher v0.4.4 |
1158 | 2024-08-26T23:27:38.344Z | Compiling sha2 v0.10.8 |
1159 | 2024-08-26T23:27:38.344Z | Compiling pest v2.7.10 |
1160 | 2024-08-26T23:27:38.345Z | Compiling der v0.7.9 |
1161 | 2024-08-26T23:27:38.345Z | Compiling salsa20 v0.10.2 |
1162 | 2024-08-26T23:27:38.345Z | Compiling pbkdf2 v0.12.2 |
1163 | 2024-08-26T23:27:38.345Z | Compiling tracing-attributes v0.1.27 |
1164 | 2024-08-26T23:27:38.345Z | Compiling scroll_derive v0.12.0 |
1165 | 2024-08-26T23:27:38.520Z | Compiling pest_meta v2.7.10 |
1166 | 2024-08-26T23:27:38.761Z | Compiling scroll v0.12.0 |
1167 | 2024-08-26T23:27:39.019Z | Compiling spki v0.7.3 |
1168 | 2024-08-26T23:27:39.297Z | Compiling scrypt v0.11.0 |
1169 | 2024-08-26T23:27:39.361Z | Compiling aes v0.8.4 |
1170 | 2024-08-26T23:27:39.389Z | Compiling cbc v0.1.2 |
1171 | 2024-08-26T23:27:39.860Z | Compiling pest_generator v2.7.10 |
1172 | 2024-08-26T23:27:40.234Z | Compiling goblin v0.8.2 |
1173 | 2024-08-26T23:27:40.342Z | Compiling tracing v0.1.40 |
1174 | 2024-08-26T23:27:40.840Z | Compiling pkcs5 v0.7.1 |
1175 | 2024-08-26T23:27:41.473Z | Compiling openssl-macros v0.1.1 |
1176 | 2024-08-26T23:27:41.934Z | Compiling rustls-webpki v0.101.7 |
1177 | 2024-08-26T23:27:42.081Z | Compiling sct v0.7.1 |
1178 | 2024-08-26T23:27:42.149Z | Compiling pkcs8 v0.10.2 |
1179 | 2024-08-26T23:27:42.302Z | Compiling md-5 v0.10.6 |
1180 | 2024-08-26T23:27:43.491Z | Compiling num-integer v0.1.46 |
1181 | 2024-08-26T23:27:43.580Z | Compiling pest_derive v2.7.10 |
1182 | 2024-08-26T23:27:43.899Z | Compiling backtrace v0.3.71 |
1183 | 2024-08-26T23:27:43.934Z | Compiling idna v0.3.0 |
1184 | 2024-08-26T23:27:44.322Z | Compiling lazy_static v1.5.0 |
1185 | 2024-08-26T23:27:44.378Z | Compiling dtrace-parser v0.2.0 |
1186 | 2024-08-26T23:27:44.383Z | Compiling hash32 v0.2.1 |
1187 | 2024-08-26T23:27:44.446Z | Compiling signal-hook v0.3.17 |
1188 | 2024-08-26T23:27:44.727Z | Compiling base64 v0.22.1 |
1189 | 2024-08-26T23:27:44.745Z | Compiling gimli v0.28.1 |
1190 | 2024-08-26T23:27:45.500Z | Compiling bytes v1.7.1 |
1191 | 2024-08-26T23:27:45.506Z | Compiling bitflags v2.6.0 |
1192 | 2024-08-26T23:27:45.938Z | Compiling indexmap v2.4.0 |
1193 | 2024-08-26T23:27:46.471Z | Compiling tokio v1.38.1 |
1194 | 2024-08-26T23:27:46.715Z | Compiling http v0.2.12 |
1195 | 2024-08-26T23:27:47.336Z | Compiling semver v1.0.23 |
1196 | 2024-08-26T23:27:48.136Z | Compiling rustc_version v0.4.0 |
1197 | 2024-08-26T23:27:48.891Z | Compiling heapless v0.7.17 |
1198 | 2024-08-26T23:27:49.244Z | Compiling http-body v0.4.6 |
1199 | 2024-08-26T23:27:49.343Z | Compiling dof v0.3.0 |
1200 | 2024-08-26T23:27:49.734Z | Compiling uuid v1.10.0 |
1201 | 2024-08-26T23:27:50.491Z | Compiling usdt-impl v0.5.0 |
1202 | 2024-08-26T23:27:51.227Z | Compiling serde_tokenstream v0.2.2 |
1203 | 2024-08-26T23:27:51.525Z | Compiling serde_spanned v0.6.7 |
1204 | 2024-08-26T23:27:51.699Z | Compiling chrono v0.4.38 |
1205 | 2024-08-26T23:27:51.743Z | Compiling toml_datetime v0.6.8 |
1206 | 2024-08-26T23:27:51.860Z | Compiling stable_deref_trait v1.2.0 |
1207 | 2024-08-26T23:27:51.879Z | Compiling psl-types v2.0.11 |
1208 | 2024-08-26T23:27:51.961Z | Compiling fallible-iterator v0.2.0 |
1209 | 2024-08-26T23:27:52.048Z | Compiling num-bigint-dig v0.8.4 |
1210 | 2024-08-26T23:27:52.068Z | Compiling smoltcp v0.9.1 |
1211 | 2024-08-26T23:27:52.258Z | Compiling cfg_aliases v0.1.1 |
1212 | 2024-08-26T23:27:52.353Z | Compiling crc32fast v1.4.0 |
1213 | 2024-08-26T23:27:52.370Z | Compiling nix v0.28.0 |
1214 | 2024-08-26T23:27:52.664Z | Compiling postgres-protocol v0.6.7 |
1215 | 2024-08-26T23:27:52.883Z | Compiling publicsuffix v2.2.3 |
1216 | 2024-08-26T23:27:53.136Z | Compiling terminal_size v0.3.0 |
1217 | 2024-08-26T23:27:53.195Z | Compiling addr2line v0.21.0 |
1218 | 2024-08-26T23:27:53.388Z | Compiling num-iter v0.1.45 |
1219 | 2024-08-26T23:27:53.571Z | Compiling zerocopy-derive v0.6.6 |
1220 | 2024-08-26T23:27:53.832Z | Compiling async-trait v0.1.81 |
1221 | 2024-08-26T23:27:54.981Z | Compiling tokio-util v0.7.11 |
1222 | 2024-08-26T23:27:55.093Z | Compiling tokio-rustls v0.24.1 |
1223 | 2024-08-26T23:27:55.383Z | Compiling phf_shared v0.11.2 |
1224 | 2024-08-26T23:27:55.476Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-08-26T23:27:55.697Z | Compiling ff v0.13.0 |
1226 | 2024-08-26T23:27:55.919Z | Compiling object v0.32.2 |
1227 | 2024-08-26T23:27:56.362Z | Compiling h2 v0.3.26 |
1228 | 2024-08-26T23:27:56.387Z | Compiling tokio-native-tls v0.3.1 |
1229 | 2024-08-26T23:27:56.591Z | Compiling hubpack_derive v0.1.1 |
1230 | 2024-08-26T23:27:56.634Z | Compiling fs-err v2.11.0 |
1231 | 2024-08-26T23:27:56.662Z | Compiling base16ct v0.2.0 |
1232 | 2024-08-26T23:27:56.931Z | Compiling managed v0.8.0 |
1233 | 2024-08-26T23:27:56.992Z | Compiling ipnet v2.9.0 |
1234 | 2024-08-26T23:27:57.368Z | Compiling bitflags v1.3.2 |
1235 | 2024-08-26T23:27:57.499Z | Compiling anyhow v1.0.86 |
1236 | 2024-08-26T23:27:57.577Z | Compiling rustc-demangle v0.1.24 |
1237 | 2024-08-26T23:27:58.153Z | Compiling either v1.13.0 |
1238 | 2024-08-26T23:27:58.235Z | Compiling base64 v0.21.7 |
1239 | 2024-08-26T23:27:58.242Z | Compiling winnow v0.5.40 |
1240 | 2024-08-26T23:27:58.451Z | Compiling schemars v0.8.21 |
1241 | 2024-08-26T23:27:58.539Z | Compiling clap_builder v4.5.15 |
1242 | 2024-08-26T23:27:58.560Z | Compiling schemars_derive v0.8.21 |
1243 | 2024-08-26T23:27:58.835Z | Compiling rustls-pemfile v1.0.4 |
1244 | 2024-08-26T23:27:59.168Z | Compiling hubpack v0.1.2 |
1245 | 2024-08-26T23:27:59.788Z | Compiling sec1 v0.7.3 |
1246 | 2024-08-26T23:28:00.384Z | Compiling group v0.13.0 |
1247 | 2024-08-26T23:28:00.710Z | Compiling zerocopy v0.6.6 |
1248 | 2024-08-26T23:28:01.351Z | Compiling phf v0.11.2 |
1249 | 2024-08-26T23:28:01.542Z | Compiling cookie_store v0.20.0 |
1250 | 2024-08-26T23:28:01.563Z | Compiling postgres-types v0.2.7 |
1251 | 2024-08-26T23:28:01.965Z | Compiling toml_edit v0.19.15 |
1252 | 2024-08-26T23:28:03.102Z | Compiling hyper v0.14.30 |
1253 | 2024-08-26T23:28:03.239Z | Compiling usdt-macro v0.5.0 |
1254 | 2024-08-26T23:28:03.531Z | Compiling usdt-attr-macro v0.5.0 |
1255 | 2024-08-26T23:28:04.731Z | Compiling serde_urlencoded v0.7.1 |
1256 | 2024-08-26T23:28:05.208Z | Compiling pkcs1 v0.7.5 |
1257 | 2024-08-26T23:28:05.274Z | Compiling futures-executor v0.3.30 |
1258 | 2024-08-26T23:28:05.848Z | Compiling hkdf v0.12.4 |
1259 | 2024-08-26T23:28:06.117Z | Compiling signature v2.2.0 |
1260 | 2024-08-26T23:28:06.246Z | Compiling crypto-bigint v0.5.5 |
1261 | 2024-08-26T23:28:06.407Z | Compiling regex v1.10.6 |
1262 | 2024-08-26T23:28:06.608Z | Compiling bstr v1.9.1 |
1263 | 2024-08-26T23:28:06.656Z | Compiling serde_repr v0.1.19 |
1264 | 2024-08-26T23:28:07.478Z | Compiling strum_macros v0.25.3 |
1265 | 2024-08-26T23:28:07.918Z | Compiling enum-as-inner v0.6.0 |
1266 | 2024-08-26T23:28:07.959Z | Compiling clap_derive v4.5.13 |
1267 | 2024-08-26T23:28:08.408Z | Compiling phf_shared v0.10.0 |
1268 | 2024-08-26T23:28:08.805Z | Compiling float-cmp v0.9.0 |
1269 | 2024-08-26T23:28:09.035Z | Compiling idna v0.4.0 |
1270 | 2024-08-26T23:28:09.038Z | Compiling mio v1.0.2 |
1271 | 2024-08-26T23:28:09.873Z | Compiling encoding_rs v0.8.34 |
1272 | 2024-08-26T23:28:10.194Z | Compiling hyper-tls v0.5.0 |
1273 | 2024-08-26T23:28:10.547Z | Compiling hyper-rustls v0.24.2 |
1274 | 2024-08-26T23:28:10.603Z | Compiling static_assertions v1.1.0 |
1275 | 2024-08-26T23:28:10.707Z | Compiling mime v0.3.17 |
1276 | 2024-08-26T23:28:10.905Z | Compiling minimal-lexical v0.2.1 |
1277 | 2024-08-26T23:28:11.317Z | Compiling new_debug_unreachable v1.0.6 |
1278 | 2024-08-26T23:28:11.413Z | Compiling predicates-core v1.0.6 |
1279 | 2024-08-26T23:28:11.432Z | Compiling fixedbitset v0.4.2 |
1280 | 2024-08-26T23:28:11.572Z | Compiling webpki-roots v0.25.4 |
1281 | 2024-08-26T23:28:11.740Z | Compiling dyn-clone v1.0.17 |
1282 | 2024-08-26T23:28:11.770Z | Compiling sync_wrapper v0.1.2 |
1283 | 2024-08-26T23:28:11.907Z | Compiling unicode-segmentation v1.11.0 |
1284 | 2024-08-26T23:28:11.925Z | Compiling data-encoding v2.6.0 |
1285 | 2024-08-26T23:28:11.964Z | Compiling difflib v0.4.0 |
1286 | 2024-08-26T23:28:12.279Z | Compiling whoami v1.5.1 |
1287 | 2024-08-26T23:28:12.787Z | Compiling normalize-line-endings v0.3.0 |
1288 | 2024-08-26T23:28:12.917Z | Compiling precomputed-hash v0.1.1 |
1289 | 2024-08-26T23:28:12.942Z | Compiling bit-vec v0.6.3 |
1290 | 2024-08-26T23:28:13.038Z | Compiling string_cache v0.8.7 |
1291 | 2024-08-26T23:28:13.113Z | Compiling clap v4.5.16 |
1292 | 2024-08-26T23:28:13.146Z | Compiling predicates v3.1.2 |
1293 | 2024-08-26T23:28:13.233Z | Compiling toml_edit v0.22.20 |
1294 | 2024-08-26T23:28:13.391Z | Compiling bit-set v0.5.3 |
1295 | 2024-08-26T23:28:13.511Z | Compiling hickory-proto v0.24.1 |
1296 | 2024-08-26T23:28:13.565Z | Compiling tokio-postgres v0.7.11 |
1297 | 2024-08-26T23:28:13.664Z | Compiling similar v2.6.0 |
1298 | 2024-08-26T23:28:14.351Z | Compiling reqwest v0.11.27 |
1299 | 2024-08-26T23:28:14.875Z | Compiling console v0.15.8 |
1300 | 2024-08-26T23:28:16.118Z | Compiling petgraph v0.6.5 |
1301 | 2024-08-26T23:28:16.358Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1302 | 2024-08-26T23:28:16.384Z | Compiling nom v7.1.3 |
1303 | 2024-08-26T23:28:18.225Z | Compiling usdt v0.5.0 |
1304 | 2024-08-26T23:28:18.728Z | Compiling signal-hook-mio v0.2.4 |
1305 | 2024-08-26T23:28:18.913Z | Compiling elliptic-curve v0.13.8 |
1306 | 2024-08-26T23:28:19.293Z | Compiling rsa v0.9.6 |
1307 | 2024-08-26T23:28:19.740Z | Compiling futures v0.3.30 |
1308 | 2024-08-26T23:28:19.860Z | Compiling toml v0.7.8 |
1309 | 2024-08-26T23:28:20.126Z | Compiling flate2 v1.0.31 |
1310 | 2024-08-26T23:28:21.497Z | Compiling itertools v0.12.1 |
1311 | 2024-08-26T23:28:21.575Z | Compiling itertools v0.10.5 |
1312 | 2024-08-26T23:28:21.940Z | Compiling tokio-stream v0.1.15 |
1313 | 2024-08-26T23:28:22.688Z | Compiling openapiv3 v2.0.0 |
1314 | 2024-08-26T23:28:22.923Z | Compiling hex v0.4.3 |
1315 | 2024-08-26T23:28:23.543Z | Compiling crossbeam-epoch v0.9.18 |
1316 | 2024-08-26T23:28:23.814Z | Compiling sha1 v0.10.6 |
1317 | 2024-08-26T23:28:24.233Z | Compiling dirs-sys-next v0.1.2 |
1318 | 2024-08-26T23:28:24.280Z | Compiling unicode-xid v0.2.4 |
1319 | 2024-08-26T23:28:24.367Z | Compiling peg-runtime v0.8.3 |
1320 | 2024-08-26T23:28:24.452Z | Compiling lalrpop-util v0.19.12 |
1321 | 2024-08-26T23:28:24.610Z | Compiling dirs-next v2.0.0 |
1322 | 2024-08-26T23:28:24.792Z | Compiling thread_local v1.1.8 |
1323 | 2024-08-26T23:28:24.811Z | Compiling slog-async v2.8.0 |
1324 | 2024-08-26T23:28:24.897Z | Compiling term v0.7.0 |
1325 | 2024-08-26T23:28:24.999Z | Compiling xattr v1.3.1 |
1326 | 2024-08-26T23:28:25.144Z | Compiling crossbeam-channel v0.5.12 |
1327 | 2024-08-26T23:28:25.274Z | Compiling strum_macros v0.26.4 |
1328 | 2024-08-26T23:28:25.372Z | Compiling filetime v0.2.24 |
1329 | 2024-08-26T23:28:25.421Z | Compiling is-terminal v0.4.12 |
1330 | 2024-08-26T23:28:25.553Z | Compiling take_mut v0.2.2 |
1331 | 2024-08-26T23:28:25.687Z | Compiling tar v0.4.41 |
1332 | 2024-08-26T23:28:25.708Z | Compiling slog-term v2.9.1 |
1333 | 2024-08-26T23:28:26.414Z | Compiling camino v1.1.9 |
1334 | 2024-08-26T23:28:28.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1335 | 2024-08-26T23:28:28.534Z | Compiling strum v0.26.3 |
1336 | 2024-08-26T23:28:28.611Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1337 | 2024-08-26T23:28:33.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1338 | 2024-08-26T23:28:34.055Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1339 | 2024-08-26T23:28:34.104Z | Aug 26 23:28:32.336 INFO Starting download, target: Clickhouse |
1340 | 2024-08-26T23:28:34.104Z | Aug 26 23:28:32.336 INFO Starting download, target: Console |
1341 | 2024-08-26T23:28:34.104Z | Aug 26 23:28:32.336 INFO Starting download, target: Cockroach |
1342 | 2024-08-26T23:28:34.104Z | Aug 26 23:28:32.336 INFO Starting download, target: DendriteOpenapi |
1343 | 2024-08-26T23:28:34.104Z | Aug 26 23:28:32.336 INFO Starting download, target: DendriteStub |
1344 | 2024-08-26T23:28:34.104Z | Aug 26 23:28:32.336 INFO Starting download, target: MaghemiteMgd |
1345 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.336 INFO Starting download, target: TransceiverControl |
1346 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.337 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1347 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.337 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1348 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.337 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1349 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.337 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1350 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.337 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1351 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.337 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1352 | 2024-08-26T23:28:34.107Z | Aug 26 23:28:32.337 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1353 | 2024-08-26T23:28:34.281Z | Aug 26 23:28:32.483 INFO Download complete, target: DendriteOpenapi |
1354 | 2024-08-26T23:28:34.479Z | Aug 26 23:28:32.707 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1355 | 2024-08-26T23:28:34.740Z | Aug 26 23:28:32.972 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1356 | 2024-08-26T23:28:34.831Z | Aug 26 23:28:33.064 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1357 | 2024-08-26T23:28:34.834Z | Aug 26 23:28:33.064 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1358 | 2024-08-26T23:28:35.234Z | Aug 26 23:28:33.466 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1359 | 2024-08-26T23:28:35.234Z | Aug 26 23:28:33.466 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1360 | 2024-08-26T23:28:35.247Z | Aug 26 23:28:33.479 INFO Download complete, target: Console |
1361 | 2024-08-26T23:28:35.354Z | Aug 26 23:28:33.586 INFO Download complete, target: TransceiverControl |
1362 | 2024-08-26T23:28:35.971Z | Aug 26 23:28:34.203 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1363 | 2024-08-26T23:28:37.977Z | Aug 26 23:28:36.209 INFO Download complete, target: DendriteStub |
1364 | 2024-08-26T23:28:38.271Z | Aug 26 23:28:36.503 INFO Download complete, target: MaghemiteMgd |
1365 | 2024-08-26T23:28:43.989Z | Aug 26 23:28:42.221 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1366 | 2024-08-26T23:28:44.345Z | Aug 26 23:28:42.577 INFO Checking that binary works, target: Cockroach |
1367 | 2024-08-26T23:28:44.500Z | Aug 26 23:28:42.732 INFO Download complete, target: Cockroach |
1368 | 2024-08-26T23:28:50.632Z | Aug 26 23:28:48.864 INFO Checking that binary works, target: Clickhouse |
1369 | 2024-08-26T23:28:51.337Z | Aug 26 23:28:49.570 INFO Download complete, target: Clickhouse |
1370 | 2024-08-26T23:28:51.629Z | All builder prerequisites installed successfully, and PATH looks valid |
1371 | 2024-08-26T23:28:51.631Z | |
1372 | 2024-08-26T23:28:51.631Z | real 4:08.481495085 |
1373 | 2024-08-26T23:28:51.631Z | user 11:16.462278935 |
1374 | 2024-08-26T23:28:51.631Z | sys 2:23.956628034 |
1375 | 2024-08-26T23:28:51.631Z | trap 0.420342177 |
1376 | 2024-08-26T23:28:51.631Z | tflt 6.667353254 |
1377 | 2024-08-26T23:28:51.631Z | dflt 5.278306713 |
1378 | 2024-08-26T23:28:51.631Z | kflt 0.208374710 |
1379 | 2024-08-26T23:28:51.631Z | lock 22:54.360332291 |
1380 | 2024-08-26T23:28:51.631Z | slp 45:03.948651226 |
1381 | 2024-08-26T23:28:51.631Z | lat 38.627771588 |
1382 | 2024-08-26T23:28:51.631Z | stop 1:39.943254032 |
1383 | 2024-08-26T23:28:51.631Z | + banner clippy |
1384 | 2024-08-26T23:28:51.634Z | |
1385 | 2024-08-26T23:28:51.634Z | #### # # ##### ##### # # |
1386 | 2024-08-26T23:28:51.634Z | # # # # # # # # # # |
1387 | 2024-08-26T23:28:51.634Z | # # # # # # # # |
1388 | 2024-08-26T23:28:51.634Z | # # # ##### ##### # |
1389 | 2024-08-26T23:28:51.634Z | # # # # # # # |
1390 | 2024-08-26T23:28:51.634Z | #### ###### # # # # |
1391 | 2024-08-26T23:28:51.634Z | |
1392 | 2024-08-26T23:28:51.634Z | + export CARGO_INCREMENTAL=0 |
1393 | 2024-08-26T23:28:51.634Z | + CARGO_INCREMENTAL=0 |
1394 | 2024-08-26T23:28:51.634Z | + ptime -m cargo xtask clippy |
1395 | 2024-08-26T23:28:52.188Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1396 | 2024-08-26T23:28:55.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1397 | 2024-08-26T23:28:55.668Z | Running `target/debug/xtask clippy` |
1398 | 2024-08-26T23:28:55.688Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1399 | 2024-08-26T23:28:56.379Z | Downloading crates ... |
1400 | 2024-08-26T23:28:56.651Z | Downloaded bcrypt-pbkdf v0.10.0 |
1401 | 2024-08-26T23:28:56.665Z | Downloaded doc-comment v0.3.3 |
1402 | 2024-08-26T23:28:56.668Z | Downloaded http-body v1.0.0 |
1403 | 2024-08-26T23:28:56.673Z | Downloaded tower-layer v0.3.2 |
1404 | 2024-08-26T23:28:56.676Z | Downloaded md5 v0.7.0 |
1405 | 2024-08-26T23:28:56.678Z | Downloaded option-ext v0.2.0 |
1406 | 2024-08-26T23:28:56.689Z | Downloaded cast v0.3.0 |
1407 | 2024-08-26T23:28:56.692Z | Downloaded ctr v0.9.2 |
1408 | 2024-08-26T23:28:56.694Z | Downloaded approx v0.5.1 |
1409 | 2024-08-26T23:28:56.696Z | Downloaded ed25519 v2.2.3 |
1410 | 2024-08-26T23:28:56.696Z | Downloaded dirs v5.0.1 |
1411 | 2024-08-26T23:28:56.699Z | Downloaded relative-path v1.9.3 |
1412 | 2024-08-26T23:28:56.699Z | Downloaded enum-as-inner v0.5.1 |
1413 | 2024-08-26T23:28:56.703Z | Downloaded threadpool v1.8.1 |
1414 | 2024-08-26T23:28:56.705Z | Downloaded plotters-backend v0.3.5 |
1415 | 2024-08-26T23:28:56.711Z | Downloaded blowfish v0.9.1 |
1416 | 2024-08-26T23:28:56.713Z | Downloaded primeorder v0.13.6 |
1417 | 2024-08-26T23:28:56.716Z | Downloaded polyval v0.6.2 |
1418 | 2024-08-26T23:28:56.719Z | Downloaded guppy-workspace-hack v0.1.0 |
1419 | 2024-08-26T23:28:56.719Z | Downloaded escape8259 v0.5.2 |
1420 | 2024-08-26T23:28:56.719Z | Downloaded dhcproto-macros v0.1.0 |
1421 | 2024-08-26T23:28:56.736Z | Downloaded pathdiff v0.2.1 |
1422 | 2024-08-26T23:28:56.738Z | Downloaded matches v0.1.10 |
1423 | 2024-08-26T23:28:56.738Z | Downloaded nested v0.1.1 |
1424 | 2024-08-26T23:28:56.740Z | Downloaded russh-cryptovec v0.7.2 |
1425 | 2024-08-26T23:28:56.740Z | Downloaded plotters-svg v0.3.5 |
1426 | 2024-08-26T23:28:56.744Z | Downloaded libtest-mimic v0.7.3 |
1427 | 2024-08-26T23:28:56.747Z | Downloaded password-hash v0.4.2 |
1428 | 2024-08-26T23:28:56.749Z | Downloaded ssh-cipher v0.2.0 |
1429 | 2024-08-26T23:28:56.753Z | Downloaded oorandom v11.1.3 |
1430 | 2024-08-26T23:28:56.756Z | Downloaded dirs-sys v0.4.1 |
1431 | 2024-08-26T23:28:56.759Z | Downloaded futures-timer v3.0.3 |
1432 | 2024-08-26T23:28:56.761Z | Downloaded datatest-stable v0.2.9 |
1433 | 2024-08-26T23:28:56.763Z | Downloaded hex-literal v0.4.1 |
1434 | 2024-08-26T23:28:56.766Z | Downloaded criterion-plot v0.5.0 |
1435 | 2024-08-26T23:28:56.768Z | Downloaded rustls-native-certs v0.7.0 |
1436 | 2024-08-26T23:28:56.770Z | Downloaded hyper-rustls v0.26.0 |
1437 | 2024-08-26T23:28:56.785Z | Downloaded ghash v0.5.1 |
1438 | 2024-08-26T23:28:56.787Z | Downloaded yansi v0.5.1 |
1439 | 2024-08-26T23:28:56.789Z | Downloaded proc-macro-crate v3.1.0 |
1440 | 2024-08-26T23:28:56.789Z | Downloaded pbkdf2 v0.11.0 |
1441 | 2024-08-26T23:28:56.791Z | Downloaded internet-checksum v0.2.1 |
1442 | 2024-08-26T23:28:56.791Z | Downloaded ecdsa v0.16.9 |
1443 | 2024-08-26T23:28:56.794Z | Downloaded dhcproto v0.12.0 |
1444 | 2024-08-26T23:28:56.796Z | Downloaded blake2b_simd v1.0.2 |
1445 | 2024-08-26T23:28:56.798Z | Downloaded russh-keys v0.44.0 |
1446 | 2024-08-26T23:28:56.801Z | Downloaded rstest v0.22.0 |
1447 | 2024-08-26T23:28:56.805Z | Downloaded partial-io v0.5.4 |
1448 | 2024-08-26T23:28:56.808Z | Downloaded trybuild v1.0.99 |
1449 | 2024-08-26T23:28:56.812Z | Downloaded target-spec v3.2.1 |
1450 | 2024-08-26T23:28:56.814Z | Downloaded tinytemplate v1.2.1 |
1451 | 2024-08-26T23:28:56.816Z | Downloaded target-lexicon v0.12.16 |
1452 | 2024-08-26T23:28:56.820Z | Downloaded p256 v0.13.2 |
1453 | 2024-08-26T23:28:56.823Z | Downloaded ssh-encoding v0.2.0 |
1454 | 2024-08-26T23:28:56.823Z | Downloaded similar-asserts v1.5.0 |
1455 | 2024-08-26T23:28:56.825Z | Downloaded rfc6979 v0.4.0 |
1456 | 2024-08-26T23:28:56.825Z | Downloaded httptest v0.15.5 |
1457 | 2024-08-26T23:28:56.827Z | Downloaded assert_cmd v2.0.16 |
1458 | 2024-08-26T23:28:56.829Z | Downloaded anes v0.1.6 |
1459 | 2024-08-26T23:28:56.832Z | Downloaded rust-argon2 v2.1.0 |
1460 | 2024-08-26T23:28:56.834Z | Downloaded rand_distr v0.4.3 |
1461 | 2024-08-26T23:28:56.836Z | Downloaded cfg-expr v0.16.0 |
1462 | 2024-08-26T23:28:56.844Z | Downloaded fancy-regex v0.13.0 |
1463 | 2024-08-26T23:28:56.858Z | Downloaded aes-gcm v0.10.3 |
1464 | 2024-08-26T23:28:56.869Z | Downloaded ed25519-dalek v2.1.1 |
1465 | 2024-08-26T23:28:56.872Z | Downloaded rstest_macros v0.22.0 |
1466 | 2024-08-26T23:28:56.875Z | Downloaded pretty_assertions v1.4.0 |
1467 | 2024-08-26T23:28:56.877Z | Downloaded hyper-util v0.1.3 |
1468 | 2024-08-26T23:28:56.881Z | Downloaded toml_edit v0.21.1 |
1469 | 2024-08-26T23:28:56.902Z | Downloaded num-bigint v0.4.5 |
1470 | 2024-08-26T23:28:56.907Z | Downloaded tower v0.4.13 |
1471 | 2024-08-26T23:28:56.915Z | Downloaded ssh-key v0.6.6 |
1472 | 2024-08-26T23:28:56.922Z | Downloaded regex-automata v0.1.10 |
1473 | 2024-08-26T23:28:56.927Z | Downloaded plotters v0.3.5 |
1474 | 2024-08-26T23:28:56.936Z | Downloaded russh v0.44.1 |
1475 | 2024-08-26T23:28:56.941Z | Downloaded p521 v0.13.3 |
1476 | 2024-08-26T23:28:56.945Z | Downloaded idna v0.2.3 |
1477 | 2024-08-26T23:28:56.951Z | Downloaded p384 v0.13.0 |
1478 | 2024-08-26T23:28:56.956Z | Downloaded hyper v1.3.1 |
1479 | 2024-08-26T23:28:56.962Z | Downloaded trust-dns-proto v0.22.0 |
1480 | 2024-08-26T23:28:56.973Z | Downloaded bstr v0.2.17 |
1481 | 2024-08-26T23:28:56.981Z | Downloaded guppy v0.17.7 |
1482 | 2024-08-26T23:28:56.987Z | Downloaded criterion v0.5.1 |
1483 | 2024-08-26T23:28:57.629Z | Checking cfg-if v1.0.0 |
1484 | 2024-08-26T23:28:57.695Z | Checking libc v0.2.156 |
1485 | 2024-08-26T23:28:57.713Z | Checking serde v1.0.208 |
1486 | 2024-08-26T23:28:57.730Z | Checking memchr v2.7.2 |
1487 | 2024-08-26T23:28:57.751Z | Checking scopeguard v1.2.0 |
1488 | 2024-08-26T23:28:57.766Z | Checking log v0.4.21 |
1489 | 2024-08-26T23:28:57.789Z | Checking byteorder v1.5.0 |
1490 | 2024-08-26T23:28:57.809Z | Checking smallvec v1.13.2 |
1491 | 2024-08-26T23:28:57.827Z | Checking itoa v1.0.11 |
1492 | 2024-08-26T23:28:57.871Z | Checking lock_api v0.4.12 |
1493 | 2024-08-26T23:28:58.035Z | Checking zeroize v1.7.0 |
1494 | 2024-08-26T23:28:58.059Z | Checking once_cell v1.19.0 |
1495 | 2024-08-26T23:28:58.168Z | Checking pin-project-lite v0.2.14 |
1496 | 2024-08-26T23:28:58.206Z | Checking typenum v1.17.0 |
1497 | 2024-08-26T23:28:58.279Z | Checking libm v0.2.8 |
1498 | 2024-08-26T23:28:58.305Z | Checking subtle v2.5.0 |
1499 | 2024-08-26T23:28:58.309Z | Checking ryu v1.0.18 |
1500 | 2024-08-26T23:28:58.350Z | Checking spin v0.9.8 |
1501 | 2024-08-26T23:28:58.548Z | Checking thiserror v1.0.63 |
1502 | 2024-08-26T23:28:58.573Z | Checking futures-core v0.3.30 |
1503 | 2024-08-26T23:28:58.599Z | Checking zerocopy v0.7.34 |
1504 | 2024-08-26T23:28:58.680Z | Checking futures-sink v0.3.30 |
1505 | 2024-08-26T23:28:58.705Z | Checking const-oid v0.9.6 |
1506 | 2024-08-26T23:28:58.750Z | Checking getrandom v0.2.14 |
1507 | 2024-08-26T23:28:58.750Z | Checking parking_lot_core v0.9.10 |
1508 | 2024-08-26T23:28:58.829Z | Checking signal-hook-registry v1.4.2 |
1509 | 2024-08-26T23:28:58.995Z | Checking rand_core v0.6.4 |
1510 | 2024-08-26T23:28:59.090Z | Checking mio v0.8.11 |
1511 | 2024-08-26T23:28:59.125Z | Checking parking_lot v0.12.2 |
1512 | 2024-08-26T23:28:59.159Z | Checking num-traits v0.2.19 |
1513 | 2024-08-26T23:28:59.313Z | Checking num_cpus v1.16.0 |
1514 | 2024-08-26T23:28:59.426Z | Checking socket2 v0.5.7 |
1515 | 2024-08-26T23:28:59.468Z | Checking generic-array v0.14.7 |
1516 | 2024-08-26T23:28:59.500Z | Checking futures-channel v0.3.30 |
1517 | 2024-08-26T23:28:59.703Z | Checking slab v0.4.9 |
1518 | 2024-08-26T23:28:59.872Z | Checking futures-io v0.3.30 |
1519 | 2024-08-26T23:28:59.896Z | Checking futures-task v0.3.30 |
1520 | 2024-08-26T23:28:59.998Z | Checking pin-utils v0.1.0 |
1521 | 2024-08-26T23:29:00.052Z | Checking ahash v0.8.11 |
1522 | 2024-08-26T23:29:00.104Z | Checking cpufeatures v0.2.12 |
1523 | 2024-08-26T23:29:00.124Z | Checking allocator-api2 v0.2.18 |
1524 | 2024-08-26T23:29:00.177Z | Checking futures-util v0.3.30 |
1525 | 2024-08-26T23:29:00.210Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1526 | 2024-08-26T23:29:00.487Z | Checking fnv v1.0.7 |
1527 | 2024-08-26T23:29:00.585Z | Checking iana-time-zone v0.1.60 |
1528 | 2024-08-26T23:29:00.608Z | Checking equivalent v1.0.1 |
1529 | 2024-08-26T23:29:00.630Z | Checking tinyvec_macros v0.1.1 |
1530 | 2024-08-26T23:29:00.685Z | Checking crypto-common v0.1.6 |
1531 | 2024-08-26T23:29:00.711Z | Checking block-buffer v0.10.4 |
1532 | 2024-08-26T23:29:00.735Z | Checking tinyvec v1.6.0 |
1533 | 2024-08-26T23:29:00.737Z | Checking ppv-lite86 v0.2.17 |
1534 | 2024-08-26T23:29:00.776Z | Checking hashbrown v0.14.5 |
1535 | 2024-08-26T23:29:00.862Z | Checking unicode-bidi v0.3.15 |
1536 | 2024-08-26T23:29:00.908Z | Checking tracing-core v0.1.32 |
1537 | 2024-08-26T23:29:00.931Z | Checking digest v0.10.7 |
1538 | 2024-08-26T23:29:01.288Z | Checking regex-syntax v0.8.4 |
1539 | 2024-08-26T23:29:01.431Z | Checking rand_chacha v0.3.1 |
1540 | 2024-08-26T23:29:01.473Z | Checking errno v0.3.9 |
1541 | 2024-08-26T23:29:01.538Z | Checking tracing v0.1.40 |
1542 | 2024-08-26T23:29:01.642Z | Checking percent-encoding v2.3.1 |
1543 | 2024-08-26T23:29:01.827Z | Checking rand v0.8.5 |
1544 | 2024-08-26T23:29:01.875Z | Checking dyn-clone v1.0.17 |
1545 | 2024-08-26T23:29:01.898Z | Checking block-padding v0.3.3 |
1546 | 2024-08-26T23:29:01.967Z | Checking lazy_static v1.5.0 |
1547 | 2024-08-26T23:29:02.022Z | Checking aho-corasick v1.1.3 |
1548 | 2024-08-26T23:29:02.042Z | Checking unicode-normalization v0.1.23 |
1549 | 2024-08-26T23:29:02.093Z | Checking form_urlencoded v1.2.1 |
1550 | 2024-08-26T23:29:02.114Z | Checking inout v0.1.3 |
1551 | 2024-08-26T23:29:02.300Z | Checking unicode-ident v1.0.12 |
1552 | 2024-08-26T23:29:02.346Z | Checking cipher v0.4.4 |
1553 | 2024-08-26T23:29:02.465Z | Checking base64ct v1.6.0 |
1554 | 2024-08-26T23:29:02.647Z | Checking bytes v1.7.1 |
1555 | 2024-08-26T23:29:02.764Z | Checking bitflags v2.6.0 |
1556 | 2024-08-26T23:29:02.900Z | Checking serde_json v1.0.125 |
1557 | 2024-08-26T23:29:02.953Z | Checking chrono v0.4.38 |
1558 | 2024-08-26T23:29:03.037Z | Checking uuid v1.10.0 |
1559 | 2024-08-26T23:29:03.064Z | Checking indexmap v2.4.0 |
1560 | 2024-08-26T23:29:03.459Z | Checking tokio v1.38.1 |
1561 | 2024-08-26T23:29:03.620Z | Checking rustix v0.38.34 |
1562 | 2024-08-26T23:29:03.645Z | Checking hmac v0.12.1 |
1563 | 2024-08-26T23:29:03.862Z | Checking unicode-width v0.1.13 |
1564 | 2024-08-26T23:29:04.062Z | Checking proc-macro2 v1.0.86 |
1565 | 2024-08-26T23:29:04.317Z | Checking sha2 v0.10.8 |
1566 | 2024-08-26T23:29:04.513Z | Checking httparse v1.8.0 |
1567 | 2024-08-26T23:29:04.535Z | Checking regex-automata v0.4.6 |
1568 | 2024-08-26T23:29:04.723Z | Checking adler v1.0.2 |
1569 | 2024-08-26T23:29:04.881Z | Checking miniz_oxide v0.7.2 |
1570 | 2024-08-26T23:29:04.906Z | Checking quote v1.0.36 |
1571 | 2024-08-26T23:29:04.931Z | Checking http v0.2.12 |
1572 | 2024-08-26T23:29:04.992Z | Checking schemars v0.8.21 |
1573 | 2024-08-26T23:29:05.235Z | Checking idna v0.5.0 |
1574 | 2024-08-26T23:29:05.267Z | Checking powerfmt v0.2.0 |
1575 | 2024-08-26T23:29:05.521Z | Checking deranged v0.3.11 |
1576 | 2024-08-26T23:29:05.621Z | Checking syn v2.0.74 |
1577 | 2024-08-26T23:29:05.663Z | Checking num-conv v0.1.0 |
1578 | 2024-08-26T23:29:05.897Z | Checking untrusted v0.9.0 |
1579 | 2024-08-26T23:29:06.064Z | Checking url v2.5.2 |
1580 | 2024-08-26T23:29:06.067Z | Checking time-core v0.1.2 |
1581 | 2024-08-26T23:29:06.250Z | Checking num_threads v0.1.7 |
1582 | 2024-08-26T23:29:06.312Z | Checking ring v0.17.8 |
1583 | 2024-08-26T23:29:06.376Z | Checking pem-rfc7468 v0.7.0 |
1584 | 2024-08-26T23:29:06.624Z | Checking try-lock v0.2.5 |
1585 | 2024-08-26T23:29:06.647Z | Checking socket2 v0.4.10 |
1586 | 2024-08-26T23:29:06.750Z | Checking want v0.3.1 |
1587 | 2024-08-26T23:29:06.884Z | Checking slog v2.7.0 |
1588 | 2024-08-26T23:29:06.919Z | Checking flagset v0.4.5 |
1589 | 2024-08-26T23:29:07.067Z | Checking tower-service v0.3.2 |
1590 | 2024-08-26T23:29:07.118Z | Checking der v0.7.9 |
1591 | 2024-08-26T23:29:07.197Z | Checking pbkdf2 v0.12.2 |
1592 | 2024-08-26T23:29:07.295Z | Checking time v0.3.36 |
1593 | 2024-08-26T23:29:07.372Z | Checking aes v0.8.4 |
1594 | 2024-08-26T23:29:07.397Z | Checking gimli v0.28.1 |
1595 | 2024-08-26T23:29:08.188Z | Checking futures-executor v0.3.30 |
1596 | 2024-08-26T23:29:08.230Z | Checking salsa20 v0.10.2 |
1597 | 2024-08-26T23:29:08.423Z | Checking cbc v0.1.2 |
1598 | 2024-08-26T23:29:08.449Z | Checking object v0.32.2 |
1599 | 2024-08-26T23:29:08.634Z | Checking rustc-demangle v0.1.24 |
1600 | 2024-08-26T23:29:09.006Z | Checking spki v0.7.3 |
1601 | 2024-08-26T23:29:09.045Z | Checking base64 v0.21.7 |
1602 | 2024-08-26T23:29:09.151Z | Checking regex v1.10.6 |
1603 | 2024-08-26T23:29:09.291Z | Checking httpdate v1.0.3 |
1604 | 2024-08-26T23:29:09.527Z | Checking scrypt v0.11.0 |
1605 | 2024-08-26T23:29:09.549Z | Checking futures v0.3.30 |
1606 | 2024-08-26T23:29:09.659Z | Checking http-body v0.4.6 |
1607 | 2024-08-26T23:29:09.708Z | Checking utf8parse v0.2.1 |
1608 | 2024-08-26T23:29:09.749Z | Checking pkcs5 v0.7.1 |
1609 | 2024-08-26T23:29:09.845Z | Checking foreign-types-shared v0.1.1 |
1610 | 2024-08-26T23:29:09.868Z | Checking mime v0.3.17 |
1611 | 2024-08-26T23:29:09.957Z | Checking ipnet v2.9.0 |
1612 | 2024-08-26T23:29:10.062Z | Checking openssl-probe v0.1.5 |
1613 | 2024-08-26T23:29:10.188Z | Checking foreign-types v0.3.2 |
1614 | 2024-08-26T23:29:10.217Z | Checking openssl-sys v0.9.103 |
1615 | 2024-08-26T23:29:10.251Z | Checking pkcs8 v0.10.2 |
1616 | 2024-08-26T23:29:10.285Z | Checking anstyle v1.0.8 |
1617 | 2024-08-26T23:29:10.423Z | Checking tokio-util v0.7.11 |
1618 | 2024-08-26T23:29:10.425Z | Checking sct v0.7.1 |
1619 | 2024-08-26T23:29:10.543Z | Checking rustls-webpki v0.101.7 |
1620 | 2024-08-26T23:29:10.631Z | Checking semver v1.0.23 |
1621 | 2024-08-26T23:29:10.652Z | Checking serde_spanned v0.6.7 |
1622 | 2024-08-26T23:29:10.836Z | Checking toml_datetime v0.6.8 |
1623 | 2024-08-26T23:29:11.025Z | Checking crossbeam-utils v0.8.19 |
1624 | 2024-08-26T23:29:11.118Z | Checking either v1.13.0 |
1625 | 2024-08-26T23:29:11.221Z | Checking data-encoding v2.6.0 |
1626 | 2024-08-26T23:29:11.247Z | Checking h2 v0.3.26 |
1627 | 2024-08-26T23:29:11.289Z | Checking addr2line v0.21.0 |
1628 | 2024-08-26T23:29:11.467Z | Checking openssl v0.10.66 |
1629 | 2024-08-26T23:29:11.491Z | Checking rustls v0.21.12 |
1630 | 2024-08-26T23:29:11.722Z | Checking serde_urlencoded v0.7.1 |
1631 | 2024-08-26T23:29:11.796Z | Checking scroll v0.12.0 |
1632 | 2024-08-26T23:29:11.905Z | Checking encoding_rs v0.8.34 |
1633 | 2024-08-26T23:29:12.078Z | Checking ucd-trie v0.1.6 |
1634 | 2024-08-26T23:29:12.134Z | Checking plain v0.2.3 |
1635 | 2024-08-26T23:29:12.267Z | Checking anstyle-parse v0.2.4 |
1636 | 2024-08-26T23:29:12.272Z | Checking goblin v0.8.2 |
1637 | 2024-08-26T23:29:12.309Z | Checking pest v2.7.10 |
1638 | 2024-08-26T23:29:12.543Z | Checking idna v0.3.0 |
1639 | 2024-08-26T23:29:13.430Z | Checking bitflags v1.3.2 |
1640 | 2024-08-26T23:29:13.529Z | Checking anstyle-query v1.0.3 |
1641 | 2024-08-26T23:29:13.666Z | Checking colorchoice v1.0.1 |
1642 | 2024-08-26T23:29:13.804Z | Checking psl-types v2.0.11 |
1643 | 2024-08-26T23:29:13.996Z | Checking is_terminal_polyfill v1.70.0 |
1644 | 2024-08-26T23:29:14.125Z | Checking pretty-hex v0.4.1 |
1645 | 2024-08-26T23:29:14.172Z | Checking anstream v0.6.14 |
1646 | 2024-08-26T23:29:14.304Z | Checking publicsuffix v2.2.3 |
1647 | 2024-08-26T23:29:14.345Z | Checking backtrace v0.3.71 |
1648 | 2024-08-26T23:29:14.526Z | Checking cookie v0.17.0 |
1649 | 2024-08-26T23:29:14.553Z | Checking rustls-pemfile v1.0.4 |
1650 | 2024-08-26T23:29:14.683Z | Checking tokio-rustls v0.24.1 |
1651 | 2024-08-26T23:29:14.749Z | Checking terminal_size v0.3.0 |
1652 | 2024-08-26T23:29:14.772Z | Checking dtrace-parser v0.2.0 |
1653 | 2024-08-26T23:29:14.903Z | Checking anyhow v1.0.86 |
1654 | 2024-08-26T23:29:14.934Z | Checking thread-id v4.2.1 |
1655 | 2024-08-26T23:29:14.936Z | Checking clap_lex v0.7.0 |
1656 | 2024-08-26T23:29:15.165Z | Checking strsim v0.11.1 |
1657 | 2024-08-26T23:29:15.171Z | Checking cookie_store v0.20.0 |
1658 | 2024-08-26T23:29:15.215Z | Checking openapiv3 v2.0.0 |
1659 | 2024-08-26T23:29:15.288Z | Checking sha1 v0.10.6 |
1660 | 2024-08-26T23:29:15.311Z | Checking signature v2.2.0 |
1661 | 2024-08-26T23:29:15.348Z | Checking clap_builder v4.5.15 |
1662 | 2024-08-26T23:29:15.517Z | Checking memmap v0.7.0 |
1663 | 2024-08-26T23:29:15.570Z | Checking webpki-roots v0.25.4 |
1664 | 2024-08-26T23:29:15.708Z | Checking sync_wrapper v0.1.2 |
1665 | 2024-08-26T23:29:15.735Z | Checking base64 v0.22.1 |
1666 | 2024-08-26T23:29:15.738Z | Checking num-integer v0.1.46 |
1667 | 2024-08-26T23:29:15.837Z | Checking base16ct v0.2.0 |
1668 | 2024-08-26T23:29:16.036Z | Checking sec1 v0.7.3 |
1669 | 2024-08-26T23:29:16.233Z | Checking ff v0.13.0 |
1670 | 2024-08-26T23:29:16.253Z | Checking stable_deref_trait v1.2.0 |
1671 | 2024-08-26T23:29:16.357Z | Checking num-iter v0.1.45 |
1672 | 2024-08-26T23:29:16.416Z | Checking hkdf v0.12.4 |
1673 | 2024-08-26T23:29:16.446Z | Checking group v0.13.0 |
1674 | 2024-08-26T23:29:16.527Z | Checking crypto-bigint v0.5.5 |
1675 | 2024-08-26T23:29:16.619Z | Checking crc32fast v1.4.0 |
1676 | 2024-08-26T23:29:16.701Z | Checking winnow v0.6.18 |
1677 | 2024-08-26T23:29:16.765Z | Checking native-tls v0.2.11 |
1678 | 2024-08-26T23:29:16.840Z | Checking crossbeam-epoch v0.9.18 |
1679 | 2024-08-26T23:29:17.077Z | Checking tokio-native-tls v0.3.1 |
1680 | 2024-08-26T23:29:17.193Z | Checking hyper v0.14.30 |
1681 | 2024-08-26T23:29:17.217Z | Checking dof v0.3.0 |
1682 | 2024-08-26T23:29:17.273Z | Checking hex v0.4.3 |
1683 | 2024-08-26T23:29:17.324Z | Checking static_assertions v1.1.0 |
1684 | 2024-08-26T23:29:17.429Z | Checking unicode-segmentation v1.11.0 |
1685 | 2024-08-26T23:29:17.792Z | Checking winnow v0.5.40 |
1686 | 2024-08-26T23:29:17.840Z | Checking usdt-impl v0.5.0 |
1687 | 2024-08-26T23:29:18.090Z | Checking managed v0.8.0 |
1688 | 2024-08-26T23:29:18.339Z | Checking clap v4.5.16 |
1689 | 2024-08-26T23:29:18.382Z | Checking usdt v0.5.0 |
1690 | 2024-08-26T23:29:18.456Z | Checking num-bigint-dig v0.8.4 |
1691 | 2024-08-26T23:29:18.479Z | Checking pkcs1 v0.7.5 |
1692 | 2024-08-26T23:29:18.630Z | Checking zerocopy v0.6.6 |
1693 | 2024-08-26T23:29:18.674Z | Checking signal-hook v0.3.17 |
1694 | 2024-08-26T23:29:18.851Z | Checking flate2 v1.0.31 |
1695 | 2024-08-26T23:29:18.986Z | Checking bstr v1.9.1 |
1696 | 2024-08-26T23:29:19.370Z | Checking mio v1.0.2 |
1697 | 2024-08-26T23:29:19.395Z | Checking elliptic-curve v0.13.8 |
1698 | 2024-08-26T23:29:19.497Z | Checking siphasher v0.3.11 |
1699 | 2024-08-26T23:29:19.637Z | Checking toml_edit v0.22.20 |
1700 | 2024-08-26T23:29:19.799Z | Checking itertools v0.10.5 |
1701 | 2024-08-26T23:29:19.919Z | Checking bit-vec v0.6.3 |
1702 | 2024-08-26T23:29:19.953Z | Checking signal-hook-mio v0.2.4 |
1703 | 2024-08-26T23:29:20.052Z | Checking itertools v0.12.1 |
1704 | 2024-08-26T23:29:20.118Z | Checking idna v0.4.0 |
1705 | 2024-08-26T23:29:20.254Z | Checking bit-set v0.5.3 |
1706 | 2024-08-26T23:29:20.504Z | Checking hash32 v0.2.1 |
1707 | 2024-08-26T23:29:20.647Z | Checking rsa v0.9.6 |
1708 | 2024-08-26T23:29:20.808Z | Checking predicates-core v1.0.6 |
1709 | 2024-08-26T23:29:20.851Z | Checking toml_edit v0.19.15 |
1710 | 2024-08-26T23:29:20.980Z | Checking finl_unicode v1.2.0 |
1711 | 2024-08-26T23:29:21.006Z | Checking hickory-proto v0.24.1 |
1712 | 2024-08-26T23:29:21.555Z | Checking stringprep v0.1.4 |
1713 | 2024-08-26T23:29:21.682Z | Checking heapless v0.7.17 |
1714 | 2024-08-26T23:29:21.820Z | Checking console v0.15.8 |
1715 | 2024-08-26T23:29:22.044Z | Checking md-5 v0.10.6 |
1716 | 2024-08-26T23:29:22.241Z | Checking float-cmp v0.9.0 |
1717 | 2024-08-26T23:29:22.276Z | Checking difflib v0.4.0 |
1718 | 2024-08-26T23:29:22.384Z | Checking normalize-line-endings v0.3.0 |
1719 | 2024-08-26T23:29:22.430Z | Checking fallible-iterator v0.2.0 |
1720 | 2024-08-26T23:29:22.510Z | Checking fixedbitset v0.4.2 |
1721 | 2024-08-26T23:29:22.586Z | Checking predicates v3.1.2 |
1722 | 2024-08-26T23:29:22.637Z | Checking similar v2.6.0 |
1723 | 2024-08-26T23:29:22.693Z | Checking smoltcp v0.9.1 |
1724 | 2024-08-26T23:29:22.771Z | Checking petgraph v0.6.5 |
1725 | 2024-08-26T23:29:23.036Z | Checking postgres-protocol v0.6.7 |
1726 | 2024-08-26T23:29:23.236Z | Checking phf_shared v0.11.2 |
1727 | 2024-08-26T23:29:23.261Z | Checking hyper-rustls v0.24.2 |
1728 | 2024-08-26T23:29:23.294Z | Checking hyper-tls v0.5.0 |
1729 | 2024-08-26T23:29:23.489Z | Checking toml v0.7.8 |
1730 | 2024-08-26T23:29:23.514Z | Checking phf_shared v0.10.0 |
1731 | 2024-08-26T23:29:23.569Z | Checking tokio-stream v0.1.15 |
1732 | 2024-08-26T23:29:23.631Z | Checking reqwest v0.11.27 |
1733 | 2024-08-26T23:29:23.661Z | Checking fs-err v2.11.0 |
1734 | 2024-08-26T23:29:23.788Z | Checking nix v0.28.0 |
1735 | 2024-08-26T23:29:24.146Z | Checking hubpack v0.1.2 |
1736 | 2024-08-26T23:29:24.189Z | Checking minimal-lexical v0.2.1 |
1737 | 2024-08-26T23:29:24.237Z | Checking new_debug_unreachable v1.0.6 |
1738 | 2024-08-26T23:29:24.336Z | Checking precomputed-hash v0.1.1 |
1739 | 2024-08-26T23:29:24.361Z | Checking lalrpop-util v0.19.12 |
1740 | 2024-08-26T23:29:24.456Z | Checking string_cache v0.8.7 |
1741 | 2024-08-26T23:29:24.459Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1742 | 2024-08-26T23:29:24.561Z | Checking nom v7.1.3 |
1743 | 2024-08-26T23:29:24.632Z | Checking postgres-types v0.2.7 |
1744 | 2024-08-26T23:29:24.734Z | Checking phf v0.11.2 |
1745 | 2024-08-26T23:29:25.012Z | Checking whoami v1.5.1 |
1746 | 2024-08-26T23:29:25.307Z | Checking peg-runtime v0.8.3 |
1747 | 2024-08-26T23:29:25.360Z | Checking tokio-postgres v0.7.11 |
1748 | 2024-08-26T23:29:25.458Z | Compiling regress v0.9.1 |
1749 | 2024-08-26T23:29:25.527Z | Compiling getopts v0.2.21 |
1750 | 2024-08-26T23:29:25.676Z | Compiling unsafe-libyaml v0.2.11 |
1751 | 2024-08-26T23:29:26.088Z | Checking camino v1.1.9 |
1752 | 2024-08-26T23:29:26.405Z | Checking heck v0.5.0 |
1753 | 2024-08-26T23:29:26.601Z | Checking is-terminal v0.4.12 |
1754 | 2024-08-26T23:29:26.658Z | Compiling paste v1.0.15 |
1755 | 2024-08-26T23:29:26.733Z | Compiling ident_case v1.0.1 |
1756 | 2024-08-26T23:29:26.917Z | Compiling darling_core v0.20.9 |
1757 | 2024-08-26T23:29:27.170Z | Compiling serde_yaml v0.9.34+deprecated |
1758 | 2024-08-26T23:29:27.517Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1759 | 2024-08-26T23:29:28.176Z | Compiling rustls v0.22.4 |
1760 | 2024-08-26T23:29:28.386Z | Checking http v1.1.0 |
1761 | 2024-08-26T23:29:28.506Z | Checking dirs-sys-next v0.1.2 |
1762 | 2024-08-26T23:29:28.693Z | Checking dirs-next v2.0.0 |
1763 | 2024-08-26T23:29:28.832Z | Checking crossbeam-channel v0.5.12 |
1764 | 2024-08-26T23:29:28.951Z | Checking thread_local v1.1.8 |
1765 | 2024-08-26T23:29:29.222Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1766 | 2024-08-26T23:29:29.581Z | Compiling multer v3.1.0 |
1767 | 2024-08-26T23:29:29.608Z | Checking term v0.7.0 |
1768 | 2024-08-26T23:29:29.757Z | Checking strum v0.26.3 |
1769 | 2024-08-26T23:29:29.926Z | Compiling async-stream-impl v0.3.5 |
1770 | 2024-08-26T23:29:29.959Z | Checking take_mut v0.2.2 |
1771 | 2024-08-26T23:29:30.074Z | Checking slog-term v2.9.1 |
1772 | 2024-08-26T23:29:30.113Z | Checking slog-async v2.8.0 |
1773 | 2024-08-26T23:29:30.416Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1774 | 2024-08-26T23:29:30.576Z | Checking rustls-pki-types v1.7.0 |
1775 | 2024-08-26T23:29:30.599Z | Checking match_cfg v0.1.0 |
1776 | 2024-08-26T23:29:30.697Z | Checking hostname v0.3.1 |
1777 | 2024-08-26T23:29:30.803Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1778 | 2024-08-26T23:29:30.838Z | Checking toml v0.8.19 |
1779 | 2024-08-26T23:29:31.008Z | Checking rustls-webpki v0.102.4 |
1780 | 2024-08-26T23:29:31.310Z | Checking rustls-pemfile v2.1.3 |
1781 | 2024-08-26T23:29:31.312Z | Checking debug-ignore v1.0.5 |
1782 | 2024-08-26T23:29:31.473Z | Checking slog-json v2.6.1 |
1783 | 2024-08-26T23:29:31.563Z | Checking atomic-waker v1.1.2 |
1784 | 2024-08-26T23:29:31.598Z | Checking async-stream v0.3.5 |
1785 | 2024-08-26T23:29:31.692Z | Checking waitgroup v0.1.2 |
1786 | 2024-08-26T23:29:31.732Z | Checking slog-bunyan v2.5.0 |
1787 | 2024-08-26T23:29:31.832Z | Checking ipnetwork v0.20.0 |
1788 | 2024-08-26T23:29:31.895Z | Checking serde_path_to_error v0.1.16 |
1789 | 2024-08-26T23:29:32.185Z | Checking hostname v0.4.0 |
1790 | 2024-08-26T23:29:32.209Z | Checking instant v0.1.12 |
1791 | 2024-08-26T23:29:32.325Z | Compiling structmeta-derive v0.3.0 |
1792 | 2024-08-26T23:29:32.327Z | Checking fastrand v2.1.0 |
1793 | 2024-08-26T23:29:32.327Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1794 | 2024-08-26T23:29:32.508Z | Checking newtype-uuid v1.1.0 |
1795 | 2024-08-26T23:29:32.659Z | Checking tempfile v3.10.1 |
1796 | 2024-08-26T23:29:32.755Z | Checking quick-error v1.2.3 |
1797 | 2024-08-26T23:29:32.902Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1798 | 2024-08-26T23:29:33.004Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1799 | 2024-08-26T23:29:33.140Z | Checking macaddr v1.0.1 |
1800 | 2024-08-26T23:29:33.312Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1801 | 2024-08-26T23:29:33.463Z | Checking backoff v0.4.0 |
1802 | 2024-08-26T23:29:33.466Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1803 | 2024-08-26T23:29:33.705Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1804 | 2024-08-26T23:29:33.739Z | Checking wait-timeout v0.2.0 |
1805 | 2024-08-26T23:29:33.813Z | Checking rand_xorshift v0.3.0 |
1806 | 2024-08-26T23:29:33.845Z | Compiling darling_macro v0.20.9 |
1807 | 2024-08-26T23:29:33.869Z | Compiling structmeta-derive v0.2.0 |
1808 | 2024-08-26T23:29:33.923Z | Checking rusty-fork v0.3.0 |
1809 | 2024-08-26T23:29:33.988Z | Checking unarray v0.1.4 |
1810 | 2024-08-26T23:29:34.146Z | Compiling proc-macro-error v1.0.4 |
1811 | 2024-08-26T23:29:34.222Z | Checking proptest v1.5.0 |
1812 | 2024-08-26T23:29:34.829Z | Compiling darling v0.20.9 |
1813 | 2024-08-26T23:29:34.857Z | Checking camino-tempfile v1.1.1 |
1814 | 2024-08-26T23:29:34.992Z | Compiling serde_with_macros v3.9.0 |
1815 | 2024-08-26T23:29:35.187Z | Compiling proc-macro-crate v1.3.1 |
1816 | 2024-08-26T23:29:35.302Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1817 | 2024-08-26T23:29:35.325Z | Compiling structmeta v0.3.0 |
1818 | 2024-08-26T23:29:35.571Z | Checking tokio-rustls v0.25.0 |
1819 | 2024-08-26T23:29:35.716Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1820 | 2024-08-26T23:29:35.761Z | Compiling parse-display-derive v0.10.0 |
1821 | 2024-08-26T23:29:36.056Z | Compiling foreign-types-macros v0.2.3 |
1822 | 2024-08-26T23:29:36.294Z | Compiling num_enum_derive v0.5.11 |
1823 | 2024-08-26T23:29:36.778Z | Compiling structmeta v0.2.0 |
1824 | 2024-08-26T23:29:37.212Z | Compiling test-strategy v0.3.1 |
1825 | 2024-08-26T23:29:37.374Z | Checking foreign-types-shared v0.3.1 |
1826 | 2024-08-26T23:29:37.488Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1827 | 2024-08-26T23:29:37.796Z | Checking foreign-types v0.5.0 |
1828 | 2024-08-26T23:29:37.839Z | Checking serde_with v3.9.0 |
1829 | 2024-08-26T23:29:38.239Z | Checking cstr-argument v0.1.2 |
1830 | 2024-08-26T23:29:38.427Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1831 | 2024-08-26T23:29:38.907Z | Checking num_enum v0.5.11 |
1832 | 2024-08-26T23:29:38.954Z | Checking pretty-hex v0.2.1 |
1833 | 2024-08-26T23:29:39.070Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1834 | 2024-08-26T23:29:39.127Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1835 | 2024-08-26T23:29:39.364Z | Checking tabwriter v1.4.0 |
1836 | 2024-08-26T23:29:39.409Z | Checking colored v2.1.0 |
1837 | 2024-08-26T23:29:39.439Z | Checking smf v0.2.3 |
1838 | 2024-08-26T23:29:39.610Z | Compiling heapless v0.8.0 |
1839 | 2024-08-26T23:29:39.704Z | Checking termtree v0.4.1 |
1840 | 2024-08-26T23:29:39.855Z | Checking hash32 v0.3.1 |
1841 | 2024-08-26T23:29:39.900Z | Compiling crucible-workspace-hack v0.1.0 |
1842 | 2024-08-26T23:29:39.902Z | Checking predicates-tree v1.0.9 |
1843 | 2024-08-26T23:29:40.071Z | Compiling smoltcp v0.11.0 |
1844 | 2024-08-26T23:29:40.112Z | Checking cobs v0.2.3 |
1845 | 2024-08-26T23:29:40.299Z | Checking embedded-io v0.4.0 |
1846 | 2024-08-26T23:29:40.423Z | Checking sigpipe v0.1.3 |
1847 | 2024-08-26T23:29:40.482Z | Checking parse-display v0.10.0 |
1848 | 2024-08-26T23:29:40.517Z | Checking postcard v1.0.8 |
1849 | 2024-08-26T23:29:40.544Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1850 | 2024-08-26T23:29:40.714Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1851 | 2024-08-26T23:29:40.830Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1852 | 2024-08-26T23:29:40.870Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1853 | 2024-08-26T23:29:40.919Z | Compiling mockall_derive v0.13.0 |
1854 | 2024-08-26T23:29:41.184Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1855 | 2024-08-26T23:29:41.206Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1856 | 2024-08-26T23:29:41.248Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1857 | 2024-08-26T23:29:41.426Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1858 | 2024-08-26T23:29:41.474Z | Compiling num-derive v0.4.2 |
1859 | 2024-08-26T23:29:41.691Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1860 | 2024-08-26T23:29:41.779Z | Checking downcast v0.11.0 |
1861 | 2024-08-26T23:29:41.974Z | Checking fragile v2.0.0 |
1862 | 2024-08-26T23:29:42.027Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1863 | 2024-08-26T23:29:42.266Z | Checking humantime v2.1.0 |
1864 | 2024-08-26T23:29:42.287Z | Checking arc-swap v1.7.1 |
1865 | 2024-08-26T23:29:42.560Z | Checking utf-8 v0.7.6 |
1866 | 2024-08-26T23:29:42.699Z | Checking slog-scope v4.4.0 |
1867 | 2024-08-26T23:29:42.772Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1868 | 2024-08-26T23:29:42.774Z | Checking xattr v1.3.1 |
1869 | 2024-08-26T23:29:42.906Z | Checking slog-stdlog v4.1.1 |
1870 | 2024-08-26T23:29:42.942Z | Checking filetime v0.2.24 |
1871 | 2024-08-26T23:29:42.981Z | Checking termcolor v1.4.1 |
1872 | 2024-08-26T23:29:43.074Z | Checking slog-envlogger v2.2.0 |
1873 | 2024-08-26T23:29:43.157Z | Checking tar v0.4.41 |
1874 | 2024-08-26T23:29:43.305Z | Checking same-file v1.0.6 |
1875 | 2024-08-26T23:29:43.403Z | Checking newline-converter v0.3.0 |
1876 | 2024-08-26T23:29:43.482Z | Checking walkdir v2.5.0 |
1877 | 2024-08-26T23:29:43.538Z | Checking tungstenite v0.21.0 |
1878 | 2024-08-26T23:29:43.559Z | Checking expectorate v1.1.0 |
1879 | 2024-08-26T23:29:43.725Z | Checking atty v0.2.14 |
1880 | 2024-08-26T23:29:43.770Z | Compiling derive-where v1.2.7 |
1881 | 2024-08-26T23:29:43.847Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1882 | 2024-08-26T23:29:43.849Z | Checking pem v3.0.4 |
1883 | 2024-08-26T23:29:43.895Z | Checking password-hash v0.5.0 |
1884 | 2024-08-26T23:29:44.130Z | Checking blake2 v0.10.6 |
1885 | 2024-08-26T23:29:44.307Z | Checking tungstenite v0.20.1 |
1886 | 2024-08-26T23:29:44.329Z | Checking env_logger v0.9.3 |
1887 | 2024-08-26T23:29:44.423Z | Checking tokio-tungstenite v0.21.0 |
1888 | 2024-08-26T23:29:44.503Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1889 | 2024-08-26T23:29:44.592Z | Checking argon2 v0.5.3 |
1890 | 2024-08-26T23:29:44.760Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-26T23:29:44.895Z | Checking num-rational v0.4.2 |
1892 | 2024-08-26T23:29:45.157Z | Checking num-complex v0.4.6 |
1893 | 2024-08-26T23:29:45.188Z | Checking tokio-tungstenite v0.20.1 |
1894 | 2024-08-26T23:29:45.352Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1895 | 2024-08-26T23:29:45.615Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-26T23:29:45.655Z | Compiling bitstruct_derive v0.1.0 |
1897 | 2024-08-26T23:29:45.704Z | Checking ascii v1.1.0 |
1898 | 2024-08-26T23:29:45.736Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-08-26T23:29:45.903Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-26T23:29:45.979Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1901 | 2024-08-26T23:29:46.071Z | Checking num v0.4.3 |
1902 | 2024-08-26T23:29:46.094Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1903 | 2024-08-26T23:29:46.133Z | Checking atomicwrites v0.4.3 |
1904 | 2024-08-26T23:29:46.178Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-08-26T23:29:46.330Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-08-26T23:29:46.470Z | Checking serde_arrays v0.1.0 |
1907 | 2024-08-26T23:29:46.593Z | Checking erased-serde v0.3.31 |
1908 | 2024-08-26T23:29:46.627Z | Checking float-ord v0.3.2 |
1909 | 2024-08-26T23:29:46.777Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1910 | 2024-08-26T23:29:46.976Z | Compiling heck v0.3.3 |
1911 | 2024-08-26T23:29:47.042Z | Checking bitstruct v0.1.1 |
1912 | 2024-08-26T23:29:47.123Z | Compiling convert_case v0.4.0 |
1913 | 2024-08-26T23:29:47.163Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1914 | 2024-08-26T23:29:47.373Z | Checking yasna v0.5.2 |
1915 | 2024-08-26T23:29:47.393Z | Compiling zone_cfg_derive v0.1.2 |
1916 | 2024-08-26T23:29:47.486Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1917 | 2024-08-26T23:29:47.513Z | Checking headers-core v0.2.0 |
1918 | 2024-08-26T23:29:47.635Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-08-26T23:29:47.662Z | Checking base64 v0.13.1 |
1920 | 2024-08-26T23:29:47.701Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1921 | 2024-08-26T23:29:47.996Z | Checking headers v0.3.9 |
1922 | 2024-08-26T23:29:48.062Z | Checking ron v0.7.1 |
1923 | 2024-08-26T23:29:48.085Z | Compiling derive_more v0.99.18 |
1924 | 2024-08-26T23:29:48.222Z | Checking rcgen v0.12.1 |
1925 | 2024-08-26T23:29:48.918Z | Checking zone v0.1.8 |
1926 | 2024-08-26T23:29:49.096Z | Checking portpicker v0.1.1 |
1927 | 2024-08-26T23:29:49.522Z | Checking mockall v0.13.0 |
1928 | 2024-08-26T23:29:49.592Z | Checking subprocess v0.2.9 |
1929 | 2024-08-26T23:29:49.680Z | Checking half v2.4.1 |
1930 | 2024-08-26T23:29:49.771Z | Checking ciborium-io v0.2.2 |
1931 | 2024-08-26T23:29:49.905Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1932 | 2024-08-26T23:29:50.130Z | Compiling rayon-core v1.12.1 |
1933 | 2024-08-26T23:29:50.194Z | Checking ciborium-ll v0.2.2 |
1934 | 2024-08-26T23:29:50.479Z | Checking swrite v0.1.0 |
1935 | 2024-08-26T23:29:50.505Z | Checking ciborium v0.2.2 |
1936 | 2024-08-26T23:29:50.606Z | Checking highway v1.2.0 |
1937 | 2024-08-26T23:29:50.609Z | Compiling prettyplease v0.2.20 |
1938 | 2024-08-26T23:29:50.958Z | Compiling home v0.5.9 |
1939 | 2024-08-26T23:29:51.014Z | Compiling semver v0.1.20 |
1940 | 2024-08-26T23:29:51.041Z | Checking linked-hash-map v0.5.6 |
1941 | 2024-08-26T23:29:51.154Z | Compiling cookie v0.18.1 |
1942 | 2024-08-26T23:29:51.214Z | Compiling slog-dtrace v0.3.0 |
1943 | 2024-08-26T23:29:51.380Z | Checking lru-cache v0.1.2 |
1944 | 2024-08-26T23:29:51.451Z | Compiling rustc_version v0.1.7 |
1945 | 2024-08-26T23:29:51.568Z | Compiling blake3 v1.5.1 |
1946 | 2024-08-26T23:29:51.593Z | Compiling ring v0.16.20 |
1947 | 2024-08-26T23:29:51.670Z | Compiling cancel-safe-futures v0.1.5 |
1948 | 2024-08-26T23:29:51.934Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1949 | 2024-08-26T23:29:52.006Z | Compiling newtype_derive v0.1.6 |
1950 | 2024-08-26T23:29:52.060Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1951 | 2024-08-26T23:29:52.514Z | Checking steno v0.4.1 |
1952 | 2024-08-26T23:29:52.823Z | Checking itertools v0.13.0 |
1953 | 2024-08-26T23:29:54.874Z | Checking resolv-conf v0.7.0 |
1954 | 2024-08-26T23:29:55.238Z | Checking hickory-resolver v0.24.1 |
1955 | 2024-08-26T23:29:55.498Z | Checking libsw v3.3.1 |
1956 | 2024-08-26T23:29:55.626Z | Checking linear-map v1.2.0 |
1957 | 2024-08-26T23:29:55.765Z | Checking owo-colors v4.0.0 |
1958 | 2024-08-26T23:29:56.347Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-08-26T23:29:56.644Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-08-26T23:29:57.289Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1961 | 2024-08-26T23:29:57.291Z | Compiling crossbeam-deque v0.8.5 |
1962 | 2024-08-26T23:29:57.654Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1963 | 2024-08-26T23:30:00.260Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1964 | 2024-08-26T23:30:01.445Z | Compiling rayon v1.10.0 |
1965 | 2024-08-26T23:30:01.534Z | Compiling memmap2 v0.9.4 |
1966 | 2024-08-26T23:30:01.833Z | Compiling constant_time_eq v0.3.0 |
1967 | 2024-08-26T23:30:01.983Z | Compiling untrusted v0.7.1 |
1968 | 2024-08-26T23:30:02.376Z | Compiling arrayref v0.3.7 |
1969 | 2024-08-26T23:30:02.384Z | Compiling spin v0.5.2 |
1970 | 2024-08-26T23:30:02.384Z | Compiling arrayvec v0.7.4 |
1971 | 2024-08-26T23:30:02.384Z | Compiling toolchain_find v0.4.0 |
1972 | 2024-08-26T23:30:02.980Z | Compiling topological-sort v0.2.2 |
1973 | 2024-08-26T23:30:03.094Z | Compiling rustfmt-wrapper v0.2.1 |
1974 | 2024-08-26T23:30:03.213Z | Checking display-error-chain v0.2.0 |
1975 | 2024-08-26T23:30:03.367Z | Checking nibble_vec v0.1.0 |
1976 | 2024-08-26T23:30:03.571Z | Checking endian-type v0.1.2 |
1977 | 2024-08-26T23:30:03.675Z | Checking fxhash v0.2.1 |
1978 | 2024-08-26T23:30:03.705Z | Checking keccak v0.1.5 |
1979 | 2024-08-26T23:30:03.773Z | Checking radix_trie v0.2.1 |
1980 | 2024-08-26T23:30:03.862Z | Checking secrecy v0.8.0 |
1981 | 2024-08-26T23:30:04.037Z | Checking sha3 v0.10.8 |
1982 | 2024-08-26T23:30:04.083Z | Checking universal-hash v0.5.1 |
1983 | 2024-08-26T23:30:04.197Z | Checking opaque-debug v0.3.1 |
1984 | 2024-08-26T23:30:04.266Z | Compiling curve25519-dalek v4.1.3 |
1985 | 2024-08-26T23:30:04.298Z | Compiling radium v0.7.0 |
1986 | 2024-08-26T23:30:04.452Z | Checking maplit v1.0.2 |
1987 | 2024-08-26T23:30:04.571Z | Checking aead v0.5.2 |
1988 | 2024-08-26T23:30:04.787Z | Compiling curve25519-dalek-derive v0.1.1 |
1989 | 2024-08-26T23:30:04.807Z | Checking tap v1.0.1 |
1990 | 2024-08-26T23:30:04.987Z | Compiling maybe-uninit v2.0.0 |
1991 | 2024-08-26T23:30:05.053Z | Checking wyz v0.5.1 |
1992 | 2024-08-26T23:30:05.656Z | Checking poly1305 v0.8.0 |
1993 | 2024-08-26T23:30:05.978Z | Checking chacha20 v0.9.1 |
1994 | 2024-08-26T23:30:06.141Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1995 | 2024-08-26T23:30:06.167Z | Checking funty v2.0.0 |
1996 | 2024-08-26T23:30:06.169Z | Compiling packed_struct v0.10.1 |
1997 | 2024-08-26T23:30:06.304Z | Checking crc-catalog v2.4.0 |
1998 | 2024-08-26T23:30:06.450Z | Compiling omicron-zone-package v0.11.0 |
1999 | 2024-08-26T23:30:06.696Z | Checking crc v3.2.1 |
2000 | 2024-08-26T23:30:07.070Z | Checking bitvec v1.0.1 |
2001 | 2024-08-26T23:30:07.094Z | Checking gethostname v0.5.0 |
2002 | 2024-08-26T23:30:07.154Z | Compiling packed_struct_codegen v0.10.1 |
2003 | 2024-08-26T23:30:07.228Z | Compiling indexmap v1.9.3 |
2004 | 2024-08-26T23:30:07.543Z | Checking nodrop v0.1.14 |
2005 | 2024-08-26T23:30:07.666Z | Compiling libefi-sys v0.1.0 |
2006 | 2024-08-26T23:30:08.002Z | Checking array-init v0.0.4 |
2007 | 2024-08-26T23:30:08.228Z | Checking smallvec v0.6.14 |
2008 | 2024-08-26T23:30:08.300Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2009 | 2024-08-26T23:30:08.615Z | Compiling bitfield-struct v0.6.1 |
2010 | 2024-08-26T23:30:08.724Z | Checking bitfield v0.14.0 |
2011 | 2024-08-26T23:30:08.983Z | Checking hashbrown v0.12.3 |
2012 | 2024-08-26T23:30:09.019Z | Checking serde-hex v0.1.0 |
2013 | 2024-08-26T23:30:09.543Z | Checking bzip2 v0.4.4 |
2014 | 2024-08-26T23:30:09.906Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2015 | 2024-08-26T23:30:10.096Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2016 | 2024-08-26T23:30:10.190Z | Checking env_logger v0.10.2 |
2017 | 2024-08-26T23:30:10.269Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2018 | 2024-08-26T23:30:10.587Z | Checking ron v0.8.1 |
2019 | 2024-08-26T23:30:10.608Z | Checking x509-cert v0.2.5 |
2020 | 2024-08-26T23:30:10.679Z | Checking hashbrown v0.13.2 |
2021 | 2024-08-26T23:30:10.755Z | Compiling thiserror-impl-no-std v2.0.2 |
2022 | 2024-08-26T23:30:11.733Z | Compiling async-recursion v1.1.1 |
2023 | 2024-08-26T23:30:11.854Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2024 | 2024-08-26T23:30:11.980Z | Checking crc-any v2.5.0 |
2025 | 2024-08-26T23:30:12.173Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2026 | 2024-08-26T23:30:12.352Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2027 | 2024-08-26T23:30:12.631Z | Checking object v0.30.4 |
2028 | 2024-08-26T23:30:12.791Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2029 | 2024-08-26T23:30:12.889Z | Checking zip v0.6.6 |
2030 | 2024-08-26T23:30:12.996Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2031 | 2024-08-26T23:30:13.028Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2032 | 2024-08-26T23:30:13.315Z | Checking path-slash v0.1.5 |
2033 | 2024-08-26T23:30:13.423Z | Compiling parking_lot_core v0.8.6 |
2034 | 2024-08-26T23:30:13.490Z | Checking chacha20poly1305 v0.10.1 |
2035 | 2024-08-26T23:30:13.546Z | Checking glob v0.3.1 |
2036 | 2024-08-26T23:30:13.570Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2037 | 2024-08-26T23:30:13.678Z | Checking hickory-client v0.24.1 |
2038 | 2024-08-26T23:30:13.846Z | Checking hickory-server v0.24.1 |
2039 | 2024-08-26T23:30:13.867Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2040 | 2024-08-26T23:30:14.027Z | Checking thiserror-no-std v2.0.2 |
2041 | 2024-08-26T23:30:14.151Z | Checking vsss-rs v3.3.4 |
2042 | 2024-08-26T23:30:14.217Z | Checking crossterm v0.28.1 |
2043 | 2024-08-26T23:30:14.237Z | Checking parking_lot v0.11.2 |
2044 | 2024-08-26T23:30:14.300Z | Compiling buf-list v1.0.3 |
2045 | 2024-08-26T23:30:14.569Z | Checking sled v0.34.7 |
2046 | 2024-08-26T23:30:15.058Z | Compiling unicase v2.7.0 |
2047 | 2024-08-26T23:30:15.604Z | Checking nanorand v0.7.0 |
2048 | 2024-08-26T23:30:15.984Z | Checking flume v0.11.0 |
2049 | 2024-08-26T23:30:16.488Z | Checking kstat-rs v0.2.4 |
2050 | 2024-08-26T23:30:16.789Z | Compiling vte_generate_state_changes v0.1.1 |
2051 | 2024-08-26T23:30:16.950Z | Checking fd-lock v4.0.2 |
2052 | 2024-08-26T23:30:17.002Z | Compiling mime_guess v2.0.4 |
2053 | 2024-08-26T23:30:17.340Z | Checking crossterm v0.27.0 |
2054 | 2024-08-26T23:30:17.434Z | Checking vte v0.11.1 |
2055 | 2024-08-26T23:30:17.456Z | Checking nu-ansi-term v0.50.0 |
2056 | 2024-08-26T23:30:17.476Z | Compiling dsl_auto_type v0.1.2 |
2057 | 2024-08-26T23:30:17.833Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2058 | 2024-08-26T23:30:18.112Z | Checking scheduled-thread-pool v0.2.7 |
2059 | 2024-08-26T23:30:18.324Z | Compiling pin-project-internal v1.1.5 |
2060 | 2024-08-26T23:30:18.432Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2061 | 2024-08-26T23:30:18.659Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2062 | 2024-08-26T23:30:18.678Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2063 | 2024-08-26T23:30:18.742Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2064 | 2024-08-26T23:30:19.141Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2065 | 2024-08-26T23:30:19.190Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2066 | 2024-08-26T23:30:20.412Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2067 | 2024-08-26T23:30:21.560Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2068 | 2024-08-26T23:30:22.738Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2069 | 2024-08-26T23:30:22.877Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2070 | 2024-08-26T23:30:23.400Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2071 | 2024-08-26T23:30:23.526Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2072 | 2024-08-26T23:30:24.189Z | Checking strip-ansi-escapes v0.2.0 |
2073 | 2024-08-26T23:30:24.350Z | Checking reedline v0.33.0 |
2074 | 2024-08-26T23:30:24.822Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2075 | 2024-08-26T23:30:25.010Z | Compiling diesel_table_macro_syntax v0.2.0 |
2076 | 2024-08-26T23:30:25.275Z | Compiling crunchy v0.2.2 |
2077 | 2024-08-26T23:30:25.464Z | Checking http-range v0.1.5 |
2078 | 2024-08-26T23:30:25.653Z | Checking hyper-staticfile v0.9.5 |
2079 | 2024-08-26T23:30:25.846Z | Compiling diesel_derives v2.2.2 |
2080 | 2024-08-26T23:30:26.088Z | Checking pin-project v1.1.5 |
2081 | 2024-08-26T23:30:26.223Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2082 | 2024-08-26T23:30:27.002Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2083 | 2024-08-26T23:30:27.074Z | Checking r2d2 v0.8.10 |
2084 | 2024-08-26T23:30:27.099Z | Compiling clang-sys v1.7.0 |
2085 | 2024-08-26T23:30:27.416Z | Compiling tiny-keccak v2.0.2 |
2086 | 2024-08-26T23:30:27.763Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2087 | 2024-08-26T23:30:27.787Z | Compiling ref-cast v1.0.23 |
2088 | 2024-08-26T23:30:27.840Z | Checking bytecount v0.6.8 |
2089 | 2024-08-26T23:30:27.996Z | Checking papergrid v0.11.0 |
2090 | 2024-08-26T23:30:28.397Z | Compiling ascii-canvas v3.0.0 |
2091 | 2024-08-26T23:30:28.698Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2092 | 2024-08-26T23:30:28.985Z | Compiling tabled_derive v0.7.0 |
2093 | 2024-08-26T23:30:29.361Z | Compiling ena v0.14.3 |
2094 | 2024-08-26T23:30:29.492Z | Compiling ref-cast-impl v1.0.23 |
2095 | 2024-08-26T23:30:29.786Z | Compiling libloading v0.8.3 |
2096 | 2024-08-26T23:30:30.239Z | Compiling diff v0.1.13 |
2097 | 2024-08-26T23:30:30.359Z | Compiling bindgen v0.69.4 |
2098 | 2024-08-26T23:30:30.702Z | Compiling regex-syntax v0.6.29 |
2099 | 2024-08-26T23:30:31.533Z | Checking tabled v0.15.0 |
2100 | 2024-08-26T23:30:31.946Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2101 | 2024-08-26T23:30:34.616Z | Compiling lalrpop v0.19.12 |
2102 | 2024-08-26T23:30:36.163Z | Compiling which v4.4.2 |
2103 | 2024-08-26T23:30:36.597Z | Checking signal-hook-tokio v0.3.1 |
2104 | 2024-08-26T23:30:36.792Z | Compiling cexpr v0.6.0 |
2105 | 2024-08-26T23:30:36.812Z | Compiling rustc-hash v1.1.0 |
2106 | 2024-08-26T23:30:36.962Z | Compiling lazycell v1.3.0 |
2107 | 2024-08-26T23:30:37.141Z | Compiling shlex v1.3.0 |
2108 | 2024-08-26T23:30:38.438Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2109 | 2024-08-26T23:30:38.526Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2110 | 2024-08-26T23:30:41.787Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2111 | 2024-08-26T23:30:43.714Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2112 | 2024-08-26T23:30:43.777Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2113 | 2024-08-26T23:30:45.247Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2114 | 2024-08-26T23:30:45.508Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2115 | 2024-08-26T23:30:46.223Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2116 | 2024-08-26T23:30:46.320Z | Checking diesel v2.2.2 |
2117 | 2024-08-26T23:30:46.431Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2118 | 2024-08-26T23:30:46.801Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2119 | 2024-08-26T23:30:50.749Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2120 | 2024-08-26T23:30:50.987Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2121 | 2024-08-26T23:30:51.309Z | Compiling derive_builder_core v0.20.0 |
2122 | 2024-08-26T23:30:52.044Z | Compiling libxml v0.3.3 |
2123 | 2024-08-26T23:30:52.438Z | Compiling memoffset v0.9.1 |
2124 | 2024-08-26T23:30:52.949Z | Compiling peg-macros v0.8.4 |
2125 | 2024-08-26T23:30:52.974Z | Compiling snafu-derive v0.8.2 |
2126 | 2024-08-26T23:30:53.766Z | Compiling derive_builder_macro v0.20.0 |
2127 | 2024-08-26T23:30:53.989Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2128 | 2024-08-26T23:30:54.673Z | Compiling strum_macros v0.24.3 |
2129 | 2024-08-26T23:30:55.139Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2130 | 2024-08-26T23:30:56.011Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2131 | 2024-08-26T23:30:56.776Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2132 | 2024-08-26T23:30:58.057Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2133 | 2024-08-26T23:30:58.466Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2134 | 2024-08-26T23:30:58.631Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2135 | 2024-08-26T23:30:59.002Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2136 | 2024-08-26T23:30:59.466Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2137 | 2024-08-26T23:31:00.643Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2138 | 2024-08-26T23:31:01.466Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2139 | 2024-08-26T23:31:02.376Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2140 | 2024-08-26T23:31:03.305Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2141 | 2024-08-26T23:31:04.219Z | Compiling sqlparser_derive v0.2.2 |
2142 | 2024-08-26T23:31:05.204Z | Checking unicode_categories v0.1.1 |
2143 | 2024-08-26T23:31:05.529Z | Compiling indoc v1.0.9 |
2144 | 2024-08-26T23:31:05.579Z | Checking rustyline v14.0.0 |
2145 | 2024-08-26T23:31:06.573Z | Checking sqlformat v0.2.4 |
2146 | 2024-08-26T23:31:07.302Z | Checking sqlparser v0.45.0 |
2147 | 2024-08-26T23:31:07.775Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2148 | 2024-08-26T23:31:09.156Z | Checking snafu v0.8.2 |
2149 | 2024-08-26T23:31:09.633Z | Checking peg v0.8.4 |
2150 | 2024-08-26T23:31:09.752Z | Checking derive_builder v0.20.0 |
2151 | 2024-08-26T23:31:10.012Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2152 | 2024-08-26T23:31:10.565Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2153 | 2024-08-26T23:31:10.886Z | Checking globset v0.4.14 |
2154 | 2024-08-26T23:31:11.167Z | Checking olpc-cjson v0.1.3 |
2155 | 2024-08-26T23:31:11.394Z | Checking bcs v0.1.6 |
2156 | 2024-08-26T23:31:11.397Z | Checking serde_plain v1.0.2 |
2157 | 2024-08-26T23:31:11.599Z | Checking quick-xml v0.31.0 |
2158 | 2024-08-26T23:31:11.647Z | Compiling impl-trait-for-tuples v0.2.2 |
2159 | 2024-08-26T23:31:11.869Z | Compiling oso-derive v0.27.3 |
2160 | 2024-08-26T23:31:12.999Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2161 | 2024-08-26T23:31:13.334Z | Checking typed-path v0.7.1 |
2162 | 2024-08-26T23:31:13.779Z | Checking nix v0.27.1 |
2163 | 2024-08-26T23:31:15.088Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2164 | 2024-08-26T23:31:15.323Z | Checking tough v0.17.1 |
2165 | 2024-08-26T23:31:16.749Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2166 | 2024-08-26T23:31:16.911Z | Checking serde-big-array v0.5.1 |
2167 | 2024-08-26T23:31:17.009Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2168 | 2024-08-26T23:31:17.141Z | Checking parse-size v1.0.0 |
2169 | 2024-08-26T23:31:17.413Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2170 | 2024-08-26T23:31:19.007Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2171 | 2024-08-26T23:31:19.442Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2172 | 2024-08-26T23:31:20.019Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2173 | 2024-08-26T23:31:20.040Z | Checking bb8 v0.8.5 |
2174 | 2024-08-26T23:31:20.356Z | Compiling const_format_proc_macros v0.2.32 |
2175 | 2024-08-26T23:31:20.571Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2176 | 2024-08-26T23:31:22.504Z | Checking const_format v0.2.32 |
2177 | 2024-08-26T23:31:22.970Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2178 | 2024-08-26T23:31:22.973Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2179 | 2024-08-26T23:31:23.069Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2180 | 2024-08-26T23:31:23.585Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2181 | 2024-08-26T23:31:24.319Z | Checking assert_matches v1.5.0 |
2182 | 2024-08-26T23:31:24.378Z | Checking heck v0.4.1 |
2183 | 2024-08-26T23:31:24.421Z | Compiling portable-atomic v1.6.0 |
2184 | 2024-08-26T23:31:24.596Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2185 | 2024-08-26T23:31:25.048Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2186 | 2024-08-26T23:31:25.567Z | Compiling libz-sys v1.1.16 |
2187 | 2024-08-26T23:31:25.939Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2188 | 2024-08-26T23:31:26.440Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2189 | 2024-08-26T23:31:26.646Z | Checking rand_seeder v0.3.0 |
2190 | 2024-08-26T23:31:26.818Z | Checking number_prefix v0.4.0 |
2191 | 2024-08-26T23:31:26.886Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2192 | 2024-08-26T23:31:27.018Z | Checking indicatif v0.17.8 |
2193 | 2024-08-26T23:31:27.788Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2194 | 2024-08-26T23:31:28.210Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2195 | 2024-08-26T23:31:28.930Z | Compiling vergen v8.3.2 |
2196 | 2024-08-26T23:31:29.238Z | Compiling cargo-platform v0.1.8 |
2197 | 2024-08-26T23:31:29.589Z | Checking is_ci v1.2.0 |
2198 | 2024-08-26T23:31:29.721Z | Checking supports-color v3.0.0 |
2199 | 2024-08-26T23:31:29.768Z | Compiling cargo_metadata v0.18.1 |
2200 | 2024-08-26T23:31:29.828Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2201 | 2024-08-26T23:31:29.919Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2202 | 2024-08-26T23:31:30.979Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2203 | 2024-08-26T23:31:31.298Z | Checking castaway v0.2.3 |
2204 | 2024-08-26T23:31:31.462Z | Compiling libsqlite3-sys v0.28.0 |
2205 | 2024-08-26T23:31:31.544Z | Checking compact_str v0.8.0 |
2206 | 2024-08-26T23:31:31.806Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2207 | 2024-08-26T23:31:31.958Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2208 | 2024-08-26T23:31:32.380Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2209 | 2024-08-26T23:31:32.830Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2210 | 2024-08-26T23:31:32.895Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2211 | 2024-08-26T23:31:33.145Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2212 | 2024-08-26T23:31:33.345Z | Checking unicode-truncate v1.0.0 |
2213 | 2024-08-26T23:31:33.459Z | Checking lru v0.12.3 |
2214 | 2024-08-26T23:31:33.584Z | Compiling instability v0.3.2 |
2215 | 2024-08-26T23:31:33.781Z | Checking cassowary v0.3.0 |
2216 | 2024-08-26T23:31:34.652Z | Checking ratatui v0.28.0 |
2217 | 2024-08-26T23:31:34.682Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2218 | 2024-08-26T23:31:34.873Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2219 | 2024-08-26T23:31:36.046Z | Checking hashlink v0.9.1 |
2220 | 2024-08-26T23:31:36.785Z | Checking fallible-iterator v0.3.0 |
2221 | 2024-08-26T23:31:36.793Z | Checking smawk v0.3.2 |
2222 | 2024-08-26T23:31:36.867Z | Checking unicode-linebreak v0.1.5 |
2223 | 2024-08-26T23:31:37.239Z | Checking fallible-streaming-iterator v0.1.9 |
2224 | 2024-08-26T23:31:37.288Z | Checking textwrap v0.16.1 |
2225 | 2024-08-26T23:31:37.477Z | Checking rusqlite v0.31.0 |
2226 | 2024-08-26T23:31:37.663Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2227 | 2024-08-26T23:31:37.683Z | Checking twox-hash v1.6.3 |
2228 | 2024-08-26T23:31:38.004Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2229 | 2024-08-26T23:31:38.141Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2230 | 2024-08-26T23:31:39.044Z | Checking fatfs v0.3.6 |
2231 | 2024-08-26T23:31:39.731Z | Checking csv-core v0.1.11 |
2232 | 2024-08-26T23:31:40.050Z | Checking shell-words v1.1.0 |
2233 | 2024-08-26T23:31:40.070Z | Checking csv v1.3.0 |
2234 | 2024-08-26T23:31:40.235Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2235 | 2024-08-26T23:31:41.203Z | Checking rtoolbox v0.0.2 |
2236 | 2024-08-26T23:31:41.422Z | Checking rpassword v7.3.1 |
2237 | 2024-08-26T23:31:43.219Z | Checking tui-tree-widget v0.22.0 |
2238 | 2024-08-26T23:31:43.560Z | Checking polyval v0.6.2 |
2239 | 2024-08-26T23:31:43.794Z | Checking rfc6979 v0.4.0 |
2240 | 2024-08-26T23:31:43.987Z | Checking plotters-backend v0.3.5 |
2241 | 2024-08-26T23:31:44.324Z | Checking plotters-svg v0.3.5 |
2242 | 2024-08-26T23:31:44.551Z | Checking ecdsa v0.16.9 |
2243 | 2024-08-26T23:31:45.354Z | Checking ghash v0.5.1 |
2244 | 2024-08-26T23:31:45.535Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2245 | 2024-08-26T23:31:46.665Z | Checking primeorder v0.13.6 |
2246 | 2024-08-26T23:31:47.173Z | Checking ctr v0.9.2 |
2247 | 2024-08-26T23:31:47.879Z | Checking cast v0.3.0 |
2248 | 2024-08-26T23:31:48.101Z | Checking yansi v0.5.1 |
2249 | 2024-08-26T23:31:48.217Z | Checking criterion-plot v0.5.0 |
2250 | 2024-08-26T23:31:48.403Z | Checking pretty_assertions v1.4.0 |
2251 | 2024-08-26T23:31:48.613Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2252 | 2024-08-26T23:31:48.698Z | Checking aes-gcm v0.10.3 |
2253 | 2024-08-26T23:31:48.926Z | Checking plotters v0.3.5 |
2254 | 2024-08-26T23:31:50.614Z | Checking ed25519 v2.2.3 |
2255 | 2024-08-26T23:31:50.931Z | Checking ssh-encoding v0.2.0 |
2256 | 2024-08-26T23:31:51.281Z | Checking tinytemplate v1.2.1 |
2257 | 2024-08-26T23:31:51.679Z | Checking blowfish v0.9.1 |
2258 | 2024-08-26T23:31:51.936Z | Checking oorandom v11.1.3 |
2259 | 2024-08-26T23:31:52.105Z | Checking anes v0.1.6 |
2260 | 2024-08-26T23:31:52.511Z | Checking option-ext v0.2.0 |
2261 | 2024-08-26T23:31:52.646Z | Checking dirs-sys v0.4.1 |
2262 | 2024-08-26T23:31:52.855Z | Checking criterion v0.5.1 |
2263 | 2024-08-26T23:31:55.606Z | Checking bcrypt-pbkdf v0.10.0 |
2264 | 2024-08-26T23:31:55.655Z | Checking ssh-cipher v0.2.0 |
2265 | 2024-08-26T23:31:55.853Z | Checking ed25519-dalek v2.1.1 |
2266 | 2024-08-26T23:31:55.921Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2267 | 2024-08-26T23:31:56.223Z | Checking password-hash v0.4.2 |
2268 | 2024-08-26T23:31:56.631Z | Checking hex-literal v0.4.1 |
2269 | 2024-08-26T23:31:56.771Z | Checking matches v0.1.10 |
2270 | 2024-08-26T23:31:56.875Z | Checking idna v0.2.3 |
2271 | 2024-08-26T23:31:57.260Z | Checking pbkdf2 v0.11.0 |
2272 | 2024-08-26T23:31:57.547Z | Checking ssh-key v0.6.6 |
2273 | 2024-08-26T23:31:57.655Z | Checking dirs v5.0.1 |
2274 | 2024-08-26T23:31:57.807Z | Checking p521 v0.13.3 |
2275 | 2024-08-26T23:31:57.889Z | Checking p256 v0.13.2 |
2276 | 2024-08-26T23:31:58.320Z | Checking p384 v0.13.0 |
2277 | 2024-08-26T23:31:59.237Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2278 | 2024-08-26T23:31:59.258Z | Checking russh-cryptovec v0.7.2 |
2279 | 2024-08-26T23:31:59.277Z | Compiling enum-as-inner v0.5.1 |
2280 | 2024-08-26T23:31:59.477Z | Compiling target-lexicon v0.12.16 |
2281 | 2024-08-26T23:32:00.083Z | Compiling doc-comment v0.3.3 |
2282 | 2024-08-26T23:32:00.388Z | Checking md5 v0.7.0 |
2283 | 2024-08-26T23:32:00.515Z | Checking trust-dns-proto v0.22.0 |
2284 | 2024-08-26T23:32:00.651Z | Checking russh-keys v0.44.0 |
2285 | 2024-08-26T23:32:00.814Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2286 | 2024-08-26T23:32:02.030Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2287 | 2024-08-26T23:32:02.533Z | Checking http-body v1.0.0 |
2288 | 2024-08-26T23:32:02.752Z | Checking num-bigint v0.4.5 |
2289 | 2024-08-26T23:32:02.902Z | Checking regex-automata v0.1.10 |
2290 | 2024-08-26T23:32:03.276Z | Checking tower-layer v0.3.2 |
2291 | 2024-08-26T23:32:03.507Z | Compiling dhcproto-macros v0.1.0 |
2292 | 2024-08-26T23:32:04.360Z | Compiling assert_cmd v2.0.16 |
2293 | 2024-08-26T23:32:04.458Z | Compiling guppy-workspace-hack v0.1.0 |
2294 | 2024-08-26T23:32:04.794Z | Checking dhcproto v0.12.0 |
2295 | 2024-08-26T23:32:04.848Z | Checking tower v0.4.13 |
2296 | 2024-08-26T23:32:05.243Z | Checking russh v0.44.1 |
2297 | 2024-08-26T23:32:05.611Z | Checking bstr v0.2.17 |
2298 | 2024-08-26T23:32:06.374Z | Checking hyper v1.3.1 |
2299 | 2024-08-26T23:32:06.986Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2300 | 2024-08-26T23:32:07.528Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2301 | 2024-08-26T23:32:07.578Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2302 | 2024-08-26T23:32:08.175Z | Compiling target-spec v3.2.1 |
2303 | 2024-08-26T23:32:08.450Z | Checking internet-checksum v0.2.1 |
2304 | 2024-08-26T23:32:09.233Z | Compiling samael v0.0.15 |
2305 | 2024-08-26T23:32:09.342Z | Checking hyper-util v0.1.3 |
2306 | 2024-08-26T23:32:09.364Z | Checking cfg-expr v0.16.0 |
2307 | 2024-08-26T23:32:10.400Z | Checking httptest v0.15.5 |
2308 | 2024-08-26T23:32:10.764Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2309 | 2024-08-26T23:32:10.906Z | Checking rustls-native-certs v0.7.0 |
2310 | 2024-08-26T23:32:11.093Z | Checking hyper-rustls v0.26.0 |
2311 | 2024-08-26T23:32:11.738Z | Checking pathdiff v0.2.1 |
2312 | 2024-08-26T23:32:11.881Z | Checking threadpool v1.8.1 |
2313 | 2024-08-26T23:32:12.092Z | Compiling toml_edit v0.21.1 |
2314 | 2024-08-26T23:32:12.895Z | Compiling rstest_macros v0.22.0 |
2315 | 2024-08-26T23:32:13.455Z | Checking escape8259 v0.5.2 |
2316 | 2024-08-26T23:32:13.648Z | Checking nested v0.1.1 |
2317 | 2024-08-26T23:32:13.855Z | Checking guppy v0.17.7 |
2318 | 2024-08-26T23:32:15.274Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2319 | 2024-08-26T23:32:15.980Z | Compiling proc-macro-crate v3.1.0 |
2320 | 2024-08-26T23:32:17.418Z | Checking libtest-mimic v0.7.3 |
2321 | 2024-08-26T23:32:18.001Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2322 | 2024-08-26T23:32:18.263Z | Checking similar-asserts v1.5.0 |
2323 | 2024-08-26T23:32:18.331Z | Checking fancy-regex v0.13.0 |
2324 | 2024-08-26T23:32:18.495Z | Compiling trybuild v1.0.99 |
2325 | 2024-08-26T23:32:18.949Z | Compiling relative-path v1.9.3 |
2326 | 2024-08-26T23:32:19.058Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2327 | 2024-08-26T23:32:19.085Z | Checking datatest-stable v0.2.9 |
2328 | 2024-08-26T23:32:19.362Z | Checking blake2b_simd v1.0.2 |
2329 | 2024-08-26T23:32:19.978Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2330 | 2024-08-26T23:32:20.386Z | Compiling git2 v0.19.0 |
2331 | 2024-08-26T23:32:20.426Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2332 | 2024-08-26T23:32:20.451Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2333 | 2024-08-26T23:32:20.754Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2334 | 2024-08-26T23:32:20.776Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2335 | 2024-08-26T23:32:21.098Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2336 | 2024-08-26T23:32:21.269Z | Checking serde_tokenstream v0.2.2 |
2337 | 2024-08-26T23:32:21.290Z | Checking uzers v0.11.3 |
2338 | 2024-08-26T23:32:21.630Z | Checking futures-timer v3.0.3 |
2339 | 2024-08-26T23:32:21.649Z | Checking indent_write v2.2.0 |
2340 | 2024-08-26T23:32:21.966Z | Checking rust-argon2 v2.1.0 |
2341 | 2024-08-26T23:32:22.387Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2342 | 2024-08-26T23:32:23.436Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2343 | 2024-08-26T23:32:24.065Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2344 | 2024-08-26T23:32:24.390Z | Checking rand_distr v0.4.3 |
2345 | 2024-08-26T23:32:24.840Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2346 | 2024-08-26T23:32:25.231Z | Checking multimap v0.10.0 |
2347 | 2024-08-26T23:32:25.545Z | Checking approx v0.5.1 |
2348 | 2024-08-26T23:32:25.824Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2349 | 2024-08-26T23:32:27.346Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2350 | 2024-08-26T23:32:28.290Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2351 | 2024-08-26T23:32:29.091Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2352 | 2024-08-26T23:32:29.230Z | Checking partial-io v0.5.4 |
2353 | 2024-08-26T23:32:29.279Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2354 | 2024-08-26T23:32:29.610Z | Checking cargo_toml v0.20.4 |
2355 | 2024-08-26T23:32:29.812Z | Checking termios v0.3.3 |
2356 | 2024-08-26T23:32:30.048Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2357 | 2024-08-26T23:32:30.174Z | Checking rstest v0.22.0 |
2358 | 2024-08-26T23:32:30.345Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2359 | 2024-08-26T23:32:31.619Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2360 | 2024-08-26T23:32:48.395Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2361 | 2024-08-26T23:32:57.541Z | Compiling polar-core v0.27.3 |
2362 | 2024-08-26T23:32:57.666Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2363 | 2024-08-26T23:33:08.284Z | Checking oso v0.27.3 |
2364 | 2024-08-26T23:33:17.938Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2365 | 2024-08-26T23:33:19.691Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2366 | 2024-08-26T23:33:20.194Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2367 | 2024-08-26T23:33:54.001Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2368 | 2024-08-26T23:33:54.001Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2369 | 2024-08-26T23:33:54.004Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2370 | 2024-08-26T23:35:18.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s |
2371 | 2024-08-26T23:35:19.286Z | |
2372 | 2024-08-26T23:35:19.289Z | real 6:27.662058800 |
2373 | 2024-08-26T23:35:19.289Z | user 35:05.913885735 |
2374 | 2024-08-26T23:35:19.289Z | sys 6:05.086415444 |
2375 | 2024-08-26T23:35:19.289Z | trap 0.942897445 |
2376 | 2024-08-26T23:35:19.289Z | tflt 2.547707309 |
2377 | 2024-08-26T23:35:19.289Z | dflt 0.591410480 |
2378 | 2024-08-26T23:35:19.289Z | kflt 0.002746020 |
2379 | 2024-08-26T23:35:19.289Z | lock 54:32.454929310 |
2380 | 2024-08-26T23:35:19.289Z | slp 2:04:26.659616507 |
2381 | 2024-08-26T23:35:19.289Z | lat 1:39.535964968 |
2382 | 2024-08-26T23:35:19.289Z | stop 5:37.517589223 |
2383 | 2024-08-26T23:35:19.289Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2384 | 2024-08-26T23:35:19.289Z | + ptime -m cargo doc --workspace --no-deps |
2385 | 2024-08-26T23:35:20.480Z | warning: output filename collision. |
2386 | 2024-08-26T23:35:20.480Z | 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)`. |
2387 | 2024-08-26T23:35:20.480Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2388 | 2024-08-26T23:35:20.480Z | The targets should have unique names. |
2389 | 2024-08-26T23:35:20.480Z | This is a known bug where multiple crates with the same name use |
2390 | 2024-08-26T23:35:20.480Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2391 | 2024-08-26T23:35:20.847Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2392 | 2024-08-26T23:35:20.907Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2393 | 2024-08-26T23:35:20.923Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2394 | 2024-08-26T23:35:20.957Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2395 | 2024-08-26T23:35:20.981Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2396 | 2024-08-26T23:35:21.009Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2397 | 2024-08-26T23:35:21.009Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2398 | 2024-08-26T23:35:21.233Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2399 | 2024-08-26T23:35:21.253Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2400 | 2024-08-26T23:35:21.286Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2401 | 2024-08-26T23:35:21.307Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2402 | 2024-08-26T23:35:21.322Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2403 | 2024-08-26T23:35:21.534Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2404 | 2024-08-26T23:35:21.567Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2405 | 2024-08-26T23:35:21.593Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2406 | 2024-08-26T23:35:22.035Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2407 | 2024-08-26T23:35:22.707Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2408 | 2024-08-26T23:35:25.583Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2409 | 2024-08-26T23:35:25.820Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2410 | 2024-08-26T23:35:26.083Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2411 | 2024-08-26T23:35:26.140Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2412 | 2024-08-26T23:35:26.462Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2413 | 2024-08-26T23:35:26.497Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2414 | 2024-08-26T23:35:26.799Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2415 | 2024-08-26T23:35:26.846Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2416 | 2024-08-26T23:35:26.978Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2417 | 2024-08-26T23:35:27.177Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2418 | 2024-08-26T23:35:27.371Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2419 | 2024-08-26T23:35:27.623Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2420 | 2024-08-26T23:35:27.674Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2421 | 2024-08-26T23:35:27.981Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2422 | 2024-08-26T23:35:28.381Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2423 | 2024-08-26T23:35:28.472Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2424 | 2024-08-26T23:35:28.775Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2425 | 2024-08-26T23:35:28.863Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2426 | 2024-08-26T23:35:29.182Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2427 | 2024-08-26T23:35:29.313Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2428 | 2024-08-26T23:35:29.554Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2429 | 2024-08-26T23:35:29.604Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2430 | 2024-08-26T23:35:30.034Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2431 | 2024-08-26T23:35:30.066Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2432 | 2024-08-26T23:35:30.181Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2433 | 2024-08-26T23:35:32.197Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2434 | 2024-08-26T23:35:34.291Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2435 | 2024-08-26T23:35:34.443Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2436 | 2024-08-26T23:35:35.009Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2437 | 2024-08-26T23:35:35.439Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2438 | 2024-08-26T23:35:36.456Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2439 | 2024-08-26T23:35:36.523Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2440 | 2024-08-26T23:35:36.950Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2441 | 2024-08-26T23:35:37.522Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2442 | 2024-08-26T23:35:38.438Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2443 | 2024-08-26T23:35:39.470Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2444 | 2024-08-26T23:35:39.688Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2445 | 2024-08-26T23:35:42.736Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2446 | 2024-08-26T23:35:44.003Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2447 | 2024-08-26T23:35:44.295Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2448 | 2024-08-26T23:35:44.347Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2449 | 2024-08-26T23:35:45.476Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2450 | 2024-08-26T23:35:46.300Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2451 | 2024-08-26T23:35:46.411Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2452 | 2024-08-26T23:35:46.946Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2453 | 2024-08-26T23:35:47.119Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2454 | 2024-08-26T23:35:47.138Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2455 | 2024-08-26T23:35:47.248Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2456 | 2024-08-26T23:35:48.093Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2457 | 2024-08-26T23:35:48.303Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2458 | 2024-08-26T23:35:48.427Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2459 | 2024-08-26T23:35:48.786Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2460 | 2024-08-26T23:35:49.026Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2461 | 2024-08-26T23:35:49.102Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2462 | 2024-08-26T23:35:49.375Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2463 | 2024-08-26T23:35:49.452Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2464 | 2024-08-26T23:35:49.540Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2465 | 2024-08-26T23:35:49.877Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2466 | 2024-08-26T23:35:50.103Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2467 | 2024-08-26T23:35:50.129Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2468 | 2024-08-26T23:35:50.520Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2469 | 2024-08-26T23:35:50.684Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2470 | 2024-08-26T23:35:50.960Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2471 | 2024-08-26T23:35:51.112Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2472 | 2024-08-26T23:35:51.368Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2473 | 2024-08-26T23:35:52.272Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2024-08-26T23:35:52.355Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2475 | 2024-08-26T23:35:52.906Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2476 | 2024-08-26T23:35:53.221Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2477 | 2024-08-26T23:35:53.364Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2478 | 2024-08-26T23:35:54.127Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2479 | 2024-08-26T23:35:54.324Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2480 | 2024-08-26T23:35:55.555Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-08-26T23:35:57.133Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2482 | 2024-08-26T23:35:57.290Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2483 | 2024-08-26T23:35:57.949Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2484 | 2024-08-26T23:35:59.736Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2485 | 2024-08-26T23:36:00.108Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2486 | 2024-08-26T23:36:00.969Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2487 | 2024-08-26T23:36:01.186Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2488 | 2024-08-26T23:36:01.644Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2489 | 2024-08-26T23:36:01.745Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2490 | 2024-08-26T23:36:03.217Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2491 | 2024-08-26T23:36:04.260Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2492 | 2024-08-26T23:36:08.732Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2493 | 2024-08-26T23:36:18.674Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2494 | 2024-08-26T23:36:20.026Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2495 | 2024-08-26T23:36:28.885Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2496 | 2024-08-26T23:36:55.427Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2497 | 2024-08-26T23:37:02.352Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2498 | 2024-08-26T23:37:03.582Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2499 | 2024-08-26T23:37:06.527Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2500 | 2024-08-26T23:37:09.455Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2501 | 2024-08-26T23:37:12.575Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2502 | 2024-08-26T23:37:16.773Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2503 | 2024-08-26T23:37:25.992Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2504 | 2024-08-26T23:37:29.475Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2505 | 2024-08-26T23:37:35.032Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2506 | 2024-08-26T23:37:39.087Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2507 | 2024-08-26T23:37:41.557Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2508 | 2024-08-26T23:37:43.579Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2509 | 2024-08-26T23:37:44.449Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2510 | 2024-08-26T23:37:45.932Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2511 | 2024-08-26T23:37:46.332Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2512 | 2024-08-26T23:37:57.379Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2513 | 2024-08-26T23:38:03.913Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2514 | 2024-08-26T23:38:08.001Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2515 | 2024-08-26T23:38:24.937Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2516 | 2024-08-26T23:38:27.845Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2517 | 2024-08-26T23:38:29.339Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2518 | 2024-08-26T23:38:46.615Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2519 | 2024-08-26T23:38:46.824Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2520 | 2024-08-26T23:38:51.013Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2521 | 2024-08-26T23:38:53.576Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2522 | 2024-08-26T23:38:56.382Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2523 | 2024-08-26T23:38:56.864Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2024-08-26T23:39:04.102Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2525 | 2024-08-26T23:39:04.139Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2526 | 2024-08-26T23:39:10.625Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2527 | 2024-08-26T23:39:10.959Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2528 | 2024-08-26T23:39:20.400Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2529 | 2024-08-26T23:39:23.671Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2530 | 2024-08-26T23:39:25.038Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2531 | 2024-08-26T23:39:30.167Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2532 | 2024-08-26T23:39:36.169Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2533 | 2024-08-26T23:39:37.863Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2534 | 2024-08-26T23:39:44.119Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2535 | 2024-08-26T23:39:48.663Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2536 | 2024-08-26T23:39:50.937Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2537 | 2024-08-26T23:39:57.750Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2538 | 2024-08-26T23:40:00.869Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2539 | 2024-08-26T23:40:01.389Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2540 | 2024-08-26T23:40:06.206Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2541 | 2024-08-26T23:40:09.826Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2542 | 2024-08-26T23:40:10.738Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2543 | 2024-08-26T23:40:13.527Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2544 | 2024-08-26T23:40:14.203Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2545 | 2024-08-26T23:40:15.452Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2546 | 2024-08-26T23:40:20.253Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2547 | 2024-08-26T23:40:24.508Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2548 | 2024-08-26T23:40:26.864Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2549 | 2024-08-26T23:40:28.572Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2550 | 2024-08-26T23:40:29.618Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2551 | 2024-08-26T23:40:32.059Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2552 | 2024-08-26T23:40:32.260Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2553 | 2024-08-26T23:40:36.204Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2554 | 2024-08-26T23:40:39.481Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2555 | 2024-08-26T23:40:40.413Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2556 | 2024-08-26T23:40:42.912Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2557 | 2024-08-26T23:40:45.274Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2558 | 2024-08-26T23:40:46.235Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2559 | 2024-08-26T23:40:50.062Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2560 | 2024-08-26T23:40:53.478Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2561 | 2024-08-26T23:40:54.815Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2562 | 2024-08-26T23:40:54.987Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2563 | 2024-08-26T23:40:56.876Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2564 | 2024-08-26T23:41:01.016Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2565 | 2024-08-26T23:41:02.299Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2566 | 2024-08-26T23:41:05.650Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2567 | 2024-08-26T23:41:09.588Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2568 | 2024-08-26T23:41:11.706Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2569 | 2024-08-26T23:41:13.080Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2570 | 2024-08-26T23:41:14.876Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2571 | 2024-08-26T23:41:15.226Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2572 | 2024-08-26T23:41:18.242Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2573 | 2024-08-26T23:41:20.322Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2574 | 2024-08-26T23:41:22.922Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2575 | 2024-08-26T23:41:23.440Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2576 | 2024-08-26T23:41:24.831Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2577 | 2024-08-26T23:41:25.679Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2578 | 2024-08-26T23:41:25.881Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2579 | 2024-08-26T23:41:28.203Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2580 | 2024-08-26T23:41:32.549Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2581 | 2024-08-26T23:41:32.830Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2582 | 2024-08-26T23:41:33.194Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2583 | 2024-08-26T23:41:35.502Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2584 | 2024-08-26T23:41:36.208Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2585 | 2024-08-26T23:41:36.226Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2586 | 2024-08-26T23:41:38.157Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2587 | 2024-08-26T23:41:39.950Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2588 | 2024-08-26T23:41:41.839Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2589 | 2024-08-26T23:41:42.077Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2590 | 2024-08-26T23:41:42.247Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2591 | 2024-08-26T23:41:44.675Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2592 | 2024-08-26T23:41:46.453Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2593 | 2024-08-26T23:41:46.473Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2594 | 2024-08-26T23:42:09.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s |
2595 | 2024-08-26T23:42:09.772Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 123 other files |
2596 | 2024-08-26T23:42:09.831Z | |
2597 | 2024-08-26T23:42:09.836Z | real 6:50.516351926 |
2598 | 2024-08-26T23:42:09.836Z | user 21:15.783548792 |
2599 | 2024-08-26T23:42:09.837Z | sys 30:21.264093235 |
2600 | 2024-08-26T23:42:09.837Z | trap 0.356503554 |
2601 | 2024-08-26T23:42:09.837Z | tflt 0.292797620 |
2602 | 2024-08-26T23:42:09.837Z | dflt 0.109305168 |
2603 | 2024-08-26T23:42:09.837Z | kflt 0.000239861 |
2604 | 2024-08-26T23:42:09.837Z | lock 1:05:59.885237686 |
2605 | 2024-08-26T23:42:09.837Z | slp 1:57:20.952982638 |
2606 | 2024-08-26T23:42:09.837Z | lat 1:05.249234117 |
2607 | 2024-08-26T23:42:09.837Z | stop 55.403313502 |
2608 | 2024-08-26T23:42:09.837Z | process exited: duration 1046880 ms, exit code 0 |
|
2609 | 2024-08-26T23:42:09.844Z | found 0 output files |