|
|
|
1 | 2024-11-02T03:10:18.281Z | job assigned to worker 01JBNDJHBEG2157PH6QQRRXGWQ (queued for 1 m 1 s) |
|
2 | 2024-11-02T03:10:25.815Z | starting task 0: "setup" |
3 | 2024-11-02T03:10:25.822Z | ++ uname -s |
4 | 2024-11-02T03:10:25.826Z | + kern=SunOS |
5 | 2024-11-02T03:10:25.826Z | + case "$kern" in |
6 | 2024-11-02T03:10:25.826Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:10:25.826Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:10:25.828Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:10:27.836Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:10:27.939Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:10:27.941Z | + home_fs=zfs |
12 | 2024-11-02T03:10:27.941Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:10:27.941Z | + mkdir -p /home/build |
14 | 2024-11-02T03:10:27.944Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:10:29.946Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:10:29.949Z | process exited: duration 4135 ms, exit code 0 |
|
17 | 2024-11-02T03:10:29.954Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:10:29.959Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:10:29.959Z | ' 1.82.0 |
20 | 2024-11-02T03:10:29.959Z | * toolchain channel = "1.82.0" |
21 | 2024-11-02T03:10:29.959Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-02T03:10:29.959Z | * toolchain profile = "default" |
23 | 2024-11-02T03:10:29.959Z | ' default |
24 | 2024-11-02T03:10:29.961Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:10:29.961Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:10:30.082Z | info: downloading installer |
27 | 2024-11-02T03:10:31.710Z | info: profile set to 'default' |
28 | 2024-11-02T03:10:31.710Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:10:31.712Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:10:31.887Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:10:31.887Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:10:32.850Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:10:33.224Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:10:34.593Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:10:36.727Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:10:44.474Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:10:44.763Z | info: installing component 'cargo' |
38 | 2024-11-02T03:10:45.589Z | info: installing component 'clippy' |
39 | 2024-11-02T03:10:45.977Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:10:47.728Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:10:49.630Z | info: installing component 'rustc' |
42 | 2024-11-02T03:10:55.661Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:10:55.996Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:10:55.996Z | |
45 | 2024-11-02T03:10:56.368Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:10:56.369Z | |
47 | 2024-11-02T03:10:56.371Z | |
48 | 2024-11-02T03:10:56.371Z | Rust is installed now. Great! |
49 | 2024-11-02T03:10:56.371Z | |
50 | 2024-11-02T03:10:56.371Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:10:56.371Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:10:56.371Z | |
53 | 2024-11-02T03:10:56.371Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:10:56.371Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:10:56.371Z | |
56 | 2024-11-02T03:10:56.371Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:10:56.372Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:10:56.372Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:10:56.436Z | + rustc --version |
60 | 2024-11-02T03:10:56.505Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:10:56.507Z | process exited: duration 26552 ms, exit code 0 |
|
62 | 2024-11-02T03:10:56.513Z | starting task 2: "authentication" |
63 | 2024-11-02T03:10:56.534Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-02T03:10:56.539Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:10:56.544Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:10:56.547Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:10:58.051Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:11:05.958Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:11:05.958Z | + git fetch origin c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
70 | 2024-11-02T03:11:06.277Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:11:06.277Z | * branch c9fc35ba65e8113ba488ea370c1b7846a00c1c31 -> FETCH_HEAD |
72 | 2024-11-02T03:11:06.288Z | + [[ -n renovate/anstyle-1.x ]] |
73 | 2024-11-02T03:11:06.290Z | ++ git branch --show-current |
74 | 2024-11-02T03:11:06.293Z | + current=main |
75 | 2024-11-02T03:11:06.293Z | + [[ main != renovate/anstyle-1.x ]] |
76 | 2024-11-02T03:11:06.293Z | + git branch -f renovate/anstyle-1.x c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
77 | 2024-11-02T03:11:06.295Z | + git checkout -f renovate/anstyle-1.x |
78 | 2024-11-02T03:11:06.463Z | Switched to branch 'renovate/anstyle-1.x' |
79 | 2024-11-02T03:11:06.466Z | + git reset --hard c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
80 | 2024-11-02T03:11:06.478Z | HEAD is now at c9fc35ba6 Update Rust crate anstyle to 1.0.10 |
81 | 2024-11-02T03:11:06.481Z | process exited: duration 9939 ms, exit code 0 |
|
82 | 2024-11-02T03:11:06.487Z | starting task 4: "build" |
83 | 2024-11-02T03:11:06.492Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-02T03:11:06.492Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-02T03:11:06.492Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-02T03:11:06.498Z | + cargo --version |
87 | 2024-11-02T03:11:06.552Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-02T03:11:06.557Z | + rustc --version |
89 | 2024-11-02T03:11:06.614Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-02T03:11:06.616Z | + WORK=/work |
91 | 2024-11-02T03:11:06.616Z | + pfexec mkdir -p /work |
92 | 2024-11-02T03:11:06.621Z | + pfexec chown build /work |
93 | 2024-11-02T03:11:06.623Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-11-02T03:11:23.935Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-11-02T03:11:27.435Z | Startup: Caching catalogs ... Done |
96 | 2024-11-02T03:11:34.644Z | Planning: Solver setup ... Done (6.499s) |
97 | 2024-11-02T03:11:34.743Z | Planning: Running solver ... Done (0.098s) |
98 | 2024-11-02T03:11:34.870Z | Planning: Finding local manifests ... Done (0.050s) |
99 | 2024-11-02T03:11:36.102Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-11-02T03:11:36.421Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-11-02T03:11:36.807Z | Planning: Package planning ... Done (0.385s) |
102 | 2024-11-02T03:11:36.863Z | Planning: Merging actions ... Done (0.056s) |
103 | 2024-11-02T03:11:37.484Z | Planning: Checking for conflicting actions ... Done (0.621s) |
104 | 2024-11-02T03:11:42.436Z | Planning: Consolidating action changes ... Done (4.952s) |
105 | 2024-11-02T03:11:42.859Z | Planning: Evaluating mediators ... Done (0.422s) |
106 | 2024-11-02T03:11:42.940Z | Planning: Planning completed in 15.42 seconds |
107 | 2024-11-02T03:11:42.955Z | Packages to install: 4 |
108 | 2024-11-02T03:11:42.955Z | Packages to update: 1 |
109 | 2024-11-02T03:11:42.957Z | Mediators to change: 2 |
110 | 2024-11-02T03:11:42.957Z | Services to change: 1 |
111 | 2024-11-02T03:11:42.957Z | Estimated space available: 155.61 GB |
112 | 2024-11-02T03:11:42.957Z | Estimated space to be consumed: 1.59 GB |
113 | 2024-11-02T03:11:42.958Z | Create boot environment: No |
114 | 2024-11-02T03:11:42.958Z | Create backup boot environment: Yes |
115 | 2024-11-02T03:11:42.958Z | Rebuild boot archive: No |
116 | 2024-11-02T03:11:42.958Z | |
117 | 2024-11-02T03:11:42.958Z | Changed mediators: |
118 | 2024-11-02T03:11:42.958Z | mediator clang: |
119 | 2024-11-02T03:11:42.958Z | version: None -> 15 (system default) |
120 | 2024-11-02T03:11:42.958Z | |
121 | 2024-11-02T03:11:42.958Z | mediator llvm: |
122 | 2024-11-02T03:11:42.958Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-11-02T03:11:42.958Z | |
124 | 2024-11-02T03:11:42.958Z | Changed packages: |
125 | 2024-11-02T03:11:42.958Z | helios-dev |
126 | 2024-11-02T03:11:42.958Z | developer/build-essential |
127 | 2024-11-02T03:11:42.958Z | None -> 11-2.0 |
128 | 2024-11-02T03:11:42.958Z | library/libxmlsec1 |
129 | 2024-11-02T03:11:42.958Z | None -> 1.2.35-2.0 |
130 | 2024-11-02T03:11:42.958Z | ooce/developer/clang-15 |
131 | 2024-11-02T03:11:42.958Z | None -> 15.0.7-2.0 |
132 | 2024-11-02T03:11:42.958Z | ooce/developer/llvm-15 |
133 | 2024-11-02T03:11:42.958Z | None -> 15.0.7-2.0 |
134 | 2024-11-02T03:11:42.958Z | package/pkg |
135 | 2024-11-02T03:11:42.958Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-11-02T03:11:42.958Z | |
137 | 2024-11-02T03:11:42.958Z | Services: |
138 | 2024-11-02T03:11:42.958Z | restart_fmri: |
139 | 2024-11-02T03:11:42.958Z | svc:/system/update-man-index:default |
140 | 2024-11-02T03:11:42.958Z | |
141 | 2024-11-02T03:11:42.958Z | Editable files to change: |
142 | 2024-11-02T03:11:42.958Z | Update: |
143 | 2024-11-02T03:11:42.958Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-11-02T03:11:43.226Z | |
145 | 2024-11-02T03:11:43.226Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-11-02T03:11:48.227Z | Download: 739/4281 items 18.2/220.6MB 8% complete (3.7M/s) |
147 | 2024-11-02T03:11:53.227Z | Download: 1258/4281 items 93.1/220.6MB 42% complete (9.3M/s) |
148 | 2024-11-02T03:11:58.319Z | Download: 2379/4281 items 119.8/220.6MB 54% complete (10.2M/s) |
149 | 2024-11-02T03:12:03.473Z | Download: 3241/4281 items 203.0/220.6MB 92% complete (11.9M/s) |
150 | 2024-11-02T03:12:09.397Z | Download: 3281/4281 items 210.1/220.6MB 95% complete (9.3M/s) |
151 | 2024-11-02T03:12:14.401Z | Download: 3336/4281 items 214.8/220.6MB 97% complete (1.2M/s) |
152 | 2024-11-02T03:12:19.680Z | Download: 3869/4281 items 217.9/220.6MB 98% complete (821k/s) |
153 | 2024-11-02T03:12:24.711Z | Download: 4197/4281 items 220.5/220.6MB 99% complete (685k/s) |
154 | 2024-11-02T03:12:31.754Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (626k/s) |
155 | 2024-11-02T03:12:39.617Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
156 | 2024-11-02T03:12:39.764Z | Download: Completed 220.60 MB in 56.50 seconds (3.9M/s) |
157 | 2024-11-02T03:12:41.571Z | Actions: 1/5063 actions (Removing old actions) |
158 | 2024-11-02T03:12:41.591Z | Actions: 194/5063 actions (Installing new actions) |
159 | 2024-11-02T03:12:46.601Z | Actions: 4080/5063 actions (Installing new actions) |
160 | 2024-11-02T03:12:47.814Z | Actions: 4226/5063 actions (Updating modified actions) |
161 | 2024-11-02T03:12:48.190Z | Actions: Completed 5063 actions in 6.62 seconds. |
162 | 2024-11-02T03:12:48.561Z | Done (0.363s) |
163 | 2024-11-02T03:12:48.565Z | Done (0.000s) |
164 | 2024-11-02T03:12:49.068Z | Done (0.507s) |
165 | 2024-11-02T03:12:56.668Z | Done (7.391s) |
166 | 2024-11-02T03:12:57.158Z | Done (0.424s) |
167 | 2024-11-02T03:12:57.160Z | Done (0.000s) |
168 | 2024-11-02T03:12:57.342Z | Done (0.000s) |
169 | 2024-11-02T03:12:57.992Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-11-02T03:12:58.156Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-11-02T03:12:58.159Z | Planning: Consolidating action changes ... Done |
172 | 2024-11-02T03:12:58.442Z | Planning: Evaluating mediators ... Done |
173 | 2024-11-02T03:12:58.477Z | Planning: Planning completed in 0.44 seconds |
174 | 2024-11-02T03:12:58.508Z | Mediators to change: 2 |
175 | 2024-11-02T03:12:58.508Z | Create boot environment: No |
176 | 2024-11-02T03:12:58.508Z | Create backup boot environment: No |
177 | 2024-11-02T03:12:58.566Z | Done |
178 | 2024-11-02T03:12:58.566Z | Done |
179 | 2024-11-02T03:12:58.867Z | Done |
180 | 2024-11-02T03:13:02.412Z | Done |
181 | 2024-11-02T03:13:02.501Z | Done |
182 | 2024-11-02T03:13:02.503Z | Done |
183 | 2024-11-02T03:13:02.634Z | Done |
184 | 2024-11-02T03:13:03.260Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-11-02T03:13:03.264Z | Planning: Merging actions ... Done |
186 | 2024-11-02T03:13:03.455Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-02T03:13:03.457Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-02T03:13:03.721Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-02T03:13:03.777Z | Planning: Planning completed in 0.77 seconds |
190 | 2024-11-02T03:13:03.817Z | Packages to change: 1 |
191 | 2024-11-02T03:13:03.817Z | Mediators to change: 1 |
192 | 2024-11-02T03:13:03.819Z | Services to change: 1 |
193 | 2024-11-02T03:13:03.819Z | Create boot environment: No |
194 | 2024-11-02T03:13:03.819Z | Create backup boot environment: Yes |
195 | 2024-11-02T03:13:05.774Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-11-02T03:13:05.896Z | Actions: Completed 6 actions in 0.12 seconds. |
197 | 2024-11-02T03:13:05.899Z | Done |
198 | 2024-11-02T03:13:05.899Z | Done |
199 | 2024-11-02T03:13:05.999Z | Done |
200 | 2024-11-02T03:13:09.564Z | Done |
201 | 2024-11-02T03:13:09.651Z | Done |
202 | 2024-11-02T03:13:09.654Z | Done |
203 | 2024-11-02T03:13:09.771Z | Done |
204 | 2024-11-02T03:13:10.215Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-11-02T03:13:10.215Z | clang system 15 system |
206 | 2024-11-02T03:13:10.215Z | csh system system illumos |
207 | 2024-11-02T03:13:10.215Z | ctags system system illumos |
208 | 2024-11-02T03:13:10.215Z | gcc vendor 12 vendor |
209 | 2024-11-02T03:13:10.215Z | gcc system 10 system |
210 | 2024-11-02T03:13:10.215Z | gcc system 7 system |
211 | 2024-11-02T03:13:10.215Z | go system 1.20 system |
212 | 2024-11-02T03:13:10.215Z | go system 1.19 system |
213 | 2024-11-02T03:13:10.215Z | llvm system 15 system |
214 | 2024-11-02T03:13:10.215Z | llvm system 14 system |
215 | 2024-11-02T03:13:10.215Z | mariadb system 10.6 system |
216 | 2024-11-02T03:13:10.215Z | mta vendor vendor dma |
217 | 2024-11-02T03:13:10.216Z | openjdk system 17 system |
218 | 2024-11-02T03:13:10.216Z | openjdk system 11 system |
219 | 2024-11-02T03:13:10.216Z | openjdk system 1.8 system |
220 | 2024-11-02T03:13:10.216Z | openssl vendor 3 vendor |
221 | 2024-11-02T03:13:10.216Z | perl system 5.36 system |
222 | 2024-11-02T03:13:10.216Z | postgresql system 15 system |
223 | 2024-11-02T03:13:10.216Z | postgresql system 13 system |
224 | 2024-11-02T03:13:10.216Z | python vendor 3 vendor |
225 | 2024-11-02T03:13:10.216Z | python system 2 system |
226 | 2024-11-02T03:13:10.216Z | python3 system 3.11 system |
227 | 2024-11-02T03:13:10.216Z | ruby system 3.0 system |
228 | 2024-11-02T03:13:10.216Z | words vendor vendor american-english |
229 | 2024-11-02T03:13:10.216Z | words system system australian-english |
230 | 2024-11-02T03:13:10.216Z | words system system british-english |
231 | 2024-11-02T03:13:10.216Z | words system system canadian-english |
232 | 2024-11-02T03:13:10.216Z | words system system french |
233 | 2024-11-02T03:13:10.216Z | words system system italian |
234 | 2024-11-02T03:13:10.216Z | words system system ngerman |
235 | 2024-11-02T03:13:10.216Z | words system system ogerman |
236 | 2024-11-02T03:13:10.216Z | words system system spanish |
237 | 2024-11-02T03:13:10.549Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-11-02T03:13:10.549Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-11-02T03:13:12.992Z | FMRI IFO |
240 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
247 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
248 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
250 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
253 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-11-02T03:13:12.992Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-11-02T03:13:13.669Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-11-02T03:13:13.959Z | Updating crates.io index |
257 | 2024-11-02T03:13:13.962Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
258 | 2024-11-02T03:13:14.704Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
259 | 2024-11-02T03:13:14.999Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
260 | 2024-11-02T03:13:15.247Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
261 | 2024-11-02T03:13:15.514Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
262 | 2024-11-02T03:13:16.379Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
263 | 2024-11-02T03:13:18.824Z | Updating git repository `https://github.com/oxidecomputer/opte` |
264 | 2024-11-02T03:13:19.769Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
265 | 2024-11-02T03:13:20.511Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
266 | 2024-11-02T03:13:20.747Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
267 | 2024-11-02T03:13:21.038Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-11-02T03:13:21.718Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
269 | 2024-11-02T03:13:22.004Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
270 | 2024-11-02T03:13:22.388Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
271 | 2024-11-02T03:13:22.642Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
272 | 2024-11-02T03:13:22.880Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
273 | 2024-11-02T03:13:23.129Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
274 | 2024-11-02T03:13:23.467Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
275 | 2024-11-02T03:13:23.801Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
276 | 2024-11-02T03:13:24.093Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
277 | 2024-11-02T03:13:24.462Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
278 | 2024-11-02T03:13:25.000Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
279 | 2024-11-02T03:13:25.290Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
280 | 2024-11-02T03:13:25.727Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
281 | 2024-11-02T03:13:26.196Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-11-02T03:13:26.501Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-11-02T03:13:26.762Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-11-02T03:13:28.170Z | Downloading crates ... |
285 | 2024-11-02T03:13:28.271Z | Downloaded block-buffer v0.10.4 |
286 | 2024-11-02T03:13:28.273Z | Downloaded dof v0.3.0 |
287 | 2024-11-02T03:13:28.281Z | Downloaded clap_derive v4.5.18 |
288 | 2024-11-02T03:13:28.286Z | Downloaded cpufeatures v0.2.14 |
289 | 2024-11-02T03:13:28.290Z | Downloaded fastrand v2.1.1 |
290 | 2024-11-02T03:13:28.296Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-11-02T03:13:28.298Z | Downloaded dtrace-parser v0.2.0 |
292 | 2024-11-02T03:13:28.305Z | Downloaded thiserror-impl v1.0.64 |
293 | 2024-11-02T03:13:28.307Z | Downloaded anstyle v1.0.10 |
294 | 2024-11-02T03:13:28.311Z | Downloaded proc-macro-error v1.0.4 |
295 | 2024-11-02T03:13:28.314Z | Downloaded terminal_size v0.4.0 |
296 | 2024-11-02T03:13:28.317Z | Downloaded generic-array v0.14.7 |
297 | 2024-11-02T03:13:28.320Z | Downloaded serde_tokenstream v0.2.2 |
298 | 2024-11-02T03:13:28.324Z | Downloaded memmap v0.7.0 |
299 | 2024-11-02T03:13:28.326Z | Downloaded is_terminal_polyfill v1.70.1 |
300 | 2024-11-02T03:13:28.326Z | Downloaded version_check v0.9.5 |
301 | 2024-11-02T03:13:28.326Z | Downloaded pest v2.7.14 |
302 | 2024-11-02T03:13:28.330Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-11-02T03:13:28.334Z | Downloaded macaddr v1.0.1 |
304 | 2024-11-02T03:13:28.336Z | Downloaded pest_meta v2.7.14 |
305 | 2024-11-02T03:13:28.343Z | Downloaded toml v0.8.19 |
306 | 2024-11-02T03:13:28.346Z | Downloaded scroll v0.12.0 |
307 | 2024-11-02T03:13:28.349Z | Downloaded camino v1.1.9 |
308 | 2024-11-02T03:13:28.353Z | Downloaded typenum v1.17.0 |
309 | 2024-11-02T03:13:28.356Z | Downloaded serde_derive v1.0.210 |
310 | 2024-11-02T03:13:28.356Z | Downloaded anyhow v1.0.92 |
311 | 2024-11-02T03:13:28.363Z | Downloaded strsim v0.11.1 |
312 | 2024-11-02T03:13:28.369Z | Downloaded cfg-if v1.0.0 |
313 | 2024-11-02T03:13:28.372Z | Downloaded heck v0.4.1 |
314 | 2024-11-02T03:13:28.376Z | Downloaded zerocopy v0.7.35 |
315 | 2024-11-02T03:13:28.392Z | Downloaded quote v1.0.37 |
316 | 2024-11-02T03:13:28.402Z | Downloaded tabled v0.15.0 |
317 | 2024-11-02T03:13:28.417Z | Downloaded syn v1.0.109 |
318 | 2024-11-02T03:13:28.431Z | Downloaded unicode-linebreak v0.1.5 |
319 | 2024-11-02T03:13:28.433Z | Downloaded autocfg v1.4.0 |
320 | 2024-11-02T03:13:28.450Z | Downloaded libc v0.2.161 |
321 | 2024-11-02T03:13:28.477Z | Downloaded itoa v1.0.11 |
322 | 2024-11-02T03:13:28.479Z | Downloaded bytecount v0.6.8 |
323 | 2024-11-02T03:13:28.481Z | Downloaded bitflags v2.6.0 |
324 | 2024-11-02T03:13:28.484Z | Downloaded anstyle-query v1.1.1 |
325 | 2024-11-02T03:13:28.487Z | Downloaded anstream v0.6.15 |
326 | 2024-11-02T03:13:28.490Z | Downloaded camino-tempfile v1.1.1 |
327 | 2024-11-02T03:13:28.490Z | Downloaded tempfile v3.13.0 |
328 | 2024-11-02T03:13:28.493Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-11-02T03:13:28.493Z | Downloaded anstyle-parse v0.2.5 |
330 | 2024-11-02T03:13:28.496Z | Downloaded swrite v0.1.0 |
331 | 2024-11-02T03:13:28.498Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-11-02T03:13:28.507Z | Downloaded memchr v2.7.4 |
333 | 2024-11-02T03:13:28.516Z | Downloaded equivalent v1.0.1 |
334 | 2024-11-02T03:13:28.518Z | Downloaded usdt-attr-macro v0.5.0 |
335 | 2024-11-02T03:13:28.525Z | Downloaded byteorder v1.5.0 |
336 | 2024-11-02T03:13:28.527Z | Downloaded serde_spanned v0.6.8 |
337 | 2024-11-02T03:13:28.530Z | Downloaded errno v0.3.9 |
338 | 2024-11-02T03:13:28.535Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-11-02T03:13:28.537Z | Downloaded once_cell v1.20.2 |
340 | 2024-11-02T03:13:28.540Z | Downloaded smawk v0.3.2 |
341 | 2024-11-02T03:13:28.540Z | Downloaded sha2 v0.10.8 |
342 | 2024-11-02T03:13:28.542Z | Downloaded cargo_toml v0.20.5 |
343 | 2024-11-02T03:13:28.545Z | Downloaded thread-id v4.2.2 |
344 | 2024-11-02T03:13:28.547Z | Downloaded pest_generator v2.7.14 |
345 | 2024-11-02T03:13:28.549Z | Downloaded heck v0.5.0 |
346 | 2024-11-02T03:13:28.549Z | Downloaded utf8parse v0.2.2 |
347 | 2024-11-02T03:13:28.549Z | Downloaded usdt v0.5.0 |
348 | 2024-11-02T03:13:28.552Z | Downloaded fnv v1.0.7 |
349 | 2024-11-02T03:13:28.552Z | Downloaded crypto-common v0.1.6 |
350 | 2024-11-02T03:13:28.552Z | Downloaded tabled_derive v0.7.0 |
351 | 2024-11-02T03:13:28.554Z | Downloaded plain v0.2.3 |
352 | 2024-11-02T03:13:28.556Z | Downloaded toml_datetime v0.6.8 |
353 | 2024-11-02T03:13:28.557Z | Downloaded pest_derive v2.7.14 |
354 | 2024-11-02T03:13:28.559Z | Downloaded colorchoice v1.0.2 |
355 | 2024-11-02T03:13:28.559Z | Downloaded cargo_metadata v0.18.1 |
356 | 2024-11-02T03:13:28.561Z | Downloaded digest v0.10.7 |
357 | 2024-11-02T03:13:28.565Z | Downloaded semver v1.0.23 |
358 | 2024-11-02T03:13:28.568Z | Downloaded proc-macro2 v1.0.87 |
359 | 2024-11-02T03:13:28.572Z | Downloaded clap_lex v0.7.2 |
360 | 2024-11-02T03:13:28.575Z | Downloaded thiserror v1.0.64 |
361 | 2024-11-02T03:13:28.584Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-11-02T03:13:28.586Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2024-11-02T03:13:28.589Z | Downloaded fs-err v2.11.0 |
364 | 2024-11-02T03:13:28.594Z | Downloaded log v0.4.22 |
365 | 2024-11-02T03:13:28.596Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-11-02T03:13:28.598Z | Downloaded ryu v1.0.18 |
367 | 2024-11-02T03:13:28.603Z | Downloaded serde v1.0.210 |
368 | 2024-11-02T03:13:28.607Z | Downloaded ucd-trie v0.1.7 |
369 | 2024-11-02T03:13:28.609Z | Downloaded clap v4.5.20 |
370 | 2024-11-02T03:13:28.617Z | Downloaded papergrid v0.11.0 |
371 | 2024-11-02T03:13:28.621Z | Downloaded textwrap v0.16.1 |
372 | 2024-11-02T03:13:28.624Z | Downloaded indexmap v2.6.0 |
373 | 2024-11-02T03:13:28.633Z | Downloaded serde_json v1.0.128 |
374 | 2024-11-02T03:13:28.642Z | Downloaded toml_edit v0.22.22 |
375 | 2024-11-02T03:13:28.674Z | Downloaded hashbrown v0.15.0 |
376 | 2024-11-02T03:13:28.684Z | Downloaded clap_builder v4.5.20 |
377 | 2024-11-02T03:13:28.693Z | Downloaded winnow v0.6.20 |
378 | 2024-11-02T03:13:28.701Z | Downloaded goblin v0.8.2 |
379 | 2024-11-02T03:13:28.707Z | Downloaded syn v2.0.79 |
380 | 2024-11-02T03:13:28.718Z | Downloaded unicode-width v0.1.14 |
381 | 2024-11-02T03:13:28.723Z | Downloaded rustix v0.38.37 |
382 | 2024-11-02T03:13:29.022Z | Compiling proc-macro2 v1.0.87 |
383 | 2024-11-02T03:13:29.022Z | Compiling unicode-ident v1.0.13 |
384 | 2024-11-02T03:13:29.024Z | Compiling serde v1.0.210 |
385 | 2024-11-02T03:13:29.024Z | Compiling version_check v0.9.5 |
386 | 2024-11-02T03:13:29.024Z | Compiling memchr v2.7.4 |
387 | 2024-11-02T03:13:29.024Z | Compiling thiserror v1.0.64 |
388 | 2024-11-02T03:13:29.024Z | Compiling libc v0.2.161 |
389 | 2024-11-02T03:13:29.024Z | Compiling ryu v1.0.18 |
390 | 2024-11-02T03:13:29.274Z | Compiling ucd-trie v0.1.7 |
391 | 2024-11-02T03:13:29.468Z | Compiling itoa v1.0.11 |
392 | 2024-11-02T03:13:29.809Z | Compiling once_cell v1.20.2 |
393 | 2024-11-02T03:13:29.854Z | Compiling byteorder v1.5.0 |
394 | 2024-11-02T03:13:30.215Z | Compiling rustix v0.38.37 |
395 | 2024-11-02T03:13:30.412Z | Compiling serde_json v1.0.128 |
396 | 2024-11-02T03:13:31.125Z | Compiling bitflags v2.6.0 |
397 | 2024-11-02T03:13:31.185Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-11-02T03:13:31.248Z | Compiling usdt-impl v0.5.0 |
399 | 2024-11-02T03:13:31.323Z | Compiling syn v1.0.109 |
400 | 2024-11-02T03:13:31.478Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-11-02T03:13:31.518Z | Compiling utf8parse v0.2.2 |
402 | 2024-11-02T03:13:31.541Z | Compiling plain v0.2.3 |
403 | 2024-11-02T03:13:31.660Z | Compiling equivalent v1.0.1 |
404 | 2024-11-02T03:13:31.687Z | Compiling hashbrown v0.15.0 |
405 | 2024-11-02T03:13:31.710Z | Compiling camino v1.1.9 |
406 | 2024-11-02T03:13:31.761Z | Compiling log v0.4.22 |
407 | 2024-11-02T03:13:31.931Z | Compiling thread-id v4.2.2 |
408 | 2024-11-02T03:13:31.992Z | Compiling anstyle-parse v0.2.5 |
409 | 2024-11-02T03:13:32.023Z | Compiling quote v1.0.37 |
410 | 2024-11-02T03:13:32.150Z | Compiling is_terminal_polyfill v1.70.1 |
411 | 2024-11-02T03:13:32.272Z | Compiling autocfg v1.4.0 |
412 | 2024-11-02T03:13:32.346Z | Compiling errno v0.3.9 |
413 | 2024-11-02T03:13:32.370Z | Compiling semver v1.0.23 |
414 | 2024-11-02T03:13:32.397Z | Compiling syn v2.0.79 |
415 | 2024-11-02T03:13:32.684Z | Compiling colorchoice v1.0.2 |
416 | 2024-11-02T03:13:32.842Z | Compiling anstyle v1.0.10 |
417 | 2024-11-02T03:13:32.884Z | Compiling indexmap v2.6.0 |
418 | 2024-11-02T03:13:32.940Z | Compiling winnow v0.6.20 |
419 | 2024-11-02T03:13:33.285Z | Compiling pretty-hex v0.4.1 |
420 | 2024-11-02T03:13:33.331Z | Compiling unicode-width v0.1.14 |
421 | 2024-11-02T03:13:33.486Z | Compiling anstyle-query v1.1.1 |
422 | 2024-11-02T03:13:33.640Z | Compiling anstream v0.6.15 |
423 | 2024-11-02T03:13:33.860Z | Compiling fs-err v2.11.0 |
424 | 2024-11-02T03:13:34.233Z | Compiling bytecount v0.6.8 |
425 | 2024-11-02T03:13:34.307Z | Compiling clap_lex v0.7.2 |
426 | 2024-11-02T03:13:34.331Z | Compiling anyhow v1.0.92 |
427 | 2024-11-02T03:13:34.420Z | Compiling strsim v0.11.1 |
428 | 2024-11-02T03:13:34.796Z | Compiling terminal_size v0.4.0 |
429 | 2024-11-02T03:13:34.821Z | Compiling fnv v1.0.7 |
430 | 2024-11-02T03:13:34.949Z | Compiling fastrand v2.1.1 |
431 | 2024-11-02T03:13:34.993Z | Compiling cfg-if v1.0.0 |
432 | 2024-11-02T03:13:35.020Z | Compiling heck v0.4.1 |
433 | 2024-11-02T03:13:35.098Z | Compiling heck v0.5.0 |
434 | 2024-11-02T03:13:35.332Z | Compiling tempfile v3.13.0 |
435 | 2024-11-02T03:13:35.525Z | Compiling clap_builder v4.5.20 |
436 | 2024-11-02T03:13:35.620Z | Compiling papergrid v0.11.0 |
437 | 2024-11-02T03:13:35.971Z | Compiling memmap v0.7.0 |
438 | 2024-11-02T03:13:36.030Z | Compiling unicode-linebreak v0.1.5 |
439 | 2024-11-02T03:13:36.191Z | Compiling smawk v0.3.2 |
440 | 2024-11-02T03:13:36.512Z | Compiling textwrap v0.16.1 |
441 | 2024-11-02T03:13:36.603Z | Compiling swrite v0.1.0 |
442 | 2024-11-02T03:13:37.738Z | Compiling tabled_derive v0.7.0 |
443 | 2024-11-02T03:13:39.225Z | Compiling tabled v0.15.0 |
444 | 2024-11-02T03:13:40.646Z | Compiling serde_derive v1.0.210 |
445 | 2024-11-02T03:13:40.646Z | Compiling thiserror-impl v1.0.64 |
446 | 2024-11-02T03:13:40.649Z | Compiling zerocopy-derive v0.7.35 |
447 | 2024-11-02T03:13:40.649Z | Compiling scroll_derive v0.12.0 |
448 | 2024-11-02T03:13:40.666Z | Compiling clap_derive v4.5.18 |
449 | 2024-11-02T03:13:41.986Z | Compiling scroll v0.12.0 |
450 | 2024-11-02T03:13:42.234Z | Compiling zerocopy v0.7.35 |
451 | 2024-11-02T03:13:42.453Z | Compiling goblin v0.8.2 |
452 | 2024-11-02T03:13:43.123Z | Compiling pest v2.7.14 |
453 | 2024-11-02T03:13:44.016Z | Compiling clap v4.5.20 |
454 | 2024-11-02T03:13:45.320Z | Compiling pest_meta v2.7.14 |
455 | 2024-11-02T03:13:46.153Z | Compiling pest_generator v2.7.14 |
456 | 2024-11-02T03:13:47.757Z | Compiling pest_derive v2.7.14 |
457 | 2024-11-02T03:13:48.480Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-11-02T03:13:50.313Z | Compiling serde_tokenstream v0.2.2 |
459 | 2024-11-02T03:13:50.441Z | Compiling serde_spanned v0.6.8 |
460 | 2024-11-02T03:13:50.441Z | Compiling toml_datetime v0.6.8 |
461 | 2024-11-02T03:13:50.673Z | Compiling cargo-platform v0.1.8 |
462 | 2024-11-02T03:13:50.798Z | Compiling toml_edit v0.22.22 |
463 | 2024-11-02T03:13:50.854Z | Compiling macaddr v1.0.1 |
464 | 2024-11-02T03:13:51.139Z | Compiling camino-tempfile v1.1.1 |
465 | 2024-11-02T03:13:51.707Z | Compiling dof v0.3.0 |
466 | 2024-11-02T03:13:51.868Z | Compiling cargo_metadata v0.18.1 |
467 | 2024-11-02T03:13:53.287Z | Compiling usdt-attr-macro v0.5.0 |
468 | 2024-11-02T03:13:53.287Z | Compiling usdt-macro v0.5.0 |
469 | 2024-11-02T03:13:53.515Z | Compiling toml v0.8.19 |
470 | 2024-11-02T03:13:54.332Z | Compiling cargo_toml v0.20.5 |
471 | 2024-11-02T03:13:54.495Z | Compiling usdt v0.5.0 |
472 | 2024-11-02T03:13:57.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
473 | 2024-11-02T03:14:01.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.14s |
474 | 2024-11-02T03:14:01.888Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
475 | 2024-11-02T03:14:02.393Z | Downloading crates ... |
476 | 2024-11-02T03:14:02.506Z | Downloaded atty v0.2.14 |
477 | 2024-11-02T03:14:02.510Z | Downloaded async-stream-impl v0.3.6 |
478 | 2024-11-02T03:14:02.516Z | Downloaded async-bb8-diesel v0.2.1 |
479 | 2024-11-02T03:14:02.520Z | Downloaded cexpr v0.6.0 |
480 | 2024-11-02T03:14:02.522Z | Downloaded aead v0.5.2 |
481 | 2024-11-02T03:14:02.534Z | Downloaded base64 v0.22.1 |
482 | 2024-11-02T03:14:02.542Z | Downloaded hubpack v0.1.2 |
483 | 2024-11-02T03:14:02.545Z | Downloaded base16ct v0.2.0 |
484 | 2024-11-02T03:14:02.547Z | Downloaded atomic-waker v1.1.2 |
485 | 2024-11-02T03:14:02.549Z | Downloaded http-body v0.4.6 |
486 | 2024-11-02T03:14:02.552Z | Downloaded newtype_derive v0.1.6 |
487 | 2024-11-02T03:14:02.555Z | Downloaded lru v0.12.5 |
488 | 2024-11-02T03:14:02.557Z | Downloaded instability v0.3.2 |
489 | 2024-11-02T03:14:02.557Z | Downloaded lock_api v0.4.12 |
490 | 2024-11-02T03:14:02.560Z | Downloaded crossbeam-deque v0.8.5 |
491 | 2024-11-02T03:14:02.562Z | Downloaded arrayvec v0.7.6 |
492 | 2024-11-02T03:14:02.564Z | Downloaded match_cfg v0.1.0 |
493 | 2024-11-02T03:14:02.566Z | Downloaded darling_core v0.20.10 |
494 | 2024-11-02T03:14:02.570Z | Downloaded nanorand v0.7.0 |
495 | 2024-11-02T03:14:02.573Z | Downloaded const_format_proc_macros v0.2.33 |
496 | 2024-11-02T03:14:02.576Z | Downloaded console v0.15.8 |
497 | 2024-11-02T03:14:02.580Z | Downloaded num-conv v0.1.0 |
498 | 2024-11-02T03:14:02.582Z | Downloaded mime v0.3.17 |
499 | 2024-11-02T03:14:02.584Z | Downloaded chacha20 v0.9.1 |
500 | 2024-11-02T03:14:02.586Z | Downloaded libloading v0.8.5 |
501 | 2024-11-02T03:14:02.588Z | Downloaded ciborium v0.2.2 |
502 | 2024-11-02T03:14:02.591Z | Downloaded lazycell v1.3.0 |
503 | 2024-11-02T03:14:02.593Z | Downloaded csv-core v0.1.11 |
504 | 2024-11-02T03:14:02.595Z | Downloaded iana-time-zone v0.1.61 |
505 | 2024-11-02T03:14:02.598Z | Downloaded data-encoding v2.6.0 |
506 | 2024-11-02T03:14:02.600Z | Downloaded cobs v0.2.3 |
507 | 2024-11-02T03:14:02.600Z | Downloaded cookie v0.18.1 |
508 | 2024-11-02T03:14:02.606Z | Downloaded bytes v1.7.2 |
509 | 2024-11-02T03:14:02.611Z | Downloaded normalize-line-endings v0.3.0 |
510 | 2024-11-02T03:14:02.614Z | Downloaded md-5 v0.10.6 |
511 | 2024-11-02T03:14:02.616Z | Downloaded indexmap v1.9.3 |
512 | 2024-11-02T03:14:02.619Z | Downloaded mockall_derive v0.13.0 |
513 | 2024-11-02T03:14:02.621Z | Downloaded ipnetwork v0.20.0 |
514 | 2024-11-02T03:14:02.624Z | Downloaded crc v3.2.1 |
515 | 2024-11-02T03:14:02.626Z | Downloaded argon2 v0.5.3 |
516 | 2024-11-02T03:14:02.628Z | Downloaded ciborium-ll v0.2.2 |
517 | 2024-11-02T03:14:02.630Z | Downloaded bitfield v0.14.0 |
518 | 2024-11-02T03:14:02.633Z | Downloaded bb8 v0.8.5 |
519 | 2024-11-02T03:14:02.640Z | Downloaded rustc-hash v2.0.0 |
520 | 2024-11-02T03:14:02.645Z | Downloaded miniz_oxide v0.8.0 |
521 | 2024-11-02T03:14:02.648Z | Downloaded stable_deref_trait v1.2.0 |
522 | 2024-11-02T03:14:02.651Z | Downloaded serde_with_macros v3.11.0 |
523 | 2024-11-02T03:14:02.654Z | Downloaded http-body-util v0.1.2 |
524 | 2024-11-02T03:14:02.654Z | Downloaded crypto-bigint v0.5.5 |
525 | 2024-11-02T03:14:02.662Z | Downloaded crossterm v0.28.1 |
526 | 2024-11-02T03:14:02.670Z | Downloaded hyper-staticfile v0.10.1 |
527 | 2024-11-02T03:14:02.672Z | Downloaded adler2 v2.0.0 |
528 | 2024-11-02T03:14:02.676Z | Downloaded subtle v2.6.1 |
529 | 2024-11-02T03:14:02.679Z | Downloaded memmap2 v0.9.5 |
530 | 2024-11-02T03:14:02.681Z | Downloaded structmeta-derive v0.3.0 |
531 | 2024-11-02T03:14:02.681Z | Downloaded schemars_derive v0.8.21 |
532 | 2024-11-02T03:14:02.683Z | Downloaded atomicwrites v0.4.4 |
533 | 2024-11-02T03:14:02.683Z | Downloaded libsw v3.3.1 |
534 | 2024-11-02T03:14:02.686Z | Downloaded hyper-tls v0.6.0 |
535 | 2024-11-02T03:14:02.688Z | Downloaded ident_case v1.0.1 |
536 | 2024-11-02T03:14:02.690Z | Downloaded http-body v1.0.1 |
537 | 2024-11-02T03:14:02.690Z | Downloaded ahash v0.8.11 |
538 | 2024-11-02T03:14:02.693Z | Downloaded chrono v0.4.38 |
539 | 2024-11-02T03:14:02.703Z | Downloaded term v0.7.0 |
540 | 2024-11-02T03:14:02.707Z | Downloaded newline-converter v0.3.0 |
541 | 2024-11-02T03:14:02.709Z | Downloaded tar v0.4.42 |
542 | 2024-11-02T03:14:02.711Z | Downloaded managed v0.8.0 |
543 | 2024-11-02T03:14:02.715Z | Downloaded backoff v0.4.0 |
544 | 2024-11-02T03:14:02.717Z | Downloaded ascii-canvas v3.0.0 |
545 | 2024-11-02T03:14:02.719Z | Downloaded aes v0.8.4 |
546 | 2024-11-02T03:14:02.722Z | Downloaded instant v0.1.13 |
547 | 2024-11-02T03:14:02.724Z | Downloaded async-recursion v1.1.1 |
548 | 2024-11-02T03:14:02.729Z | Downloaded humantime v2.1.0 |
549 | 2024-11-02T03:14:02.731Z | Downloaded itertools v0.10.5 |
550 | 2024-11-02T03:14:02.738Z | Downloaded md5 v0.7.0 |
551 | 2024-11-02T03:14:02.740Z | Downloaded is_ci v1.2.0 |
552 | 2024-11-02T03:14:02.742Z | Downloaded tokio-rustls v0.26.0 |
553 | 2024-11-02T03:14:02.746Z | Downloaded arrayref v0.3.9 |
554 | 2024-11-02T03:14:02.746Z | Downloaded endian-type v0.1.2 |
555 | 2024-11-02T03:14:02.749Z | Downloaded nodrop v0.1.14 |
556 | 2024-11-02T03:14:02.749Z | Downloaded http-range v0.1.5 |
557 | 2024-11-02T03:14:02.751Z | Downloaded crunchy v0.2.2 |
558 | 2024-11-02T03:14:02.751Z | Downloaded cfg_aliases v0.2.1 |
559 | 2024-11-02T03:14:02.754Z | Downloaded bit-set v0.5.3 |
560 | 2024-11-02T03:14:02.754Z | Downloaded darling_macro v0.20.10 |
561 | 2024-11-02T03:14:02.754Z | Downloaded arc-swap v1.7.1 |
562 | 2024-11-02T03:14:02.759Z | Downloaded unarray v0.1.4 |
563 | 2024-11-02T03:14:02.762Z | Downloaded multimap v0.10.0 |
564 | 2024-11-02T03:14:02.762Z | Downloaded lazy_static v1.5.0 |
565 | 2024-11-02T03:14:02.764Z | Downloaded lalrpop-util v0.19.12 |
566 | 2024-11-02T03:14:02.768Z | Downloaded kstat-rs v0.2.4 |
567 | 2024-11-02T03:14:02.768Z | Downloaded internet-checksum v0.2.1 |
568 | 2024-11-02T03:14:02.771Z | Downloaded indoc v1.0.9 |
569 | 2024-11-02T03:14:02.773Z | Downloaded convert_case v0.4.0 |
570 | 2024-11-02T03:14:02.773Z | Downloaded httpdate v1.0.3 |
571 | 2024-11-02T03:14:02.777Z | Downloaded zeroize_derive v1.4.2 |
572 | 2024-11-02T03:14:02.777Z | Downloaded toolchain_find v0.4.0 |
573 | 2024-11-02T03:14:02.777Z | Downloaded signal-hook-tokio v0.3.1 |
574 | 2024-11-02T03:14:02.779Z | Downloaded bit-vec v0.6.3 |
575 | 2024-11-02T03:14:02.779Z | Downloaded matches v0.1.10 |
576 | 2024-11-02T03:14:02.782Z | Downloaded inout v0.1.3 |
577 | 2024-11-02T03:14:02.782Z | Downloaded ciborium-io v0.2.2 |
578 | 2024-11-02T03:14:02.785Z | Downloaded memoffset v0.9.1 |
579 | 2024-11-02T03:14:02.785Z | Downloaded maybe-uninit v2.0.0 |
580 | 2024-11-02T03:14:02.787Z | Downloaded foreign-types v0.3.2 |
581 | 2024-11-02T03:14:02.787Z | Downloaded hyper-rustls v0.27.3 |
582 | 2024-11-02T03:14:02.789Z | Downloaded blowfish v0.9.1 |
583 | 2024-11-02T03:14:02.792Z | Downloaded bitflags v1.3.2 |
584 | 2024-11-02T03:14:02.796Z | Downloaded maplit v1.0.2 |
585 | 2024-11-02T03:14:02.799Z | Downloaded newtype-uuid v1.1.2 |
586 | 2024-11-02T03:14:02.799Z | Downloaded mockall v0.13.0 |
587 | 2024-11-02T03:14:02.802Z | Downloaded linked-hash-map v0.5.6 |
588 | 2024-11-02T03:14:02.802Z | Downloaded keccak v0.1.5 |
589 | 2024-11-02T03:14:02.802Z | Downloaded is-terminal v0.4.13 |
590 | 2024-11-02T03:14:02.806Z | Downloaded num-derive v0.4.2 |
591 | 2024-11-02T03:14:02.806Z | Downloaded num v0.4.3 |
592 | 2024-11-02T03:14:02.808Z | Downloaded gethostname v0.5.0 |
593 | 2024-11-02T03:14:02.809Z | Downloaded crc-catalog v2.4.0 |
594 | 2024-11-02T03:14:02.811Z | Downloaded cassowary v0.3.0 |
595 | 2024-11-02T03:14:02.814Z | Downloaded ctr v0.9.2 |
596 | 2024-11-02T03:14:02.814Z | Downloaded linear-map v1.2.0 |
597 | 2024-11-02T03:14:02.817Z | Downloaded cookie_store v0.21.0 |
598 | 2024-11-02T03:14:02.818Z | Downloaded multer v3.1.0 |
599 | 2024-11-02T03:14:02.821Z | Downloaded cipher v0.4.4 |
600 | 2024-11-02T03:14:02.823Z | Downloaded mime_guess v2.0.5 |
601 | 2024-11-02T03:14:02.825Z | Downloaded allocator-api2 v0.2.18 |
602 | 2024-11-02T03:14:02.828Z | Downloaded diesel-dtrace v0.3.0 |
603 | 2024-11-02T03:14:02.830Z | Downloaded vsss-rs v3.3.4 |
604 | 2024-11-02T03:14:02.833Z | Downloaded time-macros v0.2.18 |
605 | 2024-11-02T03:14:02.836Z | Downloaded addr2line v0.24.2 |
606 | 2024-11-02T03:14:02.838Z | Downloaded signal-hook-registry v1.4.2 |
607 | 2024-11-02T03:14:02.841Z | Downloaded foreign-types-shared v0.1.1 |
608 | 2024-11-02T03:14:02.841Z | Downloaded either v1.13.0 |
609 | 2024-11-02T03:14:02.844Z | Downloaded foreign-types v0.5.0 |
610 | 2024-11-02T03:14:02.844Z | Downloaded diesel_table_macro_syntax v0.2.0 |
611 | 2024-11-02T03:14:02.846Z | Downloaded colored v2.1.0 |
612 | 2024-11-02T03:14:02.846Z | Downloaded untrusted v0.7.1 |
613 | 2024-11-02T03:14:02.849Z | Downloaded xz2 v0.1.7 |
614 | 2024-11-02T03:14:02.851Z | Downloaded heck v0.3.3 |
615 | 2024-11-02T03:14:02.853Z | Downloaded debug-ignore v1.0.5 |
616 | 2024-11-02T03:14:02.855Z | Downloaded curve25519-dalek-derive v0.1.1 |
617 | 2024-11-02T03:14:02.855Z | Downloaded rustls-pemfile v2.2.0 |
618 | 2024-11-02T03:14:02.857Z | Downloaded rustc-hash v1.1.0 |
619 | 2024-11-02T03:14:02.860Z | Downloaded blake2 v0.10.6 |
620 | 2024-11-02T03:14:02.862Z | Downloaded oso-derive v0.27.3 |
621 | 2024-11-02T03:14:02.864Z | Downloaded slog-envlogger v2.2.0 |
622 | 2024-11-02T03:14:02.864Z | Downloaded signal-hook-mio v0.2.4 |
623 | 2024-11-02T03:14:02.867Z | Downloaded rusqlite v0.32.1 |
624 | 2024-11-02T03:14:02.873Z | Downloaded slog-dtrace v0.3.0 |
625 | 2024-11-02T03:14:02.876Z | Downloaded unsafe-libyaml v0.2.11 |
626 | 2024-11-02T03:14:02.879Z | Downloaded curve25519-dalek v4.1.3 |
627 | 2024-11-02T03:14:02.889Z | Downloaded hex v0.4.3 |
628 | 2024-11-02T03:14:02.891Z | Downloaded derive_builder_macro v0.20.2 |
629 | 2024-11-02T03:14:02.894Z | Downloaded fxhash v0.2.1 |
630 | 2024-11-02T03:14:02.894Z | Downloaded const-oid v0.9.6 |
631 | 2024-11-02T03:14:02.898Z | Downloaded proc-macro-crate v1.3.1 |
632 | 2024-11-02T03:14:02.900Z | Downloaded precomputed-hash v0.1.1 |
633 | 2024-11-02T03:14:02.900Z | Downloaded pem v3.0.4 |
634 | 2024-11-02T03:14:02.900Z | Downloaded enum-as-inner v0.6.1 |
635 | 2024-11-02T03:14:02.903Z | Downloaded bstr v1.10.0 |
636 | 2024-11-02T03:14:02.914Z | Downloaded headers-core v0.3.0 |
637 | 2024-11-02T03:14:02.916Z | Downloaded pkcs1 v0.7.5 |
638 | 2024-11-02T03:14:02.918Z | Downloaded oso v0.27.3 |
639 | 2024-11-02T03:14:02.921Z | Downloaded hex-literal v0.4.1 |
640 | 2024-11-02T03:14:02.924Z | Downloaded ron v0.7.1 |
641 | 2024-11-02T03:14:02.930Z | Downloaded rusty-fork v0.3.0 |
642 | 2024-11-02T03:14:02.932Z | Downloaded hyper-util v0.1.9 |
643 | 2024-11-02T03:14:02.936Z | Downloaded futures-sink v0.3.31 |
644 | 2024-11-02T03:14:02.938Z | Downloaded hickory-client v0.24.1 |
645 | 2024-11-02T03:14:02.941Z | Downloaded compact_str v0.8.0 |
646 | 2024-11-02T03:14:02.945Z | Downloaded supports-color v3.0.1 |
647 | 2024-11-02T03:14:02.956Z | Downloaded sync_wrapper v1.0.1 |
648 | 2024-11-02T03:14:02.959Z | Downloaded indicatif v0.17.8 |
649 | 2024-11-02T03:14:02.962Z | Downloaded phf_codegen v0.11.2 |
650 | 2024-11-02T03:14:02.965Z | Downloaded http v1.1.0 |
651 | 2024-11-02T03:14:02.968Z | Downloaded structmeta v0.3.0 |
652 | 2024-11-02T03:14:02.970Z | Downloaded percent-encoding v2.3.1 |
653 | 2024-11-02T03:14:02.973Z | Downloaded spki v0.7.3 |
654 | 2024-11-02T03:14:02.973Z | Downloaded shlex v1.3.0 |
655 | 2024-11-02T03:14:02.976Z | Downloaded shell-words v1.1.0 |
656 | 2024-11-02T03:14:02.976Z | Downloaded olpc-cjson v0.1.4 |
657 | 2024-11-02T03:14:02.978Z | Downloaded wait-timeout v0.2.0 |
658 | 2024-11-02T03:14:02.980Z | Downloaded quinn-udp v0.5.5 |
659 | 2024-11-02T03:14:02.983Z | Downloaded crossbeam-channel v0.5.13 |
660 | 2024-11-02T03:14:02.987Z | Downloaded termtree v0.4.1 |
661 | 2024-11-02T03:14:02.989Z | Downloaded cc v1.1.30 |
662 | 2024-11-02T03:14:02.992Z | Downloaded tungstenite v0.21.0 |
663 | 2024-11-02T03:14:02.996Z | Downloaded unicode-xid v0.2.6 |
664 | 2024-11-02T03:14:02.999Z | Downloaded unicode-truncate v1.1.0 |
665 | 2024-11-02T03:14:03.001Z | Downloaded thiserror-no-std v2.0.2 |
666 | 2024-11-02T03:14:03.004Z | Downloaded openssl-macros v0.1.1 |
667 | 2024-11-02T03:14:03.006Z | Downloaded tls_codec v0.4.1 |
668 | 2024-11-02T03:14:03.009Z | Downloaded pbkdf2 v0.11.0 |
669 | 2024-11-02T03:14:03.012Z | Downloaded ed25519 v2.2.3 |
670 | 2024-11-02T03:14:03.015Z | Downloaded sct v0.7.1 |
671 | 2024-11-02T03:14:03.018Z | Downloaded fragile v2.0.0 |
672 | 2024-11-02T03:14:03.020Z | Downloaded openssl-sys v0.9.103 |
673 | 2024-11-02T03:14:03.026Z | Downloaded hostname v0.4.0 |
674 | 2024-11-02T03:14:03.030Z | Downloaded prettyplease v0.2.22 |
675 | 2024-11-02T03:14:03.034Z | Downloaded diff v0.1.13 |
676 | 2024-11-02T03:14:03.038Z | Downloaded defmt-macros v0.3.9 |
677 | 2024-11-02T03:14:03.042Z | Downloaded rtoolbox v0.0.2 |
678 | 2024-11-02T03:14:03.042Z | Downloaded progenitor-macro v0.8.0 |
679 | 2024-11-02T03:14:03.044Z | Downloaded heapless v0.8.0 |
680 | 2024-11-02T03:14:03.047Z | Downloaded serde_repr v0.1.19 |
681 | 2024-11-02T03:14:03.049Z | Downloaded http v0.2.12 |
682 | 2024-11-02T03:14:03.054Z | Downloaded uuid v1.10.0 |
683 | 2024-11-02T03:14:03.057Z | Downloaded spin v0.9.8 |
684 | 2024-11-02T03:14:03.060Z | Downloaded ron v0.8.1 |
685 | 2024-11-02T03:14:03.067Z | Downloaded slog-bunyan v2.5.0 |
686 | 2024-11-02T03:14:03.069Z | Downloaded openssl-probe v0.1.5 |
687 | 2024-11-02T03:14:03.071Z | Downloaded semver v0.1.20 |
688 | 2024-11-02T03:14:03.073Z | Downloaded derive_builder v0.20.2 |
689 | 2024-11-02T03:14:03.078Z | Downloaded tokio-native-tls v0.3.1 |
690 | 2024-11-02T03:14:03.080Z | Downloaded tokio-macros v2.4.0 |
691 | 2024-11-02T03:14:03.083Z | Downloaded smf v0.2.3 |
692 | 2024-11-02T03:14:03.083Z | Downloaded universal-hash v0.5.1 |
693 | 2024-11-02T03:14:03.086Z | Downloaded reedline v0.35.0 |
694 | 2024-11-02T03:14:03.094Z | Downloaded deranged v0.3.11 |
695 | 2024-11-02T03:14:03.096Z | Downloaded tokio-util v0.7.12 |
696 | 2024-11-02T03:14:03.104Z | Downloaded slog-async v2.8.0 |
697 | 2024-11-02T03:14:03.106Z | Downloaded difflib v0.4.0 |
698 | 2024-11-02T03:14:03.108Z | Downloaded num-integer v0.1.46 |
699 | 2024-11-02T03:14:03.111Z | Downloaded reqwest v0.11.27 |
700 | 2024-11-02T03:14:03.119Z | Downloaded env_filter v0.1.2 |
701 | 2024-11-02T03:14:03.122Z | Downloaded x509-cert v0.2.5 |
702 | 2024-11-02T03:14:03.128Z | Downloaded num-iter v0.1.45 |
703 | 2024-11-02T03:14:03.130Z | Downloaded tinyvec_macros v0.1.1 |
704 | 2024-11-02T03:14:03.132Z | Downloaded rpassword v7.3.1 |
705 | 2024-11-02T03:14:03.133Z | Downloaded futures-channel v0.3.31 |
706 | 2024-11-02T03:14:03.139Z | Downloaded waitgroup v0.1.2 |
707 | 2024-11-02T03:14:03.139Z | Downloaded hkdf v0.12.4 |
708 | 2024-11-02T03:14:03.139Z | Downloaded vte_generate_state_changes v0.1.2 |
709 | 2024-11-02T03:14:03.143Z | Downloaded termcolor v1.4.1 |
710 | 2024-11-02T03:14:03.143Z | Downloaded serde_derive_internals v0.29.1 |
711 | 2024-11-02T03:14:03.145Z | Downloaded futures-macro v0.3.31 |
712 | 2024-11-02T03:14:03.145Z | Downloaded ref-cast v1.0.23 |
713 | 2024-11-02T03:14:03.148Z | Downloaded derive_builder_core v0.20.2 |
714 | 2024-11-02T03:14:03.150Z | Downloaded futures-executor v0.3.31 |
715 | 2024-11-02T03:14:03.153Z | Downloaded snafu-derive v0.8.5 |
716 | 2024-11-02T03:14:03.155Z | Downloaded smallvec v1.13.2 |
717 | 2024-11-02T03:14:03.157Z | Downloaded rustfmt-wrapper v0.2.1 |
718 | 2024-11-02T03:14:03.160Z | Downloaded tungstenite v0.24.0 |
719 | 2024-11-02T03:14:03.163Z | Downloaded fatfs v0.3.6 |
720 | 2024-11-02T03:14:03.166Z | Downloaded utf-8 v0.7.6 |
721 | 2024-11-02T03:14:03.169Z | Downloaded nix v0.28.0 |
722 | 2024-11-02T03:14:03.182Z | Downloaded number_prefix v0.4.0 |
723 | 2024-11-02T03:14:03.184Z | Downloaded futures v0.3.31 |
724 | 2024-11-02T03:14:03.189Z | Downloaded structmeta-derive v0.2.0 |
725 | 2024-11-02T03:14:03.191Z | Downloaded pin-project-internal v1.1.6 |
726 | 2024-11-02T03:14:03.194Z | Downloaded scrypt v0.11.0 |
727 | 2024-11-02T03:14:03.196Z | Downloaded predicates v3.1.2 |
728 | 2024-11-02T03:14:03.199Z | Downloaded serde_yaml v0.9.34+deprecated |
729 | 2024-11-02T03:14:03.202Z | Downloaded packed_struct_codegen v0.10.1 |
730 | 2024-11-02T03:14:03.204Z | Downloaded num_threads v0.1.7 |
731 | 2024-11-02T03:14:03.207Z | Downloaded mio v1.0.2 |
732 | 2024-11-02T03:14:03.212Z | Downloaded serde_plain v1.0.2 |
733 | 2024-11-02T03:14:03.214Z | Downloaded serde-hex v0.1.0 |
734 | 2024-11-02T03:14:03.216Z | Downloaded displaydoc v0.2.5 |
735 | 2024-11-02T03:14:03.219Z | Downloaded serde_path_to_error v0.1.16 |
736 | 2024-11-02T03:14:03.222Z | Downloaded owo-colors v4.1.0 |
737 | 2024-11-02T03:14:03.225Z | Downloaded opaque-debug v0.3.1 |
738 | 2024-11-02T03:14:03.227Z | Downloaded similar v2.6.0 |
739 | 2024-11-02T03:14:03.232Z | Downloaded elliptic-curve v0.13.8 |
740 | 2024-11-02T03:14:03.237Z | Downloaded num-bigint-dig v0.8.4 |
741 | 2024-11-02T03:14:03.242Z | Downloaded fallible-iterator v0.2.0 |
742 | 2024-11-02T03:14:03.245Z | Downloaded twox-hash v1.6.3 |
743 | 2024-11-02T03:14:03.247Z | Downloaded tracing v0.1.40 |
744 | 2024-11-02T03:14:03.251Z | Downloaded dirs-next v2.0.0 |
745 | 2024-11-02T03:14:03.254Z | Downloaded h2 v0.4.6 |
746 | 2024-11-02T03:14:03.262Z | Downloaded zone v0.1.8 |
747 | 2024-11-02T03:14:03.264Z | Downloaded which v4.4.2 |
748 | 2024-11-02T03:14:03.264Z | Downloaded tiny-keccak v2.0.2 |
749 | 2024-11-02T03:14:03.267Z | Downloaded secrecy v0.8.0 |
750 | 2024-11-02T03:14:03.269Z | Downloaded pkg-config v0.3.31 |
751 | 2024-11-02T03:14:03.272Z | Downloaded packed_struct v0.10.1 |
752 | 2024-11-02T03:14:03.274Z | Downloaded float-cmp v0.9.0 |
753 | 2024-11-02T03:14:03.277Z | Downloaded rustls-pemfile v1.0.4 |
754 | 2024-11-02T03:14:03.279Z | Downloaded ecdsa v0.16.9 |
755 | 2024-11-02T03:14:03.281Z | Downloaded time-core v0.1.2 |
756 | 2024-11-02T03:14:03.281Z | Downloaded password-hash v0.4.2 |
757 | 2024-11-02T03:14:03.283Z | Downloaded pin-project-lite v0.2.14 |
758 | 2024-11-02T03:14:03.288Z | Downloaded psl-types v2.0.11 |
759 | 2024-11-02T03:14:03.291Z | Downloaded getrandom v0.2.15 |
760 | 2024-11-02T03:14:03.293Z | Downloaded zopfli v0.8.1 |
761 | 2024-11-02T03:14:03.296Z | Downloaded socket2 v0.5.7 |
762 | 2024-11-02T03:14:03.299Z | Downloaded postcard v1.0.10 |
763 | 2024-11-02T03:14:03.301Z | Downloaded quinn-proto v0.11.8 |
764 | 2024-11-02T03:14:03.311Z | Downloaded paste v1.0.15 |
765 | 2024-11-02T03:14:03.313Z | Downloaded float-ord v0.3.2 |
766 | 2024-11-02T03:14:03.315Z | Downloaded take_mut v0.2.2 |
767 | 2024-11-02T03:14:03.317Z | Downloaded progenitor-client v0.8.0 |
768 | 2024-11-02T03:14:03.317Z | Downloaded futures-core v0.3.31 |
769 | 2024-11-02T03:14:03.320Z | Downloaded slog-stdlog v4.1.1 |
770 | 2024-11-02T03:14:03.320Z | Downloaded ghash v0.5.1 |
771 | 2024-11-02T03:14:03.324Z | Downloaded fixedbitset v0.4.2 |
772 | 2024-11-02T03:14:03.326Z | Downloaded hostname v0.3.1 |
773 | 2024-11-02T03:14:03.326Z | Downloaded hmac v0.12.1 |
774 | 2024-11-02T03:14:03.328Z | Downloaded tracing-core v0.1.32 |
775 | 2024-11-02T03:14:03.330Z | Downloaded flagset v0.4.6 |
776 | 2024-11-02T03:14:03.333Z | Downloaded glob v0.3.1 |
777 | 2024-11-02T03:14:03.335Z | Downloaded foreign-types-macros v0.2.3 |
778 | 2024-11-02T03:14:03.335Z | Downloaded qorb v0.2.0 |
779 | 2024-11-02T03:14:03.341Z | Downloaded peg-macros v0.8.4 |
780 | 2024-11-02T03:14:03.343Z | Downloaded progenitor v0.8.0 |
781 | 2024-11-02T03:14:03.345Z | Downloaded serde_urlencoded v0.7.1 |
782 | 2024-11-02T03:14:03.345Z | Downloaded des v0.8.1 |
783 | 2024-11-02T03:14:03.348Z | Downloaded der_derive v0.7.3 |
784 | 2024-11-02T03:14:03.350Z | Downloaded static_assertions v1.1.0 |
785 | 2024-11-02T03:14:03.352Z | Downloaded rustc_version v0.4.1 |
786 | 2024-11-02T03:14:03.356Z | Downloaded stringprep v0.1.5 |
787 | 2024-11-02T03:14:03.356Z | Downloaded vergen v8.3.2 |
788 | 2024-11-02T03:14:03.358Z | Downloaded unicase v2.7.0 |
789 | 2024-11-02T03:14:03.361Z | Downloaded tabwriter v1.4.0 |
790 | 2024-11-02T03:14:03.361Z | Downloaded sec1 v0.7.3 |
791 | 2024-11-02T03:14:03.363Z | Downloaded filetime v0.2.25 |
792 | 2024-11-02T03:14:03.365Z | Downloaded tui-tree-widget v0.22.0 |
793 | 2024-11-02T03:14:03.367Z | Downloaded slog-term v2.9.1 |
794 | 2024-11-02T03:14:03.370Z | Downloaded rcgen v0.12.1 |
795 | 2024-11-02T03:14:03.372Z | Downloaded hash32 v0.3.1 |
796 | 2024-11-02T03:14:03.375Z | Downloaded downcast v0.11.0 |
797 | 2024-11-02T03:14:03.377Z | Downloaded rsa v0.9.6 |
798 | 2024-11-02T03:14:03.381Z | Downloaded strum_macros v0.25.3 |
799 | 2024-11-02T03:14:03.384Z | Downloaded rayon-core v1.12.1 |
800 | 2024-11-02T03:14:03.388Z | Downloaded num-rational v0.4.2 |
801 | 2024-11-02T03:14:03.390Z | Downloaded typify v0.2.0 |
802 | 2024-11-02T03:14:03.393Z | Downloaded rayon v1.10.0 |
803 | 2024-11-02T03:14:03.403Z | Downloaded pretty-hex v0.2.1 |
804 | 2024-11-02T03:14:03.405Z | Downloaded postgres-types v0.2.8 |
805 | 2024-11-02T03:14:03.408Z | Downloaded thread_local v1.1.8 |
806 | 2024-11-02T03:14:03.410Z | Downloaded powerfmt v0.2.0 |
807 | 2024-11-02T03:14:03.412Z | Downloaded smallvec v0.6.14 |
808 | 2024-11-02T03:14:03.412Z | Downloaded ppv-lite86 v0.2.20 |
809 | 2024-11-02T03:14:03.415Z | Downloaded slog-scope v4.4.0 |
810 | 2024-11-02T03:14:03.417Z | Downloaded signal-hook v0.3.17 |
811 | 2024-11-02T03:14:03.420Z | Downloaded home v0.5.9 |
812 | 2024-11-02T03:14:03.422Z | Downloaded ff v0.13.0 |
813 | 2024-11-02T03:14:03.422Z | Downloaded quinn v0.11.5 |
814 | 2024-11-02T03:14:03.426Z | Downloaded tokio-tungstenite v0.23.1 |
815 | 2024-11-02T03:14:03.428Z | Downloaded hyper v1.4.1 |
816 | 2024-11-02T03:14:03.436Z | Downloaded strum v0.26.3 |
817 | 2024-11-02T03:14:03.438Z | Downloaded tower-service v0.3.3 |
818 | 2024-11-02T03:14:03.438Z | Downloaded rustls-pki-types v1.9.0 |
819 | 2024-11-02T03:14:03.442Z | Downloaded pin-utils v0.1.0 |
820 | 2024-11-02T03:14:03.444Z | Downloaded scopeguard v1.2.0 |
821 | 2024-11-02T03:14:03.446Z | Downloaded slog v2.7.0 |
822 | 2024-11-02T03:14:03.448Z | Downloaded phf_shared v0.11.2 |
823 | 2024-11-02T03:14:03.450Z | Downloaded foreign-types-shared v0.3.1 |
824 | 2024-11-02T03:14:03.450Z | Downloaded dhcproto-macros v0.1.0 |
825 | 2024-11-02T03:14:03.450Z | Downloaded ssh-encoding v0.2.0 |
826 | 2024-11-02T03:14:03.453Z | Downloaded rand_xorshift v0.3.0 |
827 | 2024-11-02T03:14:03.455Z | Downloaded unicode_categories v0.1.1 |
828 | 2024-11-02T03:14:03.458Z | Downloaded slab v0.4.9 |
829 | 2024-11-02T03:14:03.458Z | Downloaded ref-cast-impl v1.0.23 |
830 | 2024-11-02T03:14:03.461Z | Downloaded dirs-sys-next v0.1.2 |
831 | 2024-11-02T03:14:03.461Z | Downloaded ena v0.14.3 |
832 | 2024-11-02T03:14:03.463Z | Downloaded tokio-rustls v0.25.0 |
833 | 2024-11-02T03:14:03.466Z | Downloaded tokio-postgres v0.7.12 |
834 | 2024-11-02T03:14:03.469Z | Downloaded ssh-cipher v0.2.0 |
835 | 2024-11-02T03:14:03.472Z | Downloaded predicates-core v1.0.8 |
836 | 2024-11-02T03:14:03.474Z | Downloaded rfc6979 v0.4.0 |
837 | 2024-11-02T03:14:03.474Z | Downloaded num_enum v0.5.11 |
838 | 2024-11-02T03:14:03.479Z | Downloaded hashlink v0.9.1 |
839 | 2024-11-02T03:14:03.481Z | Downloaded value-bag v1.9.0 |
840 | 2024-11-02T03:14:03.484Z | Downloaded tinyvec v1.8.0 |
841 | 2024-11-02T03:14:03.488Z | Downloaded chrono-tz v0.10.0 |
842 | 2024-11-02T03:14:03.495Z | Downloaded sigpipe v0.1.3 |
843 | 2024-11-02T03:14:03.498Z | Downloaded dropshot_endpoint v0.12.0 |
844 | 2024-11-02T03:14:03.502Z | Downloaded zip v2.1.3 |
845 | 2024-11-02T03:14:03.505Z | Downloaded tungstenite v0.23.0 |
846 | 2024-11-02T03:14:03.508Z | Downloaded pbkdf2 v0.12.2 |
847 | 2024-11-02T03:14:03.511Z | Downloaded pin-project v1.1.6 |
848 | 2024-11-02T03:14:03.523Z | Downloaded postgres-protocol v0.6.7 |
849 | 2024-11-02T03:14:03.525Z | Downloaded signature v2.2.0 |
850 | 2024-11-02T03:14:03.527Z | Downloaded tap v1.0.1 |
851 | 2024-11-02T03:14:03.529Z | Downloaded foldhash v0.1.3 |
852 | 2024-11-02T03:14:03.529Z | Downloaded proptest v1.5.0 |
853 | 2024-11-02T03:14:03.539Z | Downloaded untrusted v0.9.0 |
854 | 2024-11-02T03:14:03.541Z | Downloaded yasna v0.5.2 |
855 | 2024-11-02T03:14:03.543Z | Downloaded rustc_version v0.1.7 |
856 | 2024-11-02T03:14:03.545Z | Downloaded parse-display v0.10.0 |
857 | 2024-11-02T03:14:03.545Z | Downloaded phf_generator v0.11.2 |
858 | 2024-11-02T03:14:03.547Z | Downloaded rustc-demangle v0.1.24 |
859 | 2024-11-02T03:14:03.550Z | Downloaded hash32 v0.2.1 |
860 | 2024-11-02T03:14:03.550Z | Downloaded quick-error v1.2.3 |
861 | 2024-11-02T03:14:03.552Z | Downloaded der v0.7.9 |
862 | 2024-11-02T03:14:03.557Z | Downloaded samael v0.0.17 |
863 | 2024-11-02T03:14:03.563Z | Downloaded steno v0.4.1 |
864 | 2024-11-02T03:14:03.568Z | Downloaded peg v0.8.4 |
865 | 2024-11-02T03:14:03.572Z | Downloaded parking_lot v0.11.2 |
866 | 2024-11-02T03:14:03.574Z | Downloaded embedded-io v0.6.1 |
867 | 2024-11-02T03:14:03.577Z | Downloaded num_enum_derive v0.5.11 |
868 | 2024-11-02T03:14:03.578Z | Downloaded defmt-parser v0.3.4 |
869 | 2024-11-02T03:14:03.580Z | Downloaded env_logger v0.11.5 |
870 | 2024-11-02T03:14:03.583Z | Downloaded parking_lot_core v0.9.10 |
871 | 2024-11-02T03:14:03.585Z | Downloaded xattr v1.3.1 |
872 | 2024-11-02T03:14:03.587Z | Downloaded sqlparser_derive v0.2.2 |
873 | 2024-11-02T03:14:03.587Z | Downloaded dhcproto v0.12.0 |
874 | 2024-11-02T03:14:03.591Z | Downloaded want v0.3.1 |
875 | 2024-11-02T03:14:03.594Z | Downloaded tokio-tungstenite v0.21.0 |
876 | 2024-11-02T03:14:03.594Z | Downloaded polyval v0.6.2 |
877 | 2024-11-02T03:14:03.596Z | Downloaded tracing-attributes v0.1.27 |
878 | 2024-11-02T03:14:03.598Z | Downloaded strum_macros v0.26.4 |
879 | 2024-11-02T03:14:03.601Z | Downloaded num-traits v0.2.19 |
880 | 2024-11-02T03:14:03.603Z | Downloaded tokio-stream v0.1.16 |
881 | 2024-11-02T03:14:03.608Z | Downloaded zip v0.6.6 |
882 | 2024-11-02T03:14:03.613Z | Downloaded russh-keys v0.45.0 |
883 | 2024-11-02T03:14:03.616Z | Downloaded highway v1.2.0 |
884 | 2024-11-02T03:14:03.618Z | Downloaded flume v0.11.0 |
885 | 2024-11-02T03:14:03.622Z | Downloaded tough v0.17.1 |
886 | 2024-11-02T03:14:03.630Z | Downloaded unicode-properties v0.1.3 |
887 | 2024-11-02T03:14:03.633Z | Downloaded unicode-bidi v0.3.17 |
888 | 2024-11-02T03:14:03.636Z | Downloaded hickory-server v0.24.1 |
889 | 2024-11-02T03:14:03.642Z | Downloaded rand v0.8.5 |
890 | 2024-11-02T03:14:03.648Z | Downloaded url v2.5.2 |
891 | 2024-11-02T03:14:03.651Z | Downloaded env_logger v0.10.2 |
892 | 2024-11-02T03:14:03.654Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2024-11-02T03:14:03.666Z | Downloaded typed-path v0.7.1 |
894 | 2024-11-02T03:14:03.672Z | Downloaded globset v0.4.15 |
895 | 2024-11-02T03:14:03.674Z | Downloaded rustls v0.21.12 |
896 | 2024-11-02T03:14:03.687Z | Downloaded subprocess v0.2.9 |
897 | 2024-11-02T03:14:03.690Z | Downloaded password-hash v0.5.0 |
898 | 2024-11-02T03:14:03.693Z | Downloaded resolv-conf v0.7.0 |
899 | 2024-11-02T03:14:03.696Z | Downloaded unicode-normalization v0.1.24 |
900 | 2024-11-02T03:14:03.699Z | Downloaded parse-zoneinfo v0.3.1 |
901 | 2024-11-02T03:14:03.702Z | Downloaded openssl v0.10.66 |
902 | 2024-11-02T03:14:03.711Z | Downloaded walkdir v2.5.0 |
903 | 2024-11-02T03:14:03.714Z | Downloaded portable-atomic v1.9.0 |
904 | 2024-11-02T03:14:03.721Z | Downloaded hashbrown v0.12.3 |
905 | 2024-11-02T03:14:03.724Z | Downloaded hickory-resolver v0.24.1 |
906 | 2024-11-02T03:14:03.730Z | Downloaded smoltcp v0.9.1 |
907 | 2024-11-02T03:14:03.742Z | Downloaded git2 v0.19.0 |
908 | 2024-11-02T03:14:03.750Z | Downloaded p521 v0.13.3 |
909 | 2024-11-02T03:14:03.756Z | Downloaded diesel v2.2.4 |
910 | 2024-11-02T03:14:03.775Z | Downloaded webpki-roots v0.26.6 |
911 | 2024-11-02T03:14:03.779Z | Downloaded phf_shared v0.10.0 |
912 | 2024-11-02T03:14:03.782Z | Downloaded publicsuffix v2.2.3 |
913 | 2024-11-02T03:14:03.782Z | Downloaded expectorate v1.1.0 |
914 | 2024-11-02T03:14:03.784Z | Downloaded h2 v0.3.26 |
915 | 2024-11-02T03:14:03.791Z | Downloaded rustls v0.22.4 |
916 | 2024-11-02T03:14:03.805Z | Downloaded regress v0.10.1 |
917 | 2024-11-02T03:14:03.814Z | Downloaded idna v0.4.0 |
918 | 2024-11-02T03:14:03.821Z | Downloaded trust-dns-proto v0.22.0 |
919 | 2024-11-02T03:14:03.834Z | Downloaded rustls-webpki v0.101.7 |
920 | 2024-11-02T03:14:03.849Z | Downloaded ratatui v0.28.1 |
921 | 2024-11-02T03:14:03.870Z | Downloaded idna v0.2.3 |
922 | 2024-11-02T03:14:03.878Z | Downloaded regex-syntax v0.8.5 |
923 | 2024-11-02T03:14:03.885Z | Downloaded openapiv3 v2.0.0 |
924 | 2024-11-02T03:14:03.898Z | Downloaded hashbrown v0.14.5 |
925 | 2024-11-02T03:14:03.904Z | Downloaded p384 v0.13.0 |
926 | 2024-11-02T03:14:03.911Z | Downloaded object v0.30.4 |
927 | 2024-11-02T03:14:03.921Z | Downloaded time v0.3.36 |
928 | 2024-11-02T03:14:03.929Z | Downloaded salty v0.3.0 |
929 | 2024-11-02T03:14:03.937Z | Downloaded csv v1.3.0 |
930 | 2024-11-02T03:14:03.957Z | Downloaded strum_macros v0.24.3 |
931 | 2024-11-02T03:14:03.959Z | Downloaded tokio v1.40.0 |
932 | 2024-11-02T03:14:03.997Z | Downloaded rustls-webpki v0.102.8 |
933 | 2024-11-02T03:14:04.016Z | Downloaded nix v0.29.0 |
934 | 2024-11-02T03:14:04.028Z | Downloaded quick-xml v0.33.0 |
935 | 2024-11-02T03:14:04.034Z | Downloaded sqlparser v0.45.0 |
936 | 2024-11-02T03:14:04.039Z | Downloaded reqwest v0.12.8 |
937 | 2024-11-02T03:14:04.048Z | Downloaded petgraph v0.6.5 |
938 | 2024-11-02T03:14:04.067Z | Downloaded vcpkg v0.2.15 |
939 | 2024-11-02T03:14:04.105Z | Downloaded regex v1.11.0 |
940 | 2024-11-02T03:14:04.119Z | Downloaded object v0.36.5 |
941 | 2024-11-02T03:14:04.129Z | Downloaded gimli v0.31.1 |
942 | 2024-11-02T03:14:04.138Z | Downloaded regress v0.9.1 |
943 | 2024-11-02T03:14:04.148Z | Downloaded polar-core v0.27.3 |
944 | 2024-11-02T03:14:04.156Z | Downloaded smoltcp v0.11.0 |
945 | 2024-11-02T03:14:04.170Z | Downloaded dropshot v0.12.0 |
946 | 2024-11-02T03:14:04.192Z | Downloaded radix_trie v0.2.1 |
947 | 2024-11-02T03:14:04.197Z | Downloaded idna v0.3.0 |
948 | 2024-11-02T03:14:04.203Z | Downloaded encoding_rs v0.8.34 |
949 | 2024-11-02T03:14:04.226Z | Downloaded nix v0.27.1 |
950 | 2024-11-02T03:14:04.236Z | Downloaded string_cache v0.8.7 |
951 | 2024-11-02T03:14:04.239Z | Downloaded tokio-rustls v0.24.1 |
952 | 2024-11-02T03:14:04.242Z | Downloaded itertools v0.13.0 |
953 | 2024-11-02T03:14:04.247Z | Downloaded futures-util v0.3.31 |
954 | 2024-11-02T03:14:04.260Z | Downloaded zone_cfg_derive v0.3.0 |
955 | 2024-11-02T03:14:04.262Z | Downloaded peg-runtime v0.8.3 |
956 | 2024-11-02T03:14:04.262Z | Downloaded nom v7.1.3 |
957 | 2024-11-02T03:14:04.267Z | Downloaded itertools v0.12.1 |
958 | 2024-11-02T03:14:04.275Z | Downloaded futures-io v0.3.31 |
959 | 2024-11-02T03:14:04.277Z | Downloaded ed25519-dalek v2.1.1 |
960 | 2024-11-02T03:14:04.279Z | Downloaded rustls v0.23.14 |
961 | 2024-11-02T03:14:04.291Z | Downloaded hickory-proto v0.24.1 |
962 | 2024-11-02T03:14:04.308Z | Downloaded display-error-chain v0.2.2 |
963 | 2024-11-02T03:14:04.310Z | Downloaded try-lock v0.2.5 |
964 | 2024-11-02T03:14:04.310Z | Downloaded p256 v0.13.2 |
965 | 2024-11-02T03:14:04.314Z | Downloaded flate2 v1.0.34 |
966 | 2024-11-02T03:14:04.318Z | Downloaded vte v0.11.1 |
967 | 2024-11-02T03:14:04.321Z | Downloaded serde_with v3.11.0 |
968 | 2024-11-02T03:14:04.330Z | Downloaded rustyline v14.0.0 |
969 | 2024-11-02T03:14:04.334Z | Downloaded half v2.4.1 |
970 | 2024-11-02T03:14:04.337Z | Downloaded unicode-segmentation v1.12.0 |
971 | 2024-11-02T03:14:04.341Z | Downloaded typify-impl v0.2.0 |
972 | 2024-11-02T03:14:04.358Z | Downloaded serde-big-array v0.5.1 |
973 | 2024-11-02T03:14:04.361Z | Downloaded sled v0.34.7 |
974 | 2024-11-02T03:14:04.371Z | Downloaded uzers v0.12.1 |
975 | 2024-11-02T03:14:04.373Z | Downloaded libxml v0.3.3 |
976 | 2024-11-02T03:14:04.379Z | Downloaded libm v0.2.8 |
977 | 2024-11-02T03:14:04.387Z | Downloaded derive_more v0.99.18 |
978 | 2024-11-02T03:14:04.392Z | Downloaded parking_lot v0.12.3 |
979 | 2024-11-02T03:14:04.394Z | Downloaded regex-automata v0.4.8 |
980 | 2024-11-02T03:14:04.413Z | Downloaded wyz v0.5.1 |
981 | 2024-11-02T03:14:04.415Z | Downloaded headers v0.4.0 |
982 | 2024-11-02T03:14:04.419Z | Downloaded predicates-tree v1.0.11 |
983 | 2024-11-02T03:14:04.421Z | Downloaded form_urlencoded v1.2.1 |
984 | 2024-11-02T03:14:04.421Z | Downloaded winnow v0.5.40 |
985 | 2024-11-02T03:14:04.430Z | Downloaded zerocopy-derive v0.6.6 |
986 | 2024-11-02T03:14:04.440Z | Downloaded libz-sys v1.1.20 |
987 | 2024-11-02T03:14:04.463Z | Downloaded parse-display-derive v0.10.0 |
988 | 2024-11-02T03:14:04.464Z | Downloaded lzma-sys v0.1.20 |
989 | 2024-11-02T03:14:04.493Z | Downloaded group v0.13.0 |
990 | 2024-11-02T03:14:04.499Z | Downloaded funty v2.0.0 |
991 | 2024-11-02T03:14:04.499Z | Downloaded dyn-clone v1.0.17 |
992 | 2024-11-02T03:14:04.502Z | Downloaded dsl_auto_type v0.1.2 |
993 | 2024-11-02T03:14:04.502Z | Downloaded thiserror-impl-no-std v2.0.2 |
994 | 2024-11-02T03:14:04.502Z | Downloaded lalrpop v0.19.12 |
995 | 2024-11-02T03:14:04.510Z | Downloaded parking_lot_core v0.8.6 |
996 | 2024-11-02T03:14:04.513Z | Downloaded omicron-zone-package v0.11.1 |
997 | 2024-11-02T03:14:04.516Z | Downloaded zerocopy v0.6.6 |
998 | 2024-11-02T03:14:04.518Z | Downloaded test-strategy v0.3.1 |
999 | 2024-11-02T03:14:04.522Z | Downloaded minimal-lexical v0.2.1 |
1000 | 2024-11-02T03:14:04.526Z | Downloaded siphasher v0.3.11 |
1001 | 2024-11-02T03:14:04.530Z | Downloaded phf v0.11.2 |
1002 | 2024-11-02T03:14:04.530Z | Downloaded derive-where v1.2.7 |
1003 | 2024-11-02T03:14:04.533Z | Downloaded topological-sort v0.2.2 |
1004 | 2024-11-02T03:14:04.535Z | Downloaded sha3 v0.10.8 |
1005 | 2024-11-02T03:14:04.539Z | Downloaded structmeta v0.2.0 |
1006 | 2024-11-02T03:14:04.540Z | Downloaded strip-ansi-escapes v0.2.0 |
1007 | 2024-11-02T03:14:04.543Z | Downloaded slog-json v2.6.1 |
1008 | 2024-11-02T03:14:04.545Z | Downloaded r2d2 v0.8.10 |
1009 | 2024-11-02T03:14:04.545Z | Downloaded termios v0.3.3 |
1010 | 2024-11-02T03:14:04.547Z | Downloaded snafu v0.8.5 |
1011 | 2024-11-02T03:14:04.552Z | Downloaded sync_wrapper v0.1.2 |
1012 | 2024-11-02T03:14:04.554Z | Downloaded radium v0.7.0 |
1013 | 2024-11-02T03:14:04.554Z | Downloaded poly1305 v0.8.0 |
1014 | 2024-11-02T03:14:04.557Z | Downloaded pkcs5 v0.7.1 |
1015 | 2024-11-02T03:14:04.560Z | Downloaded idna v0.5.0 |
1016 | 2024-11-02T03:14:04.568Z | Downloaded futures-task v0.3.31 |
1017 | 2024-11-02T03:14:04.570Z | Downloaded toml_edit v0.19.15 |
1018 | 2024-11-02T03:14:04.586Z | Downloaded ring v0.17.8 |
1019 | 2024-11-02T03:14:04.656Z | Downloaded rand_seeder v0.3.0 |
1020 | 2024-11-02T03:14:04.658Z | Downloaded ssh-key v0.6.6 |
1021 | 2024-11-02T03:14:04.664Z | Downloaded spin v0.5.2 |
1022 | 2024-11-02T03:14:04.667Z | Downloaded russh v0.45.0 |
1023 | 2024-11-02T03:14:04.670Z | Downloaded zone v0.3.0 |
1024 | 2024-11-02T03:14:04.672Z | Downloaded typify-macro v0.2.0 |
1025 | 2024-11-02T03:14:04.672Z | Downloaded heapless v0.7.17 |
1026 | 2024-11-02T03:14:04.675Z | Downloaded salsa20 v0.10.2 |
1027 | 2024-11-02T03:14:04.679Z | Downloaded rustversion v1.0.17 |
1028 | 2024-11-02T03:14:04.682Z | Downloaded diesel_derives v2.2.3 |
1029 | 2024-11-02T03:14:04.685Z | Downloaded sqlformat v0.2.6 |
1030 | 2024-11-02T03:14:04.704Z | Downloaded schemars v0.8.21 |
1031 | 2024-11-02T03:14:04.715Z | Downloaded hashbrown v0.13.2 |
1032 | 2024-11-02T03:14:04.720Z | Downloaded progenitor-impl v0.8.0 |
1033 | 2024-11-02T03:14:04.724Z | Downloaded regex-syntax v0.6.29 |
1034 | 2024-11-02T03:14:04.728Z | Downloaded pem-rfc7468 v0.7.0 |
1035 | 2024-11-02T03:14:04.730Z | Downloaded const_format v0.2.33 |
1036 | 2024-11-02T03:14:04.734Z | Downloaded russh-cryptovec v0.7.3 |
1037 | 2024-11-02T03:14:04.736Z | Downloaded pkcs8 v0.10.2 |
1038 | 2024-11-02T03:14:04.739Z | Downloaded fd-lock v4.0.2 |
1039 | 2024-11-02T03:14:04.741Z | Downloaded blake3 v1.5.4 |
1040 | 2024-11-02T03:14:04.751Z | Downloaded embedded-io v0.4.0 |
1041 | 2024-11-02T03:14:04.755Z | Downloaded simd-adler32 v0.3.7 |
1042 | 2024-11-02T03:14:04.757Z | Downloaded fallible-streaming-iterator v0.1.9 |
1043 | 2024-11-02T03:14:04.757Z | Downloaded fallible-iterator v0.3.0 |
1044 | 2024-11-02T03:14:04.760Z | Downloaded zone_cfg_derive v0.1.2 |
1045 | 2024-11-02T03:14:04.760Z | Downloaded rand_core v0.6.4 |
1046 | 2024-11-02T03:14:04.763Z | Downloaded rand_chacha v0.3.1 |
1047 | 2024-11-02T03:14:04.763Z | Downloaded sha1 v0.10.6 |
1048 | 2024-11-02T03:14:04.765Z | Downloaded aes-gcm v0.10.3 |
1049 | 2024-11-02T03:14:04.768Z | Downloaded path-slash v0.1.5 |
1050 | 2024-11-02T03:14:04.771Z | Downloaded toml v0.7.8 |
1051 | 2024-11-02T03:14:04.774Z | Downloaded primeorder v0.13.6 |
1052 | 2024-11-02T03:14:04.776Z | Downloaded parse-size v1.1.0 |
1053 | 2024-11-02T03:14:04.779Z | Downloaded bumpalo v3.16.0 |
1054 | 2024-11-02T03:14:04.781Z | Downloaded enum-as-inner v0.5.1 |
1055 | 2024-11-02T03:14:04.783Z | Downloaded defmt v0.3.8 |
1056 | 2024-11-02T03:14:04.786Z | Downloaded zeroize v1.8.1 |
1057 | 2024-11-02T03:14:04.788Z | Downloaded whoami v1.5.2 |
1058 | 2024-11-02T03:14:04.791Z | Downloaded tokio-tungstenite v0.24.0 |
1059 | 2024-11-02T03:14:04.795Z | Downloaded same-file v1.0.6 |
1060 | 2024-11-02T03:14:04.798Z | Downloaded crossbeam-utils v0.8.20 |
1061 | 2024-11-02T03:14:04.798Z | Downloaded crossbeam-epoch v0.9.18 |
1062 | 2024-11-02T03:14:04.801Z | Downloaded crc-any v2.5.0 |
1063 | 2024-11-02T03:14:04.803Z | Downloaded tls_codec_derive v0.4.1 |
1064 | 2024-11-02T03:14:04.805Z | Downloaded clang-sys v1.8.1 |
1065 | 2024-11-02T03:14:04.808Z | Downloaded base64 v0.21.7 |
1066 | 2024-11-02T03:14:04.811Z | Downloaded cancel-safe-futures v0.1.5 |
1067 | 2024-11-02T03:14:04.813Z | Downloaded bzip2 v0.4.4 |
1068 | 2024-11-02T03:14:04.815Z | Downloaded scheduled-thread-pool v0.2.7 |
1069 | 2024-11-02T03:14:04.818Z | Downloaded nu-ansi-term v0.50.1 |
1070 | 2024-11-02T03:14:04.823Z | Downloaded jobserver v0.1.32 |
1071 | 2024-11-02T03:14:04.823Z | Downloaded num-complex v0.4.6 |
1072 | 2024-11-02T03:14:04.825Z | Downloaded nibble_vec v0.1.0 |
1073 | 2024-11-02T03:14:04.825Z | Downloaded native-tls v0.2.12 |
1074 | 2024-11-02T03:14:04.825Z | Downloaded lockfree-object-pool v0.1.6 |
1075 | 2024-11-02T03:14:04.828Z | Downloaded crc32fast v1.4.2 |
1076 | 2024-11-02T03:14:04.830Z | Downloaded chacha20poly1305 v0.10.1 |
1077 | 2024-11-02T03:14:04.832Z | Downloaded cbc v0.1.2 |
1078 | 2024-11-02T03:14:04.832Z | Downloaded darling v0.20.10 |
1079 | 2024-11-02T03:14:04.836Z | Downloaded cstr-argument v0.1.2 |
1080 | 2024-11-02T03:14:04.838Z | Downloaded base64 v0.13.1 |
1081 | 2024-11-02T03:14:04.840Z | Downloaded bcs v0.1.6 |
1082 | 2024-11-02T03:14:04.843Z | Downloaded ipnet v2.10.1 |
1083 | 2024-11-02T03:14:04.845Z | Downloaded constant_time_eq v0.3.1 |
1084 | 2024-11-02T03:14:04.845Z | Downloaded buf-list v1.0.3 |
1085 | 2024-11-02T03:14:04.848Z | Downloaded block-padding v0.3.3 |
1086 | 2024-11-02T03:14:04.848Z | Downloaded lru-cache v0.1.2 |
1087 | 2024-11-02T03:14:04.850Z | Downloaded libefi-sys v0.1.0 |
1088 | 2024-11-02T03:14:04.850Z | Downloaded indent_write v2.2.0 |
1089 | 2024-11-02T03:14:04.852Z | Downloaded impl-trait-for-tuples v0.2.2 |
1090 | 2024-11-02T03:14:04.855Z | Downloaded bitfield-struct v0.6.2 |
1091 | 2024-11-02T03:14:04.855Z | Downloaded bcrypt-pbkdf v0.10.0 |
1092 | 2024-11-02T03:14:04.855Z | Downloaded base64ct v1.6.0 |
1093 | 2024-11-02T03:14:04.858Z | Downloaded backtrace v0.3.74 |
1094 | 2024-11-02T03:14:04.863Z | Downloaded crucible-workspace-hack v0.1.0 |
1095 | 2024-11-02T03:14:04.865Z | Downloaded cfg_aliases v0.1.1 |
1096 | 2024-11-02T03:14:04.865Z | Downloaded new_debug_unreachable v1.0.6 |
1097 | 2024-11-02T03:14:04.865Z | Downloaded chrono-tz-build v0.4.0 |
1098 | 2024-11-02T03:14:04.867Z | Downloaded httparse v1.9.5 |
1099 | 2024-11-02T03:14:04.870Z | Downloaded async-trait v0.1.83 |
1100 | 2024-11-02T03:14:04.872Z | Downloaded assert_matches v1.5.0 |
1101 | 2024-11-02T03:14:04.877Z | Downloaded array-init v0.0.4 |
1102 | 2024-11-02T03:14:04.877Z | Downloaded num-bigint v0.4.6 |
1103 | 2024-11-02T03:14:04.879Z | Downloaded castaway v0.2.3 |
1104 | 2024-11-02T03:14:04.882Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1105 | 2024-11-02T03:14:04.936Z | Downloaded bitvec v1.0.1 |
1106 | 2024-11-02T03:14:04.950Z | Downloaded async-stream v0.3.6 |
1107 | 2024-11-02T03:14:04.952Z | Downloaded aho-corasick v1.1.3 |
1108 | 2024-11-02T03:14:04.958Z | Downloaded hyper v0.14.30 |
1109 | 2024-11-02T03:14:04.965Z | Downloaded hubpack_derive v0.1.1 |
1110 | 2024-11-02T03:14:04.968Z | Downloaded bindgen v0.69.5 |
1111 | 2024-11-02T03:14:05.461Z | Downloaded ring v0.16.20 |
1112 | 2024-11-02T03:14:05.542Z | Downloaded libsqlite3-sys v0.30.1 |
1113 | 2024-11-02T03:14:05.731Z | Compiling serde v1.0.210 |
1114 | 2024-11-02T03:14:05.733Z | Compiling typenum v1.17.0 |
1115 | 2024-11-02T03:14:05.733Z | Compiling generic-array v0.14.7 |
1116 | 2024-11-02T03:14:05.733Z | Compiling lock_api v0.4.12 |
1117 | 2024-11-02T03:14:05.734Z | Compiling scopeguard v1.2.0 |
1118 | 2024-11-02T03:14:05.734Z | Compiling subtle v2.6.1 |
1119 | 2024-11-02T03:14:05.734Z | Compiling syn v2.0.79 |
1120 | 2024-11-02T03:14:05.913Z | Compiling getrandom v0.2.15 |
1121 | 2024-11-02T03:14:06.102Z | Compiling rand_core v0.6.4 |
1122 | 2024-11-02T03:14:06.253Z | Compiling value-bag v1.9.0 |
1123 | 2024-11-02T03:14:06.272Z | Compiling const-oid v0.9.6 |
1124 | 2024-11-02T03:14:06.318Z | Compiling jobserver v0.1.32 |
1125 | 2024-11-02T03:14:06.444Z | Compiling shlex v1.3.0 |
1126 | 2024-11-02T03:14:06.655Z | Compiling pin-project-lite v0.2.14 |
1127 | 2024-11-02T03:14:06.778Z | Compiling log v0.4.22 |
1128 | 2024-11-02T03:14:06.852Z | Compiling cc v1.1.30 |
1129 | 2024-11-02T03:14:06.870Z | Compiling smallvec v1.13.2 |
1130 | 2024-11-02T03:14:06.889Z | Compiling parking_lot_core v0.9.10 |
1131 | 2024-11-02T03:14:07.256Z | Compiling futures-core v0.3.31 |
1132 | 2024-11-02T03:14:07.358Z | Compiling signal-hook-registry v1.4.2 |
1133 | 2024-11-02T03:14:07.500Z | Compiling mio v1.0.2 |
1134 | 2024-11-02T03:14:07.705Z | Compiling cpufeatures v0.2.14 |
1135 | 2024-11-02T03:14:07.811Z | Compiling parking_lot v0.12.3 |
1136 | 2024-11-02T03:14:08.010Z | Compiling futures-sink v0.3.31 |
1137 | 2024-11-02T03:14:08.116Z | Compiling spin v0.9.8 |
1138 | 2024-11-02T03:14:08.167Z | Compiling socket2 v0.5.7 |
1139 | 2024-11-02T03:14:08.307Z | Compiling slab v0.4.9 |
1140 | 2024-11-02T03:14:08.502Z | Compiling serde_json v1.0.128 |
1141 | 2024-11-02T03:14:08.635Z | Compiling futures-channel v0.3.31 |
1142 | 2024-11-02T03:14:08.717Z | Compiling futures-io v0.3.31 |
1143 | 2024-11-02T03:14:08.735Z | Compiling pin-utils v0.1.0 |
1144 | 2024-11-02T03:14:08.825Z | Compiling allocator-api2 v0.2.18 |
1145 | 2024-11-02T03:14:08.889Z | Compiling futures-task v0.3.31 |
1146 | 2024-11-02T03:14:09.040Z | Compiling tinyvec_macros v0.1.1 |
1147 | 2024-11-02T03:14:09.060Z | Compiling foldhash v0.1.3 |
1148 | 2024-11-02T03:14:09.092Z | Compiling libm v0.2.8 |
1149 | 2024-11-02T03:14:09.127Z | Compiling tinyvec v1.8.0 |
1150 | 2024-11-02T03:14:09.145Z | Compiling pkg-config v0.3.31 |
1151 | 2024-11-02T03:14:09.187Z | Compiling num-traits v0.2.19 |
1152 | 2024-11-02T03:14:09.340Z | Compiling unicode-bidi v0.3.17 |
1153 | 2024-11-02T03:14:09.623Z | Compiling hashbrown v0.15.0 |
1154 | 2024-11-02T03:14:09.755Z | Compiling base64ct v1.6.0 |
1155 | 2024-11-02T03:14:10.364Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-11-02T03:14:10.713Z | Compiling unicode-normalization v0.1.24 |
1157 | 2024-11-02T03:14:10.784Z | Compiling httparse v1.9.5 |
1158 | 2024-11-02T03:14:10.879Z | Compiling ring v0.17.8 |
1159 | 2024-11-02T03:14:10.911Z | Compiling flagset v0.4.6 |
1160 | 2024-11-02T03:14:11.075Z | Compiling tracing-core v0.1.32 |
1161 | 2024-11-02T03:14:11.094Z | Compiling percent-encoding v2.3.1 |
1162 | 2024-11-02T03:14:11.119Z | Compiling rustls-pki-types v1.9.0 |
1163 | 2024-11-02T03:14:11.448Z | Compiling crossbeam-utils v0.8.20 |
1164 | 2024-11-02T03:14:11.773Z | Compiling num-conv v0.1.0 |
1165 | 2024-11-02T03:14:12.076Z | Compiling untrusted v0.9.0 |
1166 | 2024-11-02T03:14:12.137Z | Compiling powerfmt v0.2.0 |
1167 | 2024-11-02T03:14:12.208Z | Compiling time-core v0.1.2 |
1168 | 2024-11-02T03:14:12.241Z | Compiling vcpkg v0.2.15 |
1169 | 2024-11-02T03:14:12.359Z | Compiling time-macros v0.2.18 |
1170 | 2024-11-02T03:14:12.419Z | Compiling deranged v0.3.11 |
1171 | 2024-11-02T03:14:12.496Z | Compiling num_threads v0.1.7 |
1172 | 2024-11-02T03:14:12.620Z | Compiling atomic-waker v1.1.2 |
1173 | 2024-11-02T03:14:12.798Z | Compiling form_urlencoded v1.2.1 |
1174 | 2024-11-02T03:14:12.853Z | Compiling slog v2.7.0 |
1175 | 2024-11-02T03:14:13.109Z | Compiling try-lock v0.2.5 |
1176 | 2024-11-02T03:14:13.258Z | Compiling rustix v0.38.37 |
1177 | 2024-11-02T03:14:13.393Z | Compiling want v0.3.1 |
1178 | 2024-11-02T03:14:13.412Z | Compiling httpdate v1.0.3 |
1179 | 2024-11-02T03:14:13.806Z | Compiling idna v0.5.0 |
1180 | 2024-11-02T03:14:14.008Z | Compiling openssl-sys v0.9.103 |
1181 | 2024-11-02T03:14:14.105Z | Compiling base64 v0.22.1 |
1182 | 2024-11-02T03:14:14.202Z | Compiling match_cfg v0.1.0 |
1183 | 2024-11-02T03:14:14.302Z | Compiling rustversion v1.0.17 |
1184 | 2024-11-02T03:14:14.435Z | Compiling tower-service v0.3.3 |
1185 | 2024-11-02T03:14:14.550Z | Compiling iana-time-zone v0.1.61 |
1186 | 2024-11-02T03:14:14.822Z | Compiling adler2 v2.0.0 |
1187 | 2024-11-02T03:14:14.988Z | Compiling openssl v0.10.66 |
1188 | 2024-11-02T03:14:15.008Z | Compiling foreign-types-shared v0.1.1 |
1189 | 2024-11-02T03:14:15.087Z | Compiling foreign-types v0.3.2 |
1190 | 2024-11-02T03:14:15.109Z | Compiling miniz_oxide v0.8.0 |
1191 | 2024-11-02T03:14:15.165Z | Compiling url v2.5.2 |
1192 | 2024-11-02T03:14:15.218Z | Compiling hostname v0.3.1 |
1193 | 2024-11-02T03:14:15.395Z | Compiling time v0.3.36 |
1194 | 2024-11-02T03:14:15.401Z | Compiling dirs-sys-next v0.1.2 |
1195 | 2024-11-02T03:14:15.427Z | Compiling aho-corasick v1.1.3 |
1196 | 2024-11-02T03:14:15.866Z | Compiling rustls v0.22.4 |
1197 | 2024-11-02T03:14:16.094Z | Compiling regex-syntax v0.8.5 |
1198 | 2024-11-02T03:14:16.513Z | Compiling rustls v0.23.14 |
1199 | 2024-11-02T03:14:16.746Z | Compiling native-tls v0.2.12 |
1200 | 2024-11-02T03:14:16.788Z | Compiling siphasher v0.3.11 |
1201 | 2024-11-02T03:14:17.066Z | Compiling syn v1.0.109 |
1202 | 2024-11-02T03:14:17.087Z | Compiling data-encoding v2.6.0 |
1203 | 2024-11-02T03:14:17.739Z | Compiling dirs-next v2.0.0 |
1204 | 2024-11-02T03:14:18.821Z | Compiling serde_derive_internals v0.29.1 |
1205 | 2024-11-02T03:14:19.109Z | Compiling serde_derive v1.0.210 |
1206 | 2024-11-02T03:14:19.144Z | Compiling zeroize_derive v1.4.2 |
1207 | 2024-11-02T03:14:19.160Z | Compiling zerocopy-derive v0.7.35 |
1208 | 2024-11-02T03:14:19.527Z | Compiling tokio-macros v2.4.0 |
1209 | 2024-11-02T03:14:19.820Z | Compiling thiserror-impl v1.0.64 |
1210 | 2024-11-02T03:14:20.561Z | Compiling zeroize v1.8.1 |
1211 | 2024-11-02T03:14:21.090Z | Compiling futures-macro v0.3.31 |
1212 | 2024-11-02T03:14:21.226Z | Compiling zerocopy v0.7.35 |
1213 | 2024-11-02T03:14:21.272Z | Compiling der_derive v0.7.3 |
1214 | 2024-11-02T03:14:21.861Z | Compiling tracing-attributes v0.1.27 |
1215 | 2024-11-02T03:14:22.290Z | Compiling crypto-common v0.1.6 |
1216 | 2024-11-02T03:14:22.510Z | Compiling block-buffer v0.10.4 |
1217 | 2024-11-02T03:14:22.759Z | Compiling digest v0.10.7 |
1218 | 2024-11-02T03:14:22.792Z | Compiling block-padding v0.3.3 |
1219 | 2024-11-02T03:14:22.871Z | Compiling thiserror v1.0.64 |
1220 | 2024-11-02T03:14:22.913Z | Compiling futures-util v0.3.31 |
1221 | 2024-11-02T03:14:23.000Z | Compiling inout v0.1.3 |
1222 | 2024-11-02T03:14:23.003Z | Compiling ppv-lite86 v0.2.20 |
1223 | 2024-11-02T03:14:23.241Z | Compiling hmac v0.12.1 |
1224 | 2024-11-02T03:14:23.269Z | Compiling cipher v0.4.4 |
1225 | 2024-11-02T03:14:23.467Z | Compiling sha2 v0.10.8 |
1226 | 2024-11-02T03:14:23.490Z | Compiling der v0.7.9 |
1227 | 2024-11-02T03:14:23.771Z | Compiling salsa20 v0.10.2 |
1228 | 2024-11-02T03:14:23.843Z | Compiling rand_chacha v0.3.1 |
1229 | 2024-11-02T03:14:23.984Z | Compiling pbkdf2 v0.12.2 |
1230 | 2024-11-02T03:14:24.162Z | Compiling pest v2.7.14 |
1231 | 2024-11-02T03:14:25.309Z | Compiling tracing v0.1.40 |
1232 | 2024-11-02T03:14:25.805Z | Compiling spki v0.7.3 |
1233 | 2024-11-02T03:14:26.069Z | Compiling rand v0.8.5 |
1234 | 2024-11-02T03:14:26.150Z | Compiling scrypt v0.11.0 |
1235 | 2024-11-02T03:14:26.658Z | Compiling pest_meta v2.7.14 |
1236 | 2024-11-02T03:14:26.711Z | Compiling cbc v0.1.2 |
1237 | 2024-11-02T03:14:26.868Z | Compiling aes v0.8.4 |
1238 | 2024-11-02T03:14:26.937Z | Compiling scroll_derive v0.12.0 |
1239 | 2024-11-02T03:14:27.120Z | Compiling async-trait v0.1.83 |
1240 | 2024-11-02T03:14:28.190Z | Compiling pest_generator v2.7.14 |
1241 | 2024-11-02T03:14:28.367Z | Compiling scroll v0.12.0 |
1242 | 2024-11-02T03:14:28.930Z | Compiling pkcs5 v0.7.1 |
1243 | 2024-11-02T03:14:29.200Z | Compiling goblin v0.8.2 |
1244 | 2024-11-02T03:14:29.605Z | Compiling pkcs8 v0.10.2 |
1245 | 2024-11-02T03:14:29.719Z | Compiling openssl-macros v0.1.1 |
1246 | 2024-11-02T03:14:30.125Z | Compiling rustls-webpki v0.102.8 |
1247 | 2024-11-02T03:14:30.241Z | Compiling signature v2.2.0 |
1248 | 2024-11-02T03:14:30.349Z | Compiling sha1 v0.10.6 |
1249 | 2024-11-02T03:14:30.504Z | Compiling regex-automata v0.4.8 |
1250 | 2024-11-02T03:14:30.552Z | Compiling crossbeam-epoch v0.9.18 |
1251 | 2024-11-02T03:14:30.787Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1252 | 2024-11-02T03:14:31.236Z | Compiling pest_derive v2.7.14 |
1253 | 2024-11-02T03:14:31.278Z | Compiling lazy_static v1.5.0 |
1254 | 2024-11-02T03:14:31.316Z | Compiling thread_local v1.1.8 |
1255 | 2024-11-02T03:14:31.398Z | Compiling encoding_rs v0.8.34 |
1256 | 2024-11-02T03:14:31.561Z | Compiling multer v3.1.0 |
1257 | 2024-11-02T03:14:31.861Z | Compiling cookie v0.18.1 |
1258 | 2024-11-02T03:14:31.878Z | Compiling rayon-core v1.12.1 |
1259 | 2024-11-02T03:14:31.987Z | Compiling dtrace-parser v0.2.0 |
1260 | 2024-11-02T03:14:32.089Z | Compiling openssl-probe v0.1.5 |
1261 | 2024-11-02T03:14:32.145Z | Compiling either v1.13.0 |
1262 | 2024-11-02T03:14:32.166Z | Compiling unicode-properties v0.1.3 |
1263 | 2024-11-02T03:14:32.464Z | Compiling bytes v1.7.2 |
1264 | 2024-11-02T03:14:32.572Z | Compiling indexmap v2.6.0 |
1265 | 2024-11-02T03:14:32.699Z | Compiling bitflags v2.6.0 |
1266 | 2024-11-02T03:14:33.121Z | Compiling semver v1.0.23 |
1267 | 2024-11-02T03:14:33.755Z | Compiling tokio v1.40.0 |
1268 | 2024-11-02T03:14:33.866Z | Compiling http v1.1.0 |
1269 | 2024-11-02T03:14:33.947Z | Compiling rustc_version v0.4.1 |
1270 | 2024-11-02T03:14:34.700Z | Compiling serde_spanned v0.6.8 |
1271 | 2024-11-02T03:14:34.972Z | Compiling dof v0.3.0 |
1272 | 2024-11-02T03:14:35.519Z | Compiling http-body v1.0.1 |
1273 | 2024-11-02T03:14:35.672Z | Compiling uuid v1.10.0 |
1274 | 2024-11-02T03:14:35.767Z | Compiling serde_tokenstream v0.2.2 |
1275 | 2024-11-02T03:14:36.279Z | Compiling toml_datetime v0.6.8 |
1276 | 2024-11-02T03:14:36.376Z | Compiling usdt-impl v0.5.0 |
1277 | 2024-11-02T03:14:36.796Z | Compiling chrono v0.4.38 |
1278 | 2024-11-02T03:14:37.033Z | Compiling http-body-util v0.1.2 |
1279 | 2024-11-02T03:14:37.139Z | Compiling heapless v0.7.17 |
1280 | 2024-11-02T03:14:37.603Z | Compiling signal-hook v0.3.17 |
1281 | 2024-11-02T03:14:37.825Z | Compiling mime v0.3.17 |
1282 | 2024-11-02T03:14:37.881Z | Compiling paste v1.0.15 |
1283 | 2024-11-02T03:14:38.406Z | Compiling slog-async v2.8.0 |
1284 | 2024-11-02T03:14:38.409Z | Compiling schemars v0.8.21 |
1285 | 2024-11-02T03:14:38.776Z | Compiling ipnet v2.10.1 |
1286 | 2024-11-02T03:14:38.925Z | Compiling gimli v0.31.1 |
1287 | 2024-11-02T03:14:39.068Z | Compiling usdt-attr-macro v0.5.0 |
1288 | 2024-11-02T03:14:39.429Z | Compiling usdt-macro v0.5.0 |
1289 | 2024-11-02T03:14:40.156Z | Compiling toml_edit v0.22.22 |
1290 | 2024-11-02T03:14:40.497Z | Compiling curve25519-dalek v4.1.3 |
1291 | 2024-11-02T03:14:40.715Z | Compiling slog-json v2.6.1 |
1292 | 2024-11-02T03:14:40.941Z | Compiling stringprep v0.1.5 |
1293 | 2024-11-02T03:14:41.105Z | Compiling serde_urlencoded v0.7.1 |
1294 | 2024-11-02T03:14:41.631Z | Compiling crossbeam-deque v0.8.5 |
1295 | 2024-11-02T03:14:41.936Z | Compiling tokio-util v0.7.12 |
1296 | 2024-11-02T03:14:42.777Z | Compiling futures-executor v0.3.31 |
1297 | 2024-11-02T03:14:43.288Z | Compiling h2 v0.4.6 |
1298 | 2024-11-02T03:14:43.319Z | Compiling md-5 v0.10.6 |
1299 | 2024-11-02T03:14:44.046Z | Compiling addr2line v0.24.2 |
1300 | 2024-11-02T03:14:44.169Z | Compiling schemars_derive v0.8.21 |
1301 | 2024-11-02T03:14:44.767Z | Compiling enum-as-inner v0.6.1 |
1302 | 2024-11-02T03:14:45.794Z | Compiling async-stream-impl v0.3.6 |
1303 | 2024-11-02T03:14:46.044Z | Compiling term v0.7.0 |
1304 | 2024-11-02T03:14:47.301Z | Compiling crossbeam-channel v0.5.13 |
1305 | 2024-11-02T03:14:47.492Z | Compiling num-integer v0.1.46 |
1306 | 2024-11-02T03:14:48.008Z | Compiling rustls-pemfile v2.2.0 |
1307 | 2024-11-02T03:14:48.257Z | Compiling idna v0.3.0 |
1308 | 2024-11-02T03:14:48.260Z | Compiling idna v0.4.0 |
1309 | 2024-11-02T03:14:48.351Z | Compiling hash32 v0.2.1 |
1310 | 2024-11-02T03:14:48.374Z | Compiling ff v0.13.0 |
1311 | 2024-11-02T03:14:48.600Z | Compiling is-terminal v0.4.13 |
1312 | 2024-11-02T03:14:48.730Z | Compiling dropshot v0.12.0 |
1313 | 2024-11-02T03:14:48.756Z | Compiling object v0.36.5 |
1314 | 2024-11-02T03:14:49.025Z | Compiling portable-atomic v1.9.0 |
1315 | 2024-11-02T03:14:49.846Z | Compiling quick-error v1.2.3 |
1316 | 2024-11-02T03:14:49.866Z | Compiling dyn-clone v1.0.17 |
1317 | 2024-11-02T03:14:50.007Z | Compiling base16ct v0.2.0 |
1318 | 2024-11-02T03:14:50.083Z | Compiling anyhow v1.0.92 |
1319 | 2024-11-02T03:14:50.085Z | Compiling smoltcp v0.9.1 |
1320 | 2024-11-02T03:14:50.321Z | Compiling hyper v1.4.1 |
1321 | 2024-11-02T03:14:50.745Z | Compiling rustc-demangle v0.1.24 |
1322 | 2024-11-02T03:14:50.800Z | Compiling stable_deref_trait v1.2.0 |
1323 | 2024-11-02T03:14:50.911Z | Compiling take_mut v0.2.2 |
1324 | 2024-11-02T03:14:51.082Z | Compiling fallible-iterator v0.2.0 |
1325 | 2024-11-02T03:14:51.726Z | Compiling linked-hash-map v0.5.6 |
1326 | 2024-11-02T03:14:51.833Z | Compiling utf-8 v0.7.6 |
1327 | 2024-11-02T03:14:51.903Z | Compiling num-bigint-dig v0.8.4 |
1328 | 2024-11-02T03:14:52.113Z | Compiling psl-types v2.0.11 |
1329 | 2024-11-02T03:14:52.159Z | Compiling lru-cache v0.1.2 |
1330 | 2024-11-02T03:14:52.243Z | Compiling tungstenite v0.24.0 |
1331 | 2024-11-02T03:14:52.328Z | Compiling publicsuffix v2.2.3 |
1332 | 2024-11-02T03:14:52.363Z | Compiling postgres-protocol v0.6.7 |
1333 | 2024-11-02T03:14:53.642Z | Compiling hyper-util v0.1.9 |
1334 | 2024-11-02T03:14:54.149Z | Compiling sec1 v0.7.3 |
1335 | 2024-11-02T03:14:54.504Z | Compiling resolv-conf v0.7.0 |
1336 | 2024-11-02T03:14:54.743Z | Compiling hickory-proto v0.24.1 |
1337 | 2024-11-02T03:14:54.983Z | Compiling slog-term v2.9.1 |
1338 | 2024-11-02T03:14:55.264Z | Compiling tokio-rustls v0.26.0 |
1339 | 2024-11-02T03:14:55.704Z | Compiling usdt v0.5.0 |
1340 | 2024-11-02T03:14:55.706Z | Compiling group v0.13.0 |
1341 | 2024-11-02T03:14:56.056Z | Compiling num-iter v0.1.45 |
1342 | 2024-11-02T03:14:56.175Z | Compiling backtrace v0.3.74 |
1343 | 2024-11-02T03:14:56.198Z | Compiling async-stream v0.3.6 |
1344 | 2024-11-02T03:14:56.236Z | Compiling tokio-rustls v0.25.0 |
1345 | 2024-11-02T03:14:56.496Z | Compiling tokio-native-tls v0.3.1 |
1346 | 2024-11-02T03:14:56.682Z | Compiling toml v0.8.19 |
1347 | 2024-11-02T03:14:56.765Z | Compiling futures v0.3.31 |
1348 | 2024-11-02T03:14:58.001Z | Compiling slog-bunyan v2.5.0 |
1349 | 2024-11-02T03:14:58.088Z | Compiling camino v1.1.9 |
1350 | 2024-11-02T03:14:58.302Z | Compiling terminal_size v0.4.0 |
1351 | 2024-11-02T03:14:58.537Z | Compiling dropshot_endpoint v0.12.0 |
1352 | 2024-11-02T03:14:58.585Z | Compiling openapiv3 v2.0.0 |
1353 | 2024-11-02T03:14:59.012Z | Compiling serde_path_to_error v0.1.16 |
1354 | 2024-11-02T03:14:59.038Z | Compiling hkdf v0.12.4 |
1355 | 2024-11-02T03:14:59.320Z | Compiling crypto-bigint v0.5.5 |
1356 | 2024-11-02T03:14:59.354Z | Compiling curve25519-dalek-derive v0.1.1 |
1357 | 2024-11-02T03:14:59.499Z | Compiling zerocopy-derive v0.6.6 |
1358 | 2024-11-02T03:14:59.903Z | Compiling phf_shared v0.11.2 |
1359 | 2024-11-02T03:15:00.317Z | Compiling waitgroup v0.1.2 |
1360 | 2024-11-02T03:15:00.555Z | Compiling webpki-roots v0.26.6 |
1361 | 2024-11-02T03:15:00.672Z | Compiling hubpack_derive v0.1.1 |
1362 | 2024-11-02T03:15:00.780Z | Compiling hostname v0.4.0 |
1363 | 2024-11-02T03:15:00.865Z | Compiling crc32fast v1.4.2 |
1364 | 2024-11-02T03:15:01.049Z | Compiling fs-err v2.11.0 |
1365 | 2024-11-02T03:15:01.209Z | Compiling ahash v0.8.11 |
1366 | 2024-11-02T03:15:01.355Z | Compiling debug-ignore v1.0.5 |
1367 | 2024-11-02T03:15:01.507Z | Compiling winnow v0.5.40 |
1368 | 2024-11-02T03:15:01.561Z | Compiling managed v0.8.0 |
1369 | 2024-11-02T03:15:01.577Z | Compiling bitflags v1.3.2 |
1370 | 2024-11-02T03:15:01.612Z | Compiling zerocopy v0.6.6 |
1371 | 2024-11-02T03:15:01.746Z | Compiling clap_builder v4.5.20 |
1372 | 2024-11-02T03:15:02.528Z | Compiling elliptic-curve v0.13.8 |
1373 | 2024-11-02T03:15:02.924Z | Compiling hubpack v0.1.2 |
1374 | 2024-11-02T03:15:03.381Z | Compiling strum_macros v0.25.3 |
1375 | 2024-11-02T03:15:03.411Z | Compiling console v0.15.8 |
1376 | 2024-11-02T03:15:04.237Z | Compiling flate2 v1.0.34 |
1377 | 2024-11-02T03:15:04.980Z | Compiling hyper-rustls v0.27.3 |
1378 | 2024-11-02T03:15:05.266Z | Compiling toml_edit v0.19.15 |
1379 | 2024-11-02T03:15:05.382Z | Compiling hickory-resolver v0.24.1 |
1380 | 2024-11-02T03:15:05.431Z | Compiling phf v0.11.2 |
1381 | 2024-11-02T03:15:05.613Z | Compiling signal-hook-mio v0.2.4 |
1382 | 2024-11-02T03:15:05.721Z | Compiling rayon v1.10.0 |
1383 | 2024-11-02T03:15:05.782Z | Compiling cookie_store v0.21.0 |
1384 | 2024-11-02T03:15:07.267Z | Compiling bzip2 v0.4.4 |
1385 | 2024-11-02T03:15:07.677Z | Compiling hyper-tls v0.6.0 |
1386 | 2024-11-02T03:15:09.483Z | Compiling tokio-tungstenite v0.24.0 |
1387 | 2024-11-02T03:15:10.056Z | Compiling postgres-types v0.2.8 |
1388 | 2024-11-02T03:15:10.573Z | Compiling tokio-stream v0.1.16 |
1389 | 2024-11-02T03:15:10.634Z | Compiling regex v1.11.0 |
1390 | 2024-11-02T03:15:11.586Z | Compiling bstr v1.10.0 |
1391 | 2024-11-02T03:15:11.641Z | Compiling serde-big-array v0.5.1 |
1392 | 2024-11-02T03:15:11.728Z | Compiling ed25519 v2.2.3 |
1393 | 2024-11-02T03:15:11.745Z | Compiling pkcs1 v0.7.5 |
1394 | 2024-11-02T03:15:11.876Z | Compiling rfc6979 v0.4.0 |
1395 | 2024-11-02T03:15:12.068Z | Compiling derive-where v1.2.7 |
1396 | 2024-11-02T03:15:12.158Z | Compiling clap_derive v4.5.18 |
1397 | 2024-11-02T03:15:12.725Z | Compiling serde_repr v0.1.19 |
1398 | 2024-11-02T03:15:12.898Z | Compiling phf_shared v0.10.0 |
1399 | 2024-11-02T03:15:12.936Z | Compiling float-cmp v0.9.0 |
1400 | 2024-11-02T03:15:13.154Z | Compiling sync_wrapper v1.0.1 |
1401 | 2024-11-02T03:15:13.280Z | Compiling minimal-lexical v0.2.1 |
1402 | 2024-11-02T03:15:13.311Z | Compiling normalize-line-endings v0.3.0 |
1403 | 2024-11-02T03:15:13.329Z | Compiling new_debug_unreachable v1.0.6 |
1404 | 2024-11-02T03:15:13.427Z | Compiling precomputed-hash v0.1.1 |
1405 | 2024-11-02T03:15:13.446Z | Compiling unicode-segmentation v1.12.0 |
1406 | 2024-11-02T03:15:13.540Z | Compiling number_prefix v0.4.0 |
1407 | 2024-11-02T03:15:13.559Z | Compiling predicates-core v1.0.8 |
1408 | 2024-11-02T03:15:13.751Z | Compiling static_assertions v1.1.0 |
1409 | 2024-11-02T03:15:13.776Z | Compiling bit-vec v0.6.3 |
1410 | 2024-11-02T03:15:13.855Z | Compiling difflib v0.4.0 |
1411 | 2024-11-02T03:15:13.873Z | Compiling whoami v1.5.2 |
1412 | 2024-11-02T03:15:13.905Z | Compiling fixedbitset v0.4.2 |
1413 | 2024-11-02T03:15:14.249Z | Compiling predicates v3.1.2 |
1414 | 2024-11-02T03:15:14.318Z | Compiling tokio-postgres v0.7.12 |
1415 | 2024-11-02T03:15:14.371Z | Compiling petgraph v0.6.5 |
1416 | 2024-11-02T03:15:14.514Z | Compiling similar v2.6.0 |
1417 | 2024-11-02T03:15:15.412Z | Compiling bit-set v0.5.3 |
1418 | 2024-11-02T03:15:15.444Z | Compiling qorb v0.2.0 |
1419 | 2024-11-02T03:15:15.706Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1420 | 2024-11-02T03:15:15.913Z | Compiling indicatif v0.17.8 |
1421 | 2024-11-02T03:15:16.881Z | Compiling clap v4.5.20 |
1422 | 2024-11-02T03:15:16.926Z | Compiling nom v7.1.3 |
1423 | 2024-11-02T03:15:17.011Z | Compiling string_cache v0.8.7 |
1424 | 2024-11-02T03:15:17.469Z | Compiling reqwest v0.12.8 |
1425 | 2024-11-02T03:15:18.003Z | Compiling rsa v0.9.6 |
1426 | 2024-11-02T03:15:18.400Z | Compiling ecdsa v0.16.9 |
1427 | 2024-11-02T03:15:19.281Z | Compiling ed25519-dalek v2.1.1 |
1428 | 2024-11-02T03:15:19.890Z | Compiling toml v0.7.8 |
1429 | 2024-11-02T03:15:20.611Z | Compiling zip v0.6.6 |
1430 | 2024-11-02T03:15:20.657Z | Compiling crossterm v0.28.1 |
1431 | 2024-11-02T03:15:22.031Z | Compiling itertools v0.10.5 |
1432 | 2024-11-02T03:15:22.062Z | Compiling itertools v0.12.1 |
1433 | 2024-11-02T03:15:22.408Z | Compiling hex v0.4.3 |
1434 | 2024-11-02T03:15:22.559Z | Compiling x509-cert v0.2.5 |
1435 | 2024-11-02T03:15:22.657Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-11-02T03:15:23.005Z | Compiling unicode-xid v0.2.6 |
1437 | 2024-11-02T03:15:23.008Z | Compiling peg-runtime v0.8.3 |
1438 | 2024-11-02T03:15:23.187Z | Compiling xattr v1.3.1 |
1439 | 2024-11-02T03:15:23.462Z | Compiling strum_macros v0.26.4 |
1440 | 2024-11-02T03:15:23.706Z | Compiling filetime v0.2.25 |
1441 | 2024-11-02T03:15:24.026Z | Compiling tar v0.4.42 |
1442 | 2024-11-02T03:15:26.769Z | Compiling strum v0.26.3 |
1443 | 2024-11-02T03:15:26.985Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1444 | 2024-11-02T03:15:27.229Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1445 | 2024-11-02T03:15:32.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1446 | 2024-11-02T03:15:32.788Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1447 | 2024-11-02T03:15:32.834Z | Nov 02 03:15:31.672 INFO Starting download, target: Console |
1448 | 2024-11-02T03:15:32.834Z | Nov 02 03:15:31.672 INFO Starting download, target: Clickhouse |
1449 | 2024-11-02T03:15:32.834Z | Nov 02 03:15:31.672 INFO Starting download, target: Cockroach |
1450 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Starting download, target: DendriteOpenapi |
1451 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Starting download, target: DendriteStub |
1452 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Starting download, target: MaghemiteMgd |
1453 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Starting download, target: TransceiverControl |
1454 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1455 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1456 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1457 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1458 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1459 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.673 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1460 | 2024-11-02T03:15:32.837Z | Nov 02 03:15:31.674 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1461 | 2024-11-02T03:15:32.974Z | Nov 02 03:15:31.812 INFO Download complete, target: DendriteOpenapi |
1462 | 2024-11-02T03:15:33.119Z | Nov 02 03:15:31.954 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1463 | 2024-11-02T03:15:33.469Z | Nov 02 03:15:32.307 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1464 | 2024-11-02T03:15:33.701Z | Nov 02 03:15:32.538 INFO Download complete, target: TransceiverControl |
1465 | 2024-11-02T03:15:34.185Z | Nov 02 03:15:32.606 INFO Download complete, target: Console |
1466 | 2024-11-02T03:15:34.469Z | Nov 02 03:15:33.302 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1467 | 2024-11-02T03:15:34.823Z | Nov 02 03:15:33.661 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1468 | 2024-11-02T03:15:34.869Z | Nov 02 03:15:33.707 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1469 | 2024-11-02T03:15:35.004Z | Nov 02 03:15:33.843 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1470 | 2024-11-02T03:15:35.004Z | Nov 02 03:15:33.843 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1471 | 2024-11-02T03:15:37.332Z | Nov 02 03:15:36.169 INFO Download complete, target: MaghemiteMgd |
1472 | 2024-11-02T03:15:37.529Z | Nov 02 03:15:36.367 INFO Download complete, target: DendriteStub |
1473 | 2024-11-02T03:15:42.341Z | Nov 02 03:15:41.178 INFO Checking that binary works, target: Cockroach |
1474 | 2024-11-02T03:15:42.516Z | Nov 02 03:15:41.354 INFO Download complete, target: Cockroach |
1475 | 2024-11-02T03:15:46.965Z | Nov 02 03:15:45.802 INFO Checking that binary works, target: Clickhouse |
1476 | 2024-11-02T03:15:47.979Z | Nov 02 03:15:46.817 INFO Download complete, target: Clickhouse |
1477 | 2024-11-02T03:15:47.987Z | All prerequisites installed successfully |
1478 | 2024-11-02T03:15:47.989Z | |
1479 | 2024-11-02T03:15:47.989Z | real 4:41.351227644 |
1480 | 2024-11-02T03:15:47.989Z | user 12:07.689574037 |
1481 | 2024-11-02T03:15:47.989Z | sys 2:39.827329401 |
1482 | 2024-11-02T03:15:47.989Z | trap 0.398058341 |
1483 | 2024-11-02T03:15:47.989Z | tflt 8.453823670 |
1484 | 2024-11-02T03:15:47.989Z | dflt 6.480002249 |
1485 | 2024-11-02T03:15:47.989Z | kflt 0.259313640 |
1486 | 2024-11-02T03:15:47.989Z | lock 24:04.599245134 |
1487 | 2024-11-02T03:15:47.989Z | slp 49:50.514478704 |
1488 | 2024-11-02T03:15:47.989Z | lat 43.300542465 |
1489 | 2024-11-02T03:15:47.989Z | stop 1:56.040572341 |
1490 | 2024-11-02T03:15:47.989Z | + ptime -m cargo xtask download softnpu |
1491 | 2024-11-02T03:15:48.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1492 | 2024-11-02T03:15:48.518Z | Running `target/debug/xtask download softnpu` |
1493 | 2024-11-02T03:15:49.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1494 | 2024-11-02T03:15:49.334Z | Running `target/debug/xtask-downloader softnpu` |
1495 | 2024-11-02T03:15:49.363Z | Nov 02 03:15:48.200 INFO Starting download, target: Softnpu |
1496 | 2024-11-02T03:15:49.366Z | Nov 02 03:15:48.200 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1497 | 2024-11-02T03:15:50.298Z | Nov 02 03:15:49.135 INFO Download complete, target: Softnpu |
1498 | 2024-11-02T03:15:50.301Z | |
1499 | 2024-11-02T03:15:50.304Z | real 2.307710727 |
1500 | 2024-11-02T03:15:50.304Z | user 1.185847900 |
1501 | 2024-11-02T03:15:50.304Z | sys 0.500822832 |
1502 | 2024-11-02T03:15:50.304Z | trap 0.000432088 |
1503 | 2024-11-02T03:15:50.304Z | tflt 0.000019539 |
1504 | 2024-11-02T03:15:50.304Z | dflt 0.000000000 |
1505 | 2024-11-02T03:15:50.304Z | kflt 0.000000000 |
1506 | 2024-11-02T03:15:50.304Z | lock 9.793380742 |
1507 | 2024-11-02T03:15:50.304Z | slp 0.803494521 |
1508 | 2024-11-02T03:15:50.304Z | lat 0.065929024 |
1509 | 2024-11-02T03:15:50.304Z | stop 0.000246944 |
1510 | 2024-11-02T03:15:50.304Z | + export CARGO_INCREMENTAL=0 |
1511 | 2024-11-02T03:15:50.304Z | + CARGO_INCREMENTAL=0 |
1512 | 2024-11-02T03:15:50.304Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1513 | 2024-11-02T03:15:51.198Z | Compiling proc-macro2 v1.0.87 |
1514 | 2024-11-02T03:15:51.198Z | Compiling unicode-ident v1.0.13 |
1515 | 2024-11-02T03:15:51.200Z | Compiling libc v0.2.161 |
1516 | 2024-11-02T03:15:51.200Z | Compiling serde v1.0.210 |
1517 | 2024-11-02T03:15:51.200Z | Compiling autocfg v1.4.0 |
1518 | 2024-11-02T03:15:51.200Z | Compiling version_check v0.9.5 |
1519 | 2024-11-02T03:15:51.200Z | Compiling cfg-if v1.0.0 |
1520 | 2024-11-02T03:15:51.423Z | Compiling typenum v1.17.0 |
1521 | 2024-11-02T03:15:51.464Z | Compiling shlex v1.3.0 |
1522 | 2024-11-02T03:15:51.488Z | Compiling memchr v2.7.4 |
1523 | 2024-11-02T03:15:51.904Z | Compiling generic-array v0.14.7 |
1524 | 2024-11-02T03:15:51.975Z | Compiling parking_lot_core v0.9.10 |
1525 | 2024-11-02T03:15:52.237Z | Compiling lock_api v0.4.12 |
1526 | 2024-11-02T03:15:52.298Z | Compiling once_cell v1.20.2 |
1527 | 2024-11-02T03:15:52.370Z | Compiling serde_json v1.0.128 |
1528 | 2024-11-02T03:15:52.596Z | Compiling libm v0.2.8 |
1529 | 2024-11-02T03:15:52.678Z | Compiling thiserror v1.0.64 |
1530 | 2024-11-02T03:15:52.701Z | Compiling num-traits v0.2.19 |
1531 | 2024-11-02T03:15:52.836Z | Compiling value-bag v1.9.0 |
1532 | 2024-11-02T03:15:52.929Z | Compiling itoa v1.0.11 |
1533 | 2024-11-02T03:15:53.003Z | Compiling quote v1.0.37 |
1534 | 2024-11-02T03:15:53.178Z | Compiling slab v0.4.9 |
1535 | 2024-11-02T03:15:53.307Z | Compiling jobserver v0.1.32 |
1536 | 2024-11-02T03:15:53.393Z | Compiling syn v2.0.79 |
1537 | 2024-11-02T03:15:53.504Z | Compiling getrandom v0.2.15 |
1538 | 2024-11-02T03:15:53.560Z | Compiling log v0.4.22 |
1539 | 2024-11-02T03:15:53.621Z | Compiling scopeguard v1.2.0 |
1540 | 2024-11-02T03:15:53.805Z | Compiling cc v1.1.30 |
1541 | 2024-11-02T03:15:54.031Z | Compiling byteorder v1.5.0 |
1542 | 2024-11-02T03:15:54.048Z | Compiling rand_core v0.6.4 |
1543 | 2024-11-02T03:15:54.559Z | Compiling subtle v2.6.1 |
1544 | 2024-11-02T03:15:54.866Z | Compiling allocator-api2 v0.2.18 |
1545 | 2024-11-02T03:15:55.181Z | Compiling semver v1.0.23 |
1546 | 2024-11-02T03:15:55.403Z | Compiling pkg-config v0.3.31 |
1547 | 2024-11-02T03:15:55.657Z | Compiling pin-project-lite v0.2.14 |
1548 | 2024-11-02T03:15:55.785Z | Compiling const-oid v0.9.6 |
1549 | 2024-11-02T03:15:55.917Z | Compiling ryu v1.0.18 |
1550 | 2024-11-02T03:15:56.026Z | Compiling equivalent v1.0.1 |
1551 | 2024-11-02T03:15:56.048Z | Compiling foldhash v0.1.3 |
1552 | 2024-11-02T03:15:56.148Z | Compiling smallvec v1.13.2 |
1553 | 2024-11-02T03:15:56.211Z | Compiling httparse v1.9.5 |
1554 | 2024-11-02T03:15:56.320Z | Compiling hashbrown v0.15.0 |
1555 | 2024-11-02T03:15:56.662Z | Compiling schemars v0.8.21 |
1556 | 2024-11-02T03:15:56.850Z | Compiling signal-hook-registry v1.4.2 |
1557 | 2024-11-02T03:15:57.010Z | Compiling ring v0.17.8 |
1558 | 2024-11-02T03:15:57.219Z | Compiling heck v0.5.0 |
1559 | 2024-11-02T03:15:57.307Z | Compiling parking_lot v0.12.3 |
1560 | 2024-11-02T03:15:57.466Z | Compiling mio v1.0.2 |
1561 | 2024-11-02T03:15:58.062Z | Compiling crossbeam-utils v0.8.20 |
1562 | 2024-11-02T03:15:58.228Z | Compiling socket2 v0.5.7 |
1563 | 2024-11-02T03:15:58.408Z | Compiling vcpkg v0.2.15 |
1564 | 2024-11-02T03:15:58.588Z | Compiling fnv v1.0.7 |
1565 | 2024-11-02T03:15:59.087Z | Compiling futures-core v0.3.31 |
1566 | 2024-11-02T03:15:59.357Z | Compiling time-core v0.1.2 |
1567 | 2024-11-02T03:15:59.494Z | Compiling num-conv v0.1.0 |
1568 | 2024-11-02T03:15:59.794Z | Compiling time-macros v0.2.18 |
1569 | 2024-11-02T03:15:59.971Z | Compiling openssl-sys v0.9.103 |
1570 | 2024-11-02T03:16:00.536Z | Compiling spin v0.9.8 |
1571 | 2024-11-02T03:16:00.913Z | Compiling serde_derive_internals v0.29.1 |
1572 | 2024-11-02T03:16:01.087Z | Compiling cpufeatures v0.2.14 |
1573 | 2024-11-02T03:16:01.167Z | Compiling futures-sink v0.3.31 |
1574 | 2024-11-02T03:16:01.582Z | Compiling ahash v0.8.11 |
1575 | 2024-11-02T03:16:01.607Z | Compiling slog v2.7.0 |
1576 | 2024-11-02T03:16:01.924Z | Compiling syn v1.0.109 |
1577 | 2024-11-02T03:16:02.075Z | Compiling rustix v0.38.37 |
1578 | 2024-11-02T03:16:02.412Z | Compiling futures-channel v0.3.31 |
1579 | 2024-11-02T03:16:02.600Z | Compiling openssl v0.10.66 |
1580 | 2024-11-02T03:16:02.735Z | Compiling tinyvec_macros v0.1.1 |
1581 | 2024-11-02T03:16:02.824Z | Compiling futures-io v0.3.31 |
1582 | 2024-11-02T03:16:02.840Z | Compiling pin-utils v0.1.0 |
1583 | 2024-11-02T03:16:02.877Z | Compiling iana-time-zone v0.1.61 |
1584 | 2024-11-02T03:16:02.936Z | Compiling futures-task v0.3.31 |
1585 | 2024-11-02T03:16:02.964Z | Compiling ucd-trie v0.1.7 |
1586 | 2024-11-02T03:16:03.016Z | Compiling tinyvec v1.8.0 |
1587 | 2024-11-02T03:16:03.716Z | Compiling rustls v0.23.14 |
1588 | 2024-11-02T03:16:03.864Z | Compiling native-tls v0.2.12 |
1589 | 2024-11-02T03:16:03.866Z | Compiling unicode-bidi v0.3.17 |
1590 | 2024-11-02T03:16:04.218Z | Compiling base64ct v1.6.0 |
1591 | 2024-11-02T03:16:04.488Z | Compiling unicode-normalization v0.1.24 |
1592 | 2024-11-02T03:16:04.737Z | Compiling pem-rfc7468 v0.7.0 |
1593 | 2024-11-02T03:16:05.403Z | Compiling tracing-core v0.1.32 |
1594 | 2024-11-02T03:16:05.522Z | Compiling usdt-impl v0.5.0 |
1595 | 2024-11-02T03:16:05.575Z | Compiling serde_derive v1.0.210 |
1596 | 2024-11-02T03:16:05.862Z | Compiling zeroize_derive v1.4.2 |
1597 | 2024-11-02T03:16:06.496Z | Compiling zerocopy-derive v0.7.35 |
1598 | 2024-11-02T03:16:06.774Z | Compiling thiserror-impl v1.0.64 |
1599 | 2024-11-02T03:16:07.164Z | Compiling zeroize v1.8.1 |
1600 | 2024-11-02T03:16:07.574Z | Compiling tokio-macros v2.4.0 |
1601 | 2024-11-02T03:16:08.340Z | Compiling futures-macro v0.3.31 |
1602 | 2024-11-02T03:16:08.904Z | Compiling zerocopy v0.7.35 |
1603 | 2024-11-02T03:16:09.272Z | Compiling crypto-common v0.1.6 |
1604 | 2024-11-02T03:16:09.630Z | Compiling tracing-attributes v0.1.27 |
1605 | 2024-11-02T03:16:09.944Z | Compiling block-buffer v0.10.4 |
1606 | 2024-11-02T03:16:10.183Z | Compiling digest v0.10.7 |
1607 | 2024-11-02T03:16:10.333Z | Compiling schemars_derive v0.8.21 |
1608 | 2024-11-02T03:16:10.632Z | Compiling der_derive v0.7.3 |
1609 | 2024-11-02T03:16:11.758Z | Compiling hmac v0.12.1 |
1610 | 2024-11-02T03:16:11.870Z | Compiling scroll_derive v0.12.0 |
1611 | 2024-11-02T03:16:11.999Z | Compiling futures-util v0.3.31 |
1612 | 2024-11-02T03:16:12.736Z | Compiling pest v2.7.14 |
1613 | 2024-11-02T03:16:12.931Z | Compiling block-padding v0.3.3 |
1614 | 2024-11-02T03:16:13.144Z | Compiling inout v0.1.3 |
1615 | 2024-11-02T03:16:13.392Z | Compiling openssl-macros v0.1.1 |
1616 | 2024-11-02T03:16:13.814Z | Compiling cipher v0.4.4 |
1617 | 2024-11-02T03:16:14.125Z | Compiling sha2 v0.10.8 |
1618 | 2024-11-02T03:16:14.299Z | Compiling ppv-lite86 v0.2.20 |
1619 | 2024-11-02T03:16:14.833Z | Compiling cookie v0.18.1 |
1620 | 2024-11-02T03:16:15.149Z | Compiling dyn-clone v1.0.17 |
1621 | 2024-11-02T03:16:15.369Z | Compiling pest_meta v2.7.14 |
1622 | 2024-11-02T03:16:15.395Z | Compiling anyhow v1.0.92 |
1623 | 2024-11-02T03:16:15.591Z | Compiling flagset v0.4.6 |
1624 | 2024-11-02T03:16:15.784Z | Compiling der v0.7.9 |
1625 | 2024-11-02T03:16:15.937Z | Compiling rand_chacha v0.3.1 |
1626 | 2024-11-02T03:16:16.829Z | Compiling pest_generator v2.7.14 |
1627 | 2024-11-02T03:16:17.710Z | Compiling bytes v1.7.2 |
1628 | 2024-11-02T03:16:17.859Z | Compiling indexmap v2.6.0 |
1629 | 2024-11-02T03:16:18.901Z | Compiling tokio v1.40.0 |
1630 | 2024-11-02T03:16:19.022Z | Compiling http v1.1.0 |
1631 | 2024-11-02T03:16:19.250Z | Compiling serde_tokenstream v0.2.2 |
1632 | 2024-11-02T03:16:19.314Z | Compiling rustc_version v0.4.1 |
1633 | 2024-11-02T03:16:19.874Z | Compiling uuid v1.10.0 |
1634 | 2024-11-02T03:16:19.925Z | Compiling chrono v0.4.38 |
1635 | 2024-11-02T03:16:20.370Z | Compiling bitflags v2.6.0 |
1636 | 2024-11-02T03:16:21.180Z | Compiling serde_spanned v0.6.8 |
1637 | 2024-11-02T03:16:21.199Z | Compiling toml_datetime v0.6.8 |
1638 | 2024-11-02T03:16:21.615Z | Compiling pest_derive v2.7.14 |
1639 | 2024-11-02T03:16:22.806Z | Compiling scroll v0.12.0 |
1640 | 2024-11-02T03:16:23.363Z | Compiling tracing v0.1.40 |
1641 | 2024-11-02T03:16:25.477Z | Compiling async-trait v0.1.83 |
1642 | 2024-11-02T03:16:26.041Z | Compiling aho-corasick v1.1.3 |
1643 | 2024-11-02T03:16:26.920Z | Compiling rayon-core v1.12.1 |
1644 | 2024-11-02T03:16:27.255Z | Compiling rustls-pki-types v1.9.0 |
1645 | 2024-11-02T03:16:27.400Z | Compiling percent-encoding v2.3.1 |
1646 | 2024-11-02T03:16:27.659Z | Compiling camino v1.1.9 |
1647 | 2024-11-02T03:16:27.738Z | Compiling plain v0.2.3 |
1648 | 2024-11-02T03:16:27.906Z | Compiling regex-syntax v0.8.5 |
1649 | 2024-11-02T03:16:28.211Z | Compiling goblin v0.8.2 |
1650 | 2024-11-02T03:16:28.262Z | Compiling tokio-util v0.7.12 |
1651 | 2024-11-02T03:16:29.487Z | Compiling spki v0.7.3 |
1652 | 2024-11-02T03:16:29.552Z | Compiling rand v0.8.5 |
1653 | 2024-11-02T03:16:29.872Z | Compiling salsa20 v0.10.2 |
1654 | 2024-11-02T03:16:30.099Z | Compiling pbkdf2 v0.12.2 |
1655 | 2024-11-02T03:16:30.657Z | Compiling pretty-hex v0.4.1 |
1656 | 2024-11-02T03:16:31.079Z | Compiling winnow v0.5.40 |
1657 | 2024-11-02T03:16:31.142Z | Compiling powerfmt v0.2.0 |
1658 | 2024-11-02T03:16:31.526Z | Compiling regex-automata v0.4.8 |
1659 | 2024-11-02T03:16:31.671Z | Compiling rustls v0.22.4 |
1660 | 2024-11-02T03:16:31.978Z | Compiling untrusted v0.9.0 |
1661 | 2024-11-02T03:16:32.658Z | Compiling deranged v0.3.11 |
1662 | 2024-11-02T03:16:34.603Z | Compiling dof v0.3.0 |
1663 | 2024-11-02T03:16:34.744Z | Compiling toml_edit v0.19.15 |
1664 | 2024-11-02T03:16:35.274Z | Compiling scrypt v0.11.0 |
1665 | 2024-11-02T03:16:35.793Z | Compiling dtrace-parser v0.2.0 |
1666 | 2024-11-02T03:16:35.949Z | Compiling cbc v0.1.2 |
1667 | 2024-11-02T03:16:36.177Z | Compiling aes v0.8.4 |
1668 | 2024-11-02T03:16:36.442Z | Compiling thread-id v4.2.2 |
1669 | 2024-11-02T03:16:36.565Z | Compiling num_threads v0.1.7 |
1670 | 2024-11-02T03:16:36.903Z | Compiling rustversion v1.0.17 |
1671 | 2024-11-02T03:16:36.923Z | Compiling atomic-waker v1.1.2 |
1672 | 2024-11-02T03:16:37.368Z | Compiling pkcs5 v0.7.1 |
1673 | 2024-11-02T03:16:37.623Z | Compiling time v0.3.36 |
1674 | 2024-11-02T03:16:38.954Z | Compiling rustls-webpki v0.102.8 |
1675 | 2024-11-02T03:16:39.626Z | Compiling form_urlencoded v1.2.1 |
1676 | 2024-11-02T03:16:39.923Z | Compiling http-body v1.0.1 |
1677 | 2024-11-02T03:16:40.160Z | Compiling heapless v0.7.17 |
1678 | 2024-11-02T03:16:40.800Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1679 | 2024-11-02T03:16:40.961Z | Compiling multer v3.1.0 |
1680 | 2024-11-02T03:16:41.699Z | Compiling signal-hook v0.3.17 |
1681 | 2024-11-02T03:16:41.722Z | Compiling slog-async v2.8.0 |
1682 | 2024-11-02T03:16:41.805Z | Compiling try-lock v0.2.5 |
1683 | 2024-11-02T03:16:41.955Z | Compiling want v0.3.1 |
1684 | 2024-11-02T03:16:42.186Z | Compiling pkcs8 v0.10.2 |
1685 | 2024-11-02T03:16:42.835Z | Compiling h2 v0.4.6 |
1686 | 2024-11-02T03:16:43.386Z | Compiling regex v1.11.0 |
1687 | 2024-11-02T03:16:44.143Z | Compiling adler2 v2.0.0 |
1688 | 2024-11-02T03:16:44.488Z | Compiling httpdate v1.0.3 |
1689 | 2024-11-02T03:16:44.600Z | Compiling strsim v0.11.1 |
1690 | 2024-11-02T03:16:44.604Z | Compiling paste v1.0.15 |
1691 | 2024-11-02T03:16:45.274Z | Compiling miniz_oxide v0.8.0 |
1692 | 2024-11-02T03:16:46.503Z | Compiling usdt-attr-macro v0.5.0 |
1693 | 2024-11-02T03:16:47.111Z | Compiling usdt-macro v0.5.0 |
1694 | 2024-11-02T03:16:47.984Z | Compiling curve25519-dalek v4.1.3 |
1695 | 2024-11-02T03:16:48.413Z | Compiling openapiv3 v2.0.0 |
1696 | 2024-11-02T03:16:48.454Z | Compiling enum-as-inner v0.6.1 |
1697 | 2024-11-02T03:16:48.648Z | Compiling async-stream-impl v0.3.6 |
1698 | 2024-11-02T03:16:49.452Z | Compiling idna v0.5.0 |
1699 | 2024-11-02T03:16:49.856Z | Compiling hyper v1.4.1 |
1700 | 2024-11-02T03:16:49.985Z | Compiling errno v0.3.9 |
1701 | 2024-11-02T03:16:50.243Z | Compiling dropshot v0.12.0 |
1702 | 2024-11-02T03:16:50.580Z | Compiling foreign-types-shared v0.1.1 |
1703 | 2024-11-02T03:16:50.693Z | Compiling base64 v0.22.1 |
1704 | 2024-11-02T03:16:50.880Z | Compiling num-bigint-dig v0.8.4 |
1705 | 2024-11-02T03:16:51.193Z | Compiling smoltcp v0.9.1 |
1706 | 2024-11-02T03:16:51.392Z | Compiling match_cfg v0.1.0 |
1707 | 2024-11-02T03:16:52.023Z | Compiling portable-atomic v1.9.0 |
1708 | 2024-11-02T03:16:52.145Z | Compiling tower-service v0.3.3 |
1709 | 2024-11-02T03:16:52.294Z | Compiling hyper-util v0.1.9 |
1710 | 2024-11-02T03:16:52.315Z | Compiling hostname v0.3.1 |
1711 | 2024-11-02T03:16:52.555Z | Compiling foreign-types v0.3.2 |
1712 | 2024-11-02T03:16:52.627Z | Compiling url v2.5.2 |
1713 | 2024-11-02T03:16:54.957Z | Compiling dirs-sys-next v0.1.2 |
1714 | 2024-11-02T03:16:55.276Z | Compiling heck v0.4.1 |
1715 | 2024-11-02T03:16:55.306Z | Compiling siphasher v0.3.11 |
1716 | 2024-11-02T03:16:55.440Z | Compiling data-encoding v2.6.0 |
1717 | 2024-11-02T03:16:55.675Z | Compiling gimli v0.31.1 |
1718 | 2024-11-02T03:16:56.735Z | Compiling dirs-next v2.0.0 |
1719 | 2024-11-02T03:17:01.483Z | Compiling addr2line v0.24.2 |
1720 | 2024-11-02T03:17:02.454Z | Compiling http-body-util v0.1.2 |
1721 | 2024-11-02T03:17:03.225Z | Compiling crossbeam-epoch v0.9.18 |
1722 | 2024-11-02T03:17:03.544Z | Compiling dropshot_endpoint v0.12.0 |
1723 | 2024-11-02T03:17:03.901Z | Compiling hubpack_derive v0.1.1 |
1724 | 2024-11-02T03:17:04.407Z | Compiling signature v2.2.0 |
1725 | 2024-11-02T03:17:04.540Z | Compiling sha1 v0.10.6 |
1726 | 2024-11-02T03:17:04.682Z | Compiling zerocopy-derive v0.6.6 |
1727 | 2024-11-02T03:17:04.754Z | Compiling curve25519-dalek-derive v0.1.1 |
1728 | 2024-11-02T03:17:04.985Z | Compiling lazy_static v1.5.0 |
1729 | 2024-11-02T03:17:05.384Z | Compiling object v0.36.5 |
1730 | 2024-11-02T03:17:06.048Z | Compiling thread_local v1.1.8 |
1731 | 2024-11-02T03:17:06.406Z | Compiling fs-err v2.11.0 |
1732 | 2024-11-02T03:17:06.475Z | Compiling encoding_rs v0.8.34 |
1733 | 2024-11-02T03:17:06.495Z | Compiling openssl-probe v0.1.5 |
1734 | 2024-11-02T03:17:06.596Z | Compiling ipnet v2.10.1 |
1735 | 2024-11-02T03:17:06.726Z | Compiling stable_deref_trait v1.2.0 |
1736 | 2024-11-02T03:17:06.795Z | Compiling rustc-demangle v0.1.24 |
1737 | 2024-11-02T03:17:06.844Z | Compiling utf8parse v0.2.2 |
1738 | 2024-11-02T03:17:07.463Z | Compiling anstyle v1.0.10 |
1739 | 2024-11-02T03:17:07.930Z | Compiling either v1.13.0 |
1740 | 2024-11-02T03:17:08.372Z | Compiling mime v0.3.17 |
1741 | 2024-11-02T03:17:08.893Z | Compiling unicode-properties v0.1.3 |
1742 | 2024-11-02T03:17:09.031Z | Compiling winnow v0.6.20 |
1743 | 2024-11-02T03:17:09.303Z | Compiling stringprep v0.1.5 |
1744 | 2024-11-02T03:17:09.957Z | Compiling anstyle-parse v0.2.5 |
1745 | 2024-11-02T03:17:12.766Z | Compiling toml_edit v0.22.22 |
1746 | 2024-11-02T03:17:14.094Z | Compiling backtrace v0.3.74 |
1747 | 2024-11-02T03:17:14.164Z | Compiling crossbeam-deque v0.8.5 |
1748 | 2024-11-02T03:17:19.643Z | Compiling term v0.7.0 |
1749 | 2024-11-02T03:17:20.819Z | Compiling slog-json v2.6.1 |
1750 | 2024-11-02T03:17:22.284Z | Compiling serde_urlencoded v0.7.1 |
1751 | 2024-11-02T03:17:22.672Z | Compiling crossbeam-channel v0.5.13 |
1752 | 2024-11-02T03:17:22.891Z | Compiling rustls-pemfile v2.2.0 |
1753 | 2024-11-02T03:17:23.246Z | Compiling hashbrown v0.14.5 |
1754 | 2024-11-02T03:17:23.448Z | Compiling futures-executor v0.3.31 |
1755 | 2024-11-02T03:17:23.970Z | Compiling md-5 v0.10.6 |
1756 | 2024-11-02T03:17:23.990Z | Compiling idna v0.3.0 |
1757 | 2024-11-02T03:17:24.172Z | Compiling idna v0.4.0 |
1758 | 2024-11-02T03:17:24.213Z | Compiling num-integer v0.1.46 |
1759 | 2024-11-02T03:17:24.681Z | Compiling ff v0.13.0 |
1760 | 2024-11-02T03:17:24.741Z | Compiling hash32 v0.2.1 |
1761 | 2024-11-02T03:17:24.905Z | Compiling is-terminal v0.4.13 |
1762 | 2024-11-02T03:17:24.949Z | Compiling memmap v0.7.0 |
1763 | 2024-11-02T03:17:25.262Z | Compiling anstyle-query v1.1.1 |
1764 | 2024-11-02T03:17:25.403Z | Compiling take_mut v0.2.2 |
1765 | 2024-11-02T03:17:25.445Z | Compiling colorchoice v1.0.2 |
1766 | 2024-11-02T03:17:25.551Z | Compiling fallible-iterator v0.2.0 |
1767 | 2024-11-02T03:17:27.083Z | Compiling psl-types v2.0.11 |
1768 | 2024-11-02T03:17:27.288Z | Compiling linked-hash-map v0.5.6 |
1769 | 2024-11-02T03:17:27.316Z | Compiling utf-8 v0.7.6 |
1770 | 2024-11-02T03:17:27.599Z | Compiling base16ct v0.2.0 |
1771 | 2024-11-02T03:17:27.661Z | Compiling is_terminal_polyfill v1.70.1 |
1772 | 2024-11-02T03:17:27.799Z | Compiling quick-error v1.2.3 |
1773 | 2024-11-02T03:17:27.908Z | Compiling sec1 v0.7.3 |
1774 | 2024-11-02T03:17:27.946Z | Compiling resolv-conf v0.7.0 |
1775 | 2024-11-02T03:17:28.467Z | Compiling anstream v0.6.15 |
1776 | 2024-11-02T03:17:28.568Z | Compiling lru-cache v0.1.2 |
1777 | 2024-11-02T03:17:28.600Z | Compiling tungstenite v0.24.0 |
1778 | 2024-11-02T03:17:28.783Z | Compiling publicsuffix v2.2.3 |
1779 | 2024-11-02T03:17:29.053Z | Compiling postgres-protocol v0.6.7 |
1780 | 2024-11-02T03:17:30.588Z | Compiling usdt v0.5.0 |
1781 | 2024-11-02T03:17:31.041Z | Compiling hickory-proto v0.24.1 |
1782 | 2024-11-02T03:17:31.242Z | Compiling slog-term v2.9.1 |
1783 | 2024-11-02T03:17:31.433Z | Compiling group v0.13.0 |
1784 | 2024-11-02T03:17:31.731Z | Compiling num-iter v0.1.45 |
1785 | 2024-11-02T03:17:32.801Z | Compiling regress v0.10.1 |
1786 | 2024-11-02T03:17:34.876Z | Compiling futures v0.3.31 |
1787 | 2024-11-02T03:17:36.449Z | Compiling slog-bunyan v2.5.0 |
1788 | 2024-11-02T03:17:36.663Z | Compiling tokio-rustls v0.25.0 |
1789 | 2024-11-02T03:17:36.908Z | Compiling tokio-rustls v0.26.0 |
1790 | 2024-11-02T03:17:36.957Z | Compiling toml v0.8.19 |
1791 | 2024-11-02T03:17:37.375Z | Compiling tokio-native-tls v0.3.1 |
1792 | 2024-11-02T03:17:37.437Z | Compiling terminal_size v0.4.0 |
1793 | 2024-11-02T03:17:37.664Z | Compiling strum_macros v0.25.3 |
1794 | 2024-11-02T03:17:37.682Z | Compiling phf_shared v0.11.2 |
1795 | 2024-11-02T03:17:38.269Z | Compiling async-stream v0.3.6 |
1796 | 2024-11-02T03:17:38.575Z | Compiling waitgroup v0.1.2 |
1797 | 2024-11-02T03:17:39.161Z | Compiling webpki-roots v0.26.6 |
1798 | 2024-11-02T03:17:39.498Z | Compiling serde_path_to_error v0.1.16 |
1799 | 2024-11-02T03:17:39.727Z | Compiling hkdf v0.12.4 |
1800 | 2024-11-02T03:17:39.945Z | Compiling crypto-bigint v0.5.5 |
1801 | 2024-11-02T03:17:39.988Z | Compiling clap_derive v4.5.18 |
1802 | 2024-11-02T03:17:40.318Z | Compiling serde_repr v0.1.19 |
1803 | 2024-11-02T03:17:40.971Z | Compiling derive-where v1.2.7 |
1804 | 2024-11-02T03:17:41.503Z | Compiling hostname v0.4.0 |
1805 | 2024-11-02T03:17:41.735Z | Compiling crc32fast v1.4.2 |
1806 | 2024-11-02T03:17:42.067Z | Compiling bitflags v1.3.2 |
1807 | 2024-11-02T03:17:42.190Z | Compiling managed v0.8.0 |
1808 | 2024-11-02T03:17:43.227Z | Compiling clap_lex v0.7.2 |
1809 | 2024-11-02T03:17:43.770Z | Compiling debug-ignore v1.0.5 |
1810 | 2024-11-02T03:17:43.789Z | Compiling unicode-width v0.1.14 |
1811 | 2024-11-02T03:17:44.122Z | Compiling clap_builder v4.5.20 |
1812 | 2024-11-02T03:17:44.169Z | Compiling elliptic-curve v0.13.8 |
1813 | 2024-11-02T03:17:44.314Z | Compiling console v0.15.8 |
1814 | 2024-11-02T03:17:44.919Z | Compiling flate2 v1.0.34 |
1815 | 2024-11-02T03:17:46.084Z | Compiling hyper-rustls v0.27.3 |
1816 | 2024-11-02T03:17:49.138Z | Compiling phf v0.11.2 |
1817 | 2024-11-02T03:17:49.437Z | Compiling hyper-tls v0.6.0 |
1818 | 2024-11-02T03:17:49.725Z | Compiling signal-hook-mio v0.2.4 |
1819 | 2024-11-02T03:17:49.765Z | Compiling typify-impl v0.2.0 |
1820 | 2024-11-02T03:17:49.833Z | Compiling hickory-resolver v0.24.1 |
1821 | 2024-11-02T03:17:49.884Z | Compiling rayon v1.10.0 |
1822 | 2024-11-02T03:17:50.925Z | Compiling bzip2 v0.4.4 |
1823 | 2024-11-02T03:17:51.322Z | Compiling cookie_store v0.21.0 |
1824 | 2024-11-02T03:17:51.821Z | Compiling postgres-types v0.2.8 |
1825 | 2024-11-02T03:17:52.659Z | Compiling tokio-tungstenite v0.24.0 |
1826 | 2024-11-02T03:17:53.371Z | Compiling zerocopy v0.6.6 |
1827 | 2024-11-02T03:17:53.462Z | Compiling hubpack v0.1.2 |
1828 | 2024-11-02T03:17:53.893Z | Compiling ed25519 v2.2.3 |
1829 | 2024-11-02T03:17:54.265Z | Compiling phf_shared v0.10.0 |
1830 | 2024-11-02T03:17:54.344Z | Compiling pkcs1 v0.7.5 |
1831 | 2024-11-02T03:17:54.645Z | Compiling bstr v1.10.0 |
1832 | 2024-11-02T03:17:54.846Z | Compiling tokio-stream v0.1.16 |
1833 | 2024-11-02T03:17:55.076Z | Compiling serde-big-array v0.5.1 |
1834 | 2024-11-02T03:17:55.305Z | Compiling rfc6979 v0.4.0 |
1835 | 2024-11-02T03:17:55.445Z | Compiling float-cmp v0.9.0 |
1836 | 2024-11-02T03:17:55.508Z | Compiling sync_wrapper v1.0.1 |
1837 | 2024-11-02T03:17:55.676Z | Compiling normalize-line-endings v0.3.0 |
1838 | 2024-11-02T03:17:55.679Z | Compiling precomputed-hash v0.1.1 |
1839 | 2024-11-02T03:17:55.822Z | Compiling new_debug_unreachable v1.0.6 |
1840 | 2024-11-02T03:17:55.840Z | Compiling minimal-lexical v0.2.1 |
1841 | 2024-11-02T03:17:56.176Z | Compiling predicates-core v1.0.8 |
1842 | 2024-11-02T03:17:56.437Z | Compiling whoami v1.5.2 |
1843 | 2024-11-02T03:17:56.480Z | Compiling difflib v0.4.0 |
1844 | 2024-11-02T03:17:56.516Z | Compiling unicode-segmentation v1.12.0 |
1845 | 2024-11-02T03:17:56.933Z | Compiling number_prefix v0.4.0 |
1846 | 2024-11-02T03:17:56.975Z | Compiling fixedbitset v0.4.2 |
1847 | 2024-11-02T03:17:57.370Z | Compiling static_assertions v1.1.0 |
1848 | 2024-11-02T03:17:57.388Z | Compiling bit-vec v0.6.3 |
1849 | 2024-11-02T03:17:57.478Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1850 | 2024-11-02T03:17:57.533Z | Compiling petgraph v0.6.5 |
1851 | 2024-11-02T03:17:57.660Z | Compiling similar v2.6.0 |
1852 | 2024-11-02T03:17:57.834Z | Compiling bit-set v0.5.3 |
1853 | 2024-11-02T03:17:58.119Z | Compiling indicatif v0.17.8 |
1854 | 2024-11-02T03:17:59.560Z | Compiling predicates v3.1.2 |
1855 | 2024-11-02T03:17:59.879Z | Compiling tokio-postgres v0.7.12 |
1856 | 2024-11-02T03:18:00.427Z | Compiling nom v7.1.3 |
1857 | 2024-11-02T03:18:00.724Z | Compiling typify-macro v0.2.0 |
1858 | 2024-11-02T03:18:01.500Z | Compiling string_cache v0.8.7 |
1859 | 2024-11-02T03:18:01.823Z | Compiling qorb v0.2.0 |
1860 | 2024-11-02T03:18:04.023Z | Compiling reqwest v0.12.8 |
1861 | 2024-11-02T03:18:04.046Z | Compiling ecdsa v0.16.9 |
1862 | 2024-11-02T03:18:04.903Z | Compiling rsa v0.9.6 |
1863 | 2024-11-02T03:18:05.277Z | Compiling ed25519-dalek v2.1.1 |
1864 | 2024-11-02T03:18:06.025Z | Compiling zip v0.6.6 |
1865 | 2024-11-02T03:18:06.126Z | Compiling crossterm v0.28.1 |
1866 | 2024-11-02T03:18:06.520Z | Compiling clap v4.5.20 |
1867 | 2024-11-02T03:18:07.279Z | Compiling itertools v0.12.1 |
1868 | 2024-11-02T03:18:08.764Z | Compiling itertools v0.10.5 |
1869 | 2024-11-02T03:18:09.375Z | Compiling toml v0.7.8 |
1870 | 2024-11-02T03:18:09.399Z | Compiling x509-cert v0.2.5 |
1871 | 2024-11-02T03:18:10.743Z | Compiling hex v0.4.3 |
1872 | 2024-11-02T03:18:11.597Z | Compiling unicode-xid v0.2.6 |
1873 | 2024-11-02T03:18:11.802Z | Compiling lalrpop-util v0.19.12 |
1874 | 2024-11-02T03:18:12.388Z | Compiling peg-runtime v0.8.3 |
1875 | 2024-11-02T03:18:13.646Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1876 | 2024-11-02T03:18:16.513Z | Compiling proc-macro-crate v1.3.1 |
1877 | 2024-11-02T03:18:16.781Z | Compiling ipnetwork v0.20.0 |
1878 | 2024-11-02T03:18:18.796Z | Compiling heapless v0.8.0 |
1879 | 2024-11-02T03:18:19.287Z | Compiling num_enum_derive v0.5.11 |
1880 | 2024-11-02T03:18:25.647Z | Compiling hash32 v0.3.1 |
1881 | 2024-11-02T03:18:28.370Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1882 | 2024-11-02T03:18:28.980Z | Compiling ident_case v1.0.1 |
1883 | 2024-11-02T03:18:29.022Z | Compiling smoltcp v0.11.0 |
1884 | 2024-11-02T03:18:29.658Z | Compiling darling_core v0.20.10 |
1885 | 2024-11-02T03:18:42.667Z | Compiling num_enum v0.5.11 |
1886 | 2024-11-02T03:18:43.391Z | Compiling typify v0.2.0 |
1887 | 2024-11-02T03:18:45.613Z | Compiling proc-macro-error-attr v1.0.4 |
1888 | 2024-11-02T03:18:45.710Z | Compiling unsafe-libyaml v0.2.11 |
1889 | 2024-11-02T03:18:45.949Z | Compiling cobs v0.2.3 |
1890 | 2024-11-02T03:18:46.415Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1891 | 2024-11-02T03:18:49.395Z | Compiling serde_yaml v0.9.34+deprecated |
1892 | 2024-11-02T03:18:51.235Z | Compiling postcard v1.0.10 |
1893 | 2024-11-02T03:19:00.104Z | Compiling progenitor-impl v0.8.0 |
1894 | 2024-11-02T03:19:06.302Z | Compiling darling_macro v0.20.10 |
1895 | 2024-11-02T03:19:13.725Z | Compiling strum_macros v0.26.4 |
1896 | 2024-11-02T03:19:14.376Z | Compiling foreign-types-macros v0.2.3 |
1897 | 2024-11-02T03:19:14.581Z | Compiling structmeta-derive v0.3.0 |
1898 | 2024-11-02T03:19:15.478Z | Compiling proc-macro-error v1.0.4 |
1899 | 2024-11-02T03:19:15.598Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1900 | 2024-11-02T03:19:15.913Z | Compiling foreign-types-shared v0.3.1 |
1901 | 2024-11-02T03:19:16.466Z | Compiling newtype-uuid v1.1.2 |
1902 | 2024-11-02T03:19:16.790Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1903 | 2024-11-02T03:19:17.869Z | Compiling strum v0.26.3 |
1904 | 2024-11-02T03:19:18.068Z | Compiling structmeta v0.3.0 |
1905 | 2024-11-02T03:19:19.346Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1906 | 2024-11-02T03:19:22.441Z | Compiling foreign-types v0.5.0 |
1907 | 2024-11-02T03:19:25.851Z | Compiling darling v0.20.10 |
1908 | 2024-11-02T03:19:25.971Z | Compiling progenitor-macro v0.8.0 |
1909 | 2024-11-02T03:19:31.376Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1910 | 2024-11-02T03:19:31.592Z | Compiling progenitor-client v0.8.0 |
1911 | 2024-11-02T03:19:32.542Z | Compiling tabwriter v1.4.0 |
1912 | 2024-11-02T03:19:35.061Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1913 | 2024-11-02T03:19:35.867Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1914 | 2024-11-02T03:19:36.257Z | Compiling cstr-argument v0.1.2 |
1915 | 2024-11-02T03:19:36.296Z | Compiling crucible-workspace-hack v0.1.0 |
1916 | 2024-11-02T03:19:36.608Z | Compiling pretty-hex v0.2.1 |
1917 | 2024-11-02T03:19:36.811Z | Compiling fastrand v2.1.1 |
1918 | 2024-11-02T03:19:36.831Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1919 | 2024-11-02T03:19:37.168Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1920 | 2024-11-02T03:19:37.245Z | Compiling tempfile v3.13.0 |
1921 | 2024-11-02T03:19:37.626Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1922 | 2024-11-02T03:19:37.715Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1923 | 2024-11-02T03:19:37.921Z | Compiling serde_with_macros v3.11.0 |
1924 | 2024-11-02T03:19:38.496Z | Compiling parse-display-derive v0.10.0 |
1925 | 2024-11-02T03:19:38.892Z | Compiling colored v2.1.0 |
1926 | 2024-11-02T03:19:38.931Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1927 | 2024-11-02T03:19:39.463Z | Compiling progenitor v0.8.0 |
1928 | 2024-11-02T03:19:39.671Z | Compiling instant v0.1.13 |
1929 | 2024-11-02T03:19:39.720Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1930 | 2024-11-02T03:19:39.837Z | Compiling backoff v0.4.0 |
1931 | 2024-11-02T03:19:40.110Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1932 | 2024-11-02T03:19:40.112Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1933 | 2024-11-02T03:19:40.212Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1934 | 2024-11-02T03:19:40.295Z | Compiling serde_with v3.11.0 |
1935 | 2024-11-02T03:19:42.155Z | Compiling parse-display v0.10.0 |
1936 | 2024-11-02T03:19:43.165Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1937 | 2024-11-02T03:19:43.724Z | Compiling zone_cfg_derive v0.3.0 |
1938 | 2024-11-02T03:19:44.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1939 | 2024-11-02T03:19:44.395Z | Compiling camino-tempfile v1.1.1 |
1940 | 2024-11-02T03:19:44.818Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1941 | 2024-11-02T03:19:44.866Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1942 | 2024-11-02T03:19:45.042Z | Compiling regress v0.9.1 |
1943 | 2024-11-02T03:19:45.061Z | Compiling macaddr v1.0.1 |
1944 | 2024-11-02T03:19:45.140Z | Compiling num-derive v0.4.2 |
1945 | 2024-11-02T03:19:45.308Z | Compiling sigpipe v0.1.3 |
1946 | 2024-11-02T03:19:45.453Z | Compiling libefi-sys v0.1.0 |
1947 | 2024-11-02T03:19:45.677Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1948 | 2024-11-02T03:19:45.784Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1949 | 2024-11-02T03:19:46.011Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1950 | 2024-11-02T03:19:46.581Z | Compiling zone v0.3.0 |
1951 | 2024-11-02T03:19:47.270Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1952 | 2024-11-02T03:19:48.863Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1953 | 2024-11-02T03:19:48.922Z | Compiling smf v0.2.3 |
1954 | 2024-11-02T03:19:49.817Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1955 | 2024-11-02T03:19:49.856Z | Compiling bitfield-struct v0.6.2 |
1956 | 2024-11-02T03:19:51.193Z | Compiling blake3 v1.5.4 |
1957 | 2024-11-02T03:19:51.448Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1958 | 2024-11-02T03:19:51.817Z | Compiling ring v0.16.20 |
1959 | 2024-11-02T03:19:52.772Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1960 | 2024-11-02T03:19:53.396Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1961 | 2024-11-02T03:19:53.443Z | Compiling xattr v1.3.1 |
1962 | 2024-11-02T03:19:53.586Z | Compiling memmap2 v0.9.5 |
1963 | 2024-11-02T03:19:53.745Z | Compiling filetime v0.2.25 |
1964 | 2024-11-02T03:19:54.105Z | Compiling arrayvec v0.7.6 |
1965 | 2024-11-02T03:19:54.191Z | Compiling arrayref v0.3.9 |
1966 | 2024-11-02T03:19:54.319Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1967 | 2024-11-02T03:19:54.459Z | Compiling untrusted v0.7.1 |
1968 | 2024-11-02T03:19:54.545Z | Compiling spin v0.5.2 |
1969 | 2024-11-02T03:19:54.590Z | Compiling same-file v1.0.6 |
1970 | 2024-11-02T03:19:54.655Z | Compiling constant_time_eq v0.3.1 |
1971 | 2024-11-02T03:19:54.848Z | Compiling walkdir v2.5.0 |
1972 | 2024-11-02T03:19:54.870Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1973 | 2024-11-02T03:19:55.102Z | Compiling tar v0.4.42 |
1974 | 2024-11-02T03:19:56.468Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1975 | 2024-11-02T03:19:56.890Z | Compiling gethostname v0.5.0 |
1976 | 2024-11-02T03:19:57.107Z | Compiling cargo-platform v0.1.8 |
1977 | 2024-11-02T03:19:57.472Z | Compiling topological-sort v0.2.2 |
1978 | 2024-11-02T03:19:57.518Z | Compiling cargo_metadata v0.18.1 |
1979 | 2024-11-02T03:20:00.677Z | Compiling omicron-zone-package v0.11.1 |
1980 | 2024-11-02T03:20:05.257Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1981 | 2024-11-02T03:20:07.753Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1982 | 2024-11-02T03:20:09.378Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1983 | 2024-11-02T03:20:26.832Z | Finished `release` profile [optimized] target(s) in 4m 36s |
1984 | 2024-11-02T03:20:26.986Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1985 | 2024-11-02T03:20:27.031Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1986 | 2024-11-02T03:20:27.033Z | Created new build target 'test' and set it as active |
1987 | 2024-11-02T03:20:27.033Z | |
1988 | 2024-11-02T03:20:27.033Z | real 4:36.718078243 |
1989 | 2024-11-02T03:20:27.033Z | user 31:24.999507206 |
1990 | 2024-11-02T03:20:27.033Z | sys 3:50.054411934 |
1991 | 2024-11-02T03:20:27.034Z | trap 0.892118390 |
1992 | 2024-11-02T03:20:27.034Z | tflt 3.217286522 |
1993 | 2024-11-02T03:20:27.034Z | dflt 0.812002798 |
1994 | 2024-11-02T03:20:27.034Z | kflt 0.009458901 |
1995 | 2024-11-02T03:20:27.034Z | lock 1:08:39.972520312 |
1996 | 2024-11-02T03:20:27.034Z | slp 1:59:53.668960087 |
1997 | 2024-11-02T03:20:27.034Z | lat 2:08.777908954 |
1998 | 2024-11-02T03:20:27.034Z | stop 3:56.640817501 |
1999 | 2024-11-02T03:20:27.036Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2000 | 2024-11-02T03:20:27.968Z | Finished `release` profile [optimized] target(s) in 0.88s |
2001 | 2024-11-02T03:20:28.023Z | Running `target/release/omicron-package -t test package` |
2002 | 2024-11-02T03:20:28.067Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2003 | 2024-11-02T03:20:29.139Z | Compiling convert_case v0.4.0 |
2004 | 2024-11-02T03:20:29.142Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2005 | 2024-11-02T03:20:29.142Z | Compiling itertools v0.13.0 |
2006 | 2024-11-02T03:20:29.142Z | Compiling password-hash v0.5.0 |
2007 | 2024-11-02T03:20:29.142Z | Compiling blake2 v0.10.6 |
2008 | 2024-11-02T03:20:29.142Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2009 | 2024-11-02T03:20:29.142Z | Compiling newline-converter v0.3.0 |
2010 | 2024-11-02T03:20:29.142Z | Compiling cancel-safe-futures v0.1.5 |
2011 | 2024-11-02T03:20:29.454Z | Compiling owo-colors v4.1.0 |
2012 | 2024-11-02T03:20:29.488Z | Compiling expectorate v1.1.0 |
2013 | 2024-11-02T03:20:29.703Z | Compiling base64 v0.21.7 |
2014 | 2024-11-02T03:20:29.802Z | Compiling argon2 v0.5.3 |
2015 | 2024-11-02T03:20:30.061Z | Compiling derive_more v0.99.18 |
2016 | 2024-11-02T03:20:30.450Z | Compiling libsw v3.3.1 |
2017 | 2024-11-02T03:20:30.738Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2018 | 2024-11-02T03:20:30.772Z | Compiling swrite v0.1.0 |
2019 | 2024-11-02T03:20:30.878Z | Compiling indent_write v2.2.0 |
2020 | 2024-11-02T03:20:30.911Z | Compiling linear-map v1.2.0 |
2021 | 2024-11-02T03:20:31.131Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2022 | 2024-11-02T03:20:31.310Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2023 | 2024-11-02T03:20:31.336Z | Compiling progenitor-client v0.8.0 |
2024 | 2024-11-02T03:20:31.355Z | Compiling atomicwrites v0.4.4 |
2025 | 2024-11-02T03:20:31.752Z | Compiling progenitor v0.8.0 |
2026 | 2024-11-02T03:20:31.867Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2027 | 2024-11-02T03:20:31.982Z | Compiling num-rational v0.4.2 |
2028 | 2024-11-02T03:20:32.124Z | Compiling num-complex v0.4.6 |
2029 | 2024-11-02T03:20:32.846Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2030 | 2024-11-02T03:20:33.206Z | Compiling prettyplease v0.2.22 |
2031 | 2024-11-02T03:20:33.467Z | Compiling num v0.4.3 |
2032 | 2024-11-02T03:20:33.523Z | Compiling float-ord v0.3.2 |
2033 | 2024-11-02T03:20:33.587Z | Compiling semver v0.1.20 |
2034 | 2024-11-02T03:20:33.717Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2035 | 2024-11-02T03:20:34.182Z | Compiling rustc_version v0.1.7 |
2036 | 2024-11-02T03:20:34.512Z | Compiling highway v1.2.0 |
2037 | 2024-11-02T03:20:34.595Z | Compiling newtype_derive v0.1.6 |
2038 | 2024-11-02T03:20:35.018Z | Compiling humantime v2.1.0 |
2039 | 2024-11-02T03:20:36.006Z | Compiling home v0.5.9 |
2040 | 2024-11-02T03:20:36.009Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2041 | 2024-11-02T03:20:36.044Z | Compiling steno v0.4.1 |
2042 | 2024-11-02T03:20:38.577Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2043 | 2024-11-02T03:20:39.209Z | Compiling newtype-uuid v1.1.2 |
2044 | 2024-11-02T03:20:39.574Z | Compiling tungstenite v0.21.0 |
2045 | 2024-11-02T03:20:40.689Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2046 | 2024-11-02T03:20:40.917Z | Compiling ipnetwork v0.20.0 |
2047 | 2024-11-02T03:20:41.719Z | Compiling instant v0.1.13 |
2048 | 2024-11-02T03:20:41.914Z | Compiling slog-dtrace v0.3.0 |
2049 | 2024-11-02T03:20:42.350Z | Compiling backoff v0.4.0 |
2050 | 2024-11-02T03:20:42.765Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2051 | 2024-11-02T03:20:43.461Z | Compiling tokio-tungstenite v0.21.0 |
2052 | 2024-11-02T03:20:44.109Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2053 | 2024-11-02T03:20:44.457Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2054 | 2024-11-02T03:20:44.555Z | Compiling parse-display v0.10.0 |
2055 | 2024-11-02T03:20:45.128Z | Compiling serde_with v3.11.0 |
2056 | 2024-11-02T03:20:45.629Z | Compiling strum v0.26.3 |
2057 | 2024-11-02T03:20:45.838Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-11-02T03:20:46.035Z | Compiling regress v0.9.1 |
2059 | 2024-11-02T03:20:47.150Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2060 | 2024-11-02T03:20:49.156Z | Compiling macaddr v1.0.1 |
2061 | 2024-11-02T03:20:50.117Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2062 | 2024-11-02T03:20:51.075Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2063 | 2024-11-02T03:20:51.759Z | Compiling arc-swap v1.7.1 |
2064 | 2024-11-02T03:20:52.471Z | Compiling display-error-chain v0.2.2 |
2065 | 2024-11-02T03:20:52.706Z | Compiling slog-scope v4.4.0 |
2066 | 2024-11-02T03:20:53.325Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2067 | 2024-11-02T03:20:53.516Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2068 | 2024-11-02T03:20:54.561Z | Compiling half v2.4.1 |
2069 | 2024-11-02T03:20:55.272Z | Compiling ciborium-io v0.2.2 |
2070 | 2024-11-02T03:20:55.424Z | Compiling ciborium-ll v0.2.2 |
2071 | 2024-11-02T03:20:55.965Z | Compiling slog-stdlog v4.1.1 |
2072 | 2024-11-02T03:20:56.783Z | Compiling slog-envlogger v2.2.0 |
2073 | 2024-11-02T03:20:57.700Z | Compiling ciborium v0.2.2 |
2074 | 2024-11-02T03:20:57.979Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2075 | 2024-11-02T03:20:59.555Z | Compiling same-file v1.0.6 |
2076 | 2024-11-02T03:20:59.791Z | Compiling fastrand v2.1.1 |
2077 | 2024-11-02T03:20:59.810Z | Compiling walkdir v2.5.0 |
2078 | 2024-11-02T03:21:00.297Z | Compiling tempfile v3.13.0 |
2079 | 2024-11-02T03:21:00.475Z | Compiling blake3 v1.5.4 |
2080 | 2024-11-02T03:21:01.008Z | Compiling ring v0.16.20 |
2081 | 2024-11-02T03:21:01.141Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2082 | 2024-11-02T03:21:04.205Z | Compiling xattr v1.3.1 |
2083 | 2024-11-02T03:21:04.466Z | Compiling memmap2 v0.9.5 |
2084 | 2024-11-02T03:21:04.875Z | Compiling filetime v0.2.25 |
2085 | 2024-11-02T03:21:05.186Z | Compiling spin v0.5.2 |
2086 | 2024-11-02T03:21:05.450Z | Compiling untrusted v0.7.1 |
2087 | 2024-11-02T03:21:05.660Z | Compiling constant_time_eq v0.3.1 |
2088 | 2024-11-02T03:21:05.829Z | Compiling arrayref v0.3.9 |
2089 | 2024-11-02T03:21:05.952Z | Compiling keccak v0.1.5 |
2090 | 2024-11-02T03:21:07.065Z | Compiling arrayvec v0.7.6 |
2091 | 2024-11-02T03:21:07.768Z | Compiling sha3 v0.10.8 |
2092 | 2024-11-02T03:21:08.671Z | Compiling tar v0.4.42 |
2093 | 2024-11-02T03:21:08.674Z | Compiling camino-tempfile v1.1.1 |
2094 | 2024-11-02T03:21:09.141Z | Compiling toolchain_find v0.4.0 |
2095 | 2024-11-02T03:21:09.708Z | Compiling nibble_vec v0.1.0 |
2096 | 2024-11-02T03:21:09.951Z | Compiling endian-type v0.1.2 |
2097 | 2024-11-02T03:21:10.220Z | Compiling crunchy v0.2.2 |
2098 | 2024-11-02T03:21:10.591Z | Compiling topological-sort v0.2.2 |
2099 | 2024-11-02T03:21:10.704Z | Compiling glob v0.3.1 |
2100 | 2024-11-02T03:21:10.739Z | Compiling radium v0.7.0 |
2101 | 2024-11-02T03:21:10.842Z | Compiling maplit v1.0.2 |
2102 | 2024-11-02T03:21:10.897Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-11-02T03:21:11.013Z | Compiling radix_trie v0.2.1 |
2104 | 2024-11-02T03:21:11.206Z | Compiling rustfmt-wrapper v0.2.1 |
2105 | 2024-11-02T03:21:11.478Z | Compiling clang-sys v1.8.1 |
2106 | 2024-11-02T03:21:11.784Z | Compiling pem v3.0.4 |
2107 | 2024-11-02T03:21:11.866Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2108 | 2024-11-02T03:21:11.927Z | Compiling tap v1.0.1 |
2109 | 2024-11-02T03:21:12.134Z | Compiling maybe-uninit v2.0.0 |
2110 | 2024-11-02T03:21:12.160Z | Compiling tiny-keccak v2.0.2 |
2111 | 2024-11-02T03:21:12.544Z | Compiling wyz v0.5.1 |
2112 | 2024-11-02T03:21:13.052Z | Compiling dsl_auto_type v0.1.2 |
2113 | 2024-11-02T03:21:13.071Z | Compiling scheduled-thread-pool v0.2.7 |
2114 | 2024-11-02T03:21:13.230Z | Compiling secrecy v0.8.0 |
2115 | 2024-11-02T03:21:13.252Z | Compiling diesel_table_macro_syntax v0.2.0 |
2116 | 2024-11-02T03:21:13.528Z | Compiling crc-catalog v2.4.0 |
2117 | 2024-11-02T03:21:13.646Z | Compiling packed_struct v0.10.1 |
2118 | 2024-11-02T03:21:13.705Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2119 | 2024-11-02T03:21:14.029Z | Compiling funty v2.0.0 |
2120 | 2024-11-02T03:21:14.160Z | Compiling crc v3.2.1 |
2121 | 2024-11-02T03:21:14.253Z | Compiling r2d2 v0.8.10 |
2122 | 2024-11-02T03:21:14.290Z | Compiling diesel_derives v2.2.3 |
2123 | 2024-11-02T03:21:15.131Z | Compiling bitvec v1.0.1 |
2124 | 2024-11-02T03:21:15.971Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2125 | 2024-11-02T03:21:16.095Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2126 | 2024-11-02T03:21:16.289Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2127 | 2024-11-02T03:21:16.371Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2128 | 2024-11-02T03:21:16.506Z | Compiling ascii-canvas v3.0.0 |
2129 | 2024-11-02T03:21:16.971Z | Compiling universal-hash v0.5.1 |
2130 | 2024-11-02T03:21:17.267Z | Compiling packed_struct_codegen v0.10.1 |
2131 | 2024-11-02T03:21:19.634Z | Compiling thiserror-impl-no-std v2.0.2 |
2132 | 2024-11-02T03:21:19.762Z | Compiling ena v0.14.3 |
2133 | 2024-11-02T03:21:20.203Z | Compiling lzma-sys v0.1.20 |
2134 | 2024-11-02T03:21:20.902Z | Compiling libloading v0.8.5 |
2135 | 2024-11-02T03:21:21.298Z | Compiling indexmap v1.9.3 |
2136 | 2024-11-02T03:21:21.643Z | Compiling bindgen v0.69.5 |
2137 | 2024-11-02T03:21:22.136Z | Compiling opaque-debug v0.3.1 |
2138 | 2024-11-02T03:21:22.186Z | Compiling nodrop v0.1.14 |
2139 | 2024-11-02T03:21:22.331Z | Compiling diff v0.1.13 |
2140 | 2024-11-02T03:21:22.393Z | Compiling regex-syntax v0.6.29 |
2141 | 2024-11-02T03:21:22.890Z | Compiling array-init v0.0.4 |
2142 | 2024-11-02T03:21:24.194Z | Compiling poly1305 v0.8.0 |
2143 | 2024-11-02T03:21:25.027Z | Compiling diesel v2.2.4 |
2144 | 2024-11-02T03:21:25.665Z | Compiling thiserror-no-std v2.0.2 |
2145 | 2024-11-02T03:21:25.793Z | Compiling lalrpop v0.19.12 |
2146 | 2024-11-02T03:21:36.997Z | Compiling smallvec v0.6.14 |
2147 | 2024-11-02T03:21:37.513Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2148 | 2024-11-02T03:21:37.661Z | Compiling which v4.4.2 |
2149 | 2024-11-02T03:21:38.207Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2150 | 2024-11-02T03:21:38.534Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2151 | 2024-11-02T03:21:38.559Z | Compiling chacha20 v0.9.1 |
2152 | 2024-11-02T03:21:38.765Z | Compiling heck v0.3.3 |
2153 | 2024-11-02T03:21:39.015Z | Compiling cexpr v0.6.0 |
2154 | 2024-11-02T03:21:39.143Z | Compiling aead v0.5.2 |
2155 | 2024-11-02T03:21:39.502Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2156 | 2024-11-02T03:21:39.835Z | Compiling bitfield v0.14.0 |
2157 | 2024-11-02T03:21:40.154Z | Compiling ref-cast v1.0.23 |
2158 | 2024-11-02T03:21:40.571Z | Compiling rustc-hash v1.1.0 |
2159 | 2024-11-02T03:21:40.629Z | Compiling termcolor v1.4.1 |
2160 | 2024-11-02T03:21:40.752Z | Compiling lazycell v1.3.0 |
2161 | 2024-11-02T03:21:40.951Z | Compiling hashbrown v0.12.3 |
2162 | 2024-11-02T03:21:41.718Z | Compiling env_logger v0.10.2 |
2163 | 2024-11-02T03:21:43.849Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2164 | 2024-11-02T03:21:44.843Z | Compiling chacha20poly1305 v0.10.1 |
2165 | 2024-11-02T03:21:45.102Z | Compiling zone_cfg_derive v0.1.2 |
2166 | 2024-11-02T03:21:46.529Z | Compiling serde-hex v0.1.0 |
2167 | 2024-11-02T03:21:49.218Z | Compiling polar-core v0.27.3 |
2168 | 2024-11-02T03:21:50.664Z | Compiling vsss-rs v3.3.4 |
2169 | 2024-11-02T03:21:51.942Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2170 | 2024-11-02T03:21:52.303Z | Compiling ron v0.8.1 |
2171 | 2024-11-02T03:21:55.372Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2172 | 2024-11-02T03:21:55.698Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2173 | 2024-11-02T03:21:56.312Z | Compiling derive_builder_core v0.20.2 |
2174 | 2024-11-02T03:21:56.332Z | Compiling hashbrown v0.13.2 |
2175 | 2024-11-02T03:21:57.761Z | Compiling headers-core v0.3.0 |
2176 | 2024-11-02T03:21:57.956Z | Compiling fxhash v0.2.1 |
2177 | 2024-11-02T03:21:58.030Z | Compiling libxml v0.3.3 |
2178 | 2024-11-02T03:21:58.204Z | Compiling ref-cast-impl v1.0.23 |
2179 | 2024-11-02T03:21:58.372Z | Compiling crc-any v2.5.0 |
2180 | 2024-11-02T03:21:58.419Z | Compiling base64 v0.13.1 |
2181 | 2024-11-02T03:21:59.210Z | Compiling ron v0.7.1 |
2182 | 2024-11-02T03:21:59.303Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2183 | 2024-11-02T03:21:59.527Z | Compiling derive_builder_macro v0.20.2 |
2184 | 2024-11-02T03:22:00.358Z | Compiling headers v0.4.0 |
2185 | 2024-11-02T03:22:01.142Z | Compiling object v0.30.4 |
2186 | 2024-11-02T03:22:04.128Z | Compiling samael v0.0.17 |
2187 | 2024-11-02T03:22:04.471Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-11-02T03:22:05.728Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2189 | 2024-11-02T03:22:05.789Z | Compiling xz2 v0.1.7 |
2190 | 2024-11-02T03:22:07.274Z | Compiling zone v0.1.8 |
2191 | 2024-11-02T03:22:13.681Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2192 | 2024-11-02T03:22:13.836Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-11-02T03:22:14.198Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2194 | 2024-11-02T03:22:14.505Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2195 | 2024-11-02T03:22:15.924Z | Compiling yasna v0.5.2 |
2196 | 2024-11-02T03:22:15.951Z | Compiling phf_generator v0.11.2 |
2197 | 2024-11-02T03:22:16.158Z | Compiling strum_macros v0.24.3 |
2198 | 2024-11-02T03:22:16.650Z | Compiling kstat-rs v0.2.4 |
2199 | 2024-11-02T03:22:17.570Z | Compiling async-recursion v1.1.1 |
2200 | 2024-11-02T03:22:17.855Z | Compiling unicase v2.7.0 |
2201 | 2024-11-02T03:22:18.199Z | Compiling path-slash v0.1.5 |
2202 | 2024-11-02T03:22:18.467Z | Compiling indoc v1.0.9 |
2203 | 2024-11-02T03:22:18.961Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2204 | 2024-11-02T03:22:19.233Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2205 | 2024-11-02T03:22:19.292Z | Compiling rcgen v0.12.1 |
2206 | 2024-11-02T03:22:19.400Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2207 | 2024-11-02T03:22:20.281Z | Compiling phf_codegen v0.11.2 |
2208 | 2024-11-02T03:22:20.553Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2209 | 2024-11-02T03:22:32.071Z | Compiling derive_builder v0.20.2 |
2210 | 2024-11-02T03:22:34.083Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2211 | 2024-11-02T03:22:34.517Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2212 | 2024-11-02T03:22:34.836Z | Compiling http v0.2.12 |
2213 | 2024-11-02T03:22:37.264Z | Compiling oso-derive v0.27.3 |
2214 | 2024-11-02T03:22:38.226Z | Compiling impl-trait-for-tuples v0.2.2 |
2215 | 2024-11-02T03:22:38.857Z | Compiling parse-zoneinfo v0.3.1 |
2216 | 2024-11-02T03:22:39.530Z | Compiling libz-sys v1.1.20 |
2217 | 2024-11-02T03:22:39.778Z | Compiling quick-xml v0.33.0 |
2218 | 2024-11-02T03:22:40.209Z | Compiling subprocess v0.2.9 |
2219 | 2024-11-02T03:22:40.368Z | Compiling diesel-dtrace v0.3.0 |
2220 | 2024-11-02T03:22:40.706Z | Compiling cfg_aliases v0.1.1 |
2221 | 2024-11-02T03:22:40.831Z | Compiling parking_lot_core v0.8.6 |
2222 | 2024-11-02T03:22:41.315Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-11-02T03:22:44.476Z | Compiling oso v0.27.3 |
2224 | 2024-11-02T03:22:44.853Z | Compiling nix v0.28.0 |
2225 | 2024-11-02T03:22:45.863Z | Compiling chrono-tz-build v0.4.0 |
2226 | 2024-11-02T03:22:46.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2227 | 2024-11-02T03:22:48.478Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2228 | 2024-11-02T03:22:49.136Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2229 | 2024-11-02T03:22:52.177Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2230 | 2024-11-02T03:22:52.515Z | Compiling bb8 v0.8.5 |
2231 | 2024-11-02T03:22:53.268Z | Compiling const_format_proc_macros v0.2.33 |
2232 | 2024-11-02T03:22:53.906Z | Compiling vte_generate_state_changes v0.1.2 |
2233 | 2024-11-02T03:22:54.530Z | Compiling buf-list v1.0.3 |
2234 | 2024-11-02T03:22:55.118Z | Compiling const_format v0.2.33 |
2235 | 2024-11-02T03:22:55.196Z | Compiling vte v0.11.1 |
2236 | 2024-11-02T03:22:56.394Z | Compiling async-bb8-diesel v0.2.1 |
2237 | 2024-11-02T03:22:56.714Z | Compiling chrono-tz v0.10.0 |
2238 | 2024-11-02T03:22:57.753Z | Compiling http-body v0.4.6 |
2239 | 2024-11-02T03:22:58.245Z | Compiling h2 v0.3.26 |
2240 | 2024-11-02T03:22:58.536Z | Compiling fd-lock v4.0.2 |
2241 | 2024-11-02T03:22:58.777Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2242 | 2024-11-02T03:22:59.559Z | Compiling pin-project-internal v1.1.6 |
2243 | 2024-11-02T03:23:01.503Z | Compiling atty v0.2.14 |
2244 | 2024-11-02T03:23:01.685Z | Compiling salty v0.3.0 |
2245 | 2024-11-02T03:23:02.108Z | Compiling bytecount v0.6.8 |
2246 | 2024-11-02T03:23:02.287Z | Compiling pin-project v1.1.6 |
2247 | 2024-11-02T03:23:02.432Z | Compiling papergrid v0.11.0 |
2248 | 2024-11-02T03:23:15.037Z | Compiling hyper v0.14.30 |
2249 | 2024-11-02T03:23:18.269Z | Compiling parking_lot v0.11.2 |
2250 | 2024-11-02T03:23:24.433Z | Compiling strip-ansi-escapes v0.2.0 |
2251 | 2024-11-02T03:23:26.037Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2252 | 2024-11-02T03:23:26.194Z | Compiling tabled_derive v0.7.0 |
2253 | 2024-11-02T03:23:28.220Z | Compiling peg-macros v0.8.4 |
2254 | 2024-11-02T03:23:28.862Z | Compiling snafu-derive v0.8.5 |
2255 | 2024-11-02T03:23:30.917Z | Compiling sqlparser_derive v0.2.2 |
2256 | 2024-11-02T03:23:31.403Z | Compiling nu-ansi-term v0.50.1 |
2257 | 2024-11-02T03:23:31.885Z | Compiling zip v2.1.3 |
2258 | 2024-11-02T03:23:32.237Z | Compiling lockfree-object-pool v0.1.6 |
2259 | 2024-11-02T03:23:32.579Z | Compiling sync_wrapper v0.1.2 |
2260 | 2024-11-02T03:23:32.674Z | Compiling unicode_categories v0.1.1 |
2261 | 2024-11-02T03:23:32.737Z | Compiling simd-adler32 v0.3.7 |
2262 | 2024-11-02T03:23:33.251Z | Compiling bumpalo v3.16.0 |
2263 | 2024-11-02T03:23:33.340Z | Compiling snafu v0.8.5 |
2264 | 2024-11-02T03:23:33.760Z | Compiling zopfli v0.8.1 |
2265 | 2024-11-02T03:23:33.891Z | Compiling rustyline v14.0.0 |
2266 | 2024-11-02T03:23:33.913Z | Compiling sqlformat v0.2.6 |
2267 | 2024-11-02T03:23:33.941Z | Compiling reqwest v0.11.27 |
2268 | 2024-11-02T03:23:34.122Z | Compiling sqlparser v0.45.0 |
2269 | 2024-11-02T03:23:34.606Z | Compiling reedline v0.35.0 |
2270 | 2024-11-02T03:23:37.940Z | Compiling peg v0.8.4 |
2271 | 2024-11-02T03:23:38.070Z | Compiling tabled v0.15.0 |
2272 | 2024-11-02T03:23:46.019Z | Compiling sled v0.34.7 |
2273 | 2024-11-02T03:23:57.461Z | Compiling mime_guess v2.0.5 |
2274 | 2024-11-02T03:23:58.795Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2275 | 2024-11-02T03:24:00.275Z | Compiling hickory-client v0.24.1 |
2276 | 2024-11-02T03:24:00.964Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2277 | 2024-11-02T03:24:05.673Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2278 | 2024-11-02T03:24:08.052Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2279 | 2024-11-02T03:24:11.757Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2280 | 2024-11-02T03:24:11.780Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2281 | 2024-11-02T03:24:13.325Z | Compiling globset v0.4.15 |
2282 | 2024-11-02T03:24:20.178Z | Compiling hickory-server v0.24.1 |
2283 | 2024-11-02T03:24:20.395Z | Compiling primeorder v0.13.6 |
2284 | 2024-11-02T03:24:20.651Z | Compiling olpc-cjson v0.1.4 |
2285 | 2024-11-02T03:24:20.801Z | Compiling vergen v8.3.2 |
2286 | 2024-11-02T03:24:20.976Z | Compiling bcs v0.1.6 |
2287 | 2024-11-02T03:24:21.011Z | Compiling env_filter v0.1.2 |
2288 | 2024-11-02T03:24:21.136Z | Compiling cargo-platform v0.1.8 |
2289 | 2024-11-02T03:24:21.687Z | Compiling serde_plain v1.0.2 |
2290 | 2024-11-02T03:24:21.862Z | Compiling displaydoc v0.2.5 |
2291 | 2024-11-02T03:24:22.242Z | Compiling nanorand v0.7.0 |
2292 | 2024-11-02T03:24:22.559Z | Compiling memoffset v0.9.1 |
2293 | 2024-11-02T03:24:22.911Z | Compiling typed-path v0.7.1 |
2294 | 2024-11-02T03:24:23.087Z | Compiling flume v0.11.0 |
2295 | 2024-11-02T03:24:23.876Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2296 | 2024-11-02T03:24:27.430Z | Compiling tough v0.17.1 |
2297 | 2024-11-02T03:24:28.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2298 | 2024-11-02T03:24:29.353Z | Compiling cargo_metadata v0.18.1 |
2299 | 2024-11-02T03:24:32.115Z | Compiling env_logger v0.11.5 |
2300 | 2024-11-02T03:24:32.571Z | Compiling p384 v0.13.0 |
2301 | 2024-11-02T03:24:33.594Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2302 | 2024-11-02T03:24:35.788Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2303 | 2024-11-02T03:24:40.090Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2304 | 2024-11-02T03:24:41.383Z | Compiling git2 v0.19.0 |
2305 | 2024-11-02T03:24:43.262Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2306 | 2024-11-02T03:24:47.430Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2307 | 2024-11-02T03:24:47.531Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2308 | 2024-11-02T03:24:49.103Z | Compiling rand_seeder v0.3.0 |
2309 | 2024-11-02T03:24:49.524Z | Compiling libsqlite3-sys v0.30.1 |
2310 | 2024-11-02T03:24:50.077Z | Compiling cfg_aliases v0.2.1 |
2311 | 2024-11-02T03:24:50.097Z | Compiling rustls v0.21.12 |
2312 | 2024-11-02T03:24:50.206Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2313 | 2024-11-02T03:24:50.394Z | Compiling parse-size v1.1.0 |
2314 | 2024-11-02T03:24:50.444Z | Compiling nix v0.29.0 |
2315 | 2024-11-02T03:24:50.560Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2316 | 2024-11-02T03:24:50.580Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2317 | 2024-11-02T03:24:51.254Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2318 | 2024-11-02T03:24:52.438Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2319 | 2024-11-02T03:24:52.633Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2320 | 2024-11-02T03:24:53.371Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2321 | 2024-11-02T03:24:53.708Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2322 | 2024-11-02T03:24:54.145Z | Compiling sct v0.7.1 |
2323 | 2024-11-02T03:24:54.616Z | Compiling rustls-webpki v0.101.7 |
2324 | 2024-11-02T03:24:57.693Z | Compiling castaway v0.2.3 |
2325 | 2024-11-02T03:24:57.899Z | Compiling csv-core v0.1.11 |
2326 | 2024-11-02T03:24:57.920Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2327 | 2024-11-02T03:24:58.488Z | Compiling http-range v0.1.5 |
2328 | 2024-11-02T03:24:58.729Z | Compiling hyper-staticfile v0.10.1 |
2329 | 2024-11-02T03:24:59.077Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2330 | 2024-11-02T03:25:00.363Z | Compiling csv v1.3.0 |
2331 | 2024-11-02T03:25:01.732Z | Compiling compact_str v0.8.0 |
2332 | 2024-11-02T03:25:02.717Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2333 | 2024-11-02T03:25:04.437Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2334 | 2024-11-02T03:25:05.936Z | Compiling nix v0.27.1 |
2335 | 2024-11-02T03:25:08.732Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2336 | 2024-11-02T03:25:09.861Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2337 | 2024-11-02T03:25:11.682Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2338 | 2024-11-02T03:25:17.981Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2339 | 2024-11-02T03:25:20.176Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2340 | 2024-11-02T03:25:23.844Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2341 | 2024-11-02T03:25:24.249Z | Compiling unicode-truncate v1.1.0 |
2342 | 2024-11-02T03:25:24.574Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2343 | 2024-11-02T03:25:24.903Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2344 | 2024-11-02T03:25:25.234Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2345 | 2024-11-02T03:25:25.450Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2346 | 2024-11-02T03:25:27.817Z | Compiling hashlink v0.9.1 |
2347 | 2024-11-02T03:25:27.881Z | Compiling tungstenite v0.23.0 |
2348 | 2024-11-02T03:25:28.195Z | Compiling lru v0.12.5 |
2349 | 2024-11-02T03:25:28.589Z | Compiling instability v0.3.2 |
2350 | 2024-11-02T03:25:28.650Z | Compiling fallible-iterator v0.3.0 |
2351 | 2024-11-02T03:25:29.513Z | Compiling fallible-streaming-iterator v0.1.9 |
2352 | 2024-11-02T03:25:29.617Z | Compiling cassowary v0.3.0 |
2353 | 2024-11-02T03:25:29.826Z | Compiling rusqlite v0.32.1 |
2354 | 2024-11-02T03:25:32.587Z | Compiling ratatui v0.28.1 |
2355 | 2024-11-02T03:25:33.213Z | Compiling tokio-tungstenite v0.23.1 |
2356 | 2024-11-02T03:25:33.443Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2357 | 2024-11-02T03:25:37.472Z | Compiling tokio-rustls v0.24.1 |
2358 | 2024-11-02T03:25:37.965Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2359 | 2024-11-02T03:25:51.885Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2360 | 2024-11-02T03:25:54.685Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2361 | 2024-11-02T03:25:54.954Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2362 | 2024-11-02T03:25:56.179Z | Compiling rustls-pemfile v1.0.4 |
2363 | 2024-11-02T03:25:56.275Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2364 | 2024-11-02T03:25:56.610Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2365 | 2024-11-02T03:25:56.890Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2366 | 2024-11-02T03:25:57.073Z | Compiling signal-hook-tokio v0.3.1 |
2367 | 2024-11-02T03:25:57.355Z | Compiling twox-hash v1.6.3 |
2368 | 2024-11-02T03:25:57.430Z | Compiling smawk v0.3.2 |
2369 | 2024-11-02T03:25:57.721Z | Compiling unicode-linebreak v0.1.5 |
2370 | 2024-11-02T03:25:58.304Z | Compiling is_ci v1.2.0 |
2371 | 2024-11-02T03:25:58.411Z | Compiling textwrap v0.16.1 |
2372 | 2024-11-02T03:25:58.622Z | Compiling supports-color v3.0.1 |
2373 | 2024-11-02T03:26:01.916Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2374 | 2024-11-02T03:26:08.106Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2375 | 2024-11-02T03:26:11.122Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2376 | 2024-11-02T03:26:12.693Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2377 | 2024-11-02T03:26:18.506Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2378 | 2024-11-02T03:26:20.879Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2379 | 2024-11-02T03:26:21.483Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2380 | 2024-11-02T03:26:30.723Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2381 | 2024-11-02T03:26:37.616Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2382 | 2024-11-02T03:26:37.957Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2383 | 2024-11-02T03:26:40.572Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2384 | 2024-11-02T03:26:41.361Z | Compiling fatfs v0.3.6 |
2385 | 2024-11-02T03:26:44.213Z | Compiling rtoolbox v0.0.2 |
2386 | 2024-11-02T03:26:44.381Z | Compiling assert_matches v1.5.0 |
2387 | 2024-11-02T03:26:44.653Z | Compiling rpassword v7.3.1 |
2388 | 2024-11-02T03:26:45.132Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2389 | 2024-11-02T03:26:49.961Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2390 | 2024-11-02T03:26:55.925Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2391 | 2024-11-02T03:27:03.074Z | Compiling tui-tree-widget v0.22.0 |
2392 | 2024-11-02T03:27:03.520Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2393 | 2024-11-02T03:27:05.961Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2394 | 2024-11-02T03:27:14.697Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2395 | 2024-11-02T03:27:15.031Z | Compiling uzers v0.12.1 |
2396 | 2024-11-02T03:27:18.189Z | Compiling shell-words v1.1.0 |
2397 | 2024-11-02T03:27:18.717Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2398 | 2024-11-02T03:27:19.603Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2399 | 2024-11-02T03:27:21.592Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2400 | 2024-11-02T03:27:46.965Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2401 | 2024-11-02T03:27:52.222Z | Compiling multimap v0.10.0 |
2402 | 2024-11-02T03:29:56.212Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2403 | 2024-11-02T03:30:14.091Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2404 | 2024-11-02T03:38:39.642Z | Finished `release` profile [optimized] target(s) in 18m 11s |
2405 | 2024-11-02T03:39:37.217Z | |
2406 | 2024-11-02T03:39:37.220Z | real 19:10.130775897 |
2407 | 2024-11-02T03:39:37.220Z | user 2:05:30.032278538 |
2408 | 2024-11-02T03:39:37.220Z | sys 5:54.948877367 |
2409 | 2024-11-02T03:39:37.220Z | trap 2.937252531 |
2410 | 2024-11-02T03:39:37.220Z | tflt 2.928512153 |
2411 | 2024-11-02T03:39:37.220Z | dflt 6.074229270 |
2412 | 2024-11-02T03:39:37.220Z | kflt 0.292766969 |
2413 | 2024-11-02T03:39:37.220Z | lock 7:29:30.092140373 |
2414 | 2024-11-02T03:39:37.220Z | slp 6:16:48.288893245 |
2415 | 2024-11-02T03:39:37.220Z | lat 2:56.684011491 |
2416 | 2024-11-02T03:39:37.220Z | stop 2:39.060421936 |
2417 | 2024-11-02T03:39:37.220Z | + mapfile -t packages |
2418 | 2024-11-02T03:39:37.220Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2419 | 2024-11-02T03:39:38.189Z | Finished `release` profile [optimized] target(s) in 0.91s |
2420 | 2024-11-02T03:39:38.246Z | Running `target/release/omicron-package -t test list-outputs` |
2421 | 2024-11-02T03:39:38.283Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2422 | 2024-11-02T03:39:38.288Z | + ptime -m cargo build --locked --release -p xtask |
2423 | 2024-11-02T03:39:38.822Z | Compiling serde v1.0.210 |
2424 | 2024-11-02T03:39:38.825Z | Compiling serde_json v1.0.128 |
2425 | 2024-11-02T03:39:38.825Z | Compiling rustix v0.38.37 |
2426 | 2024-11-02T03:39:38.825Z | Compiling libc v0.2.161 |
2427 | 2024-11-02T03:39:38.825Z | Compiling syn v2.0.79 |
2428 | 2024-11-02T03:39:38.910Z | Compiling bitflags v2.6.0 |
2429 | 2024-11-02T03:39:39.250Z | Compiling usdt-impl v0.5.0 |
2430 | 2024-11-02T03:39:39.284Z | Compiling syn v1.0.109 |
2431 | 2024-11-02T03:39:39.374Z | Compiling hashbrown v0.15.0 |
2432 | 2024-11-02T03:39:39.409Z | Compiling log v0.4.22 |
2433 | 2024-11-02T03:39:39.422Z | Compiling fs-err v2.11.0 |
2434 | 2024-11-02T03:39:39.748Z | Compiling once_cell v1.20.2 |
2435 | 2024-11-02T03:39:39.859Z | Compiling anyhow v1.0.92 |
2436 | 2024-11-02T03:39:40.361Z | Compiling thread-id v4.2.2 |
2437 | 2024-11-02T03:39:40.625Z | Compiling indexmap v2.6.0 |
2438 | 2024-11-02T03:39:41.873Z | Compiling terminal_size v0.4.0 |
2439 | 2024-11-02T03:39:41.873Z | Compiling tempfile v3.13.0 |
2440 | 2024-11-02T03:39:42.105Z | Compiling clap_builder v4.5.20 |
2441 | 2024-11-02T03:39:42.702Z | Compiling proc-macro-error v1.0.4 |
2442 | 2024-11-02T03:39:43.832Z | Compiling tabled_derive v0.7.0 |
2443 | 2024-11-02T03:39:45.132Z | Compiling tabled v0.15.0 |
2444 | 2024-11-02T03:39:45.927Z | Compiling serde_derive v1.0.210 |
2445 | 2024-11-02T03:39:45.927Z | Compiling thiserror-impl v1.0.64 |
2446 | 2024-11-02T03:39:45.929Z | Compiling zerocopy-derive v0.7.35 |
2447 | 2024-11-02T03:39:47.037Z | Compiling scroll_derive v0.12.0 |
2448 | 2024-11-02T03:39:47.872Z | Compiling zerocopy v0.7.35 |
2449 | 2024-11-02T03:39:48.450Z | Compiling scroll v0.12.0 |
2450 | 2024-11-02T03:39:48.590Z | Compiling thiserror v1.0.64 |
2451 | 2024-11-02T03:39:48.748Z | Compiling pest v2.7.14 |
2452 | 2024-11-02T03:39:49.449Z | Compiling goblin v0.8.2 |
2453 | 2024-11-02T03:39:51.741Z | Compiling pest_meta v2.7.14 |
2454 | 2024-11-02T03:39:53.064Z | Compiling pest_generator v2.7.14 |
2455 | 2024-11-02T03:39:54.744Z | Compiling clap_derive v4.5.18 |
2456 | 2024-11-02T03:39:55.662Z | Compiling pest_derive v2.7.14 |
2457 | 2024-11-02T03:39:56.460Z | Compiling dtrace-parser v0.2.0 |
2458 | 2024-11-02T03:39:59.730Z | Compiling toml_datetime v0.6.8 |
2459 | 2024-11-02T03:40:00.447Z | Compiling serde_spanned v0.6.8 |
2460 | 2024-11-02T03:40:00.718Z | Compiling serde_tokenstream v0.2.2 |
2461 | 2024-11-02T03:40:01.315Z | Compiling dof v0.3.0 |
2462 | 2024-11-02T03:40:03.619Z | Compiling toml_edit v0.22.22 |
2463 | 2024-11-02T03:40:04.125Z | Compiling camino v1.1.9 |
2464 | 2024-11-02T03:40:05.259Z | Compiling usdt-attr-macro v0.5.0 |
2465 | 2024-11-02T03:40:05.273Z | Compiling usdt-macro v0.5.0 |
2466 | 2024-11-02T03:40:06.517Z | Compiling semver v1.0.23 |
2467 | 2024-11-02T03:40:06.640Z | Compiling cargo-platform v0.1.8 |
2468 | 2024-11-02T03:40:07.477Z | Compiling toml v0.8.19 |
2469 | 2024-11-02T03:40:07.617Z | Compiling cargo_metadata v0.18.1 |
2470 | 2024-11-02T03:40:07.732Z | Compiling usdt v0.5.0 |
2471 | 2024-11-02T03:40:07.977Z | Compiling camino-tempfile v1.1.1 |
2472 | 2024-11-02T03:40:08.778Z | Compiling cargo_toml v0.20.5 |
2473 | 2024-11-02T03:40:09.163Z | Compiling macaddr v1.0.1 |
2474 | 2024-11-02T03:40:09.799Z | Compiling clap v4.5.20 |
2475 | 2024-11-02T03:40:22.118Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2476 | 2024-11-02T03:40:32.898Z | Finished `release` profile [optimized] target(s) in 54.56s |
2477 | 2024-11-02T03:40:33.014Z | |
2478 | 2024-11-02T03:40:33.014Z | real 54.705213050 |
2479 | 2024-11-02T03:40:33.014Z | user 5:38.316206096 |
2480 | 2024-11-02T03:40:33.017Z | sys 28.847276744 |
2481 | 2024-11-02T03:40:33.017Z | trap 0.151101595 |
2482 | 2024-11-02T03:40:33.017Z | tflt 0.315372877 |
2483 | 2024-11-02T03:40:33.017Z | dflt 0.478658449 |
2484 | 2024-11-02T03:40:33.017Z | kflt 0.000006659 |
2485 | 2024-11-02T03:40:33.017Z | lock 11:11.692733781 |
2486 | 2024-11-02T03:40:33.017Z | slp 17:07.243795574 |
2487 | 2024-11-02T03:40:33.017Z | lat 11.691939572 |
2488 | 2024-11-02T03:40:33.017Z | stop 12.882323570 |
2489 | 2024-11-02T03:40:33.017Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2490 | 2024-11-02T03:40:33.017Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2491 | 2024-11-02T03:40:33.017Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2492 | 2024-11-02T03:40:33.017Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2493 | 2024-11-02T03:40:33.017Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2494 | 2024-11-02T03:40:33.829Z | Compiling hashbrown v0.14.5 |
2495 | 2024-11-02T03:40:33.955Z | Compiling unsafe-libyaml v0.2.11 |
2496 | 2024-11-02T03:40:33.976Z | Compiling progenitor-client v0.8.0 |
2497 | 2024-11-02T03:40:33.990Z | Compiling ident_case v1.0.1 |
2498 | 2024-11-02T03:40:33.990Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2499 | 2024-11-02T03:40:33.990Z | Compiling ipnetwork v0.20.0 |
2500 | 2024-11-02T03:40:33.991Z | Compiling instant v0.1.13 |
2501 | 2024-11-02T03:40:33.991Z | Compiling structmeta-derive v0.3.0 |
2502 | 2024-11-02T03:40:34.110Z | Compiling darling_core v0.20.10 |
2503 | 2024-11-02T03:40:34.129Z | Compiling newtype-uuid v1.1.2 |
2504 | 2024-11-02T03:40:34.415Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2505 | 2024-11-02T03:40:34.448Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2506 | 2024-11-02T03:40:34.804Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2507 | 2024-11-02T03:40:34.872Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2508 | 2024-11-02T03:40:35.128Z | Compiling backoff v0.4.0 |
2509 | 2024-11-02T03:40:35.153Z | Compiling regress v0.10.1 |
2510 | 2024-11-02T03:40:35.252Z | Compiling serde_yaml v0.9.34+deprecated |
2511 | 2024-11-02T03:40:35.268Z | Compiling regress v0.9.1 |
2512 | 2024-11-02T03:40:35.501Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2513 | 2024-11-02T03:40:35.626Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2514 | 2024-11-02T03:40:35.685Z | Compiling macaddr v1.0.1 |
2515 | 2024-11-02T03:40:35.755Z | Compiling tempfile v3.13.0 |
2516 | 2024-11-02T03:40:35.797Z | Compiling proc-macro-crate v1.3.1 |
2517 | 2024-11-02T03:40:36.115Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2518 | 2024-11-02T03:40:36.522Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2519 | 2024-11-02T03:40:36.606Z | Compiling foreign-types-macros v0.2.3 |
2520 | 2024-11-02T03:40:36.815Z | Compiling structmeta v0.3.0 |
2521 | 2024-11-02T03:40:36.854Z | Compiling num_enum_derive v0.5.11 |
2522 | 2024-11-02T03:40:36.870Z | Compiling heapless v0.8.0 |
2523 | 2024-11-02T03:40:37.240Z | Compiling parse-display-derive v0.10.0 |
2524 | 2024-11-02T03:40:37.508Z | Compiling foreign-types-shared v0.3.1 |
2525 | 2024-11-02T03:40:37.897Z | Compiling foreign-types v0.5.0 |
2526 | 2024-11-02T03:40:38.024Z | Compiling proc-macro-error v1.0.4 |
2527 | 2024-11-02T03:40:38.326Z | Compiling camino-tempfile v1.1.1 |
2528 | 2024-11-02T03:40:38.703Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2529 | 2024-11-02T03:40:38.793Z | Compiling hash32 v0.3.1 |
2530 | 2024-11-02T03:40:39.046Z | Compiling typify-impl v0.2.0 |
2531 | 2024-11-02T03:40:39.219Z | Compiling cstr-argument v0.1.2 |
2532 | 2024-11-02T03:40:39.372Z | Compiling num_enum v0.5.11 |
2533 | 2024-11-02T03:40:39.487Z | Compiling smoltcp v0.11.0 |
2534 | 2024-11-02T03:40:39.533Z | Compiling crucible-workspace-hack v0.1.0 |
2535 | 2024-11-02T03:40:39.550Z | Compiling pretty-hex v0.2.1 |
2536 | 2024-11-02T03:40:39.747Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2537 | 2024-11-02T03:40:39.854Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2538 | 2024-11-02T03:40:40.038Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2539 | 2024-11-02T03:40:40.101Z | Compiling tabwriter v1.4.0 |
2540 | 2024-11-02T03:40:40.250Z | Compiling colored v2.1.0 |
2541 | 2024-11-02T03:40:40.270Z | Compiling cobs v0.2.3 |
2542 | 2024-11-02T03:40:40.430Z | Compiling darling_macro v0.20.10 |
2543 | 2024-11-02T03:40:40.558Z | Compiling postcard v1.0.10 |
2544 | 2024-11-02T03:40:40.625Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2545 | 2024-11-02T03:40:40.686Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2546 | 2024-11-02T03:40:40.870Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2547 | 2024-11-02T03:40:40.990Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2548 | 2024-11-02T03:40:41.014Z | Compiling smf v0.2.3 |
2549 | 2024-11-02T03:40:41.185Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2550 | 2024-11-02T03:40:41.343Z | Compiling darling v0.20.10 |
2551 | 2024-11-02T03:40:41.467Z | Compiling serde_with_macros v3.11.0 |
2552 | 2024-11-02T03:40:41.518Z | Compiling zone_cfg_derive v0.3.0 |
2553 | 2024-11-02T03:40:41.550Z | Compiling parse-display v0.10.0 |
2554 | 2024-11-02T03:40:41.765Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2555 | 2024-11-02T03:40:42.226Z | Compiling num-derive v0.4.2 |
2556 | 2024-11-02T03:40:42.253Z | Compiling sigpipe v0.1.3 |
2557 | 2024-11-02T03:40:42.404Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2558 | 2024-11-02T03:40:42.406Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2559 | 2024-11-02T03:40:42.753Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2560 | 2024-11-02T03:40:43.057Z | Compiling zone v0.3.0 |
2561 | 2024-11-02T03:40:43.221Z | Compiling universal-hash v0.5.1 |
2562 | 2024-11-02T03:40:43.433Z | Compiling opaque-debug v0.3.1 |
2563 | 2024-11-02T03:40:43.514Z | Compiling num-rational v0.4.2 |
2564 | 2024-11-02T03:40:43.544Z | Compiling password-hash v0.5.0 |
2565 | 2024-11-02T03:40:44.312Z | Compiling serde_with v3.11.0 |
2566 | 2024-11-02T03:40:44.527Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2567 | 2024-11-02T03:40:44.549Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2568 | 2024-11-02T03:40:44.637Z | Compiling blake2 v0.10.6 |
2569 | 2024-11-02T03:40:45.154Z | Compiling num-complex v0.4.6 |
2570 | 2024-11-02T03:40:45.341Z | Compiling aead v0.5.2 |
2571 | 2024-11-02T03:40:45.470Z | Compiling keccak v0.1.5 |
2572 | 2024-11-02T03:40:45.728Z | Compiling convert_case v0.4.0 |
2573 | 2024-11-02T03:40:46.024Z | Compiling sha3 v0.10.8 |
2574 | 2024-11-02T03:40:46.121Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2575 | 2024-11-02T03:40:46.262Z | Compiling num v0.4.3 |
2576 | 2024-11-02T03:40:46.382Z | Compiling argon2 v0.5.3 |
2577 | 2024-11-02T03:40:46.556Z | Compiling poly1305 v0.8.0 |
2578 | 2024-11-02T03:40:46.589Z | Compiling tungstenite v0.21.0 |
2579 | 2024-11-02T03:40:46.675Z | Compiling derive_more v0.99.18 |
2580 | 2024-11-02T03:40:47.090Z | Compiling chacha20 v0.9.1 |
2581 | 2024-11-02T03:40:47.609Z | Compiling float-ord v0.3.2 |
2582 | 2024-11-02T03:40:47.798Z | Compiling base64 v0.21.7 |
2583 | 2024-11-02T03:40:48.251Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2584 | 2024-11-02T03:40:48.309Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2585 | 2024-11-02T03:40:48.344Z | Compiling tokio-tungstenite v0.21.0 |
2586 | 2024-11-02T03:40:48.563Z | Compiling semver v0.1.20 |
2587 | 2024-11-02T03:40:48.770Z | Compiling same-file v1.0.6 |
2588 | 2024-11-02T03:40:48.773Z | Compiling newline-converter v0.3.0 |
2589 | 2024-11-02T03:40:48.909Z | Compiling rustc_version v0.1.7 |
2590 | 2024-11-02T03:40:48.925Z | Compiling walkdir v2.5.0 |
2591 | 2024-11-02T03:40:49.022Z | Compiling primeorder v0.13.6 |
2592 | 2024-11-02T03:40:49.166Z | Compiling secrecy v0.8.0 |
2593 | 2024-11-02T03:40:49.210Z | Compiling home v0.5.9 |
2594 | 2024-11-02T03:40:49.403Z | Compiling owo-colors v4.1.0 |
2595 | 2024-11-02T03:40:49.459Z | Compiling cancel-safe-futures v0.1.5 |
2596 | 2024-11-02T03:40:49.496Z | Compiling prettyplease v0.2.22 |
2597 | 2024-11-02T03:40:49.551Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2598 | 2024-11-02T03:40:49.568Z | Compiling newtype_derive v0.1.6 |
2599 | 2024-11-02T03:40:49.729Z | Compiling expectorate v1.1.0 |
2600 | 2024-11-02T03:40:49.753Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2601 | 2024-11-02T03:40:49.825Z | Compiling thiserror-impl-no-std v2.0.2 |
2602 | 2024-11-02T03:40:49.840Z | Compiling blake3 v1.5.4 |
2603 | 2024-11-02T03:40:49.879Z | Compiling ring v0.16.20 |
2604 | 2024-11-02T03:40:49.922Z | Compiling unicase v2.7.0 |
2605 | 2024-11-02T03:40:50.051Z | Compiling half v2.4.1 |
2606 | 2024-11-02T03:40:50.238Z | Compiling ciborium-io v0.2.2 |
2607 | 2024-11-02T03:40:50.383Z | Compiling arc-swap v1.7.1 |
2608 | 2024-11-02T03:40:50.612Z | Compiling ciborium-ll v0.2.2 |
2609 | 2024-11-02T03:40:50.646Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2610 | 2024-11-02T03:40:50.959Z | Compiling slog-scope v4.4.0 |
2611 | 2024-11-02T03:40:51.477Z | Compiling polyval v0.6.2 |
2612 | 2024-11-02T03:40:51.626Z | Compiling atomicwrites v0.4.4 |
2613 | 2024-11-02T03:40:51.916Z | Compiling libsw v3.3.1 |
2614 | 2024-11-02T03:40:51.995Z | Compiling memmap2 v0.9.5 |
2615 | 2024-11-02T03:40:52.257Z | Compiling constant_time_eq v0.3.1 |
2616 | 2024-11-02T03:40:52.455Z | Compiling libefi-sys v0.1.0 |
2617 | 2024-11-02T03:40:52.510Z | Compiling linear-map v1.2.0 |
2618 | 2024-11-02T03:40:52.766Z | Compiling indent_write v2.2.0 |
2619 | 2024-11-02T03:40:52.852Z | Compiling thiserror-no-std v2.0.2 |
2620 | 2024-11-02T03:40:52.902Z | Compiling salty v0.3.0 |
2621 | 2024-11-02T03:40:52.973Z | Compiling spin v0.5.2 |
2622 | 2024-11-02T03:40:52.976Z | Compiling arrayref v0.3.9 |
2623 | 2024-11-02T03:40:53.105Z | Compiling arrayvec v0.7.6 |
2624 | 2024-11-02T03:40:53.226Z | Compiling untrusted v0.7.1 |
2625 | 2024-11-02T03:40:53.351Z | Compiling parking_lot_core v0.8.6 |
2626 | 2024-11-02T03:40:53.423Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2627 | 2024-11-02T03:40:53.558Z | Compiling vsss-rs v3.3.4 |
2628 | 2024-11-02T03:40:53.889Z | Compiling ghash v0.5.1 |
2629 | 2024-11-02T03:40:53.909Z | Compiling slog-stdlog v4.1.1 |
2630 | 2024-11-02T03:40:54.118Z | Compiling ciborium v0.2.2 |
2631 | 2024-11-02T03:40:54.558Z | Compiling p384 v0.13.0 |
2632 | 2024-11-02T03:40:54.576Z | Compiling toolchain_find v0.4.0 |
2633 | 2024-11-02T03:40:54.763Z | Compiling chacha20poly1305 v0.10.1 |
2634 | 2024-11-02T03:40:55.000Z | Compiling itertools v0.13.0 |
2635 | 2024-11-02T03:40:55.234Z | Compiling lzma-sys v0.1.20 |
2636 | 2024-11-02T03:40:55.259Z | Compiling typify-macro v0.2.0 |
2637 | 2024-11-02T03:40:55.624Z | Compiling ctr v0.9.2 |
2638 | 2024-11-02T03:40:56.003Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2639 | 2024-11-02T03:40:56.025Z | Compiling bitfield-struct v0.6.2 |
2640 | 2024-11-02T03:40:56.043Z | Compiling slog-dtrace v0.3.0 |
2641 | 2024-11-02T03:40:56.369Z | Compiling topological-sort v0.2.2 |
2642 | 2024-11-02T03:40:56.430Z | Compiling highway v1.2.0 |
2643 | 2024-11-02T03:40:56.609Z | Compiling omicron-zone-package v0.11.1 |
2644 | 2024-11-02T03:40:57.336Z | Compiling aes-gcm v0.10.3 |
2645 | 2024-11-02T03:40:57.363Z | Compiling rustfmt-wrapper v0.2.1 |
2646 | 2024-11-02T03:40:57.412Z | Compiling mime_guess v2.0.5 |
2647 | 2024-11-02T03:40:57.508Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2648 | 2024-11-02T03:40:57.648Z | Compiling steno v0.4.1 |
2649 | 2024-11-02T03:40:57.945Z | Compiling slog-envlogger v2.2.0 |
2650 | 2024-11-02T03:40:58.536Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2651 | 2024-11-02T03:40:58.698Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2652 | 2024-11-02T03:40:58.716Z | Compiling heck v0.3.3 |
2653 | 2024-11-02T03:40:58.877Z | Compiling ssh-encoding v0.2.0 |
2654 | 2024-11-02T03:40:59.149Z | Compiling blowfish v0.9.1 |
2655 | 2024-11-02T03:40:59.203Z | Compiling nibble_vec v0.1.0 |
2656 | 2024-11-02T03:40:59.230Z | Compiling env_filter v0.1.2 |
2657 | 2024-11-02T03:40:59.419Z | Compiling humantime v2.1.0 |
2658 | 2024-11-02T03:40:59.436Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2659 | 2024-11-02T03:40:59.540Z | Compiling typify v0.2.0 |
2660 | 2024-11-02T03:40:59.602Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2661 | 2024-11-02T03:40:59.702Z | Compiling progenitor-impl v0.8.0 |
2662 | 2024-11-02T03:40:59.732Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2663 | 2024-11-02T03:40:59.838Z | Compiling endian-type v0.1.2 |
2664 | 2024-11-02T03:40:59.861Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2665 | 2024-11-02T03:40:59.932Z | Compiling env_logger v0.11.5 |
2666 | 2024-11-02T03:40:59.948Z | Compiling bcrypt-pbkdf v0.10.0 |
2667 | 2024-11-02T03:40:59.962Z | Compiling ssh-cipher v0.2.0 |
2668 | 2024-11-02T03:41:00.052Z | Compiling radix_trie v0.2.1 |
2669 | 2024-11-02T03:41:00.555Z | Compiling zone_cfg_derive v0.1.2 |
2670 | 2024-11-02T03:41:00.738Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2671 | 2024-11-02T03:41:00.853Z | Compiling parking_lot v0.11.2 |
2672 | 2024-11-02T03:41:01.129Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2673 | 2024-11-02T03:41:01.662Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2674 | 2024-11-02T03:41:01.705Z | Compiling gethostname v0.5.0 |
2675 | 2024-11-02T03:41:01.735Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2676 | 2024-11-02T03:41:01.910Z | Compiling password-hash v0.4.2 |
2677 | 2024-11-02T03:41:02.004Z | Compiling fxhash v0.2.1 |
2678 | 2024-11-02T03:41:02.073Z | Compiling base64 v0.13.1 |
2679 | 2024-11-02T03:41:02.125Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2680 | 2024-11-02T03:41:02.219Z | Compiling matches v0.1.10 |
2681 | 2024-11-02T03:41:02.380Z | Compiling pbkdf2 v0.11.0 |
2682 | 2024-11-02T03:41:02.405Z | Compiling idna v0.2.3 |
2683 | 2024-11-02T03:41:02.501Z | Compiling sled v0.34.7 |
2684 | 2024-11-02T03:41:02.522Z | Compiling zone v0.1.8 |
2685 | 2024-11-02T03:41:02.731Z | Compiling ron v0.7.1 |
2686 | 2024-11-02T03:41:02.752Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2687 | 2024-11-02T03:41:02.793Z | Compiling xz2 v0.1.7 |
2688 | 2024-11-02T03:41:03.314Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2689 | 2024-11-02T03:41:04.039Z | Compiling hickory-client v0.24.1 |
2690 | 2024-11-02T03:41:04.063Z | Compiling ssh-key v0.6.6 |
2691 | 2024-11-02T03:41:04.683Z | Compiling p256 v0.13.2 |
2692 | 2024-11-02T03:41:04.912Z | Compiling p521 v0.13.3 |
2693 | 2024-11-02T03:41:05.107Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2694 | 2024-11-02T03:41:05.483Z | Compiling hickory-server v0.24.1 |
2695 | 2024-11-02T03:41:05.517Z | Compiling enum-as-inner v0.5.1 |
2696 | 2024-11-02T03:41:06.222Z | Compiling pem v3.0.4 |
2697 | 2024-11-02T03:41:06.567Z | Compiling yasna v0.5.2 |
2698 | 2024-11-02T03:41:06.973Z | Compiling headers-core v0.3.0 |
2699 | 2024-11-02T03:41:07.149Z | Compiling kstat-rs v0.2.4 |
2700 | 2024-11-02T03:41:07.254Z | Compiling progenitor-macro v0.8.0 |
2701 | 2024-11-02T03:41:07.274Z | Compiling nanorand v0.7.0 |
2702 | 2024-11-02T03:41:07.825Z | Compiling atty v0.2.14 |
2703 | 2024-11-02T03:41:07.859Z | Compiling russh-cryptovec v0.7.3 |
2704 | 2024-11-02T03:41:07.986Z | Compiling http-range v0.1.5 |
2705 | 2024-11-02T03:41:08.193Z | Compiling md5 v0.7.0 |
2706 | 2024-11-02T03:41:08.288Z | Compiling glob v0.3.1 |
2707 | 2024-11-02T03:41:08.365Z | Compiling hyper-staticfile v0.10.1 |
2708 | 2024-11-02T03:41:08.591Z | Compiling russh-keys v0.45.0 |
2709 | 2024-11-02T03:41:08.610Z | Compiling flume v0.11.0 |
2710 | 2024-11-02T03:41:08.708Z | Compiling rcgen v0.12.1 |
2711 | 2024-11-02T03:41:09.267Z | Compiling headers v0.4.0 |
2712 | 2024-11-02T03:41:09.326Z | Compiling trust-dns-proto v0.22.0 |
2713 | 2024-11-02T03:41:09.506Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2714 | 2024-11-02T03:41:11.040Z | Compiling num-bigint v0.4.6 |
2715 | 2024-11-02T03:41:11.242Z | Compiling des v0.8.1 |
2716 | 2024-11-02T03:41:11.608Z | Compiling subprocess v0.2.9 |
2717 | 2024-11-02T03:41:12.359Z | Compiling dhcproto-macros v0.1.0 |
2718 | 2024-11-02T03:41:12.669Z | Compiling hex-literal v0.4.1 |
2719 | 2024-11-02T03:41:12.840Z | Compiling display-error-chain v0.2.2 |
2720 | 2024-11-02T03:41:13.059Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2721 | 2024-11-02T03:41:13.215Z | Compiling internet-checksum v0.2.1 |
2722 | 2024-11-02T03:41:13.686Z | Compiling dhcproto v0.12.0 |
2723 | 2024-11-02T03:41:14.102Z | Compiling russh v0.45.0 |
2724 | 2024-11-02T03:41:18.476Z | Compiling progenitor v0.8.0 |
2725 | 2024-11-02T03:41:18.586Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2726 | 2024-11-02T03:41:18.588Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2727 | 2024-11-02T03:41:18.588Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2728 | 2024-11-02T03:41:18.588Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2729 | 2024-11-02T03:41:18.588Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2730 | 2024-11-02T03:41:18.659Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2731 | 2024-11-02T03:41:18.687Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2732 | 2024-11-02T03:41:20.034Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2733 | 2024-11-02T03:41:20.824Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2734 | 2024-11-02T03:41:21.139Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2735 | 2024-11-02T03:41:23.817Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2736 | 2024-11-02T03:41:24.800Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2737 | 2024-11-02T03:41:33.051Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2738 | 2024-11-02T03:41:33.051Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2739 | 2024-11-02T03:41:33.054Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2740 | 2024-11-02T03:41:33.054Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2741 | 2024-11-02T03:41:33.864Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2742 | 2024-11-02T03:41:36.065Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2743 | 2024-11-02T03:41:37.000Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2744 | 2024-11-02T03:41:37.003Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2745 | 2024-11-02T03:41:37.539Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2746 | 2024-11-02T03:41:38.000Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2747 | 2024-11-02T03:41:40.340Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2748 | 2024-11-02T03:41:40.922Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2749 | 2024-11-02T03:41:41.060Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2750 | 2024-11-02T03:41:41.828Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2751 | 2024-11-02T03:41:41.968Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2752 | 2024-11-02T03:41:42.060Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2753 | 2024-11-02T03:41:43.320Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2754 | 2024-11-02T03:41:44.532Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2755 | 2024-11-02T03:41:46.699Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2756 | 2024-11-02T03:41:47.149Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2757 | 2024-11-02T03:41:47.407Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2758 | 2024-11-02T03:41:47.597Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2759 | 2024-11-02T03:41:48.206Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2760 | 2024-11-02T03:41:52.180Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2761 | 2024-11-02T03:41:52.781Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2762 | 2024-11-02T03:41:53.713Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2763 | 2024-11-02T03:41:54.183Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2764 | 2024-11-02T03:41:55.419Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2765 | 2024-11-02T03:41:59.536Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2766 | 2024-11-02T03:42:07.677Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2767 | 2024-11-02T03:42:09.410Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2768 | 2024-11-02T03:43:05.408Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-11-02T03:43:35.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 02s |
2770 | 2024-11-02T03:43:35.597Z | |
2771 | 2024-11-02T03:43:35.597Z | real 3:02.540171474 |
2772 | 2024-11-02T03:43:35.597Z | user 11:42.323522335 |
2773 | 2024-11-02T03:43:35.600Z | sys 2:17.387807243 |
2774 | 2024-11-02T03:43:35.600Z | trap 0.297369443 |
2775 | 2024-11-02T03:43:35.600Z | tflt 0.673592011 |
2776 | 2024-11-02T03:43:35.600Z | dflt 1.693456506 |
2777 | 2024-11-02T03:43:35.600Z | kflt 0.000031916 |
2778 | 2024-11-02T03:43:35.600Z | lock 24:43.428025333 |
2779 | 2024-11-02T03:43:35.600Z | slp 41:21.694300722 |
2780 | 2024-11-02T03:43:35.600Z | lat 33.560808544 |
2781 | 2024-11-02T03:43:35.600Z | stop 1:12.776687292 |
2782 | 2024-11-02T03:43:35.600Z | + mkdir tests |
2783 | 2024-11-02T03:43:35.603Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2784 | 2024-11-02T03:43:35.603Z | + xargs -I '{}' -t cp '{}' tests/ |
2785 | 2024-11-02T03:43:36.731Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b5300dcde160e622 tests/ |
2786 | 2024-11-02T03:43:36.758Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b604f93d62bd9051 tests/ |
2787 | 2024-11-02T03:43:36.784Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3ba751ba3265c349 tests/ |
2788 | 2024-11-02T03:43:36.810Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-20d0e05c448f1c0c tests/ |
2789 | 2024-11-02T03:43:37.021Z | + 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/*) |
2790 | 2024-11-02T03:43:37.023Z | + 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-b604f93d62bd9051 tests/commtest-3ba751ba3265c349 tests/dhcp_server-b5300dcde160e622 tests/end_to_end_tests-20d0e05c448f1c0c 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 |
2791 | 2024-11-02T03:44:42.483Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2792 | 2024-11-02T03:44:42.483Z | a .github/buildomat/ci-env.sh 1K |
2793 | 2024-11-02T03:44:42.483Z | a out/target/test 1K |
2794 | 2024-11-02T03:44:42.483Z | a out/npuzone/npuzone 23144K |
2795 | 2024-11-02T03:44:42.483Z | a package-manifest.toml 32K |
2796 | 2024-11-02T03:44:42.483Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2797 | 2024-11-02T03:44:42.483Z | a target/release/omicron-package 32528K |
2798 | 2024-11-02T03:44:42.483Z | a target/release/xtask 11746K |
2799 | 2024-11-02T03:44:42.483Z | a target/debug/bootstrap 196072K |
2800 | 2024-11-02T03:44:42.483Z | a tests/bootstrap-b604f93d62bd9051 23991K |
2801 | 2024-11-02T03:44:42.483Z | a tests/commtest-3ba751ba3265c349 24191K |
2802 | 2024-11-02T03:44:42.483Z | a tests/dhcp_server-b5300dcde160e622 23991K |
2803 | 2024-11-02T03:44:42.483Z | a tests/end_to_end_tests-20d0e05c448f1c0c 213521K |
2804 | 2024-11-02T03:44:42.484Z | a out/clickhouse.tar.gz 244336K |
2805 | 2024-11-02T03:44:42.484Z | a out/clickhouse_keeper.tar.gz 244314K |
2806 | 2024-11-02T03:44:42.484Z | a out/clickhouse_server.tar.gz 244312K |
2807 | 2024-11-02T03:44:42.484Z | a out/cockroachdb.tar.gz 130033K |
2808 | 2024-11-02T03:44:42.484Z | a out/crucible-dtrace.tar 83K |
2809 | 2024-11-02T03:44:42.484Z | a out/crucible-pantry-zone.tar.gz 26852K |
2810 | 2024-11-02T03:44:42.484Z | a out/crucible-zone.tar.gz 35058K |
2811 | 2024-11-02T03:44:42.484Z | a out/external-dns.tar.gz 30751K |
2812 | 2024-11-02T03:44:42.484Z | a out/internal-dns.tar.gz 30752K |
2813 | 2024-11-02T03:44:42.484Z | a out/mg-ddm-gz.tar 62661K |
2814 | 2024-11-02T03:44:42.484Z | a out/nexus.tar.gz 96413K |
2815 | 2024-11-02T03:44:42.484Z | a out/ntp.tar.gz 9035K |
2816 | 2024-11-02T03:44:42.484Z | a out/omicron-gateway-softnpu.tar.gz 21680K |
2817 | 2024-11-02T03:44:42.484Z | a out/omicron-sled-agent.tar 104268K |
2818 | 2024-11-02T03:44:42.484Z | a out/overlay.tar.gz 3K |
2819 | 2024-11-02T03:44:42.484Z | a out/oximeter.tar.gz 46028K |
2820 | 2024-11-02T03:44:42.484Z | a out/oxlog.tar 3072K |
2821 | 2024-11-02T03:44:42.484Z | a out/probe.tar.gz 2764K |
2822 | 2024-11-02T03:44:42.484Z | a out/propolis-server.tar.gz 66584K |
2823 | 2024-11-02T03:44:42.484Z | a out/pumpkind-gz.tar 26665K |
2824 | 2024-11-02T03:44:42.484Z | a out/switch-softnpu.tar.gz 224518K |
2825 | 2024-11-02T03:44:42.487Z | |
2826 | 2024-11-02T03:44:42.487Z | real 1:05.457144757 |
2827 | 2024-11-02T03:44:42.487Z | user 1:02.516481713 |
2828 | 2024-11-02T03:44:42.487Z | sys 4.155767554 |
2829 | 2024-11-02T03:44:42.487Z | trap 0.015976942 |
2830 | 2024-11-02T03:44:42.487Z | tflt 0.000000000 |
2831 | 2024-11-02T03:44:42.487Z | dflt 0.000000000 |
2832 | 2024-11-02T03:44:42.487Z | kflt 0.000000000 |
2833 | 2024-11-02T03:44:42.487Z | lock 0.000000000 |
2834 | 2024-11-02T03:44:42.487Z | slp 1:02.391433667 |
2835 | 2024-11-02T03:44:42.487Z | lat 1.829041419 |
2836 | 2024-11-02T03:44:42.487Z | stop 0.000648018 |
2837 | 2024-11-02T03:44:42.487Z | process exited: duration 2015928 ms, exit code 0 |
|
2838 | 2024-11-02T03:44:42.501Z | found 1 output files |
2839 | 2024-11-02T03:44:42.501Z | uploading: /work/package.tar.gz (1694687847 bytes) |
2840 | 2024-11-02T03:45:15.876Z | uploaded: /work/package.tar.gz |