|
|
|
1 | 2024-12-16T04:15:52.565Z | job assigned to worker 01JF6TT76986R3C7QV3EN8NZQW [factory aws, i-0322471e6b372648b] (queued for 1 m 1 s) |
|
2 | 2024-12-16T04:16:00.428Z | starting task 0: "setup" |
3 | 2024-12-16T04:16:00.438Z | ++ uname -s |
4 | 2024-12-16T04:16:00.440Z | + kern=SunOS |
5 | 2024-12-16T04:16:00.440Z | + case "$kern" in |
6 | 2024-12-16T04:16:00.440Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:16:00.442Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:16:02.451Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:16:02.637Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:16:02.640Z | + home_fs=zfs |
11 | 2024-12-16T04:16:02.640Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:16:02.640Z | + mkdir -p /home/build |
13 | 2024-12-16T04:16:02.643Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:16:04.644Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:16:04.647Z | process exited: duration 4220 ms, exit code 0 |
|
16 | 2024-12-16T04:16:04.652Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:16:04.657Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:16:04.657Z | ' stable |
19 | 2024-12-16T04:16:04.657Z | * toolchain channel = "stable" |
20 | 2024-12-16T04:16:04.658Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T04:16:04.658Z | ' default |
22 | 2024-12-16T04:16:04.658Z | * toolchain profile = "default" |
23 | 2024-12-16T04:16:04.661Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:16:04.661Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:16:04.778Z | info: downloading installer |
26 | 2024-12-16T04:16:06.396Z | info: profile set to 'default' |
27 | 2024-12-16T04:16:06.396Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:16:06.398Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:16:06.552Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:16:06.552Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:16:07.441Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:16:07.782Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:16:09.025Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:16:10.821Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:16:17.637Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:16:17.899Z | info: installing component 'cargo' |
37 | 2024-12-16T04:16:18.744Z | info: installing component 'clippy' |
38 | 2024-12-16T04:16:19.123Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:16:20.849Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:16:22.553Z | info: installing component 'rustc' |
41 | 2024-12-16T04:16:28.496Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:16:28.836Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T04:16:28.836Z | |
44 | 2024-12-16T04:16:29.209Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:16:29.210Z | |
46 | 2024-12-16T04:16:29.212Z | |
47 | 2024-12-16T04:16:29.212Z | Rust is installed now. Great! |
48 | 2024-12-16T04:16:29.212Z | |
49 | 2024-12-16T04:16:29.212Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:16:29.212Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:16:29.212Z | |
52 | 2024-12-16T04:16:29.212Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:16:29.212Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:16:29.212Z | |
55 | 2024-12-16T04:16:29.212Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:16:29.212Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:16:29.212Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:16:29.285Z | + rustc --version |
59 | 2024-12-16T04:16:29.355Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:16:29.360Z | process exited: duration 24704 ms, exit code 0 |
|
61 | 2024-12-16T04:16:29.365Z | starting task 2: "authentication" |
62 | 2024-12-16T04:16:29.388Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-16T04:16:29.393Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:16:29.399Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:16:29.401Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:16:29.440Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:16:30.043Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:16:30.044Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:16:30.358Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:16:30.358Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:16:30.366Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:16:30.368Z | ++ git branch --show-current |
73 | 2024-12-16T04:16:30.371Z | + current=main |
74 | 2024-12-16T04:16:30.371Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:16:30.371Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:16:30.374Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:16:30.389Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:16:30.391Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:16:30.404Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:16:30.406Z | process exited: duration 1011 ms, exit code 0 |
|
81 | 2024-12-16T04:16:30.412Z | starting task 4: "build" |
82 | 2024-12-16T04:16:30.417Z | ++ cargo --version |
83 | 2024-12-16T04:16:30.422Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-16T04:16:30.587Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-16T04:16:30.587Z | info: downloading component 'cargo' |
86 | 2024-12-16T04:16:31.441Z | info: downloading component 'clippy' |
87 | 2024-12-16T04:16:31.763Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T04:16:32.950Z | info: downloading component 'rust-std' |
89 | 2024-12-16T04:16:34.799Z | info: downloading component 'rustc' |
90 | 2024-12-16T04:16:41.425Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T04:16:41.675Z | info: installing component 'cargo' |
92 | 2024-12-16T04:16:42.492Z | info: installing component 'clippy' |
93 | 2024-12-16T04:16:42.855Z | info: installing component 'rust-docs' |
94 | 2024-12-16T04:16:44.494Z | info: installing component 'rust-std' |
95 | 2024-12-16T04:16:46.218Z | info: installing component 'rustc' |
96 | 2024-12-16T04:16:52.054Z | info: installing component 'rustfmt' |
97 | 2024-12-16T04:16:52.469Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-16T04:16:52.472Z | ++ rustc --version |
99 | 2024-12-16T04:16:52.542Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-16T04:16:52.546Z | ++ dladm |
101 | 2024-12-16T04:16:52.551Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-16T04:16:52.551Z | ena0 phys 9216 up -- -- |
103 | 2024-12-16T04:16:52.554Z | ++ ipadm |
104 | 2024-12-16T04:16:52.558Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-16T04:16:52.558Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-16T04:16:52.558Z | ena0/dhcp dhcp ok 10.150.1.173/24 |
107 | 2024-12-16T04:16:52.558Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-16T04:16:52.558Z | ++ banner collect |
109 | 2024-12-16T04:16:52.563Z | |
110 | 2024-12-16T04:16:52.563Z | #### #### # # ###### #### ##### |
111 | 2024-12-16T04:16:52.563Z | # # # # # # # # # # |
112 | 2024-12-16T04:16:52.563Z | # # # # # ##### # # |
113 | 2024-12-16T04:16:52.563Z | # # # # # # # # |
114 | 2024-12-16T04:16:52.563Z | # # # # # # # # # # |
115 | 2024-12-16T04:16:52.563Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-16T04:16:52.563Z | |
117 | 2024-12-16T04:16:52.563Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-16T04:16:52.563Z | ++ repo=softnpu |
119 | 2024-12-16T04:16:52.563Z | ++ series=image |
120 | 2024-12-16T04:16:52.563Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-16T04:16:52.564Z | ++ name=softnpu |
122 | 2024-12-16T04:16:52.564Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-16T04:16:52.564Z | ++ mkdir -p download |
124 | 2024-12-16T04:16:52.564Z | ++ pushd download |
125 | 2024-12-16T04:16:52.564Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-16T04:16:52.564Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-16T04:16:52.564Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-16T04:16:52.570Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-16T04:16:52.570Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-16T04:16:53.213Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 34.6M 0 --:--:-- --:--:-- --:--:-- 34.7M |
131 | 2024-12-16T04:16:53.220Z | ++ popd |
132 | 2024-12-16T04:16:53.221Z | /work/oxidecomputer/maghemite |
133 | 2024-12-16T04:16:53.221Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-16T04:16:53.221Z | ++ repo=sidecar-lite |
135 | 2024-12-16T04:16:53.221Z | ++ series=release |
136 | 2024-12-16T04:16:53.221Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-16T04:16:53.221Z | ++ name=libsidecar_lite.so |
138 | 2024-12-16T04:16:53.221Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-16T04:16:53.221Z | ++ mkdir -p download |
140 | 2024-12-16T04:16:53.221Z | ++ pushd download |
141 | 2024-12-16T04:16:53.221Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-16T04:16:53.221Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-16T04:16:53.222Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-16T04:16:53.222Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-16T04:16:53.222Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-16T04:16:53.846Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 32.6M 0 --:--:-- --:--:-- --:--:-- 32.6M |
147 | 2024-12-16T04:16:53.854Z | ++ popd |
148 | 2024-12-16T04:16:53.854Z | /work/oxidecomputer/maghemite |
149 | 2024-12-16T04:16:53.854Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-16T04:16:53.854Z | ++ repo=sidecar-lite |
151 | 2024-12-16T04:16:53.854Z | ++ series=release |
152 | 2024-12-16T04:16:53.854Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-16T04:16:53.854Z | ++ name=scadm |
154 | 2024-12-16T04:16:53.854Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-16T04:16:53.855Z | ++ mkdir -p download |
156 | 2024-12-16T04:16:53.855Z | ++ pushd download |
157 | 2024-12-16T04:16:53.855Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-16T04:16:53.855Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-16T04:16:53.855Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-16T04:16:53.855Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-16T04:16:53.855Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-16T04:16:54.303Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
92 22.7M 92 20.9M 0 0 47.8M 0 --:--:-- --:--:-- --:--:-- 47.8M
100 22.7M 100 22.7M 0 0 50.4M 0 --:--:-- --:--:-- --:--:-- 50.4M |
163 | 2024-12-16T04:16:54.307Z | ++ popd |
164 | 2024-12-16T04:16:54.310Z | /work/oxidecomputer/maghemite |
165 | 2024-12-16T04:16:54.310Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-16T04:16:54.310Z | ++ repo=dendrite |
167 | 2024-12-16T04:16:54.310Z | ++ series=image |
168 | 2024-12-16T04:16:54.310Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-16T04:16:54.310Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-16T04:16:54.310Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-16T04:16:54.311Z | ++ mkdir -p download |
172 | 2024-12-16T04:16:54.311Z | ++ pushd download |
173 | 2024-12-16T04:16:54.311Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-16T04:16:54.311Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-16T04:16:54.311Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-16T04:16:54.320Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-16T04:16:54.320Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-16T04:16:54.928Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 61.5M 0 --:--:-- --:--:-- --:--:-- 61.5M |
179 | 2024-12-16T04:16:54.932Z | ++ popd |
180 | 2024-12-16T04:16:54.935Z | /work/oxidecomputer/maghemite |
181 | 2024-12-16T04:16:54.935Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-16T04:16:54.935Z | ++ repo=maghemite |
183 | 2024-12-16T04:16:54.935Z | ++ series=release |
184 | 2024-12-16T04:16:54.935Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-16T04:16:54.935Z | ++ name=ddmd |
186 | 2024-12-16T04:16:54.935Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-16T04:16:54.935Z | ++ mkdir -p download |
188 | 2024-12-16T04:16:54.935Z | ++ pushd download |
189 | 2024-12-16T04:16:54.935Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-16T04:16:54.935Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-16T04:16:54.935Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-16T04:16:54.944Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-16T04:16:54.944Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-16T04:16:55.702Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
31 40.9M 31 12.7M 0 0 36.7M 0 0:00:01 --:--:-- 0:00:01 36.7M
100 40.9M 100 40.9M 0 0 54.0M 0 --:--:-- --:--:-- --:--:-- 54.0M |
195 | 2024-12-16T04:16:55.706Z | ++ popd |
196 | 2024-12-16T04:16:55.708Z | /work/oxidecomputer/maghemite |
197 | 2024-12-16T04:16:55.708Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-16T04:16:55.708Z | ++ repo=maghemite |
199 | 2024-12-16T04:16:55.708Z | ++ series=release |
200 | 2024-12-16T04:16:55.708Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-16T04:16:55.708Z | ++ name=ddmadm |
202 | 2024-12-16T04:16:55.708Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-16T04:16:55.708Z | ++ mkdir -p download |
204 | 2024-12-16T04:16:55.708Z | ++ pushd download |
205 | 2024-12-16T04:16:55.708Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-16T04:16:55.708Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-16T04:16:55.708Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-16T04:16:55.717Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-16T04:16:55.720Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-16T04:16:55.985Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 67.2M 0 --:--:-- --:--:-- --:--:-- 67.4M |
211 | 2024-12-16T04:16:55.989Z | ++ popd |
212 | 2024-12-16T04:16:55.992Z | /work/oxidecomputer/maghemite |
213 | 2024-12-16T04:16:55.992Z | ++ pushd download |
214 | 2024-12-16T04:16:55.992Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-16T04:16:55.992Z | ++ chmod +x softnpu |
216 | 2024-12-16T04:16:55.992Z | ++ chmod +x scadm |
217 | 2024-12-16T04:16:55.994Z | ++ chmod +x ddmadm |
218 | 2024-12-16T04:16:55.997Z | ++ chmod +x ddmd |
219 | 2024-12-16T04:16:55.999Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-16T04:16:55.999Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-16T04:16:56.007Z | ++ rm -rf zones/dendrite |
222 | 2024-12-16T04:16:56.007Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-16T04:16:56.007Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-16T04:16:56.779Z | ++ popd |
225 | 2024-12-16T04:16:56.779Z | /work/oxidecomputer/maghemite |
226 | 2024-12-16T04:16:56.779Z | ++ banner install |
227 | 2024-12-16T04:16:56.782Z | |
228 | 2024-12-16T04:16:56.782Z | # # # #### ##### ## # # |
229 | 2024-12-16T04:16:56.782Z | # ## # # # # # # # |
230 | 2024-12-16T04:16:56.782Z | # # # # #### # # # # # |
231 | 2024-12-16T04:16:56.782Z | # # # # # # ###### # # |
232 | 2024-12-16T04:16:56.782Z | # # ## # # # # # # # |
233 | 2024-12-16T04:16:56.782Z | # # # #### # # # ###### ###### |
234 | 2024-12-16T04:16:56.782Z | |
235 | 2024-12-16T04:16:56.784Z | ++ pkg info brand/sparse |
236 | 2024-12-16T04:16:56.784Z | ++ grep -qi installed |
237 | 2024-12-16T04:16:58.395Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-16T04:16:58.395Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-16T04:16:58.395Z | |
240 | 2024-12-16T04:16:58.395Z | brand/sparse |
241 | 2024-12-16T04:16:58.453Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-16T04:16:58.453Z | ++ set -o errexit |
243 | 2024-12-16T04:16:58.453Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-16T04:17:06.527Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-16T04:17:10.379Z | Startup: Caching catalogs ... Done |
246 | 2024-12-16T04:17:20.904Z | Planning: Solver setup ... Done |
247 | 2024-12-16T04:17:21.036Z | Planning: Running solver ... Done |
248 | 2024-12-16T04:17:21.143Z | Planning: Finding local manifests ... Done |
249 | 2024-12-16T04:17:21.155Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-16T04:17:21.656Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-16T04:17:21.731Z | Planning: Package planning ... Done |
252 | 2024-12-16T04:17:21.737Z | Planning: Merging actions ... Done |
253 | 2024-12-16T04:17:21.934Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-16T04:17:23.965Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-16T04:17:24.393Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-16T04:17:24.463Z | Planning: Planning completed in 13.99 seconds |
257 | 2024-12-16T04:17:24.479Z | Packages to install: 1 |
258 | 2024-12-16T04:17:24.479Z | Packages to update: 2 |
259 | 2024-12-16T04:17:24.479Z | Create boot environment: No |
260 | 2024-12-16T04:17:24.479Z | Create backup boot environment: Yes |
261 | 2024-12-16T04:17:24.557Z | |
262 | 2024-12-16T04:17:24.557Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-16T04:17:30.695Z | Download: 918/1009 items 8.0/8.0MB 99% complete (2.4M/s) |
264 | 2024-12-16T04:17:31.244Z | Download: Completed 8.03 MB in 6.69 seconds (1.2M/s) |
265 | 2024-12-16T04:17:33.233Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-12-16T04:17:33.253Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-12-16T04:17:33.373Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-12-16T04:17:33.697Z | Actions: Completed 1419 actions in 0.46 seconds. |
269 | 2024-12-16T04:17:33.903Z | Done |
270 | 2024-12-16T04:17:33.906Z | Done |
271 | 2024-12-16T04:17:34.426Z | Done |
272 | 2024-12-16T04:17:38.832Z | Done |
273 | 2024-12-16T04:17:38.923Z | Done |
274 | 2024-12-16T04:17:38.925Z | Done |
275 | 2024-12-16T04:17:39.027Z | Done |
276 | 2024-12-16T04:17:39.428Z | ++ set -o errexit |
277 | 2024-12-16T04:17:39.428Z | ++ set -o pipefail |
278 | 2024-12-16T04:17:39.428Z | ++ banner build |
279 | 2024-12-16T04:17:39.430Z | |
280 | 2024-12-16T04:17:39.430Z | ##### # # # # ##### |
281 | 2024-12-16T04:17:39.430Z | # # # # # # # # |
282 | 2024-12-16T04:17:39.430Z | ##### # # # # # # |
283 | 2024-12-16T04:17:39.430Z | # # # # # # # # |
284 | 2024-12-16T04:17:39.430Z | # # # # # # # # |
285 | 2024-12-16T04:17:39.430Z | ##### #### # ###### ##### |
286 | 2024-12-16T04:17:39.430Z | |
287 | 2024-12-16T04:17:39.430Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-12-16T04:17:39.625Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-12-16T04:17:39.855Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-12-16T04:17:40.081Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-12-16T04:17:40.081Z | * [new branch] ci -> origin/ci |
292 | 2024-12-16T04:17:40.084Z | * [new branch] main -> origin/main |
293 | 2024-12-16T04:17:40.084Z | * [new ref] -> origin/HEAD |
294 | 2024-12-16T04:17:40.094Z | Updating crates.io index |
295 | 2024-12-16T04:17:40.160Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-12-16T04:17:40.915Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-12-16T04:17:40.915Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-12-16T04:17:41.024Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-12-16T04:17:42.117Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-12-16T04:17:42.117Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-12-16T04:17:42.173Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-12-16T04:17:42.528Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-12-16T04:17:42.528Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-12-16T04:17:42.538Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-12-16T04:17:42.912Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-12-16T04:17:42.912Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-12-16T04:17:42.924Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-12-16T04:17:46.366Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-12-16T04:17:46.366Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-12-16T04:17:46.398Z | * [new tag] dogfood -> dogfood |
311 | 2024-12-16T04:17:46.401Z | * [new tag] v5 -> v5 |
312 | 2024-12-16T04:17:46.401Z | * [new tag] v6 -> v6 |
313 | 2024-12-16T04:17:46.401Z | * [new tag] v7 -> v7 |
314 | 2024-12-16T04:17:46.401Z | * [new tag] v8 -> v8 |
315 | 2024-12-16T04:17:46.401Z | * [new tag] v9 -> v9 |
316 | 2024-12-16T04:17:46.775Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-12-16T04:17:47.701Z | From https://github.com/oxidecomputer/opte |
318 | 2024-12-16T04:17:47.701Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-12-16T04:17:47.771Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-12-16T04:17:48.163Z | From https://github.com/illumos/smf-rs |
321 | 2024-12-16T04:17:48.163Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-12-16T04:17:48.192Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-12-16T04:17:48.684Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-12-16T04:17:48.684Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-12-16T04:17:48.701Z | * [new tag] rift -> rift |
326 | 2024-12-16T04:17:48.704Z | * [new tag] srp -> srp |
327 | 2024-12-16T04:17:48.704Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-12-16T04:17:48.737Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-12-16T04:17:49.131Z | From https://github.com/oxidecomputer/zone |
330 | 2024-12-16T04:17:49.131Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-12-16T04:17:49.163Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-12-16T04:17:49.871Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-12-16T04:17:49.871Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-12-16T04:17:49.979Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-12-16T04:17:50.367Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-12-16T04:17:50.367Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-12-16T04:17:50.399Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-12-16T04:17:50.792Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-12-16T04:17:50.792Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-12-16T04:17:50.808Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-12-16T04:17:50.823Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-12-16T04:17:51.189Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-12-16T04:17:51.189Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-12-16T04:17:51.225Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-12-16T04:17:51.668Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-12-16T04:17:51.668Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-12-16T04:17:51.705Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-12-16T04:17:52.070Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-12-16T04:17:52.070Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-12-16T04:17:52.105Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-12-16T04:17:52.474Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-12-16T04:17:52.474Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-12-16T04:17:52.501Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-12-16T04:17:52.876Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-12-16T04:17:52.876Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-12-16T04:17:52.913Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-12-16T04:17:53.267Z | From https://github.com/illumos/libscf-sys |
358 | 2024-12-16T04:17:53.267Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-12-16T04:17:53.290Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-12-16T04:17:54.299Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-12-16T04:17:54.299Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-12-16T04:17:54.321Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-12-16T04:17:54.324Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-12-16T04:17:54.324Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-12-16T04:17:54.324Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-12-16T04:17:54.324Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-12-16T04:17:54.324Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-12-16T04:17:54.324Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-12-16T04:17:54.439Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-12-16T04:17:55.131Z | From https://github.com/oxidecomputer/typify |
371 | 2024-12-16T04:17:55.131Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-12-16T04:17:55.134Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-12-16T04:17:55.152Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-12-16T04:17:55.154Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-12-16T04:17:55.154Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-12-16T04:17:55.390Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-12-16T04:17:56.374Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-12-16T04:17:56.374Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-12-16T04:17:56.443Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-12-16T04:17:56.876Z | From https://github.com/oxidecomputer/opte |
391 | 2024-12-16T04:17:56.876Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-12-16T04:17:56.936Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-12-16T04:17:57.558Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-12-16T04:17:57.558Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-12-16T04:17:58.283Z | Downloading crates ... |
396 | 2024-12-16T04:17:58.360Z | Downloaded async-stream-impl v0.3.5 |
397 | 2024-12-16T04:17:58.367Z | Downloaded ahash v0.8.11 |
398 | 2024-12-16T04:17:58.380Z | Downloaded const-random-macro v0.1.16 |
399 | 2024-12-16T04:17:58.388Z | Downloaded float-ord v0.3.2 |
400 | 2024-12-16T04:17:58.393Z | Downloaded paste v1.0.15 |
401 | 2024-12-16T04:17:58.396Z | Downloaded parking_lot_core v0.9.10 |
402 | 2024-12-16T04:17:58.399Z | Downloaded parking_lot_core v0.8.6 |
403 | 2024-12-16T04:17:58.401Z | Downloaded atomicwrites v0.4.4 |
404 | 2024-12-16T04:17:58.404Z | Downloaded const-random v0.1.18 |
405 | 2024-12-16T04:17:58.404Z | Downloaded dtrace-parser v0.2.0 |
406 | 2024-12-16T04:17:58.407Z | Downloaded anstyle-query v1.1.1 |
407 | 2024-12-16T04:17:58.407Z | Downloaded crucible-workspace-hack v0.1.0 |
408 | 2024-12-16T04:17:58.410Z | Downloaded anstyle-parse v0.2.5 |
409 | 2024-12-16T04:17:58.412Z | Downloaded darling_macro v0.20.10 |
410 | 2024-12-16T04:17:58.412Z | Downloaded foreign-types v0.3.2 |
411 | 2024-12-16T04:17:58.416Z | Downloaded parse-display-derive v0.10.0 |
412 | 2024-12-16T04:17:58.416Z | Downloaded equivalent v1.0.1 |
413 | 2024-12-16T04:17:58.419Z | Downloaded crunchy v0.2.2 |
414 | 2024-12-16T04:17:58.419Z | Downloaded cstr-argument v0.1.2 |
415 | 2024-12-16T04:17:58.419Z | Downloaded ciborium-io v0.2.2 |
416 | 2024-12-16T04:17:58.422Z | Downloaded foreign-types-shared v0.3.1 |
417 | 2024-12-16T04:17:58.422Z | Downloaded foreign-types-shared v0.1.1 |
418 | 2024-12-16T04:17:58.422Z | Downloaded futures-sink v0.3.30 |
419 | 2024-12-16T04:17:58.425Z | Downloaded crc8 v0.1.1 |
420 | 2024-12-16T04:17:58.425Z | Downloaded bitflags v1.3.2 |
421 | 2024-12-16T04:17:58.428Z | Downloaded pretty-hex v0.4.1 |
422 | 2024-12-16T04:17:58.431Z | Downloaded percent-encoding v2.3.1 |
423 | 2024-12-16T04:17:58.431Z | Downloaded embedded-io v0.6.1 |
424 | 2024-12-16T04:17:58.433Z | Downloaded pretty-hex v0.2.1 |
425 | 2024-12-16T04:17:58.435Z | Downloaded autocfg v1.3.0 |
426 | 2024-12-16T04:17:58.438Z | Downloaded camino-tempfile v1.1.1 |
427 | 2024-12-16T04:17:58.441Z | Downloaded progenitor-client v0.8.0 |
428 | 2024-12-16T04:17:58.441Z | Downloaded serde-big-array v0.5.1 |
429 | 2024-12-16T04:17:58.445Z | Downloaded colorchoice v1.0.2 |
430 | 2024-12-16T04:17:58.445Z | Downloaded sigpipe v0.1.3 |
431 | 2024-12-16T04:17:58.450Z | Downloaded parse-display v0.10.0 |
432 | 2024-12-16T04:17:58.450Z | Downloaded embedded-io v0.4.0 |
433 | 2024-12-16T04:17:58.454Z | Downloaded proc-macro-error-attr v1.0.4 |
434 | 2024-12-16T04:17:58.454Z | Downloaded pkg-config v0.3.31 |
435 | 2024-12-16T04:17:58.454Z | Downloaded schemars_derive v0.8.21 |
436 | 2024-12-16T04:17:58.459Z | Downloaded fixedbitset v0.4.2 |
437 | 2024-12-16T04:17:58.459Z | Downloaded clap_lex v0.7.4 |
438 | 2024-12-16T04:17:58.461Z | Downloaded resolv-conf v0.7.0 |
439 | 2024-12-16T04:17:58.461Z | Downloaded proc-macro-crate v3.2.0 |
440 | 2024-12-16T04:17:58.464Z | Downloaded pin-utils v0.1.0 |
441 | 2024-12-16T04:17:58.464Z | Downloaded slab v0.4.9 |
442 | 2024-12-16T04:17:58.467Z | Downloaded futures-executor v0.3.30 |
443 | 2024-12-16T04:17:58.469Z | Downloaded proc-macro-crate v1.3.1 |
444 | 2024-12-16T04:17:58.472Z | Downloaded plain v0.2.3 |
445 | 2024-12-16T04:17:58.472Z | Downloaded defmt-macros v0.3.9 |
446 | 2024-12-16T04:17:58.475Z | Downloaded data-encoding v2.6.0 |
447 | 2024-12-16T04:17:58.477Z | Downloaded http-body v1.0.1 |
448 | 2024-12-16T04:17:58.479Z | Downloaded slog-dtrace v0.3.0 |
449 | 2024-12-16T04:17:58.483Z | Downloaded serde_spanned v0.6.7 |
450 | 2024-12-16T04:17:58.483Z | Downloaded rustversion v1.0.17 |
451 | 2024-12-16T04:17:58.486Z | Downloaded scopeguard v1.2.0 |
452 | 2024-12-16T04:17:58.490Z | Downloaded serde_tokenstream v0.2.2 |
453 | 2024-12-16T04:17:58.493Z | Downloaded defmt v0.3.8 |
454 | 2024-12-16T04:17:58.495Z | Downloaded slog-envlogger v2.2.0 |
455 | 2024-12-16T04:17:58.498Z | Downloaded slog-async v2.8.0 |
456 | 2024-12-16T04:17:58.500Z | Downloaded signal-hook-registry v1.4.2 |
457 | 2024-12-16T04:17:58.503Z | Downloaded sha1 v0.10.6 |
458 | 2024-12-16T04:17:58.506Z | Downloaded quinn-udp v0.5.5 |
459 | 2024-12-16T04:17:58.506Z | Downloaded hubpack_derive v0.1.1 |
460 | 2024-12-16T04:17:58.508Z | Downloaded rustls-pemfile v1.0.4 |
461 | 2024-12-16T04:17:58.511Z | Downloaded anyhow v1.0.94 |
462 | 2024-12-16T04:17:58.514Z | Downloaded futures-macro v0.3.30 |
463 | 2024-12-16T04:17:58.517Z | Downloaded semver v0.1.20 |
464 | 2024-12-16T04:17:58.519Z | Downloaded colored v2.2.0 |
465 | 2024-12-16T04:17:58.521Z | Downloaded time-core v0.1.2 |
466 | 2024-12-16T04:17:58.525Z | Downloaded pest_derive v2.7.13 |
467 | 2024-12-16T04:17:58.528Z | Downloaded powerfmt v0.2.0 |
468 | 2024-12-16T04:17:58.528Z | Downloaded pin-project-lite v0.2.14 |
469 | 2024-12-16T04:17:58.534Z | Downloaded hostname v0.3.1 |
470 | 2024-12-16T04:17:58.538Z | Downloaded rhai_codegen v2.2.0 |
471 | 2024-12-16T04:17:58.547Z | Downloaded usdt-attr-macro v0.5.0 |
472 | 2024-12-16T04:17:58.549Z | Downloaded dropshot_endpoint v0.12.0 |
473 | 2024-12-16T04:17:58.553Z | Downloaded num-conv v0.1.0 |
474 | 2024-12-16T04:17:58.556Z | Downloaded num_threads v0.1.7 |
475 | 2024-12-16T04:17:58.556Z | Downloaded futures-channel v0.3.30 |
476 | 2024-12-16T04:17:58.558Z | Downloaded semver v1.0.23 |
477 | 2024-12-16T04:17:58.561Z | Downloaded stable_deref_trait v1.2.0 |
478 | 2024-12-16T04:17:58.563Z | Downloaded bytes v1.7.2 |
479 | 2024-12-16T04:17:58.568Z | Downloaded sync_wrapper v1.0.1 |
480 | 2024-12-16T04:17:58.572Z | Downloaded waitgroup v0.1.2 |
481 | 2024-12-16T04:17:58.572Z | Downloaded try-lock v0.2.5 |
482 | 2024-12-16T04:17:58.574Z | Downloaded swrite v0.1.0 |
483 | 2024-12-16T04:17:58.574Z | Downloaded allocator-api2 v0.2.18 |
484 | 2024-12-16T04:17:58.579Z | Downloaded indent_write v2.2.0 |
485 | 2024-12-16T04:17:58.582Z | Downloaded humantime v2.1.0 |
486 | 2024-12-16T04:17:58.582Z | Downloaded hubpack v0.1.2 |
487 | 2024-12-16T04:17:58.585Z | Downloaded usdt v0.5.0 |
488 | 2024-12-16T04:17:58.585Z | Downloaded ryu v1.0.18 |
489 | 2024-12-16T04:17:58.589Z | Downloaded untrusted v0.9.0 |
490 | 2024-12-16T04:17:58.591Z | Downloaded lazy_static v1.5.0 |
491 | 2024-12-16T04:17:58.596Z | Downloaded hostname v0.4.0 |
492 | 2024-12-16T04:17:58.596Z | Downloaded futures v0.3.30 |
493 | 2024-12-16T04:17:58.602Z | Downloaded time-macros v0.2.18 |
494 | 2024-12-16T04:17:58.605Z | Downloaded instant v0.1.13 |
495 | 2024-12-16T04:17:58.607Z | Downloaded arc-swap v1.7.1 |
496 | 2024-12-16T04:17:58.610Z | Downloaded newline-converter v0.3.0 |
497 | 2024-12-16T04:17:58.613Z | Downloaded base64 v0.21.7 |
498 | 2024-12-16T04:17:58.616Z | Downloaded slog-scope v4.4.0 |
499 | 2024-12-16T04:17:58.619Z | Downloaded http-body-util v0.1.2 |
500 | 2024-12-16T04:17:58.621Z | Downloaded typify-macro v0.2.0 |
501 | 2024-12-16T04:17:58.624Z | Downloaded slog v2.7.0 |
502 | 2024-12-16T04:17:58.626Z | Downloaded httpdate v1.0.3 |
503 | 2024-12-16T04:17:58.629Z | Downloaded tokio-macros v2.4.0 |
504 | 2024-12-16T04:17:58.629Z | Downloaded num-iter v0.1.45 |
505 | 2024-12-16T04:17:58.632Z | Downloaded num-derive v0.4.2 |
506 | 2024-12-16T04:17:58.635Z | Downloaded want v0.3.1 |
507 | 2024-12-16T04:17:58.635Z | Downloaded take_mut v0.2.2 |
508 | 2024-12-16T04:17:58.637Z | Downloaded sync_wrapper v0.1.2 |
509 | 2024-12-16T04:17:58.637Z | Downloaded num v0.4.3 |
510 | 2024-12-16T04:17:58.640Z | Downloaded fxhash v0.2.1 |
511 | 2024-12-16T04:17:58.640Z | Downloaded match_cfg v0.1.0 |
512 | 2024-12-16T04:17:58.640Z | Downloaded tinyvec_macros v0.1.1 |
513 | 2024-12-16T04:17:58.644Z | Downloaded hyper-rustls v0.24.2 |
514 | 2024-12-16T04:17:58.646Z | Downloaded proc-macro2 v1.0.86 |
515 | 2024-12-16T04:17:58.649Z | Downloaded subtle v2.6.1 |
516 | 2024-12-16T04:17:58.651Z | Downloaded highway v1.2.0 |
517 | 2024-12-16T04:17:58.653Z | Downloaded darling_core v0.20.10 |
518 | 2024-12-16T04:17:58.658Z | Downloaded spin v0.9.8 |
519 | 2024-12-16T04:17:58.661Z | Downloaded serde_derive v1.0.215 |
520 | 2024-12-16T04:17:58.664Z | Downloaded tower-service v0.3.3 |
521 | 2024-12-16T04:17:58.667Z | Downloaded prettyplease v0.2.22 |
522 | 2024-12-16T04:17:58.669Z | Downloaded openssl-macros v0.1.1 |
523 | 2024-12-16T04:17:58.671Z | Downloaded strsim v0.11.1 |
524 | 2024-12-16T04:17:58.675Z | Downloaded zone_cfg_derive v0.3.0 |
525 | 2024-12-16T04:17:58.675Z | Downloaded usdt-macro v0.5.0 |
526 | 2024-12-16T04:17:58.675Z | Downloaded newtype_derive v0.1.6 |
527 | 2024-12-16T04:17:58.678Z | Downloaded cc v1.1.21 |
528 | 2024-12-16T04:17:58.680Z | Downloaded slog-stdlog v4.1.1 |
529 | 2024-12-16T04:17:58.683Z | Downloaded structmeta v0.3.0 |
530 | 2024-12-16T04:17:58.683Z | Downloaded typify v0.2.0 |
531 | 2024-12-16T04:17:58.686Z | Downloaded memmap v0.7.0 |
532 | 2024-12-16T04:17:58.688Z | Downloaded num-complex v0.4.6 |
533 | 2024-12-16T04:17:58.691Z | Downloaded lru-cache v0.1.2 |
534 | 2024-12-16T04:17:58.693Z | Downloaded serde_yaml v0.9.34+deprecated |
535 | 2024-12-16T04:17:58.696Z | Downloaded is-terminal v0.4.13 |
536 | 2024-12-16T04:17:58.698Z | Downloaded tokio-native-tls v0.3.1 |
537 | 2024-12-16T04:17:58.701Z | Downloaded whoami v1.5.2 |
538 | 2024-12-16T04:17:58.704Z | Downloaded structmeta-derive v0.3.0 |
539 | 2024-12-16T04:17:58.705Z | Downloaded tabwriter v1.4.0 |
540 | 2024-12-16T04:17:58.705Z | Downloaded terminal_size v0.4.0 |
541 | 2024-12-16T04:17:58.708Z | Downloaded zerocopy v0.6.6 |
542 | 2024-12-16T04:17:58.711Z | Downloaded http-body v0.4.6 |
543 | 2024-12-16T04:17:58.713Z | Downloaded managed v0.8.0 |
544 | 2024-12-16T04:17:58.713Z | Downloaded hyper-tls v0.5.0 |
545 | 2024-12-16T04:17:58.716Z | Downloaded tracing-attributes v0.1.27 |
546 | 2024-12-16T04:17:58.718Z | Downloaded num-traits v0.2.19 |
547 | 2024-12-16T04:17:58.721Z | Downloaded quinn v0.11.5 |
548 | 2024-12-16T04:17:58.725Z | Downloaded linked-hash-map v0.5.6 |
549 | 2024-12-16T04:17:58.729Z | Downloaded itoa v1.0.11 |
550 | 2024-12-16T04:17:58.732Z | Downloaded crossbeam-channel v0.5.13 |
551 | 2024-12-16T04:17:58.735Z | Downloaded tiny-keccak v2.0.2 |
552 | 2024-12-16T04:17:58.737Z | Downloaded futures-task v0.3.30 |
553 | 2024-12-16T04:17:58.740Z | Downloaded thread-id v4.2.2 |
554 | 2024-12-16T04:17:58.740Z | Downloaded thiserror-impl v1.0.69 |
555 | 2024-12-16T04:17:58.742Z | Downloaded num_enum_derive v0.5.11 |
556 | 2024-12-16T04:17:58.744Z | Downloaded strum v0.26.3 |
557 | 2024-12-16T04:17:58.744Z | Downloaded utf8parse v0.2.2 |
558 | 2024-12-16T04:17:58.746Z | Downloaded lock_api v0.4.12 |
559 | 2024-12-16T04:17:58.749Z | Downloaded generic-array v0.14.7 |
560 | 2024-12-16T04:17:58.749Z | Downloaded ipnet v2.10.0 |
561 | 2024-12-16T04:17:58.751Z | Downloaded ipnetwork v0.20.0 |
562 | 2024-12-16T04:17:58.753Z | Downloaded half v2.4.1 |
563 | 2024-12-16T04:17:58.756Z | Downloaded owo-colors v4.1.0 |
564 | 2024-12-16T04:17:58.759Z | Downloaded term v0.7.0 |
565 | 2024-12-16T04:17:58.765Z | Downloaded ucd-trie v0.1.6 |
566 | 2024-12-16T04:17:58.767Z | Downloaded static_assertions v1.1.0 |
567 | 2024-12-16T04:17:58.767Z | Downloaded version_check v0.9.5 |
568 | 2024-12-16T04:17:58.769Z | Downloaded base64 v0.22.1 |
569 | 2024-12-16T04:17:58.773Z | Downloaded strum_macros v0.25.3 |
570 | 2024-12-16T04:17:58.776Z | Downloaded ident_case v1.0.1 |
571 | 2024-12-16T04:17:58.778Z | Downloaded tinyvec v1.8.0 |
572 | 2024-12-16T04:17:58.780Z | Downloaded is_terminal_polyfill v1.70.1 |
573 | 2024-12-16T04:17:58.784Z | Downloaded num-rational v0.4.2 |
574 | 2024-12-16T04:17:58.784Z | Downloaded tokio-rustls v0.24.1 |
575 | 2024-12-16T04:17:58.787Z | Downloaded zone v0.3.0 |
576 | 2024-12-16T04:17:58.787Z | Downloaded rand v0.8.5 |
577 | 2024-12-16T04:17:58.792Z | Downloaded no-std-compat v0.4.1 |
578 | 2024-12-16T04:17:58.795Z | Downloaded tokio-rustls v0.26.0 |
579 | 2024-12-16T04:17:58.795Z | Downloaded spin v0.5.2 |
580 | 2024-12-16T04:17:58.798Z | Downloaded log v0.4.22 |
581 | 2024-12-16T04:17:58.801Z | Downloaded getrandom v0.2.15 |
582 | 2024-12-16T04:17:58.803Z | Downloaded smf v0.2.3 |
583 | 2024-12-16T04:17:58.806Z | Downloaded openssl-probe v0.1.5 |
584 | 2024-12-16T04:17:58.806Z | Downloaded zeroize v1.8.1 |
585 | 2024-12-16T04:17:58.809Z | Downloaded slog-json v2.6.1 |
586 | 2024-12-16T04:17:58.811Z | Downloaded unicode-bidi v0.3.15 |
587 | 2024-12-16T04:17:58.818Z | Downloaded thin-vec v0.2.13 |
588 | 2024-12-16T04:17:58.818Z | Downloaded url v2.5.2 |
589 | 2024-12-16T04:17:58.820Z | Downloaded uuid v1.11.0 |
590 | 2024-12-16T04:17:58.823Z | Downloaded hyper-rustls v0.27.3 |
591 | 2024-12-16T04:17:58.825Z | Downloaded strum_macros v0.26.4 |
592 | 2024-12-16T04:17:58.827Z | Downloaded native-tls v0.2.12 |
593 | 2024-12-16T04:17:58.832Z | Downloaded multer v3.1.0 |
594 | 2024-12-16T04:17:58.835Z | Downloaded unicode-ident v1.0.13 |
595 | 2024-12-16T04:17:58.837Z | Downloaded toml_datetime v0.6.8 |
596 | 2024-12-16T04:17:58.839Z | Downloaded iana-time-zone v0.1.61 |
597 | 2024-12-16T04:17:58.842Z | Downloaded tracing-core v0.1.32 |
598 | 2024-12-16T04:17:58.845Z | Downloaded unsafe-libyaml v0.2.11 |
599 | 2024-12-16T04:17:58.848Z | Downloaded hyper-util v0.1.10 |
600 | 2024-12-16T04:17:58.853Z | Downloaded zerocopy-derive v0.7.35 |
601 | 2024-12-16T04:17:58.858Z | Downloaded indexmap v1.9.3 |
602 | 2024-12-16T04:17:58.862Z | Downloaded parking_lot v0.11.2 |
603 | 2024-12-16T04:17:58.865Z | Downloaded serde v1.0.215 |
604 | 2024-12-16T04:17:58.869Z | Downloaded hickory-resolver v0.24.1 |
605 | 2024-12-16T04:17:58.875Z | Downloaded indexmap v2.5.0 |
606 | 2024-12-16T04:17:58.880Z | Downloaded itertools v0.10.5 |
607 | 2024-12-16T04:17:58.888Z | Downloaded tracing v0.1.40 |
608 | 2024-12-16T04:17:58.893Z | Downloaded http v1.2.0 |
609 | 2024-12-16T04:17:58.897Z | Downloaded parking_lot v0.12.3 |
610 | 2024-12-16T04:17:58.900Z | Downloaded openssl-sys v0.9.103 |
611 | 2024-12-16T04:17:58.907Z | Downloaded minimal-lexical v0.2.1 |
612 | 2024-12-16T04:17:58.912Z | Downloaded toml v0.8.19 |
613 | 2024-12-16T04:17:58.917Z | Downloaded socket2 v0.5.8 |
614 | 2024-12-16T04:17:58.920Z | Downloaded toml_edit v0.19.15 |
615 | 2024-12-16T04:17:58.939Z | Downloaded mio v1.0.2 |
616 | 2024-12-16T04:17:58.944Z | Downloaded time v0.3.36 |
617 | 2024-12-16T04:17:58.952Z | Downloaded toml_edit v0.22.21 |
618 | 2024-12-16T04:17:58.984Z | Downloaded heapless v0.8.0 |
619 | 2024-12-16T04:17:58.989Z | Downloaded zerocopy v0.7.35 |
620 | 2024-12-16T04:17:59.008Z | Downloaded unicode-segmentation v1.12.0 |
621 | 2024-12-16T04:17:59.012Z | Downloaded chrono v0.4.38 |
622 | 2024-12-16T04:17:59.019Z | Downloaded serde_with v3.9.0 |
623 | 2024-12-16T04:17:59.028Z | Downloaded serde_json v1.0.133 |
624 | 2024-12-16T04:17:59.036Z | Downloaded hyper v0.14.30 |
625 | 2024-12-16T04:17:59.046Z | Downloaded memchr v2.7.4 |
626 | 2024-12-16T04:17:59.049Z | Downloaded winnow v0.6.18 |
627 | 2024-12-16T04:17:59.060Z | Downloaded steno v0.4.1 |
628 | 2024-12-16T04:17:59.063Z | Downloaded hashbrown v0.12.3 |
629 | 2024-12-16T04:17:59.067Z | Downloaded reqwest v0.11.27 |
630 | 2024-12-16T04:17:59.075Z | Downloaded goblin v0.8.2 |
631 | 2024-12-16T04:17:59.082Z | Downloaded tokio-util v0.7.12 |
632 | 2024-12-16T04:17:59.089Z | Downloaded hyper v1.5.1 |
633 | 2024-12-16T04:17:59.097Z | Downloaded syn v2.0.87 |
634 | 2024-12-16T04:17:59.108Z | Downloaded hashbrown v0.14.5 |
635 | 2024-12-16T04:17:59.113Z | Downloaded dropshot v0.12.0 |
636 | 2024-12-16T04:17:59.134Z | Downloaded rustls-webpki v0.102.8 |
637 | 2024-12-16T04:17:59.153Z | Downloaded idna v0.4.0 |
638 | 2024-12-16T04:17:59.159Z | Downloaded futures-util v0.3.30 |
639 | 2024-12-16T04:17:59.171Z | Downloaded winnow v0.5.40 |
640 | 2024-12-16T04:17:59.179Z | Downloaded h2 v0.3.26 |
641 | 2024-12-16T04:17:59.185Z | Downloaded hickory-proto v0.24.1 |
642 | 2024-12-16T04:17:59.202Z | Downloaded openapiv3 v2.0.0 |
643 | 2024-12-16T04:17:59.214Z | Downloaded regex v1.10.6 |
644 | 2024-12-16T04:17:59.227Z | Downloaded smoltcp v0.11.0 |
645 | 2024-12-16T04:17:59.241Z | Downloaded reqwest v0.12.9 |
646 | 2024-12-16T04:17:59.249Z | Downloaded quinn-proto v0.11.8 |
647 | 2024-12-16T04:17:59.255Z | Downloaded webpki-roots v0.25.4 |
648 | 2024-12-16T04:17:59.260Z | Downloaded typify-impl v0.2.0 |
649 | 2024-12-16T04:17:59.274Z | Downloaded rustls v0.21.12 |
650 | 2024-12-16T04:17:59.286Z | Downloaded webpki-roots v0.26.6 |
651 | 2024-12-16T04:17:59.289Z | Downloaded unicode-width v0.1.14 |
652 | 2024-12-16T04:17:59.295Z | Downloaded regress v0.10.1 |
653 | 2024-12-16T04:17:59.304Z | Downloaded rustls v0.23.13 |
654 | 2024-12-16T04:17:59.319Z | Downloaded vcpkg v0.2.15 |
655 | 2024-12-16T04:17:59.360Z | Downloaded rustix v0.38.37 |
656 | 2024-12-16T04:17:59.384Z | Downloaded rustls v0.22.4 |
657 | 2024-12-16T04:17:59.397Z | Downloaded rhai v1.20.0 |
658 | 2024-12-16T04:17:59.410Z | Downloaded regex-syntax v0.8.4 |
659 | 2024-12-16T04:17:59.418Z | Downloaded regress v0.9.1 |
660 | 2024-12-16T04:17:59.427Z | Downloaded openssl v0.10.66 |
661 | 2024-12-16T04:17:59.438Z | Downloaded h2 v0.4.6 |
662 | 2024-12-16T04:17:59.445Z | Downloaded idna v0.5.0 |
663 | 2024-12-16T04:17:59.452Z | Downloaded sled v0.34.7 |
664 | 2024-12-16T04:17:59.463Z | Downloaded libc v0.2.167 |
665 | 2024-12-16T04:17:59.490Z | Downloaded unicode-normalization v0.1.24 |
666 | 2024-12-16T04:17:59.494Z | Downloaded syn v1.0.109 |
667 | 2024-12-16T04:17:59.506Z | Downloaded zerocopy-derive v0.6.6 |
668 | 2024-12-16T04:17:59.517Z | Downloaded tokio v1.42.0 |
669 | 2024-12-16T04:17:59.558Z | Downloaded itertools v0.13.0 |
670 | 2024-12-16T04:17:59.565Z | Downloaded portable-atomic v1.8.0 |
671 | 2024-12-16T04:17:59.572Z | Downloaded regex-automata v0.4.7 |
672 | 2024-12-16T04:17:59.590Z | Downloaded rustls-webpki v0.101.7 |
673 | 2024-12-16T04:17:59.604Z | Downloaded pest v2.7.13 |
674 | 2024-12-16T04:17:59.610Z | Downloaded nom v7.1.3 |
675 | 2024-12-16T04:17:59.615Z | Downloaded itertools v0.12.1 |
676 | 2024-12-16T04:17:59.623Z | Downloaded aho-corasick v1.1.3 |
677 | 2024-12-16T04:17:59.629Z | Downloaded libm v0.2.8 |
678 | 2024-12-16T04:17:59.638Z | Downloaded clap_builder v4.5.23 |
679 | 2024-12-16T04:17:59.646Z | Downloaded petgraph v0.6.5 |
680 | 2024-12-16T04:17:59.665Z | Downloaded http v0.2.12 |
681 | 2024-12-16T04:17:59.669Z | Downloaded hyper-tls v0.6.0 |
682 | 2024-12-16T04:17:59.671Z | Downloaded thiserror v1.0.69 |
683 | 2024-12-16T04:17:59.675Z | Downloaded num-integer v0.1.46 |
684 | 2024-12-16T04:17:59.678Z | Downloaded num_enum v0.7.3 |
685 | 2024-12-16T04:17:59.682Z | Downloaded usdt-impl v0.5.0 |
686 | 2024-12-16T04:17:59.684Z | Downloaded heck v0.4.1 |
687 | 2024-12-16T04:17:59.686Z | Downloaded expectorate v1.1.0 |
688 | 2024-12-16T04:17:59.689Z | Downloaded tempfile v3.12.0 |
689 | 2024-12-16T04:17:59.692Z | Downloaded typenum v1.17.0 |
690 | 2024-12-16T04:17:59.695Z | Downloaded smartstring v1.0.1 |
691 | 2024-12-16T04:17:59.695Z | Downloaded smallvec v1.13.2 |
692 | 2024-12-16T04:17:59.698Z | Downloaded similar v2.6.0 |
693 | 2024-12-16T04:17:59.702Z | Downloaded schemars v0.8.21 |
694 | 2024-12-16T04:17:59.714Z | Downloaded tokio-rustls v0.25.0 |
695 | 2024-12-16T04:17:59.717Z | Downloaded num_enum v0.5.11 |
696 | 2024-12-16T04:17:59.721Z | Downloaded httparse v1.9.4 |
697 | 2024-12-16T04:17:59.724Z | Downloaded sct v0.7.1 |
698 | 2024-12-16T04:17:59.727Z | Downloaded num-derive v0.3.3 |
699 | 2024-12-16T04:17:59.730Z | Downloaded libsw v3.3.1 |
700 | 2024-12-16T04:17:59.732Z | Downloaded hex v0.4.3 |
701 | 2024-12-16T04:17:59.734Z | Downloaded linear-map v1.2.0 |
702 | 2024-12-16T04:17:59.734Z | Downloaded thread_local v1.1.8 |
703 | 2024-12-16T04:17:59.738Z | Downloaded encoding_rs v0.8.34 |
704 | 2024-12-16T04:17:59.758Z | Downloaded num_enum_derive v0.7.3 |
705 | 2024-12-16T04:17:59.760Z | Downloaded slog-term v2.9.1 |
706 | 2024-12-16T04:17:59.763Z | Downloaded once_cell v1.20.2 |
707 | 2024-12-16T04:17:59.766Z | Downloaded shlex v1.3.0 |
708 | 2024-12-16T04:17:59.766Z | Downloaded crossbeam-utils v0.8.20 |
709 | 2024-12-16T04:17:59.769Z | Downloaded bitflags v2.6.0 |
710 | 2024-12-16T04:17:59.772Z | Downloaded quote v1.0.37 |
711 | 2024-12-16T04:17:59.776Z | Downloaded progenitor-impl v0.8.0 |
712 | 2024-12-16T04:17:59.779Z | Downloaded proc-macro-error v1.0.4 |
713 | 2024-12-16T04:17:59.781Z | Downloaded pest_meta v2.7.13 |
714 | 2024-12-16T04:17:59.784Z | Downloaded sha2 v0.10.8 |
715 | 2024-12-16T04:17:59.786Z | Downloaded rustls-pemfile v2.1.3 |
716 | 2024-12-16T04:17:59.786Z | Downloaded rustls-pki-types v1.8.0 |
717 | 2024-12-16T04:17:59.789Z | Downloaded rand_core v0.6.4 |
718 | 2024-12-16T04:17:59.791Z | Downloaded postcard v1.0.10 |
719 | 2024-12-16T04:17:59.793Z | Downloaded derive-where v1.2.7 |
720 | 2024-12-16T04:17:59.796Z | Downloaded cookie v0.18.1 |
721 | 2024-12-16T04:17:59.798Z | Downloaded newtype-uuid v1.1.0 |
722 | 2024-12-16T04:17:59.801Z | Downloaded mime v0.3.17 |
723 | 2024-12-16T04:17:59.801Z | Downloaded macaddr v1.0.1 |
724 | 2024-12-16T04:17:59.803Z | Downloaded scroll_derive v0.12.0 |
725 | 2024-12-16T04:17:59.803Z | Downloaded rand_chacha v0.3.1 |
726 | 2024-12-16T04:17:59.806Z | Downloaded derive_more v0.99.18 |
727 | 2024-12-16T04:17:59.809Z | Downloaded crossbeam-epoch v0.9.18 |
728 | 2024-12-16T04:17:59.812Z | Downloaded clap v4.5.23 |
729 | 2024-12-16T04:17:59.821Z | Downloaded blake2 v0.10.6 |
730 | 2024-12-16T04:17:59.823Z | Downloaded clap_derive v4.5.18 |
731 | 2024-12-16T04:17:59.825Z | Downloaded ciborium v0.2.2 |
732 | 2024-12-16T04:17:59.828Z | Downloaded heck v0.5.0 |
733 | 2024-12-16T04:17:59.830Z | Downloaded hash32 v0.3.1 |
734 | 2024-12-16T04:17:59.830Z | Downloaded serde_with_macros v3.9.0 |
735 | 2024-12-16T04:17:59.832Z | Downloaded serde_derive_internals v0.29.1 |
736 | 2024-12-16T04:17:59.835Z | Downloaded debug-ignore v1.0.5 |
737 | 2024-12-16T04:17:59.835Z | Downloaded crc32fast v1.4.2 |
738 | 2024-12-16T04:17:59.837Z | Downloaded password-hash v0.5.0 |
739 | 2024-12-16T04:17:59.840Z | Downloaded omicron-workspace-hack v0.1.0 |
740 | 2024-12-16T04:17:59.840Z | Downloaded scroll v0.12.0 |
741 | 2024-12-16T04:17:59.842Z | Downloaded darling v0.20.10 |
742 | 2024-12-16T04:17:59.845Z | Downloaded console v0.15.8 |
743 | 2024-12-16T04:17:59.847Z | Downloaded slog-bunyan v2.5.0 |
744 | 2024-12-16T04:17:59.849Z | Downloaded enum-as-inner v0.6.1 |
745 | 2024-12-16T04:17:59.852Z | Downloaded serde_repr v0.1.19 |
746 | 2024-12-16T04:17:59.852Z | Downloaded rustc-hash v2.0.0 |
747 | 2024-12-16T04:17:59.854Z | Downloaded ppv-lite86 v0.2.20 |
748 | 2024-12-16T04:17:59.854Z | Downloaded deranged v0.3.11 |
749 | 2024-12-16T04:17:59.857Z | Downloaded base64ct v1.6.0 |
750 | 2024-12-16T04:17:59.860Z | Downloaded backoff v0.4.0 |
751 | 2024-12-16T04:17:59.860Z | Downloaded anstream v0.6.15 |
752 | 2024-12-16T04:17:59.863Z | Downloaded async-trait v0.1.83 |
753 | 2024-12-16T04:17:59.865Z | Downloaded rustc_version v0.1.7 |
754 | 2024-12-16T04:17:59.865Z | Downloaded progenitor v0.8.0 |
755 | 2024-12-16T04:17:59.868Z | Downloaded quick-error v1.2.3 |
756 | 2024-12-16T04:17:59.868Z | Downloaded futures-io v0.3.30 |
757 | 2024-12-16T04:17:59.870Z | Downloaded futures-core v0.3.30 |
758 | 2024-12-16T04:17:59.870Z | Downloaded dirs-sys-next v0.1.2 |
759 | 2024-12-16T04:17:59.872Z | Downloaded cancel-safe-futures v0.1.5 |
760 | 2024-12-16T04:17:59.875Z | Downloaded argon2 v0.5.3 |
761 | 2024-12-16T04:17:59.877Z | Downloaded rustc_version v0.4.1 |
762 | 2024-12-16T04:17:59.877Z | Downloaded foreign-types-macros v0.2.3 |
763 | 2024-12-16T04:17:59.877Z | Downloaded foreign-types v0.5.0 |
764 | 2024-12-16T04:17:59.880Z | Downloaded fastrand v2.1.1 |
765 | 2024-12-16T04:17:59.880Z | Downloaded errno v0.3.9 |
766 | 2024-12-16T04:17:59.883Z | Downloaded defmt-parser v0.3.4 |
767 | 2024-12-16T04:17:59.883Z | Downloaded cpufeatures v0.2.14 |
768 | 2024-12-16T04:17:59.883Z | Downloaded serde_urlencoded v0.7.1 |
769 | 2024-12-16T04:17:59.886Z | Downloaded serde_path_to_error v0.1.16 |
770 | 2024-12-16T04:17:59.886Z | Downloaded block-buffer v0.10.4 |
771 | 2024-12-16T04:17:59.889Z | Downloaded convert_case v0.4.0 |
772 | 2024-12-16T04:17:59.889Z | Downloaded cfg-if v1.0.0 |
773 | 2024-12-16T04:17:59.891Z | Downloaded camino v1.1.9 |
774 | 2024-12-16T04:17:59.891Z | Downloaded either v1.13.0 |
775 | 2024-12-16T04:17:59.894Z | Downloaded progenitor-macro v0.8.0 |
776 | 2024-12-16T04:17:59.894Z | Downloaded form_urlencoded v1.2.1 |
777 | 2024-12-16T04:17:59.894Z | Downloaded dyn-clone v1.0.17 |
778 | 2024-12-16T04:17:59.897Z | Downloaded crypto-common v0.1.6 |
779 | 2024-12-16T04:17:59.897Z | Downloaded dof v0.3.0 |
780 | 2024-12-16T04:17:59.899Z | Downloaded dirs-next v2.0.0 |
781 | 2024-12-16T04:17:59.899Z | Downloaded digest v0.10.7 |
782 | 2024-12-16T04:17:59.902Z | Downloaded cobs v0.2.3 |
783 | 2024-12-16T04:17:59.902Z | Downloaded pest_generator v2.7.13 |
784 | 2024-12-16T04:17:59.905Z | Downloaded async-stream v0.3.5 |
785 | 2024-12-16T04:17:59.905Z | Downloaded fnv v1.0.7 |
786 | 2024-12-16T04:17:59.908Z | Downloaded ciborium-ll v0.2.2 |
787 | 2024-12-16T04:17:59.908Z | Downloaded byteorder v1.5.0 |
788 | 2024-12-16T04:17:59.908Z | Downloaded anstyle v1.0.10 |
789 | 2024-12-16T04:17:59.911Z | Downloaded atomic-waker v1.1.2 |
790 | 2024-12-16T04:18:00.030Z | Downloaded ring v0.17.8 |
791 | 2024-12-16T04:18:00.381Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-12-16T04:18:00.381Z | Compiling unicode-ident v1.0.13 |
793 | 2024-12-16T04:18:00.383Z | Compiling libc v0.2.167 |
794 | 2024-12-16T04:18:00.383Z | Compiling serde v1.0.215 |
795 | 2024-12-16T04:18:00.384Z | Compiling version_check v0.9.5 |
796 | 2024-12-16T04:18:00.384Z | Compiling autocfg v1.3.0 |
797 | 2024-12-16T04:18:00.447Z | Compiling cfg-if v1.0.0 |
798 | 2024-12-16T04:18:00.588Z | Compiling once_cell v1.20.2 |
799 | 2024-12-16T04:18:00.608Z | Compiling libm v0.2.8 |
800 | 2024-12-16T04:18:00.627Z | Compiling memchr v2.7.4 |
801 | 2024-12-16T04:18:01.020Z | Compiling byteorder v1.5.0 |
802 | 2024-12-16T04:18:01.215Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-12-16T04:18:01.273Z | Compiling lock_api v0.4.12 |
804 | 2024-12-16T04:18:01.465Z | Compiling shlex v1.3.0 |
805 | 2024-12-16T04:18:01.670Z | Compiling thiserror v1.0.69 |
806 | 2024-12-16T04:18:01.827Z | Compiling cc v1.1.21 |
807 | 2024-12-16T04:18:02.123Z | Compiling itoa v1.0.11 |
808 | 2024-12-16T04:18:02.260Z | Compiling quote v1.0.37 |
809 | 2024-12-16T04:18:02.367Z | Compiling portable-atomic v1.8.0 |
810 | 2024-12-16T04:18:02.387Z | Compiling slab v0.4.9 |
811 | 2024-12-16T04:18:02.755Z | Compiling syn v2.0.87 |
812 | 2024-12-16T04:18:02.782Z | Compiling getrandom v0.2.15 |
813 | 2024-12-16T04:18:02.920Z | Compiling schemars v0.8.21 |
814 | 2024-12-16T04:18:03.090Z | Compiling ahash v0.8.11 |
815 | 2024-12-16T04:18:03.109Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-12-16T04:18:03.299Z | Compiling num-traits v0.2.19 |
817 | 2024-12-16T04:18:03.375Z | Compiling ryu v1.0.18 |
818 | 2024-12-16T04:18:03.676Z | Compiling serde_json v1.0.133 |
819 | 2024-12-16T04:18:03.887Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-12-16T04:18:04.326Z | Compiling log v0.4.22 |
821 | 2024-12-16T04:18:04.403Z | Compiling scopeguard v1.2.0 |
822 | 2024-12-16T04:18:04.421Z | Compiling equivalent v1.0.1 |
823 | 2024-12-16T04:18:04.472Z | Compiling fnv v1.0.7 |
824 | 2024-12-16T04:18:04.582Z | Compiling heck v0.5.0 |
825 | 2024-12-16T04:18:04.866Z | Compiling pkg-config v0.3.31 |
826 | 2024-12-16T04:18:04.952Z | Compiling ring v0.17.8 |
827 | 2024-12-16T04:18:05.054Z | Compiling vcpkg v0.2.15 |
828 | 2024-12-16T04:18:05.082Z | Compiling crunchy v0.2.2 |
829 | 2024-12-16T04:18:05.660Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-12-16T04:18:06.105Z | Compiling mio v1.0.2 |
831 | 2024-12-16T04:18:06.245Z | Compiling socket2 v0.5.8 |
832 | 2024-12-16T04:18:06.440Z | Compiling httparse v1.9.4 |
833 | 2024-12-16T04:18:06.631Z | Compiling tiny-keccak v2.0.2 |
834 | 2024-12-16T04:18:06.832Z | Compiling openssl-sys v0.9.103 |
835 | 2024-12-16T04:18:06.979Z | Compiling slog v2.7.0 |
836 | 2024-12-16T04:18:07.225Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-12-16T04:18:07.750Z | Compiling const-random-macro v0.1.16 |
838 | 2024-12-16T04:18:07.817Z | Compiling futures-core v0.3.30 |
839 | 2024-12-16T04:18:07.903Z | Compiling dyn-clone v1.0.17 |
840 | 2024-12-16T04:18:07.943Z | Compiling openssl v0.10.66 |
841 | 2024-12-16T04:18:08.084Z | Compiling futures-sink v0.3.30 |
842 | 2024-12-16T04:18:08.464Z | Compiling semver v1.0.23 |
843 | 2024-12-16T04:18:08.491Z | Compiling rustls v0.23.13 |
844 | 2024-12-16T04:18:08.533Z | Compiling const-random v0.1.18 |
845 | 2024-12-16T04:18:08.637Z | Compiling typenum v1.17.0 |
846 | 2024-12-16T04:18:08.764Z | Compiling native-tls v0.2.12 |
847 | 2024-12-16T04:18:08.784Z | Compiling futures-channel v0.3.30 |
848 | 2024-12-16T04:18:08.825Z | Compiling pin-utils v0.1.0 |
849 | 2024-12-16T04:18:08.927Z | Compiling futures-io v0.3.30 |
850 | 2024-12-16T04:18:08.948Z | Compiling futures-task v0.3.30 |
851 | 2024-12-16T04:18:08.993Z | Compiling generic-array v0.14.7 |
852 | 2024-12-16T04:18:09.191Z | Compiling tracing-core v0.1.32 |
853 | 2024-12-16T04:18:09.217Z | Compiling bitflags v2.6.0 |
854 | 2024-12-16T04:18:09.294Z | Compiling subtle v2.6.1 |
855 | 2024-12-16T04:18:09.312Z | Compiling ucd-trie v0.1.6 |
856 | 2024-12-16T04:18:09.343Z | Compiling aho-corasick v1.1.3 |
857 | 2024-12-16T04:18:09.363Z | Compiling regex-syntax v0.8.4 |
858 | 2024-12-16T04:18:09.588Z | Compiling anyhow v1.0.94 |
859 | 2024-12-16T04:18:09.794Z | Compiling time-core v0.1.2 |
860 | 2024-12-16T04:18:09.846Z | Compiling num-conv v0.1.0 |
861 | 2024-12-16T04:18:10.148Z | Compiling serde_derive_internals v0.29.1 |
862 | 2024-12-16T04:18:10.191Z | Compiling time-macros v0.2.18 |
863 | 2024-12-16T04:18:11.468Z | Compiling spin v0.9.8 |
864 | 2024-12-16T04:18:11.644Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-12-16T04:18:12.395Z | Compiling usdt-impl v0.5.0 |
866 | 2024-12-16T04:18:12.801Z | Compiling untrusted v0.9.0 |
867 | 2024-12-16T04:18:12.938Z | Compiling regex-automata v0.4.7 |
868 | 2024-12-16T04:18:13.000Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2024-12-16T04:18:13.541Z | Compiling atomic-waker v1.1.2 |
870 | 2024-12-16T04:18:13.741Z | Compiling plain v0.2.3 |
871 | 2024-12-16T04:18:13.762Z | Compiling rustversion v1.0.17 |
872 | 2024-12-16T04:18:13.914Z | Compiling strsim v0.11.1 |
873 | 2024-12-16T04:18:14.482Z | Compiling tinyvec_macros v0.1.1 |
874 | 2024-12-16T04:18:14.595Z | Compiling tinyvec v1.8.0 |
875 | 2024-12-16T04:18:15.757Z | Compiling rand_core v0.6.4 |
876 | 2024-12-16T04:18:15.779Z | Compiling serde_derive v1.0.215 |
877 | 2024-12-16T04:18:16.264Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-12-16T04:18:16.320Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-12-16T04:18:16.463Z | Compiling tokio-macros v2.4.0 |
880 | 2024-12-16T04:18:17.011Z | Compiling schemars_derive v0.8.21 |
881 | 2024-12-16T04:18:18.089Z | Compiling futures-macro v0.3.30 |
882 | 2024-12-16T04:18:18.451Z | Compiling zerocopy v0.7.35 |
883 | 2024-12-16T04:18:20.280Z | Compiling openssl-macros v0.1.1 |
884 | 2024-12-16T04:18:20.316Z | Compiling futures-util v0.3.30 |
885 | 2024-12-16T04:18:20.369Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-12-16T04:18:20.578Z | Compiling hashbrown v0.14.5 |
887 | 2024-12-16T04:18:20.970Z | Compiling scroll_derive v0.12.0 |
888 | 2024-12-16T04:18:21.196Z | Compiling pest v2.7.13 |
889 | 2024-12-16T04:18:22.061Z | Compiling regress v0.10.1 |
890 | 2024-12-16T04:18:22.542Z | Compiling regex v1.10.6 |
891 | 2024-12-16T04:18:23.448Z | Compiling scroll v0.12.0 |
892 | 2024-12-16T04:18:23.872Z | Compiling tracing v0.1.40 |
893 | 2024-12-16T04:18:24.052Z | Compiling pest_meta v2.7.13 |
894 | 2024-12-16T04:18:24.649Z | Compiling goblin v0.8.2 |
895 | 2024-12-16T04:18:26.961Z | Compiling pest_generator v2.7.13 |
896 | 2024-12-16T04:18:27.466Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-12-16T04:18:28.304Z | Compiling pretty-hex v0.4.1 |
898 | 2024-12-16T04:18:28.530Z | Compiling unsafe-libyaml v0.2.11 |
899 | 2024-12-16T04:18:28.843Z | Compiling pest_derive v2.7.13 |
900 | 2024-12-16T04:18:29.812Z | Compiling try-lock v0.2.5 |
901 | 2024-12-16T04:18:29.986Z | Compiling bytes v1.7.2 |
902 | 2024-12-16T04:18:30.574Z | Compiling smallvec v1.13.2 |
903 | 2024-12-16T04:18:31.212Z | Compiling indexmap v2.5.0 |
904 | 2024-12-16T04:18:32.079Z | Compiling uuid v1.11.0 |
905 | 2024-12-16T04:18:32.351Z | Compiling chrono v0.4.38 |
906 | 2024-12-16T04:18:32.794Z | Compiling parking_lot v0.12.3 |
907 | 2024-12-16T04:18:32.875Z | Compiling serde_tokenstream v0.2.2 |
908 | 2024-12-16T04:18:32.997Z | Compiling http v1.2.0 |
909 | 2024-12-16T04:18:33.368Z | Compiling tokio v1.42.0 |
910 | 2024-12-16T04:18:37.123Z | Compiling openapiv3 v2.0.0 |
911 | 2024-12-16T04:18:37.283Z | Compiling percent-encoding v2.3.1 |
912 | 2024-12-16T04:18:37.825Z | Compiling zeroize v1.8.1 |
913 | 2024-12-16T04:18:38.213Z | Compiling typify-impl v0.2.0 |
914 | 2024-12-16T04:18:39.656Z | Compiling http-body v1.0.1 |
915 | 2024-12-16T04:18:40.232Z | Compiling ipnetwork v0.20.0 |
916 | 2024-12-16T04:18:41.105Z | Compiling form_urlencoded v1.2.1 |
917 | 2024-12-16T04:18:41.643Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-12-16T04:18:41.696Z | Compiling dof v0.3.0 |
919 | 2024-12-16T04:18:41.778Z | Compiling want v0.3.1 |
920 | 2024-12-16T04:18:42.097Z | Compiling dtrace-parser v0.2.0 |
921 | 2024-12-16T04:18:43.477Z | Compiling unicode-normalization v0.1.24 |
922 | 2024-12-16T04:18:43.917Z | Compiling tokio-util v0.7.12 |
923 | 2024-12-16T04:18:45.059Z | Compiling h2 v0.4.6 |
924 | 2024-12-16T04:18:45.600Z | Compiling thread-id v4.2.2 |
925 | 2024-12-16T04:18:45.720Z | Compiling camino v1.1.9 |
926 | 2024-12-16T04:18:45.865Z | Compiling unicode-bidi v0.3.15 |
927 | 2024-12-16T04:18:46.061Z | Compiling httpdate v1.0.3 |
928 | 2024-12-16T04:18:46.368Z | Compiling rustls v0.22.4 |
929 | 2024-12-16T04:18:46.459Z | Compiling ident_case v1.0.1 |
930 | 2024-12-16T04:18:46.649Z | Compiling foreign-types-shared v0.1.1 |
931 | 2024-12-16T04:18:46.710Z | Compiling syn v1.0.109 |
932 | 2024-12-16T04:18:46.786Z | Compiling foreign-types v0.3.2 |
933 | 2024-12-16T04:18:46.840Z | Compiling darling_core v0.20.10 |
934 | 2024-12-16T04:18:47.412Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-12-16T04:18:48.639Z | Compiling tower-service v0.3.3 |
936 | 2024-12-16T04:18:48.867Z | Compiling slog-async v2.8.0 |
937 | 2024-12-16T04:18:49.910Z | Compiling rand_chacha v0.3.1 |
938 | 2024-12-16T04:18:50.681Z | Compiling typify-macro v0.2.0 |
939 | 2024-12-16T04:18:51.671Z | Compiling hyper v1.5.1 |
940 | 2024-12-16T04:18:53.300Z | Compiling darling_macro v0.20.10 |
941 | 2024-12-16T04:18:54.419Z | Compiling idna v0.5.0 |
942 | 2024-12-16T04:18:54.814Z | Compiling typify v0.2.0 |
943 | 2024-12-16T04:18:54.956Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-12-16T04:18:58.354Z | Compiling hyper-util v0.1.10 |
945 | 2024-12-16T04:19:00.447Z | Compiling toml_datetime v0.6.8 |
946 | 2024-12-16T04:19:01.906Z | Compiling multer v3.1.0 |
947 | 2024-12-16T04:19:01.929Z | Compiling progenitor-macro v0.8.0 |
948 | 2024-12-16T04:19:02.830Z | Compiling paste v1.0.15 |
949 | 2024-12-16T04:19:03.367Z | Compiling openssl-probe v0.1.5 |
950 | 2024-12-16T04:19:06.053Z | Compiling url v2.5.2 |
951 | 2024-12-16T04:19:06.206Z | Compiling darling v0.20.10 |
952 | 2024-12-16T04:19:06.459Z | Compiling rand v0.8.5 |
953 | 2024-12-16T04:19:09.291Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-12-16T04:19:11.092Z | Compiling usdt-macro v0.5.0 |
955 | 2024-12-16T04:19:11.780Z | Compiling http-body-util v0.1.2 |
956 | 2024-12-16T04:19:12.381Z | Compiling async-trait v0.1.83 |
957 | 2024-12-16T04:19:14.312Z | Compiling encoding_rs v0.8.34 |
958 | 2024-12-16T04:19:14.758Z | Compiling base64 v0.22.1 |
959 | 2024-12-16T04:19:14.984Z | Compiling mime v0.3.17 |
960 | 2024-12-16T04:19:15.401Z | Compiling ipnet v2.10.0 |
961 | 2024-12-16T04:19:15.869Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-12-16T04:19:17.921Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-12-16T04:19:18.454Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-12-16T04:19:18.558Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-12-16T04:19:19.547Z | Compiling strum_macros v0.26.4 |
966 | 2024-12-16T04:19:20.104Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-12-16T04:19:21.144Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-12-16T04:19:21.320Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-12-16T04:19:22.618Z | Compiling webpki-roots v0.26.6 |
970 | 2024-12-16T04:19:22.857Z | Compiling dropshot v0.12.0 |
971 | 2024-12-16T04:19:23.222Z | Compiling crossbeam-utils v0.8.20 |
972 | 2024-12-16T04:19:23.869Z | Compiling powerfmt v0.2.0 |
973 | 2024-12-16T04:19:24.335Z | Compiling structmeta v0.3.0 |
974 | 2024-12-16T04:19:24.463Z | Compiling deranged v0.3.11 |
975 | 2024-12-16T04:19:25.374Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-12-16T04:19:25.534Z | Compiling hyper-tls v0.6.0 |
977 | 2024-12-16T04:19:26.842Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-12-16T04:19:27.309Z | Compiling num_threads v0.1.7 |
979 | 2024-12-16T04:19:28.426Z | Compiling winnow v0.6.18 |
980 | 2024-12-16T04:19:30.008Z | Compiling time v0.3.36 |
981 | 2024-12-16T04:19:32.039Z | Compiling reqwest v0.12.9 |
982 | 2024-12-16T04:19:32.997Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-12-16T04:19:34.724Z | Compiling block-buffer v0.10.4 |
984 | 2024-12-16T04:19:34.983Z | Compiling crypto-common v0.1.6 |
985 | 2024-12-16T04:19:35.221Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-12-16T04:19:36.475Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-12-16T04:19:39.269Z | Compiling digest v0.10.7 |
988 | 2024-12-16T04:19:39.725Z | Compiling progenitor-client v0.8.0 |
989 | 2024-12-16T04:19:40.645Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-12-16T04:19:42.522Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-12-16T04:19:43.261Z | Compiling lazy_static v1.5.0 |
992 | 2024-12-16T04:19:43.423Z | Compiling match_cfg v0.1.0 |
993 | 2024-12-16T04:19:43.534Z | Compiling rustix v0.38.37 |
994 | 2024-12-16T04:19:44.450Z | Compiling hostname v0.3.1 |
995 | 2024-12-16T04:19:44.474Z | Compiling dirs-next v2.0.0 |
996 | 2024-12-16T04:19:44.732Z | Compiling progenitor v0.8.0 |
997 | 2024-12-16T04:19:44.976Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-16T04:19:47.414Z | Compiling futures-executor v0.3.30 |
999 | 2024-12-16T04:19:48.286Z | Compiling thread_local v1.1.8 |
1000 | 2024-12-16T04:19:48.396Z | Compiling errno v0.3.9 |
1001 | 2024-12-16T04:19:48.979Z | Compiling instant v0.1.13 |
1002 | 2024-12-16T04:19:49.180Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-12-16T04:19:49.301Z | Compiling unicode-width v0.1.14 |
1004 | 2024-12-16T04:19:51.581Z | Compiling futures v0.3.30 |
1005 | 2024-12-16T04:19:53.173Z | Compiling term v0.7.0 |
1006 | 2024-12-16T04:19:53.977Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-12-16T04:19:55.975Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-12-16T04:19:56.493Z | Compiling is-terminal v0.4.13 |
1009 | 2024-12-16T04:19:56.639Z | Compiling memmap v0.7.0 |
1010 | 2024-12-16T04:19:57.099Z | Compiling take_mut v0.2.2 |
1011 | 2024-12-16T04:19:57.674Z | Compiling usdt v0.5.0 |
1012 | 2024-12-16T04:19:57.747Z | Compiling slog-term v2.9.1 |
1013 | 2024-12-16T04:19:59.152Z | Compiling toml_edit v0.22.21 |
1014 | 2024-12-16T04:20:00.576Z | Compiling slog-json v2.6.1 |
1015 | 2024-12-16T04:20:01.048Z | Compiling strum v0.26.3 |
1016 | 2024-12-16T04:20:01.255Z | Compiling serde_with v3.9.0 |
1017 | 2024-12-16T04:20:03.295Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-12-16T04:20:04.016Z | Compiling heapless v0.8.0 |
1019 | 2024-12-16T04:20:05.899Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-12-16T04:20:06.513Z | Compiling toml v0.8.19 |
1021 | 2024-12-16T04:20:08.924Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-12-16T04:20:09.058Z | Compiling sha1 v0.10.6 |
1023 | 2024-12-16T04:20:09.652Z | Compiling async-stream v0.3.5 |
1024 | 2024-12-16T04:20:09.895Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-12-16T04:20:09.988Z | Compiling serde_path_to_error v0.1.16 |
1026 | 2024-12-16T04:20:10.262Z | Compiling hex v0.4.3 |
1027 | 2024-12-16T04:20:10.747Z | Compiling waitgroup v0.1.2 |
1028 | 2024-12-16T04:20:11.002Z | Compiling hostname v0.4.0 |
1029 | 2024-12-16T04:20:11.005Z | Compiling hash32 v0.3.1 |
1030 | 2024-12-16T04:20:11.260Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-16T04:20:11.362Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-12-16T04:20:14.207Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-12-16T04:20:14.288Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-12-16T04:20:14.390Z | Compiling backoff v0.4.0 |
1035 | 2024-12-16T04:20:14.812Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-12-16T04:20:14.834Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-12-16T04:20:15.053Z | Compiling parse-display v0.10.0 |
1038 | 2024-12-16T04:20:17.120Z | Compiling macaddr v1.0.1 |
1039 | 2024-12-16T04:20:17.808Z | Compiling regress v0.9.1 |
1040 | 2024-12-16T04:20:18.475Z | Compiling clap_derive v4.5.18 |
1041 | 2024-12-16T04:20:21.701Z | Compiling winnow v0.5.40 |
1042 | 2024-12-16T04:20:22.889Z | Compiling bitflags v1.3.2 |
1043 | 2024-12-16T04:20:23.002Z | Compiling managed v0.8.0 |
1044 | 2024-12-16T04:20:23.441Z | Compiling cobs v0.2.3 |
1045 | 2024-12-16T04:20:23.573Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-12-16T04:20:23.999Z | Compiling utf8parse v0.2.2 |
1047 | 2024-12-16T04:20:24.186Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-12-16T04:20:24.657Z | Compiling postcard v1.0.10 |
1049 | 2024-12-16T04:20:25.394Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1050 | 2024-12-16T04:20:25.842Z | Compiling toml_edit v0.19.15 |
1051 | 2024-12-16T04:20:32.453Z | Compiling anstyle-query v1.1.1 |
1052 | 2024-12-16T04:20:32.615Z | Compiling is_terminal_polyfill v1.70.1 |
1053 | 2024-12-16T04:20:32.768Z | Compiling colorchoice v1.0.2 |
1054 | 2024-12-16T04:20:33.185Z | Compiling anstyle v1.0.10 |
1055 | 2024-12-16T04:20:34.092Z | Compiling anstream v0.6.15 |
1056 | 2024-12-16T04:20:35.196Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-12-16T04:20:35.932Z | Compiling terminal_size v0.4.0 |
1058 | 2024-12-16T04:20:36.072Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-16T04:20:36.141Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-12-16T04:20:36.533Z | Compiling clap_builder v4.5.23 |
1061 | 2024-12-16T04:20:36.816Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-12-16T04:20:38.051Z | Compiling tabwriter v1.4.0 |
1063 | 2024-12-16T04:20:38.966Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-12-16T04:20:39.205Z | Compiling num-integer v0.1.46 |
1065 | 2024-12-16T04:20:40.002Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-12-16T04:20:40.144Z | Compiling num_enum v0.5.11 |
1067 | 2024-12-16T04:20:40.344Z | Compiling foreign-types v0.5.0 |
1068 | 2024-12-16T04:20:40.701Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-12-16T04:20:40.999Z | Compiling clap v4.5.23 |
1070 | 2024-12-16T04:20:41.381Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-12-16T04:20:41.546Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-12-16T04:20:41.923Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-12-16T04:20:42.006Z | Compiling prettyplease v0.2.22 |
1074 | 2024-12-16T04:20:42.153Z | Compiling heck v0.4.1 |
1075 | 2024-12-16T04:20:42.285Z | Compiling either v1.13.0 |
1076 | 2024-12-16T04:20:42.761Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-12-16T04:20:43.331Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-12-16T04:20:43.530Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-12-16T04:20:44.827Z | Compiling num-rational v0.4.2 |
1080 | 2024-12-16T04:20:45.935Z | Compiling num-iter v0.1.45 |
1081 | 2024-12-16T04:20:46.150Z | Compiling colored v2.2.0 |
1082 | 2024-12-16T04:20:47.539Z | Compiling num-complex v0.4.6 |
1083 | 2024-12-16T04:20:48.246Z | Compiling proc-macro-error v1.0.4 |
1084 | 2024-12-16T04:20:48.266Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-12-16T04:20:48.634Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-12-16T04:20:48.655Z | Compiling fastrand v2.1.1 |
1087 | 2024-12-16T04:20:48.918Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1088 | 2024-12-16T04:20:49.127Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-12-16T04:20:49.356Z | Compiling tempfile v3.12.0 |
1090 | 2024-12-16T04:20:50.132Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-12-16T04:20:50.353Z | Compiling num v0.4.3 |
1092 | 2024-12-16T04:20:53.700Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-12-16T04:20:54.329Z | Compiling float-ord v0.3.2 |
1094 | 2024-12-16T04:20:54.534Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-12-16T04:20:54.751Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-12-16T04:21:01.964Z | Compiling semver v0.1.20 |
1097 | 2024-12-16T04:21:02.701Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-12-16T04:21:03.030Z | Compiling rustc_version v0.1.7 |
1099 | 2024-12-16T04:21:03.449Z | Compiling newline-converter v0.3.0 |
1100 | 2024-12-16T04:21:03.452Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-12-16T04:21:03.768Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-12-16T04:21:03.962Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-12-16T04:21:04.562Z | Compiling itertools v0.10.5 |
1104 | 2024-12-16T04:21:04.864Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-12-16T04:21:05.061Z | Compiling console v0.15.8 |
1106 | 2024-12-16T04:21:05.383Z | Compiling num-derive v0.4.2 |
1107 | 2024-12-16T04:21:06.847Z | Compiling sigpipe v0.1.3 |
1108 | 2024-12-16T04:21:07.194Z | Compiling similar v2.6.0 |
1109 | 2024-12-16T04:21:07.913Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-12-16T04:21:07.943Z | Compiling base64ct v1.6.0 |
1111 | 2024-12-16T04:21:08.107Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-12-16T04:21:08.296Z | Compiling expectorate v1.1.0 |
1113 | 2024-12-16T04:21:08.510Z | Compiling password-hash v0.5.0 |
1114 | 2024-12-16T04:21:08.654Z | Compiling zone v0.3.0 |
1115 | 2024-12-16T04:21:09.742Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-12-16T04:21:10.723Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-12-16T04:21:10.797Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-12-16T04:21:12.195Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-12-16T04:21:12.599Z | Compiling blake2 v0.10.6 |
1120 | 2024-12-16T04:21:13.129Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-12-16T04:21:13.720Z | Compiling smf v0.2.3 |
1122 | 2024-12-16T04:21:13.825Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-12-16T04:21:14.122Z | Compiling fixedbitset v0.4.2 |
1124 | 2024-12-16T04:21:14.143Z | Compiling owo-colors v4.1.0 |
1125 | 2024-12-16T04:21:14.510Z | Compiling whoami v1.5.2 |
1126 | 2024-12-16T04:21:14.733Z | Compiling cancel-safe-futures v0.1.5 |
1127 | 2024-12-16T04:21:14.853Z | Compiling petgraph v0.6.5 |
1128 | 2024-12-16T04:21:15.219Z | Compiling hubpack v0.1.2 |
1129 | 2024-12-16T04:21:15.431Z | Compiling argon2 v0.5.3 |
1130 | 2024-12-16T04:21:15.990Z | Compiling zerocopy v0.6.6 |
1131 | 2024-12-16T04:21:17.057Z | Compiling strum_macros v0.25.3 |
1132 | 2024-12-16T04:21:17.967Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-12-16T04:21:18.233Z | Compiling serde_repr v0.1.19 |
1134 | 2024-12-16T04:21:19.532Z | Compiling cookie v0.18.1 |
1135 | 2024-12-16T04:21:19.602Z | Compiling static_assertions v1.1.0 |
1136 | 2024-12-16T04:21:19.722Z | Compiling convert_case v0.4.0 |
1137 | 2024-12-16T04:21:19.978Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1138 | 2024-12-16T04:21:20.321Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-12-16T04:21:20.519Z | Compiling derive_more v0.99.18 |
1140 | 2024-12-16T04:21:20.948Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-12-16T04:21:22.907Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-16T04:21:23.557Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-16T04:21:23.954Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-16T04:21:26.424Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-12-16T04:21:26.947Z | Compiling itertools v0.13.0 |
1146 | 2024-12-16T04:21:27.646Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-12-16T04:21:28.913Z | Compiling idna v0.4.0 |
1148 | 2024-12-16T04:21:29.681Z | Compiling libsw v3.3.1 |
1149 | 2024-12-16T04:21:30.047Z | Compiling derive-where v1.2.7 |
1150 | 2024-12-16T04:21:30.293Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-12-16T04:21:30.375Z | Compiling indent_write v2.2.0 |
1152 | 2024-12-16T04:21:30.634Z | Compiling quick-error v1.2.3 |
1153 | 2024-12-16T04:21:30.803Z | Compiling linked-hash-map v0.5.6 |
1154 | 2024-12-16T04:21:31.068Z | Compiling linear-map v1.2.0 |
1155 | 2024-12-16T04:21:31.261Z | Compiling highway v1.2.0 |
1156 | 2024-12-16T04:21:31.452Z | Compiling data-encoding v2.6.0 |
1157 | 2024-12-16T04:21:31.536Z | Compiling swrite v0.1.0 |
1158 | 2024-12-16T04:21:31.684Z | Compiling lru-cache v0.1.2 |
1159 | 2024-12-16T04:21:31.931Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1160 | 2024-12-16T04:21:32.726Z | Compiling hickory-proto v0.24.1 |
1161 | 2024-12-16T04:21:32.954Z | Compiling resolv-conf v0.7.0 |
1162 | 2024-12-16T04:21:33.502Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-16T04:21:34.636Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-16T04:21:36.743Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-16T04:21:37.156Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-16T04:21:38.702Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-16T04:21:38.941Z | Compiling steno v0.4.1 |
1168 | 2024-12-16T04:21:42.126Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-12-16T04:21:42.509Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-12-16T04:21:42.611Z | Compiling humantime v2.1.0 |
1171 | 2024-12-16T04:21:42.910Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-12-16T04:21:43.420Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-12-16T04:21:43.552Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-12-16T04:21:43.604Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-12-16T04:21:45.765Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-12-16T04:21:46.722Z | Compiling num-derive v0.3.3 |
1177 | 2024-12-16T04:21:47.040Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-12-16T04:21:47.413Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-12-16T04:21:47.814Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-12-16T04:21:49.017Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-12-16T04:21:49.784Z | Compiling parking_lot v0.11.2 |
1182 | 2024-12-16T04:21:50.132Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-12-16T04:21:51.645Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-12-16T04:21:51.816Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-12-16T04:21:53.945Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-12-16T04:21:54.694Z | Compiling fxhash v0.2.1 |
1187 | 2024-12-16T04:21:54.947Z | Compiling crc32fast v1.4.2 |
1188 | 2024-12-16T04:21:55.179Z | Compiling crc8 v0.1.1 |
1189 | 2024-12-16T04:21:55.509Z | Compiling arc-swap v1.7.1 |
1190 | 2024-12-16T04:21:55.509Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-12-16T04:21:56.248Z | Compiling slog-scope v4.4.0 |
1192 | 2024-12-16T04:21:57.061Z | Compiling sled v0.34.7 |
1193 | 2024-12-16T04:22:00.719Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-12-16T04:22:02.148Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-12-16T04:22:02.715Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-12-16T04:22:03.549Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-12-16T04:22:04.762Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-12-16T04:22:05.215Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-12-16T04:22:16.792Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-16T04:22:19.976Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-12-16T04:22:22.953Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-12-16T04:22:54.420Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1203 | 2024-12-16T04:22:54.420Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-12-16T04:23:01.907Z | Finished `release` profile [optimized] target(s) in 5m 22s |
1205 | 2024-12-16T04:23:02.230Z | + banner trio |
1206 | 2024-12-16T04:23:02.232Z | |
1207 | 2024-12-16T04:23:02.233Z | ##### ##### # #### |
1208 | 2024-12-16T04:23:02.233Z | # # # # # # |
1209 | 2024-12-16T04:23:02.233Z | # # # # # # |
1210 | 2024-12-16T04:23:02.233Z | # ##### # # # |
1211 | 2024-12-16T04:23:02.233Z | # # # # # # |
1212 | 2024-12-16T04:23:02.233Z | # # # # #### |
1213 | 2024-12-16T04:23:02.233Z | |
1214 | 2024-12-16T04:23:02.233Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1215 | 2024-12-16T04:23:02.720Z | Compiling cfg-if v1.0.0 |
1216 | 2024-12-16T04:23:02.720Z | Compiling libc v0.2.167 |
1217 | 2024-12-16T04:23:02.720Z | Compiling serde v1.0.215 |
1218 | 2024-12-16T04:23:02.720Z | Compiling once_cell v1.20.2 |
1219 | 2024-12-16T04:23:02.723Z | Compiling itoa v1.0.11 |
1220 | 2024-12-16T04:23:02.723Z | Compiling byteorder v1.5.0 |
1221 | 2024-12-16T04:23:02.800Z | Compiling syn v2.0.87 |
1222 | 2024-12-16T04:23:02.805Z | Compiling bytes v1.7.2 |
1223 | 2024-12-16T04:23:02.854Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-16T04:23:02.997Z | Compiling zerocopy v0.7.35 |
1225 | 2024-12-16T04:23:03.156Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-16T04:23:03.201Z | Compiling ahash v0.8.11 |
1227 | 2024-12-16T04:23:03.246Z | Compiling schemars v0.8.21 |
1228 | 2024-12-16T04:23:03.259Z | Compiling memchr v2.7.4 |
1229 | 2024-12-16T04:23:03.279Z | Compiling scopeguard v1.2.0 |
1230 | 2024-12-16T04:23:03.407Z | Compiling smallvec v1.13.2 |
1231 | 2024-12-16T04:23:03.433Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-12-16T04:23:03.618Z | Compiling lock_api v0.4.12 |
1233 | 2024-12-16T04:23:04.174Z | Compiling fnv v1.0.7 |
1234 | 2024-12-16T04:23:04.299Z | Compiling hashbrown v0.14.5 |
1235 | 2024-12-16T04:23:04.310Z | Compiling log v0.4.22 |
1236 | 2024-12-16T04:23:04.396Z | Compiling getrandom v0.2.15 |
1237 | 2024-12-16T04:23:04.425Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-12-16T04:23:04.727Z | Compiling socket2 v0.5.8 |
1239 | 2024-12-16T04:23:04.779Z | Compiling mio v1.0.2 |
1240 | 2024-12-16T04:23:04.869Z | Compiling parking_lot v0.12.3 |
1241 | 2024-12-16T04:23:05.288Z | Compiling signal-hook-registry v1.4.2 |
1242 | 2024-12-16T04:23:05.458Z | Compiling futures-core v0.3.30 |
1243 | 2024-12-16T04:23:05.784Z | Compiling ryu v1.0.18 |
1244 | 2024-12-16T04:23:05.968Z | Compiling equivalent v1.0.1 |
1245 | 2024-12-16T04:23:06.193Z | Compiling tracing-core v0.1.32 |
1246 | 2024-12-16T04:23:06.349Z | Compiling serde_json v1.0.133 |
1247 | 2024-12-16T04:23:06.385Z | Compiling uuid v1.11.0 |
1248 | 2024-12-16T04:23:06.452Z | Compiling regress v0.10.1 |
1249 | 2024-12-16T04:23:06.480Z | Compiling pin-utils v0.1.0 |
1250 | 2024-12-16T04:23:06.583Z | Compiling futures-sink v0.3.30 |
1251 | 2024-12-16T04:23:06.748Z | Compiling futures-task v0.3.30 |
1252 | 2024-12-16T04:23:06.900Z | Compiling untrusted v0.9.0 |
1253 | 2024-12-16T04:23:06.955Z | Compiling spin v0.9.8 |
1254 | 2024-12-16T04:23:06.969Z | Compiling futures-util v0.3.30 |
1255 | 2024-12-16T04:23:07.061Z | Compiling slab v0.4.9 |
1256 | 2024-12-16T04:23:07.154Z | Compiling ring v0.17.8 |
1257 | 2024-12-16T04:23:07.318Z | Compiling try-lock v0.2.5 |
1258 | 2024-12-16T04:23:07.479Z | Compiling want v0.3.1 |
1259 | 2024-12-16T04:23:07.787Z | Compiling httparse v1.9.4 |
1260 | 2024-12-16T04:23:08.022Z | Compiling chrono v0.4.38 |
1261 | 2024-12-16T04:23:08.660Z | Compiling futures-channel v0.3.30 |
1262 | 2024-12-16T04:23:08.943Z | Compiling dyn-clone v1.0.17 |
1263 | 2024-12-16T04:23:09.153Z | Compiling tower-service v0.3.3 |
1264 | 2024-12-16T04:23:09.163Z | Compiling foreign-types-shared v0.1.1 |
1265 | 2024-12-16T04:23:09.270Z | Compiling foreign-types v0.3.2 |
1266 | 2024-12-16T04:23:09.286Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-12-16T04:23:09.721Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-12-16T04:23:10.122Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-12-16T04:23:10.134Z | Compiling bitflags v2.6.0 |
1270 | 2024-12-16T04:23:10.326Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-12-16T04:23:10.509Z | Compiling http v1.2.0 |
1272 | 2024-12-16T04:23:10.747Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-12-16T04:23:11.255Z | Compiling semver v1.0.23 |
1274 | 2024-12-16T04:23:11.300Z | Compiling tinyvec_macros v0.1.1 |
1275 | 2024-12-16T04:23:11.396Z | Compiling tinyvec v1.8.0 |
1276 | 2024-12-16T04:23:11.857Z | Compiling quote v1.0.37 |
1277 | 2024-12-16T04:23:12.080Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-12-16T04:23:13.190Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-12-16T04:23:13.989Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-12-16T04:23:14.522Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-12-16T04:23:14.674Z | Compiling http v0.2.12 |
1282 | 2024-12-16T04:23:15.370Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-12-16T04:23:15.535Z | Compiling serde_derive v1.0.215 |
1284 | 2024-12-16T04:23:15.566Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-12-16T04:23:15.900Z | Compiling thiserror-impl v1.0.69 |
1286 | 2024-12-16T04:23:16.333Z | Compiling tokio-macros v2.4.0 |
1287 | 2024-12-16T04:23:16.681Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-12-16T04:23:17.995Z | Compiling tokio v1.42.0 |
1289 | 2024-12-16T04:23:18.989Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-12-16T04:23:19.001Z | Compiling thiserror v1.0.69 |
1291 | 2024-12-16T04:23:19.310Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-12-16T04:23:19.686Z | Compiling heck v0.5.0 |
1293 | 2024-12-16T04:23:19.842Z | Compiling unicode-bidi v0.3.15 |
1294 | 2024-12-16T04:23:20.199Z | Compiling openssl v0.10.66 |
1295 | 2024-12-16T04:23:21.053Z | Compiling idna v0.5.0 |
1296 | 2024-12-16T04:23:22.561Z | Compiling tracing v0.1.40 |
1297 | 2024-12-16T04:23:22.915Z | Compiling regex-automata v0.4.7 |
1298 | 2024-12-16T04:23:23.263Z | Compiling http-body v1.0.1 |
1299 | 2024-12-16T04:23:30.797Z | Compiling indexmap v2.5.0 |
1300 | 2024-12-16T04:23:31.098Z | Compiling tokio-util v0.7.12 |
1301 | 2024-12-16T04:23:33.477Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-12-16T04:23:35.272Z | Compiling native-tls v0.2.12 |
1303 | 2024-12-16T04:23:35.400Z | Compiling slog v2.7.0 |
1304 | 2024-12-16T04:23:35.931Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-12-16T04:23:36.240Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-12-16T04:23:36.401Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-12-16T04:23:36.598Z | Compiling h2 v0.4.6 |
1308 | 2024-12-16T04:23:37.495Z | Compiling typify-impl v0.2.0 |
1309 | 2024-12-16T04:23:38.304Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-12-16T04:23:38.732Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-12-16T04:23:47.904Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-12-16T04:23:48.507Z | Compiling regex v1.10.6 |
1313 | 2024-12-16T04:23:49.653Z | Compiling url v2.5.2 |
1314 | 2024-12-16T04:23:49.941Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-12-16T04:23:50.870Z | Compiling mime v0.3.17 |
1316 | 2024-12-16T04:23:51.990Z | Compiling ipnet v2.10.0 |
1317 | 2024-12-16T04:23:52.922Z | Compiling rustls v0.21.12 |
1318 | 2024-12-16T04:23:53.280Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-12-16T04:23:54.845Z | Compiling typify-macro v0.2.0 |
1320 | 2024-12-16T04:23:55.397Z | Compiling hyper v1.5.1 |
1321 | 2024-12-16T04:23:56.934Z | Compiling h2 v0.3.26 |
1322 | 2024-12-16T04:23:57.282Z | Compiling http-body v0.4.6 |
1323 | 2024-12-16T04:23:57.808Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-12-16T04:23:58.856Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-12-16T04:23:58.973Z | Compiling sct v0.7.1 |
1326 | 2024-12-16T04:23:59.484Z | Compiling zeroize v1.8.1 |
1327 | 2024-12-16T04:23:59.844Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-12-16T04:24:00.251Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-16T04:24:01.017Z | Compiling subtle v2.6.1 |
1330 | 2024-12-16T04:24:01.027Z | Compiling serde_yaml v0.9.34+deprecated |
1331 | 2024-12-16T04:24:01.305Z | Compiling rustls v0.23.13 |
1332 | 2024-12-16T04:24:02.646Z | Compiling hyper v0.14.30 |
1333 | 2024-12-16T04:24:03.116Z | Compiling toml_edit v0.19.15 |
1334 | 2024-12-16T04:24:05.987Z | Compiling hyper-util v0.1.10 |
1335 | 2024-12-16T04:24:12.320Z | Compiling lazy_static v1.5.0 |
1336 | 2024-12-16T04:24:12.479Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-12-16T04:24:12.936Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-12-16T04:24:13.177Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-12-16T04:24:13.450Z | Compiling http-body-util v0.1.2 |
1340 | 2024-12-16T04:24:14.035Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-12-16T04:24:14.048Z | Compiling base64 v0.21.7 |
1342 | 2024-12-16T04:24:14.267Z | Compiling base64 v0.22.1 |
1343 | 2024-12-16T04:24:14.515Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-12-16T04:24:14.535Z | Compiling hyper-rustls v0.27.3 |
1345 | 2024-12-16T04:24:15.222Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-12-16T04:24:15.311Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-12-16T04:24:15.367Z | Compiling num_enum_derive v0.5.11 |
1348 | 2024-12-16T04:24:16.013Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-12-16T04:24:16.150Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-12-16T04:24:16.343Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-12-16T04:24:16.540Z | Compiling typify v0.2.0 |
1352 | 2024-12-16T04:24:16.556Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-12-16T04:24:16.692Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-12-16T04:24:16.862Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-12-16T04:24:17.760Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-12-16T04:24:17.853Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-12-16T04:24:18.005Z | Compiling rand_core v0.6.4 |
1358 | 2024-12-16T04:24:18.536Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-16T04:24:19.173Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-12-16T04:24:19.312Z | Compiling webpki-roots v0.25.4 |
1361 | 2024-12-16T04:24:19.492Z | Compiling foreign-types-shared v0.3.1 |
1362 | 2024-12-16T04:24:19.621Z | Compiling powerfmt v0.2.0 |
1363 | 2024-12-16T04:24:19.675Z | Compiling time-macros v0.2.18 |
1364 | 2024-12-16T04:24:20.005Z | Compiling deranged v0.3.11 |
1365 | 2024-12-16T04:24:20.047Z | Compiling foreign-types v0.5.0 |
1366 | 2024-12-16T04:24:20.158Z | Compiling reqwest v0.11.27 |
1367 | 2024-12-16T04:24:20.398Z | Compiling progenitor-impl v0.8.0 |
1368 | 2024-12-16T04:24:22.493Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1369 | 2024-12-16T04:24:22.832Z | Compiling dirs-next v2.0.0 |
1370 | 2024-12-16T04:24:23.094Z | Compiling rand_chacha v0.3.1 |
1371 | 2024-12-16T04:24:24.912Z | Compiling reqwest v0.12.9 |
1372 | 2024-12-16T04:24:27.410Z | Compiling num_enum v0.5.11 |
1373 | 2024-12-16T04:24:27.590Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-12-16T04:24:31.509Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-12-16T04:24:31.678Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-12-16T04:24:31.872Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-12-16T04:24:32.147Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-16T04:24:32.656Z | Compiling pretty-hex v0.2.1 |
1379 | 2024-12-16T04:24:32.889Z | Compiling either v1.13.0 |
1380 | 2024-12-16T04:24:32.900Z | Compiling num-conv v0.1.0 |
1381 | 2024-12-16T04:24:33.170Z | Compiling time-core v0.1.2 |
1382 | 2024-12-16T04:24:33.363Z | Compiling arc-swap v1.7.1 |
1383 | 2024-12-16T04:24:33.373Z | Compiling itertools v0.12.1 |
1384 | 2024-12-16T04:24:34.105Z | Compiling slog-scope v4.4.0 |
1385 | 2024-12-16T04:24:34.624Z | Compiling time v0.3.36 |
1386 | 2024-12-16T04:24:35.075Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-12-16T04:24:36.651Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1388 | 2024-12-16T04:24:37.043Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-12-16T04:24:37.338Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-12-16T04:24:37.525Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-16T04:24:37.965Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-12-16T04:24:39.237Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-12-16T04:24:43.986Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-12-16T04:24:44.989Z | Compiling rand v0.8.5 |
1395 | 2024-12-16T04:24:46.964Z | Compiling term v0.7.0 |
1396 | 2024-12-16T04:24:48.762Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-12-16T04:24:51.704Z | Compiling anyhow v1.0.94 |
1398 | 2024-12-16T04:24:52.737Z | Compiling colored v2.2.0 |
1399 | 2024-12-16T04:24:53.296Z | Compiling is-terminal v0.4.13 |
1400 | 2024-12-16T04:24:53.431Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1401 | 2024-12-16T04:24:53.781Z | Compiling winnow v0.6.18 |
1402 | 2024-12-16T04:24:54.316Z | Compiling take_mut v0.2.2 |
1403 | 2024-12-16T04:24:54.489Z | Compiling slog-async v2.8.0 |
1404 | 2024-12-16T04:24:57.752Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1405 | 2024-12-16T04:24:57.983Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1406 | 2024-12-16T04:24:58.416Z | Compiling slog-term v2.9.1 |
1407 | 2024-12-16T04:25:01.302Z | Compiling progenitor v0.8.0 |
1408 | 2024-12-16T04:25:01.528Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-12-16T04:25:05.411Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-12-16T04:25:06.306Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-12-16T04:25:07.573Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-12-16T04:25:09.619Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-12-16T04:25:25.106Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-12-16T04:25:32.919Z | Finished `release` profile [optimized] target(s) in 2m 30s |
1415 | 2024-12-16T04:25:33.005Z | Running unittests src/lib.rs (target/release/deps/mg_tests-63024462c7b1f145) |
1416 | 2024-12-16T04:25:33.054Z | |
1417 | 2024-12-16T04:25:33.054Z | running 1 test |
1418 | 2024-12-16T04:25:33.219Z | configure zone |
1419 | 2024-12-16T04:25:33.237Z | install zone |
1420 | 2024-12-16T04:26:33.060Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1421 | 2024-12-16T04:27:43.821Z | boot zone |
1422 | 2024-12-16T04:27:44.760Z | start zone s1 |
1423 | 2024-12-16T04:27:44.760Z | configure zone |
1424 | 2024-12-16T04:27:44.769Z | install zone |
1425 | 2024-12-16T04:29:44.416Z | boot zone |
1426 | 2024-12-16T04:29:45.371Z | start zone s2 |
1427 | 2024-12-16T04:29:45.371Z | configure zone |
1428 | 2024-12-16T04:29:45.380Z | install zone |
1429 | 2024-12-16T04:31:44.037Z | boot zone |
1430 | 2024-12-16T04:31:44.927Z | start zone t1 |
1431 | 2024-12-16T04:31:44.927Z | configure zone |
1432 | 2024-12-16T04:31:44.935Z | install zone |
1433 | 2024-12-16T04:33:42.402Z | boot zone |
1434 | 2024-12-16T04:33:43.350Z | waiting for zones to come up |
1435 | 2024-12-16T04:33:53.351Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-12-16T04:33:53.387Z | STATE STIME FMRI |
1437 | 2024-12-16T04:33:53.387Z | online 20:28:02 svc:/milestone/network:default |
1438 | 2024-12-16T04:33:53.387Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-16T04:33:53.435Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-16T04:33:53.485Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-16T04:33:53.530Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-12-16T04:33:53.534Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-12-16T04:33:53.556Z | |
1444 | 2024-12-16T04:33:53.556Z | running zone s1.trio setup |
1445 | 2024-12-16T04:33:53.556Z | [s1.trio] svcs milestone/network |
1446 | 2024-12-16T04:33:53.581Z | STATE STIME FMRI |
1447 | 2024-12-16T04:33:53.581Z | online 20:30:03 svc:/milestone/network:default |
1448 | 2024-12-16T04:33:53.581Z | [s1.trio] dladm |
1449 | 2024-12-16T04:33:53.605Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-12-16T04:33:53.605Z | sl0 simnet 9000 up -- ? |
1451 | 2024-12-16T04:33:53.606Z | mg2 vnic 9000 up -- ? |
1452 | 2024-12-16T04:33:53.606Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-12-16T04:33:54.091Z | |
1454 | 2024-12-16T04:33:54.091Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-12-16T04:33:54.116Z | |
1456 | 2024-12-16T04:33:54.116Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-12-16T04:33:54.137Z | |
1458 | 2024-12-16T04:33:54.138Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-12-16T04:33:54.230Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-12-16T04:33:54.275Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1461 | 2024-12-16T04:33:54.372Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1462 | 2024-12-16T04:33:54.419Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1463 | 2024-12-16T04:33:54.441Z | |
1464 | 2024-12-16T04:33:54.441Z | running zone s2.trio setup |
1465 | 2024-12-16T04:33:54.441Z | [s2.trio] svcs milestone/network |
1466 | 2024-12-16T04:33:54.466Z | STATE STIME FMRI |
1467 | 2024-12-16T04:33:54.466Z | online 20:32:03 svc:/milestone/network:default |
1468 | 2024-12-16T04:33:54.466Z | [s2.trio] dladm |
1469 | 2024-12-16T04:33:54.488Z | LINK CLASS MTU STATE BRIDGE OVER |
1470 | 2024-12-16T04:33:54.488Z | sl1 simnet 9000 up -- ? |
1471 | 2024-12-16T04:33:54.488Z | mg3 vnic 9000 up -- ? |
1472 | 2024-12-16T04:33:54.488Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1473 | 2024-12-16T04:33:54.928Z | |
1474 | 2024-12-16T04:33:54.928Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1475 | 2024-12-16T04:33:54.953Z | |
1476 | 2024-12-16T04:33:54.953Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1477 | 2024-12-16T04:33:54.975Z | |
1478 | 2024-12-16T04:33:54.975Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1479 | 2024-12-16T04:33:55.023Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1480 | 2024-12-16T04:33:55.046Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1481 | 2024-12-16T04:33:55.092Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1482 | 2024-12-16T04:33:55.115Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1483 | 2024-12-16T04:33:55.137Z | |
1484 | 2024-12-16T04:33:55.137Z | running zone t1.trio setup |
1485 | 2024-12-16T04:33:55.137Z | [t1.trio] svcs milestone/network |
1486 | 2024-12-16T04:33:55.161Z | STATE STIME FMRI |
1487 | 2024-12-16T04:33:55.161Z | - - svc:/milestone/network:default |
1488 | 2024-12-16T04:33:56.162Z | [t1.trio] svcs milestone/network |
1489 | 2024-12-16T04:33:56.184Z | STATE STIME FMRI |
1490 | 2024-12-16T04:33:56.184Z | - - svc:/milestone/network:default |
1491 | 2024-12-16T04:33:57.184Z | [t1.trio] svcs milestone/network |
1492 | 2024-12-16T04:33:57.207Z | STATE STIME FMRI |
1493 | 2024-12-16T04:33:57.207Z | - - svc:/milestone/network:default |
1494 | 2024-12-16T04:33:58.207Z | [t1.trio] svcs milestone/network |
1495 | 2024-12-16T04:33:58.230Z | STATE STIME FMRI |
1496 | 2024-12-16T04:33:58.230Z | - - svc:/milestone/network:default |
1497 | 2024-12-16T04:33:59.230Z | [t1.trio] svcs milestone/network |
1498 | 2024-12-16T04:33:59.253Z | STATE STIME FMRI |
1499 | 2024-12-16T04:33:59.253Z | - - svc:/milestone/network:default |
1500 | 2024-12-16T04:34:00.253Z | [t1.trio] svcs milestone/network |
1501 | 2024-12-16T04:34:00.276Z | STATE STIME FMRI |
1502 | 2024-12-16T04:34:00.276Z | - - svc:/milestone/network:default |
1503 | 2024-12-16T04:34:01.276Z | [t1.trio] svcs milestone/network |
1504 | 2024-12-16T04:34:01.297Z | STATE STIME FMRI |
1505 | 2024-12-16T04:34:01.297Z | - - svc:/milestone/network:default |
1506 | 2024-12-16T04:34:02.298Z | [t1.trio] svcs milestone/network |
1507 | 2024-12-16T04:34:02.321Z | STATE STIME FMRI |
1508 | 2024-12-16T04:34:02.321Z | offline 20:34:00 svc:/milestone/network:default |
1509 | 2024-12-16T04:34:03.321Z | [t1.trio] svcs milestone/network |
1510 | 2024-12-16T04:34:03.346Z | STATE STIME FMRI |
1511 | 2024-12-16T04:34:03.346Z | online 20:34:01 svc:/milestone/network:default |
1512 | 2024-12-16T04:34:03.346Z | [t1.trio] dladm |
1513 | 2024-12-16T04:34:03.368Z | LINK CLASS MTU STATE BRIDGE OVER |
1514 | 2024-12-16T04:34:03.368Z | tfportrear0_0 simnet 9000 up -- ? |
1515 | 2024-12-16T04:34:03.368Z | tfportrear1_0 simnet 9000 up -- ? |
1516 | 2024-12-16T04:34:03.368Z | mg1 vnic 9000 up -- ? |
1517 | 2024-12-16T04:34:03.368Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1518 | 2024-12-16T04:34:03.914Z | |
1519 | 2024-12-16T04:34:03.914Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1520 | 2024-12-16T04:34:03.940Z | |
1521 | 2024-12-16T04:34:03.940Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1522 | 2024-12-16T04:34:03.967Z | |
1523 | 2024-12-16T04:34:03.967Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1524 | 2024-12-16T04:34:03.990Z | |
1525 | 2024-12-16T04:34:03.990Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1526 | 2024-12-16T04:34:04.195Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1527 | 2024-12-16T04:34:04.199Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1528 | 2024-12-16T04:34:04.203Z | waiting 3s for copy of files to zone to complete ... |
1529 | 2024-12-16T04:34:07.204Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1530 | 2024-12-16T04:34:07.242Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1531 | 2024-12-16T04:34:07.265Z | [t1.trio] svcadm enable dendrite |
1532 | 2024-12-16T04:34:07.305Z | |
1533 | 2024-12-16T04:34:07.305Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1534 | 2024-12-16T04:34:07.352Z | |
1535 | 2024-12-16T04:34:07.352Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1536 | 2024-12-16T04:34:07.399Z | |
1537 | 2024-12-16T04:34:07.399Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1538 | 2024-12-16T04:34:07.441Z | |
1539 | 2024-12-16T04:34:07.441Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1540 | 2024-12-16T04:34:07.485Z | |
1541 | 2024-12-16T04:34:07.485Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1542 | 2024-12-16T04:34:07.530Z | |
1543 | 2024-12-16T04:34:07.530Z | [t1.trio] svcadm refresh dendrite:default |
1544 | 2024-12-16T04:34:07.568Z | |
1545 | 2024-12-16T04:34:07.568Z | [t1.trio] svcadm restart dendrite:default |
1546 | 2024-12-16T04:34:07.607Z | |
1547 | 2024-12-16T04:34:07.607Z | wait 10s for dendrite to come up ... |
1548 | 2024-12-16T04:34:17.608Z | [t1.trio] svcadm enable tfport |
1549 | 2024-12-16T04:34:17.649Z | |
1550 | 2024-12-16T04:34:17.649Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 011ccf0f-983b-4343-b8c0-efd106640df2 --sled-uuid cddf6820-7d21-4c1f-ae3c-a0d3594af4df -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1551 | 2024-12-16T04:34:17.670Z | |
1552 | 2024-12-16T04:34:17.670Z | [t1.trio] ipadm |
1553 | 2024-12-16T04:34:17.695Z | ADDROBJ TYPE STATE ADDR |
1554 | 2024-12-16T04:34:17.695Z | lo0/v4 static ok 127.0.0.1/8 |
1555 | 2024-12-16T04:34:17.695Z | mg1/v4 static ok 10.0.0.3/24 |
1556 | 2024-12-16T04:34:17.695Z | lo0/v6 static ok ::1/128 |
1557 | 2024-12-16T04:34:17.695Z | lo0/u6 static ok fd00:3::1/64 |
1558 | 2024-12-16T04:34:17.695Z | tfportrear0_0/v6 addrconf ok fe80::1492:e0ff:fe53:df1%tfportrear0_0/10 |
1559 | 2024-12-16T04:34:17.695Z | tfportrear1_0/v6 addrconf ok fe80::bcfb:47ff:fe05:23f4%tfportrear1_0/10 |
1560 | 2024-12-16T04:34:19.921Z | initial peering test passed |
1561 | 2024-12-16T04:34:20.924Z | advertise from one passed |
1562 | 2024-12-16T04:34:21.926Z | advertise from two passed |
1563 | 2024-12-16T04:34:21.926Z | [s1.trio] ping fd00:2::1 |
1564 | 2024-12-16T04:34:21.955Z | fd00:2::1 is alive |
1565 | 2024-12-16T04:34:21.955Z | [s2.trio] ping fd00:1::1 |
1566 | 2024-12-16T04:34:21.979Z | fd00:1::1 is alive |
1567 | 2024-12-16T04:34:21.979Z | connectivity test passed |
1568 | 2024-12-16T04:34:21.979Z | [t1.trio] pkill ddmd |
1569 | 2024-12-16T04:34:22.001Z | |
1570 | 2024-12-16T04:34:28.005Z | [t1.trio] svcadm enable dendrite |
1571 | 2024-12-16T04:34:28.048Z | |
1572 | 2024-12-16T04:34:28.048Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1573 | 2024-12-16T04:34:28.094Z | |
1574 | 2024-12-16T04:34:28.094Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1575 | 2024-12-16T04:34:28.140Z | |
1576 | 2024-12-16T04:34:28.140Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1577 | 2024-12-16T04:34:28.186Z | |
1578 | 2024-12-16T04:34:28.186Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1579 | 2024-12-16T04:34:28.231Z | |
1580 | 2024-12-16T04:34:28.231Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1581 | 2024-12-16T04:34:28.277Z | |
1582 | 2024-12-16T04:34:28.277Z | [t1.trio] svcadm refresh dendrite:default |
1583 | 2024-12-16T04:34:28.317Z | |
1584 | 2024-12-16T04:34:28.317Z | [t1.trio] svcadm restart dendrite:default |
1585 | 2024-12-16T04:34:28.357Z | |
1586 | 2024-12-16T04:34:28.357Z | wait 10s for dendrite to come up ... |
1587 | 2024-12-16T04:34:38.358Z | [t1.trio] svcadm enable tfport |
1588 | 2024-12-16T04:34:38.399Z | |
1589 | 2024-12-16T04:34:38.399Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 463ea571-c61e-45fc-8890-2c39cf46ec87 --sled-uuid 8be7485a-423a-496d-89a2-b4f06e4b64d2 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1590 | 2024-12-16T04:34:38.421Z | |
1591 | 2024-12-16T04:34:38.421Z | [t1.trio] ipadm |
1592 | 2024-12-16T04:34:38.446Z | ADDROBJ TYPE STATE ADDR |
1593 | 2024-12-16T04:34:38.446Z | lo0/v4 static ok 127.0.0.1/8 |
1594 | 2024-12-16T04:34:38.446Z | mg1/v4 static ok 10.0.0.3/24 |
1595 | 2024-12-16T04:34:38.446Z | lo0/v6 static ok ::1/128 |
1596 | 2024-12-16T04:34:38.446Z | lo0/u6 static ok fd00:3::1/64 |
1597 | 2024-12-16T04:34:38.446Z | tfportrear0_0/v6 addrconf ok fe80::1492:e0ff:fe53:df1%tfportrear0_0/10 |
1598 | 2024-12-16T04:34:38.446Z | tfportrear1_0/v6 addrconf ok fe80::bcfb:47ff:fe05:23f4%tfportrear1_0/10 |
1599 | 2024-12-16T04:34:41.449Z | [s1.trio] ping fd00:2::1 |
1600 | 2024-12-16T04:34:41.473Z | fd00:2::1 is alive |
1601 | 2024-12-16T04:34:41.473Z | [s2.trio] ping fd00:1::1 |
1602 | 2024-12-16T04:34:41.494Z | fd00:1::1 is alive |
1603 | 2024-12-16T04:34:41.494Z | transit router restart passed |
1604 | 2024-12-16T04:34:41.495Z | [s1.trio] pkill ddmd |
1605 | 2024-12-16T04:34:41.516Z | |
1606 | 2024-12-16T04:34:46.520Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1607 | 2024-12-16T04:34:46.559Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1608 | 2024-12-16T04:34:46.578Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1609 | 2024-12-16T04:34:46.600Z | |
1610 | 2024-12-16T04:34:49.604Z | [s1.trio] ping fd00:2::1 |
1611 | 2024-12-16T04:34:49.627Z | fd00:2::1 is alive |
1612 | 2024-12-16T04:34:49.627Z | [s2.trio] ping fd00:1::1 |
1613 | 2024-12-16T04:34:49.649Z | fd00:1::1 is alive |
1614 | 2024-12-16T04:34:49.649Z | server router restart passed |
1615 | 2024-12-16T04:34:52.656Z | peer expiration recovery passed |
1616 | 2024-12-16T04:34:53.657Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1617 | 2024-12-16T04:34:53.683Z | 3 |
1618 | 2024-12-16T04:34:53.683Z | redundant advertise passed |
1619 | 2024-12-16T04:34:54.686Z | tunnel endpoint advertise passed |
1620 | 2024-12-16T04:34:59.688Z | redundant tunnel endpoint advertise passed |
1621 | 2024-12-16T04:34:59.688Z | [s1.trio] pkill ddmd |
1622 | 2024-12-16T04:34:59.710Z | |
1623 | 2024-12-16T04:35:04.711Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1624 | 2024-12-16T04:35:04.750Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1625 | 2024-12-16T04:35:04.769Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1626 | 2024-12-16T04:35:04.792Z | |
1627 | 2024-12-16T04:35:09.860Z | tunnel router restart passed |
1628 | 2024-12-16T04:35:10.862Z | tunnel endpoint withdraw passed |
1629 | 2024-12-16T04:35:10.878Z | [t1.trio] pkill ddmd |
1630 | 2024-12-16T04:35:10.906Z | |
1631 | 2024-12-16T04:35:10.906Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1632 | 2024-12-16T04:35:10.910Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1633 | 2024-12-16T04:35:13.439Z | [s2.trio] pkill ddmd |
1634 | 2024-12-16T04:35:13.460Z | |
1635 | 2024-12-16T04:35:13.460Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1636 | 2024-12-16T04:35:16.020Z | [s1.trio] pkill ddmd |
1637 | 2024-12-16T04:35:16.041Z | |
1638 | 2024-12-16T04:35:16.041Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1639 | 2024-12-16T04:35:18.585Z | [sidecar.trio] pkill softnpu |
1640 | 2024-12-16T04:35:18.607Z | |
1641 | 2024-12-16T04:35:18.607Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1642 | 2024-12-16T04:35:21.396Z | test ddm::test_trio_v2_server ... ok |
1643 | 2024-12-16T04:35:21.397Z | |
1644 | 2024-12-16T04:35:21.397Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 588.29s |
1645 | 2024-12-16T04:35:21.397Z | |
1646 | 2024-12-16T04:35:21.428Z | + cleanup |
1647 | 2024-12-16T04:35:21.430Z | ++ id -un |
1648 | 2024-12-16T04:35:21.434Z | ++ id -gn |
1649 | 2024-12-16T04:35:21.437Z | + pfexec chown -R build:build . |
1650 | 2024-12-16T04:35:21.518Z | process exited: duration 1131000 ms, exit code 0 |
|
1651 | 2024-12-16T04:35:21.530Z | found 4 output files |
1652 | 2024-12-16T04:35:21.530Z | uploading: /work/s1.trio.log (4249 bytes) |
1653 | 2024-12-16T04:35:22.538Z | uploaded: /work/s1.trio.log |
1654 | 2024-12-16T04:35:22.543Z | uploading: /work/s2.trio.log (9705 bytes) |
1655 | 2024-12-16T04:35:23.550Z | uploaded: /work/s2.trio.log |
1656 | 2024-12-16T04:35:23.552Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1657 | 2024-12-16T04:35:24.557Z | uploaded: /work/sidecar.trio-softnpu.log |
1658 | 2024-12-16T04:35:24.557Z | uploading: /work/t1.trio.log (25804 bytes) |
1659 | 2024-12-16T04:35:25.569Z | uploaded: /work/t1.trio.log |