|
|
|
1 | 2024-11-04T23:04:30.608Z | job assigned to worker 01JBWPPCWSGB9WZZXCHTY76SF2 (queued for 1 m 4 s) |
|
2 | 2024-11-04T23:04:38.438Z | starting task 0: "setup" |
3 | 2024-11-04T23:04:38.445Z | ++ uname -s |
4 | 2024-11-04T23:04:38.447Z | + kern=SunOS |
5 | 2024-11-04T23:04:38.447Z | + case "$kern" in |
6 | 2024-11-04T23:04:38.447Z | + [[ 0 == 12345 ]] |
7 | 2024-11-04T23:04:38.448Z | + groupadd -g 12345 build |
8 | 2024-11-04T23:04:38.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-04T23:04:40.460Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-04T23:04:40.612Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-04T23:04:40.615Z | + home_fs=zfs |
12 | 2024-11-04T23:04:40.615Z | + [[ zfs == autofs ]] |
13 | 2024-11-04T23:04:40.615Z | + mkdir -p /home/build |
14 | 2024-11-04T23:04:40.617Z | + chown build:build /home/build /work |
15 | 2024-11-04T23:04:42.619Z | + chmod 0700 /home/build /work |
16 | 2024-11-04T23:04:42.623Z | process exited: duration 4186 ms, exit code 0 |
|
17 | 2024-11-04T23:04:42.628Z | starting task 1: "rust-toolchain" |
18 | 2024-11-04T23:04:42.634Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-04T23:04:42.634Z | ' 1.82.0 |
20 | 2024-11-04T23:04:42.634Z | * toolchain channel = "1.82.0" |
21 | 2024-11-04T23:04:42.634Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-04T23:04:42.634Z | ' default |
23 | 2024-11-04T23:04:42.634Z | * toolchain profile = "default" |
24 | 2024-11-04T23:04:42.636Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-04T23:04:42.636Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-04T23:04:42.755Z | info: downloading installer |
27 | 2024-11-04T23:04:43.935Z | info: profile set to 'default' |
28 | 2024-11-04T23:04:43.935Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-04T23:04:43.937Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-04T23:04:44.065Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-04T23:04:44.065Z | info: downloading component 'cargo' |
32 | 2024-11-04T23:04:44.714Z | info: downloading component 'clippy' |
33 | 2024-11-04T23:04:44.961Z | info: downloading component 'rust-docs' |
34 | 2024-11-04T23:04:45.876Z | info: downloading component 'rust-std' |
35 | 2024-11-04T23:04:47.331Z | info: downloading component 'rustc' |
36 | 2024-11-04T23:04:52.463Z | info: downloading component 'rustfmt' |
37 | 2024-11-04T23:04:52.648Z | info: installing component 'cargo' |
38 | 2024-11-04T23:04:53.491Z | info: installing component 'clippy' |
39 | 2024-11-04T23:04:53.911Z | info: installing component 'rust-docs' |
40 | 2024-11-04T23:04:55.658Z | info: installing component 'rust-std' |
41 | 2024-11-04T23:04:57.619Z | info: installing component 'rustc' |
42 | 2024-11-04T23:05:04.016Z | info: installing component 'rustfmt' |
43 | 2024-11-04T23:05:04.358Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-04T23:05:04.359Z | |
45 | 2024-11-04T23:05:04.753Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-04T23:05:04.753Z | |
47 | 2024-11-04T23:05:04.756Z | |
48 | 2024-11-04T23:05:04.756Z | Rust is installed now. Great! |
49 | 2024-11-04T23:05:04.756Z | |
50 | 2024-11-04T23:05:04.756Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-04T23:05:04.756Z | environment variable. This has not been done automatically. |
52 | 2024-11-04T23:05:04.756Z | |
53 | 2024-11-04T23:05:04.756Z | To configure your current shell, you need to source |
54 | 2024-11-04T23:05:04.756Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-04T23:05:04.756Z | |
56 | 2024-11-04T23:05:04.756Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-04T23:05:04.756Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-04T23:05:04.756Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-04T23:05:04.831Z | + rustc --version |
60 | 2024-11-04T23:05:04.899Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-04T23:05:04.902Z | process exited: duration 22270 ms, exit code 0 |
|
62 | 2024-11-04T23:05:04.906Z | starting task 2: "authentication" |
63 | 2024-11-04T23:05:04.928Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-04T23:05:04.933Z | starting task 3: "clone repository" |
65 | 2024-11-04T23:05:04.938Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-04T23:05:04.940Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-04T23:05:05.576Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-04T23:05:13.427Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-04T23:05:13.429Z | + git fetch origin 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
70 | 2024-11-04T23:05:13.767Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-04T23:05:13.767Z | * branch 6c2562d95f1a78eb9842c2448a9630fba7c03900 -> FETCH_HEAD |
72 | 2024-11-04T23:05:13.779Z | + [[ -n range-requests ]] |
73 | 2024-11-04T23:05:13.782Z | ++ git branch --show-current |
74 | 2024-11-04T23:05:13.785Z | + current=main |
75 | 2024-11-04T23:05:13.785Z | + [[ main != range-requests ]] |
76 | 2024-11-04T23:05:13.785Z | + git branch -f range-requests 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
77 | 2024-11-04T23:05:13.787Z | + git checkout -f range-requests |
78 | 2024-11-04T23:05:13.956Z | Switched to branch 'range-requests' |
79 | 2024-11-04T23:05:13.981Z | + git reset --hard 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
80 | 2024-11-04T23:05:14.118Z | HEAD is now at 6c2562d95 Make it harder to see 'not satisfiable' without corresponding headers |
81 | 2024-11-04T23:05:14.122Z | process exited: duration 9184 ms, exit code 0 |
|
82 | 2024-11-04T23:05:14.128Z | starting task 4: "build" |
83 | 2024-11-04T23:05:14.133Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-04T23:05:14.133Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-04T23:05:14.133Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-04T23:05:14.136Z | + cargo --version |
87 | 2024-11-04T23:05:14.197Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-04T23:05:14.204Z | + rustc --version |
89 | 2024-11-04T23:05:14.254Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-04T23:05:14.257Z | + WORK=/work |
91 | 2024-11-04T23:05:14.257Z | + pfexec mkdir -p /work |
92 | 2024-11-04T23:05:14.260Z | + pfexec chown build /work |
93 | 2024-11-04T23:05:14.262Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-11-04T23:05:43.893Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-11-04T23:05:47.460Z | Startup: Caching catalogs ... Done |
96 | 2024-11-04T23:05:55.030Z | Planning: Solver setup ... Done (6.843s) |
97 | 2024-11-04T23:05:55.127Z | Planning: Running solver ... Done (0.097s) |
98 | 2024-11-04T23:05:55.277Z | Planning: Finding local manifests ... Done (0.061s) |
99 | 2024-11-04T23:05:56.705Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-11-04T23:05:57.798Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-11-04T23:05:57.985Z | Planning: Package planning ... Done (0.187s) |
102 | 2024-11-04T23:05:58.043Z | Planning: Merging actions ... Done (0.058s) |
103 | 2024-11-04T23:05:58.725Z | Planning: Checking for conflicting actions ... Done (0.682s) |
104 | 2024-11-04T23:06:03.922Z | Planning: Consolidating action changes ... Done (5.196s) |
105 | 2024-11-04T23:06:04.306Z | Planning: Evaluating mediators ... Done (0.384s) |
106 | 2024-11-04T23:06:04.429Z | Planning: Planning completed in 16.88 seconds |
107 | 2024-11-04T23:06:04.540Z | Packages to install: 4 |
108 | 2024-11-04T23:06:04.544Z | Packages to update: 1 |
109 | 2024-11-04T23:06:04.544Z | Mediators to change: 2 |
110 | 2024-11-04T23:06:04.544Z | Services to change: 1 |
111 | 2024-11-04T23:06:04.544Z | Estimated space available: 155.61 GB |
112 | 2024-11-04T23:06:04.544Z | Estimated space to be consumed: 1.59 GB |
113 | 2024-11-04T23:06:04.544Z | Create boot environment: No |
114 | 2024-11-04T23:06:04.544Z | Create backup boot environment: Yes |
115 | 2024-11-04T23:06:04.544Z | Rebuild boot archive: No |
116 | 2024-11-04T23:06:04.544Z | |
117 | 2024-11-04T23:06:04.545Z | Changed mediators: |
118 | 2024-11-04T23:06:04.545Z | mediator clang: |
119 | 2024-11-04T23:06:04.545Z | version: None -> 15 (system default) |
120 | 2024-11-04T23:06:04.545Z | |
121 | 2024-11-04T23:06:04.545Z | mediator llvm: |
122 | 2024-11-04T23:06:04.545Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-11-04T23:06:04.545Z | |
124 | 2024-11-04T23:06:04.545Z | Changed packages: |
125 | 2024-11-04T23:06:04.545Z | helios-dev |
126 | 2024-11-04T23:06:04.545Z | developer/build-essential |
127 | 2024-11-04T23:06:04.545Z | None -> 11-2.0 |
128 | 2024-11-04T23:06:04.545Z | library/libxmlsec1 |
129 | 2024-11-04T23:06:04.546Z | None -> 1.2.35-2.0 |
130 | 2024-11-04T23:06:04.546Z | ooce/developer/clang-15 |
131 | 2024-11-04T23:06:04.546Z | None -> 15.0.7-2.0 |
132 | 2024-11-04T23:06:04.546Z | ooce/developer/llvm-15 |
133 | 2024-11-04T23:06:04.546Z | None -> 15.0.7-2.0 |
134 | 2024-11-04T23:06:04.546Z | package/pkg |
135 | 2024-11-04T23:06:04.546Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-11-04T23:06:04.546Z | |
137 | 2024-11-04T23:06:04.546Z | Services: |
138 | 2024-11-04T23:06:04.546Z | restart_fmri: |
139 | 2024-11-04T23:06:04.546Z | svc:/system/update-man-index:default |
140 | 2024-11-04T23:06:04.546Z | |
141 | 2024-11-04T23:06:04.546Z | Editable files to change: |
142 | 2024-11-04T23:06:04.546Z | Update: |
143 | 2024-11-04T23:06:04.546Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-11-04T23:06:04.785Z | |
145 | 2024-11-04T23:06:04.785Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-11-04T23:06:11.617Z | Download: 213/4281 items 1.3/220.6MB 0% complete (760k/s) |
147 | 2024-11-04T23:06:16.636Z | Download: 797/4281 items 18.3/220.6MB 8% complete (1.7M/s) |
148 | 2024-11-04T23:06:21.637Z | Download: 1197/4281 items 82.1/220.6MB 37% complete (8.2M/s) |
149 | 2024-11-04T23:06:26.638Z | Download: 1241/4281 items 89.0/220.6MB 40% complete (7.0M/s) |
150 | 2024-11-04T23:06:31.640Z | Download: 2024/4281 items 118.7/220.6MB 53% complete (3.8M/s) |
151 | 2024-11-04T23:06:36.739Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (5.1M/s) |
152 | 2024-11-04T23:06:41.748Z | Download: 3212/4281 items 159.7/220.6MB 72% complete (4.0M/s) |
153 | 2024-11-04T23:06:46.969Z | Download: 3284/4281 items 211.1/220.6MB 95% complete (10.8M/s) |
154 | 2024-11-04T23:06:52.155Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (9.3M/s) |
155 | 2024-11-04T23:06:52.263Z | Download: Completed 220.60 MB in 47.47 seconds (4.7M/s) |
156 | 2024-11-04T23:06:54.320Z | Actions: 1/5063 actions (Removing old actions) |
157 | 2024-11-04T23:06:54.337Z | Actions: 194/5063 actions (Installing new actions) |
158 | 2024-11-04T23:06:59.461Z | Actions: 4081/5063 actions (Installing new actions) |
159 | 2024-11-04T23:07:00.171Z | Actions: 4226/5063 actions (Updating modified actions) |
160 | 2024-11-04T23:07:00.580Z | Actions: Completed 5063 actions in 6.26 seconds. |
161 | 2024-11-04T23:07:00.788Z | Done (0.200s) |
162 | 2024-11-04T23:07:00.790Z | Done (0.000s) |
163 | 2024-11-04T23:07:01.297Z | Done (0.508s) |
164 | 2024-11-04T23:07:09.072Z | Done (7.569s) |
165 | 2024-11-04T23:07:09.614Z | Done (0.466s) |
166 | 2024-11-04T23:07:09.616Z | Done (0.000s) |
167 | 2024-11-04T23:07:09.777Z | Done (0.000s) |
168 | 2024-11-04T23:07:10.444Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-11-04T23:07:10.606Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-11-04T23:07:10.608Z | Planning: Consolidating action changes ... Done |
171 | 2024-11-04T23:07:10.879Z | Planning: Evaluating mediators ... Done |
172 | 2024-11-04T23:07:10.881Z | Planning: Planning completed in 0.44 seconds |
173 | 2024-11-04T23:07:10.917Z | Mediators to change: 2 |
174 | 2024-11-04T23:07:10.917Z | Create boot environment: No |
175 | 2024-11-04T23:07:10.919Z | Create backup boot environment: No |
176 | 2024-11-04T23:07:10.990Z | Done |
177 | 2024-11-04T23:07:10.990Z | Done |
178 | 2024-11-04T23:07:11.319Z | Done |
179 | 2024-11-04T23:07:14.912Z | Done |
180 | 2024-11-04T23:07:14.999Z | Done |
181 | 2024-11-04T23:07:15.001Z | Done |
182 | 2024-11-04T23:07:15.107Z | Done |
183 | 2024-11-04T23:07:15.740Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-04T23:07:15.743Z | Planning: Merging actions ... Done |
185 | 2024-11-04T23:07:15.934Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-11-04T23:07:15.936Z | Planning: Consolidating action changes ... Done |
187 | 2024-11-04T23:07:16.201Z | Planning: Evaluating mediators ... Done |
188 | 2024-11-04T23:07:16.257Z | Planning: Planning completed in 0.76 seconds |
189 | 2024-11-04T23:07:16.296Z | Packages to change: 1 |
190 | 2024-11-04T23:07:16.296Z | Mediators to change: 1 |
191 | 2024-11-04T23:07:16.298Z | Services to change: 1 |
192 | 2024-11-04T23:07:16.299Z | Create boot environment: No |
193 | 2024-11-04T23:07:16.299Z | Create backup boot environment: Yes |
194 | 2024-11-04T23:07:18.422Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-11-04T23:07:18.556Z | Actions: Completed 6 actions in 0.14 seconds. |
196 | 2024-11-04T23:07:18.559Z | Done |
197 | 2024-11-04T23:07:18.559Z | Done |
198 | 2024-11-04T23:07:18.661Z | Done |
199 | 2024-11-04T23:07:22.407Z | Done |
200 | 2024-11-04T23:07:22.507Z | Done |
201 | 2024-11-04T23:07:22.511Z | Done |
202 | 2024-11-04T23:07:22.627Z | Done |
203 | 2024-11-04T23:07:23.071Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-11-04T23:07:23.071Z | clang system 15 system |
205 | 2024-11-04T23:07:23.071Z | csh system system illumos |
206 | 2024-11-04T23:07:23.071Z | ctags system system illumos |
207 | 2024-11-04T23:07:23.071Z | gcc vendor 12 vendor |
208 | 2024-11-04T23:07:23.071Z | gcc system 10 system |
209 | 2024-11-04T23:07:23.071Z | gcc system 7 system |
210 | 2024-11-04T23:07:23.071Z | go system 1.20 system |
211 | 2024-11-04T23:07:23.071Z | go system 1.19 system |
212 | 2024-11-04T23:07:23.071Z | llvm system 15 system |
213 | 2024-11-04T23:07:23.071Z | llvm system 14 system |
214 | 2024-11-04T23:07:23.071Z | mariadb system 10.6 system |
215 | 2024-11-04T23:07:23.072Z | mta vendor vendor dma |
216 | 2024-11-04T23:07:23.072Z | openjdk system 17 system |
217 | 2024-11-04T23:07:23.072Z | openjdk system 11 system |
218 | 2024-11-04T23:07:23.072Z | openjdk system 1.8 system |
219 | 2024-11-04T23:07:23.072Z | openssl vendor 3 vendor |
220 | 2024-11-04T23:07:23.072Z | perl system 5.36 system |
221 | 2024-11-04T23:07:23.072Z | postgresql system 15 system |
222 | 2024-11-04T23:07:23.072Z | postgresql system 13 system |
223 | 2024-11-04T23:07:23.072Z | python vendor 3 vendor |
224 | 2024-11-04T23:07:23.072Z | python system 2 system |
225 | 2024-11-04T23:07:23.072Z | python3 system 3.11 system |
226 | 2024-11-04T23:07:23.072Z | ruby system 3.0 system |
227 | 2024-11-04T23:07:23.072Z | words vendor vendor american-english |
228 | 2024-11-04T23:07:23.072Z | words system system australian-english |
229 | 2024-11-04T23:07:23.072Z | words system system british-english |
230 | 2024-11-04T23:07:23.072Z | words system system canadian-english |
231 | 2024-11-04T23:07:23.072Z | words system system french |
232 | 2024-11-04T23:07:23.072Z | words system system italian |
233 | 2024-11-04T23:07:23.072Z | words system system ngerman |
234 | 2024-11-04T23:07:23.072Z | words system system ogerman |
235 | 2024-11-04T23:07:23.072Z | words system system spanish |
236 | 2024-11-04T23:07:23.414Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-11-04T23:07:23.415Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-11-04T23:07:25.870Z | FMRI IFO |
239 | 2024-11-04T23:07:25.870Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-11-04T23:07:25.870Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-11-04T23:07:25.870Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-11-04T23:07:25.870Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-11-04T23:07:25.870Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-11-04T23:07:25.870Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
246 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
247 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
249 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
252 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-11-04T23:07:25.871Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-11-04T23:07:26.567Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-11-04T23:07:26.886Z | Updating crates.io index |
256 | 2024-11-04T23:07:26.889Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
257 | 2024-11-04T23:07:27.753Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
258 | 2024-11-04T23:07:28.028Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
259 | 2024-11-04T23:07:28.243Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
260 | 2024-11-04T23:07:28.553Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-11-04T23:07:29.461Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
262 | 2024-11-04T23:07:31.810Z | Updating git repository `https://github.com/oxidecomputer/opte` |
263 | 2024-11-04T23:07:32.841Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
264 | 2024-11-04T23:07:33.571Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
265 | 2024-11-04T23:07:33.865Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
266 | 2024-11-04T23:07:34.141Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
267 | 2024-11-04T23:07:34.820Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
268 | 2024-11-04T23:07:35.105Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
269 | 2024-11-04T23:07:35.615Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
270 | 2024-11-04T23:07:35.916Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
271 | 2024-11-04T23:07:36.172Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
272 | 2024-11-04T23:07:36.446Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
273 | 2024-11-04T23:07:36.747Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
274 | 2024-11-04T23:07:37.044Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
275 | 2024-11-04T23:07:37.443Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
276 | 2024-11-04T23:07:37.681Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
277 | 2024-11-04T23:07:38.267Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
278 | 2024-11-04T23:07:38.566Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
279 | 2024-11-04T23:07:39.037Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-11-04T23:07:39.431Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
281 | 2024-11-04T23:07:39.809Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
282 | 2024-11-04T23:07:40.032Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
283 | 2024-11-04T23:07:41.359Z | Downloading crates ... |
284 | 2024-11-04T23:07:41.455Z | Downloaded anstyle v1.0.8 |
285 | 2024-11-04T23:07:41.458Z | Downloaded clap_derive v4.5.18 |
286 | 2024-11-04T23:07:41.460Z | Downloaded cpufeatures v0.2.14 |
287 | 2024-11-04T23:07:41.463Z | Downloaded cargo_metadata v0.18.1 |
288 | 2024-11-04T23:07:41.475Z | Downloaded swrite v0.1.0 |
289 | 2024-11-04T23:07:41.477Z | Downloaded equivalent v1.0.1 |
290 | 2024-11-04T23:07:41.480Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-11-04T23:07:41.483Z | Downloaded block-buffer v0.10.4 |
292 | 2024-11-04T23:07:41.487Z | Downloaded plain v0.2.3 |
293 | 2024-11-04T23:07:41.489Z | Downloaded unicode-linebreak v0.1.5 |
294 | 2024-11-04T23:07:41.491Z | Downloaded macaddr v1.0.1 |
295 | 2024-11-04T23:07:41.493Z | Downloaded terminal_size v0.4.0 |
296 | 2024-11-04T23:07:41.493Z | Downloaded thiserror-impl v1.0.64 |
297 | 2024-11-04T23:07:41.497Z | Downloaded itoa v1.0.11 |
298 | 2024-11-04T23:07:41.499Z | Downloaded toml_datetime v0.6.8 |
299 | 2024-11-04T23:07:41.502Z | Downloaded strsim v0.11.1 |
300 | 2024-11-04T23:07:41.502Z | Downloaded semver v1.0.23 |
301 | 2024-11-04T23:07:41.504Z | Downloaded proc-macro-error v1.0.4 |
302 | 2024-11-04T23:07:41.507Z | Downloaded sha2 v0.10.8 |
303 | 2024-11-04T23:07:41.509Z | Downloaded pest_derive v2.7.14 |
304 | 2024-11-04T23:07:41.512Z | Downloaded anyhow v1.0.92 |
305 | 2024-11-04T23:07:41.514Z | Downloaded once_cell v1.20.2 |
306 | 2024-11-04T23:07:41.517Z | Downloaded zerocopy-derive v0.7.35 |
307 | 2024-11-04T23:07:41.521Z | Downloaded anstream v0.6.15 |
308 | 2024-11-04T23:07:41.523Z | Downloaded typenum v1.17.0 |
309 | 2024-11-04T23:07:41.526Z | Downloaded unicode-ident v1.0.13 |
310 | 2024-11-04T23:07:41.529Z | Downloaded proc-macro2 v1.0.87 |
311 | 2024-11-04T23:07:41.531Z | Downloaded ryu v1.0.18 |
312 | 2024-11-04T23:07:41.535Z | Downloaded autocfg v1.4.0 |
313 | 2024-11-04T23:07:41.537Z | Downloaded clap v4.5.20 |
314 | 2024-11-04T23:07:41.545Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-11-04T23:07:41.548Z | Downloaded bytecount v0.6.8 |
316 | 2024-11-04T23:07:41.548Z | Downloaded anstyle-parse v0.2.5 |
317 | 2024-11-04T23:07:41.550Z | Downloaded crypto-common v0.1.6 |
318 | 2024-11-04T23:07:41.553Z | Downloaded cargo-platform v0.1.8 |
319 | 2024-11-04T23:07:41.553Z | Downloaded byteorder v1.5.0 |
320 | 2024-11-04T23:07:41.555Z | Downloaded anstyle-query v1.1.1 |
321 | 2024-11-04T23:07:41.555Z | Downloaded camino v1.1.9 |
322 | 2024-11-04T23:07:41.557Z | Downloaded fastrand v2.1.1 |
323 | 2024-11-04T23:07:41.559Z | Downloaded generic-array v0.14.7 |
324 | 2024-11-04T23:07:41.559Z | Downloaded clap_lex v0.7.2 |
325 | 2024-11-04T23:07:41.562Z | Downloaded cfg-if v1.0.0 |
326 | 2024-11-04T23:07:41.562Z | Downloaded camino-tempfile v1.1.1 |
327 | 2024-11-04T23:07:41.565Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2024-11-04T23:07:41.567Z | Downloaded scroll_derive v0.12.0 |
329 | 2024-11-04T23:07:41.570Z | Downloaded cargo_toml v0.20.5 |
330 | 2024-11-04T23:07:41.570Z | Downloaded pretty-hex v0.4.1 |
331 | 2024-11-04T23:07:41.573Z | Downloaded colorchoice v1.0.2 |
332 | 2024-11-04T23:07:41.575Z | Downloaded fnv v1.0.7 |
333 | 2024-11-04T23:07:41.578Z | Downloaded is_terminal_polyfill v1.70.1 |
334 | 2024-11-04T23:07:41.578Z | Downloaded dof v0.3.0 |
335 | 2024-11-04T23:07:41.578Z | Downloaded heck v0.5.0 |
336 | 2024-11-04T23:07:41.581Z | Downloaded errno v0.3.9 |
337 | 2024-11-04T23:07:41.584Z | Downloaded thiserror v1.0.64 |
338 | 2024-11-04T23:07:41.587Z | Downloaded scroll v0.12.0 |
339 | 2024-11-04T23:07:41.589Z | Downloaded smawk v0.3.2 |
340 | 2024-11-04T23:07:41.592Z | Downloaded thread-id v4.2.2 |
341 | 2024-11-04T23:07:41.594Z | Downloaded pest_generator v2.7.14 |
342 | 2024-11-04T23:07:41.595Z | Downloaded serde_spanned v0.6.8 |
343 | 2024-11-04T23:07:41.598Z | Downloaded utf8parse v0.2.2 |
344 | 2024-11-04T23:07:41.601Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-11-04T23:07:41.601Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2024-11-04T23:07:41.604Z | Downloaded version_check v0.9.5 |
347 | 2024-11-04T23:07:41.604Z | Downloaded usdt v0.5.0 |
348 | 2024-11-04T23:07:41.604Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2024-11-04T23:07:41.606Z | Downloaded heck v0.4.1 |
350 | 2024-11-04T23:07:41.606Z | Downloaded indexmap v2.6.0 |
351 | 2024-11-04T23:07:41.610Z | Downloaded bitflags v2.6.0 |
352 | 2024-11-04T23:07:41.613Z | Downloaded fs-err v2.11.0 |
353 | 2024-11-04T23:07:41.615Z | Downloaded quote v1.0.37 |
354 | 2024-11-04T23:07:41.618Z | Downloaded tempfile v3.13.0 |
355 | 2024-11-04T23:07:41.620Z | Downloaded memmap v0.7.0 |
356 | 2024-11-04T23:07:41.622Z | Downloaded digest v0.10.7 |
357 | 2024-11-04T23:07:41.626Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-11-04T23:07:41.634Z | Downloaded toml v0.8.19 |
359 | 2024-11-04T23:07:41.640Z | Downloaded pest_meta v2.7.14 |
360 | 2024-11-04T23:07:41.643Z | Downloaded serde_derive v1.0.210 |
361 | 2024-11-04T23:07:41.645Z | Downloaded textwrap v0.16.1 |
362 | 2024-11-04T23:07:41.648Z | Downloaded ucd-trie v0.1.7 |
363 | 2024-11-04T23:07:41.650Z | Downloaded log v0.4.22 |
364 | 2024-11-04T23:07:41.653Z | Downloaded papergrid v0.11.0 |
365 | 2024-11-04T23:07:41.655Z | Downloaded hashbrown v0.15.0 |
366 | 2024-11-04T23:07:41.674Z | Downloaded serde v1.0.210 |
367 | 2024-11-04T23:07:41.685Z | Downloaded serde_json v1.0.128 |
368 | 2024-11-04T23:07:41.691Z | Downloaded memchr v2.7.4 |
369 | 2024-11-04T23:07:41.700Z | Downloaded toml_edit v0.22.22 |
370 | 2024-11-04T23:07:41.729Z | Downloaded pest v2.7.14 |
371 | 2024-11-04T23:07:41.737Z | Downloaded tabled v0.15.0 |
372 | 2024-11-04T23:07:41.752Z | Downloaded clap_builder v4.5.20 |
373 | 2024-11-04T23:07:41.759Z | Downloaded zerocopy v0.7.35 |
374 | 2024-11-04T23:07:41.774Z | Downloaded winnow v0.6.20 |
375 | 2024-11-04T23:07:41.782Z | Downloaded goblin v0.8.2 |
376 | 2024-11-04T23:07:41.797Z | Downloaded syn v1.0.109 |
377 | 2024-11-04T23:07:41.807Z | Downloaded syn v2.0.79 |
378 | 2024-11-04T23:07:41.817Z | Downloaded unicode-width v0.1.14 |
379 | 2024-11-04T23:07:41.823Z | Downloaded rustix v0.38.37 |
380 | 2024-11-04T23:07:41.862Z | Downloaded libc v0.2.161 |
381 | 2024-11-04T23:07:42.173Z | Compiling proc-macro2 v1.0.87 |
382 | 2024-11-04T23:07:42.174Z | Compiling unicode-ident v1.0.13 |
383 | 2024-11-04T23:07:42.177Z | Compiling version_check v0.9.5 |
384 | 2024-11-04T23:07:42.177Z | Compiling serde v1.0.210 |
385 | 2024-11-04T23:07:42.177Z | Compiling thiserror v1.0.64 |
386 | 2024-11-04T23:07:42.177Z | Compiling memchr v2.7.4 |
387 | 2024-11-04T23:07:42.177Z | Compiling libc v0.2.161 |
388 | 2024-11-04T23:07:42.209Z | Compiling ucd-trie v0.1.7 |
389 | 2024-11-04T23:07:42.442Z | Compiling ryu v1.0.18 |
390 | 2024-11-04T23:07:42.801Z | Compiling itoa v1.0.11 |
391 | 2024-11-04T23:07:43.008Z | Compiling once_cell v1.20.2 |
392 | 2024-11-04T23:07:43.027Z | Compiling byteorder v1.5.0 |
393 | 2024-11-04T23:07:43.326Z | Compiling serde_json v1.0.128 |
394 | 2024-11-04T23:07:43.670Z | Compiling rustix v0.38.37 |
395 | 2024-11-04T23:07:43.737Z | Compiling bitflags v2.6.0 |
396 | 2024-11-04T23:07:43.783Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-11-04T23:07:43.896Z | Compiling usdt-impl v0.5.0 |
398 | 2024-11-04T23:07:44.077Z | Compiling syn v1.0.109 |
399 | 2024-11-04T23:07:44.132Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-11-04T23:07:44.155Z | Compiling equivalent v1.0.1 |
401 | 2024-11-04T23:07:44.266Z | Compiling plain v0.2.3 |
402 | 2024-11-04T23:07:44.378Z | Compiling utf8parse v0.2.2 |
403 | 2024-11-04T23:07:44.434Z | Compiling hashbrown v0.15.0 |
404 | 2024-11-04T23:07:44.445Z | Compiling log v0.4.22 |
405 | 2024-11-04T23:07:44.541Z | Compiling camino v1.1.9 |
406 | 2024-11-04T23:07:44.566Z | Compiling anstyle-parse v0.2.5 |
407 | 2024-11-04T23:07:44.740Z | Compiling quote v1.0.37 |
408 | 2024-11-04T23:07:44.901Z | Compiling errno v0.3.9 |
409 | 2024-11-04T23:07:44.922Z | Compiling thread-id v4.2.2 |
410 | 2024-11-04T23:07:45.041Z | Compiling pretty-hex v0.4.1 |
411 | 2024-11-04T23:07:45.144Z | Compiling syn v2.0.79 |
412 | 2024-11-04T23:07:45.273Z | Compiling autocfg v1.4.0 |
413 | 2024-11-04T23:07:45.317Z | Compiling semver v1.0.23 |
414 | 2024-11-04T23:07:45.417Z | Compiling colorchoice v1.0.2 |
415 | 2024-11-04T23:07:45.581Z | Compiling unicode-width v0.1.14 |
416 | 2024-11-04T23:07:45.685Z | Compiling indexmap v2.6.0 |
417 | 2024-11-04T23:07:45.841Z | Compiling is_terminal_polyfill v1.70.1 |
418 | 2024-11-04T23:07:45.982Z | Compiling winnow v0.6.20 |
419 | 2024-11-04T23:07:46.101Z | Compiling anstyle v1.0.8 |
420 | 2024-11-04T23:07:46.317Z | Compiling anstyle-query v1.1.1 |
421 | 2024-11-04T23:07:46.479Z | Compiling anstream v0.6.15 |
422 | 2024-11-04T23:07:46.538Z | Compiling fs-err v2.11.0 |
423 | 2024-11-04T23:07:46.836Z | Compiling heck v0.5.0 |
424 | 2024-11-04T23:07:47.094Z | Compiling heck v0.4.1 |
425 | 2024-11-04T23:07:47.217Z | Compiling strsim v0.11.1 |
426 | 2024-11-04T23:07:47.319Z | Compiling terminal_size v0.4.0 |
427 | 2024-11-04T23:07:47.348Z | Compiling anyhow v1.0.92 |
428 | 2024-11-04T23:07:47.550Z | Compiling fnv v1.0.7 |
429 | 2024-11-04T23:07:47.627Z | Compiling fastrand v2.1.1 |
430 | 2024-11-04T23:07:47.751Z | Compiling cfg-if v1.0.0 |
431 | 2024-11-04T23:07:47.856Z | Compiling bytecount v0.6.8 |
432 | 2024-11-04T23:07:48.020Z | Compiling clap_lex v0.7.2 |
433 | 2024-11-04T23:07:48.129Z | Compiling papergrid v0.11.0 |
434 | 2024-11-04T23:07:48.185Z | Compiling tempfile v3.13.0 |
435 | 2024-11-04T23:07:48.479Z | Compiling clap_builder v4.5.20 |
436 | 2024-11-04T23:07:48.692Z | Compiling memmap v0.7.0 |
437 | 2024-11-04T23:07:48.744Z | Compiling unicode-linebreak v0.1.5 |
438 | 2024-11-04T23:07:49.049Z | Compiling smawk v0.3.2 |
439 | 2024-11-04T23:07:49.237Z | Compiling textwrap v0.16.1 |
440 | 2024-11-04T23:07:49.653Z | Compiling swrite v0.1.0 |
441 | 2024-11-04T23:07:50.531Z | Compiling tabled_derive v0.7.0 |
442 | 2024-11-04T23:07:52.063Z | Compiling tabled v0.15.0 |
443 | 2024-11-04T23:07:53.167Z | Compiling serde_derive v1.0.210 |
444 | 2024-11-04T23:07:53.167Z | Compiling thiserror-impl v1.0.64 |
445 | 2024-11-04T23:07:53.171Z | Compiling zerocopy-derive v0.7.35 |
446 | 2024-11-04T23:07:53.171Z | Compiling scroll_derive v0.12.0 |
447 | 2024-11-04T23:07:53.552Z | Compiling clap_derive v4.5.18 |
448 | 2024-11-04T23:07:54.642Z | Compiling scroll v0.12.0 |
449 | 2024-11-04T23:07:55.090Z | Compiling goblin v0.8.2 |
450 | 2024-11-04T23:07:55.218Z | Compiling zerocopy v0.7.35 |
451 | 2024-11-04T23:07:55.623Z | Compiling pest v2.7.14 |
452 | 2024-11-04T23:07:56.893Z | Compiling clap v4.5.20 |
453 | 2024-11-04T23:07:57.969Z | Compiling pest_meta v2.7.14 |
454 | 2024-11-04T23:07:58.788Z | Compiling pest_generator v2.7.14 |
455 | 2024-11-04T23:08:00.407Z | Compiling pest_derive v2.7.14 |
456 | 2024-11-04T23:08:01.014Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-11-04T23:08:02.938Z | Compiling serde_spanned v0.6.8 |
458 | 2024-11-04T23:08:02.938Z | Compiling toml_datetime v0.6.8 |
459 | 2024-11-04T23:08:02.941Z | Compiling cargo-platform v0.1.8 |
460 | 2024-11-04T23:08:03.301Z | Compiling serde_tokenstream v0.2.2 |
461 | 2024-11-04T23:08:03.489Z | Compiling toml_edit v0.22.22 |
462 | 2024-11-04T23:08:03.536Z | Compiling macaddr v1.0.1 |
463 | 2024-11-04T23:08:03.569Z | Compiling camino-tempfile v1.1.1 |
464 | 2024-11-04T23:08:04.360Z | Compiling dof v0.3.0 |
465 | 2024-11-04T23:08:04.360Z | Compiling cargo_metadata v0.18.1 |
466 | 2024-11-04T23:08:06.219Z | Compiling toml v0.8.19 |
467 | 2024-11-04T23:08:06.461Z | Compiling usdt-attr-macro v0.5.0 |
468 | 2024-11-04T23:08:06.479Z | Compiling usdt-macro v0.5.0 |
469 | 2024-11-04T23:08:07.059Z | Compiling cargo_toml v0.20.5 |
470 | 2024-11-04T23:08:07.665Z | Compiling usdt v0.5.0 |
471 | 2024-11-04T23:08:10.666Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
472 | 2024-11-04T23:08:14.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.21s |
473 | 2024-11-04T23:08:14.843Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
474 | 2024-11-04T23:08:15.370Z | Downloading crates ... |
475 | 2024-11-04T23:08:15.513Z | Downloaded argon2 v0.5.3 |
476 | 2024-11-04T23:08:15.515Z | Downloaded array-init v0.0.4 |
477 | 2024-11-04T23:08:15.530Z | Downloaded base16ct v0.2.0 |
478 | 2024-11-04T23:08:15.533Z | Downloaded bcrypt-pbkdf v0.10.0 |
479 | 2024-11-04T23:08:15.536Z | Downloaded async-bb8-diesel v0.2.1 |
480 | 2024-11-04T23:08:15.539Z | Downloaded bitfield-struct v0.6.2 |
481 | 2024-11-04T23:08:15.539Z | Downloaded bitfield v0.14.0 |
482 | 2024-11-04T23:08:15.541Z | Downloaded bcs v0.1.6 |
483 | 2024-11-04T23:08:15.544Z | Downloaded blowfish v0.9.1 |
484 | 2024-11-04T23:08:15.546Z | Downloaded blake3 v1.5.4 |
485 | 2024-11-04T23:08:15.554Z | Downloaded is-terminal v0.4.13 |
486 | 2024-11-04T23:08:15.556Z | Downloaded chacha20poly1305 v0.10.1 |
487 | 2024-11-04T23:08:15.559Z | Downloaded cfg_aliases v0.2.1 |
488 | 2024-11-04T23:08:15.559Z | Downloaded chacha20 v0.9.1 |
489 | 2024-11-04T23:08:15.561Z | Downloaded cbc v0.1.2 |
490 | 2024-11-04T23:08:15.564Z | Downloaded castaway v0.2.3 |
491 | 2024-11-04T23:08:15.566Z | Downloaded cassowary v0.3.0 |
492 | 2024-11-04T23:08:15.568Z | Downloaded cancel-safe-futures v0.1.5 |
493 | 2024-11-04T23:08:15.570Z | Downloaded buf-list v1.0.3 |
494 | 2024-11-04T23:08:15.573Z | Downloaded hickory-proto v0.24.1 |
495 | 2024-11-04T23:08:15.591Z | Downloaded hyper-staticfile v0.10.1 |
496 | 2024-11-04T23:08:15.593Z | Downloaded hostname v0.4.0 |
497 | 2024-11-04T23:08:15.596Z | Downloaded hostname v0.3.1 |
498 | 2024-11-04T23:08:15.598Z | Downloaded highway v1.2.0 |
499 | 2024-11-04T23:08:15.601Z | Downloaded hickory-server v0.24.1 |
500 | 2024-11-04T23:08:15.606Z | Downloaded atty v0.2.14 |
501 | 2024-11-04T23:08:15.609Z | Downloaded async-trait v0.1.83 |
502 | 2024-11-04T23:08:15.612Z | Downloaded idna v0.3.0 |
503 | 2024-11-04T23:08:15.622Z | Downloaded internet-checksum v0.2.1 |
504 | 2024-11-04T23:08:15.624Z | Downloaded instability v0.3.2 |
505 | 2024-11-04T23:08:15.626Z | Downloaded arc-swap v1.7.1 |
506 | 2024-11-04T23:08:15.631Z | Downloaded ciborium-ll v0.2.2 |
507 | 2024-11-04T23:08:15.633Z | Downloaded ciborium v0.2.2 |
508 | 2024-11-04T23:08:15.635Z | Downloaded arrayref v0.3.9 |
509 | 2024-11-04T23:08:15.638Z | Downloaded aead v0.5.2 |
510 | 2024-11-04T23:08:15.638Z | Downloaded aes-gcm v0.10.3 |
511 | 2024-11-04T23:08:15.641Z | Downloaded colored v2.1.0 |
512 | 2024-11-04T23:08:15.644Z | Downloaded base64 v0.22.1 |
513 | 2024-11-04T23:08:15.649Z | Downloaded crossbeam-deque v0.8.5 |
514 | 2024-11-04T23:08:15.652Z | Downloaded base64 v0.13.1 |
515 | 2024-11-04T23:08:15.654Z | Downloaded backtrace v0.3.74 |
516 | 2024-11-04T23:08:15.660Z | Downloaded crc32fast v1.4.2 |
517 | 2024-11-04T23:08:15.663Z | Downloaded crossbeam-utils v0.8.20 |
518 | 2024-11-04T23:08:15.666Z | Downloaded base64 v0.21.7 |
519 | 2024-11-04T23:08:15.671Z | Downloaded crossbeam-epoch v0.9.18 |
520 | 2024-11-04T23:08:15.674Z | Downloaded bumpalo v3.16.0 |
521 | 2024-11-04T23:08:15.679Z | Downloaded console v0.15.8 |
522 | 2024-11-04T23:08:15.682Z | Downloaded aes v0.8.4 |
523 | 2024-11-04T23:08:15.685Z | Downloaded crossbeam-channel v0.5.13 |
524 | 2024-11-04T23:08:15.690Z | Downloaded bytes v1.7.2 |
525 | 2024-11-04T23:08:15.694Z | Downloaded clang-sys v1.8.1 |
526 | 2024-11-04T23:08:15.698Z | Downloaded bitvec v1.0.1 |
527 | 2024-11-04T23:08:15.715Z | Downloaded cexpr v0.6.0 |
528 | 2024-11-04T23:08:15.718Z | Downloaded addr2line v0.24.2 |
529 | 2024-11-04T23:08:15.721Z | Downloaded indoc v1.0.9 |
530 | 2024-11-04T23:08:15.723Z | Downloaded indicatif v0.17.8 |
531 | 2024-11-04T23:08:15.727Z | Downloaded indent_write v2.2.0 |
532 | 2024-11-04T23:08:15.730Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2024-11-04T23:08:15.732Z | Downloaded chrono v0.4.38 |
534 | 2024-11-04T23:08:15.741Z | Downloaded humantime v2.1.0 |
535 | 2024-11-04T23:08:15.743Z | Downloaded ident_case v1.0.1 |
536 | 2024-11-04T23:08:15.745Z | Downloaded iana-time-zone v0.1.61 |
537 | 2024-11-04T23:08:15.747Z | Downloaded lazycell v1.3.0 |
538 | 2024-11-04T23:08:15.750Z | Downloaded managed v0.8.0 |
539 | 2024-11-04T23:08:15.752Z | Downloaded jobserver v0.1.32 |
540 | 2024-11-04T23:08:15.754Z | Downloaded lazy_static v1.5.0 |
541 | 2024-11-04T23:08:15.756Z | Downloaded http v0.2.12 |
542 | 2024-11-04T23:08:15.759Z | Downloaded aho-corasick v1.1.3 |
543 | 2024-11-04T23:08:15.767Z | Downloaded nibble_vec v0.1.0 |
544 | 2024-11-04T23:08:15.769Z | Downloaded bindgen v0.69.5 |
545 | 2024-11-04T23:08:15.778Z | Downloaded native-tls v0.2.12 |
546 | 2024-11-04T23:08:15.780Z | Downloaded darling_macro v0.20.10 |
547 | 2024-11-04T23:08:15.782Z | Downloaded assert_matches v1.5.0 |
548 | 2024-11-04T23:08:15.785Z | Downloaded hyper v1.4.1 |
549 | 2024-11-04T23:08:15.791Z | Downloaded miniz_oxide v0.8.0 |
550 | 2024-11-04T23:08:15.794Z | Downloaded crc-catalog v2.4.0 |
551 | 2024-11-04T23:08:15.797Z | Downloaded hkdf v0.12.4 |
552 | 2024-11-04T23:08:15.800Z | Downloaded darling v0.20.10 |
553 | 2024-11-04T23:08:15.804Z | Downloaded libm v0.2.8 |
554 | 2024-11-04T23:08:15.813Z | Downloaded itertools v0.10.5 |
555 | 2024-11-04T23:08:15.820Z | Downloaded minimal-lexical v0.2.1 |
556 | 2024-11-04T23:08:15.826Z | Downloaded const_format_proc_macros v0.2.33 |
557 | 2024-11-04T23:08:15.828Z | Downloaded const_format v0.2.33 |
558 | 2024-11-04T23:08:15.834Z | Downloaded mio v1.0.2 |
559 | 2024-11-04T23:08:15.840Z | Downloaded hyper v0.14.30 |
560 | 2024-11-04T23:08:15.852Z | Downloaded itertools v0.12.1 |
561 | 2024-11-04T23:08:15.857Z | Downloaded rand_chacha v0.3.1 |
562 | 2024-11-04T23:08:15.860Z | Downloaded ctr v0.9.2 |
563 | 2024-11-04T23:08:15.863Z | Downloaded bstr v1.10.0 |
564 | 2024-11-04T23:08:15.874Z | Downloaded ref-cast-impl v1.0.23 |
565 | 2024-11-04T23:08:15.876Z | Downloaded itertools v0.13.0 |
566 | 2024-11-04T23:08:15.883Z | Downloaded reqwest v0.12.8 |
567 | 2024-11-04T23:08:15.892Z | Downloaded crucible-workspace-hack v0.1.0 |
568 | 2024-11-04T23:08:15.895Z | Downloaded crossterm v0.28.1 |
569 | 2024-11-04T23:08:15.901Z | Downloaded rsa v0.9.6 |
570 | 2024-11-04T23:08:15.916Z | Downloaded libefi-sys v0.1.0 |
571 | 2024-11-04T23:08:15.918Z | Downloaded lalrpop-util v0.19.12 |
572 | 2024-11-04T23:08:15.921Z | Downloaded lalrpop v0.19.12 |
573 | 2024-11-04T23:08:15.932Z | Downloaded libxml v0.3.3 |
574 | 2024-11-04T23:08:15.938Z | Downloaded regex v1.11.0 |
575 | 2024-11-04T23:08:15.954Z | Downloaded schemars v0.8.21 |
576 | 2024-11-04T23:08:15.967Z | Downloaded similar v2.6.0 |
577 | 2024-11-04T23:08:15.973Z | Downloaded signal-hook-registry v1.4.2 |
578 | 2024-11-04T23:08:15.975Z | Downloaded rustls-pemfile v1.0.4 |
579 | 2024-11-04T23:08:15.978Z | Downloaded idna v0.5.0 |
580 | 2024-11-04T23:08:15.986Z | Downloaded newtype_derive v0.1.6 |
581 | 2024-11-04T23:08:15.988Z | Downloaded newtype-uuid v1.1.2 |
582 | 2024-11-04T23:08:15.990Z | Downloaded newline-converter v0.3.0 |
583 | 2024-11-04T23:08:15.990Z | Downloaded nanorand v0.7.0 |
584 | 2024-11-04T23:08:15.993Z | Downloaded time-macros v0.2.18 |
585 | 2024-11-04T23:08:15.995Z | Downloaded tinyvec v1.8.0 |
586 | 2024-11-04T23:08:15.999Z | Downloaded tiny-keccak v2.0.2 |
587 | 2024-11-04T23:08:16.002Z | Downloaded slog-stdlog v4.1.1 |
588 | 2024-11-04T23:08:16.004Z | Downloaded time v0.3.36 |
589 | 2024-11-04T23:08:16.013Z | Downloaded tungstenite v0.21.0 |
590 | 2024-11-04T23:08:16.017Z | Downloaded nodrop v0.1.14 |
591 | 2024-11-04T23:08:16.020Z | Downloaded hubpack v0.1.2 |
592 | 2024-11-04T23:08:16.020Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
593 | 2024-11-04T23:08:16.034Z | Downloaded value-bag v1.9.0 |
594 | 2024-11-04T23:08:16.037Z | Downloaded url v2.5.2 |
595 | 2024-11-04T23:08:16.040Z | Downloaded downcast v0.11.0 |
596 | 2024-11-04T23:08:16.042Z | Downloaded ena v0.14.3 |
597 | 2024-11-04T23:08:16.045Z | Downloaded float-cmp v0.9.0 |
598 | 2024-11-04T23:08:16.048Z | Downloaded paste v1.0.15 |
599 | 2024-11-04T23:08:16.050Z | Downloaded funty v2.0.0 |
600 | 2024-11-04T23:08:16.050Z | Downloaded fragile v2.0.0 |
601 | 2024-11-04T23:08:16.053Z | Downloaded password-hash v0.5.0 |
602 | 2024-11-04T23:08:16.056Z | Downloaded embedded-io v0.6.1 |
603 | 2024-11-04T23:08:16.059Z | Downloaded displaydoc v0.2.5 |
604 | 2024-11-04T23:08:16.061Z | Downloaded pbkdf2 v0.11.0 |
605 | 2024-11-04T23:08:16.064Z | Downloaded quick-error v1.2.3 |
606 | 2024-11-04T23:08:16.067Z | Downloaded postcard v1.0.10 |
607 | 2024-11-04T23:08:16.069Z | Downloaded futures-util v0.3.31 |
608 | 2024-11-04T23:08:16.082Z | Downloaded rustc-hash v1.1.0 |
609 | 2024-11-04T23:08:16.084Z | Downloaded rand v0.8.5 |
610 | 2024-11-04T23:08:16.086Z | Downloaded radium v0.7.0 |
611 | 2024-11-04T23:08:16.089Z | Downloaded r2d2 v0.8.10 |
612 | 2024-11-04T23:08:16.091Z | Downloaded portable-atomic v1.9.0 |
613 | 2024-11-04T23:08:16.099Z | Downloaded reqwest v0.11.27 |
614 | 2024-11-04T23:08:16.108Z | Downloaded num-traits v0.2.19 |
615 | 2024-11-04T23:08:16.111Z | Downloaded radix_trie v0.2.1 |
616 | 2024-11-04T23:08:16.118Z | Downloaded rusty-fork v0.3.0 |
617 | 2024-11-04T23:08:16.121Z | Downloaded cobs v0.2.3 |
618 | 2024-11-04T23:08:16.124Z | Downloaded block-padding v0.3.3 |
619 | 2024-11-04T23:08:16.124Z | Downloaded atomicwrites v0.4.4 |
620 | 2024-11-04T23:08:16.126Z | Downloaded normalize-line-endings v0.3.0 |
621 | 2024-11-04T23:08:16.126Z | Downloaded heck v0.3.3 |
622 | 2024-11-04T23:08:16.126Z | Downloaded hashlink v0.9.1 |
623 | 2024-11-04T23:08:16.129Z | Downloaded curve25519-dalek-derive v0.1.1 |
624 | 2024-11-04T23:08:16.131Z | Downloaded glob v0.3.1 |
625 | 2024-11-04T23:08:16.131Z | Downloaded poly1305 v0.8.0 |
626 | 2024-11-04T23:08:16.134Z | Downloaded secrecy v0.8.0 |
627 | 2024-11-04T23:08:16.137Z | Downloaded sec1 v0.7.3 |
628 | 2024-11-04T23:08:16.140Z | Downloaded sct v0.7.1 |
629 | 2024-11-04T23:08:16.142Z | Downloaded scrypt v0.11.0 |
630 | 2024-11-04T23:08:16.150Z | Downloaded rustls-webpki v0.101.7 |
631 | 2024-11-04T23:08:16.161Z | Downloaded sqlformat v0.2.6 |
632 | 2024-11-04T23:08:16.164Z | Downloaded spin v0.9.8 |
633 | 2024-11-04T23:08:16.166Z | Downloaded rustls-webpki v0.102.8 |
634 | 2024-11-04T23:08:16.186Z | Downloaded slog-term v2.9.1 |
635 | 2024-11-04T23:08:16.188Z | Downloaded rpassword v7.3.1 |
636 | 2024-11-04T23:08:16.191Z | Downloaded ron v0.8.1 |
637 | 2024-11-04T23:08:16.196Z | Downloaded walkdir v2.5.0 |
638 | 2024-11-04T23:08:16.198Z | Downloaded csv v1.3.0 |
639 | 2024-11-04T23:08:16.220Z | Downloaded tokio-native-tls v0.3.1 |
640 | 2024-11-04T23:08:16.222Z | Downloaded tokio-macros v2.4.0 |
641 | 2024-11-04T23:08:16.226Z | Downloaded termcolor v1.4.1 |
642 | 2024-11-04T23:08:16.228Z | Downloaded tokio-rustls v0.24.1 |
643 | 2024-11-04T23:08:16.230Z | Downloaded rustc-demangle v0.1.24 |
644 | 2024-11-04T23:08:16.232Z | Downloaded scopeguard v1.2.0 |
645 | 2024-11-04T23:08:16.232Z | Downloaded rustversion v1.0.17 |
646 | 2024-11-04T23:08:16.235Z | Downloaded unarray v0.1.4 |
647 | 2024-11-04T23:08:16.238Z | Downloaded vcpkg v0.2.15 |
648 | 2024-11-04T23:08:16.277Z | Downloaded h2 v0.4.6 |
649 | 2024-11-04T23:08:16.285Z | Downloaded vsss-rs v3.3.4 |
650 | 2024-11-04T23:08:16.288Z | Downloaded vergen v8.3.2 |
651 | 2024-11-04T23:08:16.291Z | Downloaded uzers v0.12.1 |
652 | 2024-11-04T23:08:16.294Z | Downloaded tungstenite v0.23.0 |
653 | 2024-11-04T23:08:16.298Z | Downloaded openssl-probe v0.1.5 |
654 | 2024-11-04T23:08:16.301Z | Downloaded structmeta-derive v0.2.0 |
655 | 2024-11-04T23:08:16.301Z | Downloaded snafu-derive v0.8.5 |
656 | 2024-11-04T23:08:16.304Z | Downloaded snafu v0.8.5 |
657 | 2024-11-04T23:08:16.310Z | Downloaded p384 v0.13.0 |
658 | 2024-11-04T23:08:16.317Z | Downloaded predicates-core v1.0.8 |
659 | 2024-11-04T23:08:16.320Z | Downloaded path-slash v0.1.5 |
660 | 2024-11-04T23:08:16.322Z | Downloaded pkcs1 v0.7.5 |
661 | 2024-11-04T23:08:16.325Z | Downloaded pin-utils v0.1.0 |
662 | 2024-11-04T23:08:16.325Z | Downloaded dirs-next v2.0.0 |
663 | 2024-11-04T23:08:16.327Z | Downloaded dirs-sys-next v0.1.2 |
664 | 2024-11-04T23:08:16.329Z | Downloaded difflib v0.4.0 |
665 | 2024-11-04T23:08:16.329Z | Downloaded p256 v0.13.2 |
666 | 2024-11-04T23:08:16.333Z | Downloaded diff v0.1.13 |
667 | 2024-11-04T23:08:16.336Z | Downloaded psl-types v2.0.11 |
668 | 2024-11-04T23:08:16.339Z | Downloaded scheduled-thread-pool v0.2.7 |
669 | 2024-11-04T23:08:16.340Z | Downloaded quinn v0.11.5 |
670 | 2024-11-04T23:08:16.343Z | Downloaded flate2 v1.0.34 |
671 | 2024-11-04T23:08:16.350Z | Downloaded hashbrown v0.13.2 |
672 | 2024-11-04T23:08:16.354Z | Downloaded hashbrown v0.14.5 |
673 | 2024-11-04T23:08:16.360Z | Downloaded proptest v1.5.0 |
674 | 2024-11-04T23:08:16.372Z | Downloaded rand_core v0.6.4 |
675 | 2024-11-04T23:08:16.375Z | Downloaded toolchain_find v0.4.0 |
676 | 2024-11-04T23:08:16.377Z | Downloaded quinn-udp v0.5.5 |
677 | 2024-11-04T23:08:16.377Z | Downloaded quinn-proto v0.11.8 |
678 | 2024-11-04T23:08:16.384Z | Downloaded num-bigint v0.4.6 |
679 | 2024-11-04T23:08:16.390Z | Downloaded foreign-types v0.5.0 |
680 | 2024-11-04T23:08:16.392Z | Downloaded ff v0.13.0 |
681 | 2024-11-04T23:08:16.396Z | Downloaded predicates v3.1.2 |
682 | 2024-11-04T23:08:16.399Z | Downloaded display-error-chain v0.2.2 |
683 | 2024-11-04T23:08:16.399Z | Downloaded diesel_table_macro_syntax v0.2.0 |
684 | 2024-11-04T23:08:16.401Z | Downloaded unsafe-libyaml v0.2.11 |
685 | 2024-11-04T23:08:16.403Z | Downloaded tui-tree-widget v0.22.0 |
686 | 2024-11-04T23:08:16.405Z | Downloaded samael v0.0.17 |
687 | 2024-11-04T23:08:16.412Z | Downloaded static_assertions v1.1.0 |
688 | 2024-11-04T23:08:16.414Z | Downloaded sha1 v0.10.6 |
689 | 2024-11-04T23:08:16.416Z | Downloaded serde_with_macros v3.11.0 |
690 | 2024-11-04T23:08:16.420Z | Downloaded curve25519-dalek v4.1.3 |
691 | 2024-11-04T23:08:16.429Z | Downloaded oso-derive v0.27.3 |
692 | 2024-11-04T23:08:16.432Z | Downloaded object v0.30.4 |
693 | 2024-11-04T23:08:16.441Z | Downloaded headers-core v0.3.0 |
694 | 2024-11-04T23:08:16.443Z | Downloaded phf v0.11.2 |
695 | 2024-11-04T23:08:16.446Z | Downloaded proc-macro-crate v1.3.1 |
696 | 2024-11-04T23:08:16.446Z | Downloaded dsl_auto_type v0.1.2 |
697 | 2024-11-04T23:08:16.448Z | Downloaded dropshot_endpoint v0.12.0 |
698 | 2024-11-04T23:08:16.451Z | Downloaded unicode-segmentation v1.12.0 |
699 | 2024-11-04T23:08:16.456Z | Downloaded derive-where v1.2.7 |
700 | 2024-11-04T23:08:16.459Z | Downloaded zone_cfg_derive v0.1.2 |
701 | 2024-11-04T23:08:16.461Z | Downloaded termios v0.3.3 |
702 | 2024-11-04T23:08:16.464Z | Downloaded spki v0.7.3 |
703 | 2024-11-04T23:08:16.466Z | Downloaded fixedbitset v0.4.2 |
704 | 2024-11-04T23:08:16.466Z | Downloaded headers v0.4.0 |
705 | 2024-11-04T23:08:16.472Z | Downloaded hash32 v0.3.1 |
706 | 2024-11-04T23:08:16.474Z | Downloaded simd-adler32 v0.3.7 |
707 | 2024-11-04T23:08:16.477Z | Downloaded hashbrown v0.12.3 |
708 | 2024-11-04T23:08:16.482Z | Downloaded termtree v0.4.1 |
709 | 2024-11-04T23:08:16.484Z | Downloaded parking_lot v0.12.3 |
710 | 2024-11-04T23:08:16.487Z | Downloaded half v2.4.1 |
711 | 2024-11-04T23:08:16.489Z | Downloaded h2 v0.3.26 |
712 | 2024-11-04T23:08:16.497Z | Downloaded precomputed-hash v0.1.1 |
713 | 2024-11-04T23:08:16.499Z | Downloaded rustls v0.23.14 |
714 | 2024-11-04T23:08:16.512Z | Downloaded futures-io v0.3.31 |
715 | 2024-11-04T23:08:16.515Z | Downloaded rand_seeder v0.3.0 |
716 | 2024-11-04T23:08:16.518Z | Downloaded quick-xml v0.33.0 |
717 | 2024-11-04T23:08:16.523Z | Downloaded num v0.4.3 |
718 | 2024-11-04T23:08:16.525Z | Downloaded heapless v0.8.0 |
719 | 2024-11-04T23:08:16.529Z | Downloaded num-complex v0.4.6 |
720 | 2024-11-04T23:08:16.531Z | Downloaded num-bigint-dig v0.8.4 |
721 | 2024-11-04T23:08:16.537Z | Downloaded pkcs8 v0.10.2 |
722 | 2024-11-04T23:08:16.540Z | Downloaded qorb v0.2.0 |
723 | 2024-11-04T23:08:16.545Z | Downloaded serde_repr v0.1.19 |
724 | 2024-11-04T23:08:16.547Z | Downloaded signal-hook v0.3.17 |
725 | 2024-11-04T23:08:16.551Z | Downloaded siphasher v0.3.11 |
726 | 2024-11-04T23:08:16.554Z | Downloaded zone v0.3.0 |
727 | 2024-11-04T23:08:16.557Z | Downloaded take_mut v0.2.2 |
728 | 2024-11-04T23:08:16.557Z | Downloaded term v0.7.0 |
729 | 2024-11-04T23:08:16.560Z | Downloaded tinyvec_macros v0.1.1 |
730 | 2024-11-04T23:08:16.562Z | Downloaded tokio-rustls v0.25.0 |
731 | 2024-11-04T23:08:16.565Z | Downloaded des v0.8.1 |
732 | 2024-11-04T23:08:16.567Z | Downloaded want v0.3.1 |
733 | 2024-11-04T23:08:16.569Z | Downloaded wait-timeout v0.2.0 |
734 | 2024-11-04T23:08:16.569Z | Downloaded tokio-stream v0.1.16 |
735 | 2024-11-04T23:08:16.574Z | Downloaded tokio-tungstenite v0.21.0 |
736 | 2024-11-04T23:08:16.577Z | Downloaded rustls v0.21.12 |
737 | 2024-11-04T23:08:16.590Z | Downloaded futures-executor v0.3.31 |
738 | 2024-11-04T23:08:16.592Z | Downloaded futures-core v0.3.31 |
739 | 2024-11-04T23:08:16.595Z | Downloaded futures v0.3.31 |
740 | 2024-11-04T23:08:16.599Z | Downloaded pin-project v1.1.6 |
741 | 2024-11-04T23:08:16.612Z | Downloaded subprocess v0.2.9 |
742 | 2024-11-04T23:08:16.615Z | Downloaded sigpipe v0.1.3 |
743 | 2024-11-04T23:08:16.617Z | Downloaded signature v2.2.0 |
744 | 2024-11-04T23:08:16.620Z | Downloaded signal-hook-tokio v0.3.1 |
745 | 2024-11-04T23:08:16.620Z | Downloaded signal-hook-mio v0.2.4 |
746 | 2024-11-04T23:08:16.622Z | Downloaded gimli v0.31.1 |
747 | 2024-11-04T23:08:16.630Z | Downloaded defmt-macros v0.3.9 |
748 | 2024-11-04T23:08:16.633Z | Downloaded defmt v0.3.8 |
749 | 2024-11-04T23:08:16.637Z | Downloaded which v4.4.2 |
750 | 2024-11-04T23:08:16.640Z | Downloaded thiserror-no-std v2.0.2 |
751 | 2024-11-04T23:08:16.643Z | Downloaded ppv-lite86 v0.2.20 |
752 | 2024-11-04T23:08:16.646Z | Downloaded yasna v0.5.2 |
753 | 2024-11-04T23:08:16.648Z | Downloaded serde_with v3.11.0 |
754 | 2024-11-04T23:08:16.657Z | Downloaded num-conv v0.1.0 |
755 | 2024-11-04T23:08:16.660Z | Downloaded heapless v0.7.17 |
756 | 2024-11-04T23:08:16.662Z | Downloaded rayon-core v1.12.1 |
757 | 2024-11-04T23:08:16.667Z | Downloaded rayon v1.10.0 |
758 | 2024-11-04T23:08:16.678Z | Downloaded strum_macros v0.26.4 |
759 | 2024-11-04T23:08:16.680Z | Downloaded num_enum v0.5.11 |
760 | 2024-11-04T23:08:16.685Z | Downloaded num-integer v0.1.46 |
761 | 2024-11-04T23:08:16.688Z | Downloaded stringprep v0.1.5 |
762 | 2024-11-04T23:08:16.690Z | Downloaded num-rational v0.4.2 |
763 | 2024-11-04T23:08:16.692Z | Downloaded unicase v2.7.0 |
764 | 2024-11-04T23:08:16.694Z | Downloaded supports-color v3.0.1 |
765 | 2024-11-04T23:08:16.697Z | Downloaded smallvec v0.6.14 |
766 | 2024-11-04T23:08:16.697Z | Downloaded foreign-types-shared v0.3.1 |
767 | 2024-11-04T23:08:16.699Z | Downloaded foreign-types-macros v0.2.3 |
768 | 2024-11-04T23:08:16.699Z | Downloaded rustls v0.22.4 |
769 | 2024-11-04T23:08:16.713Z | Downloaded phf_shared v0.11.2 |
770 | 2024-11-04T23:08:16.716Z | Downloaded whoami v1.5.2 |
771 | 2024-11-04T23:08:16.718Z | Downloaded ghash v0.5.1 |
772 | 2024-11-04T23:08:16.718Z | Downloaded semver v0.1.20 |
773 | 2024-11-04T23:08:16.720Z | Downloaded pretty-hex v0.2.1 |
774 | 2024-11-04T23:08:16.720Z | Downloaded pkg-config v0.3.31 |
775 | 2024-11-04T23:08:16.723Z | Downloaded pin-project-lite v0.2.14 |
776 | 2024-11-04T23:08:16.728Z | Downloaded pin-project-internal v1.1.6 |
777 | 2024-11-04T23:08:16.730Z | Downloaded sync_wrapper v0.1.2 |
778 | 2024-11-04T23:08:16.733Z | Downloaded slog-scope v4.4.0 |
779 | 2024-11-04T23:08:16.733Z | Downloaded unicode-normalization v0.1.24 |
780 | 2024-11-04T23:08:16.736Z | Downloaded derive_more v0.99.18 |
781 | 2024-11-04T23:08:16.742Z | Downloaded unicode-bidi v0.3.17 |
782 | 2024-11-04T23:08:16.745Z | Downloaded regex-syntax v0.6.29 |
783 | 2024-11-04T23:08:16.754Z | Downloaded phf_generator v0.11.2 |
784 | 2024-11-04T23:08:16.757Z | Downloaded petgraph v0.6.5 |
785 | 2024-11-04T23:08:16.775Z | Downloaded either v1.13.0 |
786 | 2024-11-04T23:08:16.777Z | Downloaded rand_xorshift v0.3.0 |
787 | 2024-11-04T23:08:16.779Z | Downloaded phf_codegen v0.11.2 |
788 | 2024-11-04T23:08:16.780Z | Downloaded regex-automata v0.4.8 |
789 | 2024-11-04T23:08:16.797Z | Downloaded tower-service v0.3.3 |
790 | 2024-11-04T23:08:16.799Z | Downloaded waitgroup v0.1.2 |
791 | 2024-11-04T23:08:16.799Z | Downloaded tokio-tungstenite v0.23.1 |
792 | 2024-11-04T23:08:16.801Z | Downloaded typify-impl v0.2.0 |
793 | 2024-11-04T23:08:16.818Z | Downloaded tracing-core v0.1.32 |
794 | 2024-11-04T23:08:16.821Z | Downloaded derive_builder_macro v0.20.2 |
795 | 2024-11-04T23:08:16.823Z | Downloaded derive_builder_core v0.20.2 |
796 | 2024-11-04T23:08:16.825Z | Downloaded derive_builder v0.20.2 |
797 | 2024-11-04T23:08:16.830Z | Downloaded num-derive v0.4.2 |
798 | 2024-11-04T23:08:16.832Z | Downloaded string_cache v0.8.7 |
799 | 2024-11-04T23:08:16.835Z | Downloaded smallvec v1.13.2 |
800 | 2024-11-04T23:08:16.837Z | Downloaded diesel v2.2.4 |
801 | 2024-11-04T23:08:16.856Z | Downloaded trust-dns-proto v0.22.0 |
802 | 2024-11-04T23:08:16.868Z | Downloaded getrandom v0.2.15 |
803 | 2024-11-04T23:08:16.871Z | Downloaded rustc_version v0.1.7 |
804 | 2024-11-04T23:08:16.874Z | Downloaded russh-cryptovec v0.7.3 |
805 | 2024-11-04T23:08:16.874Z | Downloaded russh v0.45.0 |
806 | 2024-11-04T23:08:16.879Z | Downloaded parse-display-derive v0.10.0 |
807 | 2024-11-04T23:08:16.882Z | Downloaded parking_lot_core v0.9.10 |
808 | 2024-11-04T23:08:16.884Z | Downloaded opaque-debug v0.3.1 |
809 | 2024-11-04T23:08:16.884Z | Downloaded tracing v0.1.40 |
810 | 2024-11-04T23:08:16.888Z | Downloaded parking_lot_core v0.8.6 |
811 | 2024-11-04T23:08:16.890Z | Downloaded parking_lot v0.11.2 |
812 | 2024-11-04T23:08:16.893Z | Downloaded num_enum_derive v0.5.11 |
813 | 2024-11-04T23:08:16.895Z | Downloaded sync_wrapper v1.0.1 |
814 | 2024-11-04T23:08:16.895Z | Downloaded fd-lock v4.0.2 |
815 | 2024-11-04T23:08:16.898Z | Downloaded sha3 v0.10.8 |
816 | 2024-11-04T23:08:16.903Z | Downloaded futures-task v0.3.31 |
817 | 2024-11-04T23:08:16.906Z | Downloaded fallible-iterator v0.3.0 |
818 | 2024-11-04T23:08:16.908Z | Downloaded vte_generate_state_changes v0.1.2 |
819 | 2024-11-04T23:08:16.908Z | Downloaded unicode-properties v0.1.3 |
820 | 2024-11-04T23:08:16.910Z | Downloaded zip v2.1.3 |
821 | 2024-11-04T23:08:16.914Z | Downloaded twox-hash v1.6.3 |
822 | 2024-11-04T23:08:16.916Z | Downloaded toml v0.7.8 |
823 | 2024-11-04T23:08:16.919Z | Downloaded slog-json v2.6.1 |
824 | 2024-11-04T23:08:16.921Z | Downloaded slog v2.7.0 |
825 | 2024-11-04T23:08:16.924Z | Downloaded parse-size v1.1.0 |
826 | 2024-11-04T23:08:16.926Z | Downloaded tokio-util v0.7.12 |
827 | 2024-11-04T23:08:16.933Z | Downloaded packed_struct_codegen v0.10.1 |
828 | 2024-11-04T23:08:16.935Z | Downloaded regex-syntax v0.8.5 |
829 | 2024-11-04T23:08:16.945Z | Downloaded num_threads v0.1.7 |
830 | 2024-11-04T23:08:16.947Z | Downloaded typed-path v0.7.1 |
831 | 2024-11-04T23:08:16.952Z | Downloaded regress v0.10.1 |
832 | 2024-11-04T23:08:16.962Z | Downloaded regress v0.9.1 |
833 | 2024-11-04T23:08:16.970Z | Downloaded object v0.36.5 |
834 | 2024-11-04T23:08:16.982Z | Downloaded serde-hex v0.1.0 |
835 | 2024-11-04T23:08:16.984Z | Downloaded serde-big-array v0.5.1 |
836 | 2024-11-04T23:08:16.987Z | Downloaded rustfmt-wrapper v0.2.1 |
837 | 2024-11-04T23:08:16.989Z | Downloaded sled v0.34.7 |
838 | 2024-11-04T23:08:16.998Z | Downloaded rusqlite v0.32.1 |
839 | 2024-11-04T23:08:17.006Z | Downloaded zerocopy-derive v0.6.6 |
840 | 2024-11-04T23:08:17.014Z | Downloaded elliptic-curve v0.13.8 |
841 | 2024-11-04T23:08:17.018Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
842 | 2024-11-04T23:08:17.076Z | Downloaded omicron-zone-package v0.11.1 |
843 | 2024-11-04T23:08:17.079Z | Downloaded ron v0.7.1 |
844 | 2024-11-04T23:08:17.084Z | Downloaded topological-sort v0.2.2 |
845 | 2024-11-04T23:08:17.086Z | Downloaded rfc6979 v0.4.0 |
846 | 2024-11-04T23:08:17.086Z | Downloaded tough v0.17.1 |
847 | 2024-11-04T23:08:17.094Z | Downloaded ed25519-dalek v2.1.1 |
848 | 2024-11-04T23:08:17.098Z | Downloaded ed25519 v2.2.3 |
849 | 2024-11-04T23:08:17.100Z | Downloaded prettyplease v0.2.22 |
850 | 2024-11-04T23:08:17.102Z | Downloaded openssl v0.10.66 |
851 | 2024-11-04T23:08:17.112Z | Downloaded password-hash v0.4.2 |
852 | 2024-11-04T23:08:17.114Z | Downloaded gethostname v0.5.0 |
853 | 2024-11-04T23:08:17.117Z | Downloaded fatfs v0.3.6 |
854 | 2024-11-04T23:08:17.119Z | Downloaded fallible-iterator v0.2.0 |
855 | 2024-11-04T23:08:17.119Z | Downloaded endian-type v0.1.2 |
856 | 2024-11-04T23:08:17.121Z | Downloaded embedded-io v0.4.0 |
857 | 2024-11-04T23:08:17.122Z | Downloaded ecdsa v0.16.9 |
858 | 2024-11-04T23:08:17.124Z | Downloaded rtoolbox v0.0.2 |
859 | 2024-11-04T23:08:17.126Z | Downloaded progenitor-client v0.8.0 |
860 | 2024-11-04T23:08:17.126Z | Downloaded typify v0.2.0 |
861 | 2024-11-04T23:08:17.130Z | Downloaded slog-envlogger v2.2.0 |
862 | 2024-11-04T23:08:17.132Z | Downloaded slog-dtrace v0.3.0 |
863 | 2024-11-04T23:08:17.132Z | Downloaded slog-bunyan v2.5.0 |
864 | 2024-11-04T23:08:17.132Z | Downloaded rustls-pemfile v2.2.0 |
865 | 2024-11-04T23:08:17.135Z | Downloaded postgres-types v0.2.8 |
866 | 2024-11-04T23:08:17.137Z | Downloaded serde_derive_internals v0.29.1 |
867 | 2024-11-04T23:08:17.139Z | Downloaded zip v0.6.6 |
868 | 2024-11-04T23:08:17.142Z | Downloaded peg-runtime v0.8.3 |
869 | 2024-11-04T23:08:17.145Z | Downloaded peg-macros v0.8.4 |
870 | 2024-11-04T23:08:17.147Z | Downloaded packed_struct v0.10.1 |
871 | 2024-11-04T23:08:17.147Z | Downloaded dropshot v0.12.0 |
872 | 2024-11-04T23:08:17.167Z | Downloaded encoding_rs v0.8.34 |
873 | 2024-11-04T23:08:17.188Z | Downloaded strum_macros v0.25.3 |
874 | 2024-11-04T23:08:17.190Z | Downloaded slab v0.4.9 |
875 | 2024-11-04T23:08:17.192Z | Downloaded serde_path_to_error v0.1.16 |
876 | 2024-11-04T23:08:17.194Z | Downloaded rustls-pki-types v1.9.0 |
877 | 2024-11-04T23:08:17.197Z | Downloaded reedline v0.35.0 |
878 | 2024-11-04T23:08:17.203Z | Downloaded rcgen v0.12.1 |
879 | 2024-11-04T23:08:17.205Z | Downloaded primeorder v0.13.6 |
880 | 2024-11-04T23:08:17.208Z | Downloaded slog-async v2.8.0 |
881 | 2024-11-04T23:08:17.210Z | Downloaded number_prefix v0.4.0 |
882 | 2024-11-04T23:08:17.210Z | Downloaded pem v3.0.4 |
883 | 2024-11-04T23:08:17.212Z | Downloaded phf_shared v0.10.0 |
884 | 2024-11-04T23:08:17.212Z | Downloaded hickory-client v0.24.1 |
885 | 2024-11-04T23:08:17.214Z | Downloaded nom v7.1.3 |
886 | 2024-11-04T23:08:17.219Z | Downloaded debug-ignore v1.0.5 |
887 | 2024-11-04T23:08:17.221Z | Downloaded zeroize_derive v1.4.2 |
888 | 2024-11-04T23:08:17.224Z | Downloaded zeroize v1.8.1 |
889 | 2024-11-04T23:08:17.224Z | Downloaded tracing-attributes v0.1.27 |
890 | 2024-11-04T23:08:17.228Z | Downloaded subtle v2.6.1 |
891 | 2024-11-04T23:08:17.228Z | Downloaded rustc_version v0.4.1 |
892 | 2024-11-04T23:08:17.230Z | Downloaded rustc-hash v2.0.0 |
893 | 2024-11-04T23:08:17.232Z | Downloaded tls_codec v0.4.1 |
894 | 2024-11-04T23:08:17.232Z | Downloaded hex-literal v0.4.1 |
895 | 2024-11-04T23:08:17.234Z | Downloaded hex v0.4.3 |
896 | 2024-11-04T23:08:17.237Z | Downloaded globset v0.4.15 |
897 | 2024-11-04T23:08:17.237Z | Downloaded fallible-streaming-iterator v0.1.9 |
898 | 2024-11-04T23:08:17.240Z | Downloaded der v0.7.9 |
899 | 2024-11-04T23:08:17.244Z | Downloaded predicates-tree v1.0.11 |
900 | 2024-11-04T23:08:17.246Z | Downloaded hash32 v0.2.1 |
901 | 2024-11-04T23:08:17.248Z | Downloaded group v0.13.0 |
902 | 2024-11-04T23:08:17.248Z | Downloaded fxhash v0.2.1 |
903 | 2024-11-04T23:08:17.250Z | Downloaded dhcproto-macros v0.1.0 |
904 | 2024-11-04T23:08:17.251Z | Downloaded dhcproto v0.12.0 |
905 | 2024-11-04T23:08:17.253Z | Downloaded zone v0.1.8 |
906 | 2024-11-04T23:08:17.253Z | Downloaded zerocopy v0.6.6 |
907 | 2024-11-04T23:08:17.255Z | Downloaded tungstenite v0.24.0 |
908 | 2024-11-04T23:08:17.258Z | Downloaded xz2 v0.1.7 |
909 | 2024-11-04T23:08:17.261Z | Downloaded xattr v1.3.1 |
910 | 2024-11-04T23:08:17.263Z | Downloaded powerfmt v0.2.0 |
911 | 2024-11-04T23:08:17.263Z | Downloaded thiserror-impl-no-std v2.0.2 |
912 | 2024-11-04T23:08:17.265Z | Downloaded test-strategy v0.3.1 |
913 | 2024-11-04T23:08:17.268Z | Downloaded serde_urlencoded v0.7.1 |
914 | 2024-11-04T23:08:17.270Z | Downloaded serde_plain v1.0.2 |
915 | 2024-11-04T23:08:17.273Z | Downloaded pkcs5 v0.7.1 |
916 | 2024-11-04T23:08:17.275Z | Downloaded enum-as-inner v0.6.1 |
917 | 2024-11-04T23:08:17.278Z | Downloaded enum-as-inner v0.5.1 |
918 | 2024-11-04T23:08:17.280Z | Downloaded smoltcp v0.11.0 |
919 | 2024-11-04T23:08:17.291Z | Downloaded smoltcp v0.9.1 |
920 | 2024-11-04T23:08:17.302Z | Downloaded futures-channel v0.3.31 |
921 | 2024-11-04T23:08:17.304Z | Downloaded foreign-types-shared v0.1.1 |
922 | 2024-11-04T23:08:17.306Z | Downloaded ref-cast v1.0.23 |
923 | 2024-11-04T23:08:17.308Z | Downloaded progenitor-macro v0.8.0 |
924 | 2024-11-04T23:08:17.308Z | Downloaded progenitor-impl v0.8.0 |
925 | 2024-11-04T23:08:17.311Z | Downloaded olpc-cjson v0.1.4 |
926 | 2024-11-04T23:08:17.311Z | Downloaded num-iter v0.1.45 |
927 | 2024-11-04T23:08:17.313Z | Downloaded openapiv3 v2.0.0 |
928 | 2024-11-04T23:08:17.324Z | Downloaded form_urlencoded v1.2.1 |
929 | 2024-11-04T23:08:17.326Z | Downloaded foreign-types v0.3.2 |
930 | 2024-11-04T23:08:17.326Z | Downloaded filetime v0.2.25 |
931 | 2024-11-04T23:08:17.328Z | Downloaded expectorate v1.1.0 |
932 | 2024-11-04T23:08:17.330Z | Downloaded openssl-macros v0.1.1 |
933 | 2024-11-04T23:08:17.330Z | Downloaded flume v0.11.0 |
934 | 2024-11-04T23:08:17.334Z | Downloaded float-ord v0.3.2 |
935 | 2024-11-04T23:08:17.336Z | Downloaded der_derive v0.7.3 |
936 | 2024-11-04T23:08:17.338Z | Downloaded tokio v1.40.0 |
937 | 2024-11-04T23:08:17.375Z | Downloaded russh-keys v0.45.0 |
938 | 2024-11-04T23:08:17.377Z | Downloaded progenitor v0.8.0 |
939 | 2024-11-04T23:08:17.381Z | Downloaded flagset v0.4.6 |
940 | 2024-11-04T23:08:17.381Z | Downloaded diesel_derives v2.2.3 |
941 | 2024-11-04T23:08:17.384Z | Downloaded diesel-dtrace v0.3.0 |
942 | 2024-11-04T23:08:17.387Z | Downloaded zopfli v0.8.1 |
943 | 2024-11-04T23:08:17.389Z | Downloaded zone_cfg_derive v0.3.0 |
944 | 2024-11-04T23:08:17.389Z | Downloaded vte v0.11.1 |
945 | 2024-11-04T23:08:17.392Z | Downloaded unicode-truncate v1.1.0 |
946 | 2024-11-04T23:08:17.392Z | Downloaded tokio-rustls v0.26.0 |
947 | 2024-11-04T23:08:17.394Z | Downloaded steno v0.4.1 |
948 | 2024-11-04T23:08:17.398Z | Downloaded tokio-tungstenite v0.24.0 |
949 | 2024-11-04T23:08:17.400Z | Downloaded thread_local v1.1.8 |
950 | 2024-11-04T23:08:17.403Z | Downloaded tar v0.4.42 |
951 | 2024-11-04T23:08:17.407Z | Downloaded tap v1.0.1 |
952 | 2024-11-04T23:08:17.407Z | Downloaded typify-macro v0.2.0 |
953 | 2024-11-04T23:08:17.407Z | Downloaded tokio-postgres v0.7.12 |
954 | 2024-11-04T23:08:17.411Z | Downloaded shlex v1.3.0 |
955 | 2024-11-04T23:08:17.413Z | Downloaded shell-words v1.1.0 |
956 | 2024-11-04T23:08:17.413Z | Downloaded ssh-key v0.6.6 |
957 | 2024-11-04T23:08:17.420Z | Downloaded ssh-encoding v0.2.0 |
958 | 2024-11-04T23:08:17.422Z | Downloaded ssh-cipher v0.2.0 |
959 | 2024-11-04T23:08:17.425Z | Downloaded sqlparser_derive v0.2.2 |
960 | 2024-11-04T23:08:17.425Z | Downloaded sqlparser v0.45.0 |
961 | 2024-11-04T23:08:17.428Z | Downloaded smf v0.2.3 |
962 | 2024-11-04T23:08:17.430Z | Downloaded publicsuffix v2.2.3 |
963 | 2024-11-04T23:08:17.433Z | Downloaded polar-core v0.27.3 |
964 | 2024-11-04T23:08:17.440Z | Downloaded env_logger v0.11.5 |
965 | 2024-11-04T23:08:17.443Z | Downloaded env_logger v0.10.2 |
966 | 2024-11-04T23:08:17.445Z | Downloaded env_filter v0.1.2 |
967 | 2024-11-04T23:08:17.448Z | Downloaded defmt-parser v0.3.4 |
968 | 2024-11-04T23:08:17.448Z | Downloaded webpki-roots v0.26.6 |
969 | 2024-11-04T23:08:17.451Z | Downloaded ratatui v0.28.1 |
970 | 2024-11-04T23:08:17.470Z | Downloaded lzma-sys v0.1.20 |
971 | 2024-11-04T23:08:17.500Z | Downloaded percent-encoding v2.3.1 |
972 | 2024-11-04T23:08:17.502Z | Downloaded pem-rfc7468 v0.7.0 |
973 | 2024-11-04T23:08:17.502Z | Downloaded parse-zoneinfo v0.3.1 |
974 | 2024-11-04T23:08:17.508Z | Downloaded p521 v0.13.3 |
975 | 2024-11-04T23:08:17.511Z | Downloaded owo-colors v4.1.0 |
976 | 2024-11-04T23:08:17.511Z | Downloaded oso v0.27.3 |
977 | 2024-11-04T23:08:17.513Z | Downloaded tls_codec_derive v0.4.1 |
978 | 2024-11-04T23:08:17.516Z | Downloaded tabwriter v1.4.0 |
979 | 2024-11-04T23:08:17.518Z | Downloaded structmeta v0.2.0 |
980 | 2024-11-04T23:08:17.518Z | Downloaded strip-ansi-escapes v0.2.0 |
981 | 2024-11-04T23:08:17.520Z | Downloaded parse-display v0.10.0 |
982 | 2024-11-04T23:08:17.520Z | Downloaded foldhash v0.1.3 |
983 | 2024-11-04T23:08:17.520Z | Downloaded dyn-clone v1.0.17 |
984 | 2024-11-04T23:08:17.523Z | Downloaded nu-ansi-term v0.50.1 |
985 | 2024-11-04T23:08:17.525Z | Downloaded git2 v0.19.0 |
986 | 2024-11-04T23:08:17.532Z | Downloaded rustyline v14.0.0 |
987 | 2024-11-04T23:08:17.537Z | Downloaded stable_deref_trait v1.2.0 |
988 | 2024-11-04T23:08:17.539Z | Downloaded spin v0.5.2 |
989 | 2024-11-04T23:08:17.539Z | Downloaded serde_yaml v0.9.34+deprecated |
990 | 2024-11-04T23:08:17.543Z | Downloaded salty v0.3.0 |
991 | 2024-11-04T23:08:17.552Z | Downloaded salsa20 v0.10.2 |
992 | 2024-11-04T23:08:17.554Z | Downloaded openssl-sys v0.9.103 |
993 | 2024-11-04T23:08:17.573Z | Downloaded deranged v0.3.11 |
994 | 2024-11-04T23:08:17.576Z | Downloaded resolv-conf v0.7.0 |
995 | 2024-11-04T23:08:17.578Z | Downloaded postgres-protocol v0.6.7 |
996 | 2024-11-04T23:08:17.581Z | Downloaded polyval v0.6.2 |
997 | 2024-11-04T23:08:17.584Z | Downloaded peg v0.8.4 |
998 | 2024-11-04T23:08:17.593Z | Downloaded pbkdf2 v0.12.2 |
999 | 2024-11-04T23:08:17.595Z | Downloaded nix v0.29.0 |
1000 | 2024-11-04T23:08:17.611Z | Downloaded nix v0.27.1 |
1001 | 2024-11-04T23:08:17.625Z | Downloaded libz-sys v1.1.20 |
1002 | 2024-11-04T23:08:17.649Z | Downloaded futures-sink v0.3.31 |
1003 | 2024-11-04T23:08:17.651Z | Downloaded futures-macro v0.3.31 |
1004 | 2024-11-04T23:08:17.651Z | Downloaded x509-cert v0.2.5 |
1005 | 2024-11-04T23:08:17.657Z | Downloaded wyz v0.5.1 |
1006 | 2024-11-04T23:08:17.661Z | Downloaded winnow v0.5.40 |
1007 | 2024-11-04T23:08:17.667Z | Downloaded uuid v1.10.0 |
1008 | 2024-11-04T23:08:17.670Z | Downloaded utf-8 v0.7.6 |
1009 | 2024-11-04T23:08:17.672Z | Downloaded untrusted v0.9.0 |
1010 | 2024-11-04T23:08:17.675Z | Downloaded untrusted v0.7.1 |
1011 | 2024-11-04T23:08:17.675Z | Downloaded universal-hash v0.5.1 |
1012 | 2024-11-04T23:08:17.677Z | Downloaded unicode_categories v0.1.1 |
1013 | 2024-11-04T23:08:17.677Z | Downloaded unicode-xid v0.2.6 |
1014 | 2024-11-04T23:08:17.679Z | Downloaded cstr-argument v0.1.2 |
1015 | 2024-11-04T23:08:17.679Z | Downloaded try-lock v0.2.5 |
1016 | 2024-11-04T23:08:17.682Z | Downloaded toml_edit v0.19.15 |
1017 | 2024-11-04T23:08:17.697Z | Downloaded strum_macros v0.24.3 |
1018 | 2024-11-04T23:08:17.700Z | Downloaded strum v0.26.3 |
1019 | 2024-11-04T23:08:17.702Z | Downloaded structmeta-derive v0.3.0 |
1020 | 2024-11-04T23:08:17.702Z | Downloaded structmeta v0.3.0 |
1021 | 2024-11-04T23:08:17.702Z | Downloaded socket2 v0.5.7 |
1022 | 2024-11-04T23:08:17.704Z | Downloaded schemars_derive v0.8.21 |
1023 | 2024-11-04T23:08:17.706Z | Downloaded time-core v0.1.2 |
1024 | 2024-11-04T23:08:17.706Z | Downloaded multer v3.1.0 |
1025 | 2024-11-04T23:08:17.708Z | Downloaded mockall_derive v0.13.0 |
1026 | 2024-11-04T23:08:17.712Z | Downloaded mockall v0.13.0 |
1027 | 2024-11-04T23:08:17.712Z | Downloaded memmap2 v0.9.5 |
1028 | 2024-11-04T23:08:17.714Z | Downloaded maybe-uninit v2.0.0 |
1029 | 2024-11-04T23:08:17.716Z | Downloaded maplit v1.0.2 |
1030 | 2024-11-04T23:08:17.716Z | Downloaded idna v0.2.3 |
1031 | 2024-11-04T23:08:17.722Z | Downloaded same-file v1.0.6 |
1032 | 2024-11-04T23:08:17.725Z | Downloaded nix v0.28.0 |
1033 | 2024-11-04T23:08:17.736Z | Downloaded multimap v0.10.0 |
1034 | 2024-11-04T23:08:17.738Z | Downloaded matches v0.1.10 |
1035 | 2024-11-04T23:08:17.738Z | Downloaded match_cfg v0.1.0 |
1036 | 2024-11-04T23:08:17.741Z | Downloaded lru-cache v0.1.2 |
1037 | 2024-11-04T23:08:17.741Z | Downloaded lru v0.12.5 |
1038 | 2024-11-04T23:08:17.743Z | Downloaded lockfree-object-pool v0.1.6 |
1039 | 2024-11-04T23:08:17.745Z | Downloaded linked-hash-map v0.5.6 |
1040 | 2024-11-04T23:08:17.745Z | Downloaded linear-map v1.2.0 |
1041 | 2024-11-04T23:08:17.747Z | Downloaded instant v0.1.13 |
1042 | 2024-11-04T23:08:17.747Z | Downloaded idna v0.4.0 |
1043 | 2024-11-04T23:08:17.754Z | Downloaded libsw v3.3.1 |
1044 | 2024-11-04T23:08:17.757Z | Downloaded kstat-rs v0.2.4 |
1045 | 2024-11-04T23:08:17.759Z | Downloaded keccak v0.1.5 |
1046 | 2024-11-04T23:08:17.759Z | Downloaded is_ci v1.2.0 |
1047 | 2024-11-04T23:08:17.761Z | Downloaded ipnetwork v0.20.0 |
1048 | 2024-11-04T23:08:17.761Z | Downloaded crc-any v2.5.0 |
1049 | 2024-11-04T23:08:17.764Z | Downloaded cookie_store v0.21.0 |
1050 | 2024-11-04T23:08:17.766Z | Downloaded cc v1.1.30 |
1051 | 2024-11-04T23:08:17.769Z | Downloaded darling_core v0.20.10 |
1052 | 2024-11-04T23:08:17.773Z | Downloaded crypto-bigint v0.5.5 |
1053 | 2024-11-04T23:08:17.780Z | Downloaded const-oid v0.9.6 |
1054 | 2024-11-04T23:08:17.783Z | Downloaded csv-core v0.1.11 |
1055 | 2024-11-04T23:08:17.785Z | Downloaded compact_str v0.8.0 |
1056 | 2024-11-04T23:08:17.788Z | Downloaded ring v0.16.20 |
1057 | 2024-11-04T23:08:17.871Z | Downloaded crc v3.2.1 |
1058 | 2024-11-04T23:08:17.873Z | Downloaded blake2 v0.10.6 |
1059 | 2024-11-04T23:08:17.875Z | Downloaded cookie v0.18.1 |
1060 | 2024-11-04T23:08:17.878Z | Downloaded constant_time_eq v0.3.1 |
1061 | 2024-11-04T23:08:17.880Z | Downloaded bzip2 v0.4.4 |
1062 | 2024-11-04T23:08:17.883Z | Downloaded bb8 v0.8.5 |
1063 | 2024-11-04T23:08:17.883Z | Downloaded backoff v0.4.0 |
1064 | 2024-11-04T23:08:17.885Z | Downloaded async-recursion v1.1.1 |
1065 | 2024-11-04T23:08:17.887Z | Downloaded crunchy v0.2.2 |
1066 | 2024-11-04T23:08:17.889Z | Downloaded mime_guess v2.0.5 |
1067 | 2024-11-04T23:08:17.892Z | Downloaded hyper-util v0.1.9 |
1068 | 2024-11-04T23:08:17.894Z | Downloaded new_debug_unreachable v1.0.6 |
1069 | 2024-11-04T23:08:17.897Z | Downloaded mime v0.3.17 |
1070 | 2024-11-04T23:08:17.897Z | Downloaded memoffset v0.9.1 |
1071 | 2024-11-04T23:08:17.899Z | Downloaded md5 v0.7.0 |
1072 | 2024-11-04T23:08:17.899Z | Downloaded md-5 v0.10.6 |
1073 | 2024-11-04T23:08:17.901Z | Downloaded lock_api v0.4.12 |
1074 | 2024-11-04T23:08:17.902Z | Downloaded libloading v0.8.5 |
1075 | 2024-11-04T23:08:17.904Z | Downloaded indexmap v1.9.3 |
1076 | 2024-11-04T23:08:17.907Z | Downloaded http v1.1.0 |
1077 | 2024-11-04T23:08:17.911Z | Downloaded ipnet v2.10.1 |
1078 | 2024-11-04T23:08:17.913Z | Downloaded inout v0.1.3 |
1079 | 2024-11-04T23:08:17.915Z | Downloaded hyper-tls v0.6.0 |
1080 | 2024-11-04T23:08:17.915Z | Downloaded hyper-rustls v0.27.3 |
1081 | 2024-11-04T23:08:17.917Z | Downloaded httparse v1.9.5 |
1082 | 2024-11-04T23:08:17.920Z | Downloaded hmac v0.12.1 |
1083 | 2024-11-04T23:08:17.922Z | Downloaded data-encoding v2.6.0 |
1084 | 2024-11-04T23:08:17.922Z | Downloaded httpdate v1.0.3 |
1085 | 2024-11-04T23:08:17.925Z | Downloaded http-body-util v0.1.2 |
1086 | 2024-11-04T23:08:17.925Z | Downloaded http-body v1.0.1 |
1087 | 2024-11-04T23:08:17.927Z | Downloaded http-body v0.4.6 |
1088 | 2024-11-04T23:08:17.927Z | Downloaded ring v0.17.8 |
1089 | 2024-11-04T23:08:17.996Z | Downloaded home v0.5.9 |
1090 | 2024-11-04T23:08:17.998Z | Downloaded convert_case v0.4.0 |
1091 | 2024-11-04T23:08:17.998Z | Downloaded cipher v0.4.4 |
1092 | 2024-11-04T23:08:18.001Z | Downloaded ciborium-io v0.2.2 |
1093 | 2024-11-04T23:08:18.001Z | Downloaded bitflags v1.3.2 |
1094 | 2024-11-04T23:08:18.003Z | Downloaded bit-set v0.5.3 |
1095 | 2024-11-04T23:08:18.006Z | Downloaded base64ct v1.6.0 |
1096 | 2024-11-04T23:08:18.006Z | Downloaded allocator-api2 v0.2.18 |
1097 | 2024-11-04T23:08:18.008Z | Downloaded ahash v0.8.11 |
1098 | 2024-11-04T23:08:18.012Z | Downloaded cfg_aliases v0.1.1 |
1099 | 2024-11-04T23:08:18.012Z | Downloaded bit-vec v0.6.3 |
1100 | 2024-11-04T23:08:18.014Z | Downloaded arrayvec v0.7.6 |
1101 | 2024-11-04T23:08:18.017Z | Downloaded adler2 v2.0.0 |
1102 | 2024-11-04T23:08:18.017Z | Downloaded atomic-waker v1.1.2 |
1103 | 2024-11-04T23:08:18.019Z | Downloaded async-stream-impl v0.3.6 |
1104 | 2024-11-04T23:08:18.019Z | Downloaded async-stream v0.3.6 |
1105 | 2024-11-04T23:08:18.019Z | Downloaded ascii-canvas v3.0.0 |
1106 | 2024-11-04T23:08:18.022Z | Downloaded hickory-resolver v0.24.1 |
1107 | 2024-11-04T23:08:18.024Z | Downloaded hubpack_derive v0.1.1 |
1108 | 2024-11-04T23:08:18.026Z | Downloaded http-range v0.1.5 |
1109 | 2024-11-04T23:08:18.026Z | Downloaded chrono-tz-build v0.4.0 |
1110 | 2024-11-04T23:08:18.030Z | Downloaded chrono-tz v0.10.0 |
1111 | 2024-11-04T23:08:18.046Z | Downloaded libsqlite3-sys v0.30.1 |
1112 | 2024-11-04T23:08:18.237Z | Compiling serde v1.0.210 |
1113 | 2024-11-04T23:08:18.240Z | Compiling typenum v1.17.0 |
1114 | 2024-11-04T23:08:18.240Z | Compiling lock_api v0.4.12 |
1115 | 2024-11-04T23:08:18.240Z | Compiling generic-array v0.14.7 |
1116 | 2024-11-04T23:08:18.240Z | Compiling scopeguard v1.2.0 |
1117 | 2024-11-04T23:08:18.382Z | Compiling subtle v2.6.1 |
1118 | 2024-11-04T23:08:18.423Z | Compiling syn v2.0.79 |
1119 | 2024-11-04T23:08:18.436Z | Compiling getrandom v0.2.15 |
1120 | 2024-11-04T23:08:18.589Z | Compiling value-bag v1.9.0 |
1121 | 2024-11-04T23:08:18.701Z | Compiling rand_core v0.6.4 |
1122 | 2024-11-04T23:08:18.817Z | Compiling const-oid v0.9.6 |
1123 | 2024-11-04T23:08:18.859Z | Compiling jobserver v0.1.32 |
1124 | 2024-11-04T23:08:18.959Z | Compiling shlex v1.3.0 |
1125 | 2024-11-04T23:08:19.209Z | Compiling log v0.4.22 |
1126 | 2024-11-04T23:08:19.258Z | Compiling cc v1.1.30 |
1127 | 2024-11-04T23:08:19.398Z | Compiling pin-project-lite v0.2.14 |
1128 | 2024-11-04T23:08:19.416Z | Compiling smallvec v1.13.2 |
1129 | 2024-11-04T23:08:19.523Z | Compiling parking_lot_core v0.9.10 |
1130 | 2024-11-04T23:08:19.867Z | Compiling futures-core v0.3.31 |
1131 | 2024-11-04T23:08:19.887Z | Compiling signal-hook-registry v1.4.2 |
1132 | 2024-11-04T23:08:20.099Z | Compiling mio v1.0.2 |
1133 | 2024-11-04T23:08:20.159Z | Compiling cpufeatures v0.2.14 |
1134 | 2024-11-04T23:08:20.266Z | Compiling futures-sink v0.3.31 |
1135 | 2024-11-04T23:08:20.419Z | Compiling spin v0.9.8 |
1136 | 2024-11-04T23:08:20.616Z | Compiling parking_lot v0.12.3 |
1137 | 2024-11-04T23:08:20.780Z | Compiling socket2 v0.5.7 |
1138 | 2024-11-04T23:08:20.816Z | Compiling slab v0.4.9 |
1139 | 2024-11-04T23:08:20.862Z | Compiling serde_json v1.0.128 |
1140 | 2024-11-04T23:08:21.160Z | Compiling futures-channel v0.3.31 |
1141 | 2024-11-04T23:08:21.210Z | Compiling tinyvec_macros v0.1.1 |
1142 | 2024-11-04T23:08:21.275Z | Compiling pin-utils v0.1.0 |
1143 | 2024-11-04T23:08:21.290Z | Compiling futures-task v0.3.31 |
1144 | 2024-11-04T23:08:21.365Z | Compiling allocator-api2 v0.2.18 |
1145 | 2024-11-04T23:08:21.514Z | Compiling foldhash v0.1.3 |
1146 | 2024-11-04T23:08:21.527Z | Compiling futures-io v0.3.31 |
1147 | 2024-11-04T23:08:21.577Z | Compiling tinyvec v1.8.0 |
1148 | 2024-11-04T23:08:21.597Z | Compiling libm v0.2.8 |
1149 | 2024-11-04T23:08:21.751Z | Compiling pkg-config v0.3.31 |
1150 | 2024-11-04T23:08:21.789Z | Compiling num-traits v0.2.19 |
1151 | 2024-11-04T23:08:21.849Z | Compiling unicode-bidi v0.3.17 |
1152 | 2024-11-04T23:08:22.086Z | Compiling hashbrown v0.15.0 |
1153 | 2024-11-04T23:08:22.399Z | Compiling base64ct v1.6.0 |
1154 | 2024-11-04T23:08:23.094Z | Compiling unicode-normalization v0.1.24 |
1155 | 2024-11-04T23:08:23.267Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-11-04T23:08:23.272Z | Compiling flagset v0.4.6 |
1157 | 2024-11-04T23:08:23.303Z | Compiling ring v0.17.8 |
1158 | 2024-11-04T23:08:23.399Z | Compiling httparse v1.9.5 |
1159 | 2024-11-04T23:08:23.469Z | Compiling tracing-core v0.1.32 |
1160 | 2024-11-04T23:08:23.488Z | Compiling rustls-pki-types v1.9.0 |
1161 | 2024-11-04T23:08:24.011Z | Compiling crossbeam-utils v0.8.20 |
1162 | 2024-11-04T23:08:24.234Z | Compiling percent-encoding v2.3.1 |
1163 | 2024-11-04T23:08:24.639Z | Compiling powerfmt v0.2.0 |
1164 | 2024-11-04T23:08:24.660Z | Compiling time-core v0.1.2 |
1165 | 2024-11-04T23:08:24.709Z | Compiling num-conv v0.1.0 |
1166 | 2024-11-04T23:08:24.851Z | Compiling untrusted v0.9.0 |
1167 | 2024-11-04T23:08:24.873Z | Compiling vcpkg v0.2.15 |
1168 | 2024-11-04T23:08:24.959Z | Compiling time-macros v0.2.18 |
1169 | 2024-11-04T23:08:25.014Z | Compiling deranged v0.3.11 |
1170 | 2024-11-04T23:08:25.031Z | Compiling atomic-waker v1.1.2 |
1171 | 2024-11-04T23:08:25.206Z | Compiling num_threads v0.1.7 |
1172 | 2024-11-04T23:08:25.267Z | Compiling form_urlencoded v1.2.1 |
1173 | 2024-11-04T23:08:25.330Z | Compiling try-lock v0.2.5 |
1174 | 2024-11-04T23:08:25.479Z | Compiling slog v2.7.0 |
1175 | 2024-11-04T23:08:25.601Z | Compiling rustix v0.38.37 |
1176 | 2024-11-04T23:08:26.044Z | Compiling want v0.3.1 |
1177 | 2024-11-04T23:08:26.228Z | Compiling httpdate v1.0.3 |
1178 | 2024-11-04T23:08:26.459Z | Compiling idna v0.5.0 |
1179 | 2024-11-04T23:08:26.638Z | Compiling base64 v0.22.1 |
1180 | 2024-11-04T23:08:26.657Z | Compiling openssl-sys v0.9.103 |
1181 | 2024-11-04T23:08:26.749Z | Compiling foreign-types-shared v0.1.1 |
1182 | 2024-11-04T23:08:26.916Z | Compiling match_cfg v0.1.0 |
1183 | 2024-11-04T23:08:26.939Z | Compiling rustversion v1.0.17 |
1184 | 2024-11-04T23:08:27.100Z | Compiling tower-service v0.3.3 |
1185 | 2024-11-04T23:08:27.214Z | Compiling adler2 v2.0.0 |
1186 | 2024-11-04T23:08:27.326Z | Compiling iana-time-zone v0.1.61 |
1187 | 2024-11-04T23:08:27.403Z | Compiling openssl v0.10.66 |
1188 | 2024-11-04T23:08:27.688Z | Compiling miniz_oxide v0.8.0 |
1189 | 2024-11-04T23:08:27.770Z | Compiling url v2.5.2 |
1190 | 2024-11-04T23:08:27.819Z | Compiling hostname v0.3.1 |
1191 | 2024-11-04T23:08:27.893Z | Compiling time v0.3.36 |
1192 | 2024-11-04T23:08:27.945Z | Compiling foreign-types v0.3.2 |
1193 | 2024-11-04T23:08:28.031Z | Compiling dirs-sys-next v0.1.2 |
1194 | 2024-11-04T23:08:28.049Z | Compiling aho-corasick v1.1.3 |
1195 | 2024-11-04T23:08:28.655Z | Compiling rustls v0.22.4 |
1196 | 2024-11-04T23:08:28.986Z | Compiling regex-syntax v0.8.5 |
1197 | 2024-11-04T23:08:29.090Z | Compiling syn v1.0.109 |
1198 | 2024-11-04T23:08:29.393Z | Compiling rustls v0.23.14 |
1199 | 2024-11-04T23:08:29.399Z | Compiling data-encoding v2.6.0 |
1200 | 2024-11-04T23:08:29.670Z | Compiling siphasher v0.3.11 |
1201 | 2024-11-04T23:08:29.691Z | Compiling native-tls v0.2.12 |
1202 | 2024-11-04T23:08:30.057Z | Compiling dirs-next v2.0.0 |
1203 | 2024-11-04T23:08:30.241Z | Compiling serde_derive_internals v0.29.1 |
1204 | 2024-11-04T23:08:31.360Z | Compiling crossbeam-epoch v0.9.18 |
1205 | 2024-11-04T23:08:31.525Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1206 | 2024-11-04T23:08:31.832Z | Compiling serde_derive v1.0.210 |
1207 | 2024-11-04T23:08:31.984Z | Compiling zeroize_derive v1.4.2 |
1208 | 2024-11-04T23:08:32.046Z | Compiling zerocopy-derive v0.7.35 |
1209 | 2024-11-04T23:08:32.565Z | Compiling tokio-macros v2.4.0 |
1210 | 2024-11-04T23:08:32.692Z | Compiling thiserror-impl v1.0.64 |
1211 | 2024-11-04T23:08:32.952Z | Compiling futures-macro v0.3.31 |
1212 | 2024-11-04T23:08:33.483Z | Compiling zeroize v1.8.1 |
1213 | 2024-11-04T23:08:34.140Z | Compiling der_derive v0.7.3 |
1214 | 2024-11-04T23:08:34.154Z | Compiling zerocopy v0.7.35 |
1215 | 2024-11-04T23:08:34.744Z | Compiling futures-util v0.3.31 |
1216 | 2024-11-04T23:08:35.063Z | Compiling tracing-attributes v0.1.27 |
1217 | 2024-11-04T23:08:35.259Z | Compiling crypto-common v0.1.6 |
1218 | 2024-11-04T23:08:35.500Z | Compiling block-buffer v0.10.4 |
1219 | 2024-11-04T23:08:35.666Z | Compiling thiserror v1.0.64 |
1220 | 2024-11-04T23:08:35.771Z | Compiling digest v0.10.7 |
1221 | 2024-11-04T23:08:35.785Z | Compiling block-padding v0.3.3 |
1222 | 2024-11-04T23:08:35.803Z | Compiling ppv-lite86 v0.2.20 |
1223 | 2024-11-04T23:08:36.024Z | Compiling inout v0.1.3 |
1224 | 2024-11-04T23:08:36.089Z | Compiling pest v2.7.14 |
1225 | 2024-11-04T23:08:36.269Z | Compiling hmac v0.12.1 |
1226 | 2024-11-04T23:08:36.295Z | Compiling cipher v0.4.4 |
1227 | 2024-11-04T23:08:36.398Z | Compiling sha2 v0.10.8 |
1228 | 2024-11-04T23:08:36.508Z | Compiling der v0.7.9 |
1229 | 2024-11-04T23:08:36.720Z | Compiling rand_chacha v0.3.1 |
1230 | 2024-11-04T23:08:36.839Z | Compiling salsa20 v0.10.2 |
1231 | 2024-11-04T23:08:37.068Z | Compiling pbkdf2 v0.12.2 |
1232 | 2024-11-04T23:08:37.250Z | Compiling rand v0.8.5 |
1233 | 2024-11-04T23:08:38.568Z | Compiling tracing v0.1.40 |
1234 | 2024-11-04T23:08:39.086Z | Compiling spki v0.7.3 |
1235 | 2024-11-04T23:08:39.112Z | Compiling pest_meta v2.7.14 |
1236 | 2024-11-04T23:08:39.176Z | Compiling scrypt v0.11.0 |
1237 | 2024-11-04T23:08:39.463Z | Compiling cbc v0.1.2 |
1238 | 2024-11-04T23:08:39.488Z | Compiling aes v0.8.4 |
1239 | 2024-11-04T23:08:39.716Z | Compiling scroll_derive v0.12.0 |
1240 | 2024-11-04T23:08:39.825Z | Compiling async-trait v0.1.83 |
1241 | 2024-11-04T23:08:40.102Z | Compiling openssl-macros v0.1.1 |
1242 | 2024-11-04T23:08:40.832Z | Compiling pkcs5 v0.7.1 |
1243 | 2024-11-04T23:08:41.104Z | Compiling pest_generator v2.7.14 |
1244 | 2024-11-04T23:08:41.191Z | Compiling scroll v0.12.0 |
1245 | 2024-11-04T23:08:41.757Z | Compiling goblin v0.8.2 |
1246 | 2024-11-04T23:08:42.019Z | Compiling rustls-webpki v0.102.8 |
1247 | 2024-11-04T23:08:42.335Z | Compiling pkcs8 v0.10.2 |
1248 | 2024-11-04T23:08:42.460Z | Compiling sha1 v0.10.6 |
1249 | 2024-11-04T23:08:42.926Z | Compiling signature v2.2.0 |
1250 | 2024-11-04T23:08:43.054Z | Compiling regex-automata v0.4.8 |
1251 | 2024-11-04T23:08:43.075Z | Compiling lazy_static v1.5.0 |
1252 | 2024-11-04T23:08:43.204Z | Compiling thread_local v1.1.8 |
1253 | 2024-11-04T23:08:43.242Z | Compiling cookie v0.18.1 |
1254 | 2024-11-04T23:08:43.448Z | Compiling multer v3.1.0 |
1255 | 2024-11-04T23:08:43.540Z | Compiling encoding_rs v0.8.34 |
1256 | 2024-11-04T23:08:43.734Z | Compiling signal-hook v0.3.17 |
1257 | 2024-11-04T23:08:43.754Z | Compiling paste v1.0.15 |
1258 | 2024-11-04T23:08:43.774Z | Compiling pest_derive v2.7.14 |
1259 | 2024-11-04T23:08:43.995Z | Compiling rayon-core v1.12.1 |
1260 | 2024-11-04T23:08:44.060Z | Compiling either v1.13.0 |
1261 | 2024-11-04T23:08:44.243Z | Compiling slog-async v2.8.0 |
1262 | 2024-11-04T23:08:44.265Z | Compiling openssl-probe v0.1.5 |
1263 | 2024-11-04T23:08:44.446Z | Compiling mime v0.3.17 |
1264 | 2024-11-04T23:08:44.529Z | Compiling dtrace-parser v0.2.0 |
1265 | 2024-11-04T23:08:44.598Z | Compiling unicode-properties v0.1.3 |
1266 | 2024-11-04T23:08:44.742Z | Compiling gimli v0.31.1 |
1267 | 2024-11-04T23:08:44.967Z | Compiling ipnet v2.10.1 |
1268 | 2024-11-04T23:08:45.014Z | Compiling schemars v0.8.21 |
1269 | 2024-11-04T23:08:45.372Z | Compiling bytes v1.7.2 |
1270 | 2024-11-04T23:08:46.180Z | Compiling indexmap v2.6.0 |
1271 | 2024-11-04T23:08:46.555Z | Compiling tokio v1.40.0 |
1272 | 2024-11-04T23:08:46.665Z | Compiling http v1.1.0 |
1273 | 2024-11-04T23:08:47.720Z | Compiling bitflags v2.6.0 |
1274 | 2024-11-04T23:08:47.795Z | Compiling semver v1.0.23 |
1275 | 2024-11-04T23:08:48.573Z | Compiling rustc_version v0.4.1 |
1276 | 2024-11-04T23:08:48.916Z | Compiling http-body v1.0.1 |
1277 | 2024-11-04T23:08:49.139Z | Compiling dof v0.3.0 |
1278 | 2024-11-04T23:08:49.154Z | Compiling serde_spanned v0.6.8 |
1279 | 2024-11-04T23:08:49.330Z | Compiling toml_datetime v0.6.8 |
1280 | 2024-11-04T23:08:49.399Z | Compiling serde_tokenstream v0.2.2 |
1281 | 2024-11-04T23:08:49.875Z | Compiling uuid v1.10.0 |
1282 | 2024-11-04T23:08:49.968Z | Compiling usdt-impl v0.5.0 |
1283 | 2024-11-04T23:08:50.001Z | Compiling chrono v0.4.38 |
1284 | 2024-11-04T23:08:51.514Z | Compiling heapless v0.7.17 |
1285 | 2024-11-04T23:08:51.532Z | Compiling http-body-util v0.1.2 |
1286 | 2024-11-04T23:08:51.685Z | Compiling toml_edit v0.22.22 |
1287 | 2024-11-04T23:08:51.724Z | Compiling usdt-macro v0.5.0 |
1288 | 2024-11-04T23:08:51.939Z | Compiling usdt-attr-macro v0.5.0 |
1289 | 2024-11-04T23:08:53.237Z | Compiling curve25519-dalek v4.1.3 |
1290 | 2024-11-04T23:08:53.569Z | Compiling addr2line v0.24.2 |
1291 | 2024-11-04T23:08:53.588Z | Compiling slog-json v2.6.1 |
1292 | 2024-11-04T23:08:53.740Z | Compiling serde_urlencoded v0.7.1 |
1293 | 2024-11-04T23:08:53.908Z | Compiling stringprep v0.1.5 |
1294 | 2024-11-04T23:08:54.289Z | Compiling futures-executor v0.3.31 |
1295 | 2024-11-04T23:08:54.812Z | Compiling tokio-util v0.7.12 |
1296 | 2024-11-04T23:08:54.918Z | Compiling md-5 v0.10.6 |
1297 | 2024-11-04T23:08:55.061Z | Compiling schemars_derive v0.8.21 |
1298 | 2024-11-04T23:08:56.258Z | Compiling h2 v0.4.6 |
1299 | 2024-11-04T23:08:56.856Z | Compiling enum-as-inner v0.6.1 |
1300 | 2024-11-04T23:08:58.231Z | Compiling async-stream-impl v0.3.6 |
1301 | 2024-11-04T23:08:58.603Z | Compiling crossbeam-deque v0.8.5 |
1302 | 2024-11-04T23:08:58.961Z | Compiling term v0.7.0 |
1303 | 2024-11-04T23:08:59.593Z | Compiling crossbeam-channel v0.5.13 |
1304 | 2024-11-04T23:09:00.048Z | Compiling num-integer v0.1.46 |
1305 | 2024-11-04T23:09:00.409Z | Compiling rustls-pemfile v2.2.0 |
1306 | 2024-11-04T23:09:00.711Z | Compiling idna v0.3.0 |
1307 | 2024-11-04T23:09:00.753Z | Compiling idna v0.4.0 |
1308 | 2024-11-04T23:09:00.812Z | Compiling hash32 v0.2.1 |
1309 | 2024-11-04T23:09:01.058Z | Compiling ff v0.13.0 |
1310 | 2024-11-04T23:09:01.217Z | Compiling is-terminal v0.4.13 |
1311 | 2024-11-04T23:09:01.282Z | Compiling object v0.36.5 |
1312 | 2024-11-04T23:09:01.347Z | Compiling dropshot v0.12.0 |
1313 | 2024-11-04T23:09:01.649Z | Compiling quick-error v1.2.3 |
1314 | 2024-11-04T23:09:01.804Z | Compiling utf-8 v0.7.6 |
1315 | 2024-11-04T23:09:02.123Z | Compiling fallible-iterator v0.2.0 |
1316 | 2024-11-04T23:09:02.298Z | Compiling stable_deref_trait v1.2.0 |
1317 | 2024-11-04T23:09:02.352Z | Compiling portable-atomic v1.9.0 |
1318 | 2024-11-04T23:09:02.407Z | Compiling take_mut v0.2.2 |
1319 | 2024-11-04T23:09:02.571Z | Compiling rustc-demangle v0.1.24 |
1320 | 2024-11-04T23:09:02.902Z | Compiling base16ct v0.2.0 |
1321 | 2024-11-04T23:09:03.240Z | Compiling anyhow v1.0.92 |
1322 | 2024-11-04T23:09:03.462Z | Compiling hyper v1.4.1 |
1323 | 2024-11-04T23:09:03.564Z | Compiling num-bigint-dig v0.8.4 |
1324 | 2024-11-04T23:09:03.865Z | Compiling psl-types v2.0.11 |
1325 | 2024-11-04T23:09:03.884Z | Compiling dyn-clone v1.0.17 |
1326 | 2024-11-04T23:09:03.975Z | Compiling smoltcp v0.9.1 |
1327 | 2024-11-04T23:09:04.059Z | Compiling linked-hash-map v0.5.6 |
1328 | 2024-11-04T23:09:04.439Z | Compiling lru-cache v0.1.2 |
1329 | 2024-11-04T23:09:04.642Z | Compiling publicsuffix v2.2.3 |
1330 | 2024-11-04T23:09:04.977Z | Compiling sec1 v0.7.3 |
1331 | 2024-11-04T23:09:05.167Z | Compiling postgres-protocol v0.6.7 |
1332 | 2024-11-04T23:09:06.488Z | Compiling hyper-util v0.1.9 |
1333 | 2024-11-04T23:09:06.787Z | Compiling tungstenite v0.24.0 |
1334 | 2024-11-04T23:09:07.449Z | Compiling resolv-conf v0.7.0 |
1335 | 2024-11-04T23:09:07.618Z | Compiling hickory-proto v0.24.1 |
1336 | 2024-11-04T23:09:07.819Z | Compiling slog-term v2.9.1 |
1337 | 2024-11-04T23:09:07.950Z | Compiling group v0.13.0 |
1338 | 2024-11-04T23:09:08.210Z | Compiling usdt v0.5.0 |
1339 | 2024-11-04T23:09:08.274Z | Compiling num-iter v0.1.45 |
1340 | 2024-11-04T23:09:08.468Z | Compiling tokio-rustls v0.26.0 |
1341 | 2024-11-04T23:09:08.711Z | Compiling async-stream v0.3.6 |
1342 | 2024-11-04T23:09:08.914Z | Compiling backtrace v0.3.74 |
1343 | 2024-11-04T23:09:09.027Z | Compiling tokio-rustls v0.25.0 |
1344 | 2024-11-04T23:09:09.057Z | Compiling tokio-native-tls v0.3.1 |
1345 | 2024-11-04T23:09:09.454Z | Compiling toml v0.8.19 |
1346 | 2024-11-04T23:09:09.503Z | Compiling futures v0.3.31 |
1347 | 2024-11-04T23:09:10.694Z | Compiling camino v1.1.9 |
1348 | 2024-11-04T23:09:10.755Z | Compiling slog-bunyan v2.5.0 |
1349 | 2024-11-04T23:09:10.822Z | Compiling terminal_size v0.4.0 |
1350 | 2024-11-04T23:09:10.983Z | Compiling dropshot_endpoint v0.12.0 |
1351 | 2024-11-04T23:09:11.043Z | Compiling openapiv3 v2.0.0 |
1352 | 2024-11-04T23:09:11.129Z | Compiling serde_path_to_error v0.1.16 |
1353 | 2024-11-04T23:09:11.693Z | Compiling hkdf v0.12.4 |
1354 | 2024-11-04T23:09:11.839Z | Compiling crypto-bigint v0.5.5 |
1355 | 2024-11-04T23:09:11.965Z | Compiling zerocopy-derive v0.6.6 |
1356 | 2024-11-04T23:09:11.968Z | Compiling curve25519-dalek-derive v0.1.1 |
1357 | 2024-11-04T23:09:12.263Z | Compiling phf_shared v0.11.2 |
1358 | 2024-11-04T23:09:12.681Z | Compiling waitgroup v0.1.2 |
1359 | 2024-11-04T23:09:12.904Z | Compiling webpki-roots v0.26.6 |
1360 | 2024-11-04T23:09:12.978Z | Compiling hubpack_derive v0.1.1 |
1361 | 2024-11-04T23:09:13.128Z | Compiling hostname v0.4.0 |
1362 | 2024-11-04T23:09:13.394Z | Compiling crc32fast v1.4.2 |
1363 | 2024-11-04T23:09:13.530Z | Compiling fs-err v2.11.0 |
1364 | 2024-11-04T23:09:13.732Z | Compiling ahash v0.8.11 |
1365 | 2024-11-04T23:09:13.832Z | Compiling debug-ignore v1.0.5 |
1366 | 2024-11-04T23:09:13.879Z | Compiling managed v0.8.0 |
1367 | 2024-11-04T23:09:14.029Z | Compiling bitflags v1.3.2 |
1368 | 2024-11-04T23:09:14.092Z | Compiling winnow v0.5.40 |
1369 | 2024-11-04T23:09:14.131Z | Compiling zerocopy v0.6.6 |
1370 | 2024-11-04T23:09:14.183Z | Compiling clap_builder v4.5.20 |
1371 | 2024-11-04T23:09:14.951Z | Compiling elliptic-curve v0.13.8 |
1372 | 2024-11-04T23:09:15.349Z | Compiling hubpack v0.1.2 |
1373 | 2024-11-04T23:09:15.813Z | Compiling console v0.15.8 |
1374 | 2024-11-04T23:09:15.815Z | Compiling strum_macros v0.25.3 |
1375 | 2024-11-04T23:09:16.581Z | Compiling flate2 v1.0.34 |
1376 | 2024-11-04T23:09:17.660Z | Compiling hickory-resolver v0.24.1 |
1377 | 2024-11-04T23:09:17.711Z | Compiling toml_edit v0.19.15 |
1378 | 2024-11-04T23:09:18.044Z | Compiling hyper-rustls v0.27.3 |
1379 | 2024-11-04T23:09:18.067Z | Compiling phf v0.11.2 |
1380 | 2024-11-04T23:09:18.378Z | Compiling signal-hook-mio v0.2.4 |
1381 | 2024-11-04T23:09:18.549Z | Compiling cookie_store v0.21.0 |
1382 | 2024-11-04T23:09:18.710Z | Compiling rayon v1.10.0 |
1383 | 2024-11-04T23:09:20.052Z | Compiling bzip2 v0.4.4 |
1384 | 2024-11-04T23:09:20.463Z | Compiling hyper-tls v0.6.0 |
1385 | 2024-11-04T23:09:20.890Z | Compiling tokio-tungstenite v0.24.0 |
1386 | 2024-11-04T23:09:21.456Z | Compiling postgres-types v0.2.8 |
1387 | 2024-11-04T23:09:23.097Z | Compiling tokio-stream v0.1.16 |
1388 | 2024-11-04T23:09:23.691Z | Compiling bstr v1.10.0 |
1389 | 2024-11-04T23:09:24.134Z | Compiling regex v1.11.0 |
1390 | 2024-11-04T23:09:24.153Z | Compiling serde-big-array v0.5.1 |
1391 | 2024-11-04T23:09:24.337Z | Compiling ed25519 v2.2.3 |
1392 | 2024-11-04T23:09:24.383Z | Compiling pkcs1 v0.7.5 |
1393 | 2024-11-04T23:09:24.597Z | Compiling rfc6979 v0.4.0 |
1394 | 2024-11-04T23:09:24.793Z | Compiling serde_repr v0.1.19 |
1395 | 2024-11-04T23:09:25.201Z | Compiling clap_derive v4.5.18 |
1396 | 2024-11-04T23:09:25.330Z | Compiling derive-where v1.2.7 |
1397 | 2024-11-04T23:09:25.350Z | Compiling phf_shared v0.10.0 |
1398 | 2024-11-04T23:09:25.446Z | Compiling float-cmp v0.9.0 |
1399 | 2024-11-04T23:09:25.515Z | Compiling sync_wrapper v1.0.1 |
1400 | 2024-11-04T23:09:25.679Z | Compiling number_prefix v0.4.0 |
1401 | 2024-11-04T23:09:25.698Z | Compiling normalize-line-endings v0.3.0 |
1402 | 2024-11-04T23:09:25.732Z | Compiling bit-vec v0.6.3 |
1403 | 2024-11-04T23:09:25.827Z | Compiling static_assertions v1.1.0 |
1404 | 2024-11-04T23:09:25.908Z | Compiling fixedbitset v0.4.2 |
1405 | 2024-11-04T23:09:25.933Z | Compiling difflib v0.4.0 |
1406 | 2024-11-04T23:09:25.951Z | Compiling new_debug_unreachable v1.0.6 |
1407 | 2024-11-04T23:09:26.052Z | Compiling precomputed-hash v0.1.1 |
1408 | 2024-11-04T23:09:26.166Z | Compiling unicode-segmentation v1.12.0 |
1409 | 2024-11-04T23:09:26.185Z | Compiling whoami v1.5.2 |
1410 | 2024-11-04T23:09:26.203Z | Compiling minimal-lexical v0.2.1 |
1411 | 2024-11-04T23:09:26.377Z | Compiling predicates-core v1.0.8 |
1412 | 2024-11-04T23:09:26.724Z | Compiling nom v7.1.3 |
1413 | 2024-11-04T23:09:26.743Z | Compiling predicates v3.1.2 |
1414 | 2024-11-04T23:09:26.830Z | Compiling tokio-postgres v0.7.12 |
1415 | 2024-11-04T23:09:27.038Z | Compiling similar v2.6.0 |
1416 | 2024-11-04T23:09:27.486Z | Compiling petgraph v0.6.5 |
1417 | 2024-11-04T23:09:28.510Z | Compiling string_cache v0.8.7 |
1418 | 2024-11-04T23:09:28.738Z | Compiling qorb v0.2.0 |
1419 | 2024-11-04T23:09:28.933Z | Compiling bit-set v0.5.3 |
1420 | 2024-11-04T23:09:29.234Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1421 | 2024-11-04T23:09:29.485Z | Compiling indicatif v0.17.8 |
1422 | 2024-11-04T23:09:29.883Z | Compiling clap v4.5.20 |
1423 | 2024-11-04T23:09:30.030Z | Compiling reqwest v0.12.8 |
1424 | 2024-11-04T23:09:30.468Z | Compiling rsa v0.9.6 |
1425 | 2024-11-04T23:09:31.610Z | Compiling ecdsa v0.16.9 |
1426 | 2024-11-04T23:09:31.633Z | Compiling ed25519-dalek v2.1.1 |
1427 | 2024-11-04T23:09:32.474Z | Compiling toml v0.7.8 |
1428 | 2024-11-04T23:09:32.502Z | Compiling zip v0.6.6 |
1429 | 2024-11-04T23:09:33.006Z | Compiling crossterm v0.28.1 |
1430 | 2024-11-04T23:09:34.791Z | Compiling hex v0.4.3 |
1431 | 2024-11-04T23:09:34.811Z | Compiling itertools v0.12.1 |
1432 | 2024-11-04T23:09:34.884Z | Compiling itertools v0.10.5 |
1433 | 2024-11-04T23:09:35.321Z | Compiling x509-cert v0.2.5 |
1434 | 2024-11-04T23:09:35.429Z | Compiling unicode-xid v0.2.6 |
1435 | 2024-11-04T23:09:35.612Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-11-04T23:09:35.978Z | Compiling peg-runtime v0.8.3 |
1437 | 2024-11-04T23:09:36.189Z | Compiling xattr v1.3.1 |
1438 | 2024-11-04T23:09:36.467Z | Compiling strum_macros v0.26.4 |
1439 | 2024-11-04T23:09:36.685Z | Compiling filetime v0.2.25 |
1440 | 2024-11-04T23:09:37.018Z | Compiling tar v0.4.42 |
1441 | 2024-11-04T23:09:39.684Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1442 | 2024-11-04T23:09:39.723Z | Compiling strum v0.26.3 |
1443 | 2024-11-04T23:09:39.947Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1444 | 2024-11-04T23:09:45.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1445 | 2024-11-04T23:09:45.759Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1446 | 2024-11-04T23:09:45.807Z | Nov 04 23:09:44.641 INFO Starting download, target: Clickhouse |
1447 | 2024-11-04T23:09:45.807Z | Nov 04 23:09:44.641 INFO Starting download, target: Cockroach |
1448 | 2024-11-04T23:09:45.807Z | Nov 04 23:09:44.641 INFO Starting download, target: Console |
1449 | 2024-11-04T23:09:45.807Z | Nov 04 23:09:44.641 INFO Starting download, target: DendriteOpenapi |
1450 | 2024-11-04T23:09:45.807Z | Nov 04 23:09:44.641 INFO Starting download, target: DendriteStub |
1451 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.641 INFO Starting download, target: MaghemiteMgd |
1452 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.641 INFO Starting download, target: TransceiverControl |
1453 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.642 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1454 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.642 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1455 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.642 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1456 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.642 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1457 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.642 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1458 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.642 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1459 | 2024-11-04T23:09:45.810Z | Nov 04 23:09:44.643 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1460 | 2024-11-04T23:09:45.973Z | Nov 04 23:09:44.797 INFO Download complete, target: DendriteOpenapi |
1461 | 2024-11-04T23:09:46.117Z | Nov 04 23:09:44.946 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1462 | 2024-11-04T23:09:46.281Z | Nov 04 23:09:45.115 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1463 | 2024-11-04T23:09:46.630Z | Nov 04 23:09:45.459 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1464 | 2024-11-04T23:09:46.642Z | Nov 04 23:09:45.473 INFO Download complete, target: Console |
1465 | 2024-11-04T23:09:46.759Z | Nov 04 23:09:45.592 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1466 | 2024-11-04T23:09:46.785Z | Nov 04 23:09:45.614 INFO Download complete, target: TransceiverControl |
1467 | 2024-11-04T23:09:47.404Z | Nov 04 23:09:46.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1468 | 2024-11-04T23:09:47.404Z | Nov 04 23:09:46.238 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1469 | 2024-11-04T23:09:47.965Z | Nov 04 23:09:46.798 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1470 | 2024-11-04T23:09:49.627Z | Nov 04 23:09:48.461 INFO Download complete, target: DendriteStub |
1471 | 2024-11-04T23:09:49.663Z | Nov 04 23:09:48.496 INFO Download complete, target: MaghemiteMgd |
1472 | 2024-11-04T23:09:54.938Z | Nov 04 23:09:53.771 INFO Checking that binary works, target: Cockroach |
1473 | 2024-11-04T23:09:55.162Z | Nov 04 23:09:53.995 INFO Download complete, target: Cockroach |
1474 | 2024-11-04T23:10:00.320Z | Nov 04 23:09:59.149 INFO Checking that binary works, target: Clickhouse |
1475 | 2024-11-04T23:10:00.860Z | Nov 04 23:09:59.691 INFO Download complete, target: Clickhouse |
1476 | 2024-11-04T23:10:00.867Z | All prerequisites installed successfully |
1477 | 2024-11-04T23:10:00.871Z | |
1478 | 2024-11-04T23:10:00.871Z | real 4:46.555523435 |
1479 | 2024-11-04T23:10:00.871Z | user 12:18.088593891 |
1480 | 2024-11-04T23:10:00.871Z | sys 2:42.461629192 |
1481 | 2024-11-04T23:10:00.871Z | trap 0.430579145 |
1482 | 2024-11-04T23:10:00.871Z | tflt 4.443871531 |
1483 | 2024-11-04T23:10:00.871Z | dflt 3.424928901 |
1484 | 2024-11-04T23:10:00.871Z | kflt 0.304078633 |
1485 | 2024-11-04T23:10:00.871Z | lock 22:56.978443457 |
1486 | 2024-11-04T23:10:00.871Z | slp 49:46.705421915 |
1487 | 2024-11-04T23:10:00.871Z | lat 45.263231645 |
1488 | 2024-11-04T23:10:00.872Z | stop 2:01.119851496 |
1489 | 2024-11-04T23:10:00.872Z | + ptime -m cargo xtask download softnpu |
1490 | 2024-11-04T23:10:01.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1491 | 2024-11-04T23:10:01.402Z | Running `target/debug/xtask download softnpu` |
1492 | 2024-11-04T23:10:02.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1493 | 2024-11-04T23:10:02.270Z | Running `target/debug/xtask-downloader softnpu` |
1494 | 2024-11-04T23:10:02.307Z | Nov 04 23:10:01.134 INFO Starting download, target: Softnpu |
1495 | 2024-11-04T23:10:02.321Z | Nov 04 23:10:01.135 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1496 | 2024-11-04T23:10:03.151Z | Nov 04 23:10:01.983 INFO Download complete, target: Softnpu |
1497 | 2024-11-04T23:10:03.158Z | |
1498 | 2024-11-04T23:10:03.164Z | real 2.279961014 |
1499 | 2024-11-04T23:10:03.164Z | user 1.252722837 |
1500 | 2024-11-04T23:10:03.164Z | sys 0.540177790 |
1501 | 2024-11-04T23:10:03.165Z | trap 0.000554713 |
1502 | 2024-11-04T23:10:03.165Z | tflt 0.000034094 |
1503 | 2024-11-04T23:10:03.165Z | dflt 0.000005379 |
1504 | 2024-11-04T23:10:03.165Z | kflt 0.000000000 |
1505 | 2024-11-04T23:10:03.165Z | lock 8.707649320 |
1506 | 2024-11-04T23:10:03.165Z | slp 0.676576790 |
1507 | 2024-11-04T23:10:03.165Z | lat 0.068948495 |
1508 | 2024-11-04T23:10:03.165Z | stop 0.000184754 |
1509 | 2024-11-04T23:10:03.165Z | + export CARGO_INCREMENTAL=0 |
1510 | 2024-11-04T23:10:03.165Z | + CARGO_INCREMENTAL=0 |
1511 | 2024-11-04T23:10:03.165Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1512 | 2024-11-04T23:10:04.099Z | Compiling proc-macro2 v1.0.87 |
1513 | 2024-11-04T23:10:04.099Z | Compiling unicode-ident v1.0.13 |
1514 | 2024-11-04T23:10:04.099Z | Compiling libc v0.2.161 |
1515 | 2024-11-04T23:10:04.102Z | Compiling serde v1.0.210 |
1516 | 2024-11-04T23:10:04.102Z | Compiling autocfg v1.4.0 |
1517 | 2024-11-04T23:10:04.102Z | Compiling version_check v0.9.5 |
1518 | 2024-11-04T23:10:04.102Z | Compiling cfg-if v1.0.0 |
1519 | 2024-11-04T23:10:04.323Z | Compiling typenum v1.17.0 |
1520 | 2024-11-04T23:10:04.344Z | Compiling shlex v1.3.0 |
1521 | 2024-11-04T23:10:04.362Z | Compiling memchr v2.7.4 |
1522 | 2024-11-04T23:10:04.836Z | Compiling parking_lot_core v0.9.10 |
1523 | 2024-11-04T23:10:04.858Z | Compiling generic-array v0.14.7 |
1524 | 2024-11-04T23:10:05.168Z | Compiling lock_api v0.4.12 |
1525 | 2024-11-04T23:10:05.185Z | Compiling serde_json v1.0.128 |
1526 | 2024-11-04T23:10:05.266Z | Compiling once_cell v1.20.2 |
1527 | 2024-11-04T23:10:05.465Z | Compiling thiserror v1.0.64 |
1528 | 2024-11-04T23:10:05.515Z | Compiling libm v0.2.8 |
1529 | 2024-11-04T23:10:05.649Z | Compiling num-traits v0.2.19 |
1530 | 2024-11-04T23:10:05.854Z | Compiling value-bag v1.9.0 |
1531 | 2024-11-04T23:10:05.885Z | Compiling itoa v1.0.11 |
1532 | 2024-11-04T23:10:05.937Z | Compiling quote v1.0.37 |
1533 | 2024-11-04T23:10:06.083Z | Compiling slab v0.4.9 |
1534 | 2024-11-04T23:10:06.337Z | Compiling syn v2.0.79 |
1535 | 2024-11-04T23:10:06.412Z | Compiling jobserver v0.1.32 |
1536 | 2024-11-04T23:10:06.427Z | Compiling getrandom v0.2.15 |
1537 | 2024-11-04T23:10:06.540Z | Compiling log v0.4.22 |
1538 | 2024-11-04T23:10:06.559Z | Compiling scopeguard v1.2.0 |
1539 | 2024-11-04T23:10:06.746Z | Compiling byteorder v1.5.0 |
1540 | 2024-11-04T23:10:06.771Z | Compiling cc v1.1.30 |
1541 | 2024-11-04T23:10:07.001Z | Compiling rand_core v0.6.4 |
1542 | 2024-11-04T23:10:07.467Z | Compiling allocator-api2 v0.2.18 |
1543 | 2024-11-04T23:10:07.912Z | Compiling subtle v2.6.1 |
1544 | 2024-11-04T23:10:08.198Z | Compiling semver v1.0.23 |
1545 | 2024-11-04T23:10:08.321Z | Compiling pkg-config v0.3.31 |
1546 | 2024-11-04T23:10:08.666Z | Compiling const-oid v0.9.6 |
1547 | 2024-11-04T23:10:08.743Z | Compiling ryu v1.0.18 |
1548 | 2024-11-04T23:10:08.845Z | Compiling pin-project-lite v0.2.14 |
1549 | 2024-11-04T23:10:08.973Z | Compiling smallvec v1.13.2 |
1550 | 2024-11-04T23:10:08.991Z | Compiling equivalent v1.0.1 |
1551 | 2024-11-04T23:10:09.027Z | Compiling foldhash v0.1.3 |
1552 | 2024-11-04T23:10:09.137Z | Compiling httparse v1.9.5 |
1553 | 2024-11-04T23:10:09.318Z | Compiling hashbrown v0.15.0 |
1554 | 2024-11-04T23:10:09.493Z | Compiling schemars v0.8.21 |
1555 | 2024-11-04T23:10:09.810Z | Compiling signal-hook-registry v1.4.2 |
1556 | 2024-11-04T23:10:09.966Z | Compiling ring v0.17.8 |
1557 | 2024-11-04T23:10:10.030Z | Compiling heck v0.5.0 |
1558 | 2024-11-04T23:10:10.096Z | Compiling mio v1.0.2 |
1559 | 2024-11-04T23:10:10.482Z | Compiling parking_lot v0.12.3 |
1560 | 2024-11-04T23:10:10.990Z | Compiling crossbeam-utils v0.8.20 |
1561 | 2024-11-04T23:10:11.206Z | Compiling socket2 v0.5.7 |
1562 | 2024-11-04T23:10:11.360Z | Compiling time-core v0.1.2 |
1563 | 2024-11-04T23:10:11.519Z | Compiling futures-core v0.3.31 |
1564 | 2024-11-04T23:10:11.542Z | Compiling vcpkg v0.2.15 |
1565 | 2024-11-04T23:10:11.766Z | Compiling fnv v1.0.7 |
1566 | 2024-11-04T23:10:12.173Z | Compiling num-conv v0.1.0 |
1567 | 2024-11-04T23:10:12.472Z | Compiling time-macros v0.2.18 |
1568 | 2024-11-04T23:10:13.127Z | Compiling openssl-sys v0.9.103 |
1569 | 2024-11-04T23:10:13.432Z | Compiling spin v0.9.8 |
1570 | 2024-11-04T23:10:13.960Z | Compiling serde_derive_internals v0.29.1 |
1571 | 2024-11-04T23:10:14.142Z | Compiling cpufeatures v0.2.14 |
1572 | 2024-11-04T23:10:14.158Z | Compiling futures-sink v0.3.31 |
1573 | 2024-11-04T23:10:14.594Z | Compiling ahash v0.8.11 |
1574 | 2024-11-04T23:10:14.642Z | Compiling syn v1.0.109 |
1575 | 2024-11-04T23:10:14.958Z | Compiling slog v2.7.0 |
1576 | 2024-11-04T23:10:15.154Z | Compiling rustix v0.38.37 |
1577 | 2024-11-04T23:10:15.399Z | Compiling futures-channel v0.3.31 |
1578 | 2024-11-04T23:10:15.582Z | Compiling futures-io v0.3.31 |
1579 | 2024-11-04T23:10:15.797Z | Compiling ucd-trie v0.1.7 |
1580 | 2024-11-04T23:10:15.799Z | Compiling iana-time-zone v0.1.61 |
1581 | 2024-11-04T23:10:15.906Z | Compiling futures-task v0.3.31 |
1582 | 2024-11-04T23:10:15.946Z | Compiling pin-utils v0.1.0 |
1583 | 2024-11-04T23:10:16.013Z | Compiling openssl v0.10.66 |
1584 | 2024-11-04T23:10:16.047Z | Compiling tinyvec_macros v0.1.1 |
1585 | 2024-11-04T23:10:16.141Z | Compiling tinyvec v1.8.0 |
1586 | 2024-11-04T23:10:16.649Z | Compiling unicode-bidi v0.3.17 |
1587 | 2024-11-04T23:10:16.798Z | Compiling rustls v0.23.14 |
1588 | 2024-11-04T23:10:17.022Z | Compiling native-tls v0.2.12 |
1589 | 2024-11-04T23:10:17.363Z | Compiling base64ct v1.6.0 |
1590 | 2024-11-04T23:10:17.609Z | Compiling unicode-normalization v0.1.24 |
1591 | 2024-11-04T23:10:17.840Z | Compiling pem-rfc7468 v0.7.0 |
1592 | 2024-11-04T23:10:18.486Z | Compiling tracing-core v0.1.32 |
1593 | 2024-11-04T23:10:18.670Z | Compiling cookie v0.18.1 |
1594 | 2024-11-04T23:10:18.690Z | Compiling serde_derive v1.0.210 |
1595 | 2024-11-04T23:10:18.971Z | Compiling zeroize_derive v1.4.2 |
1596 | 2024-11-04T23:10:19.611Z | Compiling zerocopy-derive v0.7.35 |
1597 | 2024-11-04T23:10:19.763Z | Compiling thiserror-impl v1.0.64 |
1598 | 2024-11-04T23:10:20.252Z | Compiling zeroize v1.8.1 |
1599 | 2024-11-04T23:10:20.639Z | Compiling tokio-macros v2.4.0 |
1600 | 2024-11-04T23:10:21.400Z | Compiling futures-macro v0.3.31 |
1601 | 2024-11-04T23:10:21.963Z | Compiling zerocopy v0.7.35 |
1602 | 2024-11-04T23:10:22.505Z | Compiling crypto-common v0.1.6 |
1603 | 2024-11-04T23:10:22.809Z | Compiling tracing-attributes v0.1.27 |
1604 | 2024-11-04T23:10:23.005Z | Compiling block-buffer v0.10.4 |
1605 | 2024-11-04T23:10:23.226Z | Compiling digest v0.10.7 |
1606 | 2024-11-04T23:10:23.505Z | Compiling schemars_derive v0.8.21 |
1607 | 2024-11-04T23:10:23.694Z | Compiling der_derive v0.7.3 |
1608 | 2024-11-04T23:10:24.768Z | Compiling hmac v0.12.1 |
1609 | 2024-11-04T23:10:25.017Z | Compiling scroll_derive v0.12.0 |
1610 | 2024-11-04T23:10:25.240Z | Compiling futures-util v0.3.31 |
1611 | 2024-11-04T23:10:25.805Z | Compiling pest v2.7.14 |
1612 | 2024-11-04T23:10:26.205Z | Compiling block-padding v0.3.3 |
1613 | 2024-11-04T23:10:26.425Z | Compiling inout v0.1.3 |
1614 | 2024-11-04T23:10:26.680Z | Compiling openssl-macros v0.1.1 |
1615 | 2024-11-04T23:10:26.800Z | Compiling cipher v0.4.4 |
1616 | 2024-11-04T23:10:27.233Z | Compiling sha2 v0.10.8 |
1617 | 2024-11-04T23:10:27.405Z | Compiling ppv-lite86 v0.2.20 |
1618 | 2024-11-04T23:10:27.985Z | Compiling usdt-impl v0.5.0 |
1619 | 2024-11-04T23:10:28.281Z | Compiling flagset v0.4.6 |
1620 | 2024-11-04T23:10:28.348Z | Compiling pest_meta v2.7.14 |
1621 | 2024-11-04T23:10:28.488Z | Compiling dyn-clone v1.0.17 |
1622 | 2024-11-04T23:10:28.662Z | Compiling anyhow v1.0.92 |
1623 | 2024-11-04T23:10:28.884Z | Compiling der v0.7.9 |
1624 | 2024-11-04T23:10:29.223Z | Compiling rand_chacha v0.3.1 |
1625 | 2024-11-04T23:10:30.147Z | Compiling pest_generator v2.7.14 |
1626 | 2024-11-04T23:10:30.580Z | Compiling scroll v0.12.0 |
1627 | 2024-11-04T23:10:31.126Z | Compiling bytes v1.7.2 |
1628 | 2024-11-04T23:10:31.189Z | Compiling indexmap v2.6.0 |
1629 | 2024-11-04T23:10:32.049Z | Compiling tokio v1.40.0 |
1630 | 2024-11-04T23:10:32.350Z | Compiling http v1.1.0 |
1631 | 2024-11-04T23:10:32.505Z | Compiling serde_tokenstream v0.2.2 |
1632 | 2024-11-04T23:10:32.626Z | Compiling rustc_version v0.4.1 |
1633 | 2024-11-04T23:10:33.233Z | Compiling uuid v1.10.0 |
1634 | 2024-11-04T23:10:33.423Z | Compiling bitflags v2.6.0 |
1635 | 2024-11-04T23:10:33.677Z | Compiling chrono v0.4.38 |
1636 | 2024-11-04T23:10:34.543Z | Compiling toml_datetime v0.6.8 |
1637 | 2024-11-04T23:10:34.682Z | Compiling serde_spanned v0.6.8 |
1638 | 2024-11-04T23:10:35.037Z | Compiling pest_derive v2.7.14 |
1639 | 2024-11-04T23:10:35.864Z | Compiling tracing v0.1.40 |
1640 | 2024-11-04T23:10:37.964Z | Compiling async-trait v0.1.83 |
1641 | 2024-11-04T23:10:39.662Z | Compiling aho-corasick v1.1.3 |
1642 | 2024-11-04T23:10:40.064Z | Compiling plain v0.2.3 |
1643 | 2024-11-04T23:10:40.228Z | Compiling rayon-core v1.12.1 |
1644 | 2024-11-04T23:10:40.246Z | Compiling regex-syntax v0.8.5 |
1645 | 2024-11-04T23:10:40.531Z | Compiling percent-encoding v2.3.1 |
1646 | 2024-11-04T23:10:40.550Z | Compiling camino v1.1.9 |
1647 | 2024-11-04T23:10:40.862Z | Compiling rustls-pki-types v1.9.0 |
1648 | 2024-11-04T23:10:41.080Z | Compiling tokio-util v0.7.12 |
1649 | 2024-11-04T23:10:41.809Z | Compiling goblin v0.8.2 |
1650 | 2024-11-04T23:10:42.694Z | Compiling spki v0.7.3 |
1651 | 2024-11-04T23:10:43.059Z | Compiling rand v0.8.5 |
1652 | 2024-11-04T23:10:43.062Z | Compiling salsa20 v0.10.2 |
1653 | 2024-11-04T23:10:43.943Z | Compiling regex-automata v0.4.8 |
1654 | 2024-11-04T23:10:44.249Z | Compiling pbkdf2 v0.12.2 |
1655 | 2024-11-04T23:10:44.671Z | Compiling pretty-hex v0.4.1 |
1656 | 2024-11-04T23:10:44.675Z | Compiling powerfmt v0.2.0 |
1657 | 2024-11-04T23:10:45.109Z | Compiling untrusted v0.9.0 |
1658 | 2024-11-04T23:10:45.311Z | Compiling winnow v0.5.40 |
1659 | 2024-11-04T23:10:45.396Z | Compiling rustls v0.22.4 |
1660 | 2024-11-04T23:10:46.050Z | Compiling deranged v0.3.11 |
1661 | 2024-11-04T23:10:47.561Z | Compiling scrypt v0.11.0 |
1662 | 2024-11-04T23:10:48.064Z | Compiling dof v0.3.0 |
1663 | 2024-11-04T23:10:48.959Z | Compiling toml_edit v0.19.15 |
1664 | 2024-11-04T23:10:49.144Z | Compiling dtrace-parser v0.2.0 |
1665 | 2024-11-04T23:10:49.839Z | Compiling aes v0.8.4 |
1666 | 2024-11-04T23:10:49.898Z | Compiling cbc v0.1.2 |
1667 | 2024-11-04T23:10:50.134Z | Compiling thread-id v4.2.2 |
1668 | 2024-11-04T23:10:50.717Z | Compiling rustversion v1.0.17 |
1669 | 2024-11-04T23:10:50.749Z | Compiling num_threads v0.1.7 |
1670 | 2024-11-04T23:10:50.769Z | Compiling atomic-waker v1.1.2 |
1671 | 2024-11-04T23:10:50.786Z | Compiling pkcs5 v0.7.1 |
1672 | 2024-11-04T23:10:50.873Z | Compiling time v0.3.36 |
1673 | 2024-11-04T23:10:52.671Z | Compiling rustls-webpki v0.102.8 |
1674 | 2024-11-04T23:10:53.851Z | Compiling form_urlencoded v1.2.1 |
1675 | 2024-11-04T23:10:53.922Z | Compiling http-body v1.0.1 |
1676 | 2024-11-04T23:10:54.147Z | Compiling heapless v0.7.17 |
1677 | 2024-11-04T23:10:54.378Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1678 | 2024-11-04T23:10:54.420Z | Compiling multer v3.1.0 |
1679 | 2024-11-04T23:10:54.608Z | Compiling try-lock v0.2.5 |
1680 | 2024-11-04T23:10:55.036Z | Compiling signal-hook v0.3.17 |
1681 | 2024-11-04T23:10:55.106Z | Compiling slog-async v2.8.0 |
1682 | 2024-11-04T23:10:55.350Z | Compiling want v0.3.1 |
1683 | 2024-11-04T23:10:55.744Z | Compiling pkcs8 v0.10.2 |
1684 | 2024-11-04T23:10:56.404Z | Compiling h2 v0.4.6 |
1685 | 2024-11-04T23:10:56.834Z | Compiling regex v1.11.0 |
1686 | 2024-11-04T23:10:57.890Z | Compiling paste v1.0.15 |
1687 | 2024-11-04T23:10:58.026Z | Compiling adler2 v2.0.0 |
1688 | 2024-11-04T23:10:58.301Z | Compiling httpdate v1.0.3 |
1689 | 2024-11-04T23:10:58.357Z | Compiling strsim v0.11.1 |
1690 | 2024-11-04T23:10:58.686Z | Compiling miniz_oxide v0.8.0 |
1691 | 2024-11-04T23:11:00.370Z | Compiling usdt-attr-macro v0.5.0 |
1692 | 2024-11-04T23:11:01.068Z | Compiling usdt-macro v0.5.0 |
1693 | 2024-11-04T23:11:01.823Z | Compiling openapiv3 v2.0.0 |
1694 | 2024-11-04T23:11:02.086Z | Compiling curve25519-dalek v4.1.3 |
1695 | 2024-11-04T23:11:02.387Z | Compiling enum-as-inner v0.6.1 |
1696 | 2024-11-04T23:11:02.517Z | Compiling async-stream-impl v0.3.6 |
1697 | 2024-11-04T23:11:03.403Z | Compiling idna v0.5.0 |
1698 | 2024-11-04T23:11:03.543Z | Compiling hyper v1.4.1 |
1699 | 2024-11-04T23:11:03.846Z | Compiling errno v0.3.9 |
1700 | 2024-11-04T23:11:04.101Z | Compiling dropshot v0.12.0 |
1701 | 2024-11-04T23:11:04.429Z | Compiling tower-service v0.3.3 |
1702 | 2024-11-04T23:11:04.567Z | Compiling num-bigint-dig v0.8.4 |
1703 | 2024-11-04T23:11:04.797Z | Compiling smoltcp v0.9.1 |
1704 | 2024-11-04T23:11:05.088Z | Compiling match_cfg v0.1.0 |
1705 | 2024-11-04T23:11:05.408Z | Compiling base64 v0.22.1 |
1706 | 2024-11-04T23:11:05.889Z | Compiling portable-atomic v1.9.0 |
1707 | 2024-11-04T23:11:05.942Z | Compiling foreign-types-shared v0.1.1 |
1708 | 2024-11-04T23:11:06.025Z | Compiling hyper-util v0.1.9 |
1709 | 2024-11-04T23:11:06.052Z | Compiling foreign-types v0.3.2 |
1710 | 2024-11-04T23:11:06.069Z | Compiling hostname v0.3.1 |
1711 | 2024-11-04T23:11:06.142Z | Compiling url v2.5.2 |
1712 | 2024-11-04T23:11:08.764Z | Compiling dirs-sys-next v0.1.2 |
1713 | 2024-11-04T23:11:08.796Z | Compiling gimli v0.31.1 |
1714 | 2024-11-04T23:11:08.979Z | Compiling heck v0.4.1 |
1715 | 2024-11-04T23:11:09.348Z | Compiling data-encoding v2.6.0 |
1716 | 2024-11-04T23:11:09.587Z | Compiling siphasher v0.3.11 |
1717 | 2024-11-04T23:11:10.558Z | Compiling dirs-next v2.0.0 |
1718 | 2024-11-04T23:11:14.456Z | Compiling addr2line v0.24.2 |
1719 | 2024-11-04T23:11:16.501Z | Compiling http-body-util v0.1.2 |
1720 | 2024-11-04T23:11:17.303Z | Compiling crossbeam-epoch v0.9.18 |
1721 | 2024-11-04T23:11:17.348Z | Compiling dropshot_endpoint v0.12.0 |
1722 | 2024-11-04T23:11:17.490Z | Compiling hubpack_derive v0.1.1 |
1723 | 2024-11-04T23:11:18.024Z | Compiling sha1 v0.10.6 |
1724 | 2024-11-04T23:11:18.184Z | Compiling signature v2.2.0 |
1725 | 2024-11-04T23:11:18.372Z | Compiling zerocopy-derive v0.6.6 |
1726 | 2024-11-04T23:11:18.414Z | Compiling curve25519-dalek-derive v0.1.1 |
1727 | 2024-11-04T23:11:18.505Z | Compiling lazy_static v1.5.0 |
1728 | 2024-11-04T23:11:18.639Z | Compiling object v0.36.5 |
1729 | 2024-11-04T23:11:19.726Z | Compiling thread_local v1.1.8 |
1730 | 2024-11-04T23:11:20.054Z | Compiling fs-err v2.11.0 |
1731 | 2024-11-04T23:11:20.197Z | Compiling encoding_rs v0.8.34 |
1732 | 2024-11-04T23:11:20.376Z | Compiling either v1.13.0 |
1733 | 2024-11-04T23:11:20.496Z | Compiling utf8parse v0.2.2 |
1734 | 2024-11-04T23:11:20.655Z | Compiling rustc-demangle v0.1.24 |
1735 | 2024-11-04T23:11:20.801Z | Compiling stable_deref_trait v1.2.0 |
1736 | 2024-11-04T23:11:20.905Z | Compiling unicode-properties v0.1.3 |
1737 | 2024-11-04T23:11:21.230Z | Compiling anstyle v1.0.8 |
1738 | 2024-11-04T23:11:21.277Z | Compiling winnow v0.6.20 |
1739 | 2024-11-04T23:11:21.697Z | Compiling ipnet v2.10.1 |
1740 | 2024-11-04T23:11:22.752Z | Compiling openssl-probe v0.1.5 |
1741 | 2024-11-04T23:11:22.926Z | Compiling mime v0.3.17 |
1742 | 2024-11-04T23:11:23.618Z | Compiling stringprep v0.1.5 |
1743 | 2024-11-04T23:11:23.925Z | Compiling anstyle-parse v0.2.5 |
1744 | 2024-11-04T23:11:24.948Z | Compiling toml_edit v0.22.22 |
1745 | 2024-11-04T23:11:28.063Z | Compiling backtrace v0.3.74 |
1746 | 2024-11-04T23:11:28.296Z | Compiling crossbeam-deque v0.8.5 |
1747 | 2024-11-04T23:11:32.988Z | Compiling term v0.7.0 |
1748 | 2024-11-04T23:11:34.199Z | Compiling slog-json v2.6.1 |
1749 | 2024-11-04T23:11:36.803Z | Compiling serde_urlencoded v0.7.1 |
1750 | 2024-11-04T23:11:36.820Z | Compiling crossbeam-channel v0.5.13 |
1751 | 2024-11-04T23:11:36.964Z | Compiling rustls-pemfile v2.2.0 |
1752 | 2024-11-04T23:11:37.375Z | Compiling hashbrown v0.14.5 |
1753 | 2024-11-04T23:11:37.402Z | Compiling futures-executor v0.3.31 |
1754 | 2024-11-04T23:11:37.883Z | Compiling md-5 v0.10.6 |
1755 | 2024-11-04T23:11:38.200Z | Compiling idna v0.3.0 |
1756 | 2024-11-04T23:11:38.218Z | Compiling idna v0.4.0 |
1757 | 2024-11-04T23:11:38.623Z | Compiling num-integer v0.1.46 |
1758 | 2024-11-04T23:11:38.805Z | Compiling ff v0.13.0 |
1759 | 2024-11-04T23:11:39.044Z | Compiling hash32 v0.2.1 |
1760 | 2024-11-04T23:11:39.273Z | Compiling is-terminal v0.4.13 |
1761 | 2024-11-04T23:11:39.401Z | Compiling memmap v0.7.0 |
1762 | 2024-11-04T23:11:39.588Z | Compiling base16ct v0.2.0 |
1763 | 2024-11-04T23:11:39.884Z | Compiling take_mut v0.2.2 |
1764 | 2024-11-04T23:11:40.056Z | Compiling is_terminal_polyfill v1.70.1 |
1765 | 2024-11-04T23:11:40.273Z | Compiling psl-types v2.0.11 |
1766 | 2024-11-04T23:11:40.489Z | Compiling colorchoice v1.0.2 |
1767 | 2024-11-04T23:11:40.654Z | Compiling fallible-iterator v0.2.0 |
1768 | 2024-11-04T23:11:41.706Z | Compiling utf-8 v0.7.6 |
1769 | 2024-11-04T23:11:42.002Z | Compiling linked-hash-map v0.5.6 |
1770 | 2024-11-04T23:11:42.025Z | Compiling anstyle-query v1.1.1 |
1771 | 2024-11-04T23:11:42.181Z | Compiling quick-error v1.2.3 |
1772 | 2024-11-04T23:11:42.341Z | Compiling resolv-conf v0.7.0 |
1773 | 2024-11-04T23:11:42.400Z | Compiling lru-cache v0.1.2 |
1774 | 2024-11-04T23:11:42.609Z | Compiling anstream v0.6.15 |
1775 | 2024-11-04T23:11:43.209Z | Compiling tungstenite v0.24.0 |
1776 | 2024-11-04T23:11:44.228Z | Compiling postgres-protocol v0.6.7 |
1777 | 2024-11-04T23:11:44.342Z | Compiling publicsuffix v2.2.3 |
1778 | 2024-11-04T23:11:45.190Z | Compiling sec1 v0.7.3 |
1779 | 2024-11-04T23:11:45.490Z | Compiling usdt v0.5.0 |
1780 | 2024-11-04T23:11:45.576Z | Compiling slog-term v2.9.1 |
1781 | 2024-11-04T23:11:45.753Z | Compiling num-iter v0.1.45 |
1782 | 2024-11-04T23:11:45.935Z | Compiling hickory-proto v0.24.1 |
1783 | 2024-11-04T23:11:45.948Z | Compiling group v0.13.0 |
1784 | 2024-11-04T23:11:47.137Z | Compiling regress v0.10.1 |
1785 | 2024-11-04T23:11:48.926Z | Compiling futures v0.3.31 |
1786 | 2024-11-04T23:11:50.751Z | Compiling tokio-rustls v0.25.0 |
1787 | 2024-11-04T23:11:50.997Z | Compiling slog-bunyan v2.5.0 |
1788 | 2024-11-04T23:11:51.160Z | Compiling tokio-rustls v0.26.0 |
1789 | 2024-11-04T23:11:51.621Z | Compiling toml v0.8.19 |
1790 | 2024-11-04T23:11:51.694Z | Compiling tokio-native-tls v0.3.1 |
1791 | 2024-11-04T23:11:51.754Z | Compiling terminal_size v0.4.0 |
1792 | 2024-11-04T23:11:51.962Z | Compiling phf_shared v0.11.2 |
1793 | 2024-11-04T23:11:51.988Z | Compiling strum_macros v0.25.3 |
1794 | 2024-11-04T23:11:52.538Z | Compiling async-stream v0.3.6 |
1795 | 2024-11-04T23:11:53.116Z | Compiling waitgroup v0.1.2 |
1796 | 2024-11-04T23:11:53.565Z | Compiling webpki-roots v0.26.6 |
1797 | 2024-11-04T23:11:53.790Z | Compiling serde_path_to_error v0.1.16 |
1798 | 2024-11-04T23:11:54.203Z | Compiling hkdf v0.12.4 |
1799 | 2024-11-04T23:11:54.445Z | Compiling crypto-bigint v0.5.5 |
1800 | 2024-11-04T23:11:54.604Z | Compiling derive-where v1.2.7 |
1801 | 2024-11-04T23:11:54.677Z | Compiling clap_derive v4.5.18 |
1802 | 2024-11-04T23:11:55.441Z | Compiling serde_repr v0.1.19 |
1803 | 2024-11-04T23:11:56.663Z | Compiling hostname v0.4.0 |
1804 | 2024-11-04T23:11:56.895Z | Compiling crc32fast v1.4.2 |
1805 | 2024-11-04T23:11:57.225Z | Compiling debug-ignore v1.0.5 |
1806 | 2024-11-04T23:11:57.385Z | Compiling managed v0.8.0 |
1807 | 2024-11-04T23:11:57.649Z | Compiling bitflags v1.3.2 |
1808 | 2024-11-04T23:11:57.973Z | Compiling unicode-width v0.1.14 |
1809 | 2024-11-04T23:11:58.235Z | Compiling clap_lex v0.7.2 |
1810 | 2024-11-04T23:11:58.441Z | Compiling console v0.15.8 |
1811 | 2024-11-04T23:11:58.489Z | Compiling clap_builder v4.5.20 |
1812 | 2024-11-04T23:11:58.650Z | Compiling elliptic-curve v0.13.8 |
1813 | 2024-11-04T23:11:59.428Z | Compiling flate2 v1.0.34 |
1814 | 2024-11-04T23:12:00.579Z | Compiling hyper-rustls v0.27.3 |
1815 | 2024-11-04T23:12:03.675Z | Compiling phf v0.11.2 |
1816 | 2024-11-04T23:12:03.986Z | Compiling hyper-tls v0.6.0 |
1817 | 2024-11-04T23:12:04.061Z | Compiling hickory-resolver v0.24.1 |
1818 | 2024-11-04T23:12:04.124Z | Compiling signal-hook-mio v0.2.4 |
1819 | 2024-11-04T23:12:04.294Z | Compiling typify-impl v0.2.0 |
1820 | 2024-11-04T23:12:04.378Z | Compiling rayon v1.10.0 |
1821 | 2024-11-04T23:12:05.349Z | Compiling bzip2 v0.4.4 |
1822 | 2024-11-04T23:12:05.732Z | Compiling cookie_store v0.21.0 |
1823 | 2024-11-04T23:12:05.752Z | Compiling postgres-types v0.2.8 |
1824 | 2024-11-04T23:12:06.866Z | Compiling tokio-tungstenite v0.24.0 |
1825 | 2024-11-04T23:12:07.226Z | Compiling zerocopy v0.6.6 |
1826 | 2024-11-04T23:12:07.349Z | Compiling ed25519 v2.2.3 |
1827 | 2024-11-04T23:12:07.436Z | Compiling hubpack v0.1.2 |
1828 | 2024-11-04T23:12:07.793Z | Compiling phf_shared v0.10.0 |
1829 | 2024-11-04T23:12:08.124Z | Compiling pkcs1 v0.7.5 |
1830 | 2024-11-04T23:12:08.187Z | Compiling bstr v1.10.0 |
1831 | 2024-11-04T23:12:09.034Z | Compiling tokio-stream v0.1.16 |
1832 | 2024-11-04T23:12:09.214Z | Compiling serde-big-array v0.5.1 |
1833 | 2024-11-04T23:12:09.245Z | Compiling rfc6979 v0.4.0 |
1834 | 2024-11-04T23:12:09.434Z | Compiling float-cmp v0.9.0 |
1835 | 2024-11-04T23:12:09.437Z | Compiling sync_wrapper v1.0.1 |
1836 | 2024-11-04T23:12:09.607Z | Compiling fixedbitset v0.4.2 |
1837 | 2024-11-04T23:12:09.660Z | Compiling normalize-line-endings v0.3.0 |
1838 | 2024-11-04T23:12:09.684Z | Compiling unicode-segmentation v1.12.0 |
1839 | 2024-11-04T23:12:09.793Z | Compiling predicates-core v1.0.8 |
1840 | 2024-11-04T23:12:10.033Z | Compiling bit-vec v0.6.3 |
1841 | 2024-11-04T23:12:10.309Z | Compiling minimal-lexical v0.2.1 |
1842 | 2024-11-04T23:12:10.478Z | Compiling static_assertions v1.1.0 |
1843 | 2024-11-04T23:12:10.542Z | Compiling whoami v1.5.2 |
1844 | 2024-11-04T23:12:10.582Z | Compiling number_prefix v0.4.0 |
1845 | 2024-11-04T23:12:10.599Z | Compiling difflib v0.4.0 |
1846 | 2024-11-04T23:12:10.817Z | Compiling precomputed-hash v0.1.1 |
1847 | 2024-11-04T23:12:10.938Z | Compiling new_debug_unreachable v1.0.6 |
1848 | 2024-11-04T23:12:11.039Z | Compiling string_cache v0.8.7 |
1849 | 2024-11-04T23:12:11.080Z | Compiling predicates v3.1.2 |
1850 | 2024-11-04T23:12:12.067Z | Compiling tokio-postgres v0.7.12 |
1851 | 2024-11-04T23:12:12.069Z | Compiling indicatif v0.17.8 |
1852 | 2024-11-04T23:12:12.525Z | Compiling nom v7.1.3 |
1853 | 2024-11-04T23:12:13.014Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1854 | 2024-11-04T23:12:13.818Z | Compiling bit-set v0.5.3 |
1855 | 2024-11-04T23:12:14.092Z | Compiling similar v2.6.0 |
1856 | 2024-11-04T23:12:15.308Z | Compiling qorb v0.2.0 |
1857 | 2024-11-04T23:12:15.425Z | Compiling typify-macro v0.2.0 |
1858 | 2024-11-04T23:12:16.060Z | Compiling petgraph v0.6.5 |
1859 | 2024-11-04T23:12:16.290Z | Compiling reqwest v0.12.8 |
1860 | 2024-11-04T23:12:17.139Z | Compiling ecdsa v0.16.9 |
1861 | 2024-11-04T23:12:19.335Z | Compiling rsa v0.9.6 |
1862 | 2024-11-04T23:12:20.003Z | Compiling ed25519-dalek v2.1.1 |
1863 | 2024-11-04T23:12:20.559Z | Compiling zip v0.6.6 |
1864 | 2024-11-04T23:12:20.589Z | Compiling crossterm v0.28.1 |
1865 | 2024-11-04T23:12:20.636Z | Compiling clap v4.5.20 |
1866 | 2024-11-04T23:12:21.810Z | Compiling itertools v0.10.5 |
1867 | 2024-11-04T23:12:22.672Z | Compiling itertools v0.12.1 |
1868 | 2024-11-04T23:12:23.688Z | Compiling toml v0.7.8 |
1869 | 2024-11-04T23:12:23.897Z | Compiling x509-cert v0.2.5 |
1870 | 2024-11-04T23:12:24.840Z | Compiling hex v0.4.3 |
1871 | 2024-11-04T23:12:25.496Z | Compiling unicode-xid v0.2.6 |
1872 | 2024-11-04T23:12:25.709Z | Compiling lalrpop-util v0.19.12 |
1873 | 2024-11-04T23:12:26.049Z | Compiling peg-runtime v0.8.3 |
1874 | 2024-11-04T23:12:28.108Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1875 | 2024-11-04T23:12:30.077Z | Compiling proc-macro-crate v1.3.1 |
1876 | 2024-11-04T23:12:30.674Z | Compiling ipnetwork v0.20.0 |
1877 | 2024-11-04T23:12:32.528Z | Compiling heapless v0.8.0 |
1878 | 2024-11-04T23:12:33.312Z | Compiling num_enum_derive v0.5.11 |
1879 | 2024-11-04T23:12:40.871Z | Compiling hash32 v0.3.1 |
1880 | 2024-11-04T23:12:42.935Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1881 | 2024-11-04T23:12:43.271Z | Compiling smoltcp v0.11.0 |
1882 | 2024-11-04T23:12:43.386Z | Compiling ident_case v1.0.1 |
1883 | 2024-11-04T23:12:44.179Z | Compiling darling_core v0.20.10 |
1884 | 2024-11-04T23:12:57.730Z | Compiling num_enum v0.5.11 |
1885 | 2024-11-04T23:12:58.425Z | Compiling typify v0.2.0 |
1886 | 2024-11-04T23:13:00.793Z | Compiling proc-macro-error-attr v1.0.4 |
1887 | 2024-11-04T23:13:00.936Z | Compiling unsafe-libyaml v0.2.11 |
1888 | 2024-11-04T23:13:01.118Z | Compiling cobs v0.2.3 |
1889 | 2024-11-04T23:13:01.558Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1890 | 2024-11-04T23:13:02.811Z | Compiling serde_yaml v0.9.34+deprecated |
1891 | 2024-11-04T23:13:05.908Z | Compiling postcard v1.0.10 |
1892 | 2024-11-04T23:13:13.708Z | Compiling progenitor-impl v0.8.0 |
1893 | 2024-11-04T23:13:20.130Z | Compiling darling_macro v0.20.10 |
1894 | 2024-11-04T23:13:28.479Z | Compiling strum_macros v0.26.4 |
1895 | 2024-11-04T23:13:29.841Z | Compiling structmeta-derive v0.3.0 |
1896 | 2024-11-04T23:13:29.958Z | Compiling foreign-types-macros v0.2.3 |
1897 | 2024-11-04T23:13:30.108Z | Compiling proc-macro-error v1.0.4 |
1898 | 2024-11-04T23:13:30.242Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1899 | 2024-11-04T23:13:30.568Z | Compiling newtype-uuid v1.1.2 |
1900 | 2024-11-04T23:13:31.408Z | Compiling foreign-types-shared v0.3.1 |
1901 | 2024-11-04T23:13:32.495Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1902 | 2024-11-04T23:13:32.630Z | Compiling strum v0.26.3 |
1903 | 2024-11-04T23:13:32.668Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1904 | 2024-11-04T23:13:33.946Z | Compiling structmeta v0.3.0 |
1905 | 2024-11-04T23:13:35.930Z | Compiling foreign-types v0.5.0 |
1906 | 2024-11-04T23:13:40.509Z | Compiling darling v0.20.10 |
1907 | 2024-11-04T23:13:41.351Z | Compiling progenitor-macro v0.8.0 |
1908 | 2024-11-04T23:13:45.742Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1909 | 2024-11-04T23:13:45.999Z | Compiling progenitor-client v0.8.0 |
1910 | 2024-11-04T23:13:48.392Z | Compiling tabwriter v1.4.0 |
1911 | 2024-11-04T23:13:49.331Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1912 | 2024-11-04T23:13:50.155Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1913 | 2024-11-04T23:13:50.174Z | Compiling cstr-argument v0.1.2 |
1914 | 2024-11-04T23:13:50.446Z | Compiling fastrand v2.1.1 |
1915 | 2024-11-04T23:13:50.793Z | Compiling pretty-hex v0.2.1 |
1916 | 2024-11-04T23:13:51.035Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1917 | 2024-11-04T23:13:51.345Z | Compiling crucible-workspace-hack v0.1.0 |
1918 | 2024-11-04T23:13:51.681Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1919 | 2024-11-04T23:13:51.706Z | Compiling tempfile v3.13.0 |
1920 | 2024-11-04T23:13:51.724Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1921 | 2024-11-04T23:13:52.075Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1922 | 2024-11-04T23:13:52.475Z | Compiling serde_with_macros v3.11.0 |
1923 | 2024-11-04T23:13:52.969Z | Compiling parse-display-derive v0.10.0 |
1924 | 2024-11-04T23:13:52.984Z | Compiling colored v2.1.0 |
1925 | 2024-11-04T23:13:53.396Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1926 | 2024-11-04T23:13:54.140Z | Compiling instant v0.1.13 |
1927 | 2024-11-04T23:13:54.142Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1928 | 2024-11-04T23:13:54.319Z | Compiling backoff v0.4.0 |
1929 | 2024-11-04T23:13:54.556Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1930 | 2024-11-04T23:13:54.659Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1931 | 2024-11-04T23:13:54.876Z | Compiling progenitor v0.8.0 |
1932 | 2024-11-04T23:13:54.912Z | Compiling serde_with v3.11.0 |
1933 | 2024-11-04T23:13:55.134Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1934 | 2024-11-04T23:13:56.685Z | Compiling parse-display v0.10.0 |
1935 | 2024-11-04T23:13:57.523Z | Compiling zone_cfg_derive v0.3.0 |
1936 | 2024-11-04T23:13:58.640Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1937 | 2024-11-04T23:13:58.832Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1938 | 2024-11-04T23:13:59.211Z | Compiling camino-tempfile v1.1.1 |
1939 | 2024-11-04T23:13:59.465Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1940 | 2024-11-04T23:13:59.572Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1941 | 2024-11-04T23:13:59.761Z | Compiling regress v0.9.1 |
1942 | 2024-11-04T23:13:59.923Z | Compiling macaddr v1.0.1 |
1943 | 2024-11-04T23:13:59.964Z | Compiling num-derive v0.4.2 |
1944 | 2024-11-04T23:14:00.001Z | Compiling sigpipe v0.1.3 |
1945 | 2024-11-04T23:14:00.139Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1946 | 2024-11-04T23:14:00.435Z | Compiling libefi-sys v0.1.0 |
1947 | 2024-11-04T23:14:00.586Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1948 | 2024-11-04T23:14:00.793Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1949 | 2024-11-04T23:14:01.361Z | Compiling zone v0.3.0 |
1950 | 2024-11-04T23:14:02.154Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1951 | 2024-11-04T23:14:03.724Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1952 | 2024-11-04T23:14:03.855Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1953 | 2024-11-04T23:14:04.434Z | Compiling smf v0.2.3 |
1954 | 2024-11-04T23:14:04.595Z | Compiling bitfield-struct v0.6.2 |
1955 | 2024-11-04T23:14:05.936Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1956 | 2024-11-04T23:14:06.374Z | Compiling blake3 v1.5.4 |
1957 | 2024-11-04T23:14:06.993Z | Compiling ring v0.16.20 |
1958 | 2024-11-04T23:14:07.925Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1959 | 2024-11-04T23:14:08.093Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1960 | 2024-11-04T23:14:08.376Z | Compiling xattr v1.3.1 |
1961 | 2024-11-04T23:14:08.709Z | Compiling memmap2 v0.9.5 |
1962 | 2024-11-04T23:14:08.726Z | Compiling filetime v0.2.25 |
1963 | 2024-11-04T23:14:09.084Z | Compiling constant_time_eq v0.3.1 |
1964 | 2024-11-04T23:14:09.208Z | Compiling arrayref v0.3.9 |
1965 | 2024-11-04T23:14:09.270Z | Compiling arrayvec v0.7.6 |
1966 | 2024-11-04T23:14:09.288Z | Compiling untrusted v0.7.1 |
1967 | 2024-11-04T23:14:09.320Z | Compiling same-file v1.0.6 |
1968 | 2024-11-04T23:14:09.491Z | Compiling spin v0.5.2 |
1969 | 2024-11-04T23:14:09.602Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1970 | 2024-11-04T23:14:09.727Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1971 | 2024-11-04T23:14:09.762Z | Compiling walkdir v2.5.0 |
1972 | 2024-11-04T23:14:11.239Z | Compiling tar v0.4.42 |
1973 | 2024-11-04T23:14:11.975Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1974 | 2024-11-04T23:14:12.383Z | Compiling gethostname v0.5.0 |
1975 | 2024-11-04T23:14:12.482Z | Compiling cargo-platform v0.1.8 |
1976 | 2024-11-04T23:14:12.572Z | Compiling topological-sort v0.2.2 |
1977 | 2024-11-04T23:14:12.847Z | Compiling cargo_metadata v0.18.1 |
1978 | 2024-11-04T23:14:15.885Z | Compiling omicron-zone-package v0.11.1 |
1979 | 2024-11-04T23:14:20.155Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1980 | 2024-11-04T23:14:20.972Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1981 | 2024-11-04T23:14:26.089Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1982 | 2024-11-04T23:14:41.774Z | Finished `release` profile [optimized] target(s) in 4m 38s |
1983 | 2024-11-04T23:14:41.933Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1984 | 2024-11-04T23:14:41.979Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1985 | 2024-11-04T23:14:41.981Z | Created new build target 'test' and set it as active |
1986 | 2024-11-04T23:14:41.981Z | |
1987 | 2024-11-04T23:14:41.981Z | real 4:38.774362266 |
1988 | 2024-11-04T23:14:41.981Z | user 31:44.103574526 |
1989 | 2024-11-04T23:14:41.981Z | sys 3:50.272692479 |
1990 | 2024-11-04T23:14:41.981Z | trap 0.907830680 |
1991 | 2024-11-04T23:14:41.981Z | tflt 3.051574624 |
1992 | 2024-11-04T23:14:41.981Z | dflt 1.101379781 |
1993 | 2024-11-04T23:14:41.981Z | kflt 0.009227870 |
1994 | 2024-11-04T23:14:41.981Z | lock 1:09:23.546445407 |
1995 | 2024-11-04T23:14:41.981Z | slp 2:00:56.952903498 |
1996 | 2024-11-04T23:14:41.981Z | lat 2:09.690267427 |
1997 | 2024-11-04T23:14:41.981Z | stop 4:02.620188329 |
1998 | 2024-11-04T23:14:41.984Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1999 | 2024-11-04T23:14:42.916Z | Finished `release` profile [optimized] target(s) in 0.88s |
2000 | 2024-11-04T23:14:42.970Z | Running `target/release/omicron-package -t test package` |
2001 | 2024-11-04T23:14:43.014Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2002 | 2024-11-04T23:14:44.110Z | Compiling convert_case v0.4.0 |
2003 | 2024-11-04T23:14:44.113Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2004 | 2024-11-04T23:14:44.113Z | Compiling itertools v0.13.0 |
2005 | 2024-11-04T23:14:44.113Z | Compiling password-hash v0.5.0 |
2006 | 2024-11-04T23:14:44.113Z | Compiling blake2 v0.10.6 |
2007 | 2024-11-04T23:14:44.113Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2008 | 2024-11-04T23:14:44.242Z | Compiling newline-converter v0.3.0 |
2009 | 2024-11-04T23:14:44.304Z | Compiling owo-colors v4.1.0 |
2010 | 2024-11-04T23:14:44.487Z | Compiling cancel-safe-futures v0.1.5 |
2011 | 2024-11-04T23:14:44.508Z | Compiling expectorate v1.1.0 |
2012 | 2024-11-04T23:14:44.650Z | Compiling base64 v0.21.7 |
2013 | 2024-11-04T23:14:44.757Z | Compiling argon2 v0.5.3 |
2014 | 2024-11-04T23:14:44.904Z | Compiling derive_more v0.99.18 |
2015 | 2024-11-04T23:14:45.504Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2016 | 2024-11-04T23:14:45.537Z | Compiling libsw v3.3.1 |
2017 | 2024-11-04T23:14:45.800Z | Compiling indent_write v2.2.0 |
2018 | 2024-11-04T23:14:45.868Z | Compiling linear-map v1.2.0 |
2019 | 2024-11-04T23:14:46.047Z | Compiling swrite v0.1.0 |
2020 | 2024-11-04T23:14:46.066Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2021 | 2024-11-04T23:14:46.183Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2022 | 2024-11-04T23:14:46.307Z | Compiling progenitor-client v0.8.0 |
2023 | 2024-11-04T23:14:46.409Z | Compiling atomicwrites v0.4.4 |
2024 | 2024-11-04T23:14:46.715Z | Compiling progenitor v0.8.0 |
2025 | 2024-11-04T23:14:46.921Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2026 | 2024-11-04T23:14:46.941Z | Compiling num-rational v0.4.2 |
2027 | 2024-11-04T23:14:47.132Z | Compiling num-complex v0.4.6 |
2028 | 2024-11-04T23:14:47.827Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2029 | 2024-11-04T23:14:48.132Z | Compiling prettyplease v0.2.22 |
2030 | 2024-11-04T23:14:48.467Z | Compiling num v0.4.3 |
2031 | 2024-11-04T23:14:48.485Z | Compiling float-ord v0.3.2 |
2032 | 2024-11-04T23:14:48.588Z | Compiling semver v0.1.20 |
2033 | 2024-11-04T23:14:48.660Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2034 | 2024-11-04T23:14:49.165Z | Compiling rustc_version v0.1.7 |
2035 | 2024-11-04T23:14:49.409Z | Compiling humantime v2.1.0 |
2036 | 2024-11-04T23:14:49.570Z | Compiling newtype_derive v0.1.6 |
2037 | 2024-11-04T23:14:49.997Z | Compiling highway v1.2.0 |
2038 | 2024-11-04T23:14:50.420Z | Compiling home v0.5.9 |
2039 | 2024-11-04T23:14:50.677Z | Compiling steno v0.4.1 |
2040 | 2024-11-04T23:14:51.073Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2041 | 2024-11-04T23:14:53.598Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2042 | 2024-11-04T23:14:54.374Z | Compiling newtype-uuid v1.1.2 |
2043 | 2024-11-04T23:14:54.738Z | Compiling tungstenite v0.21.0 |
2044 | 2024-11-04T23:14:55.419Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2045 | 2024-11-04T23:14:55.881Z | Compiling ipnetwork v0.20.0 |
2046 | 2024-11-04T23:14:56.659Z | Compiling instant v0.1.13 |
2047 | 2024-11-04T23:14:56.832Z | Compiling slog-dtrace v0.3.0 |
2048 | 2024-11-04T23:14:57.267Z | Compiling backoff v0.4.0 |
2049 | 2024-11-04T23:14:57.634Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2050 | 2024-11-04T23:14:58.336Z | Compiling tokio-tungstenite v0.21.0 |
2051 | 2024-11-04T23:14:59.001Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2052 | 2024-11-04T23:14:59.356Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2053 | 2024-11-04T23:14:59.822Z | Compiling parse-display v0.10.0 |
2054 | 2024-11-04T23:15:00.388Z | Compiling strum v0.26.3 |
2055 | 2024-11-04T23:15:00.569Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-11-04T23:15:00.759Z | Compiling serde_with v3.11.0 |
2057 | 2024-11-04T23:15:00.902Z | Compiling regress v0.9.1 |
2058 | 2024-11-04T23:15:02.225Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2059 | 2024-11-04T23:15:04.752Z | Compiling macaddr v1.0.1 |
2060 | 2024-11-04T23:15:05.124Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2061 | 2024-11-04T23:15:06.852Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2062 | 2024-11-04T23:15:06.963Z | Compiling display-error-chain v0.2.2 |
2063 | 2024-11-04T23:15:07.180Z | Compiling arc-swap v1.7.1 |
2064 | 2024-11-04T23:15:07.906Z | Compiling slog-scope v4.4.0 |
2065 | 2024-11-04T23:15:08.439Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2066 | 2024-11-04T23:15:08.755Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2067 | 2024-11-04T23:15:09.820Z | Compiling half v2.4.1 |
2068 | 2024-11-04T23:15:10.559Z | Compiling ciborium-io v0.2.2 |
2069 | 2024-11-04T23:15:10.709Z | Compiling ciborium-ll v0.2.2 |
2070 | 2024-11-04T23:15:11.239Z | Compiling slog-stdlog v4.1.1 |
2071 | 2024-11-04T23:15:12.046Z | Compiling slog-envlogger v2.2.0 |
2072 | 2024-11-04T23:15:12.537Z | Compiling ciborium v0.2.2 |
2073 | 2024-11-04T23:15:13.219Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2074 | 2024-11-04T23:15:14.626Z | Compiling same-file v1.0.6 |
2075 | 2024-11-04T23:15:14.851Z | Compiling fastrand v2.1.1 |
2076 | 2024-11-04T23:15:14.869Z | Compiling walkdir v2.5.0 |
2077 | 2024-11-04T23:15:15.359Z | Compiling tempfile v3.13.0 |
2078 | 2024-11-04T23:15:15.523Z | Compiling blake3 v1.5.4 |
2079 | 2024-11-04T23:15:16.059Z | Compiling ring v0.16.20 |
2080 | 2024-11-04T23:15:16.186Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2081 | 2024-11-04T23:15:19.584Z | Compiling xattr v1.3.1 |
2082 | 2024-11-04T23:15:19.869Z | Compiling filetime v0.2.25 |
2083 | 2024-11-04T23:15:20.197Z | Compiling memmap2 v0.9.5 |
2084 | 2024-11-04T23:15:20.632Z | Compiling constant_time_eq v0.3.1 |
2085 | 2024-11-04T23:15:20.796Z | Compiling untrusted v0.7.1 |
2086 | 2024-11-04T23:15:21.005Z | Compiling keccak v0.1.5 |
2087 | 2024-11-04T23:15:22.101Z | Compiling arrayvec v0.7.6 |
2088 | 2024-11-04T23:15:22.550Z | Compiling spin v0.5.2 |
2089 | 2024-11-04T23:15:22.939Z | Compiling arrayref v0.3.9 |
2090 | 2024-11-04T23:15:24.069Z | Compiling sha3 v0.10.8 |
2091 | 2024-11-04T23:15:24.268Z | Compiling tar v0.4.42 |
2092 | 2024-11-04T23:15:24.973Z | Compiling camino-tempfile v1.1.1 |
2093 | 2024-11-04T23:15:25.435Z | Compiling toolchain_find v0.4.0 |
2094 | 2024-11-04T23:15:25.538Z | Compiling nibble_vec v0.1.0 |
2095 | 2024-11-04T23:15:25.773Z | Compiling radium v0.7.0 |
2096 | 2024-11-04T23:15:25.988Z | Compiling topological-sort v0.2.2 |
2097 | 2024-11-04T23:15:26.215Z | Compiling glob v0.3.1 |
2098 | 2024-11-04T23:15:26.218Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2099 | 2024-11-04T23:15:26.231Z | Compiling endian-type v0.1.2 |
2100 | 2024-11-04T23:15:26.250Z | Compiling crunchy v0.2.2 |
2101 | 2024-11-04T23:15:26.339Z | Compiling maplit v1.0.2 |
2102 | 2024-11-04T23:15:26.507Z | Compiling radix_trie v0.2.1 |
2103 | 2024-11-04T23:15:26.526Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-11-04T23:15:26.747Z | Compiling rustfmt-wrapper v0.2.1 |
2105 | 2024-11-04T23:15:26.933Z | Compiling clang-sys v1.8.1 |
2106 | 2024-11-04T23:15:27.315Z | Compiling pem v3.0.4 |
2107 | 2024-11-04T23:15:27.392Z | Compiling maybe-uninit v2.0.0 |
2108 | 2024-11-04T23:15:27.602Z | Compiling tap v1.0.1 |
2109 | 2024-11-04T23:15:27.808Z | Compiling tiny-keccak v2.0.2 |
2110 | 2024-11-04T23:15:27.922Z | Compiling wyz v0.5.1 |
2111 | 2024-11-04T23:15:28.279Z | Compiling dsl_auto_type v0.1.2 |
2112 | 2024-11-04T23:15:28.360Z | Compiling scheduled-thread-pool v0.2.7 |
2113 | 2024-11-04T23:15:28.722Z | Compiling secrecy v0.8.0 |
2114 | 2024-11-04T23:15:28.747Z | Compiling diesel_table_macro_syntax v0.2.0 |
2115 | 2024-11-04T23:15:29.019Z | Compiling packed_struct v0.10.1 |
2116 | 2024-11-04T23:15:29.129Z | Compiling crc-catalog v2.4.0 |
2117 | 2024-11-04T23:15:29.301Z | Compiling funty v2.0.0 |
2118 | 2024-11-04T23:15:29.488Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2119 | 2024-11-04T23:15:29.593Z | Compiling diesel_derives v2.2.3 |
2120 | 2024-11-04T23:15:29.611Z | Compiling crc v3.2.1 |
2121 | 2024-11-04T23:15:29.856Z | Compiling r2d2 v0.8.10 |
2122 | 2024-11-04T23:15:30.614Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2123 | 2024-11-04T23:15:30.676Z | Compiling bitvec v1.0.1 |
2124 | 2024-11-04T23:15:31.255Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2125 | 2024-11-04T23:15:31.618Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2126 | 2024-11-04T23:15:31.659Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2127 | 2024-11-04T23:15:31.780Z | Compiling ascii-canvas v3.0.0 |
2128 | 2024-11-04T23:15:32.240Z | Compiling universal-hash v0.5.1 |
2129 | 2024-11-04T23:15:32.483Z | Compiling thiserror-impl-no-std v2.0.2 |
2130 | 2024-11-04T23:15:35.094Z | Compiling packed_struct_codegen v0.10.1 |
2131 | 2024-11-04T23:15:35.293Z | Compiling lzma-sys v0.1.20 |
2132 | 2024-11-04T23:15:35.976Z | Compiling ena v0.14.3 |
2133 | 2024-11-04T23:15:36.421Z | Compiling libloading v0.8.5 |
2134 | 2024-11-04T23:15:36.810Z | Compiling indexmap v1.9.3 |
2135 | 2024-11-04T23:15:37.139Z | Compiling regex-syntax v0.6.29 |
2136 | 2024-11-04T23:15:37.510Z | Compiling bindgen v0.69.5 |
2137 | 2024-11-04T23:15:37.987Z | Compiling opaque-debug v0.3.1 |
2138 | 2024-11-04T23:15:38.102Z | Compiling nodrop v0.1.14 |
2139 | 2024-11-04T23:15:38.244Z | Compiling diff v0.1.13 |
2140 | 2024-11-04T23:15:38.785Z | Compiling array-init v0.0.4 |
2141 | 2024-11-04T23:15:40.108Z | Compiling poly1305 v0.8.0 |
2142 | 2024-11-04T23:15:40.376Z | Compiling diesel v2.2.4 |
2143 | 2024-11-04T23:15:41.626Z | Compiling lalrpop v0.19.12 |
2144 | 2024-11-04T23:15:48.221Z | Compiling thiserror-no-std v2.0.2 |
2145 | 2024-11-04T23:15:48.359Z | Compiling smallvec v0.6.14 |
2146 | 2024-11-04T23:15:49.491Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2147 | 2024-11-04T23:15:50.544Z | Compiling which v4.4.2 |
2148 | 2024-11-04T23:15:51.099Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2149 | 2024-11-04T23:15:51.414Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2150 | 2024-11-04T23:15:51.647Z | Compiling chacha20 v0.9.1 |
2151 | 2024-11-04T23:15:52.145Z | Compiling heck v0.3.3 |
2152 | 2024-11-04T23:15:52.518Z | Compiling cexpr v0.6.0 |
2153 | 2024-11-04T23:15:54.042Z | Compiling aead v0.5.2 |
2154 | 2024-11-04T23:15:54.404Z | Compiling bitfield v0.14.0 |
2155 | 2024-11-04T23:15:54.724Z | Compiling ref-cast v1.0.23 |
2156 | 2024-11-04T23:15:55.230Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2157 | 2024-11-04T23:15:55.548Z | Compiling lazycell v1.3.0 |
2158 | 2024-11-04T23:15:55.737Z | Compiling hashbrown v0.12.3 |
2159 | 2024-11-04T23:15:56.278Z | Compiling rustc-hash v1.1.0 |
2160 | 2024-11-04T23:15:56.447Z | Compiling termcolor v1.4.1 |
2161 | 2024-11-04T23:15:57.513Z | Compiling env_logger v0.10.2 |
2162 | 2024-11-04T23:15:58.329Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2163 | 2024-11-04T23:16:00.664Z | Compiling chacha20poly1305 v0.10.1 |
2164 | 2024-11-04T23:16:00.916Z | Compiling zone_cfg_derive v0.1.2 |
2165 | 2024-11-04T23:16:02.454Z | Compiling serde-hex v0.1.0 |
2166 | 2024-11-04T23:16:05.727Z | Compiling polar-core v0.27.3 |
2167 | 2024-11-04T23:16:06.981Z | Compiling vsss-rs v3.3.4 |
2168 | 2024-11-04T23:16:07.834Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2169 | 2024-11-04T23:16:08.156Z | Compiling ron v0.8.1 |
2170 | 2024-11-04T23:16:11.227Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2171 | 2024-11-04T23:16:11.561Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2024-11-04T23:16:11.684Z | Compiling derive_builder_core v0.20.2 |
2173 | 2024-11-04T23:16:12.187Z | Compiling hashbrown v0.13.2 |
2174 | 2024-11-04T23:16:13.583Z | Compiling headers-core v0.3.0 |
2175 | 2024-11-04T23:16:13.759Z | Compiling fxhash v0.2.1 |
2176 | 2024-11-04T23:16:13.777Z | Compiling libxml v0.3.3 |
2177 | 2024-11-04T23:16:14.006Z | Compiling ref-cast-impl v1.0.23 |
2178 | 2024-11-04T23:16:14.026Z | Compiling crc-any v2.5.0 |
2179 | 2024-11-04T23:16:14.153Z | Compiling base64 v0.13.1 |
2180 | 2024-11-04T23:16:14.901Z | Compiling ron v0.7.1 |
2181 | 2024-11-04T23:16:15.017Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2182 | 2024-11-04T23:16:15.335Z | Compiling derive_builder_macro v0.20.2 |
2183 | 2024-11-04T23:16:16.293Z | Compiling headers v0.4.0 |
2184 | 2024-11-04T23:16:16.486Z | Compiling object v0.30.4 |
2185 | 2024-11-04T23:16:19.915Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2024-11-04T23:16:20.582Z | Compiling samael v0.0.17 |
2187 | 2024-11-04T23:16:21.172Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2188 | 2024-11-04T23:16:22.160Z | Compiling xz2 v0.1.7 |
2189 | 2024-11-04T23:16:22.777Z | Compiling zone v0.1.8 |
2190 | 2024-11-04T23:16:28.984Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2191 | 2024-11-04T23:16:29.249Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-11-04T23:16:30.173Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2193 | 2024-11-04T23:16:30.498Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2194 | 2024-11-04T23:16:30.516Z | Compiling yasna v0.5.2 |
2195 | 2024-11-04T23:16:32.044Z | Compiling phf_generator v0.11.2 |
2196 | 2024-11-04T23:16:32.116Z | Compiling strum_macros v0.24.3 |
2197 | 2024-11-04T23:16:32.236Z | Compiling kstat-rs v0.2.4 |
2198 | 2024-11-04T23:16:33.132Z | Compiling async-recursion v1.1.1 |
2199 | 2024-11-04T23:16:33.864Z | Compiling unicase v2.7.0 |
2200 | 2024-11-04T23:16:34.052Z | Compiling path-slash v0.1.5 |
2201 | 2024-11-04T23:16:34.199Z | Compiling indoc v1.0.9 |
2202 | 2024-11-04T23:16:34.307Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2203 | 2024-11-04T23:16:34.570Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2204 | 2024-11-04T23:16:35.051Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2205 | 2024-11-04T23:16:35.325Z | Compiling phf_codegen v0.11.2 |
2206 | 2024-11-04T23:16:35.545Z | Compiling rcgen v0.12.1 |
2207 | 2024-11-04T23:16:35.782Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2208 | 2024-11-04T23:16:47.238Z | Compiling derive_builder v0.20.2 |
2209 | 2024-11-04T23:16:49.759Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2210 | 2024-11-04T23:16:50.303Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2211 | 2024-11-04T23:16:50.627Z | Compiling http v0.2.12 |
2212 | 2024-11-04T23:16:52.205Z | Compiling oso-derive v0.27.3 |
2213 | 2024-11-04T23:16:53.172Z | Compiling impl-trait-for-tuples v0.2.2 |
2214 | 2024-11-04T23:16:54.402Z | Compiling parse-zoneinfo v0.3.1 |
2215 | 2024-11-04T23:16:55.211Z | Compiling libz-sys v1.1.20 |
2216 | 2024-11-04T23:16:55.432Z | Compiling quick-xml v0.33.0 |
2217 | 2024-11-04T23:16:55.875Z | Compiling subprocess v0.2.9 |
2218 | 2024-11-04T23:16:55.940Z | Compiling diesel-dtrace v0.3.0 |
2219 | 2024-11-04T23:16:56.271Z | Compiling parking_lot_core v0.8.6 |
2220 | 2024-11-04T23:16:56.719Z | Compiling cfg_aliases v0.1.1 |
2221 | 2024-11-04T23:16:56.840Z | Compiling nix v0.28.0 |
2222 | 2024-11-04T23:16:57.618Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-11-04T23:16:59.408Z | Compiling oso v0.27.3 |
2224 | 2024-11-04T23:17:00.723Z | Compiling chrono-tz-build v0.4.0 |
2225 | 2024-11-04T23:17:01.892Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2226 | 2024-11-04T23:17:03.343Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2227 | 2024-11-04T23:17:05.527Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2228 | 2024-11-04T23:17:08.559Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2229 | 2024-11-04T23:17:08.579Z | Compiling bb8 v0.8.5 |
2230 | 2024-11-04T23:17:08.888Z | Compiling const_format_proc_macros v0.2.33 |
2231 | 2024-11-04T23:17:09.226Z | Compiling vte_generate_state_changes v0.1.2 |
2232 | 2024-11-04T23:17:09.859Z | Compiling buf-list v1.0.3 |
2233 | 2024-11-04T23:17:10.571Z | Compiling vte v0.11.1 |
2234 | 2024-11-04T23:17:10.695Z | Compiling const_format v0.2.33 |
2235 | 2024-11-04T23:17:11.929Z | Compiling async-bb8-diesel v0.2.1 |
2236 | 2024-11-04T23:17:12.100Z | Compiling chrono-tz v0.10.0 |
2237 | 2024-11-04T23:17:13.273Z | Compiling http-body v0.4.6 |
2238 | 2024-11-04T23:17:13.595Z | Compiling h2 v0.3.26 |
2239 | 2024-11-04T23:17:14.042Z | Compiling fd-lock v4.0.2 |
2240 | 2024-11-04T23:17:14.289Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2241 | 2024-11-04T23:17:15.068Z | Compiling pin-project-internal v1.1.6 |
2242 | 2024-11-04T23:17:16.695Z | Compiling atty v0.2.14 |
2243 | 2024-11-04T23:17:16.868Z | Compiling bytecount v0.6.8 |
2244 | 2024-11-04T23:17:17.188Z | Compiling salty v0.3.0 |
2245 | 2024-11-04T23:17:17.655Z | Compiling papergrid v0.11.0 |
2246 | 2024-11-04T23:17:17.723Z | Compiling pin-project v1.1.6 |
2247 | 2024-11-04T23:17:30.317Z | Compiling hyper v0.14.30 |
2248 | 2024-11-04T23:17:38.751Z | Compiling parking_lot v0.11.2 |
2249 | 2024-11-04T23:17:40.400Z | Compiling strip-ansi-escapes v0.2.0 |
2250 | 2024-11-04T23:17:41.261Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2251 | 2024-11-04T23:17:41.592Z | Compiling tabled_derive v0.7.0 |
2252 | 2024-11-04T23:17:43.652Z | Compiling peg-macros v0.8.4 |
2253 | 2024-11-04T23:17:44.614Z | Compiling snafu-derive v0.8.5 |
2254 | 2024-11-04T23:17:46.150Z | Compiling sqlparser_derive v0.2.2 |
2255 | 2024-11-04T23:17:47.046Z | Compiling simd-adler32 v0.3.7 |
2256 | 2024-11-04T23:17:47.150Z | Compiling lockfree-object-pool v0.1.6 |
2257 | 2024-11-04T23:17:47.471Z | Compiling bumpalo v3.16.0 |
2258 | 2024-11-04T23:17:48.049Z | Compiling unicode_categories v0.1.1 |
2259 | 2024-11-04T23:17:48.266Z | Compiling sync_wrapper v0.1.2 |
2260 | 2024-11-04T23:17:48.397Z | Compiling zip v2.1.3 |
2261 | 2024-11-04T23:17:48.418Z | Compiling nu-ansi-term v0.50.1 |
2262 | 2024-11-04T23:17:48.757Z | Compiling reqwest v0.11.27 |
2263 | 2024-11-04T23:17:49.020Z | Compiling snafu v0.8.5 |
2264 | 2024-11-04T23:17:49.294Z | Compiling reedline v0.35.0 |
2265 | 2024-11-04T23:17:49.611Z | Compiling sqlformat v0.2.6 |
2266 | 2024-11-04T23:17:49.800Z | Compiling zopfli v0.8.1 |
2267 | 2024-11-04T23:17:50.007Z | Compiling sqlparser v0.45.0 |
2268 | 2024-11-04T23:17:50.351Z | Compiling rustyline v14.0.0 |
2269 | 2024-11-04T23:17:53.908Z | Compiling peg v0.8.4 |
2270 | 2024-11-04T23:17:54.029Z | Compiling tabled v0.15.0 |
2271 | 2024-11-04T23:18:02.533Z | Compiling sled v0.34.7 |
2272 | 2024-11-04T23:18:12.804Z | Compiling mime_guess v2.0.5 |
2273 | 2024-11-04T23:18:14.342Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2274 | 2024-11-04T23:18:15.416Z | Compiling hickory-client v0.24.1 |
2275 | 2024-11-04T23:18:16.518Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2276 | 2024-11-04T23:18:20.812Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2277 | 2024-11-04T23:18:22.436Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2278 | 2024-11-04T23:18:26.930Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2279 | 2024-11-04T23:18:27.435Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2280 | 2024-11-04T23:18:28.966Z | Compiling globset v0.4.15 |
2281 | 2024-11-04T23:18:35.762Z | Compiling hickory-server v0.24.1 |
2282 | 2024-11-04T23:18:36.255Z | Compiling primeorder v0.13.6 |
2283 | 2024-11-04T23:18:36.349Z | Compiling olpc-cjson v0.1.4 |
2284 | 2024-11-04T23:18:36.660Z | Compiling vergen v8.3.2 |
2285 | 2024-11-04T23:18:36.698Z | Compiling bcs v0.1.6 |
2286 | 2024-11-04T23:18:36.850Z | Compiling env_filter v0.1.2 |
2287 | 2024-11-04T23:18:36.993Z | Compiling cargo-platform v0.1.8 |
2288 | 2024-11-04T23:18:37.511Z | Compiling serde_plain v1.0.2 |
2289 | 2024-11-04T23:18:37.592Z | Compiling nanorand v0.7.0 |
2290 | 2024-11-04T23:18:38.053Z | Compiling displaydoc v0.2.5 |
2291 | 2024-11-04T23:18:38.284Z | Compiling memoffset v0.9.1 |
2292 | 2024-11-04T23:18:38.405Z | Compiling typed-path v0.7.1 |
2293 | 2024-11-04T23:18:38.791Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2294 | 2024-11-04T23:18:43.216Z | Compiling tough v0.17.1 |
2295 | 2024-11-04T23:18:43.556Z | Compiling flume v0.11.0 |
2296 | 2024-11-04T23:18:44.302Z | Compiling cargo_metadata v0.18.1 |
2297 | 2024-11-04T23:18:44.948Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2298 | 2024-11-04T23:18:47.545Z | Compiling env_logger v0.11.5 |
2299 | 2024-11-04T23:18:47.745Z | Compiling p384 v0.13.0 |
2300 | 2024-11-04T23:18:49.002Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2301 | 2024-11-04T23:18:52.120Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2302 | 2024-11-04T23:18:55.355Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2303 | 2024-11-04T23:18:56.626Z | Compiling git2 v0.19.0 |
2304 | 2024-11-04T23:18:58.694Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2305 | 2024-11-04T23:19:02.471Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2306 | 2024-11-04T23:19:03.554Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2307 | 2024-11-04T23:19:05.531Z | Compiling rand_seeder v0.3.0 |
2308 | 2024-11-04T23:19:05.809Z | Compiling libsqlite3-sys v0.30.1 |
2309 | 2024-11-04T23:19:05.828Z | Compiling parse-size v1.1.0 |
2310 | 2024-11-04T23:19:05.966Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2311 | 2024-11-04T23:19:06.137Z | Compiling cfg_aliases v0.2.1 |
2312 | 2024-11-04T23:19:06.265Z | Compiling rustls v0.21.12 |
2313 | 2024-11-04T23:19:06.344Z | Compiling nix v0.29.0 |
2314 | 2024-11-04T23:19:06.365Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2315 | 2024-11-04T23:19:06.382Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2316 | 2024-11-04T23:19:06.620Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2317 | 2024-11-04T23:19:08.251Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2318 | 2024-11-04T23:19:08.271Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2319 | 2024-11-04T23:19:08.936Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2320 | 2024-11-04T23:19:09.002Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2321 | 2024-11-04T23:19:09.247Z | Compiling sct v0.7.1 |
2322 | 2024-11-04T23:19:09.702Z | Compiling rustls-webpki v0.101.7 |
2323 | 2024-11-04T23:19:12.980Z | Compiling castaway v0.2.3 |
2324 | 2024-11-04T23:19:13.189Z | Compiling csv-core v0.1.11 |
2325 | 2024-11-04T23:19:13.218Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2326 | 2024-11-04T23:19:13.566Z | Compiling http-range v0.1.5 |
2327 | 2024-11-04T23:19:14.023Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2328 | 2024-11-04T23:19:14.109Z | Compiling hyper-staticfile v0.10.1 |
2329 | 2024-11-04T23:19:15.711Z | Compiling csv v1.3.0 |
2330 | 2024-11-04T23:19:17.140Z | Compiling compact_str v0.8.0 |
2331 | 2024-11-04T23:19:18.191Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2332 | 2024-11-04T23:19:19.842Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2333 | 2024-11-04T23:19:20.939Z | Compiling nix v0.27.1 |
2334 | 2024-11-04T23:19:23.813Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2335 | 2024-11-04T23:19:24.990Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2336 | 2024-11-04T23:19:27.019Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2337 | 2024-11-04T23:19:33.293Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2338 | 2024-11-04T23:19:36.165Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2339 | 2024-11-04T23:19:39.924Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2340 | 2024-11-04T23:19:40.289Z | Compiling unicode-truncate v1.1.0 |
2341 | 2024-11-04T23:19:40.560Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2342 | 2024-11-04T23:19:40.883Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2343 | 2024-11-04T23:19:41.218Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2344 | 2024-11-04T23:19:43.033Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2345 | 2024-11-04T23:19:43.120Z | Compiling hashlink v0.9.1 |
2346 | 2024-11-04T23:19:43.530Z | Compiling tungstenite v0.23.0 |
2347 | 2024-11-04T23:19:43.970Z | Compiling lru v0.12.5 |
2348 | 2024-11-04T23:19:44.354Z | Compiling instability v0.3.2 |
2349 | 2024-11-04T23:19:45.378Z | Compiling fallible-streaming-iterator v0.1.9 |
2350 | 2024-11-04T23:19:45.685Z | Compiling fallible-iterator v0.3.0 |
2351 | 2024-11-04T23:19:45.840Z | Compiling cassowary v0.3.0 |
2352 | 2024-11-04T23:19:46.496Z | Compiling rusqlite v0.32.1 |
2353 | 2024-11-04T23:19:48.821Z | Compiling ratatui v0.28.1 |
2354 | 2024-11-04T23:19:49.133Z | Compiling tokio-tungstenite v0.23.1 |
2355 | 2024-11-04T23:19:49.509Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2356 | 2024-11-04T23:19:51.745Z | Compiling tokio-rustls v0.24.1 |
2357 | 2024-11-04T23:19:52.218Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2358 | 2024-11-04T23:20:08.144Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2359 | 2024-11-04T23:20:10.138Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2360 | 2024-11-04T23:20:11.343Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2361 | 2024-11-04T23:20:11.846Z | Compiling rustls-pemfile v1.0.4 |
2362 | 2024-11-04T23:20:12.422Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2363 | 2024-11-04T23:20:12.616Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2364 | 2024-11-04T23:20:12.755Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2365 | 2024-11-04T23:20:12.936Z | Compiling signal-hook-tokio v0.3.1 |
2366 | 2024-11-04T23:20:13.170Z | Compiling twox-hash v1.6.3 |
2367 | 2024-11-04T23:20:13.610Z | Compiling smawk v0.3.2 |
2368 | 2024-11-04T23:20:13.872Z | Compiling is_ci v1.2.0 |
2369 | 2024-11-04T23:20:14.184Z | Compiling unicode-linebreak v0.1.5 |
2370 | 2024-11-04T23:20:14.212Z | Compiling supports-color v3.0.1 |
2371 | 2024-11-04T23:20:14.651Z | Compiling textwrap v0.16.1 |
2372 | 2024-11-04T23:20:18.266Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2373 | 2024-11-04T23:20:24.491Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2374 | 2024-11-04T23:20:26.891Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2375 | 2024-11-04T23:20:26.958Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2376 | 2024-11-04T23:20:31.806Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2377 | 2024-11-04T23:20:38.135Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2378 | 2024-11-04T23:20:38.741Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2379 | 2024-11-04T23:20:45.177Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2380 | 2024-11-04T23:20:52.072Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2381 | 2024-11-04T23:20:52.412Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2382 | 2024-11-04T23:20:57.538Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2383 | 2024-11-04T23:20:57.967Z | Compiling fatfs v0.3.6 |
2384 | 2024-11-04T23:20:59.076Z | Compiling rtoolbox v0.0.2 |
2385 | 2024-11-04T23:20:59.531Z | Compiling assert_matches v1.5.0 |
2386 | 2024-11-04T23:21:00.840Z | Compiling rpassword v7.3.1 |
2387 | 2024-11-04T23:21:01.308Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2388 | 2024-11-04T23:21:06.923Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2389 | 2024-11-04T23:21:12.201Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2390 | 2024-11-04T23:21:19.274Z | Compiling tui-tree-widget v0.22.0 |
2391 | 2024-11-04T23:21:19.730Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2392 | 2024-11-04T23:21:23.245Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2393 | 2024-11-04T23:21:31.570Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2394 | 2024-11-04T23:21:31.895Z | Compiling uzers v0.12.1 |
2395 | 2024-11-04T23:21:35.046Z | Compiling shell-words v1.1.0 |
2396 | 2024-11-04T23:21:35.553Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2397 | 2024-11-04T23:21:36.765Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2398 | 2024-11-04T23:21:38.784Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2399 | 2024-11-04T23:22:04.039Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2400 | 2024-11-04T23:22:09.108Z | Compiling multimap v0.10.0 |
2401 | 2024-11-04T23:24:13.525Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2402 | 2024-11-04T23:24:30.308Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2403 | 2024-11-04T23:33:03.713Z | Finished `release` profile [optimized] target(s) in 18m 20s |
2404 | 2024-11-04T23:34:02.907Z | |
2405 | 2024-11-04T23:34:02.910Z | real 19:20.720578497 |
2406 | 2024-11-04T23:34:02.910Z | user 2:06:35.855679895 |
2407 | 2024-11-04T23:34:02.910Z | sys 5:54.147614204 |
2408 | 2024-11-04T23:34:02.910Z | trap 2.951980532 |
2409 | 2024-11-04T23:34:02.910Z | tflt 3.095204115 |
2410 | 2024-11-04T23:34:02.910Z | dflt 4.999152082 |
2411 | 2024-11-04T23:34:02.910Z | kflt 0.002064900 |
2412 | 2024-11-04T23:34:02.910Z | lock 7:36:35.649373356 |
2413 | 2024-11-04T23:34:02.910Z | slp 6:17:01.994778699 |
2414 | 2024-11-04T23:34:02.910Z | lat 3:01.266350667 |
2415 | 2024-11-04T23:34:02.911Z | stop 2:42.381903179 |
2416 | 2024-11-04T23:34:02.911Z | + mapfile -t packages |
2417 | 2024-11-04T23:34:02.911Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2418 | 2024-11-04T23:34:03.880Z | Finished `release` profile [optimized] target(s) in 0.92s |
2419 | 2024-11-04T23:34:03.935Z | Running `target/release/omicron-package -t test list-outputs` |
2420 | 2024-11-04T23:34:03.974Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2421 | 2024-11-04T23:34:03.977Z | + ptime -m cargo build --locked --release -p xtask |
2422 | 2024-11-04T23:34:04.517Z | Compiling serde v1.0.210 |
2423 | 2024-11-04T23:34:04.520Z | Compiling rustix v0.38.37 |
2424 | 2024-11-04T23:34:04.520Z | Compiling libc v0.2.161 |
2425 | 2024-11-04T23:34:04.520Z | Compiling serde_json v1.0.128 |
2426 | 2024-11-04T23:34:04.605Z | Compiling syn v2.0.79 |
2427 | 2024-11-04T23:34:04.629Z | Compiling bitflags v2.6.0 |
2428 | 2024-11-04T23:34:04.921Z | Compiling usdt-impl v0.5.0 |
2429 | 2024-11-04T23:34:04.969Z | Compiling syn v1.0.109 |
2430 | 2024-11-04T23:34:05.101Z | Compiling log v0.4.22 |
2431 | 2024-11-04T23:34:05.121Z | Compiling hashbrown v0.15.0 |
2432 | 2024-11-04T23:34:05.149Z | Compiling fs-err v2.11.0 |
2433 | 2024-11-04T23:34:05.468Z | Compiling anyhow v1.0.92 |
2434 | 2024-11-04T23:34:05.562Z | Compiling once_cell v1.20.2 |
2435 | 2024-11-04T23:34:06.040Z | Compiling thread-id v4.2.2 |
2436 | 2024-11-04T23:34:06.440Z | Compiling indexmap v2.6.0 |
2437 | 2024-11-04T23:34:07.566Z | Compiling terminal_size v0.4.0 |
2438 | 2024-11-04T23:34:07.566Z | Compiling tempfile v3.13.0 |
2439 | 2024-11-04T23:34:07.811Z | Compiling clap_builder v4.5.20 |
2440 | 2024-11-04T23:34:08.271Z | Compiling proc-macro-error v1.0.4 |
2441 | 2024-11-04T23:34:09.483Z | Compiling tabled_derive v0.7.0 |
2442 | 2024-11-04T23:34:10.751Z | Compiling tabled v0.15.0 |
2443 | 2024-11-04T23:34:12.013Z | Compiling serde_derive v1.0.210 |
2444 | 2024-11-04T23:34:14.002Z | Compiling thiserror-impl v1.0.64 |
2445 | 2024-11-04T23:34:14.157Z | Compiling zerocopy-derive v0.7.35 |
2446 | 2024-11-04T23:34:16.113Z | Compiling zerocopy v0.7.35 |
2447 | 2024-11-04T23:34:16.666Z | Compiling thiserror v1.0.64 |
2448 | 2024-11-04T23:34:16.812Z | Compiling pest v2.7.14 |
2449 | 2024-11-04T23:34:16.931Z | Compiling scroll_derive v0.12.0 |
2450 | 2024-11-04T23:34:18.301Z | Compiling scroll v0.12.0 |
2451 | 2024-11-04T23:34:18.980Z | Compiling goblin v0.8.2 |
2452 | 2024-11-04T23:34:19.782Z | Compiling pest_meta v2.7.14 |
2453 | 2024-11-04T23:34:21.652Z | Compiling pest_generator v2.7.14 |
2454 | 2024-11-04T23:34:23.635Z | Compiling pest_derive v2.7.14 |
2455 | 2024-11-04T23:34:24.404Z | Compiling dtrace-parser v0.2.0 |
2456 | 2024-11-04T23:34:26.097Z | Compiling toml_datetime v0.6.8 |
2457 | 2024-11-04T23:34:26.832Z | Compiling serde_spanned v0.6.8 |
2458 | 2024-11-04T23:34:28.868Z | Compiling dof v0.3.0 |
2459 | 2024-11-04T23:34:29.748Z | Compiling serde_tokenstream v0.2.2 |
2460 | 2024-11-04T23:34:30.347Z | Compiling toml_edit v0.22.22 |
2461 | 2024-11-04T23:34:31.426Z | Compiling camino v1.1.9 |
2462 | 2024-11-04T23:34:31.793Z | Compiling cargo-platform v0.1.8 |
2463 | 2024-11-04T23:34:32.793Z | Compiling semver v1.0.23 |
2464 | 2024-11-04T23:34:32.919Z | Compiling clap_derive v4.5.18 |
2465 | 2024-11-04T23:34:33.609Z | Compiling usdt-attr-macro v0.5.0 |
2466 | 2024-11-04T23:34:34.271Z | Compiling toml v0.8.19 |
2467 | 2024-11-04T23:34:34.835Z | Compiling usdt-macro v0.5.0 |
2468 | 2024-11-04T23:34:34.983Z | Compiling cargo_metadata v0.18.1 |
2469 | 2024-11-04T23:34:36.016Z | Compiling usdt v0.5.0 |
2470 | 2024-11-04T23:34:37.205Z | Compiling clap v4.5.20 |
2471 | 2024-11-04T23:34:37.339Z | Compiling cargo_toml v0.20.5 |
2472 | 2024-11-04T23:34:37.397Z | Compiling camino-tempfile v1.1.1 |
2473 | 2024-11-04T23:34:37.685Z | Compiling macaddr v1.0.1 |
2474 | 2024-11-04T23:34:48.933Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2475 | 2024-11-04T23:35:00.498Z | Finished `release` profile [optimized] target(s) in 56.46s |
2476 | 2024-11-04T23:35:00.597Z | |
2477 | 2024-11-04T23:35:00.597Z | real 56.589870148 |
2478 | 2024-11-04T23:35:00.597Z | user 5:40.131941781 |
2479 | 2024-11-04T23:35:00.597Z | sys 30.613682300 |
2480 | 2024-11-04T23:35:00.597Z | trap 0.147012663 |
2481 | 2024-11-04T23:35:00.597Z | tflt 0.273405485 |
2482 | 2024-11-04T23:35:00.597Z | dflt 0.540049887 |
2483 | 2024-11-04T23:35:00.597Z | kflt 0.000000000 |
2484 | 2024-11-04T23:35:00.597Z | lock 10:41.474765797 |
2485 | 2024-11-04T23:35:00.597Z | slp 15:45.415849216 |
2486 | 2024-11-04T23:35:00.600Z | lat 12.195113777 |
2487 | 2024-11-04T23:35:00.600Z | stop 12.860050783 |
2488 | 2024-11-04T23:35:00.600Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2489 | 2024-11-04T23:35:00.600Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2490 | 2024-11-04T23:35:00.600Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2491 | 2024-11-04T23:35:00.600Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2492 | 2024-11-04T23:35:00.600Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2493 | 2024-11-04T23:35:01.447Z | Compiling hashbrown v0.14.5 |
2494 | 2024-11-04T23:35:01.569Z | Compiling unsafe-libyaml v0.2.11 |
2495 | 2024-11-04T23:35:01.582Z | Compiling progenitor-client v0.8.0 |
2496 | 2024-11-04T23:35:01.582Z | Compiling ident_case v1.0.1 |
2497 | 2024-11-04T23:35:01.585Z | Compiling ipnetwork v0.20.0 |
2498 | 2024-11-04T23:35:01.585Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2499 | 2024-11-04T23:35:01.585Z | Compiling instant v0.1.13 |
2500 | 2024-11-04T23:35:01.585Z | Compiling structmeta-derive v0.3.0 |
2501 | 2024-11-04T23:35:01.738Z | Compiling newtype-uuid v1.1.2 |
2502 | 2024-11-04T23:35:01.798Z | Compiling darling_core v0.20.10 |
2503 | 2024-11-04T23:35:01.998Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2504 | 2024-11-04T23:35:02.055Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2505 | 2024-11-04T23:35:02.366Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2506 | 2024-11-04T23:35:02.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2507 | 2024-11-04T23:35:02.720Z | Compiling backoff v0.4.0 |
2508 | 2024-11-04T23:35:02.737Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2509 | 2024-11-04T23:35:02.838Z | Compiling regress v0.10.1 |
2510 | 2024-11-04T23:35:02.896Z | Compiling serde_yaml v0.9.34+deprecated |
2511 | 2024-11-04T23:35:02.933Z | Compiling regress v0.9.1 |
2512 | 2024-11-04T23:35:03.060Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2513 | 2024-11-04T23:35:03.248Z | Compiling macaddr v1.0.1 |
2514 | 2024-11-04T23:35:03.279Z | Compiling tempfile v3.13.0 |
2515 | 2024-11-04T23:35:03.493Z | Compiling proc-macro-crate v1.3.1 |
2516 | 2024-11-04T23:35:03.684Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2517 | 2024-11-04T23:35:04.089Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2518 | 2024-11-04T23:35:04.108Z | Compiling foreign-types-macros v0.2.3 |
2519 | 2024-11-04T23:35:04.433Z | Compiling heapless v0.8.0 |
2520 | 2024-11-04T23:35:04.450Z | Compiling structmeta v0.3.0 |
2521 | 2024-11-04T23:35:04.580Z | Compiling num_enum_derive v0.5.11 |
2522 | 2024-11-04T23:35:04.883Z | Compiling parse-display-derive v0.10.0 |
2523 | 2024-11-04T23:35:05.051Z | Compiling foreign-types-shared v0.3.1 |
2524 | 2024-11-04T23:35:05.392Z | Compiling foreign-types v0.5.0 |
2525 | 2024-11-04T23:35:05.518Z | Compiling proc-macro-error v1.0.4 |
2526 | 2024-11-04T23:35:05.858Z | Compiling camino-tempfile v1.1.1 |
2527 | 2024-11-04T23:35:06.177Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2528 | 2024-11-04T23:35:06.333Z | Compiling hash32 v0.3.1 |
2529 | 2024-11-04T23:35:06.583Z | Compiling typify-impl v0.2.0 |
2530 | 2024-11-04T23:35:06.858Z | Compiling cstr-argument v0.1.2 |
2531 | 2024-11-04T23:35:07.040Z | Compiling pretty-hex v0.2.1 |
2532 | 2024-11-04T23:35:07.078Z | Compiling num_enum v0.5.11 |
2533 | 2024-11-04T23:35:07.125Z | Compiling crucible-workspace-hack v0.1.0 |
2534 | 2024-11-04T23:35:07.234Z | Compiling smoltcp v0.11.0 |
2535 | 2024-11-04T23:35:07.248Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2536 | 2024-11-04T23:35:07.449Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2537 | 2024-11-04T23:35:07.624Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2538 | 2024-11-04T23:35:07.765Z | Compiling tabwriter v1.4.0 |
2539 | 2024-11-04T23:35:07.967Z | Compiling colored v2.1.0 |
2540 | 2024-11-04T23:35:08.012Z | Compiling cobs v0.2.3 |
2541 | 2024-11-04T23:35:08.263Z | Compiling postcard v1.0.10 |
2542 | 2024-11-04T23:35:08.290Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2543 | 2024-11-04T23:35:08.308Z | Compiling darling_macro v0.20.10 |
2544 | 2024-11-04T23:35:08.326Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2545 | 2024-11-04T23:35:08.502Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2546 | 2024-11-04T23:35:08.660Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2547 | 2024-11-04T23:35:08.744Z | Compiling smf v0.2.3 |
2548 | 2024-11-04T23:35:08.884Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2549 | 2024-11-04T23:35:09.181Z | Compiling parse-display v0.10.0 |
2550 | 2024-11-04T23:35:09.212Z | Compiling zone_cfg_derive v0.3.0 |
2551 | 2024-11-04T23:35:09.233Z | Compiling darling v0.20.10 |
2552 | 2024-11-04T23:35:09.364Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2553 | 2024-11-04T23:35:09.424Z | Compiling serde_with_macros v3.11.0 |
2554 | 2024-11-04T23:35:09.892Z | Compiling num-derive v0.4.2 |
2555 | 2024-11-04T23:35:09.941Z | Compiling sigpipe v0.1.3 |
2556 | 2024-11-04T23:35:10.071Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2557 | 2024-11-04T23:35:10.189Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2558 | 2024-11-04T23:35:10.403Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2559 | 2024-11-04T23:35:10.720Z | Compiling zone v0.3.0 |
2560 | 2024-11-04T23:35:10.870Z | Compiling universal-hash v0.5.1 |
2561 | 2024-11-04T23:35:11.075Z | Compiling opaque-debug v0.3.1 |
2562 | 2024-11-04T23:35:11.182Z | Compiling num-rational v0.4.2 |
2563 | 2024-11-04T23:35:11.259Z | Compiling password-hash v0.5.0 |
2564 | 2024-11-04T23:35:12.159Z | Compiling serde_with v3.11.0 |
2565 | 2024-11-04T23:35:12.221Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2566 | 2024-11-04T23:35:12.239Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2567 | 2024-11-04T23:35:12.310Z | Compiling blake2 v0.10.6 |
2568 | 2024-11-04T23:35:12.831Z | Compiling num-complex v0.4.6 |
2569 | 2024-11-04T23:35:12.981Z | Compiling aead v0.5.2 |
2570 | 2024-11-04T23:35:13.155Z | Compiling keccak v0.1.5 |
2571 | 2024-11-04T23:35:13.385Z | Compiling convert_case v0.4.0 |
2572 | 2024-11-04T23:35:13.546Z | Compiling sha3 v0.10.8 |
2573 | 2024-11-04T23:35:13.898Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2574 | 2024-11-04T23:35:13.916Z | Compiling num v0.4.3 |
2575 | 2024-11-04T23:35:14.035Z | Compiling argon2 v0.5.3 |
2576 | 2024-11-04T23:35:14.264Z | Compiling poly1305 v0.8.0 |
2577 | 2024-11-04T23:35:14.285Z | Compiling tungstenite v0.21.0 |
2578 | 2024-11-04T23:35:14.303Z | Compiling derive_more v0.99.18 |
2579 | 2024-11-04T23:35:14.605Z | Compiling chacha20 v0.9.1 |
2580 | 2024-11-04T23:35:15.107Z | Compiling base64 v0.21.7 |
2581 | 2024-11-04T23:35:15.877Z | Compiling float-ord v0.3.2 |
2582 | 2024-11-04T23:35:16.032Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2583 | 2024-11-04T23:35:16.070Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2584 | 2024-11-04T23:35:16.168Z | Compiling tokio-tungstenite v0.21.0 |
2585 | 2024-11-04T23:35:16.196Z | Compiling same-file v1.0.6 |
2586 | 2024-11-04T23:35:16.436Z | Compiling semver v0.1.20 |
2587 | 2024-11-04T23:35:16.498Z | Compiling walkdir v2.5.0 |
2588 | 2024-11-04T23:35:16.517Z | Compiling newline-converter v0.3.0 |
2589 | 2024-11-04T23:35:16.691Z | Compiling primeorder v0.13.6 |
2590 | 2024-11-04T23:35:16.744Z | Compiling secrecy v0.8.0 |
2591 | 2024-11-04T23:35:16.887Z | Compiling rustc_version v0.1.7 |
2592 | 2024-11-04T23:35:17.022Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2593 | 2024-11-04T23:35:17.083Z | Compiling prettyplease v0.2.22 |
2594 | 2024-11-04T23:35:17.218Z | Compiling cancel-safe-futures v0.1.5 |
2595 | 2024-11-04T23:35:17.235Z | Compiling home v0.5.9 |
2596 | 2024-11-04T23:35:17.343Z | Compiling owo-colors v4.1.0 |
2597 | 2024-11-04T23:35:17.381Z | Compiling newtype_derive v0.1.6 |
2598 | 2024-11-04T23:35:17.452Z | Compiling expectorate v1.1.0 |
2599 | 2024-11-04T23:35:17.500Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2600 | 2024-11-04T23:35:17.614Z | Compiling thiserror-impl-no-std v2.0.2 |
2601 | 2024-11-04T23:35:17.640Z | Compiling blake3 v1.5.4 |
2602 | 2024-11-04T23:35:17.683Z | Compiling ring v0.16.20 |
2603 | 2024-11-04T23:35:17.686Z | Compiling unicase v2.7.0 |
2604 | 2024-11-04T23:35:17.809Z | Compiling half v2.4.1 |
2605 | 2024-11-04T23:35:17.875Z | Compiling ciborium-io v0.2.2 |
2606 | 2024-11-04T23:35:18.018Z | Compiling arc-swap v1.7.1 |
2607 | 2024-11-04T23:35:18.250Z | Compiling ciborium-ll v0.2.2 |
2608 | 2024-11-04T23:35:18.353Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2609 | 2024-11-04T23:35:18.655Z | Compiling slog-scope v4.4.0 |
2610 | 2024-11-04T23:35:19.128Z | Compiling polyval v0.6.2 |
2611 | 2024-11-04T23:35:19.366Z | Compiling atomicwrites v0.4.4 |
2612 | 2024-11-04T23:35:19.607Z | Compiling libsw v3.3.1 |
2613 | 2024-11-04T23:35:19.750Z | Compiling memmap2 v0.9.5 |
2614 | 2024-11-04T23:35:19.949Z | Compiling salty v0.3.0 |
2615 | 2024-11-04T23:35:20.229Z | Compiling arrayref v0.3.9 |
2616 | 2024-11-04T23:35:20.349Z | Compiling parking_lot_core v0.8.6 |
2617 | 2024-11-04T23:35:20.383Z | Compiling constant_time_eq v0.3.1 |
2618 | 2024-11-04T23:35:20.579Z | Compiling linear-map v1.2.0 |
2619 | 2024-11-04T23:35:20.612Z | Compiling thiserror-no-std v2.0.2 |
2620 | 2024-11-04T23:35:20.735Z | Compiling indent_write v2.2.0 |
2621 | 2024-11-04T23:35:20.844Z | Compiling spin v0.5.2 |
2622 | 2024-11-04T23:35:20.949Z | Compiling libefi-sys v0.1.0 |
2623 | 2024-11-04T23:35:20.952Z | Compiling untrusted v0.7.1 |
2624 | 2024-11-04T23:35:20.981Z | Compiling arrayvec v0.7.6 |
2625 | 2024-11-04T23:35:21.085Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2626 | 2024-11-04T23:35:21.193Z | Compiling vsss-rs v3.3.4 |
2627 | 2024-11-04T23:35:21.295Z | Compiling ghash v0.5.1 |
2628 | 2024-11-04T23:35:21.483Z | Compiling slog-stdlog v4.1.1 |
2629 | 2024-11-04T23:35:21.655Z | Compiling ciborium v0.2.2 |
2630 | 2024-11-04T23:35:22.267Z | Compiling toolchain_find v0.4.0 |
2631 | 2024-11-04T23:35:22.285Z | Compiling p384 v0.13.0 |
2632 | 2024-11-04T23:35:22.615Z | Compiling chacha20poly1305 v0.10.1 |
2633 | 2024-11-04T23:35:22.728Z | Compiling typify-macro v0.2.0 |
2634 | 2024-11-04T23:35:22.864Z | Compiling itertools v0.13.0 |
2635 | 2024-11-04T23:35:22.950Z | Compiling lzma-sys v0.1.20 |
2636 | 2024-11-04T23:35:23.074Z | Compiling ctr v0.9.2 |
2637 | 2024-11-04T23:35:23.431Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2638 | 2024-11-04T23:35:23.756Z | Compiling bitfield-struct v0.6.2 |
2639 | 2024-11-04T23:35:23.804Z | Compiling slog-dtrace v0.3.0 |
2640 | 2024-11-04T23:35:23.856Z | Compiling highway v1.2.0 |
2641 | 2024-11-04T23:35:24.135Z | Compiling topological-sort v0.2.2 |
2642 | 2024-11-04T23:35:24.399Z | Compiling omicron-zone-package v0.11.1 |
2643 | 2024-11-04T23:35:24.991Z | Compiling aes-gcm v0.10.3 |
2644 | 2024-11-04T23:35:25.023Z | Compiling rustfmt-wrapper v0.2.1 |
2645 | 2024-11-04T23:35:25.041Z | Compiling mime_guess v2.0.5 |
2646 | 2024-11-04T23:35:25.235Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2647 | 2024-11-04T23:35:25.300Z | Compiling slog-envlogger v2.2.0 |
2648 | 2024-11-04T23:35:25.615Z | Compiling steno v0.4.1 |
2649 | 2024-11-04T23:35:26.100Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2650 | 2024-11-04T23:35:26.283Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2651 | 2024-11-04T23:35:26.419Z | Compiling heck v0.3.3 |
2652 | 2024-11-04T23:35:26.700Z | Compiling ssh-encoding v0.2.0 |
2653 | 2024-11-04T23:35:26.754Z | Compiling blowfish v0.9.1 |
2654 | 2024-11-04T23:35:26.772Z | Compiling nibble_vec v0.1.0 |
2655 | 2024-11-04T23:35:26.822Z | Compiling env_filter v0.1.2 |
2656 | 2024-11-04T23:35:26.982Z | Compiling humantime v2.1.0 |
2657 | 2024-11-04T23:35:27.043Z | Compiling typify v0.2.0 |
2658 | 2024-11-04T23:35:27.170Z | Compiling progenitor-impl v0.8.0 |
2659 | 2024-11-04T23:35:27.196Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2660 | 2024-11-04T23:35:27.199Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2661 | 2024-11-04T23:35:27.337Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2662 | 2024-11-04T23:35:27.383Z | Compiling endian-type v0.1.2 |
2663 | 2024-11-04T23:35:27.510Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2664 | 2024-11-04T23:35:27.526Z | Compiling env_logger v0.11.5 |
2665 | 2024-11-04T23:35:27.542Z | Compiling ssh-cipher v0.2.0 |
2666 | 2024-11-04T23:35:27.612Z | Compiling radix_trie v0.2.1 |
2667 | 2024-11-04T23:35:27.664Z | Compiling bcrypt-pbkdf v0.10.0 |
2668 | 2024-11-04T23:35:28.217Z | Compiling zone_cfg_derive v0.1.2 |
2669 | 2024-11-04T23:35:28.295Z | Compiling parking_lot v0.11.2 |
2670 | 2024-11-04T23:35:28.468Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2671 | 2024-11-04T23:35:28.824Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2672 | 2024-11-04T23:35:29.123Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2673 | 2024-11-04T23:35:29.196Z | Compiling gethostname v0.5.0 |
2674 | 2024-11-04T23:35:29.447Z | Compiling password-hash v0.4.2 |
2675 | 2024-11-04T23:35:29.555Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2676 | 2024-11-04T23:35:29.737Z | Compiling fxhash v0.2.1 |
2677 | 2024-11-04T23:35:29.778Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2678 | 2024-11-04T23:35:29.797Z | Compiling base64 v0.13.1 |
2679 | 2024-11-04T23:35:29.973Z | Compiling matches v0.1.10 |
2680 | 2024-11-04T23:35:30.082Z | Compiling idna v0.2.3 |
2681 | 2024-11-04T23:35:30.127Z | Compiling pbkdf2 v0.11.0 |
2682 | 2024-11-04T23:35:30.227Z | Compiling ron v0.7.1 |
2683 | 2024-11-04T23:35:30.361Z | Compiling sled v0.34.7 |
2684 | 2024-11-04T23:35:30.399Z | Compiling zone v0.1.8 |
2685 | 2024-11-04T23:35:30.490Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2686 | 2024-11-04T23:35:30.617Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2687 | 2024-11-04T23:35:31.364Z | Compiling xz2 v0.1.7 |
2688 | 2024-11-04T23:35:31.683Z | Compiling hickory-client v0.24.1 |
2689 | 2024-11-04T23:35:31.854Z | Compiling ssh-key v0.6.6 |
2690 | 2024-11-04T23:35:32.534Z | Compiling p256 v0.13.2 |
2691 | 2024-11-04T23:35:32.635Z | Compiling p521 v0.13.3 |
2692 | 2024-11-04T23:35:32.855Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2693 | 2024-11-04T23:35:33.115Z | Compiling hickory-server v0.24.1 |
2694 | 2024-11-04T23:35:33.347Z | Compiling enum-as-inner v0.5.1 |
2695 | 2024-11-04T23:35:33.996Z | Compiling pem v3.0.4 |
2696 | 2024-11-04T23:35:34.397Z | Compiling yasna v0.5.2 |
2697 | 2024-11-04T23:35:34.845Z | Compiling headers-core v0.3.0 |
2698 | 2024-11-04T23:35:34.985Z | Compiling kstat-rs v0.2.4 |
2699 | 2024-11-04T23:35:35.018Z | Compiling nanorand v0.7.0 |
2700 | 2024-11-04T23:35:35.035Z | Compiling progenitor-macro v0.8.0 |
2701 | 2024-11-04T23:35:35.596Z | Compiling russh-cryptovec v0.7.3 |
2702 | 2024-11-04T23:35:35.621Z | Compiling atty v0.2.14 |
2703 | 2024-11-04T23:35:35.764Z | Compiling http-range v0.1.5 |
2704 | 2024-11-04T23:35:35.942Z | Compiling glob v0.3.1 |
2705 | 2024-11-04T23:35:36.093Z | Compiling md5 v0.7.0 |
2706 | 2024-11-04T23:35:36.132Z | Compiling hyper-staticfile v0.10.1 |
2707 | 2024-11-04T23:35:36.424Z | Compiling russh-keys v0.45.0 |
2708 | 2024-11-04T23:35:36.498Z | Compiling rcgen v0.12.1 |
2709 | 2024-11-04T23:35:36.590Z | Compiling flume v0.11.0 |
2710 | 2024-11-04T23:35:36.911Z | Compiling headers v0.4.0 |
2711 | 2024-11-04T23:35:37.274Z | Compiling trust-dns-proto v0.22.0 |
2712 | 2024-11-04T23:35:37.317Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2713 | 2024-11-04T23:35:38.856Z | Compiling num-bigint v0.4.6 |
2714 | 2024-11-04T23:35:38.859Z | Compiling des v0.8.1 |
2715 | 2024-11-04T23:35:39.232Z | Compiling subprocess v0.2.9 |
2716 | 2024-11-04T23:35:39.994Z | Compiling display-error-chain v0.2.2 |
2717 | 2024-11-04T23:35:40.216Z | Compiling dhcproto-macros v0.1.0 |
2718 | 2024-11-04T23:35:40.556Z | Compiling hex-literal v0.4.1 |
2719 | 2024-11-04T23:35:40.728Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2720 | 2024-11-04T23:35:40.970Z | Compiling internet-checksum v0.2.1 |
2721 | 2024-11-04T23:35:41.658Z | Compiling dhcproto v0.12.0 |
2722 | 2024-11-04T23:35:41.754Z | Compiling russh v0.45.0 |
2723 | 2024-11-04T23:35:46.366Z | Compiling progenitor v0.8.0 |
2724 | 2024-11-04T23:35:46.493Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2725 | 2024-11-04T23:35:46.496Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2726 | 2024-11-04T23:35:46.496Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2727 | 2024-11-04T23:35:46.496Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2728 | 2024-11-04T23:35:46.496Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2729 | 2024-11-04T23:35:46.570Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2730 | 2024-11-04T23:35:46.887Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2731 | 2024-11-04T23:35:48.030Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2732 | 2024-11-04T23:35:48.144Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2733 | 2024-11-04T23:35:48.912Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2734 | 2024-11-04T23:35:51.800Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2735 | 2024-11-04T23:35:52.925Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2736 | 2024-11-04T23:36:01.131Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2737 | 2024-11-04T23:36:01.133Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2738 | 2024-11-04T23:36:01.133Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2739 | 2024-11-04T23:36:01.133Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2740 | 2024-11-04T23:36:04.188Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2741 | 2024-11-04T23:36:04.311Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2742 | 2024-11-04T23:36:05.230Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2743 | 2024-11-04T23:36:05.351Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2744 | 2024-11-04T23:36:07.587Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2745 | 2024-11-04T23:36:08.324Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2746 | 2024-11-04T23:36:09.032Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2747 | 2024-11-04T23:36:09.206Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2748 | 2024-11-04T23:36:10.192Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2749 | 2024-11-04T23:36:10.357Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2750 | 2024-11-04T23:36:12.021Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2751 | 2024-11-04T23:36:12.062Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2752 | 2024-11-04T23:36:12.924Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2753 | 2024-11-04T23:36:13.583Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2754 | 2024-11-04T23:36:15.082Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2755 | 2024-11-04T23:36:15.325Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2756 | 2024-11-04T23:36:15.526Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2757 | 2024-11-04T23:36:16.569Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2758 | 2024-11-04T23:36:17.314Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2759 | 2024-11-04T23:36:17.402Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2760 | 2024-11-04T23:36:20.139Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2761 | 2024-11-04T23:36:22.022Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2762 | 2024-11-04T23:36:22.123Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2763 | 2024-11-04T23:36:23.798Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2764 | 2024-11-04T23:36:28.366Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2765 | 2024-11-04T23:36:36.737Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2766 | 2024-11-04T23:36:38.416Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2767 | 2024-11-04T23:37:31.835Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-11-04T23:38:02.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s |
2769 | 2024-11-04T23:38:02.317Z | |
2770 | 2024-11-04T23:38:02.317Z | real 3:01.650667208 |
2771 | 2024-11-04T23:38:02.317Z | user 11:42.747927392 |
2772 | 2024-11-04T23:38:02.317Z | sys 2:17.729454905 |
2773 | 2024-11-04T23:38:02.317Z | trap 0.295419154 |
2774 | 2024-11-04T23:38:02.320Z | tflt 0.754559712 |
2775 | 2024-11-04T23:38:02.320Z | dflt 1.922580324 |
2776 | 2024-11-04T23:38:02.320Z | kflt 0.000512611 |
2777 | 2024-11-04T23:38:02.320Z | lock 24:45.745090341 |
2778 | 2024-11-04T23:38:02.320Z | slp 41:11.901716824 |
2779 | 2024-11-04T23:38:02.320Z | lat 34.465807585 |
2780 | 2024-11-04T23:38:02.320Z | stop 1:22.701270502 |
2781 | 2024-11-04T23:38:02.321Z | + mkdir tests |
2782 | 2024-11-04T23:38:02.323Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2783 | 2024-11-04T23:38:02.323Z | + xargs -I '{}' -t cp '{}' tests/ |
2784 | 2024-11-04T23:38:03.547Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/ |
2785 | 2024-11-04T23:38:03.573Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/ |
2786 | 2024-11-04T23:38:03.599Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/ |
2787 | 2024-11-04T23:38:03.624Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/ |
2788 | 2024-11-04T23:38:03.824Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2789 | 2024-11-04T23:38:03.826Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-68ca88e587a7b5c5 tests/commtest-ec6bfd4845fc8f27 tests/dhcp_server-66adfe2d07f2bcad tests/end_to_end_tests-4334d32fd8c55416 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2790 | 2024-11-04T23:39:09.217Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2791 | 2024-11-04T23:39:09.217Z | a .github/buildomat/ci-env.sh 1K |
2792 | 2024-11-04T23:39:09.217Z | a out/target/test 1K |
2793 | 2024-11-04T23:39:09.217Z | a out/npuzone/npuzone 23144K |
2794 | 2024-11-04T23:39:09.217Z | a package-manifest.toml 32K |
2795 | 2024-11-04T23:39:09.217Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2796 | 2024-11-04T23:39:09.219Z | a target/release/omicron-package 32538K |
2797 | 2024-11-04T23:39:09.219Z | a target/release/xtask 11749K |
2798 | 2024-11-04T23:39:09.220Z | a target/debug/bootstrap 196071K |
2799 | 2024-11-04T23:39:09.220Z | a tests/bootstrap-68ca88e587a7b5c5 23991K |
2800 | 2024-11-04T23:39:09.220Z | a tests/commtest-ec6bfd4845fc8f27 24191K |
2801 | 2024-11-04T23:39:09.220Z | a tests/dhcp_server-66adfe2d07f2bcad 23991K |
2802 | 2024-11-04T23:39:09.220Z | a tests/end_to_end_tests-4334d32fd8c55416 208281K |
2803 | 2024-11-04T23:39:09.220Z | a out/clickhouse.tar.gz 244336K |
2804 | 2024-11-04T23:39:09.220Z | a out/clickhouse_keeper.tar.gz 244312K |
2805 | 2024-11-04T23:39:09.220Z | a out/clickhouse_server.tar.gz 244311K |
2806 | 2024-11-04T23:39:09.220Z | a out/cockroachdb.tar.gz 130034K |
2807 | 2024-11-04T23:39:09.220Z | a out/crucible-dtrace.tar 83K |
2808 | 2024-11-04T23:39:09.221Z | a out/crucible-pantry-zone.tar.gz 26854K |
2809 | 2024-11-04T23:39:09.221Z | a out/crucible-zone.tar.gz 35060K |
2810 | 2024-11-04T23:39:09.221Z | a out/external-dns.tar.gz 30753K |
2811 | 2024-11-04T23:39:09.221Z | a out/internal-dns.tar.gz 30753K |
2812 | 2024-11-04T23:39:09.221Z | a out/mg-ddm-gz.tar 62661K |
2813 | 2024-11-04T23:39:09.221Z | a out/nexus.tar.gz 96393K |
2814 | 2024-11-04T23:39:09.221Z | a out/ntp.tar.gz 9033K |
2815 | 2024-11-04T23:39:09.221Z | a out/omicron-gateway-softnpu.tar.gz 21670K |
2816 | 2024-11-04T23:39:09.222Z | a out/omicron-sled-agent.tar 104246K |
2817 | 2024-11-04T23:39:09.222Z | a out/overlay.tar.gz 3K |
2818 | 2024-11-04T23:39:09.222Z | a out/oximeter.tar.gz 46033K |
2819 | 2024-11-04T23:39:09.222Z | a out/oxlog.tar 3071K |
2820 | 2024-11-04T23:39:09.222Z | a out/probe.tar.gz 2764K |
2821 | 2024-11-04T23:39:09.222Z | a out/propolis-server.tar.gz 66584K |
2822 | 2024-11-04T23:39:09.222Z | a out/pumpkind-gz.tar 26665K |
2823 | 2024-11-04T23:39:09.222Z | a out/switch-softnpu.tar.gz 224508K |
2824 | 2024-11-04T23:39:09.227Z | |
2825 | 2024-11-04T23:39:09.227Z | real 1:05.379393605 |
2826 | 2024-11-04T23:39:09.227Z | user 1:02.321003243 |
2827 | 2024-11-04T23:39:09.227Z | sys 4.399581297 |
2828 | 2024-11-04T23:39:09.227Z | trap 0.016697905 |
2829 | 2024-11-04T23:39:09.228Z | tflt 0.000000000 |
2830 | 2024-11-04T23:39:09.228Z | dflt 0.000000000 |
2831 | 2024-11-04T23:39:09.228Z | kflt 0.000000000 |
2832 | 2024-11-04T23:39:09.228Z | lock 0.000000000 |
2833 | 2024-11-04T23:39:09.228Z | slp 1:02.118544137 |
2834 | 2024-11-04T23:39:09.228Z | lat 1.897219370 |
2835 | 2024-11-04T23:39:09.228Z | stop 0.000536210 |
2836 | 2024-11-04T23:39:09.228Z | process exited: duration 2034754 ms, exit code 0 |
|
2837 | 2024-11-04T23:39:09.243Z | found 1 output files |
2838 | 2024-11-04T23:39:09.243Z | uploading: /work/package.tar.gz (1693268975 bytes) |
2839 | 2024-11-04T23:39:42.841Z | uploaded: /work/package.tar.gz |