|
|
|
1 | 2024-10-31T19:03:33.119Z | job assigned to worker 01JBHZA890NC9P6M1CZ5ZHM9Y3 (queued for 1 m 11 s) |
|
2 | 2024-10-31T19:03:41.408Z | starting task 0: "setup" |
3 | 2024-10-31T19:03:41.418Z | ++ uname -s |
4 | 2024-10-31T19:03:41.422Z | + kern=SunOS |
5 | 2024-10-31T19:03:41.422Z | + case "$kern" in |
6 | 2024-10-31T19:03:41.422Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T19:03:41.422Z | + groupadd -g 12345 build |
8 | 2024-10-31T19:03:41.422Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T19:03:43.432Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T19:03:43.522Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T19:03:43.525Z | + home_fs=zfs |
12 | 2024-10-31T19:03:43.525Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T19:03:43.525Z | + mkdir -p /home/build |
14 | 2024-10-31T19:03:43.528Z | + chown build:build /home/build /work |
15 | 2024-10-31T19:03:44.528Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T19:03:44.532Z | process exited: duration 3123 ms, exit code 0 |
|
17 | 2024-10-31T19:03:44.537Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T19:03:44.542Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T19:03:44.542Z | ' 1.82.0 |
20 | 2024-10-31T19:03:44.542Z | * toolchain channel = "1.82.0" |
21 | 2024-10-31T19:03:44.542Z | * toolchain profile = "default" |
22 | 2024-10-31T19:03:44.543Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-31T19:03:44.543Z | ' default |
24 | 2024-10-31T19:03:44.546Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T19:03:44.546Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-31T19:03:44.664Z | info: downloading installer |
27 | 2024-10-31T19:03:46.279Z | info: profile set to 'default' |
28 | 2024-10-31T19:03:46.279Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T19:03:46.281Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-31T19:03:46.418Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-31T19:03:46.418Z | info: downloading component 'cargo' |
32 | 2024-10-31T19:03:47.139Z | info: downloading component 'clippy' |
33 | 2024-10-31T19:03:47.415Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T19:03:48.437Z | info: downloading component 'rust-std' |
35 | 2024-10-31T19:03:50.047Z | info: downloading component 'rustc' |
36 | 2024-10-31T19:03:55.834Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T19:03:56.062Z | info: installing component 'cargo' |
38 | 2024-10-31T19:03:56.922Z | info: installing component 'clippy' |
39 | 2024-10-31T19:03:57.314Z | info: installing component 'rust-docs' |
40 | 2024-10-31T19:03:59.027Z | info: installing component 'rust-std' |
41 | 2024-10-31T19:04:00.888Z | info: installing component 'rustc' |
42 | 2024-10-31T19:04:07.252Z | info: installing component 'rustfmt' |
43 | 2024-10-31T19:04:07.599Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-31T19:04:07.599Z | |
45 | 2024-10-31T19:04:07.974Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-31T19:04:07.974Z | |
47 | 2024-10-31T19:04:07.977Z | |
48 | 2024-10-31T19:04:07.977Z | Rust is installed now. Great! |
49 | 2024-10-31T19:04:07.977Z | |
50 | 2024-10-31T19:04:07.977Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T19:04:07.977Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T19:04:07.977Z | |
53 | 2024-10-31T19:04:07.977Z | To configure your current shell, you need to source |
54 | 2024-10-31T19:04:07.977Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T19:04:07.977Z | |
56 | 2024-10-31T19:04:07.977Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T19:04:07.977Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T19:04:07.977Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T19:04:08.048Z | + rustc --version |
60 | 2024-10-31T19:04:08.114Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-31T19:04:08.117Z | process exited: duration 23578 ms, exit code 0 |
|
62 | 2024-10-31T19:04:08.122Z | starting task 2: "authentication" |
63 | 2024-10-31T19:04:08.143Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-10-31T19:04:08.148Z | starting task 3: "clone repository" |
65 | 2024-10-31T19:04:08.153Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T19:04:08.156Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T19:04:09.254Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T19:04:16.927Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T19:04:16.927Z | + git fetch origin 9b3691a771fb5e1c0efb5d3212c06b121e4b1033 |
70 | 2024-10-31T19:04:17.215Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T19:04:17.215Z | * branch 9b3691a771fb5e1c0efb5d3212c06b121e4b1033 -> FETCH_HEAD |
72 | 2024-10-31T19:04:17.224Z | + [[ -n iliana/tuf-repo-depot ]] |
73 | 2024-10-31T19:04:17.227Z | ++ git branch --show-current |
74 | 2024-10-31T19:04:17.230Z | + current=main |
75 | 2024-10-31T19:04:17.230Z | + [[ main != iliana/tuf-repo-depot ]] |
76 | 2024-10-31T19:04:17.230Z | + git branch -f iliana/tuf-repo-depot 9b3691a771fb5e1c0efb5d3212c06b121e4b1033 |
77 | 2024-10-31T19:04:17.233Z | + git checkout -f iliana/tuf-repo-depot |
78 | 2024-10-31T19:04:17.398Z | Switched to branch 'iliana/tuf-repo-depot' |
79 | 2024-10-31T19:04:17.401Z | + git reset --hard 9b3691a771fb5e1c0efb5d3212c06b121e4b1033 |
80 | 2024-10-31T19:04:17.561Z | HEAD is now at 9b3691a77 Merge remote-tracking branch 'origin/main' into iliana/tuf-repo-depot |
81 | 2024-10-31T19:04:17.563Z | process exited: duration 9413 ms, exit code 0 |
|
82 | 2024-10-31T19:04:17.570Z | starting task 4: "build" |
83 | 2024-10-31T19:04:17.575Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-31T19:04:17.578Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-31T19:04:17.578Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-31T19:04:17.578Z | + cargo --version |
87 | 2024-10-31T19:04:17.632Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-10-31T19:04:17.634Z | + rustc --version |
89 | 2024-10-31T19:04:17.695Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-10-31T19:04:17.698Z | + WORK=/work |
91 | 2024-10-31T19:04:17.698Z | + pfexec mkdir -p /work |
92 | 2024-10-31T19:04:17.701Z | + pfexec chown build /work |
93 | 2024-10-31T19:04:17.704Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-10-31T19:04:37.712Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-10-31T19:04:41.144Z | Startup: Caching catalogs ... Done |
96 | 2024-10-31T19:04:48.169Z | Planning: Solver setup ... Done (6.237s) |
97 | 2024-10-31T19:04:48.260Z | Planning: Running solver ... Done (0.092s) |
98 | 2024-10-31T19:04:48.394Z | Planning: Finding local manifests ... Done (0.055s) |
99 | 2024-10-31T19:04:48.425Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-10-31T19:04:49.070Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-10-31T19:04:49.399Z | Planning: Package planning ... Done (0.329s) |
102 | 2024-10-31T19:04:49.455Z | Planning: Merging actions ... Done (0.056s) |
103 | 2024-10-31T19:04:50.579Z | Planning: Checking for conflicting actions ... Done (1.124s) |
104 | 2024-10-31T19:04:58.259Z | Planning: Consolidating action changes ... Done (7.679s) |
105 | 2024-10-31T19:04:58.691Z | Planning: Evaluating mediators ... Done (0.432s) |
106 | 2024-10-31T19:04:58.816Z | Planning: Planning completed in 17.59 seconds |
107 | 2024-10-31T19:04:58.832Z | Packages to install: 4 |
108 | 2024-10-31T19:04:58.832Z | Packages to update: 1 |
109 | 2024-10-31T19:04:58.835Z | Mediators to change: 2 |
110 | 2024-10-31T19:04:58.835Z | Services to change: 1 |
111 | 2024-10-31T19:04:58.835Z | Estimated space available: 155.61 GB |
112 | 2024-10-31T19:04:58.835Z | Estimated space to be consumed: 1.58 GB |
113 | 2024-10-31T19:04:58.835Z | Create boot environment: No |
114 | 2024-10-31T19:04:58.835Z | Create backup boot environment: Yes |
115 | 2024-10-31T19:04:58.835Z | Rebuild boot archive: No |
116 | 2024-10-31T19:04:58.835Z | |
117 | 2024-10-31T19:04:58.835Z | Changed mediators: |
118 | 2024-10-31T19:04:58.835Z | mediator clang: |
119 | 2024-10-31T19:04:58.835Z | version: None -> 15 (system default) |
120 | 2024-10-31T19:04:58.835Z | |
121 | 2024-10-31T19:04:58.835Z | mediator llvm: |
122 | 2024-10-31T19:04:58.835Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-10-31T19:04:58.835Z | |
124 | 2024-10-31T19:04:58.835Z | Changed packages: |
125 | 2024-10-31T19:04:58.835Z | helios-dev |
126 | 2024-10-31T19:04:58.835Z | developer/build-essential |
127 | 2024-10-31T19:04:58.835Z | None -> 11-2.0 |
128 | 2024-10-31T19:04:58.835Z | library/libxmlsec1 |
129 | 2024-10-31T19:04:58.835Z | None -> 1.2.35-2.0 |
130 | 2024-10-31T19:04:58.835Z | ooce/developer/clang-15 |
131 | 2024-10-31T19:04:58.835Z | None -> 15.0.7-2.0 |
132 | 2024-10-31T19:04:58.835Z | ooce/developer/llvm-15 |
133 | 2024-10-31T19:04:58.835Z | None -> 15.0.7-2.0 |
134 | 2024-10-31T19:04:58.835Z | package/pkg |
135 | 2024-10-31T19:04:58.835Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-10-31T19:04:58.835Z | |
137 | 2024-10-31T19:04:58.835Z | Services: |
138 | 2024-10-31T19:04:58.835Z | restart_fmri: |
139 | 2024-10-31T19:04:58.835Z | svc:/system/update-man-index:default |
140 | 2024-10-31T19:04:58.835Z | |
141 | 2024-10-31T19:04:58.835Z | Editable files to change: |
142 | 2024-10-31T19:04:58.835Z | Update: |
143 | 2024-10-31T19:04:58.835Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-10-31T19:04:59.045Z | |
145 | 2024-10-31T19:04:59.045Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-10-31T19:05:04.049Z | Download: 759/4281 items 18.2/220.6MB 8% complete (3.7M/s) |
147 | 2024-10-31T19:05:09.050Z | Download: 1815/4281 items 118.5/220.6MB 53% complete (11.9M/s) |
148 | 2024-10-31T19:05:14.059Z | Download: 2764/4281 items 120.7/220.6MB 54% complete (10.3M/s) |
149 | 2024-10-31T19:05:19.065Z | Download: 3476/4281 items 215.4/220.6MB 97% complete (9.7M/s) |
150 | 2024-10-31T19:05:22.604Z | Download: Completed 220.60 MB in 23.56 seconds (9.4M/s) |
151 | 2024-10-31T19:05:25.139Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-10-31T19:05:25.161Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-10-31T19:05:30.164Z | Actions: 4101/5063 actions (Installing new actions) |
154 | 2024-10-31T19:05:31.092Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-10-31T19:05:31.466Z | Actions: Completed 5063 actions in 6.33 seconds. |
156 | 2024-10-31T19:05:31.842Z | Done (0.368s) |
157 | 2024-10-31T19:05:31.845Z | Done (0.000s) |
158 | 2024-10-31T19:05:32.340Z | Done (0.496s) |
159 | 2024-10-31T19:05:40.101Z | Done (7.556s) |
160 | 2024-10-31T19:05:40.635Z | Done (0.466s) |
161 | 2024-10-31T19:05:40.638Z | Done (0.000s) |
162 | 2024-10-31T19:05:40.812Z | Done (0.000s) |
163 | 2024-10-31T19:05:41.464Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-10-31T19:05:41.626Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-10-31T19:05:41.630Z | Planning: Consolidating action changes ... Done |
166 | 2024-10-31T19:05:41.892Z | Planning: Evaluating mediators ... Done |
167 | 2024-10-31T19:05:41.895Z | Planning: Planning completed in 0.43 seconds |
168 | 2024-10-31T19:05:41.932Z | Mediators to change: 2 |
169 | 2024-10-31T19:05:41.933Z | Create boot environment: No |
170 | 2024-10-31T19:05:41.936Z | Create backup boot environment: No |
171 | 2024-10-31T19:05:42.022Z | Done |
172 | 2024-10-31T19:05:42.022Z | Done |
173 | 2024-10-31T19:05:42.353Z | Done |
174 | 2024-10-31T19:05:45.872Z | Done |
175 | 2024-10-31T19:05:45.956Z | Done |
176 | 2024-10-31T19:05:45.958Z | Done |
177 | 2024-10-31T19:05:46.100Z | Done |
178 | 2024-10-31T19:05:46.706Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-10-31T19:05:46.709Z | Planning: Merging actions ... Done |
180 | 2024-10-31T19:05:46.896Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-10-31T19:05:46.899Z | Planning: Consolidating action changes ... Done |
182 | 2024-10-31T19:05:47.161Z | Planning: Evaluating mediators ... Done |
183 | 2024-10-31T19:05:47.215Z | Planning: Planning completed in 0.75 seconds |
184 | 2024-10-31T19:05:47.256Z | Packages to change: 1 |
185 | 2024-10-31T19:05:47.256Z | Mediators to change: 1 |
186 | 2024-10-31T19:05:47.259Z | Services to change: 1 |
187 | 2024-10-31T19:05:47.259Z | Create boot environment: No |
188 | 2024-10-31T19:05:47.259Z | Create backup boot environment: Yes |
189 | 2024-10-31T19:05:49.473Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-10-31T19:05:49.608Z | Actions: Completed 6 actions in 0.14 seconds. |
191 | 2024-10-31T19:05:49.613Z | Done |
192 | 2024-10-31T19:05:49.613Z | Done |
193 | 2024-10-31T19:05:49.712Z | Done |
194 | 2024-10-31T19:05:53.263Z | Done |
195 | 2024-10-31T19:05:53.353Z | Done |
196 | 2024-10-31T19:05:53.356Z | Done |
197 | 2024-10-31T19:05:53.530Z | Done |
198 | 2024-10-31T19:05:53.968Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-10-31T19:05:53.968Z | clang system 15 system |
200 | 2024-10-31T19:05:53.968Z | csh system system illumos |
201 | 2024-10-31T19:05:53.968Z | ctags system system illumos |
202 | 2024-10-31T19:05:53.969Z | gcc vendor 12 vendor |
203 | 2024-10-31T19:05:53.969Z | gcc system 10 system |
204 | 2024-10-31T19:05:53.969Z | gcc system 7 system |
205 | 2024-10-31T19:05:53.969Z | go system 1.20 system |
206 | 2024-10-31T19:05:53.969Z | go system 1.19 system |
207 | 2024-10-31T19:05:53.969Z | llvm system 15 system |
208 | 2024-10-31T19:05:53.969Z | llvm system 14 system |
209 | 2024-10-31T19:05:53.969Z | mariadb system 10.6 system |
210 | 2024-10-31T19:05:53.969Z | mta vendor vendor dma |
211 | 2024-10-31T19:05:53.969Z | openjdk system 17 system |
212 | 2024-10-31T19:05:53.969Z | openjdk system 11 system |
213 | 2024-10-31T19:05:53.969Z | openjdk system 1.8 system |
214 | 2024-10-31T19:05:53.969Z | openssl vendor 3 vendor |
215 | 2024-10-31T19:05:53.969Z | perl system 5.36 system |
216 | 2024-10-31T19:05:53.969Z | postgresql system 15 system |
217 | 2024-10-31T19:05:53.969Z | postgresql system 13 system |
218 | 2024-10-31T19:05:53.969Z | python vendor 3 vendor |
219 | 2024-10-31T19:05:53.969Z | python system 2 system |
220 | 2024-10-31T19:05:53.969Z | python3 system 3.11 system |
221 | 2024-10-31T19:05:53.969Z | ruby system 3.0 system |
222 | 2024-10-31T19:05:53.969Z | words vendor vendor american-english |
223 | 2024-10-31T19:05:53.969Z | words system system australian-english |
224 | 2024-10-31T19:05:53.969Z | words system system british-english |
225 | 2024-10-31T19:05:53.970Z | words system system canadian-english |
226 | 2024-10-31T19:05:53.970Z | words system system french |
227 | 2024-10-31T19:05:53.970Z | words system system italian |
228 | 2024-10-31T19:05:53.970Z | words system system ngerman |
229 | 2024-10-31T19:05:53.970Z | words system system ogerman |
230 | 2024-10-31T19:05:53.970Z | words system system spanish |
231 | 2024-10-31T19:05:54.300Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-10-31T19:05:54.300Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-10-31T19:05:56.682Z | FMRI IFO |
234 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-10-31T19:05:56.682Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-10-31T19:05:57.374Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-10-31T19:05:57.698Z | Updating crates.io index |
251 | 2024-10-31T19:05:57.704Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-10-31T19:05:58.580Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-10-31T19:05:58.817Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-10-31T19:05:59.223Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-10-31T19:05:59.481Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-10-31T19:06:00.393Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-10-31T19:06:06.257Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-10-31T19:06:06.296Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-10-31T19:06:06.296Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-10-31T19:06:06.296Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-10-31T19:06:06.296Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-10-31T19:06:06.296Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-10-31T19:06:06.296Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-10-31T19:06:06.354Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-10-31T19:06:06.605Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-10-31T19:06:06.820Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-10-31T19:06:07.065Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-10-31T19:06:07.344Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-10-31T19:06:07.876Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-10-31T19:06:08.179Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-10-31T19:06:08.482Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-10-31T19:06:08.878Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-10-31T19:06:09.168Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-10-31T19:06:09.566Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-10-31T19:06:09.965Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-10-31T19:06:10.327Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-10-31T19:06:10.591Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-10-31T19:06:11.952Z | Downloading crates ... |
279 | 2024-10-31T19:06:12.049Z | Downloaded usdt-attr-macro v0.5.0 |
280 | 2024-10-31T19:06:12.052Z | Downloaded swrite v0.1.0 |
281 | 2024-10-31T19:06:12.052Z | Downloaded heck v0.5.0 |
282 | 2024-10-31T19:06:12.052Z | Downloaded dof v0.3.0 |
283 | 2024-10-31T19:06:12.055Z | Downloaded anstream v0.6.15 |
284 | 2024-10-31T19:06:12.057Z | Downloaded is_terminal_polyfill v1.70.1 |
285 | 2024-10-31T19:06:12.057Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-10-31T19:06:12.058Z | Downloaded anstyle-query v1.1.1 |
287 | 2024-10-31T19:06:12.061Z | Downloaded fnv v1.0.7 |
288 | 2024-10-31T19:06:12.061Z | Downloaded thiserror v1.0.64 |
289 | 2024-10-31T19:06:12.065Z | Downloaded serde_spanned v0.6.8 |
290 | 2024-10-31T19:06:12.067Z | Downloaded camino-tempfile v1.1.1 |
291 | 2024-10-31T19:06:12.067Z | Downloaded clap_lex v0.7.2 |
292 | 2024-10-31T19:06:12.070Z | Downloaded thread-id v4.2.2 |
293 | 2024-10-31T19:06:12.070Z | Downloaded cpufeatures v0.2.14 |
294 | 2024-10-31T19:06:12.073Z | Downloaded bytecount v0.6.8 |
295 | 2024-10-31T19:06:12.073Z | Downloaded cargo_toml v0.20.5 |
296 | 2024-10-31T19:06:12.077Z | Downloaded pretty-hex v0.4.1 |
297 | 2024-10-31T19:06:12.079Z | Downloaded utf8parse v0.2.2 |
298 | 2024-10-31T19:06:12.079Z | Downloaded smawk v0.3.2 |
299 | 2024-10-31T19:06:12.091Z | Downloaded bitflags v2.6.0 |
300 | 2024-10-31T19:06:12.095Z | Downloaded zerocopy-derive v0.7.35 |
301 | 2024-10-31T19:06:12.101Z | Downloaded unicode-ident v1.0.13 |
302 | 2024-10-31T19:06:12.104Z | Downloaded proc-macro2 v1.0.87 |
303 | 2024-10-31T19:06:12.106Z | Downloaded pest_meta v2.7.14 |
304 | 2024-10-31T19:06:12.109Z | Downloaded memchr v2.7.4 |
305 | 2024-10-31T19:06:12.113Z | Downloaded serde_derive v1.0.210 |
306 | 2024-10-31T19:06:12.115Z | Downloaded papergrid v0.11.0 |
307 | 2024-10-31T19:06:12.129Z | Downloaded tempfile v3.13.0 |
308 | 2024-10-31T19:06:12.145Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-10-31T19:06:12.148Z | Downloaded toml_edit v0.22.22 |
310 | 2024-10-31T19:06:12.166Z | Downloaded equivalent v1.0.1 |
311 | 2024-10-31T19:06:12.175Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-10-31T19:06:12.178Z | Downloaded colorchoice v1.0.2 |
313 | 2024-10-31T19:06:12.178Z | Downloaded cfg-if v1.0.0 |
314 | 2024-10-31T19:06:12.181Z | Downloaded block-buffer v0.10.4 |
315 | 2024-10-31T19:06:12.181Z | Downloaded autocfg v1.4.0 |
316 | 2024-10-31T19:06:12.183Z | Downloaded generic-array v0.14.7 |
317 | 2024-10-31T19:06:12.186Z | Downloaded memmap v0.7.0 |
318 | 2024-10-31T19:06:12.190Z | Downloaded heck v0.4.1 |
319 | 2024-10-31T19:06:12.190Z | Downloaded fastrand v2.1.1 |
320 | 2024-10-31T19:06:12.190Z | Downloaded digest v0.10.7 |
321 | 2024-10-31T19:06:12.193Z | Downloaded crypto-common v0.1.6 |
322 | 2024-10-31T19:06:12.193Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-10-31T19:06:12.193Z | Downloaded fs-err v2.11.0 |
324 | 2024-10-31T19:06:12.195Z | Downloaded macaddr v1.0.1 |
325 | 2024-10-31T19:06:12.195Z | Downloaded anstyle v1.0.8 |
326 | 2024-10-31T19:06:12.198Z | Downloaded itoa v1.0.11 |
327 | 2024-10-31T19:06:12.198Z | Downloaded errno v0.3.9 |
328 | 2024-10-31T19:06:12.201Z | Downloaded byteorder v1.5.0 |
329 | 2024-10-31T19:06:12.201Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-10-31T19:06:12.204Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-10-31T19:06:12.209Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-10-31T19:06:12.212Z | Downloaded toml_datetime v0.6.8 |
333 | 2024-10-31T19:06:12.212Z | Downloaded thiserror-impl v1.0.64 |
334 | 2024-10-31T19:06:12.214Z | Downloaded strsim v0.11.1 |
335 | 2024-10-31T19:06:12.214Z | Downloaded plain v0.2.3 |
336 | 2024-10-31T19:06:12.218Z | Downloaded version_check v0.9.5 |
337 | 2024-10-31T19:06:12.221Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-10-31T19:06:12.221Z | Downloaded usdt v0.5.0 |
339 | 2024-10-31T19:06:12.224Z | Downloaded terminal_size v0.4.0 |
340 | 2024-10-31T19:06:12.226Z | Downloaded clap_derive v4.5.18 |
341 | 2024-10-31T19:06:12.229Z | Downloaded cargo_metadata v0.18.1 |
342 | 2024-10-31T19:06:12.231Z | Downloaded anstyle-parse v0.2.5 |
343 | 2024-10-31T19:06:12.236Z | Downloaded pest v2.7.14 |
344 | 2024-10-31T19:06:12.240Z | Downloaded sha2 v0.10.8 |
345 | 2024-10-31T19:06:12.242Z | Downloaded scroll v0.12.0 |
346 | 2024-10-31T19:06:12.245Z | Downloaded quote v1.0.37 |
347 | 2024-10-31T19:06:12.248Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2024-10-31T19:06:12.248Z | Downloaded camino v1.1.9 |
349 | 2024-10-31T19:06:12.250Z | Downloaded semver v1.0.23 |
350 | 2024-10-31T19:06:12.250Z | Downloaded proc-macro-error v1.0.4 |
351 | 2024-10-31T19:06:12.254Z | Downloaded pest_generator v2.7.14 |
352 | 2024-10-31T19:06:12.257Z | Downloaded anyhow v1.0.89 |
353 | 2024-10-31T19:06:12.260Z | Downloaded pest_derive v2.7.14 |
354 | 2024-10-31T19:06:12.260Z | Downloaded log v0.4.22 |
355 | 2024-10-31T19:06:12.262Z | Downloaded toml v0.8.19 |
356 | 2024-10-31T19:06:12.266Z | Downloaded ryu v1.0.18 |
357 | 2024-10-31T19:06:12.268Z | Downloaded once_cell v1.20.2 |
358 | 2024-10-31T19:06:12.271Z | Downloaded zerocopy v0.7.35 |
359 | 2024-10-31T19:06:12.285Z | Downloaded clap v4.5.20 |
360 | 2024-10-31T19:06:12.293Z | Downloaded indexmap v2.6.0 |
361 | 2024-10-31T19:06:12.297Z | Downloaded ucd-trie v0.1.7 |
362 | 2024-10-31T19:06:12.300Z | Downloaded goblin v0.8.2 |
363 | 2024-10-31T19:06:12.305Z | Downloaded serde v1.0.210 |
364 | 2024-10-31T19:06:12.308Z | Downloaded clap_builder v4.5.20 |
365 | 2024-10-31T19:06:12.314Z | Downloaded tabled v0.15.0 |
366 | 2024-10-31T19:06:12.329Z | Downloaded typenum v1.17.0 |
367 | 2024-10-31T19:06:12.332Z | Downloaded hashbrown v0.15.0 |
368 | 2024-10-31T19:06:12.336Z | Downloaded textwrap v0.16.1 |
369 | 2024-10-31T19:06:12.341Z | Downloaded serde_json v1.0.128 |
370 | 2024-10-31T19:06:12.347Z | Downloaded winnow v0.6.20 |
371 | 2024-10-31T19:06:12.355Z | Downloaded unicode-width v0.1.14 |
372 | 2024-10-31T19:06:12.363Z | Downloaded syn v1.0.109 |
373 | 2024-10-31T19:06:12.373Z | Downloaded rustix v0.38.37 |
374 | 2024-10-31T19:06:12.394Z | Downloaded syn v2.0.79 |
375 | 2024-10-31T19:06:12.430Z | Downloaded libc v0.2.161 |
376 | 2024-10-31T19:06:12.735Z | Compiling proc-macro2 v1.0.87 |
377 | 2024-10-31T19:06:12.735Z | Compiling unicode-ident v1.0.13 |
378 | 2024-10-31T19:06:12.735Z | Compiling version_check v0.9.5 |
379 | 2024-10-31T19:06:12.738Z | Compiling serde v1.0.210 |
380 | 2024-10-31T19:06:12.738Z | Compiling thiserror v1.0.64 |
381 | 2024-10-31T19:06:12.738Z | Compiling memchr v2.7.4 |
382 | 2024-10-31T19:06:12.738Z | Compiling libc v0.2.161 |
383 | 2024-10-31T19:06:12.770Z | Compiling ucd-trie v0.1.7 |
384 | 2024-10-31T19:06:12.997Z | Compiling itoa v1.0.11 |
385 | 2024-10-31T19:06:13.224Z | Compiling ryu v1.0.18 |
386 | 2024-10-31T19:06:13.362Z | Compiling once_cell v1.20.2 |
387 | 2024-10-31T19:06:13.539Z | Compiling byteorder v1.5.0 |
388 | 2024-10-31T19:06:13.920Z | Compiling rustix v0.38.37 |
389 | 2024-10-31T19:06:14.157Z | Compiling serde_json v1.0.128 |
390 | 2024-10-31T19:06:15.342Z | Compiling bitflags v2.6.0 |
391 | 2024-10-31T19:06:15.388Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-10-31T19:06:15.435Z | Compiling usdt-impl v0.5.0 |
393 | 2024-10-31T19:06:15.554Z | Compiling syn v1.0.109 |
394 | 2024-10-31T19:06:15.685Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-10-31T19:06:15.709Z | Compiling camino v1.1.9 |
396 | 2024-10-31T19:06:15.734Z | Compiling plain v0.2.3 |
397 | 2024-10-31T19:06:15.881Z | Compiling hashbrown v0.15.0 |
398 | 2024-10-31T19:06:15.911Z | Compiling equivalent v1.0.1 |
399 | 2024-10-31T19:06:15.977Z | Compiling utf8parse v0.2.2 |
400 | 2024-10-31T19:06:16.025Z | Compiling log v0.4.22 |
401 | 2024-10-31T19:06:16.138Z | Compiling thread-id v4.2.2 |
402 | 2024-10-31T19:06:16.138Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-10-31T19:06:16.254Z | Compiling quote v1.0.37 |
404 | 2024-10-31T19:06:16.408Z | Compiling unicode-width v0.1.14 |
405 | 2024-10-31T19:06:16.431Z | Compiling pretty-hex v0.4.1 |
406 | 2024-10-31T19:06:16.479Z | Compiling errno v0.3.9 |
407 | 2024-10-31T19:06:16.630Z | Compiling semver v1.0.23 |
408 | 2024-10-31T19:06:16.706Z | Compiling syn v2.0.79 |
409 | 2024-10-31T19:06:16.907Z | Compiling is_terminal_polyfill v1.70.1 |
410 | 2024-10-31T19:06:16.932Z | Compiling colorchoice v1.0.2 |
411 | 2024-10-31T19:06:17.023Z | Compiling indexmap v2.6.0 |
412 | 2024-10-31T19:06:17.096Z | Compiling anstyle-query v1.1.1 |
413 | 2024-10-31T19:06:17.098Z | Compiling autocfg v1.4.0 |
414 | 2024-10-31T19:06:17.146Z | Compiling anstyle v1.0.8 |
415 | 2024-10-31T19:06:17.233Z | Compiling winnow v0.6.20 |
416 | 2024-10-31T19:06:17.637Z | Compiling anstream v0.6.15 |
417 | 2024-10-31T19:06:18.279Z | Compiling fs-err v2.11.0 |
418 | 2024-10-31T19:06:18.490Z | Compiling fastrand v2.1.1 |
419 | 2024-10-31T19:06:18.517Z | Compiling heck v0.4.1 |
420 | 2024-10-31T19:06:18.594Z | Compiling anyhow v1.0.89 |
421 | 2024-10-31T19:06:18.596Z | Compiling strsim v0.11.1 |
422 | 2024-10-31T19:06:19.006Z | Compiling terminal_size v0.4.0 |
423 | 2024-10-31T19:06:19.194Z | Compiling clap_lex v0.7.2 |
424 | 2024-10-31T19:06:19.220Z | Compiling bytecount v0.6.8 |
425 | 2024-10-31T19:06:19.411Z | Compiling heck v0.5.0 |
426 | 2024-10-31T19:06:19.440Z | Compiling fnv v1.0.7 |
427 | 2024-10-31T19:06:19.440Z | Compiling cfg-if v1.0.0 |
428 | 2024-10-31T19:06:19.559Z | Compiling tempfile v3.13.0 |
429 | 2024-10-31T19:06:19.586Z | Compiling papergrid v0.11.0 |
430 | 2024-10-31T19:06:19.693Z | Compiling clap_builder v4.5.20 |
431 | 2024-10-31T19:06:20.276Z | Compiling memmap v0.7.0 |
432 | 2024-10-31T19:06:20.298Z | Compiling smawk v0.3.2 |
433 | 2024-10-31T19:06:20.373Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-10-31T19:06:20.851Z | Compiling textwrap v0.16.1 |
435 | 2024-10-31T19:06:21.026Z | Compiling swrite v0.1.0 |
436 | 2024-10-31T19:06:21.949Z | Compiling tabled_derive v0.7.0 |
437 | 2024-10-31T19:06:23.435Z | Compiling tabled v0.15.0 |
438 | 2024-10-31T19:06:24.617Z | Compiling serde_derive v1.0.210 |
439 | 2024-10-31T19:06:24.617Z | Compiling thiserror-impl v1.0.64 |
440 | 2024-10-31T19:06:24.620Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-10-31T19:06:24.620Z | Compiling scroll_derive v0.12.0 |
442 | 2024-10-31T19:06:24.760Z | Compiling clap_derive v4.5.18 |
443 | 2024-10-31T19:06:25.909Z | Compiling scroll v0.12.0 |
444 | 2024-10-31T19:06:26.398Z | Compiling goblin v0.8.2 |
445 | 2024-10-31T19:06:26.553Z | Compiling zerocopy v0.7.35 |
446 | 2024-10-31T19:06:27.279Z | Compiling pest v2.7.14 |
447 | 2024-10-31T19:06:28.256Z | Compiling clap v4.5.20 |
448 | 2024-10-31T19:06:29.528Z | Compiling pest_meta v2.7.14 |
449 | 2024-10-31T19:06:30.371Z | Compiling pest_generator v2.7.14 |
450 | 2024-10-31T19:06:32.137Z | Compiling pest_derive v2.7.14 |
451 | 2024-10-31T19:06:32.835Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-10-31T19:06:34.410Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-10-31T19:06:34.520Z | Compiling serde_spanned v0.6.8 |
454 | 2024-10-31T19:06:34.520Z | Compiling toml_datetime v0.6.8 |
455 | 2024-10-31T19:06:34.653Z | Compiling cargo-platform v0.1.8 |
456 | 2024-10-31T19:06:34.887Z | Compiling toml_edit v0.22.22 |
457 | 2024-10-31T19:06:34.972Z | Compiling macaddr v1.0.1 |
458 | 2024-10-31T19:06:35.149Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-10-31T19:06:35.840Z | Compiling dof v0.3.0 |
460 | 2024-10-31T19:06:35.914Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-10-31T19:06:37.551Z | Compiling usdt-macro v0.5.0 |
462 | 2024-10-31T19:06:37.551Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-10-31T19:06:37.665Z | Compiling toml v0.8.19 |
464 | 2024-10-31T19:06:38.471Z | Compiling cargo_toml v0.20.5 |
465 | 2024-10-31T19:06:38.867Z | Compiling usdt v0.5.0 |
466 | 2024-10-31T19:06:41.870Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-10-31T19:06:45.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.54s |
468 | 2024-10-31T19:06:45.969Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-10-31T19:06:46.468Z | Downloading crates ... |
470 | 2024-10-31T19:06:46.582Z | Downloaded assert_matches v1.5.0 |
471 | 2024-10-31T19:06:46.592Z | Downloaded crunchy v0.2.2 |
472 | 2024-10-31T19:06:46.598Z | Downloaded arrayref v0.3.9 |
473 | 2024-10-31T19:06:46.598Z | Downloaded aead v0.5.2 |
474 | 2024-10-31T19:06:46.603Z | Downloaded argon2 v0.5.3 |
475 | 2024-10-31T19:06:46.606Z | Downloaded async-stream-impl v0.3.6 |
476 | 2024-10-31T19:06:46.613Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-10-31T19:06:46.613Z | Downloaded hostname v0.3.1 |
478 | 2024-10-31T19:06:46.618Z | Downloaded cstr-argument v0.1.2 |
479 | 2024-10-31T19:06:46.618Z | Downloaded ascii-canvas v3.0.0 |
480 | 2024-10-31T19:06:46.618Z | Downloaded darling_macro v0.20.10 |
481 | 2024-10-31T19:06:46.621Z | Downloaded humantime v2.1.0 |
482 | 2024-10-31T19:06:46.621Z | Downloaded hyper-rustls v0.27.3 |
483 | 2024-10-31T19:06:46.629Z | Downloaded hyper-util v0.1.9 |
484 | 2024-10-31T19:06:46.648Z | Downloaded keccak v0.1.5 |
485 | 2024-10-31T19:06:46.653Z | Downloaded crc-catalog v2.4.0 |
486 | 2024-10-31T19:06:46.653Z | Downloaded blowfish v0.9.1 |
487 | 2024-10-31T19:06:46.653Z | Downloaded newline-converter v0.3.0 |
488 | 2024-10-31T19:06:46.653Z | Downloaded instant v0.1.13 |
489 | 2024-10-31T19:06:46.653Z | Downloaded ctr v0.9.2 |
490 | 2024-10-31T19:06:46.653Z | Downloaded nodrop v0.1.14 |
491 | 2024-10-31T19:06:46.653Z | Downloaded cookie_store v0.21.0 |
492 | 2024-10-31T19:06:46.653Z | Downloaded async-stream v0.3.6 |
493 | 2024-10-31T19:06:46.653Z | Downloaded base64ct v1.6.0 |
494 | 2024-10-31T19:06:46.658Z | Downloaded lalrpop-util v0.19.12 |
495 | 2024-10-31T19:06:46.658Z | Downloaded lru-cache v0.1.2 |
496 | 2024-10-31T19:06:46.658Z | Downloaded async-trait v0.1.83 |
497 | 2024-10-31T19:06:46.665Z | Downloaded libefi-sys v0.1.0 |
498 | 2024-10-31T19:06:46.670Z | Downloaded nanorand v0.7.0 |
499 | 2024-10-31T19:06:46.670Z | Downloaded indent_write v2.2.0 |
500 | 2024-10-31T19:06:46.670Z | Downloaded arrayvec v0.7.6 |
501 | 2024-10-31T19:06:46.675Z | Downloaded maybe-uninit v2.0.0 |
502 | 2024-10-31T19:06:46.675Z | Downloaded memmap2 v0.9.5 |
503 | 2024-10-31T19:06:46.675Z | Downloaded maplit v1.0.2 |
504 | 2024-10-31T19:06:46.678Z | Downloaded atomicwrites v0.4.4 |
505 | 2024-10-31T19:06:46.678Z | Downloaded http-body-util v0.1.2 |
506 | 2024-10-31T19:06:46.678Z | Downloaded num-complex v0.4.6 |
507 | 2024-10-31T19:06:46.682Z | Downloaded nu-ansi-term v0.50.1 |
508 | 2024-10-31T19:06:46.685Z | Downloaded clang-sys v1.8.1 |
509 | 2024-10-31T19:06:46.689Z | Downloaded cfg_aliases v0.2.1 |
510 | 2024-10-31T19:06:46.689Z | Downloaded mime_guess v2.0.5 |
511 | 2024-10-31T19:06:46.693Z | Downloaded crucible-workspace-hack v0.1.0 |
512 | 2024-10-31T19:06:46.693Z | Downloaded ciborium-io v0.2.2 |
513 | 2024-10-31T19:06:46.693Z | Downloaded lock_api v0.4.12 |
514 | 2024-10-31T19:06:46.696Z | Downloaded mockall_derive v0.13.0 |
515 | 2024-10-31T19:06:46.696Z | Downloaded addr2line v0.24.2 |
516 | 2024-10-31T19:06:46.699Z | Downloaded allocator-api2 v0.2.18 |
517 | 2024-10-31T19:06:46.703Z | Downloaded http-range v0.1.5 |
518 | 2024-10-31T19:06:46.706Z | Downloaded http-body v1.0.1 |
519 | 2024-10-31T19:06:46.706Z | Downloaded bitfield v0.14.0 |
520 | 2024-10-31T19:06:46.710Z | Downloaded buf-list v1.0.3 |
521 | 2024-10-31T19:06:46.713Z | Downloaded nibble_vec v0.1.0 |
522 | 2024-10-31T19:06:46.713Z | Downloaded bitflags v1.3.2 |
523 | 2024-10-31T19:06:46.716Z | Downloaded rustc_version v0.4.1 |
524 | 2024-10-31T19:06:46.720Z | Downloaded time-core v0.1.2 |
525 | 2024-10-31T19:06:46.720Z | Downloaded debug-ignore v1.0.5 |
526 | 2024-10-31T19:06:46.723Z | Downloaded signal-hook-tokio v0.3.1 |
527 | 2024-10-31T19:06:46.723Z | Downloaded is_ci v1.2.0 |
528 | 2024-10-31T19:06:46.726Z | Downloaded bcs v0.1.6 |
529 | 2024-10-31T19:06:46.730Z | Downloaded compact_str v0.8.0 |
530 | 2024-10-31T19:06:46.737Z | Downloaded md5 v0.7.0 |
531 | 2024-10-31T19:06:46.737Z | Downloaded hostname v0.4.0 |
532 | 2024-10-31T19:06:46.741Z | Downloaded const_format_proc_macros v0.2.33 |
533 | 2024-10-31T19:06:46.741Z | Downloaded block-padding v0.3.3 |
534 | 2024-10-31T19:06:46.741Z | Downloaded cobs v0.2.3 |
535 | 2024-10-31T19:06:46.741Z | Downloaded matches v0.1.10 |
536 | 2024-10-31T19:06:46.745Z | Downloaded new_debug_unreachable v1.0.6 |
537 | 2024-10-31T19:06:46.745Z | Downloaded colored v2.1.0 |
538 | 2024-10-31T19:06:46.745Z | Downloaded hubpack_derive v0.1.1 |
539 | 2024-10-31T19:06:46.748Z | Downloaded curve25519-dalek-derive v0.1.1 |
540 | 2024-10-31T19:06:46.748Z | Downloaded data-encoding v2.6.0 |
541 | 2024-10-31T19:06:46.751Z | Downloaded normalize-line-endings v0.3.0 |
542 | 2024-10-31T19:06:46.751Z | Downloaded match_cfg v0.1.0 |
543 | 2024-10-31T19:06:46.752Z | Downloaded ident_case v1.0.1 |
544 | 2024-10-31T19:06:46.755Z | Downloaded atomic-waker v1.1.2 |
545 | 2024-10-31T19:06:46.755Z | Downloaded chacha20poly1305 v0.10.1 |
546 | 2024-10-31T19:06:46.758Z | Downloaded arc-swap v1.7.1 |
547 | 2024-10-31T19:06:46.761Z | Downloaded rustversion v1.0.17 |
548 | 2024-10-31T19:06:46.764Z | Downloaded bzip2 v0.4.4 |
549 | 2024-10-31T19:06:46.768Z | Downloaded bit-vec v0.6.3 |
550 | 2024-10-31T19:06:46.771Z | Downloaded newtype_derive v0.1.6 |
551 | 2024-10-31T19:06:46.771Z | Downloaded stable_deref_trait v1.2.0 |
552 | 2024-10-31T19:06:46.774Z | Downloaded signal-hook-mio v0.2.4 |
553 | 2024-10-31T19:06:46.774Z | Downloaded shell-words v1.1.0 |
554 | 2024-10-31T19:06:46.774Z | Downloaded termcolor v1.4.1 |
555 | 2024-10-31T19:06:46.777Z | Downloaded signal-hook-registry v1.4.2 |
556 | 2024-10-31T19:06:46.777Z | Downloaded signature v2.2.0 |
557 | 2024-10-31T19:06:46.781Z | Downloaded inout v0.1.3 |
558 | 2024-10-31T19:06:46.781Z | Downloaded linked-hash-map v0.5.6 |
559 | 2024-10-31T19:06:46.784Z | Downloaded lazy_static v1.5.0 |
560 | 2024-10-31T19:06:46.787Z | Downloaded impl-trait-for-tuples v0.2.2 |
561 | 2024-10-31T19:06:46.790Z | Downloaded foreign-types-shared v0.3.1 |
562 | 2024-10-31T19:06:46.790Z | Downloaded foreign-types-shared v0.1.1 |
563 | 2024-10-31T19:06:46.790Z | Downloaded diesel_table_macro_syntax v0.2.0 |
564 | 2024-10-31T19:06:46.794Z | Downloaded kstat-rs v0.2.4 |
565 | 2024-10-31T19:06:46.794Z | Downloaded md-5 v0.10.6 |
566 | 2024-10-31T19:06:46.797Z | Downloaded csv-core v0.1.11 |
567 | 2024-10-31T19:06:46.797Z | Downloaded memoffset v0.9.1 |
568 | 2024-10-31T19:06:46.800Z | Downloaded home v0.5.9 |
569 | 2024-10-31T19:06:46.800Z | Downloaded multimap v0.10.0 |
570 | 2024-10-31T19:06:46.804Z | Downloaded newtype-uuid v1.1.2 |
571 | 2024-10-31T19:06:46.804Z | Downloaded headers-core v0.3.0 |
572 | 2024-10-31T19:06:46.807Z | Downloaded opaque-debug v0.3.1 |
573 | 2024-10-31T19:06:46.807Z | Downloaded oso-derive v0.27.3 |
574 | 2024-10-31T19:06:46.807Z | Downloaded libsw v3.3.1 |
575 | 2024-10-31T19:06:46.810Z | Downloaded lru v0.12.5 |
576 | 2024-10-31T19:06:46.810Z | Downloaded ciborium v0.2.2 |
577 | 2024-10-31T19:06:46.813Z | Downloaded xattr v1.3.1 |
578 | 2024-10-31T19:06:46.823Z | Downloaded diesel-dtrace v0.3.0 |
579 | 2024-10-31T19:06:46.829Z | Downloaded mockall v0.13.0 |
580 | 2024-10-31T19:06:46.829Z | Downloaded deranged v0.3.11 |
581 | 2024-10-31T19:06:46.829Z | Downloaded num v0.4.3 |
582 | 2024-10-31T19:06:46.829Z | Downloaded managed v0.8.0 |
583 | 2024-10-31T19:06:46.829Z | Downloaded lazycell v1.3.0 |
584 | 2024-10-31T19:06:46.829Z | Downloaded ff v0.13.0 |
585 | 2024-10-31T19:06:46.829Z | Downloaded twox-hash v1.6.3 |
586 | 2024-10-31T19:06:46.833Z | Downloaded static_assertions v1.1.0 |
587 | 2024-10-31T19:06:46.833Z | Downloaded mio v1.0.2 |
588 | 2024-10-31T19:06:46.838Z | Downloaded ghash v0.5.1 |
589 | 2024-10-31T19:06:46.841Z | Downloaded xz2 v0.1.7 |
590 | 2024-10-31T19:06:46.844Z | Downloaded schemars_derive v0.8.21 |
591 | 2024-10-31T19:06:46.844Z | Downloaded aes-gcm v0.10.3 |
592 | 2024-10-31T19:06:46.848Z | Downloaded unicode-xid v0.2.6 |
593 | 2024-10-31T19:06:46.852Z | Downloaded ed25519 v2.2.3 |
594 | 2024-10-31T19:06:46.857Z | Downloaded instability v0.3.2 |
595 | 2024-10-31T19:06:46.857Z | Downloaded tinyvec_macros v0.1.1 |
596 | 2024-10-31T19:06:46.861Z | Downloaded serde_repr v0.1.19 |
597 | 2024-10-31T19:06:46.861Z | Downloaded ipnet v2.10.1 |
598 | 2024-10-31T19:06:46.866Z | Downloaded secrecy v0.8.0 |
599 | 2024-10-31T19:06:46.866Z | Downloaded libloading v0.8.5 |
600 | 2024-10-31T19:06:46.866Z | Downloaded rayon-core v1.12.1 |
601 | 2024-10-31T19:06:46.870Z | Downloaded ecdsa v0.16.9 |
602 | 2024-10-31T19:06:46.873Z | Downloaded fallible-iterator v0.2.0 |
603 | 2024-10-31T19:06:46.876Z | Downloaded signal-hook v0.3.17 |
604 | 2024-10-31T19:06:46.882Z | Downloaded rand_chacha v0.3.1 |
605 | 2024-10-31T19:06:46.882Z | Downloaded progenitor-macro v0.8.0 |
606 | 2024-10-31T19:06:46.886Z | Downloaded mime v0.3.17 |
607 | 2024-10-31T19:06:46.886Z | Downloaded crc-any v2.5.0 |
608 | 2024-10-31T19:06:46.886Z | Downloaded cookie v0.18.1 |
609 | 2024-10-31T19:06:46.889Z | Downloaded rusty-fork v0.3.0 |
610 | 2024-10-31T19:06:46.889Z | Downloaded sec1 v0.7.3 |
611 | 2024-10-31T19:06:46.893Z | Downloaded group v0.13.0 |
612 | 2024-10-31T19:06:46.896Z | Downloaded multer v3.1.0 |
613 | 2024-10-31T19:06:46.901Z | Downloaded smallvec v0.6.14 |
614 | 2024-10-31T19:06:46.901Z | Downloaded slab v0.4.9 |
615 | 2024-10-31T19:06:46.906Z | Downloaded highway v1.2.0 |
616 | 2024-10-31T19:06:46.906Z | Downloaded structmeta-derive v0.2.0 |
617 | 2024-10-31T19:06:46.906Z | Downloaded structmeta v0.3.0 |
618 | 2024-10-31T19:06:46.910Z | Downloaded num_enum v0.5.11 |
619 | 2024-10-31T19:06:46.914Z | Downloaded dhcproto-macros v0.1.0 |
620 | 2024-10-31T19:06:46.914Z | Downloaded samael v0.0.17 |
621 | 2024-10-31T19:06:46.919Z | Downloaded predicates v3.1.2 |
622 | 2024-10-31T19:06:46.922Z | Downloaded pin-utils v0.1.0 |
623 | 2024-10-31T19:06:46.925Z | Downloaded zeroize v1.8.1 |
624 | 2024-10-31T19:06:46.929Z | Downloaded primeorder v0.13.6 |
625 | 2024-10-31T19:06:46.929Z | Downloaded value-bag v1.9.0 |
626 | 2024-10-31T19:06:46.932Z | Downloaded jobserver v0.1.32 |
627 | 2024-10-31T19:06:46.937Z | Downloaded rand_core v0.6.4 |
628 | 2024-10-31T19:06:46.940Z | Downloaded sqlparser_derive v0.2.2 |
629 | 2024-10-31T19:06:46.941Z | Downloaded rustls-pemfile v1.0.4 |
630 | 2024-10-31T19:06:46.941Z | Downloaded rpassword v7.3.1 |
631 | 2024-10-31T19:06:46.945Z | Downloaded hex-literal v0.4.1 |
632 | 2024-10-31T19:06:46.946Z | Downloaded russh-keys v0.45.0 |
633 | 2024-10-31T19:06:46.950Z | Downloaded tungstenite v0.24.0 |
634 | 2024-10-31T19:06:46.954Z | Downloaded futures-io v0.3.31 |
635 | 2024-10-31T19:06:46.954Z | Downloaded slog-term v2.9.1 |
636 | 2024-10-31T19:06:46.957Z | Downloaded futures-executor v0.3.31 |
637 | 2024-10-31T19:06:46.957Z | Downloaded phf_shared v0.10.0 |
638 | 2024-10-31T19:06:46.960Z | Downloaded ppv-lite86 v0.2.20 |
639 | 2024-10-31T19:06:46.960Z | Downloaded toml v0.7.8 |
640 | 2024-10-31T19:06:46.965Z | Downloaded tokio-tungstenite v0.21.0 |
641 | 2024-10-31T19:06:46.968Z | Downloaded aho-corasick v1.1.3 |
642 | 2024-10-31T19:06:46.974Z | Downloaded crossbeam-channel v0.5.13 |
643 | 2024-10-31T19:06:46.980Z | Downloaded powerfmt v0.2.0 |
644 | 2024-10-31T19:06:46.982Z | Downloaded phf v0.11.2 |
645 | 2024-10-31T19:06:46.986Z | Downloaded resolv-conf v0.7.0 |
646 | 2024-10-31T19:06:46.990Z | Downloaded rtoolbox v0.0.2 |
647 | 2024-10-31T19:06:46.991Z | Downloaded r2d2 v0.8.10 |
648 | 2024-10-31T19:06:46.994Z | Downloaded number_prefix v0.4.0 |
649 | 2024-10-31T19:06:46.994Z | Downloaded crossterm v0.28.1 |
650 | 2024-10-31T19:06:47.000Z | Downloaded parse-size v1.0.0 |
651 | 2024-10-31T19:06:47.003Z | Downloaded hex v0.4.3 |
652 | 2024-10-31T19:06:47.003Z | Downloaded glob v0.3.1 |
653 | 2024-10-31T19:06:47.006Z | Downloaded pretty-hex v0.2.1 |
654 | 2024-10-31T19:06:47.006Z | Downloaded take_mut v0.2.2 |
655 | 2024-10-31T19:06:47.009Z | Downloaded untrusted v0.7.1 |
656 | 2024-10-31T19:06:47.010Z | Downloaded num-iter v0.1.45 |
657 | 2024-10-31T19:06:47.014Z | Downloaded wyz v0.5.1 |
658 | 2024-10-31T19:06:47.014Z | Downloaded unicase v2.7.0 |
659 | 2024-10-31T19:06:47.014Z | Downloaded derive-where v1.2.7 |
660 | 2024-10-31T19:06:47.020Z | Downloaded postgres-types v0.2.8 |
661 | 2024-10-31T19:06:47.024Z | Downloaded p256 v0.13.2 |
662 | 2024-10-31T19:06:47.037Z | Downloaded gethostname v0.5.0 |
663 | 2024-10-31T19:06:47.039Z | Downloaded num-traits v0.2.19 |
664 | 2024-10-31T19:06:47.042Z | Downloaded funty v2.0.0 |
665 | 2024-10-31T19:06:47.043Z | Downloaded fragile v2.0.0 |
666 | 2024-10-31T19:06:47.046Z | Downloaded vte_generate_state_changes v0.1.2 |
667 | 2024-10-31T19:06:47.046Z | Downloaded fixedbitset v0.4.2 |
668 | 2024-10-31T19:06:47.050Z | Downloaded vte v0.11.1 |
669 | 2024-10-31T19:06:47.050Z | Downloaded zeroize_derive v1.4.2 |
670 | 2024-10-31T19:06:47.053Z | Downloaded uuid v1.10.0 |
671 | 2024-10-31T19:06:47.056Z | Downloaded embedded-io v0.4.0 |
672 | 2024-10-31T19:06:47.056Z | Downloaded dropshot_endpoint v0.12.0 |
673 | 2024-10-31T19:06:47.060Z | Downloaded num-conv v0.1.0 |
674 | 2024-10-31T19:06:47.063Z | Downloaded endian-type v0.1.2 |
675 | 2024-10-31T19:06:47.063Z | Downloaded ssh-encoding v0.2.0 |
676 | 2024-10-31T19:06:47.067Z | Downloaded ssh-cipher v0.2.0 |
677 | 2024-10-31T19:06:47.067Z | Downloaded path-slash v0.1.5 |
678 | 2024-10-31T19:06:47.072Z | Downloaded slog-bunyan v2.5.0 |
679 | 2024-10-31T19:06:47.072Z | Downloaded ron v0.7.1 |
680 | 2024-10-31T19:06:47.075Z | Downloaded unicode_categories v0.1.1 |
681 | 2024-10-31T19:06:47.078Z | Downloaded rand_xorshift v0.3.0 |
682 | 2024-10-31T19:06:47.081Z | Downloaded unarray v0.1.4 |
683 | 2024-10-31T19:06:47.081Z | Downloaded thiserror-no-std v2.0.2 |
684 | 2024-10-31T19:06:47.085Z | Downloaded thiserror-impl-no-std v2.0.2 |
685 | 2024-10-31T19:06:47.089Z | Downloaded diesel_derives v2.2.3 |
686 | 2024-10-31T19:06:47.092Z | Downloaded http v1.1.0 |
687 | 2024-10-31T19:06:47.097Z | Downloaded strum v0.26.3 |
688 | 2024-10-31T19:06:47.100Z | Downloaded num_enum_derive v0.5.11 |
689 | 2024-10-31T19:06:47.100Z | Downloaded tungstenite v0.23.0 |
690 | 2024-10-31T19:06:47.105Z | Downloaded foreign-types v0.3.2 |
691 | 2024-10-31T19:06:47.108Z | Downloaded want v0.3.1 |
692 | 2024-10-31T19:06:47.108Z | Downloaded difflib v0.4.0 |
693 | 2024-10-31T19:06:47.108Z | Downloaded num-derive v0.4.2 |
694 | 2024-10-31T19:06:47.111Z | Downloaded dhcproto v0.12.0 |
695 | 2024-10-31T19:06:47.114Z | Downloaded http v0.2.12 |
696 | 2024-10-31T19:06:47.117Z | Downloaded radium v0.7.0 |
697 | 2024-10-31T19:06:47.123Z | Downloaded password-hash v0.5.0 |
698 | 2024-10-31T19:06:47.127Z | Downloaded precomputed-hash v0.1.1 |
699 | 2024-10-31T19:06:47.127Z | Downloaded foreign-types v0.5.0 |
700 | 2024-10-31T19:06:47.127Z | Downloaded quinn-udp v0.5.5 |
701 | 2024-10-31T19:06:47.127Z | Downloaded flagset v0.4.6 |
702 | 2024-10-31T19:06:47.131Z | Downloaded env_logger v0.11.5 |
703 | 2024-10-31T19:06:47.131Z | Downloaded same-file v1.0.6 |
704 | 2024-10-31T19:06:47.134Z | Downloaded rand_seeder v0.3.0 |
705 | 2024-10-31T19:06:47.134Z | Downloaded similar v2.6.0 |
706 | 2024-10-31T19:06:47.140Z | Downloaded rand v0.8.5 |
707 | 2024-10-31T19:06:47.144Z | Downloaded embedded-io v0.6.1 |
708 | 2024-10-31T19:06:47.149Z | Downloaded untrusted v0.9.0 |
709 | 2024-10-31T19:06:47.152Z | Downloaded hickory-server v0.24.1 |
710 | 2024-10-31T19:06:47.155Z | Downloaded strum_macros v0.24.3 |
711 | 2024-10-31T19:06:47.158Z | Downloaded sync_wrapper v0.1.2 |
712 | 2024-10-31T19:06:47.161Z | Downloaded fxhash v0.2.1 |
713 | 2024-10-31T19:06:47.161Z | Downloaded tracing-attributes v0.1.27 |
714 | 2024-10-31T19:06:47.164Z | Downloaded display-error-chain v0.2.1 |
715 | 2024-10-31T19:06:47.164Z | Downloaded rustls-pemfile v2.2.0 |
716 | 2024-10-31T19:06:47.167Z | Downloaded structmeta-derive v0.3.0 |
717 | 2024-10-31T19:06:47.167Z | Downloaded salsa20 v0.10.2 |
718 | 2024-10-31T19:06:47.170Z | Downloaded thread_local v1.1.8 |
719 | 2024-10-31T19:06:47.173Z | Downloaded strip-ansi-escapes v0.2.0 |
720 | 2024-10-31T19:06:47.173Z | Downloaded packed_struct_codegen v0.10.1 |
721 | 2024-10-31T19:06:47.176Z | Downloaded stringprep v0.1.5 |
722 | 2024-10-31T19:06:47.177Z | Downloaded downcast v0.11.0 |
723 | 2024-10-31T19:06:47.180Z | Downloaded hashlink v0.9.1 |
724 | 2024-10-31T19:06:47.185Z | Downloaded pkcs5 v0.7.1 |
725 | 2024-10-31T19:06:47.188Z | Downloaded predicates-core v1.0.8 |
726 | 2024-10-31T19:06:47.188Z | Downloaded enum-as-inner v0.6.1 |
727 | 2024-10-31T19:06:47.188Z | Downloaded env_filter v0.1.2 |
728 | 2024-10-31T19:06:47.191Z | Downloaded fallible-streaming-iterator v0.1.9 |
729 | 2024-10-31T19:06:47.194Z | Downloaded enum-as-inner v0.5.1 |
730 | 2024-10-31T19:06:47.194Z | Downloaded getrandom v0.2.15 |
731 | 2024-10-31T19:06:47.199Z | Downloaded globset v0.4.15 |
732 | 2024-10-31T19:06:47.202Z | Downloaded elliptic-curve v0.13.8 |
733 | 2024-10-31T19:06:47.205Z | Downloaded peg-runtime v0.8.3 |
734 | 2024-10-31T19:06:47.208Z | Downloaded tower-service v0.3.3 |
735 | 2024-10-31T19:06:47.208Z | Downloaded toolchain_find v0.4.0 |
736 | 2024-10-31T19:06:47.208Z | Downloaded foreign-types-macros v0.2.3 |
737 | 2024-10-31T19:06:47.211Z | Downloaded pkcs8 v0.10.2 |
738 | 2024-10-31T19:06:47.215Z | Downloaded tokio-native-tls v0.3.1 |
739 | 2024-10-31T19:06:47.218Z | Downloaded pkcs1 v0.7.5 |
740 | 2024-10-31T19:06:47.218Z | Downloaded russh-cryptovec v0.7.3 |
741 | 2024-10-31T19:06:47.222Z | Downloaded der v0.7.9 |
742 | 2024-10-31T19:06:47.225Z | Downloaded num-integer v0.1.46 |
743 | 2024-10-31T19:06:47.231Z | Downloaded pin-project v1.1.6 |
744 | 2024-10-31T19:06:47.238Z | Downloaded zone_cfg_derive v0.3.0 |
745 | 2024-10-31T19:06:47.242Z | Downloaded tokio-macros v2.4.0 |
746 | 2024-10-31T19:06:47.242Z | Downloaded scrypt v0.11.0 |
747 | 2024-10-31T19:06:47.245Z | Downloaded serde_derive_internals v0.29.1 |
748 | 2024-10-31T19:06:47.245Z | Downloaded pin-project-lite v0.2.14 |
749 | 2024-10-31T19:06:47.249Z | Downloaded typed-path v0.7.1 |
750 | 2024-10-31T19:06:47.255Z | Downloaded wait-timeout v0.2.0 |
751 | 2024-10-31T19:06:47.258Z | Downloaded universal-hash v0.5.1 |
752 | 2024-10-31T19:06:47.259Z | Downloaded derive_builder v0.20.2 |
753 | 2024-10-31T19:06:47.262Z | Downloaded fd-lock v4.0.2 |
754 | 2024-10-31T19:06:47.265Z | Downloaded fallible-iterator v0.3.0 |
755 | 2024-10-31T19:06:47.270Z | Downloaded hmac v0.12.1 |
756 | 2024-10-31T19:06:47.270Z | Downloaded postcard v1.0.10 |
757 | 2024-10-31T19:06:47.273Z | Downloaded form_urlencoded v1.2.1 |
758 | 2024-10-31T19:06:47.273Z | Downloaded float-ord v0.3.2 |
759 | 2024-10-31T19:06:47.273Z | Downloaded progenitor-client v0.8.0 |
760 | 2024-10-31T19:06:47.276Z | Downloaded slog-dtrace v0.3.0 |
761 | 2024-10-31T19:06:47.277Z | Downloaded topological-sort v0.2.2 |
762 | 2024-10-31T19:06:47.280Z | Downloaded spin v0.5.2 |
763 | 2024-10-31T19:06:47.280Z | Downloaded postgres-protocol v0.6.7 |
764 | 2024-10-31T19:06:47.280Z | Downloaded p521 v0.13.3 |
765 | 2024-10-31T19:06:47.284Z | Downloaded rustc-hash v1.1.0 |
766 | 2024-10-31T19:06:47.287Z | Downloaded flume v0.11.0 |
767 | 2024-10-31T19:06:47.290Z | Downloaded zone_cfg_derive v0.1.2 |
768 | 2024-10-31T19:06:47.291Z | Downloaded tls_codec v0.4.1 |
769 | 2024-10-31T19:06:47.294Z | Downloaded tiny-keccak v2.0.2 |
770 | 2024-10-31T19:06:47.297Z | Downloaded hickory-client v0.24.1 |
771 | 2024-10-31T19:06:47.300Z | Downloaded openssl-probe v0.1.5 |
772 | 2024-10-31T19:06:47.300Z | Downloaded openssl-macros v0.1.1 |
773 | 2024-10-31T19:06:47.300Z | Downloaded heck v0.3.3 |
774 | 2024-10-31T19:06:47.304Z | Downloaded derive_builder_macro v0.20.2 |
775 | 2024-10-31T19:06:47.304Z | Downloaded x509-cert v0.2.5 |
776 | 2024-10-31T19:06:47.314Z | Downloaded zone v0.3.0 |
777 | 2024-10-31T19:06:47.314Z | Downloaded des v0.8.1 |
778 | 2024-10-31T19:06:47.314Z | Downloaded serde-big-array v0.5.1 |
779 | 2024-10-31T19:06:47.314Z | Downloaded slog-scope v4.4.0 |
780 | 2024-10-31T19:06:47.318Z | Downloaded ref-cast v1.0.23 |
781 | 2024-10-31T19:06:47.318Z | Downloaded quick-error v1.2.3 |
782 | 2024-10-31T19:06:47.318Z | Downloaded termtree v0.4.1 |
783 | 2024-10-31T19:06:47.321Z | Downloaded sync_wrapper v1.0.1 |
784 | 2024-10-31T19:06:47.321Z | Downloaded whoami v1.5.2 |
785 | 2024-10-31T19:06:47.326Z | Downloaded derive_more v0.99.18 |
786 | 2024-10-31T19:06:47.329Z | Downloaded nom v7.1.3 |
787 | 2024-10-31T19:06:47.332Z | Downloaded waitgroup v0.1.2 |
788 | 2024-10-31T19:06:47.337Z | Downloaded slog-stdlog v4.1.1 |
789 | 2024-10-31T19:06:47.337Z | Downloaded parse-zoneinfo v0.3.1 |
790 | 2024-10-31T19:06:47.347Z | Downloaded progenitor v0.8.0 |
791 | 2024-10-31T19:06:47.347Z | Downloaded tokio-rustls v0.25.0 |
792 | 2024-10-31T19:06:47.349Z | Downloaded pem v3.0.4 |
793 | 2024-10-31T19:06:47.350Z | Downloaded defmt-parser v0.3.4 |
794 | 2024-10-31T19:06:47.350Z | Downloaded futures-macro v0.3.31 |
795 | 2024-10-31T19:06:47.350Z | Downloaded float-cmp v0.9.0 |
796 | 2024-10-31T19:06:47.350Z | Downloaded hash32 v0.2.1 |
797 | 2024-10-31T19:06:47.350Z | Downloaded try-lock v0.2.5 |
798 | 2024-10-31T19:06:47.350Z | Downloaded progenitor-impl v0.8.0 |
799 | 2024-10-31T19:06:47.353Z | Downloaded futures-core v0.3.31 |
800 | 2024-10-31T19:06:47.353Z | Downloaded qorb v0.1.2 |
801 | 2024-10-31T19:06:47.356Z | Downloaded phf_generator v0.11.2 |
802 | 2024-10-31T19:06:47.360Z | Downloaded steno v0.4.1 |
803 | 2024-10-31T19:06:47.362Z | Downloaded unicode-segmentation v1.12.0 |
804 | 2024-10-31T19:06:47.366Z | Downloaded bitvec v1.0.1 |
805 | 2024-10-31T19:06:47.380Z | Downloaded parse-display v0.10.0 |
806 | 2024-10-31T19:06:47.383Z | Downloaded serde-hex v0.1.0 |
807 | 2024-10-31T19:06:47.383Z | Downloaded hash32 v0.3.1 |
808 | 2024-10-31T19:06:47.383Z | Downloaded fatfs v0.3.6 |
809 | 2024-10-31T19:06:47.386Z | Downloaded spin v0.9.8 |
810 | 2024-10-31T19:06:47.391Z | Downloaded paste v1.0.15 |
811 | 2024-10-31T19:06:47.396Z | Downloaded spki v0.7.3 |
812 | 2024-10-31T19:06:47.396Z | Downloaded packed_struct v0.10.1 |
813 | 2024-10-31T19:06:47.399Z | Downloaded typify-macro v0.2.0 |
814 | 2024-10-31T19:06:47.399Z | Downloaded serde_urlencoded v0.7.1 |
815 | 2024-10-31T19:06:47.399Z | Downloaded semver v0.1.20 |
816 | 2024-10-31T19:06:47.399Z | Downloaded olpc-cjson v0.1.4 |
817 | 2024-10-31T19:06:47.402Z | Downloaded slog-envlogger v2.2.0 |
818 | 2024-10-31T19:06:47.402Z | Downloaded rcgen v0.12.1 |
819 | 2024-10-31T19:06:47.406Z | Downloaded url v2.5.2 |
820 | 2024-10-31T19:06:47.409Z | Downloaded parking_lot v0.12.3 |
821 | 2024-10-31T19:06:47.412Z | Downloaded supports-color v3.0.1 |
822 | 2024-10-31T19:06:47.413Z | Downloaded rustls-pki-types v1.9.0 |
823 | 2024-10-31T19:06:47.416Z | Downloaded defmt-macros v0.3.9 |
824 | 2024-10-31T19:06:47.419Z | Downloaded peg-macros v0.8.4 |
825 | 2024-10-31T19:06:47.419Z | Downloaded utf-8 v0.7.6 |
826 | 2024-10-31T19:06:47.422Z | Downloaded phf_shared v0.11.2 |
827 | 2024-10-31T19:06:47.422Z | Downloaded phf_codegen v0.11.2 |
828 | 2024-10-31T19:06:47.425Z | Downloaded derive_builder_core v0.20.2 |
829 | 2024-10-31T19:06:47.425Z | Downloaded schemars v0.8.21 |
830 | 2024-10-31T19:06:47.435Z | Downloaded half v2.4.1 |
831 | 2024-10-31T19:06:47.438Z | Downloaded hashbrown v0.12.3 |
832 | 2024-10-31T19:06:47.442Z | Downloaded tui-tree-widget v0.22.0 |
833 | 2024-10-31T19:06:47.445Z | Downloaded futures-channel v0.3.31 |
834 | 2024-10-31T19:06:47.445Z | Downloaded pbkdf2 v0.11.0 |
835 | 2024-10-31T19:06:47.449Z | Downloaded toml_edit v0.19.15 |
836 | 2024-10-31T19:06:47.464Z | Downloaded unicode-truncate v1.1.0 |
837 | 2024-10-31T19:06:47.467Z | Downloaded hyper v1.4.1 |
838 | 2024-10-31T19:06:47.472Z | Downloaded rusqlite v0.32.1 |
839 | 2024-10-31T19:06:47.478Z | Downloaded sct v0.7.1 |
840 | 2024-10-31T19:06:47.483Z | Downloaded rustyline v14.0.0 |
841 | 2024-10-31T19:06:47.487Z | Downloaded slog v2.7.0 |
842 | 2024-10-31T19:06:47.491Z | Downloaded chrono v0.4.38 |
843 | 2024-10-31T19:06:47.497Z | Downloaded serde_with_macros v3.11.0 |
844 | 2024-10-31T19:06:47.501Z | Downloaded omicron-zone-package v0.11.1 |
845 | 2024-10-31T19:06:47.504Z | Downloaded snafu-derive v0.8.5 |
846 | 2024-10-31T19:06:47.504Z | Downloaded prettyplease v0.2.22 |
847 | 2024-10-31T19:06:47.507Z | Downloaded walkdir v2.5.0 |
848 | 2024-10-31T19:06:47.510Z | Downloaded test-strategy v0.3.1 |
849 | 2024-10-31T19:06:47.513Z | Downloaded num-bigint-dig v0.8.4 |
850 | 2024-10-31T19:06:47.517Z | Downloaded unicode-properties v0.1.3 |
851 | 2024-10-31T19:06:47.520Z | Downloaded publicsuffix v2.2.3 |
852 | 2024-10-31T19:06:47.523Z | Downloaded num-rational v0.4.2 |
853 | 2024-10-31T19:06:47.526Z | Downloaded futures v0.3.31 |
854 | 2024-10-31T19:06:47.529Z | Downloaded snafu v0.8.5 |
855 | 2024-10-31T19:06:47.534Z | Downloaded serde_yaml v0.9.34+deprecated |
856 | 2024-10-31T19:06:47.537Z | Downloaded quinn v0.11.5 |
857 | 2024-10-31T19:06:47.541Z | Downloaded hyper v0.14.30 |
858 | 2024-10-31T19:06:47.549Z | Downloaded reqwest v0.12.8 |
859 | 2024-10-31T19:06:47.557Z | Downloaded tracing-core v0.1.32 |
860 | 2024-10-31T19:06:47.560Z | Downloaded h2 v0.3.26 |
861 | 2024-10-31T19:06:47.567Z | Downloaded reqwest v0.11.27 |
862 | 2024-10-31T19:06:47.574Z | Downloaded unicode-bidi v0.3.17 |
863 | 2024-10-31T19:06:47.577Z | Downloaded tracing v0.1.40 |
864 | 2024-10-31T19:06:47.581Z | Downloaded sqlparser v0.45.0 |
865 | 2024-10-31T19:06:47.587Z | Downloaded flate2 v1.0.34 |
866 | 2024-10-31T19:06:47.594Z | Downloaded hashbrown v0.14.5 |
867 | 2024-10-31T19:06:47.598Z | Downloaded russh v0.45.0 |
868 | 2024-10-31T19:06:47.606Z | Downloaded bindgen v0.69.5 |
869 | 2024-10-31T19:06:47.610Z | Downloaded reedline v0.35.0 |
870 | 2024-10-31T19:06:47.621Z | Downloaded regex v1.11.0 |
871 | 2024-10-31T19:06:47.630Z | Downloaded hkdf v0.12.4 |
872 | 2024-10-31T19:06:47.634Z | Downloaded curve25519-dalek v4.1.3 |
873 | 2024-10-31T19:06:47.641Z | Downloaded time v0.3.36 |
874 | 2024-10-31T19:06:47.649Z | Downloaded p384 v0.13.0 |
875 | 2024-10-31T19:06:47.655Z | Downloaded portable-atomic v1.9.0 |
876 | 2024-10-31T19:06:47.661Z | Downloaded idna v0.2.3 |
877 | 2024-10-31T19:06:47.668Z | Downloaded tough v0.17.1 |
878 | 2024-10-31T19:06:47.677Z | Downloaded proptest v1.5.0 |
879 | 2024-10-31T19:06:47.686Z | Downloaded unicode-normalization v0.1.24 |
880 | 2024-10-31T19:06:47.690Z | Downloaded idna v0.4.0 |
881 | 2024-10-31T19:06:47.697Z | Downloaded object v0.30.4 |
882 | 2024-10-31T19:06:47.706Z | Downloaded lalrpop v0.19.12 |
883 | 2024-10-31T19:06:47.729Z | Downloaded serde_with v3.11.0 |
884 | 2024-10-31T19:06:47.738Z | Downloaded openssl v0.10.66 |
885 | 2024-10-31T19:06:47.741Z | Downloaded idna v0.3.0 |
886 | 2024-10-31T19:06:47.744Z | Downloaded git2 v0.19.0 |
887 | 2024-10-31T19:06:47.752Z | Downloaded webpki-roots v0.26.6 |
888 | 2024-10-31T19:06:47.756Z | Downloaded quinn-proto v0.11.8 |
889 | 2024-10-31T19:06:47.762Z | Downloaded dropshot v0.12.0 |
890 | 2024-10-31T19:06:47.783Z | Downloaded futures-util v0.3.31 |
891 | 2024-10-31T19:06:47.795Z | Downloaded trust-dns-proto v0.22.0 |
892 | 2024-10-31T19:06:47.808Z | Downloaded h2 v0.4.6 |
893 | 2024-10-31T19:06:47.814Z | Downloaded regress v0.9.1 |
894 | 2024-10-31T19:06:47.821Z | Downloaded smoltcp v0.9.1 |
895 | 2024-10-31T19:06:47.832Z | Downloaded radix_trie v0.2.1 |
896 | 2024-10-31T19:06:47.837Z | Downloaded gimli v0.31.1 |
897 | 2024-10-31T19:06:47.849Z | Downloaded rustls v0.21.12 |
898 | 2024-10-31T19:06:47.857Z | Downloaded nix v0.29.0 |
899 | 2024-10-31T19:06:47.875Z | Downloaded smoltcp v0.11.0 |
900 | 2024-10-31T19:06:47.883Z | Downloaded regex-syntax v0.6.29 |
901 | 2024-10-31T19:06:47.889Z | Downloaded nix v0.28.0 |
902 | 2024-10-31T19:06:47.900Z | Downloaded quick-xml v0.33.0 |
903 | 2024-10-31T19:06:47.906Z | Downloaded rustls v0.23.14 |
904 | 2024-10-31T19:06:47.918Z | Downloaded object v0.36.5 |
905 | 2024-10-31T19:06:47.930Z | Downloaded rustls v0.22.4 |
906 | 2024-10-31T19:06:47.942Z | Downloaded regex-syntax v0.8.5 |
907 | 2024-10-31T19:06:47.951Z | Downloaded typify-impl v0.2.0 |
908 | 2024-10-31T19:06:47.968Z | Downloaded hickory-proto v0.24.1 |
909 | 2024-10-31T19:06:47.982Z | Downloaded sled v0.34.7 |
910 | 2024-10-31T19:06:47.993Z | Downloaded diesel v2.2.4 |
911 | 2024-10-31T19:06:48.011Z | Downloaded ratatui v0.28.1 |
912 | 2024-10-31T19:06:48.030Z | Downloaded openapiv3 v2.0.0 |
913 | 2024-10-31T19:06:48.042Z | Downloaded zerocopy-derive v0.6.6 |
914 | 2024-10-31T19:06:48.052Z | Downloaded regress v0.10.1 |
915 | 2024-10-31T19:06:48.061Z | Downloaded nix v0.27.1 |
916 | 2024-10-31T19:06:48.071Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
917 | 2024-10-31T19:06:48.083Z | Downloaded rustls-webpki v0.102.8 |
918 | 2024-10-31T19:06:48.102Z | Downloaded bstr v1.10.0 |
919 | 2024-10-31T19:06:48.111Z | Downloaded idna v0.5.0 |
920 | 2024-10-31T19:06:48.124Z | Downloaded chrono-tz v0.10.0 |
921 | 2024-10-31T19:06:48.127Z | Downloaded petgraph v0.6.5 |
922 | 2024-10-31T19:06:48.143Z | Downloaded regex-automata v0.4.8 |
923 | 2024-10-31T19:06:48.159Z | Downloaded lzma-sys v0.1.20 |
924 | 2024-10-31T19:06:48.188Z | Downloaded rustls-webpki v0.101.7 |
925 | 2024-10-31T19:06:48.201Z | Downloaded rayon v1.10.0 |
926 | 2024-10-31T19:06:48.211Z | Downloaded polar-core v0.27.3 |
927 | 2024-10-31T19:06:48.219Z | Downloaded vcpkg v0.2.15 |
928 | 2024-10-31T19:06:48.257Z | Downloaded winnow v0.5.40 |
929 | 2024-10-31T19:06:48.265Z | Downloaded libz-sys v1.1.20 |
930 | 2024-10-31T19:06:48.285Z | Downloaded csv v1.3.0 |
931 | 2024-10-31T19:06:48.306Z | Downloaded tokio v1.40.0 |
932 | 2024-10-31T19:06:48.342Z | Downloaded salty v0.3.0 |
933 | 2024-10-31T19:06:48.348Z | Downloaded hashbrown v0.13.2 |
934 | 2024-10-31T19:06:48.352Z | Downloaded expectorate v1.1.0 |
935 | 2024-10-31T19:06:48.355Z | Downloaded heapless v0.8.0 |
936 | 2024-10-31T19:06:48.362Z | Downloaded tokio-postgres v0.7.12 |
937 | 2024-10-31T19:06:48.365Z | Downloaded heapless v0.7.17 |
938 | 2024-10-31T19:06:48.368Z | Downloaded sha3 v0.10.8 |
939 | 2024-10-31T19:06:48.373Z | Downloaded itertools v0.12.1 |
940 | 2024-10-31T19:06:48.377Z | Downloaded proc-macro-crate v1.3.1 |
941 | 2024-10-31T19:06:48.383Z | Downloaded percent-encoding v2.3.1 |
942 | 2024-10-31T19:06:48.383Z | Downloaded diff v0.1.13 |
943 | 2024-10-31T19:06:48.388Z | Downloaded unsafe-libyaml v0.2.11 |
944 | 2024-10-31T19:06:48.388Z | Downloaded defmt v0.3.8 |
945 | 2024-10-31T19:06:48.409Z | Downloaded slog-json v2.6.1 |
946 | 2024-10-31T19:06:48.412Z | Downloaded rustc_version v0.1.7 |
947 | 2024-10-31T19:06:48.416Z | Downloaded futures-task v0.3.31 |
948 | 2024-10-31T19:06:48.416Z | Downloaded env_logger v0.10.2 |
949 | 2024-10-31T19:06:48.419Z | Downloaded pin-project-internal v1.1.6 |
950 | 2024-10-31T19:06:48.427Z | Downloaded parking_lot_core v0.9.10 |
951 | 2024-10-31T19:06:48.427Z | Downloaded parking_lot_core v0.8.6 |
952 | 2024-10-31T19:06:48.431Z | Downloaded zone v0.1.8 |
953 | 2024-10-31T19:06:48.431Z | Downloaded subtle v2.6.1 |
954 | 2024-10-31T19:06:48.431Z | Downloaded strum_macros v0.25.3 |
955 | 2024-10-31T19:06:48.431Z | Downloaded tokio-util v0.7.12 |
956 | 2024-10-31T19:06:48.439Z | Downloaded ena v0.14.3 |
957 | 2024-10-31T19:06:48.442Z | Downloaded dirs-sys-next v0.1.2 |
958 | 2024-10-31T19:06:48.445Z | Downloaded dirs-next v2.0.0 |
959 | 2024-10-31T19:06:48.446Z | Downloaded scopeguard v1.2.0 |
960 | 2024-10-31T19:06:48.449Z | Downloaded scheduled-thread-pool v0.2.7 |
961 | 2024-10-31T19:06:48.449Z | Downloaded zip v0.6.6 |
962 | 2024-10-31T19:06:48.453Z | Downloaded tabwriter v1.4.0 |
963 | 2024-10-31T19:06:48.456Z | Downloaded string_cache v0.8.7 |
964 | 2024-10-31T19:06:48.459Z | Downloaded itertools v0.13.0 |
965 | 2024-10-31T19:06:48.464Z | Downloaded socket2 v0.5.7 |
966 | 2024-10-31T19:06:48.467Z | Downloaded blake3 v1.5.4 |
967 | 2024-10-31T19:06:48.476Z | Downloaded polyval v0.6.2 |
968 | 2024-10-31T19:06:48.478Z | Downloaded pkg-config v0.3.31 |
969 | 2024-10-31T19:06:48.482Z | Downloaded rustc-demangle v0.1.24 |
970 | 2024-10-31T19:06:48.485Z | Downloaded pem-rfc7468 v0.7.0 |
971 | 2024-10-31T19:06:48.485Z | Downloaded ssh-key v0.6.6 |
972 | 2024-10-31T19:06:48.491Z | Downloaded encoding_rs v0.8.34 |
973 | 2024-10-31T19:06:48.511Z | Downloaded ron v0.8.1 |
974 | 2024-10-31T19:06:48.516Z | Downloaded minimal-lexical v0.2.1 |
975 | 2024-10-31T19:06:48.520Z | Downloaded ed25519-dalek v2.1.1 |
976 | 2024-10-31T19:06:48.524Z | Downloaded sqlformat v0.2.6 |
977 | 2024-10-31T19:06:48.527Z | Downloaded which v4.4.2 |
978 | 2024-10-31T19:06:48.527Z | Downloaded tap v1.0.1 |
979 | 2024-10-31T19:06:48.529Z | Downloaded der_derive v0.7.3 |
980 | 2024-10-31T19:06:48.530Z | Downloaded tungstenite v0.21.0 |
981 | 2024-10-31T19:06:48.533Z | Downloaded tar v0.4.42 |
982 | 2024-10-31T19:06:48.536Z | Downloaded slog-async v2.8.0 |
983 | 2024-10-31T19:06:48.536Z | Downloaded predicates-tree v1.0.11 |
984 | 2024-10-31T19:06:48.540Z | Downloaded parse-display-derive v0.10.0 |
985 | 2024-10-31T19:06:48.540Z | Downloaded tinyvec v1.8.0 |
986 | 2024-10-31T19:06:48.543Z | Downloaded siphasher v0.3.11 |
987 | 2024-10-31T19:06:48.543Z | Downloaded sha1 v0.10.6 |
988 | 2024-10-31T19:06:48.546Z | Downloaded foldhash v0.1.3 |
989 | 2024-10-31T19:06:48.546Z | Downloaded oso v0.27.3 |
990 | 2024-10-31T19:06:48.549Z | Downloaded openssl-sys v0.9.103 |
991 | 2024-10-31T19:06:48.553Z | Downloaded password-hash v0.4.2 |
992 | 2024-10-31T19:06:48.556Z | Downloaded parking_lot v0.11.2 |
993 | 2024-10-31T19:06:48.559Z | Downloaded tokio-stream v0.1.16 |
994 | 2024-10-31T19:06:48.565Z | Downloaded tls_codec_derive v0.4.1 |
995 | 2024-10-31T19:06:48.568Z | Downloaded vsss-rs v3.3.4 |
996 | 2024-10-31T19:06:48.571Z | Downloaded typify v0.2.0 |
997 | 2024-10-31T19:06:48.574Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
998 | 2024-10-31T19:06:48.631Z | Downloaded poly1305 v0.8.0 |
999 | 2024-10-31T19:06:48.634Z | Downloaded headers v0.4.0 |
1000 | 2024-10-31T19:06:48.643Z | Downloaded indicatif v0.17.8 |
1001 | 2024-10-31T19:06:48.647Z | Downloaded hickory-resolver v0.24.1 |
1002 | 2024-10-31T19:06:48.647Z | Downloaded num_threads v0.1.7 |
1003 | 2024-10-31T19:06:48.650Z | Downloaded either v1.13.0 |
1004 | 2024-10-31T19:06:48.650Z | Downloaded dyn-clone v1.0.17 |
1005 | 2024-10-31T19:06:48.654Z | Downloaded dsl_auto_type v0.1.2 |
1006 | 2024-10-31T19:06:48.654Z | Downloaded libm v0.2.8 |
1007 | 2024-10-31T19:06:48.659Z | Downloaded peg v0.8.4 |
1008 | 2024-10-31T19:06:48.663Z | Downloaded pbkdf2 v0.12.2 |
1009 | 2024-10-31T19:06:48.668Z | Downloaded tokio-rustls v0.26.0 |
1010 | 2024-10-31T19:06:48.668Z | Downloaded termios v0.3.3 |
1011 | 2024-10-31T19:06:48.671Z | Downloaded smf v0.2.3 |
1012 | 2024-10-31T19:06:48.671Z | Downloaded smallvec v1.13.2 |
1013 | 2024-10-31T19:06:48.671Z | Downloaded serde_path_to_error v0.1.16 |
1014 | 2024-10-31T19:06:48.674Z | Downloaded zerocopy v0.6.6 |
1015 | 2024-10-31T19:06:48.684Z | Downloaded yasna v0.5.2 |
1016 | 2024-10-31T19:06:48.684Z | Downloaded num-bigint v0.4.6 |
1017 | 2024-10-31T19:06:48.684Z | Downloaded vergen v8.3.2 |
1018 | 2024-10-31T19:06:48.693Z | Downloaded miniz_oxide v0.8.0 |
1019 | 2024-10-31T19:06:48.693Z | Downloaded rustc-hash v2.0.0 |
1020 | 2024-10-31T19:06:48.693Z | Downloaded psl-types v2.0.11 |
1021 | 2024-10-31T19:06:48.693Z | Downloaded subprocess v0.2.9 |
1022 | 2024-10-31T19:06:48.693Z | Downloaded time-macros v0.2.18 |
1023 | 2024-10-31T19:06:48.697Z | Downloaded strum_macros v0.26.4 |
1024 | 2024-10-31T19:06:48.697Z | Downloaded cc v1.1.30 |
1025 | 2024-10-31T19:06:48.701Z | Downloaded owo-colors v4.1.0 |
1026 | 2024-10-31T19:06:48.704Z | Downloaded indexmap v1.9.3 |
1027 | 2024-10-31T19:06:48.704Z | Downloaded iana-time-zone v0.1.61 |
1028 | 2024-10-31T19:06:48.708Z | Downloaded rsa v0.9.6 |
1029 | 2024-10-31T19:06:48.711Z | Downloaded itertools v0.10.5 |
1030 | 2024-10-31T19:06:48.716Z | Downloaded structmeta v0.2.0 |
1031 | 2024-10-31T19:06:48.719Z | Downloaded base64 v0.22.1 |
1032 | 2024-10-31T19:06:48.722Z | Downloaded futures-sink v0.3.31 |
1033 | 2024-10-31T19:06:48.722Z | Downloaded libxml v0.3.3 |
1034 | 2024-10-31T19:06:48.727Z | Downloaded aes v0.8.4 |
1035 | 2024-10-31T19:06:48.731Z | Downloaded darling_core v0.20.10 |
1036 | 2024-10-31T19:06:48.735Z | Downloaded native-tls v0.2.12 |
1037 | 2024-10-31T19:06:48.738Z | Downloaded filetime v0.2.25 |
1038 | 2024-10-31T19:06:48.738Z | Downloaded blake2 v0.10.6 |
1039 | 2024-10-31T19:06:48.742Z | Downloaded httparse v1.9.5 |
1040 | 2024-10-31T19:06:48.745Z | Downloaded base64 v0.13.1 |
1041 | 2024-10-31T19:06:48.748Z | Downloaded uzers v0.12.1 |
1042 | 2024-10-31T19:06:48.748Z | Downloaded rustfmt-wrapper v0.2.1 |
1043 | 2024-10-31T19:06:48.751Z | Downloaded tokio-tungstenite v0.24.0 |
1044 | 2024-10-31T19:06:48.751Z | Downloaded tokio-tungstenite v0.23.1 |
1045 | 2024-10-31T19:06:48.754Z | Downloaded tokio-rustls v0.24.1 |
1046 | 2024-10-31T19:06:48.757Z | Downloaded term v0.7.0 |
1047 | 2024-10-31T19:06:48.760Z | Downloaded crossbeam-utils v0.8.20 |
1048 | 2024-10-31T19:06:48.763Z | Downloaded crossbeam-epoch v0.9.18 |
1049 | 2024-10-31T19:06:48.766Z | Downloaded const-oid v0.9.6 |
1050 | 2024-10-31T19:06:48.766Z | Downloaded cipher v0.4.4 |
1051 | 2024-10-31T19:06:48.769Z | Downloaded hyper-staticfile v0.10.1 |
1052 | 2024-10-31T19:06:48.769Z | Downloaded crypto-bigint v0.5.5 |
1053 | 2024-10-31T19:06:48.775Z | Downloaded serde_plain v1.0.2 |
1054 | 2024-10-31T19:06:48.783Z | Downloaded internet-checksum v0.2.1 |
1055 | 2024-10-31T19:06:48.783Z | Downloaded console v0.15.8 |
1056 | 2024-10-31T19:06:48.783Z | Downloaded crc32fast v1.4.2 |
1057 | 2024-10-31T19:06:48.783Z | Downloaded base64 v0.21.7 |
1058 | 2024-10-31T19:06:48.787Z | Downloaded backtrace v0.3.74 |
1059 | 2024-10-31T19:06:48.792Z | Downloaded shlex v1.3.0 |
1060 | 2024-10-31T19:06:48.795Z | Downloaded is-terminal v0.4.13 |
1061 | 2024-10-31T19:06:48.798Z | Downloaded bytes v1.7.2 |
1062 | 2024-10-31T19:06:48.801Z | Downloaded const_format v0.2.33 |
1063 | 2024-10-31T19:06:48.804Z | Downloaded chacha20 v0.9.1 |
1064 | 2024-10-31T19:06:48.807Z | Downloaded backoff v0.4.0 |
1065 | 2024-10-31T19:06:48.811Z | Downloaded rfc6979 v0.4.0 |
1066 | 2024-10-31T19:06:48.811Z | Downloaded ref-cast-impl v1.0.23 |
1067 | 2024-10-31T19:06:48.811Z | Downloaded hyper-tls v0.6.0 |
1068 | 2024-10-31T19:06:48.814Z | Downloaded hubpack v0.1.2 |
1069 | 2024-10-31T19:06:48.814Z | Downloaded sigpipe v0.1.3 |
1070 | 2024-10-31T19:06:48.814Z | Downloaded crc v3.2.1 |
1071 | 2024-10-31T19:06:48.819Z | Downloaded constant_time_eq v0.3.1 |
1072 | 2024-10-31T19:06:48.819Z | Downloaded cexpr v0.6.0 |
1073 | 2024-10-31T19:06:48.822Z | Downloaded castaway v0.2.3 |
1074 | 2024-10-31T19:06:48.822Z | Downloaded cassowary v0.3.0 |
1075 | 2024-10-31T19:06:48.822Z | Downloaded bcrypt-pbkdf v0.10.0 |
1076 | 2024-10-31T19:06:48.822Z | Downloaded http-body v0.4.6 |
1077 | 2024-10-31T19:06:48.826Z | Downloaded bb8 v0.8.5 |
1078 | 2024-10-31T19:06:48.826Z | Downloaded base16ct v0.2.0 |
1079 | 2024-10-31T19:06:48.826Z | Downloaded ipnetwork v0.20.0 |
1080 | 2024-10-31T19:06:48.829Z | Downloaded indoc v1.0.9 |
1081 | 2024-10-31T19:06:48.832Z | Downloaded ahash v0.8.11 |
1082 | 2024-10-31T19:06:48.835Z | Downloaded async-bb8-diesel v0.2.1 |
1083 | 2024-10-31T19:06:48.835Z | Downloaded linear-map v1.2.0 |
1084 | 2024-10-31T19:06:48.838Z | Downloaded cbc v0.1.2 |
1085 | 2024-10-31T19:06:48.838Z | Downloaded darling v0.20.10 |
1086 | 2024-10-31T19:06:48.842Z | Downloaded cancel-safe-futures v0.1.5 |
1087 | 2024-10-31T19:06:48.847Z | Downloaded adler2 v2.0.0 |
1088 | 2024-10-31T19:06:48.850Z | Downloaded bitfield-struct v0.6.2 |
1089 | 2024-10-31T19:06:48.851Z | Downloaded httpdate v1.0.3 |
1090 | 2024-10-31T19:06:48.851Z | Downloaded crossbeam-deque v0.8.5 |
1091 | 2024-10-31T19:06:48.851Z | Downloaded convert_case v0.4.0 |
1092 | 2024-10-31T19:06:48.854Z | Downloaded ciborium-ll v0.2.2 |
1093 | 2024-10-31T19:06:48.855Z | Downloaded chrono-tz-build v0.4.0 |
1094 | 2024-10-31T19:06:48.855Z | Downloaded bit-set v0.5.3 |
1095 | 2024-10-31T19:06:48.855Z | Downloaded atty v0.2.14 |
1096 | 2024-10-31T19:06:48.858Z | Downloaded async-recursion v1.1.1 |
1097 | 2024-10-31T19:06:48.861Z | Downloaded array-init v0.0.4 |
1098 | 2024-10-31T19:06:48.938Z | Downloaded ring v0.17.8 |
1099 | 2024-10-31T19:06:49.058Z | Downloaded ring v0.16.20 |
1100 | 2024-10-31T19:06:49.143Z | Downloaded libsqlite3-sys v0.30.1 |
1101 | 2024-10-31T19:06:49.327Z | Compiling serde v1.0.210 |
1102 | 2024-10-31T19:06:49.330Z | Compiling typenum v1.17.0 |
1103 | 2024-10-31T19:06:49.330Z | Compiling lock_api v0.4.12 |
1104 | 2024-10-31T19:06:49.330Z | Compiling generic-array v0.14.7 |
1105 | 2024-10-31T19:06:49.330Z | Compiling scopeguard v1.2.0 |
1106 | 2024-10-31T19:06:49.330Z | Compiling subtle v2.6.1 |
1107 | 2024-10-31T19:06:49.493Z | Compiling syn v2.0.79 |
1108 | 2024-10-31T19:06:49.496Z | Compiling getrandom v0.2.15 |
1109 | 2024-10-31T19:06:49.688Z | Compiling value-bag v1.9.0 |
1110 | 2024-10-31T19:06:49.791Z | Compiling rand_core v0.6.4 |
1111 | 2024-10-31T19:06:49.906Z | Compiling const-oid v0.9.6 |
1112 | 2024-10-31T19:06:49.957Z | Compiling pin-project-lite v0.2.14 |
1113 | 2024-10-31T19:06:50.069Z | Compiling smallvec v1.13.2 |
1114 | 2024-10-31T19:06:50.116Z | Compiling jobserver v0.1.32 |
1115 | 2024-10-31T19:06:50.349Z | Compiling log v0.4.22 |
1116 | 2024-10-31T19:06:50.364Z | Compiling parking_lot_core v0.9.10 |
1117 | 2024-10-31T19:06:50.511Z | Compiling shlex v1.3.0 |
1118 | 2024-10-31T19:06:50.557Z | Compiling futures-core v0.3.31 |
1119 | 2024-10-31T19:06:50.806Z | Compiling cc v1.1.30 |
1120 | 2024-10-31T19:06:50.907Z | Compiling signal-hook-registry v1.4.2 |
1121 | 2024-10-31T19:06:51.008Z | Compiling mio v1.0.2 |
1122 | 2024-10-31T19:06:51.189Z | Compiling cpufeatures v0.2.14 |
1123 | 2024-10-31T19:06:51.293Z | Compiling parking_lot v0.12.3 |
1124 | 2024-10-31T19:06:51.495Z | Compiling futures-sink v0.3.31 |
1125 | 2024-10-31T19:06:51.653Z | Compiling spin v0.9.8 |
1126 | 2024-10-31T19:06:51.719Z | Compiling socket2 v0.5.7 |
1127 | 2024-10-31T19:06:51.805Z | Compiling slab v0.4.9 |
1128 | 2024-10-31T19:06:52.074Z | Compiling serde_json v1.0.128 |
1129 | 2024-10-31T19:06:52.133Z | Compiling futures-channel v0.3.31 |
1130 | 2024-10-31T19:06:52.165Z | Compiling foldhash v0.1.3 |
1131 | 2024-10-31T19:06:52.184Z | Compiling pin-utils v0.1.0 |
1132 | 2024-10-31T19:06:52.281Z | Compiling allocator-api2 v0.2.18 |
1133 | 2024-10-31T19:06:52.430Z | Compiling futures-task v0.3.31 |
1134 | 2024-10-31T19:06:52.475Z | Compiling tinyvec_macros v0.1.1 |
1135 | 2024-10-31T19:06:52.518Z | Compiling futures-io v0.3.31 |
1136 | 2024-10-31T19:06:52.557Z | Compiling tinyvec v1.8.0 |
1137 | 2024-10-31T19:06:52.577Z | Compiling libm v0.2.8 |
1138 | 2024-10-31T19:06:52.638Z | Compiling num-traits v0.2.19 |
1139 | 2024-10-31T19:06:52.723Z | Compiling unicode-bidi v0.3.17 |
1140 | 2024-10-31T19:06:52.833Z | Compiling base64ct v1.6.0 |
1141 | 2024-10-31T19:06:52.935Z | Compiling hashbrown v0.15.0 |
1142 | 2024-10-31T19:06:53.300Z | Compiling pem-rfc7468 v0.7.0 |
1143 | 2024-10-31T19:06:53.476Z | Compiling httparse v1.9.5 |
1144 | 2024-10-31T19:06:54.031Z | Compiling flagset v0.4.6 |
1145 | 2024-10-31T19:06:54.175Z | Compiling unicode-normalization v0.1.24 |
1146 | 2024-10-31T19:06:54.244Z | Compiling tracing-core v0.1.32 |
1147 | 2024-10-31T19:06:54.343Z | Compiling percent-encoding v2.3.1 |
1148 | 2024-10-31T19:06:54.415Z | Compiling crossbeam-utils v0.8.20 |
1149 | 2024-10-31T19:06:54.512Z | Compiling rustls-pki-types v1.9.0 |
1150 | 2024-10-31T19:06:54.947Z | Compiling ring v0.17.8 |
1151 | 2024-10-31T19:06:55.070Z | Compiling vcpkg v0.2.15 |
1152 | 2024-10-31T19:06:55.305Z | Compiling pkg-config v0.3.31 |
1153 | 2024-10-31T19:06:55.472Z | Compiling powerfmt v0.2.0 |
1154 | 2024-10-31T19:06:55.617Z | Compiling num-conv v0.1.0 |
1155 | 2024-10-31T19:06:55.634Z | Compiling untrusted v0.9.0 |
1156 | 2024-10-31T19:06:55.814Z | Compiling time-core v0.1.2 |
1157 | 2024-10-31T19:06:55.865Z | Compiling deranged v0.3.11 |
1158 | 2024-10-31T19:06:55.992Z | Compiling time-macros v0.2.18 |
1159 | 2024-10-31T19:06:56.266Z | Compiling num_threads v0.1.7 |
1160 | 2024-10-31T19:06:56.404Z | Compiling atomic-waker v1.1.2 |
1161 | 2024-10-31T19:06:56.613Z | Compiling form_urlencoded v1.2.1 |
1162 | 2024-10-31T19:06:56.812Z | Compiling slog v2.7.0 |
1163 | 2024-10-31T19:06:56.908Z | Compiling try-lock v0.2.5 |
1164 | 2024-10-31T19:06:57.005Z | Compiling openssl-sys v0.9.103 |
1165 | 2024-10-31T19:06:57.051Z | Compiling rustix v0.38.37 |
1166 | 2024-10-31T19:06:57.141Z | Compiling want v0.3.1 |
1167 | 2024-10-31T19:06:57.390Z | Compiling httpdate v1.0.3 |
1168 | 2024-10-31T19:06:57.755Z | Compiling idna v0.5.0 |
1169 | 2024-10-31T19:06:57.816Z | Compiling iana-time-zone v0.1.61 |
1170 | 2024-10-31T19:06:57.851Z | Compiling rustversion v1.0.17 |
1171 | 2024-10-31T19:06:58.178Z | Compiling match_cfg v0.1.0 |
1172 | 2024-10-31T19:06:58.199Z | Compiling foreign-types-shared v0.1.1 |
1173 | 2024-10-31T19:06:58.270Z | Compiling openssl v0.10.66 |
1174 | 2024-10-31T19:06:58.314Z | Compiling base64 v0.22.1 |
1175 | 2024-10-31T19:06:58.534Z | Compiling tower-service v0.3.3 |
1176 | 2024-10-31T19:06:58.654Z | Compiling url v2.5.2 |
1177 | 2024-10-31T19:06:58.712Z | Compiling foreign-types v0.3.2 |
1178 | 2024-10-31T19:06:58.805Z | Compiling hostname v0.3.1 |
1179 | 2024-10-31T19:06:58.908Z | Compiling time v0.3.36 |
1180 | 2024-10-31T19:06:58.977Z | Compiling dirs-sys-next v0.1.2 |
1181 | 2024-10-31T19:06:59.030Z | Compiling aho-corasick v1.1.3 |
1182 | 2024-10-31T19:06:59.179Z | Compiling rustls v0.23.14 |
1183 | 2024-10-31T19:06:59.450Z | Compiling syn v1.0.109 |
1184 | 2024-10-31T19:06:59.566Z | Compiling regex-syntax v0.8.5 |
1185 | 2024-10-31T19:06:59.995Z | Compiling adler2 v2.0.0 |
1186 | 2024-10-31T19:07:00.124Z | Compiling siphasher v0.3.11 |
1187 | 2024-10-31T19:07:00.212Z | Compiling native-tls v0.2.12 |
1188 | 2024-10-31T19:07:00.457Z | Compiling data-encoding v2.6.0 |
1189 | 2024-10-31T19:07:00.540Z | Compiling rustls v0.22.4 |
1190 | 2024-10-31T19:07:00.809Z | Compiling miniz_oxide v0.8.0 |
1191 | 2024-10-31T19:07:02.064Z | Compiling dirs-next v2.0.0 |
1192 | 2024-10-31T19:07:02.410Z | Compiling serde_derive v1.0.210 |
1193 | 2024-10-31T19:07:02.415Z | Compiling zeroize_derive v1.4.2 |
1194 | 2024-10-31T19:07:03.172Z | Compiling zerocopy-derive v0.7.35 |
1195 | 2024-10-31T19:07:03.318Z | Compiling tokio-macros v2.4.0 |
1196 | 2024-10-31T19:07:03.430Z | Compiling thiserror-impl v1.0.64 |
1197 | 2024-10-31T19:07:03.506Z | Compiling futures-macro v0.3.31 |
1198 | 2024-10-31T19:07:03.837Z | Compiling zeroize v1.8.1 |
1199 | 2024-10-31T19:07:04.843Z | Compiling der_derive v0.7.3 |
1200 | 2024-10-31T19:07:05.250Z | Compiling zerocopy v0.7.35 |
1201 | 2024-10-31T19:07:05.451Z | Compiling futures-util v0.3.31 |
1202 | 2024-10-31T19:07:05.455Z | Compiling tracing-attributes v0.1.27 |
1203 | 2024-10-31T19:07:05.664Z | Compiling crypto-common v0.1.6 |
1204 | 2024-10-31T19:07:05.903Z | Compiling block-buffer v0.10.4 |
1205 | 2024-10-31T19:07:06.160Z | Compiling digest v0.10.7 |
1206 | 2024-10-31T19:07:06.417Z | Compiling thiserror v1.0.64 |
1207 | 2024-10-31T19:07:06.541Z | Compiling block-padding v0.3.3 |
1208 | 2024-10-31T19:07:06.632Z | Compiling hmac v0.12.1 |
1209 | 2024-10-31T19:07:06.753Z | Compiling inout v0.1.3 |
1210 | 2024-10-31T19:07:06.822Z | Compiling sha2 v0.10.8 |
1211 | 2024-10-31T19:07:06.873Z | Compiling ppv-lite86 v0.2.20 |
1212 | 2024-10-31T19:07:07.025Z | Compiling cipher v0.4.4 |
1213 | 2024-10-31T19:07:07.078Z | Compiling der v0.7.9 |
1214 | 2024-10-31T19:07:07.530Z | Compiling salsa20 v0.10.2 |
1215 | 2024-10-31T19:07:07.700Z | Compiling rand_chacha v0.3.1 |
1216 | 2024-10-31T19:07:07.736Z | Compiling pbkdf2 v0.12.2 |
1217 | 2024-10-31T19:07:07.906Z | Compiling pest v2.7.14 |
1218 | 2024-10-31T19:07:08.792Z | Compiling tracing v0.1.40 |
1219 | 2024-10-31T19:07:09.283Z | Compiling spki v0.7.3 |
1220 | 2024-10-31T19:07:09.648Z | Compiling rand v0.8.5 |
1221 | 2024-10-31T19:07:09.887Z | Compiling scrypt v0.11.0 |
1222 | 2024-10-31T19:07:10.327Z | Compiling pest_meta v2.7.14 |
1223 | 2024-10-31T19:07:10.347Z | Compiling cbc v0.1.2 |
1224 | 2024-10-31T19:07:10.415Z | Compiling aes v0.8.4 |
1225 | 2024-10-31T19:07:10.571Z | Compiling scroll_derive v0.12.0 |
1226 | 2024-10-31T19:07:10.749Z | Compiling openssl-macros v0.1.1 |
1227 | 2024-10-31T19:07:11.360Z | Compiling pkcs5 v0.7.1 |
1228 | 2024-10-31T19:07:11.538Z | Compiling pest_generator v2.7.14 |
1229 | 2024-10-31T19:07:11.804Z | Compiling async-trait v0.1.83 |
1230 | 2024-10-31T19:07:11.932Z | Compiling scroll v0.12.0 |
1231 | 2024-10-31T19:07:12.486Z | Compiling goblin v0.8.2 |
1232 | 2024-10-31T19:07:12.505Z | Compiling pkcs8 v0.10.2 |
1233 | 2024-10-31T19:07:13.158Z | Compiling signature v2.2.0 |
1234 | 2024-10-31T19:07:13.214Z | Compiling sha1 v0.10.6 |
1235 | 2024-10-31T19:07:13.312Z | Compiling regex-automata v0.4.8 |
1236 | 2024-10-31T19:07:13.565Z | Compiling serde_derive_internals v0.29.1 |
1237 | 2024-10-31T19:07:13.676Z | Compiling crossbeam-epoch v0.9.18 |
1238 | 2024-10-31T19:07:14.304Z | Compiling lazy_static v1.5.0 |
1239 | 2024-10-31T19:07:14.438Z | Compiling thread_local v1.1.8 |
1240 | 2024-10-31T19:07:14.464Z | Compiling multer v3.1.0 |
1241 | 2024-10-31T19:07:14.758Z | Compiling encoding_rs v0.8.34 |
1242 | 2024-10-31T19:07:14.868Z | Compiling pest_derive v2.7.14 |
1243 | 2024-10-31T19:07:14.989Z | Compiling cookie v0.18.1 |
1244 | 2024-10-31T19:07:15.286Z | Compiling bytes v1.7.2 |
1245 | 2024-10-31T19:07:15.676Z | Compiling indexmap v2.6.0 |
1246 | 2024-10-31T19:07:16.043Z | Compiling bitflags v2.6.0 |
1247 | 2024-10-31T19:07:16.473Z | Compiling tokio v1.40.0 |
1248 | 2024-10-31T19:07:16.595Z | Compiling http v1.1.0 |
1249 | 2024-10-31T19:07:17.045Z | Compiling semver v1.0.23 |
1250 | 2024-10-31T19:07:17.240Z | Compiling rustls-webpki v0.102.8 |
1251 | 2024-10-31T19:07:17.804Z | Compiling rustc_version v0.4.1 |
1252 | 2024-10-31T19:07:18.570Z | Compiling http-body v1.0.1 |
1253 | 2024-10-31T19:07:18.686Z | Compiling dof v0.3.0 |
1254 | 2024-10-31T19:07:18.928Z | Compiling dtrace-parser v0.2.0 |
1255 | 2024-10-31T19:07:19.024Z | Compiling uuid v1.10.0 |
1256 | 2024-10-31T19:07:19.263Z | Compiling serde_tokenstream v0.2.2 |
1257 | 2024-10-31T19:07:19.900Z | Compiling toml_datetime v0.6.8 |
1258 | 2024-10-31T19:07:20.433Z | Compiling serde_spanned v0.6.8 |
1259 | 2024-10-31T19:07:20.502Z | Compiling usdt-impl v0.5.0 |
1260 | 2024-10-31T19:07:20.664Z | Compiling chrono v0.4.38 |
1261 | 2024-10-31T19:07:20.759Z | Compiling http-body-util v0.1.2 |
1262 | 2024-10-31T19:07:20.927Z | Compiling heapless v0.7.17 |
1263 | 2024-10-31T19:07:21.377Z | Compiling signal-hook v0.3.17 |
1264 | 2024-10-31T19:07:21.660Z | Compiling openssl-probe v0.1.5 |
1265 | 2024-10-31T19:07:22.013Z | Compiling mime v0.3.17 |
1266 | 2024-10-31T19:07:22.031Z | Compiling rayon-core v1.12.1 |
1267 | 2024-10-31T19:07:22.286Z | Compiling gimli v0.31.1 |
1268 | 2024-10-31T19:07:22.316Z | Compiling paste v1.0.15 |
1269 | 2024-10-31T19:07:22.606Z | Compiling ipnet v2.10.1 |
1270 | 2024-10-31T19:07:22.827Z | Compiling unicode-properties v0.1.3 |
1271 | 2024-10-31T19:07:23.234Z | Compiling schemars v0.8.21 |
1272 | 2024-10-31T19:07:23.636Z | Compiling slog-async v2.8.0 |
1273 | 2024-10-31T19:07:23.862Z | Compiling either v1.13.0 |
1274 | 2024-10-31T19:07:24.290Z | Compiling stringprep v0.1.5 |
1275 | 2024-10-31T19:07:24.329Z | Compiling toml_edit v0.22.22 |
1276 | 2024-10-31T19:07:24.370Z | Compiling usdt-attr-macro v0.5.0 |
1277 | 2024-10-31T19:07:24.391Z | Compiling usdt-macro v0.5.0 |
1278 | 2024-10-31T19:07:25.245Z | Compiling tokio-util v0.7.12 |
1279 | 2024-10-31T19:07:25.523Z | Compiling curve25519-dalek v4.1.3 |
1280 | 2024-10-31T19:07:26.242Z | Compiling h2 v0.4.6 |
1281 | 2024-10-31T19:07:26.583Z | Compiling slog-json v2.6.1 |
1282 | 2024-10-31T19:07:26.983Z | Compiling addr2line v0.24.2 |
1283 | 2024-10-31T19:07:27.663Z | Compiling schemars_derive v0.8.21 |
1284 | 2024-10-31T19:07:28.189Z | Compiling serde_urlencoded v0.7.1 |
1285 | 2024-10-31T19:07:28.858Z | Compiling crossbeam-deque v0.8.5 |
1286 | 2024-10-31T19:07:29.215Z | Compiling futures-executor v0.3.31 |
1287 | 2024-10-31T19:07:29.783Z | Compiling md-5 v0.10.6 |
1288 | 2024-10-31T19:07:29.856Z | Compiling enum-as-inner v0.6.1 |
1289 | 2024-10-31T19:07:30.050Z | Compiling async-stream-impl v0.3.6 |
1290 | 2024-10-31T19:07:30.908Z | Compiling term v0.7.0 |
1291 | 2024-10-31T19:07:31.052Z | Compiling crossbeam-channel v0.5.13 |
1292 | 2024-10-31T19:07:31.398Z | Compiling num-integer v0.1.46 |
1293 | 2024-10-31T19:07:32.130Z | Compiling rustls-pemfile v2.2.0 |
1294 | 2024-10-31T19:07:32.189Z | Compiling idna v0.4.0 |
1295 | 2024-10-31T19:07:32.223Z | Compiling idna v0.3.0 |
1296 | 2024-10-31T19:07:32.312Z | Compiling ff v0.13.0 |
1297 | 2024-10-31T19:07:32.449Z | Compiling hash32 v0.2.1 |
1298 | 2024-10-31T19:07:32.539Z | Compiling is-terminal v0.4.13 |
1299 | 2024-10-31T19:07:32.673Z | Compiling dropshot v0.12.0 |
1300 | 2024-10-31T19:07:32.815Z | Compiling object v0.36.5 |
1301 | 2024-10-31T19:07:32.965Z | Compiling base16ct v0.2.0 |
1302 | 2024-10-31T19:07:33.294Z | Compiling hyper v1.4.1 |
1303 | 2024-10-31T19:07:33.813Z | Compiling take_mut v0.2.2 |
1304 | 2024-10-31T19:07:33.865Z | Compiling linked-hash-map v0.5.6 |
1305 | 2024-10-31T19:07:33.985Z | Compiling fallible-iterator v0.2.0 |
1306 | 2024-10-31T19:07:34.255Z | Compiling rustc-demangle v0.1.24 |
1307 | 2024-10-31T19:07:34.724Z | Compiling dyn-clone v1.0.17 |
1308 | 2024-10-31T19:07:34.948Z | Compiling psl-types v2.0.11 |
1309 | 2024-10-31T19:07:35.150Z | Compiling portable-atomic v1.9.0 |
1310 | 2024-10-31T19:07:35.219Z | Compiling utf-8 v0.7.6 |
1311 | 2024-10-31T19:07:35.463Z | Compiling quick-error v1.2.3 |
1312 | 2024-10-31T19:07:35.524Z | Compiling stable_deref_trait v1.2.0 |
1313 | 2024-10-31T19:07:35.621Z | Compiling num-bigint-dig v0.8.4 |
1314 | 2024-10-31T19:07:35.641Z | Compiling anyhow v1.0.89 |
1315 | 2024-10-31T19:07:35.927Z | Compiling hyper-util v0.1.9 |
1316 | 2024-10-31T19:07:36.211Z | Compiling smoltcp v0.9.1 |
1317 | 2024-10-31T19:07:36.680Z | Compiling resolv-conf v0.7.0 |
1318 | 2024-10-31T19:07:36.971Z | Compiling tungstenite v0.24.0 |
1319 | 2024-10-31T19:07:37.315Z | Compiling publicsuffix v2.2.3 |
1320 | 2024-10-31T19:07:37.586Z | Compiling postgres-protocol v0.6.7 |
1321 | 2024-10-31T19:07:37.870Z | Compiling lru-cache v0.1.2 |
1322 | 2024-10-31T19:07:38.939Z | Compiling sec1 v0.7.3 |
1323 | 2024-10-31T19:07:39.212Z | Compiling hickory-proto v0.24.1 |
1324 | 2024-10-31T19:07:39.249Z | Compiling slog-term v2.9.1 |
1325 | 2024-10-31T19:07:39.251Z | Compiling usdt v0.5.0 |
1326 | 2024-10-31T19:07:39.297Z | Compiling group v0.13.0 |
1327 | 2024-10-31T19:07:39.491Z | Compiling tokio-rustls v0.26.0 |
1328 | 2024-10-31T19:07:39.629Z | Compiling num-iter v0.1.45 |
1329 | 2024-10-31T19:07:39.828Z | Compiling async-stream v0.3.6 |
1330 | 2024-10-31T19:07:39.907Z | Compiling tokio-rustls v0.25.0 |
1331 | 2024-10-31T19:07:40.107Z | Compiling backtrace v0.3.74 |
1332 | 2024-10-31T19:07:40.272Z | Compiling futures v0.3.31 |
1333 | 2024-10-31T19:07:40.738Z | Compiling tokio-native-tls v0.3.1 |
1334 | 2024-10-31T19:07:41.019Z | Compiling toml v0.8.19 |
1335 | 2024-10-31T19:07:41.038Z | Compiling slog-bunyan v2.5.0 |
1336 | 2024-10-31T19:07:41.466Z | Compiling camino v1.1.9 |
1337 | 2024-10-31T19:07:42.056Z | Compiling terminal_size v0.4.0 |
1338 | 2024-10-31T19:07:42.286Z | Compiling dropshot_endpoint v0.12.0 |
1339 | 2024-10-31T19:07:42.351Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-10-31T19:07:42.447Z | Compiling serde_path_to_error v0.1.16 |
1341 | 2024-10-31T19:07:42.568Z | Compiling hkdf v0.12.4 |
1342 | 2024-10-31T19:07:42.696Z | Compiling crypto-bigint v0.5.5 |
1343 | 2024-10-31T19:07:42.836Z | Compiling zerocopy-derive v0.6.6 |
1344 | 2024-10-31T19:07:43.305Z | Compiling curve25519-dalek-derive v0.1.1 |
1345 | 2024-10-31T19:07:43.376Z | Compiling phf_shared v0.11.2 |
1346 | 2024-10-31T19:07:43.797Z | Compiling waitgroup v0.1.2 |
1347 | 2024-10-31T19:07:44.031Z | Compiling webpki-roots v0.26.6 |
1348 | 2024-10-31T19:07:44.265Z | Compiling hostname v0.4.0 |
1349 | 2024-10-31T19:07:44.356Z | Compiling hubpack_derive v0.1.1 |
1350 | 2024-10-31T19:07:44.525Z | Compiling fs-err v2.11.0 |
1351 | 2024-10-31T19:07:44.825Z | Compiling ahash v0.8.11 |
1352 | 2024-10-31T19:07:44.846Z | Compiling debug-ignore v1.0.5 |
1353 | 2024-10-31T19:07:44.983Z | Compiling bitflags v1.3.2 |
1354 | 2024-10-31T19:07:45.002Z | Compiling managed v0.8.0 |
1355 | 2024-10-31T19:07:45.097Z | Compiling winnow v0.5.40 |
1356 | 2024-10-31T19:07:45.259Z | Compiling hubpack v0.1.2 |
1357 | 2024-10-31T19:07:45.278Z | Compiling clap_builder v4.5.20 |
1358 | 2024-10-31T19:07:45.690Z | Compiling elliptic-curve v0.13.8 |
1359 | 2024-10-31T19:07:46.533Z | Compiling zerocopy v0.6.6 |
1360 | 2024-10-31T19:07:46.618Z | Compiling console v0.15.8 |
1361 | 2024-10-31T19:07:47.421Z | Compiling strum_macros v0.25.3 |
1362 | 2024-10-31T19:07:47.699Z | Compiling hickory-resolver v0.24.1 |
1363 | 2024-10-31T19:07:48.770Z | Compiling toml_edit v0.19.15 |
1364 | 2024-10-31T19:07:49.010Z | Compiling hyper-rustls v0.27.3 |
1365 | 2024-10-31T19:07:49.227Z | Compiling phf v0.11.2 |
1366 | 2024-10-31T19:07:49.545Z | Compiling signal-hook-mio v0.2.4 |
1367 | 2024-10-31T19:07:49.651Z | Compiling rayon v1.10.0 |
1368 | 2024-10-31T19:07:49.706Z | Compiling hyper-tls v0.6.0 |
1369 | 2024-10-31T19:07:50.129Z | Compiling cookie_store v0.21.0 |
1370 | 2024-10-31T19:07:52.237Z | Compiling postgres-types v0.2.8 |
1371 | 2024-10-31T19:07:53.773Z | Compiling tokio-tungstenite v0.24.0 |
1372 | 2024-10-31T19:07:54.319Z | Compiling tokio-stream v0.1.16 |
1373 | 2024-10-31T19:07:54.338Z | Compiling bstr v1.10.0 |
1374 | 2024-10-31T19:07:54.811Z | Compiling regex v1.11.0 |
1375 | 2024-10-31T19:07:55.428Z | Compiling serde-big-array v0.5.1 |
1376 | 2024-10-31T19:07:55.664Z | Compiling ed25519 v2.2.3 |
1377 | 2024-10-31T19:07:55.668Z | Compiling pkcs1 v0.7.5 |
1378 | 2024-10-31T19:07:55.839Z | Compiling rfc6979 v0.4.0 |
1379 | 2024-10-31T19:07:55.860Z | Compiling serde_repr v0.1.19 |
1380 | 2024-10-31T19:07:56.047Z | Compiling derive-where v1.2.7 |
1381 | 2024-10-31T19:07:56.114Z | Compiling clap_derive v4.5.18 |
1382 | 2024-10-31T19:07:56.229Z | Compiling phf_shared v0.10.0 |
1383 | 2024-10-31T19:07:56.403Z | Compiling float-cmp v0.9.0 |
1384 | 2024-10-31T19:07:56.626Z | Compiling sync_wrapper v1.0.1 |
1385 | 2024-10-31T19:07:56.626Z | Compiling crc32fast v1.4.2 |
1386 | 2024-10-31T19:07:56.646Z | Compiling unicode-segmentation v1.12.0 |
1387 | 2024-10-31T19:07:56.791Z | Compiling new_debug_unreachable v1.0.6 |
1388 | 2024-10-31T19:07:56.902Z | Compiling static_assertions v1.1.0 |
1389 | 2024-10-31T19:07:56.982Z | Compiling normalize-line-endings v0.3.0 |
1390 | 2024-10-31T19:07:57.006Z | Compiling predicates-core v1.0.8 |
1391 | 2024-10-31T19:07:57.008Z | Compiling bit-vec v0.6.3 |
1392 | 2024-10-31T19:07:57.109Z | Compiling whoami v1.5.2 |
1393 | 2024-10-31T19:07:57.362Z | Compiling precomputed-hash v0.1.1 |
1394 | 2024-10-31T19:07:57.487Z | Compiling minimal-lexical v0.2.1 |
1395 | 2024-10-31T19:07:57.508Z | Compiling fixedbitset v0.4.2 |
1396 | 2024-10-31T19:07:57.511Z | Compiling number_prefix v0.4.0 |
1397 | 2024-10-31T19:07:57.545Z | Compiling difflib v0.4.0 |
1398 | 2024-10-31T19:07:57.745Z | Compiling indicatif v0.17.8 |
1399 | 2024-10-31T19:07:57.767Z | Compiling string_cache v0.8.7 |
1400 | 2024-10-31T19:07:57.965Z | Compiling predicates v3.1.2 |
1401 | 2024-10-31T19:07:57.986Z | Compiling nom v7.1.3 |
1402 | 2024-10-31T19:07:58.198Z | Compiling petgraph v0.6.5 |
1403 | 2024-10-31T19:07:59.111Z | Compiling tokio-postgres v0.7.12 |
1404 | 2024-10-31T19:07:59.458Z | Compiling qorb v0.1.2 |
1405 | 2024-10-31T19:07:59.713Z | Compiling bit-set v0.5.3 |
1406 | 2024-10-31T19:07:59.877Z | Compiling similar v2.6.0 |
1407 | 2024-10-31T19:08:00.005Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1408 | 2024-10-31T19:08:00.773Z | Compiling clap v4.5.20 |
1409 | 2024-10-31T19:08:00.904Z | Compiling flate2 v1.0.34 |
1410 | 2024-10-31T19:08:01.858Z | Compiling reqwest v0.12.8 |
1411 | 2024-10-31T19:08:01.879Z | Compiling rsa v0.9.6 |
1412 | 2024-10-31T19:08:02.244Z | Compiling ecdsa v0.16.9 |
1413 | 2024-10-31T19:08:02.265Z | Compiling ed25519-dalek v2.1.1 |
1414 | 2024-10-31T19:08:03.174Z | Compiling toml v0.7.8 |
1415 | 2024-10-31T19:08:03.658Z | Compiling crossterm v0.28.1 |
1416 | 2024-10-31T19:08:05.549Z | Compiling itertools v0.10.5 |
1417 | 2024-10-31T19:08:05.574Z | Compiling itertools v0.12.1 |
1418 | 2024-10-31T19:08:05.591Z | Compiling hex v0.4.3 |
1419 | 2024-10-31T19:08:05.836Z | Compiling x509-cert v0.2.5 |
1420 | 2024-10-31T19:08:06.198Z | Compiling unicode-xid v0.2.6 |
1421 | 2024-10-31T19:08:06.391Z | Compiling lalrpop-util v0.19.12 |
1422 | 2024-10-31T19:08:06.768Z | Compiling peg-runtime v0.8.3 |
1423 | 2024-10-31T19:08:06.827Z | Compiling xattr v1.3.1 |
1424 | 2024-10-31T19:08:07.097Z | Compiling strum_macros v0.26.4 |
1425 | 2024-10-31T19:08:07.329Z | Compiling filetime v0.2.25 |
1426 | 2024-10-31T19:08:07.640Z | Compiling tar v0.4.42 |
1427 | 2024-10-31T19:08:10.420Z | Compiling strum v0.26.3 |
1428 | 2024-10-31T19:08:10.668Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1429 | 2024-10-31T19:08:10.917Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1430 | 2024-10-31T19:08:16.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1431 | 2024-10-31T19:08:16.247Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1432 | 2024-10-31T19:08:16.295Z | Oct 31 19:08:14.841 INFO Starting download, target: Clickhouse |
1433 | 2024-10-31T19:08:16.295Z | Oct 31 19:08:14.841 INFO Starting download, target: Cockroach |
1434 | 2024-10-31T19:08:16.295Z | Oct 31 19:08:14.841 INFO Starting download, target: Console |
1435 | 2024-10-31T19:08:16.300Z | Oct 31 19:08:14.841 INFO Starting download, target: DendriteOpenapi |
1436 | 2024-10-31T19:08:16.300Z | Oct 31 19:08:14.841 INFO Starting download, target: DendriteStub |
1437 | 2024-10-31T19:08:16.300Z | Oct 31 19:08:14.841 INFO Starting download, target: MaghemiteMgd |
1438 | 2024-10-31T19:08:16.300Z | Oct 31 19:08:14.841 INFO Starting download, target: TransceiverControl |
1439 | 2024-10-31T19:08:16.300Z | Oct 31 19:08:14.842 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1440 | 2024-10-31T19:08:16.300Z | Oct 31 19:08:14.842 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1441 | 2024-10-31T19:08:16.301Z | Oct 31 19:08:14.842 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1442 | 2024-10-31T19:08:16.301Z | Oct 31 19:08:14.842 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1443 | 2024-10-31T19:08:16.301Z | Oct 31 19:08:14.842 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1444 | 2024-10-31T19:08:16.301Z | Oct 31 19:08:14.843 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1445 | 2024-10-31T19:08:16.301Z | Oct 31 19:08:14.843 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1446 | 2024-10-31T19:08:16.508Z | Oct 31 19:08:15.044 INFO Download complete, target: DendriteOpenapi |
1447 | 2024-10-31T19:08:16.676Z | Oct 31 19:08:15.185 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1448 | 2024-10-31T19:08:16.949Z | Oct 31 19:08:15.412 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1449 | 2024-10-31T19:08:17.216Z | Oct 31 19:08:15.737 INFO Download complete, target: Console |
1450 | 2024-10-31T19:08:17.312Z | Oct 31 19:08:15.821 INFO Download complete, target: TransceiverControl |
1451 | 2024-10-31T19:08:17.377Z | Oct 31 19:08:15.886 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1452 | 2024-10-31T19:08:17.459Z | Oct 31 19:08:16.003 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1453 | 2024-10-31T19:08:17.979Z | Oct 31 19:08:16.526 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1454 | 2024-10-31T19:08:17.979Z | Oct 31 19:08:16.526 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1455 | 2024-10-31T19:08:18.885Z | Oct 31 19:08:17.432 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1456 | 2024-10-31T19:08:20.189Z | Oct 31 19:08:18.737 INFO Download complete, target: DendriteStub |
1457 | 2024-10-31T19:08:20.422Z | Oct 31 19:08:18.969 INFO Download complete, target: MaghemiteMgd |
1458 | 2024-10-31T19:08:25.420Z | Oct 31 19:08:23.967 INFO Checking that binary works, target: Cockroach |
1459 | 2024-10-31T19:08:25.655Z | Oct 31 19:08:24.202 INFO Download complete, target: Cockroach |
1460 | 2024-10-31T19:08:30.883Z | Oct 31 19:08:29.428 INFO Checking that binary works, target: Clickhouse |
1461 | 2024-10-31T19:08:31.554Z | Oct 31 19:08:30.101 INFO Download complete, target: Clickhouse |
1462 | 2024-10-31T19:08:31.562Z | All prerequisites installed successfully |
1463 | 2024-10-31T19:08:31.564Z | |
1464 | 2024-10-31T19:08:31.564Z | real 4:13.847156870 |
1465 | 2024-10-31T19:08:31.565Z | user 12:03.661330876 |
1466 | 2024-10-31T19:08:31.565Z | sys 2:40.918947301 |
1467 | 2024-10-31T19:08:31.565Z | trap 0.408956778 |
1468 | 2024-10-31T19:08:31.565Z | tflt 9.635139666 |
1469 | 2024-10-31T19:08:31.565Z | dflt 7.700373768 |
1470 | 2024-10-31T19:08:31.565Z | kflt 0.274161662 |
1471 | 2024-10-31T19:08:31.565Z | lock 22:55.752790701 |
1472 | 2024-10-31T19:08:31.565Z | slp 49:11.579724299 |
1473 | 2024-10-31T19:08:31.565Z | lat 41.842182122 |
1474 | 2024-10-31T19:08:31.565Z | stop 2:00.941060930 |
1475 | 2024-10-31T19:08:31.565Z | + ptime -m cargo xtask download softnpu |
1476 | 2024-10-31T19:08:32.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1477 | 2024-10-31T19:08:32.080Z | Running `target/debug/xtask download softnpu` |
1478 | 2024-10-31T19:08:32.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1479 | 2024-10-31T19:08:32.906Z | Running `target/debug/xtask-downloader softnpu` |
1480 | 2024-10-31T19:08:32.943Z | Oct 31 19:08:31.490 INFO Starting download, target: Softnpu |
1481 | 2024-10-31T19:08:32.945Z | Oct 31 19:08:31.490 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1482 | 2024-10-31T19:08:33.912Z | Oct 31 19:08:32.459 INFO Download complete, target: Softnpu |
1483 | 2024-10-31T19:08:33.916Z | |
1484 | 2024-10-31T19:08:33.919Z | real 2.346836852 |
1485 | 2024-10-31T19:08:33.919Z | user 1.217470112 |
1486 | 2024-10-31T19:08:33.919Z | sys 0.505037682 |
1487 | 2024-10-31T19:08:33.919Z | trap 0.000284294 |
1488 | 2024-10-31T19:08:33.919Z | tflt 0.000007087 |
1489 | 2024-10-31T19:08:33.919Z | dflt 0.000000839 |
1490 | 2024-10-31T19:08:33.919Z | kflt 0.000000000 |
1491 | 2024-10-31T19:08:33.919Z | lock 10.100757395 |
1492 | 2024-10-31T19:08:33.919Z | slp 0.787820442 |
1493 | 2024-10-31T19:08:33.919Z | lat 0.063946564 |
1494 | 2024-10-31T19:08:33.919Z | stop 0.000158936 |
1495 | 2024-10-31T19:08:33.919Z | + export CARGO_INCREMENTAL=0 |
1496 | 2024-10-31T19:08:33.919Z | + CARGO_INCREMENTAL=0 |
1497 | 2024-10-31T19:08:33.919Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1498 | 2024-10-31T19:08:34.837Z | Compiling proc-macro2 v1.0.87 |
1499 | 2024-10-31T19:08:34.837Z | Compiling unicode-ident v1.0.13 |
1500 | 2024-10-31T19:08:34.837Z | Compiling libc v0.2.161 |
1501 | 2024-10-31T19:08:34.840Z | Compiling serde v1.0.210 |
1502 | 2024-10-31T19:08:34.840Z | Compiling version_check v0.9.5 |
1503 | 2024-10-31T19:08:34.840Z | Compiling autocfg v1.4.0 |
1504 | 2024-10-31T19:08:34.840Z | Compiling cfg-if v1.0.0 |
1505 | 2024-10-31T19:08:35.082Z | Compiling typenum v1.17.0 |
1506 | 2024-10-31T19:08:35.115Z | Compiling memchr v2.7.4 |
1507 | 2024-10-31T19:08:35.133Z | Compiling shlex v1.3.0 |
1508 | 2024-10-31T19:08:35.672Z | Compiling generic-array v0.14.7 |
1509 | 2024-10-31T19:08:35.805Z | Compiling lock_api v0.4.12 |
1510 | 2024-10-31T19:08:35.969Z | Compiling parking_lot_core v0.9.10 |
1511 | 2024-10-31T19:08:35.993Z | Compiling once_cell v1.20.2 |
1512 | 2024-10-31T19:08:36.099Z | Compiling serde_json v1.0.128 |
1513 | 2024-10-31T19:08:36.378Z | Compiling libm v0.2.8 |
1514 | 2024-10-31T19:08:36.396Z | Compiling thiserror v1.0.64 |
1515 | 2024-10-31T19:08:36.421Z | Compiling num-traits v0.2.19 |
1516 | 2024-10-31T19:08:36.541Z | Compiling value-bag v1.9.0 |
1517 | 2024-10-31T19:08:36.723Z | Compiling quote v1.0.37 |
1518 | 2024-10-31T19:08:36.726Z | Compiling itoa v1.0.11 |
1519 | 2024-10-31T19:08:36.886Z | Compiling getrandom v0.2.15 |
1520 | 2024-10-31T19:08:36.944Z | Compiling jobserver v0.1.32 |
1521 | 2024-10-31T19:08:37.116Z | Compiling syn v2.0.79 |
1522 | 2024-10-31T19:08:37.173Z | Compiling log v0.4.22 |
1523 | 2024-10-31T19:08:37.321Z | Compiling cc v1.1.30 |
1524 | 2024-10-31T19:08:37.338Z | Compiling slab v0.4.9 |
1525 | 2024-10-31T19:08:37.396Z | Compiling scopeguard v1.2.0 |
1526 | 2024-10-31T19:08:37.653Z | Compiling rand_core v0.6.4 |
1527 | 2024-10-31T19:08:37.795Z | Compiling byteorder v1.5.0 |
1528 | 2024-10-31T19:08:38.413Z | Compiling subtle v2.6.1 |
1529 | 2024-10-31T19:08:38.459Z | Compiling allocator-api2 v0.2.18 |
1530 | 2024-10-31T19:08:38.850Z | Compiling semver v1.0.23 |
1531 | 2024-10-31T19:08:39.227Z | Compiling const-oid v0.9.6 |
1532 | 2024-10-31T19:08:39.309Z | Compiling pin-project-lite v0.2.14 |
1533 | 2024-10-31T19:08:39.450Z | Compiling ryu v1.0.18 |
1534 | 2024-10-31T19:08:39.549Z | Compiling smallvec v1.13.2 |
1535 | 2024-10-31T19:08:39.567Z | Compiling foldhash v0.1.3 |
1536 | 2024-10-31T19:08:39.790Z | Compiling equivalent v1.0.1 |
1537 | 2024-10-31T19:08:39.800Z | Compiling httparse v1.9.5 |
1538 | 2024-10-31T19:08:39.800Z | Compiling hashbrown v0.15.0 |
1539 | 2024-10-31T19:08:40.019Z | Compiling schemars v0.8.21 |
1540 | 2024-10-31T19:08:40.368Z | Compiling signal-hook-registry v1.4.2 |
1541 | 2024-10-31T19:08:40.428Z | Compiling heck v0.5.0 |
1542 | 2024-10-31T19:08:40.537Z | Compiling ring v0.17.8 |
1543 | 2024-10-31T19:08:40.690Z | Compiling mio v1.0.2 |
1544 | 2024-10-31T19:08:40.869Z | Compiling parking_lot v0.12.3 |
1545 | 2024-10-31T19:08:41.594Z | Compiling crossbeam-utils v0.8.20 |
1546 | 2024-10-31T19:08:41.752Z | Compiling socket2 v0.5.7 |
1547 | 2024-10-31T19:08:41.851Z | Compiling pkg-config v0.3.31 |
1548 | 2024-10-31T19:08:42.114Z | Compiling futures-core v0.3.31 |
1549 | 2024-10-31T19:08:42.352Z | Compiling time-core v0.1.2 |
1550 | 2024-10-31T19:08:42.542Z | Compiling vcpkg v0.2.15 |
1551 | 2024-10-31T19:08:42.913Z | Compiling fnv v1.0.7 |
1552 | 2024-10-31T19:08:43.041Z | Compiling num-conv v0.1.0 |
1553 | 2024-10-31T19:08:43.338Z | Compiling time-macros v0.2.18 |
1554 | 2024-10-31T19:08:44.005Z | Compiling spin v0.9.8 |
1555 | 2024-10-31T19:08:44.065Z | Compiling openssl-sys v0.9.103 |
1556 | 2024-10-31T19:08:44.462Z | Compiling serde_derive_internals v0.29.1 |
1557 | 2024-10-31T19:08:44.672Z | Compiling cpufeatures v0.2.14 |
1558 | 2024-10-31T19:08:44.780Z | Compiling futures-sink v0.3.31 |
1559 | 2024-10-31T19:08:45.356Z | Compiling ahash v0.8.11 |
1560 | 2024-10-31T19:08:45.449Z | Compiling slog v2.7.0 |
1561 | 2024-10-31T19:08:45.657Z | Compiling syn v1.0.109 |
1562 | 2024-10-31T19:08:45.839Z | Compiling rustix v0.38.37 |
1563 | 2024-10-31T19:08:46.097Z | Compiling futures-channel v0.3.31 |
1564 | 2024-10-31T19:08:46.181Z | Compiling openssl v0.10.66 |
1565 | 2024-10-31T19:08:46.358Z | Compiling pin-utils v0.1.0 |
1566 | 2024-10-31T19:08:46.387Z | Compiling ucd-trie v0.1.7 |
1567 | 2024-10-31T19:08:46.450Z | Compiling futures-task v0.3.31 |
1568 | 2024-10-31T19:08:46.468Z | Compiling tinyvec_macros v0.1.1 |
1569 | 2024-10-31T19:08:46.501Z | Compiling iana-time-zone v0.1.61 |
1570 | 2024-10-31T19:08:46.664Z | Compiling futures-io v0.3.31 |
1571 | 2024-10-31T19:08:46.729Z | Compiling tinyvec v1.8.0 |
1572 | 2024-10-31T19:08:47.323Z | Compiling unicode-bidi v0.3.17 |
1573 | 2024-10-31T19:08:47.342Z | Compiling rustls v0.23.14 |
1574 | 2024-10-31T19:08:47.507Z | Compiling native-tls v0.2.12 |
1575 | 2024-10-31T19:08:47.835Z | Compiling base64ct v1.6.0 |
1576 | 2024-10-31T19:08:48.222Z | Compiling unicode-normalization v0.1.24 |
1577 | 2024-10-31T19:08:48.363Z | Compiling pem-rfc7468 v0.7.0 |
1578 | 2024-10-31T19:08:49.017Z | Compiling tracing-core v0.1.32 |
1579 | 2024-10-31T19:08:49.070Z | Compiling serde_derive v1.0.210 |
1580 | 2024-10-31T19:08:49.287Z | Compiling zeroize_derive v1.4.2 |
1581 | 2024-10-31T19:08:50.211Z | Compiling zerocopy-derive v0.7.35 |
1582 | 2024-10-31T19:08:50.343Z | Compiling thiserror-impl v1.0.64 |
1583 | 2024-10-31T19:08:50.606Z | Compiling zeroize v1.8.1 |
1584 | 2024-10-31T19:08:50.955Z | Compiling tokio-macros v2.4.0 |
1585 | 2024-10-31T19:08:51.992Z | Compiling futures-macro v0.3.31 |
1586 | 2024-10-31T19:08:52.228Z | Compiling zerocopy v0.7.35 |
1587 | 2024-10-31T19:08:52.781Z | Compiling crypto-common v0.1.6 |
1588 | 2024-10-31T19:08:53.098Z | Compiling tracing-attributes v0.1.27 |
1589 | 2024-10-31T19:08:53.606Z | Compiling block-buffer v0.10.4 |
1590 | 2024-10-31T19:08:53.815Z | Compiling digest v0.10.7 |
1591 | 2024-10-31T19:08:53.834Z | Compiling schemars_derive v0.8.21 |
1592 | 2024-10-31T19:08:54.256Z | Compiling der_derive v0.7.3 |
1593 | 2024-10-31T19:08:55.337Z | Compiling hmac v0.12.1 |
1594 | 2024-10-31T19:08:55.479Z | Compiling scroll_derive v0.12.0 |
1595 | 2024-10-31T19:08:55.594Z | Compiling futures-util v0.3.31 |
1596 | 2024-10-31T19:08:56.329Z | Compiling pest v2.7.14 |
1597 | 2024-10-31T19:08:56.442Z | Compiling block-padding v0.3.3 |
1598 | 2024-10-31T19:08:56.681Z | Compiling inout v0.1.3 |
1599 | 2024-10-31T19:08:56.916Z | Compiling openssl-macros v0.1.1 |
1600 | 2024-10-31T19:08:57.604Z | Compiling cipher v0.4.4 |
1601 | 2024-10-31T19:08:57.626Z | Compiling sha2 v0.10.8 |
1602 | 2024-10-31T19:08:58.049Z | Compiling ppv-lite86 v0.2.20 |
1603 | 2024-10-31T19:08:58.305Z | Compiling cookie v0.18.1 |
1604 | 2024-10-31T19:08:58.623Z | Compiling usdt-impl v0.5.0 |
1605 | 2024-10-31T19:08:58.916Z | Compiling pest_meta v2.7.14 |
1606 | 2024-10-31T19:08:58.986Z | Compiling dyn-clone v1.0.17 |
1607 | 2024-10-31T19:08:59.187Z | Compiling anyhow v1.0.89 |
1608 | 2024-10-31T19:08:59.202Z | Compiling flagset v0.4.6 |
1609 | 2024-10-31T19:08:59.611Z | Compiling der v0.7.9 |
1610 | 2024-10-31T19:08:59.698Z | Compiling rand_chacha v0.3.1 |
1611 | 2024-10-31T19:09:00.572Z | Compiling pest_generator v2.7.14 |
1612 | 2024-10-31T19:09:01.144Z | Compiling bytes v1.7.2 |
1613 | 2024-10-31T19:09:01.461Z | Compiling indexmap v2.6.0 |
1614 | 2024-10-31T19:09:02.466Z | Compiling tokio v1.40.0 |
1615 | 2024-10-31T19:09:02.639Z | Compiling http v1.1.0 |
1616 | 2024-10-31T19:09:02.912Z | Compiling serde_tokenstream v0.2.2 |
1617 | 2024-10-31T19:09:02.981Z | Compiling rustc_version v0.4.1 |
1618 | 2024-10-31T19:09:03.600Z | Compiling uuid v1.10.0 |
1619 | 2024-10-31T19:09:03.790Z | Compiling bitflags v2.6.0 |
1620 | 2024-10-31T19:09:04.040Z | Compiling chrono v0.4.38 |
1621 | 2024-10-31T19:09:04.859Z | Compiling serde_spanned v0.6.8 |
1622 | 2024-10-31T19:09:04.958Z | Compiling toml_datetime v0.6.8 |
1623 | 2024-10-31T19:09:05.405Z | Compiling pest_derive v2.7.14 |
1624 | 2024-10-31T19:09:06.215Z | Compiling scroll v0.12.0 |
1625 | 2024-10-31T19:09:06.556Z | Compiling tracing v0.1.40 |
1626 | 2024-10-31T19:09:09.074Z | Compiling async-trait v0.1.83 |
1627 | 2024-10-31T19:09:09.732Z | Compiling aho-corasick v1.1.3 |
1628 | 2024-10-31T19:09:10.523Z | Compiling rayon-core v1.12.1 |
1629 | 2024-10-31T19:09:10.540Z | Compiling plain v0.2.3 |
1630 | 2024-10-31T19:09:10.706Z | Compiling camino v1.1.9 |
1631 | 2024-10-31T19:09:10.834Z | Compiling regex-syntax v0.8.5 |
1632 | 2024-10-31T19:09:11.264Z | Compiling rustls-pki-types v1.9.0 |
1633 | 2024-10-31T19:09:11.308Z | Compiling percent-encoding v2.3.1 |
1634 | 2024-10-31T19:09:11.645Z | Compiling tokio-util v0.7.12 |
1635 | 2024-10-31T19:09:12.233Z | Compiling goblin v0.8.2 |
1636 | 2024-10-31T19:09:13.054Z | Compiling spki v0.7.3 |
1637 | 2024-10-31T19:09:13.436Z | Compiling rand v0.8.5 |
1638 | 2024-10-31T19:09:13.599Z | Compiling salsa20 v0.10.2 |
1639 | 2024-10-31T19:09:13.742Z | Compiling pbkdf2 v0.12.2 |
1640 | 2024-10-31T19:09:14.304Z | Compiling powerfmt v0.2.0 |
1641 | 2024-10-31T19:09:14.695Z | Compiling regex-automata v0.4.8 |
1642 | 2024-10-31T19:09:14.765Z | Compiling pretty-hex v0.4.1 |
1643 | 2024-10-31T19:09:14.786Z | Compiling rustls v0.22.4 |
1644 | 2024-10-31T19:09:14.926Z | Compiling winnow v0.5.40 |
1645 | 2024-10-31T19:09:15.071Z | Compiling untrusted v0.9.0 |
1646 | 2024-10-31T19:09:17.123Z | Compiling deranged v0.3.11 |
1647 | 2024-10-31T19:09:18.334Z | Compiling dof v0.3.0 |
1648 | 2024-10-31T19:09:18.800Z | Compiling toml_edit v0.19.15 |
1649 | 2024-10-31T19:09:19.102Z | Compiling scrypt v0.11.0 |
1650 | 2024-10-31T19:09:19.547Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-10-31T19:09:19.785Z | Compiling cbc v0.1.2 |
1652 | 2024-10-31T19:09:19.977Z | Compiling aes v0.8.4 |
1653 | 2024-10-31T19:09:20.009Z | Compiling thread-id v4.2.2 |
1654 | 2024-10-31T19:09:20.345Z | Compiling num_threads v0.1.7 |
1655 | 2024-10-31T19:09:20.921Z | Compiling rustversion v1.0.17 |
1656 | 2024-10-31T19:09:21.014Z | Compiling atomic-waker v1.1.2 |
1657 | 2024-10-31T19:09:21.168Z | Compiling pkcs5 v0.7.1 |
1658 | 2024-10-31T19:09:21.209Z | Compiling time v0.3.36 |
1659 | 2024-10-31T19:09:22.825Z | Compiling rustls-webpki v0.102.8 |
1660 | 2024-10-31T19:09:23.459Z | Compiling form_urlencoded v1.2.1 |
1661 | 2024-10-31T19:09:23.751Z | Compiling http-body v1.0.1 |
1662 | 2024-10-31T19:09:23.998Z | Compiling heapless v0.7.17 |
1663 | 2024-10-31T19:09:24.683Z | Compiling multer v3.1.0 |
1664 | 2024-10-31T19:09:24.773Z | Compiling signal-hook v0.3.17 |
1665 | 2024-10-31T19:09:25.063Z | Compiling try-lock v0.2.5 |
1666 | 2024-10-31T19:09:25.128Z | Compiling slog-async v2.8.0 |
1667 | 2024-10-31T19:09:25.538Z | Compiling want v0.3.1 |
1668 | 2024-10-31T19:09:25.746Z | Compiling pkcs8 v0.10.2 |
1669 | 2024-10-31T19:09:26.391Z | Compiling h2 v0.4.6 |
1670 | 2024-10-31T19:09:26.972Z | Compiling regex v1.11.0 |
1671 | 2024-10-31T19:09:27.951Z | Compiling strsim v0.11.1 |
1672 | 2024-10-31T19:09:28.244Z | Compiling httpdate v1.0.3 |
1673 | 2024-10-31T19:09:28.331Z | Compiling paste v1.0.15 |
1674 | 2024-10-31T19:09:29.845Z | Compiling usdt-macro v0.5.0 |
1675 | 2024-10-31T19:09:30.025Z | Compiling usdt-attr-macro v0.5.0 |
1676 | 2024-10-31T19:09:30.565Z | Compiling curve25519-dalek v4.1.3 |
1677 | 2024-10-31T19:09:31.020Z | Compiling openapiv3 v2.0.0 |
1678 | 2024-10-31T19:09:31.164Z | Compiling idna v0.5.0 |
1679 | 2024-10-31T19:09:31.527Z | Compiling async-stream-impl v0.3.6 |
1680 | 2024-10-31T19:09:32.577Z | Compiling enum-as-inner v0.6.1 |
1681 | 2024-10-31T19:09:32.873Z | Compiling errno v0.3.9 |
1682 | 2024-10-31T19:09:33.142Z | Compiling dropshot v0.12.0 |
1683 | 2024-10-31T19:09:33.457Z | Compiling hyper v1.4.1 |
1684 | 2024-10-31T19:09:33.547Z | Compiling base64 v0.22.1 |
1685 | 2024-10-31T19:09:33.608Z | Compiling smoltcp v0.9.1 |
1686 | 2024-10-31T19:09:34.250Z | Compiling match_cfg v0.1.0 |
1687 | 2024-10-31T19:09:34.358Z | Compiling tower-service v0.3.3 |
1688 | 2024-10-31T19:09:34.499Z | Compiling num-bigint-dig v0.8.4 |
1689 | 2024-10-31T19:09:34.810Z | Compiling foreign-types-shared v0.1.1 |
1690 | 2024-10-31T19:09:34.934Z | Compiling adler2 v2.0.0 |
1691 | 2024-10-31T19:09:34.964Z | Compiling portable-atomic v1.9.0 |
1692 | 2024-10-31T19:09:35.202Z | Compiling miniz_oxide v0.8.0 |
1693 | 2024-10-31T19:09:35.277Z | Compiling foreign-types v0.3.2 |
1694 | 2024-10-31T19:09:35.383Z | Compiling hostname v0.3.1 |
1695 | 2024-10-31T19:09:35.851Z | Compiling hyper-util v0.1.9 |
1696 | 2024-10-31T19:09:35.871Z | Compiling url v2.5.2 |
1697 | 2024-10-31T19:09:38.728Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-10-31T19:09:38.840Z | Compiling data-encoding v2.6.0 |
1699 | 2024-10-31T19:09:38.860Z | Compiling gimli v0.31.1 |
1700 | 2024-10-31T19:09:39.007Z | Compiling heck v0.4.1 |
1701 | 2024-10-31T19:09:39.194Z | Compiling siphasher v0.3.11 |
1702 | 2024-10-31T19:09:42.464Z | Compiling dirs-next v2.0.0 |
1703 | 2024-10-31T19:09:44.604Z | Compiling addr2line v0.24.2 |
1704 | 2024-10-31T19:09:46.070Z | Compiling http-body-util v0.1.2 |
1705 | 2024-10-31T19:09:46.579Z | Compiling crossbeam-epoch v0.9.18 |
1706 | 2024-10-31T19:09:47.169Z | Compiling dropshot_endpoint v0.12.0 |
1707 | 2024-10-31T19:09:47.295Z | Compiling hubpack_derive v0.1.1 |
1708 | 2024-10-31T19:09:47.327Z | Compiling signature v2.2.0 |
1709 | 2024-10-31T19:09:47.563Z | Compiling sha1 v0.10.6 |
1710 | 2024-10-31T19:09:48.002Z | Compiling curve25519-dalek-derive v0.1.1 |
1711 | 2024-10-31T19:09:48.021Z | Compiling zerocopy-derive v0.6.6 |
1712 | 2024-10-31T19:09:48.219Z | Compiling lazy_static v1.5.0 |
1713 | 2024-10-31T19:09:48.354Z | Compiling object v0.36.5 |
1714 | 2024-10-31T19:09:49.288Z | Compiling thread_local v1.1.8 |
1715 | 2024-10-31T19:09:49.704Z | Compiling fs-err v2.11.0 |
1716 | 2024-10-31T19:09:49.769Z | Compiling encoding_rs v0.8.34 |
1717 | 2024-10-31T19:09:49.786Z | Compiling either v1.13.0 |
1718 | 2024-10-31T19:09:50.016Z | Compiling openssl-probe v0.1.5 |
1719 | 2024-10-31T19:09:50.323Z | Compiling ipnet v2.10.1 |
1720 | 2024-10-31T19:09:51.012Z | Compiling rustc-demangle v0.1.24 |
1721 | 2024-10-31T19:09:51.300Z | Compiling unicode-properties v0.1.3 |
1722 | 2024-10-31T19:09:51.703Z | Compiling stable_deref_trait v1.2.0 |
1723 | 2024-10-31T19:09:51.721Z | Compiling mime v0.3.17 |
1724 | 2024-10-31T19:09:51.825Z | Compiling anstyle v1.0.8 |
1725 | 2024-10-31T19:09:52.281Z | Compiling winnow v0.6.20 |
1726 | 2024-10-31T19:09:53.193Z | Compiling utf8parse v0.2.2 |
1727 | 2024-10-31T19:09:53.244Z | Compiling stringprep v0.1.5 |
1728 | 2024-10-31T19:09:53.354Z | Compiling anstyle-parse v0.2.5 |
1729 | 2024-10-31T19:09:55.943Z | Compiling toml_edit v0.22.22 |
1730 | 2024-10-31T19:09:57.445Z | Compiling backtrace v0.3.74 |
1731 | 2024-10-31T19:10:02.562Z | Compiling crossbeam-deque v0.8.5 |
1732 | 2024-10-31T19:10:02.923Z | Compiling term v0.7.0 |
1733 | 2024-10-31T19:10:04.120Z | Compiling slog-json v2.6.1 |
1734 | 2024-10-31T19:10:05.372Z | Compiling serde_urlencoded v0.7.1 |
1735 | 2024-10-31T19:10:05.912Z | Compiling crossbeam-channel v0.5.13 |
1736 | 2024-10-31T19:10:06.274Z | Compiling rustls-pemfile v2.2.0 |
1737 | 2024-10-31T19:10:06.756Z | Compiling hashbrown v0.14.5 |
1738 | 2024-10-31T19:10:06.877Z | Compiling futures-executor v0.3.31 |
1739 | 2024-10-31T19:10:07.367Z | Compiling md-5 v0.10.6 |
1740 | 2024-10-31T19:10:07.421Z | Compiling idna v0.4.0 |
1741 | 2024-10-31T19:10:07.618Z | Compiling idna v0.3.0 |
1742 | 2024-10-31T19:10:08.125Z | Compiling num-integer v0.1.46 |
1743 | 2024-10-31T19:10:08.216Z | Compiling ff v0.13.0 |
1744 | 2024-10-31T19:10:08.442Z | Compiling hash32 v0.2.1 |
1745 | 2024-10-31T19:10:08.782Z | Compiling memmap v0.7.0 |
1746 | 2024-10-31T19:10:08.819Z | Compiling is-terminal v0.4.13 |
1747 | 2024-10-31T19:10:08.977Z | Compiling colorchoice v1.0.2 |
1748 | 2024-10-31T19:10:09.083Z | Compiling take_mut v0.2.2 |
1749 | 2024-10-31T19:10:09.143Z | Compiling quick-error v1.2.3 |
1750 | 2024-10-31T19:10:09.234Z | Compiling fallible-iterator v0.2.0 |
1751 | 2024-10-31T19:10:09.926Z | Compiling base16ct v0.2.0 |
1752 | 2024-10-31T19:10:09.942Z | Compiling psl-types v2.0.11 |
1753 | 2024-10-31T19:10:10.049Z | Compiling linked-hash-map v0.5.6 |
1754 | 2024-10-31T19:10:10.437Z | Compiling is_terminal_polyfill v1.70.1 |
1755 | 2024-10-31T19:10:10.578Z | Compiling utf-8 v0.7.6 |
1756 | 2024-10-31T19:10:10.873Z | Compiling anstyle-query v1.1.1 |
1757 | 2024-10-31T19:10:11.032Z | Compiling anstream v0.6.15 |
1758 | 2024-10-31T19:10:11.299Z | Compiling tungstenite v0.24.0 |
1759 | 2024-10-31T19:10:11.718Z | Compiling lru-cache v0.1.2 |
1760 | 2024-10-31T19:10:13.123Z | Compiling publicsuffix v2.2.3 |
1761 | 2024-10-31T19:10:13.334Z | Compiling sec1 v0.7.3 |
1762 | 2024-10-31T19:10:13.352Z | Compiling postgres-protocol v0.6.7 |
1763 | 2024-10-31T19:10:13.883Z | Compiling resolv-conf v0.7.0 |
1764 | 2024-10-31T19:10:14.532Z | Compiling usdt v0.5.0 |
1765 | 2024-10-31T19:10:14.581Z | Compiling slog-term v2.9.1 |
1766 | 2024-10-31T19:10:14.990Z | Compiling num-iter v0.1.45 |
1767 | 2024-10-31T19:10:15.194Z | Compiling group v0.13.0 |
1768 | 2024-10-31T19:10:15.388Z | Compiling hickory-proto v0.24.1 |
1769 | 2024-10-31T19:10:15.647Z | Compiling regress v0.10.1 |
1770 | 2024-10-31T19:10:18.118Z | Compiling futures v0.3.31 |
1771 | 2024-10-31T19:10:20.096Z | Compiling tokio-rustls v0.25.0 |
1772 | 2024-10-31T19:10:20.554Z | Compiling slog-bunyan v2.5.0 |
1773 | 2024-10-31T19:10:20.780Z | Compiling tokio-rustls v0.26.0 |
1774 | 2024-10-31T19:10:20.783Z | Compiling toml v0.8.19 |
1775 | 2024-10-31T19:10:21.139Z | Compiling tokio-native-tls v0.3.1 |
1776 | 2024-10-31T19:10:21.234Z | Compiling terminal_size v0.4.0 |
1777 | 2024-10-31T19:10:21.430Z | Compiling phf_shared v0.11.2 |
1778 | 2024-10-31T19:10:21.455Z | Compiling strum_macros v0.25.3 |
1779 | 2024-10-31T19:10:22.012Z | Compiling async-stream v0.3.6 |
1780 | 2024-10-31T19:10:22.391Z | Compiling waitgroup v0.1.2 |
1781 | 2024-10-31T19:10:22.868Z | Compiling webpki-roots v0.26.6 |
1782 | 2024-10-31T19:10:23.353Z | Compiling serde_path_to_error v0.1.16 |
1783 | 2024-10-31T19:10:23.794Z | Compiling hkdf v0.12.4 |
1784 | 2024-10-31T19:10:23.849Z | Compiling crypto-bigint v0.5.5 |
1785 | 2024-10-31T19:10:24.069Z | Compiling derive-where v1.2.7 |
1786 | 2024-10-31T19:10:24.151Z | Compiling serde_repr v0.1.19 |
1787 | 2024-10-31T19:10:24.860Z | Compiling clap_derive v4.5.18 |
1788 | 2024-10-31T19:10:25.341Z | Compiling hostname v0.4.0 |
1789 | 2024-10-31T19:10:25.595Z | Compiling managed v0.8.0 |
1790 | 2024-10-31T19:10:26.068Z | Compiling bitflags v1.3.2 |
1791 | 2024-10-31T19:10:26.845Z | Compiling debug-ignore v1.0.5 |
1792 | 2024-10-31T19:10:27.002Z | Compiling clap_lex v0.7.2 |
1793 | 2024-10-31T19:10:27.194Z | Compiling unicode-width v0.1.14 |
1794 | 2024-10-31T19:10:27.405Z | Compiling clap_builder v4.5.20 |
1795 | 2024-10-31T19:10:27.708Z | Compiling console v0.15.8 |
1796 | 2024-10-31T19:10:27.877Z | Compiling elliptic-curve v0.13.8 |
1797 | 2024-10-31T19:10:30.198Z | Compiling hyper-rustls v0.27.3 |
1798 | 2024-10-31T19:10:32.893Z | Compiling phf v0.11.2 |
1799 | 2024-10-31T19:10:33.193Z | Compiling hyper-tls v0.6.0 |
1800 | 2024-10-31T19:10:33.247Z | Compiling hickory-resolver v0.24.1 |
1801 | 2024-10-31T19:10:33.577Z | Compiling signal-hook-mio v0.2.4 |
1802 | 2024-10-31T19:10:33.751Z | Compiling rayon v1.10.0 |
1803 | 2024-10-31T19:10:33.839Z | Compiling typify-impl v0.2.0 |
1804 | 2024-10-31T19:10:34.270Z | Compiling cookie_store v0.21.0 |
1805 | 2024-10-31T19:10:35.573Z | Compiling postgres-types v0.2.8 |
1806 | 2024-10-31T19:10:35.614Z | Compiling tokio-tungstenite v0.24.0 |
1807 | 2024-10-31T19:10:36.046Z | Compiling zerocopy v0.6.6 |
1808 | 2024-10-31T19:10:36.154Z | Compiling hubpack v0.1.2 |
1809 | 2024-10-31T19:10:36.613Z | Compiling ed25519 v2.2.3 |
1810 | 2024-10-31T19:10:36.936Z | Compiling phf_shared v0.10.0 |
1811 | 2024-10-31T19:10:37.052Z | Compiling pkcs1 v0.7.5 |
1812 | 2024-10-31T19:10:37.329Z | Compiling bstr v1.10.0 |
1813 | 2024-10-31T19:10:38.059Z | Compiling tokio-stream v0.1.16 |
1814 | 2024-10-31T19:10:38.241Z | Compiling serde-big-array v0.5.1 |
1815 | 2024-10-31T19:10:38.471Z | Compiling rfc6979 v0.4.0 |
1816 | 2024-10-31T19:10:38.526Z | Compiling float-cmp v0.9.0 |
1817 | 2024-10-31T19:10:38.667Z | Compiling sync_wrapper v1.0.1 |
1818 | 2024-10-31T19:10:38.759Z | Compiling crc32fast v1.4.2 |
1819 | 2024-10-31T19:10:38.824Z | Compiling whoami v1.5.2 |
1820 | 2024-10-31T19:10:39.016Z | Compiling minimal-lexical v0.2.1 |
1821 | 2024-10-31T19:10:39.073Z | Compiling number_prefix v0.4.0 |
1822 | 2024-10-31T19:10:39.310Z | Compiling static_assertions v1.1.0 |
1823 | 2024-10-31T19:10:39.427Z | Compiling precomputed-hash v0.1.1 |
1824 | 2024-10-31T19:10:39.475Z | Compiling predicates-core v1.0.8 |
1825 | 2024-10-31T19:10:39.477Z | Compiling bit-vec v0.6.3 |
1826 | 2024-10-31T19:10:39.549Z | Compiling new_debug_unreachable v1.0.6 |
1827 | 2024-10-31T19:10:39.650Z | Compiling normalize-line-endings v0.3.0 |
1828 | 2024-10-31T19:10:39.805Z | Compiling unicode-segmentation v1.12.0 |
1829 | 2024-10-31T19:10:39.894Z | Compiling fixedbitset v0.4.2 |
1830 | 2024-10-31T19:10:39.924Z | Compiling difflib v0.4.0 |
1831 | 2024-10-31T19:10:40.316Z | Compiling petgraph v0.6.5 |
1832 | 2024-10-31T19:10:40.486Z | Compiling predicates v3.1.2 |
1833 | 2024-10-31T19:10:40.677Z | Compiling similar v2.6.0 |
1834 | 2024-10-31T19:10:41.370Z | Compiling bit-set v0.5.3 |
1835 | 2024-10-31T19:10:41.670Z | Compiling string_cache v0.8.7 |
1836 | 2024-10-31T19:10:42.059Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1837 | 2024-10-31T19:10:42.111Z | Compiling nom v7.1.3 |
1838 | 2024-10-31T19:10:42.603Z | Compiling indicatif v0.17.8 |
1839 | 2024-10-31T19:10:44.292Z | Compiling tokio-postgres v0.7.12 |
1840 | 2024-10-31T19:10:44.411Z | Compiling flate2 v1.0.34 |
1841 | 2024-10-31T19:10:44.807Z | Compiling typify-macro v0.2.0 |
1842 | 2024-10-31T19:10:45.313Z | Compiling qorb v0.1.2 |
1843 | 2024-10-31T19:10:45.772Z | Compiling reqwest v0.12.8 |
1844 | 2024-10-31T19:10:45.791Z | Compiling ecdsa v0.16.9 |
1845 | 2024-10-31T19:10:48.388Z | Compiling rsa v0.9.6 |
1846 | 2024-10-31T19:10:49.088Z | Compiling ed25519-dalek v2.1.1 |
1847 | 2024-10-31T19:10:49.628Z | Compiling crossterm v0.28.1 |
1848 | 2024-10-31T19:10:49.815Z | Compiling clap v4.5.20 |
1849 | 2024-10-31T19:10:50.376Z | Compiling itertools v0.12.1 |
1850 | 2024-10-31T19:10:51.647Z | Compiling itertools v0.10.5 |
1851 | 2024-10-31T19:10:52.686Z | Compiling toml v0.7.8 |
1852 | 2024-10-31T19:10:52.882Z | Compiling x509-cert v0.2.5 |
1853 | 2024-10-31T19:10:54.034Z | Compiling hex v0.4.3 |
1854 | 2024-10-31T19:10:54.479Z | Compiling unicode-xid v0.2.6 |
1855 | 2024-10-31T19:10:54.657Z | Compiling peg-runtime v0.8.3 |
1856 | 2024-10-31T19:10:55.387Z | Compiling lalrpop-util v0.19.12 |
1857 | 2024-10-31T19:10:57.158Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1858 | 2024-10-31T19:10:59.204Z | Compiling proc-macro-crate v1.3.1 |
1859 | 2024-10-31T19:10:59.556Z | Compiling ipnetwork v0.20.0 |
1860 | 2024-10-31T19:11:01.791Z | Compiling heapless v0.8.0 |
1861 | 2024-10-31T19:11:02.387Z | Compiling num_enum_derive v0.5.11 |
1862 | 2024-10-31T19:11:09.115Z | Compiling hash32 v0.3.1 |
1863 | 2024-10-31T19:11:09.921Z | Compiling smoltcp v0.11.0 |
1864 | 2024-10-31T19:11:10.237Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1865 | 2024-10-31T19:11:11.488Z | Compiling ident_case v1.0.1 |
1866 | 2024-10-31T19:11:11.740Z | Compiling darling_core v0.20.10 |
1867 | 2024-10-31T19:11:26.562Z | Compiling num_enum v0.5.11 |
1868 | 2024-10-31T19:11:27.255Z | Compiling typify v0.2.0 |
1869 | 2024-10-31T19:11:29.068Z | Compiling proc-macro-error-attr v1.0.4 |
1870 | 2024-10-31T19:11:29.391Z | Compiling cobs v0.2.3 |
1871 | 2024-10-31T19:11:29.830Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1872 | 2024-10-31T19:11:30.874Z | Compiling unsafe-libyaml v0.2.11 |
1873 | 2024-10-31T19:11:32.585Z | Compiling serde_yaml v0.9.34+deprecated |
1874 | 2024-10-31T19:11:34.248Z | Compiling postcard v1.0.10 |
1875 | 2024-10-31T19:11:39.169Z | Compiling progenitor-impl v0.8.0 |
1876 | 2024-10-31T19:11:46.128Z | Compiling darling_macro v0.20.10 |
1877 | 2024-10-31T19:11:55.658Z | Compiling strum_macros v0.26.4 |
1878 | 2024-10-31T19:11:56.819Z | Compiling structmeta-derive v0.3.0 |
1879 | 2024-10-31T19:11:56.920Z | Compiling foreign-types-macros v0.2.3 |
1880 | 2024-10-31T19:11:58.110Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1881 | 2024-10-31T19:11:58.128Z | Compiling proc-macro-error v1.0.4 |
1882 | 2024-10-31T19:11:58.553Z | Compiling foreign-types-shared v0.3.1 |
1883 | 2024-10-31T19:11:59.657Z | Compiling newtype-uuid v1.1.2 |
1884 | 2024-10-31T19:12:00.119Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1885 | 2024-10-31T19:12:00.452Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1886 | 2024-10-31T19:12:00.677Z | Compiling strum v0.26.3 |
1887 | 2024-10-31T19:12:04.054Z | Compiling structmeta v0.3.0 |
1888 | 2024-10-31T19:12:06.102Z | Compiling foreign-types v0.5.0 |
1889 | 2024-10-31T19:12:09.818Z | Compiling darling v0.20.10 |
1890 | 2024-10-31T19:12:09.946Z | Compiling progenitor-macro v0.8.0 |
1891 | 2024-10-31T19:12:12.521Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1892 | 2024-10-31T19:12:14.210Z | Compiling progenitor-client v0.8.0 |
1893 | 2024-10-31T19:12:15.100Z | Compiling tabwriter v1.4.0 |
1894 | 2024-10-31T19:12:16.189Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1895 | 2024-10-31T19:12:16.997Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1896 | 2024-10-31T19:12:17.545Z | Compiling cstr-argument v0.1.2 |
1897 | 2024-10-31T19:12:17.821Z | Compiling crucible-workspace-hack v0.1.0 |
1898 | 2024-10-31T19:12:17.839Z | Compiling fastrand v2.1.1 |
1899 | 2024-10-31T19:12:18.130Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1900 | 2024-10-31T19:12:18.450Z | Compiling pretty-hex v0.2.1 |
1901 | 2024-10-31T19:12:18.687Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-10-31T19:12:18.775Z | Compiling tempfile v3.13.0 |
1903 | 2024-10-31T19:12:19.102Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1904 | 2024-10-31T19:12:19.331Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1905 | 2024-10-31T19:12:19.526Z | Compiling serde_with_macros v3.11.0 |
1906 | 2024-10-31T19:12:19.972Z | Compiling parse-display-derive v0.10.0 |
1907 | 2024-10-31T19:12:20.464Z | Compiling colored v2.1.0 |
1908 | 2024-10-31T19:12:20.483Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1909 | 2024-10-31T19:12:21.215Z | Compiling instant v0.1.13 |
1910 | 2024-10-31T19:12:21.399Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1911 | 2024-10-31T19:12:21.609Z | Compiling backoff v0.4.0 |
1912 | 2024-10-31T19:12:21.817Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1913 | 2024-10-31T19:12:21.949Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1914 | 2024-10-31T19:12:21.968Z | Compiling serde_with v3.11.0 |
1915 | 2024-10-31T19:12:23.550Z | Compiling progenitor v0.8.0 |
1916 | 2024-10-31T19:12:23.716Z | Compiling parse-display v0.10.0 |
1917 | 2024-10-31T19:12:23.779Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1918 | 2024-10-31T19:12:24.659Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1919 | 2024-10-31T19:12:25.249Z | Compiling zone_cfg_derive v0.3.0 |
1920 | 2024-10-31T19:12:25.647Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1921 | 2024-10-31T19:12:26.307Z | Compiling camino-tempfile v1.1.1 |
1922 | 2024-10-31T19:12:26.486Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1923 | 2024-10-31T19:12:26.645Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1924 | 2024-10-31T19:12:26.799Z | Compiling regress v0.9.1 |
1925 | 2024-10-31T19:12:26.838Z | Compiling macaddr v1.0.1 |
1926 | 2024-10-31T19:12:26.989Z | Compiling num-derive v0.4.2 |
1927 | 2024-10-31T19:12:27.081Z | Compiling sigpipe v0.1.3 |
1928 | 2024-10-31T19:12:27.216Z | Compiling libefi-sys v0.1.0 |
1929 | 2024-10-31T19:12:27.458Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1930 | 2024-10-31T19:12:27.573Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1931 | 2024-10-31T19:12:27.825Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1932 | 2024-10-31T19:12:28.379Z | Compiling zone v0.3.0 |
1933 | 2024-10-31T19:12:29.114Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1934 | 2024-10-31T19:12:30.730Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1935 | 2024-10-31T19:12:30.749Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1936 | 2024-10-31T19:12:31.584Z | Compiling smf v0.2.3 |
1937 | 2024-10-31T19:12:31.669Z | Compiling bitfield-struct v0.6.2 |
1938 | 2024-10-31T19:12:32.981Z | Compiling blake3 v1.5.4 |
1939 | 2024-10-31T19:12:33.609Z | Compiling ring v0.16.20 |
1940 | 2024-10-31T19:12:34.019Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1941 | 2024-10-31T19:12:34.770Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1942 | 2024-10-31T19:12:35.337Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1943 | 2024-10-31T19:12:35.575Z | Compiling xattr v1.3.1 |
1944 | 2024-10-31T19:12:35.578Z | Compiling filetime v0.2.25 |
1945 | 2024-10-31T19:12:35.838Z | Compiling memmap2 v0.9.5 |
1946 | 2024-10-31T19:12:35.922Z | Compiling spin v0.5.2 |
1947 | 2024-10-31T19:12:36.193Z | Compiling same-file v1.0.6 |
1948 | 2024-10-31T19:12:36.409Z | Compiling arrayref v0.3.9 |
1949 | 2024-10-31T19:12:36.471Z | Compiling constant_time_eq v0.3.1 |
1950 | 2024-10-31T19:12:36.487Z | Compiling arrayvec v0.7.6 |
1951 | 2024-10-31T19:12:36.525Z | Compiling untrusted v0.7.1 |
1952 | 2024-10-31T19:12:36.646Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1953 | 2024-10-31T19:12:36.720Z | Compiling walkdir v2.5.0 |
1954 | 2024-10-31T19:12:36.785Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1955 | 2024-10-31T19:12:38.297Z | Compiling tar v0.4.42 |
1956 | 2024-10-31T19:12:38.633Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1957 | 2024-10-31T19:12:39.063Z | Compiling gethostname v0.5.0 |
1958 | 2024-10-31T19:12:39.269Z | Compiling cargo-platform v0.1.8 |
1959 | 2024-10-31T19:12:39.515Z | Compiling topological-sort v0.2.2 |
1960 | 2024-10-31T19:12:39.623Z | Compiling cargo_metadata v0.18.1 |
1961 | 2024-10-31T19:12:42.646Z | Compiling omicron-zone-package v0.11.1 |
1962 | 2024-10-31T19:12:46.949Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1963 | 2024-10-31T19:12:47.793Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1964 | 2024-10-31T19:12:53.362Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1965 | 2024-10-31T19:13:08.665Z | Finished `release` profile [optimized] target(s) in 4m 34s |
1966 | 2024-10-31T19:13:08.819Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1967 | 2024-10-31T19:13:08.863Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1968 | 2024-10-31T19:13:08.866Z | Created new build target 'test' and set it as active |
1969 | 2024-10-31T19:13:08.866Z | |
1970 | 2024-10-31T19:13:08.866Z | real 4:34.937584318 |
1971 | 2024-10-31T19:13:08.866Z | user 31:19.397578178 |
1972 | 2024-10-31T19:13:08.866Z | sys 3:48.391224859 |
1973 | 2024-10-31T19:13:08.866Z | trap 0.892199187 |
1974 | 2024-10-31T19:13:08.866Z | tflt 3.040335323 |
1975 | 2024-10-31T19:13:08.866Z | dflt 0.860112038 |
1976 | 2024-10-31T19:13:08.866Z | kflt 0.027507011 |
1977 | 2024-10-31T19:13:08.866Z | lock 1:08:33.445712996 |
1978 | 2024-10-31T19:13:08.866Z | slp 1:59:26.659689659 |
1979 | 2024-10-31T19:13:08.866Z | lat 2:09.117715300 |
1980 | 2024-10-31T19:13:08.866Z | stop 3:54.661816573 |
1981 | 2024-10-31T19:13:08.866Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1982 | 2024-10-31T19:13:09.784Z | Finished `release` profile [optimized] target(s) in 0.86s |
1983 | 2024-10-31T19:13:09.838Z | Running `target/release/omicron-package -t test package` |
1984 | 2024-10-31T19:13:09.880Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1985 | 2024-10-31T19:13:10.986Z | Compiling convert_case v0.4.0 |
1986 | 2024-10-31T19:13:10.987Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1987 | 2024-10-31T19:13:10.990Z | Compiling itertools v0.13.0 |
1988 | 2024-10-31T19:13:10.990Z | Compiling password-hash v0.5.0 |
1989 | 2024-10-31T19:13:10.990Z | Compiling blake2 v0.10.6 |
1990 | 2024-10-31T19:13:10.990Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1991 | 2024-10-31T19:13:10.990Z | Compiling newline-converter v0.3.0 |
1992 | 2024-10-31T19:13:11.154Z | Compiling owo-colors v4.1.0 |
1993 | 2024-10-31T19:13:11.338Z | Compiling cancel-safe-futures v0.1.5 |
1994 | 2024-10-31T19:13:11.358Z | Compiling expectorate v1.1.0 |
1995 | 2024-10-31T19:13:11.512Z | Compiling base64 v0.21.7 |
1996 | 2024-10-31T19:13:11.637Z | Compiling argon2 v0.5.3 |
1997 | 2024-10-31T19:13:11.813Z | Compiling derive_more v0.99.18 |
1998 | 2024-10-31T19:13:12.391Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1999 | 2024-10-31T19:13:12.597Z | Compiling libsw v3.3.1 |
2000 | 2024-10-31T19:13:12.886Z | Compiling swrite v0.1.0 |
2001 | 2024-10-31T19:13:12.906Z | Compiling linear-map v1.2.0 |
2002 | 2024-10-31T19:13:13.018Z | Compiling indent_write v2.2.0 |
2003 | 2024-10-31T19:13:13.091Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2004 | 2024-10-31T19:13:13.253Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2005 | 2024-10-31T19:13:13.276Z | Compiling progenitor-client v0.8.0 |
2006 | 2024-10-31T19:13:13.292Z | Compiling atomicwrites v0.4.4 |
2007 | 2024-10-31T19:13:13.701Z | Compiling progenitor v0.8.0 |
2008 | 2024-10-31T19:13:13.827Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2009 | 2024-10-31T19:13:13.898Z | Compiling num-rational v0.4.2 |
2010 | 2024-10-31T19:13:13.927Z | Compiling num-complex v0.4.6 |
2011 | 2024-10-31T19:13:14.631Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2012 | 2024-10-31T19:13:14.927Z | Compiling prettyplease v0.2.22 |
2013 | 2024-10-31T19:13:15.237Z | Compiling num v0.4.3 |
2014 | 2024-10-31T19:13:15.255Z | Compiling float-ord v0.3.2 |
2015 | 2024-10-31T19:13:15.363Z | Compiling semver v0.1.20 |
2016 | 2024-10-31T19:13:15.452Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2017 | 2024-10-31T19:13:15.954Z | Compiling rustc_version v0.1.7 |
2018 | 2024-10-31T19:13:16.352Z | Compiling newtype_derive v0.1.6 |
2019 | 2024-10-31T19:13:16.453Z | Compiling highway v1.2.0 |
2020 | 2024-10-31T19:13:16.761Z | Compiling humantime v2.1.0 |
2021 | 2024-10-31T19:13:17.727Z | Compiling home v0.5.9 |
2022 | 2024-10-31T19:13:17.747Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2023 | 2024-10-31T19:13:17.918Z | Compiling steno v0.4.1 |
2024 | 2024-10-31T19:13:20.541Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2025 | 2024-10-31T19:13:21.043Z | Compiling newtype-uuid v1.1.2 |
2026 | 2024-10-31T19:13:21.407Z | Compiling tungstenite v0.21.0 |
2027 | 2024-10-31T19:13:22.720Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2028 | 2024-10-31T19:13:22.723Z | Compiling ipnetwork v0.20.0 |
2029 | 2024-10-31T19:13:23.454Z | Compiling instant v0.1.13 |
2030 | 2024-10-31T19:13:23.621Z | Compiling slog-dtrace v0.3.0 |
2031 | 2024-10-31T19:13:24.028Z | Compiling backoff v0.4.0 |
2032 | 2024-10-31T19:13:24.411Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-10-31T19:13:25.116Z | Compiling tokio-tungstenite v0.21.0 |
2034 | 2024-10-31T19:13:25.785Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-10-31T19:13:26.137Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2036 | 2024-10-31T19:13:26.420Z | Compiling parse-display v0.10.0 |
2037 | 2024-10-31T19:13:26.983Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-10-31T19:13:27.176Z | Compiling serde_with v3.11.0 |
2039 | 2024-10-31T19:13:27.610Z | Compiling strum v0.26.3 |
2040 | 2024-10-31T19:13:27.812Z | Compiling regress v0.9.1 |
2041 | 2024-10-31T19:13:28.841Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-10-31T19:13:31.237Z | Compiling macaddr v1.0.1 |
2043 | 2024-10-31T19:13:31.692Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2044 | 2024-10-31T19:13:33.268Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2045 | 2024-10-31T19:13:33.487Z | Compiling arc-swap v1.7.1 |
2046 | 2024-10-31T19:13:34.170Z | Compiling display-error-chain v0.2.1 |
2047 | 2024-10-31T19:13:34.376Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2048 | 2024-10-31T19:13:35.276Z | Compiling slog-scope v4.4.0 |
2049 | 2024-10-31T19:13:36.145Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2050 | 2024-10-31T19:13:37.202Z | Compiling half v2.4.1 |
2051 | 2024-10-31T19:13:37.931Z | Compiling ciborium-io v0.2.2 |
2052 | 2024-10-31T19:13:38.084Z | Compiling ciborium-ll v0.2.2 |
2053 | 2024-10-31T19:13:38.639Z | Compiling slog-stdlog v4.1.1 |
2054 | 2024-10-31T19:13:39.456Z | Compiling slog-envlogger v2.2.0 |
2055 | 2024-10-31T19:13:39.459Z | Compiling ciborium v0.2.2 |
2056 | 2024-10-31T19:13:39.771Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2057 | 2024-10-31T19:13:41.616Z | Compiling same-file v1.0.6 |
2058 | 2024-10-31T19:13:41.865Z | Compiling fastrand v2.1.1 |
2059 | 2024-10-31T19:13:42.233Z | Compiling tempfile v3.13.0 |
2060 | 2024-10-31T19:13:42.359Z | Compiling walkdir v2.5.0 |
2061 | 2024-10-31T19:13:42.979Z | Compiling ring v0.16.20 |
2062 | 2024-10-31T19:13:42.979Z | Compiling blake3 v1.5.4 |
2063 | 2024-10-31T19:13:45.838Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2064 | 2024-10-31T19:13:45.967Z | Compiling xattr v1.3.1 |
2065 | 2024-10-31T19:13:46.242Z | Compiling filetime v0.2.25 |
2066 | 2024-10-31T19:13:46.550Z | Compiling memmap2 v0.9.5 |
2067 | 2024-10-31T19:13:47.001Z | Compiling keccak v0.1.5 |
2068 | 2024-10-31T19:13:48.857Z | Compiling constant_time_eq v0.3.1 |
2069 | 2024-10-31T19:13:48.891Z | Compiling untrusted v0.7.1 |
2070 | 2024-10-31T19:13:49.020Z | Compiling arrayref v0.3.9 |
2071 | 2024-10-31T19:13:49.098Z | Compiling arrayvec v0.7.6 |
2072 | 2024-10-31T19:13:49.133Z | Compiling spin v0.5.2 |
2073 | 2024-10-31T19:13:50.475Z | Compiling sha3 v0.10.8 |
2074 | 2024-10-31T19:13:50.637Z | Compiling tar v0.4.42 |
2075 | 2024-10-31T19:13:50.653Z | Compiling toolchain_find v0.4.0 |
2076 | 2024-10-31T19:13:51.221Z | Compiling camino-tempfile v1.1.1 |
2077 | 2024-10-31T19:13:51.370Z | Compiling nibble_vec v0.1.0 |
2078 | 2024-10-31T19:13:51.488Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2079 | 2024-10-31T19:13:51.613Z | Compiling maplit v1.0.2 |
2080 | 2024-10-31T19:13:51.663Z | Compiling endian-type v0.1.2 |
2081 | 2024-10-31T19:13:51.754Z | Compiling glob v0.3.1 |
2082 | 2024-10-31T19:13:51.905Z | Compiling topological-sort v0.2.2 |
2083 | 2024-10-31T19:13:52.127Z | Compiling crunchy v0.2.2 |
2084 | 2024-10-31T19:13:52.542Z | Compiling radium v0.7.0 |
2085 | 2024-10-31T19:13:52.560Z | Compiling clang-sys v1.8.1 |
2086 | 2024-10-31T19:13:52.617Z | Compiling omicron-zone-package v0.11.1 |
2087 | 2024-10-31T19:13:52.642Z | Compiling radix_trie v0.2.1 |
2088 | 2024-10-31T19:13:53.030Z | Compiling rustfmt-wrapper v0.2.1 |
2089 | 2024-10-31T19:13:53.207Z | Compiling pem v3.0.4 |
2090 | 2024-10-31T19:13:53.562Z | Compiling maybe-uninit v2.0.0 |
2091 | 2024-10-31T19:13:53.632Z | Compiling tap v1.0.1 |
2092 | 2024-10-31T19:13:53.839Z | Compiling tiny-keccak v2.0.2 |
2093 | 2024-10-31T19:13:54.143Z | Compiling wyz v0.5.1 |
2094 | 2024-10-31T19:13:54.668Z | Compiling dsl_auto_type v0.1.2 |
2095 | 2024-10-31T19:13:54.764Z | Compiling scheduled-thread-pool v0.2.7 |
2096 | 2024-10-31T19:13:54.797Z | Compiling secrecy v0.8.0 |
2097 | 2024-10-31T19:13:54.984Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2098 | 2024-10-31T19:13:55.066Z | Compiling diesel_table_macro_syntax v0.2.0 |
2099 | 2024-10-31T19:13:55.479Z | Compiling packed_struct v0.10.1 |
2100 | 2024-10-31T19:13:55.531Z | Compiling funty v2.0.0 |
2101 | 2024-10-31T19:13:55.794Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2102 | 2024-10-31T19:13:55.921Z | Compiling crc-catalog v2.4.0 |
2103 | 2024-10-31T19:13:55.986Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2104 | 2024-10-31T19:13:55.989Z | Compiling diesel_derives v2.2.3 |
2105 | 2024-10-31T19:13:56.087Z | Compiling crc v3.2.1 |
2106 | 2024-10-31T19:13:56.360Z | Compiling r2d2 v0.8.10 |
2107 | 2024-10-31T19:13:56.833Z | Compiling bitvec v1.0.1 |
2108 | 2024-10-31T19:13:57.736Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2109 | 2024-10-31T19:13:58.192Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2110 | 2024-10-31T19:13:58.379Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2111 | 2024-10-31T19:14:01.365Z | Compiling ascii-canvas v3.0.0 |
2112 | 2024-10-31T19:14:01.832Z | Compiling universal-hash v0.5.1 |
2113 | 2024-10-31T19:14:02.079Z | Compiling thiserror-impl-no-std v2.0.2 |
2114 | 2024-10-31T19:14:02.843Z | Compiling packed_struct_codegen v0.10.1 |
2115 | 2024-10-31T19:14:04.620Z | Compiling lzma-sys v0.1.20 |
2116 | 2024-10-31T19:14:05.181Z | Compiling ena v0.14.3 |
2117 | 2024-10-31T19:14:05.314Z | Compiling indexmap v1.9.3 |
2118 | 2024-10-31T19:14:05.611Z | Compiling libloading v0.8.5 |
2119 | 2024-10-31T19:14:05.646Z | Compiling regex-syntax v0.6.29 |
2120 | 2024-10-31T19:14:05.991Z | Compiling bindgen v0.69.5 |
2121 | 2024-10-31T19:14:06.415Z | Compiling nodrop v0.1.14 |
2122 | 2024-10-31T19:14:06.419Z | Compiling diff v0.1.13 |
2123 | 2024-10-31T19:14:06.563Z | Compiling opaque-debug v0.3.1 |
2124 | 2024-10-31T19:14:06.670Z | Compiling poly1305 v0.8.0 |
2125 | 2024-10-31T19:14:06.916Z | Compiling array-init v0.0.4 |
2126 | 2024-10-31T19:14:08.140Z | Compiling diesel v2.2.4 |
2127 | 2024-10-31T19:14:10.717Z | Compiling lalrpop v0.19.12 |
2128 | 2024-10-31T19:14:17.945Z | Compiling thiserror-no-std v2.0.2 |
2129 | 2024-10-31T19:14:18.268Z | Compiling smallvec v0.6.14 |
2130 | 2024-10-31T19:14:19.238Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2131 | 2024-10-31T19:14:19.364Z | Compiling which v4.4.2 |
2132 | 2024-10-31T19:14:19.907Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2133 | 2024-10-31T19:14:20.229Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2134 | 2024-10-31T19:14:20.281Z | Compiling chacha20 v0.9.1 |
2135 | 2024-10-31T19:14:20.456Z | Compiling heck v0.3.3 |
2136 | 2024-10-31T19:14:20.783Z | Compiling cexpr v0.6.0 |
2137 | 2024-10-31T19:14:20.831Z | Compiling aead v0.5.2 |
2138 | 2024-10-31T19:14:21.157Z | Compiling hashbrown v0.12.3 |
2139 | 2024-10-31T19:14:22.355Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2140 | 2024-10-31T19:14:22.552Z | Compiling termcolor v1.4.1 |
2141 | 2024-10-31T19:14:22.678Z | Compiling bitfield v0.14.0 |
2142 | 2024-10-31T19:14:22.995Z | Compiling lazycell v1.3.0 |
2143 | 2024-10-31T19:14:23.182Z | Compiling rustc-hash v1.1.0 |
2144 | 2024-10-31T19:14:23.359Z | Compiling ref-cast v1.0.23 |
2145 | 2024-10-31T19:14:23.923Z | Compiling env_logger v0.10.2 |
2146 | 2024-10-31T19:14:27.059Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2147 | 2024-10-31T19:14:29.461Z | Compiling chacha20poly1305 v0.10.1 |
2148 | 2024-10-31T19:14:29.722Z | Compiling zone_cfg_derive v0.1.2 |
2149 | 2024-10-31T19:14:31.102Z | Compiling serde-hex v0.1.0 |
2150 | 2024-10-31T19:14:34.950Z | Compiling polar-core v0.27.3 |
2151 | 2024-10-31T19:14:36.184Z | Compiling bzip2 v0.4.4 |
2152 | 2024-10-31T19:14:36.447Z | Compiling vsss-rs v3.3.4 |
2153 | 2024-10-31T19:14:36.655Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2154 | 2024-10-31T19:14:36.793Z | Compiling ron v0.8.1 |
2155 | 2024-10-31T19:14:36.990Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2156 | 2024-10-31T19:14:37.302Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2157 | 2024-10-31T19:14:37.928Z | Compiling derive_builder_core v0.20.2 |
2158 | 2024-10-31T19:14:40.044Z | Compiling hashbrown v0.13.2 |
2159 | 2024-10-31T19:14:40.900Z | Compiling headers-core v0.3.0 |
2160 | 2024-10-31T19:14:41.091Z | Compiling fxhash v0.2.1 |
2161 | 2024-10-31T19:14:41.331Z | Compiling libxml v0.3.3 |
2162 | 2024-10-31T19:14:41.515Z | Compiling ref-cast-impl v1.0.23 |
2163 | 2024-10-31T19:14:41.692Z | Compiling base64 v0.13.1 |
2164 | 2024-10-31T19:14:42.443Z | Compiling crc-any v2.5.0 |
2165 | 2024-10-31T19:14:42.602Z | Compiling ron v0.7.1 |
2166 | 2024-10-31T19:14:42.782Z | Compiling object v0.30.4 |
2167 | 2024-10-31T19:14:43.408Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2168 | 2024-10-31T19:14:43.443Z | Compiling headers v0.4.0 |
2169 | 2024-10-31T19:14:47.058Z | Compiling derive_builder_macro v0.20.2 |
2170 | 2024-10-31T19:14:47.922Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2171 | 2024-10-31T19:14:47.925Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2024-10-31T19:14:48.631Z | Compiling xz2 v0.1.7 |
2173 | 2024-10-31T19:14:49.260Z | Compiling zip v0.6.6 |
2174 | 2024-10-31T19:14:49.555Z | Compiling samael v0.0.17 |
2175 | 2024-10-31T19:14:51.824Z | Compiling zone v0.1.8 |
2176 | 2024-10-31T19:14:55.040Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2177 | 2024-10-31T19:14:55.300Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2178 | 2024-10-31T19:14:58.243Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2179 | 2024-10-31T19:14:58.248Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2180 | 2024-10-31T19:14:58.460Z | Compiling yasna v0.5.2 |
2181 | 2024-10-31T19:14:58.732Z | Compiling phf_generator v0.11.2 |
2182 | 2024-10-31T19:14:58.924Z | Compiling strum_macros v0.24.3 |
2183 | 2024-10-31T19:14:59.565Z | Compiling kstat-rs v0.2.4 |
2184 | 2024-10-31T19:15:00.440Z | Compiling async-recursion v1.1.1 |
2185 | 2024-10-31T19:15:01.814Z | Compiling unicase v2.7.0 |
2186 | 2024-10-31T19:15:01.840Z | Compiling indoc v1.0.9 |
2187 | 2024-10-31T19:15:02.007Z | Compiling path-slash v0.1.5 |
2188 | 2024-10-31T19:15:02.140Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2189 | 2024-10-31T19:15:02.160Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2190 | 2024-10-31T19:15:02.241Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2191 | 2024-10-31T19:15:02.554Z | Compiling rcgen v0.12.1 |
2192 | 2024-10-31T19:15:02.939Z | Compiling phf_codegen v0.11.2 |
2193 | 2024-10-31T19:15:09.259Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2194 | 2024-10-31T19:15:15.486Z | Compiling derive_builder v0.20.2 |
2195 | 2024-10-31T19:15:15.494Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2196 | 2024-10-31T19:15:17.469Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2197 | 2024-10-31T19:15:17.495Z | Compiling http v0.2.12 |
2198 | 2024-10-31T19:15:17.786Z | Compiling oso-derive v0.27.3 |
2199 | 2024-10-31T19:15:18.742Z | Compiling impl-trait-for-tuples v0.2.2 |
2200 | 2024-10-31T19:15:21.590Z | Compiling parse-zoneinfo v0.3.1 |
2201 | 2024-10-31T19:15:22.198Z | Compiling libz-sys v1.1.20 |
2202 | 2024-10-31T19:15:22.468Z | Compiling quick-xml v0.33.0 |
2203 | 2024-10-31T19:15:22.872Z | Compiling subprocess v0.2.9 |
2204 | 2024-10-31T19:15:23.118Z | Compiling diesel-dtrace v0.3.0 |
2205 | 2024-10-31T19:15:23.455Z | Compiling cfg_aliases v0.1.1 |
2206 | 2024-10-31T19:15:23.582Z | Compiling parking_lot_core v0.8.6 |
2207 | 2024-10-31T19:15:24.058Z | Compiling nix v0.28.0 |
2208 | 2024-10-31T19:15:24.824Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2209 | 2024-10-31T19:15:25.056Z | Compiling oso v0.27.3 |
2210 | 2024-10-31T19:15:27.752Z | Compiling chrono-tz-build v0.4.0 |
2211 | 2024-10-31T19:15:28.869Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2212 | 2024-10-31T19:15:30.360Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2213 | 2024-10-31T19:15:32.534Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2214 | 2024-10-31T19:15:35.615Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2215 | 2024-10-31T19:15:35.688Z | Compiling bb8 v0.8.5 |
2216 | 2024-10-31T19:15:35.939Z | Compiling const_format_proc_macros v0.2.33 |
2217 | 2024-10-31T19:15:36.396Z | Compiling vte_generate_state_changes v0.1.2 |
2218 | 2024-10-31T19:15:37.046Z | Compiling buf-list v1.0.3 |
2219 | 2024-10-31T19:15:37.660Z | Compiling vte v0.11.1 |
2220 | 2024-10-31T19:15:37.698Z | Compiling const_format v0.2.33 |
2221 | 2024-10-31T19:15:38.960Z | Compiling async-bb8-diesel v0.2.1 |
2222 | 2024-10-31T19:15:39.236Z | Compiling chrono-tz v0.10.0 |
2223 | 2024-10-31T19:15:40.313Z | Compiling http-body v0.4.6 |
2224 | 2024-10-31T19:15:40.821Z | Compiling h2 v0.3.26 |
2225 | 2024-10-31T19:15:41.082Z | Compiling fd-lock v4.0.2 |
2226 | 2024-10-31T19:15:41.329Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2227 | 2024-10-31T19:15:42.104Z | Compiling pin-project-internal v1.1.6 |
2228 | 2024-10-31T19:15:42.286Z | Compiling atty v0.2.14 |
2229 | 2024-10-31T19:15:42.459Z | Compiling salty v0.3.0 |
2230 | 2024-10-31T19:15:42.862Z | Compiling bytecount v0.6.8 |
2231 | 2024-10-31T19:15:43.179Z | Compiling papergrid v0.11.0 |
2232 | 2024-10-31T19:15:44.752Z | Compiling pin-project v1.1.6 |
2233 | 2024-10-31T19:15:56.060Z | Compiling hyper v0.14.30 |
2234 | 2024-10-31T19:16:00.533Z | Compiling parking_lot v0.11.2 |
2235 | 2024-10-31T19:16:09.115Z | Compiling strip-ansi-escapes v0.2.0 |
2236 | 2024-10-31T19:16:10.494Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2237 | 2024-10-31T19:16:10.511Z | Compiling tabled_derive v0.7.0 |
2238 | 2024-10-31T19:16:10.759Z | Compiling peg-macros v0.8.4 |
2239 | 2024-10-31T19:16:12.284Z | Compiling snafu-derive v0.8.5 |
2240 | 2024-10-31T19:16:12.593Z | Compiling sqlparser_derive v0.2.2 |
2241 | 2024-10-31T19:16:13.575Z | Compiling nu-ansi-term v0.50.1 |
2242 | 2024-10-31T19:16:14.087Z | Compiling sync_wrapper v0.1.2 |
2243 | 2024-10-31T19:16:14.240Z | Compiling unicode_categories v0.1.1 |
2244 | 2024-10-31T19:16:14.579Z | Compiling sqlformat v0.2.6 |
2245 | 2024-10-31T19:16:14.785Z | Compiling reqwest v0.11.27 |
2246 | 2024-10-31T19:16:15.108Z | Compiling reedline v0.35.0 |
2247 | 2024-10-31T19:16:15.817Z | Compiling rustyline v14.0.0 |
2248 | 2024-10-31T19:16:16.755Z | Compiling snafu v0.8.5 |
2249 | 2024-10-31T19:16:16.873Z | Compiling peg v0.8.4 |
2250 | 2024-10-31T19:16:16.997Z | Compiling sqlparser v0.45.0 |
2251 | 2024-10-31T19:16:18.016Z | Compiling tabled v0.15.0 |
2252 | 2024-10-31T19:16:28.103Z | Compiling sled v0.34.7 |
2253 | 2024-10-31T19:16:37.626Z | Compiling mime_guess v2.0.5 |
2254 | 2024-10-31T19:16:38.450Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2255 | 2024-10-31T19:16:38.733Z | Compiling hickory-client v0.24.1 |
2256 | 2024-10-31T19:16:40.229Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2257 | 2024-10-31T19:16:43.967Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2258 | 2024-10-31T19:16:48.127Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2259 | 2024-10-31T19:16:50.142Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2260 | 2024-10-31T19:16:51.073Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2261 | 2024-10-31T19:16:52.698Z | Compiling globset v0.4.15 |
2262 | 2024-10-31T19:16:58.950Z | Compiling hickory-server v0.24.1 |
2263 | 2024-10-31T19:17:00.011Z | Compiling primeorder v0.13.6 |
2264 | 2024-10-31T19:17:00.618Z | Compiling olpc-cjson v0.1.4 |
2265 | 2024-10-31T19:17:00.980Z | Compiling vergen v8.3.2 |
2266 | 2024-10-31T19:17:01.323Z | Compiling bcs v0.1.6 |
2267 | 2024-10-31T19:17:01.516Z | Compiling env_filter v0.1.2 |
2268 | 2024-10-31T19:17:02.225Z | Compiling cargo-platform v0.1.8 |
2269 | 2024-10-31T19:17:02.738Z | Compiling serde_plain v1.0.2 |
2270 | 2024-10-31T19:17:03.085Z | Compiling nanorand v0.7.0 |
2271 | 2024-10-31T19:17:03.352Z | Compiling memoffset v0.9.1 |
2272 | 2024-10-31T19:17:03.463Z | Compiling typed-path v0.7.1 |
2273 | 2024-10-31T19:17:03.767Z | Compiling flume v0.11.0 |
2274 | 2024-10-31T19:17:03.800Z | Compiling cargo_metadata v0.18.1 |
2275 | 2024-10-31T19:17:04.544Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2276 | 2024-10-31T19:17:07.053Z | Compiling tough v0.17.1 |
2277 | 2024-10-31T19:17:08.496Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2278 | 2024-10-31T19:17:09.910Z | Compiling env_logger v0.11.5 |
2279 | 2024-10-31T19:17:10.895Z | Compiling p384 v0.13.0 |
2280 | 2024-10-31T19:17:11.356Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2281 | 2024-10-31T19:17:16.651Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2282 | 2024-10-31T19:17:17.792Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2283 | 2024-10-31T19:17:19.657Z | Compiling git2 v0.19.0 |
2284 | 2024-10-31T19:17:20.945Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2285 | 2024-10-31T19:17:26.594Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2286 | 2024-10-31T19:17:27.777Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2287 | 2024-10-31T19:17:27.967Z | Compiling rand_seeder v0.3.0 |
2288 | 2024-10-31T19:17:28.380Z | Compiling libsqlite3-sys v0.30.1 |
2289 | 2024-10-31T19:17:28.741Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2290 | 2024-10-31T19:17:28.897Z | Compiling rustls v0.21.12 |
2291 | 2024-10-31T19:17:29.078Z | Compiling cfg_aliases v0.2.1 |
2292 | 2024-10-31T19:17:29.202Z | Compiling parse-size v1.0.0 |
2293 | 2024-10-31T19:17:29.252Z | Compiling nix v0.29.0 |
2294 | 2024-10-31T19:17:29.513Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2295 | 2024-10-31T19:17:30.213Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2296 | 2024-10-31T19:17:32.034Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2297 | 2024-10-31T19:17:32.272Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2298 | 2024-10-31T19:17:32.351Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2299 | 2024-10-31T19:17:33.110Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2300 | 2024-10-31T19:17:33.273Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2301 | 2024-10-31T19:17:33.423Z | Compiling sct v0.7.1 |
2302 | 2024-10-31T19:17:33.902Z | Compiling rustls-webpki v0.101.7 |
2303 | 2024-10-31T19:17:37.453Z | Compiling castaway v0.2.3 |
2304 | 2024-10-31T19:17:37.660Z | Compiling csv-core v0.1.11 |
2305 | 2024-10-31T19:17:37.712Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2306 | 2024-10-31T19:17:38.043Z | Compiling http-range v0.1.5 |
2307 | 2024-10-31T19:17:38.468Z | Compiling hyper-staticfile v0.10.1 |
2308 | 2024-10-31T19:17:38.708Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2309 | 2024-10-31T19:17:40.324Z | Compiling csv v1.3.0 |
2310 | 2024-10-31T19:17:41.503Z | Compiling compact_str v0.8.0 |
2311 | 2024-10-31T19:17:42.393Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2312 | 2024-10-31T19:17:45.452Z | Compiling nix v0.27.1 |
2313 | 2024-10-31T19:17:48.315Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2314 | 2024-10-31T19:17:48.562Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2315 | 2024-10-31T19:17:49.434Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2316 | 2024-10-31T19:17:55.232Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2317 | 2024-10-31T19:17:55.752Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2318 | 2024-10-31T19:17:57.405Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2319 | 2024-10-31T19:17:58.486Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2320 | 2024-10-31T19:17:58.828Z | Compiling unicode-truncate v1.1.0 |
2321 | 2024-10-31T19:17:59.129Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2322 | 2024-10-31T19:17:59.463Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2323 | 2024-10-31T19:17:59.783Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2324 | 2024-10-31T19:18:03.210Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2325 | 2024-10-31T19:18:06.088Z | Compiling hashlink v0.9.1 |
2326 | 2024-10-31T19:18:06.917Z | Compiling tungstenite v0.23.0 |
2327 | 2024-10-31T19:18:07.044Z | Compiling lru v0.12.5 |
2328 | 2024-10-31T19:18:07.257Z | Compiling instability v0.3.2 |
2329 | 2024-10-31T19:18:07.314Z | Compiling fallible-streaming-iterator v0.1.9 |
2330 | 2024-10-31T19:18:07.432Z | Compiling cassowary v0.3.0 |
2331 | 2024-10-31T19:18:07.597Z | Compiling fallible-iterator v0.3.0 |
2332 | 2024-10-31T19:18:08.248Z | Compiling ratatui v0.28.1 |
2333 | 2024-10-31T19:18:08.452Z | Compiling rusqlite v0.32.1 |
2334 | 2024-10-31T19:18:11.020Z | Compiling tokio-tungstenite v0.23.1 |
2335 | 2024-10-31T19:18:11.653Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2336 | 2024-10-31T19:18:14.588Z | Compiling tokio-rustls v0.24.1 |
2337 | 2024-10-31T19:18:15.052Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2338 | 2024-10-31T19:18:27.749Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2339 | 2024-10-31T19:18:30.457Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2340 | 2024-10-31T19:18:32.276Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2341 | 2024-10-31T19:18:32.773Z | Compiling rustls-pemfile v1.0.4 |
2342 | 2024-10-31T19:18:33.536Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2343 | 2024-10-31T19:18:33.867Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2344 | 2024-10-31T19:18:37.760Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2345 | 2024-10-31T19:18:37.932Z | Compiling signal-hook-tokio v0.3.1 |
2346 | 2024-10-31T19:18:38.161Z | Compiling twox-hash v1.6.3 |
2347 | 2024-10-31T19:18:38.467Z | Compiling unicode-linebreak v0.1.5 |
2348 | 2024-10-31T19:18:38.630Z | Compiling smawk v0.3.2 |
2349 | 2024-10-31T19:18:38.910Z | Compiling is_ci v1.2.0 |
2350 | 2024-10-31T19:18:39.021Z | Compiling textwrap v0.16.1 |
2351 | 2024-10-31T19:18:39.174Z | Compiling supports-color v3.0.1 |
2352 | 2024-10-31T19:18:39.568Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2353 | 2024-10-31T19:18:42.579Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2354 | 2024-10-31T19:18:49.861Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2355 | 2024-10-31T19:18:50.399Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2356 | 2024-10-31T19:18:55.193Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2357 | 2024-10-31T19:18:58.798Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2358 | 2024-10-31T19:19:08.488Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2359 | 2024-10-31T19:19:09.071Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2360 | 2024-10-31T19:19:15.865Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2361 | 2024-10-31T19:19:16.172Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2362 | 2024-10-31T19:19:17.583Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2363 | 2024-10-31T19:19:18.487Z | Compiling fatfs v0.3.6 |
2364 | 2024-10-31T19:19:21.332Z | Compiling rtoolbox v0.0.2 |
2365 | 2024-10-31T19:19:21.770Z | Compiling assert_matches v1.5.0 |
2366 | 2024-10-31T19:19:22.735Z | Compiling rpassword v7.3.1 |
2367 | 2024-10-31T19:19:23.188Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2368 | 2024-10-31T19:19:26.936Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2369 | 2024-10-31T19:19:34.135Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2370 | 2024-10-31T19:19:40.308Z | Compiling tui-tree-widget v0.22.0 |
2371 | 2024-10-31T19:19:40.698Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2372 | 2024-10-31T19:19:41.368Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2373 | 2024-10-31T19:19:51.277Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2374 | 2024-10-31T19:19:51.607Z | Compiling uzers v0.12.1 |
2375 | 2024-10-31T19:19:54.730Z | Compiling shell-words v1.1.0 |
2376 | 2024-10-31T19:19:54.957Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2377 | 2024-10-31T19:19:55.234Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2378 | 2024-10-31T19:19:57.179Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2379 | 2024-10-31T19:20:24.381Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2380 | 2024-10-31T19:20:29.042Z | Compiling multimap v0.10.0 |
2381 | 2024-10-31T19:22:31.819Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2382 | 2024-10-31T19:22:48.900Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2383 | 2024-10-31T19:31:07.770Z | Finished `release` profile [optimized] target(s) in 17m 57s |
2384 | 2024-10-31T19:32:06.624Z | |
2385 | 2024-10-31T19:32:06.624Z | real 18:57.715179059 |
2386 | 2024-10-31T19:32:06.627Z | user 2:04:03.038636130 |
2387 | 2024-10-31T19:32:06.627Z | sys 5:50.564869551 |
2388 | 2024-10-31T19:32:06.628Z | trap 2.833785388 |
2389 | 2024-10-31T19:32:06.628Z | tflt 3.278067483 |
2390 | 2024-10-31T19:32:06.628Z | dflt 6.659818022 |
2391 | 2024-10-31T19:32:06.628Z | kflt 0.010997384 |
2392 | 2024-10-31T19:32:06.628Z | lock 7:27:30.903676668 |
2393 | 2024-10-31T19:32:06.628Z | slp 6:13:03.515530344 |
2394 | 2024-10-31T19:32:06.628Z | lat 2:55.106373819 |
2395 | 2024-10-31T19:32:06.628Z | stop 2:36.563090815 |
2396 | 2024-10-31T19:32:06.628Z | + mapfile -t packages |
2397 | 2024-10-31T19:32:06.628Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2398 | 2024-10-31T19:32:07.615Z | Finished `release` profile [optimized] target(s) in 0.93s |
2399 | 2024-10-31T19:32:07.668Z | Running `target/release/omicron-package -t test list-outputs` |
2400 | 2024-10-31T19:32:07.706Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2401 | 2024-10-31T19:32:07.709Z | + ptime -m cargo build --locked --release -p xtask |
2402 | 2024-10-31T19:32:08.238Z | Compiling serde v1.0.210 |
2403 | 2024-10-31T19:32:08.241Z | Compiling libc v0.2.161 |
2404 | 2024-10-31T19:32:08.241Z | Compiling rustix v0.38.37 |
2405 | 2024-10-31T19:32:08.241Z | Compiling serde_json v1.0.128 |
2406 | 2024-10-31T19:32:08.331Z | Compiling syn v2.0.79 |
2407 | 2024-10-31T19:32:08.339Z | Compiling bitflags v2.6.0 |
2408 | 2024-10-31T19:32:08.680Z | Compiling usdt-impl v0.5.0 |
2409 | 2024-10-31T19:32:08.713Z | Compiling syn v1.0.109 |
2410 | 2024-10-31T19:32:08.820Z | Compiling hashbrown v0.15.0 |
2411 | 2024-10-31T19:32:08.835Z | Compiling log v0.4.22 |
2412 | 2024-10-31T19:32:08.849Z | Compiling fs-err v2.11.0 |
2413 | 2024-10-31T19:32:09.185Z | Compiling anyhow v1.0.89 |
2414 | 2024-10-31T19:32:09.287Z | Compiling once_cell v1.20.2 |
2415 | 2024-10-31T19:32:09.743Z | Compiling thread-id v4.2.2 |
2416 | 2024-10-31T19:32:10.093Z | Compiling indexmap v2.6.0 |
2417 | 2024-10-31T19:32:11.331Z | Compiling terminal_size v0.4.0 |
2418 | 2024-10-31T19:32:11.331Z | Compiling tempfile v3.13.0 |
2419 | 2024-10-31T19:32:11.579Z | Compiling clap_builder v4.5.20 |
2420 | 2024-10-31T19:32:12.055Z | Compiling proc-macro-error v1.0.4 |
2421 | 2024-10-31T19:32:13.228Z | Compiling tabled_derive v0.7.0 |
2422 | 2024-10-31T19:32:14.535Z | Compiling tabled v0.15.0 |
2423 | 2024-10-31T19:32:15.551Z | Compiling serde_derive v1.0.210 |
2424 | 2024-10-31T19:32:15.551Z | Compiling thiserror-impl v1.0.64 |
2425 | 2024-10-31T19:32:15.555Z | Compiling zerocopy-derive v0.7.35 |
2426 | 2024-10-31T19:32:17.866Z | Compiling scroll_derive v0.12.0 |
2427 | 2024-10-31T19:32:17.991Z | Compiling zerocopy v0.7.35 |
2428 | 2024-10-31T19:32:18.028Z | Compiling thiserror v1.0.64 |
2429 | 2024-10-31T19:32:18.194Z | Compiling pest v2.7.14 |
2430 | 2024-10-31T19:32:19.406Z | Compiling scroll v0.12.0 |
2431 | 2024-10-31T19:32:20.105Z | Compiling goblin v0.8.2 |
2432 | 2024-10-31T19:32:21.283Z | Compiling pest_meta v2.7.14 |
2433 | 2024-10-31T19:32:23.523Z | Compiling pest_generator v2.7.14 |
2434 | 2024-10-31T19:32:25.278Z | Compiling pest_derive v2.7.14 |
2435 | 2024-10-31T19:32:26.084Z | Compiling dtrace-parser v0.2.0 |
2436 | 2024-10-31T19:32:29.578Z | Compiling toml_datetime v0.6.8 |
2437 | 2024-10-31T19:32:30.305Z | Compiling serde_spanned v0.6.8 |
2438 | 2024-10-31T19:32:30.579Z | Compiling toml_edit v0.22.22 |
2439 | 2024-10-31T19:32:33.106Z | Compiling serde_tokenstream v0.2.2 |
2440 | 2024-10-31T19:32:33.719Z | Compiling dof v0.3.0 |
2441 | 2024-10-31T19:32:35.218Z | Compiling camino v1.1.9 |
2442 | 2024-10-31T19:32:36.572Z | Compiling usdt-attr-macro v0.5.0 |
2443 | 2024-10-31T19:32:36.601Z | Compiling usdt-macro v0.5.0 |
2444 | 2024-10-31T19:32:37.793Z | Compiling toml v0.8.19 |
2445 | 2024-10-31T19:32:37.900Z | Compiling semver v1.0.23 |
2446 | 2024-10-31T19:32:39.361Z | Compiling cargo-platform v0.1.8 |
2447 | 2024-10-31T19:32:39.673Z | Compiling clap_derive v4.5.18 |
2448 | 2024-10-31T19:32:40.473Z | Compiling cargo_metadata v0.18.1 |
2449 | 2024-10-31T19:32:40.520Z | Compiling cargo_toml v0.20.5 |
2450 | 2024-10-31T19:32:41.684Z | Compiling usdt v0.5.0 |
2451 | 2024-10-31T19:32:43.097Z | Compiling camino-tempfile v1.1.1 |
2452 | 2024-10-31T19:32:43.136Z | Compiling macaddr v1.0.1 |
2453 | 2024-10-31T19:32:43.990Z | Compiling clap v4.5.20 |
2454 | 2024-10-31T19:32:52.035Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2455 | 2024-10-31T19:33:03.176Z | Finished `release` profile [optimized] target(s) in 55.41s |
2456 | 2024-10-31T19:33:03.277Z | |
2457 | 2024-10-31T19:33:03.277Z | real 55.544308012 |
2458 | 2024-10-31T19:33:03.277Z | user 5:36.883261421 |
2459 | 2024-10-31T19:33:03.277Z | sys 29.378530375 |
2460 | 2024-10-31T19:33:03.277Z | trap 0.144837538 |
2461 | 2024-10-31T19:33:03.277Z | tflt 0.306948759 |
2462 | 2024-10-31T19:33:03.277Z | dflt 0.519998549 |
2463 | 2024-10-31T19:33:03.280Z | kflt 0.000032599 |
2464 | 2024-10-31T19:33:03.280Z | lock 10:17.107477986 |
2465 | 2024-10-31T19:33:03.280Z | slp 15:48.919682028 |
2466 | 2024-10-31T19:33:03.280Z | lat 12.227268478 |
2467 | 2024-10-31T19:33:03.280Z | stop 15.486860887 |
2468 | 2024-10-31T19:33:03.280Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2469 | 2024-10-31T19:33:03.280Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2470 | 2024-10-31T19:33:03.280Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2471 | 2024-10-31T19:33:03.280Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2472 | 2024-10-31T19:33:03.280Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2473 | 2024-10-31T19:33:04.096Z | Compiling hashbrown v0.14.5 |
2474 | 2024-10-31T19:33:04.220Z | Compiling unsafe-libyaml v0.2.11 |
2475 | 2024-10-31T19:33:04.231Z | Compiling progenitor-client v0.8.0 |
2476 | 2024-10-31T19:33:04.233Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2477 | 2024-10-31T19:33:04.233Z | Compiling ident_case v1.0.1 |
2478 | 2024-10-31T19:33:04.233Z | Compiling ipnetwork v0.20.0 |
2479 | 2024-10-31T19:33:04.233Z | Compiling instant v0.1.13 |
2480 | 2024-10-31T19:33:04.233Z | Compiling structmeta-derive v0.3.0 |
2481 | 2024-10-31T19:33:04.406Z | Compiling darling_core v0.20.10 |
2482 | 2024-10-31T19:33:04.406Z | Compiling newtype-uuid v1.1.2 |
2483 | 2024-10-31T19:33:04.651Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2484 | 2024-10-31T19:33:04.732Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2485 | 2024-10-31T19:33:05.080Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2486 | 2024-10-31T19:33:05.098Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2487 | 2024-10-31T19:33:05.420Z | Compiling backoff v0.4.0 |
2488 | 2024-10-31T19:33:05.440Z | Compiling regress v0.10.1 |
2489 | 2024-10-31T19:33:05.525Z | Compiling serde_yaml v0.9.34+deprecated |
2490 | 2024-10-31T19:33:05.552Z | Compiling regress v0.9.1 |
2491 | 2024-10-31T19:33:05.797Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2492 | 2024-10-31T19:33:05.891Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2493 | 2024-10-31T19:33:05.979Z | Compiling macaddr v1.0.1 |
2494 | 2024-10-31T19:33:06.060Z | Compiling tempfile v3.13.0 |
2495 | 2024-10-31T19:33:06.085Z | Compiling proc-macro-crate v1.3.1 |
2496 | 2024-10-31T19:33:06.434Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-10-31T19:33:06.854Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2498 | 2024-10-31T19:33:06.880Z | Compiling foreign-types-macros v0.2.3 |
2499 | 2024-10-31T19:33:07.063Z | Compiling structmeta v0.3.0 |
2500 | 2024-10-31T19:33:07.190Z | Compiling num_enum_derive v0.5.11 |
2501 | 2024-10-31T19:33:07.192Z | Compiling foreign-types-shared v0.3.1 |
2502 | 2024-10-31T19:33:07.337Z | Compiling heapless v0.8.0 |
2503 | 2024-10-31T19:33:07.482Z | Compiling parse-display-derive v0.10.0 |
2504 | 2024-10-31T19:33:08.128Z | Compiling foreign-types v0.5.0 |
2505 | 2024-10-31T19:33:08.256Z | Compiling proc-macro-error v1.0.4 |
2506 | 2024-10-31T19:33:08.613Z | Compiling camino-tempfile v1.1.1 |
2507 | 2024-10-31T19:33:08.927Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2508 | 2024-10-31T19:33:09.081Z | Compiling typify-impl v0.2.0 |
2509 | 2024-10-31T19:33:09.460Z | Compiling hash32 v0.3.1 |
2510 | 2024-10-31T19:33:09.654Z | Compiling num_enum v0.5.11 |
2511 | 2024-10-31T19:33:09.709Z | Compiling cstr-argument v0.1.2 |
2512 | 2024-10-31T19:33:09.773Z | Compiling crucible-workspace-hack v0.1.0 |
2513 | 2024-10-31T19:33:09.820Z | Compiling smoltcp v0.11.0 |
2514 | 2024-10-31T19:33:09.988Z | Compiling pretty-hex v0.2.1 |
2515 | 2024-10-31T19:33:10.095Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2516 | 2024-10-31T19:33:10.184Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2517 | 2024-10-31T19:33:10.294Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2518 | 2024-10-31T19:33:10.551Z | Compiling tabwriter v1.4.0 |
2519 | 2024-10-31T19:33:10.601Z | Compiling colored v2.1.0 |
2520 | 2024-10-31T19:33:10.651Z | Compiling cobs v0.2.3 |
2521 | 2024-10-31T19:33:10.818Z | Compiling darling_macro v0.20.10 |
2522 | 2024-10-31T19:33:10.856Z | Compiling postcard v1.0.10 |
2523 | 2024-10-31T19:33:10.971Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2524 | 2024-10-31T19:33:11.048Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2525 | 2024-10-31T19:33:11.222Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2526 | 2024-10-31T19:33:11.344Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2527 | 2024-10-31T19:33:11.365Z | Compiling smf v0.2.3 |
2528 | 2024-10-31T19:33:11.575Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2529 | 2024-10-31T19:33:11.764Z | Compiling darling v0.20.10 |
2530 | 2024-10-31T19:33:11.785Z | Compiling parse-display v0.10.0 |
2531 | 2024-10-31T19:33:11.894Z | Compiling serde_with_macros v3.11.0 |
2532 | 2024-10-31T19:33:11.936Z | Compiling zone_cfg_derive v0.3.0 |
2533 | 2024-10-31T19:33:12.079Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2534 | 2024-10-31T19:33:12.481Z | Compiling num-derive v0.4.2 |
2535 | 2024-10-31T19:33:12.570Z | Compiling sigpipe v0.1.3 |
2536 | 2024-10-31T19:33:12.671Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2537 | 2024-10-31T19:33:12.711Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2538 | 2024-10-31T19:33:13.008Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2539 | 2024-10-31T19:33:13.422Z | Compiling zone v0.3.0 |
2540 | 2024-10-31T19:33:13.503Z | Compiling universal-hash v0.5.1 |
2541 | 2024-10-31T19:33:13.707Z | Compiling opaque-debug v0.3.1 |
2542 | 2024-10-31T19:33:13.799Z | Compiling num-rational v0.4.2 |
2543 | 2024-10-31T19:33:13.821Z | Compiling password-hash v0.5.0 |
2544 | 2024-10-31T19:33:14.662Z | Compiling serde_with v3.11.0 |
2545 | 2024-10-31T19:33:14.758Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2546 | 2024-10-31T19:33:14.829Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2547 | 2024-10-31T19:33:14.938Z | Compiling blake2 v0.10.6 |
2548 | 2024-10-31T19:33:15.520Z | Compiling num-complex v0.4.6 |
2549 | 2024-10-31T19:33:15.679Z | Compiling aead v0.5.2 |
2550 | 2024-10-31T19:33:15.774Z | Compiling keccak v0.1.5 |
2551 | 2024-10-31T19:33:16.119Z | Compiling convert_case v0.4.0 |
2552 | 2024-10-31T19:33:16.395Z | Compiling sha3 v0.10.8 |
2553 | 2024-10-31T19:33:16.547Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2554 | 2024-10-31T19:33:16.677Z | Compiling num v0.4.3 |
2555 | 2024-10-31T19:33:16.799Z | Compiling argon2 v0.5.3 |
2556 | 2024-10-31T19:33:16.913Z | Compiling poly1305 v0.8.0 |
2557 | 2024-10-31T19:33:16.963Z | Compiling tungstenite v0.21.0 |
2558 | 2024-10-31T19:33:17.060Z | Compiling derive_more v0.99.18 |
2559 | 2024-10-31T19:33:17.468Z | Compiling chacha20 v0.9.1 |
2560 | 2024-10-31T19:33:17.963Z | Compiling base64 v0.21.7 |
2561 | 2024-10-31T19:33:18.631Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2562 | 2024-10-31T19:33:18.659Z | Compiling float-ord v0.3.2 |
2563 | 2024-10-31T19:33:18.709Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2564 | 2024-10-31T19:33:18.711Z | Compiling tokio-tungstenite v0.21.0 |
2565 | 2024-10-31T19:33:18.841Z | Compiling same-file v1.0.6 |
2566 | 2024-10-31T19:33:19.079Z | Compiling semver v0.1.20 |
2567 | 2024-10-31T19:33:19.140Z | Compiling walkdir v2.5.0 |
2568 | 2024-10-31T19:33:19.160Z | Compiling newline-converter v0.3.0 |
2569 | 2024-10-31T19:33:19.288Z | Compiling primeorder v0.13.6 |
2570 | 2024-10-31T19:33:19.347Z | Compiling secrecy v0.8.0 |
2571 | 2024-10-31T19:33:19.630Z | Compiling rustc_version v0.1.7 |
2572 | 2024-10-31T19:33:19.650Z | Compiling home v0.5.9 |
2573 | 2024-10-31T19:33:19.742Z | Compiling prettyplease v0.2.22 |
2574 | 2024-10-31T19:33:19.845Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2575 | 2024-10-31T19:33:19.891Z | Compiling owo-colors v4.1.0 |
2576 | 2024-10-31T19:33:19.909Z | Compiling cancel-safe-futures v0.1.5 |
2577 | 2024-10-31T19:33:19.928Z | Compiling expectorate v1.1.0 |
2578 | 2024-10-31T19:33:20.074Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2579 | 2024-10-31T19:33:20.108Z | Compiling newtype_derive v0.1.6 |
2580 | 2024-10-31T19:33:20.111Z | Compiling thiserror-impl-no-std v2.0.2 |
2581 | 2024-10-31T19:33:20.209Z | Compiling blake3 v1.5.4 |
2582 | 2024-10-31T19:33:20.290Z | Compiling ring v0.16.20 |
2583 | 2024-10-31T19:33:20.403Z | Compiling half v2.4.1 |
2584 | 2024-10-31T19:33:20.423Z | Compiling unicase v2.7.0 |
2585 | 2024-10-31T19:33:20.715Z | Compiling ciborium-io v0.2.2 |
2586 | 2024-10-31T19:33:20.782Z | Compiling arc-swap v1.7.1 |
2587 | 2024-10-31T19:33:21.017Z | Compiling ciborium-ll v0.2.2 |
2588 | 2024-10-31T19:33:21.135Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2589 | 2024-10-31T19:33:21.411Z | Compiling slog-scope v4.4.0 |
2590 | 2024-10-31T19:33:21.924Z | Compiling polyval v0.6.2 |
2591 | 2024-10-31T19:33:22.040Z | Compiling atomicwrites v0.4.4 |
2592 | 2024-10-31T19:33:22.348Z | Compiling libsw v3.3.1 |
2593 | 2024-10-31T19:33:22.410Z | Compiling memmap2 v0.9.5 |
2594 | 2024-10-31T19:33:22.661Z | Compiling arrayref v0.3.9 |
2595 | 2024-10-31T19:33:22.777Z | Compiling parking_lot_core v0.8.6 |
2596 | 2024-10-31T19:33:22.882Z | Compiling indent_write v2.2.0 |
2597 | 2024-10-31T19:33:23.110Z | Compiling spin v0.5.2 |
2598 | 2024-10-31T19:33:23.168Z | Compiling thiserror-no-std v2.0.2 |
2599 | 2024-10-31T19:33:23.267Z | Compiling untrusted v0.7.1 |
2600 | 2024-10-31T19:33:23.302Z | Compiling libefi-sys v0.1.0 |
2601 | 2024-10-31T19:33:23.352Z | Compiling constant_time_eq v0.3.1 |
2602 | 2024-10-31T19:33:23.478Z | Compiling arrayvec v0.7.6 |
2603 | 2024-10-31T19:33:23.541Z | Compiling salty v0.3.0 |
2604 | 2024-10-31T19:33:23.604Z | Compiling linear-map v1.2.0 |
2605 | 2024-10-31T19:33:23.843Z | Compiling vsss-rs v3.3.4 |
2606 | 2024-10-31T19:33:23.976Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2607 | 2024-10-31T19:33:24.027Z | Compiling ghash v0.5.1 |
2608 | 2024-10-31T19:33:24.197Z | Compiling slog-stdlog v4.1.1 |
2609 | 2024-10-31T19:33:24.252Z | Compiling ciborium v0.2.2 |
2610 | 2024-10-31T19:33:24.926Z | Compiling p384 v0.13.0 |
2611 | 2024-10-31T19:33:25.001Z | Compiling toolchain_find v0.4.0 |
2612 | 2024-10-31T19:33:25.114Z | Compiling chacha20poly1305 v0.10.1 |
2613 | 2024-10-31T19:33:25.361Z | Compiling itertools v0.13.0 |
2614 | 2024-10-31T19:33:25.380Z | Compiling typify-macro v0.2.0 |
2615 | 2024-10-31T19:33:25.678Z | Compiling lzma-sys v0.1.20 |
2616 | 2024-10-31T19:33:25.723Z | Compiling ctr v0.9.2 |
2617 | 2024-10-31T19:33:26.104Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2618 | 2024-10-31T19:33:26.478Z | Compiling bitfield-struct v0.6.2 |
2619 | 2024-10-31T19:33:26.499Z | Compiling slog-dtrace v0.3.0 |
2620 | 2024-10-31T19:33:26.534Z | Compiling topological-sort v0.2.2 |
2621 | 2024-10-31T19:33:26.778Z | Compiling highway v1.2.0 |
2622 | 2024-10-31T19:33:26.898Z | Compiling omicron-zone-package v0.11.1 |
2623 | 2024-10-31T19:33:27.712Z | Compiling aes-gcm v0.10.3 |
2624 | 2024-10-31T19:33:27.739Z | Compiling rustfmt-wrapper v0.2.1 |
2625 | 2024-10-31T19:33:27.859Z | Compiling mime_guess v2.0.5 |
2626 | 2024-10-31T19:33:27.942Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-10-31T19:33:28.014Z | Compiling steno v0.4.1 |
2628 | 2024-10-31T19:33:28.308Z | Compiling slog-envlogger v2.2.0 |
2629 | 2024-10-31T19:33:29.094Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2630 | 2024-10-31T19:33:29.118Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2631 | 2024-10-31T19:33:29.151Z | Compiling heck v0.3.3 |
2632 | 2024-10-31T19:33:29.260Z | Compiling ssh-encoding v0.2.0 |
2633 | 2024-10-31T19:33:29.382Z | Compiling blowfish v0.9.1 |
2634 | 2024-10-31T19:33:29.596Z | Compiling nibble_vec v0.1.0 |
2635 | 2024-10-31T19:33:29.615Z | Compiling typify v0.2.0 |
2636 | 2024-10-31T19:33:29.761Z | Compiling progenitor-impl v0.8.0 |
2637 | 2024-10-31T19:33:29.777Z | Compiling env_filter v0.1.2 |
2638 | 2024-10-31T19:33:29.796Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2639 | 2024-10-31T19:33:29.813Z | Compiling humantime v2.1.0 |
2640 | 2024-10-31T19:33:29.850Z | Compiling endian-type v0.1.2 |
2641 | 2024-10-31T19:33:30.099Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2642 | 2024-10-31T19:33:30.102Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2643 | 2024-10-31T19:33:30.239Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2644 | 2024-10-31T19:33:30.291Z | Compiling radix_trie v0.2.1 |
2645 | 2024-10-31T19:33:30.335Z | Compiling env_logger v0.11.5 |
2646 | 2024-10-31T19:33:30.524Z | Compiling bcrypt-pbkdf v0.10.0 |
2647 | 2024-10-31T19:33:30.549Z | Compiling ssh-cipher v0.2.0 |
2648 | 2024-10-31T19:33:31.025Z | Compiling zone_cfg_derive v0.1.2 |
2649 | 2024-10-31T19:33:31.166Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2650 | 2024-10-31T19:33:31.292Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2651 | 2024-10-31T19:33:31.555Z | Compiling parking_lot v0.11.2 |
2652 | 2024-10-31T19:33:32.136Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2653 | 2024-10-31T19:33:32.244Z | Compiling gethostname v0.5.0 |
2654 | 2024-10-31T19:33:32.407Z | Compiling password-hash v0.4.2 |
2655 | 2024-10-31T19:33:32.440Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2656 | 2024-10-31T19:33:32.467Z | Compiling fxhash v0.2.1 |
2657 | 2024-10-31T19:33:32.492Z | Compiling matches v0.1.10 |
2658 | 2024-10-31T19:33:32.521Z | Compiling base64 v0.13.1 |
2659 | 2024-10-31T19:33:32.609Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2660 | 2024-10-31T19:33:32.698Z | Compiling sled v0.34.7 |
2661 | 2024-10-31T19:33:32.958Z | Compiling ron v0.7.1 |
2662 | 2024-10-31T19:33:33.008Z | Compiling pbkdf2 v0.11.0 |
2663 | 2024-10-31T19:33:33.062Z | Compiling idna v0.2.3 |
2664 | 2024-10-31T19:33:33.145Z | Compiling zone v0.1.8 |
2665 | 2024-10-31T19:33:33.275Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2666 | 2024-10-31T19:33:33.372Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2667 | 2024-10-31T19:33:33.992Z | Compiling xz2 v0.1.7 |
2668 | 2024-10-31T19:33:34.505Z | Compiling ssh-key v0.6.6 |
2669 | 2024-10-31T19:33:34.651Z | Compiling hickory-client v0.24.1 |
2670 | 2024-10-31T19:33:35.113Z | Compiling p521 v0.13.3 |
2671 | 2024-10-31T19:33:35.245Z | Compiling p256 v0.13.2 |
2672 | 2024-10-31T19:33:35.490Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2673 | 2024-10-31T19:33:36.085Z | Compiling hickory-server v0.24.1 |
2674 | 2024-10-31T19:33:36.136Z | Compiling enum-as-inner v0.5.1 |
2675 | 2024-10-31T19:33:36.614Z | Compiling pem v3.0.4 |
2676 | 2024-10-31T19:33:37.194Z | Compiling yasna v0.5.2 |
2677 | 2024-10-31T19:33:37.336Z | Compiling progenitor-macro v0.8.0 |
2678 | 2024-10-31T19:33:37.428Z | Compiling headers-core v0.3.0 |
2679 | 2024-10-31T19:33:37.461Z | Compiling kstat-rs v0.2.4 |
2680 | 2024-10-31T19:33:37.611Z | Compiling nanorand v0.7.0 |
2681 | 2024-10-31T19:33:38.111Z | Compiling atty v0.2.14 |
2682 | 2024-10-31T19:33:38.203Z | Compiling russh-cryptovec v0.7.3 |
2683 | 2024-10-31T19:33:38.276Z | Compiling glob v0.3.1 |
2684 | 2024-10-31T19:33:38.539Z | Compiling http-range v0.1.5 |
2685 | 2024-10-31T19:33:38.846Z | Compiling md5 v0.7.0 |
2686 | 2024-10-31T19:33:38.923Z | Compiling hyper-staticfile v0.10.1 |
2687 | 2024-10-31T19:33:38.991Z | Compiling rcgen v0.12.1 |
2688 | 2024-10-31T19:33:39.160Z | Compiling russh-keys v0.45.0 |
2689 | 2024-10-31T19:33:39.199Z | Compiling flume v0.11.0 |
2690 | 2024-10-31T19:33:39.350Z | Compiling headers v0.4.0 |
2691 | 2024-10-31T19:33:39.919Z | Compiling trust-dns-proto v0.22.0 |
2692 | 2024-10-31T19:33:40.080Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2693 | 2024-10-31T19:33:41.311Z | Compiling num-bigint v0.4.6 |
2694 | 2024-10-31T19:33:41.388Z | Compiling des v0.8.1 |
2695 | 2024-10-31T19:33:41.752Z | Compiling subprocess v0.2.9 |
2696 | 2024-10-31T19:33:43.040Z | Compiling hex-literal v0.4.1 |
2697 | 2024-10-31T19:33:43.200Z | Compiling display-error-chain v0.2.1 |
2698 | 2024-10-31T19:33:43.220Z | Compiling dhcproto-macros v0.1.0 |
2699 | 2024-10-31T19:33:43.293Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2700 | 2024-10-31T19:33:43.386Z | Compiling internet-checksum v0.2.1 |
2701 | 2024-10-31T19:33:44.291Z | Compiling dhcproto v0.12.0 |
2702 | 2024-10-31T19:33:44.580Z | Compiling russh v0.45.0 |
2703 | 2024-10-31T19:33:48.654Z | Compiling progenitor v0.8.0 |
2704 | 2024-10-31T19:33:48.764Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2705 | 2024-10-31T19:33:48.764Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2706 | 2024-10-31T19:33:48.766Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2707 | 2024-10-31T19:33:48.766Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2708 | 2024-10-31T19:33:48.766Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2709 | 2024-10-31T19:33:48.766Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2710 | 2024-10-31T19:33:48.861Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2711 | 2024-10-31T19:33:50.227Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2712 | 2024-10-31T19:33:51.970Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2713 | 2024-10-31T19:33:51.973Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2714 | 2024-10-31T19:33:53.655Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2715 | 2024-10-31T19:33:55.197Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2716 | 2024-10-31T19:34:03.791Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2717 | 2024-10-31T19:34:03.794Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2718 | 2024-10-31T19:34:03.794Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2719 | 2024-10-31T19:34:03.794Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2720 | 2024-10-31T19:34:06.906Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2721 | 2024-10-31T19:34:06.988Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2722 | 2024-10-31T19:34:07.833Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2723 | 2024-10-31T19:34:07.972Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2724 | 2024-10-31T19:34:08.457Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2725 | 2024-10-31T19:34:08.793Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2726 | 2024-10-31T19:34:11.195Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2727 | 2024-10-31T19:34:11.754Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2728 | 2024-10-31T19:34:11.861Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2729 | 2024-10-31T19:34:12.669Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2730 | 2024-10-31T19:34:12.714Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2731 | 2024-10-31T19:34:13.416Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2732 | 2024-10-31T19:34:13.545Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2733 | 2024-10-31T19:34:15.481Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2734 | 2024-10-31T19:34:17.020Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2735 | 2024-10-31T19:34:17.356Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2736 | 2024-10-31T19:34:17.496Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2024-10-31T19:34:17.939Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2738 | 2024-10-31T19:34:19.966Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2739 | 2024-10-31T19:34:22.004Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2740 | 2024-10-31T19:34:22.039Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2741 | 2024-10-31T19:34:24.496Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2742 | 2024-10-31T19:34:25.933Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2743 | 2024-10-31T19:34:26.416Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2744 | 2024-10-31T19:34:29.982Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2745 | 2024-10-31T19:34:37.546Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2746 | 2024-10-31T19:34:39.306Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2747 | 2024-10-31T19:35:33.762Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2748 | 2024-10-31T19:36:05.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 02s |
2749 | 2024-10-31T19:36:05.844Z | |
2750 | 2024-10-31T19:36:05.844Z | real 3:02.520910830 |
2751 | 2024-10-31T19:36:05.844Z | user 11:36.164904625 |
2752 | 2024-10-31T19:36:05.844Z | sys 2:22.454653646 |
2753 | 2024-10-31T19:36:05.844Z | trap 0.297457023 |
2754 | 2024-10-31T19:36:05.847Z | tflt 0.720841334 |
2755 | 2024-10-31T19:36:05.847Z | dflt 1.317723750 |
2756 | 2024-10-31T19:36:05.847Z | kflt 0.000038155 |
2757 | 2024-10-31T19:36:05.847Z | lock 24:47.339331061 |
2758 | 2024-10-31T19:36:05.847Z | slp 41:30.798623331 |
2759 | 2024-10-31T19:36:05.847Z | lat 33.806790300 |
2760 | 2024-10-31T19:36:05.848Z | stop 1:22.075157719 |
2761 | 2024-10-31T19:36:05.848Z | + mkdir tests |
2762 | 2024-10-31T19:36:05.850Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2763 | 2024-10-31T19:36:05.850Z | + xargs -I '{}' -t cp '{}' tests/ |
2764 | 2024-10-31T19:36:07.242Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9c20d77df7564600 tests/ |
2765 | 2024-10-31T19:36:07.264Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bfe5c29b00948d4b tests/ |
2766 | 2024-10-31T19:36:07.284Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d74c69be2a844263 tests/ |
2767 | 2024-10-31T19:36:07.305Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-15f4fcb130e5fc86 tests/ |
2768 | 2024-10-31T19:36:07.469Z | + 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/*) |
2769 | 2024-10-31T19:36:07.471Z | + 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-bfe5c29b00948d4b tests/commtest-d74c69be2a844263 tests/dhcp_server-9c20d77df7564600 tests/end_to_end_tests-15f4fcb130e5fc86 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 |
2770 | 2024-10-31T19:37:12.690Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2771 | 2024-10-31T19:37:12.690Z | a .github/buildomat/ci-env.sh 1K |
2772 | 2024-10-31T19:37:12.690Z | a out/target/test 1K |
2773 | 2024-10-31T19:37:12.690Z | a out/npuzone/npuzone 23144K |
2774 | 2024-10-31T19:37:12.690Z | a package-manifest.toml 32K |
2775 | 2024-10-31T19:37:12.690Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2776 | 2024-10-31T19:37:12.690Z | a target/release/omicron-package 32515K |
2777 | 2024-10-31T19:37:12.690Z | a target/release/xtask 11749K |
2778 | 2024-10-31T19:37:12.690Z | a target/debug/bootstrap 195748K |
2779 | 2024-10-31T19:37:12.690Z | a tests/bootstrap-bfe5c29b00948d4b 23991K |
2780 | 2024-10-31T19:37:12.690Z | a tests/commtest-d74c69be2a844263 24191K |
2781 | 2024-10-31T19:37:12.690Z | a tests/dhcp_server-9c20d77df7564600 23991K |
2782 | 2024-10-31T19:37:12.691Z | a tests/end_to_end_tests-15f4fcb130e5fc86 207954K |
2783 | 2024-10-31T19:37:12.691Z | a out/clickhouse.tar.gz 244312K |
2784 | 2024-10-31T19:37:12.691Z | a out/clickhouse_keeper.tar.gz 244301K |
2785 | 2024-10-31T19:37:12.691Z | a out/clickhouse_server.tar.gz 244301K |
2786 | 2024-10-31T19:37:12.691Z | a out/cockroachdb.tar.gz 130015K |
2787 | 2024-10-31T19:37:12.691Z | a out/crucible-dtrace.tar 83K |
2788 | 2024-10-31T19:37:12.691Z | a out/crucible-pantry-zone.tar.gz 26848K |
2789 | 2024-10-31T19:37:12.691Z | a out/crucible-zone.tar.gz 35055K |
2790 | 2024-10-31T19:37:12.691Z | a out/external-dns.tar.gz 30729K |
2791 | 2024-10-31T19:37:12.691Z | a out/internal-dns.tar.gz 30729K |
2792 | 2024-10-31T19:37:12.691Z | a out/mg-ddm-gz.tar 62661K |
2793 | 2024-10-31T19:37:12.691Z | a out/nexus.tar.gz 95993K |
2794 | 2024-10-31T19:37:12.691Z | a out/ntp.tar.gz 9027K |
2795 | 2024-10-31T19:37:12.691Z | a out/omicron-gateway-softnpu.tar.gz 21664K |
2796 | 2024-10-31T19:37:12.691Z | a out/omicron-sled-agent.tar 104045K |
2797 | 2024-10-31T19:37:12.691Z | a out/overlay.tar.gz 3K |
2798 | 2024-10-31T19:37:12.691Z | a out/oximeter.tar.gz 45964K |
2799 | 2024-10-31T19:37:12.691Z | a out/oxlog.tar 3071K |
2800 | 2024-10-31T19:37:12.691Z | a out/probe.tar.gz 2764K |
2801 | 2024-10-31T19:37:12.691Z | a out/propolis-server.tar.gz 66584K |
2802 | 2024-10-31T19:37:12.691Z | a out/pumpkind-gz.tar 26665K |
2803 | 2024-10-31T19:37:12.691Z | a out/switch-softnpu.tar.gz 224075K |
2804 | 2024-10-31T19:37:12.694Z | |
2805 | 2024-10-31T19:37:12.694Z | real 1:05.217628256 |
2806 | 2024-10-31T19:37:12.694Z | user 1:02.175966811 |
2807 | 2024-10-31T19:37:12.694Z | sys 4.234253489 |
2808 | 2024-10-31T19:37:12.694Z | trap 0.015748232 |
2809 | 2024-10-31T19:37:12.694Z | tflt 0.000000000 |
2810 | 2024-10-31T19:37:12.694Z | dflt 0.000000000 |
2811 | 2024-10-31T19:37:12.694Z | kflt 0.000000000 |
2812 | 2024-10-31T19:37:12.694Z | lock 0.000000000 |
2813 | 2024-10-31T19:37:12.694Z | slp 1:02.103578474 |
2814 | 2024-10-31T19:37:12.694Z | lat 1.900826806 |
2815 | 2024-10-31T19:37:12.694Z | stop 0.000206358 |
2816 | 2024-10-31T19:37:12.694Z | process exited: duration 1975069 ms, exit code 0 |
|
2817 | 2024-10-31T19:37:12.710Z | found 1 output files |
2818 | 2024-10-31T19:37:12.710Z | uploading: /work/package.tar.gz (1692012368 bytes) |
2819 | 2024-10-31T19:37:48.182Z | uploaded: /work/package.tar.gz |