|
|
|
1 | 2024-10-15T21:05:51.359Z | job assigned to worker 01JA8ZZ7X4EMK3BA9CF90QWJTF (queued for 22 m 0 s) |
|
2 | 2024-10-15T21:05:59.333Z | starting task 0: "setup" |
3 | 2024-10-15T21:05:59.341Z | ++ uname -s |
4 | 2024-10-15T21:05:59.343Z | + kern=SunOS |
5 | 2024-10-15T21:05:59.343Z | + case "$kern" in |
6 | 2024-10-15T21:05:59.343Z | + groupadd -g 12345 build |
7 | 2024-10-15T21:05:59.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-15T21:06:01.356Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-15T21:06:01.486Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-15T21:06:01.489Z | + home_fs=zfs |
11 | 2024-10-15T21:06:01.489Z | + [[ zfs == autofs ]] |
12 | 2024-10-15T21:06:01.489Z | + mkdir -p /home/build |
13 | 2024-10-15T21:06:01.491Z | + chown build:build /home/build /work |
14 | 2024-10-15T21:06:03.491Z | + chmod 0700 /home/build /work |
15 | 2024-10-15T21:06:03.494Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2024-10-15T21:06:03.498Z | starting task 1: "rust-toolchain" |
17 | 2024-10-15T21:06:03.504Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-15T21:06:03.504Z | ' 1.80.1 |
19 | 2024-10-15T21:06:03.504Z | * toolchain channel = "1.80.1" |
20 | 2024-10-15T21:06:03.504Z | * toolchain profile = "default" |
21 | 2024-10-15T21:06:03.504Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-15T21:06:03.504Z | ' default |
23 | 2024-10-15T21:06:03.506Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-15T21:06:03.506Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-15T21:06:03.623Z | info: downloading installer |
26 | 2024-10-15T21:06:04.914Z | info: profile set to 'default' |
27 | 2024-10-15T21:06:04.914Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-15T21:06:04.916Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-15T21:06:05.042Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-15T21:06:05.042Z | info: downloading component 'cargo' |
31 | 2024-10-15T21:06:05.716Z | info: downloading component 'clippy' |
32 | 2024-10-15T21:06:05.954Z | info: downloading component 'rust-docs' |
33 | 2024-10-15T21:06:06.892Z | info: downloading component 'rust-std' |
34 | 2024-10-15T21:06:08.202Z | info: downloading component 'rustc' |
35 | 2024-10-15T21:06:11.808Z | info: downloading component 'rustfmt' |
36 | 2024-10-15T21:06:12.003Z | info: installing component 'cargo' |
37 | 2024-10-15T21:06:12.839Z | info: installing component 'clippy' |
38 | 2024-10-15T21:06:13.212Z | info: installing component 'rust-docs' |
39 | 2024-10-15T21:06:14.836Z | info: installing component 'rust-std' |
40 | 2024-10-15T21:06:16.487Z | info: installing component 'rustc' |
41 | 2024-10-15T21:06:20.704Z | info: installing component 'rustfmt' |
42 | 2024-10-15T21:06:21.044Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-15T21:06:21.044Z | |
44 | 2024-10-15T21:06:21.297Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-15T21:06:21.297Z | |
46 | 2024-10-15T21:06:21.299Z | |
47 | 2024-10-15T21:06:21.299Z | Rust is installed now. Great! |
48 | 2024-10-15T21:06:21.299Z | |
49 | 2024-10-15T21:06:21.299Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-15T21:06:21.299Z | environment variable. This has not been done automatically. |
51 | 2024-10-15T21:06:21.299Z | |
52 | 2024-10-15T21:06:21.299Z | To configure your current shell, you need to source |
53 | 2024-10-15T21:06:21.299Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-15T21:06:21.299Z | |
55 | 2024-10-15T21:06:21.300Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-15T21:06:21.300Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-15T21:06:21.300Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-15T21:06:21.355Z | + rustc --version |
59 | 2024-10-15T21:06:21.418Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-15T21:06:21.421Z | process exited: duration 17921 ms, exit code 0 |
|
61 | 2024-10-15T21:06:21.426Z | starting task 2: "authentication" |
62 | 2024-10-15T21:06:21.446Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-15T21:06:21.452Z | starting task 3: "clone repository" |
64 | 2024-10-15T21:06:21.457Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-15T21:06:21.459Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-15T21:06:21.740Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-15T21:06:28.466Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-15T21:06:28.466Z | + git fetch origin ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
69 | 2024-10-15T21:06:28.839Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-15T21:06:28.839Z | * branch ded7d759b7a7d21ff3ab98f18ca6a3d07431262a -> FETCH_HEAD |
71 | 2024-10-15T21:06:28.851Z | + [[ -n init-on-acquire ]] |
72 | 2024-10-15T21:06:28.854Z | ++ git branch --show-current |
73 | 2024-10-15T21:06:28.856Z | + current=main |
74 | 2024-10-15T21:06:28.856Z | + [[ main != init-on-acquire ]] |
75 | 2024-10-15T21:06:28.856Z | + git branch -f init-on-acquire ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
76 | 2024-10-15T21:06:28.859Z | + git checkout -f init-on-acquire |
77 | 2024-10-15T21:06:29.039Z | Switched to branch 'init-on-acquire' |
78 | 2024-10-15T21:06:29.053Z | + git reset --hard ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
79 | 2024-10-15T21:06:29.194Z | HEAD is now at ded7d759b Initialize timeseries database on qorb acquire |
80 | 2024-10-15T21:06:29.198Z | process exited: duration 7744 ms, exit code 0 |
|
81 | 2024-10-15T21:06:29.204Z | starting task 4: "build" |
82 | 2024-10-15T21:06:29.210Z | + cargo --version |
83 | 2024-10-15T21:06:29.265Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-15T21:06:29.267Z | + rustc --version |
85 | 2024-10-15T21:06:29.328Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-15T21:06:29.334Z | + WORK=/work |
87 | 2024-10-15T21:06:29.334Z | + pfexec mkdir -p /work |
88 | 2024-10-15T21:06:29.334Z | + pfexec chown build /work |
89 | 2024-10-15T21:06:29.341Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-10-15T21:06:38.789Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-10-15T21:06:42.365Z | Startup: Caching catalogs ... Done |
92 | 2024-10-15T21:06:48.182Z | Planning: Solver setup ... Done (4.962s) |
93 | 2024-10-15T21:06:48.258Z | Planning: Running solver ... Done (0.076s) |
94 | 2024-10-15T21:06:48.395Z | Planning: Finding local manifests ... Done (0.065s) |
95 | 2024-10-15T21:06:48.407Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-10-15T21:06:48.635Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-10-15T21:06:49.005Z | Planning: Package planning ... Done (0.341s) |
98 | 2024-10-15T21:06:49.048Z | Planning: Merging actions ... Done (0.055s) |
99 | 2024-10-15T21:06:50.226Z | Planning: Checking for conflicting actions ... Done (1.193s) |
100 | 2024-10-15T21:07:00.077Z | Planning: Consolidating action changes ... Done (9.851s) |
101 | 2024-10-15T21:07:00.542Z | Planning: Evaluating mediators ... Done (0.465s) |
102 | 2024-10-15T21:07:00.752Z | Planning: Planning completed in 18.30 seconds |
103 | 2024-10-15T21:07:01.233Z | Packages to install: 4 |
104 | 2024-10-15T21:07:01.233Z | Packages to update: 1 |
105 | 2024-10-15T21:07:01.233Z | Mediators to change: 2 |
106 | 2024-10-15T21:07:01.240Z | Services to change: 1 |
107 | 2024-10-15T21:07:01.240Z | Estimated space available: 155.71 GB |
108 | 2024-10-15T21:07:01.240Z | Estimated space to be consumed: 1.57 GB |
109 | 2024-10-15T21:07:01.240Z | Create boot environment: No |
110 | 2024-10-15T21:07:01.240Z | Create backup boot environment: Yes |
111 | 2024-10-15T21:07:01.240Z | Rebuild boot archive: No |
112 | 2024-10-15T21:07:01.240Z | |
113 | 2024-10-15T21:07:01.240Z | Changed mediators: |
114 | 2024-10-15T21:07:01.241Z | mediator clang: |
115 | 2024-10-15T21:07:01.241Z | version: None -> 15 (system default) |
116 | 2024-10-15T21:07:01.241Z | |
117 | 2024-10-15T21:07:01.241Z | mediator llvm: |
118 | 2024-10-15T21:07:01.241Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-10-15T21:07:01.241Z | |
120 | 2024-10-15T21:07:01.241Z | Changed packages: |
121 | 2024-10-15T21:07:01.241Z | helios-dev |
122 | 2024-10-15T21:07:01.241Z | developer/build-essential |
123 | 2024-10-15T21:07:01.241Z | None -> 11-2.0 |
124 | 2024-10-15T21:07:01.241Z | library/libxmlsec1 |
125 | 2024-10-15T21:07:01.241Z | None -> 1.2.35-2.0 |
126 | 2024-10-15T21:07:01.241Z | ooce/developer/clang-15 |
127 | 2024-10-15T21:07:01.241Z | None -> 15.0.7-2.0 |
128 | 2024-10-15T21:07:01.242Z | ooce/developer/llvm-15 |
129 | 2024-10-15T21:07:01.242Z | None -> 15.0.7-2.0 |
130 | 2024-10-15T21:07:01.242Z | package/pkg |
131 | 2024-10-15T21:07:01.242Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-10-15T21:07:01.242Z | |
133 | 2024-10-15T21:07:01.242Z | Services: |
134 | 2024-10-15T21:07:01.242Z | restart_fmri: |
135 | 2024-10-15T21:07:01.242Z | svc:/system/update-man-index:default |
136 | 2024-10-15T21:07:01.242Z | |
137 | 2024-10-15T21:07:01.242Z | Editable files to change: |
138 | 2024-10-15T21:07:01.243Z | Update: |
139 | 2024-10-15T21:07:01.243Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-10-15T21:07:01.852Z | |
141 | 2024-10-15T21:07:01.853Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-10-15T21:07:07.170Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (18.4M/s) |
143 | 2024-10-15T21:07:12.171Z | Download: 2968/4281 items 121.0/220.6MB 54% complete (12.1M/s) |
144 | 2024-10-15T21:07:17.172Z | Download: 4067/4281 items 219.6/220.6MB 99% complete (13.6M/s) |
145 | 2024-10-15T21:07:18.328Z | Download: Completed 220.60 MB in 16.47 seconds (13.4M/s) |
146 | 2024-10-15T21:07:21.112Z | Actions: 1/5063 actions (Removing old actions) |
147 | 2024-10-15T21:07:21.131Z | Actions: 194/5063 actions (Installing new actions) |
148 | 2024-10-15T21:07:26.199Z | Actions: 4077/5063 actions (Installing new actions) |
149 | 2024-10-15T21:07:27.522Z | Actions: 4226/5063 actions (Updating modified actions) |
150 | 2024-10-15T21:07:27.967Z | Actions: Completed 5063 actions in 6.85 seconds. |
151 | 2024-10-15T21:07:28.321Z | Done (0.346s) |
152 | 2024-10-15T21:07:28.323Z | Done (0.000s) |
153 | 2024-10-15T21:07:28.794Z | Done (0.470s) |
154 | 2024-10-15T21:07:36.418Z | Done (7.424s) |
155 | 2024-10-15T21:07:36.893Z | Done (0.397s) |
156 | 2024-10-15T21:07:36.895Z | Done (0.000s) |
157 | 2024-10-15T21:07:37.069Z | Done (0.000s) |
158 | 2024-10-15T21:07:37.734Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-10-15T21:07:37.899Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-10-15T21:07:37.906Z | Planning: Consolidating action changes ... Done |
161 | 2024-10-15T21:07:38.177Z | Planning: Evaluating mediators ... Done |
162 | 2024-10-15T21:07:38.182Z | Planning: Planning completed in 0.44 seconds |
163 | 2024-10-15T21:07:38.218Z | Mediators to change: 2 |
164 | 2024-10-15T21:07:38.218Z | Create boot environment: No |
165 | 2024-10-15T21:07:38.221Z | Create backup boot environment: No |
166 | 2024-10-15T21:07:38.392Z | Done |
167 | 2024-10-15T21:07:38.392Z | Done |
168 | 2024-10-15T21:07:38.628Z | Done |
169 | 2024-10-15T21:07:42.335Z | Done |
170 | 2024-10-15T21:07:42.430Z | Done |
171 | 2024-10-15T21:07:42.432Z | Done |
172 | 2024-10-15T21:07:42.540Z | Done |
173 | 2024-10-15T21:07:43.173Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-10-15T21:07:43.179Z | Planning: Merging actions ... Done |
175 | 2024-10-15T21:07:43.369Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-10-15T21:07:43.373Z | Planning: Consolidating action changes ... Done |
177 | 2024-10-15T21:07:43.638Z | Planning: Evaluating mediators ... Done |
178 | 2024-10-15T21:07:43.696Z | Planning: Planning completed in 0.78 seconds |
179 | 2024-10-15T21:07:43.735Z | Packages to change: 1 |
180 | 2024-10-15T21:07:43.735Z | Mediators to change: 1 |
181 | 2024-10-15T21:07:43.738Z | Services to change: 1 |
182 | 2024-10-15T21:07:43.738Z | Create boot environment: No |
183 | 2024-10-15T21:07:43.738Z | Create backup boot environment: Yes |
184 | 2024-10-15T21:07:45.961Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-10-15T21:07:46.042Z | Actions: Completed 6 actions in 0.08 seconds. |
186 | 2024-10-15T21:07:46.052Z | Done |
187 | 2024-10-15T21:07:46.052Z | Done |
188 | 2024-10-15T21:07:46.141Z | Done |
189 | 2024-10-15T21:07:49.801Z | Done |
190 | 2024-10-15T21:07:49.893Z | Done |
191 | 2024-10-15T21:07:49.896Z | Done |
192 | 2024-10-15T21:07:50.020Z | Done |
193 | 2024-10-15T21:07:50.477Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-10-15T21:07:50.477Z | clang system 15 system |
195 | 2024-10-15T21:07:50.477Z | csh system system illumos |
196 | 2024-10-15T21:07:50.477Z | ctags system system illumos |
197 | 2024-10-15T21:07:50.477Z | gcc vendor 12 vendor |
198 | 2024-10-15T21:07:50.477Z | gcc system 10 system |
199 | 2024-10-15T21:07:50.477Z | gcc system 7 system |
200 | 2024-10-15T21:07:50.477Z | go system 1.20 system |
201 | 2024-10-15T21:07:50.477Z | go system 1.19 system |
202 | 2024-10-15T21:07:50.477Z | llvm system 15 system |
203 | 2024-10-15T21:07:50.477Z | llvm system 14 system |
204 | 2024-10-15T21:07:50.477Z | mariadb system 10.6 system |
205 | 2024-10-15T21:07:50.477Z | mta vendor vendor dma |
206 | 2024-10-15T21:07:50.477Z | openjdk system 17 system |
207 | 2024-10-15T21:07:50.477Z | openjdk system 11 system |
208 | 2024-10-15T21:07:50.477Z | openjdk system 1.8 system |
209 | 2024-10-15T21:07:50.477Z | openssl vendor 3 vendor |
210 | 2024-10-15T21:07:50.477Z | perl system 5.36 system |
211 | 2024-10-15T21:07:50.477Z | postgresql system 15 system |
212 | 2024-10-15T21:07:50.477Z | postgresql system 13 system |
213 | 2024-10-15T21:07:50.477Z | python vendor 3 vendor |
214 | 2024-10-15T21:07:50.477Z | python system 2 system |
215 | 2024-10-15T21:07:50.477Z | python3 system 3.11 system |
216 | 2024-10-15T21:07:50.477Z | ruby system 3.0 system |
217 | 2024-10-15T21:07:50.477Z | words vendor vendor american-english |
218 | 2024-10-15T21:07:50.477Z | words system system australian-english |
219 | 2024-10-15T21:07:50.477Z | words system system british-english |
220 | 2024-10-15T21:07:50.478Z | words system system canadian-english |
221 | 2024-10-15T21:07:50.478Z | words system system french |
222 | 2024-10-15T21:07:50.478Z | words system system italian |
223 | 2024-10-15T21:07:50.478Z | words system system ngerman |
224 | 2024-10-15T21:07:50.478Z | words system system ogerman |
225 | 2024-10-15T21:07:50.478Z | words system system spanish |
226 | 2024-10-15T21:07:50.821Z | PUBLISHER TYPE STATUS P LOCATION |
227 | 2024-10-15T21:07:50.821Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
228 | 2024-10-15T21:07:53.031Z | FMRI IFO |
229 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
234 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
236 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
237 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
240 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-10-15T21:07:53.031Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-10-15T21:07:53.729Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
243 | 2024-10-15T21:07:54.024Z | Updating crates.io index |
244 | 2024-10-15T21:07:54.084Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
245 | 2024-10-15T21:07:54.823Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
246 | 2024-10-15T21:07:55.083Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
247 | 2024-10-15T21:07:55.384Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
248 | 2024-10-15T21:07:55.671Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
249 | 2024-10-15T21:07:56.470Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
250 | 2024-10-15T21:07:58.764Z | Updating git repository `https://github.com/oxidecomputer/opte` |
251 | 2024-10-15T21:07:59.692Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
252 | 2024-10-15T21:08:00.438Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-10-15T21:08:00.702Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-10-15T21:08:01.105Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-10-15T21:08:01.916Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
256 | 2024-10-15T21:08:02.236Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
257 | 2024-10-15T21:08:02.517Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
258 | 2024-10-15T21:08:02.838Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
259 | 2024-10-15T21:08:03.261Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
260 | 2024-10-15T21:08:03.549Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
261 | 2024-10-15T21:08:03.796Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
262 | 2024-10-15T21:08:04.047Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
263 | 2024-10-15T21:08:04.368Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
264 | 2024-10-15T21:08:04.688Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
265 | 2024-10-15T21:08:05.162Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
266 | 2024-10-15T21:08:05.529Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
267 | 2024-10-15T21:08:05.952Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-10-15T21:08:06.404Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-10-15T21:08:06.676Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
270 | 2024-10-15T21:08:07.015Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
271 | 2024-10-15T21:08:07.527Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-10-15T21:08:07.799Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-10-15T21:08:08.130Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-10-15T21:08:09.330Z | Downloading crates ... |
275 | 2024-10-15T21:08:09.399Z | Downloaded cfg-if v1.0.0 |
276 | 2024-10-15T21:08:09.405Z | Downloaded block-buffer v0.10.4 |
277 | 2024-10-15T21:08:09.405Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-10-15T21:08:09.405Z | Downloaded anstyle v1.0.8 |
279 | 2024-10-15T21:08:09.409Z | Downloaded cargo_metadata v0.18.1 |
280 | 2024-10-15T21:08:09.409Z | Downloaded byteorder v1.5.0 |
281 | 2024-10-15T21:08:09.417Z | Downloaded dtrace-parser v0.2.0 |
282 | 2024-10-15T21:08:09.443Z | Downloaded equivalent v1.0.1 |
283 | 2024-10-15T21:08:09.443Z | Downloaded scroll_derive v0.12.0 |
284 | 2024-10-15T21:08:09.457Z | Downloaded usdt-attr-macro v0.5.0 |
285 | 2024-10-15T21:08:09.457Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-10-15T21:08:09.457Z | Downloaded autocfg v1.3.0 |
287 | 2024-10-15T21:08:09.457Z | Downloaded heck v0.4.1 |
288 | 2024-10-15T21:08:09.457Z | Downloaded thiserror-impl v1.0.64 |
289 | 2024-10-15T21:08:09.457Z | Downloaded strsim v0.11.1 |
290 | 2024-10-15T21:08:09.457Z | Downloaded cpufeatures v0.2.12 |
291 | 2024-10-15T21:08:09.464Z | Downloaded fs-err v2.11.0 |
292 | 2024-10-15T21:08:09.464Z | Downloaded fastrand v2.1.0 |
293 | 2024-10-15T21:08:09.464Z | Downloaded clap_lex v0.7.0 |
294 | 2024-10-15T21:08:09.465Z | Downloaded plain v0.2.3 |
295 | 2024-10-15T21:08:09.465Z | Downloaded version_check v0.9.5 |
296 | 2024-10-15T21:08:09.488Z | Downloaded digest v0.10.7 |
297 | 2024-10-15T21:08:09.493Z | Downloaded bytecount v0.6.8 |
298 | 2024-10-15T21:08:09.493Z | Downloaded pest_generator v2.7.10 |
299 | 2024-10-15T21:08:09.493Z | Downloaded proc-macro-error v1.0.4 |
300 | 2024-10-15T21:08:09.494Z | Downloaded once_cell v1.19.0 |
301 | 2024-10-15T21:08:09.499Z | Downloaded tempfile v3.10.1 |
302 | 2024-10-15T21:08:09.499Z | Downloaded sha2 v0.10.8 |
303 | 2024-10-15T21:08:09.499Z | Downloaded camino-tempfile v1.1.1 |
304 | 2024-10-15T21:08:09.508Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-10-15T21:08:09.508Z | Downloaded anstyle-parse v0.2.4 |
306 | 2024-10-15T21:08:09.508Z | Downloaded anstream v0.6.14 |
307 | 2024-10-15T21:08:09.513Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-10-15T21:08:09.515Z | Downloaded cargo-platform v0.1.8 |
309 | 2024-10-15T21:08:09.515Z | Downloaded heck v0.5.0 |
310 | 2024-10-15T21:08:09.515Z | Downloaded errno v0.3.9 |
311 | 2024-10-15T21:08:09.518Z | Downloaded swrite v0.1.0 |
312 | 2024-10-15T21:08:09.520Z | Downloaded colorchoice v1.0.1 |
313 | 2024-10-15T21:08:09.527Z | Downloaded cargo_toml v0.20.5 |
314 | 2024-10-15T21:08:09.530Z | Downloaded camino v1.1.9 |
315 | 2024-10-15T21:08:09.534Z | Downloaded unicode-ident v1.0.13 |
316 | 2024-10-15T21:08:09.537Z | Downloaded ryu v1.0.18 |
317 | 2024-10-15T21:08:09.541Z | Downloaded proc-macro2 v1.0.86 |
318 | 2024-10-15T21:08:09.543Z | Downloaded toml v0.8.19 |
319 | 2024-10-15T21:08:09.546Z | Downloaded generic-array v0.14.7 |
320 | 2024-10-15T21:08:09.549Z | Downloaded macaddr v1.0.1 |
321 | 2024-10-15T21:08:09.551Z | Downloaded usdt v0.5.0 |
322 | 2024-10-15T21:08:09.551Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-10-15T21:08:09.551Z | Downloaded itoa v1.0.11 |
324 | 2024-10-15T21:08:09.555Z | Downloaded dof v0.3.0 |
325 | 2024-10-15T21:08:09.555Z | Downloaded anyhow v1.0.89 |
326 | 2024-10-15T21:08:09.558Z | Downloaded fnv v1.0.7 |
327 | 2024-10-15T21:08:09.558Z | Downloaded utf8parse v0.2.1 |
328 | 2024-10-15T21:08:09.562Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-10-15T21:08:09.563Z | Downloaded thread-id v4.2.1 |
330 | 2024-10-15T21:08:09.563Z | Downloaded scroll v0.12.0 |
331 | 2024-10-15T21:08:09.563Z | Downloaded clap v4.5.18 |
332 | 2024-10-15T21:08:09.571Z | Downloaded bitflags v2.6.0 |
333 | 2024-10-15T21:08:09.574Z | Downloaded clap_derive v4.5.18 |
334 | 2024-10-15T21:08:09.577Z | Downloaded log v0.4.22 |
335 | 2024-10-15T21:08:09.582Z | Downloaded thiserror v1.0.64 |
336 | 2024-10-15T21:08:09.585Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2024-10-15T21:08:09.585Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-10-15T21:08:09.588Z | Downloaded semver v1.0.23 |
339 | 2024-10-15T21:08:09.591Z | Downloaded ucd-trie v0.1.6 |
340 | 2024-10-15T21:08:09.593Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-10-15T21:08:09.595Z | Downloaded textwrap v0.16.1 |
342 | 2024-10-15T21:08:09.598Z | Downloaded quote v1.0.37 |
343 | 2024-10-15T21:08:09.600Z | Downloaded serde v1.0.210 |
344 | 2024-10-15T21:08:09.603Z | Downloaded indexmap v2.5.0 |
345 | 2024-10-15T21:08:09.606Z | Downloaded pest_derive v2.7.10 |
346 | 2024-10-15T21:08:09.613Z | Downloaded smawk v0.3.2 |
347 | 2024-10-15T21:08:09.614Z | Downloaded pest_meta v2.7.10 |
348 | 2024-10-15T21:08:09.626Z | Downloaded papergrid v0.11.0 |
349 | 2024-10-15T21:08:09.626Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2024-10-15T21:08:09.626Z | Downloaded memchr v2.7.2 |
351 | 2024-10-15T21:08:09.632Z | Downloaded clap_builder v4.5.18 |
352 | 2024-10-15T21:08:09.632Z | Downloaded serde_derive v1.0.210 |
353 | 2024-10-15T21:08:09.636Z | Downloaded terminal_size v0.3.0 |
354 | 2024-10-15T21:08:09.636Z | Downloaded serde_spanned v0.6.7 |
355 | 2024-10-15T21:08:09.636Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2024-10-15T21:08:09.639Z | Downloaded memmap v0.7.0 |
357 | 2024-10-15T21:08:09.639Z | Downloaded crypto-common v0.1.6 |
358 | 2024-10-15T21:08:09.639Z | Downloaded typenum v1.17.0 |
359 | 2024-10-15T21:08:09.643Z | Downloaded toml_edit v0.22.22 |
360 | 2024-10-15T21:08:09.672Z | Downloaded pest v2.7.10 |
361 | 2024-10-15T21:08:09.678Z | Downloaded zerocopy v0.7.34 |
362 | 2024-10-15T21:08:09.697Z | Downloaded serde_json v1.0.128 |
363 | 2024-10-15T21:08:09.704Z | Downloaded hashbrown v0.14.5 |
364 | 2024-10-15T21:08:09.709Z | Downloaded goblin v0.8.2 |
365 | 2024-10-15T21:08:09.715Z | Downloaded winnow v0.6.18 |
366 | 2024-10-15T21:08:09.724Z | Downloaded tabled v0.15.0 |
367 | 2024-10-15T21:08:09.740Z | Downloaded syn v1.0.109 |
368 | 2024-10-15T21:08:09.751Z | Downloaded syn v2.0.79 |
369 | 2024-10-15T21:08:09.769Z | Downloaded rustix v0.38.34 |
370 | 2024-10-15T21:08:09.796Z | Downloaded unicode-width v0.1.13 |
371 | 2024-10-15T21:08:09.805Z | Downloaded libc v0.2.159 |
372 | 2024-10-15T21:08:10.109Z | Compiling proc-macro2 v1.0.86 |
373 | 2024-10-15T21:08:10.113Z | Compiling unicode-ident v1.0.13 |
374 | 2024-10-15T21:08:10.113Z | Compiling serde v1.0.210 |
375 | 2024-10-15T21:08:10.113Z | Compiling version_check v0.9.5 |
376 | 2024-10-15T21:08:10.113Z | Compiling memchr v2.7.2 |
377 | 2024-10-15T21:08:10.113Z | Compiling thiserror v1.0.64 |
378 | 2024-10-15T21:08:10.113Z | Compiling libc v0.2.159 |
379 | 2024-10-15T21:08:10.145Z | Compiling itoa v1.0.11 |
380 | 2024-10-15T21:08:10.430Z | Compiling ucd-trie v0.1.6 |
381 | 2024-10-15T21:08:10.940Z | Compiling ryu v1.0.18 |
382 | 2024-10-15T21:08:10.959Z | Compiling once_cell v1.19.0 |
383 | 2024-10-15T21:08:11.255Z | Compiling byteorder v1.5.0 |
384 | 2024-10-15T21:08:11.514Z | Compiling serde_json v1.0.128 |
385 | 2024-10-15T21:08:12.304Z | Compiling rustix v0.38.34 |
386 | 2024-10-15T21:08:12.462Z | Compiling bitflags v2.6.0 |
387 | 2024-10-15T21:08:12.485Z | Compiling proc-macro-error-attr v1.0.4 |
388 | 2024-10-15T21:08:12.593Z | Compiling usdt-impl v0.5.0 |
389 | 2024-10-15T21:08:12.824Z | Compiling syn v1.0.109 |
390 | 2024-10-15T21:08:12.850Z | Compiling proc-macro-error v1.0.4 |
391 | 2024-10-15T21:08:12.917Z | Compiling hashbrown v0.14.5 |
392 | 2024-10-15T21:08:13.079Z | Compiling log v0.4.22 |
393 | 2024-10-15T21:08:13.129Z | Compiling utf8parse v0.2.1 |
394 | 2024-10-15T21:08:13.155Z | Compiling camino v1.1.9 |
395 | 2024-10-15T21:08:13.261Z | Compiling thread-id v4.2.1 |
396 | 2024-10-15T21:08:13.292Z | Compiling plain v0.2.3 |
397 | 2024-10-15T21:08:13.379Z | Compiling quote v1.0.37 |
398 | 2024-10-15T21:08:13.449Z | Compiling equivalent v1.0.1 |
399 | 2024-10-15T21:08:13.449Z | Compiling anstyle-parse v0.2.4 |
400 | 2024-10-15T21:08:13.707Z | Compiling errno v0.3.9 |
401 | 2024-10-15T21:08:13.790Z | Compiling syn v2.0.79 |
402 | 2024-10-15T21:08:13.939Z | Compiling autocfg v1.3.0 |
403 | 2024-10-15T21:08:13.995Z | Compiling pretty-hex v0.4.1 |
404 | 2024-10-15T21:08:14.105Z | Compiling winnow v0.6.18 |
405 | 2024-10-15T21:08:14.203Z | Compiling indexmap v2.5.0 |
406 | 2024-10-15T21:08:14.272Z | Compiling anstyle-query v1.0.3 |
407 | 2024-10-15T21:08:14.411Z | Compiling unicode-width v0.1.13 |
408 | 2024-10-15T21:08:14.648Z | Compiling is_terminal_polyfill v1.70.0 |
409 | 2024-10-15T21:08:14.779Z | Compiling anstyle v1.0.8 |
410 | 2024-10-15T21:08:14.899Z | Compiling semver v1.0.23 |
411 | 2024-10-15T21:08:15.285Z | Compiling colorchoice v1.0.1 |
412 | 2024-10-15T21:08:15.451Z | Compiling anstream v0.6.14 |
413 | 2024-10-15T21:08:15.568Z | Compiling fs-err v2.11.0 |
414 | 2024-10-15T21:08:15.757Z | Compiling anyhow v1.0.89 |
415 | 2024-10-15T21:08:15.782Z | Compiling fnv v1.0.7 |
416 | 2024-10-15T21:08:15.864Z | Compiling bytecount v0.6.8 |
417 | 2024-10-15T21:08:15.917Z | Compiling heck v0.5.0 |
418 | 2024-10-15T21:08:16.081Z | Compiling terminal_size v0.3.0 |
419 | 2024-10-15T21:08:16.171Z | Compiling heck v0.4.1 |
420 | 2024-10-15T21:08:16.266Z | Compiling clap_lex v0.7.0 |
421 | 2024-10-15T21:08:16.385Z | Compiling cfg-if v1.0.0 |
422 | 2024-10-15T21:08:16.458Z | Compiling fastrand v2.1.0 |
423 | 2024-10-15T21:08:16.489Z | Compiling strsim v0.11.1 |
424 | 2024-10-15T21:08:16.707Z | Compiling papergrid v0.11.0 |
425 | 2024-10-15T21:08:16.837Z | Compiling clap_builder v4.5.18 |
426 | 2024-10-15T21:08:17.007Z | Compiling tempfile v3.10.1 |
427 | 2024-10-15T21:08:17.528Z | Compiling memmap v0.7.0 |
428 | 2024-10-15T21:08:17.597Z | Compiling smawk v0.3.2 |
429 | 2024-10-15T21:08:17.825Z | Compiling unicode-linebreak v0.1.5 |
430 | 2024-10-15T21:08:17.903Z | Compiling swrite v0.1.0 |
431 | 2024-10-15T21:08:18.228Z | Compiling textwrap v0.16.1 |
432 | 2024-10-15T21:08:19.454Z | Compiling tabled_derive v0.7.0 |
433 | 2024-10-15T21:08:21.008Z | Compiling tabled v0.15.0 |
434 | 2024-10-15T21:08:22.512Z | Compiling serde_derive v1.0.210 |
435 | 2024-10-15T21:08:22.512Z | Compiling thiserror-impl v1.0.64 |
436 | 2024-10-15T21:08:22.514Z | Compiling zerocopy-derive v0.7.34 |
437 | 2024-10-15T21:08:22.514Z | Compiling scroll_derive v0.12.0 |
438 | 2024-10-15T21:08:22.515Z | Compiling clap_derive v4.5.18 |
439 | 2024-10-15T21:08:23.635Z | Compiling scroll v0.12.0 |
440 | 2024-10-15T21:08:24.160Z | Compiling zerocopy v0.7.34 |
441 | 2024-10-15T21:08:24.188Z | Compiling goblin v0.8.2 |
442 | 2024-10-15T21:08:25.143Z | Compiling pest v2.7.10 |
443 | 2024-10-15T21:08:26.550Z | Compiling clap v4.5.18 |
444 | 2024-10-15T21:08:27.365Z | Compiling pest_meta v2.7.10 |
445 | 2024-10-15T21:08:28.227Z | Compiling pest_generator v2.7.10 |
446 | 2024-10-15T21:08:29.885Z | Compiling pest_derive v2.7.10 |
447 | 2024-10-15T21:08:30.616Z | Compiling dtrace-parser v0.2.0 |
448 | 2024-10-15T21:08:32.655Z | Compiling toml_datetime v0.6.8 |
449 | 2024-10-15T21:08:32.655Z | Compiling serde_spanned v0.6.7 |
450 | 2024-10-15T21:08:32.659Z | Compiling cargo-platform v0.1.8 |
451 | 2024-10-15T21:08:33.073Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-10-15T21:08:33.196Z | Compiling toml_edit v0.22.22 |
453 | 2024-10-15T21:08:33.220Z | Compiling macaddr v1.0.1 |
454 | 2024-10-15T21:08:33.343Z | Compiling camino-tempfile v1.1.1 |
455 | 2024-10-15T21:08:34.097Z | Compiling dof v0.3.0 |
456 | 2024-10-15T21:08:34.097Z | Compiling cargo_metadata v0.18.1 |
457 | 2024-10-15T21:08:36.050Z | Compiling toml v0.8.19 |
458 | 2024-10-15T21:08:36.172Z | Compiling usdt-macro v0.5.0 |
459 | 2024-10-15T21:08:36.173Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-10-15T21:08:36.884Z | Compiling cargo_toml v0.20.5 |
461 | 2024-10-15T21:08:37.683Z | Compiling usdt v0.5.0 |
462 | 2024-10-15T21:08:42.368Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
463 | 2024-10-15T21:08:45.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.61s |
464 | 2024-10-15T21:08:45.376Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
465 | 2024-10-15T21:08:45.590Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
466 | 2024-10-15T21:08:45.966Z | Downloading crates ... |
467 | 2024-10-15T21:08:46.114Z | Downloaded allocator-api2 v0.2.18 |
468 | 2024-10-15T21:08:46.118Z | Downloaded ahash v0.8.11 |
469 | 2024-10-15T21:08:46.121Z | Downloaded atty v0.2.14 |
470 | 2024-10-15T21:08:46.124Z | Downloaded crunchy v0.2.2 |
471 | 2024-10-15T21:08:46.129Z | Downloaded adler v1.0.2 |
472 | 2024-10-15T21:08:46.136Z | Downloaded aead v0.5.2 |
473 | 2024-10-15T21:08:46.142Z | Downloaded hubpack_derive v0.1.1 |
474 | 2024-10-15T21:08:46.145Z | Downloaded cfg_aliases v0.2.1 |
475 | 2024-10-15T21:08:46.148Z | Downloaded buf-list v1.0.3 |
476 | 2024-10-15T21:08:46.148Z | Downloaded ciborium-ll v0.2.2 |
477 | 2024-10-15T21:08:46.150Z | Downloaded atomic-waker v1.1.2 |
478 | 2024-10-15T21:08:46.150Z | Downloaded ascii-canvas v3.0.0 |
479 | 2024-10-15T21:08:46.153Z | Downloaded cexpr v0.6.0 |
480 | 2024-10-15T21:08:46.155Z | Downloaded bit-vec v0.6.3 |
481 | 2024-10-15T21:08:46.155Z | Downloaded cassowary v0.3.0 |
482 | 2024-10-15T21:08:46.158Z | Downloaded ident_case v1.0.1 |
483 | 2024-10-15T21:08:46.166Z | Downloaded md5 v0.7.0 |
484 | 2024-10-15T21:08:46.169Z | Downloaded match_cfg v0.1.0 |
485 | 2024-10-15T21:08:46.169Z | Downloaded crossbeam-deque v0.8.5 |
486 | 2024-10-15T21:08:46.169Z | Downloaded block-padding v0.3.3 |
487 | 2024-10-15T21:08:46.169Z | Downloaded highway v1.2.0 |
488 | 2024-10-15T21:08:46.169Z | Downloaded bitfield-struct v0.6.1 |
489 | 2024-10-15T21:08:46.171Z | Downloaded cbc v0.1.2 |
490 | 2024-10-15T21:08:46.171Z | Downloaded data-encoding v2.6.0 |
491 | 2024-10-15T21:08:46.174Z | Downloaded instant v0.1.12 |
492 | 2024-10-15T21:08:46.174Z | Downloaded arrayvec v0.7.4 |
493 | 2024-10-15T21:08:46.176Z | Downloaded bcrypt-pbkdf v0.10.0 |
494 | 2024-10-15T21:08:46.178Z | Downloaded array-init v0.0.4 |
495 | 2024-10-15T21:08:46.183Z | Downloaded http-body v0.4.6 |
496 | 2024-10-15T21:08:46.186Z | Downloaded hyper-tls v0.6.0 |
497 | 2024-10-15T21:08:46.186Z | Downloaded httpdate v1.0.3 |
498 | 2024-10-15T21:08:46.186Z | Downloaded hostname v0.3.1 |
499 | 2024-10-15T21:08:46.188Z | Downloaded console v0.15.8 |
500 | 2024-10-15T21:08:46.190Z | Downloaded new_debug_unreachable v1.0.6 |
501 | 2024-10-15T21:08:46.193Z | Downloaded inout v0.1.3 |
502 | 2024-10-15T21:08:46.193Z | Downloaded crc32fast v1.4.0 |
503 | 2024-10-15T21:08:46.196Z | Downloaded impl-trait-for-tuples v0.2.2 |
504 | 2024-10-15T21:08:46.199Z | Downloaded ctr v0.9.2 |
505 | 2024-10-15T21:08:46.201Z | Downloaded mime v0.3.17 |
506 | 2024-10-15T21:08:46.203Z | Downloaded linear-map v1.2.0 |
507 | 2024-10-15T21:08:46.205Z | Downloaded crossbeam-utils v0.8.19 |
508 | 2024-10-15T21:08:46.210Z | Downloaded libefi-sys v0.1.0 |
509 | 2024-10-15T21:08:46.210Z | Downloaded maybe-uninit v2.0.0 |
510 | 2024-10-15T21:08:46.213Z | Downloaded nanorand v0.7.0 |
511 | 2024-10-15T21:08:46.215Z | Downloaded const_format_proc_macros v0.2.33 |
512 | 2024-10-15T21:08:46.218Z | Downloaded ciborium v0.2.2 |
513 | 2024-10-15T21:08:46.221Z | Downloaded keccak v0.1.5 |
514 | 2024-10-15T21:08:46.223Z | Downloaded hyper-rustls v0.27.3 |
515 | 2024-10-15T21:08:46.226Z | Downloaded lru-cache v0.1.2 |
516 | 2024-10-15T21:08:46.228Z | Downloaded ciborium-io v0.2.2 |
517 | 2024-10-15T21:08:46.228Z | Downloaded iana-time-zone v0.1.60 |
518 | 2024-10-15T21:08:46.232Z | Downloaded lazy_static v1.5.0 |
519 | 2024-10-15T21:08:46.235Z | Downloaded nibble_vec v0.1.0 |
520 | 2024-10-15T21:08:46.235Z | Downloaded multer v3.1.0 |
521 | 2024-10-15T21:08:46.238Z | Downloaded ipnet v2.10.0 |
522 | 2024-10-15T21:08:46.241Z | Downloaded http-body v1.0.0 |
523 | 2024-10-15T21:08:46.243Z | Downloaded arrayref v0.3.7 |
524 | 2024-10-15T21:08:46.244Z | Downloaded darling_macro v0.20.9 |
525 | 2024-10-15T21:08:46.247Z | Downloaded serde-big-array v0.5.1 |
526 | 2024-10-15T21:08:46.249Z | Downloaded is-terminal v0.4.12 |
527 | 2024-10-15T21:08:46.249Z | Downloaded libloading v0.8.3 |
528 | 2024-10-15T21:08:46.251Z | Downloaded memmap2 v0.9.4 |
529 | 2024-10-15T21:08:46.254Z | Downloaded cookie v0.18.1 |
530 | 2024-10-15T21:08:46.256Z | Downloaded bb8 v0.8.5 |
531 | 2024-10-15T21:08:46.260Z | Downloaded chacha20 v0.9.1 |
532 | 2024-10-15T21:08:46.263Z | Downloaded semver v0.1.20 |
533 | 2024-10-15T21:08:46.263Z | Downloaded chacha20poly1305 v0.10.1 |
534 | 2024-10-15T21:08:46.265Z | Downloaded darling_core v0.20.9 |
535 | 2024-10-15T21:08:46.269Z | Downloaded lock_api v0.4.12 |
536 | 2024-10-15T21:08:46.272Z | Downloaded matches v0.1.10 |
537 | 2024-10-15T21:08:46.299Z | Downloaded cipher v0.4.4 |
538 | 2024-10-15T21:08:46.299Z | Downloaded newline-converter v0.3.0 |
539 | 2024-10-15T21:08:46.299Z | Downloaded newtype_derive v0.1.6 |
540 | 2024-10-15T21:08:46.299Z | Downloaded blowfish v0.9.1 |
541 | 2024-10-15T21:08:46.299Z | Downloaded kstat-rs v0.2.4 |
542 | 2024-10-15T21:08:46.299Z | Downloaded crc v3.2.1 |
543 | 2024-10-15T21:08:46.299Z | Downloaded castaway v0.2.3 |
544 | 2024-10-15T21:08:46.299Z | Downloaded convert_case v0.4.0 |
545 | 2024-10-15T21:08:46.299Z | Downloaded http-range v0.1.5 |
546 | 2024-10-15T21:08:46.299Z | Downloaded stable_deref_trait v1.2.0 |
547 | 2024-10-15T21:08:46.299Z | Downloaded is_ci v1.2.0 |
548 | 2024-10-15T21:08:46.299Z | Downloaded instability v0.3.2 |
549 | 2024-10-15T21:08:46.299Z | Downloaded hostname v0.4.0 |
550 | 2024-10-15T21:08:46.299Z | Downloaded argon2 v0.5.3 |
551 | 2024-10-15T21:08:46.302Z | Downloaded lalrpop-util v0.19.12 |
552 | 2024-10-15T21:08:46.302Z | Downloaded constant_time_eq v0.3.0 |
553 | 2024-10-15T21:08:46.302Z | Downloaded cobs v0.2.3 |
554 | 2024-10-15T21:08:46.302Z | Downloaded shlex v1.3.0 |
555 | 2024-10-15T21:08:46.306Z | Downloaded normalize-line-endings v0.3.0 |
556 | 2024-10-15T21:08:46.306Z | Downloaded foreign-types-macros v0.2.3 |
557 | 2024-10-15T21:08:46.306Z | Downloaded hubpack v0.1.2 |
558 | 2024-10-15T21:08:46.308Z | Downloaded foreign-types v0.5.0 |
559 | 2024-10-15T21:08:46.309Z | Downloaded humantime v2.1.0 |
560 | 2024-10-15T21:08:46.311Z | Downloaded downcast v0.11.0 |
561 | 2024-10-15T21:08:46.311Z | Downloaded slog-bunyan v2.5.0 |
562 | 2024-10-15T21:08:46.314Z | Downloaded signal-hook-mio v0.2.4 |
563 | 2024-10-15T21:08:46.314Z | Downloaded secrecy v0.8.0 |
564 | 2024-10-15T21:08:46.317Z | Downloaded schemars_derive v0.8.21 |
565 | 2024-10-15T21:08:46.319Z | Downloaded rustls-pemfile v1.0.4 |
566 | 2024-10-15T21:08:46.321Z | Downloaded const_format v0.2.33 |
567 | 2024-10-15T21:08:46.324Z | Downloaded backtrace v0.3.71 |
568 | 2024-10-15T21:08:46.330Z | Downloaded bitfield v0.14.0 |
569 | 2024-10-15T21:08:46.332Z | Downloaded newtype-uuid v1.1.0 |
570 | 2024-10-15T21:08:46.334Z | Downloaded maplit v1.0.2 |
571 | 2024-10-15T21:08:46.337Z | Downloaded opaque-debug v0.3.1 |
572 | 2024-10-15T21:08:46.337Z | Downloaded mockall v0.13.0 |
573 | 2024-10-15T21:08:46.340Z | Downloaded foreign-types-shared v0.3.1 |
574 | 2024-10-15T21:08:46.340Z | Downloaded bcs v0.1.6 |
575 | 2024-10-15T21:08:46.342Z | Downloaded headers-core v0.3.0 |
576 | 2024-10-15T21:08:46.342Z | Downloaded xz2 v0.1.7 |
577 | 2024-10-15T21:08:46.345Z | Downloaded parse-size v1.0.0 |
578 | 2024-10-15T21:08:46.348Z | Downloaded openssl-macros v0.1.1 |
579 | 2024-10-15T21:08:46.348Z | Downloaded untrusted v0.9.0 |
580 | 2024-10-15T21:08:46.350Z | Downloaded darling v0.20.9 |
581 | 2024-10-15T21:08:46.353Z | Downloaded foreign-types-shared v0.1.1 |
582 | 2024-10-15T21:08:46.355Z | Downloaded progenitor-client v0.8.0 |
583 | 2024-10-15T21:08:46.355Z | Downloaded memoffset v0.9.1 |
584 | 2024-10-15T21:08:46.357Z | Downloaded md-5 v0.10.6 |
585 | 2024-10-15T21:08:46.360Z | Downloaded lru v0.12.3 |
586 | 2024-10-15T21:08:46.360Z | Downloaded lazycell v1.3.0 |
587 | 2024-10-15T21:08:46.362Z | Downloaded gethostname v0.5.0 |
588 | 2024-10-15T21:08:46.365Z | Downloaded hyper-staticfile v0.10.1 |
589 | 2024-10-15T21:08:46.367Z | Downloaded fallible-iterator v0.3.0 |
590 | 2024-10-15T21:08:46.370Z | Downloaded time-macros v0.2.18 |
591 | 2024-10-15T21:08:46.373Z | Downloaded tokio-rustls v0.24.1 |
592 | 2024-10-15T21:08:46.373Z | Downloaded blake2 v0.10.6 |
593 | 2024-10-15T21:08:46.376Z | Downloaded spin v0.5.2 |
594 | 2024-10-15T21:08:46.378Z | Downloaded slog-term v2.9.1 |
595 | 2024-10-15T21:08:46.381Z | Downloaded miniz_oxide v0.8.0 |
596 | 2024-10-15T21:08:46.383Z | Downloaded typify v0.2.0 |
597 | 2024-10-15T21:08:46.386Z | Downloaded indicatif v0.17.8 |
598 | 2024-10-15T21:08:46.390Z | Downloaded toolchain_find v0.4.0 |
599 | 2024-10-15T21:08:46.393Z | Downloaded pem-rfc7468 v0.7.0 |
600 | 2024-10-15T21:08:46.395Z | Downloaded utf-8 v0.7.6 |
601 | 2024-10-15T21:08:46.397Z | Downloaded parse-display-derive v0.10.0 |
602 | 2024-10-15T21:08:46.399Z | Downloaded yasna v0.5.2 |
603 | 2024-10-15T21:08:46.401Z | Downloaded xattr v1.3.1 |
604 | 2024-10-15T21:08:46.404Z | Downloaded rpassword v7.3.1 |
605 | 2024-10-15T21:08:46.406Z | Downloaded rand_chacha v0.3.1 |
606 | 2024-10-15T21:08:46.406Z | Downloaded fallible-streaming-iterator v0.1.9 |
607 | 2024-10-15T21:08:46.408Z | Downloaded progenitor v0.8.0 |
608 | 2024-10-15T21:08:46.411Z | Downloaded dhcproto-macros v0.1.0 |
609 | 2024-10-15T21:08:46.411Z | Downloaded siphasher v0.3.11 |
610 | 2024-10-15T21:08:46.413Z | Downloaded jobserver v0.1.32 |
611 | 2024-10-15T21:08:46.415Z | Downloaded strum v0.26.3 |
612 | 2024-10-15T21:08:46.415Z | Downloaded signal-hook v0.3.17 |
613 | 2024-10-15T21:08:46.418Z | Downloaded ghash v0.5.1 |
614 | 2024-10-15T21:08:46.421Z | Downloaded serde_urlencoded v0.7.1 |
615 | 2024-10-15T21:08:46.424Z | Downloaded rustc_version v0.4.0 |
616 | 2024-10-15T21:08:46.426Z | Downloaded smf v0.2.3 |
617 | 2024-10-15T21:08:46.426Z | Downloaded num_enum v0.5.11 |
618 | 2024-10-15T21:08:46.431Z | Downloaded tokio-rustls v0.26.0 |
619 | 2024-10-15T21:08:46.434Z | Downloaded unicode-xid v0.2.4 |
620 | 2024-10-15T21:08:46.446Z | Downloaded smallvec v0.6.14 |
621 | 2024-10-15T21:08:46.449Z | Downloaded zone v0.3.0 |
622 | 2024-10-15T21:08:46.451Z | Downloaded rustc-hash v2.0.0 |
623 | 2024-10-15T21:08:46.453Z | Downloaded sec1 v0.7.3 |
624 | 2024-10-15T21:08:46.455Z | Downloaded base64 v0.22.1 |
625 | 2024-10-15T21:08:46.459Z | Downloaded powerfmt v0.2.0 |
626 | 2024-10-15T21:08:46.461Z | Downloaded rustc-demangle v0.1.24 |
627 | 2024-10-15T21:08:46.463Z | Downloaded tokio-tungstenite v0.21.0 |
628 | 2024-10-15T21:08:46.466Z | Downloaded endian-type v0.1.2 |
629 | 2024-10-15T21:08:46.468Z | Downloaded rand_core v0.6.4 |
630 | 2024-10-15T21:08:46.470Z | Downloaded num-traits v0.2.19 |
631 | 2024-10-15T21:08:46.472Z | Downloaded zeroize v1.8.1 |
632 | 2024-10-15T21:08:46.475Z | Downloaded tinyvec_macros v0.1.1 |
633 | 2024-10-15T21:08:46.475Z | Downloaded slab v0.4.9 |
634 | 2024-10-15T21:08:46.477Z | Downloaded rustfmt-wrapper v0.2.1 |
635 | 2024-10-15T21:08:46.479Z | Downloaded want v0.3.1 |
636 | 2024-10-15T21:08:46.479Z | Downloaded unarray v0.1.4 |
637 | 2024-10-15T21:08:46.482Z | Downloaded indexmap v1.9.3 |
638 | 2024-10-15T21:08:46.486Z | Downloaded packed_struct_codegen v0.10.1 |
639 | 2024-10-15T21:08:46.488Z | Downloaded ed25519 v2.2.3 |
640 | 2024-10-15T21:08:46.488Z | Downloaded dyn-clone v1.0.17 |
641 | 2024-10-15T21:08:46.490Z | Downloaded packed_struct v0.10.1 |
642 | 2024-10-15T21:08:46.493Z | Downloaded strum_macros v0.25.3 |
643 | 2024-10-15T21:08:46.495Z | Downloaded dsl_auto_type v0.1.2 |
644 | 2024-10-15T21:08:46.497Z | Downloaded mio v1.0.2 |
645 | 2024-10-15T21:08:46.502Z | Downloaded minimal-lexical v0.2.1 |
646 | 2024-10-15T21:08:46.507Z | Downloaded waitgroup v0.1.2 |
647 | 2024-10-15T21:08:46.510Z | Downloaded vte_generate_state_changes v0.1.1 |
648 | 2024-10-15T21:08:46.510Z | Downloaded crossterm v0.28.1 |
649 | 2024-10-15T21:08:46.515Z | Downloaded mockall_derive v0.13.0 |
650 | 2024-10-15T21:08:46.518Z | Downloaded static_assertions v1.1.0 |
651 | 2024-10-15T21:08:46.520Z | Downloaded fd-lock v4.0.2 |
652 | 2024-10-15T21:08:46.522Z | Downloaded sync_wrapper v1.0.1 |
653 | 2024-10-15T21:08:46.525Z | Downloaded slog-json v2.6.1 |
654 | 2024-10-15T21:08:46.525Z | Downloaded globset v0.4.14 |
655 | 2024-10-15T21:08:46.527Z | Downloaded phf_shared v0.10.0 |
656 | 2024-10-15T21:08:46.530Z | Downloaded tokio-macros v2.4.0 |
657 | 2024-10-15T21:08:46.530Z | Downloaded termios v0.3.3 |
658 | 2024-10-15T21:08:46.532Z | Downloaded termcolor v1.4.1 |
659 | 2024-10-15T21:08:46.533Z | Downloaded pin-project v1.1.5 |
660 | 2024-10-15T21:08:46.544Z | Downloaded enum-as-inner v0.6.0 |
661 | 2024-10-15T21:08:46.547Z | Downloaded diesel_table_macro_syntax v0.2.0 |
662 | 2024-10-15T21:08:46.547Z | Downloaded serde-hex v0.1.0 |
663 | 2024-10-15T21:08:46.558Z | Downloaded dropshot_endpoint v0.10.1 |
664 | 2024-10-15T21:08:46.558Z | Downloaded rustls-pemfile v2.1.3 |
665 | 2024-10-15T21:08:46.563Z | Downloaded percent-encoding v2.3.1 |
666 | 2024-10-15T21:08:46.563Z | Downloaded take_mut v0.2.2 |
667 | 2024-10-15T21:08:46.563Z | Downloaded sqlparser_derive v0.2.2 |
668 | 2024-10-15T21:08:46.563Z | Downloaded num_enum_derive v0.5.11 |
669 | 2024-10-15T21:08:46.563Z | Downloaded wait-timeout v0.2.0 |
670 | 2024-10-15T21:08:46.563Z | Downloaded tokio-native-tls v0.3.1 |
671 | 2024-10-15T21:08:46.563Z | Downloaded miniz_oxide v0.7.2 |
672 | 2024-10-15T21:08:46.565Z | Downloaded serde_derive_internals v0.29.1 |
673 | 2024-10-15T21:08:46.565Z | Downloaded ecdsa v0.16.9 |
674 | 2024-10-15T21:08:46.567Z | Downloaded aes-gcm v0.10.3 |
675 | 2024-10-15T21:08:46.570Z | Downloaded phf_shared v0.11.2 |
676 | 2024-10-15T21:08:46.572Z | Downloaded slog-scope v4.4.0 |
677 | 2024-10-15T21:08:46.575Z | Downloaded peg-runtime v0.8.3 |
678 | 2024-10-15T21:08:46.575Z | Downloaded phf v0.11.2 |
679 | 2024-10-15T21:08:46.577Z | Downloaded pem v3.0.4 |
680 | 2024-10-15T21:08:46.577Z | Downloaded slog-stdlog v4.1.1 |
681 | 2024-10-15T21:08:46.579Z | Downloaded whoami v1.5.2 |
682 | 2024-10-15T21:08:46.582Z | Downloaded x509-cert v0.2.5 |
683 | 2024-10-15T21:08:46.587Z | Downloaded scopeguard v1.2.0 |
684 | 2024-10-15T21:08:46.589Z | Downloaded unicode-bidi v0.3.15 |
685 | 2024-10-15T21:08:46.592Z | Downloaded quinn v0.11.5 |
686 | 2024-10-15T21:08:46.595Z | Downloaded rfc6979 v0.4.0 |
687 | 2024-10-15T21:08:46.597Z | Downloaded env_logger v0.10.2 |
688 | 2024-10-15T21:08:46.599Z | Downloaded untrusted v0.7.1 |
689 | 2024-10-15T21:08:46.603Z | Downloaded which v4.4.2 |
690 | 2024-10-15T21:08:46.605Z | Downloaded tar v0.4.42 |
691 | 2024-10-15T21:08:46.607Z | Downloaded env_logger v0.11.5 |
692 | 2024-10-15T21:08:46.609Z | Downloaded dropshot_endpoint v0.12.0 |
693 | 2024-10-15T21:08:46.612Z | Downloaded termtree v0.4.1 |
694 | 2024-10-15T21:08:46.614Z | Downloaded foreign-types v0.3.2 |
695 | 2024-10-15T21:08:46.614Z | Downloaded nom v7.1.3 |
696 | 2024-10-15T21:08:46.619Z | Downloaded twox-hash v1.6.3 |
697 | 2024-10-15T21:08:46.621Z | Downloaded tabwriter v1.4.0 |
698 | 2024-10-15T21:08:46.623Z | Downloaded defmt-parser v0.3.4 |
699 | 2024-10-15T21:08:46.626Z | Downloaded sync_wrapper v0.1.2 |
700 | 2024-10-15T21:08:46.626Z | Downloaded tower-service v0.3.2 |
701 | 2024-10-15T21:08:46.626Z | Downloaded tap v1.0.1 |
702 | 2024-10-15T21:08:46.628Z | Downloaded elliptic-curve v0.13.8 |
703 | 2024-10-15T21:08:46.631Z | Downloaded crossterm v0.27.0 |
704 | 2024-10-15T21:08:46.638Z | Downloaded num v0.4.3 |
705 | 2024-10-15T21:08:46.640Z | Downloaded oso-derive v0.27.3 |
706 | 2024-10-15T21:08:46.643Z | Downloaded olpc-cjson v0.1.3 |
707 | 2024-10-15T21:08:46.643Z | Downloaded hex v0.4.3 |
708 | 2024-10-15T21:08:46.643Z | Downloaded heck v0.3.3 |
709 | 2024-10-15T21:08:46.645Z | Downloaded path-slash v0.1.5 |
710 | 2024-10-15T21:08:46.647Z | Downloaded russh v0.45.0 |
711 | 2024-10-15T21:08:46.651Z | Downloaded pin-utils v0.1.0 |
712 | 2024-10-15T21:08:46.654Z | Downloaded pkg-config v0.3.30 |
713 | 2024-10-15T21:08:46.657Z | Downloaded ssh-key v0.6.6 |
714 | 2024-10-15T21:08:46.661Z | Downloaded form_urlencoded v1.2.1 |
715 | 2024-10-15T21:08:46.664Z | Downloaded pretty-hex v0.2.1 |
716 | 2024-10-15T21:08:46.666Z | Downloaded display-error-chain v0.2.1 |
717 | 2024-10-15T21:08:46.666Z | Downloaded precomputed-hash v0.1.1 |
718 | 2024-10-15T21:08:46.666Z | Downloaded hickory-server v0.24.1 |
719 | 2024-10-15T21:08:46.671Z | Downloaded fatfs v0.3.6 |
720 | 2024-10-15T21:08:46.674Z | Downloaded sqlformat v0.2.6 |
721 | 2024-10-15T21:08:46.676Z | Downloaded serde_plain v1.0.2 |
722 | 2024-10-15T21:08:46.678Z | Downloaded openssl-probe v0.1.5 |
723 | 2024-10-15T21:08:46.681Z | Downloaded tinyvec v1.6.0 |
724 | 2024-10-15T21:08:46.683Z | Downloaded similar v2.6.0 |
725 | 2024-10-15T21:08:46.687Z | Downloaded derive_builder v0.20.0 |
726 | 2024-10-15T21:08:46.692Z | Downloaded filetime v0.2.25 |
727 | 2024-10-15T21:08:46.694Z | Downloaded fragile v2.0.0 |
728 | 2024-10-15T21:08:46.696Z | Downloaded typify-macro v0.2.0 |
729 | 2024-10-15T21:08:46.699Z | Downloaded der v0.7.9 |
730 | 2024-10-15T21:08:46.702Z | Downloaded ff v0.13.0 |
731 | 2024-10-15T21:08:46.704Z | Downloaded zeroize_derive v1.4.2 |
732 | 2024-10-15T21:08:46.707Z | Downloaded primeorder v0.13.6 |
733 | 2024-10-15T21:08:46.707Z | Downloaded serde_with_macros v3.9.0 |
734 | 2024-10-15T21:08:46.709Z | Downloaded wyz v0.5.1 |
735 | 2024-10-15T21:08:46.712Z | Downloaded postcard v1.0.8 |
736 | 2024-10-15T21:08:46.714Z | Downloaded r2d2 v0.8.10 |
737 | 2024-10-15T21:08:46.716Z | Downloaded postgres-protocol v0.6.7 |
738 | 2024-10-15T21:08:46.719Z | Downloaded quinn-udp v0.5.5 |
739 | 2024-10-15T21:08:46.719Z | Downloaded zone_cfg_derive v0.1.2 |
740 | 2024-10-15T21:08:46.721Z | Downloaded salsa20 v0.10.2 |
741 | 2024-10-15T21:08:46.721Z | Downloaded structmeta v0.2.0 |
742 | 2024-10-15T21:08:46.723Z | Downloaded ref-cast v1.0.23 |
743 | 2024-10-15T21:08:46.726Z | Downloaded russh-cryptovec v0.7.2 |
744 | 2024-10-15T21:08:46.726Z | Downloaded derive_builder_macro v0.20.0 |
745 | 2024-10-15T21:08:46.728Z | Downloaded term v0.7.0 |
746 | 2024-10-15T21:08:46.730Z | Downloaded derive-where v1.2.7 |
747 | 2024-10-15T21:08:46.734Z | Downloaded float-cmp v0.9.0 |
748 | 2024-10-15T21:08:46.736Z | Downloaded pin-project-lite v0.2.14 |
749 | 2024-10-15T21:08:46.741Z | Downloaded password-hash v0.5.0 |
750 | 2024-10-15T21:08:46.743Z | Downloaded dirs-sys-next v0.1.2 |
751 | 2024-10-15T21:08:46.745Z | Downloaded dirs-next v2.0.0 |
752 | 2024-10-15T21:08:46.747Z | Downloaded parking_lot_core v0.9.10 |
753 | 2024-10-15T21:08:46.750Z | Downloaded toml_edit v0.19.15 |
754 | 2024-10-15T21:08:46.765Z | Downloaded predicates-core v1.0.6 |
755 | 2024-10-15T21:08:46.768Z | Downloaded paste v1.0.15 |
756 | 2024-10-15T21:08:46.770Z | Downloaded half v2.4.1 |
757 | 2024-10-15T21:08:46.773Z | Downloaded libxml v0.3.3 |
758 | 2024-10-15T21:08:46.779Z | Downloaded num-conv v0.1.0 |
759 | 2024-10-15T21:08:46.781Z | Downloaded tui-tree-widget v0.22.0 |
760 | 2024-10-15T21:08:46.784Z | Downloaded sigpipe v0.1.3 |
761 | 2024-10-15T21:08:46.784Z | Downloaded snafu-derive v0.8.2 |
762 | 2024-10-15T21:08:46.787Z | Downloaded num-iter v0.1.45 |
763 | 2024-10-15T21:08:46.787Z | Downloaded derive_builder_core v0.20.0 |
764 | 2024-10-15T21:08:46.789Z | Downloaded fixedbitset v0.4.2 |
765 | 2024-10-15T21:08:46.791Z | Downloaded steno v0.4.1 |
766 | 2024-10-15T21:08:46.794Z | Downloaded unicode-segmentation v1.11.0 |
767 | 2024-10-15T21:08:46.798Z | Downloaded defmt-macros v0.3.9 |
768 | 2024-10-15T21:08:46.801Z | Downloaded mio v0.8.11 |
769 | 2024-10-15T21:08:46.807Z | Downloaded ed25519-dalek v2.1.1 |
770 | 2024-10-15T21:08:46.810Z | Downloaded omicron-zone-package v0.11.1 |
771 | 2024-10-15T21:08:46.816Z | Downloaded reqwest v0.12.7 |
772 | 2024-10-15T21:08:46.822Z | Downloaded fxhash v0.2.1 |
773 | 2024-10-15T21:08:46.825Z | Downloaded slog-dtrace v0.3.0 |
774 | 2024-10-15T21:08:46.826Z | Downloaded number_prefix v0.4.0 |
775 | 2024-10-15T21:08:46.829Z | Downloaded time-core v0.1.2 |
776 | 2024-10-15T21:08:46.829Z | Downloaded predicates v3.1.2 |
777 | 2024-10-15T21:08:46.831Z | Downloaded itertools v0.13.0 |
778 | 2024-10-15T21:08:46.837Z | Downloaded bitvec v1.0.1 |
779 | 2024-10-15T21:08:46.853Z | Downloaded proc-macro-crate v1.3.1 |
780 | 2024-10-15T21:08:46.855Z | Downloaded num_threads v0.1.7 |
781 | 2024-10-15T21:08:46.857Z | Downloaded signature v2.2.0 |
782 | 2024-10-15T21:08:46.857Z | Downloaded toml v0.7.8 |
783 | 2024-10-15T21:08:46.860Z | Downloaded uzers v0.11.3 |
784 | 2024-10-15T21:08:46.862Z | Downloaded zip v0.6.6 |
785 | 2024-10-15T21:08:46.866Z | Downloaded uuid v1.10.0 |
786 | 2024-10-15T21:08:46.869Z | Downloaded rayon v1.10.0 |
787 | 2024-10-15T21:08:46.879Z | Downloaded unsafe-libyaml v0.2.11 |
788 | 2024-10-15T21:08:46.883Z | Downloaded rcgen v0.12.1 |
789 | 2024-10-15T21:08:46.886Z | Downloaded rand_seeder v0.3.0 |
790 | 2024-10-15T21:08:46.888Z | Downloaded hex-literal v0.4.1 |
791 | 2024-10-15T21:08:46.890Z | Downloaded thread_local v1.1.8 |
792 | 2024-10-15T21:08:46.890Z | Downloaded shell-words v1.1.0 |
793 | 2024-10-15T21:08:46.892Z | Downloaded futures-core v0.3.30 |
794 | 2024-10-15T21:08:46.892Z | Downloaded tracing-attributes v0.1.27 |
795 | 2024-10-15T21:08:46.895Z | Downloaded schemars v0.8.21 |
796 | 2024-10-15T21:08:46.906Z | Downloaded nu-ansi-term v0.50.0 |
797 | 2024-10-15T21:08:46.909Z | Downloaded thiserror-impl-no-std v2.0.2 |
798 | 2024-10-15T21:08:46.911Z | Downloaded vergen v8.3.2 |
799 | 2024-10-15T21:08:46.914Z | Downloaded hashlink v0.9.1 |
800 | 2024-10-15T21:08:46.916Z | Downloaded quick-error v1.2.3 |
801 | 2024-10-15T21:08:46.918Z | Downloaded glob v0.3.1 |
802 | 2024-10-15T21:08:46.918Z | Downloaded value-bag v1.9.0 |
803 | 2024-10-15T21:08:46.921Z | Downloaded pkcs5 v0.7.1 |
804 | 2024-10-15T21:08:46.927Z | Downloaded diesel_derives v2.2.2 |
805 | 2024-10-15T21:08:46.929Z | Downloaded zone_cfg_derive v0.3.0 |
806 | 2024-10-15T21:08:46.932Z | Downloaded defmt v0.3.8 |
807 | 2024-10-15T21:08:46.934Z | Downloaded try-lock v0.2.5 |
808 | 2024-10-15T21:08:46.936Z | Downloaded pbkdf2 v0.12.2 |
809 | 2024-10-15T21:08:46.937Z | Downloaded pbkdf2 v0.11.0 |
810 | 2024-10-15T21:08:46.939Z | Downloaded peg v0.8.4 |
811 | 2024-10-15T21:08:46.942Z | Downloaded strip-ansi-escapes v0.2.0 |
812 | 2024-10-15T21:08:46.945Z | Downloaded tokio-tungstenite v0.23.1 |
813 | 2024-10-15T21:08:46.947Z | Downloaded sha1 v0.10.6 |
814 | 2024-10-15T21:08:46.949Z | Downloaded rusty-fork v0.3.0 |
815 | 2024-10-15T21:08:46.949Z | Downloaded itertools v0.12.1 |
816 | 2024-10-15T21:08:46.956Z | Downloaded radium v0.7.0 |
817 | 2024-10-15T21:08:46.959Z | Downloaded futures-sink v0.3.30 |
818 | 2024-10-15T21:08:46.959Z | Downloaded universal-hash v0.5.1 |
819 | 2024-10-15T21:08:46.963Z | Downloaded owo-colors v4.1.0 |
820 | 2024-10-15T21:08:46.966Z | Downloaded des v0.8.1 |
821 | 2024-10-15T21:08:46.966Z | Downloaded num-bigint v0.4.5 |
822 | 2024-10-15T21:08:46.969Z | Downloaded portable-atomic v1.6.0 |
823 | 2024-10-15T21:08:46.976Z | Downloaded flume v0.11.0 |
824 | 2024-10-15T21:08:46.979Z | Downloaded hash32 v0.3.1 |
825 | 2024-10-15T21:08:46.982Z | Downloaded signal-hook-registry v1.4.2 |
826 | 2024-10-15T21:08:46.982Z | Downloaded hyper v0.14.30 |
827 | 2024-10-15T21:08:46.990Z | Downloaded snafu v0.8.2 |
828 | 2024-10-15T21:08:46.996Z | Downloaded pkcs8 v0.10.2 |
829 | 2024-10-15T21:08:46.998Z | Downloaded futures-io v0.3.30 |
830 | 2024-10-15T21:08:47.001Z | Downloaded parking_lot v0.11.2 |
831 | 2024-10-15T21:08:47.004Z | Downloaded vsss-rs v3.3.4 |
832 | 2024-10-15T21:08:47.007Z | Downloaded hickory-resolver v0.24.1 |
833 | 2024-10-15T21:08:47.009Z | Downloaded funty v2.0.0 |
834 | 2024-10-15T21:08:47.012Z | Downloaded float-ord v0.3.2 |
835 | 2024-10-15T21:08:47.012Z | Downloaded prettyplease v0.2.22 |
836 | 2024-10-15T21:08:47.016Z | Downloaded tracing-core v0.1.32 |
837 | 2024-10-15T21:08:47.019Z | Downloaded same-file v1.0.6 |
838 | 2024-10-15T21:08:47.019Z | Downloaded heapless v0.8.0 |
839 | 2024-10-15T21:08:47.023Z | Downloaded ron v0.7.1 |
840 | 2024-10-15T21:08:47.028Z | Downloaded futures-macro v0.3.30 |
841 | 2024-10-15T21:08:47.030Z | Downloaded publicsuffix v2.2.3 |
842 | 2024-10-15T21:08:47.033Z | Downloaded rayon-core v1.12.1 |
843 | 2024-10-15T21:08:47.035Z | Downloaded parking_lot_core v0.8.6 |
844 | 2024-10-15T21:08:47.038Z | Downloaded chrono v0.4.38 |
845 | 2024-10-15T21:08:47.045Z | Downloaded ssh-cipher v0.2.0 |
846 | 2024-10-15T21:08:47.048Z | Downloaded spin v0.9.8 |
847 | 2024-10-15T21:08:47.051Z | Downloaded parking_lot v0.12.2 |
848 | 2024-10-15T21:08:47.051Z | Downloaded typed-path v0.7.1 |
849 | 2024-10-15T21:08:47.057Z | Downloaded vte v0.11.1 |
850 | 2024-10-15T21:08:47.059Z | Downloaded hashbrown v0.12.3 |
851 | 2024-10-15T21:08:47.065Z | Downloaded proptest v1.5.0 |
852 | 2024-10-15T21:08:47.073Z | Downloaded oso v0.27.3 |
853 | 2024-10-15T21:08:47.077Z | Downloaded hashbrown v0.13.2 |
854 | 2024-10-15T21:08:47.081Z | Downloaded p256 v0.13.2 |
855 | 2024-10-15T21:08:47.087Z | Downloaded tungstenite v0.21.0 |
856 | 2024-10-15T21:08:47.087Z | Downloaded derive_more v0.99.18 |
857 | 2024-10-15T21:08:47.093Z | Downloaded rustls v0.21.12 |
858 | 2024-10-15T21:08:47.104Z | Downloaded serde_yaml v0.9.34+deprecated |
859 | 2024-10-15T21:08:47.108Z | Downloaded futures v0.3.30 |
860 | 2024-10-15T21:08:47.112Z | Downloaded tokio-util v0.7.12 |
861 | 2024-10-15T21:08:47.119Z | Downloaded reqwest v0.11.27 |
862 | 2024-10-15T21:08:47.127Z | Downloaded reedline v0.33.0 |
863 | 2024-10-15T21:08:47.135Z | Downloaded salty v0.3.0 |
864 | 2024-10-15T21:08:47.142Z | Downloaded p384 v0.13.0 |
865 | 2024-10-15T21:08:47.149Z | Downloaded lalrpop v0.19.12 |
866 | 2024-10-15T21:08:47.160Z | Downloaded serde_with v3.9.0 |
867 | 2024-10-15T21:08:47.175Z | Downloaded rusqlite v0.32.1 |
868 | 2024-10-15T21:08:47.179Z | Downloaded unicode_categories v0.1.1 |
869 | 2024-10-15T21:08:47.179Z | Downloaded webpki-roots v0.26.3 |
870 | 2024-10-15T21:08:47.182Z | Downloaded regex-syntax v0.6.29 |
871 | 2024-10-15T21:08:47.189Z | Downloaded rustls-webpki v0.102.4 |
872 | 2024-10-15T21:08:47.207Z | Downloaded flate2 v1.0.34 |
873 | 2024-10-15T21:08:47.212Z | Downloaded rustls v0.22.4 |
874 | 2024-10-15T21:08:47.226Z | Downloaded bstr v1.9.1 |
875 | 2024-10-15T21:08:47.237Z | Downloaded futures-util v0.3.30 |
876 | 2024-10-15T21:08:47.249Z | Downloaded h2 v0.3.26 |
877 | 2024-10-15T21:08:47.255Z | Downloaded rsa v0.9.6 |
878 | 2024-10-15T21:08:47.260Z | Downloaded regress v0.10.1 |
879 | 2024-10-15T21:08:47.270Z | Downloaded object v0.30.4 |
880 | 2024-10-15T21:08:47.280Z | Downloaded openapiv3 v2.0.0 |
881 | 2024-10-15T21:08:47.292Z | Downloaded smoltcp v0.11.0 |
882 | 2024-10-15T21:08:47.305Z | Downloaded ratatui v0.28.0 |
883 | 2024-10-15T21:08:47.325Z | Downloaded diesel v2.2.4 |
884 | 2024-10-15T21:08:47.345Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
885 | 2024-10-15T21:08:47.357Z | Downloaded rustyline v14.0.0 |
886 | 2024-10-15T21:08:47.362Z | Downloaded winnow v0.5.40 |
887 | 2024-10-15T21:08:47.371Z | Downloaded csv v1.3.0 |
888 | 2024-10-15T21:08:47.391Z | Downloaded idna v0.5.0 |
889 | 2024-10-15T21:08:47.397Z | Downloaded sha3 v0.10.8 |
890 | 2024-10-15T21:08:47.402Z | Downloaded sqlparser v0.45.0 |
891 | 2024-10-15T21:08:47.408Z | Downloaded openssl v0.10.66 |
892 | 2024-10-15T21:08:47.417Z | Downloaded gimli v0.28.1 |
893 | 2024-10-15T21:08:47.425Z | Downloaded quick-xml v0.33.0 |
894 | 2024-10-15T21:08:47.431Z | Downloaded nix v0.28.0 |
895 | 2024-10-15T21:08:47.442Z | Downloaded dropshot v0.10.1 |
896 | 2024-10-15T21:08:47.452Z | Downloaded nix v0.29.0 |
897 | 2024-10-15T21:08:47.464Z | Downloaded idna v0.2.3 |
898 | 2024-10-15T21:08:47.470Z | Downloaded quinn-proto v0.11.8 |
899 | 2024-10-15T21:08:47.477Z | Downloaded regex-automata v0.4.6 |
900 | 2024-10-15T21:08:47.495Z | Downloaded nix v0.27.1 |
901 | 2024-10-15T21:08:47.506Z | Downloaded smoltcp v0.9.1 |
902 | 2024-10-15T21:08:47.516Z | Downloaded rustls v0.23.10 |
903 | 2024-10-15T21:08:47.533Z | Downloaded idna v0.3.0 |
904 | 2024-10-15T21:08:47.539Z | Downloaded dropshot v0.12.0 |
905 | 2024-10-15T21:08:47.559Z | Downloaded vcpkg v0.2.15 |
906 | 2024-10-15T21:08:47.597Z | Downloaded polar-core v0.27.3 |
907 | 2024-10-15T21:08:47.605Z | Downloaded regress v0.9.1 |
908 | 2024-10-15T21:08:47.613Z | Downloaded rustls-webpki v0.101.7 |
909 | 2024-10-15T21:08:47.627Z | Downloaded trust-dns-proto v0.22.0 |
910 | 2024-10-15T21:08:47.639Z | Downloaded regex-syntax v0.8.4 |
911 | 2024-10-15T21:08:47.647Z | Downloaded object v0.32.2 |
912 | 2024-10-15T21:08:47.657Z | Downloaded idna v0.4.0 |
913 | 2024-10-15T21:08:47.664Z | Downloaded h2 v0.4.6 |
914 | 2024-10-15T21:08:47.671Z | Downloaded git2 v0.19.0 |
915 | 2024-10-15T21:08:47.680Z | Downloaded regex v1.10.6 |
916 | 2024-10-15T21:08:47.691Z | Downloaded curve25519-dalek v4.1.3 |
917 | 2024-10-15T21:08:47.700Z | Downloaded radix_trie v0.2.1 |
918 | 2024-10-15T21:08:47.705Z | Downloaded time v0.3.36 |
919 | 2024-10-15T21:08:47.711Z | Downloaded hickory-proto v0.24.1 |
920 | 2024-10-15T21:08:47.727Z | Downloaded num-bigint-dig v0.8.4 |
921 | 2024-10-15T21:08:47.731Z | Downloaded hyper v1.4.1 |
922 | 2024-10-15T21:08:47.738Z | Downloaded progenitor-impl v0.8.0 |
923 | 2024-10-15T21:08:47.741Z | Downloaded hickory-client v0.24.1 |
924 | 2024-10-15T21:08:47.744Z | Downloaded futures-executor v0.3.30 |
925 | 2024-10-15T21:08:47.746Z | Downloaded tracing v0.1.40 |
926 | 2024-10-15T21:08:47.748Z | Downloaded supports-color v3.0.1 |
927 | 2024-10-15T21:08:47.751Z | Downloaded scheduled-thread-pool v0.2.7 |
928 | 2024-10-15T21:08:47.751Z | Downloaded bindgen v0.69.4 |
929 | 2024-10-15T21:08:47.757Z | Downloaded rtoolbox v0.0.2 |
930 | 2024-10-15T21:08:47.760Z | Downloaded zone v0.1.8 |
931 | 2024-10-15T21:08:47.760Z | Downloaded p521 v0.13.3 |
932 | 2024-10-15T21:08:47.763Z | Downloaded unicode-normalization v0.1.23 |
933 | 2024-10-15T21:08:47.766Z | Downloaded sled v0.34.7 |
934 | 2024-10-15T21:08:47.777Z | Downloaded zerocopy-derive v0.6.6 |
935 | 2024-10-15T21:08:47.786Z | Downloaded typify-impl v0.2.0 |
936 | 2024-10-15T21:08:47.802Z | Downloaded tiny-keccak v2.0.2 |
937 | 2024-10-15T21:08:47.804Z | Downloaded futures-task v0.3.30 |
938 | 2024-10-15T21:08:47.807Z | Downloaded stringprep v0.1.4 |
939 | 2024-10-15T21:08:47.807Z | Downloaded ssh-encoding v0.2.0 |
940 | 2024-10-15T21:08:47.810Z | Downloaded spki v0.7.3 |
941 | 2024-10-15T21:08:47.812Z | Downloaded samael v0.0.17 |
942 | 2024-10-15T21:08:47.815Z | Downloaded tokio-postgres v0.7.12 |
943 | 2024-10-15T21:08:47.821Z | Downloaded hkdf v0.12.4 |
944 | 2024-10-15T21:08:47.824Z | Downloaded tough v0.17.1 |
945 | 2024-10-15T21:08:47.829Z | Downloaded libm v0.2.8 |
946 | 2024-10-15T21:08:47.837Z | Downloaded subtle v2.5.0 |
947 | 2024-10-15T21:08:47.841Z | Downloaded rustversion v1.0.17 |
948 | 2024-10-15T21:08:47.841Z | Downloaded pkcs1 v0.7.5 |
949 | 2024-10-15T21:08:47.843Z | Downloaded futures-channel v0.3.30 |
950 | 2024-10-15T21:08:47.847Z | Downloaded num-derive v0.4.2 |
951 | 2024-10-15T21:08:47.847Z | Downloaded headers v0.4.0 |
952 | 2024-10-15T21:08:47.851Z | Downloaded slog v2.7.0 |
953 | 2024-10-15T21:08:47.855Z | Downloaded expectorate v1.1.0 |
954 | 2024-10-15T21:08:47.858Z | Downloaded socket2 v0.4.10 |
955 | 2024-10-15T21:08:47.858Z | Downloaded slog-envlogger v2.2.0 |
956 | 2024-10-15T21:08:47.861Z | Downloaded signal-hook-tokio v0.3.1 |
957 | 2024-10-15T21:08:47.861Z | Downloaded thiserror-no-std v2.0.2 |
958 | 2024-10-15T21:08:47.864Z | Downloaded password-hash v0.4.2 |
959 | 2024-10-15T21:08:47.866Z | Downloaded heapless v0.7.17 |
960 | 2024-10-15T21:08:47.868Z | Downloaded tungstenite v0.23.0 |
961 | 2024-10-15T21:08:47.872Z | Downloaded blake3 v1.5.1 |
962 | 2024-10-15T21:08:47.879Z | Downloaded num-integer v0.1.46 |
963 | 2024-10-15T21:08:47.888Z | Downloaded flagset v0.4.5 |
964 | 2024-10-15T21:08:47.888Z | Downloaded sct v0.7.1 |
965 | 2024-10-15T21:08:47.889Z | Downloaded structmeta v0.3.0 |
966 | 2024-10-15T21:08:47.889Z | Downloaded ref-cast-impl v1.0.23 |
967 | 2024-10-15T21:08:47.889Z | Downloaded postgres-types v0.2.8 |
968 | 2024-10-15T21:08:47.892Z | Downloaded poly1305 v0.8.0 |
969 | 2024-10-15T21:08:47.892Z | Downloaded ppv-lite86 v0.2.17 |
970 | 2024-10-15T21:08:47.894Z | Downloaded difflib v0.4.0 |
971 | 2024-10-15T21:08:47.894Z | Downloaded rustls-pki-types v1.7.0 |
972 | 2024-10-15T21:08:47.896Z | Downloaded openssl-sys v0.9.103 |
973 | 2024-10-15T21:08:47.900Z | Downloaded slog-async v2.8.0 |
974 | 2024-10-15T21:08:47.903Z | Downloaded num-rational v0.4.2 |
975 | 2024-10-15T21:08:47.903Z | Downloaded deranged v0.3.11 |
976 | 2024-10-15T21:08:47.907Z | Downloaded scrypt v0.11.0 |
977 | 2024-10-15T21:08:47.907Z | Downloaded rand_xorshift v0.3.0 |
978 | 2024-10-15T21:08:47.911Z | Downloaded der_derive v0.7.2 |
979 | 2024-10-15T21:08:47.911Z | Downloaded russh-keys v0.45.0 |
980 | 2024-10-15T21:08:47.911Z | Downloaded url v2.5.2 |
981 | 2024-10-15T21:08:47.913Z | Downloaded itertools v0.10.5 |
982 | 2024-10-15T21:08:47.919Z | Downloaded http v1.1.0 |
983 | 2024-10-15T21:08:47.923Z | Downloaded aho-corasick v1.1.3 |
984 | 2024-10-15T21:08:47.929Z | Downloaded rand v0.8.5 |
985 | 2024-10-15T21:08:47.932Z | Downloaded lzma-sys v0.1.20 |
986 | 2024-10-15T21:08:47.962Z | Downloaded peg-macros v0.8.4 |
987 | 2024-10-15T21:08:47.964Z | Downloaded petgraph v0.6.5 |
988 | 2024-10-15T21:08:47.981Z | Downloaded dhcproto v0.12.0 |
989 | 2024-10-15T21:08:47.984Z | Downloaded finl_unicode v1.2.0 |
990 | 2024-10-15T21:08:47.997Z | Downloaded tokio v1.39.3 |
991 | 2024-10-15T21:08:48.035Z | Downloaded env_filter v0.1.2 |
992 | 2024-10-15T21:08:48.038Z | Downloaded tls_codec v0.4.1 |
993 | 2024-10-15T21:08:48.038Z | Downloaded hash32 v0.2.1 |
994 | 2024-10-15T21:08:48.041Z | Downloaded enum-as-inner v0.5.1 |
995 | 2024-10-15T21:08:48.041Z | Downloaded ena v0.14.3 |
996 | 2024-10-15T21:08:48.043Z | Downloaded embedded-io v0.4.0 |
997 | 2024-10-15T21:08:48.043Z | Downloaded hyper-util v0.1.9 |
998 | 2024-10-15T21:08:48.047Z | Downloaded crossbeam-channel v0.5.12 |
999 | 2024-10-15T21:08:48.051Z | Downloaded serde_path_to_error v0.1.16 |
1000 | 2024-10-15T21:08:48.053Z | Downloaded psl-types v2.0.11 |
1001 | 2024-10-15T21:08:48.053Z | Downloaded progenitor-macro v0.8.0 |
1002 | 2024-10-15T21:08:48.056Z | Downloaded group v0.13.0 |
1003 | 2024-10-15T21:08:48.056Z | Downloaded strum_macros v0.24.3 |
1004 | 2024-10-15T21:08:48.058Z | Downloaded structmeta-derive v0.3.0 |
1005 | 2024-10-15T21:08:48.060Z | Downloaded string_cache v0.8.7 |
1006 | 2024-10-15T21:08:48.060Z | Downloaded pin-project-internal v1.1.5 |
1007 | 2024-10-15T21:08:48.063Z | Downloaded num-complex v0.4.6 |
1008 | 2024-10-15T21:08:48.063Z | Downloaded unicode-truncate v1.0.0 |
1009 | 2024-10-15T21:08:48.065Z | Downloaded smallvec v1.13.2 |
1010 | 2024-10-15T21:08:48.067Z | Downloaded cc v1.0.97 |
1011 | 2024-10-15T21:08:48.070Z | Downloaded tokio-rustls v0.25.0 |
1012 | 2024-10-15T21:08:48.072Z | Downloaded compact_str v0.8.0 |
1013 | 2024-10-15T21:08:48.074Z | Downloaded bytes v1.7.2 |
1014 | 2024-10-15T21:08:48.078Z | Downloaded polyval v0.6.2 |
1015 | 2024-10-15T21:08:48.080Z | Downloaded hmac v0.12.1 |
1016 | 2024-10-15T21:08:48.082Z | Downloaded ron v0.8.1 |
1017 | 2024-10-15T21:08:48.086Z | Downloaded http v0.2.12 |
1018 | 2024-10-15T21:08:48.090Z | Downloaded getrandom v0.2.14 |
1019 | 2024-10-15T21:08:48.092Z | Downloaded diff v0.1.13 |
1020 | 2024-10-15T21:08:48.095Z | Downloaded zerocopy v0.6.6 |
1021 | 2024-10-15T21:08:48.098Z | Downloaded socket2 v0.5.7 |
1022 | 2024-10-15T21:08:48.100Z | Downloaded unicase v2.7.0 |
1023 | 2024-10-15T21:08:48.102Z | Downloaded topological-sort v0.2.2 |
1024 | 2024-10-15T21:08:48.102Z | Downloaded structmeta-derive v0.2.0 |
1025 | 2024-10-15T21:08:48.105Z | Downloaded serde_repr v0.1.19 |
1026 | 2024-10-15T21:08:48.105Z | Downloaded tokio-stream v0.1.16 |
1027 | 2024-10-15T21:08:48.109Z | Downloaded mime_guess v2.0.4 |
1028 | 2024-10-15T21:08:48.111Z | Downloaded aes v0.8.4 |
1029 | 2024-10-15T21:08:48.114Z | Downloaded multimap v0.10.0 |
1030 | 2024-10-15T21:08:48.116Z | Downloaded rustc_version v0.1.7 |
1031 | 2024-10-15T21:08:48.116Z | Downloaded rustc-hash v1.1.0 |
1032 | 2024-10-15T21:08:48.119Z | Downloaded resolv-conf v0.7.0 |
1033 | 2024-10-15T21:08:48.119Z | Downloaded test-strategy v0.3.1 |
1034 | 2024-10-15T21:08:48.121Z | Downloaded predicates-tree v1.0.9 |
1035 | 2024-10-15T21:08:48.124Z | Downloaded either v1.13.0 |
1036 | 2024-10-15T21:08:48.126Z | Downloaded subprocess v0.2.9 |
1037 | 2024-10-15T21:08:48.128Z | Downloaded walkdir v2.5.0 |
1038 | 2024-10-15T21:08:48.128Z | Downloaded tls_codec_derive v0.4.1 |
1039 | 2024-10-15T21:08:48.132Z | Downloaded parse-display v0.10.0 |
1040 | 2024-10-15T21:08:48.132Z | Downloaded crossbeam-epoch v0.9.18 |
1041 | 2024-10-15T21:08:48.134Z | Downloaded const-oid v0.9.6 |
1042 | 2024-10-15T21:08:48.137Z | Downloaded base64 v0.21.7 |
1043 | 2024-10-15T21:08:48.139Z | Downloaded strum_macros v0.26.4 |
1044 | 2024-10-15T21:08:48.142Z | Downloaded nodrop v0.1.14 |
1045 | 2024-10-15T21:08:48.145Z | Downloaded native-tls v0.2.11 |
1046 | 2024-10-15T21:08:48.147Z | Downloaded linked-hash-map v0.5.6 |
1047 | 2024-10-15T21:08:48.147Z | Downloaded libsw v3.3.1 |
1048 | 2024-10-15T21:08:48.149Z | Downloaded fallible-iterator v0.2.0 |
1049 | 2024-10-15T21:08:48.149Z | Downloaded crypto-bigint v0.5.5 |
1050 | 2024-10-15T21:08:48.155Z | Downloaded csv-core v0.1.11 |
1051 | 2024-10-15T21:08:48.157Z | Downloaded ipnetwork v0.20.0 |
1052 | 2024-10-15T21:08:48.159Z | Downloaded internet-checksum v0.2.1 |
1053 | 2024-10-15T21:08:48.159Z | Downloaded indoc v1.0.9 |
1054 | 2024-10-15T21:08:48.162Z | Downloaded crc-catalog v2.4.0 |
1055 | 2024-10-15T21:08:48.164Z | Downloaded cookie_store v0.21.0 |
1056 | 2024-10-15T21:08:48.164Z | Downloaded cancel-safe-futures v0.1.5 |
1057 | 2024-10-15T21:08:48.166Z | Downloaded bitflags v1.3.2 |
1058 | 2024-10-15T21:08:48.169Z | Downloaded backoff v0.4.0 |
1059 | 2024-10-15T21:08:48.171Z | Downloaded bit-set v0.5.3 |
1060 | 2024-10-15T21:08:48.175Z | Downloaded assert_matches v1.5.0 |
1061 | 2024-10-15T21:08:48.177Z | Downloaded base64 v0.13.1 |
1062 | 2024-10-15T21:08:48.177Z | Downloaded base16ct v0.2.0 |
1063 | 2024-10-15T21:08:48.180Z | Downloaded async-recursion v1.1.1 |
1064 | 2024-10-15T21:08:48.190Z | Downloaded cstr-argument v0.1.2 |
1065 | 2024-10-15T21:08:48.190Z | Downloaded base64ct v1.6.0 |
1066 | 2024-10-15T21:08:48.192Z | Downloaded arc-swap v1.7.1 |
1067 | 2024-10-15T21:08:48.192Z | Downloaded crucible-workspace-hack v0.1.0 |
1068 | 2024-10-15T21:08:48.192Z | Downloaded httparse v1.8.0 |
1069 | 2024-10-15T21:08:48.192Z | Downloaded cfg_aliases v0.1.1 |
1070 | 2024-10-15T21:08:48.192Z | Downloaded async-stream-impl v0.3.5 |
1071 | 2024-10-15T21:08:48.192Z | Downloaded indent_write v2.2.0 |
1072 | 2024-10-15T21:08:48.192Z | Downloaded crc-any v2.5.0 |
1073 | 2024-10-15T21:08:48.195Z | Downloaded clang-sys v1.7.0 |
1074 | 2024-10-15T21:08:48.197Z | Downloaded managed v0.8.0 |
1075 | 2024-10-15T21:08:48.199Z | Downloaded http-body-util v0.1.2 |
1076 | 2024-10-15T21:08:48.199Z | Downloaded atomicwrites v0.4.4 |
1077 | 2024-10-15T21:08:48.202Z | Downloaded colored v2.1.0 |
1078 | 2024-10-15T21:08:48.202Z | Downloaded bzip2 v0.4.4 |
1079 | 2024-10-15T21:08:48.204Z | Downloaded async-trait v0.1.83 |
1080 | 2024-10-15T21:08:48.206Z | Downloaded async-bb8-diesel v0.2.1 |
1081 | 2024-10-15T21:08:48.208Z | Downloaded addr2line v0.21.0 |
1082 | 2024-10-15T21:08:48.211Z | Downloaded debug-ignore v1.0.5 |
1083 | 2024-10-15T21:08:48.213Z | Downloaded home v0.5.9 |
1084 | 2024-10-15T21:08:48.215Z | Downloaded curve25519-dalek-derive v0.1.1 |
1085 | 2024-10-15T21:08:48.215Z | Downloaded async-stream v0.3.5 |
1086 | 2024-10-15T21:08:48.217Z | Downloaded adler2 v2.0.0 |
1087 | 2024-10-15T21:08:48.290Z | Downloaded encoding_rs v0.8.34 |
1088 | 2024-10-15T21:08:48.440Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1089 | 2024-10-15T21:08:49.176Z | Downloaded libz-sys v1.1.16 |
1090 | 2024-10-15T21:08:49.289Z | Downloaded ring v0.17.8 |
1091 | 2024-10-15T21:08:49.471Z | Downloaded ring v0.16.20 |
1092 | 2024-10-15T21:08:49.550Z | Downloaded libsqlite3-sys v0.30.1 |
1093 | 2024-10-15T21:08:49.740Z | Compiling serde v1.0.210 |
1094 | 2024-10-15T21:08:49.744Z | Compiling lock_api v0.4.12 |
1095 | 2024-10-15T21:08:49.744Z | Compiling typenum v1.17.0 |
1096 | 2024-10-15T21:08:49.744Z | Compiling generic-array v0.14.7 |
1097 | 2024-10-15T21:08:49.744Z | Compiling scopeguard v1.2.0 |
1098 | 2024-10-15T21:08:49.744Z | Compiling value-bag v1.9.0 |
1099 | 2024-10-15T21:08:49.892Z | Compiling syn v2.0.79 |
1100 | 2024-10-15T21:08:49.894Z | Compiling getrandom v0.2.14 |
1101 | 2024-10-15T21:08:50.160Z | Compiling subtle v2.5.0 |
1102 | 2024-10-15T21:08:50.408Z | Compiling rand_core v0.6.4 |
1103 | 2024-10-15T21:08:50.556Z | Compiling log v0.4.22 |
1104 | 2024-10-15T21:08:50.558Z | Compiling const-oid v0.9.6 |
1105 | 2024-10-15T21:08:50.617Z | Compiling pin-project-lite v0.2.14 |
1106 | 2024-10-15T21:08:50.637Z | Compiling jobserver v0.1.32 |
1107 | 2024-10-15T21:08:50.747Z | Compiling smallvec v1.13.2 |
1108 | 2024-10-15T21:08:50.986Z | Compiling parking_lot_core v0.9.10 |
1109 | 2024-10-15T21:08:51.073Z | Compiling cc v1.0.97 |
1110 | 2024-10-15T21:08:51.181Z | Compiling futures-core v0.3.30 |
1111 | 2024-10-15T21:08:51.449Z | Compiling signal-hook-registry v1.4.2 |
1112 | 2024-10-15T21:08:51.489Z | Compiling mio v1.0.2 |
1113 | 2024-10-15T21:08:51.673Z | Compiling futures-sink v0.3.30 |
1114 | 2024-10-15T21:08:51.859Z | Compiling socket2 v0.5.7 |
1115 | 2024-10-15T21:08:52.183Z | Compiling parking_lot v0.12.2 |
1116 | 2024-10-15T21:08:52.379Z | Compiling slab v0.4.9 |
1117 | 2024-10-15T21:08:52.698Z | Compiling cpufeatures v0.2.12 |
1118 | 2024-10-15T21:08:52.791Z | Compiling ahash v0.8.11 |
1119 | 2024-10-15T21:08:52.809Z | Compiling spin v0.9.8 |
1120 | 2024-10-15T21:08:52.812Z | Compiling futures-channel v0.3.30 |
1121 | 2024-10-15T21:08:52.894Z | Compiling allocator-api2 v0.2.18 |
1122 | 2024-10-15T21:08:53.096Z | Compiling futures-io v0.3.30 |
1123 | 2024-10-15T21:08:53.194Z | Compiling futures-task v0.3.30 |
1124 | 2024-10-15T21:08:53.214Z | Compiling pin-utils v0.1.0 |
1125 | 2024-10-15T21:08:53.217Z | Compiling serde_json v1.0.128 |
1126 | 2024-10-15T21:08:53.231Z | Compiling tinyvec_macros v0.1.1 |
1127 | 2024-10-15T21:08:53.305Z | Compiling libm v0.2.8 |
1128 | 2024-10-15T21:08:53.339Z | Compiling tinyvec v1.6.0 |
1129 | 2024-10-15T21:08:53.403Z | Compiling num-traits v0.2.19 |
1130 | 2024-10-15T21:08:53.502Z | Compiling unicode-bidi v0.3.15 |
1131 | 2024-10-15T21:08:53.571Z | Compiling tracing-core v0.1.32 |
1132 | 2024-10-15T21:08:53.654Z | Compiling base64ct v1.6.0 |
1133 | 2024-10-15T21:08:53.912Z | Compiling httparse v1.8.0 |
1134 | 2024-10-15T21:08:54.229Z | Compiling pem-rfc7468 v0.7.0 |
1135 | 2024-10-15T21:08:54.368Z | Compiling ppv-lite86 v0.2.17 |
1136 | 2024-10-15T21:08:54.805Z | Compiling unicode-normalization v0.1.23 |
1137 | 2024-10-15T21:08:54.978Z | Compiling flagset v0.4.5 |
1138 | 2024-10-15T21:08:55.108Z | Compiling percent-encoding v2.3.1 |
1139 | 2024-10-15T21:08:55.183Z | Compiling rand_chacha v0.3.1 |
1140 | 2024-10-15T21:08:55.204Z | Compiling rustls-pki-types v1.7.0 |
1141 | 2024-10-15T21:08:55.222Z | Compiling ring v0.17.8 |
1142 | 2024-10-15T21:08:55.469Z | Compiling crossbeam-utils v0.8.19 |
1143 | 2024-10-15T21:08:55.714Z | Compiling rand v0.8.5 |
1144 | 2024-10-15T21:08:55.948Z | Compiling powerfmt v0.2.0 |
1145 | 2024-10-15T21:08:56.029Z | Compiling untrusted v0.9.0 |
1146 | 2024-10-15T21:08:56.212Z | Compiling time-core v0.1.2 |
1147 | 2024-10-15T21:08:56.217Z | Compiling vcpkg v0.2.15 |
1148 | 2024-10-15T21:08:56.271Z | Compiling pkg-config v0.3.30 |
1149 | 2024-10-15T21:08:56.327Z | Compiling num-conv v0.1.0 |
1150 | 2024-10-15T21:08:56.551Z | Compiling time-macros v0.2.18 |
1151 | 2024-10-15T21:08:56.961Z | Compiling deranged v0.3.11 |
1152 | 2024-10-15T21:08:57.550Z | Compiling try-lock v0.2.5 |
1153 | 2024-10-15T21:08:57.677Z | Compiling atomic-waker v1.1.2 |
1154 | 2024-10-15T21:08:57.695Z | Compiling num_threads v0.1.7 |
1155 | 2024-10-15T21:08:57.814Z | Compiling want v0.3.1 |
1156 | 2024-10-15T21:08:57.860Z | Compiling form_urlencoded v1.2.1 |
1157 | 2024-10-15T21:08:58.109Z | Compiling slog v2.7.0 |
1158 | 2024-10-15T21:08:58.161Z | Compiling httpdate v1.0.3 |
1159 | 2024-10-15T21:08:58.252Z | Compiling openssl-sys v0.9.103 |
1160 | 2024-10-15T21:08:58.642Z | Compiling rustix v0.38.34 |
1161 | 2024-10-15T21:08:58.676Z | Compiling base64 v0.22.1 |
1162 | 2024-10-15T21:08:58.725Z | Compiling tower-service v0.3.2 |
1163 | 2024-10-15T21:08:58.849Z | Compiling idna v0.5.0 |
1164 | 2024-10-15T21:08:59.403Z | Compiling foreign-types-shared v0.1.1 |
1165 | 2024-10-15T21:08:59.420Z | Compiling iana-time-zone v0.1.60 |
1166 | 2024-10-15T21:08:59.511Z | Compiling match_cfg v0.1.0 |
1167 | 2024-10-15T21:08:59.529Z | Compiling rustversion v1.0.17 |
1168 | 2024-10-15T21:08:59.604Z | Compiling openssl v0.10.66 |
1169 | 2024-10-15T21:08:59.686Z | Compiling time v0.3.36 |
1170 | 2024-10-15T21:08:59.826Z | Compiling url v2.5.2 |
1171 | 2024-10-15T21:09:00.024Z | Compiling hostname v0.3.1 |
1172 | 2024-10-15T21:09:00.215Z | Compiling foreign-types v0.3.2 |
1173 | 2024-10-15T21:09:00.237Z | Compiling dirs-sys-next v0.1.2 |
1174 | 2024-10-15T21:09:00.256Z | Compiling aho-corasick v1.1.3 |
1175 | 2024-10-15T21:09:00.292Z | Compiling siphasher v0.3.11 |
1176 | 2024-10-15T21:09:00.669Z | Compiling syn v1.0.109 |
1177 | 2024-10-15T21:09:00.789Z | Compiling rustls v0.22.4 |
1178 | 2024-10-15T21:09:01.047Z | Compiling rustls v0.23.10 |
1179 | 2024-10-15T21:09:01.223Z | Compiling native-tls v0.2.11 |
1180 | 2024-10-15T21:09:01.336Z | Compiling data-encoding v2.6.0 |
1181 | 2024-10-15T21:09:01.527Z | Compiling regex-syntax v0.8.4 |
1182 | 2024-10-15T21:09:01.620Z | Compiling dirs-next v2.0.0 |
1183 | 2024-10-15T21:09:03.250Z | Compiling crossbeam-epoch v0.9.18 |
1184 | 2024-10-15T21:09:03.495Z | Compiling serde_derive_internals v0.29.1 |
1185 | 2024-10-15T21:09:03.536Z | Compiling backtrace v0.3.71 |
1186 | 2024-10-15T21:09:03.789Z | Compiling serde_derive v1.0.210 |
1187 | 2024-10-15T21:09:03.998Z | Compiling zeroize_derive v1.4.2 |
1188 | 2024-10-15T21:09:04.002Z | Compiling zerocopy-derive v0.7.34 |
1189 | 2024-10-15T21:09:04.341Z | Compiling tokio-macros v2.4.0 |
1190 | 2024-10-15T21:09:05.335Z | Compiling futures-macro v0.3.30 |
1191 | 2024-10-15T21:09:05.565Z | Compiling zeroize v1.8.1 |
1192 | 2024-10-15T21:09:05.948Z | Compiling thiserror-impl v1.0.64 |
1193 | 2024-10-15T21:09:06.153Z | Compiling tracing-attributes v0.1.27 |
1194 | 2024-10-15T21:09:06.195Z | Compiling zerocopy v0.7.34 |
1195 | 2024-10-15T21:09:07.346Z | Compiling crypto-common v0.1.6 |
1196 | 2024-10-15T21:09:07.365Z | Compiling block-buffer v0.10.4 |
1197 | 2024-10-15T21:09:07.565Z | Compiling digest v0.10.7 |
1198 | 2024-10-15T21:09:07.603Z | Compiling futures-util v0.3.30 |
1199 | 2024-10-15T21:09:07.790Z | Compiling block-padding v0.3.3 |
1200 | 2024-10-15T21:09:08.055Z | Compiling hmac v0.12.1 |
1201 | 2024-10-15T21:09:08.055Z | Compiling inout v0.1.3 |
1202 | 2024-10-15T21:09:08.270Z | Compiling hashbrown v0.14.5 |
1203 | 2024-10-15T21:09:08.289Z | Compiling cipher v0.4.4 |
1204 | 2024-10-15T21:09:08.313Z | Compiling sha2 v0.10.8 |
1205 | 2024-10-15T21:09:08.767Z | Compiling der_derive v0.7.2 |
1206 | 2024-10-15T21:09:09.074Z | Compiling thiserror v1.0.64 |
1207 | 2024-10-15T21:09:09.219Z | Compiling salsa20 v0.10.2 |
1208 | 2024-10-15T21:09:09.435Z | Compiling pbkdf2 v0.12.2 |
1209 | 2024-10-15T21:09:09.635Z | Compiling scrypt v0.11.0 |
1210 | 2024-10-15T21:09:09.658Z | Compiling aes v0.8.4 |
1211 | 2024-10-15T21:09:09.730Z | Compiling tracing v0.1.40 |
1212 | 2024-10-15T21:09:10.220Z | Compiling cbc v0.1.2 |
1213 | 2024-10-15T21:09:10.283Z | Compiling pest v2.7.10 |
1214 | 2024-10-15T21:09:10.466Z | Compiling scroll_derive v0.12.0 |
1215 | 2024-10-15T21:09:11.272Z | Compiling der v0.7.9 |
1216 | 2024-10-15T21:09:11.765Z | Compiling openssl-macros v0.1.1 |
1217 | 2024-10-15T21:09:11.923Z | Compiling scroll v0.12.0 |
1218 | 2024-10-15T21:09:12.236Z | Compiling async-trait v0.1.83 |
1219 | 2024-10-15T21:09:12.427Z | Compiling goblin v0.8.2 |
1220 | 2024-10-15T21:09:12.526Z | Compiling signature v2.2.0 |
1221 | 2024-10-15T21:09:12.761Z | Compiling pest_meta v2.7.10 |
1222 | 2024-10-15T21:09:13.275Z | Compiling sha1 v0.10.6 |
1223 | 2024-10-15T21:09:13.325Z | Compiling spki v0.7.3 |
1224 | 2024-10-15T21:09:13.687Z | Compiling pkcs5 v0.7.1 |
1225 | 2024-10-15T21:09:13.728Z | Compiling regex-automata v0.4.6 |
1226 | 2024-10-15T21:09:14.580Z | Compiling pkcs8 v0.10.2 |
1227 | 2024-10-15T21:09:14.909Z | Compiling pest_generator v2.7.10 |
1228 | 2024-10-15T21:09:14.985Z | Compiling lazy_static v1.5.0 |
1229 | 2024-10-15T21:09:15.117Z | Compiling thread_local v1.1.8 |
1230 | 2024-10-15T21:09:15.371Z | Compiling encoding_rs v0.8.34 |
1231 | 2024-10-15T21:09:15.679Z | Compiling rustls-webpki v0.102.4 |
1232 | 2024-10-15T21:09:17.080Z | Compiling cookie v0.18.1 |
1233 | 2024-10-15T21:09:17.218Z | Compiling multer v3.1.0 |
1234 | 2024-10-15T21:09:17.370Z | Compiling adler v1.0.2 |
1235 | 2024-10-15T21:09:17.529Z | Compiling slog-async v2.8.0 |
1236 | 2024-10-15T21:09:17.602Z | Compiling schemars v0.8.21 |
1237 | 2024-10-15T21:09:17.792Z | Compiling rayon-core v1.12.1 |
1238 | 2024-10-15T21:09:17.864Z | Compiling bytes v1.7.2 |
1239 | 2024-10-15T21:09:17.962Z | Compiling indexmap v2.5.0 |
1240 | 2024-10-15T21:09:18.092Z | Compiling bitflags v2.6.0 |
1241 | 2024-10-15T21:09:18.194Z | Compiling semver v1.0.23 |
1242 | 2024-10-15T21:09:18.551Z | Compiling serde_spanned v0.6.7 |
1243 | 2024-10-15T21:09:18.792Z | Compiling tokio v1.39.3 |
1244 | 2024-10-15T21:09:18.928Z | Compiling http v1.1.0 |
1245 | 2024-10-15T21:09:19.136Z | Compiling rustc_version v0.4.0 |
1246 | 2024-10-15T21:09:19.415Z | Compiling uuid v1.10.0 |
1247 | 2024-10-15T21:09:19.856Z | Compiling serde_tokenstream v0.2.2 |
1248 | 2024-10-15T21:09:19.902Z | Compiling toml_datetime v0.6.8 |
1249 | 2024-10-15T21:09:20.456Z | Compiling http v0.2.12 |
1250 | 2024-10-15T21:09:20.896Z | Compiling http-body v1.0.0 |
1251 | 2024-10-15T21:09:21.190Z | Compiling pest_derive v2.7.10 |
1252 | 2024-10-15T21:09:21.395Z | Compiling chrono v0.4.38 |
1253 | 2024-10-15T21:09:21.579Z | Compiling dof v0.3.0 |
1254 | 2024-10-15T21:09:21.972Z | Compiling dtrace-parser v0.2.0 |
1255 | 2024-10-15T21:09:22.814Z | Compiling heapless v0.7.17 |
1256 | 2024-10-15T21:09:23.256Z | Compiling gimli v0.28.1 |
1257 | 2024-10-15T21:09:23.734Z | Compiling mime v0.3.17 |
1258 | 2024-10-15T21:09:24.153Z | Compiling paste v1.0.15 |
1259 | 2024-10-15T21:09:24.351Z | Compiling either v1.13.0 |
1260 | 2024-10-15T21:09:24.700Z | Compiling openssl-probe v0.1.5 |
1261 | 2024-10-15T21:09:24.771Z | Compiling ipnet v2.10.0 |
1262 | 2024-10-15T21:09:24.973Z | Compiling finl_unicode v1.2.0 |
1263 | 2024-10-15T21:09:25.102Z | Compiling toml_edit v0.22.22 |
1264 | 2024-10-15T21:09:25.594Z | Compiling stringprep v0.1.4 |
1265 | 2024-10-15T21:09:26.107Z | Compiling usdt-impl v0.5.0 |
1266 | 2024-10-15T21:09:26.157Z | Compiling http-body v0.4.6 |
1267 | 2024-10-15T21:09:26.606Z | Compiling slog-json v2.6.1 |
1268 | 2024-10-15T21:09:26.798Z | Compiling curve25519-dalek v4.1.3 |
1269 | 2024-10-15T21:09:26.966Z | Compiling tokio-util v0.7.12 |
1270 | 2024-10-15T21:09:27.170Z | Compiling serde_urlencoded v0.7.1 |
1271 | 2024-10-15T21:09:27.509Z | Compiling miniz_oxide v0.7.2 |
1272 | 2024-10-15T21:09:27.654Z | Compiling addr2line v0.21.0 |
1273 | 2024-10-15T21:09:28.299Z | Compiling h2 v0.4.6 |
1274 | 2024-10-15T21:09:28.338Z | Compiling h2 v0.3.26 |
1275 | 2024-10-15T21:09:28.359Z | Compiling futures-executor v0.3.30 |
1276 | 2024-10-15T21:09:29.578Z | Compiling md-5 v0.10.6 |
1277 | 2024-10-15T21:09:29.850Z | Compiling schemars_derive v0.8.21 |
1278 | 2024-10-15T21:09:31.721Z | Compiling enum-as-inner v0.6.0 |
1279 | 2024-10-15T21:09:32.866Z | Compiling async-stream-impl v0.3.5 |
1280 | 2024-10-15T21:09:33.328Z | Compiling crossbeam-deque v0.8.5 |
1281 | 2024-10-15T21:09:33.483Z | Compiling term v0.7.0 |
1282 | 2024-10-15T21:09:34.089Z | Compiling rustls-pemfile v2.1.3 |
1283 | 2024-10-15T21:09:34.263Z | Compiling crossbeam-channel v0.5.12 |
1284 | 2024-10-15T21:09:34.564Z | Compiling num-integer v0.1.46 |
1285 | 2024-10-15T21:09:35.028Z | Compiling idna v0.3.0 |
1286 | 2024-10-15T21:09:35.383Z | Compiling hyper v1.4.1 |
1287 | 2024-10-15T21:09:35.385Z | Compiling idna v0.4.0 |
1288 | 2024-10-15T21:09:36.677Z | Compiling ff v0.13.0 |
1289 | 2024-10-15T21:09:36.911Z | Compiling hash32 v0.2.1 |
1290 | 2024-10-15T21:09:36.999Z | Compiling socket2 v0.4.10 |
1291 | 2024-10-15T21:09:37.294Z | Compiling is-terminal v0.4.12 |
1292 | 2024-10-15T21:09:37.425Z | Compiling object v0.32.2 |
1293 | 2024-10-15T21:09:37.914Z | Compiling hyper-util v0.1.9 |
1294 | 2024-10-15T21:09:38.066Z | Compiling dropshot v0.10.1 |
1295 | 2024-10-15T21:09:38.374Z | Compiling num-bigint-dig v0.8.4 |
1296 | 2024-10-15T21:09:38.678Z | Compiling rustc-demangle v0.1.24 |
1297 | 2024-10-15T21:09:38.973Z | Compiling fallible-iterator v0.2.0 |
1298 | 2024-10-15T21:09:39.019Z | Compiling base16ct v0.2.0 |
1299 | 2024-10-15T21:09:39.329Z | Compiling psl-types v2.0.11 |
1300 | 2024-10-15T21:09:39.524Z | Compiling quick-error v1.2.3 |
1301 | 2024-10-15T21:09:39.617Z | Compiling stable_deref_trait v1.2.0 |
1302 | 2024-10-15T21:09:39.668Z | Compiling anyhow v1.0.89 |
1303 | 2024-10-15T21:09:39.685Z | Compiling crc32fast v1.4.0 |
1304 | 2024-10-15T21:09:39.722Z | Compiling utf-8 v0.7.6 |
1305 | 2024-10-15T21:09:39.724Z | Compiling linked-hash-map v0.5.6 |
1306 | 2024-10-15T21:09:40.061Z | Compiling portable-atomic v1.6.0 |
1307 | 2024-10-15T21:09:40.153Z | Compiling take_mut v0.2.2 |
1308 | 2024-10-15T21:09:40.226Z | Compiling smoltcp v0.9.1 |
1309 | 2024-10-15T21:09:40.317Z | Compiling dyn-clone v1.0.17 |
1310 | 2024-10-15T21:09:40.337Z | Compiling signal-hook v0.3.17 |
1311 | 2024-10-15T21:09:41.068Z | Compiling lru-cache v0.1.2 |
1312 | 2024-10-15T21:09:41.096Z | Compiling tungstenite v0.23.0 |
1313 | 2024-10-15T21:09:41.266Z | Compiling postgres-protocol v0.6.7 |
1314 | 2024-10-15T21:09:42.040Z | Compiling resolv-conf v0.7.0 |
1315 | 2024-10-15T21:09:42.355Z | Compiling publicsuffix v2.2.3 |
1316 | 2024-10-15T21:09:42.378Z | Compiling sec1 v0.7.3 |
1317 | 2024-10-15T21:09:42.619Z | Compiling hyper v0.14.30 |
1318 | 2024-10-15T21:09:42.674Z | Compiling slog-term v2.9.1 |
1319 | 2024-10-15T21:09:42.829Z | Compiling group v0.13.0 |
1320 | 2024-10-15T21:09:42.955Z | Compiling hickory-proto v0.24.1 |
1321 | 2024-10-15T21:09:43.167Z | Compiling num-iter v0.1.45 |
1322 | 2024-10-15T21:09:43.359Z | Compiling async-stream v0.3.5 |
1323 | 2024-10-15T21:09:43.470Z | Compiling tokio-rustls v0.26.0 |
1324 | 2024-10-15T21:09:43.914Z | Compiling tokio-rustls v0.25.0 |
1325 | 2024-10-15T21:09:44.314Z | Compiling tokio-native-tls v0.3.1 |
1326 | 2024-10-15T21:09:44.333Z | Compiling futures v0.3.30 |
1327 | 2024-10-15T21:09:44.447Z | Compiling toml v0.8.19 |
1328 | 2024-10-15T21:09:45.622Z | Compiling slog-bunyan v2.5.0 |
1329 | 2024-10-15T21:09:45.813Z | Compiling camino v1.1.9 |
1330 | 2024-10-15T21:09:45.832Z | Compiling terminal_size v0.3.0 |
1331 | 2024-10-15T21:09:46.043Z | Compiling http-body-util v0.1.2 |
1332 | 2024-10-15T21:09:46.341Z | Compiling dropshot_endpoint v0.10.1 |
1333 | 2024-10-15T21:09:46.565Z | Compiling openapiv3 v2.0.0 |
1334 | 2024-10-15T21:09:46.862Z | Compiling serde_path_to_error v0.1.16 |
1335 | 2024-10-15T21:09:46.899Z | Compiling hkdf v0.12.4 |
1336 | 2024-10-15T21:09:47.173Z | Compiling crypto-bigint v0.5.5 |
1337 | 2024-10-15T21:09:47.481Z | Compiling curve25519-dalek-derive v0.1.1 |
1338 | 2024-10-15T21:09:47.636Z | Compiling zerocopy-derive v0.6.6 |
1339 | 2024-10-15T21:09:48.170Z | Compiling hubpack_derive v0.1.1 |
1340 | 2024-10-15T21:09:48.540Z | Compiling phf_shared v0.11.2 |
1341 | 2024-10-15T21:09:48.942Z | Compiling waitgroup v0.1.2 |
1342 | 2024-10-15T21:09:49.013Z | Compiling webpki-roots v0.26.3 |
1343 | 2024-10-15T21:09:49.106Z | Compiling hostname v0.4.0 |
1344 | 2024-10-15T21:09:49.161Z | Compiling fs-err v2.11.0 |
1345 | 2024-10-15T21:09:49.220Z | Compiling managed v0.8.0 |
1346 | 2024-10-15T21:09:49.382Z | Compiling winnow v0.5.40 |
1347 | 2024-10-15T21:09:49.455Z | Compiling bitflags v1.3.2 |
1348 | 2024-10-15T21:09:49.555Z | Compiling debug-ignore v1.0.5 |
1349 | 2024-10-15T21:09:49.667Z | Compiling adler2 v2.0.0 |
1350 | 2024-10-15T21:09:49.857Z | Compiling miniz_oxide v0.8.0 |
1351 | 2024-10-15T21:09:49.880Z | Compiling zerocopy v0.6.6 |
1352 | 2024-10-15T21:09:53.763Z | Compiling elliptic-curve v0.13.8 |
1353 | 2024-10-15T21:09:53.848Z | Compiling clap_builder v4.5.18 |
1354 | 2024-10-15T21:09:53.848Z | Compiling console v0.15.8 |
1355 | 2024-10-15T21:09:53.848Z | Compiling hyper-rustls v0.27.3 |
1356 | 2024-10-15T21:09:53.848Z | Compiling hubpack v0.1.2 |
1357 | 2024-10-15T21:09:53.848Z | Compiling toml_edit v0.19.15 |
1358 | 2024-10-15T21:09:53.848Z | Compiling phf v0.11.2 |
1359 | 2024-10-15T21:09:53.848Z | Compiling hickory-resolver v0.24.1 |
1360 | 2024-10-15T21:09:53.848Z | Compiling hyper-tls v0.6.0 |
1361 | 2024-10-15T21:09:53.848Z | Compiling cookie_store v0.21.0 |
1362 | 2024-10-15T21:09:53.848Z | Compiling rayon v1.10.0 |
1363 | 2024-10-15T21:09:54.907Z | Compiling tokio-tungstenite v0.23.1 |
1364 | 2024-10-15T21:09:55.490Z | Compiling postgres-types v0.2.8 |
1365 | 2024-10-15T21:09:58.780Z | Compiling tokio-stream v0.1.16 |
1366 | 2024-10-15T21:09:59.512Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-10-15T21:09:59.539Z | Compiling usdt-macro v0.5.0 |
1368 | 2024-10-15T21:09:59.824Z | Compiling clap_derive v4.5.18 |
1369 | 2024-10-15T21:10:00.054Z | Compiling regex v1.10.6 |
1370 | 2024-10-15T21:10:01.201Z | Compiling bstr v1.9.1 |
1371 | 2024-10-15T21:10:01.216Z | Compiling serde-big-array v0.5.1 |
1372 | 2024-10-15T21:10:01.216Z | Compiling pkcs1 v0.7.5 |
1373 | 2024-10-15T21:10:01.216Z | Compiling ed25519 v2.2.3 |
1374 | 2024-10-15T21:10:01.216Z | Compiling rfc6979 v0.4.0 |
1375 | 2024-10-15T21:10:01.216Z | Compiling serde_repr v0.1.19 |
1376 | 2024-10-15T21:10:01.245Z | Compiling strum_macros v0.25.3 |
1377 | 2024-10-15T21:10:01.284Z | Compiling derive-where v1.2.7 |
1378 | 2024-10-15T21:10:02.093Z | Compiling phf_shared v0.10.0 |
1379 | 2024-10-15T21:10:02.379Z | Compiling float-cmp v0.9.0 |
1380 | 2024-10-15T21:10:02.496Z | Compiling sync_wrapper v1.0.1 |
1381 | 2024-10-15T21:10:02.516Z | Compiling mio v0.8.11 |
1382 | 2024-10-15T21:10:02.602Z | Compiling difflib v0.4.0 |
1383 | 2024-10-15T21:10:02.661Z | Compiling predicates-core v1.0.6 |
1384 | 2024-10-15T21:10:03.041Z | Compiling new_debug_unreachable v1.0.6 |
1385 | 2024-10-15T21:10:03.142Z | Compiling bit-vec v0.6.3 |
1386 | 2024-10-15T21:10:03.228Z | Compiling whoami v1.5.2 |
1387 | 2024-10-15T21:10:03.614Z | Compiling number_prefix v0.4.0 |
1388 | 2024-10-15T21:10:03.817Z | Compiling static_assertions v1.1.0 |
1389 | 2024-10-15T21:10:03.848Z | Compiling fixedbitset v0.4.2 |
1390 | 2024-10-15T21:10:03.883Z | Compiling normalize-line-endings v0.3.0 |
1391 | 2024-10-15T21:10:03.925Z | Compiling precomputed-hash v0.1.1 |
1392 | 2024-10-15T21:10:04.012Z | Compiling unicode-segmentation v1.11.0 |
1393 | 2024-10-15T21:10:04.047Z | Compiling minimal-lexical v0.2.1 |
1394 | 2024-10-15T21:10:04.202Z | Compiling petgraph v0.6.5 |
1395 | 2024-10-15T21:10:04.309Z | Compiling string_cache v0.8.7 |
1396 | 2024-10-15T21:10:04.564Z | Compiling nom v7.1.3 |
1397 | 2024-10-15T21:10:04.788Z | Compiling similar v2.6.0 |
1398 | 2024-10-15T21:10:04.878Z | Compiling predicates v3.1.2 |
1399 | 2024-10-15T21:10:04.920Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
1400 | 2024-10-15T21:10:05.117Z | Compiling clap v4.5.18 |
1401 | 2024-10-15T21:10:05.236Z | Compiling indicatif v0.17.8 |
1402 | 2024-10-15T21:10:05.425Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1403 | 2024-10-15T21:10:06.644Z | Compiling tokio-postgres v0.7.12 |
1404 | 2024-10-15T21:10:07.331Z | Compiling bit-set v0.5.3 |
1405 | 2024-10-15T21:10:07.483Z | Compiling signal-hook-mio v0.2.4 |
1406 | 2024-10-15T21:10:07.601Z | Compiling reqwest v0.12.7 |
1407 | 2024-10-15T21:10:07.657Z | Compiling usdt v0.5.0 |
1408 | 2024-10-15T21:10:08.173Z | Compiling rsa v0.9.6 |
1409 | 2024-10-15T21:10:08.265Z | Compiling ed25519-dalek v2.1.1 |
1410 | 2024-10-15T21:10:08.285Z | Compiling ecdsa v0.16.9 |
1411 | 2024-10-15T21:10:09.150Z | Compiling flate2 v1.0.34 |
1412 | 2024-10-15T21:10:09.209Z | Compiling toml v0.7.8 |
1413 | 2024-10-15T21:10:10.147Z | Compiling itertools v0.12.1 |
1414 | 2024-10-15T21:10:10.464Z | Compiling itertools v0.10.5 |
1415 | 2024-10-15T21:10:10.951Z | Compiling hex v0.4.3 |
1416 | 2024-10-15T21:10:11.262Z | Compiling x509-cert v0.2.5 |
1417 | 2024-10-15T21:10:11.571Z | Compiling lalrpop-util v0.19.12 |
1418 | 2024-10-15T21:10:11.950Z | Compiling peg-runtime v0.8.3 |
1419 | 2024-10-15T21:10:12.334Z | Compiling unicode-xid v0.2.4 |
1420 | 2024-10-15T21:10:12.395Z | Compiling xattr v1.3.1 |
1421 | 2024-10-15T21:10:12.521Z | Compiling strum_macros v0.26.4 |
1422 | 2024-10-15T21:10:12.648Z | Compiling filetime v0.2.25 |
1423 | 2024-10-15T21:10:12.965Z | Compiling tar v0.4.42 |
1424 | 2024-10-15T21:10:16.134Z | Compiling strum v0.26.3 |
1425 | 2024-10-15T21:10:16.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1426 | 2024-10-15T21:10:16.492Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1427 | 2024-10-15T21:10:21.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s |
1428 | 2024-10-15T21:10:21.829Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1429 | 2024-10-15T21:10:21.879Z | Oct 15 21:10:20.746 INFO Starting download, target: Clickhouse |
1430 | 2024-10-15T21:10:21.879Z | Oct 15 21:10:20.747 INFO Starting download, target: Cockroach |
1431 | 2024-10-15T21:10:21.879Z | Oct 15 21:10:20.747 INFO Starting download, target: Console |
1432 | 2024-10-15T21:10:21.879Z | Oct 15 21:10:20.747 INFO Starting download, target: DendriteOpenapi |
1433 | 2024-10-15T21:10:21.879Z | Oct 15 21:10:20.747 INFO Starting download, target: DendriteStub |
1434 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.747 INFO Starting download, target: MaghemiteMgd |
1435 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.747 INFO Starting download, target: TransceiverControl |
1436 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.748 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1437 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.748 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1438 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.748 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1439 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.748 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1440 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.748 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1441 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.748 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1442 | 2024-10-15T21:10:21.882Z | Oct 15 21:10:20.748 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1443 | 2024-10-15T21:10:22.076Z | Oct 15 21:10:20.941 INFO Download complete, target: DendriteOpenapi |
1444 | 2024-10-15T21:10:22.298Z | Oct 15 21:10:21.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1445 | 2024-10-15T21:10:22.480Z | Oct 15 21:10:21.345 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1446 | 2024-10-15T21:10:22.594Z | Oct 15 21:10:21.461 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1447 | 2024-10-15T21:10:22.691Z | Oct 15 21:10:21.559 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1448 | 2024-10-15T21:10:22.859Z | Oct 15 21:10:21.727 INFO Download complete, target: Console |
1449 | 2024-10-15T21:10:23.108Z | Oct 15 21:10:21.975 INFO Download complete, target: TransceiverControl |
1450 | 2024-10-15T21:10:23.206Z | Oct 15 21:10:22.074 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1451 | 2024-10-15T21:10:23.206Z | Oct 15 21:10:22.074 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1452 | 2024-10-15T21:10:24.445Z | Oct 15 21:10:23.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1453 | 2024-10-15T21:10:25.591Z | Oct 15 21:10:24.458 INFO Download complete, target: DendriteStub |
1454 | 2024-10-15T21:10:25.978Z | Oct 15 21:10:24.846 INFO Download complete, target: MaghemiteMgd |
1455 | 2024-10-15T21:10:31.192Z | Oct 15 21:10:30.059 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1456 | 2024-10-15T21:10:31.480Z | Oct 15 21:10:30.345 INFO Checking that binary works, target: Cockroach |
1457 | 2024-10-15T21:10:31.633Z | Oct 15 21:10:30.499 INFO Download complete, target: Cockroach |
1458 | 2024-10-15T21:10:37.720Z | Oct 15 21:10:36.586 INFO Checking that binary works, target: Clickhouse |
1459 | 2024-10-15T21:10:38.935Z | Oct 15 21:10:37.801 INFO Download complete, target: Clickhouse |
1460 | 2024-10-15T21:10:38.941Z | All prerequisites installed successfully |
1461 | 2024-10-15T21:10:38.945Z | |
1462 | 2024-10-15T21:10:38.945Z | real 4:09.585037379 |
1463 | 2024-10-15T21:10:38.945Z | user 13:01.798253905 |
1464 | 2024-10-15T21:10:38.945Z | sys 2:42.223972676 |
1465 | 2024-10-15T21:10:38.945Z | trap 0.453766958 |
1466 | 2024-10-15T21:10:38.945Z | tflt 9.362959153 |
1467 | 2024-10-15T21:10:38.945Z | dflt 6.546818667 |
1468 | 2024-10-15T21:10:38.945Z | kflt 0.200600105 |
1469 | 2024-10-15T21:10:38.945Z | lock 25:21.754871549 |
1470 | 2024-10-15T21:10:38.945Z | slp 51:31.958256953 |
1471 | 2024-10-15T21:10:38.945Z | lat 41.990583703 |
1472 | 2024-10-15T21:10:38.945Z | stop 2:05.186007509 |
1473 | 2024-10-15T21:10:38.945Z | + ptime -m cargo xtask download softnpu |
1474 | 2024-10-15T21:10:39.136Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1475 | 2024-10-15T21:10:39.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1476 | 2024-10-15T21:10:39.558Z | Running `target/debug/xtask download softnpu` |
1477 | 2024-10-15T21:10:39.735Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1478 | 2024-10-15T21:10:40.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1479 | 2024-10-15T21:10:40.497Z | Running `target/debug/xtask-downloader softnpu` |
1480 | 2024-10-15T21:10:40.531Z | Oct 15 21:10:39.398 INFO Starting download, target: Softnpu |
1481 | 2024-10-15T21:10:40.534Z | Oct 15 21:10:39.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1482 | 2024-10-15T21:10:41.449Z | Oct 15 21:10:40.314 INFO Download complete, target: Softnpu |
1483 | 2024-10-15T21:10:41.452Z | |
1484 | 2024-10-15T21:10:41.456Z | real 2.503149394 |
1485 | 2024-10-15T21:10:41.456Z | user 1.330363096 |
1486 | 2024-10-15T21:10:41.456Z | sys 0.582289444 |
1487 | 2024-10-15T21:10:41.456Z | trap 0.000668164 |
1488 | 2024-10-15T21:10:41.456Z | tflt 0.000052165 |
1489 | 2024-10-15T21:10:41.456Z | dflt 0.000006369 |
1490 | 2024-10-15T21:10:41.456Z | kflt 0.000000000 |
1491 | 2024-10-15T21:10:41.456Z | lock 9.562772683 |
1492 | 2024-10-15T21:10:41.456Z | slp 0.900405672 |
1493 | 2024-10-15T21:10:41.456Z | lat 0.073863101 |
1494 | 2024-10-15T21:10:41.456Z | stop 0.000374055 |
1495 | 2024-10-15T21:10:41.456Z | + export CARGO_INCREMENTAL=0 |
1496 | 2024-10-15T21:10:41.456Z | + CARGO_INCREMENTAL=0 |
1497 | 2024-10-15T21:10:41.456Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1498 | 2024-10-15T21:10:41.641Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1499 | 2024-10-15T21:10:42.452Z | Compiling proc-macro2 v1.0.86 |
1500 | 2024-10-15T21:10:42.452Z | Compiling unicode-ident v1.0.13 |
1501 | 2024-10-15T21:10:42.456Z | Compiling libc v0.2.159 |
1502 | 2024-10-15T21:10:42.456Z | Compiling serde v1.0.210 |
1503 | 2024-10-15T21:10:42.456Z | Compiling version_check v0.9.5 |
1504 | 2024-10-15T21:10:42.456Z | Compiling autocfg v1.3.0 |
1505 | 2024-10-15T21:10:42.456Z | Compiling cfg-if v1.0.0 |
1506 | 2024-10-15T21:10:42.456Z | Compiling once_cell v1.19.0 |
1507 | 2024-10-15T21:10:42.787Z | Compiling typenum v1.17.0 |
1508 | 2024-10-15T21:10:42.842Z | Compiling memchr v2.7.2 |
1509 | 2024-10-15T21:10:43.323Z | Compiling lock_api v0.4.12 |
1510 | 2024-10-15T21:10:43.370Z | Compiling generic-array v0.14.7 |
1511 | 2024-10-15T21:10:43.633Z | Compiling ahash v0.8.11 |
1512 | 2024-10-15T21:10:43.674Z | Compiling parking_lot_core v0.9.10 |
1513 | 2024-10-15T21:10:43.706Z | Compiling byteorder v1.5.0 |
1514 | 2024-10-15T21:10:43.989Z | Compiling serde_json v1.0.128 |
1515 | 2024-10-15T21:10:44.111Z | Compiling quote v1.0.37 |
1516 | 2024-10-15T21:10:44.176Z | Compiling libm v0.2.8 |
1517 | 2024-10-15T21:10:44.315Z | Compiling thiserror v1.0.64 |
1518 | 2024-10-15T21:10:44.356Z | Compiling num-traits v0.2.19 |
1519 | 2024-10-15T21:10:44.556Z | Compiling syn v2.0.79 |
1520 | 2024-10-15T21:10:44.667Z | Compiling getrandom v0.2.14 |
1521 | 2024-10-15T21:10:44.754Z | Compiling jobserver v0.1.32 |
1522 | 2024-10-15T21:10:44.775Z | Compiling itoa v1.0.11 |
1523 | 2024-10-15T21:10:44.837Z | Compiling value-bag v1.9.0 |
1524 | 2024-10-15T21:10:44.990Z | Compiling slab v0.4.9 |
1525 | 2024-10-15T21:10:45.166Z | Compiling cc v1.0.97 |
1526 | 2024-10-15T21:10:45.318Z | Compiling log v0.4.22 |
1527 | 2024-10-15T21:10:45.471Z | Compiling scopeguard v1.2.0 |
1528 | 2024-10-15T21:10:45.488Z | Compiling rand_core v0.6.4 |
1529 | 2024-10-15T21:10:46.219Z | Compiling allocator-api2 v0.2.18 |
1530 | 2024-10-15T21:10:46.279Z | Compiling subtle v2.5.0 |
1531 | 2024-10-15T21:10:46.614Z | Compiling pin-project-lite v0.2.14 |
1532 | 2024-10-15T21:10:46.814Z | Compiling semver v1.0.23 |
1533 | 2024-10-15T21:10:46.874Z | Compiling smallvec v1.13.2 |
1534 | 2024-10-15T21:10:46.992Z | Compiling httparse v1.8.0 |
1535 | 2024-10-15T21:10:46.995Z | Compiling const-oid v0.9.6 |
1536 | 2024-10-15T21:10:47.263Z | Compiling equivalent v1.0.1 |
1537 | 2024-10-15T21:10:47.415Z | Compiling ryu v1.0.18 |
1538 | 2024-10-15T21:10:47.464Z | Compiling signal-hook-registry v1.4.2 |
1539 | 2024-10-15T21:10:47.583Z | Compiling mio v1.0.2 |
1540 | 2024-10-15T21:10:48.188Z | Compiling parking_lot v0.12.2 |
1541 | 2024-10-15T21:10:48.247Z | Compiling schemars v0.8.21 |
1542 | 2024-10-15T21:10:48.348Z | Compiling fnv v1.0.7 |
1543 | 2024-10-15T21:10:48.546Z | Compiling socket2 v0.5.7 |
1544 | 2024-10-15T21:10:48.599Z | Compiling ring v0.17.8 |
1545 | 2024-10-15T21:10:49.001Z | Compiling crossbeam-utils v0.8.19 |
1546 | 2024-10-15T21:10:49.030Z | Compiling futures-core v0.3.30 |
1547 | 2024-10-15T21:10:49.565Z | Compiling time-core v0.1.2 |
1548 | 2024-10-15T21:10:49.615Z | Compiling num-conv v0.1.0 |
1549 | 2024-10-15T21:10:49.894Z | Compiling time-macros v0.2.18 |
1550 | 2024-10-15T21:10:50.078Z | Compiling pkg-config v0.3.30 |
1551 | 2024-10-15T21:10:50.495Z | Compiling vcpkg v0.2.15 |
1552 | 2024-10-15T21:10:51.301Z | Compiling spin v0.9.8 |
1553 | 2024-10-15T21:10:52.024Z | Compiling futures-sink v0.3.30 |
1554 | 2024-10-15T21:10:52.175Z | Compiling serde_derive_internals v0.29.1 |
1555 | 2024-10-15T21:10:52.193Z | Compiling openssl-sys v0.9.103 |
1556 | 2024-10-15T21:10:52.725Z | Compiling cpufeatures v0.2.12 |
1557 | 2024-10-15T21:10:52.845Z | Compiling slog v2.7.0 |
1558 | 2024-10-15T21:10:53.180Z | Compiling syn v1.0.109 |
1559 | 2024-10-15T21:10:53.305Z | Compiling futures-channel v0.3.30 |
1560 | 2024-10-15T21:10:53.325Z | Compiling futures-io v0.3.30 |
1561 | 2024-10-15T21:10:53.564Z | Compiling heck v0.5.0 |
1562 | 2024-10-15T21:10:53.704Z | Compiling pin-utils v0.1.0 |
1563 | 2024-10-15T21:10:53.761Z | Compiling futures-task v0.3.30 |
1564 | 2024-10-15T21:10:54.056Z | Compiling tinyvec_macros v0.1.1 |
1565 | 2024-10-15T21:10:54.075Z | Compiling rustix v0.38.34 |
1566 | 2024-10-15T21:10:54.092Z | Compiling openssl v0.10.66 |
1567 | 2024-10-15T21:10:54.132Z | Compiling iana-time-zone v0.1.60 |
1568 | 2024-10-15T21:10:54.150Z | Compiling tinyvec v1.6.0 |
1569 | 2024-10-15T21:10:54.294Z | Compiling tracing-core v0.1.32 |
1570 | 2024-10-15T21:10:54.744Z | Compiling backtrace v0.3.71 |
1571 | 2024-10-15T21:10:54.827Z | Compiling unicode-bidi v0.3.15 |
1572 | 2024-10-15T21:10:54.846Z | Compiling rustls v0.23.10 |
1573 | 2024-10-15T21:10:55.138Z | Compiling native-tls v0.2.11 |
1574 | 2024-10-15T21:10:55.654Z | Compiling unicode-normalization v0.1.23 |
1575 | 2024-10-15T21:10:55.994Z | Compiling base64ct v1.6.0 |
1576 | 2024-10-15T21:10:56.634Z | Compiling ucd-trie v0.1.6 |
1577 | 2024-10-15T21:10:56.689Z | Compiling pem-rfc7468 v0.7.0 |
1578 | 2024-10-15T21:10:57.234Z | Compiling cookie v0.18.1 |
1579 | 2024-10-15T21:10:57.288Z | Compiling flagset v0.4.5 |
1580 | 2024-10-15T21:10:57.445Z | Compiling anyhow v1.0.89 |
1581 | 2024-10-15T21:10:57.466Z | Compiling serde_derive v1.0.210 |
1582 | 2024-10-15T21:10:57.466Z | Compiling zeroize_derive v1.4.2 |
1583 | 2024-10-15T21:10:57.516Z | Compiling zerocopy-derive v0.7.34 |
1584 | 2024-10-15T21:10:57.976Z | Compiling tokio-macros v2.4.0 |
1585 | 2024-10-15T21:10:58.840Z | Compiling thiserror-impl v1.0.64 |
1586 | 2024-10-15T21:10:59.302Z | Compiling zeroize v1.8.1 |
1587 | 2024-10-15T21:10:59.432Z | Compiling zerocopy v0.7.34 |
1588 | 2024-10-15T21:10:59.660Z | Compiling futures-macro v0.3.30 |
1589 | 2024-10-15T21:11:01.098Z | Compiling tracing-attributes v0.1.27 |
1590 | 2024-10-15T21:11:01.443Z | Compiling crypto-common v0.1.6 |
1591 | 2024-10-15T21:11:01.524Z | Compiling hashbrown v0.14.5 |
1592 | 2024-10-15T21:11:02.651Z | Compiling block-buffer v0.10.4 |
1593 | 2024-10-15T21:11:02.776Z | Compiling schemars_derive v0.8.21 |
1594 | 2024-10-15T21:11:02.859Z | Compiling digest v0.10.7 |
1595 | 2024-10-15T21:11:02.884Z | Compiling der_derive v0.7.2 |
1596 | 2024-10-15T21:11:04.162Z | Compiling futures-util v0.3.30 |
1597 | 2024-10-15T21:11:05.638Z | Compiling hmac v0.12.1 |
1598 | 2024-10-15T21:11:05.656Z | Compiling block-padding v0.3.3 |
1599 | 2024-10-15T21:11:05.851Z | Compiling inout v0.1.3 |
1600 | 2024-10-15T21:11:05.889Z | Compiling tracing v0.1.40 |
1601 | 2024-10-15T21:11:06.109Z | Compiling openssl-macros v0.1.1 |
1602 | 2024-10-15T21:11:06.256Z | Compiling cipher v0.4.4 |
1603 | 2024-10-15T21:11:06.677Z | Compiling sha2 v0.10.8 |
1604 | 2024-10-15T21:11:06.746Z | Compiling scroll_derive v0.12.0 |
1605 | 2024-10-15T21:11:07.332Z | Compiling pest v2.7.10 |
1606 | 2024-10-15T21:11:07.433Z | Compiling async-trait v0.1.83 |
1607 | 2024-10-15T21:11:07.975Z | Compiling dyn-clone v1.0.17 |
1608 | 2024-10-15T21:11:08.191Z | Compiling ppv-lite86 v0.2.17 |
1609 | 2024-10-15T21:11:08.312Z | Compiling heck v0.4.1 |
1610 | 2024-10-15T21:11:08.725Z | Compiling camino v1.1.9 |
1611 | 2024-10-15T21:11:08.930Z | Compiling rand_chacha v0.3.1 |
1612 | 2024-10-15T21:11:09.331Z | Compiling der v0.7.9 |
1613 | 2024-10-15T21:11:09.926Z | Compiling pest_meta v2.7.10 |
1614 | 2024-10-15T21:11:10.280Z | Compiling bytes v1.7.2 |
1615 | 2024-10-15T21:11:10.520Z | Compiling indexmap v2.5.0 |
1616 | 2024-10-15T21:11:11.093Z | Compiling serde_tokenstream v0.2.2 |
1617 | 2024-10-15T21:11:11.674Z | Compiling tokio v1.39.3 |
1618 | 2024-10-15T21:11:12.080Z | Compiling http v1.1.0 |
1619 | 2024-10-15T21:11:12.277Z | Compiling rustc_version v0.4.0 |
1620 | 2024-10-15T21:11:13.331Z | Compiling uuid v1.10.0 |
1621 | 2024-10-15T21:11:13.444Z | Compiling chrono v0.4.38 |
1622 | 2024-10-15T21:11:14.247Z | Compiling bitflags v2.6.0 |
1623 | 2024-10-15T21:11:14.418Z | Compiling toml_datetime v0.6.8 |
1624 | 2024-10-15T21:11:14.886Z | Compiling serde_spanned v0.6.7 |
1625 | 2024-10-15T21:11:14.897Z | Compiling aho-corasick v1.1.3 |
1626 | 2024-10-15T21:11:15.127Z | Compiling percent-encoding v2.3.1 |
1627 | 2024-10-15T21:11:15.608Z | Compiling rustls-pki-types v1.7.0 |
1628 | 2024-10-15T21:11:18.486Z | Compiling regex-syntax v0.8.4 |
1629 | 2024-10-15T21:11:19.573Z | Compiling rustls v0.22.4 |
1630 | 2024-10-15T21:11:19.605Z | Compiling spki v0.7.3 |
1631 | 2024-10-15T21:11:19.876Z | Compiling pest_generator v2.7.10 |
1632 | 2024-10-15T21:11:19.984Z | Compiling tokio-util v0.7.12 |
1633 | 2024-10-15T21:11:20.870Z | Compiling rand v0.8.5 |
1634 | 2024-10-15T21:11:21.290Z | Compiling salsa20 v0.10.2 |
1635 | 2024-10-15T21:11:21.520Z | Compiling pbkdf2 v0.12.2 |
1636 | 2024-10-15T21:11:21.970Z | Compiling regex-automata v0.4.6 |
1637 | 2024-10-15T21:11:22.024Z | Compiling winnow v0.5.40 |
1638 | 2024-10-15T21:11:22.404Z | Compiling powerfmt v0.2.0 |
1639 | 2024-10-15T21:11:22.867Z | Compiling untrusted v0.9.0 |
1640 | 2024-10-15T21:11:23.660Z | Compiling rayon-core v1.12.1 |
1641 | 2024-10-15T21:11:23.798Z | Compiling deranged v0.3.11 |
1642 | 2024-10-15T21:11:25.923Z | Compiling toml_edit v0.19.15 |
1643 | 2024-10-15T21:11:27.231Z | Compiling scrypt v0.11.0 |
1644 | 2024-10-15T21:11:27.433Z | Compiling pest_derive v2.7.10 |
1645 | 2024-10-15T21:11:27.705Z | Compiling aes v0.8.4 |
1646 | 2024-10-15T21:11:27.753Z | Compiling cbc v0.1.2 |
1647 | 2024-10-15T21:11:27.978Z | Compiling multer v3.1.0 |
1648 | 2024-10-15T21:11:28.214Z | Compiling usdt-impl v0.5.0 |
1649 | 2024-10-15T21:11:28.295Z | Compiling atomic-waker v1.1.2 |
1650 | 2024-10-15T21:11:28.748Z | Compiling try-lock v0.2.5 |
1651 | 2024-10-15T21:11:28.772Z | Compiling slog-async v2.8.0 |
1652 | 2024-10-15T21:11:28.904Z | Compiling num_threads v0.1.7 |
1653 | 2024-10-15T21:11:28.964Z | Compiling rustversion v1.0.17 |
1654 | 2024-10-15T21:11:29.063Z | Compiling time v0.3.36 |
1655 | 2024-10-15T21:11:29.260Z | Compiling want v0.3.1 |
1656 | 2024-10-15T21:11:29.712Z | Compiling pkcs5 v0.7.1 |
1657 | 2024-10-15T21:11:30.414Z | Compiling rustls-webpki v0.102.4 |
1658 | 2024-10-15T21:11:31.663Z | Compiling form_urlencoded v1.2.1 |
1659 | 2024-10-15T21:11:32.226Z | Compiling heapless v0.7.17 |
1660 | 2024-10-15T21:11:32.481Z | Compiling scroll v0.12.0 |
1661 | 2024-10-15T21:11:32.885Z | Compiling paste v1.0.15 |
1662 | 2024-10-15T21:11:33.050Z | Compiling httpdate v1.0.3 |
1663 | 2024-10-15T21:11:33.474Z | Compiling plain v0.2.3 |
1664 | 2024-10-15T21:11:33.746Z | Compiling goblin v0.8.2 |
1665 | 2024-10-15T21:11:35.084Z | Compiling pkcs8 v0.10.2 |
1666 | 2024-10-15T21:11:35.575Z | Compiling regex v1.10.6 |
1667 | 2024-10-15T21:11:35.789Z | Compiling async-stream-impl v0.3.5 |
1668 | 2024-10-15T21:11:36.099Z | Compiling tower-service v0.3.2 |
1669 | 2024-10-15T21:11:36.223Z | Compiling crc32fast v1.4.0 |
1670 | 2024-10-15T21:11:36.261Z | Compiling base64 v0.22.1 |
1671 | 2024-10-15T21:11:36.810Z | Compiling pretty-hex v0.4.1 |
1672 | 2024-10-15T21:11:36.904Z | Compiling strsim v0.11.1 |
1673 | 2024-10-15T21:11:37.825Z | Compiling dtrace-parser v0.2.0 |
1674 | 2024-10-15T21:11:37.886Z | Compiling http-body v1.0.0 |
1675 | 2024-10-15T21:11:38.156Z | Compiling curve25519-dalek v4.1.3 |
1676 | 2024-10-15T21:11:38.365Z | Compiling openapiv3 v2.0.0 |
1677 | 2024-10-15T21:11:38.598Z | Compiling enum-as-inner v0.6.0 |
1678 | 2024-10-15T21:11:39.424Z | Compiling idna v0.5.0 |
1679 | 2024-10-15T21:11:39.653Z | Compiling thread-id v4.2.1 |
1680 | 2024-10-15T21:11:39.671Z | Compiling dropshot v0.10.1 |
1681 | 2024-10-15T21:11:39.773Z | Compiling dof v0.3.0 |
1682 | 2024-10-15T21:11:39.994Z | Compiling smoltcp v0.9.1 |
1683 | 2024-10-15T21:11:40.279Z | Compiling portable-atomic v1.6.0 |
1684 | 2024-10-15T21:11:40.647Z | Compiling signal-hook v0.3.17 |
1685 | 2024-10-15T21:11:40.829Z | Compiling num-bigint-dig v0.8.4 |
1686 | 2024-10-15T21:11:40.952Z | Compiling foreign-types-shared v0.1.1 |
1687 | 2024-10-15T21:11:41.067Z | Compiling match_cfg v0.1.0 |
1688 | 2024-10-15T21:11:41.145Z | Compiling foreign-types v0.3.2 |
1689 | 2024-10-15T21:11:41.164Z | Compiling hostname v0.3.1 |
1690 | 2024-10-15T21:11:41.243Z | Compiling url v2.5.2 |
1691 | 2024-10-15T21:11:42.640Z | Compiling h2 v0.4.6 |
1692 | 2024-10-15T21:11:42.741Z | Compiling http v0.2.12 |
1693 | 2024-10-15T21:11:43.254Z | Compiling errno v0.3.9 |
1694 | 2024-10-15T21:11:43.502Z | Compiling dirs-sys-next v0.1.2 |
1695 | 2024-10-15T21:11:43.820Z | Compiling gimli v0.28.1 |
1696 | 2024-10-15T21:11:43.973Z | Compiling data-encoding v2.6.0 |
1697 | 2024-10-15T21:11:44.338Z | Compiling adler v1.0.2 |
1698 | 2024-10-15T21:11:44.640Z | Compiling siphasher v0.3.11 |
1699 | 2024-10-15T21:11:45.021Z | Compiling miniz_oxide v0.7.2 |
1700 | 2024-10-15T21:11:45.846Z | Compiling dirs-next v2.0.0 |
1701 | 2024-10-15T21:11:48.659Z | Compiling addr2line v0.21.0 |
1702 | 2024-10-15T21:11:49.547Z | Compiling hyper v1.4.1 |
1703 | 2024-10-15T21:11:50.840Z | Compiling crossbeam-epoch v0.9.18 |
1704 | 2024-10-15T21:11:51.063Z | Compiling dropshot_endpoint v0.10.1 |
1705 | 2024-10-15T21:11:51.548Z | Compiling hubpack_derive v0.1.1 |
1706 | 2024-10-15T21:11:52.414Z | Compiling sha1 v0.10.6 |
1707 | 2024-10-15T21:11:52.435Z | Compiling signature v2.2.0 |
1708 | 2024-10-15T21:11:52.693Z | Compiling zerocopy-derive v0.6.6 |
1709 | 2024-10-15T21:11:52.810Z | Compiling curve25519-dalek-derive v0.1.1 |
1710 | 2024-10-15T21:11:53.220Z | Compiling lazy_static v1.5.0 |
1711 | 2024-10-15T21:11:53.590Z | Compiling object v0.32.2 |
1712 | 2024-10-15T21:11:54.216Z | Compiling fs-err v2.11.0 |
1713 | 2024-10-15T21:11:54.472Z | Compiling thread_local v1.1.8 |
1714 | 2024-10-15T21:11:54.504Z | Compiling encoding_rs v0.8.34 |
1715 | 2024-10-15T21:11:55.274Z | Compiling anstyle v1.0.8 |
1716 | 2024-10-15T21:11:55.399Z | Compiling stable_deref_trait v1.2.0 |
1717 | 2024-10-15T21:11:55.506Z | Compiling mime v0.3.17 |
1718 | 2024-10-15T21:11:56.054Z | Compiling winnow v0.6.18 |
1719 | 2024-10-15T21:11:58.070Z | Compiling ipnet v2.10.0 |
1720 | 2024-10-15T21:11:59.128Z | Compiling openssl-probe v0.1.5 |
1721 | 2024-10-15T21:11:59.918Z | Compiling finl_unicode v1.2.0 |
1722 | 2024-10-15T21:12:00.559Z | Compiling utf8parse v0.2.1 |
1723 | 2024-10-15T21:12:01.143Z | Compiling either v1.13.0 |
1724 | 2024-10-15T21:12:01.879Z | Compiling rustc-demangle v0.1.24 |
1725 | 2024-10-15T21:12:02.712Z | Compiling anstyle-parse v0.2.4 |
1726 | 2024-10-15T21:12:02.810Z | Compiling stringprep v0.1.4 |
1727 | 2024-10-15T21:12:03.045Z | Compiling toml_edit v0.22.22 |
1728 | 2024-10-15T21:12:04.544Z | Compiling hyper-util v0.1.9 |
1729 | 2024-10-15T21:12:09.597Z | Compiling crossbeam-deque v0.8.5 |
1730 | 2024-10-15T21:12:10.821Z | Compiling term v0.7.0 |
1731 | 2024-10-15T21:12:12.123Z | Compiling h2 v0.3.26 |
1732 | 2024-10-15T21:12:12.579Z | Compiling http-body v0.4.6 |
1733 | 2024-10-15T21:12:13.117Z | Compiling usdt-attr-macro v0.5.0 |
1734 | 2024-10-15T21:12:13.442Z | Compiling usdt-macro v0.5.0 |
1735 | 2024-10-15T21:12:14.779Z | Compiling slog-json v2.6.1 |
1736 | 2024-10-15T21:12:14.910Z | Compiling rustls-pemfile v2.1.3 |
1737 | 2024-10-15T21:12:15.507Z | Compiling serde_urlencoded v0.7.1 |
1738 | 2024-10-15T21:12:16.326Z | Compiling crossbeam-channel v0.5.12 |
1739 | 2024-10-15T21:12:19.735Z | Compiling futures-executor v0.3.30 |
1740 | 2024-10-15T21:12:19.842Z | Compiling md-5 v0.10.6 |
1741 | 2024-10-15T21:12:19.842Z | Compiling idna v0.4.0 |
1742 | 2024-10-15T21:12:19.842Z | Compiling idna v0.3.0 |
1743 | 2024-10-15T21:12:19.842Z | Compiling num-integer v0.1.46 |
1744 | 2024-10-15T21:12:19.842Z | Compiling ff v0.13.0 |
1745 | 2024-10-15T21:12:19.842Z | Compiling is-terminal v0.4.12 |
1746 | 2024-10-15T21:12:19.842Z | Compiling socket2 v0.4.10 |
1747 | 2024-10-15T21:12:19.842Z | Compiling hash32 v0.2.1 |
1748 | 2024-10-15T21:12:19.843Z | Compiling linked-hash-map v0.5.6 |
1749 | 2024-10-15T21:12:19.843Z | Compiling quick-error v1.2.3 |
1750 | 2024-10-15T21:12:19.854Z | Compiling colorchoice v1.0.1 |
1751 | 2024-10-15T21:12:19.889Z | Compiling take_mut v0.2.2 |
1752 | 2024-10-15T21:12:19.918Z | Compiling anstyle-query v1.0.3 |
1753 | 2024-10-15T21:12:20.054Z | Compiling utf-8 v0.7.6 |
1754 | 2024-10-15T21:12:20.073Z | Compiling base16ct v0.2.0 |
1755 | 2024-10-15T21:12:20.369Z | Compiling fallible-iterator v0.2.0 |
1756 | 2024-10-15T21:12:20.376Z | Compiling is_terminal_polyfill v1.70.0 |
1757 | 2024-10-15T21:12:20.500Z | Compiling psl-types v2.0.11 |
1758 | 2024-10-15T21:12:21.119Z | Compiling postgres-protocol v0.6.7 |
1759 | 2024-10-15T21:12:21.827Z | Compiling publicsuffix v2.2.3 |
1760 | 2024-10-15T21:12:22.098Z | Compiling anstream v0.6.14 |
1761 | 2024-10-15T21:12:22.243Z | Compiling sec1 v0.7.3 |
1762 | 2024-10-15T21:12:22.287Z | Compiling tungstenite v0.23.0 |
1763 | 2024-10-15T21:12:22.739Z | Compiling resolv-conf v0.7.0 |
1764 | 2024-10-15T21:12:22.768Z | Compiling lru-cache v0.1.2 |
1765 | 2024-10-15T21:12:22.986Z | Compiling hyper v0.14.30 |
1766 | 2024-10-15T21:12:23.541Z | Compiling slog-term v2.9.1 |
1767 | 2024-10-15T21:12:24.358Z | Compiling group v0.13.0 |
1768 | 2024-10-15T21:12:24.523Z | Compiling hickory-proto v0.24.1 |
1769 | 2024-10-15T21:12:24.654Z | Compiling num-iter v0.1.45 |
1770 | 2024-10-15T21:12:26.176Z | Compiling futures v0.3.30 |
1771 | 2024-10-15T21:12:28.460Z | Compiling slog-bunyan v2.5.0 |
1772 | 2024-10-15T21:12:28.569Z | Compiling tokio-rustls v0.25.0 |
1773 | 2024-10-15T21:12:28.669Z | Compiling tokio-rustls v0.26.0 |
1774 | 2024-10-15T21:12:32.318Z | Compiling terminal_size v0.3.0 |
1775 | 2024-10-15T21:12:32.364Z | Compiling toml v0.8.19 |
1776 | 2024-10-15T21:12:32.364Z | Compiling tokio-native-tls v0.3.1 |
1777 | 2024-10-15T21:12:32.385Z | Compiling phf_shared v0.11.2 |
1778 | 2024-10-15T21:12:32.385Z | Compiling http-body-util v0.1.2 |
1779 | 2024-10-15T21:12:32.385Z | Compiling async-stream v0.3.5 |
1780 | 2024-10-15T21:12:32.385Z | Compiling strum_macros v0.25.3 |
1781 | 2024-10-15T21:12:32.385Z | Compiling waitgroup v0.1.2 |
1782 | 2024-10-15T21:12:32.386Z | Compiling webpki-roots v0.26.3 |
1783 | 2024-10-15T21:12:32.386Z | Compiling serde_path_to_error v0.1.16 |
1784 | 2024-10-15T21:12:32.386Z | Compiling hkdf v0.12.4 |
1785 | 2024-10-15T21:12:32.386Z | Compiling regress v0.10.1 |
1786 | 2024-10-15T21:12:32.386Z | Compiling crypto-bigint v0.5.5 |
1787 | 2024-10-15T21:12:32.622Z | Compiling derive-where v1.2.7 |
1788 | 2024-10-15T21:12:33.605Z | Compiling serde_repr v0.1.19 |
1789 | 2024-10-15T21:12:34.682Z | Compiling clap_derive v4.5.18 |
1790 | 2024-10-15T21:12:35.915Z | Compiling hostname v0.4.0 |
1791 | 2024-10-15T21:12:35.965Z | Compiling bitflags v1.3.2 |
1792 | 2024-10-15T21:12:36.084Z | Compiling unicode-width v0.1.13 |
1793 | 2024-10-15T21:12:36.140Z | Compiling debug-ignore v1.0.5 |
1794 | 2024-10-15T21:12:36.296Z | Compiling managed v0.8.0 |
1795 | 2024-10-15T21:12:36.331Z | Compiling clap_lex v0.7.0 |
1796 | 2024-10-15T21:12:36.850Z | Compiling adler2 v2.0.0 |
1797 | 2024-10-15T21:12:37.170Z | Compiling miniz_oxide v0.8.0 |
1798 | 2024-10-15T21:12:38.020Z | Compiling clap_builder v4.5.18 |
1799 | 2024-10-15T21:12:38.495Z | Compiling console v0.15.8 |
1800 | 2024-10-15T21:12:39.243Z | Compiling typify-impl v0.2.0 |
1801 | 2024-10-15T21:12:39.354Z | Compiling elliptic-curve v0.13.8 |
1802 | 2024-10-15T21:12:42.388Z | Compiling hyper-rustls v0.27.3 |
1803 | 2024-10-15T21:12:42.966Z | Compiling hyper-tls v0.6.0 |
1804 | 2024-10-15T21:12:45.351Z | Compiling hickory-resolver v0.24.1 |
1805 | 2024-10-15T21:12:45.849Z | Compiling phf v0.11.2 |
1806 | 2024-10-15T21:12:46.154Z | Compiling rayon v1.10.0 |
1807 | 2024-10-15T21:12:47.126Z | Compiling cookie_store v0.21.0 |
1808 | 2024-10-15T21:12:47.374Z | Compiling tokio-tungstenite v0.23.1 |
1809 | 2024-10-15T21:12:47.904Z | Compiling postgres-types v0.2.8 |
1810 | 2024-10-15T21:12:48.480Z | Compiling zerocopy v0.6.6 |
1811 | 2024-10-15T21:12:48.659Z | Compiling ed25519 v2.2.3 |
1812 | 2024-10-15T21:12:49.125Z | Compiling hubpack v0.1.2 |
1813 | 2024-10-15T21:12:49.243Z | Compiling phf_shared v0.10.0 |
1814 | 2024-10-15T21:12:49.343Z | Compiling pkcs1 v0.7.5 |
1815 | 2024-10-15T21:12:49.656Z | Compiling bstr v1.9.1 |
1816 | 2024-10-15T21:12:50.254Z | Compiling tokio-stream v0.1.16 |
1817 | 2024-10-15T21:12:50.859Z | Compiling serde-big-array v0.5.1 |
1818 | 2024-10-15T21:12:51.098Z | Compiling rfc6979 v0.4.0 |
1819 | 2024-10-15T21:12:51.140Z | Compiling float-cmp v0.9.0 |
1820 | 2024-10-15T21:12:51.262Z | Compiling sync_wrapper v1.0.1 |
1821 | 2024-10-15T21:12:51.287Z | Compiling mio v0.8.11 |
1822 | 2024-10-15T21:12:51.355Z | Compiling memmap v0.7.0 |
1823 | 2024-10-15T21:12:51.412Z | Compiling number_prefix v0.4.0 |
1824 | 2024-10-15T21:12:51.624Z | Compiling fixedbitset v0.4.2 |
1825 | 2024-10-15T21:12:51.653Z | Compiling minimal-lexical v0.2.1 |
1826 | 2024-10-15T21:12:51.759Z | Compiling difflib v0.4.0 |
1827 | 2024-10-15T21:12:52.041Z | Compiling predicates-core v1.0.6 |
1828 | 2024-10-15T21:12:52.168Z | Compiling whoami v1.5.2 |
1829 | 2024-10-15T21:12:52.351Z | Compiling unicode-segmentation v1.11.0 |
1830 | 2024-10-15T21:12:52.373Z | Compiling static_assertions v1.1.0 |
1831 | 2024-10-15T21:12:52.391Z | Compiling bit-vec v0.6.3 |
1832 | 2024-10-15T21:12:52.478Z | Compiling normalize-line-endings v0.3.0 |
1833 | 2024-10-15T21:12:52.613Z | Compiling precomputed-hash v0.1.1 |
1834 | 2024-10-15T21:12:52.731Z | Compiling new_debug_unreachable v1.0.6 |
1835 | 2024-10-15T21:12:52.750Z | Compiling bit-set v0.5.3 |
1836 | 2024-10-15T21:12:52.804Z | Compiling string_cache v0.8.7 |
1837 | 2024-10-15T21:12:52.827Z | Compiling predicates v3.1.2 |
1838 | 2024-10-15T21:12:53.007Z | Compiling similar v2.6.0 |
1839 | 2024-10-15T21:12:53.035Z | Compiling tokio-postgres v0.7.12 |
1840 | 2024-10-15T21:12:53.145Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1841 | 2024-10-15T21:12:53.212Z | Compiling nom v7.1.3 |
1842 | 2024-10-15T21:12:54.309Z | Compiling signal-hook-mio v0.2.4 |
1843 | 2024-10-15T21:12:54.491Z | Compiling petgraph v0.6.5 |
1844 | 2024-10-15T21:12:55.061Z | Compiling indicatif v0.17.8 |
1845 | 2024-10-15T21:12:56.838Z | Compiling usdt v0.5.0 |
1846 | 2024-10-15T21:12:56.916Z | Compiling typify-macro v0.2.0 |
1847 | 2024-10-15T21:12:57.127Z | Compiling reqwest v0.12.7 |
1848 | 2024-10-15T21:12:57.301Z | Compiling ecdsa v0.16.9 |
1849 | 2024-10-15T21:12:58.178Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
1850 | 2024-10-15T21:12:58.996Z | Compiling rsa v0.9.6 |
1851 | 2024-10-15T21:12:59.613Z | Compiling ed25519-dalek v2.1.1 |
1852 | 2024-10-15T21:13:00.560Z | Compiling flate2 v1.0.34 |
1853 | 2024-10-15T21:13:00.653Z | Compiling clap v4.5.18 |
1854 | 2024-10-15T21:13:00.790Z | Compiling itertools v0.10.5 |
1855 | 2024-10-15T21:13:01.518Z | Compiling itertools v0.12.1 |
1856 | 2024-10-15T21:13:03.354Z | Compiling toml v0.7.8 |
1857 | 2024-10-15T21:13:03.722Z | Compiling x509-cert v0.2.5 |
1858 | 2024-10-15T21:13:04.865Z | Compiling hex v0.4.3 |
1859 | 2024-10-15T21:13:07.498Z | Compiling lalrpop-util v0.19.12 |
1860 | 2024-10-15T21:13:07.582Z | Compiling unicode-xid v0.2.4 |
1861 | 2024-10-15T21:13:07.641Z | Compiling peg-runtime v0.8.3 |
1862 | 2024-10-15T21:13:08.177Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1863 | 2024-10-15T21:13:12.428Z | Compiling proc-macro-crate v1.3.1 |
1864 | 2024-10-15T21:13:14.217Z | Compiling heapless v0.8.0 |
1865 | 2024-10-15T21:13:20.669Z | Compiling num_enum_derive v0.5.11 |
1866 | 2024-10-15T21:13:24.562Z | Compiling ipnetwork v0.20.0 |
1867 | 2024-10-15T21:13:29.898Z | Compiling hash32 v0.3.1 |
1868 | 2024-10-15T21:13:32.004Z | Compiling smoltcp v0.11.0 |
1869 | 2024-10-15T21:13:32.210Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1870 | 2024-10-15T21:13:32.963Z | Compiling ident_case v1.0.1 |
1871 | 2024-10-15T21:13:33.158Z | Compiling darling_core v0.20.9 |
1872 | 2024-10-15T21:13:41.912Z | Compiling num_enum v0.5.11 |
1873 | 2024-10-15T21:13:42.341Z | Compiling typify v0.2.0 |
1874 | 2024-10-15T21:13:43.983Z | Compiling proc-macro-error-attr v1.0.4 |
1875 | 2024-10-15T21:13:44.311Z | Compiling embedded-io v0.4.0 |
1876 | 2024-10-15T21:13:44.559Z | Compiling unsafe-libyaml v0.2.11 |
1877 | 2024-10-15T21:13:46.326Z | Compiling cobs v0.2.3 |
1878 | 2024-10-15T21:13:48.494Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1879 | 2024-10-15T21:13:48.881Z | Compiling postcard v1.0.8 |
1880 | 2024-10-15T21:13:53.828Z | Compiling serde_yaml v0.9.34+deprecated |
1881 | 2024-10-15T21:14:04.521Z | Compiling progenitor-impl v0.8.0 |
1882 | 2024-10-15T21:14:11.315Z | Compiling darling_macro v0.20.9 |
1883 | 2024-10-15T21:14:16.676Z | Compiling strum_macros v0.26.4 |
1884 | 2024-10-15T21:14:17.399Z | Compiling structmeta-derive v0.3.0 |
1885 | 2024-10-15T21:14:17.441Z | Compiling foreign-types-macros v0.2.3 |
1886 | 2024-10-15T21:14:18.466Z | Compiling proc-macro-error v1.0.4 |
1887 | 2024-10-15T21:14:18.632Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1888 | 2024-10-15T21:14:20.090Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1889 | 2024-10-15T21:14:20.163Z | Compiling foreign-types-shared v0.3.1 |
1890 | 2024-10-15T21:14:20.288Z | Compiling foreign-types v0.5.0 |
1891 | 2024-10-15T21:14:20.411Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1892 | 2024-10-15T21:14:21.130Z | Compiling structmeta v0.3.0 |
1893 | 2024-10-15T21:14:21.187Z | Compiling strum v0.26.3 |
1894 | 2024-10-15T21:14:28.113Z | Compiling darling v0.20.9 |
1895 | 2024-10-15T21:14:28.236Z | Compiling progenitor-macro v0.8.0 |
1896 | 2024-10-15T21:14:30.555Z | Compiling progenitor-client v0.8.0 |
1897 | 2024-10-15T21:14:31.535Z | Compiling tabwriter v1.4.0 |
1898 | 2024-10-15T21:14:33.524Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1899 | 2024-10-15T21:14:34.352Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1900 | 2024-10-15T21:14:35.221Z | Compiling cstr-argument v0.1.2 |
1901 | 2024-10-15T21:14:35.493Z | Compiling dropshot v0.12.0 |
1902 | 2024-10-15T21:14:35.840Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1903 | 2024-10-15T21:14:35.887Z | Compiling crucible-workspace-hack v0.1.0 |
1904 | 2024-10-15T21:14:36.148Z | Compiling pretty-hex v0.2.1 |
1905 | 2024-10-15T21:14:36.201Z | Compiling fastrand v2.1.0 |
1906 | 2024-10-15T21:14:36.692Z | Compiling tempfile v3.10.1 |
1907 | 2024-10-15T21:14:37.003Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1908 | 2024-10-15T21:14:37.489Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1909 | 2024-10-15T21:14:37.782Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1910 | 2024-10-15T21:14:38.298Z | Compiling serde_with_macros v3.9.0 |
1911 | 2024-10-15T21:14:38.587Z | Compiling parse-display-derive v0.10.0 |
1912 | 2024-10-15T21:14:38.714Z | Compiling colored v2.1.0 |
1913 | 2024-10-15T21:14:40.101Z | Compiling newtype-uuid v1.1.0 |
1914 | 2024-10-15T21:14:40.468Z | Compiling dropshot_endpoint v0.12.0 |
1915 | 2024-10-15T21:14:40.922Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-10-15T21:14:41.653Z | Compiling instant v0.1.12 |
1917 | 2024-10-15T21:14:41.821Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1918 | 2024-10-15T21:14:42.324Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1919 | 2024-10-15T21:14:42.432Z | Compiling parse-display v0.10.0 |
1920 | 2024-10-15T21:14:43.244Z | Compiling progenitor v0.8.0 |
1921 | 2024-10-15T21:14:43.328Z | Compiling backoff v0.4.0 |
1922 | 2024-10-15T21:14:43.504Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1923 | 2024-10-15T21:14:43.715Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1924 | 2024-10-15T21:14:43.942Z | Compiling serde_with v3.9.0 |
1925 | 2024-10-15T21:14:44.433Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1926 | 2024-10-15T21:14:45.020Z | Compiling zone_cfg_derive v0.3.0 |
1927 | 2024-10-15T21:14:45.111Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1928 | 2024-10-15T21:14:45.975Z | Compiling camino-tempfile v1.1.1 |
1929 | 2024-10-15T21:14:46.441Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1930 | 2024-10-15T21:14:46.792Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1931 | 2024-10-15T21:14:46.942Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1932 | 2024-10-15T21:14:46.992Z | Compiling macaddr v1.0.1 |
1933 | 2024-10-15T21:14:47.640Z | Compiling regress v0.9.1 |
1934 | 2024-10-15T21:14:48.268Z | Compiling num-derive v0.4.2 |
1935 | 2024-10-15T21:14:50.614Z | Compiling sigpipe v0.1.3 |
1936 | 2024-10-15T21:14:50.760Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1937 | 2024-10-15T21:14:50.858Z | Compiling libefi-sys v0.1.0 |
1938 | 2024-10-15T21:14:51.104Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1939 | 2024-10-15T21:14:51.220Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1940 | 2024-10-15T21:14:52.814Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1941 | 2024-10-15T21:14:53.676Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1942 | 2024-10-15T21:14:54.435Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1943 | 2024-10-15T21:14:55.024Z | Compiling zone v0.3.0 |
1944 | 2024-10-15T21:14:56.423Z | Compiling smf v0.2.3 |
1945 | 2024-10-15T21:14:57.619Z | Compiling bitfield-struct v0.6.1 |
1946 | 2024-10-15T21:14:58.360Z | Compiling blake3 v1.5.1 |
1947 | 2024-10-15T21:14:59.009Z | Compiling ring v0.16.20 |
1948 | 2024-10-15T21:14:59.042Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1949 | 2024-10-15T21:14:59.061Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1950 | 2024-10-15T21:15:00.342Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1951 | 2024-10-15T21:15:00.348Z | Compiling xattr v1.3.1 |
1952 | 2024-10-15T21:15:00.652Z | Compiling memmap2 v0.9.4 |
1953 | 2024-10-15T21:15:01.048Z | Compiling filetime v0.2.25 |
1954 | 2024-10-15T21:15:01.263Z | Compiling spin v0.5.2 |
1955 | 2024-10-15T21:15:01.391Z | Compiling same-file v1.0.6 |
1956 | 2024-10-15T21:15:01.498Z | Compiling constant_time_eq v0.3.0 |
1957 | 2024-10-15T21:15:01.517Z | Compiling arrayvec v0.7.4 |
1958 | 2024-10-15T21:15:01.676Z | Compiling arrayref v0.3.7 |
1959 | 2024-10-15T21:15:01.695Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1960 | 2024-10-15T21:15:01.795Z | Compiling untrusted v0.7.1 |
1961 | 2024-10-15T21:15:01.798Z | Compiling walkdir v2.5.0 |
1962 | 2024-10-15T21:15:01.838Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1963 | 2024-10-15T21:15:02.001Z | Compiling tar v0.4.42 |
1964 | 2024-10-15T21:15:03.422Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1965 | 2024-10-15T21:15:03.853Z | Compiling gethostname v0.5.0 |
1966 | 2024-10-15T21:15:04.067Z | Compiling cargo-platform v0.1.8 |
1967 | 2024-10-15T21:15:04.442Z | Compiling topological-sort v0.2.2 |
1968 | 2024-10-15T21:15:04.727Z | Compiling cargo_metadata v0.18.1 |
1969 | 2024-10-15T21:15:09.038Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1970 | 2024-10-15T21:15:09.616Z | Compiling omicron-zone-package v0.11.1 |
1971 | 2024-10-15T21:15:10.456Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1972 | 2024-10-15T21:15:12.726Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1973 | 2024-10-15T21:15:34.554Z | Finished `release` profile [optimized] target(s) in 4m 53s |
1974 | 2024-10-15T21:15:34.708Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1975 | 2024-10-15T21:15:34.767Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1976 | 2024-10-15T21:15:35.028Z | Created new build target 'test' and set it as active |
1977 | 2024-10-15T21:15:35.028Z | |
1978 | 2024-10-15T21:15:35.028Z | real 4:53.281560196 |
1979 | 2024-10-15T21:15:35.028Z | user 33:23.037077454 |
1980 | 2024-10-15T21:15:35.028Z | sys 4:03.282659506 |
1981 | 2024-10-15T21:15:35.028Z | trap 0.973603323 |
1982 | 2024-10-15T21:15:35.028Z | tflt 3.304082804 |
1983 | 2024-10-15T21:15:35.028Z | dflt 0.789963697 |
1984 | 2024-10-15T21:15:35.028Z | kflt 0.018889555 |
1985 | 2024-10-15T21:15:35.028Z | lock 1:15:21.690432440 |
1986 | 2024-10-15T21:15:35.028Z | slp 2:09:45.378556022 |
1987 | 2024-10-15T21:15:35.028Z | lat 2:13.583760059 |
1988 | 2024-10-15T21:15:35.028Z | stop 4:03.755430036 |
1989 | 2024-10-15T21:15:35.028Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1990 | 2024-10-15T21:15:35.035Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1991 | 2024-10-15T21:15:35.783Z | Finished `release` profile [optimized] target(s) in 0.97s |
1992 | 2024-10-15T21:15:35.840Z | Running `target/release/omicron-package -t test package` |
1993 | 2024-10-15T21:15:35.885Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1994 | 2024-10-15T21:15:36.179Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1995 | 2024-10-15T21:15:37.094Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1996 | 2024-10-15T21:15:37.097Z | Compiling convert_case v0.4.0 |
1997 | 2024-10-15T21:15:37.097Z | Compiling newline-converter v0.3.0 |
1998 | 2024-10-15T21:15:37.097Z | Compiling itertools v0.13.0 |
1999 | 2024-10-15T21:15:37.097Z | Compiling password-hash v0.5.0 |
2000 | 2024-10-15T21:15:37.097Z | Compiling blake2 v0.10.6 |
2001 | 2024-10-15T21:15:37.098Z | Compiling cancel-safe-futures v0.1.5 |
2002 | 2024-10-15T21:15:37.292Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2003 | 2024-10-15T21:15:37.409Z | Compiling expectorate v1.1.0 |
2004 | 2024-10-15T21:15:37.435Z | Compiling owo-colors v4.1.0 |
2005 | 2024-10-15T21:15:37.607Z | Compiling libsw v3.3.1 |
2006 | 2024-10-15T21:15:37.767Z | Compiling argon2 v0.5.3 |
2007 | 2024-10-15T21:15:37.959Z | Compiling derive_more v0.99.18 |
2008 | 2024-10-15T21:15:38.309Z | Compiling linear-map v1.2.0 |
2009 | 2024-10-15T21:15:38.449Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2010 | 2024-10-15T21:15:38.737Z | Compiling swrite v0.1.0 |
2011 | 2024-10-15T21:15:38.887Z | Compiling indent_write v2.2.0 |
2012 | 2024-10-15T21:15:38.906Z | Compiling base64 v0.21.7 |
2013 | 2024-10-15T21:15:39.011Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2014 | 2024-10-15T21:15:39.133Z | Compiling progenitor-client v0.8.0 |
2015 | 2024-10-15T21:15:39.305Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2016 | 2024-10-15T21:15:39.584Z | Compiling progenitor v0.8.0 |
2017 | 2024-10-15T21:15:39.820Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2018 | 2024-10-15T21:15:40.078Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2019 | 2024-10-15T21:15:40.177Z | Compiling num-rational v0.4.2 |
2020 | 2024-10-15T21:15:40.681Z | Compiling num-complex v0.4.6 |
2021 | 2024-10-15T21:15:40.922Z | Compiling float-ord v0.3.2 |
2022 | 2024-10-15T21:15:41.097Z | Compiling atomicwrites v0.4.4 |
2023 | 2024-10-15T21:15:41.643Z | Compiling prettyplease v0.2.22 |
2024 | 2024-10-15T21:15:41.966Z | Compiling num v0.4.3 |
2025 | 2024-10-15T21:15:42.019Z | Compiling semver v0.1.20 |
2026 | 2024-10-15T21:15:42.092Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2027 | 2024-10-15T21:15:42.584Z | Compiling rustc_version v0.1.7 |
2028 | 2024-10-15T21:15:42.671Z | Compiling highway v1.2.0 |
2029 | 2024-10-15T21:15:43.006Z | Compiling newtype_derive v0.1.6 |
2030 | 2024-10-15T21:15:43.422Z | Compiling humantime v2.1.0 |
2031 | 2024-10-15T21:15:44.245Z | Compiling steno v0.4.1 |
2032 | 2024-10-15T21:15:44.259Z | Compiling home v0.5.9 |
2033 | 2024-10-15T21:15:44.504Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2034 | 2024-10-15T21:15:45.774Z | Compiling dropshot v0.12.0 |
2035 | 2024-10-15T21:15:45.852Z | Compiling newtype-uuid v1.1.0 |
2036 | 2024-10-15T21:15:46.191Z | Compiling ipnetwork v0.20.0 |
2037 | 2024-10-15T21:15:46.600Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2038 | 2024-10-15T21:15:47.008Z | Compiling instant v0.1.12 |
2039 | 2024-10-15T21:15:47.175Z | Compiling backoff v0.4.0 |
2040 | 2024-10-15T21:15:47.206Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2041 | 2024-10-15T21:15:47.537Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2042 | 2024-10-15T21:15:47.897Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2043 | 2024-10-15T21:15:48.295Z | Compiling parse-display v0.10.0 |
2044 | 2024-10-15T21:15:48.857Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2045 | 2024-10-15T21:15:54.148Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2046 | 2024-10-15T21:15:54.357Z | Compiling serde_with v3.9.0 |
2047 | 2024-10-15T21:15:55.288Z | Compiling strum v0.26.3 |
2048 | 2024-10-15T21:15:55.480Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2049 | 2024-10-15T21:15:56.341Z | Compiling regress v0.9.1 |
2050 | 2024-10-15T21:15:56.748Z | Compiling macaddr v1.0.1 |
2051 | 2024-10-15T21:15:57.154Z | Compiling slog-dtrace v0.3.0 |
2052 | 2024-10-15T21:15:58.219Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2053 | 2024-10-15T21:15:59.157Z | Compiling display-error-chain v0.2.1 |
2054 | 2024-10-15T21:15:59.362Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2055 | 2024-10-15T21:16:01.172Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2056 | 2024-10-15T21:16:02.580Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2057 | 2024-10-15T21:16:03.661Z | Compiling half v2.4.1 |
2058 | 2024-10-15T21:16:04.398Z | Compiling ciborium-io v0.2.2 |
2059 | 2024-10-15T21:16:04.552Z | Compiling ciborium-ll v0.2.2 |
2060 | 2024-10-15T21:16:05.072Z | Compiling tungstenite v0.21.0 |
2061 | 2024-10-15T21:16:06.319Z | Compiling tokio-tungstenite v0.21.0 |
2062 | 2024-10-15T21:16:06.940Z | Compiling ciborium v0.2.2 |
2063 | 2024-10-15T21:16:07.587Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2064 | 2024-10-15T21:16:09.118Z | Compiling fastrand v2.1.0 |
2065 | 2024-10-15T21:16:09.660Z | Compiling same-file v1.0.6 |
2066 | 2024-10-15T21:16:09.919Z | Compiling walkdir v2.5.0 |
2067 | 2024-10-15T21:16:10.276Z | Compiling tempfile v3.10.1 |
2068 | 2024-10-15T21:16:10.587Z | Compiling blake3 v1.5.1 |
2069 | 2024-10-15T21:16:11.026Z | Compiling ring v0.16.20 |
2070 | 2024-10-15T21:16:11.204Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2071 | 2024-10-15T21:16:13.922Z | Compiling xattr v1.3.1 |
2072 | 2024-10-15T21:16:14.015Z | Compiling filetime v0.2.25 |
2073 | 2024-10-15T21:16:14.185Z | Compiling memmap2 v0.9.4 |
2074 | 2024-10-15T21:16:14.296Z | Compiling arrayvec v0.7.4 |
2075 | 2024-10-15T21:16:14.630Z | Compiling arrayref v0.3.7 |
2076 | 2024-10-15T21:16:14.738Z | Compiling constant_time_eq v0.3.0 |
2077 | 2024-10-15T21:16:14.757Z | Compiling spin v0.5.2 |
2078 | 2024-10-15T21:16:14.904Z | Compiling keccak v0.1.5 |
2079 | 2024-10-15T21:16:15.004Z | Compiling untrusted v0.7.1 |
2080 | 2024-10-15T21:16:15.215Z | Compiling sha3 v0.10.8 |
2081 | 2024-10-15T21:16:17.205Z | Compiling tar v0.4.42 |
2082 | 2024-10-15T21:16:19.156Z | Compiling camino-tempfile v1.1.1 |
2083 | 2024-10-15T21:16:19.247Z | Compiling toolchain_find v0.4.0 |
2084 | 2024-10-15T21:16:19.592Z | Compiling nibble_vec v0.1.0 |
2085 | 2024-10-15T21:16:19.594Z | Compiling topological-sort v0.2.2 |
2086 | 2024-10-15T21:16:19.819Z | Compiling endian-type v0.1.2 |
2087 | 2024-10-15T21:16:19.838Z | Compiling radium v0.7.0 |
2088 | 2024-10-15T21:16:19.853Z | Compiling maplit v1.0.2 |
2089 | 2024-10-15T21:16:19.989Z | Compiling crunchy v0.2.2 |
2090 | 2024-10-15T21:16:20.059Z | Compiling glob v0.3.1 |
2091 | 2024-10-15T21:16:20.316Z | Compiling radix_trie v0.2.1 |
2092 | 2024-10-15T21:16:20.469Z | Compiling omicron-zone-package v0.11.1 |
2093 | 2024-10-15T21:16:20.555Z | Compiling rustfmt-wrapper v0.2.1 |
2094 | 2024-10-15T21:16:20.775Z | Compiling tiny-keccak v2.0.2 |
2095 | 2024-10-15T21:16:21.200Z | Compiling clang-sys v1.7.0 |
2096 | 2024-10-15T21:16:21.221Z | Compiling maybe-uninit v2.0.0 |
2097 | 2024-10-15T21:16:21.221Z | Compiling tap v1.0.1 |
2098 | 2024-10-15T21:16:21.327Z | Compiling wyz v0.5.1 |
2099 | 2024-10-15T21:16:21.617Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2100 | 2024-10-15T21:16:21.662Z | Compiling dsl_auto_type v0.1.2 |
2101 | 2024-10-15T21:16:21.807Z | Compiling scheduled-thread-pool v0.2.7 |
2102 | 2024-10-15T21:16:21.895Z | Compiling secrecy v0.8.0 |
2103 | 2024-10-15T21:16:22.168Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2104 | 2024-10-15T21:16:22.683Z | Compiling diesel_table_macro_syntax v0.2.0 |
2105 | 2024-10-15T21:16:22.766Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2106 | 2024-10-15T21:16:23.053Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2107 | 2024-10-15T21:16:23.078Z | Compiling funty v2.0.0 |
2108 | 2024-10-15T21:16:23.123Z | Compiling packed_struct v0.10.1 |
2109 | 2024-10-15T21:16:23.377Z | Compiling arc-swap v1.7.1 |
2110 | 2024-10-15T21:16:23.536Z | Compiling crc-catalog v2.4.0 |
2111 | 2024-10-15T21:16:23.725Z | Compiling crc v3.2.1 |
2112 | 2024-10-15T21:16:24.011Z | Compiling slog-scope v4.4.0 |
2113 | 2024-10-15T21:16:24.884Z | Compiling bitvec v1.0.1 |
2114 | 2024-10-15T21:16:25.572Z | Compiling diesel_derives v2.2.2 |
2115 | 2024-10-15T21:16:25.813Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2116 | 2024-10-15T21:16:27.199Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2117 | 2024-10-15T21:16:27.637Z | Compiling r2d2 v0.8.10 |
2118 | 2024-10-15T21:16:28.662Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2119 | 2024-10-15T21:16:29.360Z | Compiling ascii-canvas v3.0.0 |
2120 | 2024-10-15T21:16:29.837Z | Compiling universal-hash v0.5.1 |
2121 | 2024-10-15T21:16:30.095Z | Compiling thiserror-impl-no-std v2.0.2 |
2122 | 2024-10-15T21:16:32.133Z | Compiling packed_struct_codegen v0.10.1 |
2123 | 2024-10-15T21:16:32.799Z | Compiling ena v0.14.3 |
2124 | 2024-10-15T21:16:33.252Z | Compiling libloading v0.8.3 |
2125 | 2024-10-15T21:16:33.633Z | Compiling indexmap v1.9.3 |
2126 | 2024-10-15T21:16:34.039Z | Compiling bindgen v0.69.4 |
2127 | 2024-10-15T21:16:34.501Z | Compiling opaque-debug v0.3.1 |
2128 | 2024-10-15T21:16:34.614Z | Compiling diff v0.1.13 |
2129 | 2024-10-15T21:16:34.681Z | Compiling nodrop v0.1.14 |
2130 | 2024-10-15T21:16:34.838Z | Compiling regex-syntax v0.6.29 |
2131 | 2024-10-15T21:16:35.177Z | Compiling array-init v0.0.4 |
2132 | 2024-10-15T21:16:36.847Z | Compiling diesel v2.2.4 |
2133 | 2024-10-15T21:16:40.136Z | Compiling lalrpop v0.19.12 |
2134 | 2024-10-15T21:16:40.624Z | Compiling poly1305 v0.8.0 |
2135 | 2024-10-15T21:16:47.755Z | Compiling thiserror-no-std v2.0.2 |
2136 | 2024-10-15T21:16:48.065Z | Compiling smallvec v0.6.14 |
2137 | 2024-10-15T21:16:49.136Z | Compiling slog-stdlog v4.1.1 |
2138 | 2024-10-15T21:16:49.993Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2139 | 2024-10-15T21:16:51.120Z | Compiling which v4.4.2 |
2140 | 2024-10-15T21:16:51.685Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2141 | 2024-10-15T21:16:52.005Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2142 | 2024-10-15T21:16:52.252Z | Compiling chacha20 v0.9.1 |
2143 | 2024-10-15T21:16:52.667Z | Compiling cexpr v0.6.0 |
2144 | 2024-10-15T21:16:52.742Z | Compiling aead v0.5.2 |
2145 | 2024-10-15T21:16:53.099Z | Compiling ref-cast v1.0.23 |
2146 | 2024-10-15T21:16:53.597Z | Compiling bitfield v0.14.0 |
2147 | 2024-10-15T21:16:53.843Z | Compiling hashbrown v0.12.3 |
2148 | 2024-10-15T21:16:53.978Z | Compiling shlex v1.3.0 |
2149 | 2024-10-15T21:16:54.308Z | Compiling lazycell v1.3.0 |
2150 | 2024-10-15T21:16:54.387Z | Compiling termcolor v1.4.1 |
2151 | 2024-10-15T21:16:54.516Z | Compiling rustc-hash v1.1.0 |
2152 | 2024-10-15T21:16:55.468Z | Compiling env_logger v0.10.2 |
2153 | 2024-10-15T21:16:56.367Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2154 | 2024-10-15T21:16:58.482Z | Compiling chacha20poly1305 v0.10.1 |
2155 | 2024-10-15T21:16:58.764Z | Compiling slog-envlogger v2.2.0 |
2156 | 2024-10-15T21:17:01.275Z | Compiling serde-hex v0.1.0 |
2157 | 2024-10-15T21:17:03.658Z | Compiling bzip2 v0.4.4 |
2158 | 2024-10-15T21:17:04.145Z | Compiling vsss-rs v3.3.4 |
2159 | 2024-10-15T21:17:06.101Z | Compiling polar-core v0.27.3 |
2160 | 2024-10-15T21:17:06.451Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2161 | 2024-10-15T21:17:06.773Z | Compiling ron v0.8.1 |
2162 | 2024-10-15T21:17:07.376Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2163 | 2024-10-15T21:17:07.700Z | Compiling derive_builder_core v0.20.0 |
2164 | 2024-10-15T21:17:08.633Z | Compiling headers-core v0.3.0 |
2165 | 2024-10-15T21:17:08.663Z | Compiling hashbrown v0.13.2 |
2166 | 2024-10-15T21:17:08.710Z | Compiling fxhash v0.2.1 |
2167 | 2024-10-15T21:17:08.953Z | Compiling libxml v0.3.3 |
2168 | 2024-10-15T21:17:09.385Z | Compiling ref-cast-impl v1.0.23 |
2169 | 2024-10-15T21:17:09.976Z | Compiling crc-any v2.5.0 |
2170 | 2024-10-15T21:17:10.076Z | Compiling derive_builder_macro v0.20.0 |
2171 | 2024-10-15T21:17:10.716Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2172 | 2024-10-15T21:17:10.875Z | Compiling object v0.30.4 |
2173 | 2024-10-15T21:17:10.966Z | Compiling samael v0.0.17 |
2174 | 2024-10-15T21:17:12.651Z | Compiling headers v0.4.0 |
2175 | 2024-10-15T21:17:12.680Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2176 | 2024-10-15T21:17:16.384Z | Compiling zip v0.6.6 |
2177 | 2024-10-15T21:17:16.904Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2178 | 2024-10-15T21:17:19.076Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2179 | 2024-10-15T21:17:19.413Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2180 | 2024-10-15T21:17:20.117Z | Compiling strum_macros v0.24.3 |
2181 | 2024-10-15T21:17:23.451Z | Compiling kstat-rs v0.2.4 |
2182 | 2024-10-15T21:17:23.992Z | Compiling async-recursion v1.1.1 |
2183 | 2024-10-15T21:17:24.407Z | Compiling unicase v2.7.0 |
2184 | 2024-10-15T21:17:24.450Z | Compiling indoc v1.0.9 |
2185 | 2024-10-15T21:17:24.760Z | Compiling path-slash v0.1.5 |
2186 | 2024-10-15T21:17:25.014Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2187 | 2024-10-15T21:17:25.327Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2188 | 2024-10-15T21:17:28.627Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2189 | 2024-10-15T21:17:33.136Z | Compiling derive_builder v0.20.0 |
2190 | 2024-10-15T21:17:33.354Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2191 | 2024-10-15T21:17:34.324Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2192 | 2024-10-15T21:17:34.655Z | Compiling crossterm v0.28.1 |
2193 | 2024-10-15T21:17:39.863Z | Compiling pem v3.0.4 |
2194 | 2024-10-15T21:17:40.505Z | Compiling impl-trait-for-tuples v0.2.2 |
2195 | 2024-10-15T21:17:41.385Z | Compiling oso-derive v0.27.3 |
2196 | 2024-10-15T21:17:42.367Z | Compiling libz-sys v1.1.16 |
2197 | 2024-10-15T21:17:42.813Z | Compiling quick-xml v0.33.0 |
2198 | 2024-10-15T21:17:43.042Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2199 | 2024-10-15T21:17:43.173Z | Compiling parking_lot_core v0.8.6 |
2200 | 2024-10-15T21:17:43.394Z | Compiling cfg_aliases v0.1.1 |
2201 | 2024-10-15T21:17:43.522Z | Compiling nix v0.28.0 |
2202 | 2024-10-15T21:17:43.917Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2203 | 2024-10-15T21:17:44.316Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2204 | 2024-10-15T21:17:45.491Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2205 | 2024-10-15T21:17:45.813Z | Compiling bb8 v0.8.5 |
2206 | 2024-10-15T21:17:46.447Z | Compiling const_format_proc_macros v0.2.33 |
2207 | 2024-10-15T21:17:47.577Z | Compiling oso v0.27.3 |
2208 | 2024-10-15T21:17:48.449Z | Compiling vte_generate_state_changes v0.1.1 |
2209 | 2024-10-15T21:17:49.118Z | Compiling buf-list v1.0.3 |
2210 | 2024-10-15T21:17:49.671Z | Compiling vte v0.11.1 |
2211 | 2024-10-15T21:17:49.784Z | Compiling const_format v0.2.33 |
2212 | 2024-10-15T21:17:51.056Z | Compiling async-bb8-diesel v0.2.1 |
2213 | 2024-10-15T21:17:52.127Z | Compiling fd-lock v4.0.2 |
2214 | 2024-10-15T21:17:52.391Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2215 | 2024-10-15T21:17:52.472Z | Compiling pin-project-internal v1.1.5 |
2216 | 2024-10-15T21:17:53.191Z | Compiling atty v0.2.14 |
2217 | 2024-10-15T21:17:53.378Z | Compiling bytecount v0.6.8 |
2218 | 2024-10-15T21:17:53.745Z | Compiling salty v0.3.0 |
2219 | 2024-10-15T21:17:54.205Z | Compiling papergrid v0.11.0 |
2220 | 2024-10-15T21:17:55.306Z | Compiling pin-project v1.1.5 |
2221 | 2024-10-15T21:18:05.324Z | Compiling parking_lot v0.11.2 |
2222 | 2024-10-15T21:18:07.313Z | Compiling strip-ansi-escapes v0.2.0 |
2223 | 2024-10-15T21:18:09.084Z | Compiling tabled_derive v0.7.0 |
2224 | 2024-10-15T21:18:11.312Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2225 | 2024-10-15T21:18:11.552Z | Compiling crossterm v0.27.0 |
2226 | 2024-10-15T21:18:15.853Z | Compiling peg-macros v0.8.4 |
2227 | 2024-10-15T21:18:18.038Z | Compiling snafu-derive v0.8.2 |
2228 | 2024-10-15T21:18:19.043Z | Compiling sqlparser_derive v0.2.2 |
2229 | 2024-10-15T21:18:20.130Z | Compiling sync_wrapper v0.1.2 |
2230 | 2024-10-15T21:18:20.290Z | Compiling unicode_categories v0.1.1 |
2231 | 2024-10-15T21:18:20.640Z | Compiling nu-ansi-term v0.50.0 |
2232 | 2024-10-15T21:18:22.081Z | Compiling rustyline v14.0.0 |
2233 | 2024-10-15T21:18:22.904Z | Compiling snafu v0.8.2 |
2234 | 2024-10-15T21:18:24.220Z | Compiling reedline v0.33.0 |
2235 | 2024-10-15T21:18:30.644Z | Compiling sqlformat v0.2.6 |
2236 | 2024-10-15T21:18:33.850Z | Compiling reqwest v0.11.27 |
2237 | 2024-10-15T21:18:35.061Z | Compiling sqlparser v0.45.0 |
2238 | 2024-10-15T21:18:37.866Z | Compiling peg v0.8.4 |
2239 | 2024-10-15T21:18:38.005Z | Compiling tabled v0.15.0 |
2240 | 2024-10-15T21:18:42.213Z | Compiling sled v0.34.7 |
2241 | 2024-10-15T21:18:43.675Z | Compiling mime_guess v2.0.4 |
2242 | 2024-10-15T21:18:45.675Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2243 | 2024-10-15T21:18:46.750Z | Compiling hickory-client v0.24.1 |
2244 | 2024-10-15T21:18:46.838Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2245 | 2024-10-15T21:18:47.994Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2246 | 2024-10-15T21:18:53.909Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2247 | 2024-10-15T21:19:03.059Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2248 | 2024-10-15T21:19:09.181Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2249 | 2024-10-15T21:19:09.351Z | Compiling globset v0.4.14 |
2250 | 2024-10-15T21:19:10.628Z | Compiling hickory-server v0.24.1 |
2251 | 2024-10-15T21:19:10.787Z | Compiling primeorder v0.13.6 |
2252 | 2024-10-15T21:19:11.447Z | Compiling olpc-cjson v0.1.3 |
2253 | 2024-10-15T21:19:11.807Z | Compiling bcs v0.1.6 |
2254 | 2024-10-15T21:19:12.695Z | Compiling vergen v8.3.2 |
2255 | 2024-10-15T21:19:13.051Z | Compiling env_filter v0.1.2 |
2256 | 2024-10-15T21:19:14.459Z | Compiling serde_plain v1.0.2 |
2257 | 2024-10-15T21:19:15.031Z | Compiling cargo-platform v0.1.8 |
2258 | 2024-10-15T21:19:15.568Z | Compiling nanorand v0.7.0 |
2259 | 2024-10-15T21:19:15.592Z | Compiling memoffset v0.9.1 |
2260 | 2024-10-15T21:19:15.949Z | Compiling typed-path v0.7.1 |
2261 | 2024-10-15T21:19:16.268Z | Compiling flume v0.11.0 |
2262 | 2024-10-15T21:19:17.080Z | Compiling cargo_metadata v0.18.1 |
2263 | 2024-10-15T21:19:17.229Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2264 | 2024-10-15T21:19:20.516Z | Compiling tough v0.17.1 |
2265 | 2024-10-15T21:19:22.005Z | Compiling env_logger v0.11.5 |
2266 | 2024-10-15T21:19:22.750Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2267 | 2024-10-15T21:19:23.248Z | Compiling p384 v0.13.0 |
2268 | 2024-10-15T21:19:23.503Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2269 | 2024-10-15T21:19:29.468Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2270 | 2024-10-15T21:19:35.656Z | Compiling git2 v0.19.0 |
2271 | 2024-10-15T21:19:35.733Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2272 | 2024-10-15T21:19:36.784Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2273 | 2024-10-15T21:19:38.831Z | Compiling libsqlite3-sys v0.30.1 |
2274 | 2024-10-15T21:19:39.348Z | Compiling lzma-sys v0.1.20 |
2275 | 2024-10-15T21:19:40.097Z | Compiling rustls v0.21.12 |
2276 | 2024-10-15T21:19:40.433Z | Compiling cfg_aliases v0.2.1 |
2277 | 2024-10-15T21:19:40.569Z | Compiling parse-size v1.0.0 |
2278 | 2024-10-15T21:19:40.889Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2279 | 2024-10-15T21:19:40.931Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2280 | 2024-10-15T21:19:41.248Z | Compiling nix v0.29.0 |
2281 | 2024-10-15T21:19:42.983Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2282 | 2024-10-15T21:19:43.735Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2283 | 2024-10-15T21:19:43.873Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2284 | 2024-10-15T21:19:44.632Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2285 | 2024-10-15T21:19:44.990Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2286 | 2024-10-15T21:19:49.047Z | Compiling rustls-webpki v0.101.7 |
2287 | 2024-10-15T21:19:49.173Z | Compiling sct v0.7.1 |
2288 | 2024-10-15T21:19:49.659Z | Compiling heck v0.3.3 |
2289 | 2024-10-15T21:19:50.061Z | Compiling castaway v0.2.3 |
2290 | 2024-10-15T21:19:50.264Z | Compiling rand_seeder v0.3.0 |
2291 | 2024-10-15T21:19:50.700Z | Compiling csv-core v0.1.11 |
2292 | 2024-10-15T21:19:51.596Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2293 | 2024-10-15T21:19:51.937Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2294 | 2024-10-15T21:19:53.151Z | Compiling http-range v0.1.5 |
2295 | 2024-10-15T21:19:53.171Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2296 | 2024-10-15T21:19:53.740Z | Compiling hyper-staticfile v0.10.1 |
2297 | 2024-10-15T21:19:54.263Z | Compiling csv v1.3.0 |
2298 | 2024-10-15T21:19:56.409Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2299 | 2024-10-15T21:19:56.671Z | Compiling compact_str v0.8.0 |
2300 | 2024-10-15T21:19:56.714Z | Compiling zone_cfg_derive v0.1.2 |
2301 | 2024-10-15T21:19:58.209Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2302 | 2024-10-15T21:19:59.373Z | Compiling nix v0.27.1 |
2303 | 2024-10-15T21:19:59.902Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2304 | 2024-10-15T21:20:01.043Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2305 | 2024-10-15T21:20:03.251Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2306 | 2024-10-15T21:20:07.960Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2307 | 2024-10-15T21:20:11.379Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2308 | 2024-10-15T21:20:11.965Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2309 | 2024-10-15T21:20:12.329Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2310 | 2024-10-15T21:20:12.651Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2311 | 2024-10-15T21:20:12.990Z | Compiling unicode-truncate v1.0.0 |
2312 | 2024-10-15T21:20:13.290Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2313 | 2024-10-15T21:20:13.945Z | Compiling hashlink v0.9.1 |
2314 | 2024-10-15T21:20:14.166Z | Compiling lru v0.12.3 |
2315 | 2024-10-15T21:20:14.589Z | Compiling instability v0.3.2 |
2316 | 2024-10-15T21:20:14.867Z | Compiling cassowary v0.3.0 |
2317 | 2024-10-15T21:20:15.631Z | Compiling fallible-iterator v0.3.0 |
2318 | 2024-10-15T21:20:16.485Z | Compiling base64 v0.13.1 |
2319 | 2024-10-15T21:20:17.284Z | Compiling fallible-streaming-iterator v0.1.9 |
2320 | 2024-10-15T21:20:17.597Z | Compiling rusqlite v0.32.1 |
2321 | 2024-10-15T21:20:18.621Z | Compiling ron v0.7.1 |
2322 | 2024-10-15T21:20:19.007Z | Compiling ratatui v0.28.0 |
2323 | 2024-10-15T21:20:23.015Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2324 | 2024-10-15T21:20:23.648Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2325 | 2024-10-15T21:20:23.952Z | Compiling xz2 v0.1.7 |
2326 | 2024-10-15T21:20:24.964Z | Compiling tokio-rustls v0.24.1 |
2327 | 2024-10-15T21:20:31.235Z | Compiling zone v0.1.8 |
2328 | 2024-10-15T21:20:34.646Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2329 | 2024-10-15T21:20:37.115Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2330 | 2024-10-15T21:20:41.505Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2331 | 2024-10-15T21:20:43.569Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2332 | 2024-10-15T21:20:44.583Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2333 | 2024-10-15T21:20:45.350Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2334 | 2024-10-15T21:20:46.814Z | Compiling rustls-pemfile v1.0.4 |
2335 | 2024-10-15T21:20:47.580Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2336 | 2024-10-15T21:20:47.625Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2337 | 2024-10-15T21:20:47.909Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2338 | 2024-10-15T21:20:48.087Z | Compiling signal-hook-tokio v0.3.1 |
2339 | 2024-10-15T21:20:48.307Z | Compiling twox-hash v1.6.3 |
2340 | 2024-10-15T21:20:49.330Z | Compiling yasna v0.5.2 |
2341 | 2024-10-15T21:20:52.746Z | Compiling smawk v0.3.2 |
2342 | 2024-10-15T21:20:52.835Z | Compiling unicode-linebreak v0.1.5 |
2343 | 2024-10-15T21:20:53.012Z | Compiling is_ci v1.2.0 |
2344 | 2024-10-15T21:20:53.323Z | Compiling textwrap v0.16.1 |
2345 | 2024-10-15T21:20:53.403Z | Compiling supports-color v3.0.1 |
2346 | 2024-10-15T21:20:57.621Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2347 | 2024-10-15T21:20:57.712Z | Compiling rcgen v0.12.1 |
2348 | 2024-10-15T21:21:04.160Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2349 | 2024-10-15T21:21:04.494Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2350 | 2024-10-15T21:21:04.963Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2351 | 2024-10-15T21:21:09.322Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2352 | 2024-10-15T21:21:12.473Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2353 | 2024-10-15T21:21:14.492Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2354 | 2024-10-15T21:21:15.075Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2355 | 2024-10-15T21:21:15.533Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2356 | 2024-10-15T21:21:15.862Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2357 | 2024-10-15T21:21:22.688Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2358 | 2024-10-15T21:21:26.025Z | Compiling fatfs v0.3.6 |
2359 | 2024-10-15T21:21:28.943Z | Compiling rtoolbox v0.0.2 |
2360 | 2024-10-15T21:21:29.429Z | Compiling subprocess v0.2.9 |
2361 | 2024-10-15T21:21:32.124Z | Compiling assert_matches v1.5.0 |
2362 | 2024-10-15T21:21:33.570Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2363 | 2024-10-15T21:21:34.234Z | Compiling rpassword v7.3.1 |
2364 | 2024-10-15T21:21:34.693Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2365 | 2024-10-15T21:21:35.972Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2366 | 2024-10-15T21:21:41.289Z | Compiling tui-tree-widget v0.22.0 |
2367 | 2024-10-15T21:21:41.773Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2368 | 2024-10-15T21:21:43.022Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2369 | 2024-10-15T21:21:56.289Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2370 | 2024-10-15T21:21:58.125Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2371 | 2024-10-15T21:21:58.476Z | Compiling uzers v0.11.3 |
2372 | 2024-10-15T21:22:01.241Z | Compiling shell-words v1.1.0 |
2373 | 2024-10-15T21:22:01.705Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2374 | 2024-10-15T21:22:03.517Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2375 | 2024-10-15T21:22:03.834Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2376 | 2024-10-15T21:22:05.563Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2377 | 2024-10-15T21:22:49.418Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2378 | 2024-10-15T21:22:55.211Z | Compiling multimap v0.10.0 |
2379 | 2024-10-15T21:24:44.426Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2380 | 2024-10-15T21:24:49.885Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2381 | 2024-10-15T21:31:21.801Z | Finished `release` profile [optimized] target(s) in 15m 45s |
2382 | 2024-10-15T21:32:19.634Z | |
2383 | 2024-10-15T21:32:19.635Z | real 16:44.791143743 |
2384 | 2024-10-15T21:32:19.635Z | user 1:55:21.373900542 |
2385 | 2024-10-15T21:32:19.635Z | sys 5:36.916141900 |
2386 | 2024-10-15T21:32:19.635Z | trap 2.906832200 |
2387 | 2024-10-15T21:32:19.635Z | tflt 3.087049624 |
2388 | 2024-10-15T21:32:19.637Z | dflt 3.793800721 |
2389 | 2024-10-15T21:32:19.638Z | kflt 0.012264105 |
2390 | 2024-10-15T21:32:19.638Z | lock 7:00:09.153901822 |
2391 | 2024-10-15T21:32:19.638Z | slp 6:05:35.420102093 |
2392 | 2024-10-15T21:32:19.638Z | lat 2:48.754329758 |
2393 | 2024-10-15T21:32:19.638Z | stop 2:29.692133706 |
2394 | 2024-10-15T21:32:19.638Z | + mapfile -t packages |
2395 | 2024-10-15T21:32:19.638Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2396 | 2024-10-15T21:32:19.839Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2397 | 2024-10-15T21:32:20.744Z | Finished `release` profile [optimized] target(s) in 1.05s |
2398 | 2024-10-15T21:32:20.795Z | Running `target/release/omicron-package -t test list-outputs` |
2399 | 2024-10-15T21:32:20.841Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2400 | 2024-10-15T21:32:20.844Z | + ptime -m cargo build --locked --release -p xtask |
2401 | 2024-10-15T21:32:21.045Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2402 | 2024-10-15T21:32:21.471Z | Compiling serde v1.0.210 |
2403 | 2024-10-15T21:32:21.473Z | Compiling serde_json v1.0.128 |
2404 | 2024-10-15T21:32:21.473Z | Compiling rustix v0.38.34 |
2405 | 2024-10-15T21:32:21.473Z | Compiling libc v0.2.159 |
2406 | 2024-10-15T21:32:21.568Z | Compiling syn v2.0.79 |
2407 | 2024-10-15T21:32:21.588Z | Compiling bitflags v2.6.0 |
2408 | 2024-10-15T21:32:22.010Z | Compiling usdt-impl v0.5.0 |
2409 | 2024-10-15T21:32:22.028Z | Compiling syn v1.0.109 |
2410 | 2024-10-15T21:32:22.093Z | Compiling hashbrown v0.14.5 |
2411 | 2024-10-15T21:32:22.111Z | Compiling log v0.4.22 |
2412 | 2024-10-15T21:32:22.129Z | Compiling fs-err v2.11.0 |
2413 | 2024-10-15T21:32:22.510Z | Compiling anyhow v1.0.89 |
2414 | 2024-10-15T21:32:23.004Z | Compiling thread-id v4.2.1 |
2415 | 2024-10-15T21:32:23.424Z | Compiling indexmap v2.5.0 |
2416 | 2024-10-15T21:32:24.416Z | Compiling terminal_size v0.3.0 |
2417 | 2024-10-15T21:32:24.416Z | Compiling tempfile v3.10.1 |
2418 | 2024-10-15T21:32:24.664Z | Compiling clap_builder v4.5.18 |
2419 | 2024-10-15T21:32:25.542Z | Compiling proc-macro-error v1.0.4 |
2420 | 2024-10-15T21:32:26.711Z | Compiling tabled_derive v0.7.0 |
2421 | 2024-10-15T21:32:28.112Z | Compiling tabled v0.15.0 |
2422 | 2024-10-15T21:32:29.198Z | Compiling serde_derive v1.0.210 |
2423 | 2024-10-15T21:32:30.035Z | Compiling thiserror-impl v1.0.64 |
2424 | 2024-10-15T21:32:30.083Z | Compiling zerocopy-derive v0.7.34 |
2425 | 2024-10-15T21:32:31.639Z | Compiling scroll_derive v0.12.0 |
2426 | 2024-10-15T21:32:32.100Z | Compiling zerocopy v0.7.34 |
2427 | 2024-10-15T21:32:32.930Z | Compiling thiserror v1.0.64 |
2428 | 2024-10-15T21:32:33.094Z | Compiling pest v2.7.10 |
2429 | 2024-10-15T21:32:33.226Z | Compiling scroll v0.12.0 |
2430 | 2024-10-15T21:32:33.821Z | Compiling goblin v0.8.2 |
2431 | 2024-10-15T21:32:35.607Z | Compiling clap_derive v4.5.18 |
2432 | 2024-10-15T21:32:36.170Z | Compiling pest_meta v2.7.10 |
2433 | 2024-10-15T21:32:40.266Z | Compiling pest_generator v2.7.10 |
2434 | 2024-10-15T21:32:40.346Z | Compiling clap v4.5.18 |
2435 | 2024-10-15T21:32:42.044Z | Compiling pest_derive v2.7.10 |
2436 | 2024-10-15T21:32:42.853Z | Compiling dtrace-parser v0.2.0 |
2437 | 2024-10-15T21:32:44.715Z | Compiling serde_tokenstream v0.2.2 |
2438 | 2024-10-15T21:32:45.319Z | Compiling toml_datetime v0.6.8 |
2439 | 2024-10-15T21:32:45.849Z | Compiling dof v0.3.0 |
2440 | 2024-10-15T21:32:46.038Z | Compiling serde_spanned v0.6.7 |
2441 | 2024-10-15T21:32:46.329Z | Compiling toml_edit v0.22.22 |
2442 | 2024-10-15T21:32:48.300Z | Compiling camino v1.1.9 |
2443 | 2024-10-15T21:32:49.030Z | Compiling usdt-attr-macro v0.5.0 |
2444 | 2024-10-15T21:32:49.741Z | Compiling usdt-macro v0.5.0 |
2445 | 2024-10-15T21:32:49.980Z | Compiling toml v0.8.19 |
2446 | 2024-10-15T21:32:50.959Z | Compiling semver v1.0.23 |
2447 | 2024-10-15T21:32:52.213Z | Compiling cargo-platform v0.1.8 |
2448 | 2024-10-15T21:32:52.472Z | Compiling usdt v0.5.0 |
2449 | 2024-10-15T21:32:53.364Z | Compiling cargo_metadata v0.18.1 |
2450 | 2024-10-15T21:32:53.959Z | Compiling cargo_toml v0.20.5 |
2451 | 2024-10-15T21:32:56.655Z | Compiling camino-tempfile v1.1.1 |
2452 | 2024-10-15T21:32:57.461Z | Compiling macaddr v1.0.1 |
2453 | 2024-10-15T21:33:06.901Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2454 | 2024-10-15T21:33:18.587Z | Finished `release` profile [optimized] target(s) in 57.68s |
2455 | 2024-10-15T21:33:18.693Z | |
2456 | 2024-10-15T21:33:18.696Z | real 57.818028426 |
2457 | 2024-10-15T21:33:18.696Z | user 5:47.904391679 |
2458 | 2024-10-15T21:33:18.696Z | sys 32.614601281 |
2459 | 2024-10-15T21:33:18.696Z | trap 0.156968974 |
2460 | 2024-10-15T21:33:18.696Z | tflt 0.383740476 |
2461 | 2024-10-15T21:33:18.696Z | dflt 0.619392833 |
2462 | 2024-10-15T21:33:18.696Z | kflt 0.000105184 |
2463 | 2024-10-15T21:33:18.696Z | lock 11:23.451832683 |
2464 | 2024-10-15T21:33:18.696Z | slp 16:36.391831926 |
2465 | 2024-10-15T21:33:18.696Z | lat 13.450597800 |
2466 | 2024-10-15T21:33:18.697Z | stop 16.406052736 |
2467 | 2024-10-15T21:33:18.697Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2468 | 2024-10-15T21:33:18.697Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2469 | 2024-10-15T21:33:18.697Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2470 | 2024-10-15T21:33:18.697Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2471 | 2024-10-15T21:33:18.697Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2472 | 2024-10-15T21:33:18.889Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2473 | 2024-10-15T21:33:19.630Z | Compiling regress v0.10.1 |
2474 | 2024-10-15T21:33:19.749Z | Compiling unsafe-libyaml v0.2.11 |
2475 | 2024-10-15T21:33:19.751Z | Compiling progenitor-client v0.8.0 |
2476 | 2024-10-15T21:33:19.751Z | Compiling ident_case v1.0.1 |
2477 | 2024-10-15T21:33:19.751Z | Compiling ipnetwork v0.20.0 |
2478 | 2024-10-15T21:33:19.751Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2479 | 2024-10-15T21:33:19.751Z | Compiling dropshot v0.12.0 |
2480 | 2024-10-15T21:33:19.751Z | Compiling instant v0.1.12 |
2481 | 2024-10-15T21:33:19.910Z | Compiling darling_core v0.20.9 |
2482 | 2024-10-15T21:33:19.930Z | Compiling dropshot_endpoint v0.12.0 |
2483 | 2024-10-15T21:33:20.191Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2484 | 2024-10-15T21:33:20.212Z | Compiling structmeta-derive v0.3.0 |
2485 | 2024-10-15T21:33:20.321Z | Compiling regress v0.9.1 |
2486 | 2024-10-15T21:33:20.725Z | Compiling newtype-uuid v1.1.0 |
2487 | 2024-10-15T21:33:20.920Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2488 | 2024-10-15T21:33:21.038Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2489 | 2024-10-15T21:33:21.389Z | Compiling serde_yaml v0.9.34+deprecated |
2490 | 2024-10-15T21:33:21.715Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2491 | 2024-10-15T21:33:21.798Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2492 | 2024-10-15T21:33:21.920Z | Compiling backoff v0.4.0 |
2493 | 2024-10-15T21:33:22.301Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2494 | 2024-10-15T21:33:22.481Z | Compiling macaddr v1.0.1 |
2495 | 2024-10-15T21:33:22.629Z | Compiling tempfile v3.10.1 |
2496 | 2024-10-15T21:33:22.915Z | Compiling proc-macro-crate v1.3.1 |
2497 | 2024-10-15T21:33:23.358Z | Compiling typify-impl v0.2.0 |
2498 | 2024-10-15T21:33:23.476Z | Compiling structmeta v0.3.0 |
2499 | 2024-10-15T21:33:23.943Z | Compiling parse-display-derive v0.10.0 |
2500 | 2024-10-15T21:33:24.019Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2501 | 2024-10-15T21:33:24.437Z | Compiling num_enum_derive v0.5.11 |
2502 | 2024-10-15T21:33:24.749Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2503 | 2024-10-15T21:33:25.105Z | Compiling foreign-types-macros v0.2.3 |
2504 | 2024-10-15T21:33:25.710Z | Compiling heapless v0.8.0 |
2505 | 2024-10-15T21:33:25.726Z | Compiling foreign-types-shared v0.3.1 |
2506 | 2024-10-15T21:33:25.853Z | Compiling proc-macro-error v1.0.4 |
2507 | 2024-10-15T21:33:26.469Z | Compiling foreign-types v0.5.0 |
2508 | 2024-10-15T21:33:26.643Z | Compiling camino-tempfile v1.1.1 |
2509 | 2024-10-15T21:33:26.758Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2510 | 2024-10-15T21:33:26.789Z | Compiling cstr-argument v0.1.2 |
2511 | 2024-10-15T21:33:26.916Z | Compiling darling_macro v0.20.9 |
2512 | 2024-10-15T21:33:27.050Z | Compiling hash32 v0.3.1 |
2513 | 2024-10-15T21:33:27.117Z | Compiling pretty-hex v0.2.1 |
2514 | 2024-10-15T21:33:27.192Z | Compiling num_enum v0.5.11 |
2515 | 2024-10-15T21:33:27.311Z | Compiling smoltcp v0.11.0 |
2516 | 2024-10-15T21:33:27.314Z | Compiling crucible-workspace-hack v0.1.0 |
2517 | 2024-10-15T21:33:27.369Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2518 | 2024-10-15T21:33:27.642Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2519 | 2024-10-15T21:33:27.758Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2520 | 2024-10-15T21:33:27.813Z | Compiling tabwriter v1.4.0 |
2521 | 2024-10-15T21:33:27.910Z | Compiling darling v0.20.9 |
2522 | 2024-10-15T21:33:28.046Z | Compiling serde_with_macros v3.9.0 |
2523 | 2024-10-15T21:33:28.110Z | Compiling colored v2.1.0 |
2524 | 2024-10-15T21:33:28.342Z | Compiling cobs v0.2.3 |
2525 | 2024-10-15T21:33:28.361Z | Compiling embedded-io v0.4.0 |
2526 | 2024-10-15T21:33:28.576Z | Compiling postcard v1.0.8 |
2527 | 2024-10-15T21:33:28.687Z | Compiling parse-display v0.10.0 |
2528 | 2024-10-15T21:33:28.772Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2529 | 2024-10-15T21:33:28.898Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2530 | 2024-10-15T21:33:29.067Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2531 | 2024-10-15T21:33:29.168Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2532 | 2024-10-15T21:33:29.391Z | Compiling smf v0.2.3 |
2533 | 2024-10-15T21:33:29.411Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2534 | 2024-10-15T21:33:29.772Z | Compiling zone_cfg_derive v0.3.0 |
2535 | 2024-10-15T21:33:30.012Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2536 | 2024-10-15T21:33:30.503Z | Compiling num-derive v0.4.2 |
2537 | 2024-10-15T21:33:30.927Z | Compiling sigpipe v0.1.3 |
2538 | 2024-10-15T21:33:31.066Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2539 | 2024-10-15T21:33:31.152Z | Compiling serde_with v3.9.0 |
2540 | 2024-10-15T21:33:31.323Z | Compiling zone v0.3.0 |
2541 | 2024-10-15T21:33:31.388Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2542 | 2024-10-15T21:33:32.622Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2543 | 2024-10-15T21:33:32.924Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2544 | 2024-10-15T21:33:32.941Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2545 | 2024-10-15T21:33:33.421Z | Compiling universal-hash v0.5.1 |
2546 | 2024-10-15T21:33:33.440Z | Compiling opaque-debug v0.3.1 |
2547 | 2024-10-15T21:33:33.542Z | Compiling num-rational v0.4.2 |
2548 | 2024-10-15T21:33:33.628Z | Compiling num-complex v0.4.6 |
2549 | 2024-10-15T21:33:33.724Z | Compiling password-hash v0.5.0 |
2550 | 2024-10-15T21:33:33.903Z | Compiling blake2 v0.10.6 |
2551 | 2024-10-15T21:33:34.290Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2552 | 2024-10-15T21:33:34.741Z | Compiling num v0.4.3 |
2553 | 2024-10-15T21:33:34.785Z | Compiling aead v0.5.2 |
2554 | 2024-10-15T21:33:34.870Z | Compiling float-ord v0.3.2 |
2555 | 2024-10-15T21:33:34.872Z | Compiling keccak v0.1.5 |
2556 | 2024-10-15T21:33:35.058Z | Compiling convert_case v0.4.0 |
2557 | 2024-10-15T21:33:35.133Z | Compiling argon2 v0.5.3 |
2558 | 2024-10-15T21:33:35.165Z | Compiling poly1305 v0.8.0 |
2559 | 2024-10-15T21:33:35.349Z | Compiling sha3 v0.10.8 |
2560 | 2024-10-15T21:33:35.506Z | Compiling newline-converter v0.3.0 |
2561 | 2024-10-15T21:33:35.688Z | Compiling tungstenite v0.21.0 |
2562 | 2024-10-15T21:33:35.908Z | Compiling chacha20 v0.9.1 |
2563 | 2024-10-15T21:33:36.104Z | Compiling derive_more v0.99.18 |
2564 | 2024-10-15T21:33:36.382Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2565 | 2024-10-15T21:33:36.446Z | Compiling semver v0.1.20 |
2566 | 2024-10-15T21:33:36.550Z | Compiling base64 v0.21.7 |
2567 | 2024-10-15T21:33:36.927Z | Compiling rustc_version v0.1.7 |
2568 | 2024-10-15T21:33:37.145Z | Compiling tokio-tungstenite v0.21.0 |
2569 | 2024-10-15T21:33:37.333Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2570 | 2024-10-15T21:33:37.484Z | Compiling expectorate v1.1.0 |
2571 | 2024-10-15T21:33:37.683Z | Compiling cancel-safe-futures v0.1.5 |
2572 | 2024-10-15T21:33:37.708Z | Compiling same-file v1.0.6 |
2573 | 2024-10-15T21:33:37.796Z | Compiling owo-colors v4.1.0 |
2574 | 2024-10-15T21:33:37.817Z | Compiling newtype_derive v0.1.6 |
2575 | 2024-10-15T21:33:37.836Z | Compiling primeorder v0.13.6 |
2576 | 2024-10-15T21:33:38.031Z | Compiling walkdir v2.5.0 |
2577 | 2024-10-15T21:33:38.073Z | Compiling secrecy v0.8.0 |
2578 | 2024-10-15T21:33:38.091Z | Compiling prettyplease v0.2.22 |
2579 | 2024-10-15T21:33:38.136Z | Compiling home v0.5.9 |
2580 | 2024-10-15T21:33:38.156Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2581 | 2024-10-15T21:33:38.445Z | Compiling atomicwrites v0.4.4 |
2582 | 2024-10-15T21:33:38.463Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2583 | 2024-10-15T21:33:38.795Z | Compiling thiserror-impl-no-std v2.0.2 |
2584 | 2024-10-15T21:33:38.813Z | Compiling libsw v3.3.1 |
2585 | 2024-10-15T21:33:38.833Z | Compiling ring v0.16.20 |
2586 | 2024-10-15T21:33:38.996Z | Compiling blake3 v1.5.1 |
2587 | 2024-10-15T21:33:39.058Z | Compiling half v2.4.1 |
2588 | 2024-10-15T21:33:39.145Z | Compiling unicase v2.7.0 |
2589 | 2024-10-15T21:33:39.510Z | Compiling ciborium-io v0.2.2 |
2590 | 2024-10-15T21:33:39.652Z | Compiling linear-map v1.2.0 |
2591 | 2024-10-15T21:33:39.668Z | Compiling indent_write v2.2.0 |
2592 | 2024-10-15T21:33:39.710Z | Compiling arc-swap v1.7.1 |
2593 | 2024-10-15T21:33:40.023Z | Compiling ciborium-ll v0.2.2 |
2594 | 2024-10-15T21:33:40.377Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2595 | 2024-10-15T21:33:40.447Z | Compiling slog-scope v4.4.0 |
2596 | 2024-10-15T21:33:40.640Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2597 | 2024-10-15T21:33:40.972Z | Compiling polyval v0.6.2 |
2598 | 2024-10-15T21:33:40.991Z | Compiling itertools v0.13.0 |
2599 | 2024-10-15T21:33:41.440Z | Compiling memmap2 v0.9.4 |
2600 | 2024-10-15T21:33:41.953Z | Compiling arrayref v0.3.7 |
2601 | 2024-10-15T21:33:42.042Z | Compiling thiserror-no-std v2.0.2 |
2602 | 2024-10-15T21:33:42.074Z | Compiling salty v0.3.0 |
2603 | 2024-10-15T21:33:42.101Z | Compiling typify-macro v0.2.0 |
2604 | 2024-10-15T21:33:42.167Z | Compiling libefi-sys v0.1.0 |
2605 | 2024-10-15T21:33:42.468Z | Compiling constant_time_eq v0.3.0 |
2606 | 2024-10-15T21:33:42.508Z | Compiling untrusted v0.7.1 |
2607 | 2024-10-15T21:33:42.636Z | Compiling highway v1.2.0 |
2608 | 2024-10-15T21:33:42.669Z | Compiling parking_lot_core v0.8.6 |
2609 | 2024-10-15T21:33:42.714Z | Compiling spin v0.5.2 |
2610 | 2024-10-15T21:33:42.967Z | Compiling arrayvec v0.7.4 |
2611 | 2024-10-15T21:33:43.476Z | Compiling vsss-rs v3.3.4 |
2612 | 2024-10-15T21:33:43.995Z | Compiling ghash v0.5.1 |
2613 | 2024-10-15T21:33:44.066Z | Compiling steno v0.4.1 |
2614 | 2024-10-15T21:33:44.260Z | Compiling slog-stdlog v4.1.1 |
2615 | 2024-10-15T21:33:44.315Z | Compiling ciborium v0.2.2 |
2616 | 2024-10-15T21:33:44.686Z | Compiling toolchain_find v0.4.0 |
2617 | 2024-10-15T21:33:44.735Z | Compiling p384 v0.13.0 |
2618 | 2024-10-15T21:33:45.009Z | Compiling chacha20poly1305 v0.10.1 |
2619 | 2024-10-15T21:33:45.257Z | Compiling lzma-sys v0.1.20 |
2620 | 2024-10-15T21:33:45.404Z | Compiling ctr v0.9.2 |
2621 | 2024-10-15T21:33:45.795Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2622 | 2024-10-15T21:33:45.948Z | Compiling bitfield-struct v0.6.1 |
2623 | 2024-10-15T21:33:46.050Z | Compiling slog-dtrace v0.3.0 |
2624 | 2024-10-15T21:33:46.219Z | Compiling topological-sort v0.2.2 |
2625 | 2024-10-15T21:33:46.293Z | Compiling humantime v2.1.0 |
2626 | 2024-10-15T21:33:46.444Z | Compiling omicron-zone-package v0.11.1 |
2627 | 2024-10-15T21:33:46.623Z | Compiling aes-gcm v0.10.3 |
2628 | 2024-10-15T21:33:46.655Z | Compiling typify v0.2.0 |
2629 | 2024-10-15T21:33:46.808Z | Compiling progenitor-impl v0.8.0 |
2630 | 2024-10-15T21:33:46.827Z | Compiling rustfmt-wrapper v0.2.1 |
2631 | 2024-10-15T21:33:46.853Z | Compiling mime_guess v2.0.4 |
2632 | 2024-10-15T21:33:46.918Z | Compiling slog-envlogger v2.2.0 |
2633 | 2024-10-15T21:33:47.683Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2634 | 2024-10-15T21:33:48.018Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2635 | 2024-10-15T21:33:48.216Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2636 | 2024-10-15T21:33:48.243Z | Compiling heck v0.3.3 |
2637 | 2024-10-15T21:33:48.529Z | Compiling ssh-encoding v0.2.0 |
2638 | 2024-10-15T21:33:48.710Z | Compiling blowfish v0.9.1 |
2639 | 2024-10-15T21:33:48.728Z | Compiling nibble_vec v0.1.0 |
2640 | 2024-10-15T21:33:48.745Z | Compiling env_filter v0.1.2 |
2641 | 2024-10-15T21:33:48.955Z | Compiling endian-type v0.1.2 |
2642 | 2024-10-15T21:33:49.086Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2643 | 2024-10-15T21:33:49.154Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2644 | 2024-10-15T21:33:49.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2645 | 2024-10-15T21:33:49.287Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2646 | 2024-10-15T21:33:49.420Z | Compiling radix_trie v0.2.1 |
2647 | 2024-10-15T21:33:49.422Z | Compiling env_logger v0.11.5 |
2648 | 2024-10-15T21:33:49.464Z | Compiling bcrypt-pbkdf v0.10.0 |
2649 | 2024-10-15T21:33:49.613Z | Compiling ssh-cipher v0.2.0 |
2650 | 2024-10-15T21:33:50.206Z | Compiling zone_cfg_derive v0.1.2 |
2651 | 2024-10-15T21:33:50.259Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2652 | 2024-10-15T21:33:50.371Z | Compiling parking_lot v0.11.2 |
2653 | 2024-10-15T21:33:50.757Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2654 | 2024-10-15T21:33:51.316Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2655 | 2024-10-15T21:33:51.359Z | Compiling gethostname v0.5.0 |
2656 | 2024-10-15T21:33:51.434Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2657 | 2024-10-15T21:33:51.600Z | Compiling password-hash v0.4.2 |
2658 | 2024-10-15T21:33:51.734Z | Compiling fxhash v0.2.1 |
2659 | 2024-10-15T21:33:51.756Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2660 | 2024-10-15T21:33:51.797Z | Compiling matches v0.1.10 |
2661 | 2024-10-15T21:33:51.820Z | Compiling base64 v0.13.1 |
2662 | 2024-10-15T21:33:51.854Z | Compiling zone v0.1.8 |
2663 | 2024-10-15T21:33:51.907Z | Compiling sled v0.34.7 |
2664 | 2024-10-15T21:33:51.946Z | Compiling idna v0.2.3 |
2665 | 2024-10-15T21:33:52.107Z | Compiling pbkdf2 v0.11.0 |
2666 | 2024-10-15T21:33:52.486Z | Compiling ron v0.7.1 |
2667 | 2024-10-15T21:33:52.504Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2668 | 2024-10-15T21:33:52.506Z | Compiling xz2 v0.1.7 |
2669 | 2024-10-15T21:33:52.929Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2670 | 2024-10-15T21:33:53.242Z | Compiling ssh-key v0.6.6 |
2671 | 2024-10-15T21:33:53.459Z | Compiling hickory-client v0.24.1 |
2672 | 2024-10-15T21:33:54.069Z | Compiling p521 v0.13.3 |
2673 | 2024-10-15T21:33:54.241Z | Compiling p256 v0.13.2 |
2674 | 2024-10-15T21:33:54.911Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2675 | 2024-10-15T21:33:54.913Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2676 | 2024-10-15T21:33:55.116Z | Compiling hickory-server v0.24.1 |
2677 | 2024-10-15T21:33:55.153Z | Compiling progenitor-macro v0.8.0 |
2678 | 2024-10-15T21:33:56.010Z | Compiling enum-as-inner v0.5.1 |
2679 | 2024-10-15T21:33:56.525Z | Compiling pem v3.0.4 |
2680 | 2024-10-15T21:33:56.925Z | Compiling yasna v0.5.2 |
2681 | 2024-10-15T21:33:57.125Z | Compiling headers-core v0.3.0 |
2682 | 2024-10-15T21:33:57.308Z | Compiling kstat-rs v0.2.4 |
2683 | 2024-10-15T21:33:57.373Z | Compiling nanorand v0.7.0 |
2684 | 2024-10-15T21:33:57.969Z | Compiling russh-cryptovec v0.7.2 |
2685 | 2024-10-15T21:33:57.987Z | Compiling atty v0.2.14 |
2686 | 2024-10-15T21:33:58.128Z | Compiling md5 v0.7.0 |
2687 | 2024-10-15T21:33:58.130Z | Compiling http-range v0.1.5 |
2688 | 2024-10-15T21:33:58.312Z | Compiling glob v0.3.1 |
2689 | 2024-10-15T21:33:58.340Z | Compiling rcgen v0.12.1 |
2690 | 2024-10-15T21:33:58.531Z | Compiling russh-keys v0.45.0 |
2691 | 2024-10-15T21:33:58.656Z | Compiling hyper-staticfile v0.10.1 |
2692 | 2024-10-15T21:33:58.731Z | Compiling flume v0.11.0 |
2693 | 2024-10-15T21:33:59.320Z | Compiling headers v0.4.0 |
2694 | 2024-10-15T21:33:59.460Z | Compiling trust-dns-proto v0.22.0 |
2695 | 2024-10-15T21:33:59.813Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2696 | 2024-10-15T21:34:00.906Z | Compiling num-bigint v0.4.5 |
2697 | 2024-10-15T21:34:01.452Z | Compiling des v0.8.1 |
2698 | 2024-10-15T21:34:01.836Z | Compiling subprocess v0.2.9 |
2699 | 2024-10-15T21:34:02.417Z | Compiling dhcproto-macros v0.1.0 |
2700 | 2024-10-15T21:34:02.977Z | Compiling hex-literal v0.4.1 |
2701 | 2024-10-15T21:34:03.148Z | Compiling display-error-chain v0.2.1 |
2702 | 2024-10-15T21:34:03.338Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2703 | 2024-10-15T21:34:03.449Z | Compiling internet-checksum v0.2.1 |
2704 | 2024-10-15T21:34:04.008Z | Compiling russh v0.45.0 |
2705 | 2024-10-15T21:34:04.055Z | Compiling dhcproto v0.12.0 |
2706 | 2024-10-15T21:34:09.199Z | Compiling progenitor v0.8.0 |
2707 | 2024-10-15T21:34:09.338Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2708 | 2024-10-15T21:34:09.338Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2709 | 2024-10-15T21:34:09.342Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2710 | 2024-10-15T21:34:09.342Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2711 | 2024-10-15T21:34:09.342Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2712 | 2024-10-15T21:34:09.417Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2713 | 2024-10-15T21:34:09.690Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2714 | 2024-10-15T21:34:09.988Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2715 | 2024-10-15T21:34:10.796Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2716 | 2024-10-15T21:34:11.420Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2717 | 2024-10-15T21:34:11.707Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2718 | 2024-10-15T21:34:15.973Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2719 | 2024-10-15T21:34:16.667Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2720 | 2024-10-15T21:34:25.167Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2721 | 2024-10-15T21:34:25.167Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2722 | 2024-10-15T21:34:25.169Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2723 | 2024-10-15T21:34:25.169Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2724 | 2024-10-15T21:34:26.053Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2725 | 2024-10-15T21:34:29.353Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2726 | 2024-10-15T21:34:29.411Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2727 | 2024-10-15T21:34:30.408Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2728 | 2024-10-15T21:34:32.548Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2729 | 2024-10-15T21:34:32.968Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2730 | 2024-10-15T21:34:33.372Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2731 | 2024-10-15T21:34:34.110Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2732 | 2024-10-15T21:34:35.018Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2733 | 2024-10-15T21:34:36.928Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2734 | 2024-10-15T21:34:36.959Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2735 | 2024-10-15T21:34:37.383Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2736 | 2024-10-15T21:34:37.620Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2737 | 2024-10-15T21:34:41.072Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2738 | 2024-10-15T21:34:41.908Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2739 | 2024-10-15T21:34:42.375Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2740 | 2024-10-15T21:34:42.939Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2741 | 2024-10-15T21:34:43.034Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2742 | 2024-10-15T21:34:51.351Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2743 | 2024-10-15T21:34:59.702Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2744 | 2024-10-15T21:34:59.702Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2745 | 2024-10-15T21:35:01.154Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2746 | 2024-10-15T21:35:18.711Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2747 | 2024-10-15T21:35:51.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2748 | 2024-10-15T21:35:51.630Z | |
2749 | 2024-10-15T21:35:51.630Z | real 2:32.880228963 |
2750 | 2024-10-15T21:35:51.630Z | user 11:52.449899526 |
2751 | 2024-10-15T21:35:51.630Z | sys 2:31.748093002 |
2752 | 2024-10-15T21:35:51.630Z | trap 0.315901752 |
2753 | 2024-10-15T21:35:51.630Z | tflt 1.365194442 |
2754 | 2024-10-15T21:35:51.633Z | dflt 1.954751827 |
2755 | 2024-10-15T21:35:51.633Z | kflt 0.000002670 |
2756 | 2024-10-15T21:35:51.633Z | lock 24:13.193159831 |
2757 | 2024-10-15T21:35:51.633Z | slp 41:49.516770657 |
2758 | 2024-10-15T21:35:51.633Z | lat 34.678018856 |
2759 | 2024-10-15T21:35:51.633Z | stop 1:24.533700819 |
2760 | 2024-10-15T21:35:51.633Z | + mkdir tests |
2761 | 2024-10-15T21:35:51.633Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2762 | 2024-10-15T21:35:51.633Z | + xargs -I '{}' -t cp '{}' tests/ |
2763 | 2024-10-15T21:35:52.808Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7894197b87667da6 tests/ |
2764 | 2024-10-15T21:35:52.835Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fb95d64fdbd08a28 tests/ |
2765 | 2024-10-15T21:35:52.861Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8b3854a3428de64b tests/ |
2766 | 2024-10-15T21:35:52.887Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fad8dfa2357ba5ca tests/ |
2767 | 2024-10-15T21:35:53.098Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2768 | 2024-10-15T21:35:53.101Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-7894197b87667da6 tests/commtest-8b3854a3428de64b tests/dhcp_server-fb95d64fdbd08a28 tests/end_to_end_tests-fad8dfa2357ba5ca out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2769 | 2024-10-15T21:36:57.718Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2770 | 2024-10-15T21:36:57.718Z | a out/target/test 1K |
2771 | 2024-10-15T21:36:57.718Z | a out/npuzone/npuzone 23144K |
2772 | 2024-10-15T21:36:57.718Z | a package-manifest.toml 32K |
2773 | 2024-10-15T21:36:57.718Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2774 | 2024-10-15T21:36:57.718Z | a target/release/omicron-package 32712K |
2775 | 2024-10-15T21:36:57.718Z | a target/release/xtask 12056K |
2776 | 2024-10-15T21:36:57.718Z | a target/debug/bootstrap 197328K |
2777 | 2024-10-15T21:36:57.718Z | a tests/bootstrap-7894197b87667da6 23780K |
2778 | 2024-10-15T21:36:57.718Z | a tests/commtest-8b3854a3428de64b 24007K |
2779 | 2024-10-15T21:36:57.719Z | a tests/dhcp_server-fb95d64fdbd08a28 23780K |
2780 | 2024-10-15T21:36:57.719Z | a tests/end_to_end_tests-fad8dfa2357ba5ca 214810K |
2781 | 2024-10-15T21:36:57.719Z | a out/clickhouse.tar.gz 233677K |
2782 | 2024-10-15T21:36:57.719Z | a out/clickhouse_keeper.tar.gz 233662K |
2783 | 2024-10-15T21:36:57.719Z | a out/clickhouse_server.tar.gz 233660K |
2784 | 2024-10-15T21:36:57.719Z | a out/cockroachdb.tar.gz 132106K |
2785 | 2024-10-15T21:36:57.719Z | a out/crucible-dtrace.tar 82K |
2786 | 2024-10-15T21:36:57.719Z | a out/crucible-pantry-zone.tar.gz 26926K |
2787 | 2024-10-15T21:36:57.719Z | a out/crucible-zone.tar.gz 35114K |
2788 | 2024-10-15T21:36:57.719Z | a out/external-dns.tar.gz 25174K |
2789 | 2024-10-15T21:36:57.719Z | a out/internal-dns.tar.gz 25172K |
2790 | 2024-10-15T21:36:57.719Z | a out/mg-ddm-gz.tar 62160K |
2791 | 2024-10-15T21:36:57.719Z | a out/nexus.tar.gz 95038K |
2792 | 2024-10-15T21:36:57.719Z | a out/ntp.tar.gz 9064K |
2793 | 2024-10-15T21:36:57.719Z | a out/omicron-gateway-softnpu.tar.gz 20982K |
2794 | 2024-10-15T21:36:57.719Z | a out/omicron-sled-agent.tar 101935K |
2795 | 2024-10-15T21:36:57.719Z | a out/overlay.tar.gz 3K |
2796 | 2024-10-15T21:36:57.719Z | a out/oximeter.tar.gz 47315K |
2797 | 2024-10-15T21:36:57.719Z | a out/oxlog.tar 3037K |
2798 | 2024-10-15T21:36:57.719Z | a out/probe.tar.gz 2764K |
2799 | 2024-10-15T21:36:57.719Z | a out/propolis-server.tar.gz 66490K |
2800 | 2024-10-15T21:36:57.719Z | a out/pumpkind-gz.tar 26665K |
2801 | 2024-10-15T21:36:57.719Z | a out/switch-softnpu.tar.gz 220480K |
2802 | 2024-10-15T21:36:57.722Z | |
2803 | 2024-10-15T21:36:57.722Z | real 1:04.614223820 |
2804 | 2024-10-15T21:36:57.722Z | user 1:01.645632691 |
2805 | 2024-10-15T21:36:57.722Z | sys 4.142615678 |
2806 | 2024-10-15T21:36:57.722Z | trap 0.017312540 |
2807 | 2024-10-15T21:36:57.722Z | tflt 0.000000000 |
2808 | 2024-10-15T21:36:57.722Z | dflt 0.000000000 |
2809 | 2024-10-15T21:36:57.722Z | kflt 0.000000000 |
2810 | 2024-10-15T21:36:57.723Z | lock 0.000000000 |
2811 | 2024-10-15T21:36:57.723Z | slp 1:01.620361461 |
2812 | 2024-10-15T21:36:57.723Z | lat 1.797671806 |
2813 | 2024-10-15T21:36:57.723Z | stop 0.000182731 |
2814 | 2024-10-15T21:36:57.723Z | process exited: duration 1828386 ms, exit code 0 |
|
2815 | 2024-10-15T21:36:57.738Z | found 1 output files |
2816 | 2024-10-15T21:36:57.738Z | uploading: /work/package.tar.gz (1647192857 bytes) |
2817 | 2024-10-15T21:37:30.720Z | uploaded: /work/package.tar.gz |