|
|
|
1 | 2024-12-28T04:14:23.333Z | job assigned to worker 01JG5QG49K09S86HKNYKBA4W3C [factory aws, i-0c5ecfc81371154e9] (queued for 1 m 0 s) |
|
2 | 2024-12-28T04:14:31.673Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:31.680Z | ++ uname -s |
4 | 2024-12-28T04:14:31.682Z | + kern=SunOS |
5 | 2024-12-28T04:14:31.682Z | + case "$kern" in |
6 | 2024-12-28T04:14:31.682Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:31.685Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:33.690Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:33.830Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:33.833Z | + home_fs=zfs |
11 | 2024-12-28T04:14:33.833Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:33.833Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:33.835Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:34.836Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:34.839Z | process exited: duration 3166 ms, exit code 0 |
|
16 | 2024-12-28T04:14:34.844Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:34.849Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:34.849Z | ' stable |
19 | 2024-12-28T04:14:34.849Z | * toolchain channel = "stable" |
20 | 2024-12-28T04:14:34.849Z | * toolchain profile = "default" |
21 | 2024-12-28T04:14:34.849Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-28T04:14:34.849Z | ' default |
23 | 2024-12-28T04:14:34.852Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:34.852Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:35.145Z | info: downloading installer |
26 | 2024-12-28T04:14:36.653Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:36.653Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:36.653Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:36.799Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:36.799Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:37.643Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:37.966Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:39.149Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:40.855Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:47.303Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:47.547Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:48.341Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:48.711Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:50.398Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:52.044Z | info: installing component 'rustc' |
41 | 2024-12-28T04:14:57.604Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:14:57.928Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:14:57.928Z | |
44 | 2024-12-28T04:14:58.284Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:14:58.284Z | |
46 | 2024-12-28T04:14:58.286Z | |
47 | 2024-12-28T04:14:58.286Z | Rust is installed now. Great! |
48 | 2024-12-28T04:14:58.286Z | |
49 | 2024-12-28T04:14:58.286Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:14:58.286Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:14:58.286Z | |
52 | 2024-12-28T04:14:58.286Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:14:58.286Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:14:58.286Z | |
55 | 2024-12-28T04:14:58.286Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:14:58.286Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:14:58.287Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:14:58.349Z | + rustc --version |
59 | 2024-12-28T04:14:58.413Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:14:58.416Z | process exited: duration 23566 ms, exit code 0 |
|
61 | 2024-12-28T04:14:58.421Z | starting task 2: "authentication" |
62 | 2024-12-28T04:14:58.442Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:14:58.447Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:14:58.452Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:14:58.454Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:14:59.203Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:15:00.206Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:15:00.208Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:15:00.492Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:15:00.492Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:15:00.500Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:15:00.503Z | ++ git branch --show-current |
73 | 2024-12-28T04:15:00.505Z | + current=main |
74 | 2024-12-28T04:15:00.505Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:15:00.505Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:15:00.508Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:15:00.521Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:15:00.523Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:15:00.535Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:15:00.538Z | process exited: duration 2088 ms, exit code 0 |
|
81 | 2024-12-28T04:15:00.544Z | starting task 4: "build" |
82 | 2024-12-28T04:15:00.548Z | ++ cargo --version |
83 | 2024-12-28T04:15:00.553Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:15:00.692Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-28T04:15:00.692Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:15:01.394Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:15:01.655Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:15:02.632Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:15:04.155Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:15:09.608Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:15:09.818Z | info: installing component 'cargo' |
92 | 2024-12-28T04:15:10.613Z | info: installing component 'clippy' |
93 | 2024-12-28T04:15:10.971Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:15:12.546Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:15:14.223Z | info: installing component 'rustc' |
96 | 2024-12-28T04:15:19.729Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:15:20.133Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-28T04:15:20.135Z | ++ rustc --version |
99 | 2024-12-28T04:15:20.203Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-28T04:15:20.206Z | ++ dladm |
101 | 2024-12-28T04:15:20.211Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-28T04:15:20.211Z | ena0 phys 9216 up -- -- |
103 | 2024-12-28T04:15:20.214Z | ++ ipadm |
104 | 2024-12-28T04:15:20.214Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-28T04:15:20.214Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-28T04:15:20.214Z | ena0/dhcp dhcp ok 10.150.1.178/24 |
107 | 2024-12-28T04:15:20.214Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-28T04:15:20.217Z | ++ banner collect |
109 | 2024-12-28T04:15:20.268Z | |
110 | 2024-12-28T04:15:20.268Z | #### #### # # ###### #### ##### |
111 | 2024-12-28T04:15:20.268Z | # # # # # # # # # # |
112 | 2024-12-28T04:15:20.268Z | # # # # # ##### # # |
113 | 2024-12-28T04:15:20.268Z | # # # # # # # # |
114 | 2024-12-28T04:15:20.268Z | # # # # # # # # # # |
115 | 2024-12-28T04:15:20.268Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-28T04:15:20.268Z | |
117 | 2024-12-28T04:15:20.272Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-28T04:15:20.272Z | ++ repo=softnpu |
119 | 2024-12-28T04:15:20.272Z | ++ series=image |
120 | 2024-12-28T04:15:20.272Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-28T04:15:20.272Z | ++ name=softnpu |
122 | 2024-12-28T04:15:20.272Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-28T04:15:20.272Z | ++ mkdir -p download |
124 | 2024-12-28T04:15:20.272Z | ++ pushd download |
125 | 2024-12-28T04:15:20.272Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-28T04:15:20.272Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-28T04:15:20.272Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-28T04:15:20.278Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-28T04:15:20.278Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-28T04:15:20.809Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
3 21.8M 3 731k 0 0 3542k 0 0:00:06 --:--:-- 0:00:06 3535k
100 21.8M 100 21.8M 0 0 41.1M 0 --:--:-- --:--:-- --:--:-- 41.2M |
131 | 2024-12-28T04:15:20.813Z | ++ popd |
132 | 2024-12-28T04:15:20.813Z | /work/oxidecomputer/maghemite |
133 | 2024-12-28T04:15:20.813Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-28T04:15:20.813Z | ++ repo=sidecar-lite |
135 | 2024-12-28T04:15:20.813Z | ++ series=release |
136 | 2024-12-28T04:15:20.813Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-28T04:15:20.813Z | ++ name=libsidecar_lite.so |
138 | 2024-12-28T04:15:20.813Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-28T04:15:20.813Z | ++ mkdir -p download |
140 | 2024-12-28T04:15:20.817Z | ++ pushd download |
141 | 2024-12-28T04:15:20.817Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-28T04:15:20.817Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-28T04:15:20.817Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-28T04:15:20.823Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-28T04:15:20.823Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-28T04:15:21.577Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
73 20.3M 73 14.8M 0 0 22.4M 0 --:--:-- --:--:-- --:--:-- 22.4M
100 20.3M 100 20.3M 0 0 26.9M 0 --:--:-- --:--:-- --:--:-- 26.9M |
147 | 2024-12-28T04:15:21.580Z | ++ popd |
148 | 2024-12-28T04:15:21.580Z | /work/oxidecomputer/maghemite |
149 | 2024-12-28T04:15:21.580Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-28T04:15:21.581Z | ++ repo=sidecar-lite |
151 | 2024-12-28T04:15:21.581Z | ++ series=release |
152 | 2024-12-28T04:15:21.581Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-28T04:15:21.581Z | ++ name=scadm |
154 | 2024-12-28T04:15:21.581Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-28T04:15:21.581Z | ++ mkdir -p download |
156 | 2024-12-28T04:15:21.585Z | ++ pushd download |
157 | 2024-12-28T04:15:21.585Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-28T04:15:21.585Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-28T04:15:21.585Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-28T04:15:21.589Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-28T04:15:21.594Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-28T04:15:22.316Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 31.4M 0 --:--:-- --:--:-- --:--:-- 31.4M |
163 | 2024-12-28T04:15:22.320Z | ++ popd |
164 | 2024-12-28T04:15:22.320Z | /work/oxidecomputer/maghemite |
165 | 2024-12-28T04:15:22.320Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-28T04:15:22.320Z | ++ repo=dendrite |
167 | 2024-12-28T04:15:22.320Z | ++ series=image |
168 | 2024-12-28T04:15:22.320Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-28T04:15:22.320Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-28T04:15:22.320Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-28T04:15:22.320Z | ++ mkdir -p download |
172 | 2024-12-28T04:15:22.321Z | ++ pushd download |
173 | 2024-12-28T04:15:22.321Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-28T04:15:22.321Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-28T04:15:22.321Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-28T04:15:22.327Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-28T04:15:22.328Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-28T04:15:23.168Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
4 37.5M 4 1599k 0 0 9.9M 0 0:00:03 --:--:-- 0:00:03 9.8M
100 37.5M 100 37.5M 0 0 45.2M 0 --:--:-- --:--:-- --:--:-- 45.2M |
179 | 2024-12-28T04:15:23.190Z | ++ popd |
180 | 2024-12-28T04:15:23.190Z | /work/oxidecomputer/maghemite |
181 | 2024-12-28T04:15:23.190Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-28T04:15:23.190Z | ++ repo=maghemite |
183 | 2024-12-28T04:15:23.190Z | ++ series=release |
184 | 2024-12-28T04:15:23.190Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-28T04:15:23.190Z | ++ name=ddmd |
186 | 2024-12-28T04:15:23.190Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-28T04:15:23.190Z | ++ mkdir -p download |
188 | 2024-12-28T04:15:23.190Z | ++ pushd download |
189 | 2024-12-28T04:15:23.190Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-28T04:15:23.190Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-28T04:15:23.191Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-28T04:15:23.191Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-28T04:15:23.191Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-28T04:15:24.203Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
14 40.9M 14 6139k 0 0 19.0M 0 0:00:02 --:--:-- 0:00:02 19.0M
100 40.9M 100 40.9M 0 0 39.7M 0 0:00:01 0:00:01 --:--:-- 39.7M |
195 | 2024-12-28T04:15:24.208Z | ++ popd |
196 | 2024-12-28T04:15:24.208Z | /work/oxidecomputer/maghemite |
197 | 2024-12-28T04:15:24.208Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-28T04:15:24.208Z | ++ repo=maghemite |
199 | 2024-12-28T04:15:24.208Z | ++ series=release |
200 | 2024-12-28T04:15:24.208Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-28T04:15:24.209Z | ++ name=ddmadm |
202 | 2024-12-28T04:15:24.209Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-28T04:15:24.209Z | ++ mkdir -p download |
204 | 2024-12-28T04:15:24.209Z | ++ pushd download |
205 | 2024-12-28T04:15:24.209Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-28T04:15:24.209Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-28T04:15:24.209Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-28T04:15:24.215Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-28T04:15:24.215Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-28T04:15:24.700Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
20 18.0M 20 3707k 0 0 13.3M 0 0:00:01 --:--:-- 0:00:01 13.3M
100 18.0M 100 18.0M 0 0 37.3M 0 --:--:-- --:--:-- --:--:-- 37.3M |
211 | 2024-12-28T04:15:24.703Z | ++ popd |
212 | 2024-12-28T04:15:24.703Z | /work/oxidecomputer/maghemite |
213 | 2024-12-28T04:15:24.704Z | ++ pushd download |
214 | 2024-12-28T04:15:24.704Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-28T04:15:24.704Z | ++ chmod +x softnpu |
216 | 2024-12-28T04:15:24.704Z | ++ chmod +x scadm |
217 | 2024-12-28T04:15:24.708Z | ++ chmod +x ddmadm |
218 | 2024-12-28T04:15:24.708Z | ++ chmod +x ddmd |
219 | 2024-12-28T04:15:24.711Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-28T04:15:24.711Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-28T04:15:24.711Z | ++ rm -rf zones/dendrite |
222 | 2024-12-28T04:15:24.715Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-28T04:15:24.715Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-28T04:15:25.579Z | ++ popd |
225 | 2024-12-28T04:15:25.580Z | /work/oxidecomputer/maghemite |
226 | 2024-12-28T04:15:25.580Z | ++ banner install |
227 | 2024-12-28T04:15:25.586Z | |
228 | 2024-12-28T04:15:25.586Z | # # # #### ##### ## # # |
229 | 2024-12-28T04:15:25.586Z | # ## # # # # # # # |
230 | 2024-12-28T04:15:25.586Z | # # # # #### # # # # # |
231 | 2024-12-28T04:15:25.587Z | # # # # # # ###### # # |
232 | 2024-12-28T04:15:25.587Z | # # ## # # # # # # # |
233 | 2024-12-28T04:15:25.587Z | # # # #### # # # ###### ###### |
234 | 2024-12-28T04:15:25.587Z | |
235 | 2024-12-28T04:15:25.587Z | ++ pkg info brand/sparse |
236 | 2024-12-28T04:15:25.587Z | ++ grep -qi installed |
237 | 2024-12-28T04:15:37.602Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-28T04:15:37.602Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-28T04:15:37.602Z | |
240 | 2024-12-28T04:15:37.602Z | brand/sparse |
241 | 2024-12-28T04:15:37.644Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-28T04:15:37.644Z | ++ set -o errexit |
243 | 2024-12-28T04:15:37.645Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-28T04:15:45.471Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-28T04:15:49.376Z | Startup: Caching catalogs ... Done |
246 | 2024-12-28T04:15:59.975Z | Planning: Solver setup ... Done |
247 | 2024-12-28T04:16:00.112Z | Planning: Running solver ... Done |
248 | 2024-12-28T04:16:00.580Z | Planning: Finding local manifests ... Done |
249 | 2024-12-28T04:16:00.592Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-28T04:16:00.848Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-28T04:16:01.440Z | Planning: Package planning ... Done |
252 | 2024-12-28T04:16:01.446Z | Planning: Merging actions ... Done |
253 | 2024-12-28T04:16:02.254Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-28T04:16:08.922Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-28T04:16:09.414Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-28T04:16:09.528Z | Planning: Planning completed in 20.06 seconds |
257 | 2024-12-28T04:16:09.542Z | Packages to install: 1 |
258 | 2024-12-28T04:16:09.542Z | Packages to update: 2 |
259 | 2024-12-28T04:16:09.542Z | Create boot environment: No |
260 | 2024-12-28T04:16:09.545Z | Create backup boot environment: Yes |
261 | 2024-12-28T04:16:09.913Z | |
262 | 2024-12-28T04:16:09.913Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-28T04:16:14.982Z | Download: 917/1009 items 8.0/8.0MB 99% complete (2.0M/s) |
264 | 2024-12-28T04:16:16.707Z | Download: Completed 8.03 MB in 6.79 seconds (1.2M/s) |
265 | 2024-12-28T04:16:17.630Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-12-28T04:16:17.645Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-12-28T04:16:17.755Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-12-28T04:16:18.090Z | Actions: Completed 1419 actions in 0.46 seconds. |
269 | 2024-12-28T04:16:18.290Z | Done |
270 | 2024-12-28T04:16:18.293Z | Done |
271 | 2024-12-28T04:16:18.810Z | Done |
272 | 2024-12-28T04:16:25.408Z | Done |
273 | 2024-12-28T04:16:25.940Z | Done |
274 | 2024-12-28T04:16:25.944Z | Done |
275 | 2024-12-28T04:16:26.059Z | Done |
276 | 2024-12-28T04:16:26.439Z | ++ set -o errexit |
277 | 2024-12-28T04:16:26.439Z | ++ set -o pipefail |
278 | 2024-12-28T04:16:26.439Z | ++ banner build |
279 | 2024-12-28T04:16:26.442Z | |
280 | 2024-12-28T04:16:26.442Z | ##### # # # # ##### |
281 | 2024-12-28T04:16:26.442Z | # # # # # # # # |
282 | 2024-12-28T04:16:26.442Z | ##### # # # # # # |
283 | 2024-12-28T04:16:26.442Z | # # # # # # # # |
284 | 2024-12-28T04:16:26.442Z | # # # # # # # # |
285 | 2024-12-28T04:16:26.442Z | ##### #### # ###### ##### |
286 | 2024-12-28T04:16:26.442Z | |
287 | 2024-12-28T04:16:26.442Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-12-28T04:16:26.619Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-12-28T04:16:26.890Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-12-28T04:16:27.101Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-12-28T04:16:27.101Z | * [new branch] ci -> origin/ci |
292 | 2024-12-28T04:16:27.104Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
293 | 2024-12-28T04:16:27.104Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
294 | 2024-12-28T04:16:27.104Z | * [new branch] main -> origin/main |
295 | 2024-12-28T04:16:27.104Z | * [new ref] -> origin/HEAD |
296 | 2024-12-28T04:16:27.117Z | Updating crates.io index |
297 | 2024-12-28T04:16:27.139Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2024-12-28T04:16:27.946Z | From https://github.com/oxidecomputer/falcon |
299 | 2024-12-28T04:16:27.946Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
300 | 2024-12-28T04:16:28.107Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
301 | 2024-12-28T04:16:29.190Z | From https://github.com/oxidecomputer/dendrite |
302 | 2024-12-28T04:16:29.190Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
303 | 2024-12-28T04:16:29.243Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2024-12-28T04:16:29.689Z | From https://github.com/oxidecomputer/ispf |
305 | 2024-12-28T04:16:29.689Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
306 | 2024-12-28T04:16:29.698Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2024-12-28T04:16:30.122Z | From https://github.com/oxidecomputer/netadm-sys |
308 | 2024-12-28T04:16:30.122Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
309 | 2024-12-28T04:16:30.133Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
310 | 2024-12-28T04:16:33.516Z | From https://github.com/oxidecomputer/omicron |
311 | 2024-12-28T04:16:33.516Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
312 | 2024-12-28T04:16:33.545Z | * [new tag] dogfood -> dogfood |
313 | 2024-12-28T04:16:33.547Z | * [new tag] v5 -> v5 |
314 | 2024-12-28T04:16:33.547Z | * [new tag] v6 -> v6 |
315 | 2024-12-28T04:16:33.547Z | * [new tag] v7 -> v7 |
316 | 2024-12-28T04:16:33.547Z | * [new tag] v8 -> v8 |
317 | 2024-12-28T04:16:33.547Z | * [new tag] v9 -> v9 |
318 | 2024-12-28T04:16:33.890Z | Updating git repository `https://github.com/oxidecomputer/opte` |
319 | 2024-12-28T04:16:34.493Z | From https://github.com/oxidecomputer/opte |
320 | 2024-12-28T04:16:34.493Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
321 | 2024-12-28T04:16:34.536Z | Updating git repository `https://github.com/illumos/smf-rs` |
322 | 2024-12-28T04:16:34.907Z | From https://github.com/illumos/smf-rs |
323 | 2024-12-28T04:16:34.907Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
324 | 2024-12-28T04:16:35.085Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
325 | 2024-12-28T04:16:35.575Z | From https://github.com/oxidecomputer/maghemite |
326 | 2024-12-28T04:16:35.575Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
327 | 2024-12-28T04:16:35.591Z | * [new tag] rift -> rift |
328 | 2024-12-28T04:16:35.594Z | * [new tag] srp -> srp |
329 | 2024-12-28T04:16:35.594Z | * [new tag] tie-spf -> tie-spf |
330 | 2024-12-28T04:16:35.624Z | Updating git repository `https://github.com/oxidecomputer/zone` |
331 | 2024-12-28T04:16:35.998Z | From https://github.com/oxidecomputer/zone |
332 | 2024-12-28T04:16:35.998Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
333 | 2024-12-28T04:16:36.026Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
334 | 2024-12-28T04:16:36.751Z | From https://github.com/oxidecomputer/propolis |
335 | 2024-12-28T04:16:36.751Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
336 | 2024-12-28T04:16:36.893Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2024-12-28T04:16:37.295Z | From https://github.com/oxidecomputer/dlpi-sys |
338 | 2024-12-28T04:16:37.295Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
339 | 2024-12-28T04:16:37.329Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
340 | 2024-12-28T04:16:37.707Z | From https://github.com/jmesmon/rust-libzfs |
341 | 2024-12-28T04:16:37.707Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
342 | 2024-12-28T04:16:37.721Z | * [new tag] v0.4.0 -> v0.4.0 |
343 | 2024-12-28T04:16:37.734Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
344 | 2024-12-28T04:16:38.220Z | From https://github.com/oxidecomputer/rusty-doors |
345 | 2024-12-28T04:16:38.220Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
346 | 2024-12-28T04:16:38.242Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
347 | 2024-12-28T04:16:38.719Z | From https://github.com/oxidecomputer/maghemite |
348 | 2024-12-28T04:16:38.719Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
349 | 2024-12-28T04:16:38.768Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
350 | 2024-12-28T04:16:39.121Z | From https://github.com/oxidecomputer/serde_human_bytes |
351 | 2024-12-28T04:16:39.122Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
352 | 2024-12-28T04:16:39.149Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
353 | 2024-12-28T04:16:39.520Z | From https://github.com/oxidecomputer/slog-error-chain |
354 | 2024-12-28T04:16:39.520Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
355 | 2024-12-28T04:16:39.555Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
356 | 2024-12-28T04:16:39.917Z | From https://github.com/oxidecomputer/poptrie |
357 | 2024-12-28T04:16:39.918Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
358 | 2024-12-28T04:16:39.970Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
359 | 2024-12-28T04:16:40.367Z | From https://github.com/illumos/libscf-sys |
360 | 2024-12-28T04:16:40.367Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
361 | 2024-12-28T04:16:40.376Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
362 | 2024-12-28T04:16:41.317Z | From https://github.com/oxidecomputer/progenitor |
363 | 2024-12-28T04:16:41.317Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
364 | 2024-12-28T04:16:41.337Z | * [new tag] v0.1.1 -> v0.1.1 |
365 | 2024-12-28T04:16:41.340Z | * [new tag] v0.2.0 -> v0.2.0 |
366 | 2024-12-28T04:16:41.340Z | * [new tag] v0.3.0 -> v0.3.0 |
367 | 2024-12-28T04:16:41.340Z | * [new tag] v0.4.0 -> v0.4.0 |
368 | 2024-12-28T04:16:41.340Z | * [new tag] v0.5.0 -> v0.5.0 |
369 | 2024-12-28T04:16:41.340Z | * [new tag] v0.6.0 -> v0.6.0 |
370 | 2024-12-28T04:16:41.340Z | * [new tag] v0.7.0 -> v0.7.0 |
371 | 2024-12-28T04:16:41.598Z | Updating git repository `https://github.com/oxidecomputer/typify` |
372 | 2024-12-28T04:16:42.413Z | From https://github.com/oxidecomputer/typify |
373 | 2024-12-28T04:16:42.413Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
374 | 2024-12-28T04:16:42.415Z | * [new tag] v0.2.0 -> v0.2.0 |
375 | 2024-12-28T04:16:42.432Z | * [new tag] v0.0.10 -> v0.0.10 |
376 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.11 -> v0.0.11 |
377 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.12 -> v0.0.12 |
378 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.13 -> v0.0.13 |
379 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.14 -> v0.0.14 |
380 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.15 -> v0.0.15 |
381 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.16 -> v0.0.16 |
382 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.4 -> v0.0.4 |
383 | 2024-12-28T04:16:42.434Z | * [new tag] v0.0.5 -> v0.0.5 |
384 | 2024-12-28T04:16:42.435Z | * [new tag] v0.0.7 -> v0.0.7 |
385 | 2024-12-28T04:16:42.435Z | * [new tag] v0.0.8 -> v0.0.8 |
386 | 2024-12-28T04:16:42.435Z | * [new tag] v0.0.9 -> v0.0.9 |
387 | 2024-12-28T04:16:42.435Z | * [new tag] v0.1.0 -> v0.1.0 |
388 | 2024-12-28T04:16:42.574Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
389 | 2024-12-28T04:16:43.528Z | From https://github.com/oxidecomputer/crucible |
390 | 2024-12-28T04:16:43.528Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
391 | 2024-12-28T04:16:43.604Z | Updating git repository `https://github.com/oxidecomputer/opte` |
392 | 2024-12-28T04:16:44.023Z | From https://github.com/oxidecomputer/opte |
393 | 2024-12-28T04:16:44.023Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
394 | 2024-12-28T04:16:44.069Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
395 | 2024-12-28T04:16:44.749Z | From https://github.com/oxidecomputer/management-gateway-service |
396 | 2024-12-28T04:16:44.749Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
397 | 2024-12-28T04:16:45.595Z | Downloading crates ... |
398 | 2024-12-28T04:16:45.683Z | Downloaded anstyle-parse v0.2.5 |
399 | 2024-12-28T04:16:45.687Z | Downloaded anstyle v1.0.10 |
400 | 2024-12-28T04:16:45.693Z | Downloaded ahash v0.8.11 |
401 | 2024-12-28T04:16:45.703Z | Downloaded float-ord v0.3.2 |
402 | 2024-12-28T04:16:45.708Z | Downloaded async-stream-impl v0.3.5 |
403 | 2024-12-28T04:16:45.708Z | Downloaded equivalent v1.0.1 |
404 | 2024-12-28T04:16:45.708Z | Downloaded const-random-macro v0.1.16 |
405 | 2024-12-28T04:16:45.713Z | Downloaded foreign-types-shared v0.3.1 |
406 | 2024-12-28T04:16:45.715Z | Downloaded foreign-types v0.3.2 |
407 | 2024-12-28T04:16:45.715Z | Downloaded anstyle-query v1.1.1 |
408 | 2024-12-28T04:16:45.718Z | Downloaded crunchy v0.2.2 |
409 | 2024-12-28T04:16:45.724Z | Downloaded darling_macro v0.20.10 |
410 | 2024-12-28T04:16:45.727Z | Downloaded cstr-argument v0.1.2 |
411 | 2024-12-28T04:16:45.729Z | Downloaded foreign-types-shared v0.1.1 |
412 | 2024-12-28T04:16:45.731Z | Downloaded crucible-workspace-hack v0.1.0 |
413 | 2024-12-28T04:16:45.731Z | Downloaded foreign-types v0.5.0 |
414 | 2024-12-28T04:16:45.735Z | Downloaded dtrace-parser v0.2.0 |
415 | 2024-12-28T04:16:45.738Z | Downloaded crc8 v0.1.1 |
416 | 2024-12-28T04:16:45.738Z | Downloaded ciborium-ll v0.2.2 |
417 | 2024-12-28T04:16:45.743Z | Downloaded errno v0.3.9 |
418 | 2024-12-28T04:16:45.746Z | Downloaded dirs-next v2.0.0 |
419 | 2024-12-28T04:16:45.749Z | Downloaded colorchoice v1.0.2 |
420 | 2024-12-28T04:16:45.749Z | Downloaded autocfg v1.3.0 |
421 | 2024-12-28T04:16:45.751Z | Downloaded embedded-io v0.6.1 |
422 | 2024-12-28T04:16:45.751Z | Downloaded atomic-waker v1.1.2 |
423 | 2024-12-28T04:16:45.753Z | Downloaded dirs-sys-next v0.1.2 |
424 | 2024-12-28T04:16:45.753Z | Downloaded convert_case v0.4.0 |
425 | 2024-12-28T04:16:45.756Z | Downloaded cfg-if v1.0.0 |
426 | 2024-12-28T04:16:45.756Z | Downloaded byteorder v1.5.0 |
427 | 2024-12-28T04:16:45.759Z | Downloaded cpufeatures v0.2.14 |
428 | 2024-12-28T04:16:45.761Z | Downloaded base64ct v1.6.0 |
429 | 2024-12-28T04:16:45.764Z | Downloaded backoff v0.4.0 |
430 | 2024-12-28T04:16:45.764Z | Downloaded defmt-macros v0.3.9 |
431 | 2024-12-28T04:16:45.767Z | Downloaded futures-io v0.3.30 |
432 | 2024-12-28T04:16:45.770Z | Downloaded fixedbitset v0.4.2 |
433 | 2024-12-28T04:16:45.770Z | Downloaded fastrand v2.1.1 |
434 | 2024-12-28T04:16:45.774Z | Downloaded futures-macro v0.3.30 |
435 | 2024-12-28T04:16:45.774Z | Downloaded clap_derive v4.5.18 |
436 | 2024-12-28T04:16:45.777Z | Downloaded futures-executor v0.3.30 |
437 | 2024-12-28T04:16:45.777Z | Downloaded embedded-io v0.4.0 |
438 | 2024-12-28T04:16:45.780Z | Downloaded bitflags v1.3.2 |
439 | 2024-12-28T04:16:45.783Z | Downloaded fnv v1.0.7 |
440 | 2024-12-28T04:16:45.783Z | Downloaded http-body v1.0.1 |
441 | 2024-12-28T04:16:45.785Z | Downloaded ciborium v0.2.2 |
442 | 2024-12-28T04:16:45.788Z | Downloaded camino-tempfile v1.1.1 |
443 | 2024-12-28T04:16:45.790Z | Downloaded futures-core v0.3.30 |
444 | 2024-12-28T04:16:45.790Z | Downloaded foreign-types-macros v0.2.3 |
445 | 2024-12-28T04:16:45.793Z | Downloaded either v1.13.0 |
446 | 2024-12-28T04:16:45.793Z | Downloaded dyn-clone v1.0.17 |
447 | 2024-12-28T04:16:45.796Z | Downloaded debug-ignore v1.0.5 |
448 | 2024-12-28T04:16:45.796Z | Downloaded crc32fast v1.4.2 |
449 | 2024-12-28T04:16:45.799Z | Downloaded linked-hash-map v0.5.6 |
450 | 2024-12-28T04:16:45.799Z | Downloaded digest v0.10.7 |
451 | 2024-12-28T04:16:45.802Z | Downloaded deranged v0.3.11 |
452 | 2024-12-28T04:16:45.802Z | Downloaded defmt-parser v0.3.4 |
453 | 2024-12-28T04:16:45.805Z | Downloaded newtype_derive v0.1.6 |
454 | 2024-12-28T04:16:45.805Z | Downloaded pin-project-lite v0.2.14 |
455 | 2024-12-28T04:16:45.811Z | Downloaded futures-channel v0.3.30 |
456 | 2024-12-28T04:16:45.815Z | Downloaded block-buffer v0.10.4 |
457 | 2024-12-28T04:16:45.815Z | Downloaded argon2 v0.5.3 |
458 | 2024-12-28T04:16:45.818Z | Downloaded pkg-config v0.3.31 |
459 | 2024-12-28T04:16:45.818Z | Downloaded dof v0.3.0 |
460 | 2024-12-28T04:16:45.822Z | Downloaded defmt v0.3.8 |
461 | 2024-12-28T04:16:45.825Z | Downloaded tinyvec_macros v0.1.1 |
462 | 2024-12-28T04:16:45.825Z | Downloaded pretty-hex v0.4.1 |
463 | 2024-12-28T04:16:45.825Z | Downloaded bitflags v2.6.0 |
464 | 2024-12-28T04:16:45.829Z | Downloaded http-body-util v0.1.2 |
465 | 2024-12-28T04:16:45.831Z | Downloaded plain v0.2.3 |
466 | 2024-12-28T04:16:45.833Z | Downloaded proc-macro-crate v3.2.0 |
467 | 2024-12-28T04:16:45.834Z | Downloaded derive-where v1.2.7 |
468 | 2024-12-28T04:16:45.839Z | Downloaded proc-macro-error v1.0.4 |
469 | 2024-12-28T04:16:45.842Z | Downloaded proc-macro-crate v1.3.1 |
470 | 2024-12-28T04:16:45.844Z | Downloaded futures-sink v0.3.30 |
471 | 2024-12-28T04:16:45.844Z | Downloaded powerfmt v0.2.0 |
472 | 2024-12-28T04:16:45.847Z | Downloaded ppv-lite86 v0.2.20 |
473 | 2024-12-28T04:16:45.847Z | Downloaded postcard v1.0.10 |
474 | 2024-12-28T04:16:45.851Z | Downloaded num_enum_derive v0.5.11 |
475 | 2024-12-28T04:16:45.855Z | Downloaded darling v0.20.10 |
476 | 2024-12-28T04:16:45.855Z | Downloaded prettyplease v0.2.22 |
477 | 2024-12-28T04:16:45.858Z | Downloaded paste v1.0.15 |
478 | 2024-12-28T04:16:45.861Z | Downloaded dropshot_endpoint v0.12.0 |
479 | 2024-12-28T04:16:45.865Z | Downloaded portable-atomic v1.8.0 |
480 | 2024-12-28T04:16:45.873Z | Downloaded structmeta v0.3.0 |
481 | 2024-12-28T04:16:45.876Z | Downloaded allocator-api2 v0.2.18 |
482 | 2024-12-28T04:16:45.880Z | Downloaded derive_more v0.99.18 |
483 | 2024-12-28T04:16:45.883Z | Downloaded sync_wrapper v1.0.1 |
484 | 2024-12-28T04:16:45.885Z | Downloaded scroll_derive v0.12.0 |
485 | 2024-12-28T04:16:45.885Z | Downloaded strsim v0.11.1 |
486 | 2024-12-28T04:16:45.891Z | Downloaded untrusted v0.9.0 |
487 | 2024-12-28T04:16:45.891Z | Downloaded enum-as-inner v0.6.1 |
488 | 2024-12-28T04:16:45.891Z | Downloaded static_assertions v1.1.0 |
489 | 2024-12-28T04:16:45.894Z | Downloaded serde-big-array v0.5.1 |
490 | 2024-12-28T04:16:45.894Z | Downloaded parse-display-derive v0.10.0 |
491 | 2024-12-28T04:16:45.894Z | Downloaded tokio-native-tls v0.3.1 |
492 | 2024-12-28T04:16:45.897Z | Downloaded proc-macro-error-attr v1.0.4 |
493 | 2024-12-28T04:16:45.900Z | Downloaded hyper-tls v0.5.0 |
494 | 2024-12-28T04:16:45.900Z | Downloaded quinn-udp v0.5.5 |
495 | 2024-12-28T04:16:45.903Z | Downloaded const-random v0.1.18 |
496 | 2024-12-28T04:16:45.903Z | Downloaded cancel-safe-futures v0.1.5 |
497 | 2024-12-28T04:16:45.908Z | Downloaded hostname v0.3.1 |
498 | 2024-12-28T04:16:45.911Z | Downloaded futures v0.3.30 |
499 | 2024-12-28T04:16:45.915Z | Downloaded usdt-attr-macro v0.5.0 |
500 | 2024-12-28T04:16:45.915Z | Downloaded password-hash v0.5.0 |
501 | 2024-12-28T04:16:45.917Z | Downloaded structmeta-derive v0.3.0 |
502 | 2024-12-28T04:16:45.917Z | Downloaded num-iter v0.1.45 |
503 | 2024-12-28T04:16:45.920Z | Downloaded memmap v0.7.0 |
504 | 2024-12-28T04:16:45.920Z | Downloaded num-integer v0.1.46 |
505 | 2024-12-28T04:16:45.923Z | Downloaded semver v0.1.20 |
506 | 2024-12-28T04:16:45.923Z | Downloaded quick-error v1.2.3 |
507 | 2024-12-28T04:16:45.926Z | Downloaded num_threads v0.1.7 |
508 | 2024-12-28T04:16:45.929Z | Downloaded cc v1.1.21 |
509 | 2024-12-28T04:16:45.932Z | Downloaded parse-display v0.10.0 |
510 | 2024-12-28T04:16:45.932Z | Downloaded zeroize v1.8.1 |
511 | 2024-12-28T04:16:45.934Z | Downloaded terminal_size v0.4.0 |
512 | 2024-12-28T04:16:45.937Z | Downloaded is-terminal v0.4.13 |
513 | 2024-12-28T04:16:45.937Z | Downloaded serde_spanned v0.6.7 |
514 | 2024-12-28T04:16:45.937Z | Downloaded serde_path_to_error v0.1.16 |
515 | 2024-12-28T04:16:45.941Z | Downloaded tokio-rustls v0.25.0 |
516 | 2024-12-28T04:16:45.943Z | Downloaded whoami v1.5.2 |
517 | 2024-12-28T04:16:45.947Z | Downloaded zerocopy-derive v0.7.35 |
518 | 2024-12-28T04:16:45.949Z | Downloaded slab v0.4.9 |
519 | 2024-12-28T04:16:45.952Z | Downloaded signal-hook-registry v1.4.2 |
520 | 2024-12-28T04:16:45.952Z | Downloaded base64 v0.22.1 |
521 | 2024-12-28T04:16:45.955Z | Downloaded rustversion v1.0.17 |
522 | 2024-12-28T04:16:45.958Z | Downloaded generic-array v0.14.7 |
523 | 2024-12-28T04:16:45.961Z | Downloaded quote v1.0.37 |
524 | 2024-12-28T04:16:45.964Z | Downloaded resolv-conf v0.7.0 |
525 | 2024-12-28T04:16:45.966Z | Downloaded serde_tokenstream v0.2.2 |
526 | 2024-12-28T04:16:45.966Z | Downloaded try-lock v0.2.5 |
527 | 2024-12-28T04:16:45.970Z | Downloaded slog-json v2.6.1 |
528 | 2024-12-28T04:16:45.970Z | Downloaded http-body v0.4.6 |
529 | 2024-12-28T04:16:45.973Z | Downloaded smf v0.2.3 |
530 | 2024-12-28T04:16:45.973Z | Downloaded hyper-util v0.1.10 |
531 | 2024-12-28T04:16:45.976Z | Downloaded omicron-workspace-hack v0.1.0 |
532 | 2024-12-28T04:16:45.980Z | Downloaded sha1 v0.10.6 |
533 | 2024-12-28T04:16:45.986Z | Downloaded hyper-tls v0.6.0 |
534 | 2024-12-28T04:16:45.986Z | Downloaded openssl-probe v0.1.5 |
535 | 2024-12-28T04:16:45.986Z | Downloaded tokio-rustls v0.24.1 |
536 | 2024-12-28T04:16:45.989Z | Downloaded typify-macro v0.2.0 |
537 | 2024-12-28T04:16:45.991Z | Downloaded tiny-keccak v2.0.2 |
538 | 2024-12-28T04:16:45.995Z | Downloaded slog-async v2.8.0 |
539 | 2024-12-28T04:16:45.998Z | Downloaded scroll v0.12.0 |
540 | 2024-12-28T04:16:46.000Z | Downloaded blake2 v0.10.6 |
541 | 2024-12-28T04:16:46.003Z | Downloaded usdt-macro v0.5.0 |
542 | 2024-12-28T04:16:46.005Z | Downloaded openssl-macros v0.1.1 |
543 | 2024-12-28T04:16:46.005Z | Downloaded serde_with_macros v3.9.0 |
544 | 2024-12-28T04:16:46.008Z | Downloaded tracing-attributes v0.1.27 |
545 | 2024-12-28T04:16:46.010Z | Downloaded itoa v1.0.11 |
546 | 2024-12-28T04:16:46.013Z | Downloaded openssl-sys v0.9.103 |
547 | 2024-12-28T04:16:46.016Z | Downloaded strum v0.26.3 |
548 | 2024-12-28T04:16:46.019Z | Downloaded toml_datetime v0.6.8 |
549 | 2024-12-28T04:16:46.021Z | Downloaded getrandom v0.2.15 |
550 | 2024-12-28T04:16:46.023Z | Downloaded percent-encoding v2.3.1 |
551 | 2024-12-28T04:16:46.023Z | Downloaded heck v0.4.1 |
552 | 2024-12-28T04:16:46.026Z | Downloaded num_enum v0.7.3 |
553 | 2024-12-28T04:16:46.031Z | Downloaded sha2 v0.10.8 |
554 | 2024-12-28T04:16:46.033Z | Downloaded futures-task v0.3.30 |
555 | 2024-12-28T04:16:46.036Z | Downloaded instant v0.1.13 |
556 | 2024-12-28T04:16:46.036Z | Downloaded parking_lot v0.12.3 |
557 | 2024-12-28T04:16:46.038Z | Downloaded slog-term v2.9.1 |
558 | 2024-12-28T04:16:46.040Z | Downloaded want v0.3.1 |
559 | 2024-12-28T04:16:46.044Z | Downloaded thread_local v1.1.8 |
560 | 2024-12-28T04:16:46.046Z | Downloaded match_cfg v0.1.0 |
561 | 2024-12-28T04:16:46.046Z | Downloaded ident_case v1.0.1 |
562 | 2024-12-28T04:16:46.046Z | Downloaded num-conv v0.1.0 |
563 | 2024-12-28T04:16:46.046Z | Downloaded fxhash v0.2.1 |
564 | 2024-12-28T04:16:46.048Z | Downloaded highway v1.2.0 |
565 | 2024-12-28T04:16:46.051Z | Downloaded thiserror-impl v1.0.69 |
566 | 2024-12-28T04:16:46.051Z | Downloaded utf8parse v0.2.2 |
567 | 2024-12-28T04:16:46.053Z | Downloaded progenitor-impl v0.8.0 |
568 | 2024-12-28T04:16:46.057Z | Downloaded num v0.4.3 |
569 | 2024-12-28T04:16:46.057Z | Downloaded thiserror v1.0.69 |
570 | 2024-12-28T04:16:46.060Z | Downloaded time-core v0.1.2 |
571 | 2024-12-28T04:16:46.062Z | Downloaded hubpack_derive v0.1.1 |
572 | 2024-12-28T04:16:46.063Z | Downloaded usdt v0.5.0 |
573 | 2024-12-28T04:16:46.065Z | Downloaded indexmap v2.5.0 |
574 | 2024-12-28T04:16:46.069Z | Downloaded swrite v0.1.0 |
575 | 2024-12-28T04:16:46.071Z | Downloaded semver v1.0.23 |
576 | 2024-12-28T04:16:46.072Z | Downloaded parking_lot v0.11.2 |
577 | 2024-12-28T04:16:46.074Z | Downloaded sync_wrapper v0.1.2 |
578 | 2024-12-28T04:16:46.074Z | Downloaded stable_deref_trait v1.2.0 |
579 | 2024-12-28T04:16:46.077Z | Downloaded no-std-compat v0.4.1 |
580 | 2024-12-28T04:16:46.077Z | Downloaded ryu v1.0.18 |
581 | 2024-12-28T04:16:46.079Z | Downloaded once_cell v1.20.2 |
582 | 2024-12-28T04:16:46.082Z | Downloaded subtle v2.6.1 |
583 | 2024-12-28T04:16:46.084Z | Downloaded strum_macros v0.25.3 |
584 | 2024-12-28T04:16:46.087Z | Downloaded zone_cfg_derive v0.3.0 |
585 | 2024-12-28T04:16:46.087Z | Downloaded httpdate v1.0.3 |
586 | 2024-12-28T04:16:46.089Z | Downloaded take_mut v0.2.2 |
587 | 2024-12-28T04:16:46.089Z | Downloaded uuid v1.11.0 |
588 | 2024-12-28T04:16:46.091Z | Downloaded multer v3.1.0 |
589 | 2024-12-28T04:16:46.094Z | Downloaded native-tls v0.2.12 |
590 | 2024-12-28T04:16:46.096Z | Downloaded ucd-trie v0.1.6 |
591 | 2024-12-28T04:16:46.099Z | Downloaded hash32 v0.3.1 |
592 | 2024-12-28T04:16:46.099Z | Downloaded num-derive v0.3.3 |
593 | 2024-12-28T04:16:46.101Z | Downloaded unicode-ident v1.0.13 |
594 | 2024-12-28T04:16:46.104Z | Downloaded socket2 v0.5.8 |
595 | 2024-12-28T04:16:46.106Z | Downloaded smartstring v1.0.1 |
596 | 2024-12-28T04:16:46.109Z | Downloaded macaddr v1.0.1 |
597 | 2024-12-28T04:16:46.111Z | Downloaded similar v2.6.0 |
598 | 2024-12-28T04:16:46.117Z | Downloaded tracing-core v0.1.32 |
599 | 2024-12-28T04:16:46.121Z | Downloaded hubpack v0.1.2 |
600 | 2024-12-28T04:16:46.125Z | Downloaded spin v0.9.8 |
601 | 2024-12-28T04:16:46.125Z | Downloaded schemars v0.8.21 |
602 | 2024-12-28T04:16:46.138Z | Downloaded typenum v1.17.0 |
603 | 2024-12-28T04:16:46.141Z | Downloaded pest_derive v2.7.13 |
604 | 2024-12-28T04:16:46.141Z | Downloaded rand v0.8.5 |
605 | 2024-12-28T04:16:46.144Z | Downloaded hex v0.4.3 |
606 | 2024-12-28T04:16:46.147Z | Downloaded tabwriter v1.4.0 |
607 | 2024-12-28T04:16:46.147Z | Downloaded pest_generator v2.7.13 |
608 | 2024-12-28T04:16:46.149Z | Downloaded hostname v0.4.0 |
609 | 2024-12-28T04:16:46.149Z | Downloaded newline-converter v0.3.0 |
610 | 2024-12-28T04:16:46.149Z | Downloaded unicode-bidi v0.3.15 |
611 | 2024-12-28T04:16:46.153Z | Downloaded heck v0.5.0 |
612 | 2024-12-28T04:16:46.157Z | Downloaded indexmap v1.9.3 |
613 | 2024-12-28T04:16:46.161Z | Downloaded version_check v0.9.5 |
614 | 2024-12-28T04:16:46.161Z | Downloaded tempfile v3.12.0 |
615 | 2024-12-28T04:16:46.164Z | Downloaded lru-cache v0.1.2 |
616 | 2024-12-28T04:16:46.164Z | Downloaded toml v0.8.19 |
617 | 2024-12-28T04:16:46.166Z | Downloaded time-macros v0.2.18 |
618 | 2024-12-28T04:16:46.171Z | Downloaded serde_yaml v0.9.34+deprecated |
619 | 2024-12-28T04:16:46.171Z | Downloaded serde v1.0.217 |
620 | 2024-12-28T04:16:46.174Z | Downloaded typify v0.2.0 |
621 | 2024-12-28T04:16:46.177Z | Downloaded tokio-rustls v0.26.0 |
622 | 2024-12-28T04:16:46.180Z | Downloaded term v0.7.0 |
623 | 2024-12-28T04:16:46.183Z | Downloaded minimal-lexical v0.2.1 |
624 | 2024-12-28T04:16:46.187Z | Downloaded httparse v1.9.4 |
625 | 2024-12-28T04:16:46.189Z | Downloaded thread-id v4.2.2 |
626 | 2024-12-28T04:16:46.192Z | Downloaded num-complex v0.4.6 |
627 | 2024-12-28T04:16:46.192Z | Downloaded lock_api v0.4.12 |
628 | 2024-12-28T04:16:46.195Z | Downloaded num-traits v0.2.19 |
629 | 2024-12-28T04:16:46.198Z | Downloaded half v2.4.1 |
630 | 2024-12-28T04:16:46.200Z | Downloaded memchr v2.7.4 |
631 | 2024-12-28T04:16:46.204Z | Downloaded heapless v0.8.0 |
632 | 2024-12-28T04:16:46.208Z | Downloaded quinn v0.11.5 |
633 | 2024-12-28T04:16:46.212Z | Downloaded thin-vec v0.2.13 |
634 | 2024-12-28T04:16:46.214Z | Downloaded ipnet v2.10.0 |
635 | 2024-12-28T04:16:46.217Z | Downloaded strum_macros v0.26.4 |
636 | 2024-12-28T04:16:46.219Z | Downloaded num-rational v0.4.2 |
637 | 2024-12-28T04:16:46.219Z | Downloaded log v0.4.22 |
638 | 2024-12-28T04:16:46.221Z | Downloaded hyper-rustls v0.27.3 |
639 | 2024-12-28T04:16:46.224Z | Downloaded steno v0.4.1 |
640 | 2024-12-28T04:16:46.228Z | Downloaded tinyvec v1.8.0 |
641 | 2024-12-28T04:16:46.231Z | Downloaded hickory-resolver v0.24.1 |
642 | 2024-12-28T04:16:46.236Z | Downloaded unsafe-libyaml v0.2.11 |
643 | 2024-12-28T04:16:46.239Z | Downloaded serde_derive v1.0.217 |
644 | 2024-12-28T04:16:46.242Z | Downloaded zone v0.3.0 |
645 | 2024-12-28T04:16:46.245Z | Downloaded indent_write v2.2.0 |
646 | 2024-12-28T04:16:46.245Z | Downloaded smallvec v1.13.2 |
647 | 2024-12-28T04:16:46.247Z | Downloaded num_enum_derive v0.7.3 |
648 | 2024-12-28T04:16:46.250Z | Downloaded iana-time-zone v0.1.61 |
649 | 2024-12-28T04:16:46.252Z | Downloaded proc-macro2 v1.0.86 |
650 | 2024-12-28T04:16:46.255Z | Downloaded waitgroup v0.1.2 |
651 | 2024-12-28T04:16:46.255Z | Downloaded linear-map v1.2.0 |
652 | 2024-12-28T04:16:46.257Z | Downloaded libsw v3.3.1 |
653 | 2024-12-28T04:16:46.260Z | Downloaded slog v2.7.0 |
654 | 2024-12-28T04:16:46.262Z | Downloaded sct v0.7.1 |
655 | 2024-12-28T04:16:46.265Z | Downloaded tower-service v0.3.3 |
656 | 2024-12-28T04:16:46.268Z | Downloaded itertools v0.10.5 |
657 | 2024-12-28T04:16:46.272Z | Downloaded url v2.5.2 |
658 | 2024-12-28T04:16:46.275Z | Downloaded hyper v1.5.1 |
659 | 2024-12-28T04:16:46.282Z | Downloaded clap_builder v4.5.23 |
660 | 2024-12-28T04:16:46.289Z | Downloaded mio v1.0.2 |
661 | 2024-12-28T04:16:46.295Z | Downloaded toml_edit v0.19.15 |
662 | 2024-12-28T04:16:46.312Z | Downloaded http v0.2.12 |
663 | 2024-12-28T04:16:46.316Z | Downloaded hashbrown v0.12.3 |
664 | 2024-12-28T04:16:46.320Z | Downloaded toml_edit v0.22.21 |
665 | 2024-12-28T04:16:46.342Z | Downloaded pest v2.7.13 |
666 | 2024-12-28T04:16:46.347Z | Downloaded winnow v0.5.40 |
667 | 2024-12-28T04:16:46.355Z | Downloaded serde_with v3.9.0 |
668 | 2024-12-28T04:16:46.364Z | Downloaded winnow v0.6.18 |
669 | 2024-12-28T04:16:46.372Z | Downloaded time v0.3.36 |
670 | 2024-12-28T04:16:46.378Z | Downloaded serde_json v1.0.133 |
671 | 2024-12-28T04:16:46.386Z | Downloaded quinn-proto v0.11.8 |
672 | 2024-12-28T04:16:46.393Z | Downloaded hashbrown v0.14.5 |
673 | 2024-12-28T04:16:46.398Z | Downloaded itertools v0.13.0 |
674 | 2024-12-28T04:16:46.405Z | Downloaded reqwest v0.12.9 |
675 | 2024-12-28T04:16:46.413Z | Downloaded h2 v0.3.26 |
676 | 2024-12-28T04:16:46.420Z | Downloaded futures-util v0.3.30 |
677 | 2024-12-28T04:16:46.432Z | Downloaded h2 v0.4.6 |
678 | 2024-12-28T04:16:46.439Z | Downloaded regex v1.10.6 |
679 | 2024-12-28T04:16:46.453Z | Downloaded goblin v0.8.2 |
680 | 2024-12-28T04:16:46.459Z | Downloaded webpki-roots v0.26.6 |
681 | 2024-12-28T04:16:46.463Z | Downloaded hyper v0.14.30 |
682 | 2024-12-28T04:16:46.472Z | Downloaded idna v0.5.0 |
683 | 2024-12-28T04:16:46.478Z | Downloaded webpki-roots v0.25.4 |
684 | 2024-12-28T04:16:46.482Z | Downloaded openssl v0.10.66 |
685 | 2024-12-28T04:16:46.492Z | Downloaded syn v1.0.109 |
686 | 2024-12-28T04:16:46.502Z | Downloaded vcpkg v0.2.15 |
687 | 2024-12-28T04:16:46.539Z | Downloaded syn v2.0.87 |
688 | 2024-12-28T04:16:46.550Z | Downloaded smoltcp v0.11.0 |
689 | 2024-12-28T04:16:46.562Z | Downloaded openapiv3 v2.0.0 |
690 | 2024-12-28T04:16:46.575Z | Downloaded rustix v0.38.37 |
691 | 2024-12-28T04:16:46.597Z | Downloaded hickory-proto v0.24.1 |
692 | 2024-12-28T04:16:46.612Z | Downloaded regress v0.10.1 |
693 | 2024-12-28T04:16:46.620Z | Downloaded rhai v1.20.0 |
694 | 2024-12-28T04:16:46.633Z | Downloaded regex-syntax v0.8.4 |
695 | 2024-12-28T04:16:46.641Z | Downloaded petgraph v0.6.5 |
696 | 2024-12-28T04:16:46.659Z | Downloaded rustls v0.23.13 |
697 | 2024-12-28T04:16:46.671Z | Downloaded typify-impl v0.2.0 |
698 | 2024-12-28T04:16:46.687Z | Downloaded zerocopy-derive v0.6.6 |
699 | 2024-12-28T04:16:46.696Z | Downloaded sled v0.34.7 |
700 | 2024-12-28T04:16:46.706Z | Downloaded rustls v0.22.4 |
701 | 2024-12-28T04:16:46.718Z | Downloaded regress v0.9.1 |
702 | 2024-12-28T04:16:46.727Z | Downloaded idna v0.4.0 |
703 | 2024-12-28T04:16:46.733Z | Downloaded unicode-width v0.1.14 |
704 | 2024-12-28T04:16:46.739Z | Downloaded rustls v0.21.12 |
705 | 2024-12-28T04:16:46.749Z | Downloaded dropshot v0.12.0 |
706 | 2024-12-28T04:16:46.767Z | Downloaded rustls-webpki v0.102.8 |
707 | 2024-12-28T04:16:46.793Z | Downloaded reqwest v0.11.27 |
708 | 2024-12-28T04:16:46.804Z | Downloaded regex-automata v0.4.7 |
709 | 2024-12-28T04:16:46.807Z | Downloaded nom v7.1.3 |
710 | 2024-12-28T04:16:46.811Z | Downloaded itertools v0.12.1 |
711 | 2024-12-28T04:16:46.817Z | Downloaded chrono v0.4.38 |
712 | 2024-12-28T04:16:46.824Z | Downloaded rustls-webpki v0.101.7 |
713 | 2024-12-28T04:16:46.837Z | Downloaded tokio-util v0.7.12 |
714 | 2024-12-28T04:16:46.843Z | Downloaded tokio v1.42.0 |
715 | 2024-12-28T04:16:46.878Z | Downloaded libc v0.2.167 |
716 | 2024-12-28T04:16:46.901Z | Downloaded libm v0.2.8 |
717 | 2024-12-28T04:16:46.908Z | Downloaded unicode-normalization v0.1.24 |
718 | 2024-12-28T04:16:46.911Z | Downloaded zerocopy v0.7.35 |
719 | 2024-12-28T04:16:46.925Z | Downloaded http v1.2.0 |
720 | 2024-12-28T04:16:46.928Z | Downloaded unicode-segmentation v1.12.0 |
721 | 2024-12-28T04:16:46.931Z | Downloaded aho-corasick v1.1.3 |
722 | 2024-12-28T04:16:46.937Z | Downloaded tracing v0.1.40 |
723 | 2024-12-28T04:16:46.941Z | Downloaded owo-colors v4.1.0 |
724 | 2024-12-28T04:16:46.943Z | Downloaded hyper-rustls v0.24.2 |
725 | 2024-12-28T04:16:46.945Z | Downloaded serde_derive_internals v0.29.1 |
726 | 2024-12-28T04:16:46.948Z | Downloaded num_enum v0.5.11 |
727 | 2024-12-28T04:16:46.951Z | Downloaded usdt-impl v0.5.0 |
728 | 2024-12-28T04:16:46.953Z | Downloaded expectorate v1.1.0 |
729 | 2024-12-28T04:16:46.956Z | Downloaded crossbeam-channel v0.5.13 |
730 | 2024-12-28T04:16:46.960Z | Downloaded rustls-pki-types v1.8.0 |
731 | 2024-12-28T04:16:46.962Z | Downloaded rustls-pemfile v2.1.3 |
732 | 2024-12-28T04:16:46.962Z | Downloaded zerocopy v0.6.6 |
733 | 2024-12-28T04:16:46.965Z | Downloaded rhai_codegen v2.2.0 |
734 | 2024-12-28T04:16:46.970Z | Downloaded parking_lot_core v0.9.10 |
735 | 2024-12-28T04:16:46.972Z | Downloaded humantime v2.1.0 |
736 | 2024-12-28T04:16:46.974Z | Downloaded spin v0.5.2 |
737 | 2024-12-28T04:16:46.974Z | Downloaded slog-scope v4.4.0 |
738 | 2024-12-28T04:16:46.977Z | Downloaded slog-envlogger v2.2.0 |
739 | 2024-12-28T04:16:46.977Z | Downloaded slog-bunyan v2.5.0 |
740 | 2024-12-28T04:16:46.979Z | Downloaded schemars_derive v0.8.21 |
741 | 2024-12-28T04:16:46.979Z | Downloaded base64 v0.21.7 |
742 | 2024-12-28T04:16:46.982Z | Downloaded slog-stdlog v4.1.1 |
743 | 2024-12-28T04:16:46.984Z | Downloaded slog-dtrace v0.3.0 |
744 | 2024-12-28T04:16:46.986Z | Downloaded sigpipe v0.1.3 |
745 | 2024-12-28T04:16:46.986Z | Downloaded serde_urlencoded v0.7.1 |
746 | 2024-12-28T04:16:46.986Z | Downloaded tokio-macros v2.4.0 |
747 | 2024-12-28T04:16:46.988Z | Downloaded shlex v1.3.0 |
748 | 2024-12-28T04:16:46.989Z | Downloaded scopeguard v1.2.0 |
749 | 2024-12-28T04:16:46.991Z | Downloaded rustc_version v0.1.7 |
750 | 2024-12-28T04:16:46.991Z | Downloaded anstream v0.6.15 |
751 | 2024-12-28T04:16:46.994Z | Downloaded serde_repr v0.1.19 |
752 | 2024-12-28T04:16:46.996Z | Downloaded progenitor v0.8.0 |
753 | 2024-12-28T04:16:46.996Z | Downloaded rustls-pemfile v1.0.4 |
754 | 2024-12-28T04:16:46.999Z | Downloaded encoding_rs v0.8.34 |
755 | 2024-12-28T04:16:47.017Z | Downloaded rustc_version v0.4.1 |
756 | 2024-12-28T04:16:47.019Z | Downloaded rustc-hash v2.0.0 |
757 | 2024-12-28T04:16:47.019Z | Downloaded ipnetwork v0.20.0 |
758 | 2024-12-28T04:16:47.022Z | Downloaded mime v0.3.17 |
759 | 2024-12-28T04:16:47.022Z | Downloaded arc-swap v1.7.1 |
760 | 2024-12-28T04:16:47.024Z | Downloaded crossbeam-utils v0.8.20 |
761 | 2024-12-28T04:16:47.026Z | Downloaded rand_core v0.6.4 |
762 | 2024-12-28T04:16:47.029Z | Downloaded rand_chacha v0.3.1 |
763 | 2024-12-28T04:16:47.029Z | Downloaded progenitor-macro v0.8.0 |
764 | 2024-12-28T04:16:47.031Z | Downloaded progenitor-client v0.8.0 |
765 | 2024-12-28T04:16:47.031Z | Downloaded darling_core v0.20.10 |
766 | 2024-12-28T04:16:47.034Z | Downloaded bytes v1.7.2 |
767 | 2024-12-28T04:16:47.037Z | Downloaded cookie v0.18.1 |
768 | 2024-12-28T04:16:47.039Z | Downloaded crossbeam-epoch v0.9.18 |
769 | 2024-12-28T04:16:47.042Z | Downloaded clap v4.5.23 |
770 | 2024-12-28T04:16:47.050Z | Downloaded num-derive v0.4.2 |
771 | 2024-12-28T04:16:47.054Z | Downloaded newtype-uuid v1.1.0 |
772 | 2024-12-28T04:16:47.054Z | Downloaded managed v0.8.0 |
773 | 2024-12-28T04:16:47.054Z | Downloaded lazy_static v1.5.0 |
774 | 2024-12-28T04:16:47.056Z | Downloaded is_terminal_polyfill v1.70.1 |
775 | 2024-12-28T04:16:47.056Z | Downloaded form_urlencoded v1.2.1 |
776 | 2024-12-28T04:16:47.056Z | Downloaded ciborium-io v0.2.2 |
777 | 2024-12-28T04:16:47.059Z | Downloaded atomicwrites v0.4.4 |
778 | 2024-12-28T04:16:47.059Z | Downloaded pin-utils v0.1.0 |
779 | 2024-12-28T04:16:47.059Z | Downloaded pretty-hex v0.2.1 |
780 | 2024-12-28T04:16:47.065Z | Downloaded pest_meta v2.7.13 |
781 | 2024-12-28T04:16:47.065Z | Downloaded parking_lot_core v0.8.6 |
782 | 2024-12-28T04:16:47.068Z | Downloaded camino v1.1.9 |
783 | 2024-12-28T04:16:47.068Z | Downloaded anyhow v1.0.94 |
784 | 2024-12-28T04:16:47.073Z | Downloaded console v0.15.8 |
785 | 2024-12-28T04:16:47.076Z | Downloaded async-trait v0.1.83 |
786 | 2024-12-28T04:16:47.076Z | Downloaded data-encoding v2.6.0 |
787 | 2024-12-28T04:16:47.076Z | Downloaded crypto-common v0.1.6 |
788 | 2024-12-28T04:16:47.079Z | Downloaded colored v2.1.0 |
789 | 2024-12-28T04:16:47.079Z | Downloaded cobs v0.2.3 |
790 | 2024-12-28T04:16:47.081Z | Downloaded async-stream v0.3.5 |
791 | 2024-12-28T04:16:47.081Z | Downloaded clap_lex v0.7.4 |
792 | 2024-12-28T04:16:47.222Z | Downloaded ring v0.17.8 |
793 | 2024-12-28T04:16:47.550Z | Compiling proc-macro2 v1.0.86 |
794 | 2024-12-28T04:16:47.550Z | Compiling unicode-ident v1.0.13 |
795 | 2024-12-28T04:16:47.550Z | Compiling libc v0.2.167 |
796 | 2024-12-28T04:16:47.550Z | Compiling serde v1.0.217 |
797 | 2024-12-28T04:16:47.552Z | Compiling autocfg v1.3.0 |
798 | 2024-12-28T04:16:47.552Z | Compiling version_check v0.9.5 |
799 | 2024-12-28T04:16:47.583Z | Compiling cfg-if v1.0.0 |
800 | 2024-12-28T04:16:47.690Z | Compiling once_cell v1.20.2 |
801 | 2024-12-28T04:16:47.744Z | Compiling libm v0.2.8 |
802 | 2024-12-28T04:16:47.765Z | Compiling memchr v2.7.4 |
803 | 2024-12-28T04:16:48.174Z | Compiling parking_lot_core v0.9.10 |
804 | 2024-12-28T04:16:48.218Z | Compiling lock_api v0.4.12 |
805 | 2024-12-28T04:16:48.739Z | Compiling byteorder v1.5.0 |
806 | 2024-12-28T04:16:49.201Z | Compiling shlex v1.3.0 |
807 | 2024-12-28T04:16:49.320Z | Compiling thiserror v1.0.69 |
808 | 2024-12-28T04:16:49.354Z | Compiling itoa v1.0.11 |
809 | 2024-12-28T04:16:49.513Z | Compiling cc v1.1.21 |
810 | 2024-12-28T04:16:49.583Z | Compiling portable-atomic v1.8.0 |
811 | 2024-12-28T04:16:49.736Z | Compiling slab v0.4.9 |
812 | 2024-12-28T04:16:49.864Z | Compiling schemars v0.8.21 |
813 | 2024-12-28T04:16:50.095Z | Compiling ahash v0.8.11 |
814 | 2024-12-28T04:16:50.147Z | Compiling allocator-api2 v0.2.18 |
815 | 2024-12-28T04:16:50.272Z | Compiling quote v1.0.37 |
816 | 2024-12-28T04:16:50.523Z | Compiling num-traits v0.2.19 |
817 | 2024-12-28T04:16:50.566Z | Compiling getrandom v0.2.15 |
818 | 2024-12-28T04:16:50.785Z | Compiling syn v2.0.87 |
819 | 2024-12-28T04:16:50.862Z | Compiling ryu v1.0.18 |
820 | 2024-12-28T04:16:51.197Z | Compiling serde_json v1.0.133 |
821 | 2024-12-28T04:16:51.215Z | Compiling pin-project-lite v0.2.14 |
822 | 2024-12-28T04:16:51.657Z | Compiling equivalent v1.0.1 |
823 | 2024-12-28T04:16:51.678Z | Compiling log v0.4.22 |
824 | 2024-12-28T04:16:51.767Z | Compiling scopeguard v1.2.0 |
825 | 2024-12-28T04:16:51.813Z | Compiling heck v0.5.0 |
826 | 2024-12-28T04:16:51.857Z | Compiling fnv v1.0.7 |
827 | 2024-12-28T04:16:52.210Z | Compiling pkg-config v0.3.31 |
828 | 2024-12-28T04:16:52.249Z | Compiling vcpkg v0.2.15 |
829 | 2024-12-28T04:16:52.420Z | Compiling crunchy v0.2.2 |
830 | 2024-12-28T04:16:52.450Z | Compiling ring v0.17.8 |
831 | 2024-12-28T04:16:52.942Z | Compiling mio v1.0.2 |
832 | 2024-12-28T04:16:53.459Z | Compiling socket2 v0.5.8 |
833 | 2024-12-28T04:16:53.506Z | Compiling signal-hook-registry v1.4.2 |
834 | 2024-12-28T04:16:53.785Z | Compiling slog v2.7.0 |
835 | 2024-12-28T04:16:53.899Z | Compiling openssl-sys v0.9.103 |
836 | 2024-12-28T04:16:53.902Z | Compiling tiny-keccak v2.0.2 |
837 | 2024-12-28T04:16:54.239Z | Compiling httparse v1.9.4 |
838 | 2024-12-28T04:16:54.521Z | Compiling iana-time-zone v0.1.61 |
839 | 2024-12-28T04:16:54.933Z | Compiling const-random-macro v0.1.16 |
840 | 2024-12-28T04:16:54.953Z | Compiling futures-core v0.3.30 |
841 | 2024-12-28T04:16:55.065Z | Compiling dyn-clone v1.0.17 |
842 | 2024-12-28T04:16:55.221Z | Compiling futures-sink v0.3.30 |
843 | 2024-12-28T04:16:55.272Z | Compiling openssl v0.10.66 |
844 | 2024-12-28T04:16:55.692Z | Compiling semver v1.0.23 |
845 | 2024-12-28T04:16:55.713Z | Compiling typenum v1.17.0 |
846 | 2024-12-28T04:16:55.869Z | Compiling native-tls v0.2.12 |
847 | 2024-12-28T04:16:55.908Z | Compiling rustls v0.23.13 |
848 | 2024-12-28T04:16:55.952Z | Compiling const-random v0.1.18 |
849 | 2024-12-28T04:16:56.018Z | Compiling futures-channel v0.3.30 |
850 | 2024-12-28T04:16:56.063Z | Compiling pin-utils v0.1.0 |
851 | 2024-12-28T04:16:56.157Z | Compiling futures-io v0.3.30 |
852 | 2024-12-28T04:16:56.177Z | Compiling futures-task v0.3.30 |
853 | 2024-12-28T04:16:56.195Z | Compiling generic-array v0.14.7 |
854 | 2024-12-28T04:16:56.239Z | Compiling tracing-core v0.1.32 |
855 | 2024-12-28T04:16:56.353Z | Compiling bitflags v2.6.0 |
856 | 2024-12-28T04:16:56.497Z | Compiling subtle v2.6.1 |
857 | 2024-12-28T04:16:56.497Z | Compiling ucd-trie v0.1.6 |
858 | 2024-12-28T04:16:56.529Z | Compiling aho-corasick v1.1.3 |
859 | 2024-12-28T04:16:56.669Z | Compiling regex-syntax v0.8.4 |
860 | 2024-12-28T04:16:56.686Z | Compiling anyhow v1.0.94 |
861 | 2024-12-28T04:16:56.864Z | Compiling time-core v0.1.2 |
862 | 2024-12-28T04:16:56.948Z | Compiling num-conv v0.1.0 |
863 | 2024-12-28T04:16:57.222Z | Compiling time-macros v0.2.18 |
864 | 2024-12-28T04:16:57.580Z | Compiling serde_derive_internals v0.29.1 |
865 | 2024-12-28T04:16:58.046Z | Compiling rustls-pki-types v1.8.0 |
866 | 2024-12-28T04:16:58.626Z | Compiling spin v0.9.8 |
867 | 2024-12-28T04:16:59.195Z | Compiling usdt-impl v0.5.0 |
868 | 2024-12-28T04:16:59.548Z | Compiling untrusted v0.9.0 |
869 | 2024-12-28T04:16:59.566Z | Compiling omicron-workspace-hack v0.1.0 |
870 | 2024-12-28T04:16:59.736Z | Compiling regex-automata v0.4.7 |
871 | 2024-12-28T04:17:00.605Z | Compiling strsim v0.11.1 |
872 | 2024-12-28T04:17:00.639Z | Compiling plain v0.2.3 |
873 | 2024-12-28T04:17:00.786Z | Compiling tinyvec_macros v0.1.1 |
874 | 2024-12-28T04:17:00.881Z | Compiling atomic-waker v1.1.2 |
875 | 2024-12-28T04:17:01.081Z | Compiling rustversion v1.0.17 |
876 | 2024-12-28T04:17:01.295Z | Compiling tinyvec v1.8.0 |
877 | 2024-12-28T04:17:02.051Z | Compiling rand_core v0.6.4 |
878 | 2024-12-28T04:17:02.481Z | Compiling try-lock v0.2.5 |
879 | 2024-12-28T04:17:02.553Z | Compiling serde_derive v1.0.217 |
880 | 2024-12-28T04:17:02.640Z | Compiling zerocopy-derive v0.7.35 |
881 | 2024-12-28T04:17:02.796Z | Compiling thiserror-impl v1.0.69 |
882 | 2024-12-28T04:17:02.912Z | Compiling tokio-macros v2.4.0 |
883 | 2024-12-28T04:17:03.352Z | Compiling schemars_derive v0.8.21 |
884 | 2024-12-28T04:17:04.453Z | Compiling futures-macro v0.3.30 |
885 | 2024-12-28T04:17:04.689Z | Compiling zerocopy v0.7.35 |
886 | 2024-12-28T04:17:06.474Z | Compiling openssl-macros v0.1.1 |
887 | 2024-12-28T04:17:06.560Z | Compiling futures-util v0.3.30 |
888 | 2024-12-28T04:17:06.729Z | Compiling hashbrown v0.14.5 |
889 | 2024-12-28T04:17:06.785Z | Compiling tracing-attributes v0.1.27 |
890 | 2024-12-28T04:17:07.272Z | Compiling scroll_derive v0.12.0 |
891 | 2024-12-28T04:17:08.106Z | Compiling regress v0.10.1 |
892 | 2024-12-28T04:17:08.755Z | Compiling pest v2.7.13 |
893 | 2024-12-28T04:17:09.590Z | Compiling regex v1.10.6 |
894 | 2024-12-28T04:17:10.482Z | Compiling tracing v0.1.40 |
895 | 2024-12-28T04:17:11.213Z | Compiling pest_meta v2.7.13 |
896 | 2024-12-28T04:17:11.534Z | Compiling scroll v0.12.0 |
897 | 2024-12-28T04:17:12.098Z | Compiling goblin v0.8.2 |
898 | 2024-12-28T04:17:12.735Z | Compiling pest_generator v2.7.13 |
899 | 2024-12-28T04:17:13.077Z | Compiling pretty-hex v0.4.1 |
900 | 2024-12-28T04:17:13.284Z | Compiling unsafe-libyaml v0.2.11 |
901 | 2024-12-28T04:17:14.499Z | Compiling zeroize v1.8.1 |
902 | 2024-12-28T04:17:14.981Z | Compiling percent-encoding v2.3.1 |
903 | 2024-12-28T04:17:15.077Z | Compiling unicode-normalization v0.1.24 |
904 | 2024-12-28T04:17:15.236Z | Compiling pest_derive v2.7.13 |
905 | 2024-12-28T04:17:15.440Z | Compiling form_urlencoded v1.2.1 |
906 | 2024-12-28T04:17:15.926Z | Compiling bytes v1.7.2 |
907 | 2024-12-28T04:17:16.111Z | Compiling indexmap v2.5.0 |
908 | 2024-12-28T04:17:17.149Z | Compiling smallvec v1.13.2 |
909 | 2024-12-28T04:17:17.680Z | Compiling uuid v1.11.0 |
910 | 2024-12-28T04:17:18.286Z | Compiling parking_lot v0.12.3 |
911 | 2024-12-28T04:17:18.399Z | Compiling chrono v0.4.38 |
912 | 2024-12-28T04:17:18.674Z | Compiling tokio v1.42.0 |
913 | 2024-12-28T04:17:18.911Z | Compiling serde_tokenstream v0.2.2 |
914 | 2024-12-28T04:17:19.472Z | Compiling http v1.2.0 |
915 | 2024-12-28T04:17:22.535Z | Compiling openapiv3 v2.0.0 |
916 | 2024-12-28T04:17:23.656Z | Compiling rustls-webpki v0.102.8 |
917 | 2024-12-28T04:17:26.618Z | Compiling typify-impl v0.2.0 |
918 | 2024-12-28T04:17:26.784Z | Compiling http-body v1.0.1 |
919 | 2024-12-28T04:17:26.829Z | Compiling ipnetwork v0.20.0 |
920 | 2024-12-28T04:17:27.004Z | Compiling dof v0.3.0 |
921 | 2024-12-28T04:17:27.037Z | Compiling serde_yaml v0.9.34+deprecated |
922 | 2024-12-28T04:17:28.006Z | Compiling dtrace-parser v0.2.0 |
923 | 2024-12-28T04:17:28.729Z | Compiling tokio-util v0.7.12 |
924 | 2024-12-28T04:17:29.724Z | Compiling h2 v0.4.6 |
925 | 2024-12-28T04:17:30.684Z | Compiling want v0.3.1 |
926 | 2024-12-28T04:17:30.986Z | Compiling thread-id v4.2.2 |
927 | 2024-12-28T04:17:31.067Z | Compiling foreign-types-shared v0.1.1 |
928 | 2024-12-28T04:17:31.093Z | Compiling rustls v0.22.4 |
929 | 2024-12-28T04:17:31.190Z | Compiling syn v1.0.109 |
930 | 2024-12-28T04:17:31.412Z | Compiling unicode-bidi v0.3.15 |
931 | 2024-12-28T04:17:31.771Z | Compiling httpdate v1.0.3 |
932 | 2024-12-28T04:17:31.774Z | Compiling camino v1.1.9 |
933 | 2024-12-28T04:17:31.982Z | Compiling ident_case v1.0.1 |
934 | 2024-12-28T04:17:32.166Z | Compiling darling_core v0.20.10 |
935 | 2024-12-28T04:17:32.452Z | Compiling foreign-types v0.3.2 |
936 | 2024-12-28T04:17:32.551Z | Compiling ppv-lite86 v0.2.20 |
937 | 2024-12-28T04:17:34.197Z | Compiling tower-service v0.3.3 |
938 | 2024-12-28T04:17:34.409Z | Compiling slog-async v2.8.0 |
939 | 2024-12-28T04:17:34.903Z | Compiling hyper v1.5.1 |
940 | 2024-12-28T04:17:35.527Z | Compiling rand_chacha v0.3.1 |
941 | 2024-12-28T04:17:38.388Z | Compiling darling_macro v0.20.10 |
942 | 2024-12-28T04:17:38.390Z | Compiling typify-macro v0.2.0 |
943 | 2024-12-28T04:17:39.437Z | Compiling hyper-util v0.1.10 |
944 | 2024-12-28T04:17:42.244Z | Compiling typify v0.2.0 |
945 | 2024-12-28T04:17:42.377Z | Compiling progenitor-impl v0.8.0 |
946 | 2024-12-28T04:17:44.227Z | Compiling idna v0.5.0 |
947 | 2024-12-28T04:17:44.878Z | Compiling toml_datetime v0.6.8 |
948 | 2024-12-28T04:17:45.733Z | Compiling multer v3.1.0 |
949 | 2024-12-28T04:17:47.997Z | Compiling paste v1.0.15 |
950 | 2024-12-28T04:17:48.638Z | Compiling openssl-probe v0.1.5 |
951 | 2024-12-28T04:17:48.962Z | Compiling progenitor-macro v0.8.0 |
952 | 2024-12-28T04:17:50.404Z | Compiling url v2.5.2 |
953 | 2024-12-28T04:17:51.682Z | Compiling darling v0.20.10 |
954 | 2024-12-28T04:17:51.802Z | Compiling rand v0.8.5 |
955 | 2024-12-28T04:17:54.419Z | Compiling usdt-attr-macro v0.5.0 |
956 | 2024-12-28T04:17:55.848Z | Compiling usdt-macro v0.5.0 |
957 | 2024-12-28T04:17:56.067Z | Compiling http-body-util v0.1.2 |
958 | 2024-12-28T04:17:56.646Z | Compiling async-trait v0.1.83 |
959 | 2024-12-28T04:17:58.470Z | Compiling encoding_rs v0.8.34 |
960 | 2024-12-28T04:17:58.993Z | Compiling mime v0.3.17 |
961 | 2024-12-28T04:17:59.069Z | Compiling base64 v0.22.1 |
962 | 2024-12-28T04:17:59.696Z | Compiling ipnet v2.10.0 |
963 | 2024-12-28T04:18:00.063Z | Compiling rustls-pemfile v2.1.3 |
964 | 2024-12-28T04:18:02.330Z | Compiling tokio-rustls v0.26.0 |
965 | 2024-12-28T04:18:02.704Z | Compiling serde_with_macros v3.9.0 |
966 | 2024-12-28T04:18:02.840Z | Compiling tokio-native-tls v0.3.1 |
967 | 2024-12-28T04:18:03.355Z | Compiling strum_macros v0.26.4 |
968 | 2024-12-28T04:18:04.261Z | Compiling serde_urlencoded v0.7.1 |
969 | 2024-12-28T04:18:05.269Z | Compiling structmeta-derive v0.3.0 |
970 | 2024-12-28T04:18:05.441Z | Compiling async-stream-impl v0.3.5 |
971 | 2024-12-28T04:18:06.851Z | Compiling webpki-roots v0.26.6 |
972 | 2024-12-28T04:18:07.071Z | Compiling dropshot v0.12.0 |
973 | 2024-12-28T04:18:07.417Z | Compiling powerfmt v0.2.0 |
974 | 2024-12-28T04:18:07.859Z | Compiling crossbeam-utils v0.8.20 |
975 | 2024-12-28T04:18:07.916Z | Compiling structmeta v0.3.0 |
976 | 2024-12-28T04:18:08.294Z | Compiling deranged v0.3.11 |
977 | 2024-12-28T04:18:08.447Z | Compiling hyper-rustls v0.27.3 |
978 | 2024-12-28T04:18:09.151Z | Compiling hyper-tls v0.6.0 |
979 | 2024-12-28T04:18:10.033Z | Compiling sync_wrapper v1.0.1 |
980 | 2024-12-28T04:18:10.817Z | Compiling num_threads v0.1.7 |
981 | 2024-12-28T04:18:10.943Z | Compiling winnow v0.6.18 |
982 | 2024-12-28T04:18:13.556Z | Compiling time v0.3.36 |
983 | 2024-12-28T04:18:15.362Z | Compiling reqwest v0.12.9 |
984 | 2024-12-28T04:18:15.651Z | Compiling parse-display-derive v0.10.0 |
985 | 2024-12-28T04:18:17.224Z | Compiling crypto-common v0.1.6 |
986 | 2024-12-28T04:18:17.451Z | Compiling block-buffer v0.10.4 |
987 | 2024-12-28T04:18:17.701Z | Compiling dropshot_endpoint v0.12.0 |
988 | 2024-12-28T04:18:19.724Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
989 | 2024-12-28T04:18:21.893Z | Compiling digest v0.10.7 |
990 | 2024-12-28T04:18:21.975Z | Compiling progenitor-client v0.8.0 |
991 | 2024-12-28T04:18:22.845Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
992 | 2024-12-28T04:18:24.869Z | Compiling dirs-sys-next v0.1.2 |
993 | 2024-12-28T04:18:26.083Z | Compiling lazy_static v1.5.0 |
994 | 2024-12-28T04:18:26.219Z | Compiling rustix v0.38.37 |
995 | 2024-12-28T04:18:26.398Z | Compiling match_cfg v0.1.0 |
996 | 2024-12-28T04:18:26.504Z | Compiling hostname v0.3.1 |
997 | 2024-12-28T04:18:26.760Z | Compiling dirs-next v2.0.0 |
998 | 2024-12-28T04:18:27.004Z | Compiling progenitor v0.8.0 |
999 | 2024-12-28T04:18:27.230Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1000 | 2024-12-28T04:18:29.779Z | Compiling futures-executor v0.3.30 |
1001 | 2024-12-28T04:18:30.255Z | Compiling thread_local v1.1.8 |
1002 | 2024-12-28T04:18:30.849Z | Compiling errno v0.3.9 |
1003 | 2024-12-28T04:18:31.122Z | Compiling instant v0.1.13 |
1004 | 2024-12-28T04:18:31.299Z | Compiling unicode-width v0.1.14 |
1005 | 2024-12-28T04:18:32.047Z | Compiling cpufeatures v0.2.14 |
1006 | 2024-12-28T04:18:33.710Z | Compiling futures v0.3.30 |
1007 | 2024-12-28T04:18:35.145Z | Compiling term v0.7.0 |
1008 | 2024-12-28T04:18:35.763Z | Compiling crossbeam-channel v0.5.13 |
1009 | 2024-12-28T04:18:37.918Z | Compiling serde_spanned v0.6.7 |
1010 | 2024-12-28T04:18:38.172Z | Compiling is-terminal v0.4.13 |
1011 | 2024-12-28T04:18:38.308Z | Compiling memmap v0.7.0 |
1012 | 2024-12-28T04:18:38.664Z | Compiling take_mut v0.2.2 |
1013 | 2024-12-28T04:18:39.119Z | Compiling usdt v0.5.0 |
1014 | 2024-12-28T04:18:39.383Z | Compiling slog-term v2.9.1 |
1015 | 2024-12-28T04:18:40.536Z | Compiling toml_edit v0.22.21 |
1016 | 2024-12-28T04:18:41.957Z | Compiling slog-json v2.6.1 |
1017 | 2024-12-28T04:18:42.386Z | Compiling strum v0.26.3 |
1018 | 2024-12-28T04:18:42.578Z | Compiling serde_with v3.9.0 |
1019 | 2024-12-28T04:18:45.085Z | Compiling heapless v0.8.0 |
1020 | 2024-12-28T04:18:46.170Z | Compiling debug-ignore v1.0.5 |
1021 | 2024-12-28T04:18:46.915Z | Compiling tokio-rustls v0.25.0 |
1022 | 2024-12-28T04:18:47.865Z | Compiling toml v0.8.19 |
1023 | 2024-12-28T04:18:50.006Z | Compiling slog-bunyan v2.5.0 |
1024 | 2024-12-28T04:18:50.278Z | Compiling sha1 v0.10.6 |
1025 | 2024-12-28T04:18:51.050Z | Compiling async-stream v0.3.5 |
1026 | 2024-12-28T04:18:51.069Z | Compiling newtype-uuid v1.1.0 |
1027 | 2024-12-28T04:18:51.366Z | Compiling hex v0.4.3 |
1028 | 2024-12-28T04:18:51.402Z | Compiling serde_path_to_error v0.1.16 |
1029 | 2024-12-28T04:18:51.664Z | Compiling waitgroup v0.1.2 |
1030 | 2024-12-28T04:18:51.968Z | Compiling hostname v0.4.0 |
1031 | 2024-12-28T04:18:52.076Z | Compiling hash32 v0.3.1 |
1032 | 2024-12-28T04:18:52.312Z | Compiling stable_deref_trait v1.2.0 |
1033 | 2024-12-28T04:18:52.327Z | Compiling smoltcp v0.11.0 |
1034 | 2024-12-28T04:18:54.557Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1035 | 2024-12-28T04:18:55.041Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1036 | 2024-12-28T04:18:55.329Z | Compiling backoff v0.4.0 |
1037 | 2024-12-28T04:18:55.615Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1038 | 2024-12-28T04:18:55.696Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1039 | 2024-12-28T04:18:55.903Z | Compiling parse-display v0.10.0 |
1040 | 2024-12-28T04:18:57.955Z | Compiling macaddr v1.0.1 |
1041 | 2024-12-28T04:18:58.588Z | Compiling regress v0.9.1 |
1042 | 2024-12-28T04:18:59.586Z | Compiling clap_derive v4.5.18 |
1043 | 2024-12-28T04:19:01.895Z | Compiling bitflags v1.3.2 |
1044 | 2024-12-28T04:19:02.297Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1045 | 2024-12-28T04:19:02.680Z | Compiling managed v0.8.0 |
1046 | 2024-12-28T04:19:03.111Z | Compiling winnow v0.5.40 |
1047 | 2024-12-28T04:19:03.174Z | Compiling utf8parse v0.2.2 |
1048 | 2024-12-28T04:19:03.340Z | Compiling cobs v0.2.3 |
1049 | 2024-12-28T04:19:03.774Z | Compiling postcard v1.0.10 |
1050 | 2024-12-28T04:19:04.171Z | Compiling anstyle-parse v0.2.5 |
1051 | 2024-12-28T04:19:04.618Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1052 | 2024-12-28T04:19:06.947Z | Compiling toml_edit v0.19.15 |
1053 | 2024-12-28T04:19:13.068Z | Compiling anstyle v1.0.10 |
1054 | 2024-12-28T04:19:13.360Z | Compiling is_terminal_polyfill v1.70.1 |
1055 | 2024-12-28T04:19:13.490Z | Compiling anstyle-query v1.1.1 |
1056 | 2024-12-28T04:19:13.600Z | Compiling colorchoice v1.0.2 |
1057 | 2024-12-28T04:19:13.761Z | Compiling anstream v0.6.15 |
1058 | 2024-12-28T04:19:15.079Z | Compiling proc-macro-crate v1.3.1 |
1059 | 2024-12-28T04:19:15.350Z | Compiling terminal_size v0.4.0 |
1060 | 2024-12-28T04:19:15.562Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1061 | 2024-12-28T04:19:15.883Z | Compiling clap_lex v0.7.4 |
1062 | 2024-12-28T04:19:15.906Z | Compiling num_enum_derive v0.5.11 |
1063 | 2024-12-28T04:19:16.418Z | Compiling clap_builder v4.5.23 |
1064 | 2024-12-28T04:19:17.630Z | Compiling tabwriter v1.4.0 |
1065 | 2024-12-28T04:19:18.365Z | Compiling foreign-types-macros v0.2.3 |
1066 | 2024-12-28T04:19:18.447Z | Compiling num-integer v0.1.46 |
1067 | 2024-12-28T04:19:19.219Z | Compiling foreign-types-shared v0.3.1 |
1068 | 2024-12-28T04:19:19.668Z | Compiling foreign-types v0.5.0 |
1069 | 2024-12-28T04:19:19.687Z | Compiling num_enum v0.5.11 |
1070 | 2024-12-28T04:19:20.287Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1071 | 2024-12-28T04:19:20.524Z | Compiling clap v4.5.23 |
1072 | 2024-12-28T04:19:20.837Z | Compiling cstr-argument v0.1.2 |
1073 | 2024-12-28T04:19:21.058Z | Compiling proc-macro-error-attr v1.0.4 |
1074 | 2024-12-28T04:19:21.204Z | Compiling prettyplease v0.2.22 |
1075 | 2024-12-28T04:19:21.276Z | Compiling pretty-hex v0.2.1 |
1076 | 2024-12-28T04:19:21.390Z | Compiling either v1.13.0 |
1077 | 2024-12-28T04:19:21.582Z | Compiling heck v0.4.1 |
1078 | 2024-12-28T04:19:21.992Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1079 | 2024-12-28T04:19:22.379Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1080 | 2024-12-28T04:19:22.526Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1081 | 2024-12-28T04:19:23.752Z | Compiling num-iter v0.1.45 |
1082 | 2024-12-28T04:19:23.951Z | Compiling num-rational v0.4.2 |
1083 | 2024-12-28T04:19:24.834Z | Compiling colored v2.1.0 |
1084 | 2024-12-28T04:19:26.051Z | Compiling num-complex v0.4.6 |
1085 | 2024-12-28T04:19:26.712Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-12-28T04:19:26.907Z | Compiling proc-macro-error v1.0.4 |
1087 | 2024-12-28T04:19:27.064Z | Compiling fastrand v2.1.1 |
1088 | 2024-12-28T04:19:27.360Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-12-28T04:19:27.525Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1090 | 2024-12-28T04:19:27.632Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1091 | 2024-12-28T04:19:27.964Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-28T04:19:28.317Z | Compiling tempfile v3.12.0 |
1093 | 2024-12-28T04:19:28.854Z | Compiling num v0.4.3 |
1094 | 2024-12-28T04:19:32.358Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1095 | 2024-12-28T04:19:32.686Z | Compiling crucible-workspace-hack v0.1.0 |
1096 | 2024-12-28T04:19:32.968Z | Compiling float-ord v0.3.2 |
1097 | 2024-12-28T04:19:33.125Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1098 | 2024-12-28T04:19:40.253Z | Compiling unicode-segmentation v1.12.0 |
1099 | 2024-12-28T04:19:40.631Z | Compiling semver v0.1.20 |
1100 | 2024-12-28T04:19:41.207Z | Compiling newline-converter v0.3.0 |
1101 | 2024-12-28T04:19:41.227Z | Compiling rustc_version v0.1.7 |
1102 | 2024-12-28T04:19:41.624Z | Compiling zone_cfg_derive v0.3.0 |
1103 | 2024-12-28T04:19:41.645Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1104 | 2024-12-28T04:19:42.085Z | Compiling camino-tempfile v1.1.1 |
1105 | 2024-12-28T04:19:42.453Z | Compiling itertools v0.10.5 |
1106 | 2024-12-28T04:19:42.889Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1107 | 2024-12-28T04:19:43.110Z | Compiling console v0.15.8 |
1108 | 2024-12-28T04:19:43.328Z | Compiling num-derive v0.4.2 |
1109 | 2024-12-28T04:19:44.484Z | Compiling sigpipe v0.1.3 |
1110 | 2024-12-28T04:19:44.611Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-12-28T04:19:45.124Z | Compiling similar v2.6.0 |
1112 | 2024-12-28T04:19:45.627Z | Compiling base64ct v1.6.0 |
1113 | 2024-12-28T04:19:45.652Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1114 | 2024-12-28T04:19:46.079Z | Compiling zone v0.3.0 |
1115 | 2024-12-28T04:19:46.313Z | Compiling password-hash v0.5.0 |
1116 | 2024-12-28T04:19:47.191Z | Compiling expectorate v1.1.0 |
1117 | 2024-12-28T04:19:47.525Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1118 | 2024-12-28T04:19:48.423Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1119 | 2024-12-28T04:19:48.906Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1120 | 2024-12-28T04:19:49.444Z | Compiling newtype_derive v0.1.6 |
1121 | 2024-12-28T04:19:49.816Z | Compiling blake2 v0.10.6 |
1122 | 2024-12-28T04:19:50.771Z | Compiling hubpack_derive v0.1.1 |
1123 | 2024-12-28T04:19:51.001Z | Compiling smf v0.2.3 |
1124 | 2024-12-28T04:19:51.448Z | Compiling zerocopy-derive v0.6.6 |
1125 | 2024-12-28T04:19:51.501Z | Compiling whoami v1.5.2 |
1126 | 2024-12-28T04:19:51.695Z | Compiling fixedbitset v0.4.2 |
1127 | 2024-12-28T04:19:52.087Z | Compiling owo-colors v4.1.0 |
1128 | 2024-12-28T04:19:52.268Z | Compiling cancel-safe-futures v0.1.5 |
1129 | 2024-12-28T04:19:52.333Z | Compiling petgraph v0.6.5 |
1130 | 2024-12-28T04:19:52.441Z | Compiling hubpack v0.1.2 |
1131 | 2024-12-28T04:19:52.676Z | Compiling argon2 v0.5.3 |
1132 | 2024-12-28T04:19:53.473Z | Compiling zerocopy v0.6.6 |
1133 | 2024-12-28T04:19:54.466Z | Compiling strum_macros v0.25.3 |
1134 | 2024-12-28T04:19:55.162Z | Compiling serde-big-array v0.5.1 |
1135 | 2024-12-28T04:19:55.423Z | Compiling serde_repr v0.1.19 |
1136 | 2024-12-28T04:19:56.669Z | Compiling cookie v0.18.1 |
1137 | 2024-12-28T04:19:56.872Z | Compiling convert_case v0.4.0 |
1138 | 2024-12-28T04:19:57.005Z | Compiling static_assertions v1.1.0 |
1139 | 2024-12-28T04:19:57.185Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-12-28T04:19:57.385Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-12-28T04:19:57.660Z | Compiling derive_more v0.99.18 |
1142 | 2024-12-28T04:19:58.132Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1143 | 2024-12-28T04:19:59.530Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-28T04:20:00.707Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-12-28T04:20:00.801Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1146 | 2024-12-28T04:20:03.329Z | Compiling atomicwrites v0.4.4 |
1147 | 2024-12-28T04:20:03.807Z | Compiling itertools v0.13.0 |
1148 | 2024-12-28T04:20:04.326Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1149 | 2024-12-28T04:20:05.494Z | Compiling idna v0.4.0 |
1150 | 2024-12-28T04:20:06.503Z | Compiling libsw v3.3.1 |
1151 | 2024-12-28T04:20:06.834Z | Compiling enum-as-inner v0.6.1 |
1152 | 2024-12-28T04:20:06.883Z | Compiling derive-where v1.2.7 |
1153 | 2024-12-28T04:20:07.146Z | Compiling data-encoding v2.6.0 |
1154 | 2024-12-28T04:20:07.609Z | Compiling swrite v0.1.0 |
1155 | 2024-12-28T04:20:07.747Z | Compiling linear-map v1.2.0 |
1156 | 2024-12-28T04:20:07.978Z | Compiling highway v1.2.0 |
1157 | 2024-12-28T04:20:08.181Z | Compiling indent_write v2.2.0 |
1158 | 2024-12-28T04:20:08.412Z | Compiling linked-hash-map v0.5.6 |
1159 | 2024-12-28T04:20:08.850Z | Compiling quick-error v1.2.3 |
1160 | 2024-12-28T04:20:09.007Z | Compiling resolv-conf v0.7.0 |
1161 | 2024-12-28T04:20:09.367Z | Compiling lru-cache v0.1.2 |
1162 | 2024-12-28T04:20:09.391Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-28T04:20:09.584Z | Compiling hickory-proto v0.24.1 |
1164 | 2024-12-28T04:20:10.165Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-28T04:20:10.515Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-28T04:20:13.251Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-28T04:20:13.637Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-12-28T04:20:14.049Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1169 | 2024-12-28T04:20:14.963Z | Compiling steno v0.4.1 |
1170 | 2024-12-28T04:20:18.138Z | Compiling slog-dtrace v0.3.0 |
1171 | 2024-12-28T04:20:18.398Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-12-28T04:20:18.474Z | Compiling humantime v2.1.0 |
1173 | 2024-12-28T04:20:18.733Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-12-28T04:20:18.898Z | Compiling parking_lot_core v0.8.6 |
1175 | 2024-12-28T04:20:19.262Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1176 | 2024-12-28T04:20:19.381Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1177 | 2024-12-28T04:20:21.269Z | Compiling hickory-resolver v0.24.1 |
1178 | 2024-12-28T04:20:21.509Z | Compiling num-derive v0.3.3 |
1179 | 2024-12-28T04:20:22.533Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1180 | 2024-12-28T04:20:23.512Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1181 | 2024-12-28T04:20:23.729Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1182 | 2024-12-28T04:20:23.970Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1183 | 2024-12-28T04:20:24.957Z | Compiling parking_lot v0.11.2 |
1184 | 2024-12-28T04:20:25.581Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1185 | 2024-12-28T04:20:26.930Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1186 | 2024-12-28T04:20:28.419Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1187 | 2024-12-28T04:20:28.481Z | Compiling crossbeam-epoch v0.9.18 |
1188 | 2024-12-28T04:20:29.613Z | Compiling fxhash v0.2.1 |
1189 | 2024-12-28T04:20:29.843Z | Compiling crc32fast v1.4.2 |
1190 | 2024-12-28T04:20:29.880Z | Compiling crc8 v0.1.1 |
1191 | 2024-12-28T04:20:30.185Z | Compiling arc-swap v1.7.1 |
1192 | 2024-12-28T04:20:30.351Z | Compiling sled v0.34.7 |
1193 | 2024-12-28T04:20:30.874Z | Compiling slog-scope v4.4.0 |
1194 | 2024-12-28T04:20:31.642Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1195 | 2024-12-28T04:20:35.971Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1196 | 2024-12-28T04:20:37.126Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1197 | 2024-12-28T04:20:37.629Z | Compiling slog-stdlog v4.1.1 |
1198 | 2024-12-28T04:20:38.416Z | Compiling slog-envlogger v2.2.0 |
1199 | 2024-12-28T04:20:39.643Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-28T04:20:41.105Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1201 | 2024-12-28T04:20:50.030Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1202 | 2024-12-28T04:20:52.169Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1203 | 2024-12-28T04:20:57.647Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1204 | 2024-12-28T04:21:26.634Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1205 | 2024-12-28T04:21:26.634Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1206 | 2024-12-28T04:21:33.680Z | Finished `release` profile [optimized] target(s) in 5m 07s |
1207 | 2024-12-28T04:21:33.985Z | + banner trio |
1208 | 2024-12-28T04:21:33.988Z | |
1209 | 2024-12-28T04:21:33.988Z | ##### ##### # #### |
1210 | 2024-12-28T04:21:33.988Z | # # # # # # |
1211 | 2024-12-28T04:21:33.988Z | # # # # # # |
1212 | 2024-12-28T04:21:33.988Z | # ##### # # # |
1213 | 2024-12-28T04:21:33.988Z | # # # # # # |
1214 | 2024-12-28T04:21:33.988Z | # # # # #### |
1215 | 2024-12-28T04:21:33.988Z | |
1216 | 2024-12-28T04:21:33.988Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1217 | 2024-12-28T04:21:34.433Z | Compiling cfg-if v1.0.0 |
1218 | 2024-12-28T04:21:34.433Z | Compiling libc v0.2.167 |
1219 | 2024-12-28T04:21:34.433Z | Compiling serde v1.0.217 |
1220 | 2024-12-28T04:21:34.436Z | Compiling once_cell v1.20.2 |
1221 | 2024-12-28T04:21:34.436Z | Compiling itoa v1.0.11 |
1222 | 2024-12-28T04:21:34.436Z | Compiling byteorder v1.5.0 |
1223 | 2024-12-28T04:21:34.436Z | Compiling syn v2.0.87 |
1224 | 2024-12-28T04:21:34.501Z | Compiling bytes v1.7.2 |
1225 | 2024-12-28T04:21:34.572Z | Compiling num-traits v0.2.19 |
1226 | 2024-12-28T04:21:34.716Z | Compiling zerocopy v0.7.35 |
1227 | 2024-12-28T04:21:34.861Z | Compiling pin-project-lite v0.2.14 |
1228 | 2024-12-28T04:21:34.894Z | Compiling ahash v0.8.11 |
1229 | 2024-12-28T04:21:34.918Z | Compiling memchr v2.7.4 |
1230 | 2024-12-28T04:21:34.944Z | Compiling scopeguard v1.2.0 |
1231 | 2024-12-28T04:21:34.991Z | Compiling smallvec v1.13.2 |
1232 | 2024-12-28T04:21:35.067Z | Compiling allocator-api2 v0.2.18 |
1233 | 2024-12-28T04:21:35.110Z | Compiling schemars v0.8.21 |
1234 | 2024-12-28T04:21:35.437Z | Compiling lock_api v0.4.12 |
1235 | 2024-12-28T04:21:35.887Z | Compiling getrandom v0.2.15 |
1236 | 2024-12-28T04:21:35.888Z | Compiling hashbrown v0.14.5 |
1237 | 2024-12-28T04:21:35.910Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-12-28T04:21:35.972Z | Compiling socket2 v0.5.8 |
1239 | 2024-12-28T04:21:36.267Z | Compiling parking_lot v0.12.3 |
1240 | 2024-12-28T04:21:36.290Z | Compiling signal-hook-registry v1.4.2 |
1241 | 2024-12-28T04:21:36.732Z | Compiling mio v1.0.2 |
1242 | 2024-12-28T04:21:36.965Z | Compiling fnv v1.0.7 |
1243 | 2024-12-28T04:21:37.096Z | Compiling log v0.4.22 |
1244 | 2024-12-28T04:21:37.360Z | Compiling futures-core v0.3.30 |
1245 | 2024-12-28T04:21:37.606Z | Compiling ryu v1.0.18 |
1246 | 2024-12-28T04:21:37.670Z | Compiling equivalent v1.0.1 |
1247 | 2024-12-28T04:21:37.691Z | Compiling tracing-core v0.1.32 |
1248 | 2024-12-28T04:21:37.772Z | Compiling serde_json v1.0.133 |
1249 | 2024-12-28T04:21:37.806Z | Compiling uuid v1.11.0 |
1250 | 2024-12-28T04:21:37.825Z | Compiling regress v0.10.1 |
1251 | 2024-12-28T04:21:38.180Z | Compiling pin-utils v0.1.0 |
1252 | 2024-12-28T04:21:38.270Z | Compiling futures-sink v0.3.30 |
1253 | 2024-12-28T04:21:38.327Z | Compiling spin v0.9.8 |
1254 | 2024-12-28T04:21:38.343Z | Compiling untrusted v0.9.0 |
1255 | 2024-12-28T04:21:38.365Z | Compiling futures-task v0.3.30 |
1256 | 2024-12-28T04:21:38.409Z | Compiling slab v0.4.9 |
1257 | 2024-12-28T04:21:38.507Z | Compiling futures-util v0.3.30 |
1258 | 2024-12-28T04:21:38.519Z | Compiling ring v0.17.8 |
1259 | 2024-12-28T04:21:38.730Z | Compiling try-lock v0.2.5 |
1260 | 2024-12-28T04:21:38.882Z | Compiling want v0.3.1 |
1261 | 2024-12-28T04:21:39.160Z | Compiling httparse v1.9.4 |
1262 | 2024-12-28T04:21:39.620Z | Compiling chrono v0.4.38 |
1263 | 2024-12-28T04:21:40.065Z | Compiling futures-channel v0.3.30 |
1264 | 2024-12-28T04:21:40.219Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-12-28T04:21:40.410Z | Compiling foreign-types-shared v0.1.1 |
1266 | 2024-12-28T04:21:40.509Z | Compiling tower-service v0.3.3 |
1267 | 2024-12-28T04:21:40.518Z | Compiling foreign-types v0.3.2 |
1268 | 2024-12-28T04:21:40.624Z | Compiling openssl-sys v0.9.103 |
1269 | 2024-12-28T04:21:40.890Z | Compiling bitflags v2.6.0 |
1270 | 2024-12-28T04:21:41.231Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-12-28T04:21:41.584Z | Compiling unicode-ident v1.0.13 |
1272 | 2024-12-28T04:21:41.604Z | Compiling http v1.2.0 |
1273 | 2024-12-28T04:21:41.770Z | Compiling proc-macro2 v1.0.86 |
1274 | 2024-12-28T04:21:42.027Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-12-28T04:21:42.438Z | Compiling tinyvec_macros v0.1.1 |
1276 | 2024-12-28T04:21:42.518Z | Compiling semver v1.0.23 |
1277 | 2024-12-28T04:21:42.528Z | Compiling tinyvec v1.8.0 |
1278 | 2024-12-28T04:21:43.080Z | Compiling quote v1.0.37 |
1279 | 2024-12-28T04:21:43.463Z | Compiling percent-encoding v2.3.1 |
1280 | 2024-12-28T04:21:43.927Z | Compiling form_urlencoded v1.2.1 |
1281 | 2024-12-28T04:21:44.212Z | Compiling unicode-normalization v0.1.24 |
1282 | 2024-12-28T04:21:45.117Z | Compiling http v0.2.12 |
1283 | 2024-12-28T04:21:45.527Z | Compiling aho-corasick v1.1.3 |
1284 | 2024-12-28T04:21:46.288Z | Compiling unicode-bidi v0.3.15 |
1285 | 2024-12-28T04:21:46.437Z | Compiling rustls-pki-types v1.8.0 |
1286 | 2024-12-28T04:21:46.447Z | Compiling serde_derive v1.0.217 |
1287 | 2024-12-28T04:21:47.150Z | Compiling zerocopy-derive v0.7.35 |
1288 | 2024-12-28T04:21:47.268Z | Compiling thiserror-impl v1.0.69 |
1289 | 2024-12-28T04:21:47.711Z | Compiling tokio-macros v2.4.0 |
1290 | 2024-12-28T04:21:49.221Z | Compiling schemars_derive v0.8.21 |
1291 | 2024-12-28T04:21:49.263Z | Compiling tokio v1.42.0 |
1292 | 2024-12-28T04:21:49.822Z | Compiling tracing-attributes v0.1.27 |
1293 | 2024-12-28T04:21:49.947Z | Compiling openssl-macros v0.1.1 |
1294 | 2024-12-28T04:21:50.207Z | Compiling thiserror v1.0.69 |
1295 | 2024-12-28T04:21:50.461Z | Compiling heck v0.5.0 |
1296 | 2024-12-28T04:21:50.777Z | Compiling openssl v0.10.66 |
1297 | 2024-12-28T04:21:51.820Z | Compiling regex-automata v0.4.7 |
1298 | 2024-12-28T04:21:52.233Z | Compiling idna v0.5.0 |
1299 | 2024-12-28T04:21:53.219Z | Compiling tracing v0.1.40 |
1300 | 2024-12-28T04:21:56.643Z | Compiling http-body v1.0.1 |
1301 | 2024-12-28T04:21:59.372Z | Compiling tokio-util v0.7.12 |
1302 | 2024-12-28T04:22:00.185Z | Compiling indexmap v2.5.0 |
1303 | 2024-12-28T04:22:02.297Z | Compiling serde_tokenstream v0.2.2 |
1304 | 2024-12-28T04:22:03.451Z | Compiling native-tls v0.2.12 |
1305 | 2024-12-28T04:22:04.573Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2024-12-28T04:22:04.862Z | Compiling slog v2.7.0 |
1307 | 2024-12-28T04:22:04.926Z | Compiling atomic-waker v1.1.2 |
1308 | 2024-12-28T04:22:05.110Z | Compiling regex-syntax v0.8.4 |
1309 | 2024-12-28T04:22:05.407Z | Compiling h2 v0.4.6 |
1310 | 2024-12-28T04:22:06.194Z | Compiling typify-impl v0.2.0 |
1311 | 2024-12-28T04:22:07.874Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1312 | 2024-12-28T04:22:16.639Z | Compiling openapiv3 v2.0.0 |
1313 | 2024-12-28T04:22:18.067Z | Compiling serde_urlencoded v0.7.1 |
1314 | 2024-12-28T04:22:18.673Z | Compiling regex v1.10.6 |
1315 | 2024-12-28T04:22:19.669Z | Compiling url v2.5.2 |
1316 | 2024-12-28T04:22:19.743Z | Compiling encoding_rs v0.8.34 |
1317 | 2024-12-28T04:22:20.872Z | Compiling ipnet v2.10.0 |
1318 | 2024-12-28T04:22:21.095Z | Compiling rustls v0.21.12 |
1319 | 2024-12-28T04:22:21.438Z | Compiling mime v0.3.17 |
1320 | 2024-12-28T04:22:22.528Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1321 | 2024-12-28T04:22:22.828Z | Compiling typify-macro v0.2.0 |
1322 | 2024-12-28T04:22:25.189Z | Compiling hyper v1.5.1 |
1323 | 2024-12-28T04:22:26.353Z | Compiling h2 v0.3.26 |
1324 | 2024-12-28T04:22:26.663Z | Compiling rustls-webpki v0.102.8 |
1325 | 2024-12-28T04:22:26.702Z | Compiling http-body v0.4.6 |
1326 | 2024-12-28T04:22:27.207Z | Compiling rustls-webpki v0.101.7 |
1327 | 2024-12-28T04:22:27.516Z | Compiling sct v0.7.1 |
1328 | 2024-12-28T04:22:27.953Z | Compiling subtle v2.6.1 |
1329 | 2024-12-28T04:22:28.219Z | Compiling zeroize v1.8.1 |
1330 | 2024-12-28T04:22:28.571Z | Compiling httpdate v1.0.3 |
1331 | 2024-12-28T04:22:29.319Z | Compiling toml_datetime v0.6.8 |
1332 | 2024-12-28T04:22:29.691Z | Compiling toml_edit v0.19.15 |
1333 | 2024-12-28T04:22:30.228Z | Compiling rustls v0.23.13 |
1334 | 2024-12-28T04:22:31.250Z | Compiling serde_yaml v0.9.34+deprecated |
1335 | 2024-12-28T04:22:34.956Z | Compiling hyper v0.14.30 |
1336 | 2024-12-28T04:22:35.430Z | Compiling hyper-util v0.1.10 |
1337 | 2024-12-28T04:22:41.418Z | Compiling lazy_static v1.5.0 |
1338 | 2024-12-28T04:22:41.547Z | Compiling tokio-rustls v0.26.0 |
1339 | 2024-12-28T04:22:41.868Z | Compiling tokio-rustls v0.24.1 |
1340 | 2024-12-28T04:22:41.920Z | Compiling proc-macro-crate v1.3.1 |
1341 | 2024-12-28T04:22:42.022Z | Compiling http-body-util v0.1.2 |
1342 | 2024-12-28T04:22:42.288Z | Compiling webpki-roots v0.26.6 |
1343 | 2024-12-28T04:22:42.487Z | Compiling base64 v0.22.1 |
1344 | 2024-12-28T04:22:42.565Z | Compiling base64 v0.21.7 |
1345 | 2024-12-28T04:22:42.619Z | Compiling crossbeam-utils v0.8.20 |
1346 | 2024-12-28T04:22:42.636Z | Compiling hyper-tls v0.6.0 |
1347 | 2024-12-28T04:22:42.748Z | Compiling num_enum_derive v0.5.11 |
1348 | 2024-12-28T04:22:43.144Z | Compiling rustls-pemfile v1.0.4 |
1349 | 2024-12-28T04:22:43.259Z | Compiling rustls-pemfile v2.1.3 |
1350 | 2024-12-28T04:22:43.539Z | Compiling hyper-rustls v0.27.3 |
1351 | 2024-12-28T04:22:43.651Z | Compiling hyper-rustls v0.24.2 |
1352 | 2024-12-28T04:22:43.980Z | Compiling hyper-tls v0.5.0 |
1353 | 2024-12-28T04:22:43.989Z | Compiling typify v0.2.0 |
1354 | 2024-12-28T04:22:44.113Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1355 | 2024-12-28T04:22:44.457Z | Compiling ipnetwork v0.20.0 |
1356 | 2024-12-28T04:22:45.428Z | Compiling ppv-lite86 v0.2.20 |
1357 | 2024-12-28T04:22:46.348Z | Compiling foreign-types-macros v0.2.3 |
1358 | 2024-12-28T04:22:47.365Z | Compiling sync_wrapper v1.0.1 |
1359 | 2024-12-28T04:22:47.509Z | Compiling rand_core v0.6.4 |
1360 | 2024-12-28T04:22:47.555Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-28T04:22:47.667Z | Compiling sync_wrapper v0.1.2 |
1362 | 2024-12-28T04:22:47.787Z | Compiling webpki-roots v0.25.4 |
1363 | 2024-12-28T04:22:47.944Z | Compiling powerfmt v0.2.0 |
1364 | 2024-12-28T04:22:47.976Z | Compiling foreign-types-shared v0.3.1 |
1365 | 2024-12-28T04:22:48.085Z | Compiling foreign-types v0.5.0 |
1366 | 2024-12-28T04:22:48.187Z | Compiling time-macros v0.2.18 |
1367 | 2024-12-28T04:22:48.410Z | Compiling deranged v0.3.11 |
1368 | 2024-12-28T04:22:48.651Z | Compiling reqwest v0.11.27 |
1369 | 2024-12-28T04:22:49.451Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-12-28T04:22:50.747Z | Compiling dirs-next v2.0.0 |
1371 | 2024-12-28T04:22:51.119Z | Compiling reqwest v0.12.9 |
1372 | 2024-12-28T04:22:51.221Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1373 | 2024-12-28T04:22:51.276Z | Compiling progenitor-impl v0.8.0 |
1374 | 2024-12-28T04:22:57.776Z | Compiling num_enum v0.5.11 |
1375 | 2024-12-28T04:22:57.853Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1376 | 2024-12-28T04:22:59.613Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1377 | 2024-12-28T04:22:59.690Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1378 | 2024-12-28T04:22:59.764Z | Compiling cstr-argument v0.1.2 |
1379 | 2024-12-28T04:22:59.861Z | Compiling thread_local v1.1.8 |
1380 | 2024-12-28T04:23:00.010Z | Compiling either v1.13.0 |
1381 | 2024-12-28T04:23:00.463Z | Compiling arc-swap v1.7.1 |
1382 | 2024-12-28T04:23:00.566Z | Compiling time-core v0.1.2 |
1383 | 2024-12-28T04:23:00.748Z | Compiling pretty-hex v0.2.1 |
1384 | 2024-12-28T04:23:00.947Z | Compiling num-conv v0.1.0 |
1385 | 2024-12-28T04:23:01.172Z | Compiling time v0.3.36 |
1386 | 2024-12-28T04:23:01.203Z | Compiling slog-scope v4.4.0 |
1387 | 2024-12-28T04:23:02.139Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1388 | 2024-12-28T04:23:02.516Z | Compiling itertools v0.12.1 |
1389 | 2024-12-28T04:23:02.786Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1390 | 2024-12-28T04:23:04.223Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1391 | 2024-12-28T04:23:05.119Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1392 | 2024-12-28T04:23:05.293Z | Compiling crossbeam-channel v0.5.13 |
1393 | 2024-12-28T04:23:06.287Z | Compiling progenitor-macro v0.8.0 |
1394 | 2024-12-28T04:23:06.955Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-12-28T04:23:10.345Z | Compiling progenitor-client v0.8.0 |
1396 | 2024-12-28T04:23:19.432Z | Compiling term v0.7.0 |
1397 | 2024-12-28T04:23:19.960Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1398 | 2024-12-28T04:23:21.954Z | Compiling rand v0.8.5 |
1399 | 2024-12-28T04:23:23.820Z | Compiling anyhow v1.0.94 |
1400 | 2024-12-28T04:23:24.024Z | Compiling colored v2.1.0 |
1401 | 2024-12-28T04:23:25.222Z | Compiling is-terminal v0.4.13 |
1402 | 2024-12-28T04:23:25.281Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-12-28T04:23:25.348Z | Compiling take_mut v0.2.2 |
1404 | 2024-12-28T04:23:25.506Z | Compiling winnow v0.6.18 |
1405 | 2024-12-28T04:23:25.617Z | Compiling slog-async v2.8.0 |
1406 | 2024-12-28T04:23:28.720Z | Compiling slog-term v2.9.1 |
1407 | 2024-12-28T04:23:29.937Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1408 | 2024-12-28T04:23:31.577Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1409 | 2024-12-28T04:23:31.794Z | Compiling progenitor v0.8.0 |
1410 | 2024-12-28T04:23:31.998Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1411 | 2024-12-28T04:23:35.140Z | Compiling slog-stdlog v4.1.1 |
1412 | 2024-12-28T04:23:35.692Z | Compiling slog-envlogger v2.2.0 |
1413 | 2024-12-28T04:23:35.987Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1414 | 2024-12-28T04:23:38.861Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1415 | 2024-12-28T04:23:49.943Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1416 | 2024-12-28T04:23:57.066Z | Finished `release` profile [optimized] target(s) in 2m 23s |
1417 | 2024-12-28T04:23:57.147Z | Running unittests src/lib.rs (target/release/deps/mg_tests-7bba72dcf831ed55) |
1418 | 2024-12-28T04:23:57.193Z | |
1419 | 2024-12-28T04:23:57.193Z | running 1 test |
1420 | 2024-12-28T04:23:57.367Z | configure zone |
1421 | 2024-12-28T04:23:57.502Z | install zone |
1422 | 2024-12-28T04:24:57.207Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1423 | 2024-12-28T04:25:56.532Z | boot zone |
1424 | 2024-12-28T04:25:57.408Z | start zone s1 |
1425 | 2024-12-28T04:25:57.408Z | configure zone |
1426 | 2024-12-28T04:25:57.416Z | install zone |
1427 | 2024-12-28T04:27:50.191Z | boot zone |
1428 | 2024-12-28T04:27:50.905Z | start zone s2 |
1429 | 2024-12-28T04:27:50.905Z | configure zone |
1430 | 2024-12-28T04:27:50.913Z | install zone |
1431 | 2024-12-28T04:29:44.018Z | boot zone |
1432 | 2024-12-28T04:29:44.782Z | start zone t1 |
1433 | 2024-12-28T04:29:44.783Z | configure zone |
1434 | 2024-12-28T04:29:44.790Z | install zone |
1435 | 2024-12-28T04:31:41.519Z | boot zone |
1436 | 2024-12-28T04:31:42.357Z | waiting for zones to come up |
1437 | 2024-12-28T04:31:52.359Z | [sidecar.trio] svcs milestone/network |
1438 | 2024-12-28T04:31:52.498Z | STATE STIME FMRI |
1439 | 2024-12-28T04:31:52.498Z | online 20:26:15 svc:/milestone/network:default |
1440 | 2024-12-28T04:31:52.498Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-28T04:31:52.543Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1442 | 2024-12-28T04:31:52.590Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1443 | 2024-12-28T04:31:52.637Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1444 | 2024-12-28T04:31:52.641Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1445 | 2024-12-28T04:31:52.661Z | |
1446 | 2024-12-28T04:31:52.661Z | running zone s1.trio setup |
1447 | 2024-12-28T04:31:52.661Z | [s1.trio] svcs milestone/network |
1448 | 2024-12-28T04:31:52.682Z | STATE STIME FMRI |
1449 | 2024-12-28T04:31:52.682Z | online 20:28:08 svc:/milestone/network:default |
1450 | 2024-12-28T04:31:52.682Z | [s1.trio] dladm |
1451 | 2024-12-28T04:31:52.702Z | LINK CLASS MTU STATE BRIDGE OVER |
1452 | 2024-12-28T04:31:52.702Z | sl0 simnet 9000 up -- ? |
1453 | 2024-12-28T04:31:52.702Z | mg2 vnic 9000 up -- ? |
1454 | 2024-12-28T04:31:52.702Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1455 | 2024-12-28T04:31:53.186Z | |
1456 | 2024-12-28T04:31:53.186Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1457 | 2024-12-28T04:31:53.209Z | |
1458 | 2024-12-28T04:31:53.210Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1459 | 2024-12-28T04:31:53.229Z | |
1460 | 2024-12-28T04:31:53.229Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1461 | 2024-12-28T04:31:53.314Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1462 | 2024-12-28T04:31:53.355Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1463 | 2024-12-28T04:31:53.445Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1464 | 2024-12-28T04:31:53.488Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1465 | 2024-12-28T04:31:53.509Z | |
1466 | 2024-12-28T04:31:53.509Z | running zone s2.trio setup |
1467 | 2024-12-28T04:31:53.509Z | [s2.trio] svcs milestone/network |
1468 | 2024-12-28T04:31:53.532Z | STATE STIME FMRI |
1469 | 2024-12-28T04:31:53.532Z | online 20:30:02 svc:/milestone/network:default |
1470 | 2024-12-28T04:31:53.532Z | [s2.trio] dladm |
1471 | 2024-12-28T04:31:53.554Z | LINK CLASS MTU STATE BRIDGE OVER |
1472 | 2024-12-28T04:31:53.554Z | sl1 simnet 9000 up -- ? |
1473 | 2024-12-28T04:31:53.555Z | mg3 vnic 9000 up -- ? |
1474 | 2024-12-28T04:31:53.555Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1475 | 2024-12-28T04:31:54.075Z | |
1476 | 2024-12-28T04:31:54.075Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1477 | 2024-12-28T04:31:54.099Z | |
1478 | 2024-12-28T04:31:54.099Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1479 | 2024-12-28T04:31:54.118Z | |
1480 | 2024-12-28T04:31:54.118Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1481 | 2024-12-28T04:31:54.162Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1482 | 2024-12-28T04:31:54.183Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1483 | 2024-12-28T04:31:54.225Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1484 | 2024-12-28T04:31:54.245Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1485 | 2024-12-28T04:31:54.265Z | |
1486 | 2024-12-28T04:31:54.265Z | running zone t1.trio setup |
1487 | 2024-12-28T04:31:54.265Z | [t1.trio] svcs milestone/network |
1488 | 2024-12-28T04:31:54.284Z | STATE STIME FMRI |
1489 | 2024-12-28T04:31:54.284Z | - - svc:/milestone/network:default |
1490 | 2024-12-28T04:31:55.285Z | [t1.trio] svcs milestone/network |
1491 | 2024-12-28T04:31:55.305Z | STATE STIME FMRI |
1492 | 2024-12-28T04:31:55.305Z | - - svc:/milestone/network:default |
1493 | 2024-12-28T04:31:56.305Z | [t1.trio] svcs milestone/network |
1494 | 2024-12-28T04:31:56.325Z | STATE STIME FMRI |
1495 | 2024-12-28T04:31:56.325Z | - - svc:/milestone/network:default |
1496 | 2024-12-28T04:31:57.325Z | [t1.trio] svcs milestone/network |
1497 | 2024-12-28T04:31:57.345Z | STATE STIME FMRI |
1498 | 2024-12-28T04:31:57.345Z | - - svc:/milestone/network:default |
1499 | 2024-12-28T04:31:58.346Z | [t1.trio] svcs milestone/network |
1500 | 2024-12-28T04:31:58.366Z | STATE STIME FMRI |
1501 | 2024-12-28T04:31:58.366Z | - - svc:/milestone/network:default |
1502 | 2024-12-28T04:31:59.367Z | [t1.trio] svcs milestone/network |
1503 | 2024-12-28T04:31:59.388Z | STATE STIME FMRI |
1504 | 2024-12-28T04:31:59.388Z | - - svc:/milestone/network:default |
1505 | 2024-12-28T04:32:00.388Z | [t1.trio] svcs milestone/network |
1506 | 2024-12-28T04:32:00.408Z | STATE STIME FMRI |
1507 | 2024-12-28T04:32:00.408Z | offline 20:31:59 svc:/milestone/network:default |
1508 | 2024-12-28T04:32:01.409Z | [t1.trio] svcs milestone/network |
1509 | 2024-12-28T04:32:01.430Z | STATE STIME FMRI |
1510 | 2024-12-28T04:32:01.431Z | online 20:32:00 svc:/milestone/network:default |
1511 | 2024-12-28T04:32:01.431Z | [t1.trio] dladm |
1512 | 2024-12-28T04:32:01.451Z | LINK CLASS MTU STATE BRIDGE OVER |
1513 | 2024-12-28T04:32:01.451Z | tfportrear0_0 simnet 9000 up -- ? |
1514 | 2024-12-28T04:32:01.451Z | tfportrear1_0 simnet 9000 up -- ? |
1515 | 2024-12-28T04:32:01.451Z | mg1 vnic 9000 up -- ? |
1516 | 2024-12-28T04:32:01.451Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1517 | 2024-12-28T04:32:01.957Z | |
1518 | 2024-12-28T04:32:01.957Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1519 | 2024-12-28T04:32:01.980Z | |
1520 | 2024-12-28T04:32:01.980Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1521 | 2024-12-28T04:32:02.001Z | |
1522 | 2024-12-28T04:32:02.001Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1523 | 2024-12-28T04:32:02.020Z | |
1524 | 2024-12-28T04:32:02.020Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1525 | 2024-12-28T04:32:02.210Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1526 | 2024-12-28T04:32:02.215Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1527 | 2024-12-28T04:32:02.218Z | waiting 3s for copy of files to zone to complete ... |
1528 | 2024-12-28T04:32:05.219Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1529 | 2024-12-28T04:32:05.254Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1530 | 2024-12-28T04:32:05.274Z | [t1.trio] svcadm enable dendrite |
1531 | 2024-12-28T04:32:05.312Z | |
1532 | 2024-12-28T04:32:05.312Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1533 | 2024-12-28T04:32:05.354Z | |
1534 | 2024-12-28T04:32:05.354Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1535 | 2024-12-28T04:32:05.396Z | |
1536 | 2024-12-28T04:32:05.396Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1537 | 2024-12-28T04:32:05.437Z | |
1538 | 2024-12-28T04:32:05.437Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1539 | 2024-12-28T04:32:05.477Z | |
1540 | 2024-12-28T04:32:05.477Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1541 | 2024-12-28T04:32:05.518Z | |
1542 | 2024-12-28T04:32:05.518Z | [t1.trio] svcadm refresh dendrite:default |
1543 | 2024-12-28T04:32:05.554Z | |
1544 | 2024-12-28T04:32:05.554Z | [t1.trio] svcadm restart dendrite:default |
1545 | 2024-12-28T04:32:05.590Z | |
1546 | 2024-12-28T04:32:05.590Z | wait 10s for dendrite to come up ... |
1547 | 2024-12-28T04:32:15.592Z | [t1.trio] svcadm enable tfport |
1548 | 2024-12-28T04:32:15.630Z | |
1549 | 2024-12-28T04:32:15.630Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 7ae17a8e-6a5c-4bd9-a0f9-a119296bbc4f --sled-uuid 11f1a2e2-fdf1-4c89-8d11-4745a4e8e6b7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1550 | 2024-12-28T04:32:15.649Z | |
1551 | 2024-12-28T04:32:15.649Z | [t1.trio] ipadm |
1552 | 2024-12-28T04:32:15.672Z | ADDROBJ TYPE STATE ADDR |
1553 | 2024-12-28T04:32:15.672Z | lo0/v4 static ok 127.0.0.1/8 |
1554 | 2024-12-28T04:32:15.672Z | mg1/v4 static ok 10.0.0.3/24 |
1555 | 2024-12-28T04:32:15.672Z | lo0/v6 static ok ::1/128 |
1556 | 2024-12-28T04:32:15.672Z | lo0/u6 static ok fd00:3::1/64 |
1557 | 2024-12-28T04:32:15.672Z | tfportrear0_0/v6 addrconf ok fe80::6439:dfff:fea8:110%tfportrear0_0/10 |
1558 | 2024-12-28T04:32:15.672Z | tfportrear1_0/v6 addrconf ok fe80::7822:18ff:fe2d:e7bd%tfportrear1_0/10 |
1559 | 2024-12-28T04:32:17.879Z | initial peering test passed |
1560 | 2024-12-28T04:32:18.883Z | advertise from one passed |
1561 | 2024-12-28T04:32:19.885Z | advertise from two passed |
1562 | 2024-12-28T04:32:19.885Z | [s1.trio] ping fd00:2::1 |
1563 | 2024-12-28T04:32:19.911Z | fd00:2::1 is alive |
1564 | 2024-12-28T04:32:19.911Z | [s2.trio] ping fd00:1::1 |
1565 | 2024-12-28T04:32:19.931Z | fd00:1::1 is alive |
1566 | 2024-12-28T04:32:19.931Z | connectivity test passed |
1567 | 2024-12-28T04:32:19.931Z | [t1.trio] pkill ddmd |
1568 | 2024-12-28T04:32:19.950Z | |
1569 | 2024-12-28T04:32:25.955Z | [t1.trio] svcadm enable dendrite |
1570 | 2024-12-28T04:32:25.994Z | |
1571 | 2024-12-28T04:32:25.994Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1572 | 2024-12-28T04:32:26.036Z | |
1573 | 2024-12-28T04:32:26.036Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1574 | 2024-12-28T04:32:26.077Z | |
1575 | 2024-12-28T04:32:26.077Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1576 | 2024-12-28T04:32:26.118Z | |
1577 | 2024-12-28T04:32:26.118Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1578 | 2024-12-28T04:32:26.159Z | |
1579 | 2024-12-28T04:32:26.159Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1580 | 2024-12-28T04:32:26.200Z | |
1581 | 2024-12-28T04:32:26.200Z | [t1.trio] svcadm refresh dendrite:default |
1582 | 2024-12-28T04:32:26.238Z | |
1583 | 2024-12-28T04:32:26.238Z | [t1.trio] svcadm restart dendrite:default |
1584 | 2024-12-28T04:32:26.273Z | |
1585 | 2024-12-28T04:32:26.273Z | wait 10s for dendrite to come up ... |
1586 | 2024-12-28T04:32:36.275Z | [t1.trio] svcadm enable tfport |
1587 | 2024-12-28T04:32:36.314Z | |
1588 | 2024-12-28T04:32:36.314Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 9340708d-e6ad-47b8-b5b6-299c920f0d61 --sled-uuid d926aca7-fba5-4e71-803b-869b83391fb5 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1589 | 2024-12-28T04:32:36.333Z | |
1590 | 2024-12-28T04:32:36.333Z | [t1.trio] ipadm |
1591 | 2024-12-28T04:32:36.355Z | ADDROBJ TYPE STATE ADDR |
1592 | 2024-12-28T04:32:36.355Z | lo0/v4 static ok 127.0.0.1/8 |
1593 | 2024-12-28T04:32:36.355Z | mg1/v4 static ok 10.0.0.3/24 |
1594 | 2024-12-28T04:32:36.355Z | lo0/v6 static ok ::1/128 |
1595 | 2024-12-28T04:32:36.355Z | lo0/u6 static ok fd00:3::1/64 |
1596 | 2024-12-28T04:32:36.355Z | tfportrear0_0/v6 addrconf ok fe80::6439:dfff:fea8:110%tfportrear0_0/10 |
1597 | 2024-12-28T04:32:36.355Z | tfportrear1_0/v6 addrconf ok fe80::7822:18ff:fe2d:e7bd%tfportrear1_0/10 |
1598 | 2024-12-28T04:32:39.358Z | [s1.trio] ping fd00:2::1 |
1599 | 2024-12-28T04:32:39.380Z | fd00:2::1 is alive |
1600 | 2024-12-28T04:32:39.380Z | [s2.trio] ping fd00:1::1 |
1601 | 2024-12-28T04:32:39.399Z | fd00:1::1 is alive |
1602 | 2024-12-28T04:32:39.399Z | transit router restart passed |
1603 | 2024-12-28T04:32:39.399Z | [s1.trio] pkill ddmd |
1604 | 2024-12-28T04:32:39.418Z | |
1605 | 2024-12-28T04:32:44.422Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1606 | 2024-12-28T04:32:44.457Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1607 | 2024-12-28T04:32:44.475Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1608 | 2024-12-28T04:32:44.495Z | |
1609 | 2024-12-28T04:32:47.499Z | [s1.trio] ping fd00:2::1 |
1610 | 2024-12-28T04:32:47.520Z | fd00:2::1 is alive |
1611 | 2024-12-28T04:32:47.520Z | [s2.trio] ping fd00:1::1 |
1612 | 2024-12-28T04:32:47.540Z | fd00:1::1 is alive |
1613 | 2024-12-28T04:32:47.540Z | server router restart passed |
1614 | 2024-12-28T04:32:50.546Z | peer expiration recovery passed |
1615 | 2024-12-28T04:32:51.547Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1616 | 2024-12-28T04:32:51.571Z | 3 |
1617 | 2024-12-28T04:32:51.571Z | redundant advertise passed |
1618 | 2024-12-28T04:32:52.574Z | tunnel endpoint advertise passed |
1619 | 2024-12-28T04:32:57.576Z | redundant tunnel endpoint advertise passed |
1620 | 2024-12-28T04:32:57.577Z | [s1.trio] pkill ddmd |
1621 | 2024-12-28T04:32:57.597Z | |
1622 | 2024-12-28T04:33:02.599Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1623 | 2024-12-28T04:33:02.634Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1624 | 2024-12-28T04:33:02.651Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1625 | 2024-12-28T04:33:02.671Z | |
1626 | 2024-12-28T04:33:07.739Z | tunnel router restart passed |
1627 | 2024-12-28T04:33:08.740Z | tunnel endpoint withdraw passed |
1628 | 2024-12-28T04:33:08.755Z | [t1.trio] pkill ddmd |
1629 | 2024-12-28T04:33:08.781Z | |
1630 | 2024-12-28T04:33:08.781Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1631 | 2024-12-28T04:33:08.785Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1632 | 2024-12-28T04:33:11.282Z | [s2.trio] pkill ddmd |
1633 | 2024-12-28T04:33:11.301Z | |
1634 | 2024-12-28T04:33:11.301Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1635 | 2024-12-28T04:33:13.728Z | [s1.trio] pkill ddmd |
1636 | 2024-12-28T04:33:13.748Z | |
1637 | 2024-12-28T04:33:13.748Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1638 | 2024-12-28T04:33:16.046Z | [sidecar.trio] pkill softnpu |
1639 | 2024-12-28T04:33:16.066Z | |
1640 | 2024-12-28T04:33:16.066Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1641 | 2024-12-28T04:33:18.432Z | test ddm::test_trio_v2_server ... ok |
1642 | 2024-12-28T04:33:18.432Z | |
1643 | 2024-12-28T04:33:18.432Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 561.11s |
1644 | 2024-12-28T04:33:18.432Z | |
1645 | 2024-12-28T04:33:18.458Z | + cleanup |
1646 | 2024-12-28T04:33:18.460Z | ++ id -un |
1647 | 2024-12-28T04:33:18.626Z | ++ id -gn |
1648 | 2024-12-28T04:33:18.628Z | + pfexec chown -R build:build . |
1649 | 2024-12-28T04:33:18.702Z | process exited: duration 1097915 ms, exit code 0 |
|
1650 | 2024-12-28T04:33:18.712Z | found 4 output files |
1651 | 2024-12-28T04:33:18.712Z | uploading: /work/s1.trio.log (4249 bytes) |
1652 | 2024-12-28T04:33:19.720Z | uploaded: /work/s1.trio.log |
1653 | 2024-12-28T04:33:19.725Z | uploading: /work/s2.trio.log (10983 bytes) |
1654 | 2024-12-28T04:33:20.732Z | uploaded: /work/s2.trio.log |
1655 | 2024-12-28T04:33:20.735Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1656 | 2024-12-28T04:33:21.739Z | uploaded: /work/sidecar.trio-softnpu.log |
1657 | 2024-12-28T04:33:21.739Z | uploading: /work/t1.trio.log (26112 bytes) |
1658 | 2024-12-28T04:33:22.749Z | uploaded: /work/t1.trio.log |