|
|
|
1 | 2024-10-30T00:32:16.245Z | job assigned to worker 01JBDDAZEPR81XRZHP20Z8A3S5 (queued for 1 m 6 s) |
|
2 | 2024-10-30T00:32:23.982Z | starting task 0: "setup" |
3 | 2024-10-30T00:32:23.991Z | ++ uname -s |
4 | 2024-10-30T00:32:23.994Z | + kern=SunOS |
5 | 2024-10-30T00:32:23.994Z | + case "$kern" in |
6 | 2024-10-30T00:32:23.994Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T00:32:23.994Z | + groupadd -g 12345 build |
8 | 2024-10-30T00:32:23.996Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T00:32:26.007Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T00:32:26.096Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T00:32:26.100Z | + home_fs=zfs |
12 | 2024-10-30T00:32:26.100Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T00:32:26.100Z | + mkdir -p /home/build |
14 | 2024-10-30T00:32:26.102Z | + chown build:build /home/build /work |
15 | 2024-10-30T00:32:28.103Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T00:32:28.110Z | process exited: duration 4125 ms, exit code 0 |
|
17 | 2024-10-30T00:32:28.117Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T00:32:28.122Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T00:32:28.122Z | ' 1.80.1 |
20 | 2024-10-30T00:32:28.122Z | * toolchain channel = "1.80.1" |
21 | 2024-10-30T00:32:28.122Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T00:32:28.122Z | ' default |
23 | 2024-10-30T00:32:28.122Z | * toolchain profile = "default" |
24 | 2024-10-30T00:32:28.125Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T00:32:28.125Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T00:32:28.214Z | info: downloading installer |
27 | 2024-10-30T00:32:29.221Z | info: profile set to 'default' |
28 | 2024-10-30T00:32:29.221Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T00:32:29.223Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T00:32:29.347Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T00:32:29.347Z | info: downloading component 'cargo' |
32 | 2024-10-30T00:32:29.974Z | info: downloading component 'clippy' |
33 | 2024-10-30T00:32:30.196Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T00:32:31.073Z | info: downloading component 'rust-std' |
35 | 2024-10-30T00:32:32.306Z | info: downloading component 'rustc' |
36 | 2024-10-30T00:32:35.698Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T00:32:35.884Z | info: installing component 'cargo' |
38 | 2024-10-30T00:32:36.704Z | info: installing component 'clippy' |
39 | 2024-10-30T00:32:37.069Z | info: installing component 'rust-docs' |
40 | 2024-10-30T00:32:38.703Z | info: installing component 'rust-std' |
41 | 2024-10-30T00:32:40.346Z | info: installing component 'rustc' |
42 | 2024-10-30T00:32:44.496Z | info: installing component 'rustfmt' |
43 | 2024-10-30T00:32:44.836Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-30T00:32:44.836Z | |
45 | 2024-10-30T00:32:45.082Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T00:32:45.083Z | |
47 | 2024-10-30T00:32:45.085Z | |
48 | 2024-10-30T00:32:45.085Z | Rust is installed now. Great! |
49 | 2024-10-30T00:32:45.086Z | |
50 | 2024-10-30T00:32:45.086Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T00:32:45.086Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T00:32:45.086Z | |
53 | 2024-10-30T00:32:45.086Z | To configure your current shell, you need to source |
54 | 2024-10-30T00:32:45.086Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T00:32:45.086Z | |
56 | 2024-10-30T00:32:45.086Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T00:32:45.086Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T00:32:45.086Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T00:32:45.130Z | + rustc --version |
60 | 2024-10-30T00:32:45.196Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T00:32:45.199Z | process exited: duration 17080 ms, exit code 0 |
|
62 | 2024-10-30T00:32:45.204Z | starting task 2: "authentication" |
63 | 2024-10-30T00:32:45.227Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-30T00:32:45.233Z | starting task 3: "clone repository" |
65 | 2024-10-30T00:32:45.237Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T00:32:45.242Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T00:32:45.278Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T00:32:52.085Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T00:32:52.085Z | + git fetch origin f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 |
70 | 2024-10-30T00:32:52.373Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T00:32:52.375Z | * branch f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 -> FETCH_HEAD |
72 | 2024-10-30T00:32:52.384Z | + [[ -n more-test-database ]] |
73 | 2024-10-30T00:32:52.387Z | ++ git branch --show-current |
74 | 2024-10-30T00:32:52.392Z | + current=main |
75 | 2024-10-30T00:32:52.392Z | + [[ main != more-test-database ]] |
76 | 2024-10-30T00:32:52.392Z | + git branch -f more-test-database f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 |
77 | 2024-10-30T00:32:52.395Z | + git checkout -f more-test-database |
78 | 2024-10-30T00:32:52.558Z | Switched to branch 'more-test-database' |
79 | 2024-10-30T00:32:52.561Z | + git reset --hard f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 |
80 | 2024-10-30T00:32:52.596Z | HEAD is now at f78d2bb4d fix cockroach-admin tests, private builder |
81 | 2024-10-30T00:32:52.599Z | process exited: duration 7364 ms, exit code 0 |
|
82 | 2024-10-30T00:32:52.604Z | starting task 4: "build" |
83 | 2024-10-30T00:32:52.610Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T00:32:52.610Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T00:32:52.610Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T00:32:52.610Z | + cargo --version |
87 | 2024-10-30T00:32:52.666Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-30T00:32:52.669Z | + rustc --version |
89 | 2024-10-30T00:32:52.728Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-30T00:32:52.731Z | + WORK=/work |
91 | 2024-10-30T00:32:52.731Z | + pfexec mkdir -p /work |
92 | 2024-10-30T00:32:52.735Z | + pfexec chown build /work |
93 | 2024-10-30T00:32:52.738Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-10-30T00:33:00.735Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-10-30T00:33:04.001Z | Startup: Caching catalogs ... Done |
96 | 2024-10-30T00:33:11.372Z | Planning: Solver setup ... Done (6.587s) |
97 | 2024-10-30T00:33:11.464Z | Planning: Running solver ... Done (0.092s) |
98 | 2024-10-30T00:33:11.546Z | Planning: Finding local manifests ... Done (0.004s) |
99 | 2024-10-30T00:33:11.567Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-10-30T00:33:11.840Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-10-30T00:33:11.943Z | Planning: Package planning ... Done (0.102s) |
102 | 2024-10-30T00:33:12.000Z | Planning: Merging actions ... Done (0.056s) |
103 | 2024-10-30T00:33:12.191Z | Planning: Checking for conflicting actions ... Done (0.192s) |
104 | 2024-10-30T00:33:14.120Z | Planning: Consolidating action changes ... Done (1.922s) |
105 | 2024-10-30T00:33:14.550Z | Planning: Evaluating mediators ... Done (0.431s) |
106 | 2024-10-30T00:33:14.631Z | Planning: Planning completed in 10.54 seconds |
107 | 2024-10-30T00:33:14.647Z | Packages to install: 4 |
108 | 2024-10-30T00:33:14.647Z | Packages to update: 1 |
109 | 2024-10-30T00:33:14.664Z | Mediators to change: 2 |
110 | 2024-10-30T00:33:14.664Z | Services to change: 1 |
111 | 2024-10-30T00:33:14.664Z | Estimated space available: 155.71 GB |
112 | 2024-10-30T00:33:14.664Z | Estimated space to be consumed: 1.58 GB |
113 | 2024-10-30T00:33:14.664Z | Create boot environment: No |
114 | 2024-10-30T00:33:14.664Z | Create backup boot environment: Yes |
115 | 2024-10-30T00:33:14.664Z | Rebuild boot archive: No |
116 | 2024-10-30T00:33:14.664Z | |
117 | 2024-10-30T00:33:14.664Z | Changed mediators: |
118 | 2024-10-30T00:33:14.664Z | mediator clang: |
119 | 2024-10-30T00:33:14.664Z | version: None -> 15 (system default) |
120 | 2024-10-30T00:33:14.664Z | |
121 | 2024-10-30T00:33:14.664Z | mediator llvm: |
122 | 2024-10-30T00:33:14.664Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-10-30T00:33:14.665Z | |
124 | 2024-10-30T00:33:14.665Z | Changed packages: |
125 | 2024-10-30T00:33:14.665Z | helios-dev |
126 | 2024-10-30T00:33:14.665Z | developer/build-essential |
127 | 2024-10-30T00:33:14.665Z | None -> 11-2.0 |
128 | 2024-10-30T00:33:14.665Z | library/libxmlsec1 |
129 | 2024-10-30T00:33:14.665Z | None -> 1.2.35-2.0 |
130 | 2024-10-30T00:33:14.665Z | ooce/developer/clang-15 |
131 | 2024-10-30T00:33:14.665Z | None -> 15.0.7-2.0 |
132 | 2024-10-30T00:33:14.665Z | ooce/developer/llvm-15 |
133 | 2024-10-30T00:33:14.665Z | None -> 15.0.7-2.0 |
134 | 2024-10-30T00:33:14.665Z | package/pkg |
135 | 2024-10-30T00:33:14.665Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-10-30T00:33:14.665Z | |
137 | 2024-10-30T00:33:14.665Z | Services: |
138 | 2024-10-30T00:33:14.665Z | restart_fmri: |
139 | 2024-10-30T00:33:14.665Z | svc:/system/update-man-index:default |
140 | 2024-10-30T00:33:14.665Z | |
141 | 2024-10-30T00:33:14.665Z | Editable files to change: |
142 | 2024-10-30T00:33:14.665Z | Update: |
143 | 2024-10-30T00:33:14.665Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-10-30T00:33:14.724Z | |
145 | 2024-10-30T00:33:14.724Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-10-30T00:33:19.723Z | Download: 1144/4281 items 40.9/220.6MB 18% complete (8.1M/s) |
147 | 2024-10-30T00:33:24.726Z | Download: 1699/4281 items 118.1/220.6MB 53% complete (11.9M/s) |
148 | 2024-10-30T00:33:29.759Z | Download: 3245/4281 items 176.1/220.6MB 79% complete (14.1M/s) |
149 | 2024-10-30T00:33:34.341Z | Download: Completed 220.60 MB in 19.62 seconds (11.2M/s) |
150 | 2024-10-30T00:33:36.288Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-10-30T00:33:36.310Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-10-30T00:33:41.053Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-10-30T00:33:41.372Z | Actions: Completed 5063 actions in 5.08 seconds. |
154 | 2024-10-30T00:33:41.750Z | Done (0.370s) |
155 | 2024-10-30T00:33:41.752Z | Done (0.000s) |
156 | 2024-10-30T00:33:42.257Z | Done (0.505s) |
157 | 2024-10-30T00:33:46.692Z | Done (4.225s) |
158 | 2024-10-30T00:33:46.782Z | Done (0.019s) |
159 | 2024-10-30T00:33:46.786Z | Done (0.000s) |
160 | 2024-10-30T00:33:46.957Z | Done (0.000s) |
161 | 2024-10-30T00:33:47.622Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-10-30T00:33:47.784Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-10-30T00:33:47.788Z | Planning: Consolidating action changes ... Done |
164 | 2024-10-30T00:33:48.056Z | Planning: Evaluating mediators ... Done |
165 | 2024-10-30T00:33:48.059Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-10-30T00:33:48.097Z | Mediators to change: 2 |
167 | 2024-10-30T00:33:48.097Z | Create boot environment: No |
168 | 2024-10-30T00:33:48.100Z | Create backup boot environment: No |
169 | 2024-10-30T00:33:48.191Z | Done |
170 | 2024-10-30T00:33:48.191Z | Done |
171 | 2024-10-30T00:33:48.521Z | Done |
172 | 2024-10-30T00:33:52.194Z | Done |
173 | 2024-10-30T00:33:52.283Z | Done |
174 | 2024-10-30T00:33:52.286Z | Done |
175 | 2024-10-30T00:33:52.393Z | Done |
176 | 2024-10-30T00:33:53.018Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-10-30T00:33:53.020Z | Planning: Merging actions ... Done |
178 | 2024-10-30T00:33:53.216Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-10-30T00:33:53.219Z | Planning: Consolidating action changes ... Done |
180 | 2024-10-30T00:33:53.488Z | Planning: Evaluating mediators ... Done |
181 | 2024-10-30T00:33:53.545Z | Planning: Planning completed in 0.77 seconds |
182 | 2024-10-30T00:33:53.587Z | Packages to change: 1 |
183 | 2024-10-30T00:33:53.587Z | Mediators to change: 1 |
184 | 2024-10-30T00:33:53.589Z | Services to change: 1 |
185 | 2024-10-30T00:33:53.589Z | Create boot environment: No |
186 | 2024-10-30T00:33:53.589Z | Create backup boot environment: Yes |
187 | 2024-10-30T00:33:55.606Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-10-30T00:33:55.608Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-10-30T00:33:55.608Z | Done |
190 | 2024-10-30T00:33:55.608Z | Done |
191 | 2024-10-30T00:33:55.711Z | Done |
192 | 2024-10-30T00:33:59.354Z | Done |
193 | 2024-10-30T00:33:59.450Z | Done |
194 | 2024-10-30T00:33:59.452Z | Done |
195 | 2024-10-30T00:33:59.568Z | Done |
196 | 2024-10-30T00:34:00.008Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-10-30T00:34:00.008Z | clang system 15 system |
198 | 2024-10-30T00:34:00.008Z | csh system system illumos |
199 | 2024-10-30T00:34:00.008Z | ctags system system illumos |
200 | 2024-10-30T00:34:00.008Z | gcc vendor 12 vendor |
201 | 2024-10-30T00:34:00.008Z | gcc system 10 system |
202 | 2024-10-30T00:34:00.008Z | gcc system 7 system |
203 | 2024-10-30T00:34:00.008Z | go system 1.20 system |
204 | 2024-10-30T00:34:00.008Z | go system 1.19 system |
205 | 2024-10-30T00:34:00.008Z | llvm system 15 system |
206 | 2024-10-30T00:34:00.008Z | llvm system 14 system |
207 | 2024-10-30T00:34:00.008Z | mariadb system 10.6 system |
208 | 2024-10-30T00:34:00.008Z | mta vendor vendor dma |
209 | 2024-10-30T00:34:00.008Z | openjdk system 17 system |
210 | 2024-10-30T00:34:00.008Z | openjdk system 11 system |
211 | 2024-10-30T00:34:00.008Z | openjdk system 1.8 system |
212 | 2024-10-30T00:34:00.008Z | openssl vendor 3 vendor |
213 | 2024-10-30T00:34:00.008Z | perl system 5.36 system |
214 | 2024-10-30T00:34:00.008Z | postgresql system 15 system |
215 | 2024-10-30T00:34:00.008Z | postgresql system 13 system |
216 | 2024-10-30T00:34:00.009Z | python vendor 3 vendor |
217 | 2024-10-30T00:34:00.009Z | python system 2 system |
218 | 2024-10-30T00:34:00.009Z | python3 system 3.11 system |
219 | 2024-10-30T00:34:00.009Z | ruby system 3.0 system |
220 | 2024-10-30T00:34:00.009Z | words vendor vendor american-english |
221 | 2024-10-30T00:34:00.009Z | words system system australian-english |
222 | 2024-10-30T00:34:00.009Z | words system system british-english |
223 | 2024-10-30T00:34:00.009Z | words system system canadian-english |
224 | 2024-10-30T00:34:00.009Z | words system system french |
225 | 2024-10-30T00:34:00.009Z | words system system italian |
226 | 2024-10-30T00:34:00.009Z | words system system ngerman |
227 | 2024-10-30T00:34:00.009Z | words system system ogerman |
228 | 2024-10-30T00:34:00.009Z | words system system spanish |
229 | 2024-10-30T00:34:00.351Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-10-30T00:34:00.351Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-10-30T00:34:02.755Z | FMRI IFO |
232 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-10-30T00:34:02.755Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-10-30T00:34:03.502Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-10-30T00:34:03.830Z | Updating crates.io index |
249 | 2024-10-30T00:34:03.832Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-10-30T00:34:04.616Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-10-30T00:34:04.892Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-10-30T00:34:05.170Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-10-30T00:34:05.447Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-10-30T00:34:06.234Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-10-30T00:34:08.404Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-10-30T00:34:09.490Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-10-30T00:34:10.175Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-10-30T00:34:10.462Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-10-30T00:34:10.739Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-10-30T00:34:11.276Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-10-30T00:34:11.597Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-10-30T00:34:11.939Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-10-30T00:34:12.225Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-10-30T00:34:12.499Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-10-30T00:34:12.706Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-10-30T00:34:13.126Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-10-30T00:34:13.409Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-10-30T00:34:13.847Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-10-30T00:34:14.241Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-10-30T00:34:14.691Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-10-30T00:34:15.138Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-10-30T00:34:15.505Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-10-30T00:34:15.863Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-10-30T00:34:16.172Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-10-30T00:34:16.449Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-10-30T00:34:17.784Z | Downloading crates ... |
277 | 2024-10-30T00:34:17.880Z | Downloaded anstream v0.6.15 |
278 | 2024-10-30T00:34:17.885Z | Downloaded anstyle v1.0.8 |
279 | 2024-10-30T00:34:17.892Z | Downloaded colorchoice v1.0.2 |
280 | 2024-10-30T00:34:17.895Z | Downloaded block-buffer v0.10.4 |
281 | 2024-10-30T00:34:17.897Z | Downloaded pretty-hex v0.4.1 |
282 | 2024-10-30T00:34:17.900Z | Downloaded dtrace-parser v0.2.0 |
283 | 2024-10-30T00:34:17.904Z | Downloaded usdt-attr-macro v0.5.0 |
284 | 2024-10-30T00:34:17.908Z | Downloaded strsim v0.11.1 |
285 | 2024-10-30T00:34:17.912Z | Downloaded ryu v1.0.18 |
286 | 2024-10-30T00:34:17.912Z | Downloaded itoa v1.0.11 |
287 | 2024-10-30T00:34:17.915Z | Downloaded thiserror-impl v1.0.64 |
288 | 2024-10-30T00:34:17.916Z | Downloaded errno v0.3.9 |
289 | 2024-10-30T00:34:17.916Z | Downloaded crypto-common v0.1.6 |
290 | 2024-10-30T00:34:17.919Z | Downloaded terminal_size v0.4.0 |
291 | 2024-10-30T00:34:17.919Z | Downloaded utf8parse v0.2.2 |
292 | 2024-10-30T00:34:17.919Z | Downloaded fs-err v2.11.0 |
293 | 2024-10-30T00:34:17.922Z | Downloaded macaddr v1.0.1 |
294 | 2024-10-30T00:34:17.922Z | Downloaded cargo-platform v0.1.8 |
295 | 2024-10-30T00:34:17.922Z | Downloaded byteorder v1.5.0 |
296 | 2024-10-30T00:34:17.924Z | Downloaded heck v0.5.0 |
297 | 2024-10-30T00:34:17.927Z | Downloaded unicode-linebreak v0.1.5 |
298 | 2024-10-30T00:34:17.927Z | Downloaded serde_tokenstream v0.2.2 |
299 | 2024-10-30T00:34:17.927Z | Downloaded semver v1.0.23 |
300 | 2024-10-30T00:34:17.929Z | Downloaded once_cell v1.20.2 |
301 | 2024-10-30T00:34:17.932Z | Downloaded cargo_toml v0.20.5 |
302 | 2024-10-30T00:34:17.934Z | Downloaded anyhow v1.0.89 |
303 | 2024-10-30T00:34:17.937Z | Downloaded typenum v1.17.0 |
304 | 2024-10-30T00:34:17.939Z | Downloaded pest_meta v2.7.14 |
305 | 2024-10-30T00:34:17.942Z | Downloaded proc-macro2 v1.0.87 |
306 | 2024-10-30T00:34:17.972Z | Downloaded swrite v0.1.0 |
307 | 2024-10-30T00:34:17.976Z | Downloaded equivalent v1.0.1 |
308 | 2024-10-30T00:34:17.978Z | Downloaded generic-array v0.14.7 |
309 | 2024-10-30T00:34:17.978Z | Downloaded autocfg v1.4.0 |
310 | 2024-10-30T00:34:17.981Z | Downloaded fastrand v2.1.1 |
311 | 2024-10-30T00:34:17.983Z | Downloaded clap_lex v0.7.2 |
312 | 2024-10-30T00:34:17.983Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-10-30T00:34:17.985Z | Downloaded anstyle-parse v0.2.5 |
314 | 2024-10-30T00:34:17.985Z | Downloaded serde_json v1.0.128 |
315 | 2024-10-30T00:34:17.992Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-10-30T00:34:17.994Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-10-30T00:34:17.994Z | Downloaded cfg-if v1.0.0 |
318 | 2024-10-30T00:34:17.999Z | Downloaded is_terminal_polyfill v1.70.1 |
319 | 2024-10-30T00:34:18.003Z | Downloaded digest v0.10.7 |
320 | 2024-10-30T00:34:18.005Z | Downloaded thread-id v4.2.2 |
321 | 2024-10-30T00:34:18.005Z | Downloaded pest_generator v2.7.14 |
322 | 2024-10-30T00:34:18.005Z | Downloaded memmap v0.7.0 |
323 | 2024-10-30T00:34:18.008Z | Downloaded heck v0.4.1 |
324 | 2024-10-30T00:34:18.010Z | Downloaded bytecount v0.6.8 |
325 | 2024-10-30T00:34:18.010Z | Downloaded plain v0.2.3 |
326 | 2024-10-30T00:34:18.013Z | Downloaded serde_spanned v0.6.8 |
327 | 2024-10-30T00:34:18.016Z | Downloaded thiserror v1.0.64 |
328 | 2024-10-30T00:34:18.019Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-10-30T00:34:18.022Z | Downloaded cpufeatures v0.2.14 |
330 | 2024-10-30T00:34:18.022Z | Downloaded clap_derive v4.5.18 |
331 | 2024-10-30T00:34:18.025Z | Downloaded fnv v1.0.7 |
332 | 2024-10-30T00:34:18.027Z | Downloaded usdt v0.5.0 |
333 | 2024-10-30T00:34:18.027Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-10-30T00:34:18.030Z | Downloaded version_check v0.9.5 |
335 | 2024-10-30T00:34:18.030Z | Downloaded tabled_derive v0.7.0 |
336 | 2024-10-30T00:34:18.030Z | Downloaded scroll v0.12.0 |
337 | 2024-10-30T00:34:18.033Z | Downloaded hashbrown v0.15.0 |
338 | 2024-10-30T00:34:18.036Z | Downloaded cargo_metadata v0.18.1 |
339 | 2024-10-30T00:34:18.038Z | Downloaded smawk v0.3.2 |
340 | 2024-10-30T00:34:18.041Z | Downloaded pest_derive v2.7.14 |
341 | 2024-10-30T00:34:18.044Z | Downloaded sha2 v0.10.8 |
342 | 2024-10-30T00:34:18.044Z | Downloaded dof v0.3.0 |
343 | 2024-10-30T00:34:18.046Z | Downloaded quote v1.0.37 |
344 | 2024-10-30T00:34:18.048Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-10-30T00:34:18.051Z | Downloaded usdt-impl v0.5.0 |
346 | 2024-10-30T00:34:18.053Z | Downloaded pest v2.7.14 |
347 | 2024-10-30T00:34:18.055Z | Downloaded camino v1.1.9 |
348 | 2024-10-30T00:34:18.058Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2024-10-30T00:34:18.061Z | Downloaded bitflags v2.6.0 |
350 | 2024-10-30T00:34:18.065Z | Downloaded textwrap v0.16.1 |
351 | 2024-10-30T00:34:18.067Z | Downloaded serde_derive v1.0.210 |
352 | 2024-10-30T00:34:18.070Z | Downloaded unicode-ident v1.0.13 |
353 | 2024-10-30T00:34:18.072Z | Downloaded toml v0.8.19 |
354 | 2024-10-30T00:34:18.075Z | Downloaded ucd-trie v0.1.7 |
355 | 2024-10-30T00:34:18.078Z | Downloaded tempfile v3.13.0 |
356 | 2024-10-30T00:34:18.080Z | Downloaded papergrid v0.11.0 |
357 | 2024-10-30T00:34:18.083Z | Downloaded memchr v2.7.4 |
358 | 2024-10-30T00:34:18.088Z | Downloaded indexmap v2.6.0 |
359 | 2024-10-30T00:34:18.092Z | Downloaded winnow v0.6.20 |
360 | 2024-10-30T00:34:18.100Z | Downloaded serde v1.0.210 |
361 | 2024-10-30T00:34:18.103Z | Downloaded tabled v0.15.0 |
362 | 2024-10-30T00:34:18.118Z | Downloaded toml_edit v0.22.22 |
363 | 2024-10-30T00:34:18.139Z | Downloaded clap_builder v4.5.20 |
364 | 2024-10-30T00:34:18.145Z | Downloaded zerocopy v0.7.35 |
365 | 2024-10-30T00:34:18.160Z | Downloaded goblin v0.8.2 |
366 | 2024-10-30T00:34:18.165Z | Downloaded syn v1.0.109 |
367 | 2024-10-30T00:34:18.176Z | Downloaded clap v4.5.20 |
368 | 2024-10-30T00:34:18.184Z | Downloaded unicode-width v0.1.14 |
369 | 2024-10-30T00:34:18.190Z | Downloaded rustix v0.38.37 |
370 | 2024-10-30T00:34:18.211Z | Downloaded syn v2.0.79 |
371 | 2024-10-30T00:34:18.221Z | Downloaded log v0.4.22 |
372 | 2024-10-30T00:34:18.223Z | Downloaded libc v0.2.161 |
373 | 2024-10-30T00:34:18.249Z | Downloaded camino-tempfile v1.1.1 |
374 | 2024-10-30T00:34:18.530Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-10-30T00:34:18.530Z | Compiling unicode-ident v1.0.13 |
376 | 2024-10-30T00:34:18.533Z | Compiling version_check v0.9.5 |
377 | 2024-10-30T00:34:18.533Z | Compiling serde v1.0.210 |
378 | 2024-10-30T00:34:18.533Z | Compiling thiserror v1.0.64 |
379 | 2024-10-30T00:34:18.533Z | Compiling memchr v2.7.4 |
380 | 2024-10-30T00:34:18.533Z | Compiling libc v0.2.161 |
381 | 2024-10-30T00:34:18.533Z | Compiling itoa v1.0.11 |
382 | 2024-10-30T00:34:18.828Z | Compiling ucd-trie v0.1.7 |
383 | 2024-10-30T00:34:18.904Z | Compiling ryu v1.0.18 |
384 | 2024-10-30T00:34:19.368Z | Compiling once_cell v1.20.2 |
385 | 2024-10-30T00:34:19.414Z | Compiling byteorder v1.5.0 |
386 | 2024-10-30T00:34:19.465Z | Compiling rustix v0.38.37 |
387 | 2024-10-30T00:34:19.821Z | Compiling serde_json v1.0.128 |
388 | 2024-10-30T00:34:19.953Z | Compiling bitflags v2.6.0 |
389 | 2024-10-30T00:34:20.226Z | Compiling usdt-impl v0.5.0 |
390 | 2024-10-30T00:34:20.325Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-10-30T00:34:20.401Z | Compiling quote v1.0.37 |
392 | 2024-10-30T00:34:20.403Z | Compiling syn v1.0.109 |
393 | 2024-10-30T00:34:20.504Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-10-30T00:34:20.700Z | Compiling camino v1.1.9 |
395 | 2024-10-30T00:34:20.727Z | Compiling equivalent v1.0.1 |
396 | 2024-10-30T00:34:20.811Z | Compiling syn v2.0.79 |
397 | 2024-10-30T00:34:20.849Z | Compiling errno v0.3.9 |
398 | 2024-10-30T00:34:21.099Z | Compiling thread-id v4.2.2 |
399 | 2024-10-30T00:34:21.149Z | Compiling plain v0.2.3 |
400 | 2024-10-30T00:34:21.195Z | Compiling utf8parse v0.2.2 |
401 | 2024-10-30T00:34:21.217Z | Compiling hashbrown v0.15.0 |
402 | 2024-10-30T00:34:21.241Z | Compiling log v0.4.22 |
403 | 2024-10-30T00:34:21.372Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-10-30T00:34:21.644Z | Compiling semver v1.0.23 |
405 | 2024-10-30T00:34:21.716Z | Compiling anstyle v1.0.8 |
406 | 2024-10-30T00:34:21.968Z | Compiling unicode-width v0.1.14 |
407 | 2024-10-30T00:34:22.174Z | Compiling colorchoice v1.0.2 |
408 | 2024-10-30T00:34:22.202Z | Compiling winnow v0.6.20 |
409 | 2024-10-30T00:34:22.204Z | Compiling is_terminal_polyfill v1.70.1 |
410 | 2024-10-30T00:34:22.341Z | Compiling indexmap v2.6.0 |
411 | 2024-10-30T00:34:22.362Z | Compiling pretty-hex v0.4.1 |
412 | 2024-10-30T00:34:22.416Z | Compiling autocfg v1.4.0 |
413 | 2024-10-30T00:34:22.516Z | Compiling anstyle-query v1.1.1 |
414 | 2024-10-30T00:34:22.693Z | Compiling anstream v0.6.15 |
415 | 2024-10-30T00:34:22.931Z | Compiling clap_lex v0.7.2 |
416 | 2024-10-30T00:34:23.452Z | Compiling terminal_size v0.4.0 |
417 | 2024-10-30T00:34:23.497Z | Compiling strsim v0.11.1 |
418 | 2024-10-30T00:34:23.599Z | Compiling fs-err v2.11.0 |
419 | 2024-10-30T00:34:23.654Z | Compiling cfg-if v1.0.0 |
420 | 2024-10-30T00:34:23.680Z | Compiling anyhow v1.0.89 |
421 | 2024-10-30T00:34:23.756Z | Compiling fastrand v2.1.1 |
422 | 2024-10-30T00:34:23.914Z | Compiling fnv v1.0.7 |
423 | 2024-10-30T00:34:24.064Z | Compiling heck v0.5.0 |
424 | 2024-10-30T00:34:24.312Z | Compiling bytecount v0.6.8 |
425 | 2024-10-30T00:34:24.421Z | Compiling heck v0.4.1 |
426 | 2024-10-30T00:34:24.493Z | Compiling papergrid v0.11.0 |
427 | 2024-10-30T00:34:24.625Z | Compiling tempfile v3.13.0 |
428 | 2024-10-30T00:34:24.951Z | Compiling clap_builder v4.5.20 |
429 | 2024-10-30T00:34:24.989Z | Compiling memmap v0.7.0 |
430 | 2024-10-30T00:34:25.032Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-10-30T00:34:25.346Z | Compiling smawk v0.3.2 |
432 | 2024-10-30T00:34:25.537Z | Compiling textwrap v0.16.1 |
433 | 2024-10-30T00:34:26.168Z | Compiling swrite v0.1.0 |
434 | 2024-10-30T00:34:27.166Z | Compiling tabled_derive v0.7.0 |
435 | 2024-10-30T00:34:28.740Z | Compiling tabled v0.15.0 |
436 | 2024-10-30T00:34:29.776Z | Compiling serde_derive v1.0.210 |
437 | 2024-10-30T00:34:29.778Z | Compiling thiserror-impl v1.0.64 |
438 | 2024-10-30T00:34:29.778Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-10-30T00:34:29.778Z | Compiling scroll_derive v0.12.0 |
440 | 2024-10-30T00:34:30.214Z | Compiling clap_derive v4.5.18 |
441 | 2024-10-30T00:34:31.274Z | Compiling scroll v0.12.0 |
442 | 2024-10-30T00:34:31.819Z | Compiling goblin v0.8.2 |
443 | 2024-10-30T00:34:31.885Z | Compiling zerocopy v0.7.35 |
444 | 2024-10-30T00:34:32.749Z | Compiling pest v2.7.14 |
445 | 2024-10-30T00:34:33.741Z | Compiling clap v4.5.20 |
446 | 2024-10-30T00:34:35.117Z | Compiling pest_meta v2.7.14 |
447 | 2024-10-30T00:34:35.975Z | Compiling pest_generator v2.7.14 |
448 | 2024-10-30T00:34:37.753Z | Compiling pest_derive v2.7.14 |
449 | 2024-10-30T00:34:38.520Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-10-30T00:34:40.056Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-10-30T00:34:40.400Z | Compiling serde_spanned v0.6.8 |
452 | 2024-10-30T00:34:40.400Z | Compiling toml_datetime v0.6.8 |
453 | 2024-10-30T00:34:40.513Z | Compiling cargo-platform v0.1.8 |
454 | 2024-10-30T00:34:40.701Z | Compiling macaddr v1.0.1 |
455 | 2024-10-30T00:34:40.793Z | Compiling toml_edit v0.22.22 |
456 | 2024-10-30T00:34:41.099Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-10-30T00:34:41.487Z | Compiling dof v0.3.0 |
458 | 2024-10-30T00:34:41.904Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-10-30T00:34:43.137Z | Compiling usdt-macro v0.5.0 |
460 | 2024-10-30T00:34:43.140Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-10-30T00:34:43.701Z | Compiling toml v0.8.19 |
462 | 2024-10-30T00:34:44.450Z | Compiling usdt v0.5.0 |
463 | 2024-10-30T00:34:44.595Z | Compiling cargo_toml v0.20.5 |
464 | 2024-10-30T00:34:48.180Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-10-30T00:34:52.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.93s |
466 | 2024-10-30T00:34:52.458Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-10-30T00:34:53.044Z | Downloading crates ... |
468 | 2024-10-30T00:34:53.162Z | Downloaded async-stream-impl v0.3.6 |
469 | 2024-10-30T00:34:53.174Z | Downloaded aead v0.5.2 |
470 | 2024-10-30T00:34:53.181Z | Downloaded allocator-api2 v0.2.18 |
471 | 2024-10-30T00:34:53.186Z | Downloaded ahash v0.8.11 |
472 | 2024-10-30T00:34:53.189Z | Downloaded crunchy v0.2.2 |
473 | 2024-10-30T00:34:53.194Z | Downloaded hostname v0.4.0 |
474 | 2024-10-30T00:34:53.196Z | Downloaded hostname v0.3.1 |
475 | 2024-10-30T00:34:53.198Z | Downloaded arrayvec v0.7.6 |
476 | 2024-10-30T00:34:53.201Z | Downloaded colored v2.1.0 |
477 | 2024-10-30T00:34:53.204Z | Downloaded block-padding v0.3.3 |
478 | 2024-10-30T00:34:53.207Z | Downloaded cexpr v0.6.0 |
479 | 2024-10-30T00:34:53.210Z | Downloaded base16ct v0.2.0 |
480 | 2024-10-30T00:34:53.212Z | Downloaded atomic-waker v1.1.2 |
481 | 2024-10-30T00:34:53.212Z | Downloaded http-body v1.0.1 |
482 | 2024-10-30T00:34:53.214Z | Downloaded convert_case v0.4.0 |
483 | 2024-10-30T00:34:53.216Z | Downloaded chacha20 v0.9.1 |
484 | 2024-10-30T00:34:53.219Z | Downloaded instant v0.1.13 |
485 | 2024-10-30T00:34:53.219Z | Downloaded new_debug_unreachable v1.0.6 |
486 | 2024-10-30T00:34:53.221Z | Downloaded http-range v0.1.5 |
487 | 2024-10-30T00:34:53.223Z | Downloaded newtype_derive v0.1.6 |
488 | 2024-10-30T00:34:53.223Z | Downloaded match_cfg v0.1.0 |
489 | 2024-10-30T00:34:53.226Z | Downloaded home v0.5.9 |
490 | 2024-10-30T00:34:53.226Z | Downloaded ctr v0.9.2 |
491 | 2024-10-30T00:34:53.229Z | Downloaded debug-ignore v1.0.5 |
492 | 2024-10-30T00:34:53.231Z | Downloaded ipnetwork v0.20.0 |
493 | 2024-10-30T00:34:53.234Z | Downloaded managed v0.8.0 |
494 | 2024-10-30T00:34:53.236Z | Downloaded lru v0.12.5 |
495 | 2024-10-30T00:34:53.238Z | Downloaded nanorand v0.7.0 |
496 | 2024-10-30T00:34:53.241Z | Downloaded array-init v0.0.4 |
497 | 2024-10-30T00:34:53.241Z | Downloaded indent_write v2.2.0 |
498 | 2024-10-30T00:34:53.244Z | Downloaded mime v0.3.17 |
499 | 2024-10-30T00:34:53.247Z | Downloaded console v0.15.8 |
500 | 2024-10-30T00:34:53.249Z | Downloaded cookie_store v0.21.0 |
501 | 2024-10-30T00:34:53.252Z | Downloaded assert_matches v1.5.0 |
502 | 2024-10-30T00:34:53.254Z | Downloaded jobserver v0.1.32 |
503 | 2024-10-30T00:34:53.254Z | Downloaded memmap2 v0.9.5 |
504 | 2024-10-30T00:34:53.257Z | Downloaded arrayref v0.3.9 |
505 | 2024-10-30T00:34:53.259Z | Downloaded nu-ansi-term v0.50.1 |
506 | 2024-10-30T00:34:53.262Z | Downloaded http v0.2.12 |
507 | 2024-10-30T00:34:53.267Z | Downloaded mockall_derive v0.13.0 |
508 | 2024-10-30T00:34:53.270Z | Downloaded miniz_oxide v0.8.0 |
509 | 2024-10-30T00:34:53.273Z | Downloaded cfg_aliases v0.1.1 |
510 | 2024-10-30T00:34:53.276Z | Downloaded atty v0.2.14 |
511 | 2024-10-30T00:34:53.276Z | Downloaded maybe-uninit v2.0.0 |
512 | 2024-10-30T00:34:53.279Z | Downloaded adler2 v2.0.0 |
513 | 2024-10-30T00:34:53.284Z | Downloaded darling v0.20.10 |
514 | 2024-10-30T00:34:53.286Z | Downloaded crossbeam-utils v0.8.20 |
515 | 2024-10-30T00:34:53.289Z | Downloaded async-stream v0.3.6 |
516 | 2024-10-30T00:34:53.292Z | Downloaded argon2 v0.5.3 |
517 | 2024-10-30T00:34:53.294Z | Downloaded crc-any v2.5.0 |
518 | 2024-10-30T00:34:53.297Z | Downloaded cstr-argument v0.1.2 |
519 | 2024-10-30T00:34:53.299Z | Downloaded darling_macro v0.20.10 |
520 | 2024-10-30T00:34:53.301Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2024-10-30T00:34:53.301Z | Downloaded cfg_aliases v0.2.1 |
522 | 2024-10-30T00:34:53.301Z | Downloaded base64 v0.22.1 |
523 | 2024-10-30T00:34:53.306Z | Downloaded async-recursion v1.1.1 |
524 | 2024-10-30T00:34:53.310Z | Downloaded take_mut v0.2.2 |
525 | 2024-10-30T00:34:53.312Z | Downloaded slab v0.4.9 |
526 | 2024-10-30T00:34:53.314Z | Downloaded http-body-util v0.1.2 |
527 | 2024-10-30T00:34:53.317Z | Downloaded hyper-util v0.1.9 |
528 | 2024-10-30T00:34:53.321Z | Downloaded http v1.1.0 |
529 | 2024-10-30T00:34:53.326Z | Downloaded bit-vec v0.6.3 |
530 | 2024-10-30T00:34:53.329Z | Downloaded serde_path_to_error v0.1.16 |
531 | 2024-10-30T00:34:53.332Z | Downloaded bitflags v1.3.2 |
532 | 2024-10-30T00:34:53.335Z | Downloaded nodrop v0.1.14 |
533 | 2024-10-30T00:34:53.338Z | Downloaded normalize-line-endings v0.3.0 |
534 | 2024-10-30T00:34:53.338Z | Downloaded newline-converter v0.3.0 |
535 | 2024-10-30T00:34:53.338Z | Downloaded cobs v0.2.3 |
536 | 2024-10-30T00:34:53.341Z | Downloaded bb8 v0.8.5 |
537 | 2024-10-30T00:34:53.341Z | Downloaded md5 v0.7.0 |
538 | 2024-10-30T00:34:53.343Z | Downloaded matches v0.1.10 |
539 | 2024-10-30T00:34:53.343Z | Downloaded lazy_static v1.5.0 |
540 | 2024-10-30T00:34:53.345Z | Downloaded tokio-native-tls v0.3.1 |
541 | 2024-10-30T00:34:53.348Z | Downloaded arc-swap v1.7.1 |
542 | 2024-10-30T00:34:53.353Z | Downloaded sync_wrapper v1.0.1 |
543 | 2024-10-30T00:34:53.355Z | Downloaded instability v0.3.2 |
544 | 2024-10-30T00:34:53.357Z | Downloaded httparse v1.9.5 |
545 | 2024-10-30T00:34:53.359Z | Downloaded derive_builder_macro v0.20.2 |
546 | 2024-10-30T00:34:53.362Z | Downloaded diesel_table_macro_syntax v0.2.0 |
547 | 2024-10-30T00:34:53.364Z | Downloaded want v0.3.1 |
548 | 2024-10-30T00:34:53.364Z | Downloaded toolchain_find v0.4.0 |
549 | 2024-10-30T00:34:53.366Z | Downloaded httpdate v1.0.3 |
550 | 2024-10-30T00:34:53.366Z | Downloaded form_urlencoded v1.2.1 |
551 | 2024-10-30T00:34:53.369Z | Downloaded endian-type v0.1.2 |
552 | 2024-10-30T00:34:53.369Z | Downloaded slog-dtrace v0.3.0 |
553 | 2024-10-30T00:34:53.371Z | Downloaded slog-scope v4.4.0 |
554 | 2024-10-30T00:34:53.374Z | Downloaded impl-trait-for-tuples v0.2.2 |
555 | 2024-10-30T00:34:53.377Z | Downloaded memoffset v0.9.1 |
556 | 2024-10-30T00:34:53.380Z | Downloaded lazycell v1.3.0 |
557 | 2024-10-30T00:34:53.380Z | Downloaded maplit v1.0.2 |
558 | 2024-10-30T00:34:53.380Z | Downloaded humantime v2.1.0 |
559 | 2024-10-30T00:34:53.383Z | Downloaded is-terminal v0.4.13 |
560 | 2024-10-30T00:34:53.385Z | Downloaded linked-hash-map v0.5.6 |
561 | 2024-10-30T00:34:53.388Z | Downloaded cancel-safe-futures v0.1.5 |
562 | 2024-10-30T00:34:53.390Z | Downloaded lru-cache v0.1.2 |
563 | 2024-10-30T00:34:53.393Z | Downloaded mockall v0.13.0 |
564 | 2024-10-30T00:34:53.393Z | Downloaded md-5 v0.10.6 |
565 | 2024-10-30T00:34:53.396Z | Downloaded bcs v0.1.6 |
566 | 2024-10-30T00:34:53.399Z | Downloaded rayon-core v1.12.1 |
567 | 2024-10-30T00:34:53.401Z | Downloaded rustls-pemfile v1.0.4 |
568 | 2024-10-30T00:34:53.404Z | Downloaded tokio-macros v2.4.0 |
569 | 2024-10-30T00:34:53.407Z | Downloaded slog-json v2.6.1 |
570 | 2024-10-30T00:34:53.409Z | Downloaded slog-envlogger v2.2.0 |
571 | 2024-10-30T00:34:53.411Z | Downloaded num-derive v0.4.2 |
572 | 2024-10-30T00:34:53.414Z | Downloaded openssl-probe v0.1.5 |
573 | 2024-10-30T00:34:53.418Z | Downloaded tap v1.0.1 |
574 | 2024-10-30T00:34:53.418Z | Downloaded tabwriter v1.4.0 |
575 | 2024-10-30T00:34:53.420Z | Downloaded crc32fast v1.4.2 |
576 | 2024-10-30T00:34:53.421Z | Downloaded diesel-dtrace v0.3.0 |
577 | 2024-10-30T00:34:53.423Z | Downloaded defmt-macros v0.3.9 |
578 | 2024-10-30T00:34:53.425Z | Downloaded stringprep v0.1.5 |
579 | 2024-10-30T00:34:53.427Z | Downloaded futures-io v0.3.31 |
580 | 2024-10-30T00:34:53.429Z | Downloaded unarray v0.1.4 |
581 | 2024-10-30T00:34:53.432Z | Downloaded slog-stdlog v4.1.1 |
582 | 2024-10-30T00:34:53.435Z | Downloaded unicase v2.7.0 |
583 | 2024-10-30T00:34:53.435Z | Downloaded ipnet v2.10.1 |
584 | 2024-10-30T00:34:53.438Z | Downloaded futures-executor v0.3.31 |
585 | 2024-10-30T00:34:53.440Z | Downloaded tokio-tungstenite v0.24.0 |
586 | 2024-10-30T00:34:53.443Z | Downloaded num v0.4.3 |
587 | 2024-10-30T00:34:53.443Z | Downloaded mime_guess v2.0.5 |
588 | 2024-10-30T00:34:53.445Z | Downloaded lock_api v0.4.12 |
589 | 2024-10-30T00:34:53.448Z | Downloaded num-complex v0.4.6 |
590 | 2024-10-30T00:34:53.448Z | Downloaded multer v3.1.0 |
591 | 2024-10-30T00:34:53.451Z | Downloaded clang-sys v1.8.1 |
592 | 2024-10-30T00:34:53.453Z | Downloaded native-tls v0.2.12 |
593 | 2024-10-30T00:34:53.456Z | Downloaded hash32 v0.3.1 |
594 | 2024-10-30T00:34:53.459Z | Downloaded cookie v0.18.1 |
595 | 2024-10-30T00:34:53.461Z | Downloaded const-oid v0.9.6 |
596 | 2024-10-30T00:34:53.464Z | Downloaded blake2 v0.10.6 |
597 | 2024-10-30T00:34:53.466Z | Downloaded libloading v0.8.5 |
598 | 2024-10-30T00:34:53.468Z | Downloaded sigpipe v0.1.3 |
599 | 2024-10-30T00:34:53.470Z | Downloaded serde-big-array v0.5.1 |
600 | 2024-10-30T00:34:53.472Z | Downloaded parse-display-derive v0.10.0 |
601 | 2024-10-30T00:34:53.472Z | Downloaded num-iter v0.1.45 |
602 | 2024-10-30T00:34:53.475Z | Downloaded num-integer v0.1.46 |
603 | 2024-10-30T00:34:53.475Z | Downloaded difflib v0.4.0 |
604 | 2024-10-30T00:34:53.478Z | Downloaded percent-encoding v2.3.1 |
605 | 2024-10-30T00:34:53.478Z | Downloaded parse-display v0.10.0 |
606 | 2024-10-30T00:34:53.480Z | Downloaded ppv-lite86 v0.2.20 |
607 | 2024-10-30T00:34:53.481Z | Downloaded powerfmt v0.2.0 |
608 | 2024-10-30T00:34:53.483Z | Downloaded futures-core v0.3.31 |
609 | 2024-10-30T00:34:53.483Z | Downloaded defmt v0.3.8 |
610 | 2024-10-30T00:34:53.487Z | Downloaded hex-literal v0.4.1 |
611 | 2024-10-30T00:34:53.489Z | Downloaded pem v3.0.4 |
612 | 2024-10-30T00:34:53.491Z | Downloaded polyval v0.6.2 |
613 | 2024-10-30T00:34:53.491Z | Downloaded radium v0.7.0 |
614 | 2024-10-30T00:34:53.493Z | Downloaded crossbeam-epoch v0.9.18 |
615 | 2024-10-30T00:34:53.496Z | Downloaded unicode-properties v0.1.3 |
616 | 2024-10-30T00:34:53.498Z | Downloaded hex v0.4.3 |
617 | 2024-10-30T00:34:53.500Z | Downloaded xz2 v0.1.7 |
618 | 2024-10-30T00:34:53.503Z | Downloaded float-ord v0.3.2 |
619 | 2024-10-30T00:34:53.503Z | Downloaded futures-sink v0.3.31 |
620 | 2024-10-30T00:34:53.505Z | Downloaded serde_urlencoded v0.7.1 |
621 | 2024-10-30T00:34:53.507Z | Downloaded hyper-tls v0.6.0 |
622 | 2024-10-30T00:34:53.507Z | Downloaded csv-core v0.1.11 |
623 | 2024-10-30T00:34:53.510Z | Downloaded compact_str v0.8.0 |
624 | 2024-10-30T00:34:53.513Z | Downloaded rustfmt-wrapper v0.2.1 |
625 | 2024-10-30T00:34:53.515Z | Downloaded oso-derive v0.27.3 |
626 | 2024-10-30T00:34:53.517Z | Downloaded scheduled-thread-pool v0.2.7 |
627 | 2024-10-30T00:34:53.517Z | Downloaded serde-hex v0.1.0 |
628 | 2024-10-30T00:34:53.528Z | Downloaded hash32 v0.2.1 |
629 | 2024-10-30T00:34:53.530Z | Downloaded openssl-macros v0.1.1 |
630 | 2024-10-30T00:34:53.533Z | Downloaded thiserror-impl-no-std v2.0.2 |
631 | 2024-10-30T00:34:53.533Z | Downloaded tinyvec v1.8.0 |
632 | 2024-10-30T00:34:53.536Z | Downloaded pretty-hex v0.2.1 |
633 | 2024-10-30T00:34:53.539Z | Downloaded sqlparser_derive v0.2.2 |
634 | 2024-10-30T00:34:53.539Z | Downloaded vte v0.11.1 |
635 | 2024-10-30T00:34:53.541Z | Downloaded try-lock v0.2.5 |
636 | 2024-10-30T00:34:53.543Z | Downloaded hyper-rustls v0.27.3 |
637 | 2024-10-30T00:34:53.545Z | Downloaded rand_chacha v0.3.1 |
638 | 2024-10-30T00:34:53.548Z | Downloaded slog-term v2.9.1 |
639 | 2024-10-30T00:34:53.550Z | Downloaded waitgroup v0.1.2 |
640 | 2024-10-30T00:34:53.550Z | Downloaded dirs-next v2.0.0 |
641 | 2024-10-30T00:34:53.552Z | Downloaded wyz v0.5.1 |
642 | 2024-10-30T00:34:53.552Z | Downloaded pem-rfc7468 v0.7.0 |
643 | 2024-10-30T00:34:53.555Z | Downloaded postgres-types v0.2.8 |
644 | 2024-10-30T00:34:53.557Z | Downloaded either v1.13.0 |
645 | 2024-10-30T00:34:53.559Z | Downloaded whoami v1.5.2 |
646 | 2024-10-30T00:34:53.561Z | Downloaded which v4.4.2 |
647 | 2024-10-30T00:34:53.564Z | Downloaded postgres-protocol v0.6.7 |
648 | 2024-10-30T00:34:53.566Z | Downloaded parking_lot_core v0.9.10 |
649 | 2024-10-30T00:34:53.573Z | Downloaded diff v0.1.13 |
650 | 2024-10-30T00:34:53.573Z | Downloaded cc v1.1.30 |
651 | 2024-10-30T00:34:53.579Z | Downloaded foreign-types-macros v0.2.3 |
652 | 2024-10-30T00:34:53.579Z | Downloaded bytes v1.7.2 |
653 | 2024-10-30T00:34:53.592Z | Downloaded base64 v0.21.7 |
654 | 2024-10-30T00:34:53.592Z | Downloaded heck v0.3.3 |
655 | 2024-10-30T00:34:53.595Z | Downloaded futures-task v0.3.31 |
656 | 2024-10-30T00:34:53.595Z | Downloaded futures-macro v0.3.31 |
657 | 2024-10-30T00:34:53.595Z | Downloaded itertools v0.10.5 |
658 | 2024-10-30T00:34:53.595Z | Downloaded proc-macro-crate v1.3.1 |
659 | 2024-10-30T00:34:53.597Z | Downloaded num_threads v0.1.7 |
660 | 2024-10-30T00:34:53.606Z | Downloaded phf_codegen v0.11.2 |
661 | 2024-10-30T00:34:53.606Z | Downloaded const_format v0.2.33 |
662 | 2024-10-30T00:34:53.606Z | Downloaded rustc-hash v2.0.0 |
663 | 2024-10-30T00:34:53.613Z | Downloaded termtree v0.4.1 |
664 | 2024-10-30T00:34:53.613Z | Downloaded ssh-cipher v0.2.0 |
665 | 2024-10-30T00:34:53.613Z | Downloaded tokio-tungstenite v0.23.1 |
666 | 2024-10-30T00:34:53.613Z | Downloaded untrusted v0.7.1 |
667 | 2024-10-30T00:34:53.621Z | Downloaded yasna v0.5.2 |
668 | 2024-10-30T00:34:53.621Z | Downloaded rpassword v7.3.1 |
669 | 2024-10-30T00:34:53.621Z | Downloaded oso v0.27.3 |
670 | 2024-10-30T00:34:53.627Z | Downloaded darling_core v0.20.10 |
671 | 2024-10-30T00:34:53.629Z | Downloaded pkcs5 v0.7.1 |
672 | 2024-10-30T00:34:53.633Z | Downloaded unicode-bidi v0.3.17 |
673 | 2024-10-30T00:34:53.637Z | Downloaded crypto-bigint v0.5.5 |
674 | 2024-10-30T00:34:53.645Z | Downloaded toml v0.7.8 |
675 | 2024-10-30T00:34:53.650Z | Downloaded fixedbitset v0.4.2 |
676 | 2024-10-30T00:34:53.652Z | Downloaded aes v0.8.4 |
677 | 2024-10-30T00:34:53.656Z | Downloaded dyn-clone v1.0.17 |
678 | 2024-10-30T00:34:53.658Z | Downloaded slog v2.7.0 |
679 | 2024-10-30T00:34:53.662Z | Downloaded flagset v0.4.6 |
680 | 2024-10-30T00:34:53.664Z | Downloaded deranged v0.3.11 |
681 | 2024-10-30T00:34:53.667Z | Downloaded ed25519 v2.2.3 |
682 | 2024-10-30T00:34:53.670Z | Downloaded test-strategy v0.3.1 |
683 | 2024-10-30T00:34:53.672Z | Downloaded libm v0.2.8 |
684 | 2024-10-30T00:34:53.682Z | Downloaded path-slash v0.1.5 |
685 | 2024-10-30T00:34:53.685Z | Downloaded progenitor v0.8.0 |
686 | 2024-10-30T00:34:53.687Z | Downloaded packed_struct v0.10.1 |
687 | 2024-10-30T00:34:53.692Z | Downloaded sqlformat v0.2.6 |
688 | 2024-10-30T00:34:53.692Z | Downloaded sha1 v0.10.6 |
689 | 2024-10-30T00:34:53.695Z | Downloaded salsa20 v0.10.2 |
690 | 2024-10-30T00:34:53.695Z | Downloaded futures-channel v0.3.31 |
691 | 2024-10-30T00:34:53.698Z | Downloaded elliptic-curve v0.13.8 |
692 | 2024-10-30T00:34:53.702Z | Downloaded sync_wrapper v0.1.2 |
693 | 2024-10-30T00:34:53.704Z | Downloaded topological-sort v0.2.2 |
694 | 2024-10-30T00:34:53.705Z | Downloaded tls_codec_derive v0.4.1 |
695 | 2024-10-30T00:34:53.708Z | Downloaded tower-service v0.3.3 |
696 | 2024-10-30T00:34:53.710Z | Downloaded tls_codec v0.4.1 |
697 | 2024-10-30T00:34:53.712Z | Downloaded smallvec v0.6.14 |
698 | 2024-10-30T00:34:53.714Z | Downloaded fatfs v0.3.6 |
699 | 2024-10-30T00:34:53.717Z | Downloaded der_derive v0.7.3 |
700 | 2024-10-30T00:34:53.719Z | Downloaded snafu-derive v0.8.5 |
701 | 2024-10-30T00:34:53.721Z | Downloaded smf v0.2.3 |
702 | 2024-10-30T00:34:53.723Z | Downloaded signal-hook-mio v0.2.4 |
703 | 2024-10-30T00:34:53.723Z | Downloaded num-conv v0.1.0 |
704 | 2024-10-30T00:34:53.726Z | Downloaded ecdsa v0.16.9 |
705 | 2024-10-30T00:34:53.728Z | Downloaded universal-hash v0.5.1 |
706 | 2024-10-30T00:34:53.728Z | Downloaded poly1305 v0.8.0 |
707 | 2024-10-30T00:34:53.731Z | Downloaded tar v0.4.42 |
708 | 2024-10-30T00:34:53.735Z | Downloaded progenitor-client v0.8.0 |
709 | 2024-10-30T00:34:53.737Z | Downloaded env_filter v0.1.2 |
710 | 2024-10-30T00:34:53.739Z | Downloaded enum-as-inner v0.6.1 |
711 | 2024-10-30T00:34:53.741Z | Downloaded fragile v2.0.0 |
712 | 2024-10-30T00:34:53.744Z | Downloaded foreign-types-shared v0.3.1 |
713 | 2024-10-30T00:34:53.744Z | Downloaded walkdir v2.5.0 |
714 | 2024-10-30T00:34:53.746Z | Downloaded ron v0.7.1 |
715 | 2024-10-30T00:34:53.752Z | Downloaded password-hash v0.5.0 |
716 | 2024-10-30T00:34:53.755Z | Downloaded predicates-core v1.0.8 |
717 | 2024-10-30T00:34:53.757Z | Downloaded strum v0.26.3 |
718 | 2024-10-30T00:34:53.760Z | Downloaded mio v1.0.2 |
719 | 2024-10-30T00:34:53.765Z | Downloaded pbkdf2 v0.12.2 |
720 | 2024-10-30T00:34:53.767Z | Downloaded pbkdf2 v0.11.0 |
721 | 2024-10-30T00:34:53.769Z | Downloaded paste v1.0.15 |
722 | 2024-10-30T00:34:53.773Z | Downloaded derive-where v1.2.7 |
723 | 2024-10-30T00:34:53.777Z | Downloaded shlex v1.3.0 |
724 | 2024-10-30T00:34:53.780Z | Downloaded wait-timeout v0.2.0 |
725 | 2024-10-30T00:34:53.782Z | Downloaded smallvec v1.13.2 |
726 | 2024-10-30T00:34:53.784Z | Downloaded futures v0.3.31 |
727 | 2024-10-30T00:34:53.790Z | Downloaded untrusted v0.9.0 |
728 | 2024-10-30T00:34:53.792Z | Downloaded phf_shared v0.10.0 |
729 | 2024-10-30T00:34:53.795Z | Downloaded num_enum v0.5.11 |
730 | 2024-10-30T00:34:53.799Z | Downloaded predicates-tree v1.0.11 |
731 | 2024-10-30T00:34:53.802Z | Downloaded rustversion v1.0.17 |
732 | 2024-10-30T00:34:53.804Z | Downloaded rand_xorshift v0.3.0 |
733 | 2024-10-30T00:34:53.806Z | Downloaded tracing-core v0.1.32 |
734 | 2024-10-30T00:34:53.809Z | Downloaded globset v0.4.15 |
735 | 2024-10-30T00:34:53.811Z | Downloaded zone_cfg_derive v0.1.2 |
736 | 2024-10-30T00:34:53.814Z | Downloaded tinyvec_macros v0.1.1 |
737 | 2024-10-30T00:34:53.814Z | Downloaded env_logger v0.10.2 |
738 | 2024-10-30T00:34:53.817Z | Downloaded des v0.8.1 |
739 | 2024-10-30T00:34:53.819Z | Downloaded schemars_derive v0.8.21 |
740 | 2024-10-30T00:34:53.823Z | Downloaded ed25519-dalek v2.1.1 |
741 | 2024-10-30T00:34:53.825Z | Downloaded ref-cast-impl v1.0.23 |
742 | 2024-10-30T00:34:53.827Z | Downloaded flate2 v1.0.34 |
743 | 2024-10-30T00:34:53.833Z | Downloaded x509-cert v0.2.5 |
744 | 2024-10-30T00:34:53.840Z | Downloaded zone_cfg_derive v0.3.0 |
745 | 2024-10-30T00:34:53.843Z | Downloaded strum_macros v0.24.3 |
746 | 2024-10-30T00:34:53.845Z | Downloaded term v0.7.0 |
747 | 2024-10-30T00:34:53.848Z | Downloaded foreign-types v0.3.2 |
748 | 2024-10-30T00:34:53.850Z | Downloaded zeroize v1.8.1 |
749 | 2024-10-30T00:34:53.852Z | Downloaded structmeta-derive v0.3.0 |
750 | 2024-10-30T00:34:53.852Z | Downloaded structmeta v0.3.0 |
751 | 2024-10-30T00:34:53.855Z | Downloaded enum-as-inner v0.5.1 |
752 | 2024-10-30T00:34:53.857Z | Downloaded filetime v0.2.25 |
753 | 2024-10-30T00:34:53.860Z | Downloaded ff v0.13.0 |
754 | 2024-10-30T00:34:53.860Z | Downloaded getrandom v0.2.15 |
755 | 2024-10-30T00:34:53.863Z | Downloaded value-bag v1.9.0 |
756 | 2024-10-30T00:34:53.867Z | Downloaded parse-size v1.0.0 |
757 | 2024-10-30T00:34:53.870Z | Downloaded foreign-types v0.5.0 |
758 | 2024-10-30T00:34:53.870Z | Downloaded glob v0.3.1 |
759 | 2024-10-30T00:34:53.872Z | Downloaded crossterm v0.28.1 |
760 | 2024-10-30T00:34:53.879Z | Downloaded spin v0.5.2 |
761 | 2024-10-30T00:34:53.882Z | Downloaded funty v2.0.0 |
762 | 2024-10-30T00:34:53.882Z | Downloaded zone v0.3.0 |
763 | 2024-10-30T00:34:53.885Z | Downloaded strum_macros v0.25.3 |
764 | 2024-10-30T00:34:53.887Z | Downloaded dhcproto-macros v0.1.0 |
765 | 2024-10-30T00:34:53.887Z | Downloaded spin v0.9.8 |
766 | 2024-10-30T00:34:53.889Z | Downloaded same-file v1.0.6 |
767 | 2024-10-30T00:34:53.892Z | Downloaded half v2.4.1 |
768 | 2024-10-30T00:34:53.894Z | Downloaded unicode-normalization v0.1.24 |
769 | 2024-10-30T00:34:53.898Z | Downloaded highway v1.2.0 |
770 | 2024-10-30T00:34:53.901Z | Downloaded downcast v0.11.0 |
771 | 2024-10-30T00:34:53.904Z | Downloaded libxml v0.3.3 |
772 | 2024-10-30T00:34:53.909Z | Downloaded vte_generate_state_changes v0.1.2 |
773 | 2024-10-30T00:34:53.912Z | Downloaded foreign-types-shared v0.1.1 |
774 | 2024-10-30T00:34:53.912Z | Downloaded aho-corasick v1.1.3 |
775 | 2024-10-30T00:34:53.919Z | Downloaded rusty-fork v0.3.0 |
776 | 2024-10-30T00:34:53.923Z | Downloaded tiny-keccak v2.0.2 |
777 | 2024-10-30T00:34:53.923Z | Downloaded russh-cryptovec v0.7.3 |
778 | 2024-10-30T00:34:53.925Z | Downloaded psl-types v2.0.11 |
779 | 2024-10-30T00:34:53.925Z | Downloaded hyper v1.4.1 |
780 | 2024-10-30T00:34:53.932Z | Downloaded precomputed-hash v0.1.1 |
781 | 2024-10-30T00:34:53.935Z | Downloaded foldhash v0.1.3 |
782 | 2024-10-30T00:34:53.935Z | Downloaded hmac v0.12.1 |
783 | 2024-10-30T00:34:53.937Z | Downloaded zone v0.1.8 |
784 | 2024-10-30T00:34:53.940Z | Downloaded peg-macros v0.8.4 |
785 | 2024-10-30T00:34:53.940Z | Downloaded zip v0.6.6 |
786 | 2024-10-30T00:34:53.945Z | Downloaded snafu v0.8.5 |
787 | 2024-10-30T00:34:53.952Z | Downloaded pin-project-lite v0.2.14 |
788 | 2024-10-30T00:34:53.958Z | Downloaded peg-runtime v0.8.3 |
789 | 2024-10-30T00:34:53.960Z | Downloaded dirs-sys-next v0.1.2 |
790 | 2024-10-30T00:34:53.960Z | Downloaded samael v0.0.17 |
791 | 2024-10-30T00:34:53.966Z | Downloaded hashbrown v0.12.3 |
792 | 2024-10-30T00:34:53.971Z | Downloaded time-core v0.1.2 |
793 | 2024-10-30T00:34:53.973Z | Downloaded embedded-io v0.6.1 |
794 | 2024-10-30T00:34:53.975Z | Downloaded display-error-chain v0.2.1 |
795 | 2024-10-30T00:34:53.975Z | Downloaded embedded-io v0.4.0 |
796 | 2024-10-30T00:34:53.978Z | Downloaded r2d2 v0.8.10 |
797 | 2024-10-30T00:34:53.980Z | Downloaded socket2 v0.5.7 |
798 | 2024-10-30T00:34:53.983Z | Downloaded progenitor-impl v0.8.0 |
799 | 2024-10-30T00:34:53.986Z | Downloaded rustls-pki-types v1.9.0 |
800 | 2024-10-30T00:34:53.988Z | Downloaded progenitor-macro v0.8.0 |
801 | 2024-10-30T00:34:53.990Z | Downloaded unicode_categories v0.1.1 |
802 | 2024-10-30T00:34:53.992Z | Downloaded tungstenite v0.24.0 |
803 | 2024-10-30T00:34:53.998Z | Downloaded number_prefix v0.4.0 |
804 | 2024-10-30T00:34:53.998Z | Downloaded static_assertions v1.1.0 |
805 | 2024-10-30T00:34:54.001Z | Downloaded password-hash v0.4.2 |
806 | 2024-10-30T00:34:54.001Z | Downloaded serde_with_macros v3.11.0 |
807 | 2024-10-30T00:34:54.004Z | Downloaded vsss-rs v3.3.4 |
808 | 2024-10-30T00:34:54.006Z | Downloaded headers v0.4.0 |
809 | 2024-10-30T00:34:54.012Z | Downloaded subprocess v0.2.9 |
810 | 2024-10-30T00:34:54.015Z | Downloaded stable_deref_trait v1.2.0 |
811 | 2024-10-30T00:34:54.017Z | Downloaded dhcproto v0.12.0 |
812 | 2024-10-30T00:34:54.020Z | Downloaded tracing-attributes v0.1.27 |
813 | 2024-10-30T00:34:54.023Z | Downloaded itertools v0.12.1 |
814 | 2024-10-30T00:34:54.031Z | Downloaded supports-color v3.0.1 |
815 | 2024-10-30T00:34:54.033Z | Downloaded time-macros v0.2.18 |
816 | 2024-10-30T00:34:54.035Z | Downloaded quinn v0.11.5 |
817 | 2024-10-30T00:34:54.039Z | Downloaded fallible-iterator v0.3.0 |
818 | 2024-10-30T00:34:54.041Z | Downloaded qorb v0.1.2 |
819 | 2024-10-30T00:34:54.045Z | Downloaded publicsuffix v2.2.3 |
820 | 2024-10-30T00:34:54.048Z | Downloaded fallible-iterator v0.2.0 |
821 | 2024-10-30T00:34:54.050Z | Downloaded url v2.5.2 |
822 | 2024-10-30T00:34:54.054Z | Downloaded blake3 v1.5.4 |
823 | 2024-10-30T00:34:54.063Z | Downloaded parking_lot v0.11.2 |
824 | 2024-10-30T00:34:54.065Z | Downloaded env_logger v0.11.5 |
825 | 2024-10-30T00:34:54.068Z | Downloaded typify v0.2.0 |
826 | 2024-10-30T00:34:54.072Z | Downloaded twox-hash v1.6.3 |
827 | 2024-10-30T00:34:54.074Z | Downloaded quinn-udp v0.5.5 |
828 | 2024-10-30T00:34:54.077Z | Downloaded omicron-zone-package v0.11.1 |
829 | 2024-10-30T00:34:54.080Z | Downloaded derive_more v0.99.18 |
830 | 2024-10-30T00:34:54.086Z | Downloaded salty v0.3.0 |
831 | 2024-10-30T00:34:54.094Z | Downloaded pkg-config v0.3.31 |
832 | 2024-10-30T00:34:54.096Z | Downloaded termcolor v1.4.1 |
833 | 2024-10-30T00:34:54.098Z | Downloaded parking_lot v0.12.3 |
834 | 2024-10-30T00:34:54.101Z | Downloaded rustc-demangle v0.1.24 |
835 | 2024-10-30T00:34:54.104Z | Downloaded pkcs8 v0.10.2 |
836 | 2024-10-30T00:34:54.106Z | Downloaded dropshot_endpoint v0.12.0 |
837 | 2024-10-30T00:34:54.109Z | Downloaded hashbrown v0.13.2 |
838 | 2024-10-30T00:34:54.114Z | Downloaded der v0.7.9 |
839 | 2024-10-30T00:34:54.120Z | Downloaded russh-keys v0.45.0 |
840 | 2024-10-30T00:34:54.122Z | Downloaded schemars v0.8.21 |
841 | 2024-10-30T00:34:54.136Z | Downloaded tough v0.17.1 |
842 | 2024-10-30T00:34:54.145Z | Downloaded serde_yaml v0.9.34+deprecated |
843 | 2024-10-30T00:34:54.149Z | Downloaded tungstenite v0.21.0 |
844 | 2024-10-30T00:34:54.152Z | Downloaded parse-zoneinfo v0.3.1 |
845 | 2024-10-30T00:34:54.155Z | Downloaded winnow v0.5.40 |
846 | 2024-10-30T00:34:54.166Z | Downloaded p256 v0.13.2 |
847 | 2024-10-30T00:34:54.169Z | Downloaded typed-path v0.7.1 |
848 | 2024-10-30T00:34:54.175Z | Downloaded serde_with v3.11.0 |
849 | 2024-10-30T00:34:54.186Z | Downloaded tungstenite v0.23.0 |
850 | 2024-10-30T00:34:54.190Z | Downloaded expectorate v1.1.0 |
851 | 2024-10-30T00:34:54.193Z | Downloaded flume v0.11.0 |
852 | 2024-10-30T00:34:54.197Z | Downloaded p521 v0.13.3 |
853 | 2024-10-30T00:34:54.202Z | Downloaded rand v0.8.5 |
854 | 2024-10-30T00:34:54.206Z | Downloaded futures-util v0.3.31 |
855 | 2024-10-30T00:34:54.220Z | Downloaded bitvec v1.0.1 |
856 | 2024-10-30T00:34:54.237Z | Downloaded ssh-key v0.6.6 |
857 | 2024-10-30T00:34:54.244Z | Downloaded time v0.3.36 |
858 | 2024-10-30T00:34:54.252Z | Downloaded unicode-segmentation v1.12.0 |
859 | 2024-10-30T00:34:54.256Z | Downloaded chrono v0.4.38 |
860 | 2024-10-30T00:34:54.264Z | Downloaded rusqlite v0.32.1 |
861 | 2024-10-30T00:34:54.271Z | Downloaded idna v0.3.0 |
862 | 2024-10-30T00:34:54.278Z | Downloaded sqlparser v0.45.0 |
863 | 2024-10-30T00:34:54.285Z | Downloaded rustyline v14.0.0 |
864 | 2024-10-30T00:34:54.291Z | Downloaded reqwest v0.11.27 |
865 | 2024-10-30T00:34:54.300Z | Downloaded nix v0.27.1 |
866 | 2024-10-30T00:34:54.312Z | Downloaded steno v0.4.1 |
867 | 2024-10-30T00:34:54.317Z | Downloaded vcpkg v0.2.15 |
868 | 2024-10-30T00:34:54.358Z | Downloaded quick-xml v0.33.0 |
869 | 2024-10-30T00:34:54.364Z | Downloaded hkdf v0.12.4 |
870 | 2024-10-30T00:34:54.368Z | Downloaded rustls-webpki v0.102.8 |
871 | 2024-10-30T00:34:54.388Z | Downloaded h2 v0.3.26 |
872 | 2024-10-30T00:34:54.394Z | Downloaded proptest v1.5.0 |
873 | 2024-10-30T00:34:54.404Z | Downloaded russh v0.45.0 |
874 | 2024-10-30T00:34:54.411Z | Downloaded p384 v0.13.0 |
875 | 2024-10-30T00:34:54.419Z | Downloaded object v0.30.4 |
876 | 2024-10-30T00:34:54.429Z | Downloaded h2 v0.4.6 |
877 | 2024-10-30T00:34:54.437Z | Downloaded chrono-tz v0.10.0 |
878 | 2024-10-30T00:34:54.446Z | Downloaded rustls v0.22.4 |
879 | 2024-10-30T00:34:54.461Z | Downloaded radix_trie v0.2.1 |
880 | 2024-10-30T00:34:54.466Z | Downloaded curve25519-dalek v4.1.3 |
881 | 2024-10-30T00:34:54.476Z | Downloaded regex-syntax v0.8.5 |
882 | 2024-10-30T00:34:54.485Z | Downloaded rustls-webpki v0.101.7 |
883 | 2024-10-30T00:34:54.507Z | Downloaded bstr v1.10.0 |
884 | 2024-10-30T00:34:54.522Z | Downloaded polar-core v0.27.3 |
885 | 2024-10-30T00:34:54.534Z | Downloaded ratatui v0.28.1 |
886 | 2024-10-30T00:34:54.559Z | Downloaded regex v1.11.0 |
887 | 2024-10-30T00:34:54.572Z | Downloaded git2 v0.19.0 |
888 | 2024-10-30T00:34:54.581Z | Downloaded smoltcp v0.9.1 |
889 | 2024-10-30T00:34:54.593Z | Downloaded trust-dns-proto v0.22.0 |
890 | 2024-10-30T00:34:54.607Z | Downloaded diesel v2.2.4 |
891 | 2024-10-30T00:34:54.629Z | Downloaded dropshot v0.12.0 |
892 | 2024-10-30T00:34:54.650Z | Downloaded webpki-roots v0.26.6 |
893 | 2024-10-30T00:34:54.653Z | Downloaded smoltcp v0.11.0 |
894 | 2024-10-30T00:34:54.666Z | Downloaded lzma-sys v0.1.20 |
895 | 2024-10-30T00:34:54.697Z | Downloaded libz-sys v1.1.20 |
896 | 2024-10-30T00:34:54.719Z | Downloaded openapiv3 v2.0.0 |
897 | 2024-10-30T00:34:54.731Z | Downloaded regex-syntax v0.6.29 |
898 | 2024-10-30T00:34:54.738Z | Downloaded openssl v0.10.66 |
899 | 2024-10-30T00:34:54.747Z | Downloaded rustls v0.23.14 |
900 | 2024-10-30T00:34:54.759Z | Downloaded regress v0.9.1 |
901 | 2024-10-30T00:34:54.768Z | Downloaded regress v0.10.1 |
902 | 2024-10-30T00:34:54.778Z | Downloaded hickory-proto v0.24.1 |
903 | 2024-10-30T00:34:54.793Z | Downloaded object v0.36.5 |
904 | 2024-10-30T00:34:54.806Z | Downloaded sled v0.34.7 |
905 | 2024-10-30T00:34:54.817Z | Downloaded gimli v0.31.1 |
906 | 2024-10-30T00:34:54.825Z | Downloaded nix v0.29.0 |
907 | 2024-10-30T00:34:54.838Z | Downloaded rustls v0.21.12 |
908 | 2024-10-30T00:34:54.852Z | Downloaded encoding_rs v0.8.34 |
909 | 2024-10-30T00:34:54.874Z | Downloaded nix v0.28.0 |
910 | 2024-10-30T00:34:54.887Z | Downloaded typify-impl v0.2.0 |
911 | 2024-10-30T00:34:54.902Z | Downloaded zerocopy-derive v0.6.6 |
912 | 2024-10-30T00:34:54.911Z | Downloaded regex-automata v0.4.8 |
913 | 2024-10-30T00:34:54.927Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
914 | 2024-10-30T00:34:54.940Z | Downloaded quinn-proto v0.11.8 |
915 | 2024-10-30T00:34:54.946Z | Downloaded petgraph v0.6.5 |
916 | 2024-10-30T00:34:54.964Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
917 | 2024-10-30T00:34:55.025Z | Downloaded sha3 v0.10.8 |
918 | 2024-10-30T00:34:55.030Z | Downloaded tokio v1.40.0 |
919 | 2024-10-30T00:34:55.068Z | Downloaded csv v1.3.0 |
920 | 2024-10-30T00:34:55.089Z | Downloaded idna v0.4.0 |
921 | 2024-10-30T00:34:55.096Z | Downloaded rayon v1.10.0 |
922 | 2024-10-30T00:34:55.106Z | Downloaded bindgen v0.69.5 |
923 | 2024-10-30T00:34:55.114Z | Downloaded hashbrown v0.14.5 |
924 | 2024-10-30T00:34:55.119Z | Downloaded reqwest v0.12.8 |
925 | 2024-10-30T00:34:55.128Z | Downloaded portable-atomic v1.9.0 |
926 | 2024-10-30T00:34:55.136Z | Downloaded tracing v0.1.40 |
927 | 2024-10-30T00:34:55.140Z | Downloaded hickory-server v0.24.1 |
928 | 2024-10-30T00:34:55.147Z | Downloaded idna v0.5.0 |
929 | 2024-10-30T00:34:55.155Z | Downloaded reedline v0.35.0 |
930 | 2024-10-30T00:34:55.164Z | Downloaded idna v0.2.3 |
931 | 2024-10-30T00:34:55.171Z | Downloaded subtle v2.6.1 |
932 | 2024-10-30T00:34:55.174Z | Downloaded ghash v0.5.1 |
933 | 2024-10-30T00:34:55.176Z | Downloaded fallible-streaming-iterator v0.1.9 |
934 | 2024-10-30T00:34:55.176Z | Downloaded spki v0.7.3 |
935 | 2024-10-30T00:34:55.179Z | Downloaded packed_struct_codegen v0.10.1 |
936 | 2024-10-30T00:34:55.181Z | Downloaded termios v0.3.3 |
937 | 2024-10-30T00:34:55.181Z | Downloaded parking_lot_core v0.8.6 |
938 | 2024-10-30T00:34:55.184Z | Downloaded sct v0.7.1 |
939 | 2024-10-30T00:34:55.188Z | Downloaded pin-project v1.1.6 |
940 | 2024-10-30T00:34:55.205Z | Downloaded predicates v3.1.2 |
941 | 2024-10-30T00:34:55.208Z | Downloaded derive_builder_core v0.20.2 |
942 | 2024-10-30T00:34:55.211Z | Downloaded tokio-util v0.7.12 |
943 | 2024-10-30T00:34:55.218Z | Downloaded itertools v0.13.0 |
944 | 2024-10-30T00:34:55.226Z | Downloaded pin-project-internal v1.1.6 |
945 | 2024-10-30T00:34:55.228Z | Downloaded heapless v0.8.0 |
946 | 2024-10-30T00:34:55.232Z | Downloaded pkcs1 v0.7.5 |
947 | 2024-10-30T00:34:55.235Z | Downloaded zeroize_derive v1.4.2 |
948 | 2024-10-30T00:34:55.238Z | Downloaded sec1 v0.7.3 |
949 | 2024-10-30T00:34:55.243Z | Downloaded rfc6979 v0.4.0 |
950 | 2024-10-30T00:34:55.243Z | Downloaded derive_builder v0.20.2 |
951 | 2024-10-30T00:34:55.246Z | Downloaded num-traits v0.2.19 |
952 | 2024-10-30T00:34:55.248Z | Downloaded vergen v8.3.2 |
953 | 2024-10-30T00:34:55.251Z | Downloaded unsafe-libyaml v0.2.11 |
954 | 2024-10-30T00:34:55.254Z | Downloaded olpc-cjson v0.1.4 |
955 | 2024-10-30T00:34:55.257Z | Downloaded signal-hook v0.3.17 |
956 | 2024-10-30T00:34:55.259Z | Downloaded heapless v0.7.17 |
957 | 2024-10-30T00:34:55.264Z | Downloaded ron v0.8.1 |
958 | 2024-10-30T00:34:55.269Z | Downloaded lalrpop v0.19.12 |
959 | 2024-10-30T00:34:55.281Z | Downloaded pin-utils v0.1.0 |
960 | 2024-10-30T00:34:55.284Z | Downloaded num-rational v0.4.2 |
961 | 2024-10-30T00:34:55.284Z | Downloaded tokio-postgres v0.7.12 |
962 | 2024-10-30T00:34:55.289Z | Downloaded structmeta v0.2.0 |
963 | 2024-10-30T00:34:55.291Z | Downloaded num-bigint-dig v0.8.4 |
964 | 2024-10-30T00:34:55.295Z | Downloaded unicode-xid v0.2.6 |
965 | 2024-10-30T00:34:55.297Z | Downloaded num_enum_derive v0.5.11 |
966 | 2024-10-30T00:34:55.299Z | Downloaded gethostname v0.5.0 |
967 | 2024-10-30T00:34:55.299Z | Downloaded unicode-truncate v1.1.0 |
968 | 2024-10-30T00:34:55.301Z | Downloaded typify-macro v0.2.0 |
969 | 2024-10-30T00:34:55.303Z | Downloaded hashlink v0.9.1 |
970 | 2024-10-30T00:34:55.306Z | Downloaded prettyplease v0.2.22 |
971 | 2024-10-30T00:34:55.308Z | Downloaded aes-gcm v0.10.3 |
972 | 2024-10-30T00:34:55.311Z | Downloaded shell-words v1.1.0 |
973 | 2024-10-30T00:34:55.314Z | Downloaded hyper v0.14.30 |
974 | 2024-10-30T00:34:55.322Z | Downloaded group v0.13.0 |
975 | 2024-10-30T00:34:55.325Z | Downloaded defmt-parser v0.3.4 |
976 | 2024-10-30T00:34:55.325Z | Downloaded utf-8 v0.7.6 |
977 | 2024-10-30T00:34:55.327Z | Downloaded openssl-sys v0.9.103 |
978 | 2024-10-30T00:34:55.331Z | Downloaded toml_edit v0.19.15 |
979 | 2024-10-30T00:34:55.348Z | Downloaded ring v0.16.20 |
980 | 2024-10-30T00:34:55.438Z | Downloaded ring v0.17.8 |
981 | 2024-10-30T00:34:55.515Z | Downloaded ref-cast v1.0.23 |
982 | 2024-10-30T00:34:55.517Z | Downloaded backtrace v0.3.74 |
983 | 2024-10-30T00:34:55.523Z | Downloaded rcgen v0.12.1 |
984 | 2024-10-30T00:34:55.526Z | Downloaded hickory-resolver v0.24.1 |
985 | 2024-10-30T00:34:55.531Z | Downloaded minimal-lexical v0.2.1 |
986 | 2024-10-30T00:34:55.535Z | Downloaded zerocopy v0.6.6 |
987 | 2024-10-30T00:34:55.538Z | Downloaded uuid v1.10.0 |
988 | 2024-10-30T00:34:55.540Z | Downloaded tokio-stream v0.1.16 |
989 | 2024-10-30T00:34:55.545Z | Downloaded libsqlite3-sys v0.30.1 |
990 | 2024-10-30T00:34:55.630Z | Downloaded phf_shared v0.11.2 |
991 | 2024-10-30T00:34:55.634Z | Downloaded peg v0.8.4 |
992 | 2024-10-30T00:34:55.638Z | Downloaded serde_derive_internals v0.29.1 |
993 | 2024-10-30T00:34:55.640Z | Downloaded rustls-pemfile v2.2.0 |
994 | 2024-10-30T00:34:55.642Z | Downloaded dsl_auto_type v0.1.2 |
995 | 2024-10-30T00:34:55.644Z | Downloaded owo-colors v4.1.0 |
996 | 2024-10-30T00:34:55.648Z | Downloaded hickory-client v0.24.1 |
997 | 2024-10-30T00:34:55.656Z | Downloaded similar v2.6.0 |
998 | 2024-10-30T00:34:55.660Z | Downloaded quick-error v1.2.3 |
999 | 2024-10-30T00:34:55.662Z | Downloaded tui-tree-widget v0.22.0 |
1000 | 2024-10-30T00:34:55.662Z | Downloaded thread_local v1.1.8 |
1001 | 2024-10-30T00:34:55.664Z | Downloaded thiserror-no-std v2.0.2 |
1002 | 2024-10-30T00:34:55.667Z | Downloaded ssh-encoding v0.2.0 |
1003 | 2024-10-30T00:34:55.670Z | Downloaded uzers v0.12.1 |
1004 | 2024-10-30T00:34:55.672Z | Downloaded tokio-rustls v0.26.0 |
1005 | 2024-10-30T00:34:55.672Z | Downloaded tokio-tungstenite v0.21.0 |
1006 | 2024-10-30T00:34:55.674Z | Downloaded signature v2.2.0 |
1007 | 2024-10-30T00:34:55.676Z | Downloaded signal-hook-tokio v0.3.1 |
1008 | 2024-10-30T00:34:55.676Z | Downloaded signal-hook-registry v1.4.2 |
1009 | 2024-10-30T00:34:55.679Z | Downloaded rustc_version v0.1.7 |
1010 | 2024-10-30T00:34:55.679Z | Downloaded rustc-hash v1.1.0 |
1011 | 2024-10-30T00:34:55.679Z | Downloaded rand_seeder v0.3.0 |
1012 | 2024-10-30T00:34:55.681Z | Downloaded rand_core v0.6.4 |
1013 | 2024-10-30T00:34:55.683Z | Downloaded phf_generator v0.11.2 |
1014 | 2024-10-30T00:34:55.683Z | Downloaded diesel_derives v2.2.3 |
1015 | 2024-10-30T00:34:55.686Z | Downloaded structmeta-derive v0.2.0 |
1016 | 2024-10-30T00:34:55.689Z | Downloaded fxhash v0.2.1 |
1017 | 2024-10-30T00:34:55.689Z | Downloaded primeorder v0.13.6 |
1018 | 2024-10-30T00:34:55.689Z | Downloaded tokio-rustls v0.25.0 |
1019 | 2024-10-30T00:34:55.691Z | Downloaded tokio-rustls v0.24.1 |
1020 | 2024-10-30T00:34:55.693Z | Downloaded phf v0.11.2 |
1021 | 2024-10-30T00:34:55.696Z | Downloaded nom v7.1.3 |
1022 | 2024-10-30T00:34:55.699Z | Downloaded base64 v0.13.1 |
1023 | 2024-10-30T00:34:55.702Z | Downloaded postcard v1.0.10 |
1024 | 2024-10-30T00:34:55.704Z | Downloaded indicatif v0.17.8 |
1025 | 2024-10-30T00:34:55.708Z | Downloaded strum_macros v0.26.4 |
1026 | 2024-10-30T00:34:55.710Z | Downloaded slog-bunyan v2.5.0 |
1027 | 2024-10-30T00:34:55.712Z | Downloaded slog-async v2.8.0 |
1028 | 2024-10-30T00:34:55.714Z | Downloaded siphasher v0.3.11 |
1029 | 2024-10-30T00:34:55.714Z | Downloaded semver v0.1.20 |
1030 | 2024-10-30T00:34:55.716Z | Downloaded secrecy v0.8.0 |
1031 | 2024-10-30T00:34:55.716Z | Downloaded indexmap v1.9.3 |
1032 | 2024-10-30T00:34:55.718Z | Downloaded opaque-debug v0.3.1 |
1033 | 2024-10-30T00:34:55.720Z | Downloaded headers-core v0.3.0 |
1034 | 2024-10-30T00:34:55.721Z | Downloaded resolv-conf v0.7.0 |
1035 | 2024-10-30T00:34:55.723Z | Downloaded chacha20poly1305 v0.10.1 |
1036 | 2024-10-30T00:34:55.723Z | Downloaded const_format_proc_macros v0.2.33 |
1037 | 2024-10-30T00:34:55.725Z | Downloaded fd-lock v4.0.2 |
1038 | 2024-10-30T00:34:55.727Z | Downloaded ena v0.14.3 |
1039 | 2024-10-30T00:34:55.735Z | Downloaded strip-ansi-escapes v0.2.0 |
1040 | 2024-10-30T00:34:55.735Z | Downloaded string_cache v0.8.7 |
1041 | 2024-10-30T00:34:55.735Z | Downloaded xattr v1.3.1 |
1042 | 2024-10-30T00:34:55.735Z | Downloaded chrono-tz-build v0.4.0 |
1043 | 2024-10-30T00:34:55.735Z | Downloaded float-cmp v0.9.0 |
1044 | 2024-10-30T00:34:55.735Z | Downloaded rtoolbox v0.0.2 |
1045 | 2024-10-30T00:34:55.735Z | Downloaded serde_repr v0.1.19 |
1046 | 2024-10-30T00:34:55.738Z | Downloaded serde_plain v1.0.2 |
1047 | 2024-10-30T00:34:55.738Z | Downloaded scrypt v0.11.0 |
1048 | 2024-10-30T00:34:55.740Z | Downloaded keccak v0.1.5 |
1049 | 2024-10-30T00:34:55.740Z | Downloaded rsa v0.9.6 |
1050 | 2024-10-30T00:34:55.744Z | Downloaded multimap v0.10.0 |
1051 | 2024-10-30T00:34:55.747Z | Downloaded iana-time-zone v0.1.61 |
1052 | 2024-10-30T00:34:55.749Z | Downloaded hyper-staticfile v0.10.1 |
1053 | 2024-10-30T00:34:55.751Z | Downloaded num-bigint v0.4.6 |
1054 | 2024-10-30T00:34:55.754Z | Downloaded nibble_vec v0.1.0 |
1055 | 2024-10-30T00:34:55.757Z | Downloaded newtype-uuid v1.1.2 |
1056 | 2024-10-30T00:34:55.757Z | Downloaded inout v0.1.3 |
1057 | 2024-10-30T00:34:55.759Z | Downloaded ciborium-ll v0.2.2 |
1058 | 2024-10-30T00:34:55.759Z | Downloaded base64ct v1.6.0 |
1059 | 2024-10-30T00:34:55.761Z | Downloaded async-trait v0.1.83 |
1060 | 2024-10-30T00:34:55.764Z | Downloaded lalrpop-util v0.19.12 |
1061 | 2024-10-30T00:34:55.767Z | Downloaded curve25519-dalek-derive v0.1.1 |
1062 | 2024-10-30T00:34:55.767Z | Downloaded crossbeam-deque v0.8.5 |
1063 | 2024-10-30T00:34:55.770Z | Downloaded blowfish v0.9.1 |
1064 | 2024-10-30T00:34:55.770Z | Downloaded crc-catalog v2.4.0 |
1065 | 2024-10-30T00:34:55.770Z | Downloaded crc v3.2.1 |
1066 | 2024-10-30T00:34:55.772Z | Downloaded constant_time_eq v0.3.1 |
1067 | 2024-10-30T00:34:55.775Z | Downloaded ciborium-io v0.2.2 |
1068 | 2024-10-30T00:34:55.775Z | Downloaded atomicwrites v0.4.4 |
1069 | 2024-10-30T00:34:55.775Z | Downloaded scopeguard v1.2.0 |
1070 | 2024-10-30T00:34:55.778Z | Downloaded crossbeam-channel v0.5.13 |
1071 | 2024-10-30T00:34:55.781Z | Downloaded bitfield v0.14.0 |
1072 | 2024-10-30T00:34:55.783Z | Downloaded kstat-rs v0.2.4 |
1073 | 2024-10-30T00:34:55.783Z | Downloaded internet-checksum v0.2.1 |
1074 | 2024-10-30T00:34:55.783Z | Downloaded is_ci v1.2.0 |
1075 | 2024-10-30T00:34:55.785Z | Downloaded ident_case v1.0.1 |
1076 | 2024-10-30T00:34:55.785Z | Downloaded buf-list v1.0.3 |
1077 | 2024-10-30T00:34:55.787Z | Downloaded cbc v0.1.2 |
1078 | 2024-10-30T00:34:55.787Z | Downloaded cassowary v0.3.0 |
1079 | 2024-10-30T00:34:55.791Z | Downloaded rustc_version v0.4.1 |
1080 | 2024-10-30T00:34:55.791Z | Downloaded hubpack_derive v0.1.1 |
1081 | 2024-10-30T00:34:55.791Z | Downloaded addr2line v0.24.2 |
1082 | 2024-10-30T00:34:55.793Z | Downloaded backoff v0.4.0 |
1083 | 2024-10-30T00:34:55.795Z | Downloaded ascii-canvas v3.0.0 |
1084 | 2024-10-30T00:34:55.797Z | Downloaded linear-map v1.2.0 |
1085 | 2024-10-30T00:34:55.797Z | Downloaded libsw v3.3.1 |
1086 | 2024-10-30T00:34:55.800Z | Downloaded indoc v1.0.9 |
1087 | 2024-10-30T00:34:55.803Z | Downloaded libefi-sys v0.1.0 |
1088 | 2024-10-30T00:34:55.803Z | Downloaded hubpack v0.1.2 |
1089 | 2024-10-30T00:34:55.803Z | Downloaded http-body v0.4.6 |
1090 | 2024-10-30T00:34:55.805Z | Downloaded bzip2 v0.4.4 |
1091 | 2024-10-30T00:34:55.808Z | Downloaded ciborium v0.2.2 |
1092 | 2024-10-30T00:34:55.810Z | Downloaded castaway v0.2.3 |
1093 | 2024-10-30T00:34:55.810Z | Downloaded async-bb8-diesel v0.2.1 |
1094 | 2024-10-30T00:34:55.812Z | Downloaded data-encoding v2.6.0 |
1095 | 2024-10-30T00:34:55.812Z | Downloaded cipher v0.4.4 |
1096 | 2024-10-30T00:34:55.815Z | Downloaded bitfield-struct v0.6.2 |
1097 | 2024-10-30T00:34:55.815Z | Downloaded bit-set v0.5.3 |
1098 | 2024-10-30T00:34:55.817Z | Downloaded bcrypt-pbkdf v0.10.0 |
1099 | 2024-10-30T00:34:55.913Z | Compiling serde v1.0.210 |
1100 | 2024-10-30T00:34:55.915Z | Compiling typenum v1.17.0 |
1101 | 2024-10-30T00:34:55.916Z | Compiling generic-array v0.14.7 |
1102 | 2024-10-30T00:34:55.916Z | Compiling lock_api v0.4.12 |
1103 | 2024-10-30T00:34:55.916Z | Compiling scopeguard v1.2.0 |
1104 | 2024-10-30T00:34:55.916Z | Compiling subtle v2.6.1 |
1105 | 2024-10-30T00:34:56.096Z | Compiling syn v2.0.79 |
1106 | 2024-10-30T00:34:56.109Z | Compiling getrandom v0.2.15 |
1107 | 2024-10-30T00:34:56.216Z | Compiling value-bag v1.9.0 |
1108 | 2024-10-30T00:34:56.377Z | Compiling rand_core v0.6.4 |
1109 | 2024-10-30T00:34:56.480Z | Compiling const-oid v0.9.6 |
1110 | 2024-10-30T00:34:56.503Z | Compiling pin-project-lite v0.2.14 |
1111 | 2024-10-30T00:34:56.619Z | Compiling smallvec v1.13.2 |
1112 | 2024-10-30T00:34:56.640Z | Compiling log v0.4.22 |
1113 | 2024-10-30T00:34:56.823Z | Compiling jobserver v0.1.32 |
1114 | 2024-10-30T00:34:56.898Z | Compiling shlex v1.3.0 |
1115 | 2024-10-30T00:34:57.011Z | Compiling parking_lot_core v0.9.10 |
1116 | 2024-10-30T00:34:57.011Z | Compiling futures-core v0.3.31 |
1117 | 2024-10-30T00:34:57.267Z | Compiling cc v1.1.30 |
1118 | 2024-10-30T00:34:57.305Z | Compiling signal-hook-registry v1.4.2 |
1119 | 2024-10-30T00:34:57.504Z | Compiling mio v1.0.2 |
1120 | 2024-10-30T00:34:57.745Z | Compiling cpufeatures v0.2.14 |
1121 | 2024-10-30T00:34:57.844Z | Compiling futures-sink v0.3.31 |
1122 | 2024-10-30T00:34:57.999Z | Compiling parking_lot v0.12.3 |
1123 | 2024-10-30T00:34:58.156Z | Compiling spin v0.9.8 |
1124 | 2024-10-30T00:34:58.190Z | Compiling socket2 v0.5.7 |
1125 | 2024-10-30T00:34:58.388Z | Compiling slab v0.4.9 |
1126 | 2024-10-30T00:34:58.550Z | Compiling serde_json v1.0.128 |
1127 | 2024-10-30T00:34:58.747Z | Compiling futures-channel v0.3.31 |
1128 | 2024-10-30T00:34:58.877Z | Compiling foldhash v0.1.3 |
1129 | 2024-10-30T00:34:58.929Z | Compiling allocator-api2 v0.2.18 |
1130 | 2024-10-30T00:34:58.950Z | Compiling futures-io v0.3.31 |
1131 | 2024-10-30T00:34:59.133Z | Compiling pin-utils v0.1.0 |
1132 | 2024-10-30T00:34:59.155Z | Compiling tinyvec_macros v0.1.1 |
1133 | 2024-10-30T00:34:59.175Z | Compiling futures-task v0.3.31 |
1134 | 2024-10-30T00:34:59.195Z | Compiling libm v0.2.8 |
1135 | 2024-10-30T00:34:59.233Z | Compiling tinyvec v1.8.0 |
1136 | 2024-10-30T00:34:59.253Z | Compiling num-traits v0.2.19 |
1137 | 2024-10-30T00:34:59.273Z | Compiling unicode-bidi v0.3.17 |
1138 | 2024-10-30T00:34:59.465Z | Compiling base64ct v1.6.0 |
1139 | 2024-10-30T00:34:59.854Z | Compiling hashbrown v0.15.0 |
1140 | 2024-10-30T00:34:59.925Z | Compiling httparse v1.9.5 |
1141 | 2024-10-30T00:35:00.204Z | Compiling pem-rfc7468 v0.7.0 |
1142 | 2024-10-30T00:35:00.912Z | Compiling unicode-normalization v0.1.24 |
1143 | 2024-10-30T00:35:00.948Z | Compiling flagset v0.4.6 |
1144 | 2024-10-30T00:35:02.101Z | Compiling tracing-core v0.1.32 |
1145 | 2024-10-30T00:35:02.104Z | Compiling crossbeam-utils v0.8.20 |
1146 | 2024-10-30T00:35:02.104Z | Compiling rustls-pki-types v1.9.0 |
1147 | 2024-10-30T00:35:02.104Z | Compiling percent-encoding v2.3.1 |
1148 | 2024-10-30T00:35:02.105Z | Compiling ring v0.17.8 |
1149 | 2024-10-30T00:35:02.105Z | Compiling vcpkg v0.2.15 |
1150 | 2024-10-30T00:35:02.191Z | Compiling untrusted v0.9.0 |
1151 | 2024-10-30T00:35:02.373Z | Compiling num-conv v0.1.0 |
1152 | 2024-10-30T00:35:02.451Z | Compiling pkg-config v0.3.31 |
1153 | 2024-10-30T00:35:02.558Z | Compiling time-core v0.1.2 |
1154 | 2024-10-30T00:35:02.584Z | Compiling powerfmt v0.2.0 |
1155 | 2024-10-30T00:35:02.738Z | Compiling time-macros v0.2.18 |
1156 | 2024-10-30T00:35:02.977Z | Compiling deranged v0.3.11 |
1157 | 2024-10-30T00:35:02.997Z | Compiling num_threads v0.1.7 |
1158 | 2024-10-30T00:35:03.126Z | Compiling atomic-waker v1.1.2 |
1159 | 2024-10-30T00:35:03.324Z | Compiling form_urlencoded v1.2.1 |
1160 | 2024-10-30T00:35:03.667Z | Compiling slog v2.7.0 |
1161 | 2024-10-30T00:35:03.919Z | Compiling try-lock v0.2.5 |
1162 | 2024-10-30T00:35:04.030Z | Compiling rustix v0.38.37 |
1163 | 2024-10-30T00:35:04.069Z | Compiling want v0.3.1 |
1164 | 2024-10-30T00:35:04.228Z | Compiling openssl-sys v0.9.103 |
1165 | 2024-10-30T00:35:04.273Z | Compiling httpdate v1.0.3 |
1166 | 2024-10-30T00:35:04.771Z | Compiling idna v0.5.0 |
1167 | 2024-10-30T00:35:04.893Z | Compiling match_cfg v0.1.0 |
1168 | 2024-10-30T00:35:04.991Z | Compiling tower-service v0.3.3 |
1169 | 2024-10-30T00:35:05.008Z | Compiling iana-time-zone v0.1.61 |
1170 | 2024-10-30T00:35:05.115Z | Compiling rustversion v1.0.17 |
1171 | 2024-10-30T00:35:05.183Z | Compiling foreign-types-shared v0.1.1 |
1172 | 2024-10-30T00:35:05.301Z | Compiling openssl v0.10.66 |
1173 | 2024-10-30T00:35:05.476Z | Compiling base64 v0.22.1 |
1174 | 2024-10-30T00:35:05.767Z | Compiling url v2.5.2 |
1175 | 2024-10-30T00:35:05.913Z | Compiling foreign-types v0.3.2 |
1176 | 2024-10-30T00:35:06.010Z | Compiling hostname v0.3.1 |
1177 | 2024-10-30T00:35:06.069Z | Compiling time v0.3.36 |
1178 | 2024-10-30T00:35:06.236Z | Compiling dirs-sys-next v0.1.2 |
1179 | 2024-10-30T00:35:06.258Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-10-30T00:35:06.378Z | Compiling rustls v0.22.4 |
1181 | 2024-10-30T00:35:06.673Z | Compiling data-encoding v2.6.0 |
1182 | 2024-10-30T00:35:06.865Z | Compiling adler2 v2.0.0 |
1183 | 2024-10-30T00:35:06.888Z | Compiling native-tls v0.2.12 |
1184 | 2024-10-30T00:35:07.092Z | Compiling rustls v0.23.14 |
1185 | 2024-10-30T00:35:07.259Z | Compiling siphasher v0.3.11 |
1186 | 2024-10-30T00:35:07.395Z | Compiling regex-syntax v0.8.5 |
1187 | 2024-10-30T00:35:07.606Z | Compiling syn v1.0.109 |
1188 | 2024-10-30T00:35:07.688Z | Compiling miniz_oxide v0.8.0 |
1189 | 2024-10-30T00:35:08.270Z | Compiling dirs-next v2.0.0 |
1190 | 2024-10-30T00:35:09.161Z | Compiling serde_derive_internals v0.29.1 |
1191 | 2024-10-30T00:35:09.230Z | Compiling crossbeam-epoch v0.9.18 |
1192 | 2024-10-30T00:35:09.922Z | Compiling lazy_static v1.5.0 |
1193 | 2024-10-30T00:35:10.052Z | Compiling thread_local v1.1.8 |
1194 | 2024-10-30T00:35:10.055Z | Compiling cookie v0.18.1 |
1195 | 2024-10-30T00:35:10.362Z | Compiling encoding_rs v0.8.34 |
1196 | 2024-10-30T00:35:10.624Z | Compiling multer v3.1.0 |
1197 | 2024-10-30T00:35:10.930Z | Compiling openssl-probe v0.1.5 |
1198 | 2024-10-30T00:35:10.954Z | Compiling serde_derive v1.0.210 |
1199 | 2024-10-30T00:35:11.300Z | Compiling zeroize_derive v1.4.2 |
1200 | 2024-10-30T00:35:11.395Z | Compiling zerocopy-derive v0.7.35 |
1201 | 2024-10-30T00:35:11.812Z | Compiling tokio-macros v2.4.0 |
1202 | 2024-10-30T00:35:11.981Z | Compiling thiserror-impl v1.0.64 |
1203 | 2024-10-30T00:35:12.828Z | Compiling futures-macro v0.3.31 |
1204 | 2024-10-30T00:35:12.940Z | Compiling zeroize v1.8.1 |
1205 | 2024-10-30T00:35:13.508Z | Compiling der_derive v0.7.3 |
1206 | 2024-10-30T00:35:13.722Z | Compiling zerocopy v0.7.35 |
1207 | 2024-10-30T00:35:14.094Z | Compiling tracing-attributes v0.1.27 |
1208 | 2024-10-30T00:35:14.802Z | Compiling crypto-common v0.1.6 |
1209 | 2024-10-30T00:35:14.842Z | Compiling block-buffer v0.10.4 |
1210 | 2024-10-30T00:35:14.906Z | Compiling futures-util v0.3.31 |
1211 | 2024-10-30T00:35:15.046Z | Compiling block-padding v0.3.3 |
1212 | 2024-10-30T00:35:15.129Z | Compiling digest v0.10.7 |
1213 | 2024-10-30T00:35:15.302Z | Compiling inout v0.1.3 |
1214 | 2024-10-30T00:35:15.445Z | Compiling ppv-lite86 v0.2.20 |
1215 | 2024-10-30T00:35:15.471Z | Compiling thiserror v1.0.64 |
1216 | 2024-10-30T00:35:15.592Z | Compiling hmac v0.12.1 |
1217 | 2024-10-30T00:35:15.616Z | Compiling sha2 v0.10.8 |
1218 | 2024-10-30T00:35:15.635Z | Compiling cipher v0.4.4 |
1219 | 2024-10-30T00:35:15.840Z | Compiling pbkdf2 v0.12.2 |
1220 | 2024-10-30T00:35:16.011Z | Compiling pest v2.7.14 |
1221 | 2024-10-30T00:35:16.087Z | Compiling der v0.7.9 |
1222 | 2024-10-30T00:35:16.156Z | Compiling salsa20 v0.10.2 |
1223 | 2024-10-30T00:35:16.280Z | Compiling rand_chacha v0.3.1 |
1224 | 2024-10-30T00:35:16.372Z | Compiling scrypt v0.11.0 |
1225 | 2024-10-30T00:35:16.964Z | Compiling rand v0.8.5 |
1226 | 2024-10-30T00:35:18.093Z | Compiling tracing v0.1.40 |
1227 | 2024-10-30T00:35:18.642Z | Compiling spki v0.7.3 |
1228 | 2024-10-30T00:35:18.757Z | Compiling pest_meta v2.7.14 |
1229 | 2024-10-30T00:35:19.034Z | Compiling aes v0.8.4 |
1230 | 2024-10-30T00:35:19.102Z | Compiling cbc v0.1.2 |
1231 | 2024-10-30T00:35:19.243Z | Compiling scroll_derive v0.12.0 |
1232 | 2024-10-30T00:35:19.307Z | Compiling rustls-webpki v0.102.8 |
1233 | 2024-10-30T00:35:19.348Z | Compiling async-trait v0.1.83 |
1234 | 2024-10-30T00:35:19.577Z | Compiling openssl-macros v0.1.1 |
1235 | 2024-10-30T00:35:20.386Z | Compiling pest_generator v2.7.14 |
1236 | 2024-10-30T00:35:20.922Z | Compiling scroll v0.12.0 |
1237 | 2024-10-30T00:35:21.229Z | Compiling pkcs5 v0.7.1 |
1238 | 2024-10-30T00:35:21.423Z | Compiling goblin v0.8.2 |
1239 | 2024-10-30T00:35:21.483Z | Compiling sha1 v0.10.6 |
1240 | 2024-10-30T00:35:21.948Z | Compiling pkcs8 v0.10.2 |
1241 | 2024-10-30T00:35:21.951Z | Compiling signature v2.2.0 |
1242 | 2024-10-30T00:35:22.252Z | Compiling regex-automata v0.4.8 |
1243 | 2024-10-30T00:35:22.309Z | Compiling gimli v0.31.1 |
1244 | 2024-10-30T00:35:22.495Z | Compiling schemars v0.8.21 |
1245 | 2024-10-30T00:35:22.552Z | Compiling ipnet v2.10.1 |
1246 | 2024-10-30T00:35:22.669Z | Compiling mime v0.3.17 |
1247 | 2024-10-30T00:35:22.862Z | Compiling either v1.13.0 |
1248 | 2024-10-30T00:35:23.282Z | Compiling paste v1.0.15 |
1249 | 2024-10-30T00:35:23.329Z | Compiling unicode-properties v0.1.3 |
1250 | 2024-10-30T00:35:23.745Z | Compiling rayon-core v1.12.1 |
1251 | 2024-10-30T00:35:23.804Z | Compiling signal-hook v0.3.17 |
1252 | 2024-10-30T00:35:23.848Z | Compiling slog-async v2.8.0 |
1253 | 2024-10-30T00:35:23.997Z | Compiling pest_derive v2.7.14 |
1254 | 2024-10-30T00:35:24.121Z | Compiling stringprep v0.1.5 |
1255 | 2024-10-30T00:35:24.172Z | Compiling futures-executor v0.3.31 |
1256 | 2024-10-30T00:35:24.886Z | Compiling dtrace-parser v0.2.0 |
1257 | 2024-10-30T00:35:25.352Z | Compiling md-5 v0.10.6 |
1258 | 2024-10-30T00:35:25.616Z | Compiling bytes v1.7.2 |
1259 | 2024-10-30T00:35:26.931Z | Compiling tokio v1.40.0 |
1260 | 2024-10-30T00:35:27.149Z | Compiling indexmap v2.6.0 |
1261 | 2024-10-30T00:35:27.605Z | Compiling http v1.1.0 |
1262 | 2024-10-30T00:35:28.694Z | Compiling bitflags v2.6.0 |
1263 | 2024-10-30T00:35:29.023Z | Compiling semver v1.0.23 |
1264 | 2024-10-30T00:35:29.163Z | Compiling http-body v1.0.1 |
1265 | 2024-10-30T00:35:29.833Z | Compiling rustc_version v0.4.1 |
1266 | 2024-10-30T00:35:30.194Z | Compiling dof v0.3.0 |
1267 | 2024-10-30T00:35:30.644Z | Compiling uuid v1.10.0 |
1268 | 2024-10-30T00:35:32.161Z | Compiling toml_datetime v0.6.8 |
1269 | 2024-10-30T00:35:32.161Z | Compiling serde_tokenstream v0.2.2 |
1270 | 2024-10-30T00:35:32.528Z | Compiling serde_spanned v0.6.8 |
1271 | 2024-10-30T00:35:32.710Z | Compiling usdt-impl v0.5.0 |
1272 | 2024-10-30T00:35:32.770Z | Compiling chrono v0.4.38 |
1273 | 2024-10-30T00:35:32.791Z | Compiling heapless v0.7.17 |
1274 | 2024-10-30T00:35:33.269Z | Compiling http-body-util v0.1.2 |
1275 | 2024-10-30T00:35:34.327Z | Compiling usdt-attr-macro v0.5.0 |
1276 | 2024-10-30T00:35:35.027Z | Compiling usdt-macro v0.5.0 |
1277 | 2024-10-30T00:35:35.477Z | Compiling tokio-util v0.7.12 |
1278 | 2024-10-30T00:35:35.612Z | Compiling toml_edit v0.22.22 |
1279 | 2024-10-30T00:35:36.109Z | Compiling curve25519-dalek v4.1.3 |
1280 | 2024-10-30T00:35:36.547Z | Compiling h2 v0.4.6 |
1281 | 2024-10-30T00:35:36.692Z | Compiling slog-json v2.6.1 |
1282 | 2024-10-30T00:35:36.728Z | Compiling addr2line v0.24.2 |
1283 | 2024-10-30T00:35:36.931Z | Compiling serde_urlencoded v0.7.1 |
1284 | 2024-10-30T00:35:37.101Z | Compiling schemars_derive v0.8.21 |
1285 | 2024-10-30T00:35:37.450Z | Compiling enum-as-inner v0.6.1 |
1286 | 2024-10-30T00:35:37.486Z | Compiling async-stream-impl v0.3.6 |
1287 | 2024-10-30T00:35:38.740Z | Compiling crossbeam-deque v0.8.5 |
1288 | 2024-10-30T00:35:38.987Z | Compiling term v0.7.0 |
1289 | 2024-10-30T00:35:39.134Z | Compiling crossbeam-channel v0.5.13 |
1290 | 2024-10-30T00:35:40.597Z | Compiling num-integer v0.1.46 |
1291 | 2024-10-30T00:35:40.618Z | Compiling idna v0.4.0 |
1292 | 2024-10-30T00:35:41.082Z | Compiling idna v0.3.0 |
1293 | 2024-10-30T00:35:41.422Z | Compiling rustls-pemfile v2.2.0 |
1294 | 2024-10-30T00:35:41.777Z | Compiling ff v0.13.0 |
1295 | 2024-10-30T00:35:42.023Z | Compiling hash32 v0.2.1 |
1296 | 2024-10-30T00:35:42.284Z | Compiling is-terminal v0.4.13 |
1297 | 2024-10-30T00:35:42.419Z | Compiling dropshot v0.12.0 |
1298 | 2024-10-30T00:35:42.436Z | Compiling object v0.36.5 |
1299 | 2024-10-30T00:35:42.723Z | Compiling stable_deref_trait v1.2.0 |
1300 | 2024-10-30T00:35:42.742Z | Compiling rustc-demangle v0.1.24 |
1301 | 2024-10-30T00:35:42.832Z | Compiling portable-atomic v1.9.0 |
1302 | 2024-10-30T00:35:42.836Z | Compiling num-bigint-dig v0.8.4 |
1303 | 2024-10-30T00:35:42.878Z | Compiling smoltcp v0.9.1 |
1304 | 2024-10-30T00:35:43.170Z | Compiling fallible-iterator v0.2.0 |
1305 | 2024-10-30T00:35:43.671Z | Compiling linked-hash-map v0.5.6 |
1306 | 2024-10-30T00:35:43.731Z | Compiling hyper v1.4.1 |
1307 | 2024-10-30T00:35:43.917Z | Compiling psl-types v2.0.11 |
1308 | 2024-10-30T00:35:43.951Z | Compiling take_mut v0.2.2 |
1309 | 2024-10-30T00:35:44.050Z | Compiling base16ct v0.2.0 |
1310 | 2024-10-30T00:35:44.114Z | Compiling quick-error v1.2.3 |
1311 | 2024-10-30T00:35:44.137Z | Compiling dyn-clone v1.0.17 |
1312 | 2024-10-30T00:35:44.270Z | Compiling utf-8 v0.7.6 |
1313 | 2024-10-30T00:35:44.318Z | Compiling anyhow v1.0.89 |
1314 | 2024-10-30T00:35:44.376Z | Compiling sec1 v0.7.3 |
1315 | 2024-10-30T00:35:44.629Z | Compiling tungstenite v0.24.0 |
1316 | 2024-10-30T00:35:45.024Z | Compiling resolv-conf v0.7.0 |
1317 | 2024-10-30T00:35:45.180Z | Compiling publicsuffix v2.2.3 |
1318 | 2024-10-30T00:35:45.864Z | Compiling lru-cache v0.1.2 |
1319 | 2024-10-30T00:35:46.143Z | Compiling postgres-protocol v0.6.7 |
1320 | 2024-10-30T00:35:46.678Z | Compiling hyper-util v0.1.9 |
1321 | 2024-10-30T00:35:47.627Z | Compiling slog-term v2.9.1 |
1322 | 2024-10-30T00:35:47.648Z | Compiling usdt v0.5.0 |
1323 | 2024-10-30T00:35:48.125Z | Compiling group v0.13.0 |
1324 | 2024-10-30T00:35:48.166Z | Compiling hickory-proto v0.24.1 |
1325 | 2024-10-30T00:35:48.321Z | Compiling num-iter v0.1.45 |
1326 | 2024-10-30T00:35:48.372Z | Compiling tokio-native-tls v0.3.1 |
1327 | 2024-10-30T00:35:48.501Z | Compiling async-stream v0.3.6 |
1328 | 2024-10-30T00:35:48.664Z | Compiling toml v0.8.19 |
1329 | 2024-10-30T00:35:49.941Z | Compiling backtrace v0.3.74 |
1330 | 2024-10-30T00:35:49.966Z | Compiling slog-bunyan v2.5.0 |
1331 | 2024-10-30T00:35:50.144Z | Compiling tokio-rustls v0.25.0 |
1332 | 2024-10-30T00:35:50.189Z | Compiling tokio-rustls v0.26.0 |
1333 | 2024-10-30T00:35:50.310Z | Compiling terminal_size v0.4.0 |
1334 | 2024-10-30T00:35:50.404Z | Compiling dropshot_endpoint v0.12.0 |
1335 | 2024-10-30T00:35:50.533Z | Compiling openapiv3 v2.0.0 |
1336 | 2024-10-30T00:35:50.554Z | Compiling camino v1.1.9 |
1337 | 2024-10-30T00:35:50.574Z | Compiling serde_path_to_error v0.1.16 |
1338 | 2024-10-30T00:35:50.628Z | Compiling futures v0.3.31 |
1339 | 2024-10-30T00:35:51.545Z | Compiling hkdf v0.12.4 |
1340 | 2024-10-30T00:35:51.822Z | Compiling crypto-bigint v0.5.5 |
1341 | 2024-10-30T00:35:52.040Z | Compiling curve25519-dalek-derive v0.1.1 |
1342 | 2024-10-30T00:35:52.458Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-10-30T00:35:53.628Z | Compiling phf_shared v0.11.2 |
1344 | 2024-10-30T00:35:53.649Z | Compiling waitgroup v0.1.2 |
1345 | 2024-10-30T00:35:53.882Z | Compiling webpki-roots v0.26.6 |
1346 | 2024-10-30T00:35:53.950Z | Compiling hubpack_derive v0.1.1 |
1347 | 2024-10-30T00:35:53.986Z | Compiling hostname v0.4.0 |
1348 | 2024-10-30T00:35:54.090Z | Compiling fs-err v2.11.0 |
1349 | 2024-10-30T00:35:54.244Z | Compiling ahash v0.8.11 |
1350 | 2024-10-30T00:35:54.401Z | Compiling bitflags v1.3.2 |
1351 | 2024-10-30T00:35:54.546Z | Compiling debug-ignore v1.0.5 |
1352 | 2024-10-30T00:35:54.630Z | Compiling managed v0.8.0 |
1353 | 2024-10-30T00:35:54.691Z | Compiling winnow v0.5.40 |
1354 | 2024-10-30T00:35:54.717Z | Compiling strum_macros v0.25.3 |
1355 | 2024-10-30T00:35:54.866Z | Compiling hubpack v0.1.2 |
1356 | 2024-10-30T00:35:55.124Z | Compiling elliptic-curve v0.13.8 |
1357 | 2024-10-30T00:35:55.322Z | Compiling clap_builder v4.5.20 |
1358 | 2024-10-30T00:35:56.011Z | Compiling zerocopy v0.6.6 |
1359 | 2024-10-30T00:35:56.889Z | Compiling console v0.15.8 |
1360 | 2024-10-30T00:35:57.560Z | Compiling hyper-rustls v0.27.3 |
1361 | 2024-10-30T00:35:58.080Z | Compiling hickory-resolver v0.24.1 |
1362 | 2024-10-30T00:35:58.190Z | Compiling phf v0.11.2 |
1363 | 2024-10-30T00:35:58.499Z | Compiling toml_edit v0.19.15 |
1364 | 2024-10-30T00:35:58.648Z | Compiling signal-hook-mio v0.2.4 |
1365 | 2024-10-30T00:35:58.934Z | Compiling cookie_store v0.21.0 |
1366 | 2024-10-30T00:35:58.954Z | Compiling rayon v1.10.0 |
1367 | 2024-10-30T00:35:59.748Z | Compiling hyper-tls v0.6.0 |
1368 | 2024-10-30T00:36:00.582Z | Compiling postgres-types v0.2.8 |
1369 | 2024-10-30T00:36:03.588Z | Compiling tokio-tungstenite v0.24.0 |
1370 | 2024-10-30T00:36:04.023Z | Compiling tokio-stream v0.1.16 |
1371 | 2024-10-30T00:36:04.186Z | Compiling bstr v1.10.0 |
1372 | 2024-10-30T00:36:05.070Z | Compiling regex v1.11.0 |
1373 | 2024-10-30T00:36:05.129Z | Compiling serde-big-array v0.5.1 |
1374 | 2024-10-30T00:36:05.211Z | Compiling ed25519 v2.2.3 |
1375 | 2024-10-30T00:36:05.242Z | Compiling pkcs1 v0.7.5 |
1376 | 2024-10-30T00:36:05.367Z | Compiling rfc6979 v0.4.0 |
1377 | 2024-10-30T00:36:05.573Z | Compiling clap_derive v4.5.18 |
1378 | 2024-10-30T00:36:06.147Z | Compiling serde_repr v0.1.19 |
1379 | 2024-10-30T00:36:06.209Z | Compiling derive-where v1.2.7 |
1380 | 2024-10-30T00:36:06.282Z | Compiling phf_shared v0.10.0 |
1381 | 2024-10-30T00:36:06.705Z | Compiling float-cmp v0.9.0 |
1382 | 2024-10-30T00:36:06.802Z | Compiling sync_wrapper v1.0.1 |
1383 | 2024-10-30T00:36:06.932Z | Compiling crc32fast v1.4.2 |
1384 | 2024-10-30T00:36:06.959Z | Compiling number_prefix v0.4.0 |
1385 | 2024-10-30T00:36:07.182Z | Compiling unicode-segmentation v1.12.0 |
1386 | 2024-10-30T00:36:07.203Z | Compiling minimal-lexical v0.2.1 |
1387 | 2024-10-30T00:36:07.270Z | Compiling predicates-core v1.0.8 |
1388 | 2024-10-30T00:36:07.355Z | Compiling difflib v0.4.0 |
1389 | 2024-10-30T00:36:07.430Z | Compiling bit-vec v0.6.3 |
1390 | 2024-10-30T00:36:07.643Z | Compiling normalize-line-endings v0.3.0 |
1391 | 2024-10-30T00:36:07.726Z | Compiling fixedbitset v0.4.2 |
1392 | 2024-10-30T00:36:07.777Z | Compiling whoami v1.5.2 |
1393 | 2024-10-30T00:36:07.915Z | Compiling precomputed-hash v0.1.1 |
1394 | 2024-10-30T00:36:08.041Z | Compiling new_debug_unreachable v1.0.6 |
1395 | 2024-10-30T00:36:08.109Z | Compiling static_assertions v1.1.0 |
1396 | 2024-10-30T00:36:08.148Z | Compiling string_cache v0.8.7 |
1397 | 2024-10-30T00:36:08.208Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1398 | 2024-10-30T00:36:08.227Z | Compiling tokio-postgres v0.7.12 |
1399 | 2024-10-30T00:36:08.437Z | Compiling petgraph v0.6.5 |
1400 | 2024-10-30T00:36:08.646Z | Compiling similar v2.6.0 |
1401 | 2024-10-30T00:36:09.007Z | Compiling bit-set v0.5.3 |
1402 | 2024-10-30T00:36:09.303Z | Compiling predicates v3.1.2 |
1403 | 2024-10-30T00:36:10.005Z | Compiling qorb v0.1.2 |
1404 | 2024-10-30T00:36:10.831Z | Compiling clap v4.5.20 |
1405 | 2024-10-30T00:36:10.968Z | Compiling nom v7.1.3 |
1406 | 2024-10-30T00:36:11.108Z | Compiling indicatif v0.17.8 |
1407 | 2024-10-30T00:36:11.195Z | Compiling flate2 v1.0.34 |
1408 | 2024-10-30T00:36:12.157Z | Compiling reqwest v0.12.8 |
1409 | 2024-10-30T00:36:12.505Z | Compiling rsa v0.9.6 |
1410 | 2024-10-30T00:36:13.347Z | Compiling ecdsa v0.16.9 |
1411 | 2024-10-30T00:36:14.157Z | Compiling ed25519-dalek v2.1.1 |
1412 | 2024-10-30T00:36:14.224Z | Compiling toml v0.7.8 |
1413 | 2024-10-30T00:36:14.724Z | Compiling crossterm v0.28.1 |
1414 | 2024-10-30T00:36:15.650Z | Compiling hex v0.4.3 |
1415 | 2024-10-30T00:36:16.018Z | Compiling itertools v0.10.5 |
1416 | 2024-10-30T00:36:16.175Z | Compiling itertools v0.12.1 |
1417 | 2024-10-30T00:36:16.206Z | Compiling x509-cert v0.2.5 |
1418 | 2024-10-30T00:36:16.289Z | Compiling lalrpop-util v0.19.12 |
1419 | 2024-10-30T00:36:16.660Z | Compiling peg-runtime v0.8.3 |
1420 | 2024-10-30T00:36:16.704Z | Compiling unicode-xid v0.2.6 |
1421 | 2024-10-30T00:36:16.888Z | Compiling xattr v1.3.1 |
1422 | 2024-10-30T00:36:17.176Z | Compiling strum_macros v0.26.4 |
1423 | 2024-10-30T00:36:17.335Z | Compiling filetime v0.2.25 |
1424 | 2024-10-30T00:36:17.662Z | Compiling tar v0.4.42 |
1425 | 2024-10-30T00:36:21.060Z | Compiling strum v0.26.3 |
1426 | 2024-10-30T00:36:21.475Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1427 | 2024-10-30T00:36:21.734Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1428 | 2024-10-30T00:36:27.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1429 | 2024-10-30T00:36:27.423Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1430 | 2024-10-30T00:36:27.474Z | Oct 30 00:36:26.139 INFO Starting download, target: Console |
1431 | 2024-10-30T00:36:27.474Z | Oct 30 00:36:26.139 INFO Starting download, target: Cockroach |
1432 | 2024-10-30T00:36:27.474Z | Oct 30 00:36:26.139 INFO Starting download, target: Clickhouse |
1433 | 2024-10-30T00:36:27.474Z | Oct 30 00:36:26.139 INFO Starting download, target: DendriteOpenapi |
1434 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.139 INFO Starting download, target: DendriteStub |
1435 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.139 INFO Starting download, target: MaghemiteMgd |
1436 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.139 INFO Starting download, target: TransceiverControl |
1437 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.140 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1438 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.140 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1439 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.140 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1440 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.140 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1441 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.140 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1442 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.140 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1443 | 2024-10-30T00:36:27.477Z | Oct 30 00:36:26.140 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1444 | 2024-10-30T00:36:27.732Z | Oct 30 00:36:26.391 INFO Download complete, target: DendriteOpenapi |
1445 | 2024-10-30T00:36:27.804Z | Oct 30 00:36:26.468 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1446 | 2024-10-30T00:36:28.106Z | Oct 30 00:36:26.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1447 | 2024-10-30T00:36:28.294Z | Oct 30 00:36:26.959 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1448 | 2024-10-30T00:36:28.308Z | Oct 30 00:36:26.973 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1449 | 2024-10-30T00:36:28.457Z | Oct 30 00:36:27.113 INFO Download complete, target: Console |
1450 | 2024-10-30T00:36:28.554Z | Oct 30 00:36:27.219 INFO Download complete, target: TransceiverControl |
1451 | 2024-10-30T00:36:29.646Z | Oct 30 00:36:28.311 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1452 | 2024-10-30T00:36:29.646Z | Oct 30 00:36:28.311 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1453 | 2024-10-30T00:36:30.470Z | Oct 30 00:36:29.135 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1454 | 2024-10-30T00:36:31.514Z | Oct 30 00:36:30.179 INFO Download complete, target: DendriteStub |
1455 | 2024-10-30T00:36:31.697Z | Oct 30 00:36:30.362 INFO Download complete, target: MaghemiteMgd |
1456 | 2024-10-30T00:36:37.986Z | Oct 30 00:36:36.650 INFO Checking that binary works, target: Cockroach |
1457 | 2024-10-30T00:36:38.176Z | Oct 30 00:36:36.841 INFO Download complete, target: Cockroach |
1458 | 2024-10-30T00:36:44.396Z | Oct 30 00:36:43.058 INFO Checking that binary works, target: Clickhouse |
1459 | 2024-10-30T00:36:44.546Z | Oct 30 00:36:43.185 INFO Download complete, target: Clickhouse |
1460 | 2024-10-30T00:36:44.566Z | All prerequisites installed successfully |
1461 | 2024-10-30T00:36:44.566Z | |
1462 | 2024-10-30T00:36:44.566Z | real 3:51.765764071 |
1463 | 2024-10-30T00:36:44.567Z | user 13:11.546719384 |
1464 | 2024-10-30T00:36:44.567Z | sys 2:45.532119848 |
1465 | 2024-10-30T00:36:44.567Z | trap 0.476607884 |
1466 | 2024-10-30T00:36:44.567Z | tflt 1.818125228 |
1467 | 2024-10-30T00:36:44.567Z | dflt 1.638232159 |
1468 | 2024-10-30T00:36:44.567Z | kflt 0.031454989 |
1469 | 2024-10-30T00:36:44.567Z | lock 25:34.261619977 |
1470 | 2024-10-30T00:36:44.567Z | slp 50:11.476106989 |
1471 | 2024-10-30T00:36:44.567Z | lat 46.798590076 |
1472 | 2024-10-30T00:36:44.568Z | stop 2:08.301606509 |
1473 | 2024-10-30T00:36:44.568Z | + ptime -m cargo xtask download softnpu |
1474 | 2024-10-30T00:36:45.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1475 | 2024-10-30T00:36:45.121Z | Running `target/debug/xtask download softnpu` |
1476 | 2024-10-30T00:36:45.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1477 | 2024-10-30T00:36:46.039Z | Running `target/debug/xtask-downloader softnpu` |
1478 | 2024-10-30T00:36:46.074Z | Oct 30 00:36:44.738 INFO Starting download, target: Softnpu |
1479 | 2024-10-30T00:36:46.077Z | Oct 30 00:36:44.739 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1480 | 2024-10-30T00:36:47.124Z | Oct 30 00:36:45.788 INFO Download complete, target: Softnpu |
1481 | 2024-10-30T00:36:47.128Z | |
1482 | 2024-10-30T00:36:47.131Z | real 2.591704942 |
1483 | 2024-10-30T00:36:47.131Z | user 1.327426049 |
1484 | 2024-10-30T00:36:47.131Z | sys 0.567349577 |
1485 | 2024-10-30T00:36:47.131Z | trap 0.000317079 |
1486 | 2024-10-30T00:36:47.131Z | tflt 0.000016808 |
1487 | 2024-10-30T00:36:47.131Z | dflt 0.000000000 |
1488 | 2024-10-30T00:36:47.131Z | kflt 0.000000000 |
1489 | 2024-10-30T00:36:47.131Z | lock 11.145269574 |
1490 | 2024-10-30T00:36:47.131Z | slp 0.986844831 |
1491 | 2024-10-30T00:36:47.131Z | lat 0.071585169 |
1492 | 2024-10-30T00:36:47.131Z | stop 0.000374651 |
1493 | 2024-10-30T00:36:47.131Z | + export CARGO_INCREMENTAL=0 |
1494 | 2024-10-30T00:36:47.131Z | + CARGO_INCREMENTAL=0 |
1495 | 2024-10-30T00:36:47.131Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1496 | 2024-10-30T00:36:48.144Z | Compiling proc-macro2 v1.0.87 |
1497 | 2024-10-30T00:36:48.144Z | Compiling unicode-ident v1.0.13 |
1498 | 2024-10-30T00:36:48.147Z | Compiling libc v0.2.161 |
1499 | 2024-10-30T00:36:48.147Z | Compiling serde v1.0.210 |
1500 | 2024-10-30T00:36:48.147Z | Compiling version_check v0.9.5 |
1501 | 2024-10-30T00:36:48.147Z | Compiling autocfg v1.4.0 |
1502 | 2024-10-30T00:36:48.147Z | Compiling cfg-if v1.0.0 |
1503 | 2024-10-30T00:36:48.376Z | Compiling typenum v1.17.0 |
1504 | 2024-10-30T00:36:48.409Z | Compiling memchr v2.7.4 |
1505 | 2024-10-30T00:36:48.896Z | Compiling generic-array v0.14.7 |
1506 | 2024-10-30T00:36:48.941Z | Compiling shlex v1.3.0 |
1507 | 2024-10-30T00:36:49.233Z | Compiling lock_api v0.4.12 |
1508 | 2024-10-30T00:36:49.307Z | Compiling parking_lot_core v0.9.10 |
1509 | 2024-10-30T00:36:49.310Z | Compiling once_cell v1.20.2 |
1510 | 2024-10-30T00:36:49.552Z | Compiling serde_json v1.0.128 |
1511 | 2024-10-30T00:36:49.707Z | Compiling thiserror v1.0.64 |
1512 | 2024-10-30T00:36:49.736Z | Compiling libm v0.2.8 |
1513 | 2024-10-30T00:36:49.839Z | Compiling quote v1.0.37 |
1514 | 2024-10-30T00:36:49.885Z | Compiling num-traits v0.2.19 |
1515 | 2024-10-30T00:36:50.105Z | Compiling value-bag v1.9.0 |
1516 | 2024-10-30T00:36:50.200Z | Compiling itoa v1.0.11 |
1517 | 2024-10-30T00:36:50.238Z | Compiling syn v2.0.79 |
1518 | 2024-10-30T00:36:50.439Z | Compiling getrandom v0.2.15 |
1519 | 2024-10-30T00:36:50.469Z | Compiling jobserver v0.1.32 |
1520 | 2024-10-30T00:36:50.544Z | Compiling log v0.4.22 |
1521 | 2024-10-30T00:36:50.673Z | Compiling slab v0.4.9 |
1522 | 2024-10-30T00:36:50.720Z | Compiling scopeguard v1.2.0 |
1523 | 2024-10-30T00:36:50.898Z | Compiling cc v1.1.30 |
1524 | 2024-10-30T00:36:51.122Z | Compiling rand_core v0.6.4 |
1525 | 2024-10-30T00:36:51.245Z | Compiling byteorder v1.5.0 |
1526 | 2024-10-30T00:36:51.681Z | Compiling allocator-api2 v0.2.18 |
1527 | 2024-10-30T00:36:52.126Z | Compiling subtle v2.6.1 |
1528 | 2024-10-30T00:36:52.405Z | Compiling semver v1.0.23 |
1529 | 2024-10-30T00:36:52.664Z | Compiling const-oid v0.9.6 |
1530 | 2024-10-30T00:36:52.781Z | Compiling ryu v1.0.18 |
1531 | 2024-10-30T00:36:52.917Z | Compiling pin-project-lite v0.2.14 |
1532 | 2024-10-30T00:36:52.935Z | Compiling smallvec v1.13.2 |
1533 | 2024-10-30T00:36:53.012Z | Compiling equivalent v1.0.1 |
1534 | 2024-10-30T00:36:53.054Z | Compiling foldhash v0.1.3 |
1535 | 2024-10-30T00:36:53.135Z | Compiling httparse v1.9.5 |
1536 | 2024-10-30T00:36:53.263Z | Compiling hashbrown v0.15.0 |
1537 | 2024-10-30T00:36:53.342Z | Compiling schemars v0.8.21 |
1538 | 2024-10-30T00:36:53.818Z | Compiling signal-hook-registry v1.4.2 |
1539 | 2024-10-30T00:36:54.044Z | Compiling heck v0.5.0 |
1540 | 2024-10-30T00:36:54.203Z | Compiling parking_lot v0.12.3 |
1541 | 2024-10-30T00:36:54.421Z | Compiling ring v0.17.8 |
1542 | 2024-10-30T00:36:54.482Z | Compiling mio v1.0.2 |
1543 | 2024-10-30T00:36:55.282Z | Compiling crossbeam-utils v0.8.20 |
1544 | 2024-10-30T00:36:55.302Z | Compiling socket2 v0.5.7 |
1545 | 2024-10-30T00:36:55.572Z | Compiling num-conv v0.1.0 |
1546 | 2024-10-30T00:36:55.868Z | Compiling fnv v1.0.7 |
1547 | 2024-10-30T00:36:55.998Z | Compiling futures-core v0.3.31 |
1548 | 2024-10-30T00:36:56.130Z | Compiling vcpkg v0.2.15 |
1549 | 2024-10-30T00:36:56.186Z | Compiling pkg-config v0.3.31 |
1550 | 2024-10-30T00:36:56.489Z | Compiling time-core v0.1.2 |
1551 | 2024-10-30T00:36:56.671Z | Compiling time-macros v0.2.18 |
1552 | 2024-10-30T00:36:57.669Z | Compiling spin v0.9.8 |
1553 | 2024-10-30T00:36:57.818Z | Compiling openssl-sys v0.9.103 |
1554 | 2024-10-30T00:36:58.132Z | Compiling serde_derive_internals v0.29.1 |
1555 | 2024-10-30T00:36:58.257Z | Compiling cpufeatures v0.2.14 |
1556 | 2024-10-30T00:36:58.422Z | Compiling futures-sink v0.3.31 |
1557 | 2024-10-30T00:36:58.915Z | Compiling ahash v0.8.11 |
1558 | 2024-10-30T00:36:59.154Z | Compiling syn v1.0.109 |
1559 | 2024-10-30T00:36:59.231Z | Compiling slog v2.7.0 |
1560 | 2024-10-30T00:36:59.440Z | Compiling rustix v0.38.37 |
1561 | 2024-10-30T00:36:59.714Z | Compiling futures-channel v0.3.31 |
1562 | 2024-10-30T00:36:59.944Z | Compiling futures-task v0.3.31 |
1563 | 2024-10-30T00:37:00.098Z | Compiling iana-time-zone v0.1.61 |
1564 | 2024-10-30T00:37:00.127Z | Compiling tinyvec_macros v0.1.1 |
1565 | 2024-10-30T00:37:00.168Z | Compiling ucd-trie v0.1.7 |
1566 | 2024-10-30T00:37:00.211Z | Compiling pin-utils v0.1.0 |
1567 | 2024-10-30T00:37:00.249Z | Compiling openssl v0.10.66 |
1568 | 2024-10-30T00:37:00.388Z | Compiling futures-io v0.3.31 |
1569 | 2024-10-30T00:37:00.416Z | Compiling tinyvec v1.8.0 |
1570 | 2024-10-30T00:37:01.115Z | Compiling native-tls v0.2.12 |
1571 | 2024-10-30T00:37:01.137Z | Compiling unicode-bidi v0.3.17 |
1572 | 2024-10-30T00:37:01.329Z | Compiling rustls v0.23.14 |
1573 | 2024-10-30T00:37:01.448Z | Compiling base64ct v1.6.0 |
1574 | 2024-10-30T00:37:01.905Z | Compiling unicode-normalization v0.1.24 |
1575 | 2024-10-30T00:37:02.041Z | Compiling pem-rfc7468 v0.7.0 |
1576 | 2024-10-30T00:37:02.737Z | Compiling tracing-core v0.1.32 |
1577 | 2024-10-30T00:37:03.059Z | Compiling usdt-impl v0.5.0 |
1578 | 2024-10-30T00:37:03.416Z | Compiling cookie v0.18.1 |
1579 | 2024-10-30T00:37:03.436Z | Compiling serde_derive v1.0.210 |
1580 | 2024-10-30T00:37:03.719Z | Compiling zeroize_derive v1.4.2 |
1581 | 2024-10-30T00:37:03.915Z | Compiling zerocopy-derive v0.7.35 |
1582 | 2024-10-30T00:37:04.449Z | Compiling thiserror-impl v1.0.64 |
1583 | 2024-10-30T00:37:04.983Z | Compiling tokio-macros v2.4.0 |
1584 | 2024-10-30T00:37:05.202Z | Compiling zeroize v1.8.1 |
1585 | 2024-10-30T00:37:05.978Z | Compiling futures-macro v0.3.31 |
1586 | 2024-10-30T00:37:06.483Z | Compiling zerocopy v0.7.35 |
1587 | 2024-10-30T00:37:07.057Z | Compiling crypto-common v0.1.6 |
1588 | 2024-10-30T00:37:07.392Z | Compiling tracing-attributes v0.1.27 |
1589 | 2024-10-30T00:37:07.658Z | Compiling block-buffer v0.10.4 |
1590 | 2024-10-30T00:37:07.917Z | Compiling digest v0.10.7 |
1591 | 2024-10-30T00:37:08.024Z | Compiling schemars_derive v0.8.21 |
1592 | 2024-10-30T00:37:08.362Z | Compiling der_derive v0.7.3 |
1593 | 2024-10-30T00:37:09.718Z | Compiling hmac v0.12.1 |
1594 | 2024-10-30T00:37:09.732Z | Compiling scroll_derive v0.12.0 |
1595 | 2024-10-30T00:37:09.932Z | Compiling futures-util v0.3.31 |
1596 | 2024-10-30T00:37:10.610Z | Compiling pest v2.7.14 |
1597 | 2024-10-30T00:37:10.637Z | Compiling block-padding v0.3.3 |
1598 | 2024-10-30T00:37:10.868Z | Compiling inout v0.1.3 |
1599 | 2024-10-30T00:37:11.123Z | Compiling openssl-macros v0.1.1 |
1600 | 2024-10-30T00:37:11.855Z | Compiling cipher v0.4.4 |
1601 | 2024-10-30T00:37:12.118Z | Compiling sha2 v0.10.8 |
1602 | 2024-10-30T00:37:12.322Z | Compiling ppv-lite86 v0.2.20 |
1603 | 2024-10-30T00:37:12.931Z | Compiling dyn-clone v1.0.17 |
1604 | 2024-10-30T00:37:13.152Z | Compiling pest_meta v2.7.14 |
1605 | 2024-10-30T00:37:13.411Z | Compiling anyhow v1.0.89 |
1606 | 2024-10-30T00:37:13.528Z | Compiling flagset v0.4.6 |
1607 | 2024-10-30T00:37:13.732Z | Compiling der v0.7.9 |
1608 | 2024-10-30T00:37:13.914Z | Compiling rand_chacha v0.3.1 |
1609 | 2024-10-30T00:37:14.913Z | Compiling pest_generator v2.7.14 |
1610 | 2024-10-30T00:37:15.019Z | Compiling scroll v0.12.0 |
1611 | 2024-10-30T00:37:15.568Z | Compiling tracing v0.1.40 |
1612 | 2024-10-30T00:37:16.422Z | Compiling async-trait v0.1.83 |
1613 | 2024-10-30T00:37:16.672Z | Compiling bytes v1.7.2 |
1614 | 2024-10-30T00:37:16.865Z | Compiling indexmap v2.6.0 |
1615 | 2024-10-30T00:37:17.572Z | Compiling tokio v1.40.0 |
1616 | 2024-10-30T00:37:17.891Z | Compiling http v1.1.0 |
1617 | 2024-10-30T00:37:18.008Z | Compiling serde_tokenstream v0.2.2 |
1618 | 2024-10-30T00:37:18.590Z | Compiling rustc_version v0.4.1 |
1619 | 2024-10-30T00:37:18.870Z | Compiling uuid v1.10.0 |
1620 | 2024-10-30T00:37:19.064Z | Compiling chrono v0.4.38 |
1621 | 2024-10-30T00:37:19.230Z | Compiling bitflags v2.6.0 |
1622 | 2024-10-30T00:37:20.229Z | Compiling toml_datetime v0.6.8 |
1623 | 2024-10-30T00:37:20.255Z | Compiling serde_spanned v0.6.8 |
1624 | 2024-10-30T00:37:20.692Z | Compiling pest_derive v2.7.14 |
1625 | 2024-10-30T00:37:23.824Z | Compiling aho-corasick v1.1.3 |
1626 | 2024-10-30T00:37:24.541Z | Compiling plain v0.2.3 |
1627 | 2024-10-30T00:37:24.705Z | Compiling percent-encoding v2.3.1 |
1628 | 2024-10-30T00:37:25.036Z | Compiling regex-syntax v0.8.5 |
1629 | 2024-10-30T00:37:25.444Z | Compiling rustls-pki-types v1.9.0 |
1630 | 2024-10-30T00:37:26.316Z | Compiling rayon-core v1.12.1 |
1631 | 2024-10-30T00:37:26.497Z | Compiling camino v1.1.9 |
1632 | 2024-10-30T00:37:26.640Z | Compiling tokio-util v0.7.12 |
1633 | 2024-10-30T00:37:27.084Z | Compiling goblin v0.8.2 |
1634 | 2024-10-30T00:37:28.361Z | Compiling spki v0.7.3 |
1635 | 2024-10-30T00:37:28.380Z | Compiling rand v0.8.5 |
1636 | 2024-10-30T00:37:28.645Z | Compiling salsa20 v0.10.2 |
1637 | 2024-10-30T00:37:28.755Z | Compiling regex-automata v0.4.8 |
1638 | 2024-10-30T00:37:28.892Z | Compiling pbkdf2 v0.12.2 |
1639 | 2024-10-30T00:37:30.351Z | Compiling winnow v0.5.40 |
1640 | 2024-10-30T00:37:31.017Z | Compiling rustls v0.22.4 |
1641 | 2024-10-30T00:37:31.129Z | Compiling untrusted v0.9.0 |
1642 | 2024-10-30T00:37:31.326Z | Compiling pretty-hex v0.4.1 |
1643 | 2024-10-30T00:37:31.565Z | Compiling powerfmt v0.2.0 |
1644 | 2024-10-30T00:37:31.954Z | Compiling deranged v0.3.11 |
1645 | 2024-10-30T00:37:33.187Z | Compiling dof v0.3.0 |
1646 | 2024-10-30T00:37:34.372Z | Compiling toml_edit v0.19.15 |
1647 | 2024-10-30T00:37:34.862Z | Compiling scrypt v0.11.0 |
1648 | 2024-10-30T00:37:35.294Z | Compiling dtrace-parser v0.2.0 |
1649 | 2024-10-30T00:37:35.393Z | Compiling cbc v0.1.2 |
1650 | 2024-10-30T00:37:35.625Z | Compiling aes v0.8.4 |
1651 | 2024-10-30T00:37:35.964Z | Compiling thread-id v4.2.2 |
1652 | 2024-10-30T00:37:36.617Z | Compiling num_threads v0.1.7 |
1653 | 2024-10-30T00:37:36.757Z | Compiling atomic-waker v1.1.2 |
1654 | 2024-10-30T00:37:36.799Z | Compiling rustversion v1.0.17 |
1655 | 2024-10-30T00:37:36.840Z | Compiling time v0.3.36 |
1656 | 2024-10-30T00:37:37.026Z | Compiling pkcs5 v0.7.1 |
1657 | 2024-10-30T00:37:38.913Z | Compiling rustls-webpki v0.102.8 |
1658 | 2024-10-30T00:37:39.900Z | Compiling form_urlencoded v1.2.1 |
1659 | 2024-10-30T00:37:40.011Z | Compiling http-body v1.0.1 |
1660 | 2024-10-30T00:37:40.200Z | Compiling heapless v0.7.17 |
1661 | 2024-10-30T00:37:40.372Z | Compiling multer v3.1.0 |
1662 | 2024-10-30T00:37:40.706Z | Compiling signal-hook v0.3.17 |
1663 | 2024-10-30T00:37:40.816Z | Compiling try-lock v0.2.5 |
1664 | 2024-10-30T00:37:41.004Z | Compiling slog-async v2.8.0 |
1665 | 2024-10-30T00:37:41.545Z | Compiling want v0.3.1 |
1666 | 2024-10-30T00:37:41.665Z | Compiling pkcs8 v0.10.2 |
1667 | 2024-10-30T00:37:42.342Z | Compiling h2 v0.4.6 |
1668 | 2024-10-30T00:37:43.071Z | Compiling regex v1.11.0 |
1669 | 2024-10-30T00:37:43.963Z | Compiling strsim v0.11.1 |
1670 | 2024-10-30T00:37:44.220Z | Compiling httpdate v1.0.3 |
1671 | 2024-10-30T00:37:44.312Z | Compiling paste v1.0.15 |
1672 | 2024-10-30T00:37:45.942Z | Compiling usdt-macro v0.5.0 |
1673 | 2024-10-30T00:37:46.639Z | Compiling usdt-attr-macro v0.5.0 |
1674 | 2024-10-30T00:37:46.689Z | Compiling curve25519-dalek v4.1.3 |
1675 | 2024-10-30T00:37:47.130Z | Compiling openapiv3 v2.0.0 |
1676 | 2024-10-30T00:37:47.391Z | Compiling async-stream-impl v0.3.6 |
1677 | 2024-10-30T00:37:48.125Z | Compiling enum-as-inner v0.6.1 |
1678 | 2024-10-30T00:37:48.697Z | Compiling idna v0.5.0 |
1679 | 2024-10-30T00:37:49.315Z | Compiling errno v0.3.9 |
1680 | 2024-10-30T00:37:49.593Z | Compiling dropshot v0.12.0 |
1681 | 2024-10-30T00:37:49.651Z | Compiling hyper v1.4.1 |
1682 | 2024-10-30T00:37:49.924Z | Compiling foreign-types-shared v0.1.1 |
1683 | 2024-10-30T00:37:50.050Z | Compiling match_cfg v0.1.0 |
1684 | 2024-10-30T00:37:50.096Z | Compiling tower-service v0.3.3 |
1685 | 2024-10-30T00:37:50.158Z | Compiling base64 v0.22.1 |
1686 | 2024-10-30T00:37:50.231Z | Compiling portable-atomic v1.9.0 |
1687 | 2024-10-30T00:37:50.852Z | Compiling num-bigint-dig v0.8.4 |
1688 | 2024-10-30T00:37:51.164Z | Compiling smoltcp v0.9.1 |
1689 | 2024-10-30T00:37:51.481Z | Compiling adler2 v2.0.0 |
1690 | 2024-10-30T00:37:51.752Z | Compiling miniz_oxide v0.8.0 |
1691 | 2024-10-30T00:37:51.819Z | Compiling hostname v0.3.1 |
1692 | 2024-10-30T00:37:51.951Z | Compiling foreign-types v0.3.2 |
1693 | 2024-10-30T00:37:52.046Z | Compiling url v2.5.2 |
1694 | 2024-10-30T00:37:52.319Z | Compiling hyper-util v0.1.9 |
1695 | 2024-10-30T00:37:55.287Z | Compiling dirs-sys-next v0.1.2 |
1696 | 2024-10-30T00:37:55.769Z | Compiling heck v0.4.1 |
1697 | 2024-10-30T00:37:55.775Z | Compiling siphasher v0.3.11 |
1698 | 2024-10-30T00:37:55.775Z | Compiling data-encoding v2.6.0 |
1699 | 2024-10-30T00:37:55.790Z | Compiling gimli v0.31.1 |
1700 | 2024-10-30T00:37:59.711Z | Compiling dirs-next v2.0.0 |
1701 | 2024-10-30T00:38:01.578Z | Compiling addr2line v0.24.2 |
1702 | 2024-10-30T00:38:03.154Z | Compiling http-body-util v0.1.2 |
1703 | 2024-10-30T00:38:03.929Z | Compiling crossbeam-epoch v0.9.18 |
1704 | 2024-10-30T00:38:04.174Z | Compiling dropshot_endpoint v0.12.0 |
1705 | 2024-10-30T00:38:04.686Z | Compiling hubpack_derive v0.1.1 |
1706 | 2024-10-30T00:38:04.768Z | Compiling signature v2.2.0 |
1707 | 2024-10-30T00:38:05.024Z | Compiling sha1 v0.10.6 |
1708 | 2024-10-30T00:38:05.140Z | Compiling zerocopy-derive v0.6.6 |
1709 | 2024-10-30T00:38:05.420Z | Compiling curve25519-dalek-derive v0.1.1 |
1710 | 2024-10-30T00:38:05.665Z | Compiling lazy_static v1.5.0 |
1711 | 2024-10-30T00:38:05.799Z | Compiling thread_local v1.1.8 |
1712 | 2024-10-30T00:38:06.311Z | Compiling object v0.36.5 |
1713 | 2024-10-30T00:38:06.314Z | Compiling fs-err v2.11.0 |
1714 | 2024-10-30T00:38:06.652Z | Compiling encoding_rs v0.8.34 |
1715 | 2024-10-30T00:38:06.746Z | Compiling anstyle v1.0.8 |
1716 | 2024-10-30T00:38:06.832Z | Compiling winnow v0.6.20 |
1717 | 2024-10-30T00:38:07.037Z | Compiling utf8parse v0.2.2 |
1718 | 2024-10-30T00:38:07.207Z | Compiling rustc-demangle v0.1.24 |
1719 | 2024-10-30T00:38:08.509Z | Compiling stable_deref_trait v1.2.0 |
1720 | 2024-10-30T00:38:09.706Z | Compiling mime v0.3.17 |
1721 | 2024-10-30T00:38:10.237Z | Compiling either v1.13.0 |
1722 | 2024-10-30T00:38:10.384Z | Compiling unicode-properties v0.1.3 |
1723 | 2024-10-30T00:38:10.609Z | Compiling ipnet v2.10.1 |
1724 | 2024-10-30T00:38:10.677Z | Compiling openssl-probe v0.1.5 |
1725 | 2024-10-30T00:38:10.783Z | Compiling stringprep v0.1.5 |
1726 | 2024-10-30T00:38:11.592Z | Compiling toml_edit v0.22.22 |
1727 | 2024-10-30T00:38:11.624Z | Compiling anstyle-parse v0.2.5 |
1728 | 2024-10-30T00:38:15.335Z | Compiling backtrace v0.3.74 |
1729 | 2024-10-30T00:38:15.882Z | Compiling crossbeam-deque v0.8.5 |
1730 | 2024-10-30T00:38:20.886Z | Compiling term v0.7.0 |
1731 | 2024-10-30T00:38:22.209Z | Compiling slog-json v2.6.1 |
1732 | 2024-10-30T00:38:23.561Z | Compiling serde_urlencoded v0.7.1 |
1733 | 2024-10-30T00:38:24.120Z | Compiling crossbeam-channel v0.5.13 |
1734 | 2024-10-30T00:38:24.932Z | Compiling rustls-pemfile v2.2.0 |
1735 | 2024-10-30T00:38:25.154Z | Compiling hashbrown v0.14.5 |
1736 | 2024-10-30T00:38:25.221Z | Compiling futures-executor v0.3.31 |
1737 | 2024-10-30T00:38:25.483Z | Compiling md-5 v0.10.6 |
1738 | 2024-10-30T00:38:25.692Z | Compiling idna v0.4.0 |
1739 | 2024-10-30T00:38:25.718Z | Compiling idna v0.3.0 |
1740 | 2024-10-30T00:38:25.746Z | Compiling num-integer v0.1.46 |
1741 | 2024-10-30T00:38:26.109Z | Compiling ff v0.13.0 |
1742 | 2024-10-30T00:38:26.343Z | Compiling hash32 v0.2.1 |
1743 | 2024-10-30T00:38:26.441Z | Compiling is-terminal v0.4.13 |
1744 | 2024-10-30T00:38:26.500Z | Compiling memmap v0.7.0 |
1745 | 2024-10-30T00:38:27.099Z | Compiling quick-error v1.2.3 |
1746 | 2024-10-30T00:38:27.240Z | Compiling base16ct v0.2.0 |
1747 | 2024-10-30T00:38:27.520Z | Compiling psl-types v2.0.11 |
1748 | 2024-10-30T00:38:27.614Z | Compiling colorchoice v1.0.2 |
1749 | 2024-10-30T00:38:27.733Z | Compiling take_mut v0.2.2 |
1750 | 2024-10-30T00:38:27.785Z | Compiling linked-hash-map v0.5.6 |
1751 | 2024-10-30T00:38:27.962Z | Compiling is_terminal_polyfill v1.70.1 |
1752 | 2024-10-30T00:38:28.196Z | Compiling utf-8 v0.7.6 |
1753 | 2024-10-30T00:38:28.222Z | Compiling anstyle-query v1.1.1 |
1754 | 2024-10-30T00:38:28.387Z | Compiling fallible-iterator v0.2.0 |
1755 | 2024-10-30T00:38:28.851Z | Compiling tungstenite v0.24.0 |
1756 | 2024-10-30T00:38:29.143Z | Compiling postgres-protocol v0.6.7 |
1757 | 2024-10-30T00:38:30.373Z | Compiling anstream v0.6.15 |
1758 | 2024-10-30T00:38:31.079Z | Compiling lru-cache v0.1.2 |
1759 | 2024-10-30T00:38:31.292Z | Compiling publicsuffix v2.2.3 |
1760 | 2024-10-30T00:38:31.572Z | Compiling sec1 v0.7.3 |
1761 | 2024-10-30T00:38:32.166Z | Compiling resolv-conf v0.7.0 |
1762 | 2024-10-30T00:38:32.204Z | Compiling usdt v0.5.0 |
1763 | 2024-10-30T00:38:32.687Z | Compiling hickory-proto v0.24.1 |
1764 | 2024-10-30T00:38:32.861Z | Compiling slog-term v2.9.1 |
1765 | 2024-10-30T00:38:33.266Z | Compiling regress v0.10.1 |
1766 | 2024-10-30T00:38:34.439Z | Compiling group v0.13.0 |
1767 | 2024-10-30T00:38:34.768Z | Compiling num-iter v0.1.45 |
1768 | 2024-10-30T00:38:36.485Z | Compiling futures v0.3.31 |
1769 | 2024-10-30T00:38:38.539Z | Compiling slog-bunyan v2.5.0 |
1770 | 2024-10-30T00:38:38.558Z | Compiling tokio-rustls v0.25.0 |
1771 | 2024-10-30T00:38:38.733Z | Compiling tokio-rustls v0.26.0 |
1772 | 2024-10-30T00:38:38.749Z | Compiling toml v0.8.19 |
1773 | 2024-10-30T00:38:38.999Z | Compiling tokio-native-tls v0.3.1 |
1774 | 2024-10-30T00:38:39.213Z | Compiling terminal_size v0.4.0 |
1775 | 2024-10-30T00:38:39.300Z | Compiling strum_macros v0.25.3 |
1776 | 2024-10-30T00:38:39.451Z | Compiling phf_shared v0.11.2 |
1777 | 2024-10-30T00:38:40.080Z | Compiling async-stream v0.3.6 |
1778 | 2024-10-30T00:38:40.443Z | Compiling waitgroup v0.1.2 |
1779 | 2024-10-30T00:38:41.005Z | Compiling webpki-roots v0.26.6 |
1780 | 2024-10-30T00:38:41.490Z | Compiling serde_path_to_error v0.1.16 |
1781 | 2024-10-30T00:38:41.718Z | Compiling hkdf v0.12.4 |
1782 | 2024-10-30T00:38:41.842Z | Compiling crypto-bigint v0.5.5 |
1783 | 2024-10-30T00:38:41.959Z | Compiling derive-where v1.2.7 |
1784 | 2024-10-30T00:38:42.322Z | Compiling serde_repr v0.1.19 |
1785 | 2024-10-30T00:38:42.989Z | Compiling clap_derive v4.5.18 |
1786 | 2024-10-30T00:38:43.627Z | Compiling hostname v0.4.0 |
1787 | 2024-10-30T00:38:43.868Z | Compiling bitflags v1.3.2 |
1788 | 2024-10-30T00:38:43.988Z | Compiling debug-ignore v1.0.5 |
1789 | 2024-10-30T00:38:44.149Z | Compiling clap_lex v0.7.2 |
1790 | 2024-10-30T00:38:44.746Z | Compiling managed v0.8.0 |
1791 | 2024-10-30T00:38:45.300Z | Compiling unicode-width v0.1.14 |
1792 | 2024-10-30T00:38:45.710Z | Compiling elliptic-curve v0.13.8 |
1793 | 2024-10-30T00:38:45.842Z | Compiling console v0.15.8 |
1794 | 2024-10-30T00:38:45.873Z | Compiling clap_builder v4.5.20 |
1795 | 2024-10-30T00:38:47.745Z | Compiling hyper-rustls v0.27.3 |
1796 | 2024-10-30T00:38:51.073Z | Compiling phf v0.11.2 |
1797 | 2024-10-30T00:38:51.380Z | Compiling hyper-tls v0.6.0 |
1798 | 2024-10-30T00:38:51.565Z | Compiling signal-hook-mio v0.2.4 |
1799 | 2024-10-30T00:38:51.615Z | Compiling hickory-resolver v0.24.1 |
1800 | 2024-10-30T00:38:51.735Z | Compiling rayon v1.10.0 |
1801 | 2024-10-30T00:38:51.770Z | Compiling typify-impl v0.2.0 |
1802 | 2024-10-30T00:38:53.342Z | Compiling cookie_store v0.21.0 |
1803 | 2024-10-30T00:38:54.988Z | Compiling tokio-tungstenite v0.24.0 |
1804 | 2024-10-30T00:38:55.054Z | Compiling postgres-types v0.2.8 |
1805 | 2024-10-30T00:38:55.564Z | Compiling zerocopy v0.6.6 |
1806 | 2024-10-30T00:38:56.495Z | Compiling hubpack v0.1.2 |
1807 | 2024-10-30T00:38:56.543Z | Compiling ed25519 v2.2.3 |
1808 | 2024-10-30T00:38:56.853Z | Compiling phf_shared v0.10.0 |
1809 | 2024-10-30T00:38:56.967Z | Compiling pkcs1 v0.7.5 |
1810 | 2024-10-30T00:38:57.042Z | Compiling bstr v1.10.0 |
1811 | 2024-10-30T00:38:57.255Z | Compiling tokio-stream v0.1.16 |
1812 | 2024-10-30T00:38:57.425Z | Compiling serde-big-array v0.5.1 |
1813 | 2024-10-30T00:38:57.911Z | Compiling rfc6979 v0.4.0 |
1814 | 2024-10-30T00:38:58.110Z | Compiling float-cmp v0.9.0 |
1815 | 2024-10-30T00:38:58.164Z | Compiling sync_wrapper v1.0.1 |
1816 | 2024-10-30T00:38:58.287Z | Compiling crc32fast v1.4.2 |
1817 | 2024-10-30T00:38:58.371Z | Compiling new_debug_unreachable v1.0.6 |
1818 | 2024-10-30T00:38:58.473Z | Compiling difflib v0.4.0 |
1819 | 2024-10-30T00:38:58.597Z | Compiling bit-vec v0.6.3 |
1820 | 2024-10-30T00:38:58.710Z | Compiling normalize-line-endings v0.3.0 |
1821 | 2024-10-30T00:38:58.850Z | Compiling whoami v1.5.2 |
1822 | 2024-10-30T00:38:58.919Z | Compiling fixedbitset v0.4.2 |
1823 | 2024-10-30T00:38:59.034Z | Compiling predicates-core v1.0.8 |
1824 | 2024-10-30T00:38:59.351Z | Compiling number_prefix v0.4.0 |
1825 | 2024-10-30T00:38:59.354Z | Compiling unicode-segmentation v1.12.0 |
1826 | 2024-10-30T00:38:59.426Z | Compiling minimal-lexical v0.2.1 |
1827 | 2024-10-30T00:38:59.778Z | Compiling static_assertions v1.1.0 |
1828 | 2024-10-30T00:38:59.890Z | Compiling precomputed-hash v0.1.1 |
1829 | 2024-10-30T00:39:00.012Z | Compiling string_cache v0.8.7 |
1830 | 2024-10-30T00:39:00.050Z | Compiling similar v2.6.0 |
1831 | 2024-10-30T00:39:00.467Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1832 | 2024-10-30T00:39:00.953Z | Compiling nom v7.1.3 |
1833 | 2024-10-30T00:39:02.060Z | Compiling indicatif v0.17.8 |
1834 | 2024-10-30T00:39:02.835Z | Compiling predicates v3.1.2 |
1835 | 2024-10-30T00:39:03.990Z | Compiling petgraph v0.6.5 |
1836 | 2024-10-30T00:39:04.126Z | Compiling typify-macro v0.2.0 |
1837 | 2024-10-30T00:39:04.415Z | Compiling tokio-postgres v0.7.12 |
1838 | 2024-10-30T00:39:04.467Z | Compiling bit-set v0.5.3 |
1839 | 2024-10-30T00:39:04.702Z | Compiling flate2 v1.0.34 |
1840 | 2024-10-30T00:39:04.765Z | Compiling reqwest v0.12.8 |
1841 | 2024-10-30T00:39:05.678Z | Compiling qorb v0.1.2 |
1842 | 2024-10-30T00:39:07.375Z | Compiling ecdsa v0.16.9 |
1843 | 2024-10-30T00:39:08.114Z | Compiling rsa v0.9.6 |
1844 | 2024-10-30T00:39:09.639Z | Compiling ed25519-dalek v2.1.1 |
1845 | 2024-10-30T00:39:09.841Z | Compiling crossterm v0.28.1 |
1846 | 2024-10-30T00:39:10.207Z | Compiling clap v4.5.20 |
1847 | 2024-10-30T00:39:11.080Z | Compiling itertools v0.10.5 |
1848 | 2024-10-30T00:39:12.043Z | Compiling itertools v0.12.1 |
1849 | 2024-10-30T00:39:13.246Z | Compiling toml v0.7.8 |
1850 | 2024-10-30T00:39:13.408Z | Compiling x509-cert v0.2.5 |
1851 | 2024-10-30T00:39:14.459Z | Compiling hex v0.4.3 |
1852 | 2024-10-30T00:39:15.176Z | Compiling lalrpop-util v0.19.12 |
1853 | 2024-10-30T00:39:15.442Z | Compiling unicode-xid v0.2.6 |
1854 | 2024-10-30T00:39:15.534Z | Compiling peg-runtime v0.8.3 |
1855 | 2024-10-30T00:39:17.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1856 | 2024-10-30T00:39:20.201Z | Compiling proc-macro-crate v1.3.1 |
1857 | 2024-10-30T00:39:20.405Z | Compiling ipnetwork v0.20.0 |
1858 | 2024-10-30T00:39:22.453Z | Compiling heapless v0.8.0 |
1859 | 2024-10-30T00:39:23.357Z | Compiling num_enum_derive v0.5.11 |
1860 | 2024-10-30T00:39:28.889Z | Compiling hash32 v0.3.1 |
1861 | 2024-10-30T00:39:29.869Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1862 | 2024-10-30T00:39:30.623Z | Compiling ident_case v1.0.1 |
1863 | 2024-10-30T00:39:31.368Z | Compiling smoltcp v0.11.0 |
1864 | 2024-10-30T00:39:32.937Z | Compiling darling_core v0.20.10 |
1865 | 2024-10-30T00:39:47.885Z | Compiling num_enum v0.5.11 |
1866 | 2024-10-30T00:39:48.079Z | Compiling typify v0.2.0 |
1867 | 2024-10-30T00:39:50.050Z | Compiling proc-macro-error-attr v1.0.4 |
1868 | 2024-10-30T00:39:50.664Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-10-30T00:39:50.983Z | Compiling unsafe-libyaml v0.2.11 |
1870 | 2024-10-30T00:39:53.006Z | Compiling cobs v0.2.3 |
1871 | 2024-10-30T00:39:53.483Z | Compiling postcard v1.0.10 |
1872 | 2024-10-30T00:39:55.168Z | Compiling serde_yaml v0.9.34+deprecated |
1873 | 2024-10-30T00:40:05.400Z | Compiling progenitor-impl v0.8.0 |
1874 | 2024-10-30T00:40:09.867Z | Compiling darling_macro v0.20.10 |
1875 | 2024-10-30T00:40:20.811Z | Compiling strum_macros v0.26.4 |
1876 | 2024-10-30T00:40:21.491Z | Compiling foreign-types-macros v0.2.3 |
1877 | 2024-10-30T00:40:21.577Z | Compiling structmeta-derive v0.3.0 |
1878 | 2024-10-30T00:40:22.099Z | Compiling proc-macro-error v1.0.4 |
1879 | 2024-10-30T00:40:22.124Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1880 | 2024-10-30T00:40:22.382Z | Compiling foreign-types-shared v0.3.1 |
1881 | 2024-10-30T00:40:22.451Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1882 | 2024-10-30T00:40:23.968Z | Compiling newtype-uuid v1.1.2 |
1883 | 2024-10-30T00:40:24.327Z | Compiling structmeta v0.3.0 |
1884 | 2024-10-30T00:40:25.457Z | Compiling strum v0.26.3 |
1885 | 2024-10-30T00:40:29.995Z | Compiling foreign-types v0.5.0 |
1886 | 2024-10-30T00:40:30.133Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1887 | 2024-10-30T00:40:33.406Z | Compiling progenitor-macro v0.8.0 |
1888 | 2024-10-30T00:40:34.554Z | Compiling darling v0.20.10 |
1889 | 2024-10-30T00:40:36.731Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1890 | 2024-10-30T00:40:38.539Z | Compiling progenitor-client v0.8.0 |
1891 | 2024-10-30T00:40:39.463Z | Compiling tabwriter v1.4.0 |
1892 | 2024-10-30T00:40:40.276Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1893 | 2024-10-30T00:40:40.661Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1894 | 2024-10-30T00:40:41.122Z | Compiling cstr-argument v0.1.2 |
1895 | 2024-10-30T00:40:41.415Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1896 | 2024-10-30T00:40:41.528Z | Compiling fastrand v2.1.1 |
1897 | 2024-10-30T00:40:41.754Z | Compiling pretty-hex v0.2.1 |
1898 | 2024-10-30T00:40:42.008Z | Compiling crucible-workspace-hack v0.1.0 |
1899 | 2024-10-30T00:40:42.810Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1900 | 2024-10-30T00:40:43.031Z | Compiling tempfile v3.13.0 |
1901 | 2024-10-30T00:40:43.349Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1902 | 2024-10-30T00:40:43.676Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1903 | 2024-10-30T00:40:44.009Z | Compiling serde_with_macros v3.11.0 |
1904 | 2024-10-30T00:40:44.255Z | Compiling parse-display-derive v0.10.0 |
1905 | 2024-10-30T00:40:44.769Z | Compiling colored v2.1.0 |
1906 | 2024-10-30T00:40:44.967Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1907 | 2024-10-30T00:40:45.771Z | Compiling instant v0.1.13 |
1908 | 2024-10-30T00:40:45.965Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1909 | 2024-10-30T00:40:46.130Z | Compiling backoff v0.4.0 |
1910 | 2024-10-30T00:40:46.376Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1911 | 2024-10-30T00:40:46.494Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1912 | 2024-10-30T00:40:46.652Z | Compiling serde_with v3.11.0 |
1913 | 2024-10-30T00:40:48.325Z | Compiling parse-display v0.10.0 |
1914 | 2024-10-30T00:40:49.012Z | Compiling progenitor v0.8.0 |
1915 | 2024-10-30T00:40:49.272Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1916 | 2024-10-30T00:40:49.504Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1917 | 2024-10-30T00:40:50.094Z | Compiling zone_cfg_derive v0.3.0 |
1918 | 2024-10-30T00:40:50.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1919 | 2024-10-30T00:40:51.091Z | Compiling camino-tempfile v1.1.1 |
1920 | 2024-10-30T00:40:51.221Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1921 | 2024-10-30T00:40:51.507Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1922 | 2024-10-30T00:40:51.709Z | Compiling regress v0.9.1 |
1923 | 2024-10-30T00:40:51.729Z | Compiling macaddr v1.0.1 |
1924 | 2024-10-30T00:40:51.857Z | Compiling num-derive v0.4.2 |
1925 | 2024-10-30T00:40:52.212Z | Compiling sigpipe v0.1.3 |
1926 | 2024-10-30T00:40:52.359Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1927 | 2024-10-30T00:40:52.386Z | Compiling libefi-sys v0.1.0 |
1928 | 2024-10-30T00:40:52.737Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1929 | 2024-10-30T00:40:52.787Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1930 | 2024-10-30T00:40:53.445Z | Compiling zone v0.3.0 |
1931 | 2024-10-30T00:40:54.156Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1932 | 2024-10-30T00:40:55.812Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1933 | 2024-10-30T00:40:56.129Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1934 | 2024-10-30T00:40:56.748Z | Compiling smf v0.2.3 |
1935 | 2024-10-30T00:40:56.855Z | Compiling bitfield-struct v0.6.2 |
1936 | 2024-10-30T00:40:58.314Z | Compiling blake3 v1.5.4 |
1937 | 2024-10-30T00:40:58.970Z | Compiling ring v0.16.20 |
1938 | 2024-10-30T00:40:59.478Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1939 | 2024-10-30T00:41:00.433Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1940 | 2024-10-30T00:41:00.769Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1941 | 2024-10-30T00:41:01.168Z | Compiling xattr v1.3.1 |
1942 | 2024-10-30T00:41:01.254Z | Compiling filetime v0.2.25 |
1943 | 2024-10-30T00:41:01.503Z | Compiling memmap2 v0.9.5 |
1944 | 2024-10-30T00:41:01.611Z | Compiling spin v0.5.2 |
1945 | 2024-10-30T00:41:01.871Z | Compiling arrayvec v0.7.6 |
1946 | 2024-10-30T00:41:01.948Z | Compiling constant_time_eq v0.3.1 |
1947 | 2024-10-30T00:41:02.117Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1948 | 2024-10-30T00:41:02.146Z | Compiling arrayref v0.3.9 |
1949 | 2024-10-30T00:41:02.261Z | Compiling same-file v1.0.6 |
1950 | 2024-10-30T00:41:02.264Z | Compiling untrusted v0.7.1 |
1951 | 2024-10-30T00:41:02.485Z | Compiling walkdir v2.5.0 |
1952 | 2024-10-30T00:41:02.541Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1953 | 2024-10-30T00:41:03.949Z | Compiling tar v0.4.42 |
1954 | 2024-10-30T00:41:04.123Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1955 | 2024-10-30T00:41:05.034Z | Compiling gethostname v0.5.0 |
1956 | 2024-10-30T00:41:05.252Z | Compiling cargo-platform v0.1.8 |
1957 | 2024-10-30T00:41:05.715Z | Compiling topological-sort v0.2.2 |
1958 | 2024-10-30T00:41:06.012Z | Compiling cargo_metadata v0.18.1 |
1959 | 2024-10-30T00:41:08.322Z | Compiling omicron-zone-package v0.11.1 |
1960 | 2024-10-30T00:41:12.539Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1961 | 2024-10-30T00:41:13.732Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1962 | 2024-10-30T00:41:18.964Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1963 | 2024-10-30T00:41:36.568Z | Finished `release` profile [optimized] target(s) in 4m 49s |
1964 | 2024-10-30T00:41:36.722Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1965 | 2024-10-30T00:41:36.767Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1966 | 2024-10-30T00:41:36.769Z | Created new build target 'test' and set it as active |
1967 | 2024-10-30T00:41:36.769Z | |
1968 | 2024-10-30T00:41:36.769Z | real 4:49.608479887 |
1969 | 2024-10-30T00:41:36.769Z | user 32:47.249806132 |
1970 | 2024-10-30T00:41:36.769Z | sys 4:05.827601512 |
1971 | 2024-10-30T00:41:36.770Z | trap 1.004043685 |
1972 | 2024-10-30T00:41:36.770Z | tflt 3.195309197 |
1973 | 2024-10-30T00:41:36.770Z | dflt 0.787671659 |
1974 | 2024-10-30T00:41:36.770Z | kflt 0.000495663 |
1975 | 2024-10-30T00:41:36.770Z | lock 1:13:32.577884991 |
1976 | 2024-10-30T00:41:36.770Z | slp 2:06:23.220630989 |
1977 | 2024-10-30T00:41:36.770Z | lat 2:06.733984119 |
1978 | 2024-10-30T00:41:36.770Z | stop 4:06.452212435 |
1979 | 2024-10-30T00:41:36.772Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1980 | 2024-10-30T00:41:37.786Z | Finished `release` profile [optimized] target(s) in 0.96s |
1981 | 2024-10-30T00:41:37.846Z | Running `target/release/omicron-package -t test package` |
1982 | 2024-10-30T00:41:37.893Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1983 | 2024-10-30T00:41:39.085Z | Compiling convert_case v0.4.0 |
1984 | 2024-10-30T00:41:39.085Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1985 | 2024-10-30T00:41:39.088Z | Compiling itertools v0.13.0 |
1986 | 2024-10-30T00:41:39.088Z | Compiling password-hash v0.5.0 |
1987 | 2024-10-30T00:41:39.088Z | Compiling blake2 v0.10.6 |
1988 | 2024-10-30T00:41:39.088Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1989 | 2024-10-30T00:41:39.088Z | Compiling newline-converter v0.3.0 |
1990 | 2024-10-30T00:41:39.263Z | Compiling cancel-safe-futures v0.1.5 |
1991 | 2024-10-30T00:41:39.401Z | Compiling owo-colors v4.1.0 |
1992 | 2024-10-30T00:41:39.431Z | Compiling expectorate v1.1.0 |
1993 | 2024-10-30T00:41:39.677Z | Compiling base64 v0.21.7 |
1994 | 2024-10-30T00:41:39.931Z | Compiling derive_more v0.99.18 |
1995 | 2024-10-30T00:41:40.011Z | Compiling argon2 v0.5.3 |
1996 | 2024-10-30T00:41:40.380Z | Compiling libsw v3.3.1 |
1997 | 2024-10-30T00:41:40.504Z | Compiling indent_write v2.2.0 |
1998 | 2024-10-30T00:41:40.725Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1999 | 2024-10-30T00:41:40.746Z | Compiling swrite v0.1.0 |
2000 | 2024-10-30T00:41:40.784Z | Compiling linear-map v1.2.0 |
2001 | 2024-10-30T00:41:40.881Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2002 | 2024-10-30T00:41:41.211Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2003 | 2024-10-30T00:41:41.322Z | Compiling progenitor-client v0.8.0 |
2004 | 2024-10-30T00:41:41.408Z | Compiling atomicwrites v0.4.4 |
2005 | 2024-10-30T00:41:41.758Z | Compiling progenitor v0.8.0 |
2006 | 2024-10-30T00:41:41.921Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2007 | 2024-10-30T00:41:41.994Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2008 | 2024-10-30T00:41:42.458Z | Compiling num-rational v0.4.2 |
2009 | 2024-10-30T00:41:42.605Z | Compiling num-complex v0.4.6 |
2010 | 2024-10-30T00:41:42.971Z | Compiling prettyplease v0.2.22 |
2011 | 2024-10-30T00:41:43.325Z | Compiling float-ord v0.3.2 |
2012 | 2024-10-30T00:41:43.515Z | Compiling semver v0.1.20 |
2013 | 2024-10-30T00:41:43.986Z | Compiling num v0.4.3 |
2014 | 2024-10-30T00:41:44.101Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2015 | 2024-10-30T00:41:44.121Z | Compiling rustc_version v0.1.7 |
2016 | 2024-10-30T00:41:44.562Z | Compiling newtype_derive v0.1.6 |
2017 | 2024-10-30T00:41:45.003Z | Compiling highway v1.2.0 |
2018 | 2024-10-30T00:41:45.028Z | Compiling humantime v2.1.0 |
2019 | 2024-10-30T00:41:46.032Z | Compiling home v0.5.9 |
2020 | 2024-10-30T00:41:46.280Z | Compiling steno v0.4.1 |
2021 | 2024-10-30T00:41:46.719Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2022 | 2024-10-30T00:41:49.122Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2023 | 2024-10-30T00:41:49.612Z | Compiling newtype-uuid v1.1.2 |
2024 | 2024-10-30T00:41:49.978Z | Compiling tungstenite v0.21.0 |
2025 | 2024-10-30T00:41:50.240Z | Compiling ipnetwork v0.20.0 |
2026 | 2024-10-30T00:41:50.326Z | Compiling instant v0.1.13 |
2027 | 2024-10-30T00:41:50.491Z | Compiling slog-dtrace v0.3.0 |
2028 | 2024-10-30T00:41:50.848Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2029 | 2024-10-30T00:41:51.118Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-10-30T00:41:51.821Z | Compiling tokio-tungstenite v0.21.0 |
2031 | 2024-10-30T00:41:52.458Z | Compiling backoff v0.4.0 |
2032 | 2024-10-30T00:41:52.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2033 | 2024-10-30T00:41:53.266Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2034 | 2024-10-30T00:41:55.129Z | Compiling parse-display v0.10.0 |
2035 | 2024-10-30T00:41:55.728Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2024-10-30T00:41:55.926Z | Compiling strum v0.26.3 |
2037 | 2024-10-30T00:41:56.125Z | Compiling serde_with v3.11.0 |
2038 | 2024-10-30T00:41:56.646Z | Compiling regress v0.9.1 |
2039 | 2024-10-30T00:41:58.174Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2040 | 2024-10-30T00:42:00.126Z | Compiling macaddr v1.0.1 |
2041 | 2024-10-30T00:42:00.577Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2042 | 2024-10-30T00:42:01.619Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2043 | 2024-10-30T00:42:02.684Z | Compiling arc-swap v1.7.1 |
2044 | 2024-10-30T00:42:03.437Z | Compiling display-error-chain v0.2.1 |
2045 | 2024-10-30T00:42:03.645Z | Compiling slog-scope v4.4.0 |
2046 | 2024-10-30T00:42:04.514Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2047 | 2024-10-30T00:42:05.169Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2048 | 2024-10-30T00:42:06.328Z | Compiling half v2.4.1 |
2049 | 2024-10-30T00:42:07.099Z | Compiling ciborium-io v0.2.2 |
2050 | 2024-10-30T00:42:07.257Z | Compiling ciborium-ll v0.2.2 |
2051 | 2024-10-30T00:42:07.799Z | Compiling slog-stdlog v4.1.1 |
2052 | 2024-10-30T00:42:08.654Z | Compiling slog-envlogger v2.2.0 |
2053 | 2024-10-30T00:42:09.117Z | Compiling ciborium v0.2.2 |
2054 | 2024-10-30T00:42:09.739Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2055 | 2024-10-30T00:42:11.187Z | Compiling fastrand v2.1.1 |
2056 | 2024-10-30T00:42:11.250Z | Compiling same-file v1.0.6 |
2057 | 2024-10-30T00:42:11.511Z | Compiling walkdir v2.5.0 |
2058 | 2024-10-30T00:42:11.716Z | Compiling tempfile v3.13.0 |
2059 | 2024-10-30T00:42:12.185Z | Compiling blake3 v1.5.4 |
2060 | 2024-10-30T00:42:12.570Z | Compiling ring v0.16.20 |
2061 | 2024-10-30T00:42:12.862Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2062 | 2024-10-30T00:42:16.101Z | Compiling xattr v1.3.1 |
2063 | 2024-10-30T00:42:16.372Z | Compiling filetime v0.2.25 |
2064 | 2024-10-30T00:42:16.678Z | Compiling memmap2 v0.9.5 |
2065 | 2024-10-30T00:42:17.135Z | Compiling arrayvec v0.7.6 |
2066 | 2024-10-30T00:42:17.592Z | Compiling spin v0.5.2 |
2067 | 2024-10-30T00:42:17.856Z | Compiling arrayref v0.3.9 |
2068 | 2024-10-30T00:42:17.983Z | Compiling untrusted v0.7.1 |
2069 | 2024-10-30T00:42:18.190Z | Compiling constant_time_eq v0.3.1 |
2070 | 2024-10-30T00:42:18.361Z | Compiling keccak v0.1.5 |
2071 | 2024-10-30T00:42:19.381Z | Compiling sha3 v0.10.8 |
2072 | 2024-10-30T00:42:20.255Z | Compiling tar v0.4.42 |
2073 | 2024-10-30T00:42:20.526Z | Compiling camino-tempfile v1.1.1 |
2074 | 2024-10-30T00:42:20.960Z | Compiling toolchain_find v0.4.0 |
2075 | 2024-10-30T00:42:21.532Z | Compiling nibble_vec v0.1.0 |
2076 | 2024-10-30T00:42:21.781Z | Compiling maplit v1.0.2 |
2077 | 2024-10-30T00:42:21.917Z | Compiling radium v0.7.0 |
2078 | 2024-10-30T00:42:22.258Z | Compiling glob v0.3.1 |
2079 | 2024-10-30T00:42:22.378Z | Compiling topological-sort v0.2.2 |
2080 | 2024-10-30T00:42:22.625Z | Compiling crunchy v0.2.2 |
2081 | 2024-10-30T00:42:22.778Z | Compiling endian-type v0.1.2 |
2082 | 2024-10-30T00:42:23.053Z | Compiling radix_trie v0.2.1 |
2083 | 2024-10-30T00:42:23.072Z | Compiling clang-sys v1.8.1 |
2084 | 2024-10-30T00:42:23.168Z | Compiling omicron-zone-package v0.11.1 |
2085 | 2024-10-30T00:42:23.243Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2086 | 2024-10-30T00:42:23.540Z | Compiling rustfmt-wrapper v0.2.1 |
2087 | 2024-10-30T00:42:23.797Z | Compiling pem v3.0.4 |
2088 | 2024-10-30T00:42:23.945Z | Compiling tiny-keccak v2.0.2 |
2089 | 2024-10-30T00:42:24.129Z | Compiling tap v1.0.1 |
2090 | 2024-10-30T00:42:24.263Z | Compiling maybe-uninit v2.0.0 |
2091 | 2024-10-30T00:42:24.323Z | Compiling wyz v0.5.1 |
2092 | 2024-10-30T00:42:25.015Z | Compiling dsl_auto_type v0.1.2 |
2093 | 2024-10-30T00:42:25.112Z | Compiling scheduled-thread-pool v0.2.7 |
2094 | 2024-10-30T00:42:25.318Z | Compiling secrecy v0.8.0 |
2095 | 2024-10-30T00:42:25.407Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2096 | 2024-10-30T00:42:25.591Z | Compiling diesel_table_macro_syntax v0.2.0 |
2097 | 2024-10-30T00:42:25.922Z | Compiling crc-catalog v2.4.0 |
2098 | 2024-10-30T00:42:25.987Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2099 | 2024-10-30T00:42:26.076Z | Compiling funty v2.0.0 |
2100 | 2024-10-30T00:42:26.330Z | Compiling packed_struct v0.10.1 |
2101 | 2024-10-30T00:42:26.408Z | Compiling diesel_derives v2.2.3 |
2102 | 2024-10-30T00:42:26.447Z | Compiling crc v3.2.1 |
2103 | 2024-10-30T00:42:27.711Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2104 | 2024-10-30T00:42:28.202Z | Compiling bitvec v1.0.1 |
2105 | 2024-10-30T00:42:28.320Z | Compiling r2d2 v0.8.10 |
2106 | 2024-10-30T00:42:28.529Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2107 | 2024-10-30T00:42:28.873Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2108 | 2024-10-30T00:42:28.890Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2109 | 2024-10-30T00:42:32.605Z | Compiling ascii-canvas v3.0.0 |
2110 | 2024-10-30T00:42:33.111Z | Compiling universal-hash v0.5.1 |
2111 | 2024-10-30T00:42:33.357Z | Compiling thiserror-impl-no-std v2.0.2 |
2112 | 2024-10-30T00:42:33.375Z | Compiling packed_struct_codegen v0.10.1 |
2113 | 2024-10-30T00:42:35.940Z | Compiling lzma-sys v0.1.20 |
2114 | 2024-10-30T00:42:36.081Z | Compiling ena v0.14.3 |
2115 | 2024-10-30T00:42:36.515Z | Compiling indexmap v1.9.3 |
2116 | 2024-10-30T00:42:36.655Z | Compiling libloading v0.8.5 |
2117 | 2024-10-30T00:42:36.867Z | Compiling diff v0.1.13 |
2118 | 2024-10-30T00:42:37.023Z | Compiling bindgen v0.69.5 |
2119 | 2024-10-30T00:42:37.405Z | Compiling nodrop v0.1.14 |
2120 | 2024-10-30T00:42:37.484Z | Compiling regex-syntax v0.6.29 |
2121 | 2024-10-30T00:42:37.541Z | Compiling opaque-debug v0.3.1 |
2122 | 2024-10-30T00:42:37.664Z | Compiling poly1305 v0.8.0 |
2123 | 2024-10-30T00:42:37.857Z | Compiling diesel v2.2.4 |
2124 | 2024-10-30T00:42:39.178Z | Compiling array-init v0.0.4 |
2125 | 2024-10-30T00:42:42.875Z | Compiling lalrpop v0.19.12 |
2126 | 2024-10-30T00:42:48.073Z | Compiling thiserror-no-std v2.0.2 |
2127 | 2024-10-30T00:42:51.297Z | Compiling smallvec v0.6.14 |
2128 | 2024-10-30T00:42:52.410Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2129 | 2024-10-30T00:42:52.463Z | Compiling which v4.4.2 |
2130 | 2024-10-30T00:42:53.024Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2131 | 2024-10-30T00:42:53.358Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2132 | 2024-10-30T00:42:53.556Z | Compiling chacha20 v0.9.1 |
2133 | 2024-10-30T00:42:53.596Z | Compiling heck v0.3.3 |
2134 | 2024-10-30T00:42:53.985Z | Compiling cexpr v0.6.0 |
2135 | 2024-10-30T00:42:54.046Z | Compiling aead v0.5.2 |
2136 | 2024-10-30T00:42:54.401Z | Compiling termcolor v1.4.1 |
2137 | 2024-10-30T00:42:55.413Z | Compiling rustc-hash v1.1.0 |
2138 | 2024-10-30T00:42:55.449Z | Compiling lazycell v1.3.0 |
2139 | 2024-10-30T00:42:55.589Z | Compiling ref-cast v1.0.23 |
2140 | 2024-10-30T00:42:55.618Z | Compiling hashbrown v0.12.3 |
2141 | 2024-10-30T00:42:55.637Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2142 | 2024-10-30T00:42:55.964Z | Compiling bitfield v0.14.0 |
2143 | 2024-10-30T00:42:56.267Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2144 | 2024-10-30T00:42:58.143Z | Compiling env_logger v0.10.2 |
2145 | 2024-10-30T00:43:01.184Z | Compiling chacha20poly1305 v0.10.1 |
2146 | 2024-10-30T00:43:01.440Z | Compiling zone_cfg_derive v0.1.2 |
2147 | 2024-10-30T00:43:02.878Z | Compiling serde-hex v0.1.0 |
2148 | 2024-10-30T00:43:08.133Z | Compiling bzip2 v0.4.4 |
2149 | 2024-10-30T00:43:08.580Z | Compiling vsss-rs v3.3.4 |
2150 | 2024-10-30T00:43:09.199Z | Compiling polar-core v0.27.3 |
2151 | 2024-10-30T00:43:10.153Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2152 | 2024-10-30T00:43:10.470Z | Compiling ron v0.8.1 |
2153 | 2024-10-30T00:43:10.529Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2154 | 2024-10-30T00:43:10.867Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2155 | 2024-10-30T00:43:10.894Z | Compiling derive_builder_core v0.20.2 |
2156 | 2024-10-30T00:43:11.461Z | Compiling hashbrown v0.13.2 |
2157 | 2024-10-30T00:43:12.945Z | Compiling headers-core v0.3.0 |
2158 | 2024-10-30T00:43:13.096Z | Compiling fxhash v0.2.1 |
2159 | 2024-10-30T00:43:13.130Z | Compiling libxml v0.3.3 |
2160 | 2024-10-30T00:43:13.169Z | Compiling ref-cast-impl v1.0.23 |
2161 | 2024-10-30T00:43:13.345Z | Compiling crc-any v2.5.0 |
2162 | 2024-10-30T00:43:13.526Z | Compiling base64 v0.13.1 |
2163 | 2024-10-30T00:43:14.264Z | Compiling ron v0.7.1 |
2164 | 2024-10-30T00:43:14.285Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2165 | 2024-10-30T00:43:14.555Z | Compiling derive_builder_macro v0.20.2 |
2166 | 2024-10-30T00:43:15.445Z | Compiling headers v0.4.0 |
2167 | 2024-10-30T00:43:16.454Z | Compiling object v0.30.4 |
2168 | 2024-10-30T00:43:19.210Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2169 | 2024-10-30T00:43:19.395Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2170 | 2024-10-30T00:43:20.917Z | Compiling xz2 v0.1.7 |
2171 | 2024-10-30T00:43:21.542Z | Compiling samael v0.0.17 |
2172 | 2024-10-30T00:43:23.230Z | Compiling zip v0.6.6 |
2173 | 2024-10-30T00:43:25.192Z | Compiling zone v0.1.8 |
2174 | 2024-10-30T00:43:28.580Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2175 | 2024-10-30T00:43:28.907Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2176 | 2024-10-30T00:43:29.401Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2177 | 2024-10-30T00:43:29.728Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2178 | 2024-10-30T00:43:31.756Z | Compiling yasna v0.5.2 |
2179 | 2024-10-30T00:43:32.025Z | Compiling phf_generator v0.11.2 |
2180 | 2024-10-30T00:43:32.171Z | Compiling strum_macros v0.24.3 |
2181 | 2024-10-30T00:43:32.229Z | Compiling kstat-rs v0.2.4 |
2182 | 2024-10-30T00:43:33.222Z | Compiling async-recursion v1.1.1 |
2183 | 2024-10-30T00:43:33.512Z | Compiling unicase v2.7.0 |
2184 | 2024-10-30T00:43:33.845Z | Compiling path-slash v0.1.5 |
2185 | 2024-10-30T00:43:34.095Z | Compiling indoc v1.0.9 |
2186 | 2024-10-30T00:43:34.718Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2187 | 2024-10-30T00:43:34.844Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2188 | 2024-10-30T00:43:34.996Z | Compiling rcgen v0.12.1 |
2189 | 2024-10-30T00:43:35.236Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2190 | 2024-10-30T00:43:35.750Z | Compiling phf_codegen v0.11.2 |
2191 | 2024-10-30T00:43:43.541Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2192 | 2024-10-30T00:43:44.931Z | Compiling derive_builder v0.20.2 |
2193 | 2024-10-30T00:43:47.495Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2194 | 2024-10-30T00:43:50.138Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2195 | 2024-10-30T00:43:50.474Z | Compiling http v0.2.12 |
2196 | 2024-10-30T00:43:50.616Z | Compiling oso-derive v0.27.3 |
2197 | 2024-10-30T00:43:51.776Z | Compiling impl-trait-for-tuples v0.2.2 |
2198 | 2024-10-30T00:43:53.347Z | Compiling parse-zoneinfo v0.3.1 |
2199 | 2024-10-30T00:43:55.010Z | Compiling libz-sys v1.1.20 |
2200 | 2024-10-30T00:43:55.282Z | Compiling quick-xml v0.33.0 |
2201 | 2024-10-30T00:43:55.697Z | Compiling subprocess v0.2.9 |
2202 | 2024-10-30T00:43:56.313Z | Compiling diesel-dtrace v0.3.0 |
2203 | 2024-10-30T00:43:56.659Z | Compiling cfg_aliases v0.1.1 |
2204 | 2024-10-30T00:43:56.781Z | Compiling parking_lot_core v0.8.6 |
2205 | 2024-10-30T00:43:57.284Z | Compiling nix v0.28.0 |
2206 | 2024-10-30T00:43:58.139Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2207 | 2024-10-30T00:43:58.593Z | Compiling oso v0.27.3 |
2208 | 2024-10-30T00:44:00.800Z | Compiling chrono-tz-build v0.4.0 |
2209 | 2024-10-30T00:44:01.992Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2210 | 2024-10-30T00:44:03.683Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2211 | 2024-10-30T00:44:06.363Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2212 | 2024-10-30T00:44:09.321Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2213 | 2024-10-30T00:44:09.642Z | Compiling bb8 v0.8.5 |
2214 | 2024-10-30T00:44:09.672Z | Compiling const_format_proc_macros v0.2.33 |
2215 | 2024-10-30T00:44:10.258Z | Compiling vte_generate_state_changes v0.1.2 |
2216 | 2024-10-30T00:44:10.908Z | Compiling buf-list v1.0.3 |
2217 | 2024-10-30T00:44:11.597Z | Compiling const_format v0.2.33 |
2218 | 2024-10-30T00:44:11.620Z | Compiling vte v0.11.1 |
2219 | 2024-10-30T00:44:12.804Z | Compiling async-bb8-diesel v0.2.1 |
2220 | 2024-10-30T00:44:13.255Z | Compiling chrono-tz v0.10.0 |
2221 | 2024-10-30T00:44:14.115Z | Compiling http-body v0.4.6 |
2222 | 2024-10-30T00:44:14.687Z | Compiling h2 v0.3.26 |
2223 | 2024-10-30T00:44:14.953Z | Compiling fd-lock v4.0.2 |
2224 | 2024-10-30T00:44:15.199Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2225 | 2024-10-30T00:44:15.999Z | Compiling pin-project-internal v1.1.6 |
2226 | 2024-10-30T00:44:16.648Z | Compiling atty v0.2.14 |
2227 | 2024-10-30T00:44:16.846Z | Compiling salty v0.3.0 |
2228 | 2024-10-30T00:44:17.298Z | Compiling bytecount v0.6.8 |
2229 | 2024-10-30T00:44:17.635Z | Compiling papergrid v0.11.0 |
2230 | 2024-10-30T00:44:18.749Z | Compiling pin-project v1.1.6 |
2231 | 2024-10-30T00:44:29.838Z | Compiling hyper v0.14.30 |
2232 | 2024-10-30T00:44:34.787Z | Compiling parking_lot v0.11.2 |
2233 | 2024-10-30T00:44:43.729Z | Compiling strip-ansi-escapes v0.2.0 |
2234 | 2024-10-30T00:44:44.609Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2235 | 2024-10-30T00:44:45.155Z | Compiling tabled_derive v0.7.0 |
2236 | 2024-10-30T00:44:46.030Z | Compiling peg-macros v0.8.4 |
2237 | 2024-10-30T00:44:47.256Z | Compiling snafu-derive v0.8.5 |
2238 | 2024-10-30T00:44:49.267Z | Compiling sqlparser_derive v0.2.2 |
2239 | 2024-10-30T00:44:49.521Z | Compiling unicode_categories v0.1.1 |
2240 | 2024-10-30T00:44:50.009Z | Compiling nu-ansi-term v0.50.1 |
2241 | 2024-10-30T00:44:50.167Z | Compiling sync_wrapper v0.1.2 |
2242 | 2024-10-30T00:44:50.225Z | Compiling sqlparser v0.45.0 |
2243 | 2024-10-30T00:44:50.324Z | Compiling reqwest v0.11.27 |
2244 | 2024-10-30T00:44:51.207Z | Compiling reedline v0.35.0 |
2245 | 2024-10-30T00:44:51.594Z | Compiling rustyline v14.0.0 |
2246 | 2024-10-30T00:44:51.713Z | Compiling sqlformat v0.2.6 |
2247 | 2024-10-30T00:44:52.126Z | Compiling snafu v0.8.5 |
2248 | 2024-10-30T00:44:53.375Z | Compiling peg v0.8.4 |
2249 | 2024-10-30T00:44:53.500Z | Compiling tabled v0.15.0 |
2250 | 2024-10-30T00:45:14.285Z | Compiling sled v0.34.7 |
2251 | 2024-10-30T00:45:14.747Z | Compiling mime_guess v2.0.5 |
2252 | 2024-10-30T00:45:17.605Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2253 | 2024-10-30T00:45:18.701Z | Compiling hickory-client v0.24.1 |
2254 | 2024-10-30T00:45:20.080Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2255 | 2024-10-30T00:45:24.236Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2256 | 2024-10-30T00:45:26.225Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2257 | 2024-10-30T00:45:30.185Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2258 | 2024-10-30T00:45:31.393Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2259 | 2024-10-30T00:45:33.044Z | Compiling globset v0.4.15 |
2260 | 2024-10-30T00:45:33.146Z | Compiling hickory-server v0.24.1 |
2261 | 2024-10-30T00:45:39.478Z | Compiling primeorder v0.13.6 |
2262 | 2024-10-30T00:45:40.110Z | Compiling olpc-cjson v0.1.4 |
2263 | 2024-10-30T00:45:40.487Z | Compiling vergen v8.3.2 |
2264 | 2024-10-30T00:45:40.837Z | Compiling bcs v0.1.6 |
2265 | 2024-10-30T00:45:40.896Z | Compiling env_filter v0.1.2 |
2266 | 2024-10-30T00:45:41.765Z | Compiling serde_plain v1.0.2 |
2267 | 2024-10-30T00:45:42.276Z | Compiling cargo-platform v0.1.8 |
2268 | 2024-10-30T00:45:42.336Z | Compiling nanorand v0.7.0 |
2269 | 2024-10-30T00:45:42.802Z | Compiling memoffset v0.9.1 |
2270 | 2024-10-30T00:45:43.053Z | Compiling typed-path v0.7.1 |
2271 | 2024-10-30T00:45:43.332Z | Compiling flume v0.11.0 |
2272 | 2024-10-30T00:45:44.161Z | Compiling cargo_metadata v0.18.1 |
2273 | 2024-10-30T00:45:45.485Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2274 | 2024-10-30T00:45:45.897Z | Compiling tough v0.17.1 |
2275 | 2024-10-30T00:45:47.584Z | Compiling env_logger v0.11.5 |
2276 | 2024-10-30T00:45:47.699Z | Compiling p384 v0.13.0 |
2277 | 2024-10-30T00:45:48.253Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2278 | 2024-10-30T00:45:48.972Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2279 | 2024-10-30T00:45:50.127Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2280 | 2024-10-30T00:45:54.504Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2281 | 2024-10-30T00:45:55.868Z | Compiling git2 v0.19.0 |
2282 | 2024-10-30T00:45:59.275Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2283 | 2024-10-30T00:46:01.708Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2284 | 2024-10-30T00:46:05.280Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2285 | 2024-10-30T00:46:06.522Z | Compiling rand_seeder v0.3.0 |
2286 | 2024-10-30T00:46:06.958Z | Compiling libsqlite3-sys v0.30.1 |
2287 | 2024-10-30T00:46:07.305Z | Compiling parse-size v1.0.0 |
2288 | 2024-10-30T00:46:07.531Z | Compiling cfg_aliases v0.2.1 |
2289 | 2024-10-30T00:46:07.603Z | Compiling rustls v0.21.12 |
2290 | 2024-10-30T00:46:07.657Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2291 | 2024-10-30T00:46:07.678Z | Compiling nix v0.29.0 |
2292 | 2024-10-30T00:46:08.028Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2293 | 2024-10-30T00:46:08.055Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2294 | 2024-10-30T00:46:08.904Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2295 | 2024-10-30T00:46:10.081Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2296 | 2024-10-30T00:46:10.330Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2297 | 2024-10-30T00:46:11.099Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2298 | 2024-10-30T00:46:11.441Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2299 | 2024-10-30T00:46:12.065Z | Compiling sct v0.7.1 |
2300 | 2024-10-30T00:46:12.551Z | Compiling rustls-webpki v0.101.7 |
2301 | 2024-10-30T00:46:14.870Z | Compiling castaway v0.2.3 |
2302 | 2024-10-30T00:46:15.080Z | Compiling csv-core v0.1.11 |
2303 | 2024-10-30T00:46:15.696Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2304 | 2024-10-30T00:46:15.994Z | Compiling http-range v0.1.5 |
2305 | 2024-10-30T00:46:16.595Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2306 | 2024-10-30T00:46:16.732Z | Compiling hyper-staticfile v0.10.1 |
2307 | 2024-10-30T00:46:18.040Z | Compiling csv v1.3.0 |
2308 | 2024-10-30T00:46:19.817Z | Compiling compact_str v0.8.0 |
2309 | 2024-10-30T00:46:22.342Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2310 | 2024-10-30T00:46:22.595Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2311 | 2024-10-30T00:46:23.534Z | Compiling nix v0.27.1 |
2312 | 2024-10-30T00:46:26.428Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2313 | 2024-10-30T00:46:27.629Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2314 | 2024-10-30T00:46:30.003Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2315 | 2024-10-30T00:46:37.862Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2316 | 2024-10-30T00:46:37.901Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2317 | 2024-10-30T00:46:38.220Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2318 | 2024-10-30T00:46:38.561Z | Compiling unicode-truncate v1.1.0 |
2319 | 2024-10-30T00:46:38.860Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2320 | 2024-10-30T00:46:39.193Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2321 | 2024-10-30T00:46:39.518Z | Compiling hashlink v0.9.1 |
2322 | 2024-10-30T00:46:40.326Z | Compiling tungstenite v0.23.0 |
2323 | 2024-10-30T00:46:45.415Z | Compiling lru v0.12.5 |
2324 | 2024-10-30T00:46:45.794Z | Compiling instability v0.3.2 |
2325 | 2024-10-30T00:46:46.208Z | Compiling fallible-iterator v0.3.0 |
2326 | 2024-10-30T00:46:46.279Z | Compiling cassowary v0.3.0 |
2327 | 2024-10-30T00:46:46.843Z | Compiling fallible-streaming-iterator v0.1.9 |
2328 | 2024-10-30T00:46:46.990Z | Compiling ratatui v0.28.1 |
2329 | 2024-10-30T00:46:47.061Z | Compiling tokio-tungstenite v0.23.1 |
2330 | 2024-10-30T00:46:47.148Z | Compiling rusqlite v0.32.1 |
2331 | 2024-10-30T00:46:47.736Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2332 | 2024-10-30T00:46:53.972Z | Compiling tokio-rustls v0.24.1 |
2333 | 2024-10-30T00:46:54.528Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2334 | 2024-10-30T00:47:00.218Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2335 | 2024-10-30T00:47:03.211Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2336 | 2024-10-30T00:47:04.821Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2337 | 2024-10-30T00:47:06.455Z | Compiling rustls-pemfile v1.0.4 |
2338 | 2024-10-30T00:47:07.236Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2339 | 2024-10-30T00:47:07.580Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2340 | 2024-10-30T00:47:08.484Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2341 | 2024-10-30T00:47:08.663Z | Compiling signal-hook-tokio v0.3.1 |
2342 | 2024-10-30T00:47:08.899Z | Compiling twox-hash v1.6.3 |
2343 | 2024-10-30T00:47:09.987Z | Compiling is_ci v1.2.0 |
2344 | 2024-10-30T00:47:10.292Z | Compiling unicode-linebreak v0.1.5 |
2345 | 2024-10-30T00:47:10.779Z | Compiling smawk v0.3.2 |
2346 | 2024-10-30T00:47:11.058Z | Compiling textwrap v0.16.1 |
2347 | 2024-10-30T00:47:12.861Z | Compiling supports-color v3.0.1 |
2348 | 2024-10-30T00:47:13.301Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2349 | 2024-10-30T00:47:14.974Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2350 | 2024-10-30T00:47:21.088Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2351 | 2024-10-30T00:47:23.489Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2352 | 2024-10-30T00:47:28.642Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2353 | 2024-10-30T00:47:29.414Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2354 | 2024-10-30T00:47:30.021Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2355 | 2024-10-30T00:47:38.883Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2356 | 2024-10-30T00:47:42.401Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2357 | 2024-10-30T00:47:42.746Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2358 | 2024-10-30T00:47:45.829Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2359 | 2024-10-30T00:47:48.853Z | Compiling fatfs v0.3.6 |
2360 | 2024-10-30T00:47:49.659Z | Compiling rtoolbox v0.0.2 |
2361 | 2024-10-30T00:47:50.109Z | Compiling assert_matches v1.5.0 |
2362 | 2024-10-30T00:47:51.575Z | Compiling rpassword v7.3.1 |
2363 | 2024-10-30T00:47:52.064Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2364 | 2024-10-30T00:47:53.950Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2365 | 2024-10-30T00:47:55.340Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2366 | 2024-10-30T00:48:02.495Z | Compiling tui-tree-widget v0.22.0 |
2367 | 2024-10-30T00:48:03.025Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2368 | 2024-10-30T00:48:12.247Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2369 | 2024-10-30T00:48:19.216Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2370 | 2024-10-30T00:48:19.560Z | Compiling uzers v0.12.1 |
2371 | 2024-10-30T00:48:22.793Z | Compiling shell-words v1.1.0 |
2372 | 2024-10-30T00:48:23.245Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2373 | 2024-10-30T00:48:24.684Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2374 | 2024-10-30T00:48:25.902Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2375 | 2024-10-30T00:48:53.917Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2376 | 2024-10-30T00:48:58.698Z | Compiling multimap v0.10.0 |
2377 | 2024-10-30T00:51:12.116Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2378 | 2024-10-30T00:51:27.247Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2379 | 2024-10-30T00:58:19.364Z | Finished `release` profile [optimized] target(s) in 16m 41s |
2380 | 2024-10-30T00:59:18.446Z | |
2381 | 2024-10-30T00:59:18.449Z | real 17:41.560720875 |
2382 | 2024-10-30T00:59:18.449Z | user 2:01:11.502504474 |
2383 | 2024-10-30T00:59:18.449Z | sys 5:45.268096166 |
2384 | 2024-10-30T00:59:18.449Z | trap 3.081262161 |
2385 | 2024-10-30T00:59:18.449Z | tflt 3.233414556 |
2386 | 2024-10-30T00:59:18.449Z | dflt 3.640512379 |
2387 | 2024-10-30T00:59:18.449Z | kflt 0.019044761 |
2388 | 2024-10-30T00:59:18.449Z | lock 7:27:05.560351858 |
2389 | 2024-10-30T00:59:18.449Z | slp 6:24:20.688127520 |
2390 | 2024-10-30T00:59:18.450Z | lat 2:56.604608061 |
2391 | 2024-10-30T00:59:18.450Z | stop 2:37.858956856 |
2392 | 2024-10-30T00:59:18.450Z | + mapfile -t packages |
2393 | 2024-10-30T00:59:18.450Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2394 | 2024-10-30T00:59:19.505Z | Finished `release` profile [optimized] target(s) in 1.00s |
2395 | 2024-10-30T00:59:19.569Z | Running `target/release/omicron-package -t test list-outputs` |
2396 | 2024-10-30T00:59:19.617Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2397 | 2024-10-30T00:59:19.621Z | + ptime -m cargo build --locked --release -p xtask |
2398 | 2024-10-30T00:59:20.233Z | Compiling serde v1.0.210 |
2399 | 2024-10-30T00:59:20.236Z | Compiling serde_json v1.0.128 |
2400 | 2024-10-30T00:59:20.236Z | Compiling libc v0.2.161 |
2401 | 2024-10-30T00:59:20.237Z | Compiling rustix v0.38.37 |
2402 | 2024-10-30T00:59:20.323Z | Compiling syn v2.0.79 |
2403 | 2024-10-30T00:59:20.334Z | Compiling bitflags v2.6.0 |
2404 | 2024-10-30T00:59:20.702Z | Compiling usdt-impl v0.5.0 |
2405 | 2024-10-30T00:59:20.765Z | Compiling syn v1.0.109 |
2406 | 2024-10-30T00:59:20.885Z | Compiling log v0.4.22 |
2407 | 2024-10-30T00:59:20.904Z | Compiling hashbrown v0.15.0 |
2408 | 2024-10-30T00:59:20.921Z | Compiling fs-err v2.11.0 |
2409 | 2024-10-30T00:59:21.243Z | Compiling once_cell v1.20.2 |
2410 | 2024-10-30T00:59:21.350Z | Compiling anyhow v1.0.89 |
2411 | 2024-10-30T00:59:21.744Z | Compiling thread-id v4.2.2 |
2412 | 2024-10-30T00:59:22.261Z | Compiling indexmap v2.6.0 |
2413 | 2024-10-30T00:59:23.462Z | Compiling terminal_size v0.4.0 |
2414 | 2024-10-30T00:59:23.462Z | Compiling tempfile v3.13.0 |
2415 | 2024-10-30T00:59:23.699Z | Compiling clap_builder v4.5.20 |
2416 | 2024-10-30T00:59:24.273Z | Compiling proc-macro-error v1.0.4 |
2417 | 2024-10-30T00:59:25.683Z | Compiling tabled_derive v0.7.0 |
2418 | 2024-10-30T00:59:27.133Z | Compiling tabled v0.15.0 |
2419 | 2024-10-30T00:59:28.159Z | Compiling serde_derive v1.0.210 |
2420 | 2024-10-30T00:59:29.025Z | Compiling thiserror-impl v1.0.64 |
2421 | 2024-10-30T00:59:29.075Z | Compiling zerocopy-derive v0.7.35 |
2422 | 2024-10-30T00:59:30.204Z | Compiling scroll_derive v0.12.0 |
2423 | 2024-10-30T00:59:31.130Z | Compiling zerocopy v0.7.35 |
2424 | 2024-10-30T00:59:31.680Z | Compiling scroll v0.12.0 |
2425 | 2024-10-30T00:59:31.955Z | Compiling thiserror v1.0.64 |
2426 | 2024-10-30T00:59:32.128Z | Compiling pest v2.7.14 |
2427 | 2024-10-30T00:59:32.771Z | Compiling goblin v0.8.2 |
2428 | 2024-10-30T00:59:32.941Z | Compiling clap_derive v4.5.18 |
2429 | 2024-10-30T00:59:35.178Z | Compiling pest_meta v2.7.14 |
2430 | 2024-10-30T00:59:36.514Z | Compiling pest_generator v2.7.14 |
2431 | 2024-10-30T00:59:38.393Z | Compiling clap v4.5.20 |
2432 | 2024-10-30T00:59:39.397Z | Compiling pest_derive v2.7.14 |
2433 | 2024-10-30T00:59:40.257Z | Compiling dtrace-parser v0.2.0 |
2434 | 2024-10-30T00:59:45.613Z | Compiling serde_tokenstream v0.2.2 |
2435 | 2024-10-30T00:59:46.259Z | Compiling toml_datetime v0.6.8 |
2436 | 2024-10-30T00:59:47.059Z | Compiling dof v0.3.0 |
2437 | 2024-10-30T00:59:47.330Z | Compiling serde_spanned v0.6.8 |
2438 | 2024-10-30T00:59:47.942Z | Compiling toml_edit v0.22.22 |
2439 | 2024-10-30T00:59:49.132Z | Compiling camino v1.1.9 |
2440 | 2024-10-30T00:59:49.622Z | Compiling usdt-attr-macro v0.5.0 |
2441 | 2024-10-30T00:59:50.578Z | Compiling usdt-macro v0.5.0 |
2442 | 2024-10-30T00:59:51.814Z | Compiling toml v0.8.19 |
2443 | 2024-10-30T00:59:53.952Z | Compiling cargo-platform v0.1.8 |
2444 | 2024-10-30T00:59:54.277Z | Compiling semver v1.0.23 |
2445 | 2024-10-30T00:59:55.092Z | Compiling cargo_metadata v0.18.1 |
2446 | 2024-10-30T00:59:55.114Z | Compiling cargo_toml v0.20.5 |
2447 | 2024-10-30T00:59:55.323Z | Compiling usdt v0.5.0 |
2448 | 2024-10-30T00:59:59.158Z | Compiling camino-tempfile v1.1.1 |
2449 | 2024-10-30T00:59:59.165Z | Compiling macaddr v1.0.1 |
2450 | 2024-10-30T01:00:07.396Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2451 | 2024-10-30T01:00:19.364Z | Finished `release` profile [optimized] target(s) in 59.69s |
2452 | 2024-10-30T01:00:19.472Z | |
2453 | 2024-10-30T01:00:19.472Z | real 59.819936318 |
2454 | 2024-10-30T01:00:19.472Z | user 6:01.517025571 |
2455 | 2024-10-30T01:00:19.472Z | sys 33.022932071 |
2456 | 2024-10-30T01:00:19.472Z | trap 0.177719251 |
2457 | 2024-10-30T01:00:19.472Z | tflt 0.332804731 |
2458 | 2024-10-30T01:00:19.472Z | dflt 0.577877932 |
2459 | 2024-10-30T01:00:19.488Z | kflt 0.000107016 |
2460 | 2024-10-30T01:00:19.488Z | lock 11:06.870680077 |
2461 | 2024-10-30T01:00:19.488Z | slp 16:15.422739677 |
2462 | 2024-10-30T01:00:19.488Z | lat 12.643885190 |
2463 | 2024-10-30T01:00:19.488Z | stop 17.375861223 |
2464 | 2024-10-30T01:00:19.488Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2465 | 2024-10-30T01:00:19.488Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2466 | 2024-10-30T01:00:19.488Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2467 | 2024-10-30T01:00:19.488Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2468 | 2024-10-30T01:00:19.488Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2469 | 2024-10-30T01:00:20.417Z | Compiling hashbrown v0.14.5 |
2470 | 2024-10-30T01:00:20.614Z | Compiling unsafe-libyaml v0.2.11 |
2471 | 2024-10-30T01:00:20.641Z | Compiling progenitor-client v0.8.0 |
2472 | 2024-10-30T01:00:20.642Z | Compiling ident_case v1.0.1 |
2473 | 2024-10-30T01:00:20.642Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2474 | 2024-10-30T01:00:20.642Z | Compiling ipnetwork v0.20.0 |
2475 | 2024-10-30T01:00:20.642Z | Compiling instant v0.1.13 |
2476 | 2024-10-30T01:00:20.642Z | Compiling structmeta-derive v0.3.0 |
2477 | 2024-10-30T01:00:20.726Z | Compiling newtype-uuid v1.1.2 |
2478 | 2024-10-30T01:00:20.822Z | Compiling darling_core v0.20.10 |
2479 | 2024-10-30T01:00:21.046Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2480 | 2024-10-30T01:00:21.066Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2481 | 2024-10-30T01:00:21.424Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2482 | 2024-10-30T01:00:21.615Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2483 | 2024-10-30T01:00:21.798Z | Compiling regress v0.10.1 |
2484 | 2024-10-30T01:00:21.836Z | Compiling regress v0.9.1 |
2485 | 2024-10-30T01:00:21.870Z | Compiling serde_yaml v0.9.34+deprecated |
2486 | 2024-10-30T01:00:21.889Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2487 | 2024-10-30T01:00:22.087Z | Compiling backoff v0.4.0 |
2488 | 2024-10-30T01:00:22.438Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2489 | 2024-10-30T01:00:22.490Z | Compiling macaddr v1.0.1 |
2490 | 2024-10-30T01:00:22.543Z | Compiling tempfile v3.13.0 |
2491 | 2024-10-30T01:00:22.611Z | Compiling proc-macro-crate v1.3.1 |
2492 | 2024-10-30T01:00:22.963Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2493 | 2024-10-30T01:00:23.409Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2494 | 2024-10-30T01:00:23.467Z | Compiling foreign-types-macros v0.2.3 |
2495 | 2024-10-30T01:00:23.721Z | Compiling num_enum_derive v0.5.11 |
2496 | 2024-10-30T01:00:23.770Z | Compiling foreign-types-shared v0.3.1 |
2497 | 2024-10-30T01:00:23.788Z | Compiling structmeta v0.3.0 |
2498 | 2024-10-30T01:00:23.904Z | Compiling heapless v0.8.0 |
2499 | 2024-10-30T01:00:24.272Z | Compiling parse-display-derive v0.10.0 |
2500 | 2024-10-30T01:00:24.874Z | Compiling foreign-types v0.5.0 |
2501 | 2024-10-30T01:00:25.002Z | Compiling proc-macro-error v1.0.4 |
2502 | 2024-10-30T01:00:25.256Z | Compiling camino-tempfile v1.1.1 |
2503 | 2024-10-30T01:00:25.752Z | Compiling typify-impl v0.2.0 |
2504 | 2024-10-30T01:00:25.772Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2505 | 2024-10-30T01:00:26.222Z | Compiling hash32 v0.3.1 |
2506 | 2024-10-30T01:00:26.422Z | Compiling num_enum v0.5.11 |
2507 | 2024-10-30T01:00:26.487Z | Compiling cstr-argument v0.1.2 |
2508 | 2024-10-30T01:00:26.608Z | Compiling smoltcp v0.11.0 |
2509 | 2024-10-30T01:00:26.715Z | Compiling crucible-workspace-hack v0.1.0 |
2510 | 2024-10-30T01:00:26.842Z | Compiling pretty-hex v0.2.1 |
2511 | 2024-10-30T01:00:27.011Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2512 | 2024-10-30T01:00:27.052Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2513 | 2024-10-30T01:00:27.105Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2514 | 2024-10-30T01:00:27.249Z | Compiling tabwriter v1.4.0 |
2515 | 2024-10-30T01:00:27.413Z | Compiling colored v2.1.0 |
2516 | 2024-10-30T01:00:27.530Z | Compiling cobs v0.2.3 |
2517 | 2024-10-30T01:00:27.721Z | Compiling postcard v1.0.10 |
2518 | 2024-10-30T01:00:27.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2519 | 2024-10-30T01:00:27.940Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2520 | 2024-10-30T01:00:28.136Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2521 | 2024-10-30T01:00:28.265Z | Compiling darling_macro v0.20.10 |
2522 | 2024-10-30T01:00:28.284Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2523 | 2024-10-30T01:00:28.304Z | Compiling smf v0.2.3 |
2524 | 2024-10-30T01:00:28.415Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2525 | 2024-10-30T01:00:28.786Z | Compiling zone_cfg_derive v0.3.0 |
2526 | 2024-10-30T01:00:29.090Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2527 | 2024-10-30T01:00:29.160Z | Compiling parse-display v0.10.0 |
2528 | 2024-10-30T01:00:29.276Z | Compiling darling v0.20.10 |
2529 | 2024-10-30T01:00:29.432Z | Compiling serde_with_macros v3.11.0 |
2530 | 2024-10-30T01:00:29.573Z | Compiling num-derive v0.4.2 |
2531 | 2024-10-30T01:00:29.799Z | Compiling sigpipe v0.1.3 |
2532 | 2024-10-30T01:00:29.880Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2533 | 2024-10-30T01:00:29.935Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2534 | 2024-10-30T01:00:30.232Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2535 | 2024-10-30T01:00:30.408Z | Compiling zone v0.3.0 |
2536 | 2024-10-30T01:00:30.723Z | Compiling universal-hash v0.5.1 |
2537 | 2024-10-30T01:00:30.942Z | Compiling opaque-debug v0.3.1 |
2538 | 2024-10-30T01:00:31.063Z | Compiling num-rational v0.4.2 |
2539 | 2024-10-30T01:00:31.143Z | Compiling password-hash v0.5.0 |
2540 | 2024-10-30T01:00:32.105Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2541 | 2024-10-30T01:00:32.243Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2542 | 2024-10-30T01:00:32.283Z | Compiling blake2 v0.10.6 |
2543 | 2024-10-30T01:00:32.471Z | Compiling serde_with v3.11.0 |
2544 | 2024-10-30T01:00:33.021Z | Compiling num-complex v0.4.6 |
2545 | 2024-10-30T01:00:33.212Z | Compiling aead v0.5.2 |
2546 | 2024-10-30T01:00:33.231Z | Compiling keccak v0.1.5 |
2547 | 2024-10-30T01:00:33.300Z | Compiling convert_case v0.4.0 |
2548 | 2024-10-30T01:00:33.848Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2549 | 2024-10-30T01:00:33.886Z | Compiling sha3 v0.10.8 |
2550 | 2024-10-30T01:00:34.122Z | Compiling num v0.4.3 |
2551 | 2024-10-30T01:00:34.234Z | Compiling argon2 v0.5.3 |
2552 | 2024-10-30T01:00:34.274Z | Compiling poly1305 v0.8.0 |
2553 | 2024-10-30T01:00:34.294Z | Compiling tungstenite v0.21.0 |
2554 | 2024-10-30T01:00:34.393Z | Compiling derive_more v0.99.18 |
2555 | 2024-10-30T01:00:35.008Z | Compiling chacha20 v0.9.1 |
2556 | 2024-10-30T01:00:35.509Z | Compiling float-ord v0.3.2 |
2557 | 2024-10-30T01:00:35.708Z | Compiling base64 v0.21.7 |
2558 | 2024-10-30T01:00:36.130Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2559 | 2024-10-30T01:00:36.168Z | Compiling tokio-tungstenite v0.21.0 |
2560 | 2024-10-30T01:00:36.474Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2561 | 2024-10-30T01:00:36.508Z | Compiling semver v0.1.20 |
2562 | 2024-10-30T01:00:36.533Z | Compiling same-file v1.0.6 |
2563 | 2024-10-30T01:00:36.781Z | Compiling walkdir v2.5.0 |
2564 | 2024-10-30T01:00:36.880Z | Compiling newline-converter v0.3.0 |
2565 | 2024-10-30T01:00:36.937Z | Compiling rustc_version v0.1.7 |
2566 | 2024-10-30T01:00:37.074Z | Compiling primeorder v0.13.6 |
2567 | 2024-10-30T01:00:37.272Z | Compiling secrecy v0.8.0 |
2568 | 2024-10-30T01:00:37.292Z | Compiling owo-colors v4.1.0 |
2569 | 2024-10-30T01:00:37.519Z | Compiling home v0.5.9 |
2570 | 2024-10-30T01:00:37.577Z | Compiling prettyplease v0.2.22 |
2571 | 2024-10-30T01:00:37.594Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2572 | 2024-10-30T01:00:37.613Z | Compiling cancel-safe-futures v0.1.5 |
2573 | 2024-10-30T01:00:37.671Z | Compiling newtype_derive v0.1.6 |
2574 | 2024-10-30T01:00:37.702Z | Compiling expectorate v1.1.0 |
2575 | 2024-10-30T01:00:37.796Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2576 | 2024-10-30T01:00:37.899Z | Compiling thiserror-impl-no-std v2.0.2 |
2577 | 2024-10-30T01:00:37.941Z | Compiling blake3 v1.5.4 |
2578 | 2024-10-30T01:00:38.014Z | Compiling ring v0.16.20 |
2579 | 2024-10-30T01:00:38.046Z | Compiling half v2.4.1 |
2580 | 2024-10-30T01:00:38.156Z | Compiling unicase v2.7.0 |
2581 | 2024-10-30T01:00:38.500Z | Compiling ciborium-io v0.2.2 |
2582 | 2024-10-30T01:00:38.512Z | Compiling arc-swap v1.7.1 |
2583 | 2024-10-30T01:00:38.646Z | Compiling ciborium-ll v0.2.2 |
2584 | 2024-10-30T01:00:38.888Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2585 | 2024-10-30T01:00:39.154Z | Compiling slog-scope v4.4.0 |
2586 | 2024-10-30T01:00:39.715Z | Compiling polyval v0.6.2 |
2587 | 2024-10-30T01:00:39.784Z | Compiling atomicwrites v0.4.4 |
2588 | 2024-10-30T01:00:40.186Z | Compiling libsw v3.3.1 |
2589 | 2024-10-30T01:00:40.198Z | Compiling memmap2 v0.9.5 |
2590 | 2024-10-30T01:00:40.517Z | Compiling spin v0.5.2 |
2591 | 2024-10-30T01:00:40.717Z | Compiling linear-map v1.2.0 |
2592 | 2024-10-30T01:00:40.786Z | Compiling salty v0.3.0 |
2593 | 2024-10-30T01:00:41.086Z | Compiling arrayref v0.3.9 |
2594 | 2024-10-30T01:00:41.210Z | Compiling libefi-sys v0.1.0 |
2595 | 2024-10-30T01:00:41.279Z | Compiling arrayvec v0.7.6 |
2596 | 2024-10-30T01:00:41.323Z | Compiling thiserror-no-std v2.0.2 |
2597 | 2024-10-30T01:00:41.465Z | Compiling constant_time_eq v0.3.1 |
2598 | 2024-10-30T01:00:41.541Z | Compiling untrusted v0.7.1 |
2599 | 2024-10-30T01:00:41.655Z | Compiling parking_lot_core v0.8.6 |
2600 | 2024-10-30T01:00:41.655Z | Compiling indent_write v2.2.0 |
2601 | 2024-10-30T01:00:41.825Z | Compiling vsss-rs v3.3.4 |
2602 | 2024-10-30T01:00:41.972Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2603 | 2024-10-30T01:00:45.441Z | Compiling ghash v0.5.1 |
2604 | 2024-10-30T01:00:45.461Z | Compiling slog-stdlog v4.1.1 |
2605 | 2024-10-30T01:00:45.462Z | Compiling ciborium v0.2.2 |
2606 | 2024-10-30T01:00:45.462Z | Compiling toolchain_find v0.4.0 |
2607 | 2024-10-30T01:00:45.462Z | Compiling p384 v0.13.0 |
2608 | 2024-10-30T01:00:45.462Z | Compiling chacha20poly1305 v0.10.1 |
2609 | 2024-10-30T01:00:45.462Z | Compiling itertools v0.13.0 |
2610 | 2024-10-30T01:00:45.462Z | Compiling lzma-sys v0.1.20 |
2611 | 2024-10-30T01:00:45.467Z | Compiling ctr v0.9.2 |
2612 | 2024-10-30T01:00:45.467Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2613 | 2024-10-30T01:00:45.467Z | Compiling bitfield-struct v0.6.2 |
2614 | 2024-10-30T01:00:45.467Z | Compiling slog-dtrace v0.3.0 |
2615 | 2024-10-30T01:00:45.467Z | Compiling topological-sort v0.2.2 |
2616 | 2024-10-30T01:00:45.467Z | Compiling highway v1.2.0 |
2617 | 2024-10-30T01:00:45.467Z | Compiling typify-macro v0.2.0 |
2618 | 2024-10-30T01:00:45.467Z | Compiling omicron-zone-package v0.11.1 |
2619 | 2024-10-30T01:00:46.184Z | Compiling aes-gcm v0.10.3 |
2620 | 2024-10-30T01:00:46.290Z | Compiling rustfmt-wrapper v0.2.1 |
2621 | 2024-10-30T01:00:46.314Z | Compiling mime_guess v2.0.5 |
2622 | 2024-10-30T01:00:46.331Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2623 | 2024-10-30T01:00:46.517Z | Compiling slog-envlogger v2.2.0 |
2624 | 2024-10-30T01:00:46.713Z | Compiling steno v0.4.1 |
2625 | 2024-10-30T01:00:47.395Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2626 | 2024-10-30T01:00:47.650Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2627 | 2024-10-30T01:00:47.821Z | Compiling heck v0.3.3 |
2628 | 2024-10-30T01:00:47.825Z | Compiling ssh-encoding v0.2.0 |
2629 | 2024-10-30T01:00:48.010Z | Compiling blowfish v0.9.1 |
2630 | 2024-10-30T01:00:48.178Z | Compiling nibble_vec v0.1.0 |
2631 | 2024-10-30T01:00:48.282Z | Compiling env_filter v0.1.2 |
2632 | 2024-10-30T01:00:48.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2633 | 2024-10-30T01:00:48.418Z | Compiling humantime v2.1.0 |
2634 | 2024-10-30T01:00:48.499Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-10-30T01:00:48.638Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2636 | 2024-10-30T01:00:48.724Z | Compiling endian-type v0.1.2 |
2637 | 2024-10-30T01:00:48.943Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2638 | 2024-10-30T01:00:48.994Z | Compiling radix_trie v0.2.1 |
2639 | 2024-10-30T01:00:48.997Z | Compiling env_logger v0.11.5 |
2640 | 2024-10-30T01:00:49.030Z | Compiling zone_cfg_derive v0.1.2 |
2641 | 2024-10-30T01:00:49.048Z | Compiling bcrypt-pbkdf v0.10.0 |
2642 | 2024-10-30T01:00:49.710Z | Compiling ssh-cipher v0.2.0 |
2643 | 2024-10-30T01:00:49.820Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2644 | 2024-10-30T01:00:49.916Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2645 | 2024-10-30T01:00:50.150Z | Compiling typify v0.2.0 |
2646 | 2024-10-30T01:00:50.232Z | Compiling parking_lot v0.11.2 |
2647 | 2024-10-30T01:00:50.329Z | Compiling progenitor-impl v0.8.0 |
2648 | 2024-10-30T01:00:50.691Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2649 | 2024-10-30T01:00:50.983Z | Compiling gethostname v0.5.0 |
2650 | 2024-10-30T01:00:51.140Z | Compiling password-hash v0.4.2 |
2651 | 2024-10-30T01:00:51.211Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2652 | 2024-10-30T01:00:51.229Z | Compiling fxhash v0.2.1 |
2653 | 2024-10-30T01:00:51.232Z | Compiling base64 v0.13.1 |
2654 | 2024-10-30T01:00:51.472Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2655 | 2024-10-30T01:00:51.557Z | Compiling matches v0.1.10 |
2656 | 2024-10-30T01:00:51.620Z | Compiling sled v0.34.7 |
2657 | 2024-10-30T01:00:51.674Z | Compiling idna v0.2.3 |
2658 | 2024-10-30T01:00:51.871Z | Compiling ron v0.7.1 |
2659 | 2024-10-30T01:00:51.951Z | Compiling pbkdf2 v0.11.0 |
2660 | 2024-10-30T01:00:52.154Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2661 | 2024-10-30T01:00:52.367Z | Compiling zone v0.1.8 |
2662 | 2024-10-30T01:00:52.582Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2663 | 2024-10-30T01:00:52.885Z | Compiling xz2 v0.1.7 |
2664 | 2024-10-30T01:00:53.416Z | Compiling ssh-key v0.6.6 |
2665 | 2024-10-30T01:00:53.808Z | Compiling hickory-client v0.24.1 |
2666 | 2024-10-30T01:00:54.508Z | Compiling p521 v0.13.3 |
2667 | 2024-10-30T01:00:54.547Z | Compiling p256 v0.13.2 |
2668 | 2024-10-30T01:00:54.931Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2669 | 2024-10-30T01:00:55.325Z | Compiling hickory-server v0.24.1 |
2670 | 2024-10-30T01:00:55.405Z | Compiling enum-as-inner v0.5.1 |
2671 | 2024-10-30T01:00:56.056Z | Compiling pem v3.0.4 |
2672 | 2024-10-30T01:00:56.539Z | Compiling yasna v0.5.2 |
2673 | 2024-10-30T01:00:56.961Z | Compiling headers-core v0.3.0 |
2674 | 2024-10-30T01:00:57.069Z | Compiling kstat-rs v0.2.4 |
2675 | 2024-10-30T01:00:57.156Z | Compiling nanorand v0.7.0 |
2676 | 2024-10-30T01:00:57.760Z | Compiling russh-cryptovec v0.7.3 |
2677 | 2024-10-30T01:00:57.792Z | Compiling atty v0.2.14 |
2678 | 2024-10-30T01:00:57.964Z | Compiling md5 v0.7.0 |
2679 | 2024-10-30T01:00:58.121Z | Compiling http-range v0.1.5 |
2680 | 2024-10-30T01:00:58.427Z | Compiling glob v0.3.1 |
2681 | 2024-10-30T01:00:58.514Z | Compiling hyper-staticfile v0.10.1 |
2682 | 2024-10-30T01:00:58.514Z | Compiling russh-keys v0.45.0 |
2683 | 2024-10-30T01:00:58.552Z | Compiling rcgen v0.12.1 |
2684 | 2024-10-30T01:00:58.984Z | Compiling flume v0.11.0 |
2685 | 2024-10-30T01:00:59.131Z | Compiling progenitor-macro v0.8.0 |
2686 | 2024-10-30T01:00:59.527Z | Compiling headers v0.4.0 |
2687 | 2024-10-30T01:00:59.757Z | Compiling trust-dns-proto v0.22.0 |
2688 | 2024-10-30T01:00:59.781Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2689 | 2024-10-30T01:01:01.097Z | Compiling num-bigint v0.4.6 |
2690 | 2024-10-30T01:01:01.638Z | Compiling des v0.8.1 |
2691 | 2024-10-30T01:01:02.071Z | Compiling subprocess v0.2.9 |
2692 | 2024-10-30T01:01:02.942Z | Compiling hex-literal v0.4.1 |
2693 | 2024-10-30T01:01:03.062Z | Compiling display-error-chain v0.2.1 |
2694 | 2024-10-30T01:01:03.124Z | Compiling dhcproto-macros v0.1.0 |
2695 | 2024-10-30T01:01:03.263Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2696 | 2024-10-30T01:01:03.802Z | Compiling internet-checksum v0.2.1 |
2697 | 2024-10-30T01:01:04.315Z | Compiling russh v0.45.0 |
2698 | 2024-10-30T01:01:04.448Z | Compiling dhcproto v0.12.0 |
2699 | 2024-10-30T01:01:10.508Z | Compiling progenitor v0.8.0 |
2700 | 2024-10-30T01:01:10.621Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2701 | 2024-10-30T01:01:10.624Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2702 | 2024-10-30T01:01:10.624Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2703 | 2024-10-30T01:01:10.624Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2704 | 2024-10-30T01:01:10.624Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2705 | 2024-10-30T01:01:10.624Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2706 | 2024-10-30T01:01:10.624Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2707 | 2024-10-30T01:01:10.715Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2708 | 2024-10-30T01:01:12.143Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2709 | 2024-10-30T01:01:15.642Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2710 | 2024-10-30T01:01:17.579Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2711 | 2024-10-30T01:01:26.708Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2712 | 2024-10-30T01:01:26.708Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2713 | 2024-10-30T01:01:26.711Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2714 | 2024-10-30T01:01:26.711Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2715 | 2024-10-30T01:01:27.677Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2716 | 2024-10-30T01:01:30.057Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2717 | 2024-10-30T01:01:31.002Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2718 | 2024-10-30T01:01:31.155Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2719 | 2024-10-30T01:01:31.659Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2720 | 2024-10-30T01:01:32.066Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2721 | 2024-10-30T01:01:34.791Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2024-10-30T01:01:35.536Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2723 | 2024-10-30T01:01:35.834Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2724 | 2024-10-30T01:01:36.477Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2725 | 2024-10-30T01:01:37.490Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2726 | 2024-10-30T01:01:37.533Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2727 | 2024-10-30T01:01:37.555Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2728 | 2024-10-30T01:01:39.556Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2729 | 2024-10-30T01:01:40.114Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2730 | 2024-10-30T01:01:41.177Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2731 | 2024-10-30T01:01:42.387Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2732 | 2024-10-30T01:01:42.849Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2733 | 2024-10-30T01:01:45.497Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2734 | 2024-10-30T01:01:46.759Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2735 | 2024-10-30T01:01:47.664Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2736 | 2024-10-30T01:01:49.862Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2737 | 2024-10-30T01:01:50.464Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2738 | 2024-10-30T01:01:54.431Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2739 | 2024-10-30T01:02:02.974Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2740 | 2024-10-30T01:02:04.341Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2741 | 2024-10-30T01:02:21.740Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2742 | 2024-10-30T01:02:55.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2743 | 2024-10-30T01:02:55.529Z | |
2744 | 2024-10-30T01:02:55.529Z | real 2:36.000910865 |
2745 | 2024-10-30T01:02:55.529Z | user 12:02.949583477 |
2746 | 2024-10-30T01:02:55.529Z | sys 2:33.602148600 |
2747 | 2024-10-30T01:02:55.531Z | trap 0.341606829 |
2748 | 2024-10-30T01:02:55.531Z | tflt 1.397531634 |
2749 | 2024-10-30T01:02:55.531Z | dflt 1.484074187 |
2750 | 2024-10-30T01:02:55.531Z | kflt 0.000028527 |
2751 | 2024-10-30T01:02:55.531Z | lock 25:04.437975524 |
2752 | 2024-10-30T01:02:55.531Z | slp 42:58.139864769 |
2753 | 2024-10-30T01:02:55.531Z | lat 34.260071618 |
2754 | 2024-10-30T01:02:55.532Z | stop 1:28.450134119 |
2755 | 2024-10-30T01:02:55.532Z | + mkdir tests |
2756 | 2024-10-30T01:02:55.534Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2757 | 2024-10-30T01:02:55.534Z | + xargs -I '{}' -t cp '{}' tests/ |
2758 | 2024-10-30T01:02:55.574Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0ec088441df6d399 tests/ |
2759 | 2024-10-30T01:02:55.600Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3050ae0f06ab7321 tests/ |
2760 | 2024-10-30T01:02:55.626Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-85a63916ba1131d0 tests/ |
2761 | 2024-10-30T01:02:55.653Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-414b9a7446254693 tests/ |
2762 | 2024-10-30T01:02:55.867Z | + 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/*) |
2763 | 2024-10-30T01:02:55.869Z | + 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-3050ae0f06ab7321 tests/commtest-85a63916ba1131d0 tests/dhcp_server-0ec088441df6d399 tests/end_to_end_tests-414b9a7446254693 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 |
2764 | 2024-10-30T01:04:01.307Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2765 | 2024-10-30T01:04:01.307Z | a .github/buildomat/ci-env.sh 1K |
2766 | 2024-10-30T01:04:01.307Z | a out/target/test 1K |
2767 | 2024-10-30T01:04:01.307Z | a out/npuzone/npuzone 23144K |
2768 | 2024-10-30T01:04:01.307Z | a package-manifest.toml 32K |
2769 | 2024-10-30T01:04:01.307Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2770 | 2024-10-30T01:04:01.307Z | a target/release/omicron-package 32871K |
2771 | 2024-10-30T01:04:01.308Z | a target/release/xtask 12146K |
2772 | 2024-10-30T01:04:01.308Z | a target/debug/bootstrap 197645K |
2773 | 2024-10-30T01:04:01.308Z | a tests/bootstrap-3050ae0f06ab7321 23995K |
2774 | 2024-10-30T01:04:01.308Z | a tests/commtest-85a63916ba1131d0 24420K |
2775 | 2024-10-30T01:04:01.308Z | a tests/dhcp_server-0ec088441df6d399 23995K |
2776 | 2024-10-30T01:04:01.308Z | a tests/end_to_end_tests-414b9a7446254693 210382K |
2777 | 2024-10-30T01:04:01.308Z | a out/clickhouse.tar.gz 244618K |
2778 | 2024-10-30T01:04:01.308Z | a out/clickhouse_keeper.tar.gz 244610K |
2779 | 2024-10-30T01:04:01.308Z | a out/clickhouse_server.tar.gz 244610K |
2780 | 2024-10-30T01:04:01.308Z | a out/cockroachdb.tar.gz 130223K |
2781 | 2024-10-30T01:04:01.308Z | a out/crucible-dtrace.tar 82K |
2782 | 2024-10-30T01:04:01.308Z | a out/crucible-pantry-zone.tar.gz 26980K |
2783 | 2024-10-30T01:04:01.308Z | a out/crucible-zone.tar.gz 35167K |
2784 | 2024-10-30T01:04:01.308Z | a out/external-dns.tar.gz 30853K |
2785 | 2024-10-30T01:04:01.308Z | a out/internal-dns.tar.gz 30851K |
2786 | 2024-10-30T01:04:01.308Z | a out/mg-ddm-gz.tar 62661K |
2787 | 2024-10-30T01:04:01.308Z | a out/nexus.tar.gz 95564K |
2788 | 2024-10-30T01:04:01.308Z | a out/ntp.tar.gz 9120K |
2789 | 2024-10-30T01:04:01.308Z | a out/omicron-gateway-softnpu.tar.gz 21652K |
2790 | 2024-10-30T01:04:01.308Z | a out/omicron-sled-agent.tar 103688K |
2791 | 2024-10-30T01:04:01.308Z | a out/overlay.tar.gz 3K |
2792 | 2024-10-30T01:04:01.308Z | a out/oximeter.tar.gz 46089K |
2793 | 2024-10-30T01:04:01.308Z | a out/oxlog.tar 3037K |
2794 | 2024-10-30T01:04:01.308Z | a out/probe.tar.gz 2764K |
2795 | 2024-10-30T01:04:01.308Z | a out/propolis-server.tar.gz 66490K |
2796 | 2024-10-30T01:04:01.308Z | a out/pumpkind-gz.tar 26665K |
2797 | 2024-10-30T01:04:01.308Z | a out/switch-softnpu.tar.gz 223791K |
2798 | 2024-10-30T01:04:01.311Z | |
2799 | 2024-10-30T01:04:01.311Z | real 1:05.431736736 |
2800 | 2024-10-30T01:04:01.311Z | user 1:02.460357020 |
2801 | 2024-10-30T01:04:01.311Z | sys 4.206008647 |
2802 | 2024-10-30T01:04:01.311Z | trap 0.019448041 |
2803 | 2024-10-30T01:04:01.311Z | tflt 0.000000000 |
2804 | 2024-10-30T01:04:01.311Z | dflt 0.000000000 |
2805 | 2024-10-30T01:04:01.311Z | kflt 0.000000000 |
2806 | 2024-10-30T01:04:01.311Z | lock 0.000000000 |
2807 | 2024-10-30T01:04:01.311Z | slp 1:02.300539258 |
2808 | 2024-10-30T01:04:01.311Z | lat 1.871081482 |
2809 | 2024-10-30T01:04:01.311Z | stop 0.000542083 |
2810 | 2024-10-30T01:04:01.311Z | process exited: duration 1868523 ms, exit code 0 |
|
2811 | 2024-10-30T01:04:01.325Z | found 1 output files |
2812 | 2024-10-30T01:04:01.325Z | uploading: /work/package.tar.gz (1693323673 bytes) |
2813 | 2024-10-30T01:04:36.753Z | uploaded: /work/package.tar.gz |