|
|
|
1 | 2024-12-28T04:14:24.338Z | job assigned to worker 01JG5QGBNVX18D07ZHJY008KVW [factory aws, i-00089087d140bfc87] (queued for 1 m 1 s) |
|
2 | 2024-12-28T04:14:33.261Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:33.269Z | ++ uname -s |
4 | 2024-12-28T04:14:33.272Z | + kern=SunOS |
5 | 2024-12-28T04:14:33.272Z | + case "$kern" in |
6 | 2024-12-28T04:14:33.272Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:33.275Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:35.282Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:35.391Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:35.394Z | + home_fs=zfs |
11 | 2024-12-28T04:14:35.394Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:35.394Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:35.397Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:37.399Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:37.402Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2024-12-28T04:14:37.408Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:37.413Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:37.413Z | ' stable |
19 | 2024-12-28T04:14:37.413Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-28T04:14:37.413Z | ' default |
21 | 2024-12-28T04:14:37.413Z | * toolchain channel = "stable" |
22 | 2024-12-28T04:14:37.413Z | * toolchain profile = "default" |
23 | 2024-12-28T04:14:37.416Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:37.416Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:37.521Z | info: downloading installer |
26 | 2024-12-28T04:14:38.946Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:38.946Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:38.949Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:39.084Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:39.084Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:39.803Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:40.077Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:41.085Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:42.548Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:48.055Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:48.266Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:49.067Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:49.443Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:51.172Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:52.826Z | info: installing component 'rustc' |
41 | 2024-12-28T04:14:58.542Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:14:58.867Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:14:58.867Z | |
44 | 2024-12-28T04:14:59.230Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:14:59.230Z | |
46 | 2024-12-28T04:14:59.233Z | |
47 | 2024-12-28T04:14:59.233Z | Rust is installed now. Great! |
48 | 2024-12-28T04:14:59.233Z | |
49 | 2024-12-28T04:14:59.233Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:14:59.233Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:14:59.233Z | |
52 | 2024-12-28T04:14:59.233Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:14:59.233Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:14:59.233Z | |
55 | 2024-12-28T04:14:59.233Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:14:59.233Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:14:59.233Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:14:59.300Z | + rustc --version |
59 | 2024-12-28T04:14:59.366Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:14:59.370Z | process exited: duration 21957 ms, exit code 0 |
|
61 | 2024-12-28T04:14:59.375Z | starting task 2: "authentication" |
62 | 2024-12-28T04:14:59.396Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:14:59.401Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:14:59.406Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:14:59.408Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:14:59.840Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:15:00.617Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:15:00.620Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:15:00.867Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:15:00.867Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:15:00.875Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:15:00.877Z | ++ git branch --show-current |
73 | 2024-12-28T04:15:00.880Z | + current=main |
74 | 2024-12-28T04:15:00.880Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:15:00.880Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:15:00.883Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:15:00.897Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:15:00.900Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:15:00.913Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:15:00.915Z | process exited: duration 1512 ms, exit code 0 |
|
81 | 2024-12-28T04:15:00.923Z | starting task 4: "build" |
82 | 2024-12-28T04:15:00.926Z | ++ cargo --version |
83 | 2024-12-28T04:15:00.931Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:15:01.073Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-28T04:15:01.073Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:15:01.777Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:15:02.038Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:15:03.021Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:15:04.540Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:15:09.977Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:15:10.187Z | info: installing component 'cargo' |
92 | 2024-12-28T04:15:10.997Z | info: installing component 'clippy' |
93 | 2024-12-28T04:15:11.353Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:15:12.975Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:15:14.644Z | info: installing component 'rustc' |
96 | 2024-12-28T04:15:20.326Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:15:20.745Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-28T04:15:20.753Z | ++ rustc --version |
99 | 2024-12-28T04:15:20.810Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-28T04:15:20.815Z | ++ dladm |
101 | 2024-12-28T04:15:20.821Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-28T04:15:20.821Z | ena0 phys 9216 up -- -- |
103 | 2024-12-28T04:15:20.821Z | ++ ipadm |
104 | 2024-12-28T04:15:20.827Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-28T04:15:20.827Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-28T04:15:20.827Z | ena0/dhcp dhcp ok 10.150.1.234/24 |
107 | 2024-12-28T04:15:20.827Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-28T04:15:20.827Z | ++ banner collect |
109 | 2024-12-28T04:15:20.878Z | |
110 | 2024-12-28T04:15:20.878Z | #### #### # # ###### #### ##### |
111 | 2024-12-28T04:15:20.878Z | # # # # # # # # # # |
112 | 2024-12-28T04:15:20.878Z | # # # # # ##### # # |
113 | 2024-12-28T04:15:20.878Z | # # # # # # # # |
114 | 2024-12-28T04:15:20.879Z | # # # # # # # # # # |
115 | 2024-12-28T04:15:20.879Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-28T04:15:20.879Z | |
117 | 2024-12-28T04:15:20.887Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-28T04:15:20.887Z | ++ repo=softnpu |
119 | 2024-12-28T04:15:20.887Z | ++ series=image |
120 | 2024-12-28T04:15:20.887Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-28T04:15:20.887Z | ++ name=softnpu |
122 | 2024-12-28T04:15:20.887Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-28T04:15:20.887Z | ++ mkdir -p download |
124 | 2024-12-28T04:15:20.887Z | ++ pushd download |
125 | 2024-12-28T04:15:20.887Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-28T04:15:20.887Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-28T04:15:20.887Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-28T04:15:20.894Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-28T04:15:20.894Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-28T04:15:21.475Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
47 21.8M 47 10.4M 0 0 31.5M 0 --:--:-- --:--:-- --:--:-- 31.5M
100 21.8M 100 21.8M 0 0 37.4M 0 --:--:-- --:--:-- --:--:-- 37.4M |
131 | 2024-12-28T04:15:21.479Z | ++ popd |
132 | 2024-12-28T04:15:21.479Z | /work/oxidecomputer/maghemite |
133 | 2024-12-28T04:15:21.479Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-28T04:15:21.479Z | ++ repo=sidecar-lite |
135 | 2024-12-28T04:15:21.480Z | ++ series=release |
136 | 2024-12-28T04:15:21.480Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-28T04:15:21.480Z | ++ name=libsidecar_lite.so |
138 | 2024-12-28T04:15:21.480Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-28T04:15:21.480Z | ++ mkdir -p download |
140 | 2024-12-28T04:15:21.480Z | ++ pushd download |
141 | 2024-12-28T04:15:21.480Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-28T04:15:21.480Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-28T04:15:21.480Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-28T04:15:21.488Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-28T04:15:21.488Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-28T04:15:22.023Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 37.9M 0 --:--:-- --:--:-- --:--:-- 38.0M |
147 | 2024-12-28T04:15:22.027Z | ++ popd |
148 | 2024-12-28T04:15:22.027Z | /work/oxidecomputer/maghemite |
149 | 2024-12-28T04:15:22.027Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-28T04:15:22.027Z | ++ repo=sidecar-lite |
151 | 2024-12-28T04:15:22.027Z | ++ series=release |
152 | 2024-12-28T04:15:22.027Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-28T04:15:22.027Z | ++ name=scadm |
154 | 2024-12-28T04:15:22.027Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-28T04:15:22.027Z | ++ mkdir -p download |
156 | 2024-12-28T04:15:22.031Z | ++ pushd download |
157 | 2024-12-28T04:15:22.031Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-28T04:15:22.031Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-28T04:15:22.031Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-28T04:15:22.036Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-28T04:15:22.036Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-28T04:15:22.590Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
13 22.7M 13 3219k 0 0 17.0M 0 0:00:01 --:--:-- 0:00:01 17.0M
100 22.7M 100 22.7M 0 0 41.8M 0 --:--:-- --:--:-- --:--:-- 41.9M |
163 | 2024-12-28T04:15:22.602Z | ++ popd |
164 | 2024-12-28T04:15:22.603Z | /work/oxidecomputer/maghemite |
165 | 2024-12-28T04:15:22.603Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-28T04:15:22.603Z | ++ repo=dendrite |
167 | 2024-12-28T04:15:22.603Z | ++ series=image |
168 | 2024-12-28T04:15:22.603Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-28T04:15:22.604Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-28T04:15:22.604Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-28T04:15:22.604Z | ++ mkdir -p download |
172 | 2024-12-28T04:15:22.605Z | ++ pushd download |
173 | 2024-12-28T04:15:22.605Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-28T04:15:22.605Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-28T04:15:22.605Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-28T04:15:22.630Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-28T04:15:22.631Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-28T04:15:23.299Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
79 37.5M 79 29.9M 0 0 47.8M 0 --:--:-- --:--:-- --:--:-- 47.7M
100 37.5M 100 37.5M 0 0 53.4M 0 --:--:-- --:--:-- --:--:-- 53.3M |
179 | 2024-12-28T04:15:23.301Z | ++ popd |
180 | 2024-12-28T04:15:23.302Z | /work/oxidecomputer/maghemite |
181 | 2024-12-28T04:15:23.304Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-28T04:15:23.304Z | ++ repo=maghemite |
183 | 2024-12-28T04:15:23.305Z | ++ series=release |
184 | 2024-12-28T04:15:23.305Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-28T04:15:23.305Z | ++ name=ddmd |
186 | 2024-12-28T04:15:23.305Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-28T04:15:23.305Z | ++ mkdir -p download |
188 | 2024-12-28T04:15:23.305Z | ++ pushd download |
189 | 2024-12-28T04:15:23.305Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-28T04:15:23.305Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-28T04:15:23.305Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-28T04:15:23.315Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-28T04:15:23.316Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-28T04:15:24.438Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
72 40.9M 72 29.6M 0 0 32.6M 0 0:00:01 --:--:-- 0:00:01 32.6M
100 40.9M 100 40.9M 0 0 36.9M 0 0:00:01 0:00:01 --:--:-- 36.9M |
195 | 2024-12-28T04:15:24.446Z | ++ popd |
196 | 2024-12-28T04:15:24.446Z | /work/oxidecomputer/maghemite |
197 | 2024-12-28T04:15:24.446Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-28T04:15:24.446Z | ++ repo=maghemite |
199 | 2024-12-28T04:15:24.447Z | ++ series=release |
200 | 2024-12-28T04:15:24.447Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-28T04:15:24.447Z | ++ name=ddmadm |
202 | 2024-12-28T04:15:24.447Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-28T04:15:24.447Z | ++ mkdir -p download |
204 | 2024-12-28T04:15:24.447Z | ++ pushd download |
205 | 2024-12-28T04:15:24.448Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-28T04:15:24.448Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-28T04:15:24.448Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-28T04:15:24.448Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-28T04:15:24.449Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-28T04:15:24.873Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 41.8M 0 --:--:-- --:--:-- --:--:-- 41.8M |
211 | 2024-12-28T04:15:24.877Z | ++ popd |
212 | 2024-12-28T04:15:24.879Z | /work/oxidecomputer/maghemite |
213 | 2024-12-28T04:15:24.879Z | ++ pushd download |
214 | 2024-12-28T04:15:24.879Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-28T04:15:24.879Z | ++ chmod +x softnpu |
216 | 2024-12-28T04:15:24.879Z | ++ chmod +x scadm |
217 | 2024-12-28T04:15:24.882Z | ++ chmod +x ddmadm |
218 | 2024-12-28T04:15:24.884Z | ++ chmod +x ddmd |
219 | 2024-12-28T04:15:24.887Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-28T04:15:24.889Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-28T04:15:24.890Z | ++ rm -rf zones/dendrite |
222 | 2024-12-28T04:15:24.893Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-28T04:15:24.893Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-28T04:15:25.715Z | ++ popd |
225 | 2024-12-28T04:15:25.715Z | /work/oxidecomputer/maghemite |
226 | 2024-12-28T04:15:25.715Z | ++ banner install |
227 | 2024-12-28T04:15:25.718Z | |
228 | 2024-12-28T04:15:25.719Z | # # # #### ##### ## # # |
229 | 2024-12-28T04:15:25.719Z | # ## # # # # # # # |
230 | 2024-12-28T04:15:25.719Z | # # # # #### # # # # # |
231 | 2024-12-28T04:15:25.719Z | # # # # # # ###### # # |
232 | 2024-12-28T04:15:25.719Z | # # ## # # # # # # # |
233 | 2024-12-28T04:15:25.719Z | # # # #### # # # ###### ###### |
234 | 2024-12-28T04:15:25.719Z | |
235 | 2024-12-28T04:15:25.719Z | ++ pkg info brand/sparse |
236 | 2024-12-28T04:15:25.722Z | ++ grep -qi installed |
237 | 2024-12-28T04:15:37.603Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-28T04:15:37.603Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-28T04:15:37.604Z | |
240 | 2024-12-28T04:15:37.604Z | brand/sparse |
241 | 2024-12-28T04:15:37.649Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-28T04:15:37.649Z | ++ set -o errexit |
243 | 2024-12-28T04:15:37.649Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-28T04:15:45.461Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-28T04:15:49.440Z | Startup: Caching catalogs ... Done |
246 | 2024-12-28T04:16:00.236Z | Planning: Solver setup ... Done |
247 | 2024-12-28T04:16:00.374Z | Planning: Running solver ... Done |
248 | 2024-12-28T04:16:00.651Z | Planning: Finding local manifests ... Done |
249 | 2024-12-28T04:16:00.663Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-28T04:16:00.853Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-28T04:16:01.450Z | Planning: Package planning ... Done |
252 | 2024-12-28T04:16:01.456Z | Planning: Merging actions ... Done |
253 | 2024-12-28T04:16:02.256Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-28T04:16:09.120Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-28T04:16:09.656Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-28T04:16:09.723Z | Planning: Planning completed in 20.19 seconds |
257 | 2024-12-28T04:16:09.739Z | Packages to install: 1 |
258 | 2024-12-28T04:16:09.739Z | Packages to update: 2 |
259 | 2024-12-28T04:16:09.743Z | Create boot environment: No |
260 | 2024-12-28T04:16:09.743Z | Create backup boot environment: Yes |
261 | 2024-12-28T04:16:09.965Z | |
262 | 2024-12-28T04:16:09.965Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-28T04:16:14.981Z | Download: 916/1009 items 8.0/8.0MB 99% complete (2.2M/s) |
264 | 2024-12-28T04:16:15.139Z | Download: Completed 8.03 MB in 5.17 seconds (1.6M/s) |
265 | 2024-12-28T04:16:17.048Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-12-28T04:16:17.066Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-12-28T04:16:17.181Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-12-28T04:16:17.606Z | Actions: Completed 1419 actions in 0.56 seconds. |
269 | 2024-12-28T04:16:17.812Z | Done |
270 | 2024-12-28T04:16:17.814Z | Done |
271 | 2024-12-28T04:16:18.349Z | Done |
272 | 2024-12-28T04:16:25.544Z | Done |
273 | 2024-12-28T04:16:25.937Z | Done |
274 | 2024-12-28T04:16:25.941Z | Done |
275 | 2024-12-28T04:16:26.044Z | Done |
276 | 2024-12-28T04:16:26.436Z | ++ set -o errexit |
277 | 2024-12-28T04:16:26.436Z | ++ set -o pipefail |
278 | 2024-12-28T04:16:26.437Z | ++ banner build |
279 | 2024-12-28T04:16:26.440Z | |
280 | 2024-12-28T04:16:26.440Z | ##### # # # # ##### |
281 | 2024-12-28T04:16:26.440Z | # # # # # # # # |
282 | 2024-12-28T04:16:26.440Z | ##### # # # # # # |
283 | 2024-12-28T04:16:26.440Z | # # # # # # # # |
284 | 2024-12-28T04:16:26.441Z | # # # # # # # # |
285 | 2024-12-28T04:16:26.441Z | ##### #### # ###### ##### |
286 | 2024-12-28T04:16:26.441Z | |
287 | 2024-12-28T04:16:26.441Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-12-28T04:16:26.626Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-12-28T04:16:26.854Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-12-28T04:16:27.042Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-12-28T04:16:27.042Z | * [new branch] ci -> origin/ci |
292 | 2024-12-28T04:16:27.045Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
293 | 2024-12-28T04:16:27.045Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
294 | 2024-12-28T04:16:27.045Z | * [new branch] main -> origin/main |
295 | 2024-12-28T04:16:27.045Z | * [new ref] -> origin/HEAD |
296 | 2024-12-28T04:16:27.055Z | Updating crates.io index |
297 | 2024-12-28T04:16:27.142Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2024-12-28T04:16:27.794Z | From https://github.com/oxidecomputer/falcon |
299 | 2024-12-28T04:16:27.794Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
300 | 2024-12-28T04:16:27.900Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
301 | 2024-12-28T04:16:29.009Z | From https://github.com/oxidecomputer/dendrite |
302 | 2024-12-28T04:16:29.010Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
303 | 2024-12-28T04:16:29.063Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2024-12-28T04:16:29.510Z | From https://github.com/oxidecomputer/ispf |
305 | 2024-12-28T04:16:29.510Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
306 | 2024-12-28T04:16:29.519Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2024-12-28T04:16:29.996Z | From https://github.com/oxidecomputer/netadm-sys |
308 | 2024-12-28T04:16:29.996Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
309 | 2024-12-28T04:16:30.008Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
310 | 2024-12-28T04:16:33.485Z | From https://github.com/oxidecomputer/omicron |
311 | 2024-12-28T04:16:33.485Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
312 | 2024-12-28T04:16:33.514Z | * [new tag] dogfood -> dogfood |
313 | 2024-12-28T04:16:33.518Z | * [new tag] v5 -> v5 |
314 | 2024-12-28T04:16:33.518Z | * [new tag] v6 -> v6 |
315 | 2024-12-28T04:16:33.518Z | * [new tag] v7 -> v7 |
316 | 2024-12-28T04:16:33.518Z | * [new tag] v8 -> v8 |
317 | 2024-12-28T04:16:33.518Z | * [new tag] v9 -> v9 |
318 | 2024-12-28T04:16:33.870Z | Updating git repository `https://github.com/oxidecomputer/opte` |
319 | 2024-12-28T04:16:34.480Z | From https://github.com/oxidecomputer/opte |
320 | 2024-12-28T04:16:34.480Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
321 | 2024-12-28T04:16:34.525Z | Updating git repository `https://github.com/illumos/smf-rs` |
322 | 2024-12-28T04:16:34.914Z | From https://github.com/illumos/smf-rs |
323 | 2024-12-28T04:16:34.914Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
324 | 2024-12-28T04:16:35.004Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
325 | 2024-12-28T04:16:35.502Z | From https://github.com/oxidecomputer/maghemite |
326 | 2024-12-28T04:16:35.502Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
327 | 2024-12-28T04:16:35.520Z | * [new tag] rift -> rift |
328 | 2024-12-28T04:16:35.523Z | * [new tag] srp -> srp |
329 | 2024-12-28T04:16:35.523Z | * [new tag] tie-spf -> tie-spf |
330 | 2024-12-28T04:16:35.578Z | Updating git repository `https://github.com/oxidecomputer/zone` |
331 | 2024-12-28T04:16:35.991Z | From https://github.com/oxidecomputer/zone |
332 | 2024-12-28T04:16:35.991Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
333 | 2024-12-28T04:16:36.021Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
334 | 2024-12-28T04:16:36.714Z | From https://github.com/oxidecomputer/propolis |
335 | 2024-12-28T04:16:36.714Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
336 | 2024-12-28T04:16:36.977Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2024-12-28T04:16:37.391Z | From https://github.com/oxidecomputer/dlpi-sys |
338 | 2024-12-28T04:16:37.391Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
339 | 2024-12-28T04:16:37.401Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
340 | 2024-12-28T04:16:37.828Z | From https://github.com/jmesmon/rust-libzfs |
341 | 2024-12-28T04:16:37.828Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
342 | 2024-12-28T04:16:37.844Z | * [new tag] v0.4.0 -> v0.4.0 |
343 | 2024-12-28T04:16:37.859Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
344 | 2024-12-28T04:16:38.239Z | From https://github.com/oxidecomputer/rusty-doors |
345 | 2024-12-28T04:16:38.239Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
346 | 2024-12-28T04:16:38.273Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
347 | 2024-12-28T04:16:38.717Z | From https://github.com/oxidecomputer/maghemite |
348 | 2024-12-28T04:16:38.717Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
349 | 2024-12-28T04:16:38.764Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
350 | 2024-12-28T04:16:39.159Z | From https://github.com/oxidecomputer/serde_human_bytes |
351 | 2024-12-28T04:16:39.159Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
352 | 2024-12-28T04:16:39.179Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
353 | 2024-12-28T04:16:39.572Z | From https://github.com/oxidecomputer/slog-error-chain |
354 | 2024-12-28T04:16:39.572Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
355 | 2024-12-28T04:16:39.598Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
356 | 2024-12-28T04:16:39.997Z | From https://github.com/oxidecomputer/poptrie |
357 | 2024-12-28T04:16:39.997Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
358 | 2024-12-28T04:16:40.034Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
359 | 2024-12-28T04:16:40.395Z | From https://github.com/illumos/libscf-sys |
360 | 2024-12-28T04:16:40.395Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
361 | 2024-12-28T04:16:40.418Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
362 | 2024-12-28T04:16:41.396Z | From https://github.com/oxidecomputer/progenitor |
363 | 2024-12-28T04:16:41.396Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
364 | 2024-12-28T04:16:41.417Z | * [new tag] v0.1.1 -> v0.1.1 |
365 | 2024-12-28T04:16:41.420Z | * [new tag] v0.2.0 -> v0.2.0 |
366 | 2024-12-28T04:16:41.420Z | * [new tag] v0.3.0 -> v0.3.0 |
367 | 2024-12-28T04:16:41.420Z | * [new tag] v0.4.0 -> v0.4.0 |
368 | 2024-12-28T04:16:41.420Z | * [new tag] v0.5.0 -> v0.5.0 |
369 | 2024-12-28T04:16:41.420Z | * [new tag] v0.6.0 -> v0.6.0 |
370 | 2024-12-28T04:16:41.420Z | * [new tag] v0.7.0 -> v0.7.0 |
371 | 2024-12-28T04:16:41.643Z | Updating git repository `https://github.com/oxidecomputer/typify` |
372 | 2024-12-28T04:16:42.425Z | From https://github.com/oxidecomputer/typify |
373 | 2024-12-28T04:16:42.425Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
374 | 2024-12-28T04:16:42.428Z | * [new tag] v0.2.0 -> v0.2.0 |
375 | 2024-12-28T04:16:42.445Z | * [new tag] v0.0.10 -> v0.0.10 |
376 | 2024-12-28T04:16:42.447Z | * [new tag] v0.0.11 -> v0.0.11 |
377 | 2024-12-28T04:16:42.447Z | * [new tag] v0.0.12 -> v0.0.12 |
378 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.13 -> v0.0.13 |
379 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.14 -> v0.0.14 |
380 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.15 -> v0.0.15 |
381 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.16 -> v0.0.16 |
382 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.4 -> v0.0.4 |
383 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.5 -> v0.0.5 |
384 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.7 -> v0.0.7 |
385 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.8 -> v0.0.8 |
386 | 2024-12-28T04:16:42.448Z | * [new tag] v0.0.9 -> v0.0.9 |
387 | 2024-12-28T04:16:42.448Z | * [new tag] v0.1.0 -> v0.1.0 |
388 | 2024-12-28T04:16:42.598Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
389 | 2024-12-28T04:16:43.557Z | From https://github.com/oxidecomputer/crucible |
390 | 2024-12-28T04:16:43.557Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
391 | 2024-12-28T04:16:43.631Z | Updating git repository `https://github.com/oxidecomputer/opte` |
392 | 2024-12-28T04:16:44.115Z | From https://github.com/oxidecomputer/opte |
393 | 2024-12-28T04:16:44.115Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
394 | 2024-12-28T04:16:44.163Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
395 | 2024-12-28T04:16:44.778Z | From https://github.com/oxidecomputer/management-gateway-service |
396 | 2024-12-28T04:16:44.778Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
397 | 2024-12-28T04:16:45.590Z | Downloading crates ... |
398 | 2024-12-28T04:16:45.706Z | Downloaded parking_lot_core v0.9.10 |
399 | 2024-12-28T04:16:45.711Z | Downloaded parking_lot_core v0.8.6 |
400 | 2024-12-28T04:16:45.720Z | Downloaded serde-big-array v0.5.1 |
401 | 2024-12-28T04:16:45.730Z | Downloaded allocator-api2 v0.2.18 |
402 | 2024-12-28T04:16:45.733Z | Downloaded pretty-hex v0.2.1 |
403 | 2024-12-28T04:16:45.737Z | Downloaded anstream v0.6.15 |
404 | 2024-12-28T04:16:45.740Z | Downloaded sigpipe v0.1.3 |
405 | 2024-12-28T04:16:45.740Z | Downloaded anstyle-parse v0.2.5 |
406 | 2024-12-28T04:16:45.740Z | Downloaded anstyle v1.0.10 |
407 | 2024-12-28T04:16:45.742Z | Downloaded aho-corasick v1.1.3 |
408 | 2024-12-28T04:16:45.747Z | Downloaded ahash v0.8.11 |
409 | 2024-12-28T04:16:45.750Z | Downloaded arc-swap v1.7.1 |
410 | 2024-12-28T04:16:45.755Z | Downloaded base64 v0.22.1 |
411 | 2024-12-28T04:16:45.757Z | Downloaded atomicwrites v0.4.4 |
412 | 2024-12-28T04:16:45.760Z | Downloaded rustc_version v0.1.7 |
413 | 2024-12-28T04:16:45.760Z | Downloaded async-stream-impl v0.3.5 |
414 | 2024-12-28T04:16:45.762Z | Downloaded proc-macro-crate v1.3.1 |
415 | 2024-12-28T04:16:45.762Z | Downloaded parse-display-derive v0.10.0 |
416 | 2024-12-28T04:16:45.765Z | Downloaded powerfmt v0.2.0 |
417 | 2024-12-28T04:16:45.766Z | Downloaded base64ct v1.6.0 |
418 | 2024-12-28T04:16:45.769Z | Downloaded percent-encoding v2.3.1 |
419 | 2024-12-28T04:16:45.769Z | Downloaded parse-display v0.10.0 |
420 | 2024-12-28T04:16:45.772Z | Downloaded atomic-waker v1.1.2 |
421 | 2024-12-28T04:16:45.772Z | Downloaded pest_generator v2.7.13 |
422 | 2024-12-28T04:16:45.775Z | Downloaded scopeguard v1.2.0 |
423 | 2024-12-28T04:16:45.776Z | Downloaded bytes v1.7.2 |
424 | 2024-12-28T04:16:45.778Z | Downloaded progenitor-macro v0.8.0 |
425 | 2024-12-28T04:16:45.778Z | Downloaded anyhow v1.0.94 |
426 | 2024-12-28T04:16:45.784Z | Downloaded rustversion v1.0.17 |
427 | 2024-12-28T04:16:45.786Z | Downloaded serde_spanned v0.6.7 |
428 | 2024-12-28T04:16:45.789Z | Downloaded plain v0.2.3 |
429 | 2024-12-28T04:16:45.789Z | Downloaded shlex v1.3.0 |
430 | 2024-12-28T04:16:45.792Z | Downloaded blake2 v0.10.6 |
431 | 2024-12-28T04:16:45.795Z | Downloaded slog-envlogger v2.2.0 |
432 | 2024-12-28T04:16:45.795Z | Downloaded cfg-if v1.0.0 |
433 | 2024-12-28T04:16:45.798Z | Downloaded slog-bunyan v2.5.0 |
434 | 2024-12-28T04:16:45.798Z | Downloaded slab v0.4.9 |
435 | 2024-12-28T04:16:45.801Z | Downloaded sha1 v0.10.6 |
436 | 2024-12-28T04:16:45.801Z | Downloaded rand_core v0.6.4 |
437 | 2024-12-28T04:16:45.804Z | Downloaded serde_path_to_error v0.1.16 |
438 | 2024-12-28T04:16:45.806Z | Downloaded equivalent v1.0.1 |
439 | 2024-12-28T04:16:45.806Z | Downloaded progenitor v0.8.0 |
440 | 2024-12-28T04:16:45.813Z | Downloaded crucible-workspace-hack v0.1.0 |
441 | 2024-12-28T04:16:45.813Z | Downloaded crc8 v0.1.1 |
442 | 2024-12-28T04:16:45.813Z | Downloaded const-random v0.1.18 |
443 | 2024-12-28T04:16:45.816Z | Downloaded signal-hook-registry v1.4.2 |
444 | 2024-12-28T04:16:45.816Z | Downloaded serde_tokenstream v0.2.2 |
445 | 2024-12-28T04:16:45.816Z | Downloaded dtrace-parser v0.2.0 |
446 | 2024-12-28T04:16:45.816Z | Downloaded rustc_version v0.4.1 |
447 | 2024-12-28T04:16:45.816Z | Downloaded crunchy v0.2.2 |
448 | 2024-12-28T04:16:45.820Z | Downloaded progenitor-client v0.8.0 |
449 | 2024-12-28T04:16:45.820Z | Downloaded clap v4.5.23 |
450 | 2024-12-28T04:16:45.827Z | Downloaded serde_urlencoded v0.7.1 |
451 | 2024-12-28T04:16:45.830Z | Downloaded swrite v0.1.0 |
452 | 2024-12-28T04:16:45.832Z | Downloaded colored v2.1.0 |
453 | 2024-12-28T04:16:45.832Z | Downloaded num_threads v0.1.7 |
454 | 2024-12-28T04:16:45.835Z | Downloaded password-hash v0.5.0 |
455 | 2024-12-28T04:16:45.837Z | Downloaded semver v1.0.23 |
456 | 2024-12-28T04:16:45.840Z | Downloaded foreign-types-shared v0.3.1 |
457 | 2024-12-28T04:16:45.841Z | Downloaded crypto-common v0.1.6 |
458 | 2024-12-28T04:16:45.841Z | Downloaded convert_case v0.4.0 |
459 | 2024-12-28T04:16:45.843Z | Downloaded postcard v1.0.10 |
460 | 2024-12-28T04:16:45.843Z | Downloaded semver v0.1.20 |
461 | 2024-12-28T04:16:45.846Z | Downloaded serde_derive_internals v0.29.1 |
462 | 2024-12-28T04:16:45.849Z | Downloaded dirs-sys-next v0.1.2 |
463 | 2024-12-28T04:16:45.849Z | Downloaded slog-dtrace v0.3.0 |
464 | 2024-12-28T04:16:45.853Z | Downloaded sha2 v0.10.8 |
465 | 2024-12-28T04:16:45.853Z | Downloaded dyn-clone v1.0.17 |
466 | 2024-12-28T04:16:45.856Z | Downloaded serde_with_macros v3.9.0 |
467 | 2024-12-28T04:16:45.856Z | Downloaded scroll v0.12.0 |
468 | 2024-12-28T04:16:45.860Z | Downloaded embedded-io v0.6.1 |
469 | 2024-12-28T04:16:45.860Z | Downloaded http-body v1.0.1 |
470 | 2024-12-28T04:16:45.864Z | Downloaded rand_chacha v0.3.1 |
471 | 2024-12-28T04:16:45.864Z | Downloaded crc32fast v1.4.2 |
472 | 2024-12-28T04:16:45.868Z | Downloaded argon2 v0.5.3 |
473 | 2024-12-28T04:16:45.868Z | Downloaded rustls-pki-types v1.8.0 |
474 | 2024-12-28T04:16:45.871Z | Downloaded futures-macro v0.3.30 |
475 | 2024-12-28T04:16:45.871Z | Downloaded scroll_derive v0.12.0 |
476 | 2024-12-28T04:16:45.871Z | Downloaded pretty-hex v0.4.1 |
477 | 2024-12-28T04:16:45.875Z | Downloaded fnv v1.0.7 |
478 | 2024-12-28T04:16:45.875Z | Downloaded fixedbitset v0.4.2 |
479 | 2024-12-28T04:16:45.875Z | Downloaded futures-core v0.3.30 |
480 | 2024-12-28T04:16:45.879Z | Downloaded usdt-macro v0.5.0 |
481 | 2024-12-28T04:16:45.879Z | Downloaded either v1.13.0 |
482 | 2024-12-28T04:16:45.881Z | Downloaded hostname v0.3.1 |
483 | 2024-12-28T04:16:45.881Z | Downloaded defmt v0.3.8 |
484 | 2024-12-28T04:16:45.884Z | Downloaded is-terminal v0.4.13 |
485 | 2024-12-28T04:16:45.888Z | Downloaded cookie v0.18.1 |
486 | 2024-12-28T04:16:45.893Z | Downloaded tinyvec_macros v0.1.1 |
487 | 2024-12-28T04:16:45.893Z | Downloaded num-conv v0.1.0 |
488 | 2024-12-28T04:16:45.893Z | Downloaded sync_wrapper v1.0.1 |
489 | 2024-12-28T04:16:45.893Z | Downloaded errno v0.3.9 |
490 | 2024-12-28T04:16:45.893Z | Downloaded http-body-util v0.1.2 |
491 | 2024-12-28T04:16:45.896Z | Downloaded sync_wrapper v0.1.2 |
492 | 2024-12-28T04:16:45.896Z | Downloaded num-derive v0.4.2 |
493 | 2024-12-28T04:16:45.898Z | Downloaded want v0.3.1 |
494 | 2024-12-28T04:16:45.898Z | Downloaded mime v0.3.17 |
495 | 2024-12-28T04:16:45.901Z | Downloaded match_cfg v0.1.0 |
496 | 2024-12-28T04:16:45.902Z | Downloaded proc-macro-error v1.0.4 |
497 | 2024-12-28T04:16:45.904Z | Downloaded pest_meta v2.7.13 |
498 | 2024-12-28T04:16:45.910Z | Downloaded crossbeam-epoch v0.9.18 |
499 | 2024-12-28T04:16:45.910Z | Downloaded progenitor-impl v0.8.0 |
500 | 2024-12-28T04:16:45.913Z | Downloaded futures-channel v0.3.30 |
501 | 2024-12-28T04:16:45.916Z | Downloaded subtle v2.6.1 |
502 | 2024-12-28T04:16:45.916Z | Downloaded untrusted v0.9.0 |
503 | 2024-12-28T04:16:45.916Z | Downloaded slog v2.7.0 |
504 | 2024-12-28T04:16:45.919Z | Downloaded ryu v1.0.18 |
505 | 2024-12-28T04:16:45.922Z | Downloaded usdt-attr-macro v0.5.0 |
506 | 2024-12-28T04:16:45.924Z | Downloaded pest v2.7.13 |
507 | 2024-12-28T04:16:45.928Z | Downloaded crossbeam-utils v0.8.20 |
508 | 2024-12-28T04:16:45.931Z | Downloaded libsw v3.3.1 |
509 | 2024-12-28T04:16:45.933Z | Downloaded httpdate v1.0.3 |
510 | 2024-12-28T04:16:45.936Z | Downloaded quick-error v1.2.3 |
511 | 2024-12-28T04:16:45.939Z | Downloaded num v0.4.3 |
512 | 2024-12-28T04:16:45.939Z | Downloaded futures-task v0.3.30 |
513 | 2024-12-28T04:16:45.939Z | Downloaded typify-macro v0.2.0 |
514 | 2024-12-28T04:16:45.942Z | Downloaded heck v0.5.0 |
515 | 2024-12-28T04:16:45.942Z | Downloaded macaddr v1.0.1 |
516 | 2024-12-28T04:16:45.944Z | Downloaded version_check v0.9.5 |
517 | 2024-12-28T04:16:45.944Z | Downloaded time-core v0.1.2 |
518 | 2024-12-28T04:16:45.948Z | Downloaded thiserror-impl v1.0.69 |
519 | 2024-12-28T04:16:45.948Z | Downloaded darling_core v0.20.10 |
520 | 2024-12-28T04:16:45.951Z | Downloaded hex v0.4.3 |
521 | 2024-12-28T04:16:45.953Z | Downloaded ident_case v1.0.1 |
522 | 2024-12-28T04:16:45.953Z | Downloaded tokio-rustls v0.26.0 |
523 | 2024-12-28T04:16:45.957Z | Downloaded strum_macros v0.26.4 |
524 | 2024-12-28T04:16:45.959Z | Downloaded futures v0.3.30 |
525 | 2024-12-28T04:16:45.962Z | Downloaded tower-service v0.3.3 |
526 | 2024-12-28T04:16:45.965Z | Downloaded slog-term v2.9.1 |
527 | 2024-12-28T04:16:45.969Z | Downloaded hubpack_derive v0.1.1 |
528 | 2024-12-28T04:16:45.969Z | Downloaded serde_derive v1.0.217 |
529 | 2024-12-28T04:16:45.972Z | Downloaded take_mut v0.2.2 |
530 | 2024-12-28T04:16:45.972Z | Downloaded derive_more v0.99.18 |
531 | 2024-12-28T04:16:45.982Z | Downloaded num-iter v0.1.45 |
532 | 2024-12-28T04:16:45.982Z | Downloaded itoa v1.0.11 |
533 | 2024-12-28T04:16:45.984Z | Downloaded fxhash v0.2.1 |
534 | 2024-12-28T04:16:45.984Z | Downloaded heck v0.4.1 |
535 | 2024-12-28T04:16:45.987Z | Downloaded openssl-probe v0.1.5 |
536 | 2024-12-28T04:16:45.990Z | Downloaded instant v0.1.13 |
537 | 2024-12-28T04:16:45.994Z | Downloaded tiny-keccak v2.0.2 |
538 | 2024-12-28T04:16:45.996Z | Downloaded static_assertions v1.1.0 |
539 | 2024-12-28T04:16:45.999Z | Downloaded time-macros v0.2.18 |
540 | 2024-12-28T04:16:46.002Z | Downloaded iana-time-zone v0.1.61 |
541 | 2024-12-28T04:16:46.004Z | Downloaded derive-where v1.2.7 |
542 | 2024-12-28T04:16:46.006Z | Downloaded num-derive v0.3.3 |
543 | 2024-12-28T04:16:46.009Z | Downloaded no-std-compat v0.4.1 |
544 | 2024-12-28T04:16:46.009Z | Downloaded num-complex v0.4.6 |
545 | 2024-12-28T04:16:46.012Z | Downloaded strum v0.26.3 |
546 | 2024-12-28T04:16:46.012Z | Downloaded linked-hash-map v0.5.6 |
547 | 2024-12-28T04:16:46.015Z | Downloaded newline-converter v0.3.0 |
548 | 2024-12-28T04:16:46.015Z | Downloaded tempfile v3.12.0 |
549 | 2024-12-28T04:16:46.017Z | Downloaded hash32 v0.3.1 |
550 | 2024-12-28T04:16:46.020Z | Downloaded term v0.7.0 |
551 | 2024-12-28T04:16:46.022Z | Downloaded zone_cfg_derive v0.3.0 |
552 | 2024-12-28T04:16:46.022Z | Downloaded humantime v2.1.0 |
553 | 2024-12-28T04:16:46.025Z | Downloaded hubpack v0.1.2 |
554 | 2024-12-28T04:16:46.027Z | Downloaded http-body v0.4.6 |
555 | 2024-12-28T04:16:46.027Z | Downloaded newtype_derive v0.1.6 |
556 | 2024-12-28T04:16:46.029Z | Downloaded rand v0.8.5 |
557 | 2024-12-28T04:16:46.032Z | Downloaded toml_datetime v0.6.8 |
558 | 2024-12-28T04:16:46.035Z | Downloaded num_enum v0.5.11 |
559 | 2024-12-28T04:16:46.039Z | Downloaded omicron-workspace-hack v0.1.0 |
560 | 2024-12-28T04:16:46.042Z | Downloaded num-rational v0.4.2 |
561 | 2024-12-28T04:16:46.042Z | Downloaded hyper-util v0.1.10 |
562 | 2024-12-28T04:16:46.047Z | Downloaded thread_local v1.1.8 |
563 | 2024-12-28T04:16:46.050Z | Downloaded thread-id v4.2.2 |
564 | 2024-12-28T04:16:46.050Z | Downloaded lock_api v0.4.12 |
565 | 2024-12-28T04:16:46.052Z | Downloaded strsim v0.11.1 |
566 | 2024-12-28T04:16:46.055Z | Downloaded zeroize v1.8.1 |
567 | 2024-12-28T04:16:46.055Z | Downloaded generic-array v0.14.7 |
568 | 2024-12-28T04:16:46.058Z | Downloaded multer v3.1.0 |
569 | 2024-12-28T04:16:46.061Z | Downloaded tabwriter v1.4.0 |
570 | 2024-12-28T04:16:46.061Z | Downloaded strum_macros v0.25.3 |
571 | 2024-12-28T04:16:46.064Z | Downloaded crossbeam-channel v0.5.13 |
572 | 2024-12-28T04:16:46.067Z | Downloaded newtype-uuid v1.1.0 |
573 | 2024-12-28T04:16:46.070Z | Downloaded indent_write v2.2.0 |
574 | 2024-12-28T04:16:46.070Z | Downloaded hyper-tls v0.5.0 |
575 | 2024-12-28T04:16:46.073Z | Downloaded lru-cache v0.1.2 |
576 | 2024-12-28T04:16:46.073Z | Downloaded zone v0.3.0 |
577 | 2024-12-28T04:16:46.075Z | Downloaded slog-stdlog v4.1.1 |
578 | 2024-12-28T04:16:46.075Z | Downloaded slog-json v2.6.1 |
579 | 2024-12-28T04:16:46.078Z | Downloaded num-integer v0.1.46 |
580 | 2024-12-28T04:16:46.080Z | Downloaded getrandom v0.2.15 |
581 | 2024-12-28T04:16:46.083Z | Downloaded thin-vec v0.2.13 |
582 | 2024-12-28T04:16:46.085Z | Downloaded tracing-attributes v0.1.27 |
583 | 2024-12-28T04:16:46.088Z | Downloaded typify v0.2.0 |
584 | 2024-12-28T04:16:46.090Z | Downloaded half v2.4.1 |
585 | 2024-12-28T04:16:46.093Z | Downloaded socket2 v0.5.8 |
586 | 2024-12-28T04:16:46.095Z | Downloaded tokio-rustls v0.25.0 |
587 | 2024-12-28T04:16:46.098Z | Downloaded owo-colors v4.1.0 |
588 | 2024-12-28T04:16:46.100Z | Downloaded ipnet v2.10.0 |
589 | 2024-12-28T04:16:46.102Z | Downloaded toml v0.8.19 |
590 | 2024-12-28T04:16:46.105Z | Downloaded parking_lot v0.11.2 |
591 | 2024-12-28T04:16:46.107Z | Downloaded spin v0.5.2 |
592 | 2024-12-28T04:16:46.110Z | Downloaded heapless v0.8.0 |
593 | 2024-12-28T04:16:46.112Z | Downloaded tokio-native-tls v0.3.1 |
594 | 2024-12-28T04:16:46.115Z | Downloaded openssl-sys v0.9.103 |
595 | 2024-12-28T04:16:46.120Z | Downloaded usdt v0.5.0 |
596 | 2024-12-28T04:16:46.123Z | Downloaded uuid v1.11.0 |
597 | 2024-12-28T04:16:46.123Z | Downloaded tokio-rustls v0.24.1 |
598 | 2024-12-28T04:16:46.126Z | Downloaded structmeta-derive v0.3.0 |
599 | 2024-12-28T04:16:46.129Z | Downloaded smallvec v1.13.2 |
600 | 2024-12-28T04:16:46.129Z | Downloaded thiserror v1.0.69 |
601 | 2024-12-28T04:16:46.134Z | Downloaded zerocopy-derive v0.7.35 |
602 | 2024-12-28T04:16:46.140Z | Downloaded quinn v0.11.5 |
603 | 2024-12-28T04:16:46.143Z | Downloaded tinyvec v1.8.0 |
604 | 2024-12-28T04:16:46.146Z | Downloaded native-tls v0.2.12 |
605 | 2024-12-28T04:16:46.148Z | Downloaded unicode-ident v1.0.13 |
606 | 2024-12-28T04:16:46.152Z | Downloaded serde v1.0.217 |
607 | 2024-12-28T04:16:46.156Z | Downloaded log v0.4.22 |
608 | 2024-12-28T04:16:46.159Z | Downloaded zerocopy v0.6.6 |
609 | 2024-12-28T04:16:46.162Z | Downloaded mio v1.0.2 |
610 | 2024-12-28T04:16:46.169Z | Downloaded hashbrown v0.12.3 |
611 | 2024-12-28T04:16:46.173Z | Downloaded unsafe-libyaml v0.2.11 |
612 | 2024-12-28T04:16:46.176Z | Downloaded parking_lot v0.12.3 |
613 | 2024-12-28T04:16:46.179Z | Downloaded indexmap v1.9.3 |
614 | 2024-12-28T04:16:46.182Z | Downloaded once_cell v1.20.2 |
615 | 2024-12-28T04:16:46.186Z | Downloaded http v0.2.12 |
616 | 2024-12-28T04:16:46.191Z | Downloaded num-traits v0.2.19 |
617 | 2024-12-28T04:16:46.193Z | Downloaded minimal-lexical v0.2.1 |
618 | 2024-12-28T04:16:46.197Z | Downloaded toml_edit v0.22.21 |
619 | 2024-12-28T04:16:46.220Z | Downloaded url v2.5.2 |
620 | 2024-12-28T04:16:46.223Z | Downloaded tokio-util v0.7.12 |
621 | 2024-12-28T04:16:46.230Z | Downloaded http v1.2.0 |
622 | 2024-12-28T04:16:46.233Z | Downloaded nom v7.1.3 |
623 | 2024-12-28T04:16:46.241Z | Downloaded toml_edit v0.19.15 |
624 | 2024-12-28T04:16:46.259Z | Downloaded unicode-bidi v0.3.15 |
625 | 2024-12-28T04:16:46.261Z | Downloaded indexmap v2.5.0 |
626 | 2024-12-28T04:16:46.264Z | Downloaded memchr v2.7.4 |
627 | 2024-12-28T04:16:46.270Z | Downloaded serde_json v1.0.133 |
628 | 2024-12-28T04:16:46.277Z | Downloaded unicode-normalization v0.1.24 |
629 | 2024-12-28T04:16:46.283Z | Downloaded serde_with v3.9.0 |
630 | 2024-12-28T04:16:46.291Z | Downloaded itertools v0.10.5 |
631 | 2024-12-28T04:16:46.299Z | Downloaded futures-util v0.3.30 |
632 | 2024-12-28T04:16:46.313Z | Downloaded unicode-segmentation v1.12.0 |
633 | 2024-12-28T04:16:46.317Z | Downloaded goblin v0.8.2 |
634 | 2024-12-28T04:16:46.323Z | Downloaded hyper v0.14.30 |
635 | 2024-12-28T04:16:46.331Z | Downloaded reqwest v0.11.27 |
636 | 2024-12-28T04:16:46.340Z | Downloaded dropshot v0.12.0 |
637 | 2024-12-28T04:16:46.363Z | Downloaded syn v1.0.109 |
638 | 2024-12-28T04:16:46.373Z | Downloaded syn v2.0.87 |
639 | 2024-12-28T04:16:46.385Z | Downloaded time v0.3.36 |
640 | 2024-12-28T04:16:46.391Z | Downloaded h2 v0.4.6 |
641 | 2024-12-28T04:16:46.400Z | Downloaded idna v0.4.0 |
642 | 2024-12-28T04:16:46.407Z | Downloaded winnow v0.5.40 |
643 | 2024-12-28T04:16:46.415Z | Downloaded reqwest v0.12.9 |
644 | 2024-12-28T04:16:46.423Z | Downloaded h2 v0.3.26 |
645 | 2024-12-28T04:16:46.430Z | Downloaded unicode-width v0.1.14 |
646 | 2024-12-28T04:16:46.436Z | Downloaded openapiv3 v2.0.0 |
647 | 2024-12-28T04:16:46.448Z | Downloaded winnow v0.6.18 |
648 | 2024-12-28T04:16:46.457Z | Downloaded zerocopy v0.7.35 |
649 | 2024-12-28T04:16:46.474Z | Downloaded regex v1.10.6 |
650 | 2024-12-28T04:16:46.488Z | Downloaded typify-impl v0.2.0 |
651 | 2024-12-28T04:16:46.504Z | Downloaded quinn-proto v0.11.8 |
652 | 2024-12-28T04:16:46.511Z | Downloaded vcpkg v0.2.15 |
653 | 2024-12-28T04:16:46.551Z | Downloaded rustls-webpki v0.102.8 |
654 | 2024-12-28T04:16:46.569Z | Downloaded webpki-roots v0.26.6 |
655 | 2024-12-28T04:16:46.573Z | Downloaded rustls v0.21.12 |
656 | 2024-12-28T04:16:46.585Z | Downloaded rustls-webpki v0.101.7 |
657 | 2024-12-28T04:16:46.600Z | Downloaded portable-atomic v1.8.0 |
658 | 2024-12-28T04:16:46.607Z | Downloaded rhai v1.20.0 |
659 | 2024-12-28T04:16:46.622Z | Downloaded openssl v0.10.66 |
660 | 2024-12-28T04:16:46.631Z | Downloaded idna v0.5.0 |
661 | 2024-12-28T04:16:46.639Z | Downloaded rustls v0.23.13 |
662 | 2024-12-28T04:16:46.651Z | Downloaded regress v0.10.1 |
663 | 2024-12-28T04:16:46.661Z | Downloaded smoltcp v0.11.0 |
664 | 2024-12-28T04:16:46.674Z | Downloaded rustix v0.38.37 |
665 | 2024-12-28T04:16:46.697Z | Downloaded hickory-proto v0.24.1 |
666 | 2024-12-28T04:16:46.713Z | Downloaded regex-syntax v0.8.4 |
667 | 2024-12-28T04:16:46.721Z | Downloaded rustls v0.22.4 |
668 | 2024-12-28T04:16:46.735Z | Downloaded regress v0.9.1 |
669 | 2024-12-28T04:16:46.742Z | Downloaded webpki-roots v0.25.4 |
670 | 2024-12-28T04:16:46.746Z | Downloaded libc v0.2.167 |
671 | 2024-12-28T04:16:46.771Z | Downloaded sled v0.34.7 |
672 | 2024-12-28T04:16:46.781Z | Downloaded chrono v0.4.38 |
673 | 2024-12-28T04:16:46.789Z | Downloaded itertools v0.13.0 |
674 | 2024-12-28T04:16:46.799Z | Downloaded itertools v0.12.1 |
675 | 2024-12-28T04:16:46.806Z | Downloaded hyper v1.5.1 |
676 | 2024-12-28T04:16:46.809Z | Downloaded hickory-resolver v0.24.1 |
677 | 2024-12-28T04:16:46.812Z | Downloaded zerocopy-derive v0.6.6 |
678 | 2024-12-28T04:16:46.822Z | Downloaded regex-automata v0.4.7 |
679 | 2024-12-28T04:16:46.839Z | Downloaded hashbrown v0.14.5 |
680 | 2024-12-28T04:16:46.844Z | Downloaded libm v0.2.8 |
681 | 2024-12-28T04:16:46.851Z | Downloaded steno v0.4.1 |
682 | 2024-12-28T04:16:46.855Z | Downloaded tracing v0.1.40 |
683 | 2024-12-28T04:16:46.859Z | Downloaded expectorate v1.1.0 |
684 | 2024-12-28T04:16:46.862Z | Downloaded whoami v1.5.2 |
685 | 2024-12-28T04:16:46.864Z | Downloaded smartstring v1.0.1 |
686 | 2024-12-28T04:16:46.866Z | Downloaded typenum v1.17.0 |
687 | 2024-12-28T04:16:46.868Z | Downloaded petgraph v0.6.5 |
688 | 2024-12-28T04:16:46.885Z | Downloaded tracing-core v0.1.32 |
689 | 2024-12-28T04:16:46.888Z | Downloaded memmap v0.7.0 |
690 | 2024-12-28T04:16:46.890Z | Downloaded ipnetwork v0.20.0 |
691 | 2024-12-28T04:16:46.893Z | Downloaded ucd-trie v0.1.6 |
692 | 2024-12-28T04:16:46.893Z | Downloaded usdt-impl v0.5.0 |
693 | 2024-12-28T04:16:46.895Z | Downloaded spin v0.9.8 |
694 | 2024-12-28T04:16:46.897Z | Downloaded hyper-rustls v0.27.3 |
695 | 2024-12-28T04:16:46.900Z | Downloaded hyper-rustls v0.24.2 |
696 | 2024-12-28T04:16:46.902Z | Downloaded highway v1.2.0 |
697 | 2024-12-28T04:16:46.904Z | Downloaded smf v0.2.3 |
698 | 2024-12-28T04:16:46.904Z | Downloaded hostname v0.4.0 |
699 | 2024-12-28T04:16:46.907Z | Downloaded cc v1.1.21 |
700 | 2024-12-28T04:16:46.909Z | Downloaded sct v0.7.1 |
701 | 2024-12-28T04:16:46.912Z | Downloaded openssl-macros v0.1.1 |
702 | 2024-12-28T04:16:46.914Z | Downloaded similar v2.6.0 |
703 | 2024-12-28T04:16:46.916Z | Downloaded tokio v1.42.0 |
704 | 2024-12-28T04:16:46.955Z | Downloaded serde_yaml v0.9.34+deprecated |
705 | 2024-12-28T04:16:46.958Z | Downloaded schemars v0.8.21 |
706 | 2024-12-28T04:16:46.968Z | Downloaded terminal_size v0.4.0 |
707 | 2024-12-28T04:16:46.971Z | Downloaded tokio-macros v2.4.0 |
708 | 2024-12-28T04:16:46.973Z | Downloaded structmeta v0.3.0 |
709 | 2024-12-28T04:16:46.973Z | Downloaded encoding_rs v0.8.34 |
710 | 2024-12-28T04:16:46.992Z | Downloaded slog-scope v4.4.0 |
711 | 2024-12-28T04:16:46.995Z | Downloaded prettyplease v0.2.22 |
712 | 2024-12-28T04:16:46.997Z | Downloaded slog-async v2.8.0 |
713 | 2024-12-28T04:16:47.000Z | Downloaded serde_repr v0.1.19 |
714 | 2024-12-28T04:16:47.000Z | Downloaded resolv-conf v0.7.0 |
715 | 2024-12-28T04:16:47.003Z | Downloaded linear-map v1.2.0 |
716 | 2024-12-28T04:16:47.003Z | Downloaded httparse v1.9.4 |
717 | 2024-12-28T04:16:47.005Z | Downloaded proc-macro-crate v3.2.0 |
718 | 2024-12-28T04:16:47.007Z | Downloaded pkg-config v0.3.31 |
719 | 2024-12-28T04:16:47.007Z | Downloaded managed v0.8.0 |
720 | 2024-12-28T04:16:47.010Z | Downloaded utf8parse v0.2.2 |
721 | 2024-12-28T04:16:47.010Z | Downloaded stable_deref_trait v1.2.0 |
722 | 2024-12-28T04:16:47.010Z | Downloaded num_enum_derive v0.7.3 |
723 | 2024-12-28T04:16:47.013Z | Downloaded rustc-hash v2.0.0 |
724 | 2024-12-28T04:16:47.013Z | Downloaded dropshot_endpoint v0.12.0 |
725 | 2024-12-28T04:16:47.015Z | Downloaded num_enum_derive v0.5.11 |
726 | 2024-12-28T04:16:47.015Z | Downloaded num_enum v0.7.3 |
727 | 2024-12-28T04:16:47.020Z | Downloaded proc-macro2 v1.0.86 |
728 | 2024-12-28T04:16:47.023Z | Downloaded cancel-safe-futures v0.1.5 |
729 | 2024-12-28T04:16:47.025Z | Downloaded paste v1.0.15 |
730 | 2024-12-28T04:16:47.028Z | Downloaded is_terminal_polyfill v1.70.1 |
731 | 2024-12-28T04:16:47.030Z | Downloaded hyper-tls v0.6.0 |
732 | 2024-12-28T04:16:47.030Z | Downloaded lazy_static v1.5.0 |
733 | 2024-12-28T04:16:47.033Z | Downloaded waitgroup v0.1.2 |
734 | 2024-12-28T04:16:47.033Z | Downloaded try-lock v0.2.5 |
735 | 2024-12-28T04:16:47.035Z | Downloaded futures-io v0.3.30 |
736 | 2024-12-28T04:16:47.035Z | Downloaded futures-executor v0.3.30 |
737 | 2024-12-28T04:16:47.035Z | Downloaded form_urlencoded v1.2.1 |
738 | 2024-12-28T04:16:47.038Z | Downloaded embedded-io v0.4.0 |
739 | 2024-12-28T04:16:47.038Z | Downloaded console v0.15.8 |
740 | 2024-12-28T04:16:47.041Z | Downloaded darling v0.20.10 |
741 | 2024-12-28T04:16:47.043Z | Downloaded foreign-types-macros v0.2.3 |
742 | 2024-12-28T04:16:47.046Z | Downloaded fastrand v2.1.1 |
743 | 2024-12-28T04:16:47.046Z | Downloaded dof v0.3.0 |
744 | 2024-12-28T04:16:47.048Z | Downloaded digest v0.10.7 |
745 | 2024-12-28T04:16:47.048Z | Downloaded defmt-parser v0.3.4 |
746 | 2024-12-28T04:16:47.052Z | Downloaded clap_derive v4.5.18 |
747 | 2024-12-28T04:16:47.052Z | Downloaded rhai_codegen v2.2.0 |
748 | 2024-12-28T04:16:47.058Z | Downloaded bitflags v1.3.2 |
749 | 2024-12-28T04:16:47.062Z | Downloaded enum-as-inner v0.6.1 |
750 | 2024-12-28T04:16:47.067Z | Downloaded dirs-next v2.0.0 |
751 | 2024-12-28T04:16:47.067Z | Downloaded deranged v0.3.11 |
752 | 2024-12-28T04:16:47.067Z | Downloaded cpufeatures v0.2.14 |
753 | 2024-12-28T04:16:47.070Z | Downloaded ciborium v0.2.2 |
754 | 2024-12-28T04:16:47.070Z | Downloaded debug-ignore v1.0.5 |
755 | 2024-12-28T04:16:47.070Z | Downloaded rustls-pemfile v2.1.3 |
756 | 2024-12-28T04:16:47.075Z | Downloaded quote v1.0.37 |
757 | 2024-12-28T04:16:47.078Z | Downloaded byteorder v1.5.0 |
758 | 2024-12-28T04:16:47.078Z | Downloaded block-buffer v0.10.4 |
759 | 2024-12-28T04:16:47.078Z | Downloaded async-stream v0.3.5 |
760 | 2024-12-28T04:16:47.078Z | Downloaded pin-project-lite v0.2.14 |
761 | 2024-12-28T04:16:47.083Z | Downloaded defmt-macros v0.3.9 |
762 | 2024-12-28T04:16:47.086Z | Downloaded data-encoding v2.6.0 |
763 | 2024-12-28T04:16:47.086Z | Downloaded quinn-udp v0.5.5 |
764 | 2024-12-28T04:16:47.088Z | Downloaded pest_derive v2.7.13 |
765 | 2024-12-28T04:16:47.089Z | Downloaded foreign-types-shared v0.1.1 |
766 | 2024-12-28T04:16:47.091Z | Downloaded foreign-types v0.5.0 |
767 | 2024-12-28T04:16:47.091Z | Downloaded foreign-types v0.3.2 |
768 | 2024-12-28T04:16:47.091Z | Downloaded float-ord v0.3.2 |
769 | 2024-12-28T04:16:47.091Z | Downloaded darling_macro v0.20.10 |
770 | 2024-12-28T04:16:47.093Z | Downloaded cstr-argument v0.1.2 |
771 | 2024-12-28T04:16:47.093Z | Downloaded colorchoice v1.0.2 |
772 | 2024-12-28T04:16:47.094Z | Downloaded ppv-lite86 v0.2.20 |
773 | 2024-12-28T04:16:47.096Z | Downloaded futures-sink v0.3.30 |
774 | 2024-12-28T04:16:47.096Z | Downloaded camino v1.1.9 |
775 | 2024-12-28T04:16:47.099Z | Downloaded backoff v0.4.0 |
776 | 2024-12-28T04:16:47.099Z | Downloaded cobs v0.2.3 |
777 | 2024-12-28T04:16:47.101Z | Downloaded ciborium-ll v0.2.2 |
778 | 2024-12-28T04:16:47.101Z | Downloaded camino-tempfile v1.1.1 |
779 | 2024-12-28T04:16:47.104Z | Downloaded ciborium-io v0.2.2 |
780 | 2024-12-28T04:16:47.104Z | Downloaded rustls-pemfile v1.0.4 |
781 | 2024-12-28T04:16:47.107Z | Downloaded proc-macro-error-attr v1.0.4 |
782 | 2024-12-28T04:16:47.107Z | Downloaded const-random-macro v0.1.16 |
783 | 2024-12-28T04:16:47.107Z | Downloaded clap_lex v0.7.4 |
784 | 2024-12-28T04:16:47.110Z | Downloaded bitflags v2.6.0 |
785 | 2024-12-28T04:16:47.112Z | Downloaded pin-utils v0.1.0 |
786 | 2024-12-28T04:16:47.112Z | Downloaded async-trait v0.1.83 |
787 | 2024-12-28T04:16:47.115Z | Downloaded autocfg v1.3.0 |
788 | 2024-12-28T04:16:47.118Z | Downloaded schemars_derive v0.8.21 |
789 | 2024-12-28T04:16:47.118Z | Downloaded anstyle-query v1.1.1 |
790 | 2024-12-28T04:16:47.120Z | Downloaded clap_builder v4.5.23 |
791 | 2024-12-28T04:16:47.126Z | Downloaded base64 v0.21.7 |
792 | 2024-12-28T04:16:47.258Z | Downloaded ring v0.17.8 |
793 | 2024-12-28T04:16:47.602Z | Compiling proc-macro2 v1.0.86 |
794 | 2024-12-28T04:16:47.602Z | Compiling unicode-ident v1.0.13 |
795 | 2024-12-28T04:16:47.602Z | Compiling libc v0.2.167 |
796 | 2024-12-28T04:16:47.604Z | Compiling serde v1.0.217 |
797 | 2024-12-28T04:16:47.604Z | Compiling autocfg v1.3.0 |
798 | 2024-12-28T04:16:47.604Z | Compiling version_check v0.9.5 |
799 | 2024-12-28T04:16:47.604Z | Compiling cfg-if v1.0.0 |
800 | 2024-12-28T04:16:47.804Z | Compiling once_cell v1.20.2 |
801 | 2024-12-28T04:16:47.823Z | Compiling libm v0.2.8 |
802 | 2024-12-28T04:16:47.838Z | Compiling memchr v2.7.4 |
803 | 2024-12-28T04:16:48.244Z | Compiling byteorder v1.5.0 |
804 | 2024-12-28T04:16:48.330Z | Compiling lock_api v0.4.12 |
805 | 2024-12-28T04:16:48.585Z | Compiling parking_lot_core v0.9.10 |
806 | 2024-12-28T04:16:48.844Z | Compiling shlex v1.3.0 |
807 | 2024-12-28T04:16:49.203Z | Compiling cc v1.1.21 |
808 | 2024-12-28T04:16:49.218Z | Compiling thiserror v1.0.69 |
809 | 2024-12-28T04:16:49.328Z | Compiling itoa v1.0.11 |
810 | 2024-12-28T04:16:49.601Z | Compiling portable-atomic v1.8.0 |
811 | 2024-12-28T04:16:49.769Z | Compiling slab v0.4.9 |
812 | 2024-12-28T04:16:49.803Z | Compiling schemars v0.8.21 |
813 | 2024-12-28T04:16:50.139Z | Compiling ahash v0.8.11 |
814 | 2024-12-28T04:16:50.187Z | Compiling allocator-api2 v0.2.18 |
815 | 2024-12-28T04:16:50.395Z | Compiling quote v1.0.37 |
816 | 2024-12-28T04:16:50.589Z | Compiling getrandom v0.2.15 |
817 | 2024-12-28T04:16:50.874Z | Compiling syn v2.0.87 |
818 | 2024-12-28T04:16:51.073Z | Compiling num-traits v0.2.19 |
819 | 2024-12-28T04:16:51.103Z | Compiling ryu v1.0.18 |
820 | 2024-12-28T04:16:51.195Z | Compiling serde_json v1.0.133 |
821 | 2024-12-28T04:16:51.360Z | Compiling pin-project-lite v0.2.14 |
822 | 2024-12-28T04:16:51.814Z | Compiling log v0.4.22 |
823 | 2024-12-28T04:16:51.924Z | Compiling scopeguard v1.2.0 |
824 | 2024-12-28T04:16:51.942Z | Compiling equivalent v1.0.1 |
825 | 2024-12-28T04:16:51.978Z | Compiling heck v0.5.0 |
826 | 2024-12-28T04:16:51.996Z | Compiling fnv v1.0.7 |
827 | 2024-12-28T04:16:52.113Z | Compiling ring v0.17.8 |
828 | 2024-12-28T04:16:52.179Z | Compiling crunchy v0.2.2 |
829 | 2024-12-28T04:16:52.395Z | Compiling vcpkg v0.2.15 |
830 | 2024-12-28T04:16:52.521Z | Compiling pkg-config v0.3.31 |
831 | 2024-12-28T04:16:52.851Z | Compiling mio v1.0.2 |
832 | 2024-12-28T04:16:53.188Z | Compiling signal-hook-registry v1.4.2 |
833 | 2024-12-28T04:16:53.845Z | Compiling socket2 v0.5.8 |
834 | 2024-12-28T04:16:53.865Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-12-28T04:16:53.917Z | Compiling slog v2.7.0 |
836 | 2024-12-28T04:16:54.112Z | Compiling openssl-sys v0.9.103 |
837 | 2024-12-28T04:16:54.188Z | Compiling httparse v1.9.4 |
838 | 2024-12-28T04:16:54.532Z | Compiling iana-time-zone v0.1.61 |
839 | 2024-12-28T04:16:54.941Z | Compiling futures-core v0.3.30 |
840 | 2024-12-28T04:16:55.004Z | Compiling const-random-macro v0.1.16 |
841 | 2024-12-28T04:16:55.138Z | Compiling dyn-clone v1.0.17 |
842 | 2024-12-28T04:16:55.332Z | Compiling openssl v0.10.66 |
843 | 2024-12-28T04:16:55.356Z | Compiling futures-sink v0.3.30 |
844 | 2024-12-28T04:16:55.740Z | Compiling typenum v1.17.0 |
845 | 2024-12-28T04:16:55.759Z | Compiling rustls v0.23.13 |
846 | 2024-12-28T04:16:55.910Z | Compiling native-tls v0.2.12 |
847 | 2024-12-28T04:16:55.950Z | Compiling const-random v0.1.18 |
848 | 2024-12-28T04:16:56.047Z | Compiling semver v1.0.23 |
849 | 2024-12-28T04:16:56.067Z | Compiling futures-channel v0.3.30 |
850 | 2024-12-28T04:16:56.087Z | Compiling pin-utils v0.1.0 |
851 | 2024-12-28T04:16:56.105Z | Compiling futures-task v0.3.30 |
852 | 2024-12-28T04:16:56.188Z | Compiling futures-io v0.3.30 |
853 | 2024-12-28T04:16:56.296Z | Compiling generic-array v0.14.7 |
854 | 2024-12-28T04:16:56.421Z | Compiling tracing-core v0.1.32 |
855 | 2024-12-28T04:16:56.463Z | Compiling bitflags v2.6.0 |
856 | 2024-12-28T04:16:56.555Z | Compiling subtle v2.6.1 |
857 | 2024-12-28T04:16:56.559Z | Compiling ucd-trie v0.1.6 |
858 | 2024-12-28T04:16:56.596Z | Compiling aho-corasick v1.1.3 |
859 | 2024-12-28T04:16:56.626Z | Compiling regex-syntax v0.8.4 |
860 | 2024-12-28T04:16:56.830Z | Compiling anyhow v1.0.94 |
861 | 2024-12-28T04:16:56.969Z | Compiling num-conv v0.1.0 |
862 | 2024-12-28T04:16:56.987Z | Compiling time-core v0.1.2 |
863 | 2024-12-28T04:16:57.253Z | Compiling time-macros v0.2.18 |
864 | 2024-12-28T04:16:57.759Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-12-28T04:16:58.132Z | Compiling serde_derive_internals v0.29.1 |
866 | 2024-12-28T04:16:58.920Z | Compiling spin v0.9.8 |
867 | 2024-12-28T04:16:59.168Z | Compiling usdt-impl v0.5.0 |
868 | 2024-12-28T04:16:59.538Z | Compiling untrusted v0.9.0 |
869 | 2024-12-28T04:16:59.722Z | Compiling omicron-workspace-hack v0.1.0 |
870 | 2024-12-28T04:16:59.994Z | Compiling regex-automata v0.4.7 |
871 | 2024-12-28T04:17:00.630Z | Compiling rustversion v1.0.17 |
872 | 2024-12-28T04:17:00.669Z | Compiling plain v0.2.3 |
873 | 2024-12-28T04:17:00.795Z | Compiling tinyvec_macros v0.1.1 |
874 | 2024-12-28T04:17:00.896Z | Compiling atomic-waker v1.1.2 |
875 | 2024-12-28T04:17:01.089Z | Compiling strsim v0.11.1 |
876 | 2024-12-28T04:17:01.359Z | Compiling tinyvec v1.8.0 |
877 | 2024-12-28T04:17:02.275Z | Compiling rand_core v0.6.4 |
878 | 2024-12-28T04:17:02.768Z | Compiling try-lock v0.2.5 |
879 | 2024-12-28T04:17:02.933Z | Compiling percent-encoding v2.3.1 |
880 | 2024-12-28T04:17:03.002Z | Compiling zeroize v1.8.1 |
881 | 2024-12-28T04:17:03.023Z | Compiling pretty-hex v0.4.1 |
882 | 2024-12-28T04:17:03.026Z | Compiling serde_derive v1.0.217 |
883 | 2024-12-28T04:17:03.234Z | Compiling zerocopy-derive v0.7.35 |
884 | 2024-12-28T04:17:03.345Z | Compiling thiserror-impl v1.0.69 |
885 | 2024-12-28T04:17:03.396Z | Compiling tokio-macros v2.4.0 |
886 | 2024-12-28T04:17:03.655Z | Compiling schemars_derive v0.8.21 |
887 | 2024-12-28T04:17:05.037Z | Compiling futures-macro v0.3.30 |
888 | 2024-12-28T04:17:05.358Z | Compiling zerocopy v0.7.35 |
889 | 2024-12-28T04:17:06.930Z | Compiling openssl-macros v0.1.1 |
890 | 2024-12-28T04:17:06.967Z | Compiling futures-util v0.3.30 |
891 | 2024-12-28T04:17:07.415Z | Compiling hashbrown v0.14.5 |
892 | 2024-12-28T04:17:07.469Z | Compiling tracing-attributes v0.1.27 |
893 | 2024-12-28T04:17:07.764Z | Compiling scroll_derive v0.12.0 |
894 | 2024-12-28T04:17:08.780Z | Compiling regress v0.10.1 |
895 | 2024-12-28T04:17:09.226Z | Compiling pest v2.7.13 |
896 | 2024-12-28T04:17:10.261Z | Compiling regex v1.10.6 |
897 | 2024-12-28T04:17:11.219Z | Compiling tracing v0.1.40 |
898 | 2024-12-28T04:17:11.888Z | Compiling pest_meta v2.7.13 |
899 | 2024-12-28T04:17:11.981Z | Compiling scroll v0.12.0 |
900 | 2024-12-28T04:17:12.536Z | Compiling goblin v0.8.2 |
901 | 2024-12-28T04:17:13.208Z | Compiling pest_generator v2.7.13 |
902 | 2024-12-28T04:17:13.889Z | Compiling unsafe-libyaml v0.2.11 |
903 | 2024-12-28T04:17:14.970Z | Compiling form_urlencoded v1.2.1 |
904 | 2024-12-28T04:17:15.456Z | Compiling unicode-normalization v0.1.24 |
905 | 2024-12-28T04:17:15.611Z | Compiling rustls-webpki v0.102.8 |
906 | 2024-12-28T04:17:15.885Z | Compiling pest_derive v2.7.13 |
907 | 2024-12-28T04:17:16.760Z | Compiling bytes v1.7.2 |
908 | 2024-12-28T04:17:17.172Z | Compiling smallvec v1.13.2 |
909 | 2024-12-28T04:17:17.997Z | Compiling indexmap v2.5.0 |
910 | 2024-12-28T04:17:19.419Z | Compiling parking_lot v0.12.3 |
911 | 2024-12-28T04:17:19.482Z | Compiling chrono v0.4.38 |
912 | 2024-12-28T04:17:19.528Z | Compiling uuid v1.11.0 |
913 | 2024-12-28T04:17:20.018Z | Compiling tokio v1.42.0 |
914 | 2024-12-28T04:17:20.808Z | Compiling serde_tokenstream v0.2.2 |
915 | 2024-12-28T04:17:20.944Z | Compiling http v1.2.0 |
916 | 2024-12-28T04:17:24.013Z | Compiling openapiv3 v2.0.0 |
917 | 2024-12-28T04:17:24.923Z | Compiling ipnetwork v0.20.0 |
918 | 2024-12-28T04:17:27.280Z | Compiling typify-impl v0.2.0 |
919 | 2024-12-28T04:17:28.028Z | Compiling http-body v1.0.1 |
920 | 2024-12-28T04:17:28.227Z | Compiling serde_yaml v0.9.34+deprecated |
921 | 2024-12-28T04:17:28.281Z | Compiling dof v0.3.0 |
922 | 2024-12-28T04:17:28.460Z | Compiling dtrace-parser v0.2.0 |
923 | 2024-12-28T04:17:29.097Z | Compiling want v0.3.1 |
924 | 2024-12-28T04:17:29.932Z | Compiling tokio-util v0.7.12 |
925 | 2024-12-28T04:17:30.336Z | Compiling thread-id v4.2.2 |
926 | 2024-12-28T04:17:30.462Z | Compiling syn v1.0.109 |
927 | 2024-12-28T04:17:30.663Z | Compiling ident_case v1.0.1 |
928 | 2024-12-28T04:17:30.853Z | Compiling foreign-types-shared v0.1.1 |
929 | 2024-12-28T04:17:30.967Z | Compiling h2 v0.4.6 |
930 | 2024-12-28T04:17:31.049Z | Compiling httpdate v1.0.3 |
931 | 2024-12-28T04:17:31.815Z | Compiling unicode-bidi v0.3.15 |
932 | 2024-12-28T04:17:31.957Z | Compiling rustls v0.22.4 |
933 | 2024-12-28T04:17:32.019Z | Compiling camino v1.1.9 |
934 | 2024-12-28T04:17:32.347Z | Compiling foreign-types v0.3.2 |
935 | 2024-12-28T04:17:32.454Z | Compiling darling_core v0.20.10 |
936 | 2024-12-28T04:17:32.751Z | Compiling ppv-lite86 v0.2.20 |
937 | 2024-12-28T04:17:34.293Z | Compiling slog-async v2.8.0 |
938 | 2024-12-28T04:17:34.628Z | Compiling tower-service v0.3.3 |
939 | 2024-12-28T04:17:35.322Z | Compiling rand_chacha v0.3.1 |
940 | 2024-12-28T04:17:35.720Z | Compiling idna v0.5.0 |
941 | 2024-12-28T04:17:37.038Z | Compiling hyper v1.5.1 |
942 | 2024-12-28T04:17:38.597Z | Compiling darling_macro v0.20.10 |
943 | 2024-12-28T04:17:39.148Z | Compiling typify-macro v0.2.0 |
944 | 2024-12-28T04:17:39.667Z | Compiling toml_datetime v0.6.8 |
945 | 2024-12-28T04:17:40.104Z | Compiling hyper-util v0.1.10 |
946 | 2024-12-28T04:17:43.089Z | Compiling typify v0.2.0 |
947 | 2024-12-28T04:17:43.234Z | Compiling progenitor-impl v0.8.0 |
948 | 2024-12-28T04:17:46.042Z | Compiling multer v3.1.0 |
949 | 2024-12-28T04:17:46.400Z | Compiling paste v1.0.15 |
950 | 2024-12-28T04:17:47.073Z | Compiling openssl-probe v0.1.5 |
951 | 2024-12-28T04:17:49.911Z | Compiling progenitor-macro v0.8.0 |
952 | 2024-12-28T04:17:51.057Z | Compiling darling v0.20.10 |
953 | 2024-12-28T04:17:51.178Z | Compiling url v2.5.2 |
954 | 2024-12-28T04:17:51.896Z | Compiling rand v0.8.5 |
955 | 2024-12-28T04:17:54.553Z | Compiling usdt-attr-macro v0.5.0 |
956 | 2024-12-28T04:17:56.222Z | Compiling usdt-macro v0.5.0 |
957 | 2024-12-28T04:17:56.814Z | Compiling http-body-util v0.1.2 |
958 | 2024-12-28T04:17:57.404Z | Compiling async-trait v0.1.83 |
959 | 2024-12-28T04:17:59.658Z | Compiling encoding_rs v0.8.34 |
960 | 2024-12-28T04:17:59.859Z | Compiling base64 v0.22.1 |
961 | 2024-12-28T04:17:59.898Z | Compiling ipnet v2.10.0 |
962 | 2024-12-28T04:18:00.020Z | Compiling mime v0.3.17 |
963 | 2024-12-28T04:18:00.943Z | Compiling rustls-pemfile v2.1.3 |
964 | 2024-12-28T04:18:02.992Z | Compiling tokio-rustls v0.26.0 |
965 | 2024-12-28T04:18:03.499Z | Compiling serde_with_macros v3.9.0 |
966 | 2024-12-28T04:18:04.333Z | Compiling tokio-native-tls v0.3.1 |
967 | 2024-12-28T04:18:04.640Z | Compiling strum_macros v0.26.4 |
968 | 2024-12-28T04:18:05.191Z | Compiling serde_urlencoded v0.7.1 |
969 | 2024-12-28T04:18:05.909Z | Compiling structmeta-derive v0.3.0 |
970 | 2024-12-28T04:18:06.262Z | Compiling async-stream-impl v0.3.5 |
971 | 2024-12-28T04:18:07.656Z | Compiling webpki-roots v0.26.6 |
972 | 2024-12-28T04:18:07.887Z | Compiling dropshot v0.12.0 |
973 | 2024-12-28T04:18:08.241Z | Compiling powerfmt v0.2.0 |
974 | 2024-12-28T04:18:08.642Z | Compiling crossbeam-utils v0.8.20 |
975 | 2024-12-28T04:18:09.247Z | Compiling structmeta v0.3.0 |
976 | 2024-12-28T04:18:09.292Z | Compiling deranged v0.3.11 |
977 | 2024-12-28T04:18:10.073Z | Compiling hyper-rustls v0.27.3 |
978 | 2024-12-28T04:18:10.456Z | Compiling hyper-tls v0.6.0 |
979 | 2024-12-28T04:18:11.483Z | Compiling sync_wrapper v1.0.1 |
980 | 2024-12-28T04:18:12.697Z | Compiling winnow v0.6.18 |
981 | 2024-12-28T04:18:14.095Z | Compiling num_threads v0.1.7 |
982 | 2024-12-28T04:18:14.232Z | Compiling time v0.3.36 |
983 | 2024-12-28T04:18:16.766Z | Compiling reqwest v0.12.9 |
984 | 2024-12-28T04:18:17.189Z | Compiling parse-display-derive v0.10.0 |
985 | 2024-12-28T04:18:19.117Z | Compiling block-buffer v0.10.4 |
986 | 2024-12-28T04:18:19.364Z | Compiling crypto-common v0.1.6 |
987 | 2024-12-28T04:18:19.601Z | Compiling dropshot_endpoint v0.12.0 |
988 | 2024-12-28T04:18:21.297Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
989 | 2024-12-28T04:18:23.556Z | Compiling digest v0.10.7 |
990 | 2024-12-28T04:18:23.936Z | Compiling progenitor-client v0.8.0 |
991 | 2024-12-28T04:18:24.861Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
992 | 2024-12-28T04:18:26.802Z | Compiling dirs-sys-next v0.1.2 |
993 | 2024-12-28T04:18:27.486Z | Compiling match_cfg v0.1.0 |
994 | 2024-12-28T04:18:27.817Z | Compiling lazy_static v1.5.0 |
995 | 2024-12-28T04:18:27.837Z | Compiling rustix v0.38.37 |
996 | 2024-12-28T04:18:27.970Z | Compiling hostname v0.3.1 |
997 | 2024-12-28T04:18:28.464Z | Compiling dirs-next v2.0.0 |
998 | 2024-12-28T04:18:28.687Z | Compiling progenitor v0.8.0 |
999 | 2024-12-28T04:18:28.899Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1000 | 2024-12-28T04:18:31.233Z | Compiling futures-executor v0.3.30 |
1001 | 2024-12-28T04:18:31.908Z | Compiling thread_local v1.1.8 |
1002 | 2024-12-28T04:18:32.311Z | Compiling errno v0.3.9 |
1003 | 2024-12-28T04:18:32.599Z | Compiling instant v0.1.13 |
1004 | 2024-12-28T04:18:32.771Z | Compiling cpufeatures v0.2.14 |
1005 | 2024-12-28T04:18:33.075Z | Compiling unicode-width v0.1.14 |
1006 | 2024-12-28T04:18:35.412Z | Compiling futures v0.3.30 |
1007 | 2024-12-28T04:18:36.923Z | Compiling term v0.7.0 |
1008 | 2024-12-28T04:18:37.614Z | Compiling crossbeam-channel v0.5.13 |
1009 | 2024-12-28T04:18:39.574Z | Compiling serde_spanned v0.6.7 |
1010 | 2024-12-28T04:18:39.835Z | Compiling memmap v0.7.0 |
1011 | 2024-12-28T04:18:40.214Z | Compiling is-terminal v0.4.13 |
1012 | 2024-12-28T04:18:40.352Z | Compiling take_mut v0.2.2 |
1013 | 2024-12-28T04:18:41.060Z | Compiling slog-term v2.9.1 |
1014 | 2024-12-28T04:18:41.192Z | Compiling usdt v0.5.0 |
1015 | 2024-12-28T04:18:42.662Z | Compiling toml_edit v0.22.21 |
1016 | 2024-12-28T04:18:43.698Z | Compiling slog-json v2.6.1 |
1017 | 2024-12-28T04:18:44.156Z | Compiling strum v0.26.3 |
1018 | 2024-12-28T04:18:44.356Z | Compiling serde_with v3.9.0 |
1019 | 2024-12-28T04:18:47.239Z | Compiling debug-ignore v1.0.5 |
1020 | 2024-12-28T04:18:47.404Z | Compiling heapless v0.8.0 |
1021 | 2024-12-28T04:18:48.751Z | Compiling tokio-rustls v0.25.0 |
1022 | 2024-12-28T04:18:50.366Z | Compiling toml v0.8.19 |
1023 | 2024-12-28T04:18:51.830Z | Compiling slog-bunyan v2.5.0 |
1024 | 2024-12-28T04:18:52.104Z | Compiling sha1 v0.10.6 |
1025 | 2024-12-28T04:18:52.894Z | Compiling async-stream v0.3.5 |
1026 | 2024-12-28T04:18:52.896Z | Compiling newtype-uuid v1.1.0 |
1027 | 2024-12-28T04:18:53.221Z | Compiling hex v0.4.3 |
1028 | 2024-12-28T04:18:53.223Z | Compiling serde_path_to_error v0.1.16 |
1029 | 2024-12-28T04:18:53.715Z | Compiling waitgroup v0.1.2 |
1030 | 2024-12-28T04:18:53.986Z | Compiling hostname v0.4.0 |
1031 | 2024-12-28T04:18:54.035Z | Compiling hash32 v0.3.1 |
1032 | 2024-12-28T04:18:54.249Z | Compiling stable_deref_trait v1.2.0 |
1033 | 2024-12-28T04:18:54.388Z | Compiling smoltcp v0.11.0 |
1034 | 2024-12-28T04:18:57.016Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1035 | 2024-12-28T04:18:57.212Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1036 | 2024-12-28T04:18:57.289Z | Compiling backoff v0.4.0 |
1037 | 2024-12-28T04:18:57.700Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1038 | 2024-12-28T04:18:57.737Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1039 | 2024-12-28T04:18:57.945Z | Compiling parse-display v0.10.0 |
1040 | 2024-12-28T04:18:59.891Z | Compiling macaddr v1.0.1 |
1041 | 2024-12-28T04:19:00.532Z | Compiling regress v0.9.1 |
1042 | 2024-12-28T04:19:02.347Z | Compiling clap_derive v4.5.18 |
1043 | 2024-12-28T04:19:04.016Z | Compiling managed v0.8.0 |
1044 | 2024-12-28T04:19:04.825Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1045 | 2024-12-28T04:19:05.218Z | Compiling cobs v0.2.3 |
1046 | 2024-12-28T04:19:05.524Z | Compiling bitflags v1.3.2 |
1047 | 2024-12-28T04:19:05.639Z | Compiling winnow v0.5.40 |
1048 | 2024-12-28T04:19:05.658Z | Compiling utf8parse v0.2.2 |
1049 | 2024-12-28T04:19:05.820Z | Compiling anstyle-parse v0.2.5 |
1050 | 2024-12-28T04:19:07.088Z | Compiling postcard v1.0.10 |
1051 | 2024-12-28T04:19:08.390Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1052 | 2024-12-28T04:19:09.603Z | Compiling toml_edit v0.19.15 |
1053 | 2024-12-28T04:19:14.545Z | Compiling anstyle v1.0.10 |
1054 | 2024-12-28T04:19:15.104Z | Compiling is_terminal_polyfill v1.70.1 |
1055 | 2024-12-28T04:19:15.242Z | Compiling anstyle-query v1.1.1 |
1056 | 2024-12-28T04:19:15.397Z | Compiling colorchoice v1.0.2 |
1057 | 2024-12-28T04:19:16.122Z | Compiling anstream v0.6.15 |
1058 | 2024-12-28T04:19:17.015Z | Compiling proc-macro-crate v1.3.1 |
1059 | 2024-12-28T04:19:17.476Z | Compiling terminal_size v0.4.0 |
1060 | 2024-12-28T04:19:17.933Z | Compiling clap_lex v0.7.4 |
1061 | 2024-12-28T04:19:18.033Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1062 | 2024-12-28T04:19:18.408Z | Compiling clap_builder v4.5.23 |
1063 | 2024-12-28T04:19:18.767Z | Compiling num_enum_derive v0.5.11 |
1064 | 2024-12-28T04:19:19.848Z | Compiling tabwriter v1.4.0 |
1065 | 2024-12-28T04:19:20.617Z | Compiling foreign-types-macros v0.2.3 |
1066 | 2024-12-28T04:19:21.263Z | Compiling num-integer v0.1.46 |
1067 | 2024-12-28T04:19:21.492Z | Compiling foreign-types-shared v0.3.1 |
1068 | 2024-12-28T04:19:21.968Z | Compiling foreign-types v0.5.0 |
1069 | 2024-12-28T04:19:21.987Z | Compiling num_enum v0.5.11 |
1070 | 2024-12-28T04:19:22.567Z | Compiling clap v4.5.23 |
1071 | 2024-12-28T04:19:22.678Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1072 | 2024-12-28T04:19:23.089Z | Compiling cstr-argument v0.1.2 |
1073 | 2024-12-28T04:19:23.326Z | Compiling proc-macro-error-attr v1.0.4 |
1074 | 2024-12-28T04:19:23.615Z | Compiling prettyplease v0.2.22 |
1075 | 2024-12-28T04:19:23.813Z | Compiling pretty-hex v0.2.1 |
1076 | 2024-12-28T04:19:23.941Z | Compiling heck v0.4.1 |
1077 | 2024-12-28T04:19:24.031Z | Compiling either v1.13.0 |
1078 | 2024-12-28T04:19:24.375Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1079 | 2024-12-28T04:19:24.756Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1080 | 2024-12-28T04:19:24.918Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1081 | 2024-12-28T04:19:26.208Z | Compiling num-iter v0.1.45 |
1082 | 2024-12-28T04:19:26.419Z | Compiling num-rational v0.4.2 |
1083 | 2024-12-28T04:19:27.533Z | Compiling colored v2.1.0 |
1084 | 2024-12-28T04:19:28.736Z | Compiling num-complex v0.4.6 |
1085 | 2024-12-28T04:19:29.350Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-12-28T04:19:29.516Z | Compiling proc-macro-error v1.0.4 |
1087 | 2024-12-28T04:19:29.713Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1088 | 2024-12-28T04:19:29.892Z | Compiling fastrand v2.1.1 |
1089 | 2024-12-28T04:19:30.141Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1090 | 2024-12-28T04:19:30.228Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1091 | 2024-12-28T04:19:30.397Z | Compiling tempfile v3.12.0 |
1092 | 2024-12-28T04:19:31.510Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-12-28T04:19:32.047Z | Compiling num v0.4.3 |
1094 | 2024-12-28T04:19:34.805Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1095 | 2024-12-28T04:19:35.354Z | Compiling float-ord v0.3.2 |
1096 | 2024-12-28T04:19:35.592Z | Compiling crucible-workspace-hack v0.1.0 |
1097 | 2024-12-28T04:19:35.653Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1098 | 2024-12-28T04:19:43.018Z | Compiling unicode-segmentation v1.12.0 |
1099 | 2024-12-28T04:19:43.533Z | Compiling semver v0.1.20 |
1100 | 2024-12-28T04:19:43.884Z | Compiling rustc_version v0.1.7 |
1101 | 2024-12-28T04:19:44.083Z | Compiling newline-converter v0.3.0 |
1102 | 2024-12-28T04:19:44.280Z | Compiling zone_cfg_derive v0.3.0 |
1103 | 2024-12-28T04:19:44.397Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1104 | 2024-12-28T04:19:44.488Z | Compiling camino-tempfile v1.1.1 |
1105 | 2024-12-28T04:19:45.146Z | Compiling itertools v0.10.5 |
1106 | 2024-12-28T04:19:45.295Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1107 | 2024-12-28T04:19:45.764Z | Compiling console v0.15.8 |
1108 | 2024-12-28T04:19:45.786Z | Compiling num-derive v0.4.2 |
1109 | 2024-12-28T04:19:47.335Z | Compiling sigpipe v0.1.3 |
1110 | 2024-12-28T04:19:47.474Z | Compiling similar v2.6.0 |
1111 | 2024-12-28T04:19:48.143Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1112 | 2024-12-28T04:19:48.475Z | Compiling base64ct v1.6.0 |
1113 | 2024-12-28T04:19:48.694Z | Compiling expectorate v1.1.0 |
1114 | 2024-12-28T04:19:48.723Z | Compiling zone v0.3.0 |
1115 | 2024-12-28T04:19:48.894Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1116 | 2024-12-28T04:19:49.150Z | Compiling password-hash v0.5.0 |
1117 | 2024-12-28T04:19:50.575Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1118 | 2024-12-28T04:19:51.354Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1119 | 2024-12-28T04:19:51.822Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1120 | 2024-12-28T04:19:52.368Z | Compiling newtype_derive v0.1.6 |
1121 | 2024-12-28T04:19:52.764Z | Compiling blake2 v0.10.6 |
1122 | 2024-12-28T04:19:53.814Z | Compiling hubpack_derive v0.1.1 |
1123 | 2024-12-28T04:19:53.868Z | Compiling smf v0.2.3 |
1124 | 2024-12-28T04:19:53.963Z | Compiling zerocopy-derive v0.6.6 |
1125 | 2024-12-28T04:19:54.772Z | Compiling whoami v1.5.2 |
1126 | 2024-12-28T04:19:54.821Z | Compiling fixedbitset v0.4.2 |
1127 | 2024-12-28T04:19:55.199Z | Compiling cancel-safe-futures v0.1.5 |
1128 | 2024-12-28T04:19:55.505Z | Compiling owo-colors v4.1.0 |
1129 | 2024-12-28T04:19:55.708Z | Compiling petgraph v0.6.5 |
1130 | 2024-12-28T04:19:55.991Z | Compiling zerocopy v0.6.6 |
1131 | 2024-12-28T04:19:56.141Z | Compiling hubpack v0.1.2 |
1132 | 2024-12-28T04:19:56.450Z | Compiling argon2 v0.5.3 |
1133 | 2024-12-28T04:19:56.998Z | Compiling strum_macros v0.25.3 |
1134 | 2024-12-28T04:19:58.832Z | Compiling serde-big-array v0.5.1 |
1135 | 2024-12-28T04:19:59.093Z | Compiling serde_repr v0.1.19 |
1136 | 2024-12-28T04:20:00.119Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1137 | 2024-12-28T04:20:00.314Z | Compiling cookie v0.18.1 |
1138 | 2024-12-28T04:20:00.365Z | Compiling static_assertions v1.1.0 |
1139 | 2024-12-28T04:20:00.470Z | Compiling convert_case v0.4.0 |
1140 | 2024-12-28T04:20:00.725Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-12-28T04:20:00.746Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-28T04:20:01.263Z | Compiling derive_more v0.99.18 |
1143 | 2024-12-28T04:20:02.966Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-28T04:20:03.532Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-12-28T04:20:04.221Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1146 | 2024-12-28T04:20:06.149Z | Compiling atomicwrites v0.4.4 |
1147 | 2024-12-28T04:20:06.654Z | Compiling itertools v0.13.0 |
1148 | 2024-12-28T04:20:08.032Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1149 | 2024-12-28T04:20:09.228Z | Compiling idna v0.4.0 |
1150 | 2024-12-28T04:20:09.420Z | Compiling libsw v3.3.1 |
1151 | 2024-12-28T04:20:09.658Z | Compiling enum-as-inner v0.6.1 |
1152 | 2024-12-28T04:20:09.752Z | Compiling derive-where v1.2.7 |
1153 | 2024-12-28T04:20:10.279Z | Compiling linear-map v1.2.0 |
1154 | 2024-12-28T04:20:10.505Z | Compiling indent_write v2.2.0 |
1155 | 2024-12-28T04:20:10.707Z | Compiling quick-error v1.2.3 |
1156 | 2024-12-28T04:20:10.753Z | Compiling highway v1.2.0 |
1157 | 2024-12-28T04:20:10.810Z | Compiling linked-hash-map v0.5.6 |
1158 | 2024-12-28T04:20:10.867Z | Compiling data-encoding v2.6.0 |
1159 | 2024-12-28T04:20:11.283Z | Compiling swrite v0.1.0 |
1160 | 2024-12-28T04:20:11.428Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-12-28T04:20:12.236Z | Compiling hickory-proto v0.24.1 |
1162 | 2024-12-28T04:20:13.065Z | Compiling lru-cache v0.1.2 |
1163 | 2024-12-28T04:20:13.131Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-28T04:20:13.304Z | Compiling resolv-conf v0.7.0 |
1165 | 2024-12-28T04:20:14.933Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-28T04:20:16.267Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-28T04:20:16.664Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-12-28T04:20:17.768Z | Compiling steno v0.4.1 |
1169 | 2024-12-28T04:20:18.281Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1170 | 2024-12-28T04:20:21.278Z | Compiling slog-dtrace v0.3.0 |
1171 | 2024-12-28T04:20:21.643Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-12-28T04:20:22.003Z | Compiling parking_lot_core v0.8.6 |
1173 | 2024-12-28T04:20:22.030Z | Compiling humantime v2.1.0 |
1174 | 2024-12-28T04:20:22.490Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-12-28T04:20:22.656Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1176 | 2024-12-28T04:20:22.923Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1177 | 2024-12-28T04:20:25.822Z | Compiling hickory-resolver v0.24.1 |
1178 | 2024-12-28T04:20:25.843Z | Compiling num-derive v0.3.3 |
1179 | 2024-12-28T04:20:25.889Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1180 | 2024-12-28T04:20:26.367Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1181 | 2024-12-28T04:20:27.937Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1182 | 2024-12-28T04:20:28.056Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1183 | 2024-12-28T04:20:28.242Z | Compiling parking_lot v0.11.2 |
1184 | 2024-12-28T04:20:28.308Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1185 | 2024-12-28T04:20:29.837Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1186 | 2024-12-28T04:20:30.510Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1187 | 2024-12-28T04:20:32.728Z | Compiling crossbeam-epoch v0.9.18 |
1188 | 2024-12-28T04:20:32.734Z | Compiling fxhash v0.2.1 |
1189 | 2024-12-28T04:20:32.978Z | Compiling crc32fast v1.4.2 |
1190 | 2024-12-28T04:20:33.519Z | Compiling arc-swap v1.7.1 |
1191 | 2024-12-28T04:20:33.876Z | Compiling crc8 v0.1.1 |
1192 | 2024-12-28T04:20:34.191Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1193 | 2024-12-28T04:20:34.215Z | Compiling slog-scope v4.4.0 |
1194 | 2024-12-28T04:20:34.994Z | Compiling sled v0.34.7 |
1195 | 2024-12-28T04:20:39.008Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1196 | 2024-12-28T04:20:40.814Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1197 | 2024-12-28T04:20:40.832Z | Compiling slog-stdlog v4.1.1 |
1198 | 2024-12-28T04:20:41.492Z | Compiling slog-envlogger v2.2.0 |
1199 | 2024-12-28T04:20:42.907Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-28T04:20:43.473Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1201 | 2024-12-28T04:20:53.677Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1202 | 2024-12-28T04:20:55.638Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1203 | 2024-12-28T04:21:01.348Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1204 | 2024-12-28T04:21:30.602Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1205 | 2024-12-28T04:21:30.602Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1206 | 2024-12-28T04:21:37.818Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1207 | 2024-12-28T04:21:38.130Z | + banner trio |
1208 | 2024-12-28T04:21:38.133Z | |
1209 | 2024-12-28T04:21:38.133Z | ##### ##### # #### |
1210 | 2024-12-28T04:21:38.133Z | # # # # # # |
1211 | 2024-12-28T04:21:38.133Z | # # # # # # |
1212 | 2024-12-28T04:21:38.133Z | # ##### # # # |
1213 | 2024-12-28T04:21:38.133Z | # # # # # # |
1214 | 2024-12-28T04:21:38.133Z | # # # # #### |
1215 | 2024-12-28T04:21:38.133Z | |
1216 | 2024-12-28T04:21:38.133Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1217 | 2024-12-28T04:21:38.610Z | Compiling cfg-if v1.0.0 |
1218 | 2024-12-28T04:21:38.610Z | Compiling libc v0.2.167 |
1219 | 2024-12-28T04:21:38.610Z | Compiling serde v1.0.217 |
1220 | 2024-12-28T04:21:38.613Z | Compiling once_cell v1.20.2 |
1221 | 2024-12-28T04:21:38.613Z | Compiling itoa v1.0.11 |
1222 | 2024-12-28T04:21:38.613Z | Compiling byteorder v1.5.0 |
1223 | 2024-12-28T04:21:38.682Z | Compiling syn v2.0.87 |
1224 | 2024-12-28T04:21:38.688Z | Compiling bytes v1.7.2 |
1225 | 2024-12-28T04:21:38.740Z | Compiling num-traits v0.2.19 |
1226 | 2024-12-28T04:21:38.880Z | Compiling zerocopy v0.7.35 |
1227 | 2024-12-28T04:21:39.024Z | Compiling pin-project-lite v0.2.14 |
1228 | 2024-12-28T04:21:39.066Z | Compiling ahash v0.8.11 |
1229 | 2024-12-28T04:21:39.121Z | Compiling allocator-api2 v0.2.18 |
1230 | 2024-12-28T04:21:39.138Z | Compiling scopeguard v1.2.0 |
1231 | 2024-12-28T04:21:39.147Z | Compiling smallvec v1.13.2 |
1232 | 2024-12-28T04:21:39.260Z | Compiling schemars v0.8.21 |
1233 | 2024-12-28T04:21:39.269Z | Compiling memchr v2.7.4 |
1234 | 2024-12-28T04:21:39.588Z | Compiling lock_api v0.4.12 |
1235 | 2024-12-28T04:21:39.926Z | Compiling fnv v1.0.7 |
1236 | 2024-12-28T04:21:40.056Z | Compiling hashbrown v0.14.5 |
1237 | 2024-12-28T04:21:40.080Z | Compiling log v0.4.22 |
1238 | 2024-12-28T04:21:40.083Z | Compiling futures-core v0.3.30 |
1239 | 2024-12-28T04:21:40.266Z | Compiling getrandom v0.2.15 |
1240 | 2024-12-28T04:21:40.335Z | Compiling parking_lot_core v0.9.10 |
1241 | 2024-12-28T04:21:40.504Z | Compiling mio v1.0.2 |
1242 | 2024-12-28T04:21:40.581Z | Compiling signal-hook-registry v1.4.2 |
1243 | 2024-12-28T04:21:40.610Z | Compiling socket2 v0.5.8 |
1244 | 2024-12-28T04:21:41.048Z | Compiling parking_lot v0.12.3 |
1245 | 2024-12-28T04:21:41.392Z | Compiling ryu v1.0.18 |
1246 | 2024-12-28T04:21:41.556Z | Compiling equivalent v1.0.1 |
1247 | 2024-12-28T04:21:41.961Z | Compiling tracing-core v0.1.32 |
1248 | 2024-12-28T04:21:42.020Z | Compiling serde_json v1.0.133 |
1249 | 2024-12-28T04:21:42.074Z | Compiling uuid v1.11.0 |
1250 | 2024-12-28T04:21:42.193Z | Compiling regress v0.10.1 |
1251 | 2024-12-28T04:21:42.207Z | Compiling futures-task v0.3.30 |
1252 | 2024-12-28T04:21:42.335Z | Compiling pin-utils v0.1.0 |
1253 | 2024-12-28T04:21:42.409Z | Compiling untrusted v0.9.0 |
1254 | 2024-12-28T04:21:42.423Z | Compiling spin v0.9.8 |
1255 | 2024-12-28T04:21:42.603Z | Compiling futures-sink v0.3.30 |
1256 | 2024-12-28T04:21:42.613Z | Compiling ring v0.17.8 |
1257 | 2024-12-28T04:21:42.633Z | Compiling futures-util v0.3.30 |
1258 | 2024-12-28T04:21:42.755Z | Compiling slab v0.4.9 |
1259 | 2024-12-28T04:21:43.177Z | Compiling try-lock v0.2.5 |
1260 | 2024-12-28T04:21:43.337Z | Compiling want v0.3.1 |
1261 | 2024-12-28T04:21:43.500Z | Compiling chrono v0.4.38 |
1262 | 2024-12-28T04:21:43.611Z | Compiling httparse v1.9.4 |
1263 | 2024-12-28T04:21:44.436Z | Compiling futures-channel v0.3.30 |
1264 | 2024-12-28T04:21:44.609Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-12-28T04:21:44.814Z | Compiling tower-service v0.3.3 |
1266 | 2024-12-28T04:21:44.889Z | Compiling foreign-types-shared v0.1.1 |
1267 | 2024-12-28T04:21:44.941Z | Compiling openssl-sys v0.9.103 |
1268 | 2024-12-28T04:21:44.995Z | Compiling foreign-types v0.3.2 |
1269 | 2024-12-28T04:21:45.089Z | Compiling bitflags v2.6.0 |
1270 | 2024-12-28T04:21:45.468Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-12-28T04:21:45.491Z | Compiling unicode-ident v1.0.13 |
1272 | 2024-12-28T04:21:45.686Z | Compiling proc-macro2 v1.0.86 |
1273 | 2024-12-28T04:21:45.741Z | Compiling http v1.2.0 |
1274 | 2024-12-28T04:21:46.387Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-12-28T04:21:46.825Z | Compiling tinyvec_macros v0.1.1 |
1276 | 2024-12-28T04:21:46.916Z | Compiling semver v1.0.23 |
1277 | 2024-12-28T04:21:46.936Z | Compiling tinyvec v1.8.0 |
1278 | 2024-12-28T04:21:47.465Z | Compiling quote v1.0.37 |
1279 | 2024-12-28T04:21:47.700Z | Compiling percent-encoding v2.3.1 |
1280 | 2024-12-28T04:21:48.178Z | Compiling form_urlencoded v1.2.1 |
1281 | 2024-12-28T04:21:48.656Z | Compiling unicode-normalization v0.1.24 |
1282 | 2024-12-28T04:21:49.956Z | Compiling aho-corasick v1.1.3 |
1283 | 2024-12-28T04:21:49.997Z | Compiling http v0.2.12 |
1284 | 2024-12-28T04:21:50.244Z | Compiling heck v0.5.0 |
1285 | 2024-12-28T04:21:50.420Z | Compiling rustls-pki-types v1.8.0 |
1286 | 2024-12-28T04:21:50.817Z | Compiling serde_derive v1.0.217 |
1287 | 2024-12-28T04:21:50.944Z | Compiling zerocopy-derive v0.7.35 |
1288 | 2024-12-28T04:21:51.117Z | Compiling thiserror-impl v1.0.69 |
1289 | 2024-12-28T04:21:51.608Z | Compiling tokio-macros v2.4.0 |
1290 | 2024-12-28T04:21:51.697Z | Compiling schemars_derive v0.8.21 |
1291 | 2024-12-28T04:21:53.161Z | Compiling tokio v1.42.0 |
1292 | 2024-12-28T04:21:54.123Z | Compiling tracing-attributes v0.1.27 |
1293 | 2024-12-28T04:21:54.292Z | Compiling thiserror v1.0.69 |
1294 | 2024-12-28T04:21:54.578Z | Compiling openssl-macros v0.1.1 |
1295 | 2024-12-28T04:21:54.788Z | Compiling unicode-bidi v0.3.15 |
1296 | 2024-12-28T04:21:55.417Z | Compiling openssl v0.10.66 |
1297 | 2024-12-28T04:21:55.943Z | Compiling regex-automata v0.4.7 |
1298 | 2024-12-28T04:21:57.501Z | Compiling tracing v0.1.40 |
1299 | 2024-12-28T04:21:57.786Z | Compiling idna v0.5.0 |
1300 | 2024-12-28T04:21:58.218Z | Compiling http-body v1.0.1 |
1301 | 2024-12-28T04:22:02.308Z | Compiling native-tls v0.2.12 |
1302 | 2024-12-28T04:22:03.402Z | Compiling tokio-util v0.7.12 |
1303 | 2024-12-28T04:22:03.675Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-12-28T04:22:05.487Z | Compiling indexmap v2.5.0 |
1305 | 2024-12-28T04:22:07.362Z | Compiling serde_tokenstream v0.2.2 |
1306 | 2024-12-28T04:22:07.942Z | Compiling slog v2.7.0 |
1307 | 2024-12-28T04:22:08.439Z | Compiling atomic-waker v1.1.2 |
1308 | 2024-12-28T04:22:09.201Z | Compiling regex-syntax v0.8.4 |
1309 | 2024-12-28T04:22:09.679Z | Compiling typify-impl v0.2.0 |
1310 | 2024-12-28T04:22:10.718Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1311 | 2024-12-28T04:22:11.943Z | Compiling h2 v0.4.6 |
1312 | 2024-12-28T04:22:20.873Z | Compiling openapiv3 v2.0.0 |
1313 | 2024-12-28T04:22:21.809Z | Compiling serde_urlencoded v0.7.1 |
1314 | 2024-12-28T04:22:22.412Z | Compiling regex v1.10.6 |
1315 | 2024-12-28T04:22:22.718Z | Compiling url v2.5.2 |
1316 | 2024-12-28T04:22:23.423Z | Compiling encoding_rs v0.8.34 |
1317 | 2024-12-28T04:22:25.291Z | Compiling ipnet v2.10.0 |
1318 | 2024-12-28T04:22:27.008Z | Compiling mime v0.3.17 |
1319 | 2024-12-28T04:22:27.550Z | Compiling rustls v0.21.12 |
1320 | 2024-12-28T04:22:28.107Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1321 | 2024-12-28T04:22:28.320Z | Compiling typify-macro v0.2.0 |
1322 | 2024-12-28T04:22:29.314Z | Compiling hyper v1.5.1 |
1323 | 2024-12-28T04:22:29.826Z | Compiling h2 v0.3.26 |
1324 | 2024-12-28T04:22:31.627Z | Compiling http-body v0.4.6 |
1325 | 2024-12-28T04:22:32.012Z | Compiling rustls-webpki v0.102.8 |
1326 | 2024-12-28T04:22:32.112Z | Compiling rustls-webpki v0.101.7 |
1327 | 2024-12-28T04:22:32.162Z | Compiling sct v0.7.1 |
1328 | 2024-12-28T04:22:32.599Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-28T04:22:33.345Z | Compiling subtle v2.6.1 |
1330 | 2024-12-28T04:22:33.616Z | Compiling zeroize v1.8.1 |
1331 | 2024-12-28T04:22:33.978Z | Compiling toml_datetime v0.6.8 |
1332 | 2024-12-28T04:22:34.230Z | Compiling toml_edit v0.19.15 |
1333 | 2024-12-28T04:22:34.361Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-12-28T04:22:36.237Z | Compiling hyper v0.14.30 |
1335 | 2024-12-28T04:22:36.638Z | Compiling rustls v0.23.13 |
1336 | 2024-12-28T04:22:39.616Z | Compiling hyper-util v0.1.10 |
1337 | 2024-12-28T04:22:45.561Z | Compiling lazy_static v1.5.0 |
1338 | 2024-12-28T04:22:45.666Z | Compiling tokio-rustls v0.26.0 |
1339 | 2024-12-28T04:22:45.700Z | Compiling tokio-rustls v0.24.1 |
1340 | 2024-12-28T04:22:46.162Z | Compiling proc-macro-crate v1.3.1 |
1341 | 2024-12-28T04:22:46.202Z | Compiling http-body-util v0.1.2 |
1342 | 2024-12-28T04:22:46.789Z | Compiling webpki-roots v0.26.6 |
1343 | 2024-12-28T04:22:47.004Z | Compiling base64 v0.22.1 |
1344 | 2024-12-28T04:22:47.013Z | Compiling base64 v0.21.7 |
1345 | 2024-12-28T04:22:47.181Z | Compiling crossbeam-utils v0.8.20 |
1346 | 2024-12-28T04:22:47.199Z | Compiling num_enum_derive v0.5.11 |
1347 | 2024-12-28T04:22:48.112Z | Compiling rustls-pemfile v2.1.3 |
1348 | 2024-12-28T04:22:48.142Z | Compiling rustls-pemfile v1.0.4 |
1349 | 2024-12-28T04:22:48.792Z | Compiling hyper-rustls v0.27.3 |
1350 | 2024-12-28T04:22:48.869Z | Compiling hyper-tls v0.6.0 |
1351 | 2024-12-28T04:22:48.933Z | Compiling hyper-rustls v0.24.2 |
1352 | 2024-12-28T04:22:49.296Z | Compiling hyper-tls v0.5.0 |
1353 | 2024-12-28T04:22:49.371Z | Compiling typify v0.2.0 |
1354 | 2024-12-28T04:22:49.381Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1355 | 2024-12-28T04:22:49.600Z | Compiling ipnetwork v0.20.0 |
1356 | 2024-12-28T04:22:50.578Z | Compiling ppv-lite86 v0.2.20 |
1357 | 2024-12-28T04:22:50.851Z | Compiling foreign-types-macros v0.2.3 |
1358 | 2024-12-28T04:22:51.515Z | Compiling rand_core v0.6.4 |
1359 | 2024-12-28T04:22:51.961Z | Compiling sync_wrapper v1.0.1 |
1360 | 2024-12-28T04:22:52.113Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-28T04:22:52.155Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-12-28T04:22:52.200Z | Compiling powerfmt v0.2.0 |
1363 | 2024-12-28T04:22:52.319Z | Compiling sync_wrapper v0.1.2 |
1364 | 2024-12-28T04:22:52.454Z | Compiling foreign-types-shared v0.3.1 |
1365 | 2024-12-28T04:22:52.573Z | Compiling foreign-types v0.5.0 |
1366 | 2024-12-28T04:22:52.687Z | Compiling deranged v0.3.11 |
1367 | 2024-12-28T04:22:52.697Z | Compiling time-macros v0.2.18 |
1368 | 2024-12-28T04:22:52.753Z | Compiling reqwest v0.11.27 |
1369 | 2024-12-28T04:22:53.487Z | Compiling dirs-next v2.0.0 |
1370 | 2024-12-28T04:22:53.752Z | Compiling reqwest v0.12.9 |
1371 | 2024-12-28T04:22:54.996Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1372 | 2024-12-28T04:22:55.752Z | Compiling rand_chacha v0.3.1 |
1373 | 2024-12-28T04:22:57.501Z | Compiling progenitor-impl v0.8.0 |
1374 | 2024-12-28T04:23:01.792Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1375 | 2024-12-28T04:23:04.295Z | Compiling num_enum v0.5.11 |
1376 | 2024-12-28T04:23:04.473Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1377 | 2024-12-28T04:23:06.449Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1378 | 2024-12-28T04:23:06.641Z | Compiling cstr-argument v0.1.2 |
1379 | 2024-12-28T04:23:06.664Z | Compiling thread_local v1.1.8 |
1380 | 2024-12-28T04:23:06.817Z | Compiling num-conv v0.1.0 |
1381 | 2024-12-28T04:23:06.901Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-12-28T04:23:07.078Z | Compiling time-core v0.1.2 |
1383 | 2024-12-28T04:23:07.109Z | Compiling either v1.13.0 |
1384 | 2024-12-28T04:23:07.270Z | Compiling arc-swap v1.7.1 |
1385 | 2024-12-28T04:23:07.368Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1386 | 2024-12-28T04:23:07.555Z | Compiling itertools v0.12.1 |
1387 | 2024-12-28T04:23:07.979Z | Compiling slog-scope v4.4.0 |
1388 | 2024-12-28T04:23:08.872Z | Compiling time v0.3.36 |
1389 | 2024-12-28T04:23:08.874Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1390 | 2024-12-28T04:23:09.242Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1391 | 2024-12-28T04:23:10.149Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1392 | 2024-12-28T04:23:10.326Z | Compiling crossbeam-channel v0.5.13 |
1393 | 2024-12-28T04:23:11.347Z | Compiling progenitor-macro v0.8.0 |
1394 | 2024-12-28T04:23:11.987Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-12-28T04:23:18.101Z | Compiling rand v0.8.5 |
1396 | 2024-12-28T04:23:19.982Z | Compiling progenitor-client v0.8.0 |
1397 | 2024-12-28T04:23:20.935Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1398 | 2024-12-28T04:23:22.085Z | Compiling term v0.7.0 |
1399 | 2024-12-28T04:23:25.198Z | Compiling anyhow v1.0.94 |
1400 | 2024-12-28T04:23:26.619Z | Compiling colored v2.1.0 |
1401 | 2024-12-28T04:23:26.764Z | Compiling is-terminal v0.4.13 |
1402 | 2024-12-28T04:23:26.894Z | Compiling winnow v0.6.18 |
1403 | 2024-12-28T04:23:27.888Z | Compiling take_mut v0.2.2 |
1404 | 2024-12-28T04:23:28.054Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1405 | 2024-12-28T04:23:28.408Z | Compiling slog-async v2.8.0 |
1406 | 2024-12-28T04:23:31.302Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1407 | 2024-12-28T04:23:31.455Z | Compiling slog-term v2.9.1 |
1408 | 2024-12-28T04:23:34.269Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1409 | 2024-12-28T04:23:34.494Z | Compiling progenitor v0.8.0 |
1410 | 2024-12-28T04:23:34.714Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1411 | 2024-12-28T04:23:38.095Z | Compiling slog-stdlog v4.1.1 |
1412 | 2024-12-28T04:23:38.498Z | Compiling slog-envlogger v2.2.0 |
1413 | 2024-12-28T04:23:38.928Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1414 | 2024-12-28T04:23:40.692Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1415 | 2024-12-28T04:23:55.744Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1416 | 2024-12-28T04:24:03.182Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1417 | 2024-12-28T04:24:03.266Z | Running unittests src/lib.rs (target/release/deps/mg_tests-7bba72dcf831ed55) |
1418 | 2024-12-28T04:24:03.313Z | |
1419 | 2024-12-28T04:24:03.313Z | running 1 test |
1420 | 2024-12-28T04:24:03.483Z | configure zone |
1421 | 2024-12-28T04:24:03.546Z | install zone |
1422 | 2024-12-28T04:25:03.324Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1423 | 2024-12-28T04:26:06.174Z | boot zone |
1424 | 2024-12-28T04:26:07.050Z | start zone s1 |
1425 | 2024-12-28T04:26:07.050Z | configure zone |
1426 | 2024-12-28T04:26:07.058Z | install zone |
1427 | 2024-12-28T04:28:03.676Z | boot zone |
1428 | 2024-12-28T04:28:04.472Z | start zone s2 |
1429 | 2024-12-28T04:28:04.472Z | configure zone |
1430 | 2024-12-28T04:28:04.480Z | install zone |
1431 | 2024-12-28T04:30:00.681Z | boot zone |
1432 | 2024-12-28T04:30:01.521Z | start zone t1 |
1433 | 2024-12-28T04:30:01.521Z | configure zone |
1434 | 2024-12-28T04:30:01.529Z | install zone |
1435 | 2024-12-28T04:32:01.648Z | boot zone |
1436 | 2024-12-28T04:32:02.654Z | waiting for zones to come up |
1437 | 2024-12-28T04:32:12.656Z | [sidecar.trio] svcs milestone/network |
1438 | 2024-12-28T04:32:12.726Z | STATE STIME FMRI |
1439 | 2024-12-28T04:32:12.726Z | online 20:26:25 svc:/milestone/network:default |
1440 | 2024-12-28T04:32:12.726Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-28T04:32:12.773Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1442 | 2024-12-28T04:32:12.821Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1443 | 2024-12-28T04:32:12.863Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1444 | 2024-12-28T04:32:12.867Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1445 | 2024-12-28T04:32:12.888Z | |
1446 | 2024-12-28T04:32:12.888Z | running zone s1.trio setup |
1447 | 2024-12-28T04:32:12.888Z | [s1.trio] svcs milestone/network |
1448 | 2024-12-28T04:32:12.912Z | STATE STIME FMRI |
1449 | 2024-12-28T04:32:12.912Z | online 20:28:22 svc:/milestone/network:default |
1450 | 2024-12-28T04:32:12.912Z | [s1.trio] dladm |
1451 | 2024-12-28T04:32:12.934Z | LINK CLASS MTU STATE BRIDGE OVER |
1452 | 2024-12-28T04:32:12.934Z | sl0 simnet 9000 up -- ? |
1453 | 2024-12-28T04:32:12.934Z | mg2 vnic 9000 up -- ? |
1454 | 2024-12-28T04:32:12.934Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1455 | 2024-12-28T04:32:13.525Z | |
1456 | 2024-12-28T04:32:13.525Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1457 | 2024-12-28T04:32:13.552Z | |
1458 | 2024-12-28T04:32:13.552Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1459 | 2024-12-28T04:32:13.573Z | |
1460 | 2024-12-28T04:32:13.573Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1461 | 2024-12-28T04:32:13.663Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1462 | 2024-12-28T04:32:13.704Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 14fecaae-1496-4a33-87d2-37c354f38b6c --sled-uuid 8e9347f1-b382-4073-a405-e32530ebc570 -a sl0/v6 &> /opt/ddmd.log & |
1463 | 2024-12-28T04:32:13.726Z | |
1464 | 2024-12-28T04:32:13.726Z | running zone s2.trio setup |
1465 | 2024-12-28T04:32:13.726Z | [s2.trio] svcs milestone/network |
1466 | 2024-12-28T04:32:13.750Z | STATE STIME FMRI |
1467 | 2024-12-28T04:32:13.750Z | online 20:30:19 svc:/milestone/network:default |
1468 | 2024-12-28T04:32:13.750Z | [s2.trio] dladm |
1469 | 2024-12-28T04:32:13.773Z | LINK CLASS MTU STATE BRIDGE OVER |
1470 | 2024-12-28T04:32:13.773Z | sl1 simnet 9000 up -- ? |
1471 | 2024-12-28T04:32:13.773Z | mg3 vnic 9000 up -- ? |
1472 | 2024-12-28T04:32:13.773Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1473 | 2024-12-28T04:32:14.304Z | |
1474 | 2024-12-28T04:32:14.304Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1475 | 2024-12-28T04:32:14.331Z | |
1476 | 2024-12-28T04:32:14.331Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1477 | 2024-12-28T04:32:14.352Z | |
1478 | 2024-12-28T04:32:14.353Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1479 | 2024-12-28T04:32:14.399Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1480 | 2024-12-28T04:32:14.421Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b07e70e6-3e7e-4ec1-9868-1292b8092bda --sled-uuid 2f0332ac-699e-477e-8c42-129df8b16e77 -a sl1/v6 &> /opt/ddmd.log & |
1481 | 2024-12-28T04:32:14.442Z | |
1482 | 2024-12-28T04:32:14.442Z | running zone t1.trio setup |
1483 | 2024-12-28T04:32:14.442Z | [t1.trio] svcs milestone/network |
1484 | 2024-12-28T04:32:14.466Z | STATE STIME FMRI |
1485 | 2024-12-28T04:32:14.466Z | - - svc:/milestone/network:default |
1486 | 2024-12-28T04:32:15.467Z | [t1.trio] svcs milestone/network |
1487 | 2024-12-28T04:32:15.489Z | STATE STIME FMRI |
1488 | 2024-12-28T04:32:15.489Z | - - svc:/milestone/network:default |
1489 | 2024-12-28T04:32:16.489Z | [t1.trio] svcs milestone/network |
1490 | 2024-12-28T04:32:16.510Z | STATE STIME FMRI |
1491 | 2024-12-28T04:32:16.510Z | - - svc:/milestone/network:default |
1492 | 2024-12-28T04:32:17.511Z | [t1.trio] svcs milestone/network |
1493 | 2024-12-28T04:32:17.533Z | STATE STIME FMRI |
1494 | 2024-12-28T04:32:17.534Z | - - svc:/milestone/network:default |
1495 | 2024-12-28T04:32:18.534Z | [t1.trio] svcs milestone/network |
1496 | 2024-12-28T04:32:18.556Z | STATE STIME FMRI |
1497 | 2024-12-28T04:32:18.556Z | - - svc:/milestone/network:default |
1498 | 2024-12-28T04:32:19.556Z | [t1.trio] svcs milestone/network |
1499 | 2024-12-28T04:32:19.578Z | STATE STIME FMRI |
1500 | 2024-12-28T04:32:19.578Z | - - svc:/milestone/network:default |
1501 | 2024-12-28T04:32:20.579Z | [t1.trio] svcs milestone/network |
1502 | 2024-12-28T04:32:20.602Z | STATE STIME FMRI |
1503 | 2024-12-28T04:32:20.602Z | offline 20:32:19 svc:/milestone/network:default |
1504 | 2024-12-28T04:32:21.602Z | [t1.trio] svcs milestone/network |
1505 | 2024-12-28T04:32:21.625Z | STATE STIME FMRI |
1506 | 2024-12-28T04:32:21.625Z | online 20:32:20 svc:/milestone/network:default |
1507 | 2024-12-28T04:32:21.625Z | [t1.trio] dladm |
1508 | 2024-12-28T04:32:21.647Z | LINK CLASS MTU STATE BRIDGE OVER |
1509 | 2024-12-28T04:32:21.647Z | tfportrear0_0 simnet 9000 up -- ? |
1510 | 2024-12-28T04:32:21.647Z | tfportrear1_0 simnet 9000 up -- ? |
1511 | 2024-12-28T04:32:21.647Z | mg1 vnic 9000 up -- ? |
1512 | 2024-12-28T04:32:21.647Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1513 | 2024-12-28T04:32:22.291Z | |
1514 | 2024-12-28T04:32:22.291Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1515 | 2024-12-28T04:32:22.315Z | |
1516 | 2024-12-28T04:32:22.315Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1517 | 2024-12-28T04:32:22.338Z | |
1518 | 2024-12-28T04:32:22.338Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1519 | 2024-12-28T04:32:22.358Z | |
1520 | 2024-12-28T04:32:22.358Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1521 | 2024-12-28T04:32:22.552Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1522 | 2024-12-28T04:32:22.557Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1523 | 2024-12-28T04:32:22.560Z | waiting 3s for copy of files to zone to complete ... |
1524 | 2024-12-28T04:32:25.561Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1525 | 2024-12-28T04:32:25.607Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1526 | 2024-12-28T04:32:25.629Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1527 | 2024-12-28T04:32:25.722Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1528 | 2024-12-28T04:32:25.766Z | [t1.trio] svcadm enable dendrite |
1529 | 2024-12-28T04:32:25.807Z | |
1530 | 2024-12-28T04:32:25.807Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1531 | 2024-12-28T04:32:25.852Z | |
1532 | 2024-12-28T04:32:25.852Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1533 | 2024-12-28T04:32:25.895Z | |
1534 | 2024-12-28T04:32:25.895Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1535 | 2024-12-28T04:32:25.938Z | |
1536 | 2024-12-28T04:32:25.938Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1537 | 2024-12-28T04:32:25.980Z | |
1538 | 2024-12-28T04:32:25.980Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1539 | 2024-12-28T04:32:26.022Z | |
1540 | 2024-12-28T04:32:26.022Z | [t1.trio] svcadm refresh dendrite:default |
1541 | 2024-12-28T04:32:26.059Z | |
1542 | 2024-12-28T04:32:26.060Z | [t1.trio] svcadm restart dendrite:default |
1543 | 2024-12-28T04:32:26.096Z | |
1544 | 2024-12-28T04:32:26.096Z | wait 10s for dendrite to come up ... |
1545 | 2024-12-28T04:32:36.099Z | [t1.trio] svcadm enable tfport |
1546 | 2024-12-28T04:32:36.140Z | |
1547 | 2024-12-28T04:32:36.140Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1548 | 2024-12-28T04:32:36.162Z | |
1549 | 2024-12-28T04:32:36.162Z | [t1.trio] ipadm |
1550 | 2024-12-28T04:32:36.186Z | ADDROBJ TYPE STATE ADDR |
1551 | 2024-12-28T04:32:36.186Z | lo0/v4 static ok 127.0.0.1/8 |
1552 | 2024-12-28T04:32:36.186Z | mg1/v4 static ok 10.0.0.3/24 |
1553 | 2024-12-28T04:32:36.186Z | lo0/v6 static ok ::1/128 |
1554 | 2024-12-28T04:32:36.186Z | lo0/u6 static ok fd00:3::1/64 |
1555 | 2024-12-28T04:32:36.186Z | tfportrear0_0/v6 addrconf ok fe80::f826:62ff:feb1:7252%tfportrear0_0/10 |
1556 | 2024-12-28T04:32:36.186Z | tfportrear1_0/v6 addrconf ok fe80::8432:10ff:fe62:fa71%tfportrear1_0/10 |
1557 | 2024-12-28T04:32:38.400Z | initial peering test passed |
1558 | 2024-12-28T04:32:39.404Z | advertise from one passed |
1559 | 2024-12-28T04:32:40.406Z | advertise from two passed |
1560 | 2024-12-28T04:32:40.406Z | [s1.trio] ping fd00:2::1 |
1561 | 2024-12-28T04:32:40.437Z | fd00:2::1 is alive |
1562 | 2024-12-28T04:32:40.437Z | [s2.trio] ping fd00:1::1 |
1563 | 2024-12-28T04:32:40.458Z | fd00:1::1 is alive |
1564 | 2024-12-28T04:32:40.458Z | connectivity test passed |
1565 | 2024-12-28T04:32:40.458Z | [t1.trio] pkill ddmd |
1566 | 2024-12-28T04:32:40.479Z | |
1567 | 2024-12-28T04:32:46.485Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1568 | 2024-12-28T04:32:46.524Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1569 | 2024-12-28T04:32:46.542Z | [t1.trio] svcadm enable dendrite |
1570 | 2024-12-28T04:32:46.582Z | |
1571 | 2024-12-28T04:32:46.582Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1572 | 2024-12-28T04:32:46.626Z | |
1573 | 2024-12-28T04:32:46.626Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1574 | 2024-12-28T04:32:46.670Z | |
1575 | 2024-12-28T04:32:46.670Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1576 | 2024-12-28T04:32:46.712Z | |
1577 | 2024-12-28T04:32:46.712Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1578 | 2024-12-28T04:32:46.755Z | |
1579 | 2024-12-28T04:32:46.755Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1580 | 2024-12-28T04:32:46.798Z | |
1581 | 2024-12-28T04:32:46.798Z | [t1.trio] svcadm refresh dendrite:default |
1582 | 2024-12-28T04:32:46.838Z | |
1583 | 2024-12-28T04:32:46.838Z | [t1.trio] svcadm restart dendrite:default |
1584 | 2024-12-28T04:32:46.876Z | |
1585 | 2024-12-28T04:32:46.876Z | wait 10s for dendrite to come up ... |
1586 | 2024-12-28T04:32:56.878Z | [t1.trio] svcadm enable tfport |
1587 | 2024-12-28T04:32:56.918Z | |
1588 | 2024-12-28T04:32:56.918Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1589 | 2024-12-28T04:32:56.940Z | |
1590 | 2024-12-28T04:32:56.940Z | [t1.trio] ipadm |
1591 | 2024-12-28T04:32:56.965Z | ADDROBJ TYPE STATE ADDR |
1592 | 2024-12-28T04:32:56.965Z | lo0/v4 static ok 127.0.0.1/8 |
1593 | 2024-12-28T04:32:56.965Z | mg1/v4 static ok 10.0.0.3/24 |
1594 | 2024-12-28T04:32:56.965Z | lo0/v6 static ok ::1/128 |
1595 | 2024-12-28T04:32:56.965Z | lo0/u6 static ok fd00:3::1/64 |
1596 | 2024-12-28T04:32:56.965Z | tfportrear0_0/v6 addrconf ok fe80::f826:62ff:feb1:7252%tfportrear0_0/10 |
1597 | 2024-12-28T04:32:56.965Z | tfportrear1_0/v6 addrconf ok fe80::8432:10ff:fe62:fa71%tfportrear1_0/10 |
1598 | 2024-12-28T04:32:59.968Z | [s1.trio] ping fd00:2::1 |
1599 | 2024-12-28T04:32:59.993Z | fd00:2::1 is alive |
1600 | 2024-12-28T04:32:59.993Z | [s2.trio] ping fd00:1::1 |
1601 | 2024-12-28T04:33:00.014Z | fd00:1::1 is alive |
1602 | 2024-12-28T04:33:00.014Z | transit router restart passed |
1603 | 2024-12-28T04:33:00.014Z | [s1.trio] pkill ddmd |
1604 | 2024-12-28T04:33:00.035Z | |
1605 | 2024-12-28T04:33:05.041Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ded83947-6661-4053-8d2b-98283f109dc5 --sled-uuid ce0b32c0-d7d0-436a-a607-60588d4b2328 -a sl0/v6 &> /opt/ddmd.log & |
1606 | 2024-12-28T04:33:05.063Z | |
1607 | 2024-12-28T04:33:08.068Z | [s1.trio] ping fd00:2::1 |
1608 | 2024-12-28T04:33:08.094Z | fd00:2::1 is alive |
1609 | 2024-12-28T04:33:08.095Z | [s2.trio] ping fd00:1::1 |
1610 | 2024-12-28T04:33:08.116Z | fd00:1::1 is alive |
1611 | 2024-12-28T04:33:08.116Z | server router restart passed |
1612 | 2024-12-28T04:33:11.123Z | peer expiration recovery passed |
1613 | 2024-12-28T04:33:12.124Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1614 | 2024-12-28T04:33:12.151Z | 3 |
1615 | 2024-12-28T04:33:12.151Z | redundant advertise passed |
1616 | 2024-12-28T04:33:13.154Z | tunnel endpoint advertise passed |
1617 | 2024-12-28T04:33:18.157Z | redundant tunnel endpoint advertise passed |
1618 | 2024-12-28T04:33:18.157Z | [s1.trio] pkill ddmd |
1619 | 2024-12-28T04:33:18.180Z | |
1620 | 2024-12-28T04:33:23.181Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 47144d32-c7dc-4f13-88dc-df422a4dd6d7 --sled-uuid 561cbb9f-a297-4f07-9885-7f0f667e969e -a sl0/v6 &> /opt/ddmd.log & |
1621 | 2024-12-28T04:33:23.203Z | |
1622 | 2024-12-28T04:33:28.270Z | tunnel router restart passed |
1623 | 2024-12-28T04:33:29.273Z | tunnel endpoint withdraw passed |
1624 | 2024-12-28T04:33:29.287Z | [t1.trio] pkill ddmd |
1625 | 2024-12-28T04:33:29.316Z | |
1626 | 2024-12-28T04:33:29.316Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1627 | 2024-12-28T04:33:29.320Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1628 | 2024-12-28T04:33:31.832Z | [s2.trio] pkill ddmd |
1629 | 2024-12-28T04:33:31.854Z | |
1630 | 2024-12-28T04:33:31.854Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1631 | 2024-12-28T04:33:34.247Z | [s1.trio] pkill ddmd |
1632 | 2024-12-28T04:33:34.268Z | |
1633 | 2024-12-28T04:33:34.268Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1634 | 2024-12-28T04:33:36.676Z | [sidecar.trio] pkill softnpu |
1635 | 2024-12-28T04:33:36.697Z | |
1636 | 2024-12-28T04:33:36.697Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1637 | 2024-12-28T04:33:39.310Z | test ddm::test_trio_v2_transit ... ok |
1638 | 2024-12-28T04:33:39.310Z | |
1639 | 2024-12-28T04:33:39.310Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 575.90s |
1640 | 2024-12-28T04:33:39.310Z | |
1641 | 2024-12-28T04:33:39.340Z | + cleanup |
1642 | 2024-12-28T04:33:39.342Z | ++ id -un |
1643 | 2024-12-28T04:33:39.445Z | ++ id -gn |
1644 | 2024-12-28T04:33:39.448Z | + pfexec chown -R build:build . |
1645 | 2024-12-28T04:33:39.527Z | process exited: duration 1118415 ms, exit code 0 |
|
1646 | 2024-12-28T04:33:39.538Z | found 4 output files |
1647 | 2024-12-28T04:33:39.538Z | uploading: /work/s1.trio.log (4203 bytes) |
1648 | 2024-12-28T04:33:40.547Z | uploaded: /work/s1.trio.log |
1649 | 2024-12-28T04:33:40.547Z | uploading: /work/s2.trio.log (10933 bytes) |
1650 | 2024-12-28T04:33:41.559Z | uploaded: /work/s2.trio.log |
1651 | 2024-12-28T04:33:41.562Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1652 | 2024-12-28T04:33:42.568Z | uploaded: /work/sidecar.trio-softnpu.log |
1653 | 2024-12-28T04:33:42.568Z | uploading: /work/t1.trio.log (26195 bytes) |
1654 | 2024-12-28T04:33:43.577Z | uploaded: /work/t1.trio.log |