|
|
|
1 | 2024-12-19T05:31:32.479Z | job assigned to worker 01JFEPAWQ7P00GZ0NT6PDGW071 [factory aws, i-00c5a23ee4db09afd] (queued for 1 m 7 s) |
|
2 | 2024-12-19T05:31:40.343Z | starting task 0: "setup" |
3 | 2024-12-19T05:31:40.352Z | ++ uname -s |
4 | 2024-12-19T05:31:40.355Z | + kern=SunOS |
5 | 2024-12-19T05:31:40.355Z | + case "$kern" in |
6 | 2024-12-19T05:31:40.355Z | + groupadd -g 12345 build |
7 | 2024-12-19T05:31:40.358Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T05:31:42.365Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T05:31:42.495Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T05:31:42.498Z | + home_fs=zfs |
11 | 2024-12-19T05:31:42.498Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T05:31:42.498Z | + mkdir -p /home/build |
13 | 2024-12-19T05:31:42.500Z | + chown build:build /home/build /work |
14 | 2024-12-19T05:31:44.502Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T05:31:44.505Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2024-12-19T05:31:44.510Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T05:31:44.515Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T05:31:44.516Z | ' stable |
19 | 2024-12-19T05:31:44.516Z | * toolchain channel = "stable" |
20 | 2024-12-19T05:31:44.516Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T05:31:44.516Z | ' default |
22 | 2024-12-19T05:31:44.516Z | * toolchain profile = "default" |
23 | 2024-12-19T05:31:44.519Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T05:31:44.520Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-19T05:31:44.635Z | info: downloading installer |
26 | 2024-12-19T05:31:45.964Z | info: profile set to 'default' |
27 | 2024-12-19T05:31:45.964Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T05:31:45.967Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-19T05:31:46.104Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-19T05:31:46.105Z | info: downloading component 'cargo' |
31 | 2024-12-19T05:31:46.820Z | info: downloading component 'clippy' |
32 | 2024-12-19T05:31:47.094Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T05:31:48.099Z | info: downloading component 'rust-std' |
34 | 2024-12-19T05:31:49.556Z | info: downloading component 'rustc' |
35 | 2024-12-19T05:31:55.015Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T05:31:55.232Z | info: installing component 'cargo' |
37 | 2024-12-19T05:31:56.046Z | info: installing component 'clippy' |
38 | 2024-12-19T05:31:56.419Z | info: installing component 'rust-docs' |
39 | 2024-12-19T05:31:58.128Z | info: installing component 'rust-std' |
40 | 2024-12-19T05:31:59.778Z | info: installing component 'rustc' |
41 | 2024-12-19T05:32:05.629Z | info: installing component 'rustfmt' |
42 | 2024-12-19T05:32:05.963Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-19T05:32:05.963Z | |
44 | 2024-12-19T05:32:06.330Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-19T05:32:06.330Z | |
46 | 2024-12-19T05:32:06.333Z | |
47 | 2024-12-19T05:32:06.333Z | Rust is installed now. Great! |
48 | 2024-12-19T05:32:06.333Z | |
49 | 2024-12-19T05:32:06.333Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T05:32:06.333Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T05:32:06.333Z | |
52 | 2024-12-19T05:32:06.333Z | To configure your current shell, you need to source |
53 | 2024-12-19T05:32:06.333Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T05:32:06.333Z | |
55 | 2024-12-19T05:32:06.333Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T05:32:06.333Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T05:32:06.333Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T05:32:06.502Z | + rustc --version |
59 | 2024-12-19T05:32:06.505Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-19T05:32:06.505Z | process exited: duration 21970 ms, exit code 0 |
|
61 | 2024-12-19T05:32:06.510Z | starting task 2: "authentication" |
62 | 2024-12-19T05:32:06.531Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T05:32:06.537Z | starting task 3: "clone repository" |
64 | 2024-12-19T05:32:06.542Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-19T05:32:06.545Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-19T05:32:06.590Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-19T05:32:07.132Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-19T05:32:07.132Z | + git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
69 | 2024-12-19T05:32:07.418Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-19T05:32:07.418Z | * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD |
71 | 2024-12-19T05:32:07.427Z | + [[ -n renovate/libc-0.x-lockfile ]] |
72 | 2024-12-19T05:32:07.429Z | ++ git branch --show-current |
73 | 2024-12-19T05:32:07.433Z | + current=main |
74 | 2024-12-19T05:32:07.433Z | + [[ main != renovate/libc-0.x-lockfile ]] |
75 | 2024-12-19T05:32:07.433Z | + git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
76 | 2024-12-19T05:32:07.435Z | + git checkout -f renovate/libc-0.x-lockfile |
77 | 2024-12-19T05:32:07.449Z | Switched to branch 'renovate/libc-0.x-lockfile' |
78 | 2024-12-19T05:32:07.451Z | + git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
79 | 2024-12-19T05:32:07.465Z | HEAD is now at 750dc4b Update Rust crate libc to v0.2.169 |
80 | 2024-12-19T05:32:07.467Z | process exited: duration 928 ms, exit code 0 |
|
81 | 2024-12-19T05:32:07.473Z | starting task 4: "build" |
82 | 2024-12-19T05:32:07.479Z | ++ cargo --version |
83 | 2024-12-19T05:32:07.484Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-19T05:32:07.662Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-19T05:32:07.664Z | info: downloading component 'cargo' |
86 | 2024-12-19T05:32:08.639Z | info: downloading component 'clippy' |
87 | 2024-12-19T05:32:09.002Z | info: downloading component 'rust-docs' |
88 | 2024-12-19T05:32:10.380Z | info: downloading component 'rust-std' |
89 | 2024-12-19T05:32:12.496Z | info: downloading component 'rustc' |
90 | 2024-12-19T05:32:20.087Z | info: downloading component 'rustfmt' |
91 | 2024-12-19T05:32:20.373Z | info: installing component 'cargo' |
92 | 2024-12-19T05:32:21.175Z | info: installing component 'clippy' |
93 | 2024-12-19T05:32:21.536Z | info: installing component 'rust-docs' |
94 | 2024-12-19T05:32:23.105Z | info: installing component 'rust-std' |
95 | 2024-12-19T05:32:24.848Z | info: installing component 'rustc' |
96 | 2024-12-19T05:32:30.560Z | info: installing component 'rustfmt' |
97 | 2024-12-19T05:32:30.983Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-19T05:32:30.986Z | ++ rustc --version |
99 | 2024-12-19T05:32:31.059Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-19T05:32:31.064Z | ++ dladm |
101 | 2024-12-19T05:32:31.069Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-19T05:32:31.069Z | ena0 phys 9216 up -- -- |
103 | 2024-12-19T05:32:31.072Z | ++ ipadm |
104 | 2024-12-19T05:32:31.074Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-19T05:32:31.074Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-19T05:32:31.074Z | ena0/dhcp dhcp ok 10.150.1.230/24 |
107 | 2024-12-19T05:32:31.074Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-19T05:32:31.074Z | ++ banner collect |
109 | 2024-12-19T05:32:31.076Z | |
110 | 2024-12-19T05:32:31.077Z | #### #### # # ###### #### ##### |
111 | 2024-12-19T05:32:31.077Z | # # # # # # # # # # |
112 | 2024-12-19T05:32:31.077Z | # # # # # ##### # # |
113 | 2024-12-19T05:32:31.077Z | # # # # # # # # |
114 | 2024-12-19T05:32:31.077Z | # # # # # # # # # # |
115 | 2024-12-19T05:32:31.077Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-19T05:32:31.077Z | |
117 | 2024-12-19T05:32:31.077Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-19T05:32:31.077Z | ++ repo=softnpu |
119 | 2024-12-19T05:32:31.077Z | ++ series=image |
120 | 2024-12-19T05:32:31.077Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-19T05:32:31.077Z | ++ name=softnpu |
122 | 2024-12-19T05:32:31.077Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-19T05:32:31.077Z | ++ mkdir -p download |
124 | 2024-12-19T05:32:31.079Z | ++ pushd download |
125 | 2024-12-19T05:32:31.079Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-19T05:32:31.079Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-19T05:32:31.079Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-19T05:32:31.087Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-19T05:32:31.089Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-19T05:32:31.441Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 62.0M 0 --:--:-- --:--:-- --:--:-- 62.2M |
131 | 2024-12-19T05:32:31.446Z | ++ popd |
132 | 2024-12-19T05:32:31.446Z | /work/oxidecomputer/maghemite |
133 | 2024-12-19T05:32:31.446Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-19T05:32:31.446Z | ++ repo=sidecar-lite |
135 | 2024-12-19T05:32:31.446Z | ++ series=release |
136 | 2024-12-19T05:32:31.446Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-19T05:32:31.446Z | ++ name=libsidecar_lite.so |
138 | 2024-12-19T05:32:31.446Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-19T05:32:31.446Z | ++ mkdir -p download |
140 | 2024-12-19T05:32:31.448Z | ++ pushd download |
141 | 2024-12-19T05:32:31.448Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-19T05:32:31.448Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-19T05:32:31.448Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-19T05:32:31.455Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-19T05:32:31.455Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-19T05:32:31.744Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 70.2M 0 --:--:-- --:--:-- --:--:-- 70.5M |
147 | 2024-12-19T05:32:31.755Z | ++ popd |
148 | 2024-12-19T05:32:31.755Z | /work/oxidecomputer/maghemite |
149 | 2024-12-19T05:32:31.755Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-19T05:32:31.755Z | ++ repo=sidecar-lite |
151 | 2024-12-19T05:32:31.755Z | ++ series=release |
152 | 2024-12-19T05:32:31.755Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-19T05:32:31.755Z | ++ name=scadm |
154 | 2024-12-19T05:32:31.755Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-19T05:32:31.756Z | ++ mkdir -p download |
156 | 2024-12-19T05:32:31.762Z | ++ pushd download |
157 | 2024-12-19T05:32:31.762Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-19T05:32:31.762Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-19T05:32:31.763Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-19T05:32:31.763Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-19T05:32:31.763Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-19T05:32:32.181Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 53.9M 0 --:--:-- --:--:-- --:--:-- 53.8M |
163 | 2024-12-19T05:32:32.191Z | ++ popd |
164 | 2024-12-19T05:32:32.191Z | /work/oxidecomputer/maghemite |
165 | 2024-12-19T05:32:32.191Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-19T05:32:32.191Z | ++ repo=dendrite |
167 | 2024-12-19T05:32:32.192Z | ++ series=image |
168 | 2024-12-19T05:32:32.192Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-19T05:32:32.192Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-19T05:32:32.192Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-19T05:32:32.193Z | ++ mkdir -p download |
172 | 2024-12-19T05:32:32.197Z | ++ pushd download |
173 | 2024-12-19T05:32:32.197Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-19T05:32:32.197Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-19T05:32:32.197Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-19T05:32:32.197Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-19T05:32:32.197Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-19T05:32:32.912Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
88 37.5M 88 33.1M 0 0 48.9M 0 --:--:-- --:--:-- --:--:-- 48.9M
100 37.5M 100 37.5M 0 0 52.3M 0 --:--:-- --:--:-- --:--:-- 52.3M |
179 | 2024-12-19T05:32:32.916Z | ++ popd |
180 | 2024-12-19T05:32:32.920Z | /work/oxidecomputer/maghemite |
181 | 2024-12-19T05:32:32.921Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-19T05:32:32.921Z | ++ repo=maghemite |
183 | 2024-12-19T05:32:32.921Z | ++ series=release |
184 | 2024-12-19T05:32:32.921Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-19T05:32:32.921Z | ++ name=ddmd |
186 | 2024-12-19T05:32:32.921Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-19T05:32:32.921Z | ++ mkdir -p download |
188 | 2024-12-19T05:32:32.921Z | ++ pushd download |
189 | 2024-12-19T05:32:32.921Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-19T05:32:32.921Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-19T05:32:32.921Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-19T05:32:32.927Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-19T05:32:32.927Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-19T05:32:33.619Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 59.1M 0 --:--:-- --:--:-- --:--:-- 59.1M |
195 | 2024-12-19T05:32:33.623Z | ++ popd |
196 | 2024-12-19T05:32:33.626Z | /work/oxidecomputer/maghemite |
197 | 2024-12-19T05:32:33.626Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-19T05:32:33.626Z | ++ repo=maghemite |
199 | 2024-12-19T05:32:33.626Z | ++ series=release |
200 | 2024-12-19T05:32:33.626Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-19T05:32:33.626Z | ++ name=ddmadm |
202 | 2024-12-19T05:32:33.627Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-19T05:32:33.627Z | ++ mkdir -p download |
204 | 2024-12-19T05:32:33.627Z | ++ pushd download |
205 | 2024-12-19T05:32:33.627Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-19T05:32:33.627Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-19T05:32:33.627Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-19T05:32:33.634Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-19T05:32:33.634Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-19T05:32:34.154Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
16 18.0M 16 3059k 0 0 12.2M 0 0:00:01 --:--:-- 0:00:01 12.2M
100 18.0M 100 18.0M 0 0 34.7M 0 --:--:-- --:--:-- --:--:-- 34.7M |
211 | 2024-12-19T05:32:34.161Z | ++ popd |
212 | 2024-12-19T05:32:34.161Z | /work/oxidecomputer/maghemite |
213 | 2024-12-19T05:32:34.161Z | ++ pushd download |
214 | 2024-12-19T05:32:34.161Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-19T05:32:34.161Z | ++ chmod +x softnpu |
216 | 2024-12-19T05:32:34.167Z | ++ chmod +x scadm |
217 | 2024-12-19T05:32:34.167Z | ++ chmod +x ddmadm |
218 | 2024-12-19T05:32:34.167Z | ++ chmod +x ddmd |
219 | 2024-12-19T05:32:34.167Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-19T05:32:34.182Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-19T05:32:34.182Z | ++ rm -rf zones/dendrite |
222 | 2024-12-19T05:32:34.182Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-19T05:32:34.182Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-19T05:32:34.944Z | ++ popd |
225 | 2024-12-19T05:32:34.944Z | /work/oxidecomputer/maghemite |
226 | 2024-12-19T05:32:34.944Z | ++ banner install |
227 | 2024-12-19T05:32:34.947Z | |
228 | 2024-12-19T05:32:34.947Z | # # # #### ##### ## # # |
229 | 2024-12-19T05:32:34.947Z | # ## # # # # # # # |
230 | 2024-12-19T05:32:34.948Z | # # # # #### # # # # # |
231 | 2024-12-19T05:32:34.948Z | # # # # # # ###### # # |
232 | 2024-12-19T05:32:34.948Z | # # ## # # # # # # # |
233 | 2024-12-19T05:32:34.948Z | # # # #### # # # ###### ###### |
234 | 2024-12-19T05:32:34.948Z | |
235 | 2024-12-19T05:32:34.951Z | ++ pkg info brand/sparse |
236 | 2024-12-19T05:32:34.951Z | ++ grep -qi installed |
237 | 2024-12-19T05:32:36.668Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-19T05:32:36.668Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-19T05:32:36.668Z | |
240 | 2024-12-19T05:32:36.668Z | brand/sparse |
241 | 2024-12-19T05:32:36.717Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-19T05:32:36.717Z | ++ set -o errexit |
243 | 2024-12-19T05:32:36.717Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-19T05:32:46.573Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-19T05:32:50.493Z | Startup: Caching catalogs ... Done |
246 | 2024-12-19T05:33:01.284Z | Planning: Solver setup ... Done |
247 | 2024-12-19T05:33:01.420Z | Planning: Running solver ... Done |
248 | 2024-12-19T05:33:01.526Z | Planning: Finding local manifests ... Done |
249 | 2024-12-19T05:33:01.538Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-19T05:33:01.632Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-19T05:33:01.704Z | Planning: Package planning ... Done |
252 | 2024-12-19T05:33:01.710Z | Planning: Merging actions ... Done |
253 | 2024-12-19T05:33:01.900Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-19T05:33:03.765Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-19T05:33:04.183Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-19T05:33:04.254Z | Planning: Planning completed in 13.67 seconds |
257 | 2024-12-19T05:33:04.270Z | Packages to install: 1 |
258 | 2024-12-19T05:33:04.270Z | Packages to update: 2 |
259 | 2024-12-19T05:33:04.272Z | Create boot environment: No |
260 | 2024-12-19T05:33:04.273Z | Create backup boot environment: Yes |
261 | 2024-12-19T05:33:04.349Z | |
262 | 2024-12-19T05:33:04.349Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-19T05:33:10.493Z | Download: 912/1009 items 7.9/8.0MB 98% complete (2.4M/s) |
264 | 2024-12-19T05:33:11.039Z | Download: Completed 8.03 MB in 6.69 seconds (1.2M/s) |
265 | 2024-12-19T05:33:12.922Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-12-19T05:33:12.941Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-12-19T05:33:13.059Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-12-19T05:33:13.384Z | Actions: Completed 1419 actions in 0.46 seconds. |
269 | 2024-12-19T05:33:13.763Z | Done |
270 | 2024-12-19T05:33:13.765Z | Done |
271 | 2024-12-19T05:33:14.290Z | Done |
272 | 2024-12-19T05:33:18.639Z | Done |
273 | 2024-12-19T05:33:18.724Z | Done |
274 | 2024-12-19T05:33:18.726Z | Done |
275 | 2024-12-19T05:33:18.851Z | Done |
276 | 2024-12-19T05:33:19.259Z | ++ set -o errexit |
277 | 2024-12-19T05:33:19.259Z | ++ set -o pipefail |
278 | 2024-12-19T05:33:19.259Z | ++ banner build |
279 | 2024-12-19T05:33:19.262Z | |
280 | 2024-12-19T05:33:19.262Z | ##### # # # # ##### |
281 | 2024-12-19T05:33:19.262Z | # # # # # # # # |
282 | 2024-12-19T05:33:19.262Z | ##### # # # # # # |
283 | 2024-12-19T05:33:19.263Z | # # # # # # # # |
284 | 2024-12-19T05:33:19.263Z | # # # # # # # # |
285 | 2024-12-19T05:33:19.263Z | ##### #### # ###### ##### |
286 | 2024-12-19T05:33:19.263Z | |
287 | 2024-12-19T05:33:19.263Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-12-19T05:33:19.449Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-12-19T05:33:19.690Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-12-19T05:33:19.915Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-12-19T05:33:19.915Z | * [new branch] ci -> origin/ci |
292 | 2024-12-19T05:33:19.918Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
293 | 2024-12-19T05:33:19.918Z | * [new branch] main -> origin/main |
294 | 2024-12-19T05:33:19.918Z | * [new ref] -> origin/HEAD |
295 | 2024-12-19T05:33:19.930Z | Updating crates.io index |
296 | 2024-12-19T05:33:19.933Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-12-19T05:33:20.744Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-12-19T05:33:20.744Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-12-19T05:33:20.948Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-12-19T05:33:22.157Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-12-19T05:33:22.157Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-12-19T05:33:22.197Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-12-19T05:33:22.584Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-12-19T05:33:22.584Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-12-19T05:33:22.642Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-19T05:33:23.098Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-12-19T05:33:23.098Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-12-19T05:33:23.110Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-12-19T05:33:26.558Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-12-19T05:33:26.558Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-12-19T05:33:26.587Z | * [new tag] dogfood -> dogfood |
312 | 2024-12-19T05:33:26.590Z | * [new tag] v5 -> v5 |
313 | 2024-12-19T05:33:26.590Z | * [new tag] v6 -> v6 |
314 | 2024-12-19T05:33:26.590Z | * [new tag] v7 -> v7 |
315 | 2024-12-19T05:33:26.590Z | * [new tag] v8 -> v8 |
316 | 2024-12-19T05:33:26.590Z | * [new tag] v9 -> v9 |
317 | 2024-12-19T05:33:26.949Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-12-19T05:33:27.537Z | From https://github.com/oxidecomputer/opte |
319 | 2024-12-19T05:33:27.537Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-12-19T05:33:27.582Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-12-19T05:33:27.973Z | From https://github.com/illumos/smf-rs |
322 | 2024-12-19T05:33:27.973Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-12-19T05:33:28.006Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-12-19T05:33:28.519Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-12-19T05:33:28.519Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-12-19T05:33:28.537Z | * [new tag] rift -> rift |
327 | 2024-12-19T05:33:28.540Z | * [new tag] srp -> srp |
328 | 2024-12-19T05:33:28.540Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-12-19T05:33:28.590Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-12-19T05:33:28.980Z | From https://github.com/oxidecomputer/zone |
331 | 2024-12-19T05:33:28.981Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-12-19T05:33:29.009Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-12-19T05:33:29.717Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-12-19T05:33:29.717Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-12-19T05:33:29.823Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-12-19T05:33:30.198Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-12-19T05:33:30.198Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-12-19T05:33:30.226Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-12-19T05:33:30.622Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-12-19T05:33:30.622Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-12-19T05:33:30.639Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-12-19T05:33:30.654Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-12-19T05:33:31.013Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-12-19T05:33:31.014Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-12-19T05:33:31.037Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-12-19T05:33:31.479Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-12-19T05:33:31.479Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-12-19T05:33:31.527Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-12-19T05:33:31.882Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-12-19T05:33:31.882Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-12-19T05:33:31.908Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-12-19T05:33:32.275Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-12-19T05:33:32.275Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-12-19T05:33:32.312Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-12-19T05:33:32.705Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-12-19T05:33:32.705Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-12-19T05:33:32.742Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-12-19T05:33:33.140Z | From https://github.com/illumos/libscf-sys |
359 | 2024-12-19T05:33:33.140Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-12-19T05:33:33.163Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-12-19T05:33:34.100Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-12-19T05:33:34.100Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-12-19T05:33:34.121Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-12-19T05:33:34.123Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-12-19T05:33:34.123Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-12-19T05:33:34.123Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-12-19T05:33:34.123Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-12-19T05:33:34.123Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-12-19T05:33:34.123Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-12-19T05:33:34.235Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-12-19T05:33:34.971Z | From https://github.com/oxidecomputer/typify |
372 | 2024-12-19T05:33:34.971Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-12-19T05:33:34.974Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-12-19T05:33:34.991Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-12-19T05:33:34.994Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-12-19T05:33:34.995Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-12-19T05:33:34.995Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-12-19T05:33:34.995Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-12-19T05:33:35.281Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-12-19T05:33:36.296Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-12-19T05:33:36.296Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-12-19T05:33:36.374Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-12-19T05:33:36.787Z | From https://github.com/oxidecomputer/opte |
392 | 2024-12-19T05:33:36.787Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-12-19T05:33:36.836Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-12-19T05:33:37.474Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-12-19T05:33:37.474Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-12-19T05:33:38.180Z | Downloading crates ... |
397 | 2024-12-19T05:33:38.273Z | Downloaded allocator-api2 v0.2.18 |
398 | 2024-12-19T05:33:38.277Z | Downloaded const-random-macro v0.1.16 |
399 | 2024-12-19T05:33:38.279Z | Downloaded ciborium-io v0.2.2 |
400 | 2024-12-19T05:33:38.279Z | Downloaded ahash v0.8.11 |
401 | 2024-12-19T05:33:38.285Z | Downloaded parking_lot_core v0.9.10 |
402 | 2024-12-19T05:33:38.288Z | Downloaded crunchy v0.2.2 |
403 | 2024-12-19T05:33:38.290Z | Downloaded percent-encoding v2.3.1 |
404 | 2024-12-19T05:33:38.290Z | Downloaded pest_meta v2.7.13 |
405 | 2024-12-19T05:33:38.292Z | Downloaded parking_lot_core v0.8.6 |
406 | 2024-12-19T05:33:38.296Z | Downloaded crucible-workspace-hack v0.1.0 |
407 | 2024-12-19T05:33:38.299Z | Downloaded dtrace-parser v0.2.0 |
408 | 2024-12-19T05:33:38.299Z | Downloaded cstr-argument v0.1.2 |
409 | 2024-12-19T05:33:38.301Z | Downloaded crc8 v0.1.1 |
410 | 2024-12-19T05:33:38.301Z | Downloaded pretty-hex v0.4.1 |
411 | 2024-12-19T05:33:38.304Z | Downloaded pretty-hex v0.2.1 |
412 | 2024-12-19T05:33:38.306Z | Downloaded foreign-types-shared v0.3.1 |
413 | 2024-12-19T05:33:38.306Z | Downloaded foreign-types v0.3.2 |
414 | 2024-12-19T05:33:38.311Z | Downloaded foreign-types-shared v0.1.1 |
415 | 2024-12-19T05:33:38.313Z | Downloaded anstyle-parse v0.2.5 |
416 | 2024-12-19T05:33:38.316Z | Downloaded scroll_derive v0.12.0 |
417 | 2024-12-19T05:33:38.316Z | Downloaded darling_macro v0.20.10 |
418 | 2024-12-19T05:33:38.316Z | Downloaded const-random v0.1.18 |
419 | 2024-12-19T05:33:38.319Z | Downloaded atomicwrites v0.4.4 |
420 | 2024-12-19T05:33:38.319Z | Downloaded sigpipe v0.1.3 |
421 | 2024-12-19T05:33:38.321Z | Downloaded async-stream-impl v0.3.5 |
422 | 2024-12-19T05:33:38.321Z | Downloaded progenitor-client v0.8.0 |
423 | 2024-12-19T05:33:38.327Z | Downloaded serde-big-array v0.5.1 |
424 | 2024-12-19T05:33:38.330Z | Downloaded byteorder v1.5.0 |
425 | 2024-12-19T05:33:38.333Z | Downloaded futures-sink v0.3.30 |
426 | 2024-12-19T05:33:38.333Z | Downloaded autocfg v1.3.0 |
427 | 2024-12-19T05:33:38.335Z | Downloaded paste v1.0.15 |
428 | 2024-12-19T05:33:38.338Z | Downloaded pin-utils v0.1.0 |
429 | 2024-12-19T05:33:38.341Z | Downloaded rustc_version v0.1.7 |
430 | 2024-12-19T05:33:38.341Z | Downloaded parse-display-derive v0.10.0 |
431 | 2024-12-19T05:33:38.344Z | Downloaded serde_urlencoded v0.7.1 |
432 | 2024-12-19T05:33:38.347Z | Downloaded digest v0.10.7 |
433 | 2024-12-19T05:33:38.349Z | Downloaded fixedbitset v0.4.2 |
434 | 2024-12-19T05:33:38.349Z | Downloaded schemars_derive v0.8.21 |
435 | 2024-12-19T05:33:38.352Z | Downloaded quinn-udp v0.5.5 |
436 | 2024-12-19T05:33:38.354Z | Downloaded fnv v1.0.7 |
437 | 2024-12-19T05:33:38.354Z | Downloaded defmt-macros v0.3.9 |
438 | 2024-12-19T05:33:38.357Z | Downloaded slog-envlogger v2.2.0 |
439 | 2024-12-19T05:33:38.361Z | Downloaded scopeguard v1.2.0 |
440 | 2024-12-19T05:33:38.363Z | Downloaded sha1 v0.10.6 |
441 | 2024-12-19T05:33:38.366Z | Downloaded defmt-parser v0.3.4 |
442 | 2024-12-19T05:33:38.366Z | Downloaded futures-macro v0.3.30 |
443 | 2024-12-19T05:33:38.368Z | Downloaded rustls-pemfile v1.0.4 |
444 | 2024-12-19T05:33:38.371Z | Downloaded rand_chacha v0.3.1 |
445 | 2024-12-19T05:33:38.371Z | Downloaded progenitor-macro v0.8.0 |
446 | 2024-12-19T05:33:38.374Z | Downloaded pest_generator v2.7.13 |
447 | 2024-12-19T05:33:38.374Z | Downloaded futures-core v0.3.30 |
448 | 2024-12-19T05:33:38.377Z | Downloaded rustc-hash v2.0.0 |
449 | 2024-12-19T05:33:38.379Z | Downloaded futures-executor v0.3.30 |
450 | 2024-12-19T05:33:38.379Z | Downloaded slog-dtrace v0.3.0 |
451 | 2024-12-19T05:33:38.382Z | Downloaded slab v0.4.9 |
452 | 2024-12-19T05:33:38.382Z | Downloaded slog-bunyan v2.5.0 |
453 | 2024-12-19T05:33:38.384Z | Downloaded serde_tokenstream v0.2.2 |
454 | 2024-12-19T05:33:38.386Z | Downloaded convert_case v0.4.0 |
455 | 2024-12-19T05:33:38.386Z | Downloaded clap_derive v4.5.18 |
456 | 2024-12-19T05:33:38.389Z | Downloaded hubpack_derive v0.1.1 |
457 | 2024-12-19T05:33:38.392Z | Downloaded dirs-next v2.0.0 |
458 | 2024-12-19T05:33:38.392Z | Downloaded async-stream v0.3.5 |
459 | 2024-12-19T05:33:38.394Z | Downloaded sync_wrapper v1.0.1 |
460 | 2024-12-19T05:33:38.397Z | Downloaded ciborium v0.2.2 |
461 | 2024-12-19T05:33:38.399Z | Downloaded slog-async v2.8.0 |
462 | 2024-12-19T05:33:38.399Z | Downloaded foreign-types-macros v0.2.3 |
463 | 2024-12-19T05:33:38.402Z | Downloaded defmt v0.3.8 |
464 | 2024-12-19T05:33:38.410Z | Downloaded shlex v1.3.0 |
465 | 2024-12-19T05:33:38.410Z | Downloaded pest_derive v2.7.13 |
466 | 2024-12-19T05:33:38.410Z | Downloaded tinyvec_macros v0.1.1 |
467 | 2024-12-19T05:33:38.419Z | Downloaded scroll v0.12.0 |
468 | 2024-12-19T05:33:38.419Z | Downloaded rustls-pki-types v1.8.0 |
469 | 2024-12-19T05:33:38.419Z | Downloaded colored v2.1.0 |
470 | 2024-12-19T05:33:38.419Z | Downloaded semver v0.1.20 |
471 | 2024-12-19T05:33:38.419Z | Downloaded camino v1.1.9 |
472 | 2024-12-19T05:33:38.422Z | Downloaded crc32fast v1.4.2 |
473 | 2024-12-19T05:33:38.428Z | Downloaded async-trait v0.1.83 |
474 | 2024-12-19T05:33:38.428Z | Downloaded try-lock v0.2.5 |
475 | 2024-12-19T05:33:38.428Z | Downloaded postcard v1.0.10 |
476 | 2024-12-19T05:33:38.435Z | Downloaded time-core v0.1.2 |
477 | 2024-12-19T05:33:38.435Z | Downloaded sha2 v0.10.8 |
478 | 2024-12-19T05:33:38.435Z | Downloaded waitgroup v0.1.2 |
479 | 2024-12-19T05:33:38.439Z | Downloaded newtype_derive v0.1.6 |
480 | 2024-12-19T05:33:38.439Z | Downloaded ident_case v1.0.1 |
481 | 2024-12-19T05:33:38.442Z | Downloaded http-body v1.0.1 |
482 | 2024-12-19T05:33:38.442Z | Downloaded sync_wrapper v0.1.2 |
483 | 2024-12-19T05:33:38.442Z | Downloaded openssl-macros v0.1.1 |
484 | 2024-12-19T05:33:38.442Z | Downloaded newline-converter v0.3.0 |
485 | 2024-12-19T05:33:38.445Z | Downloaded futures-channel v0.3.30 |
486 | 2024-12-19T05:33:38.445Z | Downloaded want v0.3.1 |
487 | 2024-12-19T05:33:38.448Z | Downloaded cookie v0.18.1 |
488 | 2024-12-19T05:33:38.450Z | Downloaded itoa v1.0.11 |
489 | 2024-12-19T05:33:38.452Z | Downloaded newtype-uuid v1.1.0 |
490 | 2024-12-19T05:33:38.452Z | Downloaded backoff v0.4.0 |
491 | 2024-12-19T05:33:38.455Z | Downloaded console v0.15.8 |
492 | 2024-12-19T05:33:38.459Z | Downloaded ipnetwork v0.20.0 |
493 | 2024-12-19T05:33:38.461Z | Downloaded omicron-workspace-hack v0.1.0 |
494 | 2024-12-19T05:33:38.461Z | Downloaded indent_write v2.2.0 |
495 | 2024-12-19T05:33:38.464Z | Downloaded proc-macro2 v1.0.86 |
496 | 2024-12-19T05:33:38.466Z | Downloaded clap v4.5.23 |
497 | 2024-12-19T05:33:38.475Z | Downloaded num-iter v0.1.45 |
498 | 2024-12-19T05:33:38.478Z | Downloaded num-integer v0.1.46 |
499 | 2024-12-19T05:33:38.480Z | Downloaded tower-service v0.3.3 |
500 | 2024-12-19T05:33:38.480Z | Downloaded take_mut v0.2.2 |
501 | 2024-12-19T05:33:38.483Z | Downloaded blake2 v0.10.6 |
502 | 2024-12-19T05:33:38.485Z | Downloaded dropshot_endpoint v0.12.0 |
503 | 2024-12-19T05:33:38.487Z | Downloaded similar v2.6.0 |
504 | 2024-12-19T05:33:38.493Z | Downloaded tabwriter v1.4.0 |
505 | 2024-12-19T05:33:38.495Z | Downloaded heck v0.5.0 |
506 | 2024-12-19T05:33:38.498Z | Downloaded toml_datetime v0.6.8 |
507 | 2024-12-19T05:33:38.498Z | Downloaded tokio-native-tls v0.3.1 |
508 | 2024-12-19T05:33:38.501Z | Downloaded match_cfg v0.1.0 |
509 | 2024-12-19T05:33:38.503Z | Downloaded fxhash v0.2.1 |
510 | 2024-12-19T05:33:38.503Z | Downloaded humantime v2.1.0 |
511 | 2024-12-19T05:33:38.507Z | Downloaded crossbeam-utils v0.8.20 |
512 | 2024-12-19T05:33:38.523Z | Downloaded version_check v0.9.5 |
513 | 2024-12-19T05:33:38.523Z | Downloaded structmeta v0.3.0 |
514 | 2024-12-19T05:33:38.523Z | Downloaded hyper-tls v0.6.0 |
515 | 2024-12-19T05:33:38.523Z | Downloaded memmap v0.7.0 |
516 | 2024-12-19T05:33:38.523Z | Downloaded thin-vec v0.2.13 |
517 | 2024-12-19T05:33:38.530Z | Downloaded bytes v1.7.2 |
518 | 2024-12-19T05:33:38.530Z | Downloaded slog v2.7.0 |
519 | 2024-12-19T05:33:38.530Z | Downloaded tiny-keccak v2.0.2 |
520 | 2024-12-19T05:33:38.531Z | Downloaded hubpack v0.1.2 |
521 | 2024-12-19T05:33:38.531Z | Downloaded httpdate v1.0.3 |
522 | 2024-12-19T05:33:38.531Z | Downloaded prettyplease v0.2.22 |
523 | 2024-12-19T05:33:38.533Z | Downloaded num-conv v0.1.0 |
524 | 2024-12-19T05:33:38.536Z | Downloaded swrite v0.1.0 |
525 | 2024-12-19T05:33:38.536Z | Downloaded strum v0.26.3 |
526 | 2024-12-19T05:33:38.538Z | Downloaded smf v0.2.3 |
527 | 2024-12-19T05:33:38.538Z | Downloaded slog-json v2.6.1 |
528 | 2024-12-19T05:33:38.542Z | Downloaded thread-id v4.2.2 |
529 | 2024-12-19T05:33:38.547Z | Downloaded num_enum_derive v0.5.11 |
530 | 2024-12-19T05:33:38.547Z | Downloaded mime v0.3.17 |
531 | 2024-12-19T05:33:38.547Z | Downloaded thiserror-impl v1.0.69 |
532 | 2024-12-19T05:33:38.549Z | Downloaded num_enum v0.7.3 |
533 | 2024-12-19T05:33:38.552Z | Downloaded whoami v1.5.2 |
534 | 2024-12-19T05:33:38.555Z | Downloaded tokio-rustls v0.24.1 |
535 | 2024-12-19T05:33:38.557Z | Downloaded macaddr v1.0.1 |
536 | 2024-12-19T05:33:38.560Z | Downloaded once_cell v1.20.2 |
537 | 2024-12-19T05:33:38.563Z | Downloaded hyper-tls v0.5.0 |
538 | 2024-12-19T05:33:38.565Z | Downloaded arc-swap v1.7.1 |
539 | 2024-12-19T05:33:38.568Z | Downloaded zone_cfg_derive v0.3.0 |
540 | 2024-12-19T05:33:38.570Z | Downloaded num-derive v0.4.2 |
541 | 2024-12-19T05:33:38.572Z | Downloaded hex v0.4.3 |
542 | 2024-12-19T05:33:38.574Z | Downloaded strum_macros v0.26.4 |
543 | 2024-12-19T05:33:38.577Z | Downloaded smartstring v1.0.1 |
544 | 2024-12-19T05:33:38.579Z | Downloaded darling_core v0.20.10 |
545 | 2024-12-19T05:33:38.584Z | Downloaded instant v0.1.13 |
546 | 2024-12-19T05:33:38.586Z | Downloaded managed v0.8.0 |
547 | 2024-12-19T05:33:38.588Z | Downloaded serde v1.0.215 |
548 | 2024-12-19T05:33:38.591Z | Downloaded time-macros v0.2.18 |
549 | 2024-12-19T05:33:38.594Z | Downloaded usdt-attr-macro v0.5.0 |
550 | 2024-12-19T05:33:38.596Z | Downloaded openssl-probe v0.1.5 |
551 | 2024-12-19T05:33:38.596Z | Downloaded num_threads v0.1.7 |
552 | 2024-12-19T05:33:38.598Z | Downloaded base64 v0.22.1 |
553 | 2024-12-19T05:33:38.602Z | Downloaded linked-hash-map v0.5.6 |
554 | 2024-12-19T05:33:38.604Z | Downloaded libsw v3.3.1 |
555 | 2024-12-19T05:33:38.607Z | Downloaded zeroize v1.8.1 |
556 | 2024-12-19T05:33:38.609Z | Downloaded httparse v1.9.4 |
557 | 2024-12-19T05:33:38.612Z | Downloaded unicode-ident v1.0.13 |
558 | 2024-12-19T05:33:38.614Z | Downloaded tokio-rustls v0.26.0 |
559 | 2024-12-19T05:33:38.617Z | Downloaded structmeta-derive v0.3.0 |
560 | 2024-12-19T05:33:38.617Z | Downloaded tracing-attributes v0.1.27 |
561 | 2024-12-19T05:33:38.620Z | Downloaded futures-task v0.3.30 |
562 | 2024-12-19T05:33:38.622Z | Downloaded zone v0.3.0 |
563 | 2024-12-19T05:33:38.622Z | Downloaded thiserror v1.0.69 |
564 | 2024-12-19T05:33:38.628Z | Downloaded typify v0.2.0 |
565 | 2024-12-19T05:33:38.631Z | Downloaded terminal_size v0.4.0 |
566 | 2024-12-19T05:33:38.634Z | Downloaded spin v0.9.8 |
567 | 2024-12-19T05:33:38.637Z | Downloaded num-traits v0.2.19 |
568 | 2024-12-19T05:33:38.640Z | Downloaded tinyvec v1.8.0 |
569 | 2024-12-19T05:33:38.642Z | Downloaded parking_lot v0.12.3 |
570 | 2024-12-19T05:33:38.645Z | Downloaded toml v0.8.19 |
571 | 2024-12-19T05:33:38.649Z | Downloaded usdt-macro v0.5.0 |
572 | 2024-12-19T05:33:38.652Z | Downloaded utf8parse v0.2.2 |
573 | 2024-12-19T05:33:38.652Z | Downloaded usdt v0.5.0 |
574 | 2024-12-19T05:33:38.654Z | Downloaded num-rational v0.4.2 |
575 | 2024-12-19T05:33:38.654Z | Downloaded strum_macros v0.25.3 |
576 | 2024-12-19T05:33:38.656Z | Downloaded no-std-compat v0.4.1 |
577 | 2024-12-19T05:33:38.659Z | Downloaded subtle v2.6.1 |
578 | 2024-12-19T05:33:38.661Z | Downloaded term v0.7.0 |
579 | 2024-12-19T05:33:38.663Z | Downloaded openssl-sys v0.9.103 |
580 | 2024-12-19T05:33:38.669Z | Downloaded lock_api v0.4.12 |
581 | 2024-12-19T05:33:38.672Z | Downloaded base64 v0.21.7 |
582 | 2024-12-19T05:33:38.675Z | Downloaded unicode-bidi v0.3.15 |
583 | 2024-12-19T05:33:38.679Z | Downloaded hyper-util v0.1.10 |
584 | 2024-12-19T05:33:38.683Z | Downloaded quinn v0.11.5 |
585 | 2024-12-19T05:33:38.687Z | Downloaded usdt-impl v0.5.0 |
586 | 2024-12-19T05:33:38.690Z | Downloaded ipnet v2.10.0 |
587 | 2024-12-19T05:33:38.693Z | Downloaded zerocopy-derive v0.7.35 |
588 | 2024-12-19T05:33:38.696Z | Downloaded parking_lot v0.11.2 |
589 | 2024-12-19T05:33:38.699Z | Downloaded owo-colors v4.1.0 |
590 | 2024-12-19T05:33:38.702Z | Downloaded half v2.4.1 |
591 | 2024-12-19T05:33:38.705Z | Downloaded zerocopy v0.6.6 |
592 | 2024-12-19T05:33:38.708Z | Downloaded tracing-core v0.1.32 |
593 | 2024-12-19T05:33:38.711Z | Downloaded hickory-resolver v0.24.1 |
594 | 2024-12-19T05:33:38.717Z | Downloaded hashbrown v0.12.3 |
595 | 2024-12-19T05:33:38.721Z | Downloaded expectorate v1.1.0 |
596 | 2024-12-19T05:33:38.724Z | Downloaded getrandom v0.2.15 |
597 | 2024-12-19T05:33:38.727Z | Downloaded typenum v1.17.0 |
598 | 2024-12-19T05:33:38.730Z | Downloaded indexmap v1.9.3 |
599 | 2024-12-19T05:33:38.734Z | Downloaded socket2 v0.5.8 |
600 | 2024-12-19T05:33:38.738Z | Downloaded tempfile v3.12.0 |
601 | 2024-12-19T05:33:38.741Z | Downloaded http-body v0.4.6 |
602 | 2024-12-19T05:33:38.743Z | Downloaded memchr v2.7.4 |
603 | 2024-12-19T05:33:38.748Z | Downloaded tracing v0.1.40 |
604 | 2024-12-19T05:33:38.753Z | Downloaded untrusted v0.9.0 |
605 | 2024-12-19T05:33:38.756Z | Downloaded static_assertions v1.1.0 |
606 | 2024-12-19T05:33:38.758Z | Downloaded pest v2.7.13 |
607 | 2024-12-19T05:33:38.773Z | Downloaded toml_edit v0.19.15 |
608 | 2024-12-19T05:33:38.796Z | Downloaded heapless v0.8.0 |
609 | 2024-12-19T05:33:38.800Z | Downloaded indexmap v2.5.0 |
610 | 2024-12-19T05:33:38.804Z | Downloaded http v0.2.12 |
611 | 2024-12-19T05:33:38.809Z | Downloaded unsafe-libyaml v0.2.11 |
612 | 2024-12-19T05:33:38.812Z | Downloaded uuid v1.11.0 |
613 | 2024-12-19T05:33:38.815Z | Downloaded ucd-trie v0.1.6 |
614 | 2024-12-19T05:33:38.817Z | Downloaded crossbeam-channel v0.5.13 |
615 | 2024-12-19T05:33:38.821Z | Downloaded toml_edit v0.22.21 |
616 | 2024-12-19T05:33:38.843Z | Downloaded url v2.5.2 |
617 | 2024-12-19T05:33:38.846Z | Downloaded aho-corasick v1.1.3 |
618 | 2024-12-19T05:33:38.852Z | Downloaded serde_json v1.0.133 |
619 | 2024-12-19T05:33:38.859Z | Downloaded unicode-segmentation v1.12.0 |
620 | 2024-12-19T05:33:38.864Z | Downloaded itertools v0.12.1 |
621 | 2024-12-19T05:33:38.871Z | Downloaded time v0.3.36 |
622 | 2024-12-19T05:33:38.879Z | Downloaded hashbrown v0.14.5 |
623 | 2024-12-19T05:33:38.885Z | Downloaded winnow v0.5.40 |
624 | 2024-12-19T05:33:38.894Z | Downloaded tokio-util v0.7.12 |
625 | 2024-12-19T05:33:38.903Z | Downloaded zerocopy v0.7.35 |
626 | 2024-12-19T05:33:38.920Z | Downloaded itertools v0.10.5 |
627 | 2024-12-19T05:33:38.926Z | Downloaded winnow v0.6.18 |
628 | 2024-12-19T05:33:38.936Z | Downloaded unicode-normalization v0.1.24 |
629 | 2024-12-19T05:33:38.939Z | Downloaded hyper v0.14.30 |
630 | 2024-12-19T05:33:38.947Z | Downloaded h2 v0.3.26 |
631 | 2024-12-19T05:33:38.956Z | Downloaded rustls-webpki v0.102.8 |
632 | 2024-12-19T05:33:38.974Z | Downloaded futures-util v0.3.30 |
633 | 2024-12-19T05:33:38.986Z | Downloaded webpki-roots v0.25.4 |
634 | 2024-12-19T05:33:38.990Z | Downloaded dropshot v0.12.0 |
635 | 2024-12-19T05:33:39.011Z | Downloaded idna v0.4.0 |
636 | 2024-12-19T05:33:39.019Z | Downloaded vcpkg v0.2.15 |
637 | 2024-12-19T05:33:39.056Z | Downloaded unicode-width v0.1.14 |
638 | 2024-12-19T05:33:39.071Z | Downloaded quinn-proto v0.11.8 |
639 | 2024-12-19T05:33:39.071Z | Downloaded goblin v0.8.2 |
640 | 2024-12-19T05:33:39.075Z | Downloaded rustls v0.21.12 |
641 | 2024-12-19T05:33:39.088Z | Downloaded webpki-roots v0.26.6 |
642 | 2024-12-19T05:33:39.092Z | Downloaded regex v1.10.6 |
643 | 2024-12-19T05:33:39.105Z | Downloaded syn v1.0.109 |
644 | 2024-12-19T05:33:39.116Z | Downloaded smoltcp v0.11.0 |
645 | 2024-12-19T05:33:39.129Z | Downloaded idna v0.5.0 |
646 | 2024-12-19T05:33:39.136Z | Downloaded regress v0.10.1 |
647 | 2024-12-19T05:33:39.145Z | Downloaded regress v0.9.1 |
648 | 2024-12-19T05:33:39.153Z | Downloaded rustls v0.22.4 |
649 | 2024-12-19T05:33:39.169Z | Downloaded rustls v0.23.13 |
650 | 2024-12-19T05:33:39.179Z | Downloaded rustix v0.38.37 |
651 | 2024-12-19T05:33:39.202Z | Downloaded regex-syntax v0.8.4 |
652 | 2024-12-19T05:33:39.210Z | Downloaded syn v2.0.87 |
653 | 2024-12-19T05:33:39.222Z | Downloaded rhai v1.20.0 |
654 | 2024-12-19T05:33:39.234Z | Downloaded hickory-proto v0.24.1 |
655 | 2024-12-19T05:33:39.251Z | Downloaded openssl v0.10.66 |
656 | 2024-12-19T05:33:39.261Z | Downloaded openapiv3 v2.0.0 |
657 | 2024-12-19T05:33:39.273Z | Downloaded zerocopy-derive v0.6.6 |
658 | 2024-12-19T05:33:39.283Z | Downloaded sled v0.34.7 |
659 | 2024-12-19T05:33:39.294Z | Downloaded h2 v0.4.6 |
660 | 2024-12-19T05:33:39.301Z | Downloaded reqwest v0.12.9 |
661 | 2024-12-19T05:33:39.310Z | Downloaded reqwest v0.11.27 |
662 | 2024-12-19T05:33:39.319Z | Downloaded chrono v0.4.38 |
663 | 2024-12-19T05:33:39.327Z | Downloaded typify-impl v0.2.0 |
664 | 2024-12-19T05:33:39.344Z | Downloaded portable-atomic v1.8.0 |
665 | 2024-12-19T05:33:39.351Z | Downloaded regex-automata v0.4.7 |
666 | 2024-12-19T05:33:39.369Z | Downloaded rustls-webpki v0.101.7 |
667 | 2024-12-19T05:33:39.385Z | Downloaded hyper v1.5.1 |
668 | 2024-12-19T05:33:39.391Z | Downloaded petgraph v0.6.5 |
669 | 2024-12-19T05:33:39.411Z | Downloaded itertools v0.13.0 |
670 | 2024-12-19T05:33:39.418Z | Downloaded clap_builder v4.5.23 |
671 | 2024-12-19T05:33:39.425Z | Downloaded mio v1.0.2 |
672 | 2024-12-19T05:33:39.431Z | Downloaded tokio v1.42.0 |
673 | 2024-12-19T05:33:39.472Z | Downloaded minimal-lexical v0.2.1 |
674 | 2024-12-19T05:33:39.476Z | Downloaded libc v0.2.169 |
675 | 2024-12-19T05:33:39.502Z | Downloaded http v1.2.0 |
676 | 2024-12-19T05:33:39.506Z | Downloaded steno v0.4.1 |
677 | 2024-12-19T05:33:39.510Z | Downloaded nom v7.1.3 |
678 | 2024-12-19T05:33:39.515Z | Downloaded libm v0.2.8 |
679 | 2024-12-19T05:33:39.523Z | Downloaded serde_with v3.9.0 |
680 | 2024-12-19T05:33:39.531Z | Downloaded is-terminal v0.4.13 |
681 | 2024-12-19T05:33:39.534Z | Downloaded num_enum_derive v0.7.3 |
682 | 2024-12-19T05:33:39.534Z | Downloaded num v0.4.3 |
683 | 2024-12-19T05:33:39.538Z | Downloaded lru-cache v0.1.2 |
684 | 2024-12-19T05:33:39.538Z | Downloaded is_terminal_polyfill v1.70.1 |
685 | 2024-12-19T05:33:39.538Z | Downloaded num-derive v0.3.3 |
686 | 2024-12-19T05:33:39.538Z | Downloaded rand v0.8.5 |
687 | 2024-12-19T05:33:39.547Z | Downloaded cc v1.1.21 |
688 | 2024-12-19T05:33:39.547Z | Downloaded generic-array v0.14.7 |
689 | 2024-12-19T05:33:39.547Z | Downloaded strsim v0.11.1 |
690 | 2024-12-19T05:33:39.547Z | Downloaded native-tls v0.2.12 |
691 | 2024-12-19T05:33:39.550Z | Downloaded multer v3.1.0 |
692 | 2024-12-19T05:33:39.554Z | Downloaded iana-time-zone v0.1.61 |
693 | 2024-12-19T05:33:39.554Z | Downloaded log v0.4.22 |
694 | 2024-12-19T05:33:39.560Z | Downloaded linear-map v1.2.0 |
695 | 2024-12-19T05:33:39.560Z | Downloaded hostname v0.4.0 |
696 | 2024-12-19T05:33:39.560Z | Downloaded hostname v0.3.1 |
697 | 2024-12-19T05:33:39.560Z | Downloaded stable_deref_trait v1.2.0 |
698 | 2024-12-19T05:33:39.560Z | Downloaded spin v0.5.2 |
699 | 2024-12-19T05:33:39.562Z | Downloaded lazy_static v1.5.0 |
700 | 2024-12-19T05:33:39.565Z | Downloaded http-body-util v0.1.2 |
701 | 2024-12-19T05:33:39.565Z | Downloaded tokio-rustls v0.25.0 |
702 | 2024-12-19T05:33:39.567Z | Downloaded smallvec v1.13.2 |
703 | 2024-12-19T05:33:39.567Z | Downloaded slog-term v2.9.1 |
704 | 2024-12-19T05:33:39.570Z | Downloaded encoding_rs v0.8.34 |
705 | 2024-12-19T05:33:39.591Z | Downloaded serde_yaml v0.9.34+deprecated |
706 | 2024-12-19T05:33:39.594Z | Downloaded schemars v0.8.21 |
707 | 2024-12-19T05:33:39.604Z | Downloaded futures v0.3.30 |
708 | 2024-12-19T05:33:39.609Z | Downloaded derive_more v0.99.18 |
709 | 2024-12-19T05:33:39.613Z | Downloaded num_enum v0.5.11 |
710 | 2024-12-19T05:33:39.617Z | Downloaded thread_local v1.1.8 |
711 | 2024-12-19T05:33:39.620Z | Downloaded serde_derive v1.0.215 |
712 | 2024-12-19T05:33:39.622Z | Downloaded semver v1.0.23 |
713 | 2024-12-19T05:33:39.625Z | Downloaded bitflags v2.6.0 |
714 | 2024-12-19T05:33:39.628Z | Downloaded num-complex v0.4.6 |
715 | 2024-12-19T05:33:39.630Z | Downloaded tokio-macros v2.4.0 |
716 | 2024-12-19T05:33:39.630Z | Downloaded typify-macro v0.2.0 |
717 | 2024-12-19T05:33:39.630Z | Downloaded heck v0.4.1 |
718 | 2024-12-19T05:33:39.632Z | Downloaded hyper-rustls v0.27.3 |
719 | 2024-12-19T05:33:39.635Z | Downloaded hyper-rustls v0.24.2 |
720 | 2024-12-19T05:33:39.637Z | Downloaded highway v1.2.0 |
721 | 2024-12-19T05:33:39.637Z | Downloaded base64ct v1.6.0 |
722 | 2024-12-19T05:33:39.639Z | Downloaded quote v1.0.37 |
723 | 2024-12-19T05:33:39.642Z | Downloaded derive-where v1.2.7 |
724 | 2024-12-19T05:33:39.644Z | Downloaded anyhow v1.0.94 |
725 | 2024-12-19T05:33:39.648Z | Downloaded crossbeam-epoch v0.9.18 |
726 | 2024-12-19T05:33:39.650Z | Downloaded slog-stdlog v4.1.1 |
727 | 2024-12-19T05:33:39.652Z | Downloaded slog-scope v4.4.0 |
728 | 2024-12-19T05:33:39.655Z | Downloaded serde_with_macros v3.9.0 |
729 | 2024-12-19T05:33:39.655Z | Downloaded ryu v1.0.18 |
730 | 2024-12-19T05:33:39.657Z | Downloaded rhai_codegen v2.2.0 |
731 | 2024-12-19T05:33:39.664Z | Downloaded progenitor-impl v0.8.0 |
732 | 2024-12-19T05:33:39.667Z | Downloaded serde_derive_internals v0.29.1 |
733 | 2024-12-19T05:33:39.669Z | Downloaded hash32 v0.3.1 |
734 | 2024-12-19T05:33:39.669Z | Downloaded rustls-pemfile v2.1.3 |
735 | 2024-12-19T05:33:39.671Z | Downloaded cancel-safe-futures v0.1.5 |
736 | 2024-12-19T05:33:39.674Z | Downloaded progenitor v0.8.0 |
737 | 2024-12-19T05:33:39.677Z | Downloaded password-hash v0.5.0 |
738 | 2024-12-19T05:33:39.677Z | Downloaded serde_path_to_error v0.1.16 |
739 | 2024-12-19T05:33:39.679Z | Downloaded sct v0.7.1 |
740 | 2024-12-19T05:33:39.682Z | Downloaded proc-macro-error v1.0.4 |
741 | 2024-12-19T05:33:39.684Z | Downloaded pin-project-lite v0.2.14 |
742 | 2024-12-19T05:33:39.688Z | Downloaded darling v0.20.10 |
743 | 2024-12-19T05:33:39.692Z | Downloaded bitflags v1.3.2 |
744 | 2024-12-19T05:33:39.694Z | Downloaded signal-hook-registry v1.4.2 |
745 | 2024-12-19T05:33:39.696Z | Downloaded argon2 v0.5.3 |
746 | 2024-12-19T05:33:39.699Z | Downloaded ciborium-ll v0.2.2 |
747 | 2024-12-19T05:33:39.699Z | Downloaded cfg-if v1.0.0 |
748 | 2024-12-19T05:33:39.701Z | Downloaded anstyle-query v1.1.1 |
749 | 2024-12-19T05:33:39.701Z | Downloaded anstream v0.6.15 |
750 | 2024-12-19T05:33:39.703Z | Downloaded serde_spanned v0.6.7 |
751 | 2024-12-19T05:33:39.706Z | Downloaded serde_repr v0.1.19 |
752 | 2024-12-19T05:33:39.706Z | Downloaded powerfmt v0.2.0 |
753 | 2024-12-19T05:33:39.709Z | Downloaded embedded-io v0.6.1 |
754 | 2024-12-19T05:33:39.709Z | Downloaded dof v0.3.0 |
755 | 2024-12-19T05:33:39.709Z | Downloaded resolv-conf v0.7.0 |
756 | 2024-12-19T05:33:39.711Z | Downloaded fastrand v2.1.1 |
757 | 2024-12-19T05:33:39.714Z | Downloaded ppv-lite86 v0.2.20 |
758 | 2024-12-19T05:33:39.714Z | Downloaded rustc_version v0.4.1 |
759 | 2024-12-19T05:33:39.714Z | Downloaded rand_core v0.6.4 |
760 | 2024-12-19T05:33:39.718Z | Downloaded quick-error v1.2.3 |
761 | 2024-12-19T05:33:39.718Z | Downloaded proc-macro-error-attr v1.0.4 |
762 | 2024-12-19T05:33:39.718Z | Downloaded proc-macro-crate v3.2.0 |
763 | 2024-12-19T05:33:39.718Z | Downloaded futures-io v0.3.30 |
764 | 2024-12-19T05:33:39.722Z | Downloaded foreign-types v0.5.0 |
765 | 2024-12-19T05:33:39.722Z | Downloaded float-ord v0.3.2 |
766 | 2024-12-19T05:33:39.722Z | Downloaded equivalent v1.0.1 |
767 | 2024-12-19T05:33:39.722Z | Downloaded enum-as-inner v0.6.1 |
768 | 2024-12-19T05:33:39.725Z | Downloaded embedded-io v0.4.0 |
769 | 2024-12-19T05:33:39.725Z | Downloaded rustversion v1.0.17 |
770 | 2024-12-19T05:33:39.727Z | Downloaded proc-macro-crate v1.3.1 |
771 | 2024-12-19T05:33:39.727Z | Downloaded pkg-config v0.3.31 |
772 | 2024-12-19T05:33:39.730Z | Downloaded data-encoding v2.6.0 |
773 | 2024-12-19T05:33:39.730Z | Downloaded plain v0.2.3 |
774 | 2024-12-19T05:33:39.731Z | Downloaded form_urlencoded v1.2.1 |
775 | 2024-12-19T05:33:39.734Z | Downloaded deranged v0.3.11 |
776 | 2024-12-19T05:33:39.734Z | Downloaded errno v0.3.9 |
777 | 2024-12-19T05:33:39.734Z | Downloaded either v1.13.0 |
778 | 2024-12-19T05:33:39.736Z | Downloaded dyn-clone v1.0.17 |
779 | 2024-12-19T05:33:39.736Z | Downloaded dirs-sys-next v0.1.2 |
780 | 2024-12-19T05:33:39.739Z | Downloaded debug-ignore v1.0.5 |
781 | 2024-12-19T05:33:39.739Z | Downloaded colorchoice v1.0.2 |
782 | 2024-12-19T05:33:39.741Z | Downloaded anstyle v1.0.10 |
783 | 2024-12-19T05:33:39.744Z | Downloaded parse-display v0.10.0 |
784 | 2024-12-19T05:33:39.744Z | Downloaded crypto-common v0.1.6 |
785 | 2024-12-19T05:33:39.747Z | Downloaded cpufeatures v0.2.14 |
786 | 2024-12-19T05:33:39.747Z | Downloaded cobs v0.2.3 |
787 | 2024-12-19T05:33:39.747Z | Downloaded camino-tempfile v1.1.1 |
788 | 2024-12-19T05:33:39.750Z | Downloaded clap_lex v0.7.4 |
789 | 2024-12-19T05:33:39.750Z | Downloaded block-buffer v0.10.4 |
790 | 2024-12-19T05:33:39.752Z | Downloaded atomic-waker v1.1.2 |
791 | 2024-12-19T05:33:39.846Z | Downloaded ring v0.17.8 |
792 | 2024-12-19T05:33:40.187Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-12-19T05:33:40.187Z | Compiling unicode-ident v1.0.13 |
794 | 2024-12-19T05:33:40.187Z | Compiling libc v0.2.169 |
795 | 2024-12-19T05:33:40.187Z | Compiling serde v1.0.215 |
796 | 2024-12-19T05:33:40.191Z | Compiling autocfg v1.3.0 |
797 | 2024-12-19T05:33:40.191Z | Compiling version_check v0.9.5 |
798 | 2024-12-19T05:33:40.191Z | Compiling cfg-if v1.0.0 |
799 | 2024-12-19T05:33:40.372Z | Compiling once_cell v1.20.2 |
800 | 2024-12-19T05:33:40.409Z | Compiling libm v0.2.8 |
801 | 2024-12-19T05:33:40.430Z | Compiling memchr v2.7.4 |
802 | 2024-12-19T05:33:40.890Z | Compiling byteorder v1.5.0 |
803 | 2024-12-19T05:33:40.924Z | Compiling parking_lot_core v0.9.10 |
804 | 2024-12-19T05:33:40.965Z | Compiling lock_api v0.4.12 |
805 | 2024-12-19T05:33:41.333Z | Compiling shlex v1.3.0 |
806 | 2024-12-19T05:33:41.365Z | Compiling thiserror v1.0.69 |
807 | 2024-12-19T05:33:41.438Z | Compiling itoa v1.0.11 |
808 | 2024-12-19T05:33:41.673Z | Compiling cc v1.1.21 |
809 | 2024-12-19T05:33:41.841Z | Compiling portable-atomic v1.8.0 |
810 | 2024-12-19T05:33:41.929Z | Compiling slab v0.4.9 |
811 | 2024-12-19T05:33:41.969Z | Compiling quote v1.0.37 |
812 | 2024-12-19T05:33:42.301Z | Compiling schemars v0.8.21 |
813 | 2024-12-19T05:33:42.612Z | Compiling syn v2.0.87 |
814 | 2024-12-19T05:33:42.658Z | Compiling getrandom v0.2.15 |
815 | 2024-12-19T05:33:42.677Z | Compiling ahash v0.8.11 |
816 | 2024-12-19T05:33:42.907Z | Compiling allocator-api2 v0.2.18 |
817 | 2024-12-19T05:33:43.023Z | Compiling num-traits v0.2.19 |
818 | 2024-12-19T05:33:43.144Z | Compiling ryu v1.0.18 |
819 | 2024-12-19T05:33:43.435Z | Compiling serde_json v1.0.133 |
820 | 2024-12-19T05:33:43.647Z | Compiling pin-project-lite v0.2.14 |
821 | 2024-12-19T05:33:43.962Z | Compiling log v0.4.22 |
822 | 2024-12-19T05:33:44.092Z | Compiling scopeguard v1.2.0 |
823 | 2024-12-19T05:33:44.260Z | Compiling equivalent v1.0.1 |
824 | 2024-12-19T05:33:44.347Z | Compiling fnv v1.0.7 |
825 | 2024-12-19T05:33:44.372Z | Compiling heck v0.5.0 |
826 | 2024-12-19T05:33:44.522Z | Compiling pkg-config v0.3.31 |
827 | 2024-12-19T05:33:44.721Z | Compiling ring v0.17.8 |
828 | 2024-12-19T05:33:44.749Z | Compiling crunchy v0.2.2 |
829 | 2024-12-19T05:33:44.822Z | Compiling vcpkg v0.2.15 |
830 | 2024-12-19T05:33:45.272Z | Compiling mio v1.0.2 |
831 | 2024-12-19T05:33:45.820Z | Compiling signal-hook-registry v1.4.2 |
832 | 2024-12-19T05:33:45.841Z | Compiling socket2 v0.5.8 |
833 | 2024-12-19T05:33:46.041Z | Compiling tiny-keccak v2.0.2 |
834 | 2024-12-19T05:33:46.348Z | Compiling httparse v1.9.4 |
835 | 2024-12-19T05:33:46.377Z | Compiling slog v2.7.0 |
836 | 2024-12-19T05:33:46.556Z | Compiling openssl-sys v0.9.103 |
837 | 2024-12-19T05:33:46.923Z | Compiling iana-time-zone v0.1.61 |
838 | 2024-12-19T05:33:47.365Z | Compiling futures-core v0.3.30 |
839 | 2024-12-19T05:33:47.429Z | Compiling const-random-macro v0.1.16 |
840 | 2024-12-19T05:33:47.495Z | Compiling dyn-clone v1.0.17 |
841 | 2024-12-19T05:33:47.629Z | Compiling futures-sink v0.3.30 |
842 | 2024-12-19T05:33:47.719Z | Compiling openssl v0.10.66 |
843 | 2024-12-19T05:33:48.003Z | Compiling rustls v0.23.13 |
844 | 2024-12-19T05:33:48.166Z | Compiling native-tls v0.2.12 |
845 | 2024-12-19T05:33:48.213Z | Compiling const-random v0.1.18 |
846 | 2024-12-19T05:33:48.316Z | Compiling semver v1.0.23 |
847 | 2024-12-19T05:33:48.339Z | Compiling typenum v1.17.0 |
848 | 2024-12-19T05:33:48.358Z | Compiling futures-channel v0.3.30 |
849 | 2024-12-19T05:33:48.465Z | Compiling pin-utils v0.1.0 |
850 | 2024-12-19T05:33:48.468Z | Compiling futures-task v0.3.30 |
851 | 2024-12-19T05:33:48.541Z | Compiling futures-io v0.3.30 |
852 | 2024-12-19T05:33:48.563Z | Compiling generic-array v0.14.7 |
853 | 2024-12-19T05:33:48.779Z | Compiling tracing-core v0.1.32 |
854 | 2024-12-19T05:33:48.836Z | Compiling bitflags v2.6.0 |
855 | 2024-12-19T05:33:48.857Z | Compiling subtle v2.6.1 |
856 | 2024-12-19T05:33:48.915Z | Compiling ucd-trie v0.1.6 |
857 | 2024-12-19T05:33:48.937Z | Compiling aho-corasick v1.1.3 |
858 | 2024-12-19T05:33:48.956Z | Compiling regex-syntax v0.8.4 |
859 | 2024-12-19T05:33:49.307Z | Compiling anyhow v1.0.94 |
860 | 2024-12-19T05:33:49.385Z | Compiling time-core v0.1.2 |
861 | 2024-12-19T05:33:49.406Z | Compiling num-conv v0.1.0 |
862 | 2024-12-19T05:33:49.676Z | Compiling time-macros v0.2.18 |
863 | 2024-12-19T05:33:49.877Z | Compiling serde_derive_internals v0.29.1 |
864 | 2024-12-19T05:33:51.018Z | Compiling spin v0.9.8 |
865 | 2024-12-19T05:33:51.053Z | Compiling rustls-pki-types v1.8.0 |
866 | 2024-12-19T05:33:52.109Z | Compiling usdt-impl v0.5.0 |
867 | 2024-12-19T05:33:52.339Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-12-19T05:33:52.509Z | Compiling regex-automata v0.4.7 |
869 | 2024-12-19T05:33:52.662Z | Compiling untrusted v0.9.0 |
870 | 2024-12-19T05:33:53.066Z | Compiling plain v0.2.3 |
871 | 2024-12-19T05:33:53.229Z | Compiling tinyvec_macros v0.1.1 |
872 | 2024-12-19T05:33:53.327Z | Compiling rustversion v1.0.17 |
873 | 2024-12-19T05:33:53.377Z | Compiling strsim v0.11.1 |
874 | 2024-12-19T05:33:54.051Z | Compiling atomic-waker v1.1.2 |
875 | 2024-12-19T05:33:54.212Z | Compiling tinyvec v1.8.0 |
876 | 2024-12-19T05:33:55.030Z | Compiling rand_core v0.6.4 |
877 | 2024-12-19T05:33:55.431Z | Compiling serde_derive v1.0.215 |
878 | 2024-12-19T05:33:55.522Z | Compiling zerocopy-derive v0.7.35 |
879 | 2024-12-19T05:33:55.542Z | Compiling thiserror-impl v1.0.69 |
880 | 2024-12-19T05:33:55.911Z | Compiling tokio-macros v2.4.0 |
881 | 2024-12-19T05:33:56.760Z | Compiling schemars_derive v0.8.21 |
882 | 2024-12-19T05:33:57.564Z | Compiling futures-macro v0.3.30 |
883 | 2024-12-19T05:33:57.698Z | Compiling zerocopy v0.7.35 |
884 | 2024-12-19T05:33:59.722Z | Compiling openssl-macros v0.1.1 |
885 | 2024-12-19T05:33:59.750Z | Compiling futures-util v0.3.30 |
886 | 2024-12-19T05:33:59.859Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-12-19T05:33:59.906Z | Compiling hashbrown v0.14.5 |
888 | 2024-12-19T05:34:00.311Z | Compiling scroll_derive v0.12.0 |
889 | 2024-12-19T05:34:00.569Z | Compiling pest v2.7.13 |
890 | 2024-12-19T05:34:01.293Z | Compiling regress v0.10.1 |
891 | 2024-12-19T05:34:01.777Z | Compiling regex v1.10.6 |
892 | 2024-12-19T05:34:02.704Z | Compiling scroll v0.12.0 |
893 | 2024-12-19T05:34:03.291Z | Compiling tracing v0.1.40 |
894 | 2024-12-19T05:34:03.446Z | Compiling pest_meta v2.7.13 |
895 | 2024-12-19T05:34:04.039Z | Compiling goblin v0.8.2 |
896 | 2024-12-19T05:34:06.112Z | Compiling pest_generator v2.7.13 |
897 | 2024-12-19T05:34:06.713Z | Compiling rustls-webpki v0.102.8 |
898 | 2024-12-19T05:34:07.619Z | Compiling unsafe-libyaml v0.2.11 |
899 | 2024-12-19T05:34:07.921Z | Compiling pest_derive v2.7.13 |
900 | 2024-12-19T05:34:08.871Z | Compiling pretty-hex v0.4.1 |
901 | 2024-12-19T05:34:09.091Z | Compiling try-lock v0.2.5 |
902 | 2024-12-19T05:34:09.273Z | Compiling percent-encoding v2.3.1 |
903 | 2024-12-19T05:34:09.407Z | Compiling zeroize v1.8.1 |
904 | 2024-12-19T05:34:09.746Z | Compiling bytes v1.7.2 |
905 | 2024-12-19T05:34:10.646Z | Compiling smallvec v1.13.2 |
906 | 2024-12-19T05:34:10.980Z | Compiling indexmap v2.5.0 |
907 | 2024-12-19T05:34:11.202Z | Compiling uuid v1.11.0 |
908 | 2024-12-19T05:34:11.663Z | Compiling parking_lot v0.12.3 |
909 | 2024-12-19T05:34:11.940Z | Compiling chrono v0.4.38 |
910 | 2024-12-19T05:34:12.419Z | Compiling tokio v1.42.0 |
911 | 2024-12-19T05:34:12.468Z | Compiling serde_tokenstream v0.2.2 |
912 | 2024-12-19T05:34:12.503Z | Compiling http v1.2.0 |
913 | 2024-12-19T05:34:15.604Z | Compiling openapiv3 v2.0.0 |
914 | 2024-12-19T05:34:17.083Z | Compiling http-body v1.0.1 |
915 | 2024-12-19T05:34:17.382Z | Compiling ipnetwork v0.20.0 |
916 | 2024-12-19T05:34:19.657Z | Compiling typify-impl v0.2.0 |
917 | 2024-12-19T05:34:19.759Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-12-19T05:34:20.107Z | Compiling dof v0.3.0 |
919 | 2024-12-19T05:34:20.497Z | Compiling form_urlencoded v1.2.1 |
920 | 2024-12-19T05:34:21.038Z | Compiling want v0.3.1 |
921 | 2024-12-19T05:34:21.275Z | Compiling dtrace-parser v0.2.0 |
922 | 2024-12-19T05:34:21.344Z | Compiling unicode-normalization v0.1.24 |
923 | 2024-12-19T05:34:22.665Z | Compiling tokio-util v0.7.12 |
924 | 2024-12-19T05:34:23.189Z | Compiling thread-id v4.2.2 |
925 | 2024-12-19T05:34:23.206Z | Compiling camino v1.1.9 |
926 | 2024-12-19T05:34:23.302Z | Compiling foreign-types-shared v0.1.1 |
927 | 2024-12-19T05:34:23.429Z | Compiling unicode-bidi v0.3.15 |
928 | 2024-12-19T05:34:23.535Z | Compiling httpdate v1.0.3 |
929 | 2024-12-19T05:34:23.823Z | Compiling h2 v0.4.6 |
930 | 2024-12-19T05:34:24.338Z | Compiling syn v1.0.109 |
931 | 2024-12-19T05:34:24.680Z | Compiling ident_case v1.0.1 |
932 | 2024-12-19T05:34:24.863Z | Compiling rustls v0.22.4 |
933 | 2024-12-19T05:34:25.040Z | Compiling darling_core v0.20.10 |
934 | 2024-12-19T05:34:25.209Z | Compiling foreign-types v0.3.2 |
935 | 2024-12-19T05:34:25.507Z | Compiling ppv-lite86 v0.2.20 |
936 | 2024-12-19T05:34:26.854Z | Compiling tower-service v0.3.3 |
937 | 2024-12-19T05:34:27.012Z | Compiling slog-async v2.8.0 |
938 | 2024-12-19T05:34:27.761Z | Compiling rand_chacha v0.3.1 |
939 | 2024-12-19T05:34:29.551Z | Compiling hyper v1.5.1 |
940 | 2024-12-19T05:34:31.369Z | Compiling darling_macro v0.20.10 |
941 | 2024-12-19T05:34:31.821Z | Compiling typify-macro v0.2.0 |
942 | 2024-12-19T05:34:32.451Z | Compiling idna v0.5.0 |
943 | 2024-12-19T05:34:35.678Z | Compiling typify v0.2.0 |
944 | 2024-12-19T05:34:35.823Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-12-19T05:34:36.369Z | Compiling hyper-util v0.1.10 |
946 | 2024-12-19T05:34:38.977Z | Compiling toml_datetime v0.6.8 |
947 | 2024-12-19T05:34:39.991Z | Compiling multer v3.1.0 |
948 | 2024-12-19T05:34:40.368Z | Compiling paste v1.0.15 |
949 | 2024-12-19T05:34:40.456Z | Compiling openssl-probe v0.1.5 |
950 | 2024-12-19T05:34:42.667Z | Compiling progenitor-macro v0.8.0 |
951 | 2024-12-19T05:34:43.700Z | Compiling url v2.5.2 |
952 | 2024-12-19T05:34:43.782Z | Compiling darling v0.20.10 |
953 | 2024-12-19T05:34:43.917Z | Compiling rand v0.8.5 |
954 | 2024-12-19T05:34:45.786Z | Compiling usdt-macro v0.5.0 |
955 | 2024-12-19T05:34:47.414Z | Compiling usdt-attr-macro v0.5.0 |
956 | 2024-12-19T05:34:49.173Z | Compiling http-body-util v0.1.2 |
957 | 2024-12-19T05:34:49.226Z | Compiling async-trait v0.1.83 |
958 | 2024-12-19T05:34:51.973Z | Compiling encoding_rs v0.8.34 |
959 | 2024-12-19T05:34:52.542Z | Compiling mime v0.3.17 |
960 | 2024-12-19T05:34:52.797Z | Compiling ipnet v2.10.0 |
961 | 2024-12-19T05:34:53.670Z | Compiling base64 v0.22.1 |
962 | 2024-12-19T05:34:54.824Z | Compiling rustls-pemfile v2.1.3 |
963 | 2024-12-19T05:34:55.831Z | Compiling tokio-rustls v0.26.0 |
964 | 2024-12-19T05:34:57.396Z | Compiling serde_with_macros v3.9.0 |
965 | 2024-12-19T05:34:57.835Z | Compiling tokio-native-tls v0.3.1 |
966 | 2024-12-19T05:34:58.144Z | Compiling strum_macros v0.26.4 |
967 | 2024-12-19T05:34:58.601Z | Compiling serde_urlencoded v0.7.1 |
968 | 2024-12-19T05:34:59.252Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-12-19T05:35:00.220Z | Compiling structmeta-derive v0.3.0 |
970 | 2024-12-19T05:35:00.707Z | Compiling webpki-roots v0.26.6 |
971 | 2024-12-19T05:35:00.938Z | Compiling dropshot v0.12.0 |
972 | 2024-12-19T05:35:01.311Z | Compiling powerfmt v0.2.0 |
973 | 2024-12-19T05:35:01.838Z | Compiling crossbeam-utils v0.8.20 |
974 | 2024-12-19T05:35:02.979Z | Compiling deranged v0.3.11 |
975 | 2024-12-19T05:35:03.032Z | Compiling structmeta v0.3.0 |
976 | 2024-12-19T05:35:03.420Z | Compiling hyper-rustls v0.27.3 |
977 | 2024-12-19T05:35:03.657Z | Compiling hyper-tls v0.6.0 |
978 | 2024-12-19T05:35:04.836Z | Compiling sync_wrapper v1.0.1 |
979 | 2024-12-19T05:35:05.297Z | Compiling num_threads v0.1.7 |
980 | 2024-12-19T05:35:06.005Z | Compiling winnow v0.6.18 |
981 | 2024-12-19T05:35:07.960Z | Compiling time v0.3.36 |
982 | 2024-12-19T05:35:10.324Z | Compiling reqwest v0.12.9 |
983 | 2024-12-19T05:35:10.721Z | Compiling parse-display-derive v0.10.0 |
984 | 2024-12-19T05:35:12.695Z | Compiling block-buffer v0.10.4 |
985 | 2024-12-19T05:35:12.958Z | Compiling crypto-common v0.1.6 |
986 | 2024-12-19T05:35:13.195Z | Compiling dropshot_endpoint v0.12.0 |
987 | 2024-12-19T05:35:14.892Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
988 | 2024-12-19T05:35:17.600Z | Compiling digest v0.10.7 |
989 | 2024-12-19T05:35:17.853Z | Compiling progenitor-client v0.8.0 |
990 | 2024-12-19T05:35:18.800Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
991 | 2024-12-19T05:35:20.277Z | Compiling dirs-sys-next v0.1.2 |
992 | 2024-12-19T05:35:20.840Z | Compiling lazy_static v1.5.0 |
993 | 2024-12-19T05:35:20.993Z | Compiling match_cfg v0.1.0 |
994 | 2024-12-19T05:35:21.361Z | Compiling rustix v0.38.37 |
995 | 2024-12-19T05:35:22.253Z | Compiling hostname v0.3.1 |
996 | 2024-12-19T05:35:22.531Z | Compiling dirs-next v2.0.0 |
997 | 2024-12-19T05:35:22.570Z | Compiling progenitor v0.8.0 |
998 | 2024-12-19T05:35:22.806Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-12-19T05:35:25.058Z | Compiling futures-executor v0.3.30 |
1000 | 2024-12-19T05:35:25.753Z | Compiling thread_local v1.1.8 |
1001 | 2024-12-19T05:35:26.028Z | Compiling errno v0.3.9 |
1002 | 2024-12-19T05:35:26.430Z | Compiling instant v0.1.13 |
1003 | 2024-12-19T05:35:27.579Z | Compiling unicode-width v0.1.14 |
1004 | 2024-12-19T05:35:27.737Z | Compiling cpufeatures v0.2.14 |
1005 | 2024-12-19T05:35:29.552Z | Compiling futures v0.3.30 |
1006 | 2024-12-19T05:35:31.066Z | Compiling term v0.7.0 |
1007 | 2024-12-19T05:35:31.521Z | Compiling crossbeam-channel v0.5.13 |
1008 | 2024-12-19T05:35:33.521Z | Compiling serde_spanned v0.6.7 |
1009 | 2024-12-19T05:35:34.214Z | Compiling is-terminal v0.4.13 |
1010 | 2024-12-19T05:35:34.357Z | Compiling memmap v0.7.0 |
1011 | 2024-12-19T05:35:34.756Z | Compiling take_mut v0.2.2 |
1012 | 2024-12-19T05:35:35.260Z | Compiling usdt v0.5.0 |
1013 | 2024-12-19T05:35:35.466Z | Compiling slog-term v2.9.1 |
1014 | 2024-12-19T05:35:36.754Z | Compiling toml_edit v0.22.21 |
1015 | 2024-12-19T05:35:38.153Z | Compiling slog-json v2.6.1 |
1016 | 2024-12-19T05:35:38.616Z | Compiling strum v0.26.3 |
1017 | 2024-12-19T05:35:38.825Z | Compiling serde_with v3.9.0 |
1018 | 2024-12-19T05:35:41.615Z | Compiling heapless v0.8.0 |
1019 | 2024-12-19T05:35:42.195Z | Compiling debug-ignore v1.0.5 |
1020 | 2024-12-19T05:35:42.878Z | Compiling tokio-rustls v0.25.0 |
1021 | 2024-12-19T05:35:44.252Z | Compiling toml v0.8.19 |
1022 | 2024-12-19T05:35:46.372Z | Compiling slog-bunyan v2.5.0 |
1023 | 2024-12-19T05:35:46.653Z | Compiling sha1 v0.10.6 |
1024 | 2024-12-19T05:35:47.302Z | Compiling async-stream v0.3.5 |
1025 | 2024-12-19T05:35:47.444Z | Compiling newtype-uuid v1.1.0 |
1026 | 2024-12-19T05:35:47.623Z | Compiling hex v0.4.3 |
1027 | 2024-12-19T05:35:47.805Z | Compiling serde_path_to_error v0.1.16 |
1028 | 2024-12-19T05:35:48.351Z | Compiling waitgroup v0.1.2 |
1029 | 2024-12-19T05:35:48.689Z | Compiling hostname v0.4.0 |
1030 | 2024-12-19T05:35:48.728Z | Compiling hash32 v0.3.1 |
1031 | 2024-12-19T05:35:48.962Z | Compiling smoltcp v0.11.0 |
1032 | 2024-12-19T05:35:49.100Z | Compiling stable_deref_trait v1.2.0 |
1033 | 2024-12-19T05:35:51.889Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1034 | 2024-12-19T05:35:52.077Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1035 | 2024-12-19T05:35:52.398Z | Compiling backoff v0.4.0 |
1036 | 2024-12-19T05:35:52.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1037 | 2024-12-19T05:35:52.772Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1038 | 2024-12-19T05:35:52.996Z | Compiling parse-display v0.10.0 |
1039 | 2024-12-19T05:35:55.022Z | Compiling macaddr v1.0.1 |
1040 | 2024-12-19T05:35:55.677Z | Compiling regress v0.9.1 |
1041 | 2024-12-19T05:35:57.346Z | Compiling clap_derive v4.5.18 |
1042 | 2024-12-19T05:35:58.654Z | Compiling bitflags v1.3.2 |
1043 | 2024-12-19T05:35:58.774Z | Compiling cobs v0.2.3 |
1044 | 2024-12-19T05:35:59.220Z | Compiling managed v0.8.0 |
1045 | 2024-12-19T05:35:59.777Z | Compiling utf8parse v0.2.2 |
1046 | 2024-12-19T05:35:59.941Z | Compiling winnow v0.5.40 |
1047 | 2024-12-19T05:36:00.122Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1048 | 2024-12-19T05:36:01.125Z | Compiling anstyle-parse v0.2.5 |
1049 | 2024-12-19T05:36:02.340Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1050 | 2024-12-19T05:36:04.039Z | Compiling toml_edit v0.19.15 |
1051 | 2024-12-19T05:36:04.377Z | Compiling postcard v1.0.10 |
1052 | 2024-12-19T05:36:10.814Z | Compiling anstyle v1.0.10 |
1053 | 2024-12-19T05:36:10.854Z | Compiling colorchoice v1.0.2 |
1054 | 2024-12-19T05:36:10.998Z | Compiling is_terminal_polyfill v1.70.1 |
1055 | 2024-12-19T05:36:11.033Z | Compiling anstyle-query v1.1.1 |
1056 | 2024-12-19T05:36:11.401Z | Compiling anstream v0.6.15 |
1057 | 2024-12-19T05:36:12.934Z | Compiling proc-macro-crate v1.3.1 |
1058 | 2024-12-19T05:36:13.273Z | Compiling terminal_size v0.4.0 |
1059 | 2024-12-19T05:36:13.507Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-12-19T05:36:13.755Z | Compiling clap_lex v0.7.4 |
1061 | 2024-12-19T05:36:13.905Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-12-19T05:36:14.444Z | Compiling clap_builder v4.5.23 |
1063 | 2024-12-19T05:36:15.875Z | Compiling tabwriter v1.4.0 |
1064 | 2024-12-19T05:36:16.489Z | Compiling foreign-types-macros v0.2.3 |
1065 | 2024-12-19T05:36:16.621Z | Compiling num-integer v0.1.46 |
1066 | 2024-12-19T05:36:17.317Z | Compiling foreign-types-shared v0.3.1 |
1067 | 2024-12-19T05:36:17.670Z | Compiling num_enum v0.5.11 |
1068 | 2024-12-19T05:36:17.852Z | Compiling foreign-types v0.5.0 |
1069 | 2024-12-19T05:36:18.288Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-12-19T05:36:19.021Z | Compiling clap v4.5.23 |
1071 | 2024-12-19T05:36:19.047Z | Compiling cstr-argument v0.1.2 |
1072 | 2024-12-19T05:36:19.151Z | Compiling proc-macro-error-attr v1.0.4 |
1073 | 2024-12-19T05:36:19.291Z | Compiling heck v0.4.1 |
1074 | 2024-12-19T05:36:19.311Z | Compiling pretty-hex v0.2.1 |
1075 | 2024-12-19T05:36:19.522Z | Compiling either v1.13.0 |
1076 | 2024-12-19T05:36:19.542Z | Compiling prettyplease v0.2.22 |
1077 | 2024-12-19T05:36:20.298Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1078 | 2024-12-19T05:36:20.523Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1079 | 2024-12-19T05:36:20.715Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1080 | 2024-12-19T05:36:21.765Z | Compiling num-iter v0.1.45 |
1081 | 2024-12-19T05:36:21.785Z | Compiling num-rational v0.4.2 |
1082 | 2024-12-19T05:36:22.333Z | Compiling colored v2.1.0 |
1083 | 2024-12-19T05:36:24.096Z | Compiling num-complex v0.4.6 |
1084 | 2024-12-19T05:36:24.719Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-12-19T05:36:24.786Z | Compiling proc-macro-error v1.0.4 |
1086 | 2024-12-19T05:36:25.103Z | Compiling fastrand v2.1.1 |
1087 | 2024-12-19T05:36:25.177Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1088 | 2024-12-19T05:36:25.547Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1089 | 2024-12-19T05:36:25.634Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1090 | 2024-12-19T05:36:26.120Z | Compiling tempfile v3.12.0 |
1091 | 2024-12-19T05:36:26.293Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-19T05:36:26.625Z | Compiling num v0.4.3 |
1093 | 2024-12-19T05:36:30.826Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1094 | 2024-12-19T05:36:31.333Z | Compiling float-ord v0.3.2 |
1095 | 2024-12-19T05:36:31.573Z | Compiling crucible-workspace-hack v0.1.0 |
1096 | 2024-12-19T05:36:31.812Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1097 | 2024-12-19T05:36:39.263Z | Compiling semver v0.1.20 |
1098 | 2024-12-19T05:36:39.561Z | Compiling unicode-segmentation v1.12.0 |
1099 | 2024-12-19T05:36:39.796Z | Compiling rustc_version v0.1.7 |
1100 | 2024-12-19T05:36:40.221Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-12-19T05:36:40.819Z | Compiling newline-converter v0.3.0 |
1102 | 2024-12-19T05:36:40.840Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1103 | 2024-12-19T05:36:41.139Z | Compiling camino-tempfile v1.1.1 |
1104 | 2024-12-19T05:36:41.286Z | Compiling itertools v0.10.5 |
1105 | 2024-12-19T05:36:41.840Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1106 | 2024-12-19T05:36:41.918Z | Compiling console v0.15.8 |
1107 | 2024-12-19T05:36:42.319Z | Compiling num-derive v0.4.2 |
1108 | 2024-12-19T05:36:43.769Z | Compiling sigpipe v0.1.3 |
1109 | 2024-12-19T05:36:43.935Z | Compiling base64ct v1.6.0 |
1110 | 2024-12-19T05:36:44.649Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-12-19T05:36:44.670Z | Compiling similar v2.6.0 |
1112 | 2024-12-19T05:36:44.876Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-12-19T05:36:44.906Z | Compiling password-hash v0.5.0 |
1114 | 2024-12-19T05:36:45.025Z | Compiling zone v0.3.0 |
1115 | 2024-12-19T05:36:46.458Z | Compiling expectorate v1.1.0 |
1116 | 2024-12-19T05:36:46.734Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1117 | 2024-12-19T05:36:47.199Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1118 | 2024-12-19T05:36:47.552Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1119 | 2024-12-19T05:36:48.444Z | Compiling newtype_derive v0.1.6 |
1120 | 2024-12-19T05:36:48.870Z | Compiling blake2 v0.10.6 |
1121 | 2024-12-19T05:36:50.053Z | Compiling hubpack_derive v0.1.1 |
1122 | 2024-12-19T05:36:50.096Z | Compiling smf v0.2.3 |
1123 | 2024-12-19T05:36:50.969Z | Compiling zerocopy-derive v0.6.6 |
1124 | 2024-12-19T05:36:51.043Z | Compiling owo-colors v4.1.0 |
1125 | 2024-12-19T05:36:51.112Z | Compiling whoami v1.5.2 |
1126 | 2024-12-19T05:36:51.143Z | Compiling cancel-safe-futures v0.1.5 |
1127 | 2024-12-19T05:36:51.405Z | Compiling fixedbitset v0.4.2 |
1128 | 2024-12-19T05:36:51.628Z | Compiling hubpack v0.1.2 |
1129 | 2024-12-19T05:36:52.073Z | Compiling petgraph v0.6.5 |
1130 | 2024-12-19T05:36:52.118Z | Compiling argon2 v0.5.3 |
1131 | 2024-12-19T05:36:53.006Z | Compiling zerocopy v0.6.6 |
1132 | 2024-12-19T05:36:54.059Z | Compiling strum_macros v0.25.3 |
1133 | 2024-12-19T05:36:54.679Z | Compiling serde-big-array v0.5.1 |
1134 | 2024-12-19T05:36:54.964Z | Compiling serde_repr v0.1.19 |
1135 | 2024-12-19T05:36:56.216Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1136 | 2024-12-19T05:36:56.239Z | Compiling cookie v0.18.1 |
1137 | 2024-12-19T05:36:56.598Z | Compiling static_assertions v1.1.0 |
1138 | 2024-12-19T05:36:56.732Z | Compiling convert_case v0.4.0 |
1139 | 2024-12-19T05:36:56.855Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-12-19T05:36:57.508Z | Compiling derive_more v0.99.18 |
1141 | 2024-12-19T05:36:57.894Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1142 | 2024-12-19T05:36:59.220Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-19T05:36:59.786Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-19T05:37:00.538Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-12-19T05:37:02.206Z | Compiling atomicwrites v0.4.4 |
1146 | 2024-12-19T05:37:02.738Z | Compiling itertools v0.13.0 |
1147 | 2024-12-19T05:37:04.449Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-12-19T05:37:05.675Z | Compiling idna v0.4.0 |
1149 | 2024-12-19T05:37:05.941Z | Compiling libsw v3.3.1 |
1150 | 2024-12-19T05:37:06.298Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-12-19T05:37:06.768Z | Compiling derive-where v1.2.7 |
1152 | 2024-12-19T05:37:06.920Z | Compiling linked-hash-map v0.5.6 |
1153 | 2024-12-19T05:37:07.046Z | Compiling swrite v0.1.0 |
1154 | 2024-12-19T05:37:07.190Z | Compiling data-encoding v2.6.0 |
1155 | 2024-12-19T05:37:07.340Z | Compiling quick-error v1.2.3 |
1156 | 2024-12-19T05:37:07.510Z | Compiling indent_write v2.2.0 |
1157 | 2024-12-19T05:37:07.531Z | Compiling linear-map v1.2.0 |
1158 | 2024-12-19T05:37:07.747Z | Compiling highway v1.2.0 |
1159 | 2024-12-19T05:37:08.001Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-12-19T05:37:09.215Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-12-19T05:37:09.634Z | Compiling resolv-conf v0.7.0 |
1162 | 2024-12-19T05:37:10.240Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-19T05:37:11.255Z | Compiling lru-cache v0.1.2 |
1164 | 2024-12-19T05:37:11.506Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-19T05:37:12.924Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-19T05:37:13.342Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-19T05:37:14.350Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-12-19T05:37:15.002Z | Compiling steno v0.4.1 |
1169 | 2024-12-19T05:37:18.569Z | Compiling slog-dtrace v0.3.0 |
1170 | 2024-12-19T05:37:18.716Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1171 | 2024-12-19T05:37:19.751Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-12-19T05:37:19.802Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-12-19T05:37:19.802Z | Compiling humantime v2.1.0 |
1174 | 2024-12-19T05:37:19.802Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-12-19T05:37:20.129Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1176 | 2024-12-19T05:37:22.377Z | Compiling hickory-resolver v0.24.1 |
1177 | 2024-12-19T05:37:22.430Z | Compiling num-derive v0.3.3 |
1178 | 2024-12-19T05:37:22.813Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-12-19T05:37:25.000Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1180 | 2024-12-19T05:37:25.068Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1181 | 2024-12-19T05:37:25.068Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1182 | 2024-12-19T05:37:25.726Z | Compiling parking_lot v0.11.2 |
1183 | 2024-12-19T05:37:26.453Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1184 | 2024-12-19T05:37:27.541Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1185 | 2024-12-19T05:37:28.000Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1186 | 2024-12-19T05:37:28.856Z | Compiling crossbeam-epoch v0.9.18 |
1187 | 2024-12-19T05:37:30.036Z | Compiling fxhash v0.2.1 |
1188 | 2024-12-19T05:37:30.267Z | Compiling crc32fast v1.4.2 |
1189 | 2024-12-19T05:37:30.508Z | Compiling crc8 v0.1.1 |
1190 | 2024-12-19T05:37:30.802Z | Compiling arc-swap v1.7.1 |
1191 | 2024-12-19T05:37:30.822Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1192 | 2024-12-19T05:37:31.489Z | Compiling slog-scope v4.4.0 |
1193 | 2024-12-19T05:37:32.289Z | Compiling sled v0.34.7 |
1194 | 2024-12-19T05:37:36.823Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-12-19T05:37:38.093Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1196 | 2024-12-19T05:37:38.609Z | Compiling slog-stdlog v4.1.1 |
1197 | 2024-12-19T05:37:39.453Z | Compiling slog-envlogger v2.2.0 |
1198 | 2024-12-19T05:37:40.770Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-19T05:37:41.317Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1200 | 2024-12-19T05:37:51.954Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1201 | 2024-12-19T05:37:53.098Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1202 | 2024-12-19T05:37:59.057Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1203 | 2024-12-19T05:38:29.369Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-12-19T05:38:29.369Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1205 | 2024-12-19T05:38:36.886Z | Finished `release` profile [optimized] target(s) in 5m 17s |
1206 | 2024-12-19T05:38:37.206Z | + banner trio |
1207 | 2024-12-19T05:38:37.208Z | |
1208 | 2024-12-19T05:38:37.208Z | ##### ##### # #### |
1209 | 2024-12-19T05:38:37.208Z | # # # # # # |
1210 | 2024-12-19T05:38:37.208Z | # # # # # # |
1211 | 2024-12-19T05:38:37.208Z | # ##### # # # |
1212 | 2024-12-19T05:38:37.208Z | # # # # # # |
1213 | 2024-12-19T05:38:37.208Z | # # # # #### |
1214 | 2024-12-19T05:38:37.209Z | |
1215 | 2024-12-19T05:38:37.209Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1216 | 2024-12-19T05:38:37.702Z | Compiling cfg-if v1.0.0 |
1217 | 2024-12-19T05:38:37.702Z | Compiling libc v0.2.169 |
1218 | 2024-12-19T05:38:37.702Z | Compiling serde v1.0.215 |
1219 | 2024-12-19T05:38:37.705Z | Compiling once_cell v1.20.2 |
1220 | 2024-12-19T05:38:37.705Z | Compiling itoa v1.0.11 |
1221 | 2024-12-19T05:38:37.705Z | Compiling byteorder v1.5.0 |
1222 | 2024-12-19T05:38:37.776Z | Compiling syn v2.0.87 |
1223 | 2024-12-19T05:38:37.787Z | Compiling bytes v1.7.2 |
1224 | 2024-12-19T05:38:37.836Z | Compiling num-traits v0.2.19 |
1225 | 2024-12-19T05:38:37.990Z | Compiling zerocopy v0.7.35 |
1226 | 2024-12-19T05:38:38.157Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-19T05:38:38.176Z | Compiling ahash v0.8.11 |
1228 | 2024-12-19T05:38:38.217Z | Compiling smallvec v1.13.2 |
1229 | 2024-12-19T05:38:38.232Z | Compiling memchr v2.7.4 |
1230 | 2024-12-19T05:38:38.321Z | Compiling schemars v0.8.21 |
1231 | 2024-12-19T05:38:38.330Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-12-19T05:38:38.692Z | Compiling scopeguard v1.2.0 |
1233 | 2024-12-19T05:38:38.857Z | Compiling lock_api v0.4.12 |
1234 | 2024-12-19T05:38:39.210Z | Compiling hashbrown v0.14.5 |
1235 | 2024-12-19T05:38:39.255Z | Compiling fnv v1.0.7 |
1236 | 2024-12-19T05:38:39.349Z | Compiling getrandom v0.2.15 |
1237 | 2024-12-19T05:38:39.389Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-12-19T05:38:39.392Z | Compiling mio v1.0.2 |
1239 | 2024-12-19T05:38:39.701Z | Compiling signal-hook-registry v1.4.2 |
1240 | 2024-12-19T05:38:40.153Z | Compiling parking_lot v0.12.3 |
1241 | 2024-12-19T05:38:40.240Z | Compiling socket2 v0.5.8 |
1242 | 2024-12-19T05:38:40.655Z | Compiling log v0.4.22 |
1243 | 2024-12-19T05:38:40.937Z | Compiling futures-core v0.3.30 |
1244 | 2024-12-19T05:38:41.148Z | Compiling equivalent v1.0.1 |
1245 | 2024-12-19T05:38:41.159Z | Compiling ryu v1.0.18 |
1246 | 2024-12-19T05:38:41.181Z | Compiling tracing-core v0.1.32 |
1247 | 2024-12-19T05:38:41.244Z | Compiling serde_json v1.0.133 |
1248 | 2024-12-19T05:38:41.276Z | Compiling uuid v1.11.0 |
1249 | 2024-12-19T05:38:41.702Z | Compiling regress v0.10.1 |
1250 | 2024-12-19T05:38:41.818Z | Compiling spin v0.9.8 |
1251 | 2024-12-19T05:38:41.872Z | Compiling pin-utils v0.1.0 |
1252 | 2024-12-19T05:38:41.969Z | Compiling futures-sink v0.3.30 |
1253 | 2024-12-19T05:38:42.011Z | Compiling untrusted v0.9.0 |
1254 | 2024-12-19T05:38:42.136Z | Compiling futures-task v0.3.30 |
1255 | 2024-12-19T05:38:42.160Z | Compiling ring v0.17.8 |
1256 | 2024-12-19T05:38:42.192Z | Compiling slab v0.4.9 |
1257 | 2024-12-19T05:38:42.330Z | Compiling futures-util v0.3.30 |
1258 | 2024-12-19T05:38:42.720Z | Compiling try-lock v0.2.5 |
1259 | 2024-12-19T05:38:42.863Z | Compiling chrono v0.4.38 |
1260 | 2024-12-19T05:38:42.901Z | Compiling want v0.3.1 |
1261 | 2024-12-19T05:38:43.396Z | Compiling httparse v1.9.4 |
1262 | 2024-12-19T05:38:44.438Z | Compiling serde_derive_internals v0.29.1 |
1263 | 2024-12-19T05:38:44.890Z | Compiling futures-channel v0.3.30 |
1264 | 2024-12-19T05:38:45.328Z | Compiling tower-service v0.3.3 |
1265 | 2024-12-19T05:38:45.356Z | Compiling foreign-types-shared v0.1.1 |
1266 | 2024-12-19T05:38:45.446Z | Compiling dyn-clone v1.0.17 |
1267 | 2024-12-19T05:38:45.456Z | Compiling foreign-types v0.3.2 |
1268 | 2024-12-19T05:38:45.547Z | Compiling openssl-sys v0.9.103 |
1269 | 2024-12-19T05:38:45.643Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-12-19T05:38:45.830Z | Compiling bitflags v2.6.0 |
1271 | 2024-12-19T05:38:46.039Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-12-19T05:38:46.178Z | Compiling http v1.2.0 |
1273 | 2024-12-19T05:38:46.583Z | Compiling semver v1.0.23 |
1274 | 2024-12-19T05:38:46.922Z | Compiling tinyvec_macros v0.1.1 |
1275 | 2024-12-19T05:38:46.993Z | Compiling openssl-probe v0.1.5 |
1276 | 2024-12-19T05:38:47.111Z | Compiling tinyvec v1.8.0 |
1277 | 2024-12-19T05:38:47.513Z | Compiling quote v1.0.37 |
1278 | 2024-12-19T05:38:48.773Z | Compiling percent-encoding v2.3.1 |
1279 | 2024-12-19T05:38:49.162Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-12-19T05:38:49.254Z | Compiling serde_derive v1.0.215 |
1281 | 2024-12-19T05:38:49.267Z | Compiling zerocopy-derive v0.7.35 |
1282 | 2024-12-19T05:38:49.567Z | Compiling thiserror-impl v1.0.69 |
1283 | 2024-12-19T05:38:49.617Z | Compiling schemars_derive v0.8.21 |
1284 | 2024-12-19T05:38:49.676Z | Compiling tokio-macros v2.4.0 |
1285 | 2024-12-19T05:38:49.707Z | Compiling tracing-attributes v0.1.27 |
1286 | 2024-12-19T05:38:50.545Z | Compiling openssl-macros v0.1.1 |
1287 | 2024-12-19T05:38:51.209Z | Compiling unicode-normalization v0.1.24 |
1288 | 2024-12-19T05:38:51.326Z | Compiling tokio v1.42.0 |
1289 | 2024-12-19T05:38:51.387Z | Compiling openssl v0.10.66 |
1290 | 2024-12-19T05:38:52.613Z | Compiling thiserror v1.0.69 |
1291 | 2024-12-19T05:38:52.841Z | Compiling aho-corasick v1.1.3 |
1292 | 2024-12-19T05:38:53.139Z | Compiling tracing v0.1.40 |
1293 | 2024-12-19T05:38:53.901Z | Compiling http v0.2.12 |
1294 | 2024-12-19T05:38:54.220Z | Compiling rustls-pki-types v1.8.0 |
1295 | 2024-12-19T05:38:55.572Z | Compiling unicode-bidi v0.3.15 |
1296 | 2024-12-19T05:38:58.588Z | Compiling native-tls v0.2.12 |
1297 | 2024-12-19T05:38:59.781Z | Compiling heck v0.5.0 |
1298 | 2024-12-19T05:38:59.998Z | Compiling regex-automata v0.4.7 |
1299 | 2024-12-19T05:39:01.152Z | Compiling idna v0.5.0 |
1300 | 2024-12-19T05:39:04.031Z | Compiling indexmap v2.5.0 |
1301 | 2024-12-19T05:39:05.998Z | Compiling tokio-util v0.7.12 |
1302 | 2024-12-19T05:39:06.935Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-12-19T05:39:07.508Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-12-19T05:39:07.817Z | Compiling http-body v1.0.1 |
1305 | 2024-12-19T05:39:08.338Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-12-19T05:39:08.625Z | Compiling slog v2.7.0 |
1307 | 2024-12-19T05:39:09.164Z | Compiling atomic-waker v1.1.2 |
1308 | 2024-12-19T05:39:09.354Z | Compiling h2 v0.4.6 |
1309 | 2024-12-19T05:39:10.077Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-12-19T05:39:10.843Z | Compiling typify-impl v0.2.0 |
1311 | 2024-12-19T05:39:22.366Z | Compiling openapiv3 v2.0.0 |
1312 | 2024-12-19T05:39:23.030Z | Compiling regex v1.10.6 |
1313 | 2024-12-19T05:39:23.077Z | Compiling serde_urlencoded v0.7.1 |
1314 | 2024-12-19T05:39:23.678Z | Compiling url v2.5.2 |
1315 | 2024-12-19T05:39:24.040Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-12-19T05:39:25.443Z | Compiling mime v0.3.17 |
1317 | 2024-12-19T05:39:26.572Z | Compiling rustls v0.21.12 |
1318 | 2024-12-19T05:39:26.697Z | Compiling ipnet v2.10.0 |
1319 | 2024-12-19T05:39:26.923Z | Compiling typify-macro v0.2.0 |
1320 | 2024-12-19T05:39:29.063Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1321 | 2024-12-19T05:39:29.377Z | Compiling hyper v1.5.1 |
1322 | 2024-12-19T05:39:30.557Z | Compiling h2 v0.3.26 |
1323 | 2024-12-19T05:39:30.756Z | Compiling http-body v0.4.6 |
1324 | 2024-12-19T05:39:30.926Z | Compiling rustls-webpki v0.102.8 |
1325 | 2024-12-19T05:39:31.276Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-12-19T05:39:32.998Z | Compiling sct v0.7.1 |
1327 | 2024-12-19T05:39:33.475Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-12-19T05:39:33.903Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-19T05:39:34.681Z | Compiling subtle v2.6.1 |
1330 | 2024-12-19T05:39:34.976Z | Compiling zeroize v1.8.1 |
1331 | 2024-12-19T05:39:35.082Z | Compiling toml_edit v0.19.15 |
1332 | 2024-12-19T05:39:35.329Z | Compiling rustls v0.23.13 |
1333 | 2024-12-19T05:39:35.396Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-12-19T05:39:39.246Z | Compiling hyper v0.14.30 |
1335 | 2024-12-19T05:39:39.910Z | Compiling hyper-util v0.1.10 |
1336 | 2024-12-19T05:39:46.133Z | Compiling lazy_static v1.5.0 |
1337 | 2024-12-19T05:39:46.281Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-12-19T05:39:46.567Z | Compiling tokio-rustls v0.24.1 |
1339 | 2024-12-19T05:39:46.851Z | Compiling proc-macro-crate v1.3.1 |
1340 | 2024-12-19T05:39:47.028Z | Compiling http-body-util v0.1.2 |
1341 | 2024-12-19T05:39:47.608Z | Compiling webpki-roots v0.26.6 |
1342 | 2024-12-19T05:39:47.698Z | Compiling base64 v0.22.1 |
1343 | 2024-12-19T05:39:47.817Z | Compiling base64 v0.21.7 |
1344 | 2024-12-19T05:39:48.190Z | Compiling hyper-rustls v0.27.3 |
1345 | 2024-12-19T05:39:48.791Z | Compiling rustls-pemfile v1.0.4 |
1346 | 2024-12-19T05:39:49.048Z | Compiling rustls-pemfile v2.1.3 |
1347 | 2024-12-19T05:39:49.611Z | Compiling crossbeam-utils v0.8.20 |
1348 | 2024-12-19T05:39:49.631Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-12-19T05:39:49.852Z | Compiling hyper-tls v0.6.0 |
1350 | 2024-12-19T05:39:49.929Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-12-19T05:39:50.374Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-12-19T05:39:50.394Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-12-19T05:39:50.535Z | Compiling typify v0.2.0 |
1354 | 2024-12-19T05:39:51.694Z | Compiling ipnetwork v0.20.0 |
1355 | 2024-12-19T05:39:53.491Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2024-12-19T05:39:54.005Z | Compiling foreign-types-macros v0.2.3 |
1357 | 2024-12-19T05:39:54.426Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-12-19T05:39:54.470Z | Compiling rand_core v0.6.4 |
1359 | 2024-12-19T05:39:54.585Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-19T05:39:54.957Z | Compiling sync_wrapper v0.1.2 |
1361 | 2024-12-19T05:39:55.098Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-12-19T05:39:55.100Z | Compiling foreign-types-shared v0.3.1 |
1363 | 2024-12-19T05:39:55.231Z | Compiling powerfmt v0.2.0 |
1364 | 2024-12-19T05:39:55.254Z | Compiling reqwest v0.11.27 |
1365 | 2024-12-19T05:39:55.369Z | Compiling foreign-types v0.5.0 |
1366 | 2024-12-19T05:39:55.483Z | Compiling time-macros v0.2.18 |
1367 | 2024-12-19T05:39:55.674Z | Compiling deranged v0.3.11 |
1368 | 2024-12-19T05:39:55.751Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-12-19T05:39:57.556Z | Compiling dirs-next v2.0.0 |
1370 | 2024-12-19T05:39:57.831Z | Compiling reqwest v0.12.9 |
1371 | 2024-12-19T05:39:58.142Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-12-19T05:39:59.032Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1373 | 2024-12-19T05:40:05.047Z | Compiling num_enum v0.5.11 |
1374 | 2024-12-19T05:40:05.104Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1375 | 2024-12-19T05:40:06.039Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1376 | 2024-12-19T05:40:06.206Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1377 | 2024-12-19T05:40:06.401Z | Compiling cstr-argument v0.1.2 |
1378 | 2024-12-19T05:40:06.677Z | Compiling thread_local v1.1.8 |
1379 | 2024-12-19T05:40:07.080Z | Compiling time-core v0.1.2 |
1380 | 2024-12-19T05:40:07.287Z | Compiling arc-swap v1.7.1 |
1381 | 2024-12-19T05:40:07.434Z | Compiling num-conv v0.1.0 |
1382 | 2024-12-19T05:40:07.692Z | Compiling pretty-hex v0.2.1 |
1383 | 2024-12-19T05:40:07.920Z | Compiling either v1.13.0 |
1384 | 2024-12-19T05:40:08.015Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1385 | 2024-12-19T05:40:08.390Z | Compiling itertools v0.12.1 |
1386 | 2024-12-19T05:40:08.406Z | Compiling slog-scope v4.4.0 |
1387 | 2024-12-19T05:40:09.336Z | Compiling time v0.3.36 |
1388 | 2024-12-19T05:40:10.127Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1389 | 2024-12-19T05:40:11.670Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1390 | 2024-12-19T05:40:12.325Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1391 | 2024-12-19T05:40:12.511Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-12-19T05:40:12.583Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1393 | 2024-12-19T05:40:14.150Z | Compiling progenitor-macro v0.8.0 |
1394 | 2024-12-19T05:40:18.667Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-12-19T05:40:26.185Z | Compiling term v0.7.0 |
1396 | 2024-12-19T05:40:27.622Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-12-19T05:40:29.636Z | Compiling rand v0.8.5 |
1398 | 2024-12-19T05:40:30.923Z | Compiling anyhow v1.0.94 |
1399 | 2024-12-19T05:40:31.573Z | Compiling colored v2.1.0 |
1400 | 2024-12-19T05:40:32.457Z | Compiling is-terminal v0.4.13 |
1401 | 2024-12-19T05:40:32.585Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-12-19T05:40:32.828Z | Compiling take_mut v0.2.2 |
1403 | 2024-12-19T05:40:32.951Z | Compiling winnow v0.6.18 |
1404 | 2024-12-19T05:40:33.000Z | Compiling slog-async v2.8.0 |
1405 | 2024-12-19T05:40:36.171Z | Compiling slog-term v2.9.1 |
1406 | 2024-12-19T05:40:37.489Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1407 | 2024-12-19T05:40:39.123Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-12-19T05:40:39.344Z | Compiling progenitor v0.8.0 |
1409 | 2024-12-19T05:40:39.562Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1410 | 2024-12-19T05:40:43.403Z | Compiling slog-stdlog v4.1.1 |
1411 | 2024-12-19T05:40:43.766Z | Compiling slog-envlogger v2.2.0 |
1412 | 2024-12-19T05:40:44.251Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1413 | 2024-12-19T05:40:47.026Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1414 | 2024-12-19T05:40:58.990Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1415 | 2024-12-19T05:41:06.958Z | Finished `release` profile [optimized] target(s) in 2m 29s |
1416 | 2024-12-19T05:41:06.963Z | Running unittests src/lib.rs (target/release/deps/mg_tests-3f0cc37d63733352) |
1417 | 2024-12-19T05:41:06.976Z | |
1418 | 2024-12-19T05:41:06.976Z | running 1 test |
1419 | 2024-12-19T05:41:07.151Z | configure zone |
1420 | 2024-12-19T05:41:07.167Z | install zone |
1421 | 2024-12-19T05:42:06.985Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1422 | 2024-12-19T05:45:44.665Z | boot zone |
1423 | 2024-12-19T05:45:45.510Z | start zone s1 |
1424 | 2024-12-19T05:45:45.510Z | configure zone |
1425 | 2024-12-19T05:45:45.518Z | install zone |
1426 | 2024-12-19T05:47:50.826Z | boot zone |
1427 | 2024-12-19T05:47:51.782Z | start zone s2 |
1428 | 2024-12-19T05:47:51.782Z | configure zone |
1429 | 2024-12-19T05:47:51.792Z | install zone |
1430 | 2024-12-19T05:49:54.333Z | boot zone |
1431 | 2024-12-19T05:49:55.255Z | start zone t1 |
1432 | 2024-12-19T05:49:55.255Z | configure zone |
1433 | 2024-12-19T05:49:55.264Z | install zone |
1434 | 2024-12-19T05:51:55.373Z | boot zone |
1435 | 2024-12-19T05:51:56.356Z | waiting for zones to come up |
1436 | 2024-12-19T05:52:06.358Z | [sidecar.trio] svcs milestone/network |
1437 | 2024-12-19T05:52:06.390Z | STATE STIME FMRI |
1438 | 2024-12-19T05:52:06.390Z | online 21:46:03 svc:/milestone/network:default |
1439 | 2024-12-19T05:52:06.390Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-19T05:52:06.438Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-19T05:52:06.487Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1442 | 2024-12-19T05:52:06.532Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1443 | 2024-12-19T05:52:06.537Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1444 | 2024-12-19T05:52:06.558Z | |
1445 | 2024-12-19T05:52:06.558Z | running zone s1.trio setup |
1446 | 2024-12-19T05:52:06.558Z | [s1.trio] svcs milestone/network |
1447 | 2024-12-19T05:52:06.582Z | STATE STIME FMRI |
1448 | 2024-12-19T05:52:06.582Z | online 21:48:09 svc:/milestone/network:default |
1449 | 2024-12-19T05:52:06.582Z | [s1.trio] dladm |
1450 | 2024-12-19T05:52:06.604Z | LINK CLASS MTU STATE BRIDGE OVER |
1451 | 2024-12-19T05:52:06.604Z | sl0 simnet 9000 up -- ? |
1452 | 2024-12-19T05:52:06.604Z | mg2 vnic 9000 up -- ? |
1453 | 2024-12-19T05:52:06.604Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1454 | 2024-12-19T05:52:07.166Z | |
1455 | 2024-12-19T05:52:07.166Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1456 | 2024-12-19T05:52:07.190Z | |
1457 | 2024-12-19T05:52:07.190Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1458 | 2024-12-19T05:52:07.211Z | |
1459 | 2024-12-19T05:52:07.211Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1460 | 2024-12-19T05:52:07.298Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1461 | 2024-12-19T05:52:07.341Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1a18f2a0-2c27-4cd8-bb65-0badf0f17fae --sled-uuid 30f4be11-8484-4aea-93bc-44d29beb583b -a sl0/v6 &> /opt/ddmd.log & |
1462 | 2024-12-19T05:52:07.362Z | |
1463 | 2024-12-19T05:52:07.362Z | running zone s2.trio setup |
1464 | 2024-12-19T05:52:07.362Z | [s2.trio] svcs milestone/network |
1465 | 2024-12-19T05:52:07.389Z | STATE STIME FMRI |
1466 | 2024-12-19T05:52:07.389Z | online 21:50:13 svc:/milestone/network:default |
1467 | 2024-12-19T05:52:07.389Z | [s2.trio] dladm |
1468 | 2024-12-19T05:52:07.411Z | LINK CLASS MTU STATE BRIDGE OVER |
1469 | 2024-12-19T05:52:07.411Z | sl1 simnet 9000 up -- ? |
1470 | 2024-12-19T05:52:07.412Z | mg3 vnic 9000 up -- ? |
1471 | 2024-12-19T05:52:07.412Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1472 | 2024-12-19T05:52:08.000Z | |
1473 | 2024-12-19T05:52:08.000Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1474 | 2024-12-19T05:52:08.020Z | |
1475 | 2024-12-19T05:52:08.020Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1476 | 2024-12-19T05:52:08.041Z | |
1477 | 2024-12-19T05:52:08.041Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1478 | 2024-12-19T05:52:08.087Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1479 | 2024-12-19T05:52:08.110Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b0a2630a-be09-44aa-b37a-71d0537c1ea0 --sled-uuid 55692fd2-e941-49ae-a454-f5cc2e8f82d6 -a sl1/v6 &> /opt/ddmd.log & |
1480 | 2024-12-19T05:52:08.131Z | |
1481 | 2024-12-19T05:52:08.131Z | running zone t1.trio setup |
1482 | 2024-12-19T05:52:08.131Z | [t1.trio] svcs milestone/network |
1483 | 2024-12-19T05:52:08.153Z | STATE STIME FMRI |
1484 | 2024-12-19T05:52:08.153Z | - - svc:/milestone/network:default |
1485 | 2024-12-19T05:52:09.154Z | [t1.trio] svcs milestone/network |
1486 | 2024-12-19T05:52:09.176Z | STATE STIME FMRI |
1487 | 2024-12-19T05:52:09.176Z | - - svc:/milestone/network:default |
1488 | 2024-12-19T05:52:10.176Z | [t1.trio] svcs milestone/network |
1489 | 2024-12-19T05:52:10.198Z | STATE STIME FMRI |
1490 | 2024-12-19T05:52:10.198Z | - - svc:/milestone/network:default |
1491 | 2024-12-19T05:52:11.198Z | [t1.trio] svcs milestone/network |
1492 | 2024-12-19T05:52:11.221Z | STATE STIME FMRI |
1493 | 2024-12-19T05:52:11.221Z | - - svc:/milestone/network:default |
1494 | 2024-12-19T05:52:12.221Z | [t1.trio] svcs milestone/network |
1495 | 2024-12-19T05:52:12.245Z | STATE STIME FMRI |
1496 | 2024-12-19T05:52:12.245Z | - - svc:/milestone/network:default |
1497 | 2024-12-19T05:52:13.244Z | [t1.trio] svcs milestone/network |
1498 | 2024-12-19T05:52:13.267Z | STATE STIME FMRI |
1499 | 2024-12-19T05:52:13.267Z | - - svc:/milestone/network:default |
1500 | 2024-12-19T05:52:14.268Z | [t1.trio] svcs milestone/network |
1501 | 2024-12-19T05:52:14.289Z | STATE STIME FMRI |
1502 | 2024-12-19T05:52:14.290Z | - - svc:/milestone/network:default |
1503 | 2024-12-19T05:52:15.291Z | [t1.trio] svcs milestone/network |
1504 | 2024-12-19T05:52:15.316Z | STATE STIME FMRI |
1505 | 2024-12-19T05:52:15.316Z | online 21:52:14 svc:/milestone/network:default |
1506 | 2024-12-19T05:52:15.316Z | [t1.trio] dladm |
1507 | 2024-12-19T05:52:15.337Z | LINK CLASS MTU STATE BRIDGE OVER |
1508 | 2024-12-19T05:52:15.337Z | tfportrear0_0 simnet 9000 up -- ? |
1509 | 2024-12-19T05:52:15.337Z | tfportrear1_0 simnet 9000 up -- ? |
1510 | 2024-12-19T05:52:15.337Z | mg1 vnic 9000 up -- ? |
1511 | 2024-12-19T05:52:15.338Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1512 | 2024-12-19T05:52:15.957Z | |
1513 | 2024-12-19T05:52:15.957Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1514 | 2024-12-19T05:52:15.982Z | |
1515 | 2024-12-19T05:52:15.982Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1516 | 2024-12-19T05:52:16.004Z | |
1517 | 2024-12-19T05:52:16.004Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1518 | 2024-12-19T05:52:16.026Z | |
1519 | 2024-12-19T05:52:16.027Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1520 | 2024-12-19T05:52:16.226Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1521 | 2024-12-19T05:52:16.231Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1522 | 2024-12-19T05:52:16.234Z | waiting 3s for copy of files to zone to complete ... |
1523 | 2024-12-19T05:52:19.234Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1524 | 2024-12-19T05:52:19.284Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1525 | 2024-12-19T05:52:19.307Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1526 | 2024-12-19T05:52:19.407Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1527 | 2024-12-19T05:52:19.452Z | [t1.trio] svcadm enable dendrite |
1528 | 2024-12-19T05:52:19.494Z | |
1529 | 2024-12-19T05:52:19.494Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1530 | 2024-12-19T05:52:19.545Z | |
1531 | 2024-12-19T05:52:19.545Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1532 | 2024-12-19T05:52:19.591Z | |
1533 | 2024-12-19T05:52:19.591Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1534 | 2024-12-19T05:52:19.639Z | |
1535 | 2024-12-19T05:52:19.639Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1536 | 2024-12-19T05:52:19.684Z | |
1537 | 2024-12-19T05:52:19.684Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1538 | 2024-12-19T05:52:19.730Z | |
1539 | 2024-12-19T05:52:19.730Z | [t1.trio] svcadm refresh dendrite:default |
1540 | 2024-12-19T05:52:19.770Z | |
1541 | 2024-12-19T05:52:19.770Z | [t1.trio] svcadm restart dendrite:default |
1542 | 2024-12-19T05:52:19.810Z | |
1543 | 2024-12-19T05:52:19.811Z | wait 10s for dendrite to come up ... |
1544 | 2024-12-19T05:52:29.811Z | [t1.trio] svcadm enable tfport |
1545 | 2024-12-19T05:52:29.852Z | |
1546 | 2024-12-19T05:52:29.852Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1547 | 2024-12-19T05:52:29.875Z | |
1548 | 2024-12-19T05:52:29.875Z | [t1.trio] ipadm |
1549 | 2024-12-19T05:52:29.901Z | ADDROBJ TYPE STATE ADDR |
1550 | 2024-12-19T05:52:29.901Z | lo0/v4 static ok 127.0.0.1/8 |
1551 | 2024-12-19T05:52:29.901Z | mg1/v4 static ok 10.0.0.3/24 |
1552 | 2024-12-19T05:52:29.901Z | lo0/v6 static ok ::1/128 |
1553 | 2024-12-19T05:52:29.901Z | lo0/u6 static ok fd00:3::1/64 |
1554 | 2024-12-19T05:52:29.901Z | tfportrear0_0/v6 addrconf ok fe80::e44a:83ff:fe54:853%tfportrear0_0/10 |
1555 | 2024-12-19T05:52:29.901Z | tfportrear1_0/v6 addrconf ok fe80::384f:98ff:fe3a:226%tfportrear1_0/10 |
1556 | 2024-12-19T05:52:32.114Z | initial peering test passed |
1557 | 2024-12-19T05:52:33.118Z | advertise from one passed |
1558 | 2024-12-19T05:52:34.120Z | advertise from two passed |
1559 | 2024-12-19T05:52:34.120Z | [s1.trio] ping fd00:2::1 |
1560 | 2024-12-19T05:52:34.148Z | fd00:2::1 is alive |
1561 | 2024-12-19T05:52:34.148Z | [s2.trio] ping fd00:1::1 |
1562 | 2024-12-19T05:52:34.168Z | fd00:1::1 is alive |
1563 | 2024-12-19T05:52:34.168Z | connectivity test passed |
1564 | 2024-12-19T05:52:34.168Z | [t1.trio] pkill ddmd |
1565 | 2024-12-19T05:52:34.191Z | |
1566 | 2024-12-19T05:52:40.194Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1567 | 2024-12-19T05:52:40.232Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1568 | 2024-12-19T05:52:40.251Z | [t1.trio] svcadm enable dendrite |
1569 | 2024-12-19T05:52:40.292Z | |
1570 | 2024-12-19T05:52:40.292Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1571 | 2024-12-19T05:52:40.335Z | |
1572 | 2024-12-19T05:52:40.336Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1573 | 2024-12-19T05:52:40.380Z | |
1574 | 2024-12-19T05:52:40.380Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1575 | 2024-12-19T05:52:40.424Z | |
1576 | 2024-12-19T05:52:40.424Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1577 | 2024-12-19T05:52:40.469Z | |
1578 | 2024-12-19T05:52:40.469Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1579 | 2024-12-19T05:52:40.514Z | |
1580 | 2024-12-19T05:52:40.514Z | [t1.trio] svcadm refresh dendrite:default |
1581 | 2024-12-19T05:52:40.553Z | |
1582 | 2024-12-19T05:52:40.553Z | [t1.trio] svcadm restart dendrite:default |
1583 | 2024-12-19T05:52:40.592Z | |
1584 | 2024-12-19T05:52:40.592Z | wait 10s for dendrite to come up ... |
1585 | 2024-12-19T05:52:50.593Z | [t1.trio] svcadm enable tfport |
1586 | 2024-12-19T05:52:50.635Z | |
1587 | 2024-12-19T05:52:50.635Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1588 | 2024-12-19T05:52:50.657Z | |
1589 | 2024-12-19T05:52:50.657Z | [t1.trio] ipadm |
1590 | 2024-12-19T05:52:50.683Z | ADDROBJ TYPE STATE ADDR |
1591 | 2024-12-19T05:52:50.683Z | lo0/v4 static ok 127.0.0.1/8 |
1592 | 2024-12-19T05:52:50.683Z | mg1/v4 static ok 10.0.0.3/24 |
1593 | 2024-12-19T05:52:50.683Z | lo0/v6 static ok ::1/128 |
1594 | 2024-12-19T05:52:50.683Z | lo0/u6 static ok fd00:3::1/64 |
1595 | 2024-12-19T05:52:50.683Z | tfportrear0_0/v6 addrconf ok fe80::e44a:83ff:fe54:853%tfportrear0_0/10 |
1596 | 2024-12-19T05:52:50.683Z | tfportrear1_0/v6 addrconf ok fe80::384f:98ff:fe3a:226%tfportrear1_0/10 |
1597 | 2024-12-19T05:52:53.687Z | [s1.trio] ping fd00:2::1 |
1598 | 2024-12-19T05:52:53.710Z | fd00:2::1 is alive |
1599 | 2024-12-19T05:52:53.710Z | [s2.trio] ping fd00:1::1 |
1600 | 2024-12-19T05:52:53.732Z | fd00:1::1 is alive |
1601 | 2024-12-19T05:52:53.732Z | transit router restart passed |
1602 | 2024-12-19T05:52:53.732Z | [s1.trio] pkill ddmd |
1603 | 2024-12-19T05:52:53.752Z | |
1604 | 2024-12-19T05:52:58.755Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5c6a779c-5c82-4d97-ae4b-9d0e32843fe2 --sled-uuid c150f2df-1f87-4650-bd12-8fee71af19ef -a sl0/v6 &> /opt/ddmd.log & |
1605 | 2024-12-19T05:52:58.777Z | |
1606 | 2024-12-19T05:53:01.782Z | [s1.trio] ping fd00:2::1 |
1607 | 2024-12-19T05:53:01.805Z | fd00:2::1 is alive |
1608 | 2024-12-19T05:53:01.805Z | [s2.trio] ping fd00:1::1 |
1609 | 2024-12-19T05:53:01.827Z | fd00:1::1 is alive |
1610 | 2024-12-19T05:53:01.827Z | server router restart passed |
1611 | 2024-12-19T05:53:04.833Z | peer expiration recovery passed |
1612 | 2024-12-19T05:53:05.834Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1613 | 2024-12-19T05:53:05.861Z | 3 |
1614 | 2024-12-19T05:53:05.861Z | redundant advertise passed |
1615 | 2024-12-19T05:53:06.863Z | tunnel endpoint advertise passed |
1616 | 2024-12-19T05:53:11.866Z | redundant tunnel endpoint advertise passed |
1617 | 2024-12-19T05:53:11.866Z | [s1.trio] pkill ddmd |
1618 | 2024-12-19T05:53:11.888Z | |
1619 | 2024-12-19T05:53:16.889Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8b48050d-3ca9-4a23-8857-1017ce987c08 --sled-uuid 7df47f8a-8fde-4361-9bec-a4437b333918 -a sl0/v6 &> /opt/ddmd.log & |
1620 | 2024-12-19T05:53:16.912Z | |
1621 | 2024-12-19T05:53:21.978Z | tunnel router restart passed |
1622 | 2024-12-19T05:53:22.980Z | tunnel endpoint withdraw passed |
1623 | 2024-12-19T05:53:22.996Z | [t1.trio] pkill ddmd |
1624 | 2024-12-19T05:53:23.025Z | |
1625 | 2024-12-19T05:53:23.025Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1626 | 2024-12-19T05:53:23.029Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1627 | 2024-12-19T05:53:25.611Z | [s2.trio] pkill ddmd |
1628 | 2024-12-19T05:53:25.632Z | |
1629 | 2024-12-19T05:53:25.632Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1630 | 2024-12-19T05:53:28.061Z | [s1.trio] pkill ddmd |
1631 | 2024-12-19T05:53:28.081Z | |
1632 | 2024-12-19T05:53:28.081Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1633 | 2024-12-19T05:53:30.486Z | [sidecar.trio] pkill softnpu |
1634 | 2024-12-19T05:53:30.506Z | |
1635 | 2024-12-19T05:53:30.507Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1636 | 2024-12-19T05:53:33.035Z | test ddm::test_trio_v2_transit ... ok |
1637 | 2024-12-19T05:53:33.036Z | |
1638 | 2024-12-19T05:53:33.036Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 745.96s |
1639 | 2024-12-19T05:53:33.036Z | |
1640 | 2024-12-19T05:53:33.064Z | + cleanup |
1641 | 2024-12-19T05:53:33.067Z | ++ id -un |
1642 | 2024-12-19T05:53:33.071Z | ++ id -gn |
1643 | 2024-12-19T05:53:33.074Z | + pfexec chown -R build:build . |
1644 | 2024-12-19T05:53:33.154Z | process exited: duration 1285517 ms, exit code 0 |
|
1645 | 2024-12-19T05:53:33.160Z | found 4 output files |
1646 | 2024-12-19T05:53:33.160Z | uploading: /work/s1.trio.log (4197 bytes) |
1647 | 2024-12-19T05:53:34.171Z | uploaded: /work/s1.trio.log |
1648 | 2024-12-19T05:53:34.174Z | uploading: /work/s2.trio.log (10912 bytes) |
1649 | 2024-12-19T05:53:35.180Z | uploaded: /work/s2.trio.log |
1650 | 2024-12-19T05:53:35.184Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1651 | 2024-12-19T05:53:36.190Z | uploaded: /work/sidecar.trio-softnpu.log |
1652 | 2024-12-19T05:53:36.193Z | uploading: /work/t1.trio.log (26224 bytes) |
1653 | 2024-12-19T05:53:37.200Z | uploaded: /work/t1.trio.log |