|
|
|
1 | 2024-11-07T01:19:23.149Z | job assigned to worker 01JC23733B9DRYT7K1JX7S8CB8 (queued for 1 m 0 s) |
|
2 | 2024-11-07T01:19:30.937Z | starting task 0: "setup" |
3 | 2024-11-07T01:19:30.947Z | ++ uname -s |
4 | 2024-11-07T01:19:30.949Z | + kern=SunOS |
5 | 2024-11-07T01:19:30.950Z | + case "$kern" in |
6 | 2024-11-07T01:19:30.950Z | + groupadd -g 12345 build |
7 | 2024-11-07T01:19:30.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-07T01:19:32.962Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-07T01:19:33.088Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-07T01:19:33.093Z | + home_fs=zfs |
11 | 2024-11-07T01:19:33.093Z | + [[ zfs == autofs ]] |
12 | 2024-11-07T01:19:33.093Z | + mkdir -p /home/build |
13 | 2024-11-07T01:19:33.096Z | + chown build:build /home/build /work |
14 | 2024-11-07T01:19:35.095Z | + chmod 0700 /home/build /work |
15 | 2024-11-07T01:19:35.098Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2024-11-07T01:19:35.106Z | starting task 1: "rust-toolchain" |
17 | 2024-11-07T01:19:35.109Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-07T01:19:35.109Z | ' 1.82.0 |
19 | 2024-11-07T01:19:35.109Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-07T01:19:35.109Z | ' default |
21 | 2024-11-07T01:19:35.109Z | * toolchain channel = "1.82.0" |
22 | 2024-11-07T01:19:35.109Z | * toolchain profile = "default" |
23 | 2024-11-07T01:19:35.111Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-07T01:19:35.111Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-07T01:19:35.233Z | info: downloading installer |
26 | 2024-11-07T01:19:36.693Z | info: profile set to 'default' |
27 | 2024-11-07T01:19:36.693Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-07T01:19:36.696Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-07T01:19:36.832Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-07T01:19:36.832Z | info: downloading component 'cargo' |
31 | 2024-11-07T01:19:37.518Z | info: downloading component 'clippy' |
32 | 2024-11-07T01:19:37.791Z | info: downloading component 'rust-docs' |
33 | 2024-11-07T01:19:38.767Z | info: downloading component 'rust-std' |
34 | 2024-11-07T01:19:40.312Z | info: downloading component 'rustc' |
35 | 2024-11-07T01:19:45.765Z | info: downloading component 'rustfmt' |
36 | 2024-11-07T01:19:45.968Z | info: installing component 'cargo' |
37 | 2024-11-07T01:19:46.855Z | info: installing component 'clippy' |
38 | 2024-11-07T01:19:47.271Z | info: installing component 'rust-docs' |
39 | 2024-11-07T01:19:49.025Z | info: installing component 'rust-std' |
40 | 2024-11-07T01:19:50.973Z | info: installing component 'rustc' |
41 | 2024-11-07T01:19:57.282Z | info: installing component 'rustfmt' |
42 | 2024-11-07T01:19:57.628Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-07T01:19:57.628Z | |
44 | 2024-11-07T01:19:58.006Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-07T01:19:58.006Z | |
46 | 2024-11-07T01:19:58.009Z | |
47 | 2024-11-07T01:19:58.009Z | Rust is installed now. Great! |
48 | 2024-11-07T01:19:58.009Z | |
49 | 2024-11-07T01:19:58.009Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-07T01:19:58.009Z | environment variable. This has not been done automatically. |
51 | 2024-11-07T01:19:58.009Z | |
52 | 2024-11-07T01:19:58.009Z | To configure your current shell, you need to source |
53 | 2024-11-07T01:19:58.009Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-07T01:19:58.009Z | |
55 | 2024-11-07T01:19:58.009Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-07T01:19:58.009Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-07T01:19:58.009Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-07T01:19:58.085Z | + rustc --version |
59 | 2024-11-07T01:19:58.154Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-07T01:19:58.158Z | process exited: duration 23051 ms, exit code 0 |
|
61 | 2024-11-07T01:19:58.165Z | starting task 2: "authentication" |
62 | 2024-11-07T01:19:58.186Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-07T01:19:58.195Z | starting task 3: "clone repository" |
64 | 2024-11-07T01:19:58.200Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-07T01:19:58.203Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-07T01:19:58.554Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-07T01:20:05.685Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-07T01:20:05.686Z | + git fetch origin 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
69 | 2024-11-07T01:20:05.982Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-07T01:20:05.982Z | * branch 0c9be2d70f86809bec33f4524f1c1cd32e9d666c -> FETCH_HEAD |
71 | 2024-11-07T01:20:05.993Z | + [[ -n dataset-diff ]] |
72 | 2024-11-07T01:20:05.996Z | ++ git branch --show-current |
73 | 2024-11-07T01:20:05.999Z | + current=main |
74 | 2024-11-07T01:20:05.999Z | + [[ main != dataset-diff ]] |
75 | 2024-11-07T01:20:05.999Z | + git branch -f dataset-diff 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
76 | 2024-11-07T01:20:06.001Z | + git checkout -f dataset-diff |
77 | 2024-11-07T01:20:06.170Z | Switched to branch 'dataset-diff' |
78 | 2024-11-07T01:20:06.172Z | + git reset --hard 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
79 | 2024-11-07T01:20:06.341Z | HEAD is now at 0c9be2d70 Add a test that uses the diff behavior more explicitly |
80 | 2024-11-07T01:20:06.343Z | process exited: duration 8147 ms, exit code 0 |
|
81 | 2024-11-07T01:20:06.349Z | starting task 4: "build" |
82 | 2024-11-07T01:20:06.355Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-07T01:20:06.355Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-07T01:20:06.355Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-07T01:20:06.355Z | + cargo --version |
86 | 2024-11-07T01:20:06.413Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-07T01:20:06.416Z | + rustc --version |
88 | 2024-11-07T01:20:06.481Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-07T01:20:06.484Z | + WORK=/work |
90 | 2024-11-07T01:20:06.484Z | + pfexec mkdir -p /work |
91 | 2024-11-07T01:20:06.487Z | + pfexec chown build /work |
92 | 2024-11-07T01:20:06.489Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-07T01:20:31.126Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-07T01:20:34.790Z | Startup: Caching catalogs ... Done |
95 | 2024-11-07T01:20:43.033Z | Planning: Solver setup ... Done (7.507s) |
96 | 2024-11-07T01:20:43.136Z | Planning: Running solver ... Done (0.103s) |
97 | 2024-11-07T01:20:43.289Z | Planning: Finding local manifests ... Done (0.064s) |
98 | 2024-11-07T01:20:43.327Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-07T01:20:43.970Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-07T01:20:44.234Z | Planning: Package planning ... Done (0.264s) |
101 | 2024-11-07T01:20:44.290Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-11-07T01:20:45.422Z | Planning: Checking for conflicting actions ... Done (1.129s) |
103 | 2024-11-07T01:20:53.095Z | Planning: Consolidating action changes ... Done (7.674s) |
104 | 2024-11-07T01:20:53.472Z | Planning: Evaluating mediators ... Done (0.376s) |
105 | 2024-11-07T01:20:53.604Z | Planning: Planning completed in 18.72 seconds |
106 | 2024-11-07T01:20:53.619Z | Packages to install: 4 |
107 | 2024-11-07T01:20:53.619Z | Packages to update: 1 |
108 | 2024-11-07T01:20:53.622Z | Mediators to change: 2 |
109 | 2024-11-07T01:20:53.622Z | Services to change: 1 |
110 | 2024-11-07T01:20:53.622Z | Estimated space available: 155.61 GB |
111 | 2024-11-07T01:20:53.622Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-07T01:20:53.622Z | Create boot environment: No |
113 | 2024-11-07T01:20:53.622Z | Create backup boot environment: Yes |
114 | 2024-11-07T01:20:53.622Z | Rebuild boot archive: No |
115 | 2024-11-07T01:20:53.622Z | |
116 | 2024-11-07T01:20:53.622Z | Changed mediators: |
117 | 2024-11-07T01:20:53.622Z | mediator clang: |
118 | 2024-11-07T01:20:53.622Z | version: None -> 15 (system default) |
119 | 2024-11-07T01:20:53.622Z | |
120 | 2024-11-07T01:20:53.622Z | mediator llvm: |
121 | 2024-11-07T01:20:53.622Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-07T01:20:53.622Z | |
123 | 2024-11-07T01:20:53.622Z | Changed packages: |
124 | 2024-11-07T01:20:53.622Z | helios-dev |
125 | 2024-11-07T01:20:53.622Z | developer/build-essential |
126 | 2024-11-07T01:20:53.622Z | None -> 11-2.0 |
127 | 2024-11-07T01:20:53.622Z | library/libxmlsec1 |
128 | 2024-11-07T01:20:53.622Z | None -> 1.2.35-2.0 |
129 | 2024-11-07T01:20:53.622Z | ooce/developer/clang-15 |
130 | 2024-11-07T01:20:53.622Z | None -> 15.0.7-2.0 |
131 | 2024-11-07T01:20:53.622Z | ooce/developer/llvm-15 |
132 | 2024-11-07T01:20:53.622Z | None -> 15.0.7-2.0 |
133 | 2024-11-07T01:20:53.622Z | package/pkg |
134 | 2024-11-07T01:20:53.622Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-07T01:20:53.622Z | |
136 | 2024-11-07T01:20:53.623Z | Services: |
137 | 2024-11-07T01:20:53.623Z | restart_fmri: |
138 | 2024-11-07T01:20:53.623Z | svc:/system/update-man-index:default |
139 | 2024-11-07T01:20:53.623Z | |
140 | 2024-11-07T01:20:53.623Z | Editable files to change: |
141 | 2024-11-07T01:20:53.623Z | Update: |
142 | 2024-11-07T01:20:53.623Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-07T01:20:54.048Z | |
144 | 2024-11-07T01:20:54.048Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-07T01:21:00.201Z | Download: 211/4281 items 1.3/220.6MB 0% complete (787k/s) |
146 | 2024-11-07T01:21:06.635Z | Download: 212/4281 items 1.3/220.6MB 0% complete (760k/s) |
147 | 2024-11-07T01:21:19.422Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
148 | 2024-11-07T01:21:24.423Z | Download: 1016/4281 items 19.5/220.6MB 8% complete (3.7M/s) |
149 | 2024-11-07T01:21:29.430Z | Download: 1514/4281 items 117.3/220.6MB 53% complete (11.7M/s) |
150 | 2024-11-07T01:21:36.830Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (10.0M/s) |
151 | 2024-11-07T01:21:41.844Z | Download: 3243/4281 items 184.9/220.6MB 83% complete (6.5M/s) |
152 | 2024-11-07T01:21:46.852Z | Download: 3631/4281 items 216.1/220.6MB 97% complete (9.8M/s) |
153 | 2024-11-07T01:21:51.866Z | Download: 4204/4281 items 220.6/220.6MB 99% complete (6.0M/s) |
154 | 2024-11-07T01:21:57.651Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (5.5M/s) |
155 | 2024-11-07T01:21:57.756Z | Download: Completed 220.60 MB in 63.70 seconds (3.5M/s) |
156 | 2024-11-07T01:21:59.645Z | Actions: 1/5063 actions (Removing old actions) |
157 | 2024-11-07T01:21:59.661Z | Actions: 194/5063 actions (Installing new actions) |
158 | 2024-11-07T01:22:04.662Z | Actions: 4084/5063 actions (Installing new actions) |
159 | 2024-11-07T01:22:05.049Z | Actions: 4226/5063 actions (Updating modified actions) |
160 | 2024-11-07T01:22:05.411Z | Actions: Completed 5063 actions in 5.77 seconds. |
161 | 2024-11-07T01:22:05.790Z | Done (0.371s) |
162 | 2024-11-07T01:22:05.792Z | Done (0.000s) |
163 | 2024-11-07T01:22:06.304Z | Done (0.512s) |
164 | 2024-11-07T01:22:12.204Z | Done (5.680s) |
165 | 2024-11-07T01:22:12.530Z | Done (0.254s) |
166 | 2024-11-07T01:22:12.533Z | Done (0.000s) |
167 | 2024-11-07T01:22:12.711Z | Done (0.000s) |
168 | 2024-11-07T01:22:13.393Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-11-07T01:22:13.556Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-11-07T01:22:13.558Z | Planning: Consolidating action changes ... Done |
171 | 2024-11-07T01:22:13.828Z | Planning: Evaluating mediators ... Done |
172 | 2024-11-07T01:22:13.830Z | Planning: Planning completed in 0.43 seconds |
173 | 2024-11-07T01:22:13.866Z | Mediators to change: 2 |
174 | 2024-11-07T01:22:13.866Z | Create boot environment: No |
175 | 2024-11-07T01:22:13.870Z | Create backup boot environment: No |
176 | 2024-11-07T01:22:13.978Z | Done |
177 | 2024-11-07T01:22:13.978Z | Done |
178 | 2024-11-07T01:22:14.325Z | Done |
179 | 2024-11-07T01:22:18.055Z | Done |
180 | 2024-11-07T01:22:18.146Z | Done |
181 | 2024-11-07T01:22:18.152Z | Done |
182 | 2024-11-07T01:22:18.272Z | Done |
183 | 2024-11-07T01:22:18.896Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-07T01:22:18.899Z | Planning: Merging actions ... Done |
185 | 2024-11-07T01:22:19.088Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-11-07T01:22:19.091Z | Planning: Consolidating action changes ... Done |
187 | 2024-11-07T01:22:19.361Z | Planning: Evaluating mediators ... Done |
188 | 2024-11-07T01:22:19.418Z | Planning: Planning completed in 0.76 seconds |
189 | 2024-11-07T01:22:19.459Z | Packages to change: 1 |
190 | 2024-11-07T01:22:19.460Z | Mediators to change: 1 |
191 | 2024-11-07T01:22:19.460Z | Services to change: 1 |
192 | 2024-11-07T01:22:19.464Z | Create boot environment: No |
193 | 2024-11-07T01:22:19.464Z | Create backup boot environment: Yes |
194 | 2024-11-07T01:22:21.554Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-11-07T01:22:21.585Z | Actions: Completed 6 actions in 0.03 seconds. |
196 | 2024-11-07T01:22:21.588Z | Done |
197 | 2024-11-07T01:22:21.588Z | Done |
198 | 2024-11-07T01:22:21.693Z | Done |
199 | 2024-11-07T01:22:25.626Z | Done |
200 | 2024-11-07T01:22:25.727Z | Done |
201 | 2024-11-07T01:22:25.731Z | Done |
202 | 2024-11-07T01:22:25.859Z | Done |
203 | 2024-11-07T01:22:26.313Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-11-07T01:22:26.313Z | clang system 15 system |
205 | 2024-11-07T01:22:26.313Z | csh system system illumos |
206 | 2024-11-07T01:22:26.313Z | ctags system system illumos |
207 | 2024-11-07T01:22:26.313Z | gcc vendor 12 vendor |
208 | 2024-11-07T01:22:26.313Z | gcc system 10 system |
209 | 2024-11-07T01:22:26.313Z | gcc system 7 system |
210 | 2024-11-07T01:22:26.313Z | go system 1.20 system |
211 | 2024-11-07T01:22:26.313Z | go system 1.19 system |
212 | 2024-11-07T01:22:26.313Z | llvm system 15 system |
213 | 2024-11-07T01:22:26.313Z | llvm system 14 system |
214 | 2024-11-07T01:22:26.313Z | mariadb system 10.6 system |
215 | 2024-11-07T01:22:26.313Z | mta vendor vendor dma |
216 | 2024-11-07T01:22:26.313Z | openjdk system 17 system |
217 | 2024-11-07T01:22:26.313Z | openjdk system 11 system |
218 | 2024-11-07T01:22:26.313Z | openjdk system 1.8 system |
219 | 2024-11-07T01:22:26.313Z | openssl vendor 3 vendor |
220 | 2024-11-07T01:22:26.313Z | perl system 5.36 system |
221 | 2024-11-07T01:22:26.313Z | postgresql system 15 system |
222 | 2024-11-07T01:22:26.313Z | postgresql system 13 system |
223 | 2024-11-07T01:22:26.313Z | python vendor 3 vendor |
224 | 2024-11-07T01:22:26.313Z | python system 2 system |
225 | 2024-11-07T01:22:26.313Z | python3 system 3.11 system |
226 | 2024-11-07T01:22:26.313Z | ruby system 3.0 system |
227 | 2024-11-07T01:22:26.313Z | words vendor vendor american-english |
228 | 2024-11-07T01:22:26.313Z | words system system australian-english |
229 | 2024-11-07T01:22:26.313Z | words system system british-english |
230 | 2024-11-07T01:22:26.313Z | words system system canadian-english |
231 | 2024-11-07T01:22:26.313Z | words system system french |
232 | 2024-11-07T01:22:26.314Z | words system system italian |
233 | 2024-11-07T01:22:26.314Z | words system system ngerman |
234 | 2024-11-07T01:22:26.314Z | words system system ogerman |
235 | 2024-11-07T01:22:26.314Z | words system system spanish |
236 | 2024-11-07T01:22:26.657Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-11-07T01:22:26.657Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-11-07T01:22:29.181Z | FMRI IFO |
239 | 2024-11-07T01:22:29.181Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-11-07T01:22:29.181Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-11-07T01:22:29.181Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-11-07T01:22:29.181Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-11-07T01:22:29.181Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
246 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
247 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
249 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
252 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-11-07T01:22:29.182Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-11-07T01:22:29.898Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-11-07T01:22:30.154Z | Updating crates.io index |
256 | 2024-11-07T01:22:30.232Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
257 | 2024-11-07T01:22:30.942Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
258 | 2024-11-07T01:22:31.175Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
259 | 2024-11-07T01:22:31.431Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
260 | 2024-11-07T01:22:31.689Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-11-07T01:22:32.504Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
262 | 2024-11-07T01:22:34.840Z | Updating git repository `https://github.com/oxidecomputer/opte` |
263 | 2024-11-07T01:22:35.843Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
264 | 2024-11-07T01:22:36.582Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
265 | 2024-11-07T01:22:36.845Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
266 | 2024-11-07T01:22:37.077Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
267 | 2024-11-07T01:22:37.651Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
268 | 2024-11-07T01:22:37.933Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
269 | 2024-11-07T01:22:38.290Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
270 | 2024-11-07T01:22:38.504Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
271 | 2024-11-07T01:22:38.735Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
272 | 2024-11-07T01:22:38.930Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
273 | 2024-11-07T01:22:39.209Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
274 | 2024-11-07T01:22:39.497Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
275 | 2024-11-07T01:22:39.775Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
276 | 2024-11-07T01:22:40.127Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
277 | 2024-11-07T01:22:40.525Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
278 | 2024-11-07T01:22:40.921Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
279 | 2024-11-07T01:22:41.283Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-11-07T01:22:41.640Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
281 | 2024-11-07T01:22:41.887Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
282 | 2024-11-07T01:22:42.159Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
283 | 2024-11-07T01:22:43.387Z | Downloading crates ... |
284 | 2024-11-07T01:22:43.465Z | Downloaded equivalent v1.0.1 |
285 | 2024-11-07T01:22:43.467Z | Downloaded generic-array v0.14.7 |
286 | 2024-11-07T01:22:43.472Z | Downloaded anstyle-parse v0.2.5 |
287 | 2024-11-07T01:22:43.478Z | Downloaded heck v0.4.1 |
288 | 2024-11-07T01:22:43.481Z | Downloaded scroll_derive v0.12.0 |
289 | 2024-11-07T01:22:43.483Z | Downloaded pretty-hex v0.4.1 |
290 | 2024-11-07T01:22:43.489Z | Downloaded usdt-attr-macro v0.5.0 |
291 | 2024-11-07T01:22:43.492Z | Downloaded usdt v0.5.0 |
292 | 2024-11-07T01:22:43.495Z | Downloaded strsim v0.11.1 |
293 | 2024-11-07T01:22:43.495Z | Downloaded serde_tokenstream v0.2.2 |
294 | 2024-11-07T01:22:43.498Z | Downloaded digest v0.10.7 |
295 | 2024-11-07T01:22:43.501Z | Downloaded fnv v1.0.7 |
296 | 2024-11-07T01:22:43.501Z | Downloaded cpufeatures v0.2.14 |
297 | 2024-11-07T01:22:43.501Z | Downloaded macaddr v1.0.1 |
298 | 2024-11-07T01:22:43.503Z | Downloaded proc-macro-error-attr v1.0.4 |
299 | 2024-11-07T01:22:43.506Z | Downloaded block-buffer v0.10.4 |
300 | 2024-11-07T01:22:43.509Z | Downloaded utf8parse v0.2.2 |
301 | 2024-11-07T01:22:43.509Z | Downloaded clap_derive v4.5.18 |
302 | 2024-11-07T01:22:43.511Z | Downloaded anyhow v1.0.92 |
303 | 2024-11-07T01:22:43.514Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-11-07T01:22:43.517Z | Downloaded thread-id v4.2.2 |
305 | 2024-11-07T01:22:43.519Z | Downloaded once_cell v1.20.2 |
306 | 2024-11-07T01:22:43.522Z | Downloaded clap v4.5.20 |
307 | 2024-11-07T01:22:43.530Z | Downloaded unicode-ident v1.0.13 |
308 | 2024-11-07T01:22:43.532Z | Downloaded serde_derive v1.0.210 |
309 | 2024-11-07T01:22:43.535Z | Downloaded textwrap v0.16.1 |
310 | 2024-11-07T01:22:43.538Z | Downloaded pest_meta v2.7.14 |
311 | 2024-11-07T01:22:43.541Z | Downloaded indexmap v2.6.0 |
312 | 2024-11-07T01:22:43.544Z | Downloaded ryu v1.0.18 |
313 | 2024-11-07T01:22:43.547Z | Downloaded camino v1.1.9 |
314 | 2024-11-07T01:22:43.551Z | Downloaded anstream v0.6.15 |
315 | 2024-11-07T01:22:43.560Z | Downloaded toml_edit v0.22.22 |
316 | 2024-11-07T01:22:43.581Z | Downloaded swrite v0.1.0 |
317 | 2024-11-07T01:22:43.584Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-11-07T01:22:43.584Z | Downloaded anstyle v1.0.8 |
319 | 2024-11-07T01:22:43.589Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-11-07T01:22:43.591Z | Downloaded pest v2.7.14 |
321 | 2024-11-07T01:22:43.595Z | Downloaded cfg-if v1.0.0 |
322 | 2024-11-07T01:22:43.597Z | Downloaded clap_lex v0.7.2 |
323 | 2024-11-07T01:22:43.597Z | Downloaded itoa v1.0.11 |
324 | 2024-11-07T01:22:43.599Z | Downloaded byteorder v1.5.0 |
325 | 2024-11-07T01:22:43.602Z | Downloaded fastrand v2.1.1 |
326 | 2024-11-07T01:22:43.602Z | Downloaded errno v0.3.9 |
327 | 2024-11-07T01:22:43.604Z | Downloaded dof v0.3.0 |
328 | 2024-11-07T01:22:43.604Z | Downloaded colorchoice v1.0.2 |
329 | 2024-11-07T01:22:43.604Z | Downloaded camino-tempfile v1.1.1 |
330 | 2024-11-07T01:22:43.606Z | Downloaded cargo-platform v0.1.8 |
331 | 2024-11-07T01:22:43.609Z | Downloaded autocfg v1.4.0 |
332 | 2024-11-07T01:22:43.609Z | Downloaded anstyle-query v1.1.1 |
333 | 2024-11-07T01:22:43.611Z | Downloaded thiserror v1.0.64 |
334 | 2024-11-07T01:22:43.614Z | Downloaded tabled_derive v0.7.0 |
335 | 2024-11-07T01:22:43.617Z | Downloaded memmap v0.7.0 |
336 | 2024-11-07T01:22:43.617Z | Downloaded is_terminal_polyfill v1.70.1 |
337 | 2024-11-07T01:22:43.621Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-11-07T01:22:43.621Z | Downloaded thiserror-impl v1.0.64 |
339 | 2024-11-07T01:22:43.621Z | Downloaded heck v0.5.0 |
340 | 2024-11-07T01:22:43.623Z | Downloaded bytecount v0.6.8 |
341 | 2024-11-07T01:22:43.626Z | Downloaded fs-err v2.11.0 |
342 | 2024-11-07T01:22:43.628Z | Downloaded version_check v0.9.5 |
343 | 2024-11-07T01:22:43.628Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2024-11-07T01:22:43.630Z | Downloaded terminal_size v0.4.0 |
345 | 2024-11-07T01:22:43.630Z | Downloaded plain v0.2.3 |
346 | 2024-11-07T01:22:43.632Z | Downloaded quote v1.0.37 |
347 | 2024-11-07T01:22:43.635Z | Downloaded semver v1.0.23 |
348 | 2024-11-07T01:22:43.637Z | Downloaded scroll v0.12.0 |
349 | 2024-11-07T01:22:43.637Z | Downloaded crypto-common v0.1.6 |
350 | 2024-11-07T01:22:43.640Z | Downloaded cargo_toml v0.20.5 |
351 | 2024-11-07T01:22:43.640Z | Downloaded serde_spanned v0.6.8 |
352 | 2024-11-07T01:22:43.642Z | Downloaded zerocopy-derive v0.7.35 |
353 | 2024-11-07T01:22:43.645Z | Downloaded smawk v0.3.2 |
354 | 2024-11-07T01:22:43.647Z | Downloaded usdt-impl v0.5.0 |
355 | 2024-11-07T01:22:43.647Z | Downloaded tempfile v3.13.0 |
356 | 2024-11-07T01:22:43.649Z | Downloaded bitflags v2.6.0 |
357 | 2024-11-07T01:22:43.653Z | Downloaded proc-macro2 v1.0.87 |
358 | 2024-11-07T01:22:43.656Z | Downloaded ucd-trie v0.1.7 |
359 | 2024-11-07T01:22:43.658Z | Downloaded typenum v1.17.0 |
360 | 2024-11-07T01:22:43.660Z | Downloaded log v0.4.22 |
361 | 2024-11-07T01:22:43.663Z | Downloaded toml v0.8.19 |
362 | 2024-11-07T01:22:43.665Z | Downloaded proc-macro-error v1.0.4 |
363 | 2024-11-07T01:22:43.668Z | Downloaded sha2 v0.10.8 |
364 | 2024-11-07T01:22:43.670Z | Downloaded pest_derive v2.7.14 |
365 | 2024-11-07T01:22:43.675Z | Downloaded papergrid v0.11.0 |
366 | 2024-11-07T01:22:43.679Z | Downloaded zerocopy v0.7.35 |
367 | 2024-11-07T01:22:43.696Z | Downloaded serde v1.0.210 |
368 | 2024-11-07T01:22:43.699Z | Downloaded memchr v2.7.4 |
369 | 2024-11-07T01:22:43.703Z | Downloaded pest_generator v2.7.14 |
370 | 2024-11-07T01:22:43.710Z | Downloaded tabled v0.15.0 |
371 | 2024-11-07T01:22:43.726Z | Downloaded hashbrown v0.15.0 |
372 | 2024-11-07T01:22:43.745Z | Downloaded goblin v0.8.2 |
373 | 2024-11-07T01:22:43.752Z | Downloaded clap_builder v4.5.20 |
374 | 2024-11-07T01:22:43.759Z | Downloaded serde_json v1.0.128 |
375 | 2024-11-07T01:22:43.766Z | Downloaded winnow v0.6.20 |
376 | 2024-11-07T01:22:43.774Z | Downloaded syn v1.0.109 |
377 | 2024-11-07T01:22:43.783Z | Downloaded unicode-width v0.1.14 |
378 | 2024-11-07T01:22:43.789Z | Downloaded syn v2.0.79 |
379 | 2024-11-07T01:22:43.799Z | Downloaded rustix v0.38.37 |
380 | 2024-11-07T01:22:43.835Z | Downloaded libc v0.2.161 |
381 | 2024-11-07T01:22:44.144Z | Compiling proc-macro2 v1.0.87 |
382 | 2024-11-07T01:22:44.144Z | Compiling unicode-ident v1.0.13 |
383 | 2024-11-07T01:22:44.146Z | Compiling serde v1.0.210 |
384 | 2024-11-07T01:22:44.146Z | Compiling version_check v0.9.5 |
385 | 2024-11-07T01:22:44.146Z | Compiling memchr v2.7.4 |
386 | 2024-11-07T01:22:44.146Z | Compiling thiserror v1.0.64 |
387 | 2024-11-07T01:22:44.147Z | Compiling libc v0.2.161 |
388 | 2024-11-07T01:22:44.147Z | Compiling itoa v1.0.11 |
389 | 2024-11-07T01:22:44.420Z | Compiling ryu v1.0.18 |
390 | 2024-11-07T01:22:44.515Z | Compiling ucd-trie v0.1.7 |
391 | 2024-11-07T01:22:44.734Z | Compiling once_cell v1.20.2 |
392 | 2024-11-07T01:22:45.011Z | Compiling byteorder v1.5.0 |
393 | 2024-11-07T01:22:45.081Z | Compiling serde_json v1.0.128 |
394 | 2024-11-07T01:22:45.479Z | Compiling rustix v0.38.37 |
395 | 2024-11-07T01:22:45.595Z | Compiling bitflags v2.6.0 |
396 | 2024-11-07T01:22:45.643Z | Compiling usdt-impl v0.5.0 |
397 | 2024-11-07T01:22:45.701Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-11-07T01:22:45.980Z | Compiling syn v1.0.109 |
399 | 2024-11-07T01:22:46.041Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-11-07T01:22:46.168Z | Compiling equivalent v1.0.1 |
401 | 2024-11-07T01:22:46.196Z | Compiling plain v0.2.3 |
402 | 2024-11-07T01:22:46.297Z | Compiling log v0.4.22 |
403 | 2024-11-07T01:22:46.375Z | Compiling camino v1.1.9 |
404 | 2024-11-07T01:22:46.400Z | Compiling hashbrown v0.15.0 |
405 | 2024-11-07T01:22:46.466Z | Compiling utf8parse v0.2.2 |
406 | 2024-11-07T01:22:46.654Z | Compiling quote v1.0.37 |
407 | 2024-11-07T01:22:46.813Z | Compiling anstyle-parse v0.2.5 |
408 | 2024-11-07T01:22:47.082Z | Compiling errno v0.3.9 |
409 | 2024-11-07T01:22:47.106Z | Compiling thread-id v4.2.2 |
410 | 2024-11-07T01:22:47.217Z | Compiling syn v2.0.79 |
411 | 2024-11-07T01:22:47.340Z | Compiling anstyle v1.0.8 |
412 | 2024-11-07T01:22:47.422Z | Compiling semver v1.0.23 |
413 | 2024-11-07T01:22:47.652Z | Compiling anstyle-query v1.1.1 |
414 | 2024-11-07T01:22:47.789Z | Compiling indexmap v2.6.0 |
415 | 2024-11-07T01:22:47.817Z | Compiling winnow v0.6.20 |
416 | 2024-11-07T01:22:47.820Z | Compiling autocfg v1.4.0 |
417 | 2024-11-07T01:22:47.956Z | Compiling unicode-width v0.1.14 |
418 | 2024-11-07T01:22:48.523Z | Compiling pretty-hex v0.4.1 |
419 | 2024-11-07T01:22:48.581Z | Compiling is_terminal_polyfill v1.70.1 |
420 | 2024-11-07T01:22:48.722Z | Compiling colorchoice v1.0.2 |
421 | 2024-11-07T01:22:48.855Z | Compiling fs-err v2.11.0 |
422 | 2024-11-07T01:22:48.893Z | Compiling anstream v0.6.15 |
423 | 2024-11-07T01:22:49.107Z | Compiling heck v0.5.0 |
424 | 2024-11-07T01:22:49.164Z | Compiling bytecount v0.6.8 |
425 | 2024-11-07T01:22:49.250Z | Compiling fastrand v2.1.1 |
426 | 2024-11-07T01:22:49.388Z | Compiling terminal_size v0.4.0 |
427 | 2024-11-07T01:22:49.608Z | Compiling strsim v0.11.1 |
428 | 2024-11-07T01:22:49.634Z | Compiling fnv v1.0.7 |
429 | 2024-11-07T01:22:49.634Z | Compiling anyhow v1.0.92 |
430 | 2024-11-07T01:22:49.801Z | Compiling heck v0.4.1 |
431 | 2024-11-07T01:22:49.827Z | Compiling clap_lex v0.7.2 |
432 | 2024-11-07T01:22:50.300Z | Compiling cfg-if v1.0.0 |
433 | 2024-11-07T01:22:50.402Z | Compiling clap_builder v4.5.20 |
434 | 2024-11-07T01:22:50.496Z | Compiling papergrid v0.11.0 |
435 | 2024-11-07T01:22:50.670Z | Compiling tempfile v3.13.0 |
436 | 2024-11-07T01:22:50.740Z | Compiling memmap v0.7.0 |
437 | 2024-11-07T01:22:50.900Z | Compiling smawk v0.3.2 |
438 | 2024-11-07T01:22:51.139Z | Compiling unicode-linebreak v0.1.5 |
439 | 2024-11-07T01:22:51.588Z | Compiling textwrap v0.16.1 |
440 | 2024-11-07T01:22:51.657Z | Compiling swrite v0.1.0 |
441 | 2024-11-07T01:22:52.577Z | Compiling tabled_derive v0.7.0 |
442 | 2024-11-07T01:22:54.131Z | Compiling tabled v0.15.0 |
443 | 2024-11-07T01:22:55.416Z | Compiling serde_derive v1.0.210 |
444 | 2024-11-07T01:22:55.419Z | Compiling thiserror-impl v1.0.64 |
445 | 2024-11-07T01:22:55.419Z | Compiling zerocopy-derive v0.7.35 |
446 | 2024-11-07T01:22:55.463Z | Compiling scroll_derive v0.12.0 |
447 | 2024-11-07T01:22:55.483Z | Compiling clap_derive v4.5.18 |
448 | 2024-11-07T01:22:56.843Z | Compiling scroll v0.12.0 |
449 | 2024-11-07T01:22:57.135Z | Compiling zerocopy v0.7.35 |
450 | 2024-11-07T01:22:57.340Z | Compiling goblin v0.8.2 |
451 | 2024-11-07T01:22:58.042Z | Compiling pest v2.7.14 |
452 | 2024-11-07T01:22:59.120Z | Compiling clap v4.5.20 |
453 | 2024-11-07T01:23:00.264Z | Compiling pest_meta v2.7.14 |
454 | 2024-11-07T01:23:01.183Z | Compiling pest_generator v2.7.14 |
455 | 2024-11-07T01:23:02.746Z | Compiling pest_derive v2.7.14 |
456 | 2024-11-07T01:23:03.415Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-11-07T01:23:05.411Z | Compiling serde_tokenstream v0.2.2 |
458 | 2024-11-07T01:23:05.431Z | Compiling serde_spanned v0.6.8 |
459 | 2024-11-07T01:23:05.454Z | Compiling toml_datetime v0.6.8 |
460 | 2024-11-07T01:23:05.761Z | Compiling cargo-platform v0.1.8 |
461 | 2024-11-07T01:23:05.831Z | Compiling toml_edit v0.22.22 |
462 | 2024-11-07T01:23:06.039Z | Compiling macaddr v1.0.1 |
463 | 2024-11-07T01:23:06.133Z | Compiling camino-tempfile v1.1.1 |
464 | 2024-11-07T01:23:06.914Z | Compiling dof v0.3.0 |
465 | 2024-11-07T01:23:06.960Z | Compiling cargo_metadata v0.18.1 |
466 | 2024-11-07T01:23:08.688Z | Compiling usdt-macro v0.5.0 |
467 | 2024-11-07T01:23:08.692Z | Compiling usdt-attr-macro v0.5.0 |
468 | 2024-11-07T01:23:08.734Z | Compiling toml v0.8.19 |
469 | 2024-11-07T01:23:09.591Z | Compiling cargo_toml v0.20.5 |
470 | 2024-11-07T01:23:09.984Z | Compiling usdt v0.5.0 |
471 | 2024-11-07T01:23:13.138Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
472 | 2024-11-07T01:23:17.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.44s |
473 | 2024-11-07T01:23:17.399Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
474 | 2024-11-07T01:23:17.921Z | Downloading crates ... |
475 | 2024-11-07T01:23:18.064Z | Downloaded darling_macro v0.20.10 |
476 | 2024-11-07T01:23:18.070Z | Downloaded array-init v0.0.4 |
477 | 2024-11-07T01:23:18.073Z | Downloaded castaway v0.2.3 |
478 | 2024-11-07T01:23:18.075Z | Downloaded adler2 v2.0.0 |
479 | 2024-11-07T01:23:18.077Z | Downloaded base16ct v0.2.0 |
480 | 2024-11-07T01:23:18.077Z | Downloaded crunchy v0.2.2 |
481 | 2024-11-07T01:23:18.080Z | Downloaded blowfish v0.9.1 |
482 | 2024-11-07T01:23:18.082Z | Downloaded bitflags v1.3.2 |
483 | 2024-11-07T01:23:18.084Z | Downloaded http-range v0.1.5 |
484 | 2024-11-07T01:23:18.087Z | Downloaded cipher v0.4.4 |
485 | 2024-11-07T01:23:18.090Z | Downloaded chacha20 v0.9.1 |
486 | 2024-11-07T01:23:18.092Z | Downloaded internet-checksum v0.2.1 |
487 | 2024-11-07T01:23:18.094Z | Downloaded hubpack v0.1.2 |
488 | 2024-11-07T01:23:18.094Z | Downloaded ctr v0.9.2 |
489 | 2024-11-07T01:23:18.097Z | Downloaded cexpr v0.6.0 |
490 | 2024-11-07T01:23:18.099Z | Downloaded home v0.5.9 |
491 | 2024-11-07T01:23:18.102Z | Downloaded data-encoding v2.6.0 |
492 | 2024-11-07T01:23:18.102Z | Downloaded colored v2.1.0 |
493 | 2024-11-07T01:23:18.104Z | Downloaded newtype_derive v0.1.6 |
494 | 2024-11-07T01:23:18.107Z | Downloaded aead v0.5.2 |
495 | 2024-11-07T01:23:18.109Z | Downloaded md5 v0.7.0 |
496 | 2024-11-07T01:23:18.109Z | Downloaded humantime v2.1.0 |
497 | 2024-11-07T01:23:18.112Z | Downloaded hickory-client v0.24.1 |
498 | 2024-11-07T01:23:18.114Z | Downloaded is_ci v1.2.0 |
499 | 2024-11-07T01:23:18.117Z | Downloaded inout v0.1.3 |
500 | 2024-11-07T01:23:18.119Z | Downloaded mime v0.3.17 |
501 | 2024-11-07T01:23:18.121Z | Downloaded managed v0.8.0 |
502 | 2024-11-07T01:23:18.121Z | Downloaded lockfree-object-pool v0.1.6 |
503 | 2024-11-07T01:23:18.124Z | Downloaded nanorand v0.7.0 |
504 | 2024-11-07T01:23:18.128Z | Downloaded indexmap v1.9.3 |
505 | 2024-11-07T01:23:18.131Z | Downloaded hyper-staticfile v0.10.1 |
506 | 2024-11-07T01:23:18.134Z | Downloaded crc-any v2.5.0 |
507 | 2024-11-07T01:23:18.137Z | Downloaded matches v0.1.10 |
508 | 2024-11-07T01:23:18.139Z | Downloaded linear-map v1.2.0 |
509 | 2024-11-07T01:23:18.142Z | Downloaded atty v0.2.14 |
510 | 2024-11-07T01:23:18.144Z | Downloaded async-stream-impl v0.3.6 |
511 | 2024-11-07T01:23:18.144Z | Downloaded addr2line v0.24.2 |
512 | 2024-11-07T01:23:18.146Z | Downloaded lazy_static v1.5.0 |
513 | 2024-11-07T01:23:18.149Z | Downloaded kstat-rs v0.2.4 |
514 | 2024-11-07T01:23:18.149Z | Downloaded http-body v1.0.1 |
515 | 2024-11-07T01:23:18.152Z | Downloaded crossbeam-utils v0.8.20 |
516 | 2024-11-07T01:23:18.154Z | Downloaded multer v3.1.0 |
517 | 2024-11-07T01:23:18.158Z | Downloaded cfg_aliases v0.2.1 |
518 | 2024-11-07T01:23:18.160Z | Downloaded const-oid v0.9.6 |
519 | 2024-11-07T01:23:18.163Z | Downloaded cfg_aliases v0.1.1 |
520 | 2024-11-07T01:23:18.163Z | Downloaded indent_write v2.2.0 |
521 | 2024-11-07T01:23:18.165Z | Downloaded base64 v0.22.1 |
522 | 2024-11-07T01:23:18.169Z | Downloaded cookie v0.18.1 |
523 | 2024-11-07T01:23:18.172Z | Downloaded highway v1.2.0 |
524 | 2024-11-07T01:23:18.175Z | Downloaded cstr-argument v0.1.2 |
525 | 2024-11-07T01:23:18.177Z | Downloaded crucible-workspace-hack v0.1.0 |
526 | 2024-11-07T01:23:18.177Z | Downloaded iana-time-zone v0.1.61 |
527 | 2024-11-07T01:23:18.180Z | Downloaded http v0.2.12 |
528 | 2024-11-07T01:23:18.185Z | Downloaded bb8 v0.8.5 |
529 | 2024-11-07T01:23:18.188Z | Downloaded atomicwrites v0.4.4 |
530 | 2024-11-07T01:23:18.190Z | Downloaded async-recursion v1.1.1 |
531 | 2024-11-07T01:23:18.193Z | Downloaded ident_case v1.0.1 |
532 | 2024-11-07T01:23:18.196Z | Downloaded hubpack_derive v0.1.1 |
533 | 2024-11-07T01:23:18.196Z | Downloaded ciborium-io v0.2.2 |
534 | 2024-11-07T01:23:18.198Z | Downloaded cbc v0.1.2 |
535 | 2024-11-07T01:23:18.199Z | Downloaded bit-set v0.5.3 |
536 | 2024-11-07T01:23:18.202Z | Downloaded assert_matches v1.5.0 |
537 | 2024-11-07T01:23:18.202Z | Downloaded arrayref v0.3.9 |
538 | 2024-11-07T01:23:18.204Z | Downloaded cassowary v0.3.0 |
539 | 2024-11-07T01:23:18.207Z | Downloaded instant v0.1.13 |
540 | 2024-11-07T01:23:18.209Z | Downloaded bitfield v0.14.0 |
541 | 2024-11-07T01:23:18.209Z | Downloaded hickory-resolver v0.24.1 |
542 | 2024-11-07T01:23:18.214Z | Downloaded impl-trait-for-tuples v0.2.2 |
543 | 2024-11-07T01:23:18.218Z | Downloaded buf-list v1.0.3 |
544 | 2024-11-07T01:23:18.221Z | Downloaded tui-tree-widget v0.22.0 |
545 | 2024-11-07T01:23:18.224Z | Downloaded subtle v2.6.1 |
546 | 2024-11-07T01:23:18.226Z | Downloaded russh-cryptovec v0.7.3 |
547 | 2024-11-07T01:23:18.226Z | Downloaded hyper-tls v0.6.0 |
548 | 2024-11-07T01:23:18.229Z | Downloaded hostname v0.4.0 |
549 | 2024-11-07T01:23:18.232Z | Downloaded aes v0.8.4 |
550 | 2024-11-07T01:23:18.235Z | Downloaded rtoolbox v0.0.2 |
551 | 2024-11-07T01:23:18.237Z | Downloaded match_cfg v0.1.0 |
552 | 2024-11-07T01:23:18.240Z | Downloaded crc v3.2.1 |
553 | 2024-11-07T01:23:18.243Z | Downloaded new_debug_unreachable v1.0.6 |
554 | 2024-11-07T01:23:18.243Z | Downloaded convert_case v0.4.0 |
555 | 2024-11-07T01:23:18.245Z | Downloaded crc-catalog v2.4.0 |
556 | 2024-11-07T01:23:18.245Z | Downloaded chrono-tz-build v0.4.0 |
557 | 2024-11-07T01:23:18.248Z | Downloaded bcs v0.1.6 |
558 | 2024-11-07T01:23:18.250Z | Downloaded hostname v0.3.1 |
559 | 2024-11-07T01:23:18.252Z | Downloaded async-trait v0.1.83 |
560 | 2024-11-07T01:23:18.255Z | Downloaded crossbeam-deque v0.8.5 |
561 | 2024-11-07T01:23:18.257Z | Downloaded time-macros v0.2.18 |
562 | 2024-11-07T01:23:18.260Z | Downloaded dhcproto-macros v0.1.0 |
563 | 2024-11-07T01:23:18.263Z | Downloaded wyz v0.5.1 |
564 | 2024-11-07T01:23:18.265Z | Downloaded bumpalo v3.16.0 |
565 | 2024-11-07T01:23:18.268Z | Downloaded strum_macros v0.25.3 |
566 | 2024-11-07T01:23:18.270Z | Downloaded nibble_vec v0.1.0 |
567 | 2024-11-07T01:23:18.273Z | Downloaded ahash v0.8.11 |
568 | 2024-11-07T01:23:18.276Z | Downloaded bzip2 v0.4.4 |
569 | 2024-11-07T01:23:18.278Z | Downloaded newtype-uuid v1.1.2 |
570 | 2024-11-07T01:23:18.281Z | Downloaded try-lock v0.2.5 |
571 | 2024-11-07T01:23:18.284Z | Downloaded serde_urlencoded v0.7.1 |
572 | 2024-11-07T01:23:18.284Z | Downloaded salsa20 v0.10.2 |
573 | 2024-11-07T01:23:18.286Z | Downloaded lazycell v1.3.0 |
574 | 2024-11-07T01:23:18.288Z | Downloaded crossbeam-channel v0.5.13 |
575 | 2024-11-07T01:23:18.294Z | Downloaded multimap v0.10.0 |
576 | 2024-11-07T01:23:18.296Z | Downloaded ssh-cipher v0.2.0 |
577 | 2024-11-07T01:23:18.296Z | Downloaded mockall v0.13.0 |
578 | 2024-11-07T01:23:18.299Z | Downloaded foreign-types-macros v0.2.3 |
579 | 2024-11-07T01:23:18.299Z | Downloaded samael v0.0.17 |
580 | 2024-11-07T01:23:18.306Z | Downloaded slog-stdlog v4.1.1 |
581 | 2024-11-07T01:23:18.308Z | Downloaded memoffset v0.9.1 |
582 | 2024-11-07T01:23:18.310Z | Downloaded native-tls v0.2.12 |
583 | 2024-11-07T01:23:18.313Z | Downloaded darling v0.20.10 |
584 | 2024-11-07T01:23:18.317Z | Downloaded debug-ignore v1.0.5 |
585 | 2024-11-07T01:23:18.319Z | Downloaded oso-derive v0.27.3 |
586 | 2024-11-07T01:23:18.322Z | Downloaded ref-cast v1.0.23 |
587 | 2024-11-07T01:23:18.324Z | Downloaded pbkdf2 v0.11.0 |
588 | 2024-11-07T01:23:18.328Z | Downloaded enum-as-inner v0.5.1 |
589 | 2024-11-07T01:23:18.332Z | Downloaded dsl_auto_type v0.1.2 |
590 | 2024-11-07T01:23:18.332Z | Downloaded string_cache v0.8.7 |
591 | 2024-11-07T01:23:18.334Z | Downloaded tls_codec_derive v0.4.1 |
592 | 2024-11-07T01:23:18.337Z | Downloaded hmac v0.12.1 |
593 | 2024-11-07T01:23:18.337Z | Downloaded blake2 v0.10.6 |
594 | 2024-11-07T01:23:18.340Z | Downloaded supports-color v3.0.1 |
595 | 2024-11-07T01:23:18.342Z | Downloaded jobserver v0.1.32 |
596 | 2024-11-07T01:23:18.345Z | Downloaded keccak v0.1.5 |
597 | 2024-11-07T01:23:18.347Z | Downloaded bit-vec v0.6.3 |
598 | 2024-11-07T01:23:18.350Z | Downloaded lru v0.12.5 |
599 | 2024-11-07T01:23:18.352Z | Downloaded lock_api v0.4.12 |
600 | 2024-11-07T01:23:18.352Z | Downloaded mime_guess v2.0.5 |
601 | 2024-11-07T01:23:18.355Z | Downloaded filetime v0.2.25 |
602 | 2024-11-07T01:23:18.357Z | Downloaded ref-cast-impl v1.0.23 |
603 | 2024-11-07T01:23:18.359Z | Downloaded hyper v1.4.1 |
604 | 2024-11-07T01:23:18.366Z | Downloaded uzers v0.12.1 |
605 | 2024-11-07T01:23:18.369Z | Downloaded termtree v0.4.1 |
606 | 2024-11-07T01:23:18.371Z | Downloaded crossbeam-epoch v0.9.18 |
607 | 2024-11-07T01:23:18.374Z | Downloaded arc-swap v1.7.1 |
608 | 2024-11-07T01:23:18.378Z | Downloaded hash32 v0.3.1 |
609 | 2024-11-07T01:23:18.380Z | Downloaded futures-core v0.3.31 |
610 | 2024-11-07T01:23:18.383Z | Downloaded funty v2.0.0 |
611 | 2024-11-07T01:23:18.385Z | Downloaded time-core v0.1.2 |
612 | 2024-11-07T01:23:18.385Z | Downloaded strum v0.26.3 |
613 | 2024-11-07T01:23:18.385Z | Downloaded tokio-rustls v0.25.0 |
614 | 2024-11-07T01:23:18.388Z | Downloaded want v0.3.1 |
615 | 2024-11-07T01:23:18.391Z | Downloaded untrusted v0.7.1 |
616 | 2024-11-07T01:23:18.391Z | Downloaded take_mut v0.2.2 |
617 | 2024-11-07T01:23:18.393Z | Downloaded primeorder v0.13.6 |
618 | 2024-11-07T01:23:18.395Z | Downloaded phf_shared v0.11.2 |
619 | 2024-11-07T01:23:18.395Z | Downloaded peg v0.8.4 |
620 | 2024-11-07T01:23:18.400Z | Downloaded r2d2 v0.8.10 |
621 | 2024-11-07T01:23:18.403Z | Downloaded bytes v1.7.2 |
622 | 2024-11-07T01:23:18.407Z | Downloaded russh-keys v0.45.0 |
623 | 2024-11-07T01:23:18.410Z | Downloaded fxhash v0.2.1 |
624 | 2024-11-07T01:23:18.412Z | Downloaded diesel_table_macro_syntax v0.2.0 |
625 | 2024-11-07T01:23:18.413Z | Downloaded indicatif v0.17.8 |
626 | 2024-11-07T01:23:18.418Z | Downloaded base64 v0.21.7 |
627 | 2024-11-07T01:23:18.422Z | Downloaded serde_plain v1.0.2 |
628 | 2024-11-07T01:23:18.424Z | Downloaded hashlink v0.9.1 |
629 | 2024-11-07T01:23:18.427Z | Downloaded opaque-debug v0.3.1 |
630 | 2024-11-07T01:23:18.430Z | Downloaded hyper-util v0.1.9 |
631 | 2024-11-07T01:23:18.433Z | Downloaded slog-envlogger v2.2.0 |
632 | 2024-11-07T01:23:18.435Z | Downloaded signal-hook-registry v1.4.2 |
633 | 2024-11-07T01:23:18.438Z | Downloaded signal-hook-mio v0.2.4 |
634 | 2024-11-07T01:23:18.440Z | Downloaded pin-project-internal v1.1.6 |
635 | 2024-11-07T01:23:18.443Z | Downloaded tracing-attributes v0.1.27 |
636 | 2024-11-07T01:23:18.445Z | Downloaded subprocess v0.2.9 |
637 | 2024-11-07T01:23:18.448Z | Downloaded unarray v0.1.4 |
638 | 2024-11-07T01:23:18.450Z | Downloaded uuid v1.10.0 |
639 | 2024-11-07T01:23:18.452Z | Downloaded thiserror-no-std v2.0.2 |
640 | 2024-11-07T01:23:18.457Z | Downloaded deranged v0.3.11 |
641 | 2024-11-07T01:23:18.460Z | Downloaded termios v0.3.3 |
642 | 2024-11-07T01:23:18.473Z | Downloaded whoami v1.5.2 |
643 | 2024-11-07T01:23:18.475Z | Downloaded cc v1.1.30 |
644 | 2024-11-07T01:23:18.479Z | Downloaded which v4.4.2 |
645 | 2024-11-07T01:23:18.481Z | Downloaded crypto-bigint v0.5.5 |
646 | 2024-11-07T01:23:18.489Z | Downloaded normalize-line-endings v0.3.0 |
647 | 2024-11-07T01:23:18.491Z | Downloaded embedded-io v0.6.1 |
648 | 2024-11-07T01:23:18.494Z | Downloaded pin-project v1.1.6 |
649 | 2024-11-07T01:23:18.506Z | Downloaded pkg-config v0.3.31 |
650 | 2024-11-07T01:23:18.509Z | Downloaded tower-service v0.3.3 |
651 | 2024-11-07T01:23:18.511Z | Downloaded pem-rfc7468 v0.7.0 |
652 | 2024-11-07T01:23:18.514Z | Downloaded num_enum v0.5.11 |
653 | 2024-11-07T01:23:18.518Z | Downloaded thiserror-impl-no-std v2.0.2 |
654 | 2024-11-07T01:23:18.521Z | Downloaded pem v3.0.4 |
655 | 2024-11-07T01:23:18.524Z | Downloaded parse-display-derive v0.10.0 |
656 | 2024-11-07T01:23:18.524Z | Downloaded smf v0.2.3 |
657 | 2024-11-07T01:23:18.527Z | Downloaded vsss-rs v3.3.4 |
658 | 2024-11-07T01:23:18.529Z | Downloaded polyval v0.6.2 |
659 | 2024-11-07T01:23:18.531Z | Downloaded elliptic-curve v0.13.8 |
660 | 2024-11-07T01:23:18.535Z | Downloaded pin-project-lite v0.2.14 |
661 | 2024-11-07T01:23:18.541Z | Downloaded chacha20poly1305 v0.10.1 |
662 | 2024-11-07T01:23:18.544Z | Downloaded rustfmt-wrapper v0.2.1 |
663 | 2024-11-07T01:23:18.547Z | Downloaded rustc_version v0.4.1 |
664 | 2024-11-07T01:23:18.547Z | Downloaded glob v0.3.1 |
665 | 2024-11-07T01:23:18.549Z | Downloaded const_format v0.2.33 |
666 | 2024-11-07T01:23:18.554Z | Downloaded tokio-tungstenite v0.23.1 |
667 | 2024-11-07T01:23:18.557Z | Downloaded sync_wrapper v1.0.1 |
668 | 2024-11-07T01:23:18.559Z | Downloaded snafu-derive v0.8.5 |
669 | 2024-11-07T01:23:18.562Z | Downloaded structmeta v0.3.0 |
670 | 2024-11-07T01:23:18.562Z | Downloaded structmeta v0.2.0 |
671 | 2024-11-07T01:23:18.565Z | Downloaded tracing v0.1.40 |
672 | 2024-11-07T01:23:18.570Z | Downloaded dirs-next v2.0.0 |
673 | 2024-11-07T01:23:18.572Z | Downloaded stringprep v0.1.5 |
674 | 2024-11-07T01:23:18.575Z | Downloaded stable_deref_trait v1.2.0 |
675 | 2024-11-07T01:23:18.575Z | Downloaded waitgroup v0.1.2 |
676 | 2024-11-07T01:23:18.577Z | Downloaded test-strategy v0.3.1 |
677 | 2024-11-07T01:23:18.580Z | Downloaded flagset v0.4.6 |
678 | 2024-11-07T01:23:18.583Z | Downloaded fixedbitset v0.4.2 |
679 | 2024-11-07T01:23:18.586Z | Downloaded heck v0.3.3 |
680 | 2024-11-07T01:23:18.586Z | Downloaded float-cmp v0.9.0 |
681 | 2024-11-07T01:23:18.589Z | Downloaded dirs-sys-next v0.1.2 |
682 | 2024-11-07T01:23:18.591Z | Downloaded pkcs8 v0.10.2 |
683 | 2024-11-07T01:23:18.593Z | Downloaded zeroize_derive v1.4.2 |
684 | 2024-11-07T01:23:18.594Z | Downloaded aes-gcm v0.10.3 |
685 | 2024-11-07T01:23:18.598Z | Downloaded float-ord v0.3.2 |
686 | 2024-11-07T01:23:18.600Z | Downloaded derive-where v1.2.7 |
687 | 2024-11-07T01:23:18.604Z | Downloaded downcast v0.11.0 |
688 | 2024-11-07T01:23:18.606Z | Downloaded phf_codegen v0.11.2 |
689 | 2024-11-07T01:23:18.609Z | Downloaded slog-async v2.8.0 |
690 | 2024-11-07T01:23:18.609Z | Downloaded pkcs5 v0.7.1 |
691 | 2024-11-07T01:23:18.614Z | Downloaded progenitor v0.8.0 |
692 | 2024-11-07T01:23:18.616Z | Downloaded predicates-tree v1.0.11 |
693 | 2024-11-07T01:23:18.616Z | Downloaded phf v0.11.2 |
694 | 2024-11-07T01:23:18.618Z | Downloaded fd-lock v4.0.2 |
695 | 2024-11-07T01:23:18.621Z | Downloaded socket2 v0.5.7 |
696 | 2024-11-07T01:23:18.623Z | Downloaded tabwriter v1.4.0 |
697 | 2024-11-07T01:23:18.625Z | Downloaded shell-words v1.1.0 |
698 | 2024-11-07T01:23:18.625Z | Downloaded rustc-hash v1.1.0 |
699 | 2024-11-07T01:23:18.628Z | Downloaded predicates-core v1.0.8 |
700 | 2024-11-07T01:23:18.628Z | Downloaded poly1305 v0.8.0 |
701 | 2024-11-07T01:23:18.630Z | Downloaded zeroize v1.8.1 |
702 | 2024-11-07T01:23:18.633Z | Downloaded url v2.5.2 |
703 | 2024-11-07T01:23:18.637Z | Downloaded defmt-parser v0.3.4 |
704 | 2024-11-07T01:23:18.639Z | Downloaded gethostname v0.5.0 |
705 | 2024-11-07T01:23:18.639Z | Downloaded tap v1.0.1 |
706 | 2024-11-07T01:23:18.641Z | Downloaded wait-timeout v0.2.0 |
707 | 2024-11-07T01:23:18.641Z | Downloaded serde_path_to_error v0.1.16 |
708 | 2024-11-07T01:23:18.643Z | Downloaded tokio-tungstenite v0.21.0 |
709 | 2024-11-07T01:23:18.646Z | Downloaded walkdir v2.5.0 |
710 | 2024-11-07T01:23:18.648Z | Downloaded des v0.8.1 |
711 | 2024-11-07T01:23:18.651Z | Downloaded displaydoc v0.2.5 |
712 | 2024-11-07T01:23:18.654Z | Downloaded steno v0.4.1 |
713 | 2024-11-07T01:23:18.657Z | Downloaded rsa v0.9.6 |
714 | 2024-11-07T01:23:18.663Z | Downloaded phf_shared v0.10.0 |
715 | 2024-11-07T01:23:18.665Z | Downloaded parking_lot_core v0.9.10 |
716 | 2024-11-07T01:23:18.668Z | Downloaded difflib v0.4.0 |
717 | 2024-11-07T01:23:18.668Z | Downloaded diesel-dtrace v0.3.0 |
718 | 2024-11-07T01:23:18.670Z | Downloaded sigpipe v0.1.3 |
719 | 2024-11-07T01:23:18.672Z | Downloaded resolv-conf v0.7.0 |
720 | 2024-11-07T01:23:18.672Z | Downloaded toolchain_find v0.4.0 |
721 | 2024-11-07T01:23:18.675Z | Downloaded num v0.4.3 |
722 | 2024-11-07T01:23:18.675Z | Downloaded path-slash v0.1.5 |
723 | 2024-11-07T01:23:18.678Z | Downloaded serde_derive_internals v0.29.1 |
724 | 2024-11-07T01:23:18.681Z | Downloaded strum_macros v0.24.3 |
725 | 2024-11-07T01:23:18.681Z | Downloaded derive_builder_macro v0.20.2 |
726 | 2024-11-07T01:23:18.684Z | Downloaded num_threads v0.1.7 |
727 | 2024-11-07T01:23:18.684Z | Downloaded endian-type v0.1.2 |
728 | 2024-11-07T01:23:18.684Z | Downloaded rand_seeder v0.3.0 |
729 | 2024-11-07T01:23:18.686Z | Downloaded vergen v8.3.2 |
730 | 2024-11-07T01:23:18.689Z | Downloaded tinyvec_macros v0.1.1 |
731 | 2024-11-07T01:23:18.691Z | Downloaded paste v1.0.15 |
732 | 2024-11-07T01:23:18.694Z | Downloaded zone_cfg_derive v0.3.0 |
733 | 2024-11-07T01:23:18.695Z | Downloaded zone_cfg_derive v0.1.2 |
734 | 2024-11-07T01:23:18.697Z | Downloaded itertools v0.10.5 |
735 | 2024-11-07T01:23:18.702Z | Downloaded unicase v2.7.0 |
736 | 2024-11-07T01:23:18.705Z | Downloaded tls_codec v0.4.1 |
737 | 2024-11-07T01:23:18.707Z | Downloaded zerocopy v0.6.6 |
738 | 2024-11-07T01:23:18.710Z | Downloaded tokio-tungstenite v0.24.0 |
739 | 2024-11-07T01:23:18.712Z | Downloaded unicode-properties v0.1.3 |
740 | 2024-11-07T01:23:18.715Z | Downloaded reedline v0.35.0 |
741 | 2024-11-07T01:23:18.721Z | Downloaded parking_lot_core v0.8.6 |
742 | 2024-11-07T01:23:18.724Z | Downloaded chrono v0.4.38 |
743 | 2024-11-07T01:23:18.732Z | Downloaded sync_wrapper v0.1.2 |
744 | 2024-11-07T01:23:18.734Z | Downloaded number_prefix v0.4.0 |
745 | 2024-11-07T01:23:18.734Z | Downloaded zone v0.1.8 |
746 | 2024-11-07T01:23:18.737Z | Downloaded peg-macros v0.8.4 |
747 | 2024-11-07T01:23:18.739Z | Downloaded tiny-keccak v2.0.2 |
748 | 2024-11-07T01:23:18.742Z | Downloaded tungstenite v0.21.0 |
749 | 2024-11-07T01:23:18.745Z | Downloaded progenitor-client v0.8.0 |
750 | 2024-11-07T01:23:18.747Z | Downloaded enum-as-inner v0.6.1 |
751 | 2024-11-07T01:23:18.747Z | Downloaded psl-types v2.0.11 |
752 | 2024-11-07T01:23:18.749Z | Downloaded openssl-probe v0.1.5 |
753 | 2024-11-07T01:23:18.749Z | Downloaded fragile v2.0.0 |
754 | 2024-11-07T01:23:18.751Z | Downloaded num-iter v0.1.45 |
755 | 2024-11-07T01:23:18.754Z | Downloaded itertools v0.12.1 |
756 | 2024-11-07T01:23:18.760Z | Downloaded futures-io v0.3.31 |
757 | 2024-11-07T01:23:18.762Z | Downloaded zone v0.3.0 |
758 | 2024-11-07T01:23:18.762Z | Downloaded twox-hash v1.6.3 |
759 | 2024-11-07T01:23:18.765Z | Downloaded typify v0.2.0 |
760 | 2024-11-07T01:23:18.767Z | Downloaded siphasher v0.3.11 |
761 | 2024-11-07T01:23:18.769Z | Downloaded sec1 v0.7.3 |
762 | 2024-11-07T01:23:18.772Z | Downloaded rustc-hash v2.0.0 |
763 | 2024-11-07T01:23:18.772Z | Downloaded dhcproto v0.12.0 |
764 | 2024-11-07T01:23:18.775Z | Downloaded toml v0.7.8 |
765 | 2024-11-07T01:23:18.779Z | Downloaded quinn v0.11.5 |
766 | 2024-11-07T01:23:18.782Z | Downloaded postgres-types v0.2.8 |
767 | 2024-11-07T01:23:18.785Z | Downloaded headers-core v0.3.0 |
768 | 2024-11-07T01:23:18.787Z | Downloaded ed25519-dalek v2.1.1 |
769 | 2024-11-07T01:23:18.791Z | Downloaded parse-size v1.1.0 |
770 | 2024-11-07T01:23:18.791Z | Downloaded powerfmt v0.2.0 |
771 | 2024-11-07T01:23:18.793Z | Downloaded x509-cert v0.2.5 |
772 | 2024-11-07T01:23:18.799Z | Downloaded tokio-native-tls v0.3.1 |
773 | 2024-11-07T01:23:18.802Z | Downloaded tokio-macros v2.4.0 |
774 | 2024-11-07T01:23:18.802Z | Downloaded smallvec v0.6.14 |
775 | 2024-11-07T01:23:18.805Z | Downloaded precomputed-hash v0.1.1 |
776 | 2024-11-07T01:23:18.805Z | Downloaded similar v2.6.0 |
777 | 2024-11-07T01:23:18.809Z | Downloaded form_urlencoded v1.2.1 |
778 | 2024-11-07T01:23:18.812Z | Downloaded predicates v3.1.2 |
779 | 2024-11-07T01:23:18.814Z | Downloaded structmeta-derive v0.2.0 |
780 | 2024-11-07T01:23:18.814Z | Downloaded num-integer v0.1.46 |
781 | 2024-11-07T01:23:18.817Z | Downloaded derive_builder_core v0.20.2 |
782 | 2024-11-07T01:23:18.819Z | Downloaded num-rational v0.4.2 |
783 | 2024-11-07T01:23:18.821Z | Downloaded serde_with v3.11.0 |
784 | 2024-11-07T01:23:18.829Z | Downloaded rusqlite v0.32.1 |
785 | 2024-11-07T01:23:18.837Z | Downloaded unicode-xid v0.2.6 |
786 | 2024-11-07T01:23:18.839Z | Downloaded packed_struct v0.10.1 |
787 | 2024-11-07T01:23:18.839Z | Downloaded vte_generate_state_changes v0.1.2 |
788 | 2024-11-07T01:23:18.842Z | Downloaded quick-error v1.2.3 |
789 | 2024-11-07T01:23:18.842Z | Downloaded fallible-iterator v0.2.0 |
790 | 2024-11-07T01:23:18.844Z | Downloaded peg-runtime v0.8.3 |
791 | 2024-11-07T01:23:18.844Z | Downloaded flume v0.11.0 |
792 | 2024-11-07T01:23:18.847Z | Downloaded topological-sort v0.2.2 |
793 | 2024-11-07T01:23:18.850Z | Downloaded termcolor v1.4.1 |
794 | 2024-11-07T01:23:18.852Z | Downloaded unicode-truncate v1.1.0 |
795 | 2024-11-07T01:23:18.852Z | Downloaded rustls-pemfile v1.0.4 |
796 | 2024-11-07T01:23:18.855Z | Downloaded ssh-encoding v0.2.0 |
797 | 2024-11-07T01:23:18.857Z | Downloaded secrecy v0.8.0 |
798 | 2024-11-07T01:23:18.857Z | Downloaded smallvec v1.13.2 |
799 | 2024-11-07T01:23:18.859Z | Downloaded postgres-protocol v0.6.7 |
800 | 2024-11-07T01:23:18.862Z | Downloaded progenitor-impl v0.8.0 |
801 | 2024-11-07T01:23:18.865Z | Downloaded getrandom v0.2.15 |
802 | 2024-11-07T01:23:18.867Z | Downloaded signal-hook-tokio v0.3.1 |
803 | 2024-11-07T01:23:18.867Z | Downloaded universal-hash v0.5.1 |
804 | 2024-11-07T01:23:18.870Z | Downloaded foreign-types v0.5.0 |
805 | 2024-11-07T01:23:18.870Z | Downloaded hkdf v0.12.4 |
806 | 2024-11-07T01:23:18.873Z | Downloaded snafu v0.8.5 |
807 | 2024-11-07T01:23:18.878Z | Downloaded schemars_derive v0.8.21 |
808 | 2024-11-07T01:23:18.880Z | Downloaded rustversion v1.0.17 |
809 | 2024-11-07T01:23:18.883Z | Downloaded sqlparser_derive v0.2.2 |
810 | 2024-11-07T01:23:18.885Z | Downloaded openssl-macros v0.1.1 |
811 | 2024-11-07T01:23:18.885Z | Downloaded num-conv v0.1.0 |
812 | 2024-11-07T01:23:18.885Z | Downloaded foreign-types v0.3.2 |
813 | 2024-11-07T01:23:18.888Z | Downloaded futures-sink v0.3.31 |
814 | 2024-11-07T01:23:18.888Z | Downloaded fallible-streaming-iterator v0.1.9 |
815 | 2024-11-07T01:23:18.888Z | Downloaded dropshot_endpoint v0.12.0 |
816 | 2024-11-07T01:23:18.891Z | Downloaded foldhash v0.1.3 |
817 | 2024-11-07T01:23:18.894Z | Downloaded fallible-iterator v0.3.0 |
818 | 2024-11-07T01:23:18.894Z | Downloaded num-complex v0.4.6 |
819 | 2024-11-07T01:23:18.896Z | Downloaded hash32 v0.2.1 |
820 | 2024-11-07T01:23:18.896Z | Downloaded derive_builder v0.20.2 |
821 | 2024-11-07T01:23:18.901Z | Downloaded shlex v1.3.0 |
822 | 2024-11-07T01:23:18.903Z | Downloaded xattr v1.3.1 |
823 | 2024-11-07T01:23:18.905Z | Downloaded untrusted v0.9.0 |
824 | 2024-11-07T01:23:18.905Z | Downloaded term v0.7.0 |
825 | 2024-11-07T01:23:18.909Z | Downloaded slog-bunyan v2.5.0 |
826 | 2024-11-07T01:23:18.911Z | Downloaded idna v0.5.0 |
827 | 2024-11-07T01:23:18.917Z | Downloaded xz2 v0.1.7 |
828 | 2024-11-07T01:23:18.920Z | Downloaded futures-macro v0.3.31 |
829 | 2024-11-07T01:23:18.920Z | Downloaded fatfs v0.3.6 |
830 | 2024-11-07T01:23:18.923Z | Downloaded tokio-postgres v0.7.12 |
831 | 2024-11-07T01:23:18.928Z | Downloaded structmeta-derive v0.3.0 |
832 | 2024-11-07T01:23:18.932Z | Downloaded semver v0.1.20 |
833 | 2024-11-07T01:23:18.932Z | Downloaded futures-task v0.3.31 |
834 | 2024-11-07T01:23:18.934Z | Downloaded heapless v0.7.17 |
835 | 2024-11-07T01:23:18.937Z | Downloaded env_logger v0.11.5 |
836 | 2024-11-07T01:23:18.939Z | Downloaded env_logger v0.10.2 |
837 | 2024-11-07T01:23:18.941Z | Downloaded rusty-fork v0.3.0 |
838 | 2024-11-07T01:23:18.944Z | Downloaded num-derive v0.4.2 |
839 | 2024-11-07T01:23:18.948Z | Downloaded defmt-macros v0.3.9 |
840 | 2024-11-07T01:23:18.950Z | Downloaded winnow v0.5.40 |
841 | 2024-11-07T01:23:18.956Z | Downloaded unicode-segmentation v1.12.0 |
842 | 2024-11-07T01:23:18.960Z | Downloaded unicode-bidi v0.3.17 |
843 | 2024-11-07T01:23:18.964Z | Downloaded sct v0.7.1 |
844 | 2024-11-07T01:23:18.967Z | Downloaded flate2 v1.0.34 |
845 | 2024-11-07T01:23:18.972Z | Downloaded rand v0.8.5 |
846 | 2024-11-07T01:23:18.975Z | Downloaded hyper v0.14.30 |
847 | 2024-11-07T01:23:18.983Z | Downloaded postcard v1.0.10 |
848 | 2024-11-07T01:23:18.985Z | Downloaded tinyvec v1.8.0 |
849 | 2024-11-07T01:23:18.988Z | Downloaded slog-term v2.9.1 |
850 | 2024-11-07T01:23:18.992Z | Downloaded der_derive v0.7.3 |
851 | 2024-11-07T01:23:18.994Z | Downloaded owo-colors v4.1.0 |
852 | 2024-11-07T01:23:18.997Z | Downloaded num-bigint v0.4.6 |
853 | 2024-11-07T01:23:19.000Z | Downloaded pkcs1 v0.7.5 |
854 | 2024-11-07T01:23:19.002Z | Downloaded nom v7.1.3 |
855 | 2024-11-07T01:23:19.008Z | Downloaded zopfli v0.8.1 |
856 | 2024-11-07T01:23:19.010Z | Downloaded half v2.4.1 |
857 | 2024-11-07T01:23:19.013Z | Downloaded yasna v0.5.2 |
858 | 2024-11-07T01:23:19.016Z | Downloaded vte v0.11.1 |
859 | 2024-11-07T01:23:19.018Z | Downloaded tar v0.4.42 |
860 | 2024-11-07T01:23:19.020Z | Downloaded idna v0.2.3 |
861 | 2024-11-07T01:23:19.027Z | Downloaded typed-path v0.7.1 |
862 | 2024-11-07T01:23:19.033Z | Downloaded rustls-pki-types v1.9.0 |
863 | 2024-11-07T01:23:19.037Z | Downloaded hashbrown v0.14.5 |
864 | 2024-11-07T01:23:19.042Z | Downloaded zip v2.1.3 |
865 | 2024-11-07T01:23:19.047Z | Downloaded tokio-util v0.7.12 |
866 | 2024-11-07T01:23:19.055Z | Downloaded tungstenite v0.23.0 |
867 | 2024-11-07T01:23:19.057Z | Downloaded headers v0.4.0 |
868 | 2024-11-07T01:23:19.062Z | Downloaded tungstenite v0.24.0 |
869 | 2024-11-07T01:23:19.066Z | Downloaded p256 v0.13.2 |
870 | 2024-11-07T01:23:19.069Z | Downloaded toml_edit v0.19.15 |
871 | 2024-11-07T01:23:19.086Z | Downloaded lalrpop v0.19.12 |
872 | 2024-11-07T01:23:19.098Z | Downloaded der v0.7.9 |
873 | 2024-11-07T01:23:19.103Z | Downloaded num-bigint-dig v0.8.4 |
874 | 2024-11-07T01:23:19.108Z | Downloaded radix_trie v0.2.1 |
875 | 2024-11-07T01:23:19.113Z | Downloaded nix v0.28.0 |
876 | 2024-11-07T01:23:19.125Z | Downloaded rayon v1.10.0 |
877 | 2024-11-07T01:23:19.135Z | Downloaded parse-zoneinfo v0.3.1 |
878 | 2024-11-07T01:23:19.137Z | Downloaded idna v0.4.0 |
879 | 2024-11-07T01:23:19.145Z | Downloaded tough v0.17.1 |
880 | 2024-11-07T01:23:19.153Z | Downloaded publicsuffix v2.2.3 |
881 | 2024-11-07T01:23:19.156Z | Downloaded bitvec v1.0.1 |
882 | 2024-11-07T01:23:19.171Z | Downloaded h2 v0.4.6 |
883 | 2024-11-07T01:23:19.178Z | Downloaded nix v0.27.1 |
884 | 2024-11-07T01:23:19.190Z | Downloaded ssh-key v0.6.6 |
885 | 2024-11-07T01:23:19.196Z | Downloaded rustyline v14.0.0 |
886 | 2024-11-07T01:23:19.202Z | Downloaded unicode_categories v0.1.1 |
887 | 2024-11-07T01:23:19.204Z | Downloaded unsafe-libyaml v0.2.11 |
888 | 2024-11-07T01:23:19.208Z | Downloaded idna v0.3.0 |
889 | 2024-11-07T01:23:19.215Z | Downloaded time v0.3.36 |
890 | 2024-11-07T01:23:19.222Z | Downloaded reqwest v0.12.8 |
891 | 2024-11-07T01:23:19.231Z | Downloaded salty v0.3.0 |
892 | 2024-11-07T01:23:19.238Z | Downloaded proptest v1.5.0 |
893 | 2024-11-07T01:23:19.247Z | Downloaded curve25519-dalek v4.1.3 |
894 | 2024-11-07T01:23:19.256Z | Downloaded unicode-normalization v0.1.24 |
895 | 2024-11-07T01:23:19.260Z | Downloaded reqwest v0.11.27 |
896 | 2024-11-07T01:23:19.268Z | Downloaded vcpkg v0.2.15 |
897 | 2024-11-07T01:23:19.307Z | Downloaded h2 v0.3.26 |
898 | 2024-11-07T01:23:19.314Z | Downloaded futures-util v0.3.31 |
899 | 2024-11-07T01:23:19.326Z | Downloaded webpki-roots v0.26.6 |
900 | 2024-11-07T01:23:19.329Z | Downloaded hickory-proto v0.24.1 |
901 | 2024-11-07T01:23:19.345Z | Downloaded rustls-webpki v0.101.7 |
902 | 2024-11-07T01:23:19.359Z | Downloaded regex v1.11.0 |
903 | 2024-11-07T01:23:19.372Z | Downloaded portable-atomic v1.9.0 |
904 | 2024-11-07T01:23:19.379Z | Downloaded sqlparser v0.45.0 |
905 | 2024-11-07T01:23:19.385Z | Downloaded object v0.30.4 |
906 | 2024-11-07T01:23:19.394Z | Downloaded rustls v0.21.12 |
907 | 2024-11-07T01:23:19.406Z | Downloaded rustls-webpki v0.102.8 |
908 | 2024-11-07T01:23:19.426Z | Downloaded bstr v1.10.0 |
909 | 2024-11-07T01:23:19.435Z | Downloaded diesel v2.2.4 |
910 | 2024-11-07T01:23:19.454Z | Downloaded p384 v0.13.0 |
911 | 2024-11-07T01:23:19.460Z | Downloaded object v0.36.5 |
912 | 2024-11-07T01:23:19.472Z | Downloaded gimli v0.31.1 |
913 | 2024-11-07T01:23:19.480Z | Downloaded chrono-tz v0.10.0 |
914 | 2024-11-07T01:23:19.488Z | Downloaded rustls v0.22.4 |
915 | 2024-11-07T01:23:19.502Z | Downloaded openssl v0.10.66 |
916 | 2024-11-07T01:23:19.511Z | Downloaded openapiv3 v2.0.0 |
917 | 2024-11-07T01:23:19.523Z | Downloaded smoltcp v0.11.0 |
918 | 2024-11-07T01:23:19.536Z | Downloaded regress v0.9.1 |
919 | 2024-11-07T01:23:19.545Z | Downloaded rustls v0.23.14 |
920 | 2024-11-07T01:23:19.557Z | Downloaded regex-syntax v0.8.5 |
921 | 2024-11-07T01:23:19.565Z | Downloaded zerocopy-derive v0.6.6 |
922 | 2024-11-07T01:23:19.575Z | Downloaded ratatui v0.28.1 |
923 | 2024-11-07T01:23:19.595Z | Downloaded typify-impl v0.2.0 |
924 | 2024-11-07T01:23:19.612Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
925 | 2024-11-07T01:23:19.623Z | Downloaded git2 v0.19.0 |
926 | 2024-11-07T01:23:19.631Z | Downloaded sled v0.34.7 |
927 | 2024-11-07T01:23:19.642Z | Downloaded dropshot v0.12.0 |
928 | 2024-11-07T01:23:19.662Z | Downloaded regress v0.10.1 |
929 | 2024-11-07T01:23:19.670Z | Downloaded regex-syntax v0.6.29 |
930 | 2024-11-07T01:23:19.677Z | Downloaded polar-core v0.27.3 |
931 | 2024-11-07T01:23:19.686Z | Downloaded regex-automata v0.4.8 |
932 | 2024-11-07T01:23:19.703Z | Downloaded nix v0.29.0 |
933 | 2024-11-07T01:23:19.715Z | Downloaded quick-xml v0.33.0 |
934 | 2024-11-07T01:23:19.721Z | Downloaded quinn-proto v0.11.8 |
935 | 2024-11-07T01:23:19.727Z | Downloaded smoltcp v0.9.1 |
936 | 2024-11-07T01:23:19.737Z | Downloaded trust-dns-proto v0.22.0 |
937 | 2024-11-07T01:23:19.749Z | Downloaded lzma-sys v0.1.20 |
938 | 2024-11-07T01:23:19.778Z | Downloaded petgraph v0.6.5 |
939 | 2024-11-07T01:23:19.796Z | Downloaded p521 v0.13.3 |
940 | 2024-11-07T01:23:19.800Z | Downloaded libz-sys v1.1.20 |
941 | 2024-11-07T01:23:19.820Z | Downloaded heapless v0.8.0 |
942 | 2024-11-07T01:23:19.831Z | Downloaded ppv-lite86 v0.2.20 |
943 | 2024-11-07T01:23:19.831Z | Downloaded tokio v1.40.0 |
944 | 2024-11-07T01:23:19.864Z | Downloaded value-bag v1.9.0 |
945 | 2024-11-07T01:23:19.866Z | Downloaded ghash v0.5.1 |
946 | 2024-11-07T01:23:19.868Z | Downloaded diff v0.1.13 |
947 | 2024-11-07T01:23:19.871Z | Downloaded bindgen v0.69.5 |
948 | 2024-11-07T01:23:19.877Z | Downloaded sha3 v0.10.8 |
949 | 2024-11-07T01:23:19.882Z | Downloaded derive_more v0.99.18 |
950 | 2024-11-07T01:23:19.886Z | Downloaded csv v1.3.0 |
951 | 2024-11-07T01:23:19.907Z | Downloaded num-traits v0.2.19 |
952 | 2024-11-07T01:23:19.909Z | Downloaded libm v0.2.8 |
953 | 2024-11-07T01:23:19.917Z | Downloaded env_filter v0.1.2 |
954 | 2024-11-07T01:23:19.919Z | Downloaded foreign-types-shared v0.3.1 |
955 | 2024-11-07T01:23:19.919Z | Downloaded foreign-types-shared v0.1.1 |
956 | 2024-11-07T01:23:19.921Z | Downloaded password-hash v0.5.0 |
957 | 2024-11-07T01:23:19.921Z | Downloaded ron v0.7.1 |
958 | 2024-11-07T01:23:19.926Z | Downloaded hashbrown v0.13.2 |
959 | 2024-11-07T01:23:19.930Z | Downloaded simd-adler32 v0.3.7 |
960 | 2024-11-07T01:23:19.932Z | Downloaded signature v2.2.0 |
961 | 2024-11-07T01:23:19.935Z | Downloaded password-hash v0.4.2 |
962 | 2024-11-07T01:23:19.935Z | Downloaded nu-ansi-term v0.50.1 |
963 | 2024-11-07T01:23:19.938Z | Downloaded progenitor-macro v0.8.0 |
964 | 2024-11-07T01:23:19.940Z | Downloaded phf_generator v0.11.2 |
965 | 2024-11-07T01:23:19.940Z | Downloaded percent-encoding v2.3.1 |
966 | 2024-11-07T01:23:19.942Z | Downloaded crossterm v0.28.1 |
967 | 2024-11-07T01:23:19.946Z | Downloaded rcgen v0.12.1 |
968 | 2024-11-07T01:23:19.949Z | Downloaded expectorate v1.1.0 |
969 | 2024-11-07T01:23:19.951Z | Downloaded blake3 v1.5.4 |
970 | 2024-11-07T01:23:19.958Z | Downloaded slab v0.4.9 |
971 | 2024-11-07T01:23:19.961Z | Downloaded tokio-rustls v0.24.1 |
972 | 2024-11-07T01:23:19.963Z | Downloaded sqlformat v0.2.6 |
973 | 2024-11-07T01:23:19.965Z | Downloaded rustc-demangle v0.1.24 |
974 | 2024-11-07T01:23:19.966Z | Downloaded hex-literal v0.4.1 |
975 | 2024-11-07T01:23:19.968Z | Downloaded hex v0.4.3 |
976 | 2024-11-07T01:23:19.968Z | Downloaded hashbrown v0.12.3 |
977 | 2024-11-07T01:23:19.972Z | Downloaded rand_core v0.6.4 |
978 | 2024-11-07T01:23:19.974Z | Downloaded rand_chacha v0.3.1 |
979 | 2024-11-07T01:23:19.977Z | Downloaded radium v0.7.0 |
980 | 2024-11-07T01:23:19.977Z | Downloaded proc-macro-crate v1.3.1 |
981 | 2024-11-07T01:23:19.977Z | Downloaded openssl-sys v0.9.103 |
982 | 2024-11-07T01:23:19.980Z | Downloaded rayon-core v1.12.1 |
983 | 2024-11-07T01:23:19.984Z | Downloaded russh v0.45.0 |
984 | 2024-11-07T01:23:19.989Z | Downloaded encoding_rs v0.8.34 |
985 | 2024-11-07T01:23:20.010Z | Downloaded qorb v0.2.0 |
986 | 2024-11-07T01:23:20.014Z | Downloaded diesel_derives v2.2.3 |
987 | 2024-11-07T01:23:20.018Z | Downloaded static_assertions v1.1.0 |
988 | 2024-11-07T01:23:20.020Z | Downloaded oso v0.27.3 |
989 | 2024-11-07T01:23:20.023Z | Downloaded schemars v0.8.21 |
990 | 2024-11-07T01:23:20.035Z | Downloaded ron v0.8.1 |
991 | 2024-11-07T01:23:20.041Z | Downloaded prettyplease v0.2.22 |
992 | 2024-11-07T01:23:20.044Z | Downloaded strip-ansi-escapes v0.2.0 |
993 | 2024-11-07T01:23:20.046Z | Downloaded signal-hook v0.3.17 |
994 | 2024-11-07T01:23:20.049Z | Downloaded serde-big-array v0.5.1 |
995 | 2024-11-07T01:23:20.051Z | Downloaded pretty-hex v0.2.1 |
996 | 2024-11-07T01:23:20.051Z | Downloaded scrypt v0.11.0 |
997 | 2024-11-07T01:23:20.052Z | Downloaded scopeguard v1.2.0 |
998 | 2024-11-07T01:23:20.055Z | Downloaded hickory-server v0.24.1 |
999 | 2024-11-07T01:23:20.057Z | Downloaded rustc_version v0.1.7 |
1000 | 2024-11-07T01:23:20.059Z | Downloaded rfc6979 v0.4.0 |
1001 | 2024-11-07T01:23:20.059Z | Downloaded globset v0.4.15 |
1002 | 2024-11-07T01:23:20.062Z | Downloaded ecdsa v0.16.9 |
1003 | 2024-11-07T01:23:20.062Z | Downloaded sha1 v0.10.6 |
1004 | 2024-11-07T01:23:20.065Z | Downloaded serde_repr v0.1.19 |
1005 | 2024-11-07T01:23:20.068Z | Downloaded parse-display v0.10.0 |
1006 | 2024-11-07T01:23:20.068Z | Downloaded futures v0.3.31 |
1007 | 2024-11-07T01:23:20.071Z | Downloaded zip v0.6.6 |
1008 | 2024-11-07T01:23:20.074Z | Downloaded serde_yaml v0.9.34+deprecated |
1009 | 2024-11-07T01:23:20.078Z | Downloaded http v1.1.0 |
1010 | 2024-11-07T01:23:20.082Z | Downloaded either v1.13.0 |
1011 | 2024-11-07T01:23:20.084Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1012 | 2024-11-07T01:23:20.142Z | Downloaded dyn-clone v1.0.17 |
1013 | 2024-11-07T01:23:20.144Z | Downloaded parking_lot v0.12.3 |
1014 | 2024-11-07T01:23:20.147Z | Downloaded omicron-zone-package v0.11.1 |
1015 | 2024-11-07T01:23:20.149Z | Downloaded nodrop v0.1.14 |
1016 | 2024-11-07T01:23:20.149Z | Downloaded group v0.13.0 |
1017 | 2024-11-07T01:23:20.152Z | Downloaded ena v0.14.3 |
1018 | 2024-11-07T01:23:20.152Z | Downloaded embedded-io v0.4.0 |
1019 | 2024-11-07T01:23:20.154Z | Downloaded ed25519 v2.2.3 |
1020 | 2024-11-07T01:23:20.157Z | Downloaded typify-macro v0.2.0 |
1021 | 2024-11-07T01:23:20.157Z | Downloaded rustls-pemfile v2.2.0 |
1022 | 2024-11-07T01:23:20.159Z | Downloaded slog v2.7.0 |
1023 | 2024-11-07T01:23:20.161Z | Downloaded miniz_oxide v0.8.0 |
1024 | 2024-11-07T01:23:20.163Z | Downloaded itertools v0.13.0 |
1025 | 2024-11-07T01:23:20.169Z | Downloaded tracing-core v0.1.32 |
1026 | 2024-11-07T01:23:20.172Z | Downloaded thread_local v1.1.8 |
1027 | 2024-11-07T01:23:20.174Z | Downloaded spki v0.7.3 |
1028 | 2024-11-07T01:23:20.176Z | Downloaded spin v0.5.2 |
1029 | 2024-11-07T01:23:20.176Z | Downloaded base64 v0.13.1 |
1030 | 2024-11-07T01:23:20.179Z | Downloaded darling_core v0.20.10 |
1031 | 2024-11-07T01:23:20.183Z | Downloaded compact_str v0.8.0 |
1032 | 2024-11-07T01:23:20.186Z | Downloaded same-file v1.0.6 |
1033 | 2024-11-07T01:23:20.189Z | Downloaded backtrace v0.3.74 |
1034 | 2024-11-07T01:23:20.192Z | Downloaded slog-dtrace v0.3.0 |
1035 | 2024-11-07T01:23:20.195Z | Downloaded parking_lot v0.11.2 |
1036 | 2024-11-07T01:23:20.197Z | Downloaded num_enum_derive v0.5.11 |
1037 | 2024-11-07T01:23:20.197Z | Downloaded futures-channel v0.3.31 |
1038 | 2024-11-07T01:23:20.199Z | Downloaded scheduled-thread-pool v0.2.7 |
1039 | 2024-11-07T01:23:20.201Z | Downloaded rpassword v7.3.1 |
1040 | 2024-11-07T01:23:20.201Z | Downloaded quinn-udp v0.5.5 |
1041 | 2024-11-07T01:23:20.204Z | Downloaded spin v0.9.8 |
1042 | 2024-11-07T01:23:20.206Z | Downloaded futures-executor v0.3.31 |
1043 | 2024-11-07T01:23:20.206Z | Downloaded aho-corasick v1.1.3 |
1044 | 2024-11-07T01:23:20.211Z | Downloaded pbkdf2 v0.12.2 |
1045 | 2024-11-07T01:23:20.214Z | Downloaded packed_struct_codegen v0.10.1 |
1046 | 2024-11-07T01:23:20.214Z | Downloaded utf-8 v0.7.6 |
1047 | 2024-11-07T01:23:20.218Z | Downloaded tokio-rustls v0.26.0 |
1048 | 2024-11-07T01:23:20.220Z | Downloaded pin-utils v0.1.0 |
1049 | 2024-11-07T01:23:20.220Z | Downloaded defmt v0.3.8 |
1050 | 2024-11-07T01:23:20.222Z | Downloaded serde_with_macros v3.11.0 |
1051 | 2024-11-07T01:23:20.225Z | Downloaded olpc-cjson v0.1.4 |
1052 | 2024-11-07T01:23:20.225Z | Downloaded strum_macros v0.26.4 |
1053 | 2024-11-07T01:23:20.227Z | Downloaded mockall_derive v0.13.0 |
1054 | 2024-11-07T01:23:20.229Z | Downloaded memmap2 v0.9.5 |
1055 | 2024-11-07T01:23:20.229Z | Downloaded csv-core v0.1.11 |
1056 | 2024-11-07T01:23:20.232Z | Downloaded console v0.15.8 |
1057 | 2024-11-07T01:23:20.234Z | Downloaded clang-sys v1.8.1 |
1058 | 2024-11-07T01:23:20.236Z | Downloaded ff v0.13.0 |
1059 | 2024-11-07T01:23:20.239Z | Downloaded slog-json v2.6.1 |
1060 | 2024-11-07T01:23:20.239Z | Downloaded libxml v0.3.3 |
1061 | 2024-11-07T01:23:20.244Z | Downloaded libloading v0.8.5 |
1062 | 2024-11-07T01:23:20.247Z | Downloaded display-error-chain v0.2.2 |
1063 | 2024-11-07T01:23:20.249Z | Downloaded tokio-stream v0.1.16 |
1064 | 2024-11-07T01:23:20.252Z | Downloaded cookie_store v0.21.0 |
1065 | 2024-11-07T01:23:20.254Z | Downloaded crc32fast v1.4.2 |
1066 | 2024-11-07T01:23:20.257Z | Downloaded maybe-uninit v2.0.0 |
1067 | 2024-11-07T01:23:20.257Z | Downloaded maplit v1.0.2 |
1068 | 2024-11-07T01:23:20.259Z | Downloaded lru-cache v0.1.2 |
1069 | 2024-11-07T01:23:20.260Z | Downloaded linked-hash-map v0.5.6 |
1070 | 2024-11-07T01:23:20.260Z | Downloaded libsw v3.3.1 |
1071 | 2024-11-07T01:23:20.262Z | Downloaded libefi-sys v0.1.0 |
1072 | 2024-11-07T01:23:20.262Z | Downloaded lalrpop-util v0.19.12 |
1073 | 2024-11-07T01:23:20.265Z | Downloaded is-terminal v0.4.13 |
1074 | 2024-11-07T01:23:20.265Z | Downloaded serde-hex v0.1.0 |
1075 | 2024-11-07T01:23:20.265Z | Downloaded mio v1.0.2 |
1076 | 2024-11-07T01:23:20.270Z | Downloaded minimal-lexical v0.2.1 |
1077 | 2024-11-07T01:23:20.274Z | Downloaded newline-converter v0.3.0 |
1078 | 2024-11-07T01:23:20.277Z | Downloaded rand_xorshift v0.3.0 |
1079 | 2024-11-07T01:23:20.277Z | Downloaded md-5 v0.10.6 |
1080 | 2024-11-07T01:23:20.280Z | Downloaded ipnet v2.10.1 |
1081 | 2024-11-07T01:23:20.280Z | Downloaded hyper-rustls v0.27.3 |
1082 | 2024-11-07T01:23:20.282Z | Downloaded cancel-safe-futures v0.1.5 |
1083 | 2024-11-07T01:23:20.285Z | Downloaded arrayvec v0.7.6 |
1084 | 2024-11-07T01:23:20.287Z | Downloaded allocator-api2 v0.2.18 |
1085 | 2024-11-07T01:23:20.290Z | Downloaded slog-scope v4.4.0 |
1086 | 2024-11-07T01:23:20.292Z | Downloaded ipnetwork v0.20.0 |
1087 | 2024-11-07T01:23:20.295Z | Downloaded indoc v1.0.9 |
1088 | 2024-11-07T01:23:20.295Z | Downloaded httparse v1.9.5 |
1089 | 2024-11-07T01:23:20.298Z | Downloaded const_format_proc_macros v0.2.33 |
1090 | 2024-11-07T01:23:20.300Z | Downloaded base64ct v1.6.0 |
1091 | 2024-11-07T01:23:20.302Z | Downloaded argon2 v0.5.3 |
1092 | 2024-11-07T01:23:20.304Z | Downloaded cobs v0.2.3 |
1093 | 2024-11-07T01:23:20.304Z | Downloaded ciborium-ll v0.2.2 |
1094 | 2024-11-07T01:23:20.306Z | Downloaded instability v0.3.2 |
1095 | 2024-11-07T01:23:20.306Z | Downloaded http-body-util v0.1.2 |
1096 | 2024-11-07T01:23:20.309Z | Downloaded block-padding v0.3.3 |
1097 | 2024-11-07T01:23:20.309Z | Downloaded bitfield-struct v0.6.2 |
1098 | 2024-11-07T01:23:20.311Z | Downloaded httpdate v1.0.3 |
1099 | 2024-11-07T01:23:20.311Z | Downloaded http-body v0.4.6 |
1100 | 2024-11-07T01:23:20.314Z | Downloaded ciborium v0.2.2 |
1101 | 2024-11-07T01:23:20.317Z | Downloaded backoff v0.4.0 |
1102 | 2024-11-07T01:23:20.319Z | Downloaded curve25519-dalek-derive v0.1.1 |
1103 | 2024-11-07T01:23:20.321Z | Downloaded async-bb8-diesel v0.2.1 |
1104 | 2024-11-07T01:23:20.324Z | Downloaded constant_time_eq v0.3.1 |
1105 | 2024-11-07T01:23:20.324Z | Downloaded async-stream v0.3.6 |
1106 | 2024-11-07T01:23:20.326Z | Downloaded bcrypt-pbkdf v0.10.0 |
1107 | 2024-11-07T01:23:20.329Z | Downloaded atomic-waker v1.1.2 |
1108 | 2024-11-07T01:23:20.329Z | Downloaded ascii-canvas v3.0.0 |
1109 | 2024-11-07T01:23:20.450Z | Downloaded libsqlite3-sys v0.30.1 |
1110 | 2024-11-07T01:23:20.541Z | Downloaded ring v0.17.8 |
1111 | 2024-11-07T01:23:20.665Z | Downloaded ring v0.16.20 |
1112 | 2024-11-07T01:23:20.897Z | Compiling serde v1.0.210 |
1113 | 2024-11-07T01:23:20.899Z | Compiling typenum v1.17.0 |
1114 | 2024-11-07T01:23:20.899Z | Compiling generic-array v0.14.7 |
1115 | 2024-11-07T01:23:20.899Z | Compiling lock_api v0.4.12 |
1116 | 2024-11-07T01:23:20.899Z | Compiling scopeguard v1.2.0 |
1117 | 2024-11-07T01:23:20.899Z | Compiling subtle v2.6.1 |
1118 | 2024-11-07T01:23:20.899Z | Compiling syn v2.0.79 |
1119 | 2024-11-07T01:23:20.899Z | Compiling getrandom v0.2.15 |
1120 | 2024-11-07T01:23:21.211Z | Compiling value-bag v1.9.0 |
1121 | 2024-11-07T01:23:21.413Z | Compiling rand_core v0.6.4 |
1122 | 2024-11-07T01:23:21.504Z | Compiling const-oid v0.9.6 |
1123 | 2024-11-07T01:23:21.523Z | Compiling jobserver v0.1.32 |
1124 | 2024-11-07T01:23:21.649Z | Compiling shlex v1.3.0 |
1125 | 2024-11-07T01:23:21.835Z | Compiling log v0.4.22 |
1126 | 2024-11-07T01:23:21.998Z | Compiling cc v1.1.30 |
1127 | 2024-11-07T01:23:22.087Z | Compiling pin-project-lite v0.2.14 |
1128 | 2024-11-07T01:23:22.122Z | Compiling smallvec v1.13.2 |
1129 | 2024-11-07T01:23:22.222Z | Compiling parking_lot_core v0.9.10 |
1130 | 2024-11-07T01:23:22.491Z | Compiling futures-core v0.3.31 |
1131 | 2024-11-07T01:23:22.545Z | Compiling signal-hook-registry v1.4.2 |
1132 | 2024-11-07T01:23:22.752Z | Compiling mio v1.0.2 |
1133 | 2024-11-07T01:23:22.769Z | Compiling cpufeatures v0.2.14 |
1134 | 2024-11-07T01:23:22.873Z | Compiling futures-sink v0.3.31 |
1135 | 2024-11-07T01:23:23.040Z | Compiling spin v0.9.8 |
1136 | 2024-11-07T01:23:23.382Z | Compiling parking_lot v0.12.3 |
1137 | 2024-11-07T01:23:23.480Z | Compiling socket2 v0.5.7 |
1138 | 2024-11-07T01:23:23.483Z | Compiling slab v0.4.9 |
1139 | 2024-11-07T01:23:23.552Z | Compiling serde_json v1.0.128 |
1140 | 2024-11-07T01:23:23.906Z | Compiling futures-channel v0.3.31 |
1141 | 2024-11-07T01:23:23.925Z | Compiling tinyvec_macros v0.1.1 |
1142 | 2024-11-07T01:23:23.941Z | Compiling futures-io v0.3.31 |
1143 | 2024-11-07T01:23:24.017Z | Compiling allocator-api2 v0.2.18 |
1144 | 2024-11-07T01:23:24.255Z | Compiling pin-utils v0.1.0 |
1145 | 2024-11-07T01:23:24.274Z | Compiling foldhash v0.1.3 |
1146 | 2024-11-07T01:23:24.280Z | Compiling futures-task v0.3.31 |
1147 | 2024-11-07T01:23:24.332Z | Compiling tinyvec v1.8.0 |
1148 | 2024-11-07T01:23:24.351Z | Compiling pkg-config v0.3.31 |
1149 | 2024-11-07T01:23:24.400Z | Compiling libm v0.2.8 |
1150 | 2024-11-07T01:23:24.588Z | Compiling num-traits v0.2.19 |
1151 | 2024-11-07T01:23:24.657Z | Compiling unicode-bidi v0.3.17 |
1152 | 2024-11-07T01:23:24.767Z | Compiling hashbrown v0.15.0 |
1153 | 2024-11-07T01:23:25.198Z | Compiling base64ct v1.6.0 |
1154 | 2024-11-07T01:23:25.774Z | Compiling pem-rfc7468 v0.7.0 |
1155 | 2024-11-07T01:23:25.836Z | Compiling unicode-normalization v0.1.24 |
1156 | 2024-11-07T01:23:26.149Z | Compiling ring v0.17.8 |
1157 | 2024-11-07T01:23:26.167Z | Compiling flagset v0.4.6 |
1158 | 2024-11-07T01:23:26.189Z | Compiling httparse v1.9.5 |
1159 | 2024-11-07T01:23:26.262Z | Compiling tracing-core v0.1.32 |
1160 | 2024-11-07T01:23:26.377Z | Compiling percent-encoding v2.3.1 |
1161 | 2024-11-07T01:23:26.505Z | Compiling rustls-pki-types v1.9.0 |
1162 | 2024-11-07T01:23:26.763Z | Compiling crossbeam-utils v0.8.20 |
1163 | 2024-11-07T01:23:26.980Z | Compiling powerfmt v0.2.0 |
1164 | 2024-11-07T01:23:27.380Z | Compiling time-core v0.1.2 |
1165 | 2024-11-07T01:23:27.399Z | Compiling untrusted v0.9.0 |
1166 | 2024-11-07T01:23:27.543Z | Compiling num-conv v0.1.0 |
1167 | 2024-11-07T01:23:27.546Z | Compiling vcpkg v0.2.15 |
1168 | 2024-11-07T01:23:27.625Z | Compiling deranged v0.3.11 |
1169 | 2024-11-07T01:23:27.771Z | Compiling num_threads v0.1.7 |
1170 | 2024-11-07T01:23:27.813Z | Compiling time-macros v0.2.18 |
1171 | 2024-11-07T01:23:27.901Z | Compiling atomic-waker v1.1.2 |
1172 | 2024-11-07T01:23:27.925Z | Compiling form_urlencoded v1.2.1 |
1173 | 2024-11-07T01:23:28.080Z | Compiling rustix v0.38.37 |
1174 | 2024-11-07T01:23:28.244Z | Compiling try-lock v0.2.5 |
1175 | 2024-11-07T01:23:28.578Z | Compiling slog v2.7.0 |
1176 | 2024-11-07T01:23:28.718Z | Compiling want v0.3.1 |
1177 | 2024-11-07T01:23:28.916Z | Compiling httpdate v1.0.3 |
1178 | 2024-11-07T01:23:28.965Z | Compiling idna v0.5.0 |
1179 | 2024-11-07T01:23:29.330Z | Compiling tower-service v0.3.3 |
1180 | 2024-11-07T01:23:29.390Z | Compiling openssl-sys v0.9.103 |
1181 | 2024-11-07T01:23:29.455Z | Compiling base64 v0.22.1 |
1182 | 2024-11-07T01:23:29.523Z | Compiling foreign-types-shared v0.1.1 |
1183 | 2024-11-07T01:23:29.633Z | Compiling openssl v0.10.66 |
1184 | 2024-11-07T01:23:29.706Z | Compiling iana-time-zone v0.1.61 |
1185 | 2024-11-07T01:23:30.038Z | Compiling match_cfg v0.1.0 |
1186 | 2024-11-07T01:23:30.122Z | Compiling rustversion v1.0.17 |
1187 | 2024-11-07T01:23:30.138Z | Compiling adler2 v2.0.0 |
1188 | 2024-11-07T01:23:30.154Z | Compiling hostname v0.3.1 |
1189 | 2024-11-07T01:23:30.339Z | Compiling miniz_oxide v0.8.0 |
1190 | 2024-11-07T01:23:30.373Z | Compiling url v2.5.2 |
1191 | 2024-11-07T01:23:30.440Z | Compiling foreign-types v0.3.2 |
1192 | 2024-11-07T01:23:30.528Z | Compiling dirs-sys-next v0.1.2 |
1193 | 2024-11-07T01:23:30.787Z | Compiling time v0.3.36 |
1194 | 2024-11-07T01:23:30.913Z | Compiling aho-corasick v1.1.3 |
1195 | 2024-11-07T01:23:31.136Z | Compiling syn v1.0.109 |
1196 | 2024-11-07T01:23:31.750Z | Compiling data-encoding v2.6.0 |
1197 | 2024-11-07T01:23:31.786Z | Compiling native-tls v0.2.12 |
1198 | 2024-11-07T01:23:31.969Z | Compiling regex-syntax v0.8.5 |
1199 | 2024-11-07T01:23:32.008Z | Compiling rustls v0.23.14 |
1200 | 2024-11-07T01:23:32.081Z | Compiling rustls v0.22.4 |
1201 | 2024-11-07T01:23:32.301Z | Compiling siphasher v0.3.11 |
1202 | 2024-11-07T01:23:32.675Z | Compiling dirs-next v2.0.0 |
1203 | 2024-11-07T01:23:32.876Z | Compiling serde_derive_internals v0.29.1 |
1204 | 2024-11-07T01:23:33.766Z | Compiling crossbeam-epoch v0.9.18 |
1205 | 2024-11-07T01:23:33.808Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1206 | 2024-11-07T01:23:34.318Z | Compiling lazy_static v1.5.0 |
1207 | 2024-11-07T01:23:34.436Z | Compiling thread_local v1.1.8 |
1208 | 2024-11-07T01:23:34.468Z | Compiling multer v3.1.0 |
1209 | 2024-11-07T01:23:34.578Z | Compiling serde_derive v1.0.210 |
1210 | 2024-11-07T01:23:34.743Z | Compiling zeroize_derive v1.4.2 |
1211 | 2024-11-07T01:23:34.937Z | Compiling zerocopy-derive v0.7.35 |
1212 | 2024-11-07T01:23:35.251Z | Compiling tokio-macros v2.4.0 |
1213 | 2024-11-07T01:23:35.880Z | Compiling thiserror-impl v1.0.64 |
1214 | 2024-11-07T01:23:35.883Z | Compiling futures-macro v0.3.31 |
1215 | 2024-11-07T01:23:36.194Z | Compiling zeroize v1.8.1 |
1216 | 2024-11-07T01:23:36.838Z | Compiling der_derive v0.7.3 |
1217 | 2024-11-07T01:23:37.074Z | Compiling zerocopy v0.7.35 |
1218 | 2024-11-07T01:23:37.639Z | Compiling futures-util v0.3.31 |
1219 | 2024-11-07T01:23:38.014Z | Compiling crypto-common v0.1.6 |
1220 | 2024-11-07T01:23:38.126Z | Compiling block-buffer v0.10.4 |
1221 | 2024-11-07T01:23:38.237Z | Compiling block-padding v0.3.3 |
1222 | 2024-11-07T01:23:38.366Z | Compiling digest v0.10.7 |
1223 | 2024-11-07T01:23:38.484Z | Compiling inout v0.1.3 |
1224 | 2024-11-07T01:23:38.720Z | Compiling cipher v0.4.4 |
1225 | 2024-11-07T01:23:38.752Z | Compiling ppv-lite86 v0.2.20 |
1226 | 2024-11-07T01:23:38.831Z | Compiling thiserror v1.0.64 |
1227 | 2024-11-07T01:23:38.831Z | Compiling hmac v0.12.1 |
1228 | 2024-11-07T01:23:38.975Z | Compiling sha2 v0.10.8 |
1229 | 2024-11-07T01:23:39.092Z | Compiling tracing-attributes v0.1.27 |
1230 | 2024-11-07T01:23:39.164Z | Compiling der v0.7.9 |
1231 | 2024-11-07T01:23:39.234Z | Compiling salsa20 v0.10.2 |
1232 | 2024-11-07T01:23:39.444Z | Compiling pbkdf2 v0.12.2 |
1233 | 2024-11-07T01:23:39.629Z | Compiling rand_chacha v0.3.1 |
1234 | 2024-11-07T01:23:39.645Z | Compiling pest v2.7.14 |
1235 | 2024-11-07T01:23:42.127Z | Compiling spki v0.7.3 |
1236 | 2024-11-07T01:23:42.466Z | Compiling rand v0.8.5 |
1237 | 2024-11-07T01:23:42.665Z | Compiling tracing v0.1.40 |
1238 | 2024-11-07T01:23:42.668Z | Compiling pest_meta v2.7.14 |
1239 | 2024-11-07T01:23:42.736Z | Compiling scrypt v0.11.0 |
1240 | 2024-11-07T01:23:42.775Z | Compiling aes v0.8.4 |
1241 | 2024-11-07T01:23:43.190Z | Compiling cbc v0.1.2 |
1242 | 2024-11-07T01:23:43.321Z | Compiling scroll_derive v0.12.0 |
1243 | 2024-11-07T01:23:43.435Z | Compiling rustls-webpki v0.102.8 |
1244 | 2024-11-07T01:23:43.523Z | Compiling openssl-macros v0.1.1 |
1245 | 2024-11-07T01:23:44.068Z | Compiling pest_generator v2.7.14 |
1246 | 2024-11-07T01:23:44.328Z | Compiling pkcs5 v0.7.1 |
1247 | 2024-11-07T01:23:44.673Z | Compiling async-trait v0.1.83 |
1248 | 2024-11-07T01:23:44.786Z | Compiling scroll v0.12.0 |
1249 | 2024-11-07T01:23:45.365Z | Compiling goblin v0.8.2 |
1250 | 2024-11-07T01:23:45.509Z | Compiling pkcs8 v0.10.2 |
1251 | 2024-11-07T01:23:45.586Z | Compiling sha1 v0.10.6 |
1252 | 2024-11-07T01:23:45.614Z | Compiling signature v2.2.0 |
1253 | 2024-11-07T01:23:45.955Z | Compiling regex-automata v0.4.8 |
1254 | 2024-11-07T01:23:46.039Z | Compiling cookie v0.18.1 |
1255 | 2024-11-07T01:23:46.111Z | Compiling encoding_rs v0.8.34 |
1256 | 2024-11-07T01:23:46.258Z | Compiling mime v0.3.17 |
1257 | 2024-11-07T01:23:46.356Z | Compiling slog-async v2.8.0 |
1258 | 2024-11-07T01:23:46.831Z | Compiling gimli v0.31.1 |
1259 | 2024-11-07T01:23:46.881Z | Compiling ipnet v2.10.1 |
1260 | 2024-11-07T01:23:47.323Z | Compiling signal-hook v0.3.17 |
1261 | 2024-11-07T01:23:47.369Z | Compiling pest_derive v2.7.14 |
1262 | 2024-11-07T01:23:47.608Z | Compiling rayon-core v1.12.1 |
1263 | 2024-11-07T01:23:47.903Z | Compiling either v1.13.0 |
1264 | 2024-11-07T01:23:48.118Z | Compiling paste v1.0.15 |
1265 | 2024-11-07T01:23:48.156Z | Compiling dtrace-parser v0.2.0 |
1266 | 2024-11-07T01:23:48.334Z | Compiling bytes v1.7.2 |
1267 | 2024-11-07T01:23:48.636Z | Compiling indexmap v2.6.0 |
1268 | 2024-11-07T01:23:49.672Z | Compiling tokio v1.40.0 |
1269 | 2024-11-07T01:23:50.196Z | Compiling http v1.1.0 |
1270 | 2024-11-07T01:23:50.243Z | Compiling bitflags v2.6.0 |
1271 | 2024-11-07T01:23:50.297Z | Compiling semver v1.0.23 |
1272 | 2024-11-07T01:23:51.084Z | Compiling rustc_version v0.4.1 |
1273 | 2024-11-07T01:23:51.837Z | Compiling http-body v1.0.1 |
1274 | 2024-11-07T01:23:51.863Z | Compiling dof v0.3.0 |
1275 | 2024-11-07T01:23:52.062Z | Compiling toml_datetime v0.6.8 |
1276 | 2024-11-07T01:23:52.082Z | Compiling serde_spanned v0.6.8 |
1277 | 2024-11-07T01:23:52.325Z | Compiling uuid v1.10.0 |
1278 | 2024-11-07T01:23:52.614Z | Compiling serde_tokenstream v0.2.2 |
1279 | 2024-11-07T01:23:52.680Z | Compiling usdt-impl v0.5.0 |
1280 | 2024-11-07T01:23:53.256Z | Compiling chrono v0.4.38 |
1281 | 2024-11-07T01:23:53.856Z | Compiling http-body-util v0.1.2 |
1282 | 2024-11-07T01:23:54.011Z | Compiling heapless v0.7.17 |
1283 | 2024-11-07T01:23:54.377Z | Compiling schemars v0.8.21 |
1284 | 2024-11-07T01:23:54.462Z | Compiling openssl-probe v0.1.5 |
1285 | 2024-11-07T01:23:54.731Z | Compiling unicode-properties v0.1.3 |
1286 | 2024-11-07T01:23:54.921Z | Compiling toml_edit v0.22.22 |
1287 | 2024-11-07T01:23:55.143Z | Compiling stringprep v0.1.5 |
1288 | 2024-11-07T01:23:55.426Z | Compiling usdt-attr-macro v0.5.0 |
1289 | 2024-11-07T01:23:56.232Z | Compiling usdt-macro v0.5.0 |
1290 | 2024-11-07T01:23:56.316Z | Compiling curve25519-dalek v4.1.3 |
1291 | 2024-11-07T01:23:56.987Z | Compiling addr2line v0.24.2 |
1292 | 2024-11-07T01:23:57.027Z | Compiling slog-json v2.6.1 |
1293 | 2024-11-07T01:23:57.177Z | Compiling serde_urlencoded v0.7.1 |
1294 | 2024-11-07T01:23:57.678Z | Compiling futures-executor v0.3.31 |
1295 | 2024-11-07T01:23:57.719Z | Compiling md-5 v0.10.6 |
1296 | 2024-11-07T01:23:57.977Z | Compiling schemars_derive v0.8.21 |
1297 | 2024-11-07T01:23:58.096Z | Compiling tokio-util v0.7.12 |
1298 | 2024-11-07T01:23:58.218Z | Compiling async-stream-impl v0.3.6 |
1299 | 2024-11-07T01:23:59.523Z | Compiling h2 v0.4.6 |
1300 | 2024-11-07T01:23:59.558Z | Compiling enum-as-inner v0.6.1 |
1301 | 2024-11-07T01:24:01.288Z | Compiling crossbeam-deque v0.8.5 |
1302 | 2024-11-07T01:24:01.636Z | Compiling term v0.7.0 |
1303 | 2024-11-07T01:24:02.965Z | Compiling crossbeam-channel v0.5.13 |
1304 | 2024-11-07T01:24:02.967Z | Compiling num-integer v0.1.46 |
1305 | 2024-11-07T01:24:03.066Z | Compiling rustls-pemfile v2.2.0 |
1306 | 2024-11-07T01:24:03.409Z | Compiling idna v0.4.0 |
1307 | 2024-11-07T01:24:03.746Z | Compiling idna v0.3.0 |
1308 | 2024-11-07T01:24:04.050Z | Compiling hash32 v0.2.1 |
1309 | 2024-11-07T01:24:04.357Z | Compiling ff v0.13.0 |
1310 | 2024-11-07T01:24:04.435Z | Compiling is-terminal v0.4.13 |
1311 | 2024-11-07T01:24:04.570Z | Compiling dropshot v0.12.0 |
1312 | 2024-11-07T01:24:04.599Z | Compiling object v0.36.5 |
1313 | 2024-11-07T01:24:04.869Z | Compiling take_mut v0.2.2 |
1314 | 2024-11-07T01:24:05.022Z | Compiling quick-error v1.2.3 |
1315 | 2024-11-07T01:24:05.041Z | Compiling anyhow v1.0.92 |
1316 | 2024-11-07T01:24:05.174Z | Compiling num-bigint-dig v0.8.4 |
1317 | 2024-11-07T01:24:05.294Z | Compiling base16ct v0.2.0 |
1318 | 2024-11-07T01:24:05.499Z | Compiling rustc-demangle v0.1.24 |
1319 | 2024-11-07T01:24:05.613Z | Compiling psl-types v2.0.11 |
1320 | 2024-11-07T01:24:05.669Z | Compiling utf-8 v0.7.6 |
1321 | 2024-11-07T01:24:05.853Z | Compiling smoltcp v0.9.1 |
1322 | 2024-11-07T01:24:06.034Z | Compiling stable_deref_trait v1.2.0 |
1323 | 2024-11-07T01:24:06.142Z | Compiling fallible-iterator v0.2.0 |
1324 | 2024-11-07T01:24:06.449Z | Compiling dyn-clone v1.0.17 |
1325 | 2024-11-07T01:24:06.599Z | Compiling hyper v1.4.1 |
1326 | 2024-11-07T01:24:06.654Z | Compiling linked-hash-map v0.5.6 |
1327 | 2024-11-07T01:24:06.865Z | Compiling portable-atomic v1.9.0 |
1328 | 2024-11-07T01:24:07.024Z | Compiling lru-cache v0.1.2 |
1329 | 2024-11-07T01:24:07.229Z | Compiling postgres-protocol v0.6.7 |
1330 | 2024-11-07T01:24:08.543Z | Compiling tungstenite v0.24.0 |
1331 | 2024-11-07T01:24:09.222Z | Compiling hyper-util v0.1.9 |
1332 | 2024-11-07T01:24:09.919Z | Compiling publicsuffix v2.2.3 |
1333 | 2024-11-07T01:24:10.580Z | Compiling sec1 v0.7.3 |
1334 | 2024-11-07T01:24:10.697Z | Compiling resolv-conf v0.7.0 |
1335 | 2024-11-07T01:24:11.075Z | Compiling group v0.13.0 |
1336 | 2024-11-07T01:24:11.155Z | Compiling slog-term v2.9.1 |
1337 | 2024-11-07T01:24:11.238Z | Compiling usdt v0.5.0 |
1338 | 2024-11-07T01:24:11.386Z | Compiling hickory-proto v0.24.1 |
1339 | 2024-11-07T01:24:11.497Z | Compiling tokio-rustls v0.26.0 |
1340 | 2024-11-07T01:24:11.718Z | Compiling num-iter v0.1.45 |
1341 | 2024-11-07T01:24:11.959Z | Compiling backtrace v0.3.74 |
1342 | 2024-11-07T01:24:11.990Z | Compiling tokio-rustls v0.25.0 |
1343 | 2024-11-07T01:24:12.365Z | Compiling tokio-native-tls v0.3.1 |
1344 | 2024-11-07T01:24:12.417Z | Compiling async-stream v0.3.6 |
1345 | 2024-11-07T01:24:12.453Z | Compiling toml v0.8.19 |
1346 | 2024-11-07T01:24:12.672Z | Compiling futures v0.3.31 |
1347 | 2024-11-07T01:24:12.782Z | Compiling camino v1.1.9 |
1348 | 2024-11-07T01:24:13.789Z | Compiling slog-bunyan v2.5.0 |
1349 | 2024-11-07T01:24:13.950Z | Compiling terminal_size v0.4.0 |
1350 | 2024-11-07T01:24:14.034Z | Compiling dropshot_endpoint v0.12.0 |
1351 | 2024-11-07T01:24:14.115Z | Compiling openapiv3 v2.0.0 |
1352 | 2024-11-07T01:24:14.169Z | Compiling serde_path_to_error v0.1.16 |
1353 | 2024-11-07T01:24:14.677Z | Compiling hkdf v0.12.4 |
1354 | 2024-11-07T01:24:14.943Z | Compiling crypto-bigint v0.5.5 |
1355 | 2024-11-07T01:24:14.964Z | Compiling zerocopy-derive v0.6.6 |
1356 | 2024-11-07T01:24:15.067Z | Compiling curve25519-dalek-derive v0.1.1 |
1357 | 2024-11-07T01:24:15.264Z | Compiling phf_shared v0.11.2 |
1358 | 2024-11-07T01:24:15.859Z | Compiling waitgroup v0.1.2 |
1359 | 2024-11-07T01:24:15.921Z | Compiling webpki-roots v0.26.6 |
1360 | 2024-11-07T01:24:16.154Z | Compiling hostname v0.4.0 |
1361 | 2024-11-07T01:24:16.350Z | Compiling hubpack_derive v0.1.1 |
1362 | 2024-11-07T01:24:16.418Z | Compiling fs-err v2.11.0 |
1363 | 2024-11-07T01:24:16.571Z | Compiling ahash v0.8.11 |
1364 | 2024-11-07T01:24:16.707Z | Compiling crc32fast v1.4.2 |
1365 | 2024-11-07T01:24:16.937Z | Compiling winnow v0.5.40 |
1366 | 2024-11-07T01:24:17.034Z | Compiling managed v0.8.0 |
1367 | 2024-11-07T01:24:17.098Z | Compiling bitflags v1.3.2 |
1368 | 2024-11-07T01:24:17.209Z | Compiling debug-ignore v1.0.5 |
1369 | 2024-11-07T01:24:17.229Z | Compiling console v0.15.8 |
1370 | 2024-11-07T01:24:17.367Z | Compiling clap_builder v4.5.20 |
1371 | 2024-11-07T01:24:18.626Z | Compiling elliptic-curve v0.13.8 |
1372 | 2024-11-07T01:24:18.741Z | Compiling hubpack v0.1.2 |
1373 | 2024-11-07T01:24:19.182Z | Compiling strum_macros v0.25.3 |
1374 | 2024-11-07T01:24:19.466Z | Compiling zerocopy v0.6.6 |
1375 | 2024-11-07T01:24:19.625Z | Compiling hickory-resolver v0.24.1 |
1376 | 2024-11-07T01:24:20.390Z | Compiling flate2 v1.0.34 |
1377 | 2024-11-07T01:24:20.897Z | Compiling toml_edit v0.19.15 |
1378 | 2024-11-07T01:24:21.479Z | Compiling hyper-rustls v0.27.3 |
1379 | 2024-11-07T01:24:21.550Z | Compiling phf v0.11.2 |
1380 | 2024-11-07T01:24:21.848Z | Compiling signal-hook-mio v0.2.4 |
1381 | 2024-11-07T01:24:22.017Z | Compiling cookie_store v0.21.0 |
1382 | 2024-11-07T01:24:22.094Z | Compiling rayon v1.10.0 |
1383 | 2024-11-07T01:24:23.539Z | Compiling hyper-tls v0.6.0 |
1384 | 2024-11-07T01:24:23.919Z | Compiling bzip2 v0.4.4 |
1385 | 2024-11-07T01:24:24.327Z | Compiling tokio-tungstenite v0.24.0 |
1386 | 2024-11-07T01:24:24.898Z | Compiling postgres-types v0.2.8 |
1387 | 2024-11-07T01:24:26.417Z | Compiling tokio-stream v0.1.16 |
1388 | 2024-11-07T01:24:26.637Z | Compiling bstr v1.10.0 |
1389 | 2024-11-07T01:24:27.210Z | Compiling regex v1.11.0 |
1390 | 2024-11-07T01:24:27.527Z | Compiling serde-big-array v0.5.1 |
1391 | 2024-11-07T01:24:27.546Z | Compiling ed25519 v2.2.3 |
1392 | 2024-11-07T01:24:27.713Z | Compiling pkcs1 v0.7.5 |
1393 | 2024-11-07T01:24:27.752Z | Compiling rfc6979 v0.4.0 |
1394 | 2024-11-07T01:24:27.948Z | Compiling clap_derive v4.5.18 |
1395 | 2024-11-07T01:24:28.316Z | Compiling derive-where v1.2.7 |
1396 | 2024-11-07T01:24:28.407Z | Compiling serde_repr v0.1.19 |
1397 | 2024-11-07T01:24:28.626Z | Compiling phf_shared v0.10.0 |
1398 | 2024-11-07T01:24:28.705Z | Compiling float-cmp v0.9.0 |
1399 | 2024-11-07T01:24:28.933Z | Compiling sync_wrapper v1.0.1 |
1400 | 2024-11-07T01:24:29.035Z | Compiling whoami v1.5.2 |
1401 | 2024-11-07T01:24:29.085Z | Compiling difflib v0.4.0 |
1402 | 2024-11-07T01:24:29.401Z | Compiling static_assertions v1.1.0 |
1403 | 2024-11-07T01:24:29.509Z | Compiling minimal-lexical v0.2.1 |
1404 | 2024-11-07T01:24:29.561Z | Compiling unicode-segmentation v1.12.0 |
1405 | 2024-11-07T01:24:29.563Z | Compiling bit-vec v0.6.3 |
1406 | 2024-11-07T01:24:29.664Z | Compiling normalize-line-endings v0.3.0 |
1407 | 2024-11-07T01:24:29.795Z | Compiling number_prefix v0.4.0 |
1408 | 2024-11-07T01:24:30.027Z | Compiling predicates-core v1.0.8 |
1409 | 2024-11-07T01:24:30.048Z | Compiling precomputed-hash v0.1.1 |
1410 | 2024-11-07T01:24:30.069Z | Compiling new_debug_unreachable v1.0.6 |
1411 | 2024-11-07T01:24:30.162Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-11-07T01:24:30.180Z | Compiling string_cache v0.8.7 |
1413 | 2024-11-07T01:24:30.387Z | Compiling similar v2.6.0 |
1414 | 2024-11-07T01:24:30.479Z | Compiling petgraph v0.6.5 |
1415 | 2024-11-07T01:24:30.579Z | Compiling predicates v3.1.2 |
1416 | 2024-11-07T01:24:30.623Z | Compiling indicatif v0.17.8 |
1417 | 2024-11-07T01:24:30.625Z | Compiling bit-set v0.5.3 |
1418 | 2024-11-07T01:24:30.958Z | Compiling nom v7.1.3 |
1419 | 2024-11-07T01:24:31.714Z | Compiling qorb v0.2.0 |
1420 | 2024-11-07T01:24:32.305Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1421 | 2024-11-07T01:24:32.594Z | Compiling clap v4.5.20 |
1422 | 2024-11-07T01:24:32.724Z | Compiling tokio-postgres v0.7.12 |
1423 | 2024-11-07T01:24:32.727Z | Compiling reqwest v0.12.8 |
1424 | 2024-11-07T01:24:32.768Z | Compiling rsa v0.9.6 |
1425 | 2024-11-07T01:24:34.593Z | Compiling ecdsa v0.16.9 |
1426 | 2024-11-07T01:24:34.818Z | Compiling ed25519-dalek v2.1.1 |
1427 | 2024-11-07T01:24:35.525Z | Compiling zip v0.6.6 |
1428 | 2024-11-07T01:24:36.167Z | Compiling toml v0.7.8 |
1429 | 2024-11-07T01:24:36.923Z | Compiling crossterm v0.28.1 |
1430 | 2024-11-07T01:24:38.341Z | Compiling itertools v0.12.1 |
1431 | 2024-11-07T01:24:38.557Z | Compiling itertools v0.10.5 |
1432 | 2024-11-07T01:24:38.733Z | Compiling hex v0.4.3 |
1433 | 2024-11-07T01:24:38.812Z | Compiling x509-cert v0.2.5 |
1434 | 2024-11-07T01:24:39.179Z | Compiling unicode-xid v0.2.6 |
1435 | 2024-11-07T01:24:39.371Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-11-07T01:24:39.388Z | Compiling peg-runtime v0.8.3 |
1437 | 2024-11-07T01:24:39.754Z | Compiling xattr v1.3.1 |
1438 | 2024-11-07T01:24:40.035Z | Compiling strum_macros v0.26.4 |
1439 | 2024-11-07T01:24:40.085Z | Compiling filetime v0.2.25 |
1440 | 2024-11-07T01:24:40.422Z | Compiling tar v0.4.42 |
1441 | 2024-11-07T01:24:42.688Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1442 | 2024-11-07T01:24:43.202Z | Compiling strum v0.26.3 |
1443 | 2024-11-07T01:24:43.286Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1444 | 2024-11-07T01:24:48.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1445 | 2024-11-07T01:24:49.041Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1446 | 2024-11-07T01:24:49.091Z | Nov 07 01:24:48.855 INFO Starting download, target: Clickhouse |
1447 | 2024-11-07T01:24:49.091Z | Nov 07 01:24:48.855 INFO Starting download, target: Cockroach |
1448 | 2024-11-07T01:24:49.091Z | Nov 07 01:24:48.855 INFO Starting download, target: Console |
1449 | 2024-11-07T01:24:49.091Z | Nov 07 01:24:48.855 INFO Starting download, target: DendriteOpenapi |
1450 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.855 INFO Starting download, target: DendriteStub |
1451 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.855 INFO Starting download, target: MaghemiteMgd |
1452 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.855 INFO Starting download, target: TransceiverControl |
1453 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.856 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1454 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.856 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1455 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.856 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1456 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.856 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1457 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.856 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1458 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.856 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1459 | 2024-11-07T01:24:49.094Z | Nov 07 01:24:48.856 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1460 | 2024-11-07T01:24:49.282Z | Nov 07 01:24:49.002 INFO Download complete, target: DendriteOpenapi |
1461 | 2024-11-07T01:24:49.518Z | Nov 07 01:24:49.217 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1462 | 2024-11-07T01:24:49.619Z | Nov 07 01:24:49.367 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1463 | 2024-11-07T01:24:49.875Z | Nov 07 01:24:49.630 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1464 | 2024-11-07T01:24:49.945Z | Nov 07 01:24:49.707 INFO Download complete, target: Console |
1465 | 2024-11-07T01:24:49.972Z | Nov 07 01:24:49.733 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1466 | 2024-11-07T01:24:50.186Z | Nov 07 01:24:49.943 INFO Download complete, target: TransceiverControl |
1467 | 2024-11-07T01:24:50.443Z | Nov 07 01:24:50.207 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1468 | 2024-11-07T01:24:50.443Z | Nov 07 01:24:50.207 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1469 | 2024-11-07T01:24:51.083Z | Nov 07 01:24:50.846 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1470 | 2024-11-07T01:24:52.769Z | Nov 07 01:24:52.532 INFO Download complete, target: DendriteStub |
1471 | 2024-11-07T01:24:52.837Z | Nov 07 01:24:52.599 INFO Download complete, target: MaghemiteMgd |
1472 | 2024-11-07T01:24:57.862Z | Nov 07 01:24:57.625 INFO Checking that binary works, target: Cockroach |
1473 | 2024-11-07T01:24:58.030Z | Nov 07 01:24:57.792 INFO Download complete, target: Cockroach |
1474 | 2024-11-07T01:25:03.356Z | Nov 07 01:25:03.116 INFO Checking that binary works, target: Clickhouse |
1475 | 2024-11-07T01:25:03.827Z | Nov 07 01:25:03.589 INFO Download complete, target: Clickhouse |
1476 | 2024-11-07T01:25:03.834Z | All prerequisites installed successfully |
1477 | 2024-11-07T01:25:03.838Z | |
1478 | 2024-11-07T01:25:03.838Z | real 4:57.310040870 |
1479 | 2024-11-07T01:25:03.838Z | user 12:24.497923537 |
1480 | 2024-11-07T01:25:03.838Z | sys 2:44.142419155 |
1481 | 2024-11-07T01:25:03.838Z | trap 0.443763975 |
1482 | 2024-11-07T01:25:03.838Z | tflt 3.907661153 |
1483 | 2024-11-07T01:25:03.838Z | dflt 3.625882247 |
1484 | 2024-11-07T01:25:03.838Z | kflt 0.492215236 |
1485 | 2024-11-07T01:25:03.838Z | lock 23:14.449840750 |
1486 | 2024-11-07T01:25:03.838Z | slp 50:35.185140139 |
1487 | 2024-11-07T01:25:03.838Z | lat 44.597766512 |
1488 | 2024-11-07T01:25:03.838Z | stop 2:01.388250520 |
1489 | 2024-11-07T01:25:03.838Z | + ptime -m cargo xtask download softnpu |
1490 | 2024-11-07T01:25:04.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1491 | 2024-11-07T01:25:04.385Z | Running `target/debug/xtask download softnpu` |
1492 | 2024-11-07T01:25:05.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1493 | 2024-11-07T01:25:05.231Z | Running `target/debug/xtask-downloader softnpu` |
1494 | 2024-11-07T01:25:05.268Z | Nov 07 01:25:05.030 INFO Starting download, target: Softnpu |
1495 | 2024-11-07T01:25:05.272Z | Nov 07 01:25:05.031 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1496 | 2024-11-07T01:25:06.841Z | Nov 07 01:25:06.602 INFO Download complete, target: Softnpu |
1497 | 2024-11-07T01:25:06.846Z | |
1498 | 2024-11-07T01:25:06.846Z | real 3.002302315 |
1499 | 2024-11-07T01:25:06.846Z | user 1.221304429 |
1500 | 2024-11-07T01:25:06.846Z | sys 0.548335877 |
1501 | 2024-11-07T01:25:06.846Z | trap 0.000455759 |
1502 | 2024-11-07T01:25:06.846Z | tflt 0.000003668 |
1503 | 2024-11-07T01:25:06.846Z | dflt 0.000000000 |
1504 | 2024-11-07T01:25:06.846Z | kflt 0.000000000 |
1505 | 2024-11-07T01:25:06.846Z | lock 16.754895550 |
1506 | 2024-11-07T01:25:06.846Z | slp 1.420137853 |
1507 | 2024-11-07T01:25:06.846Z | lat 0.067523725 |
1508 | 2024-11-07T01:25:06.846Z | stop 0.000188110 |
1509 | 2024-11-07T01:25:06.849Z | + export CARGO_INCREMENTAL=0 |
1510 | 2024-11-07T01:25:06.849Z | + CARGO_INCREMENTAL=0 |
1511 | 2024-11-07T01:25:06.849Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1512 | 2024-11-07T01:25:07.789Z | Compiling proc-macro2 v1.0.87 |
1513 | 2024-11-07T01:25:07.789Z | Compiling unicode-ident v1.0.13 |
1514 | 2024-11-07T01:25:07.789Z | Compiling libc v0.2.161 |
1515 | 2024-11-07T01:25:07.789Z | Compiling serde v1.0.210 |
1516 | 2024-11-07T01:25:07.793Z | Compiling version_check v0.9.5 |
1517 | 2024-11-07T01:25:07.793Z | Compiling autocfg v1.4.0 |
1518 | 2024-11-07T01:25:07.793Z | Compiling cfg-if v1.0.0 |
1519 | 2024-11-07T01:25:08.056Z | Compiling typenum v1.17.0 |
1520 | 2024-11-07T01:25:08.080Z | Compiling shlex v1.3.0 |
1521 | 2024-11-07T01:25:08.096Z | Compiling memchr v2.7.4 |
1522 | 2024-11-07T01:25:08.564Z | Compiling generic-array v0.14.7 |
1523 | 2024-11-07T01:25:08.805Z | Compiling lock_api v0.4.12 |
1524 | 2024-11-07T01:25:08.851Z | Compiling parking_lot_core v0.9.10 |
1525 | 2024-11-07T01:25:08.992Z | Compiling serde_json v1.0.128 |
1526 | 2024-11-07T01:25:09.111Z | Compiling once_cell v1.20.2 |
1527 | 2024-11-07T01:25:09.276Z | Compiling thiserror v1.0.64 |
1528 | 2024-11-07T01:25:09.323Z | Compiling libm v0.2.8 |
1529 | 2024-11-07T01:25:09.515Z | Compiling num-traits v0.2.19 |
1530 | 2024-11-07T01:25:09.533Z | Compiling value-bag v1.9.0 |
1531 | 2024-11-07T01:25:09.671Z | Compiling quote v1.0.37 |
1532 | 2024-11-07T01:25:09.770Z | Compiling itoa v1.0.11 |
1533 | 2024-11-07T01:25:09.822Z | Compiling getrandom v0.2.15 |
1534 | 2024-11-07T01:25:10.006Z | Compiling jobserver v0.1.32 |
1535 | 2024-11-07T01:25:10.092Z | Compiling syn v2.0.79 |
1536 | 2024-11-07T01:25:10.189Z | Compiling log v0.4.22 |
1537 | 2024-11-07T01:25:10.308Z | Compiling slab v0.4.9 |
1538 | 2024-11-07T01:25:10.419Z | Compiling cc v1.1.30 |
1539 | 2024-11-07T01:25:10.437Z | Compiling scopeguard v1.2.0 |
1540 | 2024-11-07T01:25:10.603Z | Compiling byteorder v1.5.0 |
1541 | 2024-11-07T01:25:10.630Z | Compiling rand_core v0.6.4 |
1542 | 2024-11-07T01:25:11.439Z | Compiling subtle v2.6.1 |
1543 | 2024-11-07T01:25:11.556Z | Compiling allocator-api2 v0.2.18 |
1544 | 2024-11-07T01:25:11.754Z | Compiling semver v1.0.23 |
1545 | 2024-11-07T01:25:12.064Z | Compiling pkg-config v0.3.31 |
1546 | 2024-11-07T01:25:12.381Z | Compiling ryu v1.0.18 |
1547 | 2024-11-07T01:25:12.545Z | Compiling pin-project-lite v0.2.14 |
1548 | 2024-11-07T01:25:12.606Z | Compiling const-oid v0.9.6 |
1549 | 2024-11-07T01:25:12.656Z | Compiling foldhash v0.1.3 |
1550 | 2024-11-07T01:25:12.679Z | Compiling smallvec v1.13.2 |
1551 | 2024-11-07T01:25:12.682Z | Compiling equivalent v1.0.1 |
1552 | 2024-11-07T01:25:12.839Z | Compiling hashbrown v0.15.0 |
1553 | 2024-11-07T01:25:12.915Z | Compiling httparse v1.9.5 |
1554 | 2024-11-07T01:25:13.293Z | Compiling schemars v0.8.21 |
1555 | 2024-11-07T01:25:13.590Z | Compiling signal-hook-registry v1.4.2 |
1556 | 2024-11-07T01:25:13.666Z | Compiling ring v0.17.8 |
1557 | 2024-11-07T01:25:13.851Z | Compiling heck v0.5.0 |
1558 | 2024-11-07T01:25:13.892Z | Compiling parking_lot v0.12.3 |
1559 | 2024-11-07T01:25:14.142Z | Compiling mio v1.0.2 |
1560 | 2024-11-07T01:25:14.679Z | Compiling crossbeam-utils v0.8.20 |
1561 | 2024-11-07T01:25:14.883Z | Compiling socket2 v0.5.7 |
1562 | 2024-11-07T01:25:15.103Z | Compiling futures-core v0.3.31 |
1563 | 2024-11-07T01:25:15.221Z | Compiling fnv v1.0.7 |
1564 | 2024-11-07T01:25:15.350Z | Compiling vcpkg v0.2.15 |
1565 | 2024-11-07T01:25:15.373Z | Compiling num-conv v0.1.0 |
1566 | 2024-11-07T01:25:15.903Z | Compiling time-core v0.1.2 |
1567 | 2024-11-07T01:25:16.091Z | Compiling time-macros v0.2.18 |
1568 | 2024-11-07T01:25:16.922Z | Compiling openssl-sys v0.9.103 |
1569 | 2024-11-07T01:25:17.152Z | Compiling spin v0.9.8 |
1570 | 2024-11-07T01:25:17.596Z | Compiling serde_derive_internals v0.29.1 |
1571 | 2024-11-07T01:25:17.882Z | Compiling cpufeatures v0.2.14 |
1572 | 2024-11-07T01:25:18.017Z | Compiling futures-sink v0.3.31 |
1573 | 2024-11-07T01:25:18.243Z | Compiling ahash v0.8.11 |
1574 | 2024-11-07T01:25:18.570Z | Compiling slog v2.7.0 |
1575 | 2024-11-07T01:25:18.770Z | Compiling syn v1.0.109 |
1576 | 2024-11-07T01:25:18.872Z | Compiling rustix v0.38.37 |
1577 | 2024-11-07T01:25:19.024Z | Compiling futures-channel v0.3.31 |
1578 | 2024-11-07T01:25:19.225Z | Compiling pin-utils v0.1.0 |
1579 | 2024-11-07T01:25:19.327Z | Compiling futures-task v0.3.31 |
1580 | 2024-11-07T01:25:19.445Z | Compiling openssl v0.10.66 |
1581 | 2024-11-07T01:25:19.468Z | Compiling iana-time-zone v0.1.61 |
1582 | 2024-11-07T01:25:19.606Z | Compiling tinyvec_macros v0.1.1 |
1583 | 2024-11-07T01:25:19.698Z | Compiling ucd-trie v0.1.7 |
1584 | 2024-11-07T01:25:19.744Z | Compiling futures-io v0.3.31 |
1585 | 2024-11-07T01:25:19.860Z | Compiling tinyvec v1.8.0 |
1586 | 2024-11-07T01:25:20.380Z | Compiling rustls v0.23.14 |
1587 | 2024-11-07T01:25:20.600Z | Compiling unicode-bidi v0.3.17 |
1588 | 2024-11-07T01:25:20.639Z | Compiling native-tls v0.2.12 |
1589 | 2024-11-07T01:25:20.680Z | Compiling base64ct v1.6.0 |
1590 | 2024-11-07T01:25:21.261Z | Compiling pem-rfc7468 v0.7.0 |
1591 | 2024-11-07T01:25:21.342Z | Compiling unicode-normalization v0.1.24 |
1592 | 2024-11-07T01:25:21.907Z | Compiling tracing-core v0.1.32 |
1593 | 2024-11-07T01:25:22.318Z | Compiling usdt-impl v0.5.0 |
1594 | 2024-11-07T01:25:22.338Z | Compiling serde_derive v1.0.210 |
1595 | 2024-11-07T01:25:22.668Z | Compiling zeroize_derive v1.4.2 |
1596 | 2024-11-07T01:25:23.391Z | Compiling zerocopy-derive v0.7.35 |
1597 | 2024-11-07T01:25:23.650Z | Compiling thiserror-impl v1.0.64 |
1598 | 2024-11-07T01:25:24.035Z | Compiling zeroize v1.8.1 |
1599 | 2024-11-07T01:25:24.047Z | Compiling tokio-macros v2.4.0 |
1600 | 2024-11-07T01:25:29.058Z | Compiling futures-macro v0.3.31 |
1601 | 2024-11-07T01:25:29.154Z | Compiling zerocopy v0.7.35 |
1602 | 2024-11-07T01:25:29.154Z | Compiling crypto-common v0.1.6 |
1603 | 2024-11-07T01:25:29.154Z | Compiling tracing-attributes v0.1.27 |
1604 | 2024-11-07T01:25:29.154Z | Compiling block-buffer v0.10.4 |
1605 | 2024-11-07T01:25:29.154Z | Compiling digest v0.10.7 |
1606 | 2024-11-07T01:25:29.154Z | Compiling schemars_derive v0.8.21 |
1607 | 2024-11-07T01:25:29.154Z | Compiling der_derive v0.7.3 |
1608 | 2024-11-07T01:25:29.154Z | Compiling hmac v0.12.1 |
1609 | 2024-11-07T01:25:29.154Z | Compiling scroll_derive v0.12.0 |
1610 | 2024-11-07T01:25:29.340Z | Compiling futures-util v0.3.31 |
1611 | 2024-11-07T01:25:29.687Z | Compiling pest v2.7.14 |
1612 | 2024-11-07T01:25:29.933Z | Compiling block-padding v0.3.3 |
1613 | 2024-11-07T01:25:30.144Z | Compiling inout v0.1.3 |
1614 | 2024-11-07T01:25:30.408Z | Compiling openssl-macros v0.1.1 |
1615 | 2024-11-07T01:25:30.615Z | Compiling cipher v0.4.4 |
1616 | 2024-11-07T01:25:31.041Z | Compiling sha2 v0.10.8 |
1617 | 2024-11-07T01:25:31.101Z | Compiling ppv-lite86 v0.2.20 |
1618 | 2024-11-07T01:25:31.838Z | Compiling cookie v0.18.1 |
1619 | 2024-11-07T01:25:32.025Z | Compiling dyn-clone v1.0.17 |
1620 | 2024-11-07T01:25:32.158Z | Compiling flagset v0.4.6 |
1621 | 2024-11-07T01:25:32.209Z | Compiling anyhow v1.0.92 |
1622 | 2024-11-07T01:25:32.371Z | Compiling pest_meta v2.7.14 |
1623 | 2024-11-07T01:25:32.779Z | Compiling der v0.7.9 |
1624 | 2024-11-07T01:25:32.832Z | Compiling rand_chacha v0.3.1 |
1625 | 2024-11-07T01:25:33.735Z | Compiling pest_generator v2.7.14 |
1626 | 2024-11-07T01:25:34.381Z | Compiling scroll v0.12.0 |
1627 | 2024-11-07T01:25:34.724Z | Compiling bytes v1.7.2 |
1628 | 2024-11-07T01:25:35.231Z | Compiling indexmap v2.6.0 |
1629 | 2024-11-07T01:25:35.900Z | Compiling tokio v1.40.0 |
1630 | 2024-11-07T01:25:36.023Z | Compiling http v1.1.0 |
1631 | 2024-11-07T01:25:36.752Z | Compiling serde_tokenstream v0.2.2 |
1632 | 2024-11-07T01:25:36.843Z | Compiling rustc_version v0.4.1 |
1633 | 2024-11-07T01:25:37.010Z | Compiling uuid v1.10.0 |
1634 | 2024-11-07T01:25:37.295Z | Compiling chrono v0.4.38 |
1635 | 2024-11-07T01:25:37.416Z | Compiling bitflags v2.6.0 |
1636 | 2024-11-07T01:25:38.242Z | Compiling serde_spanned v0.6.8 |
1637 | 2024-11-07T01:25:38.338Z | Compiling toml_datetime v0.6.8 |
1638 | 2024-11-07T01:25:38.809Z | Compiling pest_derive v2.7.14 |
1639 | 2024-11-07T01:25:39.823Z | Compiling tracing v0.1.40 |
1640 | 2024-11-07T01:25:42.500Z | Compiling async-trait v0.1.83 |
1641 | 2024-11-07T01:25:43.494Z | Compiling aho-corasick v1.1.3 |
1642 | 2024-11-07T01:25:43.905Z | Compiling percent-encoding v2.3.1 |
1643 | 2024-11-07T01:25:44.222Z | Compiling plain v0.2.3 |
1644 | 2024-11-07T01:25:44.254Z | Compiling rustls-pki-types v1.9.0 |
1645 | 2024-11-07T01:25:44.380Z | Compiling camino v1.1.9 |
1646 | 2024-11-07T01:25:44.790Z | Compiling regex-syntax v0.8.5 |
1647 | 2024-11-07T01:25:44.910Z | Compiling rayon-core v1.12.1 |
1648 | 2024-11-07T01:25:45.210Z | Compiling goblin v0.8.2 |
1649 | 2024-11-07T01:25:45.246Z | Compiling tokio-util v0.7.12 |
1650 | 2024-11-07T01:25:46.510Z | Compiling spki v0.7.3 |
1651 | 2024-11-07T01:25:46.894Z | Compiling rand v0.8.5 |
1652 | 2024-11-07T01:25:46.981Z | Compiling salsa20 v0.10.2 |
1653 | 2024-11-07T01:25:47.226Z | Compiling pbkdf2 v0.12.2 |
1654 | 2024-11-07T01:25:47.988Z | Compiling powerfmt v0.2.0 |
1655 | 2024-11-07T01:25:48.395Z | Compiling pretty-hex v0.4.1 |
1656 | 2024-11-07T01:25:48.494Z | Compiling regex-automata v0.4.8 |
1657 | 2024-11-07T01:25:48.609Z | Compiling untrusted v0.9.0 |
1658 | 2024-11-07T01:25:48.792Z | Compiling rustls v0.22.4 |
1659 | 2024-11-07T01:25:49.067Z | Compiling winnow v0.5.40 |
1660 | 2024-11-07T01:25:50.642Z | Compiling deranged v0.3.11 |
1661 | 2024-11-07T01:25:51.784Z | Compiling dof v0.3.0 |
1662 | 2024-11-07T01:25:52.599Z | Compiling scrypt v0.11.0 |
1663 | 2024-11-07T01:25:52.805Z | Compiling toml_edit v0.19.15 |
1664 | 2024-11-07T01:25:53.097Z | Compiling dtrace-parser v0.2.0 |
1665 | 2024-11-07T01:25:53.115Z | Compiling cbc v0.1.2 |
1666 | 2024-11-07T01:25:53.366Z | Compiling aes v0.8.4 |
1667 | 2024-11-07T01:25:53.544Z | Compiling thread-id v4.2.2 |
1668 | 2024-11-07T01:25:53.672Z | Compiling atomic-waker v1.1.2 |
1669 | 2024-11-07T01:25:53.859Z | Compiling num_threads v0.1.7 |
1670 | 2024-11-07T01:25:54.001Z | Compiling rustversion v1.0.17 |
1671 | 2024-11-07T01:25:54.702Z | Compiling pkcs5 v0.7.1 |
1672 | 2024-11-07T01:25:54.720Z | Compiling time v0.3.36 |
1673 | 2024-11-07T01:25:56.338Z | Compiling rustls-webpki v0.102.8 |
1674 | 2024-11-07T01:25:56.903Z | Compiling form_urlencoded v1.2.1 |
1675 | 2024-11-07T01:25:57.197Z | Compiling http-body v1.0.1 |
1676 | 2024-11-07T01:25:57.446Z | Compiling heapless v0.7.17 |
1677 | 2024-11-07T01:25:58.261Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1678 | 2024-11-07T01:25:58.349Z | Compiling multer v3.1.0 |
1679 | 2024-11-07T01:25:58.665Z | Compiling try-lock v0.2.5 |
1680 | 2024-11-07T01:25:58.684Z | Compiling signal-hook v0.3.17 |
1681 | 2024-11-07T01:25:58.824Z | Compiling slog-async v2.8.0 |
1682 | 2024-11-07T01:25:59.289Z | Compiling want v0.3.1 |
1683 | 2024-11-07T01:25:59.552Z | Compiling pkcs8 v0.10.2 |
1684 | 2024-11-07T01:26:00.217Z | Compiling regex v1.11.0 |
1685 | 2024-11-07T01:26:00.835Z | Compiling h2 v0.4.6 |
1686 | 2024-11-07T01:26:01.513Z | Compiling adler2 v2.0.0 |
1687 | 2024-11-07T01:26:01.771Z | Compiling paste v1.0.15 |
1688 | 2024-11-07T01:26:02.013Z | Compiling strsim v0.11.1 |
1689 | 2024-11-07T01:26:02.063Z | Compiling httpdate v1.0.3 |
1690 | 2024-11-07T01:26:02.461Z | Compiling miniz_oxide v0.8.0 |
1691 | 2024-11-07T01:26:03.794Z | Compiling usdt-attr-macro v0.5.0 |
1692 | 2024-11-07T01:26:04.365Z | Compiling usdt-macro v0.5.0 |
1693 | 2024-11-07T01:26:05.304Z | Compiling curve25519-dalek v4.1.3 |
1694 | 2024-11-07T01:26:05.660Z | Compiling openapiv3 v2.0.0 |
1695 | 2024-11-07T01:26:05.729Z | Compiling enum-as-inner v0.6.1 |
1696 | 2024-11-07T01:26:05.814Z | Compiling async-stream-impl v0.3.6 |
1697 | 2024-11-07T01:26:06.747Z | Compiling idna v0.5.0 |
1698 | 2024-11-07T01:26:07.181Z | Compiling errno v0.3.9 |
1699 | 2024-11-07T01:26:07.348Z | Compiling dropshot v0.12.0 |
1700 | 2024-11-07T01:26:07.441Z | Compiling num-bigint-dig v0.8.4 |
1701 | 2024-11-07T01:26:07.747Z | Compiling tower-service v0.3.3 |
1702 | 2024-11-07T01:26:07.868Z | Compiling hyper v1.4.1 |
1703 | 2024-11-07T01:26:08.129Z | Compiling foreign-types-shared v0.1.1 |
1704 | 2024-11-07T01:26:08.276Z | Compiling match_cfg v0.1.0 |
1705 | 2024-11-07T01:26:08.383Z | Compiling base64 v0.22.1 |
1706 | 2024-11-07T01:26:08.701Z | Compiling portable-atomic v1.9.0 |
1707 | 2024-11-07T01:26:09.063Z | Compiling smoltcp v0.9.1 |
1708 | 2024-11-07T01:26:09.587Z | Compiling hostname v0.3.1 |
1709 | 2024-11-07T01:26:09.589Z | Compiling foreign-types v0.3.2 |
1710 | 2024-11-07T01:26:09.693Z | Compiling url v2.5.2 |
1711 | 2024-11-07T01:26:10.350Z | Compiling hyper-util v0.1.9 |
1712 | 2024-11-07T01:26:12.573Z | Compiling dirs-sys-next v0.1.2 |
1713 | 2024-11-07T01:26:12.912Z | Compiling data-encoding v2.6.0 |
1714 | 2024-11-07T01:26:13.221Z | Compiling siphasher v0.3.11 |
1715 | 2024-11-07T01:26:13.576Z | Compiling gimli v0.31.1 |
1716 | 2024-11-07T01:26:13.614Z | Compiling heck v0.4.1 |
1717 | 2024-11-07T01:26:14.101Z | Compiling dirs-next v2.0.0 |
1718 | 2024-11-07T01:26:18.847Z | Compiling addr2line v0.24.2 |
1719 | 2024-11-07T01:26:19.823Z | Compiling http-body-util v0.1.2 |
1720 | 2024-11-07T01:26:20.738Z | Compiling crossbeam-epoch v0.9.18 |
1721 | 2024-11-07T01:26:20.801Z | Compiling dropshot_endpoint v0.12.0 |
1722 | 2024-11-07T01:26:21.041Z | Compiling hubpack_derive v0.1.1 |
1723 | 2024-11-07T01:26:21.460Z | Compiling signature v2.2.0 |
1724 | 2024-11-07T01:26:21.697Z | Compiling sha1 v0.10.6 |
1725 | 2024-11-07T01:26:21.899Z | Compiling curve25519-dalek-derive v0.1.1 |
1726 | 2024-11-07T01:26:21.930Z | Compiling zerocopy-derive v0.6.6 |
1727 | 2024-11-07T01:26:22.176Z | Compiling lazy_static v1.5.0 |
1728 | 2024-11-07T01:26:22.311Z | Compiling object v0.36.5 |
1729 | 2024-11-07T01:26:23.227Z | Compiling thread_local v1.1.8 |
1730 | 2024-11-07T01:26:23.590Z | Compiling fs-err v2.11.0 |
1731 | 2024-11-07T01:26:23.711Z | Compiling encoding_rs v0.8.34 |
1732 | 2024-11-07T01:26:23.730Z | Compiling rustc-demangle v0.1.24 |
1733 | 2024-11-07T01:26:23.904Z | Compiling mime v0.3.17 |
1734 | 2024-11-07T01:26:24.372Z | Compiling stable_deref_trait v1.2.0 |
1735 | 2024-11-07T01:26:24.492Z | Compiling anstyle v1.0.8 |
1736 | 2024-11-07T01:26:24.806Z | Compiling unicode-properties v0.1.3 |
1737 | 2024-11-07T01:26:24.946Z | Compiling ipnet v2.10.1 |
1738 | 2024-11-07T01:26:25.225Z | Compiling either v1.13.0 |
1739 | 2024-11-07T01:26:25.383Z | Compiling openssl-probe v0.1.5 |
1740 | 2024-11-07T01:26:25.708Z | Compiling winnow v0.6.20 |
1741 | 2024-11-07T01:26:26.072Z | Compiling utf8parse v0.2.2 |
1742 | 2024-11-07T01:26:26.249Z | Compiling anstyle-parse v0.2.5 |
1743 | 2024-11-07T01:26:27.123Z | Compiling stringprep v0.1.5 |
1744 | 2024-11-07T01:26:29.486Z | Compiling toml_edit v0.22.22 |
1745 | 2024-11-07T01:26:30.814Z | Compiling backtrace v0.3.74 |
1746 | 2024-11-07T01:26:31.848Z | Compiling crossbeam-deque v0.8.5 |
1747 | 2024-11-07T01:26:36.950Z | Compiling term v0.7.0 |
1748 | 2024-11-07T01:26:38.229Z | Compiling slog-json v2.6.1 |
1749 | 2024-11-07T01:26:39.606Z | Compiling serde_urlencoded v0.7.1 |
1750 | 2024-11-07T01:26:40.102Z | Compiling crossbeam-channel v0.5.13 |
1751 | 2024-11-07T01:26:40.959Z | Compiling rustls-pemfile v2.2.0 |
1752 | 2024-11-07T01:26:41.130Z | Compiling hashbrown v0.14.5 |
1753 | 2024-11-07T01:26:41.282Z | Compiling futures-executor v0.3.31 |
1754 | 2024-11-07T01:26:41.816Z | Compiling md-5 v0.10.6 |
1755 | 2024-11-07T01:26:41.928Z | Compiling idna v0.3.0 |
1756 | 2024-11-07T01:26:42.059Z | Compiling idna v0.4.0 |
1757 | 2024-11-07T01:26:42.541Z | Compiling num-integer v0.1.46 |
1758 | 2024-11-07T01:26:42.750Z | Compiling ff v0.13.0 |
1759 | 2024-11-07T01:26:42.998Z | Compiling hash32 v0.2.1 |
1760 | 2024-11-07T01:26:43.248Z | Compiling memmap v0.7.0 |
1761 | 2024-11-07T01:26:43.393Z | Compiling is-terminal v0.4.13 |
1762 | 2024-11-07T01:26:43.581Z | Compiling fallible-iterator v0.2.0 |
1763 | 2024-11-07T01:26:44.336Z | Compiling psl-types v2.0.11 |
1764 | 2024-11-07T01:26:44.355Z | Compiling linked-hash-map v0.5.6 |
1765 | 2024-11-07T01:26:44.547Z | Compiling utf-8 v0.7.6 |
1766 | 2024-11-07T01:26:44.746Z | Compiling quick-error v1.2.3 |
1767 | 2024-11-07T01:26:44.861Z | Compiling colorchoice v1.0.2 |
1768 | 2024-11-07T01:26:44.887Z | Compiling base16ct v0.2.0 |
1769 | 2024-11-07T01:26:44.905Z | Compiling anstyle-query v1.1.1 |
1770 | 2024-11-07T01:26:45.022Z | Compiling is_terminal_polyfill v1.70.1 |
1771 | 2024-11-07T01:26:45.193Z | Compiling take_mut v0.2.2 |
1772 | 2024-11-07T01:26:47.305Z | Compiling anstream v0.6.15 |
1773 | 2024-11-07T01:26:47.815Z | Compiling sec1 v0.7.3 |
1774 | 2024-11-07T01:26:47.834Z | Compiling resolv-conf v0.7.0 |
1775 | 2024-11-07T01:26:47.953Z | Compiling tungstenite v0.24.0 |
1776 | 2024-11-07T01:26:48.399Z | Compiling lru-cache v0.1.2 |
1777 | 2024-11-07T01:26:48.418Z | Compiling publicsuffix v2.2.3 |
1778 | 2024-11-07T01:26:48.478Z | Compiling postgres-protocol v0.6.7 |
1779 | 2024-11-07T01:26:48.617Z | Compiling slog-term v2.9.1 |
1780 | 2024-11-07T01:26:48.677Z | Compiling usdt v0.5.0 |
1781 | 2024-11-07T01:26:49.158Z | Compiling num-iter v0.1.45 |
1782 | 2024-11-07T01:26:49.366Z | Compiling hickory-proto v0.24.1 |
1783 | 2024-11-07T01:26:49.691Z | Compiling group v0.13.0 |
1784 | 2024-11-07T01:26:49.909Z | Compiling regress v0.10.1 |
1785 | 2024-11-07T01:26:52.137Z | Compiling futures v0.3.31 |
1786 | 2024-11-07T01:26:52.265Z | Compiling tokio-rustls v0.25.0 |
1787 | 2024-11-07T01:26:54.705Z | Compiling slog-bunyan v2.5.0 |
1788 | 2024-11-07T01:26:54.816Z | Compiling tokio-rustls v0.26.0 |
1789 | 2024-11-07T01:26:54.910Z | Compiling toml v0.8.19 |
1790 | 2024-11-07T01:26:55.285Z | Compiling tokio-native-tls v0.3.1 |
1791 | 2024-11-07T01:26:55.388Z | Compiling terminal_size v0.4.0 |
1792 | 2024-11-07T01:26:55.575Z | Compiling strum_macros v0.25.3 |
1793 | 2024-11-07T01:26:55.619Z | Compiling phf_shared v0.11.2 |
1794 | 2024-11-07T01:26:56.222Z | Compiling async-stream v0.3.6 |
1795 | 2024-11-07T01:26:56.497Z | Compiling waitgroup v0.1.2 |
1796 | 2024-11-07T01:26:57.059Z | Compiling webpki-roots v0.26.6 |
1797 | 2024-11-07T01:26:57.505Z | Compiling serde_path_to_error v0.1.16 |
1798 | 2024-11-07T01:26:57.935Z | Compiling hkdf v0.12.4 |
1799 | 2024-11-07T01:26:57.978Z | Compiling crypto-bigint v0.5.5 |
1800 | 2024-11-07T01:26:58.266Z | Compiling serde_repr v0.1.19 |
1801 | 2024-11-07T01:26:58.345Z | Compiling clap_derive v4.5.18 |
1802 | 2024-11-07T01:26:58.918Z | Compiling derive-where v1.2.7 |
1803 | 2024-11-07T01:26:59.419Z | Compiling hostname v0.4.0 |
1804 | 2024-11-07T01:26:59.657Z | Compiling crc32fast v1.4.2 |
1805 | 2024-11-07T01:26:59.990Z | Compiling bitflags v1.3.2 |
1806 | 2024-11-07T01:27:00.483Z | Compiling debug-ignore v1.0.5 |
1807 | 2024-11-07T01:27:00.641Z | Compiling managed v0.8.0 |
1808 | 2024-11-07T01:27:01.189Z | Compiling unicode-width v0.1.14 |
1809 | 2024-11-07T01:27:01.676Z | Compiling clap_lex v0.7.2 |
1810 | 2024-11-07T01:27:01.949Z | Compiling clap_builder v4.5.20 |
1811 | 2024-11-07T01:27:02.090Z | Compiling console v0.15.8 |
1812 | 2024-11-07T01:27:02.163Z | Compiling elliptic-curve v0.13.8 |
1813 | 2024-11-07T01:27:03.212Z | Compiling flate2 v1.0.34 |
1814 | 2024-11-07T01:27:04.159Z | Compiling hyper-rustls v0.27.3 |
1815 | 2024-11-07T01:27:07.336Z | Compiling phf v0.11.2 |
1816 | 2024-11-07T01:27:07.654Z | Compiling hyper-tls v0.6.0 |
1817 | 2024-11-07T01:27:07.828Z | Compiling hickory-resolver v0.24.1 |
1818 | 2024-11-07T01:27:07.993Z | Compiling signal-hook-mio v0.2.4 |
1819 | 2024-11-07T01:27:08.052Z | Compiling rayon v1.10.0 |
1820 | 2024-11-07T01:27:08.170Z | Compiling bzip2 v0.4.4 |
1821 | 2024-11-07T01:27:08.568Z | Compiling typify-impl v0.2.0 |
1822 | 2024-11-07T01:27:08.828Z | Compiling cookie_store v0.21.0 |
1823 | 2024-11-07T01:27:10.152Z | Compiling postgres-types v0.2.8 |
1824 | 2024-11-07T01:27:10.695Z | Compiling tokio-tungstenite v0.24.0 |
1825 | 2024-11-07T01:27:11.622Z | Compiling zerocopy v0.6.6 |
1826 | 2024-11-07T01:27:11.660Z | Compiling hubpack v0.1.2 |
1827 | 2024-11-07T01:27:12.103Z | Compiling ed25519 v2.2.3 |
1828 | 2024-11-07T01:27:12.523Z | Compiling phf_shared v0.10.0 |
1829 | 2024-11-07T01:27:12.903Z | Compiling pkcs1 v0.7.5 |
1830 | 2024-11-07T01:27:12.922Z | Compiling bstr v1.10.0 |
1831 | 2024-11-07T01:27:13.354Z | Compiling tokio-stream v0.1.16 |
1832 | 2024-11-07T01:27:13.777Z | Compiling serde-big-array v0.5.1 |
1833 | 2024-11-07T01:27:13.810Z | Compiling rfc6979 v0.4.0 |
1834 | 2024-11-07T01:27:14.002Z | Compiling float-cmp v0.9.0 |
1835 | 2024-11-07T01:27:14.022Z | Compiling sync_wrapper v1.0.1 |
1836 | 2024-11-07T01:27:14.177Z | Compiling static_assertions v1.1.0 |
1837 | 2024-11-07T01:27:14.232Z | Compiling difflib v0.4.0 |
1838 | 2024-11-07T01:27:14.288Z | Compiling precomputed-hash v0.1.1 |
1839 | 2024-11-07T01:27:14.433Z | Compiling new_debug_unreachable v1.0.6 |
1840 | 2024-11-07T01:27:14.474Z | Compiling fixedbitset v0.4.2 |
1841 | 2024-11-07T01:27:14.715Z | Compiling minimal-lexical v0.2.1 |
1842 | 2024-11-07T01:27:14.903Z | Compiling normalize-line-endings v0.3.0 |
1843 | 2024-11-07T01:27:14.950Z | Compiling predicates-core v1.0.8 |
1844 | 2024-11-07T01:27:15.143Z | Compiling unicode-segmentation v1.12.0 |
1845 | 2024-11-07T01:27:15.211Z | Compiling whoami v1.5.2 |
1846 | 2024-11-07T01:27:15.275Z | Compiling number_prefix v0.4.0 |
1847 | 2024-11-07T01:27:15.407Z | Compiling bit-vec v0.6.3 |
1848 | 2024-11-07T01:27:15.534Z | Compiling indicatif v0.17.8 |
1849 | 2024-11-07T01:27:15.750Z | Compiling bit-set v0.5.3 |
1850 | 2024-11-07T01:27:15.834Z | Compiling tokio-postgres v0.7.12 |
1851 | 2024-11-07T01:27:15.999Z | Compiling similar v2.6.0 |
1852 | 2024-11-07T01:27:16.060Z | Compiling predicates v3.1.2 |
1853 | 2024-11-07T01:27:16.882Z | Compiling nom v7.1.3 |
1854 | 2024-11-07T01:27:17.537Z | Compiling petgraph v0.6.5 |
1855 | 2024-11-07T01:27:19.323Z | Compiling typify-macro v0.2.0 |
1856 | 2024-11-07T01:27:19.867Z | Compiling string_cache v0.8.7 |
1857 | 2024-11-07T01:27:20.280Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1858 | 2024-11-07T01:27:20.743Z | Compiling qorb v0.2.0 |
1859 | 2024-11-07T01:27:21.073Z | Compiling reqwest v0.12.8 |
1860 | 2024-11-07T01:27:21.489Z | Compiling ecdsa v0.16.9 |
1861 | 2024-11-07T01:27:22.342Z | Compiling rsa v0.9.6 |
1862 | 2024-11-07T01:27:23.644Z | Compiling ed25519-dalek v2.1.1 |
1863 | 2024-11-07T01:27:24.244Z | Compiling zip v0.6.6 |
1864 | 2024-11-07T01:27:24.632Z | Compiling crossterm v0.28.1 |
1865 | 2024-11-07T01:27:25.001Z | Compiling clap v4.5.20 |
1866 | 2024-11-07T01:27:27.104Z | Compiling itertools v0.12.1 |
1867 | 2024-11-07T01:27:27.789Z | Compiling itertools v0.10.5 |
1868 | 2024-11-07T01:27:27.942Z | Compiling toml v0.7.8 |
1869 | 2024-11-07T01:27:28.250Z | Compiling x509-cert v0.2.5 |
1870 | 2024-11-07T01:27:29.529Z | Compiling hex v0.4.3 |
1871 | 2024-11-07T01:27:30.666Z | Compiling unicode-xid v0.2.6 |
1872 | 2024-11-07T01:27:30.848Z | Compiling lalrpop-util v0.19.12 |
1873 | 2024-11-07T01:27:31.174Z | Compiling peg-runtime v0.8.3 |
1874 | 2024-11-07T01:27:32.494Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1875 | 2024-11-07T01:27:34.280Z | Compiling proc-macro-crate v1.3.1 |
1876 | 2024-11-07T01:27:35.153Z | Compiling ipnetwork v0.20.0 |
1877 | 2024-11-07T01:27:37.421Z | Compiling heapless v0.8.0 |
1878 | 2024-11-07T01:27:38.259Z | Compiling num_enum_derive v0.5.11 |
1879 | 2024-11-07T01:27:45.421Z | Compiling hash32 v0.3.1 |
1880 | 2024-11-07T01:27:47.521Z | Compiling smoltcp v0.11.0 |
1881 | 2024-11-07T01:27:47.759Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1882 | 2024-11-07T01:27:48.101Z | Compiling ident_case v1.0.1 |
1883 | 2024-11-07T01:27:49.406Z | Compiling darling_core v0.20.10 |
1884 | 2024-11-07T01:28:03.184Z | Compiling num_enum v0.5.11 |
1885 | 2024-11-07T01:28:03.895Z | Compiling typify v0.2.0 |
1886 | 2024-11-07T01:28:06.292Z | Compiling proc-macro-error-attr v1.0.4 |
1887 | 2024-11-07T01:28:06.320Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1888 | 2024-11-07T01:28:06.630Z | Compiling unsafe-libyaml v0.2.11 |
1889 | 2024-11-07T01:28:06.652Z | Compiling cobs v0.2.3 |
1890 | 2024-11-07T01:28:08.482Z | Compiling serde_yaml v0.9.34+deprecated |
1891 | 2024-11-07T01:28:11.455Z | Compiling postcard v1.0.10 |
1892 | 2024-11-07T01:28:18.548Z | Compiling progenitor-impl v0.8.0 |
1893 | 2024-11-07T01:28:24.645Z | Compiling darling_macro v0.20.10 |
1894 | 2024-11-07T01:28:34.354Z | Compiling strum_macros v0.26.4 |
1895 | 2024-11-07T01:28:34.855Z | Compiling foreign-types-macros v0.2.3 |
1896 | 2024-11-07T01:28:35.012Z | Compiling structmeta-derive v0.3.0 |
1897 | 2024-11-07T01:28:35.470Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1898 | 2024-11-07T01:28:35.727Z | Compiling proc-macro-error v1.0.4 |
1899 | 2024-11-07T01:28:36.088Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1900 | 2024-11-07T01:28:36.313Z | Compiling newtype-uuid v1.1.2 |
1901 | 2024-11-07T01:28:36.829Z | Compiling foreign-types-shared v0.3.1 |
1902 | 2024-11-07T01:28:37.424Z | Compiling structmeta v0.3.0 |
1903 | 2024-11-07T01:28:38.634Z | Compiling strum v0.26.3 |
1904 | 2024-11-07T01:28:38.851Z | Compiling foreign-types v0.5.0 |
1905 | 2024-11-07T01:28:42.079Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1906 | 2024-11-07T01:28:46.661Z | Compiling darling v0.20.10 |
1907 | 2024-11-07T01:28:46.792Z | Compiling progenitor-macro v0.8.0 |
1908 | 2024-11-07T01:28:52.197Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1909 | 2024-11-07T01:28:52.629Z | Compiling progenitor-client v0.8.0 |
1910 | 2024-11-07T01:28:53.544Z | Compiling tabwriter v1.4.0 |
1911 | 2024-11-07T01:28:54.311Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1912 | 2024-11-07T01:28:55.110Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1913 | 2024-11-07T01:28:55.833Z | Compiling cstr-argument v0.1.2 |
1914 | 2024-11-07T01:28:55.954Z | Compiling crucible-workspace-hack v0.1.0 |
1915 | 2024-11-07T01:28:56.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1916 | 2024-11-07T01:28:56.714Z | Compiling pretty-hex v0.2.1 |
1917 | 2024-11-07T01:28:56.855Z | Compiling fastrand v2.1.1 |
1918 | 2024-11-07T01:28:56.954Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1919 | 2024-11-07T01:28:57.376Z | Compiling tempfile v3.13.0 |
1920 | 2024-11-07T01:28:57.629Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1921 | 2024-11-07T01:28:57.843Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1922 | 2024-11-07T01:28:58.039Z | Compiling serde_with_macros v3.11.0 |
1923 | 2024-11-07T01:28:58.639Z | Compiling parse-display-derive v0.10.0 |
1924 | 2024-11-07T01:28:58.872Z | Compiling colored v2.1.0 |
1925 | 2024-11-07T01:28:59.090Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1926 | 2024-11-07T01:28:59.816Z | Compiling instant v0.1.13 |
1927 | 2024-11-07T01:28:59.981Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1928 | 2024-11-07T01:29:00.113Z | Compiling backoff v0.4.0 |
1929 | 2024-11-07T01:29:00.344Z | Compiling progenitor v0.8.0 |
1930 | 2024-11-07T01:29:00.362Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1931 | 2024-11-07T01:29:00.492Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1932 | 2024-11-07T01:29:00.581Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1933 | 2024-11-07T01:29:00.600Z | Compiling serde_with v3.11.0 |
1934 | 2024-11-07T01:29:02.321Z | Compiling parse-display v0.10.0 |
1935 | 2024-11-07T01:29:03.507Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1936 | 2024-11-07T01:29:04.093Z | Compiling zone_cfg_derive v0.3.0 |
1937 | 2024-11-07T01:29:04.313Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1938 | 2024-11-07T01:29:04.803Z | Compiling camino-tempfile v1.1.1 |
1939 | 2024-11-07T01:29:05.067Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1940 | 2024-11-07T01:29:05.143Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1941 | 2024-11-07T01:29:05.350Z | Compiling regress v0.9.1 |
1942 | 2024-11-07T01:29:05.420Z | Compiling macaddr v1.0.1 |
1943 | 2024-11-07T01:29:05.534Z | Compiling num-derive v0.4.2 |
1944 | 2024-11-07T01:29:05.589Z | Compiling sigpipe v0.1.3 |
1945 | 2024-11-07T01:29:05.733Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1946 | 2024-11-07T01:29:06.041Z | Compiling libefi-sys v0.1.0 |
1947 | 2024-11-07T01:29:06.088Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1948 | 2024-11-07T01:29:06.388Z | Compiling zone v0.3.0 |
1949 | 2024-11-07T01:29:07.724Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1950 | 2024-11-07T01:29:09.281Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1951 | 2024-11-07T01:29:09.311Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1952 | 2024-11-07T01:29:09.687Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1953 | 2024-11-07T01:29:09.832Z | Compiling smf v0.2.3 |
1954 | 2024-11-07T01:29:10.414Z | Compiling bitfield-struct v0.6.2 |
1955 | 2024-11-07T01:29:11.813Z | Compiling blake3 v1.5.4 |
1956 | 2024-11-07T01:29:12.342Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1957 | 2024-11-07T01:29:12.430Z | Compiling ring v0.16.20 |
1958 | 2024-11-07T01:29:13.456Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1959 | 2024-11-07T01:29:13.886Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1960 | 2024-11-07T01:29:14.273Z | Compiling xattr v1.3.1 |
1961 | 2024-11-07T01:29:14.314Z | Compiling memmap2 v0.9.5 |
1962 | 2024-11-07T01:29:14.591Z | Compiling filetime v0.2.25 |
1963 | 2024-11-07T01:29:14.894Z | Compiling constant_time_eq v0.3.1 |
1964 | 2024-11-07T01:29:14.954Z | Compiling same-file v1.0.6 |
1965 | 2024-11-07T01:29:15.009Z | Compiling untrusted v0.7.1 |
1966 | 2024-11-07T01:29:15.075Z | Compiling arrayvec v0.7.6 |
1967 | 2024-11-07T01:29:15.217Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1968 | 2024-11-07T01:29:15.256Z | Compiling spin v0.5.2 |
1969 | 2024-11-07T01:29:15.355Z | Compiling arrayref v0.3.9 |
1970 | 2024-11-07T01:29:15.475Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1971 | 2024-11-07T01:29:15.565Z | Compiling walkdir v2.5.0 |
1972 | 2024-11-07T01:29:16.888Z | Compiling tar v0.4.42 |
1973 | 2024-11-07T01:29:16.987Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1974 | 2024-11-07T01:29:17.414Z | Compiling gethostname v0.5.0 |
1975 | 2024-11-07T01:29:17.632Z | Compiling cargo-platform v0.1.8 |
1976 | 2024-11-07T01:29:18.210Z | Compiling topological-sort v0.2.2 |
1977 | 2024-11-07T01:29:18.416Z | Compiling cargo_metadata v0.18.1 |
1978 | 2024-11-07T01:29:21.379Z | Compiling omicron-zone-package v0.11.1 |
1979 | 2024-11-07T01:29:26.415Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1980 | 2024-11-07T01:29:28.157Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1981 | 2024-11-07T01:29:32.040Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1982 | 2024-11-07T01:29:48.144Z | Finished `release` profile [optimized] target(s) in 4m 41s |
1983 | 2024-11-07T01:29:48.309Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1984 | 2024-11-07T01:29:48.360Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1985 | 2024-11-07T01:29:48.362Z | Created new build target 'test' and set it as active |
1986 | 2024-11-07T01:29:48.362Z | |
1987 | 2024-11-07T01:29:48.362Z | real 4:41.480502828 |
1988 | 2024-11-07T01:29:48.362Z | user 31:55.948746249 |
1989 | 2024-11-07T01:29:48.362Z | sys 3:53.169195536 |
1990 | 2024-11-07T01:29:48.362Z | trap 0.950944223 |
1991 | 2024-11-07T01:29:48.362Z | tflt 3.241833192 |
1992 | 2024-11-07T01:29:48.362Z | dflt 1.089333101 |
1993 | 2024-11-07T01:29:48.362Z | kflt 0.000155063 |
1994 | 2024-11-07T01:29:48.362Z | lock 1:09:40.132533045 |
1995 | 2024-11-07T01:29:48.362Z | slp 2:01:37.198335667 |
1996 | 2024-11-07T01:29:48.363Z | lat 2:08.790213636 |
1997 | 2024-11-07T01:29:48.363Z | stop 3:54.136284403 |
1998 | 2024-11-07T01:29:48.366Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1999 | 2024-11-07T01:29:49.320Z | Finished `release` profile [optimized] target(s) in 0.90s |
2000 | 2024-11-07T01:29:49.378Z | Running `target/release/omicron-package -t test package` |
2001 | 2024-11-07T01:29:49.421Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2002 | 2024-11-07T01:29:50.536Z | Compiling convert_case v0.4.0 |
2003 | 2024-11-07T01:29:50.539Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2004 | 2024-11-07T01:29:50.539Z | Compiling itertools v0.13.0 |
2005 | 2024-11-07T01:29:50.539Z | Compiling password-hash v0.5.0 |
2006 | 2024-11-07T01:29:50.539Z | Compiling blake2 v0.10.6 |
2007 | 2024-11-07T01:29:50.539Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2008 | 2024-11-07T01:29:50.539Z | Compiling newline-converter v0.3.0 |
2009 | 2024-11-07T01:29:50.706Z | Compiling cancel-safe-futures v0.1.5 |
2010 | 2024-11-07T01:29:50.853Z | Compiling owo-colors v4.1.0 |
2011 | 2024-11-07T01:29:50.882Z | Compiling expectorate v1.1.0 |
2012 | 2024-11-07T01:29:51.128Z | Compiling base64 v0.21.7 |
2013 | 2024-11-07T01:29:51.203Z | Compiling argon2 v0.5.3 |
2014 | 2024-11-07T01:29:51.319Z | Compiling derive_more v0.99.18 |
2015 | 2024-11-07T01:29:51.841Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2016 | 2024-11-07T01:29:52.226Z | Compiling libsw v3.3.1 |
2017 | 2024-11-07T01:29:52.360Z | Compiling indent_write v2.2.0 |
2018 | 2024-11-07T01:29:52.408Z | Compiling swrite v0.1.0 |
2019 | 2024-11-07T01:29:52.561Z | Compiling linear-map v1.2.0 |
2020 | 2024-11-07T01:29:52.578Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2021 | 2024-11-07T01:29:52.604Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2022 | 2024-11-07T01:29:52.790Z | Compiling progenitor-client v0.8.0 |
2023 | 2024-11-07T01:29:52.983Z | Compiling atomicwrites v0.4.4 |
2024 | 2024-11-07T01:29:53.218Z | Compiling progenitor v0.8.0 |
2025 | 2024-11-07T01:29:53.454Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2026 | 2024-11-07T01:29:53.479Z | Compiling num-rational v0.4.2 |
2027 | 2024-11-07T01:29:53.537Z | Compiling num-complex v0.4.6 |
2028 | 2024-11-07T01:29:54.423Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2029 | 2024-11-07T01:29:54.585Z | Compiling float-ord v0.3.2 |
2030 | 2024-11-07T01:29:54.789Z | Compiling num v0.4.3 |
2031 | 2024-11-07T01:29:54.855Z | Compiling prettyplease v0.2.22 |
2032 | 2024-11-07T01:29:54.911Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2033 | 2024-11-07T01:29:55.180Z | Compiling semver v0.1.20 |
2034 | 2024-11-07T01:29:55.775Z | Compiling rustc_version v0.1.7 |
2035 | 2024-11-07T01:29:56.004Z | Compiling highway v1.2.0 |
2036 | 2024-11-07T01:29:56.199Z | Compiling newtype_derive v0.1.6 |
2037 | 2024-11-07T01:29:56.614Z | Compiling humantime v2.1.0 |
2038 | 2024-11-07T01:29:57.506Z | Compiling home v0.5.9 |
2039 | 2024-11-07T01:29:57.520Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2040 | 2024-11-07T01:29:57.620Z | Compiling steno v0.4.1 |
2041 | 2024-11-07T01:30:00.218Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2042 | 2024-11-07T01:30:00.695Z | Compiling newtype-uuid v1.1.2 |
2043 | 2024-11-07T01:30:01.063Z | Compiling tungstenite v0.21.0 |
2044 | 2024-11-07T01:30:02.022Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2045 | 2024-11-07T01:30:02.658Z | Compiling ipnetwork v0.20.0 |
2046 | 2024-11-07T01:30:03.461Z | Compiling slog-dtrace v0.3.0 |
2047 | 2024-11-07T01:30:03.796Z | Compiling instant v0.1.13 |
2048 | 2024-11-07T01:30:03.956Z | Compiling backoff v0.4.0 |
2049 | 2024-11-07T01:30:04.421Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2050 | 2024-11-07T01:30:05.129Z | Compiling tokio-tungstenite v0.21.0 |
2051 | 2024-11-07T01:30:05.765Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2052 | 2024-11-07T01:30:06.127Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2053 | 2024-11-07T01:30:06.151Z | Compiling parse-display v0.10.0 |
2054 | 2024-11-07T01:30:06.677Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-11-07T01:30:06.866Z | Compiling strum v0.26.3 |
2056 | 2024-11-07T01:30:07.076Z | Compiling serde_with v3.11.0 |
2057 | 2024-11-07T01:30:07.588Z | Compiling regress v0.9.1 |
2058 | 2024-11-07T01:30:11.279Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2059 | 2024-11-07T01:30:12.486Z | Compiling macaddr v1.0.1 |
2060 | 2024-11-07T01:30:12.863Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2061 | 2024-11-07T01:30:13.702Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2062 | 2024-11-07T01:30:14.247Z | Compiling arc-swap v1.7.1 |
2063 | 2024-11-07T01:30:14.968Z | Compiling display-error-chain v0.2.2 |
2064 | 2024-11-07T01:30:15.189Z | Compiling slog-scope v4.4.0 |
2065 | 2024-11-07T01:30:15.207Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2066 | 2024-11-07T01:30:16.045Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2067 | 2024-11-07T01:30:17.134Z | Compiling half v2.4.1 |
2068 | 2024-11-07T01:30:17.876Z | Compiling ciborium-io v0.2.2 |
2069 | 2024-11-07T01:30:18.033Z | Compiling ciborium-ll v0.2.2 |
2070 | 2024-11-07T01:30:18.587Z | Compiling slog-stdlog v4.1.1 |
2071 | 2024-11-07T01:30:19.413Z | Compiling slog-envlogger v2.2.0 |
2072 | 2024-11-07T01:30:19.522Z | Compiling ciborium v0.2.2 |
2073 | 2024-11-07T01:30:20.002Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2074 | 2024-11-07T01:30:21.621Z | Compiling fastrand v2.1.1 |
2075 | 2024-11-07T01:30:22.161Z | Compiling same-file v1.0.6 |
2076 | 2024-11-07T01:30:22.199Z | Compiling tempfile v3.13.0 |
2077 | 2024-11-07T01:30:22.422Z | Compiling walkdir v2.5.0 |
2078 | 2024-11-07T01:30:22.970Z | Compiling blake3 v1.5.4 |
2079 | 2024-11-07T01:30:23.074Z | Compiling ring v0.16.20 |
2080 | 2024-11-07T01:30:23.675Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2081 | 2024-11-07T01:30:26.483Z | Compiling xattr v1.3.1 |
2082 | 2024-11-07T01:30:26.778Z | Compiling filetime v0.2.25 |
2083 | 2024-11-07T01:30:27.093Z | Compiling memmap2 v0.9.5 |
2084 | 2024-11-07T01:30:27.538Z | Compiling arrayvec v0.7.6 |
2085 | 2024-11-07T01:30:27.992Z | Compiling spin v0.5.2 |
2086 | 2024-11-07T01:30:28.269Z | Compiling keccak v0.1.5 |
2087 | 2024-11-07T01:30:29.429Z | Compiling constant_time_eq v0.3.1 |
2088 | 2024-11-07T01:30:29.596Z | Compiling untrusted v0.7.1 |
2089 | 2024-11-07T01:30:29.808Z | Compiling arrayref v0.3.9 |
2090 | 2024-11-07T01:30:31.048Z | Compiling sha3 v0.10.8 |
2091 | 2024-11-07T01:30:31.350Z | Compiling tar v0.4.42 |
2092 | 2024-11-07T01:30:31.979Z | Compiling toolchain_find v0.4.0 |
2093 | 2024-11-07T01:30:32.553Z | Compiling camino-tempfile v1.1.1 |
2094 | 2024-11-07T01:30:33.010Z | Compiling nibble_vec v0.1.0 |
2095 | 2024-11-07T01:30:33.036Z | Compiling endian-type v0.1.2 |
2096 | 2024-11-07T01:30:33.172Z | Compiling crunchy v0.2.2 |
2097 | 2024-11-07T01:30:33.269Z | Compiling glob v0.3.1 |
2098 | 2024-11-07T01:30:33.288Z | Compiling radium v0.7.0 |
2099 | 2024-11-07T01:30:33.306Z | Compiling topological-sort v0.2.2 |
2100 | 2024-11-07T01:30:33.546Z | Compiling maplit v1.0.2 |
2101 | 2024-11-07T01:30:33.689Z | Compiling omicron-zone-package v0.11.1 |
2102 | 2024-11-07T01:30:33.708Z | Compiling radix_trie v0.2.1 |
2103 | 2024-11-07T01:30:33.760Z | Compiling rustfmt-wrapper v0.2.1 |
2104 | 2024-11-07T01:30:33.779Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2105 | 2024-11-07T01:30:34.265Z | Compiling clang-sys v1.8.1 |
2106 | 2024-11-07T01:30:34.337Z | Compiling pem v3.0.4 |
2107 | 2024-11-07T01:30:34.685Z | Compiling tiny-keccak v2.0.2 |
2108 | 2024-11-07T01:30:34.712Z | Compiling tap v1.0.1 |
2109 | 2024-11-07T01:30:34.903Z | Compiling maybe-uninit v2.0.0 |
2110 | 2024-11-07T01:30:35.037Z | Compiling wyz v0.5.1 |
2111 | 2024-11-07T01:30:35.563Z | Compiling dsl_auto_type v0.1.2 |
2112 | 2024-11-07T01:30:35.668Z | Compiling scheduled-thread-pool v0.2.7 |
2113 | 2024-11-07T01:30:35.814Z | Compiling secrecy v0.8.0 |
2114 | 2024-11-07T01:30:36.029Z | Compiling diesel_table_macro_syntax v0.2.0 |
2115 | 2024-11-07T01:30:36.106Z | Compiling packed_struct v0.10.1 |
2116 | 2024-11-07T01:30:36.404Z | Compiling crc-catalog v2.4.0 |
2117 | 2024-11-07T01:30:36.562Z | Compiling funty v2.0.0 |
2118 | 2024-11-07T01:30:36.564Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2119 | 2024-11-07T01:30:36.865Z | Compiling diesel_derives v2.2.3 |
2120 | 2024-11-07T01:30:36.931Z | Compiling crc v3.2.1 |
2121 | 2024-11-07T01:30:36.951Z | Compiling r2d2 v0.8.10 |
2122 | 2024-11-07T01:30:37.852Z | Compiling bitvec v1.0.1 |
2123 | 2024-11-07T01:30:38.044Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2124 | 2024-11-07T01:30:38.632Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2125 | 2024-11-07T01:30:38.747Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2126 | 2024-11-07T01:30:38.984Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2127 | 2024-11-07T01:30:39.101Z | Compiling ascii-canvas v3.0.0 |
2128 | 2024-11-07T01:30:39.581Z | Compiling universal-hash v0.5.1 |
2129 | 2024-11-07T01:30:39.826Z | Compiling thiserror-impl-no-std v2.0.2 |
2130 | 2024-11-07T01:30:42.409Z | Compiling packed_struct_codegen v0.10.1 |
2131 | 2024-11-07T01:30:42.430Z | Compiling ena v0.14.3 |
2132 | 2024-11-07T01:30:42.876Z | Compiling lzma-sys v0.1.20 |
2133 | 2024-11-07T01:30:43.594Z | Compiling libloading v0.8.5 |
2134 | 2024-11-07T01:30:44.002Z | Compiling indexmap v1.9.3 |
2135 | 2024-11-07T01:30:44.356Z | Compiling nodrop v0.1.14 |
2136 | 2024-11-07T01:30:44.505Z | Compiling diff v0.1.13 |
2137 | 2024-11-07T01:30:44.792Z | Compiling bindgen v0.69.5 |
2138 | 2024-11-07T01:30:45.043Z | Compiling regex-syntax v0.6.29 |
2139 | 2024-11-07T01:30:45.257Z | Compiling opaque-debug v0.3.1 |
2140 | 2024-11-07T01:30:45.377Z | Compiling poly1305 v0.8.0 |
2141 | 2024-11-07T01:30:47.500Z | Compiling diesel v2.2.4 |
2142 | 2024-11-07T01:30:50.226Z | Compiling lalrpop v0.19.12 |
2143 | 2024-11-07T01:30:51.450Z | Compiling array-init v0.0.4 |
2144 | 2024-11-07T01:30:55.435Z | Compiling thiserror-no-std v2.0.2 |
2145 | 2024-11-07T01:30:55.582Z | Compiling smallvec v0.6.14 |
2146 | 2024-11-07T01:30:56.685Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2147 | 2024-11-07T01:30:57.741Z | Compiling which v4.4.2 |
2148 | 2024-11-07T01:30:58.278Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2149 | 2024-11-07T01:30:58.590Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2150 | 2024-11-07T01:30:58.835Z | Compiling chacha20 v0.9.1 |
2151 | 2024-11-07T01:30:59.338Z | Compiling heck v0.3.3 |
2152 | 2024-11-07T01:30:59.733Z | Compiling cexpr v0.6.0 |
2153 | 2024-11-07T01:31:01.296Z | Compiling aead v0.5.2 |
2154 | 2024-11-07T01:31:01.646Z | Compiling rustc-hash v1.1.0 |
2155 | 2024-11-07T01:31:01.823Z | Compiling ref-cast v1.0.23 |
2156 | 2024-11-07T01:31:02.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2157 | 2024-11-07T01:31:02.643Z | Compiling termcolor v1.4.1 |
2158 | 2024-11-07T01:31:03.004Z | Compiling hashbrown v0.12.3 |
2159 | 2024-11-07T01:31:03.761Z | Compiling lazycell v1.3.0 |
2160 | 2024-11-07T01:31:03.953Z | Compiling bitfield v0.14.0 |
2161 | 2024-11-07T01:31:04.268Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2162 | 2024-11-07T01:31:06.289Z | Compiling env_logger v0.10.2 |
2163 | 2024-11-07T01:31:09.661Z | Compiling chacha20poly1305 v0.10.1 |
2164 | 2024-11-07T01:31:09.938Z | Compiling zone_cfg_derive v0.1.2 |
2165 | 2024-11-07T01:31:11.358Z | Compiling serde-hex v0.1.0 |
2166 | 2024-11-07T01:31:14.045Z | Compiling polar-core v0.27.3 |
2167 | 2024-11-07T01:31:15.307Z | Compiling vsss-rs v3.3.4 |
2168 | 2024-11-07T01:31:16.937Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2169 | 2024-11-07T01:31:17.282Z | Compiling ron v0.8.1 |
2170 | 2024-11-07T01:31:18.655Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2171 | 2024-11-07T01:31:18.974Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2024-11-07T01:31:19.554Z | Compiling derive_builder_core v0.20.2 |
2173 | 2024-11-07T01:31:19.782Z | Compiling hashbrown v0.13.2 |
2174 | 2024-11-07T01:31:21.228Z | Compiling headers-core v0.3.0 |
2175 | 2024-11-07T01:31:21.521Z | Compiling fxhash v0.2.1 |
2176 | 2024-11-07T01:31:21.563Z | Compiling libxml v0.3.3 |
2177 | 2024-11-07T01:31:21.663Z | Compiling ref-cast-impl v1.0.23 |
2178 | 2024-11-07T01:31:21.942Z | Compiling crc-any v2.5.0 |
2179 | 2024-11-07T01:31:22.787Z | Compiling base64 v0.13.1 |
2180 | 2024-11-07T01:31:23.105Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2181 | 2024-11-07T01:31:23.289Z | Compiling ron v0.7.1 |
2182 | 2024-11-07T01:31:23.614Z | Compiling derive_builder_macro v0.20.2 |
2183 | 2024-11-07T01:31:24.488Z | Compiling headers v0.4.0 |
2184 | 2024-11-07T01:31:28.117Z | Compiling object v0.30.4 |
2185 | 2024-11-07T01:31:28.675Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2024-11-07T01:31:29.387Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2187 | 2024-11-07T01:31:31.083Z | Compiling samael v0.0.17 |
2188 | 2024-11-07T01:31:31.726Z | Compiling xz2 v0.1.7 |
2189 | 2024-11-07T01:31:32.768Z | Compiling zone v0.1.8 |
2190 | 2024-11-07T01:31:37.140Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2191 | 2024-11-07T01:31:37.660Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-11-07T01:31:37.739Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2193 | 2024-11-07T01:31:38.044Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2194 | 2024-11-07T01:31:39.058Z | Compiling yasna v0.5.2 |
2195 | 2024-11-07T01:31:40.168Z | Compiling phf_generator v0.11.2 |
2196 | 2024-11-07T01:31:40.379Z | Compiling strum_macros v0.24.3 |
2197 | 2024-11-07T01:31:40.907Z | Compiling kstat-rs v0.2.4 |
2198 | 2024-11-07T01:31:41.826Z | Compiling async-recursion v1.1.1 |
2199 | 2024-11-07T01:31:42.445Z | Compiling unicase v2.7.0 |
2200 | 2024-11-07T01:31:42.783Z | Compiling path-slash v0.1.5 |
2201 | 2024-11-07T01:31:42.894Z | Compiling indoc v1.0.9 |
2202 | 2024-11-07T01:31:43.020Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2203 | 2024-11-07T01:31:43.171Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2204 | 2024-11-07T01:31:43.481Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2205 | 2024-11-07T01:31:43.747Z | Compiling phf_codegen v0.11.2 |
2206 | 2024-11-07T01:31:44.093Z | Compiling rcgen v0.12.1 |
2207 | 2024-11-07T01:31:51.062Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2208 | 2024-11-07T01:31:54.215Z | Compiling derive_builder v0.20.2 |
2209 | 2024-11-07T01:31:55.891Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2210 | 2024-11-07T01:31:58.753Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2211 | 2024-11-07T01:31:59.077Z | Compiling http v0.2.12 |
2212 | 2024-11-07T01:31:59.382Z | Compiling oso-derive v0.27.3 |
2213 | 2024-11-07T01:32:00.347Z | Compiling impl-trait-for-tuples v0.2.2 |
2214 | 2024-11-07T01:32:03.566Z | Compiling parse-zoneinfo v0.3.1 |
2215 | 2024-11-07T01:32:03.824Z | Compiling libz-sys v1.1.20 |
2216 | 2024-11-07T01:32:03.829Z | Compiling quick-xml v0.33.0 |
2217 | 2024-11-07T01:32:04.523Z | Compiling subprocess v0.2.9 |
2218 | 2024-11-07T01:32:05.070Z | Compiling diesel-dtrace v0.3.0 |
2219 | 2024-11-07T01:32:05.421Z | Compiling cfg_aliases v0.1.1 |
2220 | 2024-11-07T01:32:05.548Z | Compiling parking_lot_core v0.8.6 |
2221 | 2024-11-07T01:32:06.045Z | Compiling nix v0.28.0 |
2222 | 2024-11-07T01:32:06.636Z | Compiling oso v0.27.3 |
2223 | 2024-11-07T01:32:06.859Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-11-07T01:32:09.376Z | Compiling chrono-tz-build v0.4.0 |
2225 | 2024-11-07T01:32:10.495Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2226 | 2024-11-07T01:32:12.001Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2227 | 2024-11-07T01:32:14.686Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2228 | 2024-11-07T01:32:19.662Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2229 | 2024-11-07T01:32:19.662Z | Compiling bb8 v0.8.5 |
2230 | 2024-11-07T01:32:19.662Z | Compiling const_format_proc_macros v0.2.33 |
2231 | 2024-11-07T01:32:19.662Z | Compiling vte_generate_state_changes v0.1.2 |
2232 | 2024-11-07T01:32:19.662Z | Compiling buf-list v1.0.3 |
2233 | 2024-11-07T01:32:19.662Z | Compiling vte v0.11.1 |
2234 | 2024-11-07T01:32:19.686Z | Compiling const_format v0.2.33 |
2235 | 2024-11-07T01:32:20.889Z | Compiling async-bb8-diesel v0.2.1 |
2236 | 2024-11-07T01:32:21.066Z | Compiling chrono-tz v0.10.0 |
2237 | 2024-11-07T01:32:22.171Z | Compiling http-body v0.4.6 |
2238 | 2024-11-07T01:32:22.603Z | Compiling h2 v0.3.26 |
2239 | 2024-11-07T01:32:22.935Z | Compiling fd-lock v4.0.2 |
2240 | 2024-11-07T01:32:23.186Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2241 | 2024-11-07T01:32:23.981Z | Compiling pin-project-internal v1.1.6 |
2242 | 2024-11-07T01:32:24.011Z | Compiling atty v0.2.14 |
2243 | 2024-11-07T01:32:24.191Z | Compiling bytecount v0.6.8 |
2244 | 2024-11-07T01:32:24.516Z | Compiling salty v0.3.0 |
2245 | 2024-11-07T01:32:24.989Z | Compiling papergrid v0.11.0 |
2246 | 2024-11-07T01:32:26.660Z | Compiling pin-project v1.1.6 |
2247 | 2024-11-07T01:32:37.910Z | Compiling hyper v0.14.30 |
2248 | 2024-11-07T01:32:42.840Z | Compiling parking_lot v0.11.2 |
2249 | 2024-11-07T01:32:51.707Z | Compiling strip-ansi-escapes v0.2.0 |
2250 | 2024-11-07T01:32:52.581Z | Compiling tabled_derive v0.7.0 |
2251 | 2024-11-07T01:32:53.111Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2252 | 2024-11-07T01:32:54.613Z | Compiling peg-macros v0.8.4 |
2253 | 2024-11-07T01:32:54.721Z | Compiling snafu-derive v0.8.5 |
2254 | 2024-11-07T01:32:56.426Z | Compiling sqlparser_derive v0.2.2 |
2255 | 2024-11-07T01:32:57.437Z | Compiling sync_wrapper v0.1.2 |
2256 | 2024-11-07T01:32:57.599Z | Compiling unicode_categories v0.1.1 |
2257 | 2024-11-07T01:32:57.732Z | Compiling nu-ansi-term v0.50.1 |
2258 | 2024-11-07T01:32:57.979Z | Compiling simd-adler32 v0.3.7 |
2259 | 2024-11-07T01:32:58.043Z | Compiling lockfree-object-pool v0.1.6 |
2260 | 2024-11-07T01:32:58.393Z | Compiling zip v2.1.3 |
2261 | 2024-11-07T01:32:58.759Z | Compiling bumpalo v3.16.0 |
2262 | 2024-11-07T01:32:58.983Z | Compiling rustyline v14.0.0 |
2263 | 2024-11-07T01:32:59.033Z | Compiling reedline v0.35.0 |
2264 | 2024-11-07T01:32:59.121Z | Compiling snafu v0.8.5 |
2265 | 2024-11-07T01:32:59.263Z | Compiling zopfli v0.8.1 |
2266 | 2024-11-07T01:32:59.300Z | Compiling sqlformat v0.2.6 |
2267 | 2024-11-07T01:32:59.700Z | Compiling peg v0.8.4 |
2268 | 2024-11-07T01:32:59.821Z | Compiling reqwest v0.11.27 |
2269 | 2024-11-07T01:33:00.341Z | Compiling sqlparser v0.45.0 |
2270 | 2024-11-07T01:33:03.445Z | Compiling tabled v0.15.0 |
2271 | 2024-11-07T01:33:22.286Z | Compiling sled v0.34.7 |
2272 | 2024-11-07T01:33:23.715Z | Compiling mime_guess v2.0.5 |
2273 | 2024-11-07T01:33:25.129Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2274 | 2024-11-07T01:33:27.186Z | Compiling hickory-client v0.24.1 |
2275 | 2024-11-07T01:33:27.366Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2276 | 2024-11-07T01:33:32.670Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2277 | 2024-11-07T01:33:34.041Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2278 | 2024-11-07T01:33:38.306Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2279 | 2024-11-07T01:33:38.885Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2280 | 2024-11-07T01:33:39.222Z | Compiling globset v0.4.15 |
2281 | 2024-11-07T01:33:40.515Z | Compiling hickory-server v0.24.1 |
2282 | 2024-11-07T01:33:46.655Z | Compiling primeorder v0.13.6 |
2283 | 2024-11-07T01:33:47.209Z | Compiling olpc-cjson v0.1.4 |
2284 | 2024-11-07T01:33:47.302Z | Compiling vergen v8.3.2 |
2285 | 2024-11-07T01:33:47.593Z | Compiling bcs v0.1.6 |
2286 | 2024-11-07T01:33:47.647Z | Compiling env_filter v0.1.2 |
2287 | 2024-11-07T01:33:48.545Z | Compiling cargo-platform v0.1.8 |
2288 | 2024-11-07T01:33:49.056Z | Compiling serde_plain v1.0.2 |
2289 | 2024-11-07T01:33:49.244Z | Compiling nanorand v0.7.0 |
2290 | 2024-11-07T01:33:49.605Z | Compiling displaydoc v0.2.5 |
2291 | 2024-11-07T01:33:49.970Z | Compiling memoffset v0.9.1 |
2292 | 2024-11-07T01:33:50.332Z | Compiling typed-path v0.7.1 |
2293 | 2024-11-07T01:33:52.924Z | Compiling tough v0.17.1 |
2294 | 2024-11-07T01:33:55.183Z | Compiling flume v0.11.0 |
2295 | 2024-11-07T01:33:55.246Z | Compiling cargo_metadata v0.18.1 |
2296 | 2024-11-07T01:33:55.475Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2297 | 2024-11-07T01:33:55.977Z | Compiling env_logger v0.11.5 |
2298 | 2024-11-07T01:33:56.944Z | Compiling p384 v0.13.0 |
2299 | 2024-11-07T01:33:57.039Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2300 | 2024-11-07T01:33:57.471Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2301 | 2024-11-07T01:33:58.484Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2302 | 2024-11-07T01:34:03.845Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2303 | 2024-11-07T01:34:05.794Z | Compiling git2 v0.19.0 |
2304 | 2024-11-07T01:34:07.333Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2305 | 2024-11-07T01:34:10.211Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2306 | 2024-11-07T01:34:14.301Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2307 | 2024-11-07T01:34:15.131Z | Compiling rand_seeder v0.3.0 |
2308 | 2024-11-07T01:34:15.562Z | Compiling libsqlite3-sys v0.30.1 |
2309 | 2024-11-07T01:34:16.096Z | Compiling cfg_aliases v0.2.1 |
2310 | 2024-11-07T01:34:16.217Z | Compiling parse-size v1.1.0 |
2311 | 2024-11-07T01:34:16.429Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2312 | 2024-11-07T01:34:16.549Z | Compiling rustls v0.21.12 |
2313 | 2024-11-07T01:34:16.785Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2314 | 2024-11-07T01:34:16.895Z | Compiling nix v0.29.0 |
2315 | 2024-11-07T01:34:17.242Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2316 | 2024-11-07T01:34:17.755Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2317 | 2024-11-07T01:34:19.244Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2318 | 2024-11-07T01:34:19.593Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2319 | 2024-11-07T01:34:20.364Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2320 | 2024-11-07T01:34:20.698Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2321 | 2024-11-07T01:34:20.998Z | Compiling sct v0.7.1 |
2322 | 2024-11-07T01:34:21.485Z | Compiling rustls-webpki v0.101.7 |
2323 | 2024-11-07T01:34:24.144Z | Compiling castaway v0.2.3 |
2324 | 2024-11-07T01:34:24.369Z | Compiling csv-core v0.1.11 |
2325 | 2024-11-07T01:34:24.972Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2326 | 2024-11-07T01:34:25.228Z | Compiling http-range v0.1.5 |
2327 | 2024-11-07T01:34:25.476Z | Compiling hyper-staticfile v0.10.1 |
2328 | 2024-11-07T01:34:25.794Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2329 | 2024-11-07T01:34:27.430Z | Compiling csv v1.3.0 |
2330 | 2024-11-07T01:34:31.266Z | Compiling compact_str v0.8.0 |
2331 | 2024-11-07T01:34:31.286Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2332 | 2024-11-07T01:34:31.321Z | Compiling nix v0.27.1 |
2333 | 2024-11-07T01:34:32.782Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2334 | 2024-11-07T01:34:34.164Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2335 | 2024-11-07T01:34:36.273Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2336 | 2024-11-07T01:34:40.232Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2337 | 2024-11-07T01:34:44.956Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2338 | 2024-11-07T01:34:46.491Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2339 | 2024-11-07T01:34:50.750Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2340 | 2024-11-07T01:34:51.106Z | Compiling unicode-truncate v1.1.0 |
2341 | 2024-11-07T01:34:51.413Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2342 | 2024-11-07T01:34:51.837Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2343 | 2024-11-07T01:34:52.158Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2344 | 2024-11-07T01:34:53.960Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2345 | 2024-11-07T01:34:54.522Z | Compiling hashlink v0.9.1 |
2346 | 2024-11-07T01:34:54.545Z | Compiling tungstenite v0.23.0 |
2347 | 2024-11-07T01:34:55.356Z | Compiling lru v0.12.5 |
2348 | 2024-11-07T01:34:55.761Z | Compiling instability v0.3.2 |
2349 | 2024-11-07T01:34:56.742Z | Compiling cassowary v0.3.0 |
2350 | 2024-11-07T01:34:56.785Z | Compiling fallible-streaming-iterator v0.1.9 |
2351 | 2024-11-07T01:34:57.090Z | Compiling fallible-iterator v0.3.0 |
2352 | 2024-11-07T01:34:57.943Z | Compiling rusqlite v0.32.1 |
2353 | 2024-11-07T01:34:59.822Z | Compiling ratatui v0.28.1 |
2354 | 2024-11-07T01:35:00.303Z | Compiling tokio-tungstenite v0.23.1 |
2355 | 2024-11-07T01:35:00.385Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2356 | 2024-11-07T01:35:03.257Z | Compiling tokio-rustls v0.24.1 |
2357 | 2024-11-07T01:35:03.748Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2358 | 2024-11-07T01:35:21.943Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2359 | 2024-11-07T01:35:21.958Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2360 | 2024-11-07T01:35:21.961Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2361 | 2024-11-07T01:35:24.883Z | Compiling rustls-pemfile v1.0.4 |
2362 | 2024-11-07T01:35:24.992Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2363 | 2024-11-07T01:35:25.371Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2364 | 2024-11-07T01:35:25.542Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2365 | 2024-11-07T01:35:25.769Z | Compiling signal-hook-tokio v0.3.1 |
2366 | 2024-11-07T01:35:25.820Z | Compiling twox-hash v1.6.3 |
2367 | 2024-11-07T01:35:26.038Z | Compiling smawk v0.3.2 |
2368 | 2024-11-07T01:35:26.321Z | Compiling is_ci v1.2.0 |
2369 | 2024-11-07T01:35:26.644Z | Compiling unicode-linebreak v0.1.5 |
2370 | 2024-11-07T01:35:26.846Z | Compiling supports-color v3.0.1 |
2371 | 2024-11-07T01:35:27.221Z | Compiling textwrap v0.16.1 |
2372 | 2024-11-07T01:35:30.834Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2373 | 2024-11-07T01:35:35.225Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2374 | 2024-11-07T01:35:40.390Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2375 | 2024-11-07T01:35:41.135Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2376 | 2024-11-07T01:35:45.973Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2377 | 2024-11-07T01:35:50.250Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2378 | 2024-11-07T01:35:50.878Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2379 | 2024-11-07T01:35:59.576Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2380 | 2024-11-07T01:36:02.501Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2381 | 2024-11-07T01:36:02.882Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2382 | 2024-11-07T01:36:06.809Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2383 | 2024-11-07T01:36:09.665Z | Compiling fatfs v0.3.6 |
2384 | 2024-11-07T01:36:10.416Z | Compiling rtoolbox v0.0.2 |
2385 | 2024-11-07T01:36:10.867Z | Compiling assert_matches v1.5.0 |
2386 | 2024-11-07T01:36:10.996Z | Compiling rpassword v7.3.1 |
2387 | 2024-11-07T01:36:12.587Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2388 | 2024-11-07T01:36:16.340Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2389 | 2024-11-07T01:36:26.708Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2390 | 2024-11-07T01:36:33.862Z | Compiling tui-tree-widget v0.22.0 |
2391 | 2024-11-07T01:36:34.330Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2392 | 2024-11-07T01:36:35.319Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2393 | 2024-11-07T01:36:42.894Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2394 | 2024-11-07T01:36:43.231Z | Compiling uzers v0.12.1 |
2395 | 2024-11-07T01:36:46.451Z | Compiling shell-words v1.1.0 |
2396 | 2024-11-07T01:36:46.991Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2397 | 2024-11-07T01:36:49.042Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2398 | 2024-11-07T01:36:51.028Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2399 | 2024-11-07T01:37:17.515Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2400 | 2024-11-07T01:37:23.769Z | Compiling multimap v0.10.0 |
2401 | 2024-11-07T01:39:27.936Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2402 | 2024-11-07T01:39:34.388Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2403 | 2024-11-07T01:48:20.746Z | Finished `release` profile [optimized] target(s) in 18m 31s |
2404 | 2024-11-07T01:49:18.954Z | |
2405 | 2024-11-07T01:49:18.957Z | real 19:30.444343337 |
2406 | 2024-11-07T01:49:18.957Z | user 2:08:13.484296876 |
2407 | 2024-11-07T01:49:18.957Z | sys 5:55.993732544 |
2408 | 2024-11-07T01:49:18.957Z | trap 3.175406816 |
2409 | 2024-11-07T01:49:18.957Z | tflt 3.017440600 |
2410 | 2024-11-07T01:49:18.957Z | dflt 5.350000668 |
2411 | 2024-11-07T01:49:18.957Z | kflt 0.024004012 |
2412 | 2024-11-07T01:49:18.957Z | lock 7:37:39.445217380 |
2413 | 2024-11-07T01:49:18.957Z | slp 6:22:55.675837363 |
2414 | 2024-11-07T01:49:18.957Z | lat 2:58.649543868 |
2415 | 2024-11-07T01:49:18.957Z | stop 2:42.471101494 |
2416 | 2024-11-07T01:49:18.959Z | + mapfile -t packages |
2417 | 2024-11-07T01:49:18.959Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2418 | 2024-11-07T01:49:19.958Z | Finished `release` profile [optimized] target(s) in 0.95s |
2419 | 2024-11-07T01:49:20.018Z | Running `target/release/omicron-package -t test list-outputs` |
2420 | 2024-11-07T01:49:20.062Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2421 | 2024-11-07T01:49:20.064Z | + ptime -m cargo build --locked --release -p xtask |
2422 | 2024-11-07T01:49:20.606Z | Compiling serde v1.0.210 |
2423 | 2024-11-07T01:49:20.609Z | Compiling serde_json v1.0.128 |
2424 | 2024-11-07T01:49:20.609Z | Compiling libc v0.2.161 |
2425 | 2024-11-07T01:49:20.609Z | Compiling rustix v0.38.37 |
2426 | 2024-11-07T01:49:20.609Z | Compiling syn v2.0.79 |
2427 | 2024-11-07T01:49:20.704Z | Compiling bitflags v2.6.0 |
2428 | 2024-11-07T01:49:21.043Z | Compiling usdt-impl v0.5.0 |
2429 | 2024-11-07T01:49:21.089Z | Compiling syn v1.0.109 |
2430 | 2024-11-07T01:49:21.180Z | Compiling log v0.4.22 |
2431 | 2024-11-07T01:49:21.202Z | Compiling hashbrown v0.15.0 |
2432 | 2024-11-07T01:49:21.217Z | Compiling fs-err v2.11.0 |
2433 | 2024-11-07T01:49:21.544Z | Compiling once_cell v1.20.2 |
2434 | 2024-11-07T01:49:21.647Z | Compiling anyhow v1.0.92 |
2435 | 2024-11-07T01:49:22.162Z | Compiling thread-id v4.2.2 |
2436 | 2024-11-07T01:49:22.601Z | Compiling indexmap v2.6.0 |
2437 | 2024-11-07T01:49:23.746Z | Compiling terminal_size v0.4.0 |
2438 | 2024-11-07T01:49:23.746Z | Compiling tempfile v3.13.0 |
2439 | 2024-11-07T01:49:24.010Z | Compiling clap_builder v4.5.20 |
2440 | 2024-11-07T01:49:24.479Z | Compiling proc-macro-error v1.0.4 |
2441 | 2024-11-07T01:49:25.614Z | Compiling tabled_derive v0.7.0 |
2442 | 2024-11-07T01:49:26.912Z | Compiling tabled v0.15.0 |
2443 | 2024-11-07T01:49:27.774Z | Compiling serde_derive v1.0.210 |
2444 | 2024-11-07T01:49:27.774Z | Compiling thiserror-impl v1.0.64 |
2445 | 2024-11-07T01:49:27.777Z | Compiling zerocopy-derive v0.7.35 |
2446 | 2024-11-07T01:49:27.777Z | Compiling scroll_derive v0.12.0 |
2447 | 2024-11-07T01:49:27.777Z | Compiling clap_derive v4.5.18 |
2448 | 2024-11-07T01:49:29.216Z | Compiling scroll v0.12.0 |
2449 | 2024-11-07T01:49:29.731Z | Compiling zerocopy v0.7.35 |
2450 | 2024-11-07T01:49:29.885Z | Compiling goblin v0.8.2 |
2451 | 2024-11-07T01:49:30.461Z | Compiling thiserror v1.0.64 |
2452 | 2024-11-07T01:49:30.620Z | Compiling pest v2.7.14 |
2453 | 2024-11-07T01:49:33.572Z | Compiling pest_meta v2.7.14 |
2454 | 2024-11-07T01:49:33.892Z | Compiling clap v4.5.20 |
2455 | 2024-11-07T01:49:35.509Z | Compiling pest_generator v2.7.14 |
2456 | 2024-11-07T01:49:37.495Z | Compiling pest_derive v2.7.14 |
2457 | 2024-11-07T01:49:38.290Z | Compiling dtrace-parser v0.2.0 |
2458 | 2024-11-07T01:49:43.112Z | Compiling serde_tokenstream v0.2.2 |
2459 | 2024-11-07T01:49:43.730Z | Compiling toml_datetime v0.6.8 |
2460 | 2024-11-07T01:49:44.469Z | Compiling serde_spanned v0.6.8 |
2461 | 2024-11-07T01:49:44.597Z | Compiling dof v0.3.0 |
2462 | 2024-11-07T01:49:45.640Z | Compiling toml_edit v0.22.22 |
2463 | 2024-11-07T01:49:45.703Z | Compiling camino v1.1.9 |
2464 | 2024-11-07T01:49:46.837Z | Compiling usdt-macro v0.5.0 |
2465 | 2024-11-07T01:49:47.103Z | Compiling usdt-attr-macro v0.5.0 |
2466 | 2024-11-07T01:49:48.075Z | Compiling semver v1.0.23 |
2467 | 2024-11-07T01:49:48.422Z | Compiling cargo-platform v0.1.8 |
2468 | 2024-11-07T01:49:49.545Z | Compiling toml v0.8.19 |
2469 | 2024-11-07T01:49:49.636Z | Compiling cargo_metadata v0.18.1 |
2470 | 2024-11-07T01:49:50.657Z | Compiling cargo_toml v0.20.5 |
2471 | 2024-11-07T01:49:53.595Z | Compiling usdt v0.5.0 |
2472 | 2024-11-07T01:49:55.062Z | Compiling camino-tempfile v1.1.1 |
2473 | 2024-11-07T01:49:55.855Z | Compiling macaddr v1.0.1 |
2474 | 2024-11-07T01:50:04.956Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2475 | 2024-11-07T01:50:16.352Z | Finished `release` profile [optimized] target(s) in 56.23s |
2476 | 2024-11-07T01:50:16.471Z | |
2477 | 2024-11-07T01:50:16.474Z | real 56.378686540 |
2478 | 2024-11-07T01:50:16.474Z | user 5:42.154404236 |
2479 | 2024-11-07T01:50:16.475Z | sys 29.158144699 |
2480 | 2024-11-07T01:50:16.475Z | trap 0.154134141 |
2481 | 2024-11-07T01:50:16.475Z | tflt 0.258975837 |
2482 | 2024-11-07T01:50:16.475Z | dflt 0.465126671 |
2483 | 2024-11-07T01:50:16.475Z | kflt 0.011085608 |
2484 | 2024-11-07T01:50:16.475Z | lock 10:56.754400292 |
2485 | 2024-11-07T01:50:16.475Z | slp 16:46.350095230 |
2486 | 2024-11-07T01:50:16.475Z | lat 13.783663118 |
2487 | 2024-11-07T01:50:16.475Z | stop 14.760384105 |
2488 | 2024-11-07T01:50:16.475Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2489 | 2024-11-07T01:50:16.475Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2490 | 2024-11-07T01:50:16.475Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2491 | 2024-11-07T01:50:16.475Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2492 | 2024-11-07T01:50:16.475Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2493 | 2024-11-07T01:50:17.322Z | Compiling hashbrown v0.14.5 |
2494 | 2024-11-07T01:50:17.445Z | Compiling unsafe-libyaml v0.2.11 |
2495 | 2024-11-07T01:50:17.458Z | Compiling progenitor-client v0.8.0 |
2496 | 2024-11-07T01:50:17.460Z | Compiling ident_case v1.0.1 |
2497 | 2024-11-07T01:50:17.460Z | Compiling ipnetwork v0.20.0 |
2498 | 2024-11-07T01:50:17.460Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2499 | 2024-11-07T01:50:17.460Z | Compiling instant v0.1.13 |
2500 | 2024-11-07T01:50:17.461Z | Compiling structmeta-derive v0.3.0 |
2501 | 2024-11-07T01:50:17.603Z | Compiling newtype-uuid v1.1.2 |
2502 | 2024-11-07T01:50:17.651Z | Compiling darling_core v0.20.10 |
2503 | 2024-11-07T01:50:17.893Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2504 | 2024-11-07T01:50:17.989Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2505 | 2024-11-07T01:50:18.295Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2506 | 2024-11-07T01:50:18.368Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2507 | 2024-11-07T01:50:18.675Z | Compiling regress v0.10.1 |
2508 | 2024-11-07T01:50:18.675Z | Compiling regress v0.9.1 |
2509 | 2024-11-07T01:50:18.760Z | Compiling serde_yaml v0.9.34+deprecated |
2510 | 2024-11-07T01:50:18.798Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2511 | 2024-11-07T01:50:18.981Z | Compiling backoff v0.4.0 |
2512 | 2024-11-07T01:50:19.127Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2513 | 2024-11-07T01:50:19.282Z | Compiling macaddr v1.0.1 |
2514 | 2024-11-07T01:50:19.306Z | Compiling tempfile v3.13.0 |
2515 | 2024-11-07T01:50:19.338Z | Compiling proc-macro-crate v1.3.1 |
2516 | 2024-11-07T01:50:19.732Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2517 | 2024-11-07T01:50:20.113Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2518 | 2024-11-07T01:50:20.207Z | Compiling foreign-types-macros v0.2.3 |
2519 | 2024-11-07T01:50:20.283Z | Compiling structmeta v0.3.0 |
2520 | 2024-11-07T01:50:20.407Z | Compiling num_enum_derive v0.5.11 |
2521 | 2024-11-07T01:50:20.457Z | Compiling heapless v0.8.0 |
2522 | 2024-11-07T01:50:20.716Z | Compiling parse-display-derive v0.10.0 |
2523 | 2024-11-07T01:50:21.039Z | Compiling foreign-types-shared v0.3.1 |
2524 | 2024-11-07T01:50:21.461Z | Compiling foreign-types v0.5.0 |
2525 | 2024-11-07T01:50:21.586Z | Compiling proc-macro-error v1.0.4 |
2526 | 2024-11-07T01:50:21.859Z | Compiling camino-tempfile v1.1.1 |
2527 | 2024-11-07T01:50:22.260Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2528 | 2024-11-07T01:50:22.340Z | Compiling hash32 v0.3.1 |
2529 | 2024-11-07T01:50:22.607Z | Compiling typify-impl v0.2.0 |
2530 | 2024-11-07T01:50:22.744Z | Compiling cstr-argument v0.1.2 |
2531 | 2024-11-07T01:50:22.909Z | Compiling num_enum v0.5.11 |
2532 | 2024-11-07T01:50:23.035Z | Compiling pretty-hex v0.2.1 |
2533 | 2024-11-07T01:50:23.071Z | Compiling crucible-workspace-hack v0.1.0 |
2534 | 2024-11-07T01:50:23.092Z | Compiling smoltcp v0.11.0 |
2535 | 2024-11-07T01:50:23.229Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2536 | 2024-11-07T01:50:23.440Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2537 | 2024-11-07T01:50:23.646Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2538 | 2024-11-07T01:50:23.698Z | Compiling tabwriter v1.4.0 |
2539 | 2024-11-07T01:50:23.777Z | Compiling colored v2.1.0 |
2540 | 2024-11-07T01:50:23.865Z | Compiling cobs v0.2.3 |
2541 | 2024-11-07T01:50:24.139Z | Compiling darling_macro v0.20.10 |
2542 | 2024-11-07T01:50:24.177Z | Compiling postcard v1.0.10 |
2543 | 2024-11-07T01:50:24.242Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2544 | 2024-11-07T01:50:24.320Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2545 | 2024-11-07T01:50:24.513Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2546 | 2024-11-07T01:50:24.534Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2547 | 2024-11-07T01:50:24.642Z | Compiling smf v0.2.3 |
2548 | 2024-11-07T01:50:24.841Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2549 | 2024-11-07T01:50:25.055Z | Compiling darling v0.20.10 |
2550 | 2024-11-07T01:50:25.143Z | Compiling parse-display v0.10.0 |
2551 | 2024-11-07T01:50:25.176Z | Compiling zone_cfg_derive v0.3.0 |
2552 | 2024-11-07T01:50:25.178Z | Compiling serde_with_macros v3.11.0 |
2553 | 2024-11-07T01:50:25.404Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2554 | 2024-11-07T01:50:25.807Z | Compiling num-derive v0.4.2 |
2555 | 2024-11-07T01:50:25.898Z | Compiling sigpipe v0.1.3 |
2556 | 2024-11-07T01:50:25.943Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2557 | 2024-11-07T01:50:26.030Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2558 | 2024-11-07T01:50:26.292Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2559 | 2024-11-07T01:50:26.641Z | Compiling zone v0.3.0 |
2560 | 2024-11-07T01:50:26.749Z | Compiling universal-hash v0.5.1 |
2561 | 2024-11-07T01:50:26.972Z | Compiling opaque-debug v0.3.1 |
2562 | 2024-11-07T01:50:27.087Z | Compiling num-rational v0.4.2 |
2563 | 2024-11-07T01:50:27.156Z | Compiling password-hash v0.5.0 |
2564 | 2024-11-07T01:50:28.016Z | Compiling serde_with v3.11.0 |
2565 | 2024-11-07T01:50:28.145Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2566 | 2024-11-07T01:50:28.163Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2567 | 2024-11-07T01:50:28.193Z | Compiling num-complex v0.4.6 |
2568 | 2024-11-07T01:50:28.802Z | Compiling blake2 v0.10.6 |
2569 | 2024-11-07T01:50:28.969Z | Compiling aead v0.5.2 |
2570 | 2024-11-07T01:50:29.220Z | Compiling keccak v0.1.5 |
2571 | 2024-11-07T01:50:29.339Z | Compiling convert_case v0.4.0 |
2572 | 2024-11-07T01:50:29.385Z | Compiling argon2 v0.5.3 |
2573 | 2024-11-07T01:50:29.890Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2574 | 2024-11-07T01:50:30.161Z | Compiling sha3 v0.10.8 |
2575 | 2024-11-07T01:50:30.207Z | Compiling num v0.4.3 |
2576 | 2024-11-07T01:50:30.324Z | Compiling poly1305 v0.8.0 |
2577 | 2024-11-07T01:50:30.342Z | Compiling derive_more v0.99.18 |
2578 | 2024-11-07T01:50:30.360Z | Compiling tungstenite v0.21.0 |
2579 | 2024-11-07T01:50:31.262Z | Compiling chacha20 v0.9.1 |
2580 | 2024-11-07T01:50:31.763Z | Compiling float-ord v0.3.2 |
2581 | 2024-11-07T01:50:31.956Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2582 | 2024-11-07T01:50:32.069Z | Compiling base64 v0.21.7 |
2583 | 2024-11-07T01:50:32.096Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2584 | 2024-11-07T01:50:32.138Z | Compiling tokio-tungstenite v0.21.0 |
2585 | 2024-11-07T01:50:32.213Z | Compiling same-file v1.0.6 |
2586 | 2024-11-07T01:50:32.501Z | Compiling semver v0.1.20 |
2587 | 2024-11-07T01:50:32.523Z | Compiling walkdir v2.5.0 |
2588 | 2024-11-07T01:50:32.539Z | Compiling newline-converter v0.3.0 |
2589 | 2024-11-07T01:50:32.717Z | Compiling primeorder v0.13.6 |
2590 | 2024-11-07T01:50:32.736Z | Compiling secrecy v0.8.0 |
2591 | 2024-11-07T01:50:32.817Z | Compiling owo-colors v4.1.0 |
2592 | 2024-11-07T01:50:33.031Z | Compiling rustc_version v0.1.7 |
2593 | 2024-11-07T01:50:33.129Z | Compiling cancel-safe-futures v0.1.5 |
2594 | 2024-11-07T01:50:33.152Z | Compiling home v0.5.9 |
2595 | 2024-11-07T01:50:33.233Z | Compiling prettyplease v0.2.22 |
2596 | 2024-11-07T01:50:33.250Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2597 | 2024-11-07T01:50:33.299Z | Compiling expectorate v1.1.0 |
2598 | 2024-11-07T01:50:33.454Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2599 | 2024-11-07T01:50:33.530Z | Compiling thiserror-impl-no-std v2.0.2 |
2600 | 2024-11-07T01:50:33.548Z | Compiling blake3 v1.5.4 |
2601 | 2024-11-07T01:50:33.565Z | Compiling newtype_derive v0.1.6 |
2602 | 2024-11-07T01:50:33.610Z | Compiling ring v0.16.20 |
2603 | 2024-11-07T01:50:33.809Z | Compiling unicase v2.7.0 |
2604 | 2024-11-07T01:50:33.882Z | Compiling half v2.4.1 |
2605 | 2024-11-07T01:50:34.121Z | Compiling arc-swap v1.7.1 |
2606 | 2024-11-07T01:50:34.139Z | Compiling ciborium-io v0.2.2 |
2607 | 2024-11-07T01:50:34.449Z | Compiling ciborium-ll v0.2.2 |
2608 | 2024-11-07T01:50:34.564Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2609 | 2024-11-07T01:50:34.779Z | Compiling slog-scope v4.4.0 |
2610 | 2024-11-07T01:50:35.292Z | Compiling polyval v0.6.2 |
2611 | 2024-11-07T01:50:35.475Z | Compiling atomicwrites v0.4.4 |
2612 | 2024-11-07T01:50:35.767Z | Compiling libsw v3.3.1 |
2613 | 2024-11-07T01:50:35.854Z | Compiling memmap2 v0.9.5 |
2614 | 2024-11-07T01:50:36.106Z | Compiling libefi-sys v0.1.0 |
2615 | 2024-11-07T01:50:36.322Z | Compiling parking_lot_core v0.8.6 |
2616 | 2024-11-07T01:50:36.416Z | Compiling arrayref v0.3.9 |
2617 | 2024-11-07T01:50:36.536Z | Compiling constant_time_eq v0.3.1 |
2618 | 2024-11-07T01:50:36.650Z | Compiling thiserror-no-std v2.0.2 |
2619 | 2024-11-07T01:50:36.715Z | Compiling untrusted v0.7.1 |
2620 | 2024-11-07T01:50:36.775Z | Compiling linear-map v1.2.0 |
2621 | 2024-11-07T01:50:36.807Z | Compiling arrayvec v0.7.6 |
2622 | 2024-11-07T01:50:36.917Z | Compiling salty v0.3.0 |
2623 | 2024-11-07T01:50:37.141Z | Compiling indent_write v2.2.0 |
2624 | 2024-11-07T01:50:37.212Z | Compiling spin v0.5.2 |
2625 | 2024-11-07T01:50:37.367Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2626 | 2024-11-07T01:50:37.449Z | Compiling vsss-rs v3.3.4 |
2627 | 2024-11-07T01:50:37.466Z | Compiling ghash v0.5.1 |
2628 | 2024-11-07T01:50:37.503Z | Compiling slog-stdlog v4.1.1 |
2629 | 2024-11-07T01:50:37.731Z | Compiling ciborium v0.2.2 |
2630 | 2024-11-07T01:50:38.251Z | Compiling toolchain_find v0.4.0 |
2631 | 2024-11-07T01:50:38.308Z | Compiling p384 v0.13.0 |
2632 | 2024-11-07T01:50:38.517Z | Compiling chacha20poly1305 v0.10.1 |
2633 | 2024-11-07T01:50:38.788Z | Compiling itertools v0.13.0 |
2634 | 2024-11-07T01:50:38.983Z | Compiling lzma-sys v0.1.20 |
2635 | 2024-11-07T01:50:39.052Z | Compiling typify-macro v0.2.0 |
2636 | 2024-11-07T01:50:39.308Z | Compiling ctr v0.9.2 |
2637 | 2024-11-07T01:50:39.721Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2638 | 2024-11-07T01:50:39.783Z | Compiling bitfield-struct v0.6.2 |
2639 | 2024-11-07T01:50:39.894Z | Compiling slog-dtrace v0.3.0 |
2640 | 2024-11-07T01:50:40.147Z | Compiling topological-sort v0.2.2 |
2641 | 2024-11-07T01:50:40.236Z | Compiling highway v1.2.0 |
2642 | 2024-11-07T01:50:40.389Z | Compiling omicron-zone-package v0.11.1 |
2643 | 2024-11-07T01:50:41.174Z | Compiling aes-gcm v0.10.3 |
2644 | 2024-11-07T01:50:41.248Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2645 | 2024-11-07T01:50:41.266Z | Compiling rustfmt-wrapper v0.2.1 |
2646 | 2024-11-07T01:50:41.318Z | Compiling mime_guess v2.0.5 |
2647 | 2024-11-07T01:50:41.485Z | Compiling steno v0.4.1 |
2648 | 2024-11-07T01:50:41.854Z | Compiling slog-envlogger v2.2.0 |
2649 | 2024-11-07T01:50:42.395Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2650 | 2024-11-07T01:50:42.589Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2651 | 2024-11-07T01:50:42.611Z | Compiling heck v0.3.3 |
2652 | 2024-11-07T01:50:42.697Z | Compiling ssh-encoding v0.2.0 |
2653 | 2024-11-07T01:50:43.046Z | Compiling blowfish v0.9.1 |
2654 | 2024-11-07T01:50:43.077Z | Compiling nibble_vec v0.1.0 |
2655 | 2024-11-07T01:50:43.153Z | Compiling env_filter v0.1.2 |
2656 | 2024-11-07T01:50:43.208Z | Compiling humantime v2.1.0 |
2657 | 2024-11-07T01:50:43.248Z | Compiling typify v0.2.0 |
2658 | 2024-11-07T01:50:43.302Z | Compiling endian-type v0.1.2 |
2659 | 2024-11-07T01:50:43.409Z | Compiling progenitor-impl v0.8.0 |
2660 | 2024-11-07T01:50:43.575Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2661 | 2024-11-07T01:50:43.596Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2662 | 2024-11-07T01:50:43.728Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2663 | 2024-11-07T01:50:43.750Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2664 | 2024-11-07T01:50:43.770Z | Compiling radix_trie v0.2.1 |
2665 | 2024-11-07T01:50:43.885Z | Compiling env_logger v0.11.5 |
2666 | 2024-11-07T01:50:43.933Z | Compiling bcrypt-pbkdf v0.10.0 |
2667 | 2024-11-07T01:50:44.072Z | Compiling ssh-cipher v0.2.0 |
2668 | 2024-11-07T01:50:44.497Z | Compiling zone_cfg_derive v0.1.2 |
2669 | 2024-11-07T01:50:44.571Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2670 | 2024-11-07T01:50:44.731Z | Compiling parking_lot v0.11.2 |
2671 | 2024-11-07T01:50:45.118Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2672 | 2024-11-07T01:50:45.631Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2673 | 2024-11-07T01:50:45.681Z | Compiling gethostname v0.5.0 |
2674 | 2024-11-07T01:50:45.715Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2675 | 2024-11-07T01:50:45.889Z | Compiling password-hash v0.4.2 |
2676 | 2024-11-07T01:50:45.983Z | Compiling fxhash v0.2.1 |
2677 | 2024-11-07T01:50:46.020Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2678 | 2024-11-07T01:50:46.163Z | Compiling base64 v0.13.1 |
2679 | 2024-11-07T01:50:46.205Z | Compiling matches v0.1.10 |
2680 | 2024-11-07T01:50:46.314Z | Compiling idna v0.2.3 |
2681 | 2024-11-07T01:50:46.333Z | Compiling sled v0.34.7 |
2682 | 2024-11-07T01:50:46.369Z | Compiling pbkdf2 v0.11.0 |
2683 | 2024-11-07T01:50:46.395Z | Compiling zone v0.1.8 |
2684 | 2024-11-07T01:50:46.752Z | Compiling ron v0.7.1 |
2685 | 2024-11-07T01:50:46.770Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2686 | 2024-11-07T01:50:46.792Z | Compiling xz2 v0.1.7 |
2687 | 2024-11-07T01:50:47.308Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2688 | 2024-11-07T01:50:47.919Z | Compiling ssh-key v0.6.6 |
2689 | 2024-11-07T01:50:47.942Z | Compiling hickory-client v0.24.1 |
2690 | 2024-11-07T01:50:48.674Z | Compiling p256 v0.13.2 |
2691 | 2024-11-07T01:50:49.087Z | Compiling p521 v0.13.3 |
2692 | 2024-11-07T01:50:49.164Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2693 | 2024-11-07T01:50:49.381Z | Compiling hickory-server v0.24.1 |
2694 | 2024-11-07T01:50:49.560Z | Compiling enum-as-inner v0.5.1 |
2695 | 2024-11-07T01:50:50.303Z | Compiling pem v3.0.4 |
2696 | 2024-11-07T01:50:50.623Z | Compiling yasna v0.5.2 |
2697 | 2024-11-07T01:50:51.109Z | Compiling headers-core v0.3.0 |
2698 | 2024-11-07T01:50:51.240Z | Compiling progenitor-macro v0.8.0 |
2699 | 2024-11-07T01:50:51.293Z | Compiling kstat-rs v0.2.4 |
2700 | 2024-11-07T01:50:51.427Z | Compiling nanorand v0.7.0 |
2701 | 2024-11-07T01:50:51.962Z | Compiling russh-cryptovec v0.7.3 |
2702 | 2024-11-07T01:50:52.020Z | Compiling atty v0.2.14 |
2703 | 2024-11-07T01:50:52.183Z | Compiling http-range v0.1.5 |
2704 | 2024-11-07T01:50:52.279Z | Compiling glob v0.3.1 |
2705 | 2024-11-07T01:50:52.296Z | Compiling md5 v0.7.0 |
2706 | 2024-11-07T01:50:52.507Z | Compiling hyper-staticfile v0.10.1 |
2707 | 2024-11-07T01:50:52.571Z | Compiling russh-keys v0.45.0 |
2708 | 2024-11-07T01:50:52.590Z | Compiling flume v0.11.0 |
2709 | 2024-11-07T01:50:52.796Z | Compiling rcgen v0.12.1 |
2710 | 2024-11-07T01:50:53.274Z | Compiling headers v0.4.0 |
2711 | 2024-11-07T01:50:53.297Z | Compiling trust-dns-proto v0.22.0 |
2712 | 2024-11-07T01:50:53.688Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2713 | 2024-11-07T01:50:55.224Z | Compiling num-bigint v0.4.6 |
2714 | 2024-11-07T01:50:55.368Z | Compiling des v0.8.1 |
2715 | 2024-11-07T01:50:55.739Z | Compiling subprocess v0.2.9 |
2716 | 2024-11-07T01:50:56.419Z | Compiling display-error-chain v0.2.2 |
2717 | 2024-11-07T01:50:56.638Z | Compiling dhcproto-macros v0.1.0 |
2718 | 2024-11-07T01:50:56.685Z | Compiling hex-literal v0.4.1 |
2719 | 2024-11-07T01:50:56.855Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2720 | 2024-11-07T01:50:57.214Z | Compiling internet-checksum v0.2.1 |
2721 | 2024-11-07T01:50:57.788Z | Compiling dhcproto v0.12.0 |
2722 | 2024-11-07T01:50:58.359Z | Compiling russh v0.45.0 |
2723 | 2024-11-07T01:51:02.623Z | Compiling progenitor v0.8.0 |
2724 | 2024-11-07T01:51:02.737Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2725 | 2024-11-07T01:51:02.739Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2726 | 2024-11-07T01:51:02.739Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2727 | 2024-11-07T01:51:02.739Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2728 | 2024-11-07T01:51:02.739Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2729 | 2024-11-07T01:51:02.739Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2730 | 2024-11-07T01:51:02.822Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2731 | 2024-11-07T01:51:04.304Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2732 | 2024-11-07T01:51:04.468Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2733 | 2024-11-07T01:51:05.111Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2734 | 2024-11-07T01:51:08.555Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2735 | 2024-11-07T01:51:09.254Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2736 | 2024-11-07T01:51:17.917Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2737 | 2024-11-07T01:51:17.920Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2738 | 2024-11-07T01:51:17.920Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2739 | 2024-11-07T01:51:17.920Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2740 | 2024-11-07T01:51:18.809Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2741 | 2024-11-07T01:51:21.041Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2742 | 2024-11-07T01:51:22.114Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2743 | 2024-11-07T01:51:22.528Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2744 | 2024-11-07T01:51:22.549Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2745 | 2024-11-07T01:51:23.140Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2746 | 2024-11-07T01:51:25.869Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2747 | 2024-11-07T01:51:25.968Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2748 | 2024-11-07T01:51:26.534Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2749 | 2024-11-07T01:51:26.842Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2750 | 2024-11-07T01:51:26.875Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2751 | 2024-11-07T01:51:27.906Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2752 | 2024-11-07T01:51:28.147Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2753 | 2024-11-07T01:51:29.696Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2754 | 2024-11-07T01:51:31.415Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2755 | 2024-11-07T01:51:31.577Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2756 | 2024-11-07T01:51:31.645Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2757 | 2024-11-07T01:51:32.091Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2758 | 2024-11-07T01:51:33.360Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2759 | 2024-11-07T01:51:36.044Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2760 | 2024-11-07T01:51:36.957Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2761 | 2024-11-07T01:51:38.112Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2762 | 2024-11-07T01:51:38.576Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2763 | 2024-11-07T01:51:40.071Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2764 | 2024-11-07T01:51:45.301Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2765 | 2024-11-07T01:51:54.167Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2766 | 2024-11-07T01:51:55.856Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2767 | 2024-11-07T01:52:50.535Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-11-07T01:53:20.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 04s |
2769 | 2024-11-07T01:53:20.930Z | |
2770 | 2024-11-07T01:53:20.930Z | real 3:04.399687414 |
2771 | 2024-11-07T01:53:20.930Z | user 11:56.994657976 |
2772 | 2024-11-07T01:53:20.930Z | sys 2:19.842662954 |
2773 | 2024-11-07T01:53:20.930Z | trap 0.315060435 |
2774 | 2024-11-07T01:53:20.930Z | tflt 0.752787568 |
2775 | 2024-11-07T01:53:20.934Z | dflt 1.615652157 |
2776 | 2024-11-07T01:53:20.934Z | kflt 0.003138880 |
2777 | 2024-11-07T01:53:20.934Z | lock 24:56.223693180 |
2778 | 2024-11-07T01:53:20.934Z | slp 41:44.878779935 |
2779 | 2024-11-07T01:53:20.934Z | lat 34.902239026 |
2780 | 2024-11-07T01:53:20.934Z | stop 1:23.218565194 |
2781 | 2024-11-07T01:53:20.934Z | + mkdir tests |
2782 | 2024-11-07T01:53:20.937Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2783 | 2024-11-07T01:53:20.937Z | + xargs -I '{}' -t cp '{}' tests/ |
2784 | 2024-11-07T01:53:22.165Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/ |
2785 | 2024-11-07T01:53:22.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/ |
2786 | 2024-11-07T01:53:22.218Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/ |
2787 | 2024-11-07T01:53:22.245Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/ |
2788 | 2024-11-07T01:53:22.448Z | + 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/*) |
2789 | 2024-11-07T01:53:22.451Z | + 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-68ca88e587a7b5c5 tests/commtest-ec6bfd4845fc8f27 tests/dhcp_server-66adfe2d07f2bcad tests/end_to_end_tests-4334d32fd8c55416 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 |
2790 | 2024-11-07T01:54:27.738Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2791 | 2024-11-07T01:54:27.738Z | a .github/buildomat/ci-env.sh 1K |
2792 | 2024-11-07T01:54:27.738Z | a out/target/test 1K |
2793 | 2024-11-07T01:54:27.738Z | a out/npuzone/npuzone 23144K |
2794 | 2024-11-07T01:54:27.738Z | a package-manifest.toml 32K |
2795 | 2024-11-07T01:54:27.738Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2796 | 2024-11-07T01:54:27.738Z | a target/release/omicron-package 32538K |
2797 | 2024-11-07T01:54:27.738Z | a target/release/xtask 11749K |
2798 | 2024-11-07T01:54:27.738Z | a target/debug/bootstrap 196071K |
2799 | 2024-11-07T01:54:27.738Z | a tests/bootstrap-68ca88e587a7b5c5 23991K |
2800 | 2024-11-07T01:54:27.738Z | a tests/commtest-ec6bfd4845fc8f27 24191K |
2801 | 2024-11-07T01:54:27.738Z | a tests/dhcp_server-66adfe2d07f2bcad 23991K |
2802 | 2024-11-07T01:54:27.738Z | a tests/end_to_end_tests-4334d32fd8c55416 208285K |
2803 | 2024-11-07T01:54:27.738Z | a out/clickhouse.tar.gz 244432K |
2804 | 2024-11-07T01:54:27.738Z | a out/clickhouse_keeper.tar.gz 244414K |
2805 | 2024-11-07T01:54:27.738Z | a out/clickhouse_server.tar.gz 244412K |
2806 | 2024-11-07T01:54:27.738Z | a out/cockroachdb.tar.gz 130037K |
2807 | 2024-11-07T01:54:27.738Z | a out/crucible-dtrace.tar 83K |
2808 | 2024-11-07T01:54:27.738Z | a out/crucible-pantry-zone.tar.gz 26856K |
2809 | 2024-11-07T01:54:27.738Z | a out/crucible-zone.tar.gz 35063K |
2810 | 2024-11-07T01:54:27.739Z | a out/external-dns.tar.gz 30754K |
2811 | 2024-11-07T01:54:27.739Z | a out/internal-dns.tar.gz 30755K |
2812 | 2024-11-07T01:54:27.739Z | a out/mg-ddm-gz.tar 62661K |
2813 | 2024-11-07T01:54:27.739Z | a out/nexus.tar.gz 96564K |
2814 | 2024-11-07T01:54:27.739Z | a out/ntp.tar.gz 9037K |
2815 | 2024-11-07T01:54:27.739Z | a out/omicron-gateway-softnpu.tar.gz 21771K |
2816 | 2024-11-07T01:54:27.739Z | a out/omicron-sled-agent.tar 104559K |
2817 | 2024-11-07T01:54:27.739Z | a out/overlay.tar.gz 3K |
2818 | 2024-11-07T01:54:27.739Z | a out/oximeter.tar.gz 46140K |
2819 | 2024-11-07T01:54:27.739Z | a out/oxlog.tar 3071K |
2820 | 2024-11-07T01:54:27.739Z | a out/probe.tar.gz 2764K |
2821 | 2024-11-07T01:54:27.739Z | a out/propolis-server.tar.gz 66584K |
2822 | 2024-11-07T01:54:27.739Z | a out/pumpkind-gz.tar 26665K |
2823 | 2024-11-07T01:54:27.739Z | a out/switch-softnpu.tar.gz 224698K |
2824 | 2024-11-07T01:54:27.742Z | |
2825 | 2024-11-07T01:54:27.742Z | real 1:05.279966138 |
2826 | 2024-11-07T01:54:27.742Z | user 1:02.250565757 |
2827 | 2024-11-07T01:54:27.742Z | sys 4.372199397 |
2828 | 2024-11-07T01:54:27.742Z | trap 0.017302411 |
2829 | 2024-11-07T01:54:27.742Z | tflt 0.000000000 |
2830 | 2024-11-07T01:54:27.742Z | dflt 0.000000000 |
2831 | 2024-11-07T01:54:27.742Z | kflt 0.000000000 |
2832 | 2024-11-07T01:54:27.742Z | lock 0.000000000 |
2833 | 2024-11-07T01:54:27.742Z | slp 1:02.065968169 |
2834 | 2024-11-07T01:54:27.742Z | lat 1.847997499 |
2835 | 2024-11-07T01:54:27.742Z | stop 0.000689872 |
2836 | 2024-11-07T01:54:27.742Z | process exited: duration 2061155 ms, exit code 0 |
|
2837 | 2024-11-07T01:54:27.755Z | found 1 output files |
2838 | 2024-11-07T01:54:27.755Z | uploading: /work/package.tar.gz (1694250336 bytes) |
2839 | 2024-11-07T01:55:03.937Z | uploaded: /work/package.tar.gz |