|
|
|
1 | 2024-11-01T06:04:29.219Z | job assigned to worker 01JBK54X3B9EVAS1AZ1NESFZW0 (queued for 1 m 2 s) |
|
2 | 2024-11-01T06:04:37.062Z | starting task 0: "setup" |
3 | 2024-11-01T06:04:37.072Z | ++ uname -s |
4 | 2024-11-01T06:04:37.074Z | + kern=SunOS |
5 | 2024-11-01T06:04:37.074Z | + case "$kern" in |
6 | 2024-11-01T06:04:37.074Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T06:04:37.074Z | + groupadd -g 12345 build |
8 | 2024-11-01T06:04:37.077Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T06:04:39.088Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T06:04:39.216Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T06:04:39.218Z | + home_fs=zfs |
12 | 2024-11-01T06:04:39.218Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T06:04:39.218Z | + mkdir -p /home/build |
14 | 2024-11-01T06:04:39.221Z | + chown build:build /home/build /work |
15 | 2024-11-01T06:04:41.223Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T06:04:41.226Z | process exited: duration 4165 ms, exit code 0 |
|
17 | 2024-11-01T06:04:41.231Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T06:04:41.237Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T06:04:41.237Z | ' 1.82.0 |
20 | 2024-11-01T06:04:41.237Z | * toolchain channel = "1.82.0" |
21 | 2024-11-01T06:04:41.237Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T06:04:41.237Z | ' default |
23 | 2024-11-01T06:04:41.237Z | * toolchain profile = "default" |
24 | 2024-11-01T06:04:41.239Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T06:04:41.240Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T06:04:41.364Z | info: downloading installer |
27 | 2024-11-01T06:04:42.768Z | info: profile set to 'default' |
28 | 2024-11-01T06:04:42.768Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T06:04:42.773Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T06:04:42.920Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T06:04:42.920Z | info: downloading component 'cargo' |
32 | 2024-11-01T06:04:43.744Z | info: downloading component 'clippy' |
33 | 2024-11-01T06:04:44.058Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T06:04:45.212Z | info: downloading component 'rust-std' |
35 | 2024-11-01T06:04:47.059Z | info: downloading component 'rustc' |
36 | 2024-11-01T06:04:53.591Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T06:04:53.793Z | info: installing component 'cargo' |
38 | 2024-11-01T06:04:54.620Z | info: installing component 'clippy' |
39 | 2024-11-01T06:04:55.006Z | info: installing component 'rust-docs' |
40 | 2024-11-01T06:04:56.701Z | info: installing component 'rust-std' |
41 | 2024-11-01T06:04:58.657Z | info: installing component 'rustc' |
42 | 2024-11-01T06:05:04.707Z | info: installing component 'rustfmt' |
43 | 2024-11-01T06:05:05.037Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T06:05:05.037Z | |
45 | 2024-11-01T06:05:08.550Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T06:05:08.550Z | |
47 | 2024-11-01T06:05:08.606Z | |
48 | 2024-11-01T06:05:08.606Z | Rust is installed now. Great! |
49 | 2024-11-01T06:05:08.607Z | |
50 | 2024-11-01T06:05:08.607Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T06:05:08.607Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T06:05:08.607Z | |
53 | 2024-11-01T06:05:08.607Z | To configure your current shell, you need to source |
54 | 2024-11-01T06:05:08.607Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T06:05:08.607Z | |
56 | 2024-11-01T06:05:08.607Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T06:05:08.607Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T06:05:08.607Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T06:05:08.607Z | + rustc --version |
60 | 2024-11-01T06:05:08.607Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T06:05:08.607Z | process exited: duration 24320 ms, exit code 0 |
|
62 | 2024-11-01T06:05:08.634Z | starting task 2: "authentication" |
63 | 2024-11-01T06:05:08.657Z | process exited: duration 26 ms, exit code 0 |
|
64 | 2024-11-01T06:05:08.662Z | starting task 3: "clone repository" |
65 | 2024-11-01T06:05:08.668Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T06:05:08.670Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T06:05:09.357Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T06:05:16.348Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T06:05:16.348Z | + git fetch origin aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
70 | 2024-11-01T06:05:16.647Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T06:05:16.647Z | * branch aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 -> FETCH_HEAD |
72 | 2024-11-01T06:05:16.657Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
73 | 2024-11-01T06:05:16.659Z | ++ git branch --show-current |
74 | 2024-11-01T06:05:16.662Z | + current=main |
75 | 2024-11-01T06:05:16.662Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
76 | 2024-11-01T06:05:16.662Z | + git branch -f renovate/anyhow-1.x-lockfile aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
77 | 2024-11-01T06:05:16.665Z | + git checkout -f renovate/anyhow-1.x-lockfile |
78 | 2024-11-01T06:05:16.830Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
79 | 2024-11-01T06:05:16.832Z | + git reset --hard aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
80 | 2024-11-01T06:05:16.845Z | HEAD is now at aaf42b74b Update Rust crate anyhow to v1.0.92 |
81 | 2024-11-01T06:05:16.847Z | process exited: duration 8183 ms, exit code 0 |
|
82 | 2024-11-01T06:05:16.852Z | starting task 4: "build" |
83 | 2024-11-01T06:05:16.859Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T06:05:16.859Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T06:05:16.859Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T06:05:16.859Z | + cargo --version |
87 | 2024-11-01T06:05:16.917Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T06:05:16.919Z | + rustc --version |
89 | 2024-11-01T06:05:16.980Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T06:05:16.982Z | + WORK=/work |
91 | 2024-11-01T06:05:16.982Z | + pfexec mkdir -p /work |
92 | 2024-11-01T06:05:16.987Z | + pfexec chown build /work |
93 | 2024-11-01T06:05:16.989Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-11-01T06:05:26.438Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-11-01T06:05:29.866Z | Startup: Caching catalogs ... Done |
96 | 2024-11-01T06:05:36.971Z | Planning: Solver setup ... Done (6.216s) |
97 | 2024-11-01T06:05:37.065Z | Planning: Running solver ... Done (0.094s) |
98 | 2024-11-01T06:05:37.264Z | Planning: Finding local manifests ... Done (0.100s) |
99 | 2024-11-01T06:05:37.675Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-11-01T06:05:38.335Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-11-01T06:05:38.763Z | Planning: Package planning ... Done (0.428s) |
102 | 2024-11-01T06:05:38.820Z | Planning: Merging actions ... Done (0.057s) |
103 | 2024-11-01T06:05:39.471Z | Planning: Checking for conflicting actions ... Done (0.650s) |
104 | 2024-11-01T06:05:45.316Z | Planning: Consolidating action changes ... Done (5.844s) |
105 | 2024-11-01T06:05:45.726Z | Planning: Evaluating mediators ... Done (0.410s) |
106 | 2024-11-01T06:05:45.805Z | Planning: Planning completed in 15.85 seconds |
107 | 2024-11-01T06:05:45.820Z | Packages to install: 4 |
108 | 2024-11-01T06:05:45.820Z | Packages to update: 1 |
109 | 2024-11-01T06:05:45.823Z | Mediators to change: 2 |
110 | 2024-11-01T06:05:45.823Z | Services to change: 1 |
111 | 2024-11-01T06:05:45.823Z | Estimated space available: 155.61 GB |
112 | 2024-11-01T06:05:45.823Z | Estimated space to be consumed: 1.58 GB |
113 | 2024-11-01T06:05:45.823Z | Create boot environment: No |
114 | 2024-11-01T06:05:45.823Z | Create backup boot environment: Yes |
115 | 2024-11-01T06:05:45.824Z | Rebuild boot archive: No |
116 | 2024-11-01T06:05:45.824Z | |
117 | 2024-11-01T06:05:45.824Z | Changed mediators: |
118 | 2024-11-01T06:05:45.824Z | mediator clang: |
119 | 2024-11-01T06:05:45.824Z | version: None -> 15 (system default) |
120 | 2024-11-01T06:05:45.824Z | |
121 | 2024-11-01T06:05:45.824Z | mediator llvm: |
122 | 2024-11-01T06:05:45.824Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-11-01T06:05:45.824Z | |
124 | 2024-11-01T06:05:45.824Z | Changed packages: |
125 | 2024-11-01T06:05:45.824Z | helios-dev |
126 | 2024-11-01T06:05:45.824Z | developer/build-essential |
127 | 2024-11-01T06:05:45.824Z | None -> 11-2.0 |
128 | 2024-11-01T06:05:45.824Z | library/libxmlsec1 |
129 | 2024-11-01T06:05:45.824Z | None -> 1.2.35-2.0 |
130 | 2024-11-01T06:05:45.824Z | ooce/developer/clang-15 |
131 | 2024-11-01T06:05:45.824Z | None -> 15.0.7-2.0 |
132 | 2024-11-01T06:05:45.824Z | ooce/developer/llvm-15 |
133 | 2024-11-01T06:05:45.824Z | None -> 15.0.7-2.0 |
134 | 2024-11-01T06:05:45.824Z | package/pkg |
135 | 2024-11-01T06:05:45.824Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-11-01T06:05:45.824Z | |
137 | 2024-11-01T06:05:45.824Z | Services: |
138 | 2024-11-01T06:05:45.824Z | restart_fmri: |
139 | 2024-11-01T06:05:45.824Z | svc:/system/update-man-index:default |
140 | 2024-11-01T06:05:45.825Z | |
141 | 2024-11-01T06:05:45.825Z | Editable files to change: |
142 | 2024-11-01T06:05:45.825Z | Update: |
143 | 2024-11-01T06:05:45.825Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-11-01T06:05:46.067Z | |
145 | 2024-11-01T06:05:46.068Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-11-01T06:05:51.070Z | Download: 996/4281 items 19.5/220.6MB 8% complete (4.0M/s) |
147 | 2024-11-01T06:05:56.446Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (12.3M/s) |
148 | 2024-11-01T06:06:01.447Z | Download: 2351/4281 items 119.9/220.6MB 54% complete (10.0M/s) |
149 | 2024-11-01T06:06:06.448Z | Download: 3246/4281 items 198.3/220.6MB 89% complete (11.4M/s) |
150 | 2024-11-01T06:06:13.633Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (10.0M/s) |
151 | 2024-11-01T06:06:18.634Z | Download: 4281/4281 items 220.6/220.6MB 100% complete (1020k/s) |
152 | 2024-11-01T06:06:18.636Z | Download: Completed 220.60 MB in 32.56 seconds (6.8M/s) |
153 | 2024-11-01T06:06:20.480Z | Actions: 1/5063 actions (Removing old actions) |
154 | 2024-11-01T06:06:20.498Z | Actions: 194/5063 actions (Installing new actions) |
155 | 2024-11-01T06:06:25.300Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-11-01T06:06:25.612Z | Actions: Completed 5063 actions in 5.13 seconds. |
157 | 2024-11-01T06:06:25.972Z | Done (0.352s) |
158 | 2024-11-01T06:06:25.974Z | Done (0.000s) |
159 | 2024-11-01T06:06:26.473Z | Done (0.500s) |
160 | 2024-11-01T06:06:32.398Z | Done (5.722s) |
161 | 2024-11-01T06:06:32.644Z | Done (0.178s) |
162 | 2024-11-01T06:06:32.646Z | Done (0.000s) |
163 | 2024-11-01T06:06:32.820Z | Done (0.000s) |
164 | 2024-11-01T06:06:33.474Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-11-01T06:06:33.636Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-11-01T06:06:33.638Z | Planning: Consolidating action changes ... Done |
167 | 2024-11-01T06:06:33.905Z | Planning: Evaluating mediators ... Done |
168 | 2024-11-01T06:06:33.908Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-11-01T06:06:33.947Z | Mediators to change: 2 |
170 | 2024-11-01T06:06:33.949Z | Create boot environment: No |
171 | 2024-11-01T06:06:33.950Z | Create backup boot environment: No |
172 | 2024-11-01T06:06:34.026Z | Done |
173 | 2024-11-01T06:06:34.026Z | Done |
174 | 2024-11-01T06:06:34.363Z | Done |
175 | 2024-11-01T06:06:37.917Z | Done |
176 | 2024-11-01T06:06:38.004Z | Done |
177 | 2024-11-01T06:06:38.007Z | Done |
178 | 2024-11-01T06:06:38.120Z | Done |
179 | 2024-11-01T06:06:38.757Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-01T06:06:38.760Z | Planning: Merging actions ... Done |
181 | 2024-11-01T06:06:38.953Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-01T06:06:38.956Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-01T06:06:39.235Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-01T06:06:39.295Z | Planning: Planning completed in 0.79 seconds |
185 | 2024-11-01T06:06:39.338Z | Packages to change: 1 |
186 | 2024-11-01T06:06:39.338Z | Mediators to change: 1 |
187 | 2024-11-01T06:06:39.340Z | Services to change: 1 |
188 | 2024-11-01T06:06:39.340Z | Create boot environment: No |
189 | 2024-11-01T06:06:39.340Z | Create backup boot environment: Yes |
190 | 2024-11-01T06:06:41.508Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-11-01T06:06:41.510Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-11-01T06:06:41.510Z | Done |
193 | 2024-11-01T06:06:41.510Z | Done |
194 | 2024-11-01T06:06:41.611Z | Done |
195 | 2024-11-01T06:06:45.192Z | Done |
196 | 2024-11-01T06:06:45.283Z | Done |
197 | 2024-11-01T06:06:45.285Z | Done |
198 | 2024-11-01T06:06:45.417Z | Done |
199 | 2024-11-01T06:06:45.856Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-11-01T06:06:45.856Z | clang system 15 system |
201 | 2024-11-01T06:06:45.856Z | csh system system illumos |
202 | 2024-11-01T06:06:45.856Z | ctags system system illumos |
203 | 2024-11-01T06:06:45.856Z | gcc vendor 12 vendor |
204 | 2024-11-01T06:06:45.856Z | gcc system 10 system |
205 | 2024-11-01T06:06:45.856Z | gcc system 7 system |
206 | 2024-11-01T06:06:45.856Z | go system 1.20 system |
207 | 2024-11-01T06:06:45.856Z | go system 1.19 system |
208 | 2024-11-01T06:06:45.856Z | llvm system 15 system |
209 | 2024-11-01T06:06:45.856Z | llvm system 14 system |
210 | 2024-11-01T06:06:45.856Z | mariadb system 10.6 system |
211 | 2024-11-01T06:06:45.856Z | mta vendor vendor dma |
212 | 2024-11-01T06:06:45.856Z | openjdk system 17 system |
213 | 2024-11-01T06:06:45.856Z | openjdk system 11 system |
214 | 2024-11-01T06:06:45.856Z | openjdk system 1.8 system |
215 | 2024-11-01T06:06:45.856Z | openssl vendor 3 vendor |
216 | 2024-11-01T06:06:45.856Z | perl system 5.36 system |
217 | 2024-11-01T06:06:45.856Z | postgresql system 15 system |
218 | 2024-11-01T06:06:45.856Z | postgresql system 13 system |
219 | 2024-11-01T06:06:45.856Z | python vendor 3 vendor |
220 | 2024-11-01T06:06:45.856Z | python system 2 system |
221 | 2024-11-01T06:06:45.856Z | python3 system 3.11 system |
222 | 2024-11-01T06:06:45.856Z | ruby system 3.0 system |
223 | 2024-11-01T06:06:45.856Z | words vendor vendor american-english |
224 | 2024-11-01T06:06:45.856Z | words system system australian-english |
225 | 2024-11-01T06:06:45.856Z | words system system british-english |
226 | 2024-11-01T06:06:45.856Z | words system system canadian-english |
227 | 2024-11-01T06:06:45.856Z | words system system french |
228 | 2024-11-01T06:06:45.856Z | words system system italian |
229 | 2024-11-01T06:06:45.857Z | words system system ngerman |
230 | 2024-11-01T06:06:45.857Z | words system system ogerman |
231 | 2024-11-01T06:06:45.857Z | words system system spanish |
232 | 2024-11-01T06:06:46.190Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-11-01T06:06:46.190Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-11-01T06:06:48.575Z | FMRI IFO |
235 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-11-01T06:06:48.575Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-11-01T06:06:49.242Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-11-01T06:06:49.531Z | Updating crates.io index |
252 | 2024-11-01T06:06:49.685Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-11-01T06:06:50.428Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-11-01T06:06:50.730Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-11-01T06:06:50.964Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-11-01T06:06:51.210Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-11-01T06:06:52.146Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-11-01T06:06:54.494Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-11-01T06:06:55.500Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-11-01T06:06:56.146Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-11-01T06:06:56.413Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-11-01T06:06:56.696Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-11-01T06:06:57.297Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-11-01T06:06:57.685Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-11-01T06:06:57.989Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-11-01T06:06:58.235Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-11-01T06:06:58.470Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-11-01T06:06:58.706Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-11-01T06:06:59.051Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-11-01T06:06:59.354Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-11-01T06:06:59.703Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-11-01T06:06:59.963Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-11-01T06:07:00.430Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-11-01T06:07:00.715Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-11-01T06:07:01.064Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-11-01T06:07:01.613Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-11-01T06:07:01.858Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-11-01T06:07:02.104Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-11-01T06:07:03.394Z | Downloading crates ... |
280 | 2024-11-01T06:07:03.462Z | Downloaded autocfg v1.4.0 |
281 | 2024-11-01T06:07:03.468Z | Downloaded anstyle-query v1.1.1 |
282 | 2024-11-01T06:07:03.470Z | Downloaded anstream v0.6.15 |
283 | 2024-11-01T06:07:03.477Z | Downloaded proc-macro-error-attr v1.0.4 |
284 | 2024-11-01T06:07:03.480Z | Downloaded is_terminal_polyfill v1.70.1 |
285 | 2024-11-01T06:07:03.480Z | Downloaded equivalent v1.0.1 |
286 | 2024-11-01T06:07:03.484Z | Downloaded pretty-hex v0.4.1 |
287 | 2024-11-01T06:07:03.487Z | Downloaded swrite v0.1.0 |
288 | 2024-11-01T06:07:03.489Z | Downloaded scroll_derive v0.12.0 |
289 | 2024-11-01T06:07:03.489Z | Downloaded colorchoice v1.0.2 |
290 | 2024-11-01T06:07:03.491Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-11-01T06:07:03.495Z | Downloaded generic-array v0.14.7 |
292 | 2024-11-01T06:07:03.498Z | Downloaded heck v0.4.1 |
293 | 2024-11-01T06:07:03.498Z | Downloaded fastrand v2.1.1 |
294 | 2024-11-01T06:07:03.500Z | Downloaded pest_generator v2.7.14 |
295 | 2024-11-01T06:07:03.501Z | Downloaded memmap v0.7.0 |
296 | 2024-11-01T06:07:03.503Z | Downloaded log v0.4.22 |
297 | 2024-11-01T06:07:03.505Z | Downloaded thiserror v1.0.64 |
298 | 2024-11-01T06:07:03.509Z | Downloaded unicode-linebreak v0.1.5 |
299 | 2024-11-01T06:07:03.511Z | Downloaded anstyle-parse v0.2.5 |
300 | 2024-11-01T06:07:03.513Z | Downloaded toml_datetime v0.6.8 |
301 | 2024-11-01T06:07:03.513Z | Downloaded thread-id v4.2.2 |
302 | 2024-11-01T06:07:03.515Z | Downloaded smawk v0.3.2 |
303 | 2024-11-01T06:07:03.517Z | Downloaded serde_spanned v0.6.8 |
304 | 2024-11-01T06:07:03.518Z | Downloaded serde_derive v1.0.210 |
305 | 2024-11-01T06:07:03.520Z | Downloaded quote v1.0.37 |
306 | 2024-11-01T06:07:03.522Z | Downloaded bytecount v0.6.8 |
307 | 2024-11-01T06:07:03.525Z | Downloaded digest v0.10.7 |
308 | 2024-11-01T06:07:03.527Z | Downloaded byteorder v1.5.0 |
309 | 2024-11-01T06:07:03.527Z | Downloaded anstyle v1.0.8 |
310 | 2024-11-01T06:07:03.529Z | Downloaded cfg-if v1.0.0 |
311 | 2024-11-01T06:07:03.532Z | Downloaded cargo-platform v0.1.8 |
312 | 2024-11-01T06:07:03.532Z | Downloaded typenum v1.17.0 |
313 | 2024-11-01T06:07:03.534Z | Downloaded bitflags v2.6.0 |
314 | 2024-11-01T06:07:03.537Z | Downloaded block-buffer v0.10.4 |
315 | 2024-11-01T06:07:03.540Z | Downloaded anyhow v1.0.92 |
316 | 2024-11-01T06:07:03.551Z | Downloaded pest v2.7.14 |
317 | 2024-11-01T06:07:03.559Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-11-01T06:07:03.575Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-11-01T06:07:03.578Z | Downloaded fnv v1.0.7 |
320 | 2024-11-01T06:07:03.580Z | Downloaded cpufeatures v0.2.14 |
321 | 2024-11-01T06:07:03.583Z | Downloaded macaddr v1.0.1 |
322 | 2024-11-01T06:07:03.595Z | Downloaded itoa v1.0.11 |
323 | 2024-11-01T06:07:03.598Z | Downloaded heck v0.5.0 |
324 | 2024-11-01T06:07:03.598Z | Downloaded camino-tempfile v1.1.1 |
325 | 2024-11-01T06:07:03.601Z | Downloaded fs-err v2.11.0 |
326 | 2024-11-01T06:07:03.603Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-11-01T06:07:03.605Z | Downloaded errno v0.3.9 |
328 | 2024-11-01T06:07:03.608Z | Downloaded crypto-common v0.1.6 |
329 | 2024-11-01T06:07:03.608Z | Downloaded dof v0.3.0 |
330 | 2024-11-01T06:07:03.610Z | Downloaded strsim v0.11.1 |
331 | 2024-11-01T06:07:03.613Z | Downloaded plain v0.2.3 |
332 | 2024-11-01T06:07:03.613Z | Downloaded version_check v0.9.5 |
333 | 2024-11-01T06:07:03.615Z | Downloaded clap_lex v0.7.2 |
334 | 2024-11-01T06:07:03.618Z | Downloaded winnow v0.6.20 |
335 | 2024-11-01T06:07:03.626Z | Downloaded tabled_derive v0.7.0 |
336 | 2024-11-01T06:07:03.629Z | Downloaded clap_builder v4.5.20 |
337 | 2024-11-01T06:07:03.634Z | Downloaded usdt v0.5.0 |
338 | 2024-11-01T06:07:03.636Z | Downloaded proc-macro-error v1.0.4 |
339 | 2024-11-01T06:07:03.639Z | Downloaded once_cell v1.20.2 |
340 | 2024-11-01T06:07:03.641Z | Downloaded terminal_size v0.4.0 |
341 | 2024-11-01T06:07:03.643Z | Downloaded pest_derive v2.7.14 |
342 | 2024-11-01T06:07:03.646Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2024-11-01T06:07:03.648Z | Downloaded cargo_toml v0.20.5 |
344 | 2024-11-01T06:07:03.648Z | Downloaded clap_derive v4.5.18 |
345 | 2024-11-01T06:07:03.650Z | Downloaded semver v1.0.23 |
346 | 2024-11-01T06:07:03.657Z | Downloaded tempfile v3.13.0 |
347 | 2024-11-01T06:07:03.662Z | Downloaded utf8parse v0.2.2 |
348 | 2024-11-01T06:07:03.664Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-11-01T06:07:03.666Z | Downloaded scroll v0.12.0 |
350 | 2024-11-01T06:07:03.666Z | Downloaded pest_meta v2.7.14 |
351 | 2024-11-01T06:07:03.669Z | Downloaded clap v4.5.20 |
352 | 2024-11-01T06:07:03.677Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-11-01T06:07:03.679Z | Downloaded camino v1.1.9 |
354 | 2024-11-01T06:07:03.682Z | Downloaded tabled v0.15.0 |
355 | 2024-11-01T06:07:03.697Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2024-11-01T06:07:03.701Z | Downloaded proc-macro2 v1.0.87 |
357 | 2024-11-01T06:07:03.703Z | Downloaded papergrid v0.11.0 |
358 | 2024-11-01T06:07:03.708Z | Downloaded toml v0.8.19 |
359 | 2024-11-01T06:07:03.711Z | Downloaded unicode-ident v1.0.13 |
360 | 2024-11-01T06:07:03.713Z | Downloaded textwrap v0.16.1 |
361 | 2024-11-01T06:07:03.717Z | Downloaded serde v1.0.210 |
362 | 2024-11-01T06:07:03.720Z | Downloaded ryu v1.0.18 |
363 | 2024-11-01T06:07:03.723Z | Downloaded thiserror-impl v1.0.64 |
364 | 2024-11-01T06:07:03.725Z | Downloaded indexmap v2.6.0 |
365 | 2024-11-01T06:07:03.728Z | Downloaded sha2 v0.10.8 |
366 | 2024-11-01T06:07:03.732Z | Downloaded memchr v2.7.4 |
367 | 2024-11-01T06:07:03.741Z | Downloaded toml_edit v0.22.22 |
368 | 2024-11-01T06:07:03.763Z | Downloaded hashbrown v0.15.0 |
369 | 2024-11-01T06:07:03.772Z | Downloaded serde_json v1.0.128 |
370 | 2024-11-01T06:07:03.779Z | Downloaded zerocopy v0.7.35 |
371 | 2024-11-01T06:07:03.795Z | Downloaded goblin v0.8.2 |
372 | 2024-11-01T06:07:03.801Z | Downloaded syn v1.0.109 |
373 | 2024-11-01T06:07:03.816Z | Downloaded unicode-width v0.1.14 |
374 | 2024-11-01T06:07:03.823Z | Downloaded syn v2.0.79 |
375 | 2024-11-01T06:07:03.834Z | Downloaded rustix v0.38.37 |
376 | 2024-11-01T06:07:03.874Z | Downloaded libc v0.2.161 |
377 | 2024-11-01T06:07:04.181Z | Compiling proc-macro2 v1.0.87 |
378 | 2024-11-01T06:07:04.181Z | Compiling unicode-ident v1.0.13 |
379 | 2024-11-01T06:07:04.183Z | Compiling serde v1.0.210 |
380 | 2024-11-01T06:07:04.183Z | Compiling version_check v0.9.5 |
381 | 2024-11-01T06:07:04.183Z | Compiling thiserror v1.0.64 |
382 | 2024-11-01T06:07:04.183Z | Compiling memchr v2.7.4 |
383 | 2024-11-01T06:07:04.215Z | Compiling libc v0.2.161 |
384 | 2024-11-01T06:07:04.217Z | Compiling itoa v1.0.11 |
385 | 2024-11-01T06:07:04.449Z | Compiling ryu v1.0.18 |
386 | 2024-11-01T06:07:04.509Z | Compiling ucd-trie v0.1.7 |
387 | 2024-11-01T06:07:04.794Z | Compiling once_cell v1.20.2 |
388 | 2024-11-01T06:07:05.025Z | Compiling byteorder v1.5.0 |
389 | 2024-11-01T06:07:05.208Z | Compiling serde_json v1.0.128 |
390 | 2024-11-01T06:07:05.230Z | Compiling rustix v0.38.37 |
391 | 2024-11-01T06:07:05.520Z | Compiling bitflags v2.6.0 |
392 | 2024-11-01T06:07:05.605Z | Compiling usdt-impl v0.5.0 |
393 | 2024-11-01T06:07:05.781Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-11-01T06:07:05.875Z | Compiling syn v1.0.109 |
395 | 2024-11-01T06:07:05.938Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-11-01T06:07:06.127Z | Compiling utf8parse v0.2.2 |
397 | 2024-11-01T06:07:06.130Z | Compiling log v0.4.22 |
398 | 2024-11-01T06:07:06.173Z | Compiling camino v1.1.9 |
399 | 2024-11-01T06:07:06.266Z | Compiling hashbrown v0.15.0 |
400 | 2024-11-01T06:07:06.313Z | Compiling quote v1.0.37 |
401 | 2024-11-01T06:07:06.504Z | Compiling errno v0.3.9 |
402 | 2024-11-01T06:07:06.722Z | Compiling syn v2.0.79 |
403 | 2024-11-01T06:07:06.817Z | Compiling plain v0.2.3 |
404 | 2024-11-01T06:07:06.842Z | Compiling equivalent v1.0.1 |
405 | 2024-11-01T06:07:07.033Z | Compiling anstyle-parse v0.2.5 |
406 | 2024-11-01T06:07:07.179Z | Compiling thread-id v4.2.2 |
407 | 2024-11-01T06:07:07.299Z | Compiling anstyle-query v1.1.1 |
408 | 2024-11-01T06:07:07.378Z | Compiling colorchoice v1.0.2 |
409 | 2024-11-01T06:07:07.447Z | Compiling winnow v0.6.20 |
410 | 2024-11-01T06:07:07.542Z | Compiling indexmap v2.6.0 |
411 | 2024-11-01T06:07:07.545Z | Compiling pretty-hex v0.4.1 |
412 | 2024-11-01T06:07:07.590Z | Compiling autocfg v1.4.0 |
413 | 2024-11-01T06:07:07.757Z | Compiling anstyle v1.0.8 |
414 | 2024-11-01T06:07:08.009Z | Compiling unicode-width v0.1.14 |
415 | 2024-11-01T06:07:08.257Z | Compiling semver v1.0.23 |
416 | 2024-11-01T06:07:08.540Z | Compiling is_terminal_polyfill v1.70.1 |
417 | 2024-11-01T06:07:08.675Z | Compiling anstream v0.6.15 |
418 | 2024-11-01T06:07:08.729Z | Compiling fs-err v2.11.0 |
419 | 2024-11-01T06:07:08.931Z | Compiling terminal_size v0.4.0 |
420 | 2024-11-01T06:07:09.032Z | Compiling clap_lex v0.7.2 |
421 | 2024-11-01T06:07:09.118Z | Compiling fnv v1.0.7 |
422 | 2024-11-01T06:07:09.265Z | Compiling heck v0.4.1 |
423 | 2024-11-01T06:07:09.414Z | Compiling bytecount v0.6.8 |
424 | 2024-11-01T06:07:09.545Z | Compiling anyhow v1.0.92 |
425 | 2024-11-01T06:07:09.577Z | Compiling cfg-if v1.0.0 |
426 | 2024-11-01T06:07:09.623Z | Compiling fastrand v2.1.1 |
427 | 2024-11-01T06:07:09.683Z | Compiling strsim v0.11.1 |
428 | 2024-11-01T06:07:09.720Z | Compiling heck v0.5.0 |
429 | 2024-11-01T06:07:09.747Z | Compiling papergrid v0.11.0 |
430 | 2024-11-01T06:07:10.238Z | Compiling clap_builder v4.5.20 |
431 | 2024-11-01T06:07:10.570Z | Compiling tempfile v3.13.0 |
432 | 2024-11-01T06:07:10.766Z | Compiling memmap v0.7.0 |
433 | 2024-11-01T06:07:10.928Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-11-01T06:07:11.154Z | Compiling smawk v0.3.2 |
435 | 2024-11-01T06:07:11.388Z | Compiling textwrap v0.16.1 |
436 | 2024-11-01T06:07:11.453Z | Compiling swrite v0.1.0 |
437 | 2024-11-01T06:07:12.535Z | Compiling tabled_derive v0.7.0 |
438 | 2024-11-01T06:07:14.006Z | Compiling tabled v0.15.0 |
439 | 2024-11-01T06:07:14.724Z | Compiling serde_derive v1.0.210 |
440 | 2024-11-01T06:07:14.727Z | Compiling thiserror-impl v1.0.64 |
441 | 2024-11-01T06:07:14.727Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-11-01T06:07:14.727Z | Compiling scroll_derive v0.12.0 |
443 | 2024-11-01T06:07:14.976Z | Compiling clap_derive v4.5.18 |
444 | 2024-11-01T06:07:16.098Z | Compiling scroll v0.12.0 |
445 | 2024-11-01T06:07:16.606Z | Compiling goblin v0.8.2 |
446 | 2024-11-01T06:07:16.893Z | Compiling zerocopy v0.7.35 |
447 | 2024-11-01T06:07:18.326Z | Compiling clap v4.5.20 |
448 | 2024-11-01T06:07:19.942Z | Compiling pest v2.7.14 |
449 | 2024-11-01T06:07:21.709Z | Compiling pest_meta v2.7.14 |
450 | 2024-11-01T06:07:22.792Z | Compiling pest_generator v2.7.14 |
451 | 2024-11-01T06:07:24.218Z | Compiling pest_derive v2.7.14 |
452 | 2024-11-01T06:07:24.253Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-11-01T06:07:24.321Z | Compiling serde_spanned v0.6.8 |
454 | 2024-11-01T06:07:24.378Z | Compiling toml_datetime v0.6.8 |
455 | 2024-11-01T06:07:24.726Z | Compiling toml_edit v0.22.22 |
456 | 2024-11-01T06:07:24.890Z | Compiling cargo-platform v0.1.8 |
457 | 2024-11-01T06:07:24.919Z | Compiling macaddr v1.0.1 |
458 | 2024-11-01T06:07:24.979Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-11-01T06:07:25.377Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-11-01T06:07:25.882Z | Compiling dof v0.3.0 |
461 | 2024-11-01T06:07:26.213Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-11-01T06:07:27.609Z | Compiling usdt-macro v0.5.0 |
463 | 2024-11-01T06:07:27.609Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-11-01T06:07:27.832Z | Compiling toml v0.8.19 |
465 | 2024-11-01T06:07:28.664Z | Compiling cargo_toml v0.20.5 |
466 | 2024-11-01T06:07:28.767Z | Compiling usdt v0.5.0 |
467 | 2024-11-01T06:07:32.010Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-11-01T06:07:35.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.92s |
469 | 2024-11-01T06:07:36.223Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-11-01T06:07:36.730Z | Downloading crates ... |
471 | 2024-11-01T06:07:36.844Z | Downloaded addr2line v0.24.2 |
472 | 2024-11-01T06:07:36.856Z | Downloaded cfg_aliases v0.1.1 |
473 | 2024-11-01T06:07:36.859Z | Downloaded convert_case v0.4.0 |
474 | 2024-11-01T06:07:36.862Z | Downloaded async-stream-impl v0.3.6 |
475 | 2024-11-01T06:07:36.866Z | Downloaded ascii-canvas v3.0.0 |
476 | 2024-11-01T06:07:36.869Z | Downloaded adler2 v2.0.0 |
477 | 2024-11-01T06:07:36.871Z | Downloaded buf-list v1.0.3 |
478 | 2024-11-01T06:07:36.881Z | Downloaded block-padding v0.3.3 |
479 | 2024-11-01T06:07:36.881Z | Downloaded http-body-util v0.1.2 |
480 | 2024-11-01T06:07:36.881Z | Downloaded atomic-waker v1.1.2 |
481 | 2024-11-01T06:07:36.881Z | Downloaded match_cfg v0.1.0 |
482 | 2024-11-01T06:07:36.881Z | Downloaded cobs v0.2.3 |
483 | 2024-11-01T06:07:36.885Z | Downloaded crc v3.2.1 |
484 | 2024-11-01T06:07:36.887Z | Downloaded newline-converter v0.3.0 |
485 | 2024-11-01T06:07:36.887Z | Downloaded is-terminal v0.4.13 |
486 | 2024-11-01T06:07:36.890Z | Downloaded ciborium-ll v0.2.2 |
487 | 2024-11-01T06:07:36.890Z | Downloaded lazycell v1.3.0 |
488 | 2024-11-01T06:07:36.892Z | Downloaded bcs v0.1.6 |
489 | 2024-11-01T06:07:36.895Z | Downloaded newtype_derive v0.1.6 |
490 | 2024-11-01T06:07:36.897Z | Downloaded crossbeam-deque v0.8.5 |
491 | 2024-11-01T06:07:36.897Z | Downloaded linear-map v1.2.0 |
492 | 2024-11-01T06:07:36.900Z | Downloaded libefi-sys v0.1.0 |
493 | 2024-11-01T06:07:36.902Z | Downloaded hubpack v0.1.2 |
494 | 2024-11-01T06:07:36.902Z | Downloaded aead v0.5.2 |
495 | 2024-11-01T06:07:36.905Z | Downloaded memoffset v0.9.1 |
496 | 2024-11-01T06:07:36.907Z | Downloaded async-bb8-diesel v0.2.1 |
497 | 2024-11-01T06:07:36.910Z | Downloaded httparse v1.9.5 |
498 | 2024-11-01T06:07:36.912Z | Downloaded base64 v0.13.1 |
499 | 2024-11-01T06:07:36.916Z | Downloaded mime_guess v2.0.5 |
500 | 2024-11-01T06:07:36.919Z | Downloaded nanorand v0.7.0 |
501 | 2024-11-01T06:07:36.922Z | Downloaded nu-ansi-term v0.50.1 |
502 | 2024-11-01T06:07:36.925Z | Downloaded jobserver v0.1.32 |
503 | 2024-11-01T06:07:36.928Z | Downloaded debug-ignore v1.0.5 |
504 | 2024-11-01T06:07:36.930Z | Downloaded highway v1.2.0 |
505 | 2024-11-01T06:07:36.934Z | Downloaded http-range v0.1.5 |
506 | 2024-11-01T06:07:36.936Z | Downloaded http-body v1.0.1 |
507 | 2024-11-01T06:07:36.938Z | Downloaded hostname v0.3.1 |
508 | 2024-11-01T06:07:36.941Z | Downloaded const_format v0.2.33 |
509 | 2024-11-01T06:07:36.946Z | Downloaded miniz_oxide v0.8.0 |
510 | 2024-11-01T06:07:36.948Z | Downloaded indicatif v0.17.8 |
511 | 2024-11-01T06:07:36.954Z | Downloaded instant v0.1.13 |
512 | 2024-11-01T06:07:36.956Z | Downloaded darling_macro v0.20.10 |
513 | 2024-11-01T06:07:36.956Z | Downloaded cstr-argument v0.1.2 |
514 | 2024-11-01T06:07:36.959Z | Downloaded matches v0.1.10 |
515 | 2024-11-01T06:07:36.960Z | Downloaded ident_case v1.0.1 |
516 | 2024-11-01T06:07:36.962Z | Downloaded sqlparser_derive v0.2.2 |
517 | 2024-11-01T06:07:36.962Z | Downloaded hubpack_derive v0.1.1 |
518 | 2024-11-01T06:07:36.965Z | Downloaded ciborium-io v0.2.2 |
519 | 2024-11-01T06:07:36.965Z | Downloaded crunchy v0.2.2 |
520 | 2024-11-01T06:07:36.965Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2024-11-01T06:07:36.967Z | Downloaded hyper-util v0.1.9 |
522 | 2024-11-01T06:07:36.971Z | Downloaded rustls-pemfile v1.0.4 |
523 | 2024-11-01T06:07:36.973Z | Downloaded normalize-line-endings v0.3.0 |
524 | 2024-11-01T06:07:36.976Z | Downloaded castaway v0.2.3 |
525 | 2024-11-01T06:07:36.978Z | Downloaded http-body v0.4.6 |
526 | 2024-11-01T06:07:36.981Z | Downloaded keccak v0.1.5 |
527 | 2024-11-01T06:07:36.981Z | Downloaded kstat-rs v0.2.4 |
528 | 2024-11-01T06:07:36.984Z | Downloaded secrecy v0.8.0 |
529 | 2024-11-01T06:07:36.984Z | Downloaded blowfish v0.9.1 |
530 | 2024-11-01T06:07:36.986Z | Downloaded new_debug_unreachable v1.0.6 |
531 | 2024-11-01T06:07:36.989Z | Downloaded serde-big-array v0.5.1 |
532 | 2024-11-01T06:07:36.991Z | Downloaded async-stream v0.3.6 |
533 | 2024-11-01T06:07:36.994Z | Downloaded untrusted v0.7.1 |
534 | 2024-11-01T06:07:36.994Z | Downloaded toolchain_find v0.4.0 |
535 | 2024-11-01T06:07:36.996Z | Downloaded hyper-tls v0.6.0 |
536 | 2024-11-01T06:07:36.999Z | Downloaded want v0.3.1 |
537 | 2024-11-01T06:07:36.999Z | Downloaded strum_macros v0.25.3 |
538 | 2024-11-01T06:07:37.002Z | Downloaded tabwriter v1.4.0 |
539 | 2024-11-01T06:07:37.004Z | Downloaded lazy_static v1.5.0 |
540 | 2024-11-01T06:07:37.006Z | Downloaded data-encoding v2.6.0 |
541 | 2024-11-01T06:07:37.009Z | Downloaded mime v0.3.17 |
542 | 2024-11-01T06:07:37.011Z | Downloaded mockall v0.13.0 |
543 | 2024-11-01T06:07:37.014Z | Downloaded constant_time_eq v0.3.1 |
544 | 2024-11-01T06:07:37.014Z | Downloaded dhcproto-macros v0.1.0 |
545 | 2024-11-01T06:07:37.016Z | Downloaded zone_cfg_derive v0.3.0 |
546 | 2024-11-01T06:07:37.016Z | Downloaded zone_cfg_derive v0.1.2 |
547 | 2024-11-01T06:07:37.016Z | Downloaded maplit v1.0.2 |
548 | 2024-11-01T06:07:37.019Z | Downloaded cexpr v0.6.0 |
549 | 2024-11-01T06:07:37.021Z | Downloaded ssh-encoding v0.2.0 |
550 | 2024-11-01T06:07:37.023Z | Downloaded nibble_vec v0.1.0 |
551 | 2024-11-01T06:07:37.026Z | Downloaded newtype-uuid v1.1.2 |
552 | 2024-11-01T06:07:37.027Z | Downloaded lru-cache v0.1.2 |
553 | 2024-11-01T06:07:37.029Z | Downloaded bcrypt-pbkdf v0.10.0 |
554 | 2024-11-01T06:07:37.029Z | Downloaded slog-async v2.8.0 |
555 | 2024-11-01T06:07:37.032Z | Downloaded slog-dtrace v0.3.0 |
556 | 2024-11-01T06:07:37.034Z | Downloaded same-file v1.0.6 |
557 | 2024-11-01T06:07:37.037Z | Downloaded cancel-safe-futures v0.1.5 |
558 | 2024-11-01T06:07:37.039Z | Downloaded bzip2 v0.4.4 |
559 | 2024-11-01T06:07:37.041Z | Downloaded endian-type v0.1.2 |
560 | 2024-11-01T06:07:37.044Z | Downloaded untrusted v0.9.0 |
561 | 2024-11-01T06:07:37.044Z | Downloaded ipnet v2.10.1 |
562 | 2024-11-01T06:07:37.046Z | Downloaded lock_api v0.4.12 |
563 | 2024-11-01T06:07:37.049Z | Downloaded opaque-debug v0.3.1 |
564 | 2024-11-01T06:07:37.051Z | Downloaded native-tls v0.2.12 |
565 | 2024-11-01T06:07:37.054Z | Downloaded openssl-macros v0.1.1 |
566 | 2024-11-01T06:07:37.054Z | Downloaded universal-hash v0.5.1 |
567 | 2024-11-01T06:07:37.056Z | Downloaded unicase v2.7.0 |
568 | 2024-11-01T06:07:37.058Z | Downloaded tui-tree-widget v0.22.0 |
569 | 2024-11-01T06:07:37.061Z | Downloaded defmt v0.3.8 |
570 | 2024-11-01T06:07:37.065Z | Downloaded dirs-next v2.0.0 |
571 | 2024-11-01T06:07:37.067Z | Downloaded indexmap v1.9.3 |
572 | 2024-11-01T06:07:37.072Z | Downloaded sct v0.7.1 |
573 | 2024-11-01T06:07:37.076Z | Downloaded peg-runtime v0.8.3 |
574 | 2024-11-01T06:07:37.078Z | Downloaded progenitor-client v0.8.0 |
575 | 2024-11-01T06:07:37.081Z | Downloaded rand_seeder v0.3.0 |
576 | 2024-11-01T06:07:37.081Z | Downloaded russh-keys v0.45.0 |
577 | 2024-11-01T06:07:37.083Z | Downloaded ahash v0.8.11 |
578 | 2024-11-01T06:07:37.090Z | Downloaded tls_codec v0.4.1 |
579 | 2024-11-01T06:07:37.092Z | Downloaded hyper-staticfile v0.10.1 |
580 | 2024-11-01T06:07:37.095Z | Downloaded termtree v0.4.1 |
581 | 2024-11-01T06:07:37.095Z | Downloaded signal-hook-tokio v0.3.1 |
582 | 2024-11-01T06:07:37.101Z | Downloaded russh-cryptovec v0.7.3 |
583 | 2024-11-01T06:07:37.101Z | Downloaded waitgroup v0.1.2 |
584 | 2024-11-01T06:07:37.101Z | Downloaded vte_generate_state_changes v0.1.2 |
585 | 2024-11-01T06:07:37.101Z | Downloaded derive_builder_macro v0.20.2 |
586 | 2024-11-01T06:07:37.104Z | Downloaded num v0.4.3 |
587 | 2024-11-01T06:07:37.104Z | Downloaded percent-encoding v2.3.1 |
588 | 2024-11-01T06:07:37.106Z | Downloaded pkg-config v0.3.31 |
589 | 2024-11-01T06:07:37.106Z | Downloaded futures-macro v0.3.31 |
590 | 2024-11-01T06:07:37.108Z | Downloaded tokio-tungstenite v0.21.0 |
591 | 2024-11-01T06:07:37.111Z | Downloaded rand_core v0.6.4 |
592 | 2024-11-01T06:07:37.114Z | Downloaded futures-io v0.3.31 |
593 | 2024-11-01T06:07:37.114Z | Downloaded futures-executor v0.3.31 |
594 | 2024-11-01T06:07:37.116Z | Downloaded crossbeam-utils v0.8.20 |
595 | 2024-11-01T06:07:37.119Z | Downloaded itertools v0.10.5 |
596 | 2024-11-01T06:07:37.127Z | Downloaded foreign-types-shared v0.3.1 |
597 | 2024-11-01T06:07:37.129Z | Downloaded arrayvec v0.7.6 |
598 | 2024-11-01T06:07:37.132Z | Downloaded oso-derive v0.27.3 |
599 | 2024-11-01T06:07:37.135Z | Downloaded phf_shared v0.10.0 |
600 | 2024-11-01T06:07:37.135Z | Downloaded num_threads v0.1.7 |
601 | 2024-11-01T06:07:37.135Z | Downloaded rusty-fork v0.3.0 |
602 | 2024-11-01T06:07:37.138Z | Downloaded shell-words v1.1.0 |
603 | 2024-11-01T06:07:37.140Z | Downloaded arc-swap v1.7.1 |
604 | 2024-11-01T06:07:37.143Z | Downloaded structmeta-derive v0.3.0 |
605 | 2024-11-01T06:07:37.146Z | Downloaded hashlink v0.9.1 |
606 | 2024-11-01T06:07:37.148Z | Downloaded crossterm v0.28.1 |
607 | 2024-11-01T06:07:37.155Z | Downloaded rpassword v7.3.1 |
608 | 2024-11-01T06:07:37.158Z | Downloaded aes-gcm v0.10.3 |
609 | 2024-11-01T06:07:37.161Z | Downloaded fd-lock v4.0.2 |
610 | 2024-11-01T06:07:37.164Z | Downloaded wait-timeout v0.2.0 |
611 | 2024-11-01T06:07:37.167Z | Downloaded rayon-core v1.12.1 |
612 | 2024-11-01T06:07:37.171Z | Downloaded libxml v0.3.3 |
613 | 2024-11-01T06:07:37.178Z | Downloaded fatfs v0.3.6 |
614 | 2024-11-01T06:07:37.183Z | Downloaded glob v0.3.1 |
615 | 2024-11-01T06:07:37.186Z | Downloaded num_enum_derive v0.5.11 |
616 | 2024-11-01T06:07:37.186Z | Downloaded password-hash v0.4.2 |
617 | 2024-11-01T06:07:37.188Z | Downloaded base64 v0.22.1 |
618 | 2024-11-01T06:07:37.192Z | Downloaded num-integer v0.1.46 |
619 | 2024-11-01T06:07:37.195Z | Downloaded phf_generator v0.11.2 |
620 | 2024-11-01T06:07:37.197Z | Downloaded phf v0.11.2 |
621 | 2024-11-01T06:07:37.200Z | Downloaded parse-display v0.10.0 |
622 | 2024-11-01T06:07:37.200Z | Downloaded heck v0.3.3 |
623 | 2024-11-01T06:07:37.202Z | Downloaded spin v0.9.8 |
624 | 2024-11-01T06:07:37.205Z | Downloaded num-derive v0.4.2 |
625 | 2024-11-01T06:07:37.207Z | Downloaded parse-size v1.1.0 |
626 | 2024-11-01T06:07:37.210Z | Downloaded env_filter v0.1.2 |
627 | 2024-11-01T06:07:37.212Z | Downloaded rfc6979 v0.4.0 |
628 | 2024-11-01T06:07:37.212Z | Downloaded phf_codegen v0.11.2 |
629 | 2024-11-01T06:07:37.215Z | Downloaded tokio-tungstenite v0.23.1 |
630 | 2024-11-01T06:07:37.217Z | Downloaded slog-scope v4.4.0 |
631 | 2024-11-01T06:07:37.220Z | Downloaded derive_builder_core v0.20.2 |
632 | 2024-11-01T06:07:37.222Z | Downloaded vte v0.11.1 |
633 | 2024-11-01T06:07:37.224Z | Downloaded vsss-rs v3.3.4 |
634 | 2024-11-01T06:07:37.227Z | Downloaded omicron-zone-package v0.11.1 |
635 | 2024-11-01T06:07:37.229Z | Downloaded libm v0.2.8 |
636 | 2024-11-01T06:07:37.239Z | Downloaded quick-error v1.2.3 |
637 | 2024-11-01T06:07:37.242Z | Downloaded ecdsa v0.16.9 |
638 | 2024-11-01T06:07:37.244Z | Downloaded tokio-native-tls v0.3.1 |
639 | 2024-11-01T06:07:37.247Z | Downloaded twox-hash v1.6.3 |
640 | 2024-11-01T06:07:37.249Z | Downloaded time-core v0.1.2 |
641 | 2024-11-01T06:07:37.251Z | Downloaded thiserror-no-std v2.0.2 |
642 | 2024-11-01T06:07:37.256Z | Downloaded deranged v0.3.11 |
643 | 2024-11-01T06:07:37.259Z | Downloaded ena v0.14.3 |
644 | 2024-11-01T06:07:37.259Z | Downloaded similar v2.6.0 |
645 | 2024-11-01T06:07:37.265Z | Downloaded openssl-probe v0.1.5 |
646 | 2024-11-01T06:07:37.267Z | Downloaded dsl_auto_type v0.1.2 |
647 | 2024-11-01T06:07:37.267Z | Downloaded mio v1.0.2 |
648 | 2024-11-01T06:07:37.274Z | Downloaded foreign-types v0.3.2 |
649 | 2024-11-01T06:07:37.276Z | Downloaded pbkdf2 v0.12.2 |
650 | 2024-11-01T06:07:37.279Z | Downloaded derive_more v0.99.18 |
651 | 2024-11-01T06:07:37.294Z | Downloaded path-slash v0.1.5 |
652 | 2024-11-01T06:07:37.296Z | Downloaded num-conv v0.1.0 |
653 | 2024-11-01T06:07:37.296Z | Downloaded serde_urlencoded v0.7.1 |
654 | 2024-11-01T06:07:37.299Z | Downloaded quinn-udp v0.5.5 |
655 | 2024-11-01T06:07:37.301Z | Downloaded thread_local v1.1.8 |
656 | 2024-11-01T06:07:37.301Z | Downloaded compact_str v0.8.0 |
657 | 2024-11-01T06:07:37.305Z | Downloaded shlex v1.3.0 |
658 | 2024-11-01T06:07:37.308Z | Downloaded schemars_derive v0.8.21 |
659 | 2024-11-01T06:07:37.310Z | Downloaded owo-colors v4.1.0 |
660 | 2024-11-01T06:07:37.312Z | Downloaded termcolor v1.4.1 |
661 | 2024-11-01T06:07:37.315Z | Downloaded typify v0.2.0 |
662 | 2024-11-01T06:07:37.318Z | Downloaded topological-sort v0.2.2 |
663 | 2024-11-01T06:07:37.320Z | Downloaded smallvec v0.6.14 |
664 | 2024-11-01T06:07:37.323Z | Downloaded slog-stdlog v4.1.1 |
665 | 2024-11-01T06:07:37.323Z | Downloaded signal-hook-mio v0.2.4 |
666 | 2024-11-01T06:07:37.325Z | Downloaded env_logger v0.11.5 |
667 | 2024-11-01T06:07:37.327Z | Downloaded enum-as-inner v0.6.1 |
668 | 2024-11-01T06:07:37.330Z | Downloaded der_derive v0.7.3 |
669 | 2024-11-01T06:07:37.332Z | Downloaded foreign-types-macros v0.2.3 |
670 | 2024-11-01T06:07:37.335Z | Downloaded foreign-types v0.5.0 |
671 | 2024-11-01T06:07:37.335Z | Downloaded embedded-io v0.6.1 |
672 | 2024-11-01T06:07:37.337Z | Downloaded xz2 v0.1.7 |
673 | 2024-11-01T06:07:37.338Z | Downloaded ron v0.7.1 |
674 | 2024-11-01T06:07:37.343Z | Downloaded tungstenite v0.23.0 |
675 | 2024-11-01T06:07:37.348Z | Downloaded fxhash v0.2.1 |
676 | 2024-11-01T06:07:37.350Z | Downloaded pin-utils v0.1.0 |
677 | 2024-11-01T06:07:37.350Z | Downloaded group v0.13.0 |
678 | 2024-11-01T06:07:37.353Z | Downloaded hickory-resolver v0.24.1 |
679 | 2024-11-01T06:07:37.357Z | Downloaded pbkdf2 v0.11.0 |
680 | 2024-11-01T06:07:37.361Z | Downloaded rtoolbox v0.0.2 |
681 | 2024-11-01T06:07:37.363Z | Downloaded tokio-macros v2.4.0 |
682 | 2024-11-01T06:07:37.366Z | Downloaded serde_repr v0.1.19 |
683 | 2024-11-01T06:07:37.368Z | Downloaded tower-service v0.3.3 |
684 | 2024-11-01T06:07:37.368Z | Downloaded ref-cast v1.0.23 |
685 | 2024-11-01T06:07:37.371Z | Downloaded env_logger v0.10.2 |
686 | 2024-11-01T06:07:37.374Z | Downloaded zeroize v1.8.1 |
687 | 2024-11-01T06:07:37.376Z | Downloaded tls_codec_derive v0.4.1 |
688 | 2024-11-01T06:07:37.379Z | Downloaded derive-where v1.2.7 |
689 | 2024-11-01T06:07:37.384Z | Downloaded number_prefix v0.4.0 |
690 | 2024-11-01T06:07:37.386Z | Downloaded headers-core v0.3.0 |
691 | 2024-11-01T06:07:37.386Z | Downloaded hash32 v0.3.1 |
692 | 2024-11-01T06:07:37.389Z | Downloaded ghash v0.5.1 |
693 | 2024-11-01T06:07:37.391Z | Downloaded primeorder v0.13.6 |
694 | 2024-11-01T06:07:37.391Z | Downloaded embedded-io v0.4.0 |
695 | 2024-11-01T06:07:37.394Z | Downloaded yasna v0.5.2 |
696 | 2024-11-01T06:07:37.396Z | Downloaded flagset v0.4.6 |
697 | 2024-11-01T06:07:37.399Z | Downloaded ron v0.8.1 |
698 | 2024-11-01T06:07:37.404Z | Downloaded num-complex v0.4.6 |
699 | 2024-11-01T06:07:37.407Z | Downloaded gethostname v0.5.0 |
700 | 2024-11-01T06:07:37.409Z | Downloaded packed_struct_codegen v0.10.1 |
701 | 2024-11-01T06:07:37.412Z | Downloaded toml_edit v0.19.15 |
702 | 2024-11-01T06:07:37.428Z | Downloaded psl-types v2.0.11 |
703 | 2024-11-01T06:07:37.431Z | Downloaded diesel_table_macro_syntax v0.2.0 |
704 | 2024-11-01T06:07:37.431Z | Downloaded structmeta v0.2.0 |
705 | 2024-11-01T06:07:37.433Z | Downloaded scopeguard v1.2.0 |
706 | 2024-11-01T06:07:37.433Z | Downloaded rand_chacha v0.3.1 |
707 | 2024-11-01T06:07:37.436Z | Downloaded pin-project-lite v0.2.14 |
708 | 2024-11-01T06:07:37.440Z | Downloaded strum v0.26.3 |
709 | 2024-11-01T06:07:37.442Z | Downloaded defmt-parser v0.3.4 |
710 | 2024-11-01T06:07:37.442Z | Downloaded scheduled-thread-pool v0.2.7 |
711 | 2024-11-01T06:07:37.445Z | Downloaded tokio-rustls v0.25.0 |
712 | 2024-11-01T06:07:37.448Z | Downloaded itertools v0.12.1 |
713 | 2024-11-01T06:07:37.454Z | Downloaded pretty-hex v0.2.1 |
714 | 2024-11-01T06:07:37.457Z | Downloaded defmt-macros v0.3.9 |
715 | 2024-11-01T06:07:37.460Z | Downloaded polyval v0.6.2 |
716 | 2024-11-01T06:07:37.462Z | Downloaded num_enum v0.5.11 |
717 | 2024-11-01T06:07:37.468Z | Downloaded oso v0.27.3 |
718 | 2024-11-01T06:07:37.472Z | Downloaded prettyplease v0.2.22 |
719 | 2024-11-01T06:07:37.476Z | Downloaded sha1 v0.10.6 |
720 | 2024-11-01T06:07:37.479Z | Downloaded futures-task v0.3.31 |
721 | 2024-11-01T06:07:37.481Z | Downloaded getrandom v0.2.15 |
722 | 2024-11-01T06:07:37.484Z | Downloaded futures-channel v0.3.31 |
723 | 2024-11-01T06:07:37.486Z | Downloaded dirs-sys-next v0.1.2 |
724 | 2024-11-01T06:07:37.489Z | Downloaded tokio-tungstenite v0.24.0 |
725 | 2024-11-01T06:07:37.492Z | Downloaded tinyvec v1.8.0 |
726 | 2024-11-01T06:07:37.494Z | Downloaded pin-project-internal v1.1.6 |
727 | 2024-11-01T06:07:37.497Z | Downloaded radium v0.7.0 |
728 | 2024-11-01T06:07:37.499Z | Downloaded r2d2 v0.8.10 |
729 | 2024-11-01T06:07:37.499Z | Downloaded subprocess v0.2.9 |
730 | 2024-11-01T06:07:37.502Z | Downloaded schemars v0.8.21 |
731 | 2024-11-01T06:07:37.515Z | Downloaded uzers v0.12.1 |
732 | 2024-11-01T06:07:37.518Z | Downloaded unicode-segmentation v1.12.0 |
733 | 2024-11-01T06:07:37.522Z | Downloaded dropshot_endpoint v0.12.0 |
734 | 2024-11-01T06:07:37.525Z | Downloaded pin-project v1.1.6 |
735 | 2024-11-01T06:07:37.538Z | Downloaded typify-macro v0.2.0 |
736 | 2024-11-01T06:07:37.541Z | Downloaded hex v0.4.3 |
737 | 2024-11-01T06:07:37.543Z | Downloaded strum_macros v0.26.4 |
738 | 2024-11-01T06:07:37.546Z | Downloaded pkcs1 v0.7.5 |
739 | 2024-11-01T06:07:37.548Z | Downloaded display-error-chain v0.2.1 |
740 | 2024-11-01T06:07:37.548Z | Downloaded fixedbitset v0.4.2 |
741 | 2024-11-01T06:07:37.551Z | Downloaded rustfmt-wrapper v0.2.1 |
742 | 2024-11-01T06:07:37.551Z | Downloaded packed_struct v0.10.1 |
743 | 2024-11-01T06:07:37.553Z | Downloaded tracing-attributes v0.1.27 |
744 | 2024-11-01T06:07:37.556Z | Downloaded strum_macros v0.24.3 |
745 | 2024-11-01T06:07:37.558Z | Downloaded sqlformat v0.2.6 |
746 | 2024-11-01T06:07:37.561Z | Downloaded spki v0.7.3 |
747 | 2024-11-01T06:07:37.561Z | Downloaded powerfmt v0.2.0 |
748 | 2024-11-01T06:07:37.564Z | Downloaded hyper v1.4.1 |
749 | 2024-11-01T06:07:37.570Z | Downloaded filetime v0.2.25 |
750 | 2024-11-01T06:07:37.572Z | Downloaded half v2.4.1 |
751 | 2024-11-01T06:07:37.575Z | Downloaded unicode-truncate v1.1.0 |
752 | 2024-11-01T06:07:37.578Z | Downloaded scrypt v0.11.0 |
753 | 2024-11-01T06:07:37.580Z | Downloaded funty v2.0.0 |
754 | 2024-11-01T06:07:37.580Z | Downloaded hashbrown v0.12.3 |
755 | 2024-11-01T06:07:37.584Z | Downloaded publicsuffix v2.2.3 |
756 | 2024-11-01T06:07:37.587Z | Downloaded bitvec v1.0.1 |
757 | 2024-11-01T06:07:37.604Z | Downloaded tap v1.0.1 |
758 | 2024-11-01T06:07:37.607Z | Downloaded sync_wrapper v0.1.2 |
759 | 2024-11-01T06:07:37.607Z | Downloaded fallible-iterator v0.3.0 |
760 | 2024-11-01T06:07:37.610Z | Downloaded fallible-iterator v0.2.0 |
761 | 2024-11-01T06:07:37.610Z | Downloaded either v1.13.0 |
762 | 2024-11-01T06:07:37.610Z | Downloaded dyn-clone v1.0.17 |
763 | 2024-11-01T06:07:37.612Z | Downloaded rustc_version v0.1.7 |
764 | 2024-11-01T06:07:37.615Z | Downloaded predicates-core v1.0.8 |
765 | 2024-11-01T06:07:37.615Z | Downloaded paste v1.0.15 |
766 | 2024-11-01T06:07:37.618Z | Downloaded rustc_version v0.4.1 |
767 | 2024-11-01T06:07:37.620Z | Downloaded diesel-dtrace v0.3.0 |
768 | 2024-11-01T06:07:37.623Z | Downloaded serde_path_to_error v0.1.16 |
769 | 2024-11-01T06:07:37.623Z | Downloaded serde-hex v0.1.0 |
770 | 2024-11-01T06:07:37.625Z | Downloaded predicates v3.1.2 |
771 | 2024-11-01T06:07:37.628Z | Downloaded progenitor-impl v0.8.0 |
772 | 2024-11-01T06:07:37.630Z | Downloaded password-hash v0.5.0 |
773 | 2024-11-01T06:07:37.633Z | Downloaded dhcproto v0.12.0 |
774 | 2024-11-01T06:07:37.635Z | Downloaded num-iter v0.1.45 |
775 | 2024-11-01T06:07:37.638Z | Downloaded fragile v2.0.0 |
776 | 2024-11-01T06:07:37.638Z | Downloaded float-cmp v0.9.0 |
777 | 2024-11-01T06:07:37.641Z | Downloaded parking_lot v0.12.3 |
778 | 2024-11-01T06:07:37.644Z | Downloaded parking_lot v0.11.2 |
779 | 2024-11-01T06:07:37.646Z | Downloaded headers v0.4.0 |
780 | 2024-11-01T06:07:37.651Z | Downloaded supports-color v3.0.1 |
781 | 2024-11-01T06:07:37.653Z | Downloaded zip v0.6.6 |
782 | 2024-11-01T06:07:37.657Z | Downloaded ff v0.13.0 |
783 | 2024-11-01T06:07:37.660Z | Downloaded aho-corasick v1.1.3 |
784 | 2024-11-01T06:07:37.665Z | Downloaded rustls-pemfile v2.2.0 |
785 | 2024-11-01T06:07:37.668Z | Downloaded num-rational v0.4.2 |
786 | 2024-11-01T06:07:37.670Z | Downloaded der v0.7.9 |
787 | 2024-11-01T06:07:37.675Z | Downloaded diesel_derives v2.2.3 |
788 | 2024-11-01T06:07:37.680Z | Downloaded serde_derive_internals v0.29.1 |
789 | 2024-11-01T06:07:37.682Z | Downloaded unicode-xid v0.2.6 |
790 | 2024-11-01T06:07:37.684Z | Downloaded tracing-core v0.1.32 |
791 | 2024-11-01T06:07:37.687Z | Downloaded sqlparser v0.45.0 |
792 | 2024-11-01T06:07:37.693Z | Downloaded snafu-derive v0.8.5 |
793 | 2024-11-01T06:07:37.696Z | Downloaded futures v0.3.31 |
794 | 2024-11-01T06:07:37.700Z | Downloaded tungstenite v0.24.0 |
795 | 2024-11-01T06:07:37.704Z | Downloaded salty v0.3.0 |
796 | 2024-11-01T06:07:37.711Z | Downloaded smallvec v1.13.2 |
797 | 2024-11-01T06:07:37.714Z | Downloaded idna v0.3.0 |
798 | 2024-11-01T06:07:37.722Z | Downloaded num-traits v0.2.19 |
799 | 2024-11-01T06:07:37.725Z | Downloaded hashbrown v0.13.2 |
800 | 2024-11-01T06:07:37.730Z | Downloaded url v2.5.2 |
801 | 2024-11-01T06:07:37.733Z | Downloaded bindgen v0.69.5 |
802 | 2024-11-01T06:07:37.741Z | Downloaded snafu v0.8.5 |
803 | 2024-11-01T06:07:37.748Z | Downloaded rustls-pki-types v1.9.0 |
804 | 2024-11-01T06:07:37.752Z | Downloaded unicode-bidi v0.3.17 |
805 | 2024-11-01T06:07:37.755Z | Downloaded rcgen v0.12.1 |
806 | 2024-11-01T06:07:37.759Z | Downloaded curve25519-dalek v4.1.3 |
807 | 2024-11-01T06:07:37.769Z | Downloaded reedline v0.35.0 |
808 | 2024-11-01T06:07:37.777Z | Downloaded unicode_categories v0.1.1 |
809 | 2024-11-01T06:07:37.780Z | Downloaded reqwest v0.12.8 |
810 | 2024-11-01T06:07:37.789Z | Downloaded chrono v0.4.38 |
811 | 2024-11-01T06:07:37.798Z | Downloaded serde_with v3.11.0 |
812 | 2024-11-01T06:07:37.807Z | Downloaded h2 v0.4.6 |
813 | 2024-11-01T06:07:37.816Z | Downloaded h2 v0.3.26 |
814 | 2024-11-01T06:07:37.824Z | Downloaded proptest v1.5.0 |
815 | 2024-11-01T06:07:37.835Z | Downloaded p521 v0.13.3 |
816 | 2024-11-01T06:07:37.839Z | Downloaded heapless v0.7.17 |
817 | 2024-11-01T06:07:37.843Z | Downloaded idna v0.2.3 |
818 | 2024-11-01T06:07:37.852Z | Downloaded num-bigint-dig v0.8.4 |
819 | 2024-11-01T06:07:37.857Z | Downloaded futures-util v0.3.31 |
820 | 2024-11-01T06:07:37.872Z | Downloaded ssh-key v0.6.6 |
821 | 2024-11-01T06:07:37.879Z | Downloaded rustls-webpki v0.102.8 |
822 | 2024-11-01T06:07:37.899Z | Downloaded portable-atomic v1.9.0 |
823 | 2024-11-01T06:07:37.906Z | Downloaded rustls-webpki v0.101.7 |
824 | 2024-11-01T06:07:37.921Z | Downloaded openssl v0.10.66 |
825 | 2024-11-01T06:07:37.931Z | Downloaded radix_trie v0.2.1 |
826 | 2024-11-01T06:07:37.937Z | Downloaded rustls v0.22.4 |
827 | 2024-11-01T06:07:37.952Z | Downloaded nix v0.27.1 |
828 | 2024-11-01T06:07:37.964Z | Downloaded vcpkg v0.2.15 |
829 | 2024-11-01T06:07:38.004Z | Downloaded rayon v1.10.0 |
830 | 2024-11-01T06:07:38.013Z | Downloaded hickory-proto v0.24.1 |
831 | 2024-11-01T06:07:38.029Z | Downloaded p384 v0.13.0 |
832 | 2024-11-01T06:07:38.036Z | Downloaded polar-core v0.27.3 |
833 | 2024-11-01T06:07:38.045Z | Downloaded regress v0.9.1 |
834 | 2024-11-01T06:07:38.055Z | Downloaded object v0.30.4 |
835 | 2024-11-01T06:07:38.065Z | Downloaded smoltcp v0.9.1 |
836 | 2024-11-01T06:07:38.077Z | Downloaded smoltcp v0.11.0 |
837 | 2024-11-01T06:07:38.090Z | Downloaded sled v0.34.7 |
838 | 2024-11-01T06:07:38.102Z | Downloaded trust-dns-proto v0.22.0 |
839 | 2024-11-01T06:07:38.114Z | Downloaded regex-syntax v0.8.5 |
840 | 2024-11-01T06:07:38.123Z | Downloaded openapiv3 v2.0.0 |
841 | 2024-11-01T06:07:38.136Z | Downloaded diesel v2.2.4 |
842 | 2024-11-01T06:07:38.155Z | Downloaded dropshot v0.12.0 |
843 | 2024-11-01T06:07:38.177Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
844 | 2024-11-01T06:07:38.189Z | Downloaded typify-impl v0.2.0 |
845 | 2024-11-01T06:07:38.205Z | Downloaded rustls v0.21.12 |
846 | 2024-11-01T06:07:38.216Z | Downloaded object v0.36.5 |
847 | 2024-11-01T06:07:38.228Z | Downloaded bstr v1.10.0 |
848 | 2024-11-01T06:07:38.239Z | Downloaded chrono-tz v0.10.0 |
849 | 2024-11-01T06:07:38.247Z | Downloaded regex-syntax v0.6.29 |
850 | 2024-11-01T06:07:38.255Z | Downloaded zerocopy-derive v0.6.6 |
851 | 2024-11-01T06:07:38.265Z | Downloaded regex-automata v0.4.8 |
852 | 2024-11-01T06:07:38.283Z | Downloaded ratatui v0.28.1 |
853 | 2024-11-01T06:07:38.302Z | Downloaded gimli v0.31.1 |
854 | 2024-11-01T06:07:38.311Z | Downloaded rustls v0.23.14 |
855 | 2024-11-01T06:07:38.323Z | Downloaded lzma-sys v0.1.20 |
856 | 2024-11-01T06:07:38.353Z | Downloaded regress v0.10.1 |
857 | 2024-11-01T06:07:38.362Z | Downloaded nix v0.29.0 |
858 | 2024-11-01T06:07:38.374Z | Downloaded tokio v1.40.0 |
859 | 2024-11-01T06:07:38.412Z | Downloaded quinn-proto v0.11.8 |
860 | 2024-11-01T06:07:38.419Z | Downloaded idna v0.4.0 |
861 | 2024-11-01T06:07:38.425Z | Downloaded petgraph v0.6.5 |
862 | 2024-11-01T06:07:38.443Z | Downloaded csv v1.3.0 |
863 | 2024-11-01T06:07:38.463Z | Downloaded idna v0.5.0 |
864 | 2024-11-01T06:07:38.470Z | Downloaded libz-sys v1.1.20 |
865 | 2024-11-01T06:07:38.491Z | Downloaded webpki-roots v0.26.6 |
866 | 2024-11-01T06:07:38.495Z | Downloaded winnow v0.5.40 |
867 | 2024-11-01T06:07:38.503Z | Downloaded nix v0.28.0 |
868 | 2024-11-01T06:07:38.515Z | Downloaded git2 v0.19.0 |
869 | 2024-11-01T06:07:38.524Z | Downloaded regex v1.11.0 |
870 | 2024-11-01T06:07:38.536Z | Downloaded reqwest v0.11.27 |
871 | 2024-11-01T06:07:38.544Z | Downloaded sha3 v0.10.8 |
872 | 2024-11-01T06:07:38.549Z | Downloaded tracing v0.1.40 |
873 | 2024-11-01T06:07:38.553Z | Downloaded quick-xml v0.33.0 |
874 | 2024-11-01T06:07:38.559Z | Downloaded hyper v0.14.30 |
875 | 2024-11-01T06:07:38.567Z | Downloaded p256 v0.13.2 |
876 | 2024-11-01T06:07:38.570Z | Downloaded openssl-sys v0.9.103 |
877 | 2024-11-01T06:07:38.576Z | Downloaded tough v0.17.1 |
878 | 2024-11-01T06:07:38.584Z | Downloaded tokio-util v0.7.12 |
879 | 2024-11-01T06:07:38.590Z | Downloaded hkdf v0.12.4 |
880 | 2024-11-01T06:07:38.594Z | Downloaded tar v0.4.42 |
881 | 2024-11-01T06:07:38.596Z | Downloaded rusqlite v0.32.1 |
882 | 2024-11-01T06:07:38.602Z | Downloaded samael v0.0.17 |
883 | 2024-11-01T06:07:38.607Z | Downloaded serde_yaml v0.9.34+deprecated |
884 | 2024-11-01T06:07:38.611Z | Downloaded des v0.8.1 |
885 | 2024-11-01T06:07:38.613Z | Downloaded value-bag v1.9.0 |
886 | 2024-11-01T06:07:38.615Z | Downloaded pkcs5 v0.7.1 |
887 | 2024-11-01T06:07:38.619Z | Downloaded blake3 v1.5.4 |
888 | 2024-11-01T06:07:38.627Z | Downloaded rsa v0.9.6 |
889 | 2024-11-01T06:07:38.632Z | Downloaded smf v0.2.3 |
890 | 2024-11-01T06:07:38.635Z | Downloaded rand_xorshift v0.3.0 |
891 | 2024-11-01T06:07:38.635Z | Downloaded predicates-tree v1.0.11 |
892 | 2024-11-01T06:07:38.637Z | Downloaded hickory-client v0.24.1 |
893 | 2024-11-01T06:07:38.640Z | Downloaded steno v0.4.1 |
894 | 2024-11-01T06:07:38.642Z | Downloaded unicode-normalization v0.1.24 |
895 | 2024-11-01T06:07:38.646Z | Downloaded encoding_rs v0.8.34 |
896 | 2024-11-01T06:07:38.668Z | Downloaded lalrpop v0.19.12 |
897 | 2024-11-01T06:07:38.679Z | Downloaded russh v0.45.0 |
898 | 2024-11-01T06:07:38.684Z | Downloaded hashbrown v0.14.5 |
899 | 2024-11-01T06:07:38.690Z | Downloaded term v0.7.0 |
900 | 2024-11-01T06:07:38.693Z | Downloaded parse-display-derive v0.10.0 |
901 | 2024-11-01T06:07:38.695Z | Downloaded serde_plain v1.0.2 |
902 | 2024-11-01T06:07:38.695Z | Downloaded expectorate v1.1.0 |
903 | 2024-11-01T06:07:38.697Z | Downloaded x509-cert v0.2.5 |
904 | 2024-11-01T06:07:38.703Z | Downloaded flate2 v1.0.34 |
905 | 2024-11-01T06:07:38.708Z | Downloaded pkcs8 v0.10.2 |
906 | 2024-11-01T06:07:38.711Z | Downloaded qorb v0.2.0 |
907 | 2024-11-01T06:07:38.715Z | Downloaded typed-path v0.7.1 |
908 | 2024-11-01T06:07:38.721Z | Downloaded rustyline v14.0.0 |
909 | 2024-11-01T06:07:38.727Z | Downloaded utf-8 v0.7.6 |
910 | 2024-11-01T06:07:38.729Z | Downloaded proc-macro-crate v1.3.1 |
911 | 2024-11-01T06:07:38.729Z | Downloaded zeroize_derive v1.4.2 |
912 | 2024-11-01T06:07:38.731Z | Downloaded poly1305 v0.8.0 |
913 | 2024-11-01T06:07:38.734Z | Downloaded zone v0.3.0 |
914 | 2024-11-01T06:07:38.734Z | Downloaded vergen v8.3.2 |
915 | 2024-11-01T06:07:38.736Z | Downloaded tokio-postgres v0.7.12 |
916 | 2024-11-01T06:07:38.740Z | Downloaded time v0.3.36 |
917 | 2024-11-01T06:07:38.748Z | Downloaded itertools v0.13.0 |
918 | 2024-11-01T06:07:38.755Z | Downloaded rustc-hash v2.0.0 |
919 | 2024-11-01T06:07:38.757Z | Downloaded rand v0.8.5 |
920 | 2024-11-01T06:07:38.760Z | Downloaded zone v0.1.8 |
921 | 2024-11-01T06:07:38.762Z | Downloaded tiny-keccak v2.0.2 |
922 | 2024-11-01T06:07:38.764Z | Downloaded time-macros v0.2.18 |
923 | 2024-11-01T06:07:38.767Z | Downloaded strip-ansi-escapes v0.2.0 |
924 | 2024-11-01T06:07:38.767Z | Downloaded hash32 v0.2.1 |
925 | 2024-11-01T06:07:38.769Z | Downloaded zerocopy v0.6.6 |
926 | 2024-11-01T06:07:38.772Z | Downloaded serde_with_macros v3.11.0 |
927 | 2024-11-01T06:07:38.772Z | Downloaded rustc-hash v1.1.0 |
928 | 2024-11-01T06:07:38.774Z | Downloaded uuid v1.10.0 |
929 | 2024-11-01T06:07:38.776Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
930 | 2024-11-01T06:07:38.835Z | Downloaded toml v0.7.8 |
931 | 2024-11-01T06:07:38.837Z | Downloaded heapless v0.8.0 |
932 | 2024-11-01T06:07:38.840Z | Downloaded slog-term v2.9.1 |
933 | 2024-11-01T06:07:38.844Z | Downloaded signal-hook v0.3.17 |
934 | 2024-11-01T06:07:38.846Z | Downloaded crossbeam-channel v0.5.13 |
935 | 2024-11-01T06:07:38.850Z | Downloaded ed25519-dalek v2.1.1 |
936 | 2024-11-01T06:07:38.853Z | Downloaded parse-zoneinfo v0.3.1 |
937 | 2024-11-01T06:07:38.855Z | Downloaded num-bigint v0.4.6 |
938 | 2024-11-01T06:07:38.860Z | Downloaded subtle v2.6.1 |
939 | 2024-11-01T06:07:38.862Z | Downloaded stable_deref_trait v1.2.0 |
940 | 2024-11-01T06:07:38.862Z | Downloaded signal-hook-registry v1.4.2 |
941 | 2024-11-01T06:07:38.885Z | Downloaded tokio-rustls v0.24.1 |
942 | 2024-11-01T06:07:38.885Z | Downloaded quinn v0.11.5 |
943 | 2024-11-01T06:07:38.885Z | Downloaded walkdir v2.5.0 |
944 | 2024-11-01T06:07:38.885Z | Downloaded peg-macros v0.8.4 |
945 | 2024-11-01T06:07:38.885Z | Downloaded parking_lot_core v0.9.10 |
946 | 2024-11-01T06:07:38.893Z | Downloaded socket2 v0.5.7 |
947 | 2024-11-01T06:07:38.893Z | Downloaded tungstenite v0.21.0 |
948 | 2024-11-01T06:07:38.894Z | Downloaded flume v0.11.0 |
949 | 2024-11-01T06:07:38.894Z | Downloaded unicode-properties v0.1.3 |
950 | 2024-11-01T06:07:38.894Z | Downloaded tokio-stream v0.1.16 |
951 | 2024-11-01T06:07:38.894Z | Downloaded olpc-cjson v0.1.4 |
952 | 2024-11-01T06:07:38.894Z | Downloaded downcast v0.11.0 |
953 | 2024-11-01T06:07:38.894Z | Downloaded phf_shared v0.11.2 |
954 | 2024-11-01T06:07:38.894Z | Downloaded peg v0.8.4 |
955 | 2024-11-01T06:07:38.901Z | Downloaded hex-literal v0.4.1 |
956 | 2024-11-01T06:07:38.901Z | Downloaded test-strategy v0.3.1 |
957 | 2024-11-01T06:07:38.903Z | Downloaded minimal-lexical v0.2.1 |
958 | 2024-11-01T06:07:38.907Z | Downloaded xattr v1.3.1 |
959 | 2024-11-01T06:07:38.910Z | Downloaded wyz v0.5.1 |
960 | 2024-11-01T06:07:38.912Z | Downloaded parking_lot_core v0.8.6 |
961 | 2024-11-01T06:07:38.914Z | Downloaded backtrace v0.3.74 |
962 | 2024-11-01T06:07:38.917Z | Downloaded stringprep v0.1.5 |
963 | 2024-11-01T06:07:38.919Z | Downloaded string_cache v0.8.7 |
964 | 2024-11-01T06:07:38.923Z | Downloaded static_assertions v1.1.0 |
965 | 2024-11-01T06:07:38.923Z | Downloaded slog-json v2.6.1 |
966 | 2024-11-01T06:07:38.925Z | Downloaded globset v0.4.15 |
967 | 2024-11-01T06:07:38.926Z | Downloaded ed25519 v2.2.3 |
968 | 2024-11-01T06:07:38.929Z | Downloaded elliptic-curve v0.13.8 |
969 | 2024-11-01T06:07:38.932Z | Downloaded cc v1.1.30 |
970 | 2024-11-01T06:07:38.934Z | Downloaded unsafe-libyaml v0.2.11 |
971 | 2024-11-01T06:07:38.938Z | Downloaded postcard v1.0.10 |
972 | 2024-11-01T06:07:38.940Z | Downloaded slog-envlogger v2.2.0 |
973 | 2024-11-01T06:07:38.942Z | Downloaded slab v0.4.9 |
974 | 2024-11-01T06:07:38.944Z | Downloaded resolv-conf v0.7.0 |
975 | 2024-11-01T06:07:38.947Z | Downloaded ref-cast-impl v1.0.23 |
976 | 2024-11-01T06:07:38.947Z | Downloaded tokio-rustls v0.26.0 |
977 | 2024-11-01T06:07:38.949Z | Downloaded progenitor-macro v0.8.0 |
978 | 2024-11-01T06:07:38.949Z | Downloaded ppv-lite86 v0.2.20 |
979 | 2024-11-01T06:07:38.951Z | Downloaded derive_builder v0.20.2 |
980 | 2024-11-01T06:07:38.955Z | Downloaded diff v0.1.13 |
981 | 2024-11-01T06:07:38.958Z | Downloaded base64 v0.21.7 |
982 | 2024-11-01T06:07:38.962Z | Downloaded form_urlencoded v1.2.1 |
983 | 2024-11-01T06:07:38.964Z | Downloaded rustversion v1.0.17 |
984 | 2024-11-01T06:07:38.966Z | Downloaded crossbeam-epoch v0.9.18 |
985 | 2024-11-01T06:07:38.968Z | Downloaded crc-any v2.5.0 |
986 | 2024-11-01T06:07:38.971Z | Downloaded hickory-server v0.24.1 |
987 | 2024-11-01T06:07:38.975Z | Downloaded postgres-types v0.2.8 |
988 | 2024-11-01T06:07:38.977Z | Downloaded postgres-protocol v0.6.7 |
989 | 2024-11-01T06:07:38.979Z | Downloaded pem-rfc7468 v0.7.0 |
990 | 2024-11-01T06:07:38.982Z | Downloaded precomputed-hash v0.1.1 |
991 | 2024-11-01T06:07:38.982Z | Downloaded thiserror-impl-no-std v2.0.2 |
992 | 2024-11-01T06:07:38.985Z | Downloaded termios v0.3.3 |
993 | 2024-11-01T06:07:38.985Z | Downloaded structmeta-derive v0.2.0 |
994 | 2024-11-01T06:07:38.987Z | Downloaded structmeta v0.3.0 |
995 | 2024-11-01T06:07:38.987Z | Downloaded spin v0.5.2 |
996 | 2024-11-01T06:07:38.989Z | Downloaded siphasher v0.3.11 |
997 | 2024-11-01T06:07:38.990Z | Downloaded sigpipe v0.1.3 |
998 | 2024-11-01T06:07:38.992Z | Downloaded nom v7.1.3 |
999 | 2024-11-01T06:07:38.995Z | Downloaded bytes v1.7.2 |
1000 | 2024-11-01T06:07:39.000Z | Downloaded progenitor v0.8.0 |
1001 | 2024-11-01T06:07:39.002Z | Downloaded futures-sink v0.3.31 |
1002 | 2024-11-01T06:07:39.002Z | Downloaded foreign-types-shared v0.1.1 |
1003 | 2024-11-01T06:07:39.004Z | Downloaded salsa20 v0.10.2 |
1004 | 2024-11-01T06:07:39.004Z | Downloaded slog v2.7.0 |
1005 | 2024-11-01T06:07:39.007Z | Downloaded const-oid v0.9.6 |
1006 | 2024-11-01T06:07:39.009Z | Downloaded cookie v0.18.1 |
1007 | 2024-11-01T06:07:39.012Z | Downloaded clang-sys v1.8.1 |
1008 | 2024-11-01T06:07:39.015Z | Downloaded futures-core v0.3.31 |
1009 | 2024-11-01T06:07:39.017Z | Downloaded float-ord v0.3.2 |
1010 | 2024-11-01T06:07:39.017Z | Downloaded enum-as-inner v0.5.1 |
1011 | 2024-11-01T06:07:39.021Z | Downloaded try-lock v0.2.5 |
1012 | 2024-11-01T06:07:39.022Z | Downloaded blake2 v0.10.6 |
1013 | 2024-11-01T06:07:39.024Z | Downloaded async-trait v0.1.83 |
1014 | 2024-11-01T06:07:39.024Z | Downloaded pem v3.0.4 |
1015 | 2024-11-01T06:07:39.026Z | Downloaded foldhash v0.1.3 |
1016 | 2024-11-01T06:07:39.029Z | Downloaded fallible-streaming-iterator v0.1.9 |
1017 | 2024-11-01T06:07:39.029Z | Downloaded slog-bunyan v2.5.0 |
1018 | 2024-11-01T06:07:39.029Z | Downloaded rustc-demangle v0.1.24 |
1019 | 2024-11-01T06:07:39.031Z | Downloaded const_format_proc_macros v0.2.33 |
1020 | 2024-11-01T06:07:39.033Z | Downloaded ciborium v0.2.2 |
1021 | 2024-11-01T06:07:39.035Z | Downloaded difflib v0.4.0 |
1022 | 2024-11-01T06:07:39.038Z | Downloaded whoami v1.5.2 |
1023 | 2024-11-01T06:07:39.038Z | Downloaded hmac v0.12.1 |
1024 | 2024-11-01T06:07:39.040Z | Downloaded darling v0.20.10 |
1025 | 2024-11-01T06:07:39.044Z | Downloaded csv-core v0.1.11 |
1026 | 2024-11-01T06:07:39.046Z | Downloaded crc32fast v1.4.2 |
1027 | 2024-11-01T06:07:39.048Z | Downloaded cookie_store v0.21.0 |
1028 | 2024-11-01T06:07:39.051Z | Downloaded cipher v0.4.4 |
1029 | 2024-11-01T06:07:39.052Z | Downloaded which v4.4.2 |
1030 | 2024-11-01T06:07:39.054Z | Downloaded multimap v0.10.0 |
1031 | 2024-11-01T06:07:39.054Z | Downloaded multer v3.1.0 |
1032 | 2024-11-01T06:07:39.056Z | Downloaded linked-hash-map v0.5.6 |
1033 | 2024-11-01T06:07:39.056Z | Downloaded unarray v0.1.4 |
1034 | 2024-11-01T06:07:39.059Z | Downloaded memmap2 v0.9.5 |
1035 | 2024-11-01T06:07:39.061Z | Downloaded libloading v0.8.5 |
1036 | 2024-11-01T06:07:39.063Z | Downloaded inout v0.1.3 |
1037 | 2024-11-01T06:07:39.063Z | Downloaded argon2 v0.5.3 |
1038 | 2024-11-01T06:07:39.065Z | Downloaded bit-vec v0.6.3 |
1039 | 2024-11-01T06:07:39.065Z | Downloaded http v1.1.0 |
1040 | 2024-11-01T06:07:39.070Z | Downloaded signature v2.2.0 |
1041 | 2024-11-01T06:07:39.072Z | Downloaded semver v0.1.20 |
1042 | 2024-11-01T06:07:39.074Z | Downloaded sec1 v0.7.3 |
1043 | 2024-11-01T06:07:39.074Z | Downloaded colored v2.1.0 |
1044 | 2024-11-01T06:07:39.076Z | Downloaded chacha20 v0.9.1 |
1045 | 2024-11-01T06:07:39.078Z | Downloaded managed v0.8.0 |
1046 | 2024-11-01T06:07:39.081Z | Downloaded maybe-uninit v2.0.0 |
1047 | 2024-11-01T06:07:39.081Z | Downloaded libsw v3.3.1 |
1048 | 2024-11-01T06:07:39.083Z | Downloaded curve25519-dalek-derive v0.1.1 |
1049 | 2024-11-01T06:07:39.083Z | Downloaded ctr v0.9.2 |
1050 | 2024-11-01T06:07:39.085Z | Downloaded crc-catalog v2.4.0 |
1051 | 2024-11-01T06:07:39.088Z | Downloaded ipnetwork v0.20.0 |
1052 | 2024-11-01T06:07:39.088Z | Downloaded lalrpop-util v0.19.12 |
1053 | 2024-11-01T06:07:39.090Z | Downloaded instability v0.3.2 |
1054 | 2024-11-01T06:07:39.090Z | Downloaded ssh-cipher v0.2.0 |
1055 | 2024-11-01T06:07:39.093Z | Downloaded indoc v1.0.9 |
1056 | 2024-11-01T06:07:39.095Z | Downloaded indent_write v2.2.0 |
1057 | 2024-11-01T06:07:39.095Z | Downloaded tinyvec_macros v0.1.1 |
1058 | 2024-11-01T06:07:39.097Z | Downloaded take_mut v0.2.2 |
1059 | 2024-11-01T06:07:39.097Z | Downloaded sync_wrapper v1.0.1 |
1060 | 2024-11-01T06:07:39.097Z | Downloaded assert_matches v1.5.0 |
1061 | 2024-11-01T06:07:39.100Z | Downloaded arrayref v0.3.9 |
1062 | 2024-11-01T06:07:39.102Z | Downloaded md5 v0.7.0 |
1063 | 2024-11-01T06:07:39.102Z | Downloaded lru v0.12.5 |
1064 | 2024-11-01T06:07:39.102Z | Downloaded http v0.2.12 |
1065 | 2024-11-01T06:07:39.106Z | Downloaded async-recursion v1.1.1 |
1066 | 2024-11-01T06:07:39.109Z | Downloaded bit-set v0.5.3 |
1067 | 2024-11-01T06:07:39.112Z | Downloaded humantime v2.1.0 |
1068 | 2024-11-01T06:07:39.114Z | Downloaded httpdate v1.0.3 |
1069 | 2024-11-01T06:07:39.114Z | Downloaded hostname v0.4.0 |
1070 | 2024-11-01T06:07:39.116Z | Downloaded bitflags v1.3.2 |
1071 | 2024-11-01T06:07:39.119Z | Downloaded bb8 v0.8.5 |
1072 | 2024-11-01T06:07:39.121Z | Downloaded bitfield-struct v0.6.2 |
1073 | 2024-11-01T06:07:39.121Z | Downloaded nodrop v0.1.14 |
1074 | 2024-11-01T06:07:39.121Z | Downloaded mockall_derive v0.13.0 |
1075 | 2024-11-01T06:07:39.124Z | Downloaded base16ct v0.2.0 |
1076 | 2024-11-01T06:07:39.126Z | Downloaded crypto-bigint v0.5.5 |
1077 | 2024-11-01T06:07:39.131Z | Downloaded is_ci v1.2.0 |
1078 | 2024-11-01T06:07:39.134Z | Downloaded atty v0.2.14 |
1079 | 2024-11-01T06:07:39.134Z | Downloaded cfg_aliases v0.2.1 |
1080 | 2024-11-01T06:07:39.137Z | Downloaded ring v0.17.8 |
1081 | 2024-11-01T06:07:39.206Z | Downloaded md-5 v0.10.6 |
1082 | 2024-11-01T06:07:39.208Z | Downloaded iana-time-zone v0.1.61 |
1083 | 2024-11-01T06:07:39.210Z | Downloaded atomicwrites v0.4.4 |
1084 | 2024-11-01T06:07:39.210Z | Downloaded hyper-rustls v0.27.3 |
1085 | 2024-11-01T06:07:39.213Z | Downloaded darling_core v0.20.10 |
1086 | 2024-11-01T06:07:39.217Z | Downloaded chacha20poly1305 v0.10.1 |
1087 | 2024-11-01T06:07:39.220Z | Downloaded allocator-api2 v0.2.18 |
1088 | 2024-11-01T06:07:39.222Z | Downloaded console v0.15.8 |
1089 | 2024-11-01T06:07:39.224Z | Downloaded home v0.5.9 |
1090 | 2024-11-01T06:07:39.226Z | Downloaded base64ct v1.6.0 |
1091 | 2024-11-01T06:07:39.229Z | Downloaded backoff v0.4.0 |
1092 | 2024-11-01T06:07:39.232Z | Downloaded internet-checksum v0.2.1 |
1093 | 2024-11-01T06:07:39.234Z | Downloaded impl-trait-for-tuples v0.2.2 |
1094 | 2024-11-01T06:07:39.237Z | Downloaded aes v0.8.4 |
1095 | 2024-11-01T06:07:39.239Z | Downloaded chrono-tz-build v0.4.0 |
1096 | 2024-11-01T06:07:39.242Z | Downloaded cbc v0.1.2 |
1097 | 2024-11-01T06:07:39.242Z | Downloaded cassowary v0.3.0 |
1098 | 2024-11-01T06:07:39.244Z | Downloaded array-init v0.0.4 |
1099 | 2024-11-01T06:07:39.244Z | Downloaded bitfield v0.14.0 |
1100 | 2024-11-01T06:07:39.277Z | Downloaded ring v0.16.20 |
1101 | 2024-11-01T06:07:39.360Z | Downloaded libsqlite3-sys v0.30.1 |
1102 | 2024-11-01T06:07:39.538Z | Compiling serde v1.0.210 |
1103 | 2024-11-01T06:07:39.541Z | Compiling typenum v1.17.0 |
1104 | 2024-11-01T06:07:39.541Z | Compiling generic-array v0.14.7 |
1105 | 2024-11-01T06:07:39.541Z | Compiling lock_api v0.4.12 |
1106 | 2024-11-01T06:07:39.541Z | Compiling scopeguard v1.2.0 |
1107 | 2024-11-01T06:07:39.682Z | Compiling subtle v2.6.1 |
1108 | 2024-11-01T06:07:39.708Z | Compiling syn v2.0.79 |
1109 | 2024-11-01T06:07:39.719Z | Compiling getrandom v0.2.15 |
1110 | 2024-11-01T06:07:39.855Z | Compiling value-bag v1.9.0 |
1111 | 2024-11-01T06:07:39.966Z | Compiling rand_core v0.6.4 |
1112 | 2024-11-01T06:07:40.082Z | Compiling const-oid v0.9.6 |
1113 | 2024-11-01T06:07:40.116Z | Compiling pin-project-lite v0.2.14 |
1114 | 2024-11-01T06:07:40.229Z | Compiling smallvec v1.13.2 |
1115 | 2024-11-01T06:07:40.248Z | Compiling jobserver v0.1.32 |
1116 | 2024-11-01T06:07:40.543Z | Compiling log v0.4.22 |
1117 | 2024-11-01T06:07:40.562Z | Compiling parking_lot_core v0.9.10 |
1118 | 2024-11-01T06:07:40.817Z | Compiling shlex v1.3.0 |
1119 | 2024-11-01T06:07:40.835Z | Compiling futures-core v0.3.31 |
1120 | 2024-11-01T06:07:41.078Z | Compiling cc v1.1.30 |
1121 | 2024-11-01T06:07:41.234Z | Compiling signal-hook-registry v1.4.2 |
1122 | 2024-11-01T06:07:41.270Z | Compiling mio v1.0.2 |
1123 | 2024-11-01T06:07:41.471Z | Compiling parking_lot v0.12.3 |
1124 | 2024-11-01T06:07:41.716Z | Compiling cpufeatures v0.2.14 |
1125 | 2024-11-01T06:07:41.822Z | Compiling futures-sink v0.3.31 |
1126 | 2024-11-01T06:07:41.978Z | Compiling spin v0.9.8 |
1127 | 2024-11-01T06:07:42.063Z | Compiling socket2 v0.5.7 |
1128 | 2024-11-01T06:07:42.144Z | Compiling slab v0.4.9 |
1129 | 2024-11-01T06:07:42.409Z | Compiling serde_json v1.0.128 |
1130 | 2024-11-01T06:07:42.437Z | Compiling futures-channel v0.3.31 |
1131 | 2024-11-01T06:07:42.540Z | Compiling pin-utils v0.1.0 |
1132 | 2024-11-01T06:07:42.582Z | Compiling tinyvec_macros v0.1.1 |
1133 | 2024-11-01T06:07:42.633Z | Compiling futures-io v0.3.31 |
1134 | 2024-11-01T06:07:42.677Z | Compiling futures-task v0.3.31 |
1135 | 2024-11-01T06:07:42.776Z | Compiling allocator-api2 v0.2.18 |
1136 | 2024-11-01T06:07:42.908Z | Compiling foldhash v0.1.3 |
1137 | 2024-11-01T06:07:42.928Z | Compiling tinyvec v1.8.0 |
1138 | 2024-11-01T06:07:42.987Z | Compiling libm v0.2.8 |
1139 | 2024-11-01T06:07:43.010Z | Compiling num-traits v0.2.19 |
1140 | 2024-11-01T06:07:43.084Z | Compiling unicode-bidi v0.3.17 |
1141 | 2024-11-01T06:07:43.225Z | Compiling base64ct v1.6.0 |
1142 | 2024-11-01T06:07:43.556Z | Compiling hashbrown v0.15.0 |
1143 | 2024-11-01T06:07:43.635Z | Compiling httparse v1.9.5 |
1144 | 2024-11-01T06:07:43.814Z | Compiling pem-rfc7468 v0.7.0 |
1145 | 2024-11-01T06:07:44.384Z | Compiling unicode-normalization v0.1.24 |
1146 | 2024-11-01T06:07:44.439Z | Compiling flagset v0.4.6 |
1147 | 2024-11-01T06:07:44.626Z | Compiling tracing-core v0.1.32 |
1148 | 2024-11-01T06:07:44.648Z | Compiling crossbeam-utils v0.8.20 |
1149 | 2024-11-01T06:07:44.732Z | Compiling percent-encoding v2.3.1 |
1150 | 2024-11-01T06:07:44.906Z | Compiling rustls-pki-types v1.9.0 |
1151 | 2024-11-01T06:07:45.254Z | Compiling ring v0.17.8 |
1152 | 2024-11-01T06:07:45.299Z | Compiling pkg-config v0.3.31 |
1153 | 2024-11-01T06:07:45.528Z | Compiling vcpkg v0.2.15 |
1154 | 2024-11-01T06:07:45.817Z | Compiling powerfmt v0.2.0 |
1155 | 2024-11-01T06:07:46.008Z | Compiling num-conv v0.1.0 |
1156 | 2024-11-01T06:07:46.044Z | Compiling time-core v0.1.2 |
1157 | 2024-11-01T06:07:46.179Z | Compiling untrusted v0.9.0 |
1158 | 2024-11-01T06:07:46.211Z | Compiling deranged v0.3.11 |
1159 | 2024-11-01T06:07:46.296Z | Compiling time-macros v0.2.18 |
1160 | 2024-11-01T06:07:46.478Z | Compiling atomic-waker v1.1.2 |
1161 | 2024-11-01T06:07:46.653Z | Compiling num_threads v0.1.7 |
1162 | 2024-11-01T06:07:46.712Z | Compiling form_urlencoded v1.2.1 |
1163 | 2024-11-01T06:07:46.766Z | Compiling slog v2.7.0 |
1164 | 2024-11-01T06:07:47.046Z | Compiling rustix v0.38.37 |
1165 | 2024-11-01T06:07:47.244Z | Compiling try-lock v0.2.5 |
1166 | 2024-11-01T06:07:47.386Z | Compiling want v0.3.1 |
1167 | 2024-11-01T06:07:47.556Z | Compiling openssl-sys v0.9.103 |
1168 | 2024-11-01T06:07:47.591Z | Compiling httpdate v1.0.3 |
1169 | 2024-11-01T06:07:47.838Z | Compiling idna v0.5.0 |
1170 | 2024-11-01T06:07:47.964Z | Compiling tower-service v0.3.3 |
1171 | 2024-11-01T06:07:48.001Z | Compiling base64 v0.22.1 |
1172 | 2024-11-01T06:07:48.081Z | Compiling match_cfg v0.1.0 |
1173 | 2024-11-01T06:07:48.171Z | Compiling rustversion v1.0.17 |
1174 | 2024-11-01T06:07:48.376Z | Compiling openssl v0.10.66 |
1175 | 2024-11-01T06:07:48.666Z | Compiling iana-time-zone v0.1.61 |
1176 | 2024-11-01T06:07:48.684Z | Compiling foreign-types-shared v0.1.1 |
1177 | 2024-11-01T06:07:48.779Z | Compiling foreign-types v0.3.2 |
1178 | 2024-11-01T06:07:48.869Z | Compiling url v2.5.2 |
1179 | 2024-11-01T06:07:48.888Z | Compiling hostname v0.3.1 |
1180 | 2024-11-01T06:07:49.095Z | Compiling dirs-sys-next v0.1.2 |
1181 | 2024-11-01T06:07:49.114Z | Compiling aho-corasick v1.1.3 |
1182 | 2024-11-01T06:07:49.260Z | Compiling native-tls v0.2.12 |
1183 | 2024-11-01T06:07:49.287Z | Compiling time v0.3.36 |
1184 | 2024-11-01T06:07:49.583Z | Compiling adler2 v2.0.0 |
1185 | 2024-11-01T06:07:49.736Z | Compiling rustls v0.22.4 |
1186 | 2024-11-01T06:07:49.775Z | Compiling data-encoding v2.6.0 |
1187 | 2024-11-01T06:07:50.001Z | Compiling syn v1.0.109 |
1188 | 2024-11-01T06:07:50.065Z | Compiling siphasher v0.3.11 |
1189 | 2024-11-01T06:07:50.455Z | Compiling rustls v0.23.14 |
1190 | 2024-11-01T06:07:50.625Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-11-01T06:07:50.728Z | Compiling miniz_oxide v0.8.0 |
1192 | 2024-11-01T06:07:50.769Z | Compiling dirs-next v2.0.0 |
1193 | 2024-11-01T06:07:51.944Z | Compiling serde_derive_internals v0.29.1 |
1194 | 2024-11-01T06:07:52.183Z | Compiling crossbeam-epoch v0.9.18 |
1195 | 2024-11-01T06:07:52.206Z | Compiling lazy_static v1.5.0 |
1196 | 2024-11-01T06:07:52.328Z | Compiling thread_local v1.1.8 |
1197 | 2024-11-01T06:07:52.833Z | Compiling multer v3.1.0 |
1198 | 2024-11-01T06:07:52.925Z | Compiling cookie v0.18.1 |
1199 | 2024-11-01T06:07:53.116Z | Compiling encoding_rs v0.8.34 |
1200 | 2024-11-01T06:07:53.213Z | Compiling gimli v0.31.1 |
1201 | 2024-11-01T06:07:53.340Z | Compiling serde_derive v1.0.210 |
1202 | 2024-11-01T06:07:53.887Z | Compiling zeroize_derive v1.4.2 |
1203 | 2024-11-01T06:07:54.227Z | Compiling zerocopy-derive v0.7.35 |
1204 | 2024-11-01T06:07:54.349Z | Compiling tokio-macros v2.4.0 |
1205 | 2024-11-01T06:07:54.528Z | Compiling thiserror-impl v1.0.64 |
1206 | 2024-11-01T06:07:55.478Z | Compiling zeroize v1.8.1 |
1207 | 2024-11-01T06:07:55.959Z | Compiling futures-macro v0.3.31 |
1208 | 2024-11-01T06:07:56.453Z | Compiling zerocopy v0.7.35 |
1209 | 2024-11-01T06:07:57.012Z | Compiling der_derive v0.7.3 |
1210 | 2024-11-01T06:07:57.396Z | Compiling crypto-common v0.1.6 |
1211 | 2024-11-01T06:07:57.421Z | Compiling block-buffer v0.10.4 |
1212 | 2024-11-01T06:07:57.642Z | Compiling digest v0.10.7 |
1213 | 2024-11-01T06:07:57.667Z | Compiling block-padding v0.3.3 |
1214 | 2024-11-01T06:07:57.711Z | Compiling thiserror v1.0.64 |
1215 | 2024-11-01T06:07:57.850Z | Compiling tracing-attributes v0.1.27 |
1216 | 2024-11-01T06:07:57.870Z | Compiling futures-util v0.3.31 |
1217 | 2024-11-01T06:07:57.907Z | Compiling inout v0.1.3 |
1218 | 2024-11-01T06:07:58.097Z | Compiling hmac v0.12.1 |
1219 | 2024-11-01T06:07:58.128Z | Compiling cipher v0.4.4 |
1220 | 2024-11-01T06:07:58.180Z | Compiling sha2 v0.10.8 |
1221 | 2024-11-01T06:07:58.207Z | Compiling ppv-lite86 v0.2.20 |
1222 | 2024-11-01T06:07:58.343Z | Compiling pbkdf2 v0.12.2 |
1223 | 2024-11-01T06:07:58.511Z | Compiling pest v2.7.14 |
1224 | 2024-11-01T06:07:58.669Z | Compiling salsa20 v0.10.2 |
1225 | 2024-11-01T06:07:58.899Z | Compiling scrypt v0.11.0 |
1226 | 2024-11-01T06:07:59.083Z | Compiling rand_chacha v0.3.1 |
1227 | 2024-11-01T06:07:59.351Z | Compiling der v0.7.9 |
1228 | 2024-11-01T06:07:59.455Z | Compiling aes v0.8.4 |
1229 | 2024-11-01T06:08:01.449Z | Compiling rand v0.8.5 |
1230 | 2024-11-01T06:08:01.449Z | Compiling tracing v0.1.40 |
1231 | 2024-11-01T06:08:01.592Z | Compiling spki v0.7.3 |
1232 | 2024-11-01T06:08:01.866Z | Compiling pest_meta v2.7.14 |
1233 | 2024-11-01T06:08:01.939Z | Compiling cbc v0.1.2 |
1234 | 2024-11-01T06:08:02.166Z | Compiling scroll_derive v0.12.0 |
1235 | 2024-11-01T06:08:02.337Z | Compiling pkcs5 v0.7.1 |
1236 | 2024-11-01T06:08:02.707Z | Compiling async-trait v0.1.83 |
1237 | 2024-11-01T06:08:03.487Z | Compiling pest_generator v2.7.14 |
1238 | 2024-11-01T06:08:03.616Z | Compiling scroll v0.12.0 |
1239 | 2024-11-01T06:08:03.686Z | Compiling pkcs8 v0.10.2 |
1240 | 2024-11-01T06:08:04.172Z | Compiling rustls-webpki v0.102.8 |
1241 | 2024-11-01T06:08:04.235Z | Compiling goblin v0.8.2 |
1242 | 2024-11-01T06:08:04.386Z | Compiling openssl-macros v0.1.1 |
1243 | 2024-11-01T06:08:05.154Z | Compiling sha1 v0.10.6 |
1244 | 2024-11-01T06:08:05.298Z | Compiling signature v2.2.0 |
1245 | 2024-11-01T06:08:05.460Z | Compiling regex-automata v0.4.8 |
1246 | 2024-11-01T06:08:05.621Z | Compiling mime v0.3.17 |
1247 | 2024-11-01T06:08:05.642Z | Compiling ipnet v2.10.1 |
1248 | 2024-11-01T06:08:05.661Z | Compiling slog-async v2.8.0 |
1249 | 2024-11-01T06:08:06.177Z | Compiling schemars v0.8.21 |
1250 | 2024-11-01T06:08:06.195Z | Compiling openssl-probe v0.1.5 |
1251 | 2024-11-01T06:08:06.236Z | Compiling signal-hook v0.3.17 |
1252 | 2024-11-01T06:08:06.473Z | Compiling pest_derive v2.7.14 |
1253 | 2024-11-01T06:08:06.513Z | Compiling rayon-core v1.12.1 |
1254 | 2024-11-01T06:08:06.532Z | Compiling unicode-properties v0.1.3 |
1255 | 2024-11-01T06:08:06.549Z | Compiling either v1.13.0 |
1256 | 2024-11-01T06:08:06.788Z | Compiling paste v1.0.15 |
1257 | 2024-11-01T06:08:06.863Z | Compiling stringprep v0.1.5 |
1258 | 2024-11-01T06:08:06.966Z | Compiling bytes v1.7.2 |
1259 | 2024-11-01T06:08:07.261Z | Compiling indexmap v2.6.0 |
1260 | 2024-11-01T06:08:07.295Z | Compiling bitflags v2.6.0 |
1261 | 2024-11-01T06:08:07.329Z | Compiling semver v1.0.23 |
1262 | 2024-11-01T06:08:07.978Z | Compiling tokio v1.40.0 |
1263 | 2024-11-01T06:08:08.071Z | Compiling http v1.1.0 |
1264 | 2024-11-01T06:08:08.233Z | Compiling rustc_version v0.4.1 |
1265 | 2024-11-01T06:08:08.809Z | Compiling dtrace-parser v0.2.0 |
1266 | 2024-11-01T06:08:08.997Z | Compiling uuid v1.10.0 |
1267 | 2024-11-01T06:08:10.152Z | Compiling http-body v1.0.1 |
1268 | 2024-11-01T06:08:10.454Z | Compiling dof v0.3.0 |
1269 | 2024-11-01T06:08:10.497Z | Compiling serde_spanned v0.6.8 |
1270 | 2024-11-01T06:08:10.609Z | Compiling serde_tokenstream v0.2.2 |
1271 | 2024-11-01T06:08:10.751Z | Compiling toml_datetime v0.6.8 |
1272 | 2024-11-01T06:08:10.887Z | Compiling chrono v0.4.38 |
1273 | 2024-11-01T06:08:11.230Z | Compiling usdt-impl v0.5.0 |
1274 | 2024-11-01T06:08:11.248Z | Compiling http-body-util v0.1.2 |
1275 | 2024-11-01T06:08:11.786Z | Compiling heapless v0.7.17 |
1276 | 2024-11-01T06:08:12.595Z | Compiling toml_edit v0.22.22 |
1277 | 2024-11-01T06:08:12.719Z | Compiling slog-json v2.6.1 |
1278 | 2024-11-01T06:08:13.092Z | Compiling curve25519-dalek v4.1.3 |
1279 | 2024-11-01T06:08:13.182Z | Compiling serde_urlencoded v0.7.1 |
1280 | 2024-11-01T06:08:14.183Z | Compiling usdt-attr-macro v0.5.0 |
1281 | 2024-11-01T06:08:14.575Z | Compiling usdt-macro v0.5.0 |
1282 | 2024-11-01T06:08:15.794Z | Compiling futures-executor v0.3.31 |
1283 | 2024-11-01T06:08:16.059Z | Compiling md-5 v0.10.6 |
1284 | 2024-11-01T06:08:16.328Z | Compiling addr2line v0.24.2 |
1285 | 2024-11-01T06:08:16.350Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-11-01T06:08:17.020Z | Compiling tokio-util v0.7.12 |
1287 | 2024-11-01T06:08:17.634Z | Compiling async-stream-impl v0.3.6 |
1288 | 2024-11-01T06:08:18.399Z | Compiling h2 v0.4.6 |
1289 | 2024-11-01T06:08:19.477Z | Compiling enum-as-inner v0.6.1 |
1290 | 2024-11-01T06:08:19.715Z | Compiling crossbeam-deque v0.8.5 |
1291 | 2024-11-01T06:08:20.067Z | Compiling term v0.7.0 |
1292 | 2024-11-01T06:08:20.579Z | Compiling crossbeam-channel v0.5.13 |
1293 | 2024-11-01T06:08:20.774Z | Compiling num-integer v0.1.46 |
1294 | 2024-11-01T06:08:21.529Z | Compiling rustls-pemfile v2.2.0 |
1295 | 2024-11-01T06:08:21.602Z | Compiling idna v0.3.0 |
1296 | 2024-11-01T06:08:21.724Z | Compiling idna v0.4.0 |
1297 | 2024-11-01T06:08:21.866Z | Compiling ff v0.13.0 |
1298 | 2024-11-01T06:08:22.101Z | Compiling hash32 v0.2.1 |
1299 | 2024-11-01T06:08:22.480Z | Compiling is-terminal v0.4.13 |
1300 | 2024-11-01T06:08:22.605Z | Compiling dropshot v0.12.0 |
1301 | 2024-11-01T06:08:22.624Z | Compiling object v0.36.5 |
1302 | 2024-11-01T06:08:22.906Z | Compiling stable_deref_trait v1.2.0 |
1303 | 2024-11-01T06:08:23.013Z | Compiling take_mut v0.2.2 |
1304 | 2024-11-01T06:08:23.171Z | Compiling utf-8 v0.7.6 |
1305 | 2024-11-01T06:08:23.195Z | Compiling fallible-iterator v0.2.0 |
1306 | 2024-11-01T06:08:23.314Z | Compiling quick-error v1.2.3 |
1307 | 2024-11-01T06:08:23.466Z | Compiling num-bigint-dig v0.8.4 |
1308 | 2024-11-01T06:08:23.484Z | Compiling dyn-clone v1.0.17 |
1309 | 2024-11-01T06:08:23.505Z | Compiling psl-types v2.0.11 |
1310 | 2024-11-01T06:08:23.696Z | Compiling rustc-demangle v0.1.24 |
1311 | 2024-11-01T06:08:23.720Z | Compiling portable-atomic v1.9.0 |
1312 | 2024-11-01T06:08:23.774Z | Compiling linked-hash-map v0.5.6 |
1313 | 2024-11-01T06:08:23.924Z | Compiling anyhow v1.0.92 |
1314 | 2024-11-01T06:08:24.161Z | Compiling base16ct v0.2.0 |
1315 | 2024-11-01T06:08:24.484Z | Compiling smoltcp v0.9.1 |
1316 | 2024-11-01T06:08:24.651Z | Compiling sec1 v0.7.3 |
1317 | 2024-11-01T06:08:24.814Z | Compiling lru-cache v0.1.2 |
1318 | 2024-11-01T06:08:24.889Z | Compiling postgres-protocol v0.6.7 |
1319 | 2024-11-01T06:08:25.062Z | Compiling publicsuffix v2.2.3 |
1320 | 2024-11-01T06:08:25.224Z | Compiling resolv-conf v0.7.0 |
1321 | 2024-11-01T06:08:25.317Z | Compiling hyper v1.4.1 |
1322 | 2024-11-01T06:08:26.024Z | Compiling tungstenite v0.24.0 |
1323 | 2024-11-01T06:08:27.508Z | Compiling hickory-proto v0.24.1 |
1324 | 2024-11-01T06:08:28.244Z | Compiling hyper-util v0.1.9 |
1325 | 2024-11-01T06:08:28.281Z | Compiling slog-term v2.9.1 |
1326 | 2024-11-01T06:08:28.742Z | Compiling usdt v0.5.0 |
1327 | 2024-11-01T06:08:28.969Z | Compiling group v0.13.0 |
1328 | 2024-11-01T06:08:29.229Z | Compiling num-iter v0.1.45 |
1329 | 2024-11-01T06:08:29.415Z | Compiling tokio-rustls v0.26.0 |
1330 | 2024-11-01T06:08:29.897Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2024-11-01T06:08:30.182Z | Compiling backtrace v0.3.74 |
1332 | 2024-11-01T06:08:30.453Z | Compiling async-stream v0.3.6 |
1333 | 2024-11-01T06:08:30.684Z | Compiling tokio-rustls v0.25.0 |
1334 | 2024-11-01T06:08:30.767Z | Compiling futures v0.3.31 |
1335 | 2024-11-01T06:08:30.851Z | Compiling toml v0.8.19 |
1336 | 2024-11-01T06:08:31.033Z | Compiling slog-bunyan v2.5.0 |
1337 | 2024-11-01T06:08:31.108Z | Compiling terminal_size v0.4.0 |
1338 | 2024-11-01T06:08:31.250Z | Compiling dropshot_endpoint v0.12.0 |
1339 | 2024-11-01T06:08:31.336Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-11-01T06:08:32.184Z | Compiling serde_path_to_error v0.1.16 |
1341 | 2024-11-01T06:08:32.436Z | Compiling camino v1.1.9 |
1342 | 2024-11-01T06:08:32.518Z | Compiling hkdf v0.12.4 |
1343 | 2024-11-01T06:08:32.780Z | Compiling crypto-bigint v0.5.5 |
1344 | 2024-11-01T06:08:33.062Z | Compiling zerocopy-derive v0.6.6 |
1345 | 2024-11-01T06:08:33.414Z | Compiling curve25519-dalek-derive v0.1.1 |
1346 | 2024-11-01T06:08:33.560Z | Compiling phf_shared v0.11.2 |
1347 | 2024-11-01T06:08:33.935Z | Compiling hubpack_derive v0.1.1 |
1348 | 2024-11-01T06:08:33.965Z | Compiling waitgroup v0.1.2 |
1349 | 2024-11-01T06:08:34.192Z | Compiling webpki-roots v0.26.6 |
1350 | 2024-11-01T06:08:34.413Z | Compiling hostname v0.4.0 |
1351 | 2024-11-01T06:08:34.670Z | Compiling fs-err v2.11.0 |
1352 | 2024-11-01T06:08:34.823Z | Compiling ahash v0.8.11 |
1353 | 2024-11-01T06:08:34.882Z | Compiling winnow v0.5.40 |
1354 | 2024-11-01T06:08:34.958Z | Compiling debug-ignore v1.0.5 |
1355 | 2024-11-01T06:08:35.101Z | Compiling bitflags v1.3.2 |
1356 | 2024-11-01T06:08:35.136Z | Compiling managed v0.8.0 |
1357 | 2024-11-01T06:08:35.165Z | Compiling console v0.15.8 |
1358 | 2024-11-01T06:08:35.270Z | Compiling zerocopy v0.6.6 |
1359 | 2024-11-01T06:08:35.612Z | Compiling strum_macros v0.25.3 |
1360 | 2024-11-01T06:08:36.189Z | Compiling elliptic-curve v0.13.8 |
1361 | 2024-11-01T06:08:36.722Z | Compiling clap_builder v4.5.20 |
1362 | 2024-11-01T06:08:37.634Z | Compiling hubpack v0.1.2 |
1363 | 2024-11-01T06:08:37.655Z | Compiling hyper-rustls v0.27.3 |
1364 | 2024-11-01T06:08:38.092Z | Compiling phf v0.11.2 |
1365 | 2024-11-01T06:08:38.290Z | Compiling hickory-resolver v0.24.1 |
1366 | 2024-11-01T06:08:38.391Z | Compiling signal-hook-mio v0.2.4 |
1367 | 2024-11-01T06:08:38.560Z | Compiling toml_edit v0.19.15 |
1368 | 2024-11-01T06:08:38.963Z | Compiling hyper-tls v0.6.0 |
1369 | 2024-11-01T06:08:39.361Z | Compiling rayon v1.10.0 |
1370 | 2024-11-01T06:08:39.479Z | Compiling cookie_store v0.21.0 |
1371 | 2024-11-01T06:08:41.050Z | Compiling tokio-tungstenite v0.24.0 |
1372 | 2024-11-01T06:08:41.622Z | Compiling postgres-types v0.2.8 |
1373 | 2024-11-01T06:08:44.380Z | Compiling tokio-stream v0.1.16 |
1374 | 2024-11-01T06:08:44.510Z | Compiling bstr v1.10.0 |
1375 | 2024-11-01T06:08:44.704Z | Compiling regex v1.11.0 |
1376 | 2024-11-01T06:08:44.782Z | Compiling serde-big-array v0.5.1 |
1377 | 2024-11-01T06:08:45.019Z | Compiling ed25519 v2.2.3 |
1378 | 2024-11-01T06:08:45.467Z | Compiling pkcs1 v0.7.5 |
1379 | 2024-11-01T06:08:45.488Z | Compiling rfc6979 v0.4.0 |
1380 | 2024-11-01T06:08:45.628Z | Compiling clap_derive v4.5.18 |
1381 | 2024-11-01T06:08:45.686Z | Compiling serde_repr v0.1.19 |
1382 | 2024-11-01T06:08:45.793Z | Compiling derive-where v1.2.7 |
1383 | 2024-11-01T06:08:46.220Z | Compiling phf_shared v0.10.0 |
1384 | 2024-11-01T06:08:46.240Z | Compiling float-cmp v0.9.0 |
1385 | 2024-11-01T06:08:46.449Z | Compiling sync_wrapper v1.0.1 |
1386 | 2024-11-01T06:08:46.467Z | Compiling crc32fast v1.4.2 |
1387 | 2024-11-01T06:08:46.598Z | Compiling new_debug_unreachable v1.0.6 |
1388 | 2024-11-01T06:08:46.640Z | Compiling number_prefix v0.4.0 |
1389 | 2024-11-01T06:08:46.721Z | Compiling normalize-line-endings v0.3.0 |
1390 | 2024-11-01T06:08:46.794Z | Compiling bit-vec v0.6.3 |
1391 | 2024-11-01T06:08:46.837Z | Compiling fixedbitset v0.4.2 |
1392 | 2024-11-01T06:08:46.856Z | Compiling unicode-segmentation v1.12.0 |
1393 | 2024-11-01T06:08:46.856Z | Compiling whoami v1.5.2 |
1394 | 2024-11-01T06:08:46.889Z | Compiling static_assertions v1.1.0 |
1395 | 2024-11-01T06:08:46.997Z | Compiling predicates-core v1.0.8 |
1396 | 2024-11-01T06:08:47.240Z | Compiling minimal-lexical v0.2.1 |
1397 | 2024-11-01T06:08:47.283Z | Compiling difflib v0.4.0 |
1398 | 2024-11-01T06:08:47.345Z | Compiling precomputed-hash v0.1.1 |
1399 | 2024-11-01T06:08:47.468Z | Compiling string_cache v0.8.7 |
1400 | 2024-11-01T06:08:47.679Z | Compiling predicates v3.1.2 |
1401 | 2024-11-01T06:08:47.708Z | Compiling nom v7.1.3 |
1402 | 2024-11-01T06:08:47.743Z | Compiling similar v2.6.0 |
1403 | 2024-11-01T06:08:47.914Z | Compiling tokio-postgres v0.7.12 |
1404 | 2024-11-01T06:08:48.801Z | Compiling petgraph v0.6.5 |
1405 | 2024-11-01T06:08:49.193Z | Compiling qorb v0.2.0 |
1406 | 2024-11-01T06:08:49.361Z | Compiling bit-set v0.5.3 |
1407 | 2024-11-01T06:08:49.665Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1408 | 2024-11-01T06:08:50.085Z | Compiling indicatif v0.17.8 |
1409 | 2024-11-01T06:08:50.252Z | Compiling clap v4.5.20 |
1410 | 2024-11-01T06:08:50.417Z | Compiling flate2 v1.0.34 |
1411 | 2024-11-01T06:08:51.424Z | Compiling reqwest v0.12.8 |
1412 | 2024-11-01T06:08:51.444Z | Compiling rsa v0.9.6 |
1413 | 2024-11-01T06:08:52.170Z | Compiling ecdsa v0.16.9 |
1414 | 2024-11-01T06:08:52.861Z | Compiling ed25519-dalek v2.1.1 |
1415 | 2024-11-01T06:08:53.038Z | Compiling toml v0.7.8 |
1416 | 2024-11-01T06:08:53.708Z | Compiling crossterm v0.28.1 |
1417 | 2024-11-01T06:08:54.686Z | Compiling hex v0.4.3 |
1418 | 2024-11-01T06:08:54.855Z | Compiling itertools v0.12.1 |
1419 | 2024-11-01T06:08:54.875Z | Compiling itertools v0.10.5 |
1420 | 2024-11-01T06:08:55.309Z | Compiling x509-cert v0.2.5 |
1421 | 2024-11-01T06:08:55.720Z | Compiling unicode-xid v0.2.6 |
1422 | 2024-11-01T06:08:55.910Z | Compiling lalrpop-util v0.19.12 |
1423 | 2024-11-01T06:08:56.285Z | Compiling peg-runtime v0.8.3 |
1424 | 2024-11-01T06:08:56.582Z | Compiling xattr v1.3.1 |
1425 | 2024-11-01T06:08:56.855Z | Compiling strum_macros v0.26.4 |
1426 | 2024-11-01T06:08:56.952Z | Compiling filetime v0.2.25 |
1427 | 2024-11-01T06:08:57.275Z | Compiling tar v0.4.42 |
1428 | 2024-11-01T06:09:00.044Z | Compiling strum v0.26.3 |
1429 | 2024-11-01T06:09:00.249Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1430 | 2024-11-01T06:09:00.510Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1431 | 2024-11-01T06:09:06.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1432 | 2024-11-01T06:09:06.188Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1433 | 2024-11-01T06:09:06.234Z | Nov 01 06:09:04.711 INFO Starting download, target: Cockroach |
1434 | 2024-11-01T06:09:06.234Z | Nov 01 06:09:04.711 INFO Starting download, target: Clickhouse |
1435 | 2024-11-01T06:09:06.234Z | Nov 01 06:09:04.711 INFO Starting download, target: Console |
1436 | 2024-11-01T06:09:06.234Z | Nov 01 06:09:04.711 INFO Starting download, target: DendriteOpenapi |
1437 | 2024-11-01T06:09:06.234Z | Nov 01 06:09:04.711 INFO Starting download, target: DendriteStub |
1438 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.711 INFO Starting download, target: MaghemiteMgd |
1439 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.711 INFO Starting download, target: TransceiverControl |
1440 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.712 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1441 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.712 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1442 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.712 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1443 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.712 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1444 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.712 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1445 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.712 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1446 | 2024-11-01T06:09:06.237Z | Nov 01 06:09:04.712 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1447 | 2024-11-01T06:09:06.401Z | Nov 01 06:09:04.867 INFO Download complete, target: DendriteOpenapi |
1448 | 2024-11-01T06:09:06.576Z | Nov 01 06:09:05.019 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1449 | 2024-11-01T06:09:06.784Z | Nov 01 06:09:05.232 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1450 | 2024-11-01T06:09:06.928Z | Nov 01 06:09:05.399 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1451 | 2024-11-01T06:09:07.097Z | Nov 01 06:09:05.559 INFO Download complete, target: Console |
1452 | 2024-11-01T06:09:07.246Z | Nov 01 06:09:05.720 INFO Download complete, target: TransceiverControl |
1453 | 2024-11-01T06:09:07.272Z | Nov 01 06:09:05.748 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1454 | 2024-11-01T06:09:07.705Z | Nov 01 06:09:06.181 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1455 | 2024-11-01T06:09:07.705Z | Nov 01 06:09:06.181 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1456 | 2024-11-01T06:09:08.632Z | Nov 01 06:09:07.106 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1457 | 2024-11-01T06:09:09.805Z | Nov 01 06:09:08.281 INFO Download complete, target: DendriteStub |
1458 | 2024-11-01T06:09:10.163Z | Nov 01 06:09:08.639 INFO Download complete, target: MaghemiteMgd |
1459 | 2024-11-01T06:09:15.074Z | Nov 01 06:09:13.549 INFO Checking that binary works, target: Cockroach |
1460 | 2024-11-01T06:09:15.233Z | Nov 01 06:09:13.709 INFO Download complete, target: Cockroach |
1461 | 2024-11-01T06:09:20.679Z | Nov 01 06:09:19.153 INFO Checking that binary works, target: Clickhouse |
1462 | 2024-11-01T06:09:20.822Z | Nov 01 06:09:19.296 INFO Download complete, target: Clickhouse |
1463 | 2024-11-01T06:09:20.829Z | All prerequisites installed successfully |
1464 | 2024-11-01T06:09:20.831Z | |
1465 | 2024-11-01T06:09:20.831Z | real 4:03.804072789 |
1466 | 2024-11-01T06:09:20.831Z | user 12:13.231066961 |
1467 | 2024-11-01T06:09:20.831Z | sys 2:41.099283955 |
1468 | 2024-11-01T06:09:20.831Z | trap 0.449191559 |
1469 | 2024-11-01T06:09:20.831Z | tflt 3.500575128 |
1470 | 2024-11-01T06:09:20.831Z | dflt 2.128767367 |
1471 | 2024-11-01T06:09:20.831Z | kflt 0.027591795 |
1472 | 2024-11-01T06:09:20.831Z | lock 22:48.337874490 |
1473 | 2024-11-01T06:09:20.831Z | slp 47:54.435437551 |
1474 | 2024-11-01T06:09:20.831Z | lat 46.776773925 |
1475 | 2024-11-01T06:09:20.831Z | stop 2:03.236990326 |
1476 | 2024-11-01T06:09:20.831Z | + ptime -m cargo xtask download softnpu |
1477 | 2024-11-01T06:09:21.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1478 | 2024-11-01T06:09:21.347Z | Running `target/debug/xtask download softnpu` |
1479 | 2024-11-01T06:09:22.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1480 | 2024-11-01T06:09:22.159Z | Running `target/debug/xtask-downloader softnpu` |
1481 | 2024-11-01T06:09:22.192Z | Nov 01 06:09:20.667 INFO Starting download, target: Softnpu |
1482 | 2024-11-01T06:09:22.195Z | Nov 01 06:09:20.667 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1483 | 2024-11-01T06:09:22.837Z | Nov 01 06:09:21.311 INFO Download complete, target: Softnpu |
1484 | 2024-11-01T06:09:22.841Z | |
1485 | 2024-11-01T06:09:22.843Z | real 2.005241094 |
1486 | 2024-11-01T06:09:22.843Z | user 1.191009617 |
1487 | 2024-11-01T06:09:22.843Z | sys 0.502033738 |
1488 | 2024-11-01T06:09:22.843Z | trap 0.000211742 |
1489 | 2024-11-01T06:09:22.843Z | tflt 0.000012977 |
1490 | 2024-11-01T06:09:22.843Z | dflt 0.000001879 |
1491 | 2024-11-01T06:09:22.843Z | kflt 0.000000000 |
1492 | 2024-11-01T06:09:22.843Z | lock 6.656438400 |
1493 | 2024-11-01T06:09:22.843Z | slp 0.487060518 |
1494 | 2024-11-01T06:09:22.843Z | lat 0.063571171 |
1495 | 2024-11-01T06:09:22.843Z | stop 0.000155781 |
1496 | 2024-11-01T06:09:22.843Z | + export CARGO_INCREMENTAL=0 |
1497 | 2024-11-01T06:09:22.843Z | + CARGO_INCREMENTAL=0 |
1498 | 2024-11-01T06:09:22.843Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1499 | 2024-11-01T06:09:23.748Z | Compiling proc-macro2 v1.0.87 |
1500 | 2024-11-01T06:09:23.748Z | Compiling unicode-ident v1.0.13 |
1501 | 2024-11-01T06:09:23.748Z | Compiling libc v0.2.161 |
1502 | 2024-11-01T06:09:23.760Z | Compiling serde v1.0.210 |
1503 | 2024-11-01T06:09:23.760Z | Compiling version_check v0.9.5 |
1504 | 2024-11-01T06:09:23.760Z | Compiling autocfg v1.4.0 |
1505 | 2024-11-01T06:09:23.760Z | Compiling cfg-if v1.0.0 |
1506 | 2024-11-01T06:09:24.020Z | Compiling typenum v1.17.0 |
1507 | 2024-11-01T06:09:24.036Z | Compiling memchr v2.7.4 |
1508 | 2024-11-01T06:09:24.051Z | Compiling shlex v1.3.0 |
1509 | 2024-11-01T06:09:24.627Z | Compiling generic-array v0.14.7 |
1510 | 2024-11-01T06:09:24.828Z | Compiling lock_api v0.4.12 |
1511 | 2024-11-01T06:09:24.858Z | Compiling parking_lot_core v0.9.10 |
1512 | 2024-11-01T06:09:24.909Z | Compiling once_cell v1.20.2 |
1513 | 2024-11-01T06:09:25.135Z | Compiling serde_json v1.0.128 |
1514 | 2024-11-01T06:09:25.264Z | Compiling libm v0.2.8 |
1515 | 2024-11-01T06:09:25.281Z | Compiling thiserror v1.0.64 |
1516 | 2024-11-01T06:09:25.455Z | Compiling num-traits v0.2.19 |
1517 | 2024-11-01T06:09:25.473Z | Compiling quote v1.0.37 |
1518 | 2024-11-01T06:09:25.604Z | Compiling value-bag v1.9.0 |
1519 | 2024-11-01T06:09:25.759Z | Compiling getrandom v0.2.15 |
1520 | 2024-11-01T06:09:25.773Z | Compiling jobserver v0.1.32 |
1521 | 2024-11-01T06:09:25.977Z | Compiling syn v2.0.79 |
1522 | 2024-11-01T06:09:26.067Z | Compiling log v0.4.22 |
1523 | 2024-11-01T06:09:26.108Z | Compiling itoa v1.0.11 |
1524 | 2024-11-01T06:09:26.201Z | Compiling cc v1.1.30 |
1525 | 2024-11-01T06:09:26.403Z | Compiling slab v0.4.9 |
1526 | 2024-11-01T06:09:26.425Z | Compiling scopeguard v1.2.0 |
1527 | 2024-11-01T06:09:26.500Z | Compiling rand_core v0.6.4 |
1528 | 2024-11-01T06:09:26.726Z | Compiling byteorder v1.5.0 |
1529 | 2024-11-01T06:09:27.193Z | Compiling subtle v2.6.1 |
1530 | 2024-11-01T06:09:27.339Z | Compiling allocator-api2 v0.2.18 |
1531 | 2024-11-01T06:09:27.864Z | Compiling semver v1.0.23 |
1532 | 2024-11-01T06:09:28.191Z | Compiling ryu v1.0.18 |
1533 | 2024-11-01T06:09:28.310Z | Compiling pin-project-lite v0.2.14 |
1534 | 2024-11-01T06:09:28.447Z | Compiling const-oid v0.9.6 |
1535 | 2024-11-01T06:09:28.465Z | Compiling smallvec v1.13.2 |
1536 | 2024-11-01T06:09:28.484Z | Compiling foldhash v0.1.3 |
1537 | 2024-11-01T06:09:28.502Z | Compiling equivalent v1.0.1 |
1538 | 2024-11-01T06:09:28.572Z | Compiling httparse v1.9.5 |
1539 | 2024-11-01T06:09:28.687Z | Compiling hashbrown v0.15.0 |
1540 | 2024-11-01T06:09:28.986Z | Compiling schemars v0.8.21 |
1541 | 2024-11-01T06:09:29.347Z | Compiling signal-hook-registry v1.4.2 |
1542 | 2024-11-01T06:09:29.434Z | Compiling ring v0.17.8 |
1543 | 2024-11-01T06:09:29.488Z | Compiling heck v0.5.0 |
1544 | 2024-11-01T06:09:29.563Z | Compiling mio v1.0.2 |
1545 | 2024-11-01T06:09:29.907Z | Compiling parking_lot v0.12.3 |
1546 | 2024-11-01T06:09:30.462Z | Compiling crossbeam-utils v0.8.20 |
1547 | 2024-11-01T06:09:30.667Z | Compiling socket2 v0.5.7 |
1548 | 2024-11-01T06:09:30.874Z | Compiling futures-core v0.3.31 |
1549 | 2024-11-01T06:09:30.977Z | Compiling pkg-config v0.3.31 |
1550 | 2024-11-01T06:09:31.136Z | Compiling fnv v1.0.7 |
1551 | 2024-11-01T06:09:31.276Z | Compiling num-conv v0.1.0 |
1552 | 2024-11-01T06:09:31.572Z | Compiling time-core v0.1.2 |
1553 | 2024-11-01T06:09:31.755Z | Compiling vcpkg v0.2.15 |
1554 | 2024-11-01T06:09:31.884Z | Compiling time-macros v0.2.18 |
1555 | 2024-11-01T06:09:33.024Z | Compiling spin v0.9.8 |
1556 | 2024-11-01T06:09:33.248Z | Compiling openssl-sys v0.9.103 |
1557 | 2024-11-01T06:09:33.576Z | Compiling serde_derive_internals v0.29.1 |
1558 | 2024-11-01T06:09:33.881Z | Compiling cpufeatures v0.2.14 |
1559 | 2024-11-01T06:09:33.983Z | Compiling futures-sink v0.3.31 |
1560 | 2024-11-01T06:09:34.378Z | Compiling ahash v0.8.11 |
1561 | 2024-11-01T06:09:34.432Z | Compiling syn v1.0.109 |
1562 | 2024-11-01T06:09:34.571Z | Compiling slog v2.7.0 |
1563 | 2024-11-01T06:09:34.855Z | Compiling rustix v0.38.37 |
1564 | 2024-11-01T06:09:35.034Z | Compiling futures-channel v0.3.31 |
1565 | 2024-11-01T06:09:35.179Z | Compiling ucd-trie v0.1.7 |
1566 | 2024-11-01T06:09:35.215Z | Compiling futures-io v0.3.31 |
1567 | 2024-11-01T06:09:35.476Z | Compiling pin-utils v0.1.0 |
1568 | 2024-11-01T06:09:35.498Z | Compiling futures-task v0.3.31 |
1569 | 2024-11-01T06:09:35.547Z | Compiling iana-time-zone v0.1.61 |
1570 | 2024-11-01T06:09:35.572Z | Compiling openssl v0.10.66 |
1571 | 2024-11-01T06:09:35.631Z | Compiling tinyvec_macros v0.1.1 |
1572 | 2024-11-01T06:09:35.727Z | Compiling tinyvec v1.8.0 |
1573 | 2024-11-01T06:09:36.417Z | Compiling rustls v0.23.14 |
1574 | 2024-11-01T06:09:36.484Z | Compiling native-tls v0.2.12 |
1575 | 2024-11-01T06:09:36.503Z | Compiling unicode-bidi v0.3.17 |
1576 | 2024-11-01T06:09:36.839Z | Compiling base64ct v1.6.0 |
1577 | 2024-11-01T06:09:37.209Z | Compiling unicode-normalization v0.1.24 |
1578 | 2024-11-01T06:09:37.364Z | Compiling pem-rfc7468 v0.7.0 |
1579 | 2024-11-01T06:09:37.973Z | Compiling tracing-core v0.1.32 |
1580 | 2024-11-01T06:09:38.096Z | Compiling serde_derive v1.0.210 |
1581 | 2024-11-01T06:09:38.268Z | Compiling zeroize_derive v1.4.2 |
1582 | 2024-11-01T06:09:39.173Z | Compiling zerocopy-derive v0.7.35 |
1583 | 2024-11-01T06:09:39.405Z | Compiling thiserror-impl v1.0.64 |
1584 | 2024-11-01T06:09:39.548Z | Compiling zeroize v1.8.1 |
1585 | 2024-11-01T06:09:39.908Z | Compiling tokio-macros v2.4.0 |
1586 | 2024-11-01T06:09:41.014Z | Compiling futures-macro v0.3.31 |
1587 | 2024-11-01T06:09:41.215Z | Compiling zerocopy v0.7.35 |
1588 | 2024-11-01T06:09:41.895Z | Compiling crypto-common v0.1.6 |
1589 | 2024-11-01T06:09:42.217Z | Compiling tracing-attributes v0.1.27 |
1590 | 2024-11-01T06:09:42.642Z | Compiling block-buffer v0.10.4 |
1591 | 2024-11-01T06:09:42.881Z | Compiling digest v0.10.7 |
1592 | 2024-11-01T06:09:43.167Z | Compiling schemars_derive v0.8.21 |
1593 | 2024-11-01T06:09:43.300Z | Compiling der_derive v0.7.3 |
1594 | 2024-11-01T06:09:44.416Z | Compiling hmac v0.12.1 |
1595 | 2024-11-01T06:09:44.443Z | Compiling scroll_derive v0.12.0 |
1596 | 2024-11-01T06:09:44.652Z | Compiling futures-util v0.3.31 |
1597 | 2024-11-01T06:09:45.387Z | Compiling pest v2.7.14 |
1598 | 2024-11-01T06:09:45.575Z | Compiling block-padding v0.3.3 |
1599 | 2024-11-01T06:09:45.814Z | Compiling inout v0.1.3 |
1600 | 2024-11-01T06:09:46.067Z | Compiling openssl-macros v0.1.1 |
1601 | 2024-11-01T06:09:46.591Z | Compiling cipher v0.4.4 |
1602 | 2024-11-01T06:09:46.736Z | Compiling sha2 v0.10.8 |
1603 | 2024-11-01T06:09:47.044Z | Compiling ppv-lite86 v0.2.20 |
1604 | 2024-11-01T06:09:47.546Z | Compiling usdt-impl v0.5.0 |
1605 | 2024-11-01T06:09:47.886Z | Compiling pest_meta v2.7.14 |
1606 | 2024-11-01T06:09:47.905Z | Compiling cookie v0.18.1 |
1607 | 2024-11-01T06:09:48.202Z | Compiling flagset v0.4.6 |
1608 | 2024-11-01T06:09:48.246Z | Compiling dyn-clone v1.0.17 |
1609 | 2024-11-01T06:09:48.386Z | Compiling anyhow v1.0.92 |
1610 | 2024-11-01T06:09:48.672Z | Compiling der v0.7.9 |
1611 | 2024-11-01T06:09:48.920Z | Compiling rand_chacha v0.3.1 |
1612 | 2024-11-01T06:09:49.856Z | Compiling pest_generator v2.7.14 |
1613 | 2024-11-01T06:09:50.608Z | Compiling bytes v1.7.2 |
1614 | 2024-11-01T06:09:50.646Z | Compiling indexmap v2.6.0 |
1615 | 2024-11-01T06:09:51.776Z | Compiling tokio v1.40.0 |
1616 | 2024-11-01T06:09:51.825Z | Compiling http v1.1.0 |
1617 | 2024-11-01T06:09:52.128Z | Compiling serde_tokenstream v0.2.2 |
1618 | 2024-11-01T06:09:52.188Z | Compiling rustc_version v0.4.1 |
1619 | 2024-11-01T06:09:52.681Z | Compiling uuid v1.10.0 |
1620 | 2024-11-01T06:09:52.816Z | Compiling chrono v0.4.38 |
1621 | 2024-11-01T06:09:53.141Z | Compiling bitflags v2.6.0 |
1622 | 2024-11-01T06:09:54.031Z | Compiling toml_datetime v0.6.8 |
1623 | 2024-11-01T06:09:54.292Z | Compiling serde_spanned v0.6.8 |
1624 | 2024-11-01T06:09:54.503Z | Compiling pest_derive v2.7.14 |
1625 | 2024-11-01T06:09:55.381Z | Compiling scroll v0.12.0 |
1626 | 2024-11-01T06:09:55.956Z | Compiling tracing v0.1.40 |
1627 | 2024-11-01T06:09:58.320Z | Compiling async-trait v0.1.83 |
1628 | 2024-11-01T06:09:59.167Z | Compiling aho-corasick v1.1.3 |
1629 | 2024-11-01T06:09:59.718Z | Compiling rustls-pki-types v1.9.0 |
1630 | 2024-11-01T06:10:00.083Z | Compiling rayon-core v1.12.1 |
1631 | 2024-11-01T06:10:00.386Z | Compiling percent-encoding v2.3.1 |
1632 | 2024-11-01T06:10:00.568Z | Compiling plain v0.2.3 |
1633 | 2024-11-01T06:10:00.657Z | Compiling regex-syntax v0.8.5 |
1634 | 2024-11-01T06:10:00.731Z | Compiling camino v1.1.9 |
1635 | 2024-11-01T06:10:00.749Z | Compiling goblin v0.8.2 |
1636 | 2024-11-01T06:10:01.269Z | Compiling tokio-util v0.7.12 |
1637 | 2024-11-01T06:10:02.451Z | Compiling spki v0.7.3 |
1638 | 2024-11-01T06:10:02.561Z | Compiling rand v0.8.5 |
1639 | 2024-11-01T06:10:02.829Z | Compiling salsa20 v0.10.2 |
1640 | 2024-11-01T06:10:03.071Z | Compiling pbkdf2 v0.12.2 |
1641 | 2024-11-01T06:10:03.631Z | Compiling untrusted v0.9.0 |
1642 | 2024-11-01T06:10:03.830Z | Compiling powerfmt v0.2.0 |
1643 | 2024-11-01T06:10:04.044Z | Compiling winnow v0.5.40 |
1644 | 2024-11-01T06:10:04.164Z | Compiling rustls v0.22.4 |
1645 | 2024-11-01T06:10:04.217Z | Compiling pretty-hex v0.4.1 |
1646 | 2024-11-01T06:10:04.437Z | Compiling regex-automata v0.4.8 |
1647 | 2024-11-01T06:10:04.661Z | Compiling deranged v0.3.11 |
1648 | 2024-11-01T06:10:06.719Z | Compiling dof v0.3.0 |
1649 | 2024-11-01T06:10:07.807Z | Compiling toml_edit v0.19.15 |
1650 | 2024-11-01T06:10:08.143Z | Compiling scrypt v0.11.0 |
1651 | 2024-11-01T06:10:08.575Z | Compiling dtrace-parser v0.2.0 |
1652 | 2024-11-01T06:10:08.819Z | Compiling aes v0.8.4 |
1653 | 2024-11-01T06:10:09.542Z | Compiling cbc v0.1.2 |
1654 | 2024-11-01T06:10:09.579Z | Compiling thread-id v4.2.2 |
1655 | 2024-11-01T06:10:09.700Z | Compiling rustversion v1.0.17 |
1656 | 2024-11-01T06:10:09.770Z | Compiling atomic-waker v1.1.2 |
1657 | 2024-11-01T06:10:10.162Z | Compiling num_threads v0.1.7 |
1658 | 2024-11-01T06:10:10.296Z | Compiling time v0.3.36 |
1659 | 2024-11-01T06:10:10.479Z | Compiling pkcs5 v0.7.1 |
1660 | 2024-11-01T06:10:11.534Z | Compiling rustls-webpki v0.102.8 |
1661 | 2024-11-01T06:10:12.599Z | Compiling form_urlencoded v1.2.1 |
1662 | 2024-11-01T06:10:12.902Z | Compiling http-body v1.0.1 |
1663 | 2024-11-01T06:10:13.145Z | Compiling heapless v0.7.17 |
1664 | 2024-11-01T06:10:13.752Z | Compiling multer v3.1.0 |
1665 | 2024-11-01T06:10:14.082Z | Compiling try-lock v0.2.5 |
1666 | 2024-11-01T06:10:14.248Z | Compiling slog-async v2.8.0 |
1667 | 2024-11-01T06:10:14.321Z | Compiling signal-hook v0.3.17 |
1668 | 2024-11-01T06:10:14.789Z | Compiling want v0.3.1 |
1669 | 2024-11-01T06:10:14.888Z | Compiling pkcs8 v0.10.2 |
1670 | 2024-11-01T06:10:15.546Z | Compiling h2 v0.4.6 |
1671 | 2024-11-01T06:10:16.231Z | Compiling regex v1.11.0 |
1672 | 2024-11-01T06:10:17.236Z | Compiling paste v1.0.15 |
1673 | 2024-11-01T06:10:17.463Z | Compiling strsim v0.11.1 |
1674 | 2024-11-01T06:10:17.697Z | Compiling httpdate v1.0.3 |
1675 | 2024-11-01T06:10:19.041Z | Compiling usdt-macro v0.5.0 |
1676 | 2024-11-01T06:10:19.289Z | Compiling usdt-attr-macro v0.5.0 |
1677 | 2024-11-01T06:10:19.857Z | Compiling curve25519-dalek v4.1.3 |
1678 | 2024-11-01T06:10:20.283Z | Compiling openapiv3 v2.0.0 |
1679 | 2024-11-01T06:10:20.355Z | Compiling idna v0.5.0 |
1680 | 2024-11-01T06:10:20.692Z | Compiling enum-as-inner v0.6.1 |
1681 | 2024-11-01T06:10:21.709Z | Compiling async-stream-impl v0.3.6 |
1682 | 2024-11-01T06:10:21.911Z | Compiling errno v0.3.9 |
1683 | 2024-11-01T06:10:22.204Z | Compiling dropshot v0.12.0 |
1684 | 2024-11-01T06:10:22.525Z | Compiling portable-atomic v1.9.0 |
1685 | 2024-11-01T06:10:22.732Z | Compiling hyper v1.4.1 |
1686 | 2024-11-01T06:10:22.924Z | Compiling foreign-types-shared v0.1.1 |
1687 | 2024-11-01T06:10:23.046Z | Compiling smoltcp v0.9.1 |
1688 | 2024-11-01T06:10:23.381Z | Compiling base64 v0.22.1 |
1689 | 2024-11-01T06:10:23.639Z | Compiling tower-service v0.3.3 |
1690 | 2024-11-01T06:10:24.038Z | Compiling num-bigint-dig v0.8.4 |
1691 | 2024-11-01T06:10:24.345Z | Compiling match_cfg v0.1.0 |
1692 | 2024-11-01T06:10:24.448Z | Compiling adler2 v2.0.0 |
1693 | 2024-11-01T06:10:24.466Z | Compiling hostname v0.3.1 |
1694 | 2024-11-01T06:10:24.577Z | Compiling foreign-types v0.3.2 |
1695 | 2024-11-01T06:10:24.681Z | Compiling miniz_oxide v0.8.0 |
1696 | 2024-11-01T06:10:24.720Z | Compiling url v2.5.2 |
1697 | 2024-11-01T06:10:25.283Z | Compiling hyper-util v0.1.9 |
1698 | 2024-11-01T06:10:28.068Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-11-01T06:10:28.071Z | Compiling siphasher v0.3.11 |
1700 | 2024-11-01T06:10:28.294Z | Compiling heck v0.4.1 |
1701 | 2024-11-01T06:10:28.587Z | Compiling gimli v0.31.1 |
1702 | 2024-11-01T06:10:28.787Z | Compiling data-encoding v2.6.0 |
1703 | 2024-11-01T06:10:30.803Z | Compiling dirs-next v2.0.0 |
1704 | 2024-11-01T06:10:34.452Z | Compiling addr2line v0.24.2 |
1705 | 2024-11-01T06:10:35.826Z | Compiling http-body-util v0.1.2 |
1706 | 2024-11-01T06:10:36.373Z | Compiling crossbeam-epoch v0.9.18 |
1707 | 2024-11-01T06:10:36.657Z | Compiling dropshot_endpoint v0.12.0 |
1708 | 2024-11-01T06:10:36.870Z | Compiling hubpack_derive v0.1.1 |
1709 | 2024-11-01T06:10:37.047Z | Compiling signature v2.2.0 |
1710 | 2024-11-01T06:10:37.291Z | Compiling sha1 v0.10.6 |
1711 | 2024-11-01T06:10:37.461Z | Compiling curve25519-dalek-derive v0.1.1 |
1712 | 2024-11-01T06:10:37.694Z | Compiling zerocopy-derive v0.6.6 |
1713 | 2024-11-01T06:10:37.780Z | Compiling lazy_static v1.5.0 |
1714 | 2024-11-01T06:10:38.640Z | Compiling object v0.36.5 |
1715 | 2024-11-01T06:10:38.830Z | Compiling thread_local v1.1.8 |
1716 | 2024-11-01T06:10:38.875Z | Compiling fs-err v2.11.0 |
1717 | 2024-11-01T06:10:39.204Z | Compiling encoding_rs v0.8.34 |
1718 | 2024-11-01T06:10:39.313Z | Compiling openssl-probe v0.1.5 |
1719 | 2024-11-01T06:10:39.618Z | Compiling stable_deref_trait v1.2.0 |
1720 | 2024-11-01T06:10:39.730Z | Compiling rustc-demangle v0.1.24 |
1721 | 2024-11-01T06:10:40.981Z | Compiling utf8parse v0.2.2 |
1722 | 2024-11-01T06:10:41.148Z | Compiling mime v0.3.17 |
1723 | 2024-11-01T06:10:41.690Z | Compiling unicode-properties v0.1.3 |
1724 | 2024-11-01T06:10:41.895Z | Compiling ipnet v2.10.1 |
1725 | 2024-11-01T06:10:42.085Z | Compiling anstyle v1.0.8 |
1726 | 2024-11-01T06:10:42.540Z | Compiling winnow v0.6.20 |
1727 | 2024-11-01T06:10:42.710Z | Compiling either v1.13.0 |
1728 | 2024-11-01T06:10:42.953Z | Compiling stringprep v0.1.5 |
1729 | 2024-11-01T06:10:43.144Z | Compiling anstyle-parse v0.2.5 |
1730 | 2024-11-01T06:10:46.335Z | Compiling toml_edit v0.22.22 |
1731 | 2024-11-01T06:10:47.780Z | Compiling backtrace v0.3.74 |
1732 | 2024-11-01T06:10:49.037Z | Compiling crossbeam-deque v0.8.5 |
1733 | 2024-11-01T06:10:53.215Z | Compiling term v0.7.0 |
1734 | 2024-11-01T06:10:54.414Z | Compiling slog-json v2.6.1 |
1735 | 2024-11-01T06:10:55.750Z | Compiling serde_urlencoded v0.7.1 |
1736 | 2024-11-01T06:10:56.229Z | Compiling crossbeam-channel v0.5.13 |
1737 | 2024-11-01T06:10:56.404Z | Compiling rustls-pemfile v2.2.0 |
1738 | 2024-11-01T06:10:56.731Z | Compiling hashbrown v0.14.5 |
1739 | 2024-11-01T06:10:56.863Z | Compiling futures-executor v0.3.31 |
1740 | 2024-11-01T06:10:57.407Z | Compiling md-5 v0.10.6 |
1741 | 2024-11-01T06:10:57.647Z | Compiling idna v0.3.0 |
1742 | 2024-11-01T06:10:57.667Z | Compiling idna v0.4.0 |
1743 | 2024-11-01T06:10:57.734Z | Compiling num-integer v0.1.46 |
1744 | 2024-11-01T06:10:58.127Z | Compiling ff v0.13.0 |
1745 | 2024-11-01T06:10:58.348Z | Compiling hash32 v0.2.1 |
1746 | 2024-11-01T06:10:58.370Z | Compiling is-terminal v0.4.13 |
1747 | 2024-11-01T06:10:58.415Z | Compiling memmap v0.7.0 |
1748 | 2024-11-01T06:10:59.011Z | Compiling psl-types v2.0.11 |
1749 | 2024-11-01T06:10:59.063Z | Compiling linked-hash-map v0.5.6 |
1750 | 2024-11-01T06:10:59.421Z | Compiling base16ct v0.2.0 |
1751 | 2024-11-01T06:10:59.710Z | Compiling quick-error v1.2.3 |
1752 | 2024-11-01T06:10:59.728Z | Compiling anstyle-query v1.1.1 |
1753 | 2024-11-01T06:10:59.868Z | Compiling is_terminal_polyfill v1.70.1 |
1754 | 2024-11-01T06:10:59.887Z | Compiling utf-8 v0.7.6 |
1755 | 2024-11-01T06:11:00.182Z | Compiling colorchoice v1.0.2 |
1756 | 2024-11-01T06:11:00.349Z | Compiling take_mut v0.2.2 |
1757 | 2024-11-01T06:11:00.520Z | Compiling fallible-iterator v0.2.0 |
1758 | 2024-11-01T06:11:01.232Z | Compiling postgres-protocol v0.6.7 |
1759 | 2024-11-01T06:11:02.430Z | Compiling anstream v0.6.15 |
1760 | 2024-11-01T06:11:03.027Z | Compiling tungstenite v0.24.0 |
1761 | 2024-11-01T06:11:03.059Z | Compiling resolv-conf v0.7.0 |
1762 | 2024-11-01T06:11:03.091Z | Compiling sec1 v0.7.3 |
1763 | 2024-11-01T06:11:03.699Z | Compiling lru-cache v0.1.2 |
1764 | 2024-11-01T06:11:03.920Z | Compiling publicsuffix v2.2.3 |
1765 | 2024-11-01T06:11:04.190Z | Compiling usdt v0.5.0 |
1766 | 2024-11-01T06:11:04.688Z | Compiling hickory-proto v0.24.1 |
1767 | 2024-11-01T06:11:04.722Z | Compiling slog-term v2.9.1 |
1768 | 2024-11-01T06:11:05.011Z | Compiling group v0.13.0 |
1769 | 2024-11-01T06:11:05.307Z | Compiling num-iter v0.1.45 |
1770 | 2024-11-01T06:11:05.743Z | Compiling regress v0.10.1 |
1771 | 2024-11-01T06:11:07.940Z | Compiling futures v0.3.31 |
1772 | 2024-11-01T06:11:09.968Z | Compiling slog-bunyan v2.5.0 |
1773 | 2024-11-01T06:11:10.177Z | Compiling tokio-rustls v0.25.0 |
1774 | 2024-11-01T06:11:10.333Z | Compiling tokio-rustls v0.26.0 |
1775 | 2024-11-01T06:11:10.583Z | Compiling toml v0.8.19 |
1776 | 2024-11-01T06:11:10.683Z | Compiling tokio-native-tls v0.3.1 |
1777 | 2024-11-01T06:11:10.823Z | Compiling terminal_size v0.4.0 |
1778 | 2024-11-01T06:11:10.983Z | Compiling strum_macros v0.25.3 |
1779 | 2024-11-01T06:11:11.049Z | Compiling phf_shared v0.11.2 |
1780 | 2024-11-01T06:11:11.574Z | Compiling async-stream v0.3.6 |
1781 | 2024-11-01T06:11:12.082Z | Compiling waitgroup v0.1.2 |
1782 | 2024-11-01T06:11:12.671Z | Compiling webpki-roots v0.26.6 |
1783 | 2024-11-01T06:11:13.027Z | Compiling serde_path_to_error v0.1.16 |
1784 | 2024-11-01T06:11:13.389Z | Compiling hkdf v0.12.4 |
1785 | 2024-11-01T06:11:13.440Z | Compiling crypto-bigint v0.5.5 |
1786 | 2024-11-01T06:11:13.614Z | Compiling derive-where v1.2.7 |
1787 | 2024-11-01T06:11:13.889Z | Compiling clap_derive v4.5.18 |
1788 | 2024-11-01T06:11:14.386Z | Compiling serde_repr v0.1.19 |
1789 | 2024-11-01T06:11:15.605Z | Compiling hostname v0.4.0 |
1790 | 2024-11-01T06:11:15.845Z | Compiling bitflags v1.3.2 |
1791 | 2024-11-01T06:11:15.969Z | Compiling managed v0.8.0 |
1792 | 2024-11-01T06:11:16.954Z | Compiling clap_lex v0.7.2 |
1793 | 2024-11-01T06:11:16.977Z | Compiling unicode-width v0.1.14 |
1794 | 2024-11-01T06:11:17.041Z | Compiling debug-ignore v1.0.5 |
1795 | 2024-11-01T06:11:17.419Z | Compiling clap_builder v4.5.20 |
1796 | 2024-11-01T06:11:17.517Z | Compiling console v0.15.8 |
1797 | 2024-11-01T06:11:18.462Z | Compiling elliptic-curve v0.13.8 |
1798 | 2024-11-01T06:11:19.618Z | Compiling hyper-rustls v0.27.3 |
1799 | 2024-11-01T06:11:21.826Z | Compiling phf v0.11.2 |
1800 | 2024-11-01T06:11:22.144Z | Compiling hyper-tls v0.6.0 |
1801 | 2024-11-01T06:11:22.531Z | Compiling signal-hook-mio v0.2.4 |
1802 | 2024-11-01T06:11:22.589Z | Compiling hickory-resolver v0.24.1 |
1803 | 2024-11-01T06:11:22.697Z | Compiling typify-impl v0.2.0 |
1804 | 2024-11-01T06:11:24.374Z | Compiling rayon v1.10.0 |
1805 | 2024-11-01T06:11:24.620Z | Compiling cookie_store v0.21.0 |
1806 | 2024-11-01T06:11:24.725Z | Compiling tokio-tungstenite v0.24.0 |
1807 | 2024-11-01T06:11:25.366Z | Compiling postgres-types v0.2.8 |
1808 | 2024-11-01T06:11:25.371Z | Compiling zerocopy v0.6.6 |
1809 | 2024-11-01T06:11:26.085Z | Compiling hubpack v0.1.2 |
1810 | 2024-11-01T06:11:26.173Z | Compiling ed25519 v2.2.3 |
1811 | 2024-11-01T06:11:26.503Z | Compiling phf_shared v0.10.0 |
1812 | 2024-11-01T06:11:26.623Z | Compiling pkcs1 v0.7.5 |
1813 | 2024-11-01T06:11:26.886Z | Compiling bstr v1.10.0 |
1814 | 2024-11-01T06:11:27.718Z | Compiling tokio-stream v0.1.16 |
1815 | 2024-11-01T06:11:27.786Z | Compiling serde-big-array v0.5.1 |
1816 | 2024-11-01T06:11:28.020Z | Compiling rfc6979 v0.4.0 |
1817 | 2024-11-01T06:11:28.225Z | Compiling float-cmp v0.9.0 |
1818 | 2024-11-01T06:11:28.448Z | Compiling sync_wrapper v1.0.1 |
1819 | 2024-11-01T06:11:28.451Z | Compiling crc32fast v1.4.2 |
1820 | 2024-11-01T06:11:28.485Z | Compiling bit-vec v0.6.3 |
1821 | 2024-11-01T06:11:28.605Z | Compiling static_assertions v1.1.0 |
1822 | 2024-11-01T06:11:28.715Z | Compiling precomputed-hash v0.1.1 |
1823 | 2024-11-01T06:11:28.752Z | Compiling difflib v0.4.0 |
1824 | 2024-11-01T06:11:28.804Z | Compiling new_debug_unreachable v1.0.6 |
1825 | 2024-11-01T06:11:28.922Z | Compiling predicates-core v1.0.8 |
1826 | 2024-11-01T06:11:29.200Z | Compiling whoami v1.5.2 |
1827 | 2024-11-01T06:11:29.238Z | Compiling unicode-segmentation v1.12.0 |
1828 | 2024-11-01T06:11:29.645Z | Compiling minimal-lexical v0.2.1 |
1829 | 2024-11-01T06:11:29.763Z | Compiling normalize-line-endings v0.3.0 |
1830 | 2024-11-01T06:11:29.997Z | Compiling fixedbitset v0.4.2 |
1831 | 2024-11-01T06:11:30.075Z | Compiling number_prefix v0.4.0 |
1832 | 2024-11-01T06:11:30.254Z | Compiling petgraph v0.6.5 |
1833 | 2024-11-01T06:11:30.300Z | Compiling indicatif v0.17.8 |
1834 | 2024-11-01T06:11:30.539Z | Compiling nom v7.1.3 |
1835 | 2024-11-01T06:11:30.675Z | Compiling similar v2.6.0 |
1836 | 2024-11-01T06:11:32.049Z | Compiling predicates v3.1.2 |
1837 | 2024-11-01T06:11:32.709Z | Compiling tokio-postgres v0.7.12 |
1838 | 2024-11-01T06:11:33.469Z | Compiling string_cache v0.8.7 |
1839 | 2024-11-01T06:11:33.739Z | Compiling typify-macro v0.2.0 |
1840 | 2024-11-01T06:11:33.861Z | Compiling bit-set v0.5.3 |
1841 | 2024-11-01T06:11:34.160Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1842 | 2024-11-01T06:11:34.186Z | Compiling flate2 v1.0.34 |
1843 | 2024-11-01T06:11:34.203Z | Compiling qorb v0.2.0 |
1844 | 2024-11-01T06:11:35.097Z | Compiling reqwest v0.12.8 |
1845 | 2024-11-01T06:11:36.901Z | Compiling ecdsa v0.16.9 |
1846 | 2024-11-01T06:11:38.332Z | Compiling rsa v0.9.6 |
1847 | 2024-11-01T06:11:38.610Z | Compiling ed25519-dalek v2.1.1 |
1848 | 2024-11-01T06:11:39.488Z | Compiling crossterm v0.28.1 |
1849 | 2024-11-01T06:11:39.607Z | Compiling clap v4.5.20 |
1850 | 2024-11-01T06:11:40.799Z | Compiling itertools v0.12.1 |
1851 | 2024-11-01T06:11:41.558Z | Compiling itertools v0.10.5 |
1852 | 2024-11-01T06:11:42.629Z | Compiling toml v0.7.8 |
1853 | 2024-11-01T06:11:42.717Z | Compiling x509-cert v0.2.5 |
1854 | 2024-11-01T06:11:44.062Z | Compiling hex v0.4.3 |
1855 | 2024-11-01T06:11:44.452Z | Compiling peg-runtime v0.8.3 |
1856 | 2024-11-01T06:11:44.557Z | Compiling unicode-xid v0.2.6 |
1857 | 2024-11-01T06:11:44.729Z | Compiling lalrpop-util v0.19.12 |
1858 | 2024-11-01T06:11:46.968Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1859 | 2024-11-01T06:11:49.200Z | Compiling proc-macro-crate v1.3.1 |
1860 | 2024-11-01T06:11:49.900Z | Compiling ipnetwork v0.20.0 |
1861 | 2024-11-01T06:11:51.558Z | Compiling heapless v0.8.0 |
1862 | 2024-11-01T06:11:52.360Z | Compiling num_enum_derive v0.5.11 |
1863 | 2024-11-01T06:11:57.516Z | Compiling hash32 v0.3.1 |
1864 | 2024-11-01T06:11:58.684Z | Compiling ident_case v1.0.1 |
1865 | 2024-11-01T06:12:00.198Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1866 | 2024-11-01T06:12:00.574Z | Compiling smoltcp v0.11.0 |
1867 | 2024-11-01T06:12:03.912Z | Compiling darling_core v0.20.10 |
1868 | 2024-11-01T06:12:17.216Z | Compiling num_enum v0.5.11 |
1869 | 2024-11-01T06:12:17.506Z | Compiling typify v0.2.0 |
1870 | 2024-11-01T06:12:19.484Z | Compiling proc-macro-error-attr v1.0.4 |
1871 | 2024-11-01T06:12:20.203Z | Compiling cobs v0.2.3 |
1872 | 2024-11-01T06:12:20.543Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1873 | 2024-11-01T06:12:20.680Z | Compiling unsafe-libyaml v0.2.11 |
1874 | 2024-11-01T06:12:22.361Z | Compiling serde_yaml v0.9.34+deprecated |
1875 | 2024-11-01T06:12:25.168Z | Compiling postcard v1.0.10 |
1876 | 2024-11-01T06:12:28.863Z | Compiling progenitor-impl v0.8.0 |
1877 | 2024-11-01T06:12:34.467Z | Compiling darling_macro v0.20.10 |
1878 | 2024-11-01T06:12:45.388Z | Compiling strum_macros v0.26.4 |
1879 | 2024-11-01T06:12:46.777Z | Compiling structmeta-derive v0.3.0 |
1880 | 2024-11-01T06:12:47.147Z | Compiling foreign-types-macros v0.2.3 |
1881 | 2024-11-01T06:12:48.105Z | Compiling proc-macro-error v1.0.4 |
1882 | 2024-11-01T06:12:48.386Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1883 | 2024-11-01T06:12:49.764Z | Compiling foreign-types-shared v0.3.1 |
1884 | 2024-11-01T06:12:50.296Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1885 | 2024-11-01T06:12:50.374Z | Compiling newtype-uuid v1.1.2 |
1886 | 2024-11-01T06:12:50.468Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1887 | 2024-11-01T06:12:51.236Z | Compiling foreign-types v0.5.0 |
1888 | 2024-11-01T06:12:51.263Z | Compiling strum v0.26.3 |
1889 | 2024-11-01T06:12:54.229Z | Compiling structmeta v0.3.0 |
1890 | 2024-11-01T06:12:59.435Z | Compiling darling v0.20.10 |
1891 | 2024-11-01T06:12:59.583Z | Compiling progenitor-macro v0.8.0 |
1892 | 2024-11-01T06:13:02.435Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1893 | 2024-11-01T06:13:03.707Z | Compiling progenitor-client v0.8.0 |
1894 | 2024-11-01T06:13:05.492Z | Compiling tabwriter v1.4.0 |
1895 | 2024-11-01T06:13:06.298Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1896 | 2024-11-01T06:13:07.104Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1897 | 2024-11-01T06:13:07.348Z | Compiling cstr-argument v0.1.2 |
1898 | 2024-11-01T06:13:07.938Z | Compiling crucible-workspace-hack v0.1.0 |
1899 | 2024-11-01T06:13:08.068Z | Compiling pretty-hex v0.2.1 |
1900 | 2024-11-01T06:13:08.240Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1901 | 2024-11-01T06:13:08.452Z | Compiling fastrand v2.1.1 |
1902 | 2024-11-01T06:13:08.583Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1903 | 2024-11-01T06:13:09.017Z | Compiling tempfile v3.13.0 |
1904 | 2024-11-01T06:13:09.572Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-11-01T06:13:09.587Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1906 | 2024-11-01T06:13:09.778Z | Compiling serde_with_macros v3.11.0 |
1907 | 2024-11-01T06:13:10.300Z | Compiling parse-display-derive v0.10.0 |
1908 | 2024-11-01T06:13:10.704Z | Compiling colored v2.1.0 |
1909 | 2024-11-01T06:13:10.804Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1910 | 2024-11-01T06:13:11.534Z | Compiling instant v0.1.13 |
1911 | 2024-11-01T06:13:11.712Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1912 | 2024-11-01T06:13:11.881Z | Compiling backoff v0.4.0 |
1913 | 2024-11-01T06:13:12.097Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1914 | 2024-11-01T06:13:12.228Z | Compiling serde_with v3.11.0 |
1915 | 2024-11-01T06:13:12.249Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-11-01T06:13:13.205Z | Compiling progenitor v0.8.0 |
1917 | 2024-11-01T06:13:13.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1918 | 2024-11-01T06:13:13.963Z | Compiling parse-display v0.10.0 |
1919 | 2024-11-01T06:13:15.005Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1920 | 2024-11-01T06:13:15.572Z | Compiling zone_cfg_derive v0.3.0 |
1921 | 2024-11-01T06:13:15.892Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1922 | 2024-11-01T06:13:16.606Z | Compiling camino-tempfile v1.1.1 |
1923 | 2024-11-01T06:13:16.749Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1924 | 2024-11-01T06:13:16.827Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1925 | 2024-11-01T06:13:17.029Z | Compiling regress v0.9.1 |
1926 | 2024-11-01T06:13:17.044Z | Compiling macaddr v1.0.1 |
1927 | 2024-11-01T06:13:17.269Z | Compiling num-derive v0.4.2 |
1928 | 2024-11-01T06:13:17.404Z | Compiling sigpipe v0.1.3 |
1929 | 2024-11-01T06:13:17.553Z | Compiling libefi-sys v0.1.0 |
1930 | 2024-11-01T06:13:17.650Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1931 | 2024-11-01T06:13:17.893Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1932 | 2024-11-01T06:13:18.004Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1933 | 2024-11-01T06:13:18.590Z | Compiling zone v0.3.0 |
1934 | 2024-11-01T06:13:19.431Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1935 | 2024-11-01T06:13:21.011Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1936 | 2024-11-01T06:13:21.132Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1937 | 2024-11-01T06:13:21.865Z | Compiling smf v0.2.3 |
1938 | 2024-11-01T06:13:21.917Z | Compiling bitfield-struct v0.6.2 |
1939 | 2024-11-01T06:13:23.237Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1940 | 2024-11-01T06:13:23.635Z | Compiling blake3 v1.5.4 |
1941 | 2024-11-01T06:13:24.279Z | Compiling ring v0.16.20 |
1942 | 2024-11-01T06:13:25.073Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1943 | 2024-11-01T06:13:25.404Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1944 | 2024-11-01T06:13:25.588Z | Compiling xattr v1.3.1 |
1945 | 2024-11-01T06:13:25.821Z | Compiling filetime v0.2.25 |
1946 | 2024-11-01T06:13:25.899Z | Compiling memmap2 v0.9.5 |
1947 | 2024-11-01T06:13:26.179Z | Compiling constant_time_eq v0.3.1 |
1948 | 2024-11-01T06:13:26.378Z | Compiling same-file v1.0.6 |
1949 | 2024-11-01T06:13:26.462Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1950 | 2024-11-01T06:13:26.515Z | Compiling untrusted v0.7.1 |
1951 | 2024-11-01T06:13:26.602Z | Compiling arrayvec v0.7.6 |
1952 | 2024-11-01T06:13:26.651Z | Compiling arrayref v0.3.9 |
1953 | 2024-11-01T06:13:26.719Z | Compiling spin v0.5.2 |
1954 | 2024-11-01T06:13:26.770Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1955 | 2024-11-01T06:13:26.987Z | Compiling walkdir v2.5.0 |
1956 | 2024-11-01T06:13:27.720Z | Compiling tar v0.4.42 |
1957 | 2024-11-01T06:13:28.609Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1958 | 2024-11-01T06:13:29.045Z | Compiling gethostname v0.5.0 |
1959 | 2024-11-01T06:13:29.266Z | Compiling cargo-platform v0.1.8 |
1960 | 2024-11-01T06:13:29.438Z | Compiling topological-sort v0.2.2 |
1961 | 2024-11-01T06:13:29.722Z | Compiling cargo_metadata v0.18.1 |
1962 | 2024-11-01T06:13:33.143Z | Compiling omicron-zone-package v0.11.1 |
1963 | 2024-11-01T06:13:37.265Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1964 | 2024-11-01T06:13:38.181Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1965 | 2024-11-01T06:13:43.272Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1966 | 2024-11-01T06:13:59.015Z | Finished `release` profile [optimized] target(s) in 4m 36s |
1967 | 2024-11-01T06:13:59.172Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1968 | 2024-11-01T06:13:59.218Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1969 | 2024-11-01T06:13:59.221Z | Created new build target 'test' and set it as active |
1970 | 2024-11-01T06:13:59.221Z | |
1971 | 2024-11-01T06:13:59.221Z | real 4:36.338600352 |
1972 | 2024-11-01T06:13:59.221Z | user 31:19.861452329 |
1973 | 2024-11-01T06:13:59.221Z | sys 3:50.824436977 |
1974 | 2024-11-01T06:13:59.221Z | trap 0.886731788 |
1975 | 2024-11-01T06:13:59.221Z | tflt 2.750134494 |
1976 | 2024-11-01T06:13:59.221Z | dflt 1.021290414 |
1977 | 2024-11-01T06:13:59.221Z | kflt 0.000418299 |
1978 | 2024-11-01T06:13:59.221Z | lock 1:08:41.693238374 |
1979 | 2024-11-01T06:13:59.221Z | slp 1:59:26.757379896 |
1980 | 2024-11-01T06:13:59.221Z | lat 2:06.820231993 |
1981 | 2024-11-01T06:13:59.221Z | stop 4:01.320694390 |
1982 | 2024-11-01T06:13:59.224Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1983 | 2024-11-01T06:14:00.135Z | Finished `release` profile [optimized] target(s) in 0.86s |
1984 | 2024-11-01T06:14:00.190Z | Running `target/release/omicron-package -t test package` |
1985 | 2024-11-01T06:14:00.234Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1986 | 2024-11-01T06:14:01.318Z | Compiling convert_case v0.4.0 |
1987 | 2024-11-01T06:14:01.318Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1988 | 2024-11-01T06:14:01.318Z | Compiling itertools v0.13.0 |
1989 | 2024-11-01T06:14:01.321Z | Compiling password-hash v0.5.0 |
1990 | 2024-11-01T06:14:01.321Z | Compiling blake2 v0.10.6 |
1991 | 2024-11-01T06:14:01.321Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1992 | 2024-11-01T06:14:01.321Z | Compiling newline-converter v0.3.0 |
1993 | 2024-11-01T06:14:01.481Z | Compiling cancel-safe-futures v0.1.5 |
1994 | 2024-11-01T06:14:01.648Z | Compiling owo-colors v4.1.0 |
1995 | 2024-11-01T06:14:01.670Z | Compiling expectorate v1.1.0 |
1996 | 2024-11-01T06:14:01.925Z | Compiling base64 v0.21.7 |
1997 | 2024-11-01T06:14:01.999Z | Compiling argon2 v0.5.3 |
1998 | 2024-11-01T06:14:02.114Z | Compiling derive_more v0.99.18 |
1999 | 2024-11-01T06:14:02.617Z | Compiling libsw v3.3.1 |
2000 | 2024-11-01T06:14:02.680Z | Compiling indent_write v2.2.0 |
2001 | 2024-11-01T06:14:02.928Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2002 | 2024-11-01T06:14:02.968Z | Compiling linear-map v1.2.0 |
2003 | 2024-11-01T06:14:03.051Z | Compiling swrite v0.1.0 |
2004 | 2024-11-01T06:14:03.196Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2005 | 2024-11-01T06:14:03.400Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2006 | 2024-11-01T06:14:03.518Z | Compiling progenitor-client v0.8.0 |
2007 | 2024-11-01T06:14:03.660Z | Compiling atomicwrites v0.4.4 |
2008 | 2024-11-01T06:14:03.954Z | Compiling progenitor v0.8.0 |
2009 | 2024-11-01T06:14:04.190Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2010 | 2024-11-01T06:14:04.247Z | Compiling num-rational v0.4.2 |
2011 | 2024-11-01T06:14:04.363Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2012 | 2024-11-01T06:14:04.906Z | Compiling num-complex v0.4.6 |
2013 | 2024-11-01T06:14:05.270Z | Compiling prettyplease v0.2.22 |
2014 | 2024-11-01T06:14:05.585Z | Compiling float-ord v0.3.2 |
2015 | 2024-11-01T06:14:05.778Z | Compiling semver v0.1.20 |
2016 | 2024-11-01T06:14:06.195Z | Compiling num v0.4.3 |
2017 | 2024-11-01T06:14:06.319Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2018 | 2024-11-01T06:14:06.362Z | Compiling rustc_version v0.1.7 |
2019 | 2024-11-01T06:14:06.778Z | Compiling newtype_derive v0.1.6 |
2020 | 2024-11-01T06:14:06.797Z | Compiling humantime v2.1.0 |
2021 | 2024-11-01T06:14:07.187Z | Compiling highway v1.2.0 |
2022 | 2024-11-01T06:14:07.834Z | Compiling home v0.5.9 |
2023 | 2024-11-01T06:14:08.084Z | Compiling steno v0.4.1 |
2024 | 2024-11-01T06:14:08.322Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2025 | 2024-11-01T06:14:10.995Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2026 | 2024-11-01T06:14:11.581Z | Compiling newtype-uuid v1.1.2 |
2027 | 2024-11-01T06:14:11.945Z | Compiling tungstenite v0.21.0 |
2028 | 2024-11-01T06:14:12.347Z | Compiling ipnetwork v0.20.0 |
2029 | 2024-11-01T06:14:12.493Z | Compiling instant v0.1.13 |
2030 | 2024-11-01T06:14:12.653Z | Compiling slog-dtrace v0.3.0 |
2031 | 2024-11-01T06:14:13.020Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2032 | 2024-11-01T06:14:13.136Z | Compiling tokio-tungstenite v0.21.0 |
2033 | 2024-11-01T06:14:13.855Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-11-01T06:14:14.527Z | Compiling backoff v0.4.0 |
2035 | 2024-11-01T06:14:14.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2036 | 2024-11-01T06:14:15.258Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2037 | 2024-11-01T06:14:16.940Z | Compiling parse-display v0.10.0 |
2038 | 2024-11-01T06:14:17.473Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-11-01T06:14:17.729Z | Compiling strum v0.26.3 |
2040 | 2024-11-01T06:14:17.897Z | Compiling serde_with v3.11.0 |
2041 | 2024-11-01T06:14:17.927Z | Compiling regress v0.9.1 |
2042 | 2024-11-01T06:14:19.393Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-11-01T06:14:21.876Z | Compiling macaddr v1.0.1 |
2044 | 2024-11-01T06:14:22.227Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2045 | 2024-11-01T06:14:22.801Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2046 | 2024-11-01T06:14:23.991Z | Compiling arc-swap v1.7.1 |
2047 | 2024-11-01T06:14:24.674Z | Compiling display-error-chain v0.2.1 |
2048 | 2024-11-01T06:14:24.879Z | Compiling slog-scope v4.4.0 |
2049 | 2024-11-01T06:14:25.709Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2050 | 2024-11-01T06:14:25.812Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2051 | 2024-11-01T06:14:26.856Z | Compiling half v2.4.1 |
2052 | 2024-11-01T06:14:27.563Z | Compiling ciborium-io v0.2.2 |
2053 | 2024-11-01T06:14:27.718Z | Compiling ciborium-ll v0.2.2 |
2054 | 2024-11-01T06:14:28.247Z | Compiling slog-stdlog v4.1.1 |
2055 | 2024-11-01T06:14:29.069Z | Compiling slog-envlogger v2.2.0 |
2056 | 2024-11-01T06:14:29.909Z | Compiling ciborium v0.2.2 |
2057 | 2024-11-01T06:14:30.690Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2058 | 2024-11-01T06:14:31.820Z | Compiling same-file v1.0.6 |
2059 | 2024-11-01T06:14:31.986Z | Compiling fastrand v2.1.1 |
2060 | 2024-11-01T06:14:32.103Z | Compiling walkdir v2.5.0 |
2061 | 2024-11-01T06:14:32.489Z | Compiling tempfile v3.13.0 |
2062 | 2024-11-01T06:14:32.730Z | Compiling ring v0.16.20 |
2063 | 2024-11-01T06:14:33.251Z | Compiling blake3 v1.5.4 |
2064 | 2024-11-01T06:14:33.911Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2065 | 2024-11-01T06:14:37.055Z | Compiling xattr v1.3.1 |
2066 | 2024-11-01T06:14:37.344Z | Compiling memmap2 v0.9.5 |
2067 | 2024-11-01T06:14:37.775Z | Compiling filetime v0.2.25 |
2068 | 2024-11-01T06:14:38.084Z | Compiling arrayvec v0.7.6 |
2069 | 2024-11-01T06:14:38.541Z | Compiling spin v0.5.2 |
2070 | 2024-11-01T06:14:38.792Z | Compiling arrayref v0.3.9 |
2071 | 2024-11-01T06:14:38.914Z | Compiling untrusted v0.7.1 |
2072 | 2024-11-01T06:14:39.116Z | Compiling keccak v0.1.5 |
2073 | 2024-11-01T06:14:40.092Z | Compiling constant_time_eq v0.3.1 |
2074 | 2024-11-01T06:14:40.251Z | Compiling sha3 v0.10.8 |
2075 | 2024-11-01T06:14:41.146Z | Compiling tar v0.4.42 |
2076 | 2024-11-01T06:14:41.283Z | Compiling camino-tempfile v1.1.1 |
2077 | 2024-11-01T06:14:41.737Z | Compiling toolchain_find v0.4.0 |
2078 | 2024-11-01T06:14:42.296Z | Compiling nibble_vec v0.1.0 |
2079 | 2024-11-01T06:14:42.408Z | Compiling topological-sort v0.2.2 |
2080 | 2024-11-01T06:14:42.531Z | Compiling glob v0.3.1 |
2081 | 2024-11-01T06:14:42.648Z | Compiling radium v0.7.0 |
2082 | 2024-11-01T06:14:43.033Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2083 | 2024-11-01T06:14:43.052Z | Compiling maplit v1.0.2 |
2084 | 2024-11-01T06:14:43.095Z | Compiling crunchy v0.2.2 |
2085 | 2024-11-01T06:14:43.171Z | Compiling endian-type v0.1.2 |
2086 | 2024-11-01T06:14:43.282Z | Compiling clang-sys v1.8.1 |
2087 | 2024-11-01T06:14:43.407Z | Compiling radix_trie v0.2.1 |
2088 | 2024-11-01T06:14:43.459Z | Compiling omicron-zone-package v0.11.1 |
2089 | 2024-11-01T06:14:43.563Z | Compiling rustfmt-wrapper v0.2.1 |
2090 | 2024-11-01T06:14:43.934Z | Compiling pem v3.0.4 |
2091 | 2024-11-01T06:14:44.140Z | Compiling maybe-uninit v2.0.0 |
2092 | 2024-11-01T06:14:44.353Z | Compiling tiny-keccak v2.0.2 |
2093 | 2024-11-01T06:14:44.637Z | Compiling tap v1.0.1 |
2094 | 2024-11-01T06:14:44.809Z | Compiling wyz v0.5.1 |
2095 | 2024-11-01T06:14:44.974Z | Compiling dsl_auto_type v0.1.2 |
2096 | 2024-11-01T06:14:45.300Z | Compiling scheduled-thread-pool v0.2.7 |
2097 | 2024-11-01T06:14:45.325Z | Compiling secrecy v0.8.0 |
2098 | 2024-11-01T06:14:45.526Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2099 | 2024-11-01T06:14:45.610Z | Compiling diesel_table_macro_syntax v0.2.0 |
2100 | 2024-11-01T06:14:46.001Z | Compiling packed_struct v0.10.1 |
2101 | 2024-11-01T06:14:46.029Z | Compiling crc-catalog v2.4.0 |
2102 | 2024-11-01T06:14:46.216Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2103 | 2024-11-01T06:14:46.274Z | Compiling funty v2.0.0 |
2104 | 2024-11-01T06:14:46.467Z | Compiling diesel_derives v2.2.3 |
2105 | 2024-11-01T06:14:46.483Z | Compiling crc v3.2.1 |
2106 | 2024-11-01T06:14:47.316Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2107 | 2024-11-01T06:14:47.739Z | Compiling bitvec v1.0.1 |
2108 | 2024-11-01T06:14:48.392Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2109 | 2024-11-01T06:14:48.518Z | Compiling r2d2 v0.8.10 |
2110 | 2024-11-01T06:14:49.154Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2111 | 2024-11-01T06:14:49.193Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2112 | 2024-11-01T06:14:52.280Z | Compiling ascii-canvas v3.0.0 |
2113 | 2024-11-01T06:14:52.745Z | Compiling universal-hash v0.5.1 |
2114 | 2024-11-01T06:14:52.995Z | Compiling thiserror-impl-no-std v2.0.2 |
2115 | 2024-11-01T06:14:53.099Z | Compiling packed_struct_codegen v0.10.1 |
2116 | 2024-11-01T06:14:55.486Z | Compiling lzma-sys v0.1.20 |
2117 | 2024-11-01T06:14:55.585Z | Compiling ena v0.14.3 |
2118 | 2024-11-01T06:14:56.016Z | Compiling indexmap v1.9.3 |
2119 | 2024-11-01T06:14:56.188Z | Compiling libloading v0.8.5 |
2120 | 2024-11-01T06:14:56.352Z | Compiling regex-syntax v0.6.29 |
2121 | 2024-11-01T06:14:56.628Z | Compiling nodrop v0.1.14 |
2122 | 2024-11-01T06:14:56.784Z | Compiling bindgen v0.69.5 |
2123 | 2024-11-01T06:14:57.060Z | Compiling diff v0.1.13 |
2124 | 2024-11-01T06:14:57.213Z | Compiling opaque-debug v0.3.1 |
2125 | 2024-11-01T06:14:57.327Z | Compiling poly1305 v0.8.0 |
2126 | 2024-11-01T06:14:57.580Z | Compiling diesel v2.2.4 |
2127 | 2024-11-01T06:14:58.803Z | Compiling array-init v0.0.4 |
2128 | 2024-11-01T06:15:00.100Z | Compiling lalrpop v0.19.12 |
2129 | 2024-11-01T06:15:05.817Z | Compiling thiserror-no-std v2.0.2 |
2130 | 2024-11-01T06:15:10.464Z | Compiling smallvec v0.6.14 |
2131 | 2024-11-01T06:15:11.280Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2132 | 2024-11-01T06:15:11.576Z | Compiling which v4.4.2 |
2133 | 2024-11-01T06:15:12.070Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2134 | 2024-11-01T06:15:12.342Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2135 | 2024-11-01T06:15:12.383Z | Compiling chacha20 v0.9.1 |
2136 | 2024-11-01T06:15:12.575Z | Compiling heck v0.3.3 |
2137 | 2024-11-01T06:15:12.879Z | Compiling cexpr v0.6.0 |
2138 | 2024-11-01T06:15:12.943Z | Compiling aead v0.5.2 |
2139 | 2024-11-01T06:15:13.305Z | Compiling bitfield v0.14.0 |
2140 | 2024-11-01T06:15:13.607Z | Compiling termcolor v1.4.1 |
2141 | 2024-11-01T06:15:14.407Z | Compiling lazycell v1.3.0 |
2142 | 2024-11-01T06:15:14.595Z | Compiling ref-cast v1.0.23 |
2143 | 2024-11-01T06:15:14.701Z | Compiling hashbrown v0.12.3 |
2144 | 2024-11-01T06:15:15.077Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2145 | 2024-11-01T06:15:15.399Z | Compiling rustc-hash v1.1.0 |
2146 | 2024-11-01T06:15:16.233Z | Compiling env_logger v0.10.2 |
2147 | 2024-11-01T06:15:17.207Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2148 | 2024-11-01T06:15:19.431Z | Compiling chacha20poly1305 v0.10.1 |
2149 | 2024-11-01T06:15:19.680Z | Compiling zone_cfg_derive v0.1.2 |
2150 | 2024-11-01T06:15:21.063Z | Compiling serde-hex v0.1.0 |
2151 | 2024-11-01T06:15:23.689Z | Compiling polar-core v0.27.3 |
2152 | 2024-11-01T06:15:25.015Z | Compiling bzip2 v0.4.4 |
2153 | 2024-11-01T06:15:25.488Z | Compiling vsss-rs v3.3.4 |
2154 | 2024-11-01T06:15:26.685Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2155 | 2024-11-01T06:15:27.028Z | Compiling ron v0.8.1 |
2156 | 2024-11-01T06:15:28.475Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2157 | 2024-11-01T06:15:28.814Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2158 | 2024-11-01T06:15:29.434Z | Compiling derive_builder_core v0.20.2 |
2159 | 2024-11-01T06:15:30.037Z | Compiling hashbrown v0.13.2 |
2160 | 2024-11-01T06:15:31.403Z | Compiling headers-core v0.3.0 |
2161 | 2024-11-01T06:15:31.549Z | Compiling fxhash v0.2.1 |
2162 | 2024-11-01T06:15:31.587Z | Compiling libxml v0.3.3 |
2163 | 2024-11-01T06:15:31.778Z | Compiling ref-cast-impl v1.0.23 |
2164 | 2024-11-01T06:15:31.970Z | Compiling base64 v0.13.1 |
2165 | 2024-11-01T06:15:32.797Z | Compiling crc-any v2.5.0 |
2166 | 2024-11-01T06:15:32.816Z | Compiling ron v0.7.1 |
2167 | 2024-11-01T06:15:32.912Z | Compiling derive_builder_macro v0.20.2 |
2168 | 2024-11-01T06:15:33.045Z | Compiling headers v0.4.0 |
2169 | 2024-11-01T06:15:33.740Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2170 | 2024-11-01T06:15:33.766Z | Compiling object v0.30.4 |
2171 | 2024-11-01T06:15:38.170Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2024-11-01T06:15:38.234Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2173 | 2024-11-01T06:15:38.876Z | Compiling samael v0.0.17 |
2174 | 2024-11-01T06:15:39.799Z | Compiling xz2 v0.1.7 |
2175 | 2024-11-01T06:15:40.388Z | Compiling zip v0.6.6 |
2176 | 2024-11-01T06:15:42.986Z | Compiling zone v0.1.8 |
2177 | 2024-11-01T06:15:46.246Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2178 | 2024-11-01T06:15:46.503Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2179 | 2024-11-01T06:15:48.111Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2180 | 2024-11-01T06:15:48.412Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2181 | 2024-11-01T06:15:48.521Z | Compiling yasna v0.5.2 |
2182 | 2024-11-01T06:15:49.224Z | Compiling phf_generator v0.11.2 |
2183 | 2024-11-01T06:15:49.243Z | Compiling strum_macros v0.24.3 |
2184 | 2024-11-01T06:15:49.408Z | Compiling kstat-rs v0.2.4 |
2185 | 2024-11-01T06:15:50.319Z | Compiling async-recursion v1.1.1 |
2186 | 2024-11-01T06:15:51.701Z | Compiling unicase v2.7.0 |
2187 | 2024-11-01T06:15:51.842Z | Compiling path-slash v0.1.5 |
2188 | 2024-11-01T06:15:51.845Z | Compiling indoc v1.0.9 |
2189 | 2024-11-01T06:15:51.884Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2190 | 2024-11-01T06:15:52.020Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2191 | 2024-11-01T06:15:52.101Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2192 | 2024-11-01T06:15:52.252Z | Compiling rcgen v0.12.1 |
2193 | 2024-11-01T06:15:53.342Z | Compiling phf_codegen v0.11.2 |
2194 | 2024-11-01T06:15:58.620Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2195 | 2024-11-01T06:16:02.267Z | Compiling derive_builder v0.20.2 |
2196 | 2024-11-01T06:16:04.577Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2197 | 2024-11-01T06:16:07.291Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2198 | 2024-11-01T06:16:07.530Z | Compiling http v0.2.12 |
2199 | 2024-11-01T06:16:07.617Z | Compiling impl-trait-for-tuples v0.2.2 |
2200 | 2024-11-01T06:16:11.605Z | Compiling oso-derive v0.27.3 |
2201 | 2024-11-01T06:16:12.212Z | Compiling parse-zoneinfo v0.3.1 |
2202 | 2024-11-01T06:16:12.543Z | Compiling libz-sys v1.1.20 |
2203 | 2024-11-01T06:16:12.632Z | Compiling quick-xml v0.33.0 |
2204 | 2024-11-01T06:16:13.221Z | Compiling subprocess v0.2.9 |
2205 | 2024-11-01T06:16:13.709Z | Compiling diesel-dtrace v0.3.0 |
2206 | 2024-11-01T06:16:13.926Z | Compiling parking_lot_core v0.8.6 |
2207 | 2024-11-01T06:16:14.072Z | Compiling cfg_aliases v0.1.1 |
2208 | 2024-11-01T06:16:14.190Z | Compiling nix v0.28.0 |
2209 | 2024-11-01T06:16:14.463Z | Compiling oso v0.27.3 |
2210 | 2024-11-01T06:16:14.911Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2211 | 2024-11-01T06:16:17.992Z | Compiling chrono-tz-build v0.4.0 |
2212 | 2024-11-01T06:16:19.126Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2213 | 2024-11-01T06:16:20.660Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2214 | 2024-11-01T06:16:22.663Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2215 | 2024-11-01T06:16:25.774Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2216 | 2024-11-01T06:16:25.845Z | Compiling bb8 v0.8.5 |
2217 | 2024-11-01T06:16:26.079Z | Compiling const_format_proc_macros v0.2.33 |
2218 | 2024-11-01T06:16:26.451Z | Compiling vte_generate_state_changes v0.1.2 |
2219 | 2024-11-01T06:16:27.066Z | Compiling buf-list v1.0.3 |
2220 | 2024-11-01T06:16:27.768Z | Compiling vte v0.11.1 |
2221 | 2024-11-01T06:16:27.980Z | Compiling const_format v0.2.33 |
2222 | 2024-11-01T06:16:29.175Z | Compiling async-bb8-diesel v0.2.1 |
2223 | 2024-11-01T06:16:29.253Z | Compiling chrono-tz v0.10.0 |
2224 | 2024-11-01T06:16:30.379Z | Compiling http-body v0.4.6 |
2225 | 2024-11-01T06:16:30.848Z | Compiling h2 v0.3.26 |
2226 | 2024-11-01T06:16:31.107Z | Compiling fd-lock v4.0.2 |
2227 | 2024-11-01T06:16:31.348Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2228 | 2024-11-01T06:16:31.672Z | Compiling pin-project-internal v1.1.6 |
2229 | 2024-11-01T06:16:32.114Z | Compiling atty v0.2.14 |
2230 | 2024-11-01T06:16:32.286Z | Compiling bytecount v0.6.8 |
2231 | 2024-11-01T06:16:32.611Z | Compiling salty v0.3.0 |
2232 | 2024-11-01T06:16:33.072Z | Compiling papergrid v0.11.0 |
2233 | 2024-11-01T06:16:34.303Z | Compiling pin-project v1.1.6 |
2234 | 2024-11-01T06:16:46.072Z | Compiling hyper v0.14.30 |
2235 | 2024-11-01T06:16:50.645Z | Compiling parking_lot v0.11.2 |
2236 | 2024-11-01T06:16:59.301Z | Compiling strip-ansi-escapes v0.2.0 |
2237 | 2024-11-01T06:17:00.158Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2238 | 2024-11-01T06:17:00.550Z | Compiling tabled_derive v0.7.0 |
2239 | 2024-11-01T06:17:00.736Z | Compiling peg-macros v0.8.4 |
2240 | 2024-11-01T06:17:02.639Z | Compiling snafu-derive v0.8.5 |
2241 | 2024-11-01T06:17:03.834Z | Compiling sqlparser_derive v0.2.2 |
2242 | 2024-11-01T06:17:03.891Z | Compiling nu-ansi-term v0.50.1 |
2243 | 2024-11-01T06:17:04.966Z | Compiling unicode_categories v0.1.1 |
2244 | 2024-11-01T06:17:05.090Z | Compiling sync_wrapper v0.1.2 |
2245 | 2024-11-01T06:17:05.171Z | Compiling rustyline v14.0.0 |
2246 | 2024-11-01T06:17:05.249Z | Compiling sqlformat v0.2.6 |
2247 | 2024-11-01T06:17:05.316Z | Compiling reqwest v0.11.27 |
2248 | 2024-11-01T06:17:06.646Z | Compiling sqlparser v0.45.0 |
2249 | 2024-11-01T06:17:06.795Z | Compiling reedline v0.35.0 |
2250 | 2024-11-01T06:17:06.910Z | Compiling snafu v0.8.5 |
2251 | 2024-11-01T06:17:08.207Z | Compiling peg v0.8.4 |
2252 | 2024-11-01T06:17:08.300Z | Compiling tabled v0.15.0 |
2253 | 2024-11-01T06:17:17.560Z | Compiling sled v0.34.7 |
2254 | 2024-11-01T06:17:28.508Z | Compiling mime_guess v2.0.5 |
2255 | 2024-11-01T06:17:29.817Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2256 | 2024-11-01T06:17:30.080Z | Compiling hickory-client v0.24.1 |
2257 | 2024-11-01T06:17:31.958Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2258 | 2024-11-01T06:17:35.485Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2259 | 2024-11-01T06:17:38.961Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2260 | 2024-11-01T06:17:41.527Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2261 | 2024-11-01T06:17:42.655Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2262 | 2024-11-01T06:17:44.232Z | Compiling globset v0.4.15 |
2263 | 2024-11-01T06:17:50.462Z | Compiling hickory-server v0.24.1 |
2264 | 2024-11-01T06:17:51.515Z | Compiling primeorder v0.13.6 |
2265 | 2024-11-01T06:17:51.692Z | Compiling olpc-cjson v0.1.4 |
2266 | 2024-11-01T06:17:52.032Z | Compiling vergen v8.3.2 |
2267 | 2024-11-01T06:17:52.116Z | Compiling bcs v0.1.6 |
2268 | 2024-11-01T06:17:52.347Z | Compiling env_filter v0.1.2 |
2269 | 2024-11-01T06:17:53.059Z | Compiling serde_plain v1.0.2 |
2270 | 2024-11-01T06:17:53.376Z | Compiling cargo-platform v0.1.8 |
2271 | 2024-11-01T06:17:53.606Z | Compiling nanorand v0.7.0 |
2272 | 2024-11-01T06:17:53.888Z | Compiling memoffset v0.9.1 |
2273 | 2024-11-01T06:17:53.941Z | Compiling typed-path v0.7.1 |
2274 | 2024-11-01T06:17:54.323Z | Compiling flume v0.11.0 |
2275 | 2024-11-01T06:17:54.396Z | Compiling cargo_metadata v0.18.1 |
2276 | 2024-11-01T06:17:55.116Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2277 | 2024-11-01T06:17:57.554Z | Compiling tough v0.17.1 |
2278 | 2024-11-01T06:17:59.435Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2279 | 2024-11-01T06:18:00.534Z | Compiling env_logger v0.11.5 |
2280 | 2024-11-01T06:18:01.975Z | Compiling p384 v0.13.0 |
2281 | 2024-11-01T06:18:02.326Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2282 | 2024-11-01T06:18:07.028Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2283 | 2024-11-01T06:18:09.654Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2284 | 2024-11-01T06:18:10.926Z | Compiling git2 v0.19.0 |
2285 | 2024-11-01T06:18:12.059Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2286 | 2024-11-01T06:18:18.599Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2287 | 2024-11-01T06:18:18.729Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2288 | 2024-11-01T06:18:18.938Z | Compiling rand_seeder v0.3.0 |
2289 | 2024-11-01T06:18:19.340Z | Compiling libsqlite3-sys v0.30.1 |
2290 | 2024-11-01T06:18:19.879Z | Compiling rustls v0.21.12 |
2291 | 2024-11-01T06:18:19.939Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2292 | 2024-11-01T06:18:20.187Z | Compiling parse-size v1.1.0 |
2293 | 2024-11-01T06:18:20.274Z | Compiling cfg_aliases v0.2.1 |
2294 | 2024-11-01T06:18:20.403Z | Compiling nix v0.29.0 |
2295 | 2024-11-01T06:18:20.519Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2296 | 2024-11-01T06:18:21.374Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2297 | 2024-11-01T06:18:21.656Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2298 | 2024-11-01T06:18:23.319Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2299 | 2024-11-01T06:18:24.066Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2300 | 2024-11-01T06:18:24.202Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2301 | 2024-11-01T06:18:24.530Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2302 | 2024-11-01T06:18:24.813Z | Compiling sct v0.7.1 |
2303 | 2024-11-01T06:18:25.320Z | Compiling rustls-webpki v0.101.7 |
2304 | 2024-11-01T06:18:28.070Z | Compiling castaway v0.2.3 |
2305 | 2024-11-01T06:18:28.284Z | Compiling csv-core v0.1.11 |
2306 | 2024-11-01T06:18:28.710Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2307 | 2024-11-01T06:18:29.152Z | Compiling http-range v0.1.5 |
2308 | 2024-11-01T06:18:29.242Z | Compiling csv v1.3.0 |
2309 | 2024-11-01T06:18:29.734Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2310 | 2024-11-01T06:18:31.059Z | Compiling hyper-staticfile v0.10.1 |
2311 | 2024-11-01T06:18:31.347Z | Compiling compact_str v0.8.0 |
2312 | 2024-11-01T06:18:34.002Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2313 | 2024-11-01T06:18:34.078Z | Compiling nix v0.27.1 |
2314 | 2024-11-01T06:18:36.442Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2315 | 2024-11-01T06:18:36.978Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2316 | 2024-11-01T06:18:39.918Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2317 | 2024-11-01T06:18:44.283Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2318 | 2024-11-01T06:18:48.543Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2319 | 2024-11-01T06:18:49.056Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2320 | 2024-11-01T06:18:49.530Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2321 | 2024-11-01T06:18:49.864Z | Compiling unicode-truncate v1.1.0 |
2322 | 2024-11-01T06:18:50.159Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2323 | 2024-11-01T06:18:50.485Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2324 | 2024-11-01T06:18:50.810Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2325 | 2024-11-01T06:18:55.945Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2326 | 2024-11-01T06:18:57.859Z | Compiling hashlink v0.9.1 |
2327 | 2024-11-01T06:18:57.954Z | Compiling tungstenite v0.23.0 |
2328 | 2024-11-01T06:18:58.215Z | Compiling lru v0.12.5 |
2329 | 2024-11-01T06:18:58.586Z | Compiling instability v0.3.2 |
2330 | 2024-11-01T06:18:58.675Z | Compiling fallible-iterator v0.3.0 |
2331 | 2024-11-01T06:18:58.820Z | Compiling cassowary v0.3.0 |
2332 | 2024-11-01T06:18:59.488Z | Compiling fallible-streaming-iterator v0.1.9 |
2333 | 2024-11-01T06:18:59.605Z | Compiling ratatui v0.28.1 |
2334 | 2024-11-01T06:18:59.789Z | Compiling rusqlite v0.32.1 |
2335 | 2024-11-01T06:19:02.434Z | Compiling tokio-tungstenite v0.23.1 |
2336 | 2024-11-01T06:19:03.110Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2337 | 2024-11-01T06:19:06.229Z | Compiling tokio-rustls v0.24.1 |
2338 | 2024-11-01T06:19:06.690Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2339 | 2024-11-01T06:19:18.538Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2340 | 2024-11-01T06:19:21.763Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2341 | 2024-11-01T06:19:23.407Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2342 | 2024-11-01T06:19:24.777Z | Compiling rustls-pemfile v1.0.4 |
2343 | 2024-11-01T06:19:25.547Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2344 | 2024-11-01T06:19:25.888Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2345 | 2024-11-01T06:19:27.282Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2346 | 2024-11-01T06:19:27.460Z | Compiling signal-hook-tokio v0.3.1 |
2347 | 2024-11-01T06:19:27.695Z | Compiling twox-hash v1.6.3 |
2348 | 2024-11-01T06:19:28.790Z | Compiling smawk v0.3.2 |
2349 | 2024-11-01T06:19:28.811Z | Compiling is_ci v1.2.0 |
2350 | 2024-11-01T06:19:29.094Z | Compiling unicode-linebreak v0.1.5 |
2351 | 2024-11-01T06:19:29.136Z | Compiling supports-color v3.0.1 |
2352 | 2024-11-01T06:19:29.550Z | Compiling textwrap v0.16.1 |
2353 | 2024-11-01T06:19:30.881Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2354 | 2024-11-01T06:19:33.067Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2355 | 2024-11-01T06:19:40.761Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2356 | 2024-11-01T06:19:41.950Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2357 | 2024-11-01T06:19:46.865Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2358 | 2024-11-01T06:19:53.265Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2359 | 2024-11-01T06:19:53.862Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2360 | 2024-11-01T06:20:00.147Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2361 | 2024-11-01T06:20:07.074Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2362 | 2024-11-01T06:20:07.413Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2363 | 2024-11-01T06:20:12.564Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2364 | 2024-11-01T06:20:12.731Z | Compiling fatfs v0.3.6 |
2365 | 2024-11-01T06:20:14.051Z | Compiling rtoolbox v0.0.2 |
2366 | 2024-11-01T06:20:14.620Z | Compiling assert_matches v1.5.0 |
2367 | 2024-11-01T06:20:15.576Z | Compiling rpassword v7.3.1 |
2368 | 2024-11-01T06:20:16.031Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2369 | 2024-11-01T06:20:21.889Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2370 | 2024-11-01T06:20:25.501Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2371 | 2024-11-01T06:20:30.677Z | Compiling tui-tree-widget v0.22.0 |
2372 | 2024-11-01T06:20:31.129Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2373 | 2024-11-01T06:20:32.667Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2374 | 2024-11-01T06:20:46.260Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2375 | 2024-11-01T06:20:46.350Z | Compiling uzers v0.12.1 |
2376 | 2024-11-01T06:20:46.591Z | Compiling shell-words v1.1.0 |
2377 | 2024-11-01T06:20:47.101Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2378 | 2024-11-01T06:20:49.049Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2379 | 2024-11-01T06:20:49.486Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2380 | 2024-11-01T06:21:15.660Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2381 | 2024-11-01T06:21:20.049Z | Compiling multimap v0.10.0 |
2382 | 2024-11-01T06:23:25.378Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2383 | 2024-11-01T06:23:42.928Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2384 | 2024-11-01T06:32:12.706Z | Finished `release` profile [optimized] target(s) in 18m 12s |
2385 | 2024-11-01T06:33:10.440Z | |
2386 | 2024-11-01T06:33:10.443Z | real 19:11.052507601 |
2387 | 2024-11-01T06:33:10.443Z | user 2:04:50.287130673 |
2388 | 2024-11-01T06:33:10.443Z | sys 5:49.216657797 |
2389 | 2024-11-01T06:33:10.443Z | trap 2.891488589 |
2390 | 2024-11-01T06:33:10.443Z | tflt 3.240557625 |
2391 | 2024-11-01T06:33:10.443Z | dflt 5.084892930 |
2392 | 2024-11-01T06:33:10.443Z | kflt 0.083685353 |
2393 | 2024-11-01T06:33:10.443Z | lock 7:27:56.185320355 |
2394 | 2024-11-01T06:33:10.443Z | slp 6:14:22.832052297 |
2395 | 2024-11-01T06:33:10.443Z | lat 2:59.958165478 |
2396 | 2024-11-01T06:33:10.443Z | stop 2:39.251142333 |
2397 | 2024-11-01T06:33:10.444Z | + mapfile -t packages |
2398 | 2024-11-01T06:33:10.444Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2399 | 2024-11-01T06:33:11.405Z | Finished `release` profile [optimized] target(s) in 0.91s |
2400 | 2024-11-01T06:33:11.459Z | Running `target/release/omicron-package -t test list-outputs` |
2401 | 2024-11-01T06:33:11.502Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2402 | 2024-11-01T06:33:11.505Z | + ptime -m cargo build --locked --release -p xtask |
2403 | 2024-11-01T06:33:12.041Z | Compiling serde v1.0.210 |
2404 | 2024-11-01T06:33:12.044Z | Compiling libc v0.2.161 |
2405 | 2024-11-01T06:33:12.044Z | Compiling serde_json v1.0.128 |
2406 | 2024-11-01T06:33:12.044Z | Compiling rustix v0.38.37 |
2407 | 2024-11-01T06:33:12.044Z | Compiling syn v2.0.79 |
2408 | 2024-11-01T06:33:12.129Z | Compiling bitflags v2.6.0 |
2409 | 2024-11-01T06:33:12.494Z | Compiling usdt-impl v0.5.0 |
2410 | 2024-11-01T06:33:12.541Z | Compiling syn v1.0.109 |
2411 | 2024-11-01T06:33:12.601Z | Compiling hashbrown v0.15.0 |
2412 | 2024-11-01T06:33:12.624Z | Compiling log v0.4.22 |
2413 | 2024-11-01T06:33:12.640Z | Compiling fs-err v2.11.0 |
2414 | 2024-11-01T06:33:12.979Z | Compiling anyhow v1.0.92 |
2415 | 2024-11-01T06:33:13.078Z | Compiling once_cell v1.20.2 |
2416 | 2024-11-01T06:33:13.571Z | Compiling thread-id v4.2.2 |
2417 | 2024-11-01T06:33:13.904Z | Compiling indexmap v2.6.0 |
2418 | 2024-11-01T06:33:15.015Z | Compiling terminal_size v0.4.0 |
2419 | 2024-11-01T06:33:15.015Z | Compiling tempfile v3.13.0 |
2420 | 2024-11-01T06:33:15.251Z | Compiling clap_builder v4.5.20 |
2421 | 2024-11-01T06:33:15.862Z | Compiling proc-macro-error v1.0.4 |
2422 | 2024-11-01T06:33:16.990Z | Compiling tabled_derive v0.7.0 |
2423 | 2024-11-01T06:33:18.239Z | Compiling tabled v0.15.0 |
2424 | 2024-11-01T06:33:19.338Z | Compiling serde_derive v1.0.210 |
2425 | 2024-11-01T06:33:20.581Z | Compiling thiserror-impl v1.0.64 |
2426 | 2024-11-01T06:33:21.151Z | Compiling zerocopy-derive v0.7.35 |
2427 | 2024-11-01T06:33:23.030Z | Compiling zerocopy v0.7.35 |
2428 | 2024-11-01T06:33:23.266Z | Compiling thiserror v1.0.64 |
2429 | 2024-11-01T06:33:23.440Z | Compiling pest v2.7.14 |
2430 | 2024-11-01T06:33:24.536Z | Compiling scroll_derive v0.12.0 |
2431 | 2024-11-01T06:33:25.917Z | Compiling scroll v0.12.0 |
2432 | 2024-11-01T06:33:26.591Z | Compiling pest_meta v2.7.14 |
2433 | 2024-11-01T06:33:28.640Z | Compiling pest_generator v2.7.14 |
2434 | 2024-11-01T06:33:30.419Z | Compiling goblin v0.8.2 |
2435 | 2024-11-01T06:33:30.516Z | Compiling pest_derive v2.7.14 |
2436 | 2024-11-01T06:33:31.276Z | Compiling dtrace-parser v0.2.0 |
2437 | 2024-11-01T06:33:32.907Z | Compiling serde_tokenstream v0.2.2 |
2438 | 2024-11-01T06:33:33.507Z | Compiling serde_spanned v0.6.8 |
2439 | 2024-11-01T06:33:33.788Z | Compiling toml_datetime v0.6.8 |
2440 | 2024-11-01T06:33:35.292Z | Compiling dof v0.3.0 |
2441 | 2024-11-01T06:33:36.266Z | Compiling toml_edit v0.22.22 |
2442 | 2024-11-01T06:33:37.515Z | Compiling camino v1.1.9 |
2443 | 2024-11-01T06:33:39.403Z | Compiling usdt-attr-macro v0.5.0 |
2444 | 2024-11-01T06:33:40.135Z | Compiling toml v0.8.19 |
2445 | 2024-11-01T06:33:40.771Z | Compiling usdt-macro v0.5.0 |
2446 | 2024-11-01T06:33:41.329Z | Compiling semver v1.0.23 |
2447 | 2024-11-01T06:33:41.988Z | Compiling cargo-platform v0.1.8 |
2448 | 2024-11-01T06:33:42.419Z | Compiling clap_derive v4.5.18 |
2449 | 2024-11-01T06:33:42.761Z | Compiling cargo_metadata v0.18.1 |
2450 | 2024-11-01T06:33:43.080Z | Compiling usdt v0.5.0 |
2451 | 2024-11-01T06:33:44.492Z | Compiling cargo_toml v0.20.5 |
2452 | 2024-11-01T06:33:46.143Z | Compiling camino-tempfile v1.1.1 |
2453 | 2024-11-01T06:33:46.226Z | Compiling macaddr v1.0.1 |
2454 | 2024-11-01T06:33:46.676Z | Compiling clap v4.5.20 |
2455 | 2024-11-01T06:33:56.138Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2456 | 2024-11-01T06:34:07.567Z | Finished `release` profile [optimized] target(s) in 56.00s |
2457 | 2024-11-01T06:34:07.689Z | |
2458 | 2024-11-01T06:34:07.689Z | real 56.151827975 |
2459 | 2024-11-01T06:34:07.689Z | user 5:38.297079684 |
2460 | 2024-11-01T06:34:07.689Z | sys 30.358408420 |
2461 | 2024-11-01T06:34:07.689Z | trap 0.145866621 |
2462 | 2024-11-01T06:34:07.689Z | tflt 0.301969057 |
2463 | 2024-11-01T06:34:07.689Z | dflt 0.590834247 |
2464 | 2024-11-01T06:34:07.689Z | kflt 0.000000000 |
2465 | 2024-11-01T06:34:07.692Z | lock 9:55.845727163 |
2466 | 2024-11-01T06:34:07.692Z | slp 15:21.044923607 |
2467 | 2024-11-01T06:34:07.692Z | lat 12.764537009 |
2468 | 2024-11-01T06:34:07.692Z | stop 14.872416927 |
2469 | 2024-11-01T06:34:07.692Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2470 | 2024-11-01T06:34:07.692Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2471 | 2024-11-01T06:34:07.693Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2472 | 2024-11-01T06:34:07.693Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2473 | 2024-11-01T06:34:07.693Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2474 | 2024-11-01T06:34:08.537Z | Compiling hashbrown v0.14.5 |
2475 | 2024-11-01T06:34:08.659Z | Compiling unsafe-libyaml v0.2.11 |
2476 | 2024-11-01T06:34:08.672Z | Compiling progenitor-client v0.8.0 |
2477 | 2024-11-01T06:34:08.675Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2478 | 2024-11-01T06:34:08.675Z | Compiling ident_case v1.0.1 |
2479 | 2024-11-01T06:34:08.675Z | Compiling ipnetwork v0.20.0 |
2480 | 2024-11-01T06:34:08.675Z | Compiling instant v0.1.13 |
2481 | 2024-11-01T06:34:08.675Z | Compiling structmeta-derive v0.3.0 |
2482 | 2024-11-01T06:34:08.836Z | Compiling darling_core v0.20.10 |
2483 | 2024-11-01T06:34:08.861Z | Compiling newtype-uuid v1.1.2 |
2484 | 2024-11-01T06:34:09.155Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2485 | 2024-11-01T06:34:09.191Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2486 | 2024-11-01T06:34:09.545Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2487 | 2024-11-01T06:34:09.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2488 | 2024-11-01T06:34:09.886Z | Compiling regress v0.10.1 |
2489 | 2024-11-01T06:34:09.943Z | Compiling serde_yaml v0.9.34+deprecated |
2490 | 2024-11-01T06:34:09.965Z | Compiling regress v0.9.1 |
2491 | 2024-11-01T06:34:09.982Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2492 | 2024-11-01T06:34:10.152Z | Compiling backoff v0.4.0 |
2493 | 2024-11-01T06:34:10.356Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2494 | 2024-11-01T06:34:10.498Z | Compiling macaddr v1.0.1 |
2495 | 2024-11-01T06:34:10.502Z | Compiling tempfile v3.13.0 |
2496 | 2024-11-01T06:34:10.531Z | Compiling proc-macro-crate v1.3.1 |
2497 | 2024-11-01T06:34:10.946Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2498 | 2024-11-01T06:34:11.356Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2499 | 2024-11-01T06:34:11.372Z | Compiling foreign-types-macros v0.2.3 |
2500 | 2024-11-01T06:34:11.484Z | Compiling structmeta v0.3.0 |
2501 | 2024-11-01T06:34:11.545Z | Compiling num_enum_derive v0.5.11 |
2502 | 2024-11-01T06:34:11.672Z | Compiling foreign-types-shared v0.3.1 |
2503 | 2024-11-01T06:34:11.797Z | Compiling heapless v0.8.0 |
2504 | 2024-11-01T06:34:11.884Z | Compiling parse-display-derive v0.10.0 |
2505 | 2024-11-01T06:34:12.631Z | Compiling foreign-types v0.5.0 |
2506 | 2024-11-01T06:34:12.751Z | Compiling proc-macro-error v1.0.4 |
2507 | 2024-11-01T06:34:13.056Z | Compiling camino-tempfile v1.1.1 |
2508 | 2024-11-01T06:34:13.408Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2509 | 2024-11-01T06:34:13.522Z | Compiling typify-impl v0.2.0 |
2510 | 2024-11-01T06:34:13.962Z | Compiling hash32 v0.3.1 |
2511 | 2024-11-01T06:34:14.027Z | Compiling num_enum v0.5.11 |
2512 | 2024-11-01T06:34:14.196Z | Compiling cstr-argument v0.1.2 |
2513 | 2024-11-01T06:34:14.213Z | Compiling pretty-hex v0.2.1 |
2514 | 2024-11-01T06:34:14.298Z | Compiling smoltcp v0.11.0 |
2515 | 2024-11-01T06:34:14.407Z | Compiling crucible-workspace-hack v0.1.0 |
2516 | 2024-11-01T06:34:14.460Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2517 | 2024-11-01T06:34:14.726Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2518 | 2024-11-01T06:34:14.769Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2519 | 2024-11-01T06:34:14.960Z | Compiling tabwriter v1.4.0 |
2520 | 2024-11-01T06:34:15.041Z | Compiling colored v2.1.0 |
2521 | 2024-11-01T06:34:15.064Z | Compiling cobs v0.2.3 |
2522 | 2024-11-01T06:34:15.188Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2523 | 2024-11-01T06:34:15.232Z | Compiling darling_macro v0.20.10 |
2524 | 2024-11-01T06:34:15.355Z | Compiling postcard v1.0.10 |
2525 | 2024-11-01T06:34:15.456Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2526 | 2024-11-01T06:34:15.556Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2527 | 2024-11-01T06:34:15.628Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2528 | 2024-11-01T06:34:15.751Z | Compiling smf v0.2.3 |
2529 | 2024-11-01T06:34:16.004Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2530 | 2024-11-01T06:34:16.135Z | Compiling darling v0.20.10 |
2531 | 2024-11-01T06:34:16.192Z | Compiling parse-display v0.10.0 |
2532 | 2024-11-01T06:34:16.259Z | Compiling serde_with_macros v3.11.0 |
2533 | 2024-11-01T06:34:16.337Z | Compiling zone_cfg_derive v0.3.0 |
2534 | 2024-11-01T06:34:16.411Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2535 | 2024-11-01T06:34:16.857Z | Compiling num-derive v0.4.2 |
2536 | 2024-11-01T06:34:16.877Z | Compiling sigpipe v0.1.3 |
2537 | 2024-11-01T06:34:17.006Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2538 | 2024-11-01T06:34:17.055Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2539 | 2024-11-01T06:34:17.342Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2540 | 2024-11-01T06:34:17.745Z | Compiling zone v0.3.0 |
2541 | 2024-11-01T06:34:17.793Z | Compiling universal-hash v0.5.1 |
2542 | 2024-11-01T06:34:18.008Z | Compiling opaque-debug v0.3.1 |
2543 | 2024-11-01T06:34:18.113Z | Compiling num-rational v0.4.2 |
2544 | 2024-11-01T06:34:18.128Z | Compiling password-hash v0.5.0 |
2545 | 2024-11-01T06:34:19.080Z | Compiling serde_with v3.11.0 |
2546 | 2024-11-01T06:34:19.174Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2547 | 2024-11-01T06:34:19.205Z | Compiling blake2 v0.10.6 |
2548 | 2024-11-01T06:34:19.314Z | Compiling num-complex v0.4.6 |
2549 | 2024-11-01T06:34:19.838Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2550 | 2024-11-01T06:34:20.074Z | Compiling aead v0.5.2 |
2551 | 2024-11-01T06:34:20.098Z | Compiling convert_case v0.4.0 |
2552 | 2024-11-01T06:34:20.406Z | Compiling keccak v0.1.5 |
2553 | 2024-11-01T06:34:20.466Z | Compiling num v0.4.3 |
2554 | 2024-11-01T06:34:20.583Z | Compiling argon2 v0.5.3 |
2555 | 2024-11-01T06:34:20.586Z | Compiling poly1305 v0.8.0 |
2556 | 2024-11-01T06:34:21.052Z | Compiling sha3 v0.10.8 |
2557 | 2024-11-01T06:34:21.055Z | Compiling derive_more v0.99.18 |
2558 | 2024-11-01T06:34:21.775Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2559 | 2024-11-01T06:34:21.843Z | Compiling tungstenite v0.21.0 |
2560 | 2024-11-01T06:34:22.150Z | Compiling chacha20 v0.9.1 |
2561 | 2024-11-01T06:34:22.310Z | Compiling float-ord v0.3.2 |
2562 | 2024-11-01T06:34:22.506Z | Compiling base64 v0.21.7 |
2563 | 2024-11-01T06:34:22.616Z | Compiling semver v0.1.20 |
2564 | 2024-11-01T06:34:23.113Z | Compiling tokio-tungstenite v0.21.0 |
2565 | 2024-11-01T06:34:23.243Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2566 | 2024-11-01T06:34:23.279Z | Compiling same-file v1.0.6 |
2567 | 2024-11-01T06:34:23.438Z | Compiling rustc_version v0.1.7 |
2568 | 2024-11-01T06:34:23.576Z | Compiling walkdir v2.5.0 |
2569 | 2024-11-01T06:34:23.679Z | Compiling newline-converter v0.3.0 |
2570 | 2024-11-01T06:34:23.725Z | Compiling primeorder v0.13.6 |
2571 | 2024-11-01T06:34:23.862Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2572 | 2024-11-01T06:34:23.927Z | Compiling secrecy v0.8.0 |
2573 | 2024-11-01T06:34:23.960Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2574 | 2024-11-01T06:34:24.064Z | Compiling prettyplease v0.2.22 |
2575 | 2024-11-01T06:34:24.230Z | Compiling owo-colors v4.1.0 |
2576 | 2024-11-01T06:34:24.263Z | Compiling cancel-safe-futures v0.1.5 |
2577 | 2024-11-01T06:34:24.342Z | Compiling home v0.5.9 |
2578 | 2024-11-01T06:34:24.408Z | Compiling newtype_derive v0.1.6 |
2579 | 2024-11-01T06:34:24.574Z | Compiling expectorate v1.1.0 |
2580 | 2024-11-01T06:34:24.634Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2581 | 2024-11-01T06:34:24.682Z | Compiling thiserror-impl-no-std v2.0.2 |
2582 | 2024-11-01T06:34:24.717Z | Compiling blake3 v1.5.4 |
2583 | 2024-11-01T06:34:24.770Z | Compiling ring v0.16.20 |
2584 | 2024-11-01T06:34:24.795Z | Compiling unicase v2.7.0 |
2585 | 2024-11-01T06:34:24.964Z | Compiling half v2.4.1 |
2586 | 2024-11-01T06:34:25.113Z | Compiling ciborium-io v0.2.2 |
2587 | 2024-11-01T06:34:25.135Z | Compiling arc-swap v1.7.1 |
2588 | 2024-11-01T06:34:25.464Z | Compiling ciborium-ll v0.2.2 |
2589 | 2024-11-01T06:34:25.543Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2590 | 2024-11-01T06:34:25.738Z | Compiling slog-scope v4.4.0 |
2591 | 2024-11-01T06:34:26.244Z | Compiling polyval v0.6.2 |
2592 | 2024-11-01T06:34:26.476Z | Compiling atomicwrites v0.4.4 |
2593 | 2024-11-01T06:34:26.703Z | Compiling libsw v3.3.1 |
2594 | 2024-11-01T06:34:26.827Z | Compiling memmap2 v0.9.5 |
2595 | 2024-11-01T06:34:27.029Z | Compiling constant_time_eq v0.3.1 |
2596 | 2024-11-01T06:34:27.220Z | Compiling arrayref v0.3.9 |
2597 | 2024-11-01T06:34:27.291Z | Compiling spin v0.5.2 |
2598 | 2024-11-01T06:34:27.333Z | Compiling indent_write v2.2.0 |
2599 | 2024-11-01T06:34:27.548Z | Compiling linear-map v1.2.0 |
2600 | 2024-11-01T06:34:27.566Z | Compiling libefi-sys v0.1.0 |
2601 | 2024-11-01T06:34:27.742Z | Compiling thiserror-no-std v2.0.2 |
2602 | 2024-11-01T06:34:27.854Z | Compiling parking_lot_core v0.8.6 |
2603 | 2024-11-01T06:34:27.871Z | Compiling untrusted v0.7.1 |
2604 | 2024-11-01T06:34:27.915Z | Compiling salty v0.3.0 |
2605 | 2024-11-01T06:34:28.062Z | Compiling arrayvec v0.7.6 |
2606 | 2024-11-01T06:34:28.215Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2607 | 2024-11-01T06:34:28.388Z | Compiling vsss-rs v3.3.4 |
2608 | 2024-11-01T06:34:28.404Z | Compiling ghash v0.5.1 |
2609 | 2024-11-01T06:34:28.421Z | Compiling slog-stdlog v4.1.1 |
2610 | 2024-11-01T06:34:28.792Z | Compiling ciborium v0.2.2 |
2611 | 2024-11-01T06:34:29.261Z | Compiling toolchain_find v0.4.0 |
2612 | 2024-11-01T06:34:29.323Z | Compiling p384 v0.13.0 |
2613 | 2024-11-01T06:34:29.662Z | Compiling typify-macro v0.2.0 |
2614 | 2024-11-01T06:34:29.745Z | Compiling chacha20poly1305 v0.10.1 |
2615 | 2024-11-01T06:34:29.933Z | Compiling itertools v0.13.0 |
2616 | 2024-11-01T06:34:29.969Z | Compiling lzma-sys v0.1.20 |
2617 | 2024-11-01T06:34:30.242Z | Compiling ctr v0.9.2 |
2618 | 2024-11-01T06:34:30.602Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2619 | 2024-11-01T06:34:30.734Z | Compiling bitfield-struct v0.6.2 |
2620 | 2024-11-01T06:34:30.853Z | Compiling slog-dtrace v0.3.0 |
2621 | 2024-11-01T06:34:31.028Z | Compiling topological-sort v0.2.2 |
2622 | 2024-11-01T06:34:31.180Z | Compiling highway v1.2.0 |
2623 | 2024-11-01T06:34:31.256Z | Compiling omicron-zone-package v0.11.1 |
2624 | 2024-11-01T06:34:32.166Z | Compiling aes-gcm v0.10.3 |
2625 | 2024-11-01T06:34:32.184Z | Compiling rustfmt-wrapper v0.2.1 |
2626 | 2024-11-01T06:34:32.217Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-11-01T06:34:32.234Z | Compiling mime_guess v2.0.5 |
2628 | 2024-11-01T06:34:32.461Z | Compiling steno v0.4.1 |
2629 | 2024-11-01T06:34:32.774Z | Compiling slog-envlogger v2.2.0 |
2630 | 2024-11-01T06:34:33.404Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2631 | 2024-11-01T06:34:33.501Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2632 | 2024-11-01T06:34:33.531Z | Compiling heck v0.3.3 |
2633 | 2024-11-01T06:34:33.894Z | Compiling typify v0.2.0 |
2634 | 2024-11-01T06:34:33.895Z | Compiling ssh-encoding v0.2.0 |
2635 | 2024-11-01T06:34:33.940Z | Compiling blowfish v0.9.1 |
2636 | 2024-11-01T06:34:33.998Z | Compiling nibble_vec v0.1.0 |
2637 | 2024-11-01T06:34:34.060Z | Compiling progenitor-impl v0.8.0 |
2638 | 2024-11-01T06:34:34.089Z | Compiling env_filter v0.1.2 |
2639 | 2024-11-01T06:34:34.232Z | Compiling humantime v2.1.0 |
2640 | 2024-11-01T06:34:34.417Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2641 | 2024-11-01T06:34:34.434Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2642 | 2024-11-01T06:34:34.700Z | Compiling endian-type v0.1.2 |
2643 | 2024-11-01T06:34:34.718Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2644 | 2024-11-01T06:34:34.779Z | Compiling env_logger v0.11.5 |
2645 | 2024-11-01T06:34:34.795Z | Compiling ssh-cipher v0.2.0 |
2646 | 2024-11-01T06:34:34.809Z | Compiling bcrypt-pbkdf v0.10.0 |
2647 | 2024-11-01T06:34:34.835Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2648 | 2024-11-01T06:34:34.928Z | Compiling radix_trie v0.2.1 |
2649 | 2024-11-01T06:34:35.434Z | Compiling zone_cfg_derive v0.1.2 |
2650 | 2024-11-01T06:34:35.644Z | Compiling parking_lot v0.11.2 |
2651 | 2024-11-01T06:34:35.782Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2652 | 2024-11-01T06:34:36.040Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2653 | 2024-11-01T06:34:36.530Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2654 | 2024-11-01T06:34:36.556Z | Compiling gethostname v0.5.0 |
2655 | 2024-11-01T06:34:36.761Z | Compiling password-hash v0.4.2 |
2656 | 2024-11-01T06:34:36.763Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2657 | 2024-11-01T06:34:36.927Z | Compiling fxhash v0.2.1 |
2658 | 2024-11-01T06:34:36.945Z | Compiling base64 v0.13.1 |
2659 | 2024-11-01T06:34:37.058Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2660 | 2024-11-01T06:34:37.119Z | Compiling matches v0.1.10 |
2661 | 2024-11-01T06:34:37.138Z | Compiling sled v0.34.7 |
2662 | 2024-11-01T06:34:37.230Z | Compiling pbkdf2 v0.11.0 |
2663 | 2024-11-01T06:34:37.380Z | Compiling ron v0.7.1 |
2664 | 2024-11-01T06:34:37.427Z | Compiling idna v0.2.3 |
2665 | 2024-11-01T06:34:37.522Z | Compiling zone v0.1.8 |
2666 | 2024-11-01T06:34:37.599Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2667 | 2024-11-01T06:34:37.647Z | Compiling xz2 v0.1.7 |
2668 | 2024-11-01T06:34:38.162Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2669 | 2024-11-01T06:34:39.082Z | Compiling hickory-client v0.24.1 |
2670 | 2024-11-01T06:34:39.141Z | Compiling ssh-key v0.6.6 |
2671 | 2024-11-01T06:34:39.579Z | Compiling p256 v0.13.2 |
2672 | 2024-11-01T06:34:39.774Z | Compiling p521 v0.13.3 |
2673 | 2024-11-01T06:34:39.777Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2674 | 2024-11-01T06:34:40.468Z | Compiling hickory-server v0.24.1 |
2675 | 2024-11-01T06:34:40.493Z | Compiling enum-as-inner v0.5.1 |
2676 | 2024-11-01T06:34:40.912Z | Compiling pem v3.0.4 |
2677 | 2024-11-01T06:34:41.525Z | Compiling yasna v0.5.2 |
2678 | 2024-11-01T06:34:41.686Z | Compiling headers-core v0.3.0 |
2679 | 2024-11-01T06:34:41.689Z | Compiling progenitor-macro v0.8.0 |
2680 | 2024-11-01T06:34:41.879Z | Compiling kstat-rs v0.2.4 |
2681 | 2024-11-01T06:34:42.120Z | Compiling nanorand v0.7.0 |
2682 | 2024-11-01T06:34:42.522Z | Compiling atty v0.2.14 |
2683 | 2024-11-01T06:34:42.676Z | Compiling russh-cryptovec v0.7.3 |
2684 | 2024-11-01T06:34:42.707Z | Compiling http-range v0.1.5 |
2685 | 2024-11-01T06:34:43.013Z | Compiling glob v0.3.1 |
2686 | 2024-11-01T06:34:43.077Z | Compiling md5 v0.7.0 |
2687 | 2024-11-01T06:34:43.175Z | Compiling hyper-staticfile v0.10.1 |
2688 | 2024-11-01T06:34:43.403Z | Compiling russh-keys v0.45.0 |
2689 | 2024-11-01T06:34:43.589Z | Compiling flume v0.11.0 |
2690 | 2024-11-01T06:34:43.736Z | Compiling rcgen v0.12.1 |
2691 | 2024-11-01T06:34:44.001Z | Compiling headers v0.4.0 |
2692 | 2024-11-01T06:34:44.359Z | Compiling trust-dns-proto v0.22.0 |
2693 | 2024-11-01T06:34:44.382Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2694 | 2024-11-01T06:34:45.975Z | Compiling num-bigint v0.4.6 |
2695 | 2024-11-01T06:34:46.134Z | Compiling des v0.8.1 |
2696 | 2024-11-01T06:34:46.477Z | Compiling subprocess v0.2.9 |
2697 | 2024-11-01T06:34:47.499Z | Compiling hex-literal v0.4.1 |
2698 | 2024-11-01T06:34:47.613Z | Compiling display-error-chain v0.2.1 |
2699 | 2024-11-01T06:34:47.663Z | Compiling dhcproto-macros v0.1.0 |
2700 | 2024-11-01T06:34:47.800Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2701 | 2024-11-01T06:34:47.901Z | Compiling internet-checksum v0.2.1 |
2702 | 2024-11-01T06:34:48.698Z | Compiling dhcproto v0.12.0 |
2703 | 2024-11-01T06:34:49.072Z | Compiling russh v0.45.0 |
2704 | 2024-11-01T06:34:53.145Z | Compiling progenitor v0.8.0 |
2705 | 2024-11-01T06:34:53.252Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2706 | 2024-11-01T06:34:53.254Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2707 | 2024-11-01T06:34:53.254Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2708 | 2024-11-01T06:34:53.254Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2709 | 2024-11-01T06:34:53.254Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2710 | 2024-11-01T06:34:53.254Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2711 | 2024-11-01T06:34:53.340Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2712 | 2024-11-01T06:34:54.790Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2713 | 2024-11-01T06:34:55.587Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2714 | 2024-11-01T06:34:56.496Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2715 | 2024-11-01T06:34:58.189Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2716 | 2024-11-01T06:34:59.791Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2717 | 2024-11-01T06:35:08.388Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2718 | 2024-11-01T06:35:08.388Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2719 | 2024-11-01T06:35:08.390Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2720 | 2024-11-01T06:35:08.390Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2721 | 2024-11-01T06:35:11.545Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2722 | 2024-11-01T06:35:11.616Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2723 | 2024-11-01T06:35:12.460Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-11-01T06:35:12.584Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2725 | 2024-11-01T06:35:14.835Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2726 | 2024-11-01T06:35:15.581Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2727 | 2024-11-01T06:35:16.582Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2728 | 2024-11-01T06:35:16.727Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2729 | 2024-11-01T06:35:17.258Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2730 | 2024-11-01T06:35:19.221Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2731 | 2024-11-01T06:35:19.413Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2732 | 2024-11-01T06:35:20.216Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2733 | 2024-11-01T06:35:20.966Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2734 | 2024-11-01T06:35:21.005Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2735 | 2024-11-01T06:35:22.026Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2736 | 2024-11-01T06:35:22.471Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2737 | 2024-11-01T06:35:22.495Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2738 | 2024-11-01T06:35:24.503Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2739 | 2024-11-01T06:35:26.478Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2740 | 2024-11-01T06:35:26.544Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2741 | 2024-11-01T06:35:26.566Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2742 | 2024-11-01T06:35:29.048Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2743 | 2024-11-01T06:35:29.179Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2744 | 2024-11-01T06:35:30.915Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2745 | 2024-11-01T06:35:35.081Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2746 | 2024-11-01T06:35:43.877Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2747 | 2024-11-01T06:35:45.568Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2748 | 2024-11-01T06:36:38.845Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2749 | 2024-11-01T06:37:08.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s |
2750 | 2024-11-01T06:37:08.781Z | |
2751 | 2024-11-01T06:37:08.784Z | real 3:01.023551254 |
2752 | 2024-11-01T06:37:08.784Z | user 11:42.895863536 |
2753 | 2024-11-01T06:37:08.784Z | sys 2:18.848142362 |
2754 | 2024-11-01T06:37:08.784Z | trap 0.292579397 |
2755 | 2024-11-01T06:37:08.784Z | tflt 0.677840179 |
2756 | 2024-11-01T06:37:08.784Z | dflt 2.031331124 |
2757 | 2024-11-01T06:37:08.784Z | kflt 0.000005429 |
2758 | 2024-11-01T06:37:08.784Z | lock 24:30.705567902 |
2759 | 2024-11-01T06:37:08.784Z | slp 41:24.913103675 |
2760 | 2024-11-01T06:37:08.784Z | lat 33.253430438 |
2761 | 2024-11-01T06:37:08.784Z | stop 1:13.492664311 |
2762 | 2024-11-01T06:37:08.784Z | + mkdir tests |
2763 | 2024-11-01T06:37:08.787Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2764 | 2024-11-01T06:37:08.792Z | + xargs -I '{}' -t cp '{}' tests/ |
2765 | 2024-11-01T06:37:08.825Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ffec8a4775bcb379 tests/ |
2766 | 2024-11-01T06:37:08.847Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-015ec928c769bc1f tests/ |
2767 | 2024-11-01T06:37:08.868Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b4d18d7f5b25bf12 tests/ |
2768 | 2024-11-01T06:37:08.888Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ef59d6a0933d6a3c tests/ |
2769 | 2024-11-01T06:37:09.047Z | + files=(.github/buildomat/ci-env.sh 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/*) |
2770 | 2024-11-01T06:37:09.050Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-b4d18d7f5b25bf12 tests/commtest-015ec928c769bc1f tests/dhcp_server-ffec8a4775bcb379 tests/end_to_end_tests-ef59d6a0933d6a3c 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 |
2771 | 2024-11-01T06:38:14.474Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2772 | 2024-11-01T06:38:14.474Z | a .github/buildomat/ci-env.sh 1K |
2773 | 2024-11-01T06:38:14.474Z | a out/target/test 1K |
2774 | 2024-11-01T06:38:14.474Z | a out/npuzone/npuzone 23144K |
2775 | 2024-11-01T06:38:14.474Z | a package-manifest.toml 32K |
2776 | 2024-11-01T06:38:14.474Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2777 | 2024-11-01T06:38:14.474Z | a target/release/omicron-package 32515K |
2778 | 2024-11-01T06:38:14.475Z | a target/release/xtask 11749K |
2779 | 2024-11-01T06:38:14.475Z | a target/debug/bootstrap 195749K |
2780 | 2024-11-01T06:38:14.475Z | a tests/bootstrap-b4d18d7f5b25bf12 23991K |
2781 | 2024-11-01T06:38:14.475Z | a tests/commtest-015ec928c769bc1f 24191K |
2782 | 2024-11-01T06:38:14.475Z | a tests/dhcp_server-ffec8a4775bcb379 23991K |
2783 | 2024-11-01T06:38:14.475Z | a tests/end_to_end_tests-ef59d6a0933d6a3c 207954K |
2784 | 2024-11-01T06:38:14.475Z | a out/clickhouse.tar.gz 244304K |
2785 | 2024-11-01T06:38:14.475Z | a out/clickhouse_keeper.tar.gz 244286K |
2786 | 2024-11-01T06:38:14.475Z | a out/clickhouse_server.tar.gz 244285K |
2787 | 2024-11-01T06:38:14.475Z | a out/cockroachdb.tar.gz 130006K |
2788 | 2024-11-01T06:38:14.476Z | a out/crucible-dtrace.tar 83K |
2789 | 2024-11-01T06:38:14.476Z | a out/crucible-pantry-zone.tar.gz 26847K |
2790 | 2024-11-01T06:38:14.476Z | a out/crucible-zone.tar.gz 35053K |
2791 | 2024-11-01T06:38:14.476Z | a out/external-dns.tar.gz 30727K |
2792 | 2024-11-01T06:38:14.476Z | a out/internal-dns.tar.gz 30726K |
2793 | 2024-11-01T06:38:14.476Z | a out/mg-ddm-gz.tar 62661K |
2794 | 2024-11-01T06:38:14.476Z | a out/nexus.tar.gz 96057K |
2795 | 2024-11-01T06:38:14.476Z | a out/ntp.tar.gz 9028K |
2796 | 2024-11-01T06:38:14.476Z | a out/omicron-gateway-softnpu.tar.gz 21666K |
2797 | 2024-11-01T06:38:14.476Z | a out/omicron-sled-agent.tar 104045K |
2798 | 2024-11-01T06:38:14.476Z | a out/overlay.tar.gz 3K |
2799 | 2024-11-01T06:38:14.476Z | a out/oximeter.tar.gz 46009K |
2800 | 2024-11-01T06:38:14.476Z | a out/oxlog.tar 3071K |
2801 | 2024-11-01T06:38:14.477Z | a out/probe.tar.gz 2764K |
2802 | 2024-11-01T06:38:14.477Z | a out/propolis-server.tar.gz 66584K |
2803 | 2024-11-01T06:38:14.477Z | a out/pumpkind-gz.tar 26665K |
2804 | 2024-11-01T06:38:14.477Z | a out/switch-softnpu.tar.gz 224131K |
2805 | 2024-11-01T06:38:14.480Z | |
2806 | 2024-11-01T06:38:14.480Z | real 1:05.417440035 |
2807 | 2024-11-01T06:38:14.480Z | user 1:02.432081837 |
2808 | 2024-11-01T06:38:14.480Z | sys 4.173625452 |
2809 | 2024-11-01T06:38:14.480Z | trap 0.016245618 |
2810 | 2024-11-01T06:38:14.481Z | tflt 0.000000000 |
2811 | 2024-11-01T06:38:14.481Z | dflt 0.000000000 |
2812 | 2024-11-01T06:38:14.481Z | kflt 0.000000000 |
2813 | 2024-11-01T06:38:14.481Z | lock 0.000000000 |
2814 | 2024-11-01T06:38:14.481Z | slp 1:02.359262255 |
2815 | 2024-11-01T06:38:14.481Z | lat 1.848519471 |
2816 | 2024-11-01T06:38:14.481Z | stop 0.000212125 |
2817 | 2024-11-01T06:38:14.481Z | process exited: duration 1977359 ms, exit code 0 |
|
2818 | 2024-11-01T06:38:14.496Z | found 1 output files |
2819 | 2024-11-01T06:38:14.496Z | uploading: /work/package.tar.gz (1692122114 bytes) |
2820 | 2024-11-01T06:38:57.466Z | uploaded: /work/package.tar.gz |