|
|
|
1 | 2024-12-19T05:31:29.468Z | job assigned to worker 01JFEPAVNRNG9TJGYAHB8AT592 [factory aws, i-02d5088dc74af725e] (queued for 1 m 5 s) |
|
2 | 2024-12-19T05:31:36.815Z | starting task 0: "setup" |
3 | 2024-12-19T05:31:36.827Z | ++ uname -s |
4 | 2024-12-19T05:31:36.829Z | + kern=SunOS |
5 | 2024-12-19T05:31:36.829Z | + case "$kern" in |
6 | 2024-12-19T05:31:36.829Z | + groupadd -g 12345 build |
7 | 2024-12-19T05:31:36.832Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T05:31:38.840Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T05:31:38.949Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T05:31:38.951Z | + home_fs=zfs |
11 | 2024-12-19T05:31:38.951Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T05:31:38.951Z | + mkdir -p /home/build |
13 | 2024-12-19T05:31:38.954Z | + chown build:build /home/build /work |
14 | 2024-12-19T05:31:40.956Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T05:31:40.959Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2024-12-19T05:31:40.964Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T05:31:40.970Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T05:31:40.970Z | ' stable |
19 | 2024-12-19T05:31:40.970Z | * toolchain channel = "stable" |
20 | 2024-12-19T05:31:40.972Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T05:31:40.972Z | ' default |
22 | 2024-12-19T05:31:40.972Z | * toolchain profile = "default" |
23 | 2024-12-19T05:31:40.972Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T05:31:40.972Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-19T05:31:41.271Z | info: downloading installer |
26 | 2024-12-19T05:31:42.644Z | info: profile set to 'default' |
27 | 2024-12-19T05:31:42.644Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T05:31:42.647Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-19T05:31:42.805Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-19T05:31:42.805Z | info: downloading component 'cargo' |
31 | 2024-12-19T05:31:43.690Z | info: downloading component 'clippy' |
32 | 2024-12-19T05:31:44.030Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T05:31:45.271Z | info: downloading component 'rust-std' |
34 | 2024-12-19T05:31:47.053Z | info: downloading component 'rustc' |
35 | 2024-12-19T05:31:53.801Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T05:31:54.062Z | info: installing component 'cargo' |
37 | 2024-12-19T05:31:54.883Z | info: installing component 'clippy' |
38 | 2024-12-19T05:31:55.257Z | info: installing component 'rust-docs' |
39 | 2024-12-19T05:31:56.945Z | info: installing component 'rust-std' |
40 | 2024-12-19T05:31:58.604Z | info: installing component 'rustc' |
41 | 2024-12-19T05:32:04.395Z | info: installing component 'rustfmt' |
42 | 2024-12-19T05:32:04.728Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-19T05:32:04.728Z | |
44 | 2024-12-19T05:32:05.092Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-19T05:32:05.092Z | |
46 | 2024-12-19T05:32:05.095Z | |
47 | 2024-12-19T05:32:05.095Z | Rust is installed now. Great! |
48 | 2024-12-19T05:32:05.095Z | |
49 | 2024-12-19T05:32:05.095Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T05:32:05.095Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T05:32:05.095Z | |
52 | 2024-12-19T05:32:05.095Z | To configure your current shell, you need to source |
53 | 2024-12-19T05:32:05.096Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T05:32:05.097Z | |
55 | 2024-12-19T05:32:05.097Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T05:32:05.097Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T05:32:05.097Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T05:32:05.165Z | + rustc --version |
59 | 2024-12-19T05:32:05.231Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-19T05:32:05.234Z | process exited: duration 24268 ms, exit code 0 |
|
61 | 2024-12-19T05:32:05.240Z | starting task 2: "authentication" |
62 | 2024-12-19T05:32:05.261Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T05:32:05.266Z | starting task 3: "clone repository" |
64 | 2024-12-19T05:32:05.271Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-19T05:32:05.273Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-19T05:32:05.309Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-19T05:32:05.885Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-19T05:32:05.885Z | + git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
69 | 2024-12-19T05:32:06.125Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-19T05:32:06.125Z | * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD |
71 | 2024-12-19T05:32:06.131Z | + [[ -n renovate/libc-0.x-lockfile ]] |
72 | 2024-12-19T05:32:06.134Z | ++ git branch --show-current |
73 | 2024-12-19T05:32:06.136Z | + current=main |
74 | 2024-12-19T05:32:06.136Z | + [[ main != renovate/libc-0.x-lockfile ]] |
75 | 2024-12-19T05:32:06.136Z | + git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
76 | 2024-12-19T05:32:06.139Z | + git checkout -f renovate/libc-0.x-lockfile |
77 | 2024-12-19T05:32:06.152Z | Switched to branch 'renovate/libc-0.x-lockfile' |
78 | 2024-12-19T05:32:06.155Z | + git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
79 | 2024-12-19T05:32:06.167Z | HEAD is now at 750dc4b Update Rust crate libc to v0.2.169 |
80 | 2024-12-19T05:32:06.169Z | process exited: duration 901 ms, exit code 0 |
|
81 | 2024-12-19T05:32:06.174Z | starting task 4: "build" |
82 | 2024-12-19T05:32:06.179Z | ++ cargo --version |
83 | 2024-12-19T05:32:06.184Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-19T05:32:06.341Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-19T05:32:06.341Z | info: downloading component 'cargo' |
86 | 2024-12-19T05:32:07.053Z | info: downloading component 'clippy' |
87 | 2024-12-19T05:32:07.319Z | info: downloading component 'rust-docs' |
88 | 2024-12-19T05:32:08.310Z | info: downloading component 'rust-std' |
89 | 2024-12-19T05:32:09.850Z | info: downloading component 'rustc' |
90 | 2024-12-19T05:32:15.375Z | info: downloading component 'rustfmt' |
91 | 2024-12-19T05:32:15.584Z | info: installing component 'cargo' |
92 | 2024-12-19T05:32:16.379Z | info: installing component 'clippy' |
93 | 2024-12-19T05:32:16.738Z | info: installing component 'rust-docs' |
94 | 2024-12-19T05:32:18.300Z | info: installing component 'rust-std' |
95 | 2024-12-19T05:32:20.036Z | info: installing component 'rustc' |
96 | 2024-12-19T05:32:25.609Z | info: installing component 'rustfmt' |
97 | 2024-12-19T05:32:26.006Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-19T05:32:26.009Z | ++ rustc --version |
99 | 2024-12-19T05:32:26.075Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-19T05:32:26.091Z | ++ dladm |
101 | 2024-12-19T05:32:26.099Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-19T05:32:26.099Z | ena0 phys 9216 up -- -- |
103 | 2024-12-19T05:32:26.100Z | ++ ipadm |
104 | 2024-12-19T05:32:26.100Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-19T05:32:26.100Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-19T05:32:26.100Z | ena0/dhcp dhcp ok 10.150.1.106/24 |
107 | 2024-12-19T05:32:26.100Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-19T05:32:26.100Z | ++ banner collect |
109 | 2024-12-19T05:32:26.100Z | |
110 | 2024-12-19T05:32:26.100Z | #### #### # # ###### #### ##### |
111 | 2024-12-19T05:32:26.100Z | # # # # # # # # # # |
112 | 2024-12-19T05:32:26.100Z | # # # # # ##### # # |
113 | 2024-12-19T05:32:26.104Z | # # # # # # # # |
114 | 2024-12-19T05:32:26.104Z | # # # # # # # # # # |
115 | 2024-12-19T05:32:26.104Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-19T05:32:26.104Z | |
117 | 2024-12-19T05:32:26.104Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-19T05:32:26.104Z | ++ repo=softnpu |
119 | 2024-12-19T05:32:26.105Z | ++ series=image |
120 | 2024-12-19T05:32:26.105Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-19T05:32:26.105Z | ++ name=softnpu |
122 | 2024-12-19T05:32:26.105Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-19T05:32:26.105Z | ++ mkdir -p download |
124 | 2024-12-19T05:32:26.105Z | ++ pushd download |
125 | 2024-12-19T05:32:26.105Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-19T05:32:26.105Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-19T05:32:26.105Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-19T05:32:26.111Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-19T05:32:26.111Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-19T05:32:26.538Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 21.8M 0 3900 0 0 34557 0 0:11:02 --:--:-- 0:11:02 34513
100 21.8M 100 21.8M 0 0 49.9M 0 --:--:-- --:--:-- --:--:-- 49.8M |
131 | 2024-12-19T05:32:26.541Z | ++ popd |
132 | 2024-12-19T05:32:26.543Z | /work/oxidecomputer/maghemite |
133 | 2024-12-19T05:32:26.543Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-19T05:32:26.543Z | ++ repo=sidecar-lite |
135 | 2024-12-19T05:32:26.543Z | ++ series=release |
136 | 2024-12-19T05:32:26.543Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-19T05:32:26.543Z | ++ name=libsidecar_lite.so |
138 | 2024-12-19T05:32:26.544Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-19T05:32:26.544Z | ++ mkdir -p download |
140 | 2024-12-19T05:32:26.547Z | ++ pushd download |
141 | 2024-12-19T05:32:26.547Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-19T05:32:26.547Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-19T05:32:26.547Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-19T05:32:26.551Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-19T05:32:26.554Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-19T05:32:26.991Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 46.2M 0 --:--:-- --:--:-- --:--:-- 46.3M |
147 | 2024-12-19T05:32:26.994Z | ++ popd |
148 | 2024-12-19T05:32:26.994Z | /work/oxidecomputer/maghemite |
149 | 2024-12-19T05:32:26.996Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-19T05:32:26.996Z | ++ repo=sidecar-lite |
151 | 2024-12-19T05:32:26.996Z | ++ series=release |
152 | 2024-12-19T05:32:26.996Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-19T05:32:26.996Z | ++ name=scadm |
154 | 2024-12-19T05:32:26.996Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-19T05:32:26.996Z | ++ mkdir -p download |
156 | 2024-12-19T05:32:26.999Z | ++ pushd download |
157 | 2024-12-19T05:32:26.999Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-19T05:32:26.999Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-19T05:32:26.999Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-19T05:32:27.004Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-19T05:32:27.005Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-19T05:32:27.310Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
36 22.7M 36 8587k 0 0 54.1M 0 --:--:-- --:--:-- --:--:-- 54.1M
100 22.7M 100 22.7M 0 0 74.6M 0 --:--:-- --:--:-- --:--:-- 74.5M |
163 | 2024-12-19T05:32:27.313Z | ++ popd |
164 | 2024-12-19T05:32:27.315Z | /work/oxidecomputer/maghemite |
165 | 2024-12-19T05:32:27.315Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-19T05:32:27.315Z | ++ repo=dendrite |
167 | 2024-12-19T05:32:27.315Z | ++ series=image |
168 | 2024-12-19T05:32:27.315Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-19T05:32:27.315Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-19T05:32:27.315Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-19T05:32:27.315Z | ++ mkdir -p download |
172 | 2024-12-19T05:32:27.315Z | ++ pushd download |
173 | 2024-12-19T05:32:27.315Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-19T05:32:27.315Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-19T05:32:27.317Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-19T05:32:27.323Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-19T05:32:27.323Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-19T05:32:27.850Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 71.2M 0 --:--:-- --:--:-- --:--:-- 71.2M |
179 | 2024-12-19T05:32:27.855Z | ++ popd |
180 | 2024-12-19T05:32:27.858Z | /work/oxidecomputer/maghemite |
181 | 2024-12-19T05:32:27.858Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-19T05:32:27.858Z | ++ repo=maghemite |
183 | 2024-12-19T05:32:27.858Z | ++ series=release |
184 | 2024-12-19T05:32:27.858Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-19T05:32:27.858Z | ++ name=ddmd |
186 | 2024-12-19T05:32:27.858Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-19T05:32:27.858Z | ++ mkdir -p download |
188 | 2024-12-19T05:32:27.861Z | ++ pushd download |
189 | 2024-12-19T05:32:27.861Z | ++ [[ ! -f ddmd ]] |
190 | 2024-12-19T05:32:27.861Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
191 | 2024-12-19T05:32:27.861Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
192 | 2024-12-19T05:32:27.869Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-19T05:32:27.869Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-19T05:32:28.762Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
17 40.9M 17 7395k 0 0 24.8M 0 0:00:01 --:--:-- 0:00:01 24.8M
100 40.9M 100 40.9M 0 0 45.8M 0 --:--:-- --:--:-- --:--:-- 45.8M |
195 | 2024-12-19T05:32:28.765Z | ++ popd |
196 | 2024-12-19T05:32:28.768Z | /work/oxidecomputer/maghemite |
197 | 2024-12-19T05:32:28.768Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-19T05:32:28.768Z | ++ repo=maghemite |
199 | 2024-12-19T05:32:28.768Z | ++ series=release |
200 | 2024-12-19T05:32:28.768Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-19T05:32:28.768Z | ++ name=ddmadm |
202 | 2024-12-19T05:32:28.768Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-19T05:32:28.768Z | ++ mkdir -p download |
204 | 2024-12-19T05:32:28.768Z | ++ pushd download |
205 | 2024-12-19T05:32:28.768Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-19T05:32:28.768Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-19T05:32:28.768Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-19T05:32:28.776Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-19T05:32:28.779Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-19T05:32:29.079Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 59.4M 0 --:--:-- --:--:-- --:--:-- 59.6M |
211 | 2024-12-19T05:32:29.083Z | ++ popd |
212 | 2024-12-19T05:32:29.086Z | /work/oxidecomputer/maghemite |
213 | 2024-12-19T05:32:29.086Z | ++ pushd download |
214 | 2024-12-19T05:32:29.086Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-19T05:32:29.086Z | ++ chmod +x softnpu |
216 | 2024-12-19T05:32:29.086Z | ++ chmod +x scadm |
217 | 2024-12-19T05:32:29.090Z | ++ chmod +x ddmadm |
218 | 2024-12-19T05:32:29.092Z | ++ chmod +x ddmd |
219 | 2024-12-19T05:32:29.093Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-19T05:32:29.093Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-19T05:32:29.096Z | ++ rm -rf zones/dendrite |
222 | 2024-12-19T05:32:29.098Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-19T05:32:29.098Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-19T05:32:29.861Z | ++ popd |
225 | 2024-12-19T05:32:29.861Z | /work/oxidecomputer/maghemite |
226 | 2024-12-19T05:32:29.861Z | ++ banner install |
227 | 2024-12-19T05:32:29.864Z | |
228 | 2024-12-19T05:32:29.864Z | # # # #### ##### ## # # |
229 | 2024-12-19T05:32:29.864Z | # ## # # # # # # # |
230 | 2024-12-19T05:32:29.864Z | # # # # #### # # # # # |
231 | 2024-12-19T05:32:29.864Z | # # # # # # ###### # # |
232 | 2024-12-19T05:32:29.864Z | # # ## # # # # # # # |
233 | 2024-12-19T05:32:29.864Z | # # # #### # # # ###### ###### |
234 | 2024-12-19T05:32:29.864Z | |
235 | 2024-12-19T05:32:29.867Z | ++ pkg info brand/sparse |
236 | 2024-12-19T05:32:29.867Z | ++ grep -qi installed |
237 | 2024-12-19T05:32:31.559Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-19T05:32:31.559Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-19T05:32:31.560Z | |
240 | 2024-12-19T05:32:31.560Z | brand/sparse |
241 | 2024-12-19T05:32:31.611Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-19T05:32:31.611Z | ++ set -o errexit |
243 | 2024-12-19T05:32:31.611Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-19T05:32:37.052Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-19T05:32:40.859Z | Startup: Caching catalogs ... Done |
246 | 2024-12-19T05:32:51.303Z | Planning: Solver setup ... Done |
247 | 2024-12-19T05:32:51.436Z | Planning: Running solver ... Done |
248 | 2024-12-19T05:32:51.540Z | Planning: Finding local manifests ... Done |
249 | 2024-12-19T05:32:51.552Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-19T05:32:51.647Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-19T05:32:51.717Z | Planning: Package planning ... Done |
252 | 2024-12-19T05:32:51.723Z | Planning: Merging actions ... Done |
253 | 2024-12-19T05:32:51.913Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-19T05:32:54.095Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-19T05:32:54.525Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-19T05:32:54.591Z | Planning: Planning completed in 13.64 seconds |
257 | 2024-12-19T05:32:54.606Z | Packages to install: 1 |
258 | 2024-12-19T05:32:54.607Z | Packages to update: 2 |
259 | 2024-12-19T05:32:54.609Z | Create boot environment: No |
260 | 2024-12-19T05:32:54.609Z | Create backup boot environment: Yes |
261 | 2024-12-19T05:32:54.684Z | |
262 | 2024-12-19T05:32:54.684Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-19T05:32:57.494Z | Download: Completed 8.03 MB in 2.81 seconds (2.9M/s) |
264 | 2024-12-19T05:32:59.573Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-19T05:32:59.595Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-19T05:32:59.709Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-19T05:33:00.031Z | Actions: Completed 1419 actions in 0.46 seconds. |
268 | 2024-12-19T05:33:00.401Z | Done |
269 | 2024-12-19T05:33:00.403Z | Done |
270 | 2024-12-19T05:33:00.928Z | Done |
271 | 2024-12-19T05:33:05.107Z | Done |
272 | 2024-12-19T05:33:05.194Z | Done |
273 | 2024-12-19T05:33:05.197Z | Done |
274 | 2024-12-19T05:33:05.299Z | Done |
275 | 2024-12-19T05:33:05.681Z | ++ set -o errexit |
276 | 2024-12-19T05:33:05.681Z | ++ set -o pipefail |
277 | 2024-12-19T05:33:05.681Z | ++ banner build |
278 | 2024-12-19T05:33:05.685Z | |
279 | 2024-12-19T05:33:05.686Z | ##### # # # # ##### |
280 | 2024-12-19T05:33:05.686Z | # # # # # # # # |
281 | 2024-12-19T05:33:05.686Z | ##### # # # # # # |
282 | 2024-12-19T05:33:05.686Z | # # # # # # # # |
283 | 2024-12-19T05:33:05.686Z | # # # # # # # # |
284 | 2024-12-19T05:33:05.686Z | ##### #### # ###### ##### |
285 | 2024-12-19T05:33:05.686Z | |
286 | 2024-12-19T05:33:05.686Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-19T05:33:05.863Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-19T05:33:06.117Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-19T05:33:06.377Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-19T05:33:06.377Z | * [new branch] ci -> origin/ci |
291 | 2024-12-19T05:33:06.380Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
292 | 2024-12-19T05:33:06.380Z | * [new branch] main -> origin/main |
293 | 2024-12-19T05:33:06.380Z | * [new ref] -> origin/HEAD |
294 | 2024-12-19T05:33:06.390Z | Updating crates.io index |
295 | 2024-12-19T05:33:06.393Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-12-19T05:33:07.159Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-12-19T05:33:07.161Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-12-19T05:33:07.338Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-12-19T05:33:08.474Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-12-19T05:33:08.474Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-12-19T05:33:08.514Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-12-19T05:33:08.913Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-12-19T05:33:08.913Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-12-19T05:33:08.934Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-12-19T05:33:09.448Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-12-19T05:33:09.448Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-12-19T05:33:09.460Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-12-19T05:33:12.977Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-12-19T05:33:12.977Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-12-19T05:33:13.008Z | * [new tag] dogfood -> dogfood |
311 | 2024-12-19T05:33:13.010Z | * [new tag] v5 -> v5 |
312 | 2024-12-19T05:33:13.010Z | * [new tag] v6 -> v6 |
313 | 2024-12-19T05:33:13.010Z | * [new tag] v7 -> v7 |
314 | 2024-12-19T05:33:13.010Z | * [new tag] v8 -> v8 |
315 | 2024-12-19T05:33:13.010Z | * [new tag] v9 -> v9 |
316 | 2024-12-19T05:33:13.365Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-12-19T05:33:13.997Z | From https://github.com/oxidecomputer/opte |
318 | 2024-12-19T05:33:13.997Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-12-19T05:33:14.042Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-12-19T05:33:14.424Z | From https://github.com/illumos/smf-rs |
321 | 2024-12-19T05:33:14.425Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-12-19T05:33:14.458Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-12-19T05:33:15.038Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-12-19T05:33:15.038Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-12-19T05:33:15.054Z | * [new tag] rift -> rift |
326 | 2024-12-19T05:33:15.056Z | * [new tag] srp -> srp |
327 | 2024-12-19T05:33:15.056Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-12-19T05:33:15.108Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-12-19T05:33:15.492Z | From https://github.com/oxidecomputer/zone |
330 | 2024-12-19T05:33:15.492Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-12-19T05:33:15.537Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-12-19T05:33:16.317Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-12-19T05:33:16.317Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-12-19T05:33:16.406Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-12-19T05:33:16.831Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-12-19T05:33:16.831Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-12-19T05:33:16.861Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-12-19T05:33:17.265Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-12-19T05:33:17.265Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-12-19T05:33:17.280Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-12-19T05:33:17.295Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-12-19T05:33:17.719Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-12-19T05:33:17.719Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-12-19T05:33:17.754Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-12-19T05:33:18.175Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-12-19T05:33:18.175Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-12-19T05:33:18.234Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-12-19T05:33:18.603Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-12-19T05:33:18.603Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-12-19T05:33:18.623Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-12-19T05:33:19.056Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-12-19T05:33:19.057Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-12-19T05:33:19.084Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-12-19T05:33:19.466Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-12-19T05:33:19.466Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-12-19T05:33:19.503Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-12-19T05:33:19.950Z | From https://github.com/illumos/libscf-sys |
358 | 2024-12-19T05:33:19.950Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-12-19T05:33:19.974Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-12-19T05:33:20.825Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-12-19T05:33:20.825Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-12-19T05:33:20.846Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-12-19T05:33:20.848Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-12-19T05:33:20.849Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-12-19T05:33:20.849Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-12-19T05:33:20.849Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-12-19T05:33:20.849Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-12-19T05:33:20.849Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-12-19T05:33:20.958Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-12-19T05:33:21.667Z | From https://github.com/oxidecomputer/typify |
371 | 2024-12-19T05:33:21.667Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-12-19T05:33:21.670Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-12-19T05:33:21.686Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-12-19T05:33:21.688Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-12-19T05:33:21.688Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-12-19T05:33:21.688Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-12-19T05:33:21.688Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-12-19T05:33:21.688Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-12-19T05:33:21.688Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-12-19T05:33:21.688Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-12-19T05:33:21.689Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-12-19T05:33:21.689Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-12-19T05:33:21.689Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-12-19T05:33:21.689Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-12-19T05:33:21.689Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-12-19T05:33:21.966Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-12-19T05:33:23.214Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-12-19T05:33:23.214Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-12-19T05:33:23.278Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-12-19T05:33:23.717Z | From https://github.com/oxidecomputer/opte |
391 | 2024-12-19T05:33:23.717Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-12-19T05:33:23.765Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-12-19T05:33:24.396Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-12-19T05:33:24.396Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-12-19T05:33:25.146Z | Downloading crates ... |
396 | 2024-12-19T05:33:25.258Z | Downloaded argon2 v0.5.3 |
397 | 2024-12-19T05:33:25.267Z | Downloaded blake2 v0.10.6 |
398 | 2024-12-19T05:33:25.270Z | Downloaded cancel-safe-futures v0.1.5 |
399 | 2024-12-19T05:33:25.275Z | Downloaded parse-display v0.10.0 |
400 | 2024-12-19T05:33:25.278Z | Downloaded parse-display-derive v0.10.0 |
401 | 2024-12-19T05:33:25.281Z | Downloaded async-stream-impl v0.3.5 |
402 | 2024-12-19T05:33:25.281Z | Downloaded anstyle-parse v0.2.5 |
403 | 2024-12-19T05:33:25.283Z | Downloaded bitflags v1.3.2 |
404 | 2024-12-19T05:33:25.287Z | Downloaded percent-encoding v2.3.1 |
405 | 2024-12-19T05:33:25.287Z | Downloaded pin-utils v0.1.0 |
406 | 2024-12-19T05:33:25.289Z | Downloaded plain v0.2.3 |
407 | 2024-12-19T05:33:25.289Z | Downloaded bitflags v2.6.0 |
408 | 2024-12-19T05:33:25.293Z | Downloaded rand_chacha v0.3.1 |
409 | 2024-12-19T05:33:25.296Z | Downloaded rustc_version v0.4.1 |
410 | 2024-12-19T05:33:25.298Z | Downloaded proc-macro-error-attr v1.0.4 |
411 | 2024-12-19T05:33:25.298Z | Downloaded proc-macro-crate v1.3.1 |
412 | 2024-12-19T05:33:25.301Z | Downloaded pin-project-lite v0.2.14 |
413 | 2024-12-19T05:33:25.303Z | Downloaded scopeguard v1.2.0 |
414 | 2024-12-19T05:33:25.306Z | Downloaded rustversion v1.0.17 |
415 | 2024-12-19T05:33:25.308Z | Downloaded proc-macro2 v1.0.86 |
416 | 2024-12-19T05:33:25.311Z | Downloaded serde_repr v0.1.19 |
417 | 2024-12-19T05:33:25.313Z | Downloaded darling_macro v0.20.10 |
418 | 2024-12-19T05:33:25.314Z | Downloaded crypto-common v0.1.6 |
419 | 2024-12-19T05:33:25.316Z | Downloaded crunchy v0.2.2 |
420 | 2024-12-19T05:33:25.316Z | Downloaded equivalent v1.0.1 |
421 | 2024-12-19T05:33:25.318Z | Downloaded const-random v0.1.18 |
422 | 2024-12-19T05:33:25.318Z | Downloaded semver v1.0.23 |
423 | 2024-12-19T05:33:25.320Z | Downloaded rand_core v0.6.4 |
424 | 2024-12-19T05:33:25.322Z | Downloaded crossbeam-channel v0.5.13 |
425 | 2024-12-19T05:33:25.326Z | Downloaded rustls-webpki v0.102.8 |
426 | 2024-12-19T05:33:25.344Z | Downloaded either v1.13.0 |
427 | 2024-12-19T05:33:25.347Z | Downloaded darling_core v0.20.10 |
428 | 2024-12-19T05:33:25.350Z | Downloaded float-ord v0.3.2 |
429 | 2024-12-19T05:33:25.352Z | Downloaded errno v0.3.9 |
430 | 2024-12-19T05:33:25.352Z | Downloaded data-encoding v2.6.0 |
431 | 2024-12-19T05:33:25.354Z | Downloaded clap_derive v4.5.18 |
432 | 2024-12-19T05:33:25.357Z | Downloaded aho-corasick v1.1.3 |
433 | 2024-12-19T05:33:25.364Z | Downloaded prettyplease v0.2.22 |
434 | 2024-12-19T05:33:25.367Z | Downloaded convert_case v0.4.0 |
435 | 2024-12-19T05:33:25.370Z | Downloaded const-random-macro v0.1.16 |
436 | 2024-12-19T05:33:25.370Z | Downloaded rustls v0.23.13 |
437 | 2024-12-19T05:33:25.382Z | Downloaded colorchoice v1.0.2 |
438 | 2024-12-19T05:33:25.384Z | Downloaded futures-sink v0.3.30 |
439 | 2024-12-19T05:33:25.384Z | Downloaded password-hash v0.5.0 |
440 | 2024-12-19T05:33:25.387Z | Downloaded ciborium-io v0.2.2 |
441 | 2024-12-19T05:33:25.389Z | Downloaded cfg-if v1.0.0 |
442 | 2024-12-19T05:33:25.389Z | Downloaded byteorder v1.5.0 |
443 | 2024-12-19T05:33:25.391Z | Downloaded block-buffer v0.10.4 |
444 | 2024-12-19T05:33:25.391Z | Downloaded anstyle-query v1.1.1 |
445 | 2024-12-19T05:33:25.394Z | Downloaded rustix v0.38.37 |
446 | 2024-12-19T05:33:25.417Z | Downloaded anstyle v1.0.10 |
447 | 2024-12-19T05:33:25.419Z | Downloaded paste v1.0.15 |
448 | 2024-12-19T05:33:25.422Z | Downloaded parking_lot_core v0.9.10 |
449 | 2024-12-19T05:33:25.424Z | Downloaded autocfg v1.3.0 |
450 | 2024-12-19T05:33:25.426Z | Downloaded pest_derive v2.7.13 |
451 | 2024-12-19T05:33:25.429Z | Downloaded base64ct v1.6.0 |
452 | 2024-12-19T05:33:25.431Z | Downloaded pest v2.7.13 |
453 | 2024-12-19T05:33:25.437Z | Downloaded ppv-lite86 v0.2.20 |
454 | 2024-12-19T05:33:25.440Z | Downloaded camino v1.1.9 |
455 | 2024-12-19T05:33:25.442Z | Downloaded pkg-config v0.3.31 |
456 | 2024-12-19T05:33:25.444Z | Downloaded cobs v0.2.3 |
457 | 2024-12-19T05:33:25.446Z | Downloaded colored v2.1.0 |
458 | 2024-12-19T05:33:25.449Z | Downloaded clap_lex v0.7.4 |
459 | 2024-12-19T05:33:25.453Z | Downloaded bytes v1.7.2 |
460 | 2024-12-19T05:33:25.455Z | Downloaded ciborium-ll v0.2.2 |
461 | 2024-12-19T05:33:25.458Z | Downloaded cc v1.1.21 |
462 | 2024-12-19T05:33:25.460Z | Downloaded powerfmt v0.2.0 |
463 | 2024-12-19T05:33:25.463Z | Downloaded cpufeatures v0.2.14 |
464 | 2024-12-19T05:33:25.463Z | Downloaded pest_meta v2.7.13 |
465 | 2024-12-19T05:33:25.465Z | Downloaded proc-macro-error v1.0.4 |
466 | 2024-12-19T05:33:25.469Z | Downloaded quote v1.0.37 |
467 | 2024-12-19T05:33:25.472Z | Downloaded quinn-udp v0.5.5 |
468 | 2024-12-19T05:33:25.474Z | Downloaded quinn v0.11.5 |
469 | 2024-12-19T05:33:25.478Z | Downloaded cookie v0.18.1 |
470 | 2024-12-19T05:33:25.481Z | Downloaded crc32fast v1.4.2 |
471 | 2024-12-19T05:33:25.484Z | Downloaded quinn-proto v0.11.8 |
472 | 2024-12-19T05:33:25.490Z | Downloaded rand v0.8.5 |
473 | 2024-12-19T05:33:25.493Z | Downloaded clap_builder v4.5.23 |
474 | 2024-12-19T05:33:25.501Z | Downloaded rustls-pemfile v1.0.4 |
475 | 2024-12-19T05:33:25.504Z | Downloaded rustls-pemfile v2.1.3 |
476 | 2024-12-19T05:33:25.507Z | Downloaded fastrand v2.1.1 |
477 | 2024-12-19T05:33:25.509Z | Downloaded dirs-sys-next v0.1.2 |
478 | 2024-12-19T05:33:25.511Z | Downloaded fixedbitset v0.4.2 |
479 | 2024-12-19T05:33:25.513Z | Downloaded reqwest v0.12.9 |
480 | 2024-12-19T05:33:25.522Z | Downloaded futures-io v0.3.30 |
481 | 2024-12-19T05:33:25.526Z | Downloaded clap v4.5.23 |
482 | 2024-12-19T05:33:25.533Z | Downloaded rustls v0.21.12 |
483 | 2024-12-19T05:33:25.544Z | Downloaded futures-executor v0.3.30 |
484 | 2024-12-19T05:33:25.547Z | Downloaded camino-tempfile v1.1.1 |
485 | 2024-12-19T05:33:25.550Z | Downloaded futures-core v0.3.30 |
486 | 2024-12-19T05:33:25.550Z | Downloaded debug-ignore v1.0.5 |
487 | 2024-12-19T05:33:25.552Z | Downloaded fnv v1.0.7 |
488 | 2024-12-19T05:33:25.554Z | Downloaded rustls v0.22.4 |
489 | 2024-12-19T05:33:25.567Z | Downloaded http v0.2.12 |
490 | 2024-12-19T05:33:25.571Z | Downloaded futures-macro v0.3.30 |
491 | 2024-12-19T05:33:25.573Z | Downloaded futures v0.3.30 |
492 | 2024-12-19T05:33:25.578Z | Downloaded regex v1.10.6 |
493 | 2024-12-19T05:33:25.591Z | Downloaded hyper-rustls v0.27.3 |
494 | 2024-12-19T05:33:25.594Z | Downloaded httparse v1.9.4 |
495 | 2024-12-19T05:33:25.597Z | Downloaded expectorate v1.1.0 |
496 | 2024-12-19T05:33:25.599Z | Downloaded enum-as-inner v0.6.1 |
497 | 2024-12-19T05:33:25.602Z | Downloaded embedded-io v0.4.0 |
498 | 2024-12-19T05:33:25.604Z | Downloaded indexmap v1.9.3 |
499 | 2024-12-19T05:33:25.607Z | Downloaded indexmap v2.5.0 |
500 | 2024-12-19T05:33:25.610Z | Downloaded dtrace-parser v0.2.0 |
501 | 2024-12-19T05:33:25.613Z | Downloaded dof v0.3.0 |
502 | 2024-12-19T05:33:25.613Z | Downloaded derive-where v1.2.7 |
503 | 2024-12-19T05:33:25.617Z | Downloaded rustls-pki-types v1.8.0 |
504 | 2024-12-19T05:33:25.619Z | Downloaded serde_derive_internals v0.29.1 |
505 | 2024-12-19T05:33:25.622Z | Downloaded serde_path_to_error v0.1.16 |
506 | 2024-12-19T05:33:25.624Z | Downloaded ryu v1.0.18 |
507 | 2024-12-19T05:33:25.627Z | Downloaded defmt-parser v0.3.4 |
508 | 2024-12-19T05:33:25.627Z | Downloaded serde_yaml v0.9.34+deprecated |
509 | 2024-12-19T05:33:25.631Z | Downloaded itoa v1.0.11 |
510 | 2024-12-19T05:33:25.633Z | Downloaded lock_api v0.4.12 |
511 | 2024-12-19T05:33:25.636Z | Downloaded linked-hash-map v0.5.6 |
512 | 2024-12-19T05:33:25.638Z | Downloaded serde_json v1.0.133 |
513 | 2024-12-19T05:33:25.644Z | Downloaded try-lock v0.2.5 |
514 | 2024-12-19T05:33:25.646Z | Downloaded slog-stdlog v4.1.1 |
515 | 2024-12-19T05:33:25.649Z | Downloaded version_check v0.9.5 |
516 | 2024-12-19T05:33:25.649Z | Downloaded slog-scope v4.4.0 |
517 | 2024-12-19T05:33:25.652Z | Downloaded tracing-core v0.1.32 |
518 | 2024-12-19T05:33:25.655Z | Downloaded parking_lot_core v0.8.6 |
519 | 2024-12-19T05:33:25.657Z | Downloaded log v0.4.22 |
520 | 2024-12-19T05:33:25.660Z | Downloaded serde_with_macros v3.9.0 |
521 | 2024-12-19T05:33:25.662Z | Downloaded regex-syntax v0.8.4 |
522 | 2024-12-19T05:33:25.670Z | Downloaded generic-array v0.14.7 |
523 | 2024-12-19T05:33:25.673Z | Downloaded zeroize v1.8.1 |
524 | 2024-12-19T05:33:25.675Z | Downloaded vcpkg v0.2.15 |
525 | 2024-12-19T05:33:25.715Z | Downloaded hostname v0.4.0 |
526 | 2024-12-19T05:33:25.718Z | Downloaded hostname v0.3.1 |
527 | 2024-12-19T05:33:25.720Z | Downloaded serde_urlencoded v0.7.1 |
528 | 2024-12-19T05:33:25.722Z | Downloaded serde_tokenstream v0.2.2 |
529 | 2024-12-19T05:33:25.722Z | Downloaded sct v0.7.1 |
530 | 2024-12-19T05:33:25.726Z | Downloaded signal-hook-registry v1.4.2 |
531 | 2024-12-19T05:33:25.728Z | Downloaded slab v0.4.9 |
532 | 2024-12-19T05:33:25.730Z | Downloaded sha2 v0.10.8 |
533 | 2024-12-19T05:33:25.732Z | Downloaded serde_with v3.9.0 |
534 | 2024-12-19T05:33:25.741Z | Downloaded defmt-macros v0.3.9 |
535 | 2024-12-19T05:33:25.745Z | Downloaded defmt v0.3.8 |
536 | 2024-12-19T05:33:25.749Z | Downloaded sha1 v0.10.6 |
537 | 2024-12-19T05:33:25.751Z | Downloaded shlex v1.3.0 |
538 | 2024-12-19T05:33:25.753Z | Downloaded scroll v0.12.0 |
539 | 2024-12-19T05:33:25.756Z | Downloaded scroll_derive v0.12.0 |
540 | 2024-12-19T05:33:25.756Z | Downloaded slog v2.7.0 |
541 | 2024-12-19T05:33:25.759Z | Downloaded dropshot_endpoint v0.12.0 |
542 | 2024-12-19T05:33:25.762Z | Downloaded serde v1.0.215 |
543 | 2024-12-19T05:33:25.766Z | Downloaded similar v2.6.0 |
544 | 2024-12-19T05:33:25.772Z | Downloaded num_enum v0.7.3 |
545 | 2024-12-19T05:33:25.777Z | Downloaded parking_lot v0.11.2 |
546 | 2024-12-19T05:33:25.779Z | Downloaded parking_lot v0.12.3 |
547 | 2024-12-19T05:33:25.782Z | Downloaded portable-atomic v1.8.0 |
548 | 2024-12-19T05:33:25.791Z | Downloaded openssl-sys v0.9.103 |
549 | 2024-12-19T05:33:25.796Z | Downloaded owo-colors v4.1.0 |
550 | 2024-12-19T05:33:25.799Z | Downloaded regress v0.9.1 |
551 | 2024-12-19T05:33:25.809Z | Downloaded spin v0.5.2 |
552 | 2024-12-19T05:33:25.812Z | Downloaded socket2 v0.5.8 |
553 | 2024-12-19T05:33:25.815Z | Downloaded tokio-rustls v0.25.0 |
554 | 2024-12-19T05:33:25.817Z | Downloaded ucd-trie v0.1.6 |
555 | 2024-12-19T05:33:25.820Z | Downloaded num-iter v0.1.45 |
556 | 2024-12-19T05:33:25.820Z | Downloaded slog-json v2.6.1 |
557 | 2024-12-19T05:33:25.823Z | Downloaded serde-big-array v0.5.1 |
558 | 2024-12-19T05:33:25.823Z | Downloaded half v2.4.1 |
559 | 2024-12-19T05:33:25.827Z | Downloaded once_cell v1.20.2 |
560 | 2024-12-19T05:33:25.829Z | Downloaded smallvec v1.13.2 |
561 | 2024-12-19T05:33:25.832Z | Downloaded num-integer v0.1.46 |
562 | 2024-12-19T05:33:25.834Z | Downloaded h2 v0.4.6 |
563 | 2024-12-19T05:33:25.841Z | Downloaded hyper-tls v0.5.0 |
564 | 2024-12-19T05:33:25.844Z | Downloaded httpdate v1.0.3 |
565 | 2024-12-19T05:33:25.846Z | Downloaded h2 v0.3.26 |
566 | 2024-12-19T05:33:25.851Z | Downloaded instant v0.1.13 |
567 | 2024-12-19T05:33:25.854Z | Downloaded humantime v2.1.0 |
568 | 2024-12-19T05:33:25.856Z | Downloaded itertools v0.12.1 |
569 | 2024-12-19T05:33:25.863Z | Downloaded time-macros v0.2.18 |
570 | 2024-12-19T05:33:25.865Z | Downloaded tiny-keccak v2.0.2 |
571 | 2024-12-19T05:33:25.868Z | Downloaded time-core v0.1.2 |
572 | 2024-12-19T05:33:25.871Z | Downloaded term v0.7.0 |
573 | 2024-12-19T05:33:25.873Z | Downloaded thread-id v4.2.2 |
574 | 2024-12-19T05:33:25.876Z | Downloaded thiserror-impl v1.0.69 |
575 | 2024-12-19T05:33:25.878Z | Downloaded typenum v1.17.0 |
576 | 2024-12-19T05:33:25.880Z | Downloaded tokio-rustls v0.24.1 |
577 | 2024-12-19T05:33:25.883Z | Downloaded url v2.5.2 |
578 | 2024-12-19T05:33:25.885Z | Downloaded toml_edit v0.19.15 |
579 | 2024-12-19T05:33:25.903Z | Downloaded winnow v0.6.18 |
580 | 2024-12-19T05:33:25.912Z | Downloaded stable_deref_trait v1.2.0 |
581 | 2024-12-19T05:33:25.915Z | Downloaded spin v0.9.8 |
582 | 2024-12-19T05:33:25.917Z | Downloaded tokio-rustls v0.26.0 |
583 | 2024-12-19T05:33:25.919Z | Downloaded petgraph v0.6.5 |
584 | 2024-12-19T05:33:25.938Z | Downloaded ident_case v1.0.1 |
585 | 2024-12-19T05:33:25.940Z | Downloaded winnow v0.5.40 |
586 | 2024-12-19T05:33:25.948Z | Downloaded iana-time-zone v0.1.61 |
587 | 2024-12-19T05:33:25.950Z | Downloaded strsim v0.11.1 |
588 | 2024-12-19T05:33:25.953Z | Downloaded idna v0.5.0 |
589 | 2024-12-19T05:33:25.959Z | Downloaded tower-service v0.3.3 |
590 | 2024-12-19T05:33:25.962Z | Downloaded tabwriter v1.4.0 |
591 | 2024-12-19T05:33:25.962Z | Downloaded num v0.4.3 |
592 | 2024-12-19T05:33:25.965Z | Downloaded idna v0.4.0 |
593 | 2024-12-19T05:33:25.971Z | Downloaded futures-task v0.3.30 |
594 | 2024-12-19T05:33:25.974Z | Downloaded tinyvec v1.8.0 |
595 | 2024-12-19T05:33:25.976Z | Downloaded thin-vec v0.2.13 |
596 | 2024-12-19T05:33:25.979Z | Downloaded terminal_size v0.4.0 |
597 | 2024-12-19T05:33:25.979Z | Downloaded unicode-normalization v0.1.24 |
598 | 2024-12-19T05:33:25.983Z | Downloaded regex-automata v0.4.7 |
599 | 2024-12-19T05:33:26.002Z | Downloaded tinyvec_macros v0.1.1 |
600 | 2024-12-19T05:33:26.004Z | Downloaded dropshot v0.12.0 |
601 | 2024-12-19T05:33:26.024Z | Downloaded getrandom v0.2.15 |
602 | 2024-12-19T05:33:26.027Z | Downloaded serde_spanned v0.6.7 |
603 | 2024-12-19T05:33:26.029Z | Downloaded serde_derive v1.0.215 |
604 | 2024-12-19T05:33:26.032Z | Downloaded num_threads v0.1.7 |
605 | 2024-12-19T05:33:26.032Z | Downloaded progenitor-macro v0.8.0 |
606 | 2024-12-19T05:33:26.035Z | Downloaded strum v0.26.3 |
607 | 2024-12-19T05:33:26.035Z | Downloaded fxhash v0.2.1 |
608 | 2024-12-19T05:33:26.038Z | Downloaded num-complex v0.4.6 |
609 | 2024-12-19T05:33:26.038Z | Downloaded num_enum_derive v0.5.11 |
610 | 2024-12-19T05:33:26.040Z | Downloaded hex v0.4.3 |
611 | 2024-12-19T05:33:26.040Z | Downloaded slog-envlogger v2.2.0 |
612 | 2024-12-19T05:33:26.043Z | Downloaded slog-dtrace v0.3.0 |
613 | 2024-12-19T05:33:26.045Z | Downloaded nom v7.1.3 |
614 | 2024-12-19T05:33:26.050Z | Downloaded hash32 v0.3.1 |
615 | 2024-12-19T05:33:26.053Z | Downloaded num-derive v0.4.2 |
616 | 2024-12-19T05:33:26.055Z | Downloaded hyper-rustls v0.24.2 |
617 | 2024-12-19T05:33:26.057Z | Downloaded hashbrown v0.12.3 |
618 | 2024-12-19T05:33:26.060Z | Downloaded utf8parse v0.2.2 |
619 | 2024-12-19T05:33:26.062Z | Downloaded slog-bunyan v2.5.0 |
620 | 2024-12-19T05:33:26.064Z | Downloaded slog-async v2.8.0 |
621 | 2024-12-19T05:33:26.064Z | Downloaded goblin v0.8.2 |
622 | 2024-12-19T05:33:26.071Z | Downloaded toml_datetime v0.6.8 |
623 | 2024-12-19T05:33:26.074Z | Downloaded sigpipe v0.1.3 |
624 | 2024-12-19T05:33:26.074Z | Downloaded strum_macros v0.26.4 |
625 | 2024-12-19T05:33:26.076Z | Downloaded take_mut v0.2.2 |
626 | 2024-12-19T05:33:26.076Z | Downloaded sync_wrapper v1.0.1 |
627 | 2024-12-19T05:33:26.079Z | Downloaded lazy_static v1.5.0 |
628 | 2024-12-19T05:33:26.079Z | Downloaded sync_wrapper v0.1.2 |
629 | 2024-12-19T05:33:26.082Z | Downloaded num-rational v0.4.2 |
630 | 2024-12-19T05:33:26.082Z | Downloaded native-tls v0.2.12 |
631 | 2024-12-19T05:33:26.084Z | Downloaded is_terminal_polyfill v1.70.1 |
632 | 2024-12-19T05:33:26.087Z | Downloaded is-terminal v0.4.13 |
633 | 2024-12-19T05:33:26.087Z | Downloaded hickory-resolver v0.24.1 |
634 | 2024-12-19T05:33:26.091Z | Downloaded unicode-ident v1.0.13 |
635 | 2024-12-19T05:33:26.094Z | Downloaded want v0.3.1 |
636 | 2024-12-19T05:33:26.096Z | Downloaded ipnetwork v0.20.0 |
637 | 2024-12-19T05:33:26.099Z | Downloaded hyper v1.5.1 |
638 | 2024-12-19T05:33:26.103Z | Downloaded tracing v0.1.40 |
639 | 2024-12-19T05:33:26.108Z | Downloaded tracing-attributes v0.1.27 |
640 | 2024-12-19T05:33:26.110Z | Downloaded mio v1.0.2 |
641 | 2024-12-19T05:33:26.117Z | Downloaded itertools v0.10.5 |
642 | 2024-12-19T05:33:26.123Z | Downloaded toml_edit v0.22.21 |
643 | 2024-12-19T05:33:26.146Z | Downloaded heck v0.5.0 |
644 | 2024-12-19T05:33:26.148Z | Downloaded slog-term v2.9.1 |
645 | 2024-12-19T05:33:26.151Z | Downloaded macaddr v1.0.1 |
646 | 2024-12-19T05:33:26.151Z | Downloaded lru-cache v0.1.2 |
647 | 2024-12-19T05:33:26.154Z | Downloaded zerocopy-derive v0.7.35 |
648 | 2024-12-19T05:33:26.156Z | Downloaded tokio-util v0.7.12 |
649 | 2024-12-19T05:33:26.164Z | Downloaded toml v0.8.19 |
650 | 2024-12-19T05:33:26.169Z | Downloaded heck v0.4.1 |
651 | 2024-12-19T05:33:26.169Z | Downloaded hubpack_derive v0.1.1 |
652 | 2024-12-19T05:33:26.172Z | Downloaded unicode-segmentation v1.12.0 |
653 | 2024-12-19T05:33:26.178Z | Downloaded zone_cfg_derive v0.3.0 |
654 | 2024-12-19T05:33:26.178Z | Downloaded usdt v0.5.0 |
655 | 2024-12-19T05:33:26.178Z | Downloaded smf v0.2.3 |
656 | 2024-12-19T05:33:26.178Z | Downloaded untrusted v0.9.0 |
657 | 2024-12-19T05:33:26.178Z | Downloaded uuid v1.11.0 |
658 | 2024-12-19T05:33:26.181Z | Downloaded mime v0.3.17 |
659 | 2024-12-19T05:33:26.189Z | Downloaded http-body v0.4.6 |
660 | 2024-12-19T05:33:26.189Z | Downloaded typify v0.2.0 |
661 | 2024-12-19T05:33:26.189Z | Downloaded regress v0.10.1 |
662 | 2024-12-19T05:33:26.196Z | Downloaded hyper-tls v0.6.0 |
663 | 2024-12-19T05:33:26.199Z | Downloaded usdt-impl v0.5.0 |
664 | 2024-12-19T05:33:26.201Z | Downloaded usdt-attr-macro v0.5.0 |
665 | 2024-12-19T05:33:26.201Z | Downloaded memmap v0.7.0 |
666 | 2024-12-19T05:33:26.204Z | Downloaded subtle v2.6.1 |
667 | 2024-12-19T05:33:26.204Z | Downloaded strum_macros v0.25.3 |
668 | 2024-12-19T05:33:26.207Z | Downloaded http-body-util v0.1.2 |
669 | 2024-12-19T05:33:26.209Z | Downloaded openssl v0.10.66 |
670 | 2024-12-19T05:33:26.218Z | Downloaded http-body v1.0.1 |
671 | 2024-12-19T05:33:26.221Z | Downloaded zerocopy v0.6.6 |
672 | 2024-12-19T05:33:26.224Z | Downloaded hyper-util v0.1.10 |
673 | 2024-12-19T05:33:26.227Z | Downloaded num_enum_derive v0.7.3 |
674 | 2024-12-19T05:33:26.230Z | Downloaded structmeta-derive v0.3.0 |
675 | 2024-12-19T05:33:26.230Z | Downloaded memchr v2.7.4 |
676 | 2024-12-19T05:33:26.234Z | Downloaded encoding_rs v0.8.34 |
677 | 2024-12-19T05:33:26.256Z | Downloaded syn v1.0.109 |
678 | 2024-12-19T05:33:26.266Z | Downloaded num-derive v0.3.3 |
679 | 2024-12-19T05:33:26.269Z | Downloaded rhai v1.20.0 |
680 | 2024-12-19T05:33:26.280Z | Downloaded openapiv3 v2.0.0 |
681 | 2024-12-19T05:33:26.293Z | Downloaded swrite v0.1.0 |
682 | 2024-12-19T05:33:26.295Z | Downloaded zerocopy-derive v0.6.6 |
683 | 2024-12-19T05:33:26.303Z | Downloaded typify-impl v0.2.0 |
684 | 2024-12-19T05:33:26.319Z | Downloaded unicode-width v0.1.14 |
685 | 2024-12-19T05:33:26.324Z | Downloaded smoltcp v0.11.0 |
686 | 2024-12-19T05:33:26.337Z | Downloaded syn v2.0.87 |
687 | 2024-12-19T05:33:26.347Z | Downloaded sled v0.34.7 |
688 | 2024-12-19T05:33:26.357Z | Downloaded webpki-roots v0.25.4 |
689 | 2024-12-19T05:33:26.361Z | Downloaded tokio v1.42.0 |
690 | 2024-12-19T05:33:26.398Z | Downloaded typify-macro v0.2.0 |
691 | 2024-12-19T05:33:26.400Z | Downloaded newline-converter v0.3.0 |
692 | 2024-12-19T05:33:26.400Z | Downloaded multer v3.1.0 |
693 | 2024-12-19T05:33:26.403Z | Downloaded zone v0.3.0 |
694 | 2024-12-19T05:33:26.403Z | Downloaded hubpack v0.1.2 |
695 | 2024-12-19T05:33:26.406Z | Downloaded structmeta v0.3.0 |
696 | 2024-12-19T05:33:26.406Z | Downloaded newtype_derive v0.1.6 |
697 | 2024-12-19T05:33:26.406Z | Downloaded newtype-uuid v1.1.0 |
698 | 2024-12-19T05:33:26.408Z | Downloaded steno v0.4.1 |
699 | 2024-12-19T05:33:26.410Z | Downloaded unsafe-libyaml v0.2.11 |
700 | 2024-12-19T05:33:26.413Z | Downloaded hyper v0.14.30 |
701 | 2024-12-19T05:33:26.421Z | Downloaded managed v0.8.0 |
702 | 2024-12-19T05:33:26.423Z | Downloaded libc v0.2.169 |
703 | 2024-12-19T05:33:26.446Z | Downloaded libsw v3.3.1 |
704 | 2024-12-19T05:33:26.448Z | Downloaded itertools v0.13.0 |
705 | 2024-12-19T05:33:26.454Z | Downloaded minimal-lexical v0.2.1 |
706 | 2024-12-19T05:33:26.458Z | Downloaded usdt-macro v0.5.0 |
707 | 2024-12-19T05:33:26.460Z | Downloaded libm v0.2.8 |
708 | 2024-12-19T05:33:26.466Z | Downloaded smartstring v1.0.1 |
709 | 2024-12-19T05:33:26.469Z | Downloaded tokio-native-tls v0.3.1 |
710 | 2024-12-19T05:33:26.472Z | Downloaded tokio-macros v2.4.0 |
711 | 2024-12-19T05:33:26.472Z | Downloaded futures-util v0.3.30 |
712 | 2024-12-19T05:33:26.482Z | Downloaded ipnet v2.10.0 |
713 | 2024-12-19T05:33:26.484Z | Downloaded zerocopy v0.7.35 |
714 | 2024-12-19T05:33:26.498Z | Downloaded time v0.3.36 |
715 | 2024-12-19T05:33:26.504Z | Downloaded thread_local v1.1.8 |
716 | 2024-12-19T05:33:26.506Z | Downloaded thiserror v1.0.69 |
717 | 2024-12-19T05:33:26.509Z | Downloaded tempfile v3.12.0 |
718 | 2024-12-19T05:33:26.512Z | Downloaded openssl-probe v0.1.5 |
719 | 2024-12-19T05:33:26.514Z | Downloaded highway v1.2.0 |
720 | 2024-12-19T05:33:26.516Z | Downloaded heapless v0.8.0 |
721 | 2024-12-19T05:33:26.519Z | Downloaded waitgroup v0.1.2 |
722 | 2024-12-19T05:33:26.519Z | Downloaded crc8 v0.1.1 |
723 | 2024-12-19T05:33:26.523Z | Downloaded no-std-compat v0.4.1 |
724 | 2024-12-19T05:33:26.523Z | Downloaded indent_write v2.2.0 |
725 | 2024-12-19T05:33:26.523Z | Downloaded webpki-roots v0.26.6 |
726 | 2024-12-19T05:33:26.525Z | Downloaded static_assertions v1.1.0 |
727 | 2024-12-19T05:33:26.528Z | Downloaded openssl-macros v0.1.1 |
728 | 2024-12-19T05:33:26.528Z | Downloaded num-traits v0.2.19 |
729 | 2024-12-19T05:33:26.530Z | Downloaded match_cfg v0.1.0 |
730 | 2024-12-19T05:33:26.530Z | Downloaded unicode-bidi v0.3.15 |
731 | 2024-12-19T05:33:26.532Z | Downloaded num-conv v0.1.0 |
732 | 2024-12-19T05:33:26.536Z | Downloaded whoami v1.5.2 |
733 | 2024-12-19T05:33:26.536Z | Downloaded http v1.2.0 |
734 | 2024-12-19T05:33:26.539Z | Downloaded omicron-workspace-hack v0.1.0 |
735 | 2024-12-19T05:33:26.541Z | Downloaded linear-map v1.2.0 |
736 | 2024-12-19T05:33:26.543Z | Downloaded hickory-proto v0.24.1 |
737 | 2024-12-19T05:33:26.556Z | Downloaded semver v0.1.20 |
738 | 2024-12-19T05:33:26.559Z | Downloaded rustc_version v0.1.7 |
739 | 2024-12-19T05:33:26.559Z | Downloaded rhai_codegen v2.2.0 |
740 | 2024-12-19T05:33:26.564Z | Downloaded resolv-conf v0.7.0 |
741 | 2024-12-19T05:33:26.567Z | Downloaded progenitor-impl v0.8.0 |
742 | 2024-12-19T05:33:26.569Z | Downloaded progenitor-client v0.8.0 |
743 | 2024-12-19T05:33:26.569Z | Downloaded progenitor v0.8.0 |
744 | 2024-12-19T05:33:26.571Z | Downloaded pretty-hex v0.4.1 |
745 | 2024-12-19T05:33:26.571Z | Downloaded pretty-hex v0.2.1 |
746 | 2024-12-19T05:33:26.574Z | Downloaded postcard v1.0.10 |
747 | 2024-12-19T05:33:26.574Z | Downloaded num_enum v0.5.11 |
748 | 2024-12-19T05:33:26.578Z | Downloaded crucible-workspace-hack v0.1.0 |
749 | 2024-12-19T05:33:26.580Z | Downloaded hashbrown v0.14.5 |
750 | 2024-12-19T05:33:26.583Z | Downloaded schemars_derive v0.8.21 |
751 | 2024-12-19T05:33:26.586Z | Downloaded schemars v0.8.21 |
752 | 2024-12-19T05:33:26.595Z | Downloaded rustls-webpki v0.101.7 |
753 | 2024-12-19T05:33:26.608Z | Downloaded embedded-io v0.6.1 |
754 | 2024-12-19T05:33:26.611Z | Downloaded rustc-hash v2.0.0 |
755 | 2024-12-19T05:33:26.611Z | Downloaded futures-channel v0.3.30 |
756 | 2024-12-19T05:33:26.613Z | Downloaded cstr-argument v0.1.2 |
757 | 2024-12-19T05:33:26.615Z | Downloaded form_urlencoded v1.2.1 |
758 | 2024-12-19T05:33:26.615Z | Downloaded foreign-types-shared v0.3.1 |
759 | 2024-12-19T05:33:26.615Z | Downloaded foreign-types-shared v0.1.1 |
760 | 2024-12-19T05:33:26.616Z | Downloaded foreign-types-macros v0.2.3 |
761 | 2024-12-19T05:33:26.618Z | Downloaded foreign-types v0.5.0 |
762 | 2024-12-19T05:33:26.618Z | Downloaded foreign-types v0.3.2 |
763 | 2024-12-19T05:33:26.618Z | Downloaded backoff v0.4.0 |
764 | 2024-12-19T05:33:26.621Z | Downloaded atomicwrites v0.4.4 |
765 | 2024-12-19T05:33:26.621Z | Downloaded dyn-clone v1.0.17 |
766 | 2024-12-19T05:33:26.623Z | Downloaded derive_more v0.99.18 |
767 | 2024-12-19T05:33:26.626Z | Downloaded digest v0.10.7 |
768 | 2024-12-19T05:33:26.628Z | Downloaded reqwest v0.11.27 |
769 | 2024-12-19T05:33:26.635Z | Downloaded dirs-next v2.0.0 |
770 | 2024-12-19T05:33:26.638Z | Downloaded deranged v0.3.11 |
771 | 2024-12-19T05:33:26.638Z | Downloaded darling v0.20.10 |
772 | 2024-12-19T05:33:26.641Z | Downloaded crossbeam-utils v0.8.20 |
773 | 2024-12-19T05:33:26.643Z | Downloaded crossbeam-epoch v0.9.18 |
774 | 2024-12-19T05:33:26.646Z | Downloaded chrono v0.4.38 |
775 | 2024-12-19T05:33:26.653Z | Downloaded quick-error v1.2.3 |
776 | 2024-12-19T05:33:26.656Z | Downloaded proc-macro-crate v3.2.0 |
777 | 2024-12-19T05:33:26.656Z | Downloaded console v0.15.8 |
778 | 2024-12-19T05:33:26.658Z | Downloaded ciborium v0.2.2 |
779 | 2024-12-19T05:33:26.661Z | Downloaded pest_generator v2.7.13 |
780 | 2024-12-19T05:33:26.661Z | Downloaded base64 v0.22.1 |
781 | 2024-12-19T05:33:26.664Z | Downloaded base64 v0.21.7 |
782 | 2024-12-19T05:33:26.668Z | Downloaded atomic-waker v1.1.2 |
783 | 2024-12-19T05:33:26.670Z | Downloaded async-trait v0.1.83 |
784 | 2024-12-19T05:33:26.672Z | Downloaded async-stream v0.3.5 |
785 | 2024-12-19T05:33:26.675Z | Downloaded arc-swap v1.7.1 |
786 | 2024-12-19T05:33:26.678Z | Downloaded anyhow v1.0.94 |
787 | 2024-12-19T05:33:26.681Z | Downloaded allocator-api2 v0.2.18 |
788 | 2024-12-19T05:33:26.684Z | Downloaded ahash v0.8.11 |
789 | 2024-12-19T05:33:26.686Z | Downloaded anstream v0.6.15 |
790 | 2024-12-19T05:33:26.757Z | Downloaded ring v0.17.8 |
791 | 2024-12-19T05:33:27.089Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-12-19T05:33:27.089Z | Compiling unicode-ident v1.0.13 |
793 | 2024-12-19T05:33:27.091Z | Compiling libc v0.2.169 |
794 | 2024-12-19T05:33:27.091Z | Compiling serde v1.0.215 |
795 | 2024-12-19T05:33:27.091Z | Compiling version_check v0.9.5 |
796 | 2024-12-19T05:33:27.091Z | Compiling autocfg v1.3.0 |
797 | 2024-12-19T05:33:27.124Z | Compiling cfg-if v1.0.0 |
798 | 2024-12-19T05:33:27.292Z | Compiling once_cell v1.20.2 |
799 | 2024-12-19T05:33:27.312Z | Compiling libm v0.2.8 |
800 | 2024-12-19T05:33:27.326Z | Compiling memchr v2.7.4 |
801 | 2024-12-19T05:33:27.776Z | Compiling byteorder v1.5.0 |
802 | 2024-12-19T05:33:27.827Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-12-19T05:33:27.917Z | Compiling lock_api v0.4.12 |
804 | 2024-12-19T05:33:28.226Z | Compiling shlex v1.3.0 |
805 | 2024-12-19T05:33:28.271Z | Compiling thiserror v1.0.69 |
806 | 2024-12-19T05:33:28.565Z | Compiling cc v1.1.21 |
807 | 2024-12-19T05:33:28.737Z | Compiling itoa v1.0.11 |
808 | 2024-12-19T05:33:28.816Z | Compiling quote v1.0.37 |
809 | 2024-12-19T05:33:28.954Z | Compiling portable-atomic v1.8.0 |
810 | 2024-12-19T05:33:29.011Z | Compiling slab v0.4.9 |
811 | 2024-12-19T05:33:29.288Z | Compiling syn v2.0.87 |
812 | 2024-12-19T05:33:29.370Z | Compiling getrandom v0.2.15 |
813 | 2024-12-19T05:33:29.522Z | Compiling schemars v0.8.21 |
814 | 2024-12-19T05:33:29.704Z | Compiling ahash v0.8.11 |
815 | 2024-12-19T05:33:29.730Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-12-19T05:33:29.749Z | Compiling num-traits v0.2.19 |
817 | 2024-12-19T05:33:29.945Z | Compiling ryu v1.0.18 |
818 | 2024-12-19T05:33:30.215Z | Compiling serde_json v1.0.133 |
819 | 2024-12-19T05:33:30.413Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-12-19T05:33:30.827Z | Compiling log v0.4.22 |
821 | 2024-12-19T05:33:30.947Z | Compiling scopeguard v1.2.0 |
822 | 2024-12-19T05:33:30.972Z | Compiling equivalent v1.0.1 |
823 | 2024-12-19T05:33:31.036Z | Compiling fnv v1.0.7 |
824 | 2024-12-19T05:33:31.114Z | Compiling heck v0.5.0 |
825 | 2024-12-19T05:33:31.226Z | Compiling crunchy v0.2.2 |
826 | 2024-12-19T05:33:31.524Z | Compiling vcpkg v0.2.15 |
827 | 2024-12-19T05:33:31.543Z | Compiling ring v0.17.8 |
828 | 2024-12-19T05:33:31.586Z | Compiling pkg-config v0.3.31 |
829 | 2024-12-19T05:33:31.858Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-12-19T05:33:32.637Z | Compiling mio v1.0.2 |
831 | 2024-12-19T05:33:32.864Z | Compiling socket2 v0.5.8 |
832 | 2024-12-19T05:33:33.049Z | Compiling slog v2.7.0 |
833 | 2024-12-19T05:33:33.128Z | Compiling httparse v1.9.4 |
834 | 2024-12-19T05:33:33.160Z | Compiling openssl-sys v0.9.103 |
835 | 2024-12-19T05:33:33.357Z | Compiling tiny-keccak v2.0.2 |
836 | 2024-12-19T05:33:33.789Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-12-19T05:33:34.181Z | Compiling futures-core v0.3.30 |
838 | 2024-12-19T05:33:34.238Z | Compiling dyn-clone v1.0.17 |
839 | 2024-12-19T05:33:34.257Z | Compiling const-random-macro v0.1.16 |
840 | 2024-12-19T05:33:34.451Z | Compiling openssl v0.10.66 |
841 | 2024-12-19T05:33:34.487Z | Compiling futures-sink v0.3.30 |
842 | 2024-12-19T05:33:34.846Z | Compiling typenum v1.17.0 |
843 | 2024-12-19T05:33:34.881Z | Compiling native-tls v0.2.12 |
844 | 2024-12-19T05:33:35.012Z | Compiling const-random v0.1.18 |
845 | 2024-12-19T05:33:35.111Z | Compiling semver v1.0.23 |
846 | 2024-12-19T05:33:35.157Z | Compiling rustls v0.23.13 |
847 | 2024-12-19T05:33:35.236Z | Compiling futures-channel v0.3.30 |
848 | 2024-12-19T05:33:35.296Z | Compiling futures-io v0.3.30 |
849 | 2024-12-19T05:33:35.331Z | Compiling futures-task v0.3.30 |
850 | 2024-12-19T05:33:35.392Z | Compiling pin-utils v0.1.0 |
851 | 2024-12-19T05:33:35.484Z | Compiling generic-array v0.14.7 |
852 | 2024-12-19T05:33:35.622Z | Compiling tracing-core v0.1.32 |
853 | 2024-12-19T05:33:35.641Z | Compiling bitflags v2.6.0 |
854 | 2024-12-19T05:33:35.676Z | Compiling ucd-trie v0.1.6 |
855 | 2024-12-19T05:33:35.721Z | Compiling subtle v2.6.1 |
856 | 2024-12-19T05:33:35.757Z | Compiling aho-corasick v1.1.3 |
857 | 2024-12-19T05:33:35.817Z | Compiling regex-syntax v0.8.4 |
858 | 2024-12-19T05:33:35.837Z | Compiling anyhow v1.0.94 |
859 | 2024-12-19T05:33:36.181Z | Compiling time-core v0.1.2 |
860 | 2024-12-19T05:33:36.211Z | Compiling num-conv v0.1.0 |
861 | 2024-12-19T05:33:36.346Z | Compiling serde_derive_internals v0.29.1 |
862 | 2024-12-19T05:33:36.473Z | Compiling time-macros v0.2.18 |
863 | 2024-12-19T05:33:37.783Z | Compiling rustls-pki-types v1.8.0 |
864 | 2024-12-19T05:33:38.201Z | Compiling spin v0.9.8 |
865 | 2024-12-19T05:33:38.556Z | Compiling usdt-impl v0.5.0 |
866 | 2024-12-19T05:33:38.949Z | Compiling untrusted v0.9.0 |
867 | 2024-12-19T05:33:39.016Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-12-19T05:33:39.246Z | Compiling regex-automata v0.4.7 |
869 | 2024-12-19T05:33:39.458Z | Compiling atomic-waker v1.1.2 |
870 | 2024-12-19T05:33:39.643Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-12-19T05:33:39.749Z | Compiling strsim v0.11.1 |
872 | 2024-12-19T05:33:40.064Z | Compiling rustversion v1.0.17 |
873 | 2024-12-19T05:33:40.521Z | Compiling plain v0.2.3 |
874 | 2024-12-19T05:33:40.842Z | Compiling tinyvec v1.8.0 |
875 | 2024-12-19T05:33:41.683Z | Compiling rand_core v0.6.4 |
876 | 2024-12-19T05:33:41.827Z | Compiling serde_derive v1.0.215 |
877 | 2024-12-19T05:33:42.163Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-12-19T05:33:42.489Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-12-19T05:33:42.668Z | Compiling tokio-macros v2.4.0 |
880 | 2024-12-19T05:33:43.354Z | Compiling schemars_derive v0.8.21 |
881 | 2024-12-19T05:33:44.270Z | Compiling futures-macro v0.3.30 |
882 | 2024-12-19T05:33:44.336Z | Compiling zerocopy v0.7.35 |
883 | 2024-12-19T05:33:46.334Z | Compiling openssl-macros v0.1.1 |
884 | 2024-12-19T05:33:46.428Z | Compiling futures-util v0.3.30 |
885 | 2024-12-19T05:33:46.455Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-12-19T05:33:46.538Z | Compiling hashbrown v0.14.5 |
887 | 2024-12-19T05:33:46.977Z | Compiling scroll_derive v0.12.0 |
888 | 2024-12-19T05:33:47.149Z | Compiling pest v2.7.13 |
889 | 2024-12-19T05:33:47.924Z | Compiling regress v0.10.1 |
890 | 2024-12-19T05:33:48.449Z | Compiling regex v1.10.6 |
891 | 2024-12-19T05:33:49.462Z | Compiling scroll v0.12.0 |
892 | 2024-12-19T05:33:49.742Z | Compiling tracing v0.1.40 |
893 | 2024-12-19T05:33:49.989Z | Compiling pest_meta v2.7.13 |
894 | 2024-12-19T05:33:50.481Z | Compiling goblin v0.8.2 |
895 | 2024-12-19T05:33:52.652Z | Compiling pest_generator v2.7.13 |
896 | 2024-12-19T05:33:53.394Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-12-19T05:33:54.026Z | Compiling pretty-hex v0.4.1 |
898 | 2024-12-19T05:33:54.246Z | Compiling zeroize v1.8.1 |
899 | 2024-12-19T05:33:54.428Z | Compiling pest_derive v2.7.13 |
900 | 2024-12-19T05:33:54.621Z | Compiling try-lock v0.2.5 |
901 | 2024-12-19T05:33:55.031Z | Compiling unsafe-libyaml v0.2.11 |
902 | 2024-12-19T05:33:55.347Z | Compiling percent-encoding v2.3.1 |
903 | 2024-12-19T05:33:55.749Z | Compiling bytes v1.7.2 |
904 | 2024-12-19T05:33:57.009Z | Compiling smallvec v1.13.2 |
905 | 2024-12-19T05:33:57.559Z | Compiling indexmap v2.5.0 |
906 | 2024-12-19T05:33:57.632Z | Compiling uuid v1.11.0 |
907 | 2024-12-19T05:33:57.791Z | Compiling chrono v0.4.38 |
908 | 2024-12-19T05:33:58.367Z | Compiling parking_lot v0.12.3 |
909 | 2024-12-19T05:33:58.688Z | Compiling serde_tokenstream v0.2.2 |
910 | 2024-12-19T05:33:58.926Z | Compiling tokio v1.42.0 |
911 | 2024-12-19T05:33:59.028Z | Compiling http v1.2.0 |
912 | 2024-12-19T05:34:01.922Z | Compiling openapiv3 v2.0.0 |
913 | 2024-12-19T05:34:03.219Z | Compiling serde_yaml v0.9.34+deprecated |
914 | 2024-12-19T05:34:06.019Z | Compiling typify-impl v0.2.0 |
915 | 2024-12-19T05:34:06.124Z | Compiling http-body v1.0.1 |
916 | 2024-12-19T05:34:06.339Z | Compiling ipnetwork v0.20.0 |
917 | 2024-12-19T05:34:06.359Z | Compiling dof v0.3.0 |
918 | 2024-12-19T05:34:06.379Z | Compiling form_urlencoded v1.2.1 |
919 | 2024-12-19T05:34:06.882Z | Compiling dtrace-parser v0.2.0 |
920 | 2024-12-19T05:34:07.040Z | Compiling want v0.3.1 |
921 | 2024-12-19T05:34:07.348Z | Compiling unicode-normalization v0.1.24 |
922 | 2024-12-19T05:34:08.679Z | Compiling thread-id v4.2.2 |
923 | 2024-12-19T05:34:08.778Z | Compiling ident_case v1.0.1 |
924 | 2024-12-19T05:34:08.805Z | Compiling camino v1.1.9 |
925 | 2024-12-19T05:34:08.976Z | Compiling tokio-util v0.7.12 |
926 | 2024-12-19T05:34:09.342Z | Compiling syn v1.0.109 |
927 | 2024-12-19T05:34:09.416Z | Compiling unicode-bidi v0.3.15 |
928 | 2024-12-19T05:34:09.939Z | Compiling h2 v0.4.6 |
929 | 2024-12-19T05:34:10.137Z | Compiling foreign-types-shared v0.1.1 |
930 | 2024-12-19T05:34:10.295Z | Compiling rustls v0.22.4 |
931 | 2024-12-19T05:34:10.638Z | Compiling httpdate v1.0.3 |
932 | 2024-12-19T05:34:10.985Z | Compiling foreign-types v0.3.2 |
933 | 2024-12-19T05:34:11.157Z | Compiling darling_core v0.20.10 |
934 | 2024-12-19T05:34:11.683Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-12-19T05:34:12.832Z | Compiling tower-service v0.3.3 |
936 | 2024-12-19T05:34:13.143Z | Compiling slog-async v2.8.0 |
937 | 2024-12-19T05:34:13.766Z | Compiling rand_chacha v0.3.1 |
938 | 2024-12-19T05:34:15.545Z | Compiling hyper v1.5.1 |
939 | 2024-12-19T05:34:17.490Z | Compiling darling_macro v0.20.10 |
940 | 2024-12-19T05:34:17.895Z | Compiling typify-macro v0.2.0 |
941 | 2024-12-19T05:34:18.573Z | Compiling hyper-util v0.1.10 |
942 | 2024-12-19T05:34:21.822Z | Compiling typify v0.2.0 |
943 | 2024-12-19T05:34:21.969Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-12-19T05:34:24.054Z | Compiling idna v0.5.0 |
945 | 2024-12-19T05:34:24.625Z | Compiling toml_datetime v0.6.8 |
946 | 2024-12-19T05:34:25.796Z | Compiling multer v3.1.0 |
947 | 2024-12-19T05:34:26.145Z | Compiling openssl-probe v0.1.5 |
948 | 2024-12-19T05:34:26.497Z | Compiling paste v1.0.15 |
949 | 2024-12-19T05:34:28.661Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-12-19T05:34:29.396Z | Compiling url v2.5.2 |
951 | 2024-12-19T05:34:29.629Z | Compiling darling v0.20.10 |
952 | 2024-12-19T05:34:29.753Z | Compiling rand v0.8.5 |
953 | 2024-12-19T05:34:32.427Z | Compiling usdt-macro v0.5.0 |
954 | 2024-12-19T05:34:33.984Z | Compiling usdt-attr-macro v0.5.0 |
955 | 2024-12-19T05:34:34.923Z | Compiling http-body-util v0.1.2 |
956 | 2024-12-19T05:34:35.559Z | Compiling async-trait v0.1.83 |
957 | 2024-12-19T05:34:37.449Z | Compiling encoding_rs v0.8.34 |
958 | 2024-12-19T05:34:37.826Z | Compiling ipnet v2.10.0 |
959 | 2024-12-19T05:34:38.042Z | Compiling base64 v0.22.1 |
960 | 2024-12-19T05:34:39.101Z | Compiling mime v0.3.17 |
961 | 2024-12-19T05:34:39.618Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-12-19T05:34:41.678Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-12-19T05:34:42.171Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-12-19T05:34:42.190Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-12-19T05:34:42.973Z | Compiling strum_macros v0.26.4 |
966 | 2024-12-19T05:34:43.634Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-12-19T05:34:44.958Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-12-19T05:34:44.961Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-12-19T05:34:46.388Z | Compiling webpki-roots v0.26.6 |
970 | 2024-12-19T05:34:46.609Z | Compiling dropshot v0.12.0 |
971 | 2024-12-19T05:34:46.969Z | Compiling crossbeam-utils v0.8.20 |
972 | 2024-12-19T05:34:47.564Z | Compiling powerfmt v0.2.0 |
973 | 2024-12-19T05:34:47.750Z | Compiling structmeta v0.3.0 |
974 | 2024-12-19T05:34:48.026Z | Compiling deranged v0.3.11 |
975 | 2024-12-19T05:34:48.085Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-12-19T05:34:48.138Z | Compiling hyper-tls v0.6.0 |
977 | 2024-12-19T05:34:49.500Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-12-19T05:34:50.288Z | Compiling num_threads v0.1.7 |
979 | 2024-12-19T05:34:50.930Z | Compiling winnow v0.6.18 |
980 | 2024-12-19T05:34:53.169Z | Compiling time v0.3.36 |
981 | 2024-12-19T05:34:55.405Z | Compiling reqwest v0.12.9 |
982 | 2024-12-19T05:34:55.617Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-12-19T05:34:57.356Z | Compiling crypto-common v0.1.6 |
984 | 2024-12-19T05:34:57.586Z | Compiling block-buffer v0.10.4 |
985 | 2024-12-19T05:34:57.852Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-12-19T05:34:59.665Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-12-19T05:35:02.138Z | Compiling digest v0.10.7 |
988 | 2024-12-19T05:35:02.159Z | Compiling progenitor-client v0.8.0 |
989 | 2024-12-19T05:35:03.020Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-12-19T05:35:05.318Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-12-19T05:35:05.713Z | Compiling lazy_static v1.5.0 |
992 | 2024-12-19T05:35:06.384Z | Compiling rustix v0.38.37 |
993 | 2024-12-19T05:35:06.477Z | Compiling match_cfg v0.1.0 |
994 | 2024-12-19T05:35:06.799Z | Compiling hostname v0.3.1 |
995 | 2024-12-19T05:35:07.056Z | Compiling dirs-next v2.0.0 |
996 | 2024-12-19T05:35:07.246Z | Compiling progenitor v0.8.0 |
997 | 2024-12-19T05:35:07.476Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-19T05:35:09.517Z | Compiling futures-executor v0.3.30 |
999 | 2024-12-19T05:35:10.492Z | Compiling thread_local v1.1.8 |
1000 | 2024-12-19T05:35:10.519Z | Compiling errno v0.3.9 |
1001 | 2024-12-19T05:35:11.158Z | Compiling instant v0.1.13 |
1002 | 2024-12-19T05:35:11.339Z | Compiling unicode-width v0.1.14 |
1003 | 2024-12-19T05:35:11.930Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-12-19T05:35:13.987Z | Compiling futures v0.3.30 |
1005 | 2024-12-19T05:35:15.489Z | Compiling term v0.7.0 |
1006 | 2024-12-19T05:35:16.084Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-12-19T05:35:18.469Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-12-19T05:35:18.724Z | Compiling memmap v0.7.0 |
1009 | 2024-12-19T05:35:18.750Z | Compiling is-terminal v0.4.13 |
1010 | 2024-12-19T05:35:18.892Z | Compiling take_mut v0.2.2 |
1011 | 2024-12-19T05:35:19.650Z | Compiling usdt v0.5.0 |
1012 | 2024-12-19T05:35:19.724Z | Compiling slog-term v2.9.1 |
1013 | 2024-12-19T05:35:21.088Z | Compiling toml_edit v0.22.21 |
1014 | 2024-12-19T05:35:22.424Z | Compiling slog-json v2.6.1 |
1015 | 2024-12-19T05:35:22.862Z | Compiling strum v0.26.3 |
1016 | 2024-12-19T05:35:23.063Z | Compiling serde_with v3.9.0 |
1017 | 2024-12-19T05:35:25.445Z | Compiling heapless v0.8.0 |
1018 | 2024-12-19T05:35:26.422Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-12-19T05:35:27.426Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-12-19T05:35:28.227Z | Compiling toml v0.8.19 |
1021 | 2024-12-19T05:35:30.608Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-12-19T05:35:30.725Z | Compiling sha1 v0.10.6 |
1023 | 2024-12-19T05:35:31.527Z | Compiling async-stream v0.3.5 |
1024 | 2024-12-19T05:35:31.567Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-12-19T05:35:31.847Z | Compiling hex v0.4.3 |
1026 | 2024-12-19T05:35:31.908Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-12-19T05:35:32.312Z | Compiling waitgroup v0.1.2 |
1028 | 2024-12-19T05:35:32.546Z | Compiling hostname v0.4.0 |
1029 | 2024-12-19T05:35:32.613Z | Compiling hash32 v0.3.1 |
1030 | 2024-12-19T05:35:32.975Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-19T05:35:33.035Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-12-19T05:35:35.058Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-12-19T05:35:35.845Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-12-19T05:35:36.270Z | Compiling backoff v0.4.0 |
1035 | 2024-12-19T05:35:36.454Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-12-19T05:35:36.637Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-12-19T05:35:36.852Z | Compiling parse-display v0.10.0 |
1038 | 2024-12-19T05:35:38.826Z | Compiling macaddr v1.0.1 |
1039 | 2024-12-19T05:35:39.463Z | Compiling regress v0.9.1 |
1040 | 2024-12-19T05:35:41.014Z | Compiling clap_derive v4.5.18 |
1041 | 2024-12-19T05:35:42.428Z | Compiling cobs v0.2.3 |
1042 | 2024-12-19T05:35:42.900Z | Compiling bitflags v1.3.2 |
1043 | 2024-12-19T05:35:43.019Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1044 | 2024-12-19T05:35:43.744Z | Compiling winnow v0.5.40 |
1045 | 2024-12-19T05:35:43.765Z | Compiling managed v0.8.0 |
1046 | 2024-12-19T05:35:44.274Z | Compiling utf8parse v0.2.2 |
1047 | 2024-12-19T05:35:44.455Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-12-19T05:35:46.452Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-12-19T05:35:47.673Z | Compiling toml_edit v0.19.15 |
1050 | 2024-12-19T05:35:48.058Z | Compiling postcard v1.0.10 |
1051 | 2024-12-19T05:35:53.861Z | Compiling colorchoice v1.0.2 |
1052 | 2024-12-19T05:35:54.046Z | Compiling anstyle-query v1.1.1 |
1053 | 2024-12-19T05:35:54.311Z | Compiling anstyle v1.0.10 |
1054 | 2024-12-19T05:35:54.496Z | Compiling is_terminal_polyfill v1.70.1 |
1055 | 2024-12-19T05:35:54.843Z | Compiling anstream v0.6.15 |
1056 | 2024-12-19T05:35:55.924Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-12-19T05:35:56.777Z | Compiling terminal_size v0.4.0 |
1058 | 2024-12-19T05:35:56.996Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-19T05:35:57.036Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-12-19T05:35:57.397Z | Compiling clap_builder v4.5.23 |
1061 | 2024-12-19T05:35:57.692Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-12-19T05:35:58.787Z | Compiling tabwriter v1.4.0 |
1063 | 2024-12-19T05:35:59.725Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-12-19T05:35:59.853Z | Compiling num-integer v0.1.46 |
1065 | 2024-12-19T05:36:00.614Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-12-19T05:36:02.007Z | Compiling num_enum v0.5.11 |
1067 | 2024-12-19T05:36:02.009Z | Compiling foreign-types v0.5.0 |
1068 | 2024-12-19T05:36:02.009Z | Compiling clap v4.5.23 |
1069 | 2024-12-19T05:36:02.009Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-12-19T05:36:02.208Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-12-19T05:36:02.437Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-12-19T05:36:02.800Z | Compiling prettyplease v0.2.22 |
1073 | 2024-12-19T05:36:02.800Z | Compiling pretty-hex v0.2.1 |
1074 | 2024-12-19T05:36:02.995Z | Compiling either v1.13.0 |
1075 | 2024-12-19T05:36:03.134Z | Compiling heck v0.4.1 |
1076 | 2024-12-19T05:36:03.527Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-12-19T05:36:03.940Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-12-19T05:36:03.960Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-12-19T05:36:05.190Z | Compiling num-iter v0.1.45 |
1080 | 2024-12-19T05:36:05.212Z | Compiling num-rational v0.4.2 |
1081 | 2024-12-19T05:36:05.802Z | Compiling colored v2.1.0 |
1082 | 2024-12-19T05:36:07.382Z | Compiling num-complex v0.4.6 |
1083 | 2024-12-19T05:36:07.990Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-12-19T05:36:08.113Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-12-19T05:36:08.459Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-12-19T05:36:08.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1087 | 2024-12-19T05:36:08.637Z | Compiling fastrand v2.1.1 |
1088 | 2024-12-19T05:36:08.687Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-12-19T05:36:09.243Z | Compiling tempfile v3.12.0 |
1090 | 2024-12-19T05:36:09.563Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-12-19T05:36:10.484Z | Compiling num v0.4.3 |
1092 | 2024-12-19T05:36:13.799Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-12-19T05:36:14.144Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-12-19T05:36:14.453Z | Compiling float-ord v0.3.2 |
1095 | 2024-12-19T05:36:14.631Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-12-19T05:36:22.206Z | Compiling semver v0.1.20 |
1097 | 2024-12-19T05:36:22.444Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-12-19T05:36:22.782Z | Compiling rustc_version v0.1.7 |
1099 | 2024-12-19T05:36:23.124Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-12-19T05:36:23.206Z | Compiling newline-converter v0.3.0 |
1101 | 2024-12-19T05:36:23.411Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-12-19T05:36:23.802Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-12-19T05:36:23.985Z | Compiling itertools v0.10.5 |
1104 | 2024-12-19T05:36:24.613Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-12-19T05:36:24.633Z | Compiling console v0.15.8 |
1106 | 2024-12-19T05:36:25.110Z | Compiling num-derive v0.4.2 |
1107 | 2024-12-19T05:36:26.291Z | Compiling sigpipe v0.1.3 |
1108 | 2024-12-19T05:36:26.432Z | Compiling base64ct v1.6.0 |
1109 | 2024-12-19T05:36:27.316Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-12-19T05:36:27.338Z | Compiling similar v2.6.0 |
1111 | 2024-12-19T05:36:27.532Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-12-19T05:36:27.559Z | Compiling zone v0.3.0 |
1113 | 2024-12-19T05:36:27.683Z | Compiling password-hash v0.5.0 |
1114 | 2024-12-19T05:36:29.070Z | Compiling expectorate v1.1.0 |
1115 | 2024-12-19T05:36:29.331Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-12-19T05:36:29.983Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-12-19T05:36:30.347Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-12-19T05:36:31.148Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-12-19T05:36:31.489Z | Compiling blake2 v0.10.6 |
1120 | 2024-12-19T05:36:32.604Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-12-19T05:36:32.645Z | Compiling smf v0.2.3 |
1122 | 2024-12-19T05:36:33.555Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-12-19T05:36:33.575Z | Compiling whoami v1.5.2 |
1124 | 2024-12-19T05:36:33.578Z | Compiling cancel-safe-futures v0.1.5 |
1125 | 2024-12-19T05:36:33.861Z | Compiling owo-colors v4.1.0 |
1126 | 2024-12-19T05:36:33.921Z | Compiling fixedbitset v0.4.2 |
1127 | 2024-12-19T05:36:34.242Z | Compiling petgraph v0.6.5 |
1128 | 2024-12-19T05:36:34.585Z | Compiling hubpack v0.1.2 |
1129 | 2024-12-19T05:36:35.072Z | Compiling argon2 v0.5.3 |
1130 | 2024-12-19T05:36:35.686Z | Compiling zerocopy v0.6.6 |
1131 | 2024-12-19T05:36:36.736Z | Compiling strum_macros v0.25.3 |
1132 | 2024-12-19T05:36:37.523Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-12-19T05:36:37.801Z | Compiling serde_repr v0.1.19 |
1134 | 2024-12-19T05:36:38.675Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-12-19T05:36:38.884Z | Compiling cookie v0.18.1 |
1136 | 2024-12-19T05:36:39.014Z | Compiling convert_case v0.4.0 |
1137 | 2024-12-19T05:36:39.245Z | Compiling static_assertions v1.1.0 |
1138 | 2024-12-19T05:36:39.435Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-12-19T05:36:39.819Z | Compiling derive_more v0.99.18 |
1140 | 2024-12-19T05:36:40.515Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-12-19T05:36:41.509Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-19T05:36:42.018Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-19T05:36:42.756Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-19T05:36:44.631Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-12-19T05:36:45.155Z | Compiling itertools v0.13.0 |
1146 | 2024-12-19T05:36:46.694Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-12-19T05:36:47.728Z | Compiling idna v0.4.0 |
1148 | 2024-12-19T05:36:47.929Z | Compiling libsw v3.3.1 |
1149 | 2024-12-19T05:36:48.280Z | Compiling derive-where v1.2.7 |
1150 | 2024-12-19T05:36:48.864Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-12-19T05:36:49.363Z | Compiling data-encoding v2.6.0 |
1152 | 2024-12-19T05:36:49.442Z | Compiling swrite v0.1.0 |
1153 | 2024-12-19T05:36:49.575Z | Compiling linked-hash-map v0.5.6 |
1154 | 2024-12-19T05:36:50.014Z | Compiling quick-error v1.2.3 |
1155 | 2024-12-19T05:36:50.034Z | Compiling linear-map v1.2.0 |
1156 | 2024-12-19T05:36:50.183Z | Compiling highway v1.2.0 |
1157 | 2024-12-19T05:36:50.532Z | Compiling indent_write v2.2.0 |
1158 | 2024-12-19T05:36:50.785Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-12-19T05:36:51.559Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-12-19T05:36:51.608Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-12-19T05:36:51.692Z | Compiling hickory-proto v0.24.1 |
1162 | 2024-12-19T05:36:53.137Z | Compiling lru-cache v0.1.2 |
1163 | 2024-12-19T05:36:53.381Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-19T05:36:54.966Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-19T05:36:55.396Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-19T05:36:55.994Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-19T05:36:56.886Z | Compiling steno v0.4.1 |
1168 | 2024-12-19T05:36:59.745Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-12-19T05:37:00.105Z | Compiling slog-dtrace v0.3.0 |
1170 | 2024-12-19T05:37:00.488Z | Compiling parking_lot_core v0.8.6 |
1171 | 2024-12-19T05:37:00.508Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-12-19T05:37:00.679Z | Compiling humantime v2.1.0 |
1173 | 2024-12-19T05:37:01.008Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-12-19T05:37:01.520Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-12-19T05:37:03.781Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-12-19T05:37:03.978Z | Compiling num-derive v0.3.3 |
1177 | 2024-12-19T05:37:04.772Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-12-19T05:37:05.699Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-12-19T05:37:06.016Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-12-19T05:37:06.264Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-12-19T05:37:07.299Z | Compiling parking_lot v0.11.2 |
1182 | 2024-12-19T05:37:07.605Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-12-19T05:37:09.145Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-12-19T05:37:09.237Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-12-19T05:37:12.041Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-12-19T05:37:12.165Z | Compiling fxhash v0.2.1 |
1187 | 2024-12-19T05:37:12.409Z | Compiling crc32fast v1.4.2 |
1188 | 2024-12-19T05:37:12.932Z | Compiling crc8 v0.1.1 |
1189 | 2024-12-19T05:37:13.183Z | Compiling arc-swap v1.7.1 |
1190 | 2024-12-19T05:37:13.248Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-12-19T05:37:13.872Z | Compiling slog-scope v4.4.0 |
1192 | 2024-12-19T05:37:14.665Z | Compiling sled v0.34.7 |
1193 | 2024-12-19T05:37:17.653Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-12-19T05:37:19.779Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-12-19T05:37:19.819Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-12-19T05:37:20.635Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1197 | 2024-12-19T05:37:21.436Z | Compiling slog-envlogger v2.2.0 |
1198 | 2024-12-19T05:37:22.325Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-12-19T05:37:32.948Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-19T05:37:35.209Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-12-19T05:37:39.873Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-12-19T05:38:08.748Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-12-19T05:38:08.748Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-12-19T05:38:16.760Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1205 | 2024-12-19T05:38:17.076Z | + banner trio |
1206 | 2024-12-19T05:38:17.079Z | |
1207 | 2024-12-19T05:38:17.079Z | ##### ##### # #### |
1208 | 2024-12-19T05:38:17.079Z | # # # # # # |
1209 | 2024-12-19T05:38:17.079Z | # # # # # # |
1210 | 2024-12-19T05:38:17.079Z | # ##### # # # |
1211 | 2024-12-19T05:38:17.079Z | # # # # # # |
1212 | 2024-12-19T05:38:17.079Z | # # # # #### |
1213 | 2024-12-19T05:38:17.079Z | |
1214 | 2024-12-19T05:38:17.079Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1215 | 2024-12-19T05:38:17.544Z | Compiling cfg-if v1.0.0 |
1216 | 2024-12-19T05:38:17.544Z | Compiling libc v0.2.169 |
1217 | 2024-12-19T05:38:17.544Z | Compiling serde v1.0.215 |
1218 | 2024-12-19T05:38:17.547Z | Compiling once_cell v1.20.2 |
1219 | 2024-12-19T05:38:17.548Z | Compiling itoa v1.0.11 |
1220 | 2024-12-19T05:38:17.614Z | Compiling byteorder v1.5.0 |
1221 | 2024-12-19T05:38:17.621Z | Compiling syn v2.0.87 |
1222 | 2024-12-19T05:38:17.625Z | Compiling bytes v1.7.2 |
1223 | 2024-12-19T05:38:17.670Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-19T05:38:17.982Z | Compiling zerocopy v0.7.35 |
1225 | 2024-12-19T05:38:17.992Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-19T05:38:18.025Z | Compiling ahash v0.8.11 |
1227 | 2024-12-19T05:38:18.047Z | Compiling memchr v2.7.4 |
1228 | 2024-12-19T05:38:18.078Z | Compiling smallvec v1.13.2 |
1229 | 2024-12-19T05:38:18.140Z | Compiling schemars v0.8.21 |
1230 | 2024-12-19T05:38:18.155Z | Compiling scopeguard v1.2.0 |
1231 | 2024-12-19T05:38:18.285Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-12-19T05:38:18.515Z | Compiling lock_api v0.4.12 |
1233 | 2024-12-19T05:38:19.012Z | Compiling fnv v1.0.7 |
1234 | 2024-12-19T05:38:19.128Z | Compiling getrandom v0.2.15 |
1235 | 2024-12-19T05:38:19.130Z | Compiling parking_lot_core v0.9.10 |
1236 | 2024-12-19T05:38:19.164Z | Compiling hashbrown v0.14.5 |
1237 | 2024-12-19T05:38:19.204Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2024-12-19T05:38:19.490Z | Compiling socket2 v0.5.8 |
1239 | 2024-12-19T05:38:19.505Z | Compiling mio v1.0.2 |
1240 | 2024-12-19T05:38:19.952Z | Compiling parking_lot v0.12.3 |
1241 | 2024-12-19T05:38:20.010Z | Compiling log v0.4.22 |
1242 | 2024-12-19T05:38:20.583Z | Compiling futures-core v0.3.30 |
1243 | 2024-12-19T05:38:20.735Z | Compiling equivalent v1.0.1 |
1244 | 2024-12-19T05:38:20.835Z | Compiling ryu v1.0.18 |
1245 | 2024-12-19T05:38:20.847Z | Compiling tracing-core v0.1.32 |
1246 | 2024-12-19T05:38:20.849Z | Compiling serde_json v1.0.133 |
1247 | 2024-12-19T05:38:20.895Z | Compiling uuid v1.11.0 |
1248 | 2024-12-19T05:38:21.168Z | Compiling regress v0.10.1 |
1249 | 2024-12-19T05:38:21.225Z | Compiling untrusted v0.9.0 |
1250 | 2024-12-19T05:38:21.392Z | Compiling pin-utils v0.1.0 |
1251 | 2024-12-19T05:38:21.407Z | Compiling futures-sink v0.3.30 |
1252 | 2024-12-19T05:38:21.475Z | Compiling futures-task v0.3.30 |
1253 | 2024-12-19T05:38:21.487Z | Compiling spin v0.9.8 |
1254 | 2024-12-19T05:38:21.567Z | Compiling slab v0.4.9 |
1255 | 2024-12-19T05:38:21.671Z | Compiling ring v0.17.8 |
1256 | 2024-12-19T05:38:21.681Z | Compiling futures-util v0.3.30 |
1257 | 2024-12-19T05:38:22.078Z | Compiling try-lock v0.2.5 |
1258 | 2024-12-19T05:38:22.231Z | Compiling want v0.3.1 |
1259 | 2024-12-19T05:38:22.511Z | Compiling httparse v1.9.4 |
1260 | 2024-12-19T05:38:22.646Z | Compiling chrono v0.4.38 |
1261 | 2024-12-19T05:38:23.280Z | Compiling futures-channel v0.3.30 |
1262 | 2024-12-19T05:38:23.674Z | Compiling dyn-clone v1.0.17 |
1263 | 2024-12-19T05:38:23.766Z | Compiling foreign-types-shared v0.1.1 |
1264 | 2024-12-19T05:38:23.798Z | Compiling tower-service v0.3.3 |
1265 | 2024-12-19T05:38:23.869Z | Compiling foreign-types v0.3.2 |
1266 | 2024-12-19T05:38:23.925Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-12-19T05:38:24.332Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-12-19T05:38:24.655Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-12-19T05:38:24.679Z | Compiling bitflags v2.6.0 |
1270 | 2024-12-19T05:38:24.850Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-12-19T05:38:25.050Z | Compiling http v1.2.0 |
1272 | 2024-12-19T05:38:25.408Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-12-19T05:38:25.505Z | Compiling semver v1.0.23 |
1274 | 2024-12-19T05:38:25.851Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-12-19T05:38:26.079Z | Compiling quote v1.0.37 |
1276 | 2024-12-19T05:38:26.378Z | Compiling tinyvec v1.8.0 |
1277 | 2024-12-19T05:38:26.547Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-12-19T05:38:27.026Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-12-19T05:38:28.116Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-12-19T05:38:28.410Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-12-19T05:38:29.418Z | Compiling http v0.2.12 |
1282 | 2024-12-19T05:38:29.432Z | Compiling unicode-bidi v0.3.15 |
1283 | 2024-12-19T05:38:29.596Z | Compiling heck v0.5.0 |
1284 | 2024-12-19T05:38:29.931Z | Compiling serde_derive v1.0.215 |
1285 | 2024-12-19T05:38:30.339Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2024-12-19T05:38:30.934Z | Compiling thiserror-impl v1.0.69 |
1287 | 2024-12-19T05:38:30.949Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-12-19T05:38:32.442Z | Compiling schemars_derive v0.8.21 |
1289 | 2024-12-19T05:38:32.503Z | Compiling tokio v1.42.0 |
1290 | 2024-12-19T05:38:32.805Z | Compiling tracing-attributes v0.1.27 |
1291 | 2024-12-19T05:38:33.940Z | Compiling thiserror v1.0.69 |
1292 | 2024-12-19T05:38:34.266Z | Compiling openssl-macros v0.1.1 |
1293 | 2024-12-19T05:38:34.317Z | Compiling rustls-pki-types v1.8.0 |
1294 | 2024-12-19T05:38:35.123Z | Compiling openssl v0.10.66 |
1295 | 2024-12-19T05:38:35.548Z | Compiling regex-automata v0.4.7 |
1296 | 2024-12-19T05:38:35.623Z | Compiling idna v0.5.0 |
1297 | 2024-12-19T05:38:36.166Z | Compiling tracing v0.1.40 |
1298 | 2024-12-19T05:38:36.876Z | Compiling http-body v1.0.1 |
1299 | 2024-12-19T05:38:43.181Z | Compiling tokio-util v0.7.12 |
1300 | 2024-12-19T05:38:44.626Z | Compiling indexmap v2.5.0 |
1301 | 2024-12-19T05:38:47.257Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-12-19T05:38:48.980Z | Compiling native-tls v0.2.12 |
1303 | 2024-12-19T05:38:49.500Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-12-19T05:38:49.805Z | Compiling slog v2.7.0 |
1305 | 2024-12-19T05:38:50.081Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-12-19T05:38:50.317Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-12-19T05:38:50.512Z | Compiling h2 v0.4.6 |
1308 | 2024-12-19T05:38:51.195Z | Compiling typify-impl v0.2.0 |
1309 | 2024-12-19T05:38:51.604Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-12-19T05:38:51.651Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-12-19T05:39:00.116Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-12-19T05:39:00.737Z | Compiling regex v1.10.6 |
1313 | 2024-12-19T05:39:01.777Z | Compiling url v2.5.2 |
1314 | 2024-12-19T05:39:03.297Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-12-19T05:39:03.506Z | Compiling rustls v0.21.12 |
1316 | 2024-12-19T05:39:03.810Z | Compiling mime v0.3.17 |
1317 | 2024-12-19T05:39:04.914Z | Compiling ipnet v2.10.0 |
1318 | 2024-12-19T05:39:06.195Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-12-19T05:39:07.380Z | Compiling typify-macro v0.2.0 |
1320 | 2024-12-19T05:39:07.987Z | Compiling hyper v1.5.1 |
1321 | 2024-12-19T05:39:09.930Z | Compiling h2 v0.3.26 |
1322 | 2024-12-19T05:39:10.064Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-12-19T05:39:11.211Z | Compiling http-body v0.4.6 |
1324 | 2024-12-19T05:39:11.580Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-12-19T05:39:11.727Z | Compiling sct v0.7.1 |
1326 | 2024-12-19T05:39:12.173Z | Compiling subtle v2.6.1 |
1327 | 2024-12-19T05:39:12.467Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-12-19T05:39:12.847Z | Compiling zeroize v1.8.1 |
1329 | 2024-12-19T05:39:13.211Z | Compiling httpdate v1.0.3 |
1330 | 2024-12-19T05:39:13.967Z | Compiling toml_edit v0.19.15 |
1331 | 2024-12-19T05:39:14.103Z | Compiling serde_yaml v0.9.34+deprecated |
1332 | 2024-12-19T05:39:14.714Z | Compiling rustls v0.23.13 |
1333 | 2024-12-19T05:39:15.601Z | Compiling hyper v0.14.30 |
1334 | 2024-12-19T05:39:18.325Z | Compiling hyper-util v0.1.10 |
1335 | 2024-12-19T05:39:24.327Z | Compiling lazy_static v1.5.0 |
1336 | 2024-12-19T05:39:24.468Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-12-19T05:39:24.914Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-12-19T05:39:25.437Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-12-19T05:39:25.505Z | Compiling http-body-util v0.1.2 |
1340 | 2024-12-19T05:39:26.069Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-12-19T05:39:26.291Z | Compiling base64 v0.21.7 |
1342 | 2024-12-19T05:39:26.294Z | Compiling base64 v0.22.1 |
1343 | 2024-12-19T05:39:26.421Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-12-19T05:39:26.440Z | Compiling num_enum_derive v0.5.11 |
1345 | 2024-12-19T05:39:26.736Z | Compiling hyper-rustls v0.27.3 |
1346 | 2024-12-19T05:39:26.807Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-12-19T05:39:27.376Z | Compiling rustls-pemfile v2.1.3 |
1348 | 2024-12-19T05:39:27.404Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-12-19T05:39:27.615Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-12-19T05:39:27.912Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-12-19T05:39:28.066Z | Compiling typify v0.2.0 |
1352 | 2024-12-19T05:39:28.126Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-12-19T05:39:28.395Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-12-19T05:39:28.437Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-12-19T05:39:29.411Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-12-19T05:39:30.130Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-12-19T05:39:30.301Z | Compiling rand_core v0.6.4 |
1358 | 2024-12-19T05:39:30.781Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-19T05:39:30.792Z | Compiling powerfmt v0.2.0 |
1360 | 2024-12-19T05:39:31.168Z | Compiling sync_wrapper v0.1.2 |
1361 | 2024-12-19T05:39:31.237Z | Compiling foreign-types-shared v0.3.1 |
1362 | 2024-12-19T05:39:31.260Z | Compiling webpki-roots v0.25.4 |
1363 | 2024-12-19T05:39:31.357Z | Compiling foreign-types v0.5.0 |
1364 | 2024-12-19T05:39:31.430Z | Compiling reqwest v0.11.27 |
1365 | 2024-12-19T05:39:31.469Z | Compiling time-macros v0.2.18 |
1366 | 2024-12-19T05:39:31.856Z | Compiling deranged v0.3.11 |
1367 | 2024-12-19T05:39:31.943Z | Compiling dirs-next v2.0.0 |
1368 | 2024-12-19T05:39:32.226Z | Compiling progenitor-impl v0.8.0 |
1369 | 2024-12-19T05:39:34.185Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-12-19T05:39:34.578Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1371 | 2024-12-19T05:39:35.909Z | Compiling reqwest v0.12.9 |
1372 | 2024-12-19T05:39:39.034Z | Compiling num_enum v0.5.11 |
1373 | 2024-12-19T05:39:39.216Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-12-19T05:39:41.349Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-12-19T05:39:43.322Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-12-19T05:39:43.515Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-12-19T05:39:43.784Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-19T05:39:44.147Z | Compiling time-core v0.1.2 |
1379 | 2024-12-19T05:39:44.351Z | Compiling either v1.13.0 |
1380 | 2024-12-19T05:39:44.511Z | Compiling num-conv v0.1.0 |
1381 | 2024-12-19T05:39:44.781Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-12-19T05:39:44.807Z | Compiling arc-swap v1.7.1 |
1383 | 2024-12-19T05:39:44.993Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1384 | 2024-12-19T05:39:45.385Z | Compiling slog-scope v4.4.0 |
1385 | 2024-12-19T05:39:45.523Z | Compiling itertools v0.12.1 |
1386 | 2024-12-19T05:39:46.280Z | Compiling time v0.3.36 |
1387 | 2024-12-19T05:39:46.393Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1388 | 2024-12-19T05:39:47.908Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-12-19T05:39:48.782Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-12-19T05:39:48.955Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-19T05:39:49.341Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-12-19T05:39:50.594Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-12-19T05:39:55.346Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-12-19T05:39:56.289Z | Compiling rand v0.8.5 |
1395 | 2024-12-19T05:39:58.216Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-12-19T05:39:59.764Z | Compiling term v0.7.0 |
1397 | 2024-12-19T05:40:02.480Z | Compiling anyhow v1.0.94 |
1398 | 2024-12-19T05:40:03.978Z | Compiling colored v2.1.0 |
1399 | 2024-12-19T05:40:04.390Z | Compiling is-terminal v0.4.13 |
1400 | 2024-12-19T05:40:04.527Z | Compiling winnow v0.6.18 |
1401 | 2024-12-19T05:40:05.200Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-12-19T05:40:05.579Z | Compiling take_mut v0.2.2 |
1403 | 2024-12-19T05:40:05.745Z | Compiling slog-async v2.8.0 |
1404 | 2024-12-19T05:40:08.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-12-19T05:40:08.944Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1406 | 2024-12-19T05:40:09.182Z | Compiling slog-term v2.9.1 |
1407 | 2024-12-19T05:40:11.955Z | Compiling progenitor v0.8.0 |
1408 | 2024-12-19T05:40:12.175Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-12-19T05:40:15.891Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-12-19T05:40:16.747Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-12-19T05:40:18.141Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-12-19T05:40:19.961Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-12-19T05:40:34.398Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-12-19T05:40:41.772Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1415 | 2024-12-19T05:40:41.855Z | Running unittests src/lib.rs (target/release/deps/mg_tests-3f0cc37d63733352) |
1416 | 2024-12-19T05:40:41.903Z | |
1417 | 2024-12-19T05:40:41.903Z | running 1 test |
1418 | 2024-12-19T05:40:42.089Z | configure zone |
1419 | 2024-12-19T05:40:42.105Z | install zone |
1420 | 2024-12-19T05:41:41.907Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1421 | 2024-12-19T05:44:41.515Z | boot zone |
1422 | 2024-12-19T05:44:42.351Z | start zone s1 |
1423 | 2024-12-19T05:44:42.351Z | configure zone |
1424 | 2024-12-19T05:44:42.360Z | install zone |
1425 | 2024-12-19T05:47:06.940Z | boot zone |
1426 | 2024-12-19T05:47:07.779Z | start zone s2 |
1427 | 2024-12-19T05:47:07.779Z | configure zone |
1428 | 2024-12-19T05:47:07.787Z | install zone |
1429 | 2024-12-19T05:49:03.350Z | boot zone |
1430 | 2024-12-19T05:49:04.195Z | start zone t1 |
1431 | 2024-12-19T05:49:04.195Z | configure zone |
1432 | 2024-12-19T05:49:04.204Z | install zone |
1433 | 2024-12-19T05:51:00.814Z | boot zone |
1434 | 2024-12-19T05:51:01.640Z | waiting for zones to come up |
1435 | 2024-12-19T05:51:11.641Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-12-19T05:51:11.675Z | STATE STIME FMRI |
1437 | 2024-12-19T05:51:11.675Z | online 21:45:00 svc:/milestone/network:default |
1438 | 2024-12-19T05:51:11.675Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-19T05:51:11.728Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-19T05:51:11.777Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-19T05:51:11.821Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-12-19T05:51:11.825Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-12-19T05:51:11.846Z | |
1444 | 2024-12-19T05:51:11.846Z | running zone s1.trio setup |
1445 | 2024-12-19T05:51:11.846Z | [s1.trio] svcs milestone/network |
1446 | 2024-12-19T05:51:11.869Z | STATE STIME FMRI |
1447 | 2024-12-19T05:51:11.869Z | online 21:47:25 svc:/milestone/network:default |
1448 | 2024-12-19T05:51:11.869Z | [s1.trio] dladm |
1449 | 2024-12-19T05:51:11.892Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-12-19T05:51:11.892Z | sl0 simnet 9000 up -- ? |
1451 | 2024-12-19T05:51:11.893Z | mg2 vnic 9000 up -- ? |
1452 | 2024-12-19T05:51:11.893Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-12-19T05:51:12.507Z | |
1454 | 2024-12-19T05:51:12.507Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-12-19T05:51:12.531Z | |
1456 | 2024-12-19T05:51:12.531Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-12-19T05:51:12.551Z | |
1458 | 2024-12-19T05:51:12.551Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-12-19T05:51:12.637Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-12-19T05:51:12.679Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1461 | 2024-12-19T05:51:12.772Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1462 | 2024-12-19T05:51:12.825Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1463 | 2024-12-19T05:51:12.846Z | |
1464 | 2024-12-19T05:51:12.847Z | running zone s2.trio setup |
1465 | 2024-12-19T05:51:12.847Z | [s2.trio] svcs milestone/network |
1466 | 2024-12-19T05:51:12.869Z | STATE STIME FMRI |
1467 | 2024-12-19T05:51:12.869Z | online 21:49:22 svc:/milestone/network:default |
1468 | 2024-12-19T05:51:12.869Z | [s2.trio] dladm |
1469 | 2024-12-19T05:51:12.889Z | LINK CLASS MTU STATE BRIDGE OVER |
1470 | 2024-12-19T05:51:12.889Z | sl1 simnet 9000 up -- ? |
1471 | 2024-12-19T05:51:12.890Z | mg3 vnic 9000 up -- ? |
1472 | 2024-12-19T05:51:12.890Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1473 | 2024-12-19T05:51:13.488Z | |
1474 | 2024-12-19T05:51:13.488Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1475 | 2024-12-19T05:51:13.511Z | |
1476 | 2024-12-19T05:51:13.511Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1477 | 2024-12-19T05:51:13.530Z | |
1478 | 2024-12-19T05:51:13.530Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1479 | 2024-12-19T05:51:13.575Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1480 | 2024-12-19T05:51:13.597Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1481 | 2024-12-19T05:51:13.640Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1482 | 2024-12-19T05:51:13.661Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1483 | 2024-12-19T05:51:13.681Z | |
1484 | 2024-12-19T05:51:13.681Z | running zone t1.trio setup |
1485 | 2024-12-19T05:51:13.681Z | [t1.trio] svcs milestone/network |
1486 | 2024-12-19T05:51:13.700Z | STATE STIME FMRI |
1487 | 2024-12-19T05:51:13.700Z | - - svc:/milestone/network:default |
1488 | 2024-12-19T05:51:14.701Z | [t1.trio] svcs milestone/network |
1489 | 2024-12-19T05:51:14.722Z | STATE STIME FMRI |
1490 | 2024-12-19T05:51:14.722Z | - - svc:/milestone/network:default |
1491 | 2024-12-19T05:51:15.722Z | [t1.trio] svcs milestone/network |
1492 | 2024-12-19T05:51:15.744Z | STATE STIME FMRI |
1493 | 2024-12-19T05:51:15.744Z | - - svc:/milestone/network:default |
1494 | 2024-12-19T05:51:16.744Z | [t1.trio] svcs milestone/network |
1495 | 2024-12-19T05:51:16.766Z | STATE STIME FMRI |
1496 | 2024-12-19T05:51:16.766Z | - - svc:/milestone/network:default |
1497 | 2024-12-19T05:51:17.766Z | [t1.trio] svcs milestone/network |
1498 | 2024-12-19T05:51:17.790Z | STATE STIME FMRI |
1499 | 2024-12-19T05:51:17.790Z | - - svc:/milestone/network:default |
1500 | 2024-12-19T05:51:18.790Z | [t1.trio] svcs milestone/network |
1501 | 2024-12-19T05:51:18.811Z | STATE STIME FMRI |
1502 | 2024-12-19T05:51:18.811Z | - - svc:/milestone/network:default |
1503 | 2024-12-19T05:51:19.811Z | [t1.trio] svcs milestone/network |
1504 | 2024-12-19T05:51:19.832Z | STATE STIME FMRI |
1505 | 2024-12-19T05:51:19.832Z | offline 21:51:18 svc:/milestone/network:default |
1506 | 2024-12-19T05:51:20.833Z | [t1.trio] svcs milestone/network |
1507 | 2024-12-19T05:51:20.855Z | STATE STIME FMRI |
1508 | 2024-12-19T05:51:20.855Z | online 21:51:19 svc:/milestone/network:default |
1509 | 2024-12-19T05:51:20.856Z | [t1.trio] dladm |
1510 | 2024-12-19T05:51:20.877Z | LINK CLASS MTU STATE BRIDGE OVER |
1511 | 2024-12-19T05:51:20.877Z | tfportrear0_0 simnet 9000 up -- ? |
1512 | 2024-12-19T05:51:20.877Z | tfportrear1_0 simnet 9000 up -- ? |
1513 | 2024-12-19T05:51:20.877Z | mg1 vnic 9000 up -- ? |
1514 | 2024-12-19T05:51:20.877Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1515 | 2024-12-19T05:51:21.379Z | |
1516 | 2024-12-19T05:51:21.379Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1517 | 2024-12-19T05:51:21.402Z | |
1518 | 2024-12-19T05:51:21.402Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1519 | 2024-12-19T05:51:21.424Z | |
1520 | 2024-12-19T05:51:21.424Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1521 | 2024-12-19T05:51:21.444Z | |
1522 | 2024-12-19T05:51:21.444Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1523 | 2024-12-19T05:51:21.637Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1524 | 2024-12-19T05:51:21.642Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1525 | 2024-12-19T05:51:21.656Z | waiting 3s for copy of files to zone to complete ... |
1526 | 2024-12-19T05:51:24.645Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1527 | 2024-12-19T05:51:24.682Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1528 | 2024-12-19T05:51:24.704Z | [t1.trio] svcadm enable dendrite |
1529 | 2024-12-19T05:51:24.743Z | |
1530 | 2024-12-19T05:51:24.743Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1531 | 2024-12-19T05:51:24.790Z | |
1532 | 2024-12-19T05:51:24.790Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1533 | 2024-12-19T05:51:24.832Z | |
1534 | 2024-12-19T05:51:24.832Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1535 | 2024-12-19T05:51:24.874Z | |
1536 | 2024-12-19T05:51:24.874Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1537 | 2024-12-19T05:51:24.916Z | |
1538 | 2024-12-19T05:51:24.916Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1539 | 2024-12-19T05:51:24.958Z | |
1540 | 2024-12-19T05:51:24.958Z | [t1.trio] svcadm refresh dendrite:default |
1541 | 2024-12-19T05:51:24.995Z | |
1542 | 2024-12-19T05:51:24.995Z | [t1.trio] svcadm restart dendrite:default |
1543 | 2024-12-19T05:51:25.032Z | |
1544 | 2024-12-19T05:51:25.032Z | wait 10s for dendrite to come up ... |
1545 | 2024-12-19T05:51:35.035Z | [t1.trio] svcadm enable tfport |
1546 | 2024-12-19T05:51:35.073Z | |
1547 | 2024-12-19T05:51:35.073Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d5104eb5-19ac-4bbd-b927-b332a91af7dd --sled-uuid b419793c-cc8d-43a3-9fef-c45bfda1f78c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1548 | 2024-12-19T05:51:35.093Z | |
1549 | 2024-12-19T05:51:35.093Z | [t1.trio] ipadm |
1550 | 2024-12-19T05:51:35.116Z | ADDROBJ TYPE STATE ADDR |
1551 | 2024-12-19T05:51:35.116Z | lo0/v4 static ok 127.0.0.1/8 |
1552 | 2024-12-19T05:51:35.117Z | mg1/v4 static ok 10.0.0.3/24 |
1553 | 2024-12-19T05:51:35.117Z | lo0/v6 static ok ::1/128 |
1554 | 2024-12-19T05:51:35.117Z | lo0/u6 static ok fd00:3::1/64 |
1555 | 2024-12-19T05:51:35.117Z | tfportrear0_0/v6 addrconf ok fe80::ced:c9ff:fed1:de38%tfportrear0_0/10 |
1556 | 2024-12-19T05:51:35.117Z | tfportrear1_0/v6 addrconf ok fe80::38f5:52ff:feb7:de1b%tfportrear1_0/10 |
1557 | 2024-12-19T05:51:37.328Z | initial peering test passed |
1558 | 2024-12-19T05:51:38.331Z | advertise from one passed |
1559 | 2024-12-19T05:51:39.333Z | advertise from two passed |
1560 | 2024-12-19T05:51:39.333Z | [s1.trio] ping fd00:2::1 |
1561 | 2024-12-19T05:51:39.361Z | fd00:2::1 is alive |
1562 | 2024-12-19T05:51:39.361Z | [s2.trio] ping fd00:1::1 |
1563 | 2024-12-19T05:51:39.381Z | fd00:1::1 is alive |
1564 | 2024-12-19T05:51:39.381Z | connectivity test passed |
1565 | 2024-12-19T05:51:39.381Z | [t1.trio] pkill ddmd |
1566 | 2024-12-19T05:51:39.402Z | |
1567 | 2024-12-19T05:51:45.406Z | [t1.trio] svcadm enable dendrite |
1568 | 2024-12-19T05:51:45.445Z | |
1569 | 2024-12-19T05:51:45.445Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1570 | 2024-12-19T05:51:45.494Z | |
1571 | 2024-12-19T05:51:45.494Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1572 | 2024-12-19T05:51:45.531Z | |
1573 | 2024-12-19T05:51:45.531Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1574 | 2024-12-19T05:51:45.572Z | |
1575 | 2024-12-19T05:51:45.572Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1576 | 2024-12-19T05:51:45.615Z | |
1577 | 2024-12-19T05:51:45.615Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1578 | 2024-12-19T05:51:45.658Z | |
1579 | 2024-12-19T05:51:45.658Z | [t1.trio] svcadm refresh dendrite:default |
1580 | 2024-12-19T05:51:45.696Z | |
1581 | 2024-12-19T05:51:45.696Z | [t1.trio] svcadm restart dendrite:default |
1582 | 2024-12-19T05:51:45.733Z | |
1583 | 2024-12-19T05:51:45.733Z | wait 10s for dendrite to come up ... |
1584 | 2024-12-19T05:51:55.734Z | [t1.trio] svcadm enable tfport |
1585 | 2024-12-19T05:51:55.775Z | |
1586 | 2024-12-19T05:51:55.775Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 633fd517-9e48-433c-b406-5c056a0e152c --sled-uuid d9a81148-8a69-4d36-bd53-bfc4fd198911 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1587 | 2024-12-19T05:51:55.795Z | |
1588 | 2024-12-19T05:51:55.795Z | [t1.trio] ipadm |
1589 | 2024-12-19T05:51:55.818Z | ADDROBJ TYPE STATE ADDR |
1590 | 2024-12-19T05:51:55.818Z | lo0/v4 static ok 127.0.0.1/8 |
1591 | 2024-12-19T05:51:55.818Z | mg1/v4 static ok 10.0.0.3/24 |
1592 | 2024-12-19T05:51:55.818Z | lo0/v6 static ok ::1/128 |
1593 | 2024-12-19T05:51:55.818Z | lo0/u6 static ok fd00:3::1/64 |
1594 | 2024-12-19T05:51:55.818Z | tfportrear0_0/v6 addrconf ok fe80::ced:c9ff:fed1:de38%tfportrear0_0/10 |
1595 | 2024-12-19T05:51:55.818Z | tfportrear1_0/v6 addrconf ok fe80::38f5:52ff:feb7:de1b%tfportrear1_0/10 |
1596 | 2024-12-19T05:51:58.821Z | [s1.trio] ping fd00:2::1 |
1597 | 2024-12-19T05:51:58.844Z | fd00:2::1 is alive |
1598 | 2024-12-19T05:51:58.844Z | [s2.trio] ping fd00:1::1 |
1599 | 2024-12-19T05:51:58.864Z | fd00:1::1 is alive |
1600 | 2024-12-19T05:51:58.864Z | transit router restart passed |
1601 | 2024-12-19T05:51:58.864Z | [s1.trio] pkill ddmd |
1602 | 2024-12-19T05:51:58.884Z | |
1603 | 2024-12-19T05:52:03.889Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1604 | 2024-12-19T05:52:03.925Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1605 | 2024-12-19T05:52:03.944Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1606 | 2024-12-19T05:52:03.966Z | |
1607 | 2024-12-19T05:52:06.971Z | [s1.trio] ping fd00:2::1 |
1608 | 2024-12-19T05:52:06.993Z | fd00:2::1 is alive |
1609 | 2024-12-19T05:52:06.993Z | [s2.trio] ping fd00:1::1 |
1610 | 2024-12-19T05:52:07.013Z | fd00:1::1 is alive |
1611 | 2024-12-19T05:52:07.013Z | server router restart passed |
1612 | 2024-12-19T05:52:10.019Z | peer expiration recovery passed |
1613 | 2024-12-19T05:52:11.020Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1614 | 2024-12-19T05:52:11.045Z | 3 |
1615 | 2024-12-19T05:52:11.045Z | redundant advertise passed |
1616 | 2024-12-19T05:52:12.049Z | tunnel endpoint advertise passed |
1617 | 2024-12-19T05:52:17.051Z | redundant tunnel endpoint advertise passed |
1618 | 2024-12-19T05:52:17.051Z | [s1.trio] pkill ddmd |
1619 | 2024-12-19T05:52:17.072Z | |
1620 | 2024-12-19T05:52:22.073Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1621 | 2024-12-19T05:52:22.114Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1622 | 2024-12-19T05:52:22.138Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1623 | 2024-12-19T05:52:22.150Z | |
1624 | 2024-12-19T05:52:27.216Z | tunnel router restart passed |
1625 | 2024-12-19T05:52:28.218Z | tunnel endpoint withdraw passed |
1626 | 2024-12-19T05:52:28.233Z | [t1.trio] pkill ddmd |
1627 | 2024-12-19T05:52:28.261Z | |
1628 | 2024-12-19T05:52:28.261Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1629 | 2024-12-19T05:52:28.265Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1630 | 2024-12-19T05:52:30.902Z | [s2.trio] pkill ddmd |
1631 | 2024-12-19T05:52:30.921Z | |
1632 | 2024-12-19T05:52:30.921Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1633 | 2024-12-19T05:52:33.502Z | [s1.trio] pkill ddmd |
1634 | 2024-12-19T05:52:33.523Z | |
1635 | 2024-12-19T05:52:33.523Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1636 | 2024-12-19T05:52:35.888Z | [sidecar.trio] pkill softnpu |
1637 | 2024-12-19T05:52:35.908Z | |
1638 | 2024-12-19T05:52:35.908Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1639 | 2024-12-19T05:52:38.557Z | test ddm::test_trio_v2_server ... ok |
1640 | 2024-12-19T05:52:38.557Z | |
1641 | 2024-12-19T05:52:38.557Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 716.61s |
1642 | 2024-12-19T05:52:38.557Z | |
1643 | 2024-12-19T05:52:38.586Z | + cleanup |
1644 | 2024-12-19T05:52:38.588Z | ++ id -un |
1645 | 2024-12-19T05:52:38.592Z | ++ id -gn |
1646 | 2024-12-19T05:52:38.595Z | + pfexec chown -R build:build . |
1647 | 2024-12-19T05:52:38.672Z | process exited: duration 1232420 ms, exit code 0 |
|
1648 | 2024-12-19T05:52:38.683Z | found 4 output files |
1649 | 2024-12-19T05:52:38.683Z | uploading: /work/s1.trio.log (4249 bytes) |
1650 | 2024-12-19T05:52:39.695Z | uploaded: /work/s1.trio.log |
1651 | 2024-12-19T05:52:39.700Z | uploading: /work/s2.trio.log (10987 bytes) |
1652 | 2024-12-19T05:52:40.708Z | uploaded: /work/s2.trio.log |
1653 | 2024-12-19T05:52:40.708Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1654 | 2024-12-19T05:52:41.719Z | uploaded: /work/sidecar.trio-softnpu.log |
1655 | 2024-12-19T05:52:41.719Z | uploading: /work/t1.trio.log (26107 bytes) |
1656 | 2024-12-19T05:52:42.730Z | uploaded: /work/t1.trio.log |