|
|
|
1 | 2024-11-29T04:15:26.941Z | job assigned to worker 01JDV21H242G56H9GZHJD62RPP [factory aws, i-0fb7e265704acf0b1] (queued for 59 s) |
|
2 | 2024-11-29T04:15:35.059Z | starting task 0: "setup" |
3 | 2024-11-29T04:15:35.070Z | ++ uname -s |
4 | 2024-11-29T04:15:35.073Z | + kern=SunOS |
5 | 2024-11-29T04:15:35.073Z | + case "$kern" in |
6 | 2024-11-29T04:15:35.073Z | + groupadd -g 12345 build |
7 | 2024-11-29T04:15:35.075Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T04:15:37.082Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T04:15:37.170Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T04:15:37.172Z | + home_fs=zfs |
11 | 2024-11-29T04:15:37.172Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T04:15:37.172Z | + mkdir -p /home/build |
13 | 2024-11-29T04:15:37.175Z | + chown build:build /home/build /work |
14 | 2024-11-29T04:15:39.177Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T04:15:39.179Z | process exited: duration 4119 ms, exit code 0 |
|
16 | 2024-11-29T04:15:39.184Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T04:15:39.189Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T04:15:39.189Z | ' stable |
19 | 2024-11-29T04:15:39.189Z | * toolchain channel = "stable" |
20 | 2024-11-29T04:15:39.189Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-29T04:15:39.189Z | ' default |
22 | 2024-11-29T04:15:39.192Z | * toolchain profile = "default" |
23 | 2024-11-29T04:15:39.192Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T04:15:39.192Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T04:15:39.313Z | info: downloading installer |
26 | 2024-11-29T04:15:40.544Z | info: profile set to 'default' |
27 | 2024-11-29T04:15:40.544Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T04:15:40.547Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T04:15:40.722Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T04:15:40.722Z | info: downloading component 'cargo' |
31 | 2024-11-29T04:15:41.779Z | info: downloading component 'clippy' |
32 | 2024-11-29T04:15:42.185Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T04:15:43.660Z | info: downloading component 'rust-std' |
34 | 2024-11-29T04:15:45.791Z | info: downloading component 'rustc' |
35 | 2024-11-29T04:15:53.826Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T04:15:54.136Z | info: installing component 'cargo' |
37 | 2024-11-29T04:15:54.958Z | info: installing component 'clippy' |
38 | 2024-11-29T04:15:55.330Z | info: installing component 'rust-docs' |
39 | 2024-11-29T04:15:57.018Z | info: installing component 'rust-std' |
40 | 2024-11-29T04:15:58.663Z | info: installing component 'rustc' |
41 | 2024-11-29T04:16:04.435Z | info: installing component 'rustfmt' |
42 | 2024-11-29T04:16:04.772Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T04:16:04.772Z | |
44 | 2024-11-29T04:16:05.135Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T04:16:05.135Z | |
46 | 2024-11-29T04:16:05.138Z | |
47 | 2024-11-29T04:16:05.138Z | Rust is installed now. Great! |
48 | 2024-11-29T04:16:05.138Z | |
49 | 2024-11-29T04:16:05.138Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T04:16:05.138Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T04:16:05.138Z | |
52 | 2024-11-29T04:16:05.138Z | To configure your current shell, you need to source |
53 | 2024-11-29T04:16:05.138Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T04:16:05.138Z | |
55 | 2024-11-29T04:16:05.138Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T04:16:05.138Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T04:16:05.138Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T04:16:05.211Z | + rustc --version |
59 | 2024-11-29T04:16:05.279Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T04:16:05.282Z | process exited: duration 26093 ms, exit code 0 |
|
61 | 2024-11-29T04:16:05.287Z | starting task 2: "authentication" |
62 | 2024-11-29T04:16:05.308Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-29T04:16:05.313Z | starting task 3: "clone repository" |
64 | 2024-11-29T04:16:05.318Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-29T04:16:05.320Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-29T04:16:05.362Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-29T04:16:05.986Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-29T04:16:05.989Z | + git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380 |
69 | 2024-11-29T04:16:06.226Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-29T04:16:06.226Z | * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD |
71 | 2024-11-29T04:16:06.234Z | + [[ -n renovate/rust-1.x ]] |
72 | 2024-11-29T04:16:06.236Z | ++ git branch --show-current |
73 | 2024-11-29T04:16:06.240Z | + current=main |
74 | 2024-11-29T04:16:06.240Z | + [[ main != renovate/rust-1.x ]] |
75 | 2024-11-29T04:16:06.240Z | + git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380 |
76 | 2024-11-29T04:16:06.248Z | + git checkout -f renovate/rust-1.x |
77 | 2024-11-29T04:16:06.256Z | Switched to branch 'renovate/rust-1.x' |
78 | 2024-11-29T04:16:06.259Z | + git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380 |
79 | 2024-11-29T04:16:06.271Z | HEAD is now at d143b7c Update dependency rust to v1.83.0 |
80 | 2024-11-29T04:16:06.273Z | process exited: duration 958 ms, exit code 0 |
|
81 | 2024-11-29T04:16:06.278Z | starting task 4: "build" |
82 | 2024-11-29T04:16:06.283Z | ++ cargo --version |
83 | 2024-11-29T04:16:06.288Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-11-29T04:16:06.458Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-11-29T04:16:06.458Z | info: downloading component 'cargo' |
86 | 2024-11-29T04:16:07.350Z | info: downloading component 'clippy' |
87 | 2024-11-29T04:16:07.688Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T04:16:08.920Z | info: downloading component 'rust-std' |
89 | 2024-11-29T04:16:10.700Z | info: downloading component 'rustc' |
90 | 2024-11-29T04:16:17.447Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T04:16:17.706Z | info: installing component 'cargo' |
92 | 2024-11-29T04:16:18.538Z | info: installing component 'clippy' |
93 | 2024-11-29T04:16:18.917Z | info: installing component 'rust-docs' |
94 | 2024-11-29T04:16:20.619Z | info: installing component 'rust-std' |
95 | 2024-11-29T04:16:22.250Z | info: installing component 'rustc' |
96 | 2024-11-29T04:16:28.035Z | info: installing component 'rustfmt' |
97 | 2024-11-29T04:16:28.426Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-11-29T04:16:28.429Z | ++ rustc --version |
99 | 2024-11-29T04:16:28.500Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-11-29T04:16:28.505Z | ++ dladm |
101 | 2024-11-29T04:16:28.510Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-29T04:16:28.510Z | ena0 phys 9216 up -- -- |
103 | 2024-11-29T04:16:28.513Z | ++ ipadm |
104 | 2024-11-29T04:16:28.513Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-29T04:16:28.513Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-29T04:16:28.513Z | ena0/dhcp dhcp ok 10.150.1.62/24 |
107 | 2024-11-29T04:16:28.518Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-29T04:16:28.518Z | ++ banner collect |
109 | 2024-11-29T04:16:28.518Z | |
110 | 2024-11-29T04:16:28.518Z | #### #### # # ###### #### ##### |
111 | 2024-11-29T04:16:28.518Z | # # # # # # # # # # |
112 | 2024-11-29T04:16:28.518Z | # # # # # ##### # # |
113 | 2024-11-29T04:16:28.518Z | # # # # # # # # |
114 | 2024-11-29T04:16:28.518Z | # # # # # # # # # # |
115 | 2024-11-29T04:16:28.518Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-29T04:16:28.518Z | |
117 | 2024-11-29T04:16:28.518Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-29T04:16:28.521Z | ++ repo=softnpu |
119 | 2024-11-29T04:16:28.521Z | ++ series=image |
120 | 2024-11-29T04:16:28.521Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-29T04:16:28.521Z | ++ name=softnpu |
122 | 2024-11-29T04:16:28.521Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-29T04:16:28.521Z | ++ mkdir -p download |
124 | 2024-11-29T04:16:28.521Z | ++ pushd download |
125 | 2024-11-29T04:16:28.521Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-29T04:16:28.521Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-29T04:16:28.521Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-29T04:16:28.526Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-29T04:16:28.528Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-29T04:16:29.012Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
65 21.8M 65 14.3M 0 0 33.2M 0 --:--:-- --:--:-- --:--:-- 33.2M
100 21.8M 100 21.8M 0 0 45.0M 0 --:--:-- --:--:-- --:--:-- 45.1M |
131 | 2024-11-29T04:16:29.015Z | ++ popd |
132 | 2024-11-29T04:16:29.015Z | /work/oxidecomputer/maghemite |
133 | 2024-11-29T04:16:29.015Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-29T04:16:29.015Z | ++ repo=sidecar-lite |
135 | 2024-11-29T04:16:29.015Z | ++ series=release |
136 | 2024-11-29T04:16:29.015Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-29T04:16:29.015Z | ++ name=libsidecar_lite.so |
138 | 2024-11-29T04:16:29.015Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-29T04:16:29.015Z | ++ mkdir -p download |
140 | 2024-11-29T04:16:29.018Z | ++ pushd download |
141 | 2024-11-29T04:16:29.018Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-29T04:16:29.018Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-29T04:16:29.018Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-29T04:16:29.024Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-29T04:16:29.026Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-29T04:16:29.299Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 73.7M 0 --:--:-- --:--:-- --:--:-- 73.8M |
147 | 2024-11-29T04:16:29.303Z | ++ popd |
148 | 2024-11-29T04:16:29.310Z | /work/oxidecomputer/maghemite |
149 | 2024-11-29T04:16:29.310Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-29T04:16:29.311Z | ++ repo=sidecar-lite |
151 | 2024-11-29T04:16:29.311Z | ++ series=release |
152 | 2024-11-29T04:16:29.311Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-29T04:16:29.311Z | ++ name=scadm |
154 | 2024-11-29T04:16:29.311Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-29T04:16:29.311Z | ++ mkdir -p download |
156 | 2024-11-29T04:16:29.311Z | ++ pushd download |
157 | 2024-11-29T04:16:29.311Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-29T04:16:29.311Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-29T04:16:29.311Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-29T04:16:29.315Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-29T04:16:29.315Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-29T04:16:29.736Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 54.9M 0 --:--:-- --:--:-- --:--:-- 55.0M |
163 | 2024-11-29T04:16:29.739Z | ++ popd |
164 | 2024-11-29T04:16:29.739Z | /work/oxidecomputer/maghemite |
165 | 2024-11-29T04:16:29.739Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-29T04:16:29.740Z | ++ repo=dendrite |
167 | 2024-11-29T04:16:29.740Z | ++ series=image |
168 | 2024-11-29T04:16:29.740Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-29T04:16:29.740Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-29T04:16:29.740Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-29T04:16:29.740Z | ++ mkdir -p download |
172 | 2024-11-29T04:16:29.740Z | ++ pushd download |
173 | 2024-11-29T04:16:29.740Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-29T04:16:29.740Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-29T04:16:29.740Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-29T04:16:29.744Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-29T04:16:29.746Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-29T04:16:30.211Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
34 37.5M 34 13.1M 0 0 61.9M 0 --:--:-- --:--:-- --:--:-- 62.0M
100 37.5M 100 37.5M 0 0 80.4M 0 --:--:-- --:--:-- --:--:-- 80.4M |
179 | 2024-11-29T04:16:30.215Z | ++ popd |
180 | 2024-11-29T04:16:30.217Z | /work/oxidecomputer/maghemite |
181 | 2024-11-29T04:16:30.217Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-29T04:16:30.217Z | ++ repo=maghemite |
183 | 2024-11-29T04:16:30.217Z | ++ series=release |
184 | 2024-11-29T04:16:30.217Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-29T04:16:30.217Z | ++ name=ddmd |
186 | 2024-11-29T04:16:30.217Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-29T04:16:30.217Z | ++ mkdir -p download |
188 | 2024-11-29T04:16:30.217Z | ++ pushd download |
189 | 2024-11-29T04:16:30.218Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-29T04:16:30.218Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-29T04:16:30.218Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-29T04:16:30.227Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-29T04:16:30.227Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-29T04:16:30.833Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 67.4M 0 --:--:-- --:--:-- --:--:-- 67.5M |
195 | 2024-11-29T04:16:30.837Z | ++ popd |
196 | 2024-11-29T04:16:30.839Z | /work/oxidecomputer/maghemite |
197 | 2024-11-29T04:16:30.839Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-29T04:16:30.839Z | ++ repo=maghemite |
199 | 2024-11-29T04:16:30.839Z | ++ series=release |
200 | 2024-11-29T04:16:30.839Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-29T04:16:30.839Z | ++ name=ddmadm |
202 | 2024-11-29T04:16:30.839Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-29T04:16:30.839Z | ++ mkdir -p download |
204 | 2024-11-29T04:16:30.842Z | ++ pushd download |
205 | 2024-11-29T04:16:30.843Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-29T04:16:30.843Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-29T04:16:30.843Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-29T04:16:30.848Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-29T04:16:30.851Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-29T04:16:31.171Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
5 18.0M 5 983k 0 0 9105k 0 0:00:02 --:--:-- 0:00:02 9109k
100 18.0M 100 18.0M 0 0 55.8M 0 --:--:-- --:--:-- --:--:-- 55.7M |
211 | 2024-11-29T04:16:31.175Z | ++ popd |
212 | 2024-11-29T04:16:31.177Z | /work/oxidecomputer/maghemite |
213 | 2024-11-29T04:16:31.177Z | ++ pushd download |
214 | 2024-11-29T04:16:31.177Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-29T04:16:31.177Z | ++ chmod +x softnpu |
216 | 2024-11-29T04:16:31.177Z | ++ chmod +x scadm |
217 | 2024-11-29T04:16:31.180Z | ++ chmod +x ddmadm |
218 | 2024-11-29T04:16:31.182Z | ++ chmod +x ddmd |
219 | 2024-11-29T04:16:31.183Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-29T04:16:31.185Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-29T04:16:31.188Z | ++ rm -rf zones/dendrite |
222 | 2024-11-29T04:16:31.188Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-29T04:16:31.190Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-29T04:16:31.950Z | ++ popd |
225 | 2024-11-29T04:16:31.950Z | ++ banner install |
226 | 2024-11-29T04:16:31.950Z | /work/oxidecomputer/maghemite |
227 | 2024-11-29T04:16:31.953Z | |
228 | 2024-11-29T04:16:31.953Z | # # # #### ##### ## # # |
229 | 2024-11-29T04:16:31.953Z | # ## # # # # # # # |
230 | 2024-11-29T04:16:31.953Z | # # # # #### # # # # # |
231 | 2024-11-29T04:16:31.953Z | # # # # # # ###### # # |
232 | 2024-11-29T04:16:31.953Z | # # ## # # # # # # # |
233 | 2024-11-29T04:16:31.953Z | # # # #### # # # ###### ###### |
234 | 2024-11-29T04:16:31.953Z | |
235 | 2024-11-29T04:16:31.953Z | ++ pkg info brand/sparse |
236 | 2024-11-29T04:16:31.955Z | ++ grep -qi installed |
237 | 2024-11-29T04:16:33.549Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-29T04:16:33.549Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-29T04:16:33.549Z | |
240 | 2024-11-29T04:16:33.549Z | brand/sparse |
241 | 2024-11-29T04:16:33.598Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-29T04:16:33.598Z | ++ set -o errexit |
243 | 2024-11-29T04:16:33.598Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-29T04:16:41.311Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-29T04:16:45.026Z | Startup: Caching catalogs ... Done |
246 | 2024-11-29T04:16:54.558Z | Planning: Solver setup ... Done |
247 | 2024-11-29T04:16:54.685Z | Planning: Running solver ... Done |
248 | 2024-11-29T04:16:54.785Z | Planning: Finding local manifests ... Done |
249 | 2024-11-29T04:16:54.797Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-29T04:16:54.891Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-29T04:16:54.963Z | Planning: Package planning ... Done |
252 | 2024-11-29T04:16:54.969Z | Planning: Merging actions ... Done |
253 | 2024-11-29T04:16:55.159Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-29T04:16:57.074Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-29T04:16:57.489Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-29T04:16:57.560Z | Planning: Planning completed in 12.44 seconds |
257 | 2024-11-29T04:16:57.575Z | Packages to install: 1 |
258 | 2024-11-29T04:16:57.575Z | Packages to update: 2 |
259 | 2024-11-29T04:16:57.577Z | Create boot environment: No |
260 | 2024-11-29T04:16:57.577Z | Create backup boot environment: Yes |
261 | 2024-11-29T04:16:57.648Z | |
262 | 2024-11-29T04:16:57.648Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-29T04:17:02.651Z | Download: 879/1009 items 7.7/8.0MB 96% complete (1.5M/s) |
264 | 2024-11-29T04:17:04.365Z | Download: Completed 8.03 MB in 6.72 seconds (1.2M/s) |
265 | 2024-11-29T04:17:06.569Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-11-29T04:17:06.590Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-11-29T04:17:06.705Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-11-29T04:17:07.021Z | Actions: Completed 1419 actions in 0.45 seconds. |
269 | 2024-11-29T04:17:07.219Z | Done |
270 | 2024-11-29T04:17:07.222Z | Done |
271 | 2024-11-29T04:17:07.722Z | Done |
272 | 2024-11-29T04:17:12.033Z | Done |
273 | 2024-11-29T04:17:12.118Z | Done |
274 | 2024-11-29T04:17:12.120Z | Done |
275 | 2024-11-29T04:17:12.217Z | Done |
276 | 2024-11-29T04:17:12.605Z | ++ set -o errexit |
277 | 2024-11-29T04:17:12.605Z | ++ set -o pipefail |
278 | 2024-11-29T04:17:12.605Z | ++ banner build |
279 | 2024-11-29T04:17:12.608Z | |
280 | 2024-11-29T04:17:12.608Z | ##### # # # # ##### |
281 | 2024-11-29T04:17:12.608Z | # # # # # # # # |
282 | 2024-11-29T04:17:12.608Z | ##### # # # # # # |
283 | 2024-11-29T04:17:12.608Z | # # # # # # # # |
284 | 2024-11-29T04:17:12.608Z | # # # # # # # # |
285 | 2024-11-29T04:17:12.608Z | ##### #### # ###### ##### |
286 | 2024-11-29T04:17:12.608Z | |
287 | 2024-11-29T04:17:12.608Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-11-29T04:17:12.765Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-11-29T04:17:12.979Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-11-29T04:17:13.193Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-11-29T04:17:13.193Z | * [new branch] ci -> origin/ci |
292 | 2024-11-29T04:17:13.197Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
293 | 2024-11-29T04:17:13.197Z | * [new branch] main -> origin/main |
294 | 2024-11-29T04:17:13.197Z | * [new ref] -> origin/HEAD |
295 | 2024-11-29T04:17:13.206Z | Updating crates.io index |
296 | 2024-11-29T04:17:13.287Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-11-29T04:17:13.926Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-11-29T04:17:13.926Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-11-29T04:17:14.032Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-11-29T04:17:15.221Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-11-29T04:17:15.221Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-11-29T04:17:15.274Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-11-29T04:17:15.641Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-11-29T04:17:15.641Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-11-29T04:17:15.650Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-11-29T04:17:16.056Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-11-29T04:17:16.056Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-11-29T04:17:16.068Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-11-29T04:17:20.298Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-11-29T04:17:20.298Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-11-29T04:17:20.329Z | * [new tag] dogfood -> dogfood |
312 | 2024-11-29T04:17:20.331Z | * [new tag] v5 -> v5 |
313 | 2024-11-29T04:17:20.331Z | * [new tag] v6 -> v6 |
314 | 2024-11-29T04:17:20.331Z | * [new tag] v7 -> v7 |
315 | 2024-11-29T04:17:20.331Z | * [new tag] v8 -> v8 |
316 | 2024-11-29T04:17:20.331Z | * [new tag] v9 -> v9 |
317 | 2024-11-29T04:17:20.701Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-11-29T04:17:21.581Z | From https://github.com/oxidecomputer/opte |
319 | 2024-11-29T04:17:21.581Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-11-29T04:17:21.650Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-11-29T04:17:21.985Z | From https://github.com/illumos/smf-rs |
322 | 2024-11-29T04:17:21.985Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-11-29T04:17:22.016Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-11-29T04:17:22.453Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-11-29T04:17:22.453Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-11-29T04:17:22.471Z | * [new tag] rift -> rift |
327 | 2024-11-29T04:17:22.473Z | * [new tag] srp -> srp |
328 | 2024-11-29T04:17:22.473Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-11-29T04:17:22.506Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-11-29T04:17:22.879Z | From https://github.com/oxidecomputer/zone |
331 | 2024-11-29T04:17:22.879Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-11-29T04:17:22.925Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-11-29T04:17:23.609Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-11-29T04:17:23.609Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-11-29T04:17:23.728Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-11-29T04:17:24.090Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-11-29T04:17:24.091Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-11-29T04:17:24.106Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-11-29T04:17:24.473Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-11-29T04:17:24.473Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-11-29T04:17:24.489Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-11-29T04:17:24.505Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-11-29T04:17:24.843Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-11-29T04:17:24.843Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-11-29T04:17:24.876Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-11-29T04:17:25.297Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-11-29T04:17:25.297Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-11-29T04:17:25.350Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-11-29T04:17:25.722Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-11-29T04:17:25.722Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-11-29T04:17:25.745Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-11-29T04:17:26.126Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-11-29T04:17:26.127Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-11-29T04:17:26.154Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-11-29T04:17:26.483Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-11-29T04:17:26.483Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-11-29T04:17:26.539Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-11-29T04:17:26.882Z | From https://github.com/illumos/libscf-sys |
359 | 2024-11-29T04:17:26.882Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-11-29T04:17:26.901Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-11-29T04:17:27.802Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-11-29T04:17:27.802Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-11-29T04:17:27.822Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-11-29T04:17:27.824Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-11-29T04:17:27.825Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-11-29T04:17:27.825Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-11-29T04:17:27.825Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-11-29T04:17:27.825Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-11-29T04:17:27.825Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-11-29T04:17:28.044Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-11-29T04:17:28.809Z | From https://github.com/oxidecomputer/typify |
372 | 2024-11-29T04:17:28.809Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-11-29T04:17:28.813Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-11-29T04:17:28.829Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-11-29T04:17:28.832Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-11-29T04:17:28.832Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-11-29T04:17:28.988Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-11-29T04:17:30.800Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-11-29T04:17:30.800Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-11-29T04:17:30.858Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-11-29T04:17:31.267Z | From https://github.com/oxidecomputer/opte |
392 | 2024-11-29T04:17:31.267Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-11-29T04:17:31.326Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-11-29T04:17:31.946Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-11-29T04:17:31.946Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-11-29T04:17:32.708Z | Downloading crates ... |
397 | 2024-11-29T04:17:32.848Z | Downloaded futures-sink v0.3.30 |
398 | 2024-11-29T04:17:32.852Z | Downloaded pin-utils v0.1.0 |
399 | 2024-11-29T04:17:32.877Z | Downloaded parse-display-derive v0.10.0 |
400 | 2024-11-29T04:17:32.882Z | Downloaded parking_lot_core v0.8.6 |
401 | 2024-11-29T04:17:32.885Z | Downloaded parking_lot_core v0.9.10 |
402 | 2024-11-29T04:17:32.892Z | Downloaded parse-display v0.10.0 |
403 | 2024-11-29T04:17:32.896Z | Downloaded heck v0.5.0 |
404 | 2024-11-29T04:17:32.904Z | Downloaded paste v1.0.15 |
405 | 2024-11-29T04:17:32.908Z | Downloaded proc-macro-crate v1.3.1 |
406 | 2024-11-29T04:17:32.910Z | Downloaded plain v0.2.3 |
407 | 2024-11-29T04:17:32.915Z | Downloaded arc-swap v1.7.1 |
408 | 2024-11-29T04:17:32.919Z | Downloaded proc-macro-crate v3.2.0 |
409 | 2024-11-29T04:17:32.922Z | Downloaded progenitor-client v0.8.0 |
410 | 2024-11-29T04:17:32.923Z | Downloaded percent-encoding v2.3.1 |
411 | 2024-11-29T04:17:32.923Z | Downloaded pkg-config v0.3.31 |
412 | 2024-11-29T04:17:32.927Z | Downloaded anstyle v1.0.10 |
413 | 2024-11-29T04:17:32.931Z | Downloaded atomicwrites v0.4.4 |
414 | 2024-11-29T04:17:32.935Z | Downloaded anstyle-query v1.1.1 |
415 | 2024-11-29T04:17:32.935Z | Downloaded async-trait v0.1.83 |
416 | 2024-11-29T04:17:32.939Z | Downloaded ahash v0.8.11 |
417 | 2024-11-29T04:17:32.943Z | Downloaded proc-macro-error v1.0.4 |
418 | 2024-11-29T04:17:32.947Z | Downloaded anstream v0.6.15 |
419 | 2024-11-29T04:17:32.947Z | Downloaded allocator-api2 v0.2.18 |
420 | 2024-11-29T04:17:32.951Z | Downloaded anstyle-parse v0.2.5 |
421 | 2024-11-29T04:17:32.955Z | Downloaded argon2 v0.5.3 |
422 | 2024-11-29T04:17:32.955Z | Downloaded block-buffer v0.10.4 |
423 | 2024-11-29T04:17:32.960Z | Downloaded anyhow v1.0.93 |
424 | 2024-11-29T04:17:32.963Z | Downloaded serde-big-array v0.5.1 |
425 | 2024-11-29T04:17:32.964Z | Downloaded pest_generator v2.7.13 |
426 | 2024-11-29T04:17:32.968Z | Downloaded atomic-waker v1.1.2 |
427 | 2024-11-29T04:17:32.968Z | Downloaded async-stream-impl v0.3.5 |
428 | 2024-11-29T04:17:32.973Z | Downloaded scroll_derive v0.12.0 |
429 | 2024-11-29T04:17:32.973Z | Downloaded sigpipe v0.1.3 |
430 | 2024-11-29T04:17:32.973Z | Downloaded rustc_version v0.4.1 |
431 | 2024-11-29T04:17:32.973Z | Downloaded pretty-hex v0.2.1 |
432 | 2024-11-29T04:17:32.977Z | Downloaded aho-corasick v1.1.3 |
433 | 2024-11-29T04:17:32.981Z | Downloaded rand_chacha v0.3.1 |
434 | 2024-11-29T04:17:32.981Z | Downloaded progenitor v0.8.0 |
435 | 2024-11-29T04:17:32.985Z | Downloaded crossbeam-utils v0.8.20 |
436 | 2024-11-29T04:17:32.988Z | Downloaded embedded-io v0.4.0 |
437 | 2024-11-29T04:17:32.988Z | Downloaded scopeguard v1.2.0 |
438 | 2024-11-29T04:17:32.995Z | Downloaded rustc_version v0.1.7 |
439 | 2024-11-29T04:17:32.995Z | Downloaded proc-macro-error-attr v1.0.4 |
440 | 2024-11-29T04:17:32.995Z | Downloaded password-hash v0.5.0 |
441 | 2024-11-29T04:17:32.999Z | Downloaded clap_builder v4.5.21 |
442 | 2024-11-29T04:17:33.003Z | Downloaded rustls-pemfile v2.1.3 |
443 | 2024-11-29T04:17:33.006Z | Downloaded pin-project-lite v0.2.14 |
444 | 2024-11-29T04:17:33.010Z | Downloaded resolv-conf v0.7.0 |
445 | 2024-11-29T04:17:33.012Z | Downloaded pretty-hex v0.4.1 |
446 | 2024-11-29T04:17:33.012Z | Downloaded byteorder v1.5.0 |
447 | 2024-11-29T04:17:33.015Z | Downloaded rustls-pemfile v1.0.4 |
448 | 2024-11-29T04:17:33.020Z | Downloaded equivalent v1.0.1 |
449 | 2024-11-29T04:17:33.020Z | Downloaded ppv-lite86 v0.2.20 |
450 | 2024-11-29T04:17:33.023Z | Downloaded ciborium-io v0.2.2 |
451 | 2024-11-29T04:17:33.023Z | Downloaded base64ct v1.6.0 |
452 | 2024-11-29T04:17:33.027Z | Downloaded rustc-hash v2.0.0 |
453 | 2024-11-29T04:17:33.027Z | Downloaded enum-as-inner v0.6.1 |
454 | 2024-11-29T04:17:33.031Z | Downloaded debug-ignore v1.0.5 |
455 | 2024-11-29T04:17:33.031Z | Downloaded dtrace-parser v0.2.0 |
456 | 2024-11-29T04:17:33.031Z | Downloaded ciborium-ll v0.2.2 |
457 | 2024-11-29T04:17:33.036Z | Downloaded ciborium v0.2.2 |
458 | 2024-11-29T04:17:33.036Z | Downloaded quote v1.0.37 |
459 | 2024-11-29T04:17:33.040Z | Downloaded pest_derive v2.7.13 |
460 | 2024-11-29T04:17:33.047Z | Downloaded foreign-types-shared v0.3.1 |
461 | 2024-11-29T04:17:33.047Z | Downloaded foreign-types-shared v0.1.1 |
462 | 2024-11-29T04:17:33.047Z | Downloaded quick-error v1.2.3 |
463 | 2024-11-29T04:17:33.053Z | Downloaded serde_urlencoded v0.7.1 |
464 | 2024-11-29T04:17:33.053Z | Downloaded scroll v0.12.0 |
465 | 2024-11-29T04:17:33.053Z | Downloaded dirs-next v2.0.0 |
466 | 2024-11-29T04:17:33.053Z | Downloaded darling v0.20.10 |
467 | 2024-11-29T04:17:33.056Z | Downloaded ident_case v1.0.1 |
468 | 2024-11-29T04:17:33.056Z | Downloaded autocfg v1.3.0 |
469 | 2024-11-29T04:17:33.059Z | Downloaded blake2 v0.10.6 |
470 | 2024-11-29T04:17:33.059Z | Downloaded backoff v0.4.0 |
471 | 2024-11-29T04:17:33.062Z | Downloaded schemars_derive v0.8.21 |
472 | 2024-11-29T04:17:33.065Z | Downloaded powerfmt v0.2.0 |
473 | 2024-11-29T04:17:33.065Z | Downloaded foreign-types v0.5.0 |
474 | 2024-11-29T04:17:33.070Z | Downloaded hubpack_derive v0.1.1 |
475 | 2024-11-29T04:17:33.070Z | Downloaded errno v0.3.9 |
476 | 2024-11-29T04:17:33.075Z | Downloaded cstr-argument v0.1.2 |
477 | 2024-11-29T04:17:33.075Z | Downloaded progenitor-macro v0.8.0 |
478 | 2024-11-29T04:17:33.075Z | Downloaded slog-dtrace v0.3.0 |
479 | 2024-11-29T04:17:33.075Z | Downloaded either v1.13.0 |
480 | 2024-11-29T04:17:33.079Z | Downloaded signal-hook-registry v1.4.2 |
481 | 2024-11-29T04:17:33.080Z | Downloaded sha1 v0.10.6 |
482 | 2024-11-29T04:17:33.080Z | Downloaded form_urlencoded v1.2.1 |
483 | 2024-11-29T04:17:33.083Z | Downloaded semver v0.1.20 |
484 | 2024-11-29T04:17:33.083Z | Downloaded rhai_codegen v2.2.0 |
485 | 2024-11-29T04:17:33.089Z | Downloaded serde_path_to_error v0.1.16 |
486 | 2024-11-29T04:17:33.093Z | Downloaded slog-envlogger v2.2.0 |
487 | 2024-11-29T04:17:33.097Z | Downloaded futures-channel v0.3.30 |
488 | 2024-11-29T04:17:33.097Z | Downloaded defmt-parser v0.3.4 |
489 | 2024-11-29T04:17:33.099Z | Downloaded slog-bunyan v2.5.0 |
490 | 2024-11-29T04:17:33.099Z | Downloaded hash32 v0.3.1 |
491 | 2024-11-29T04:17:33.103Z | Downloaded fixedbitset v0.4.2 |
492 | 2024-11-29T04:17:33.103Z | Downloaded convert_case v0.4.0 |
493 | 2024-11-29T04:17:33.106Z | Downloaded futures-io v0.3.30 |
494 | 2024-11-29T04:17:33.106Z | Downloaded futures-core v0.3.30 |
495 | 2024-11-29T04:17:33.106Z | Downloaded dof v0.3.0 |
496 | 2024-11-29T04:17:33.109Z | Downloaded defmt-macros v0.3.9 |
497 | 2024-11-29T04:17:33.113Z | Downloaded futures-executor v0.3.30 |
498 | 2024-11-29T04:17:33.116Z | Downloaded dirs-sys-next v0.1.2 |
499 | 2024-11-29T04:17:33.116Z | Downloaded digest v0.10.7 |
500 | 2024-11-29T04:17:33.119Z | Downloaded hostname v0.4.0 |
501 | 2024-11-29T04:17:33.119Z | Downloaded zone_cfg_derive v0.3.0 |
502 | 2024-11-29T04:17:33.119Z | Downloaded pest_meta v2.7.13 |
503 | 2024-11-29T04:17:33.124Z | Downloaded foreign-types-macros v0.2.3 |
504 | 2024-11-29T04:17:33.129Z | Downloaded fastrand v2.1.1 |
505 | 2024-11-29T04:17:33.129Z | Downloaded deranged v0.3.11 |
506 | 2024-11-29T04:17:33.129Z | Downloaded tinyvec_macros v0.1.1 |
507 | 2024-11-29T04:17:33.132Z | Downloaded openssl-probe v0.1.5 |
508 | 2024-11-29T04:17:33.132Z | Downloaded openssl-macros v0.1.1 |
509 | 2024-11-29T04:17:33.132Z | Downloaded num-conv v0.1.0 |
510 | 2024-11-29T04:17:33.133Z | Downloaded serde_derive_internals v0.29.1 |
511 | 2024-11-29T04:17:33.133Z | Downloaded rand v0.8.5 |
512 | 2024-11-29T04:17:33.137Z | Downloaded swrite v0.1.0 |
513 | 2024-11-29T04:17:33.141Z | Downloaded is_terminal_polyfill v1.70.1 |
514 | 2024-11-29T04:17:33.141Z | Downloaded is-terminal v0.4.13 |
515 | 2024-11-29T04:17:33.141Z | Downloaded serde_tokenstream v0.2.2 |
516 | 2024-11-29T04:17:33.146Z | Downloaded dyn-clone v1.0.17 |
517 | 2024-11-29T04:17:33.146Z | Downloaded rustls-pki-types v1.8.0 |
518 | 2024-11-29T04:17:33.148Z | Downloaded http-body v1.0.1 |
519 | 2024-11-29T04:17:33.148Z | Downloaded futures-macro v0.3.30 |
520 | 2024-11-29T04:17:33.148Z | Downloaded crc32fast v1.4.2 |
521 | 2024-11-29T04:17:33.153Z | Downloaded usdt-attr-macro v0.5.0 |
522 | 2024-11-29T04:17:33.153Z | Downloaded cancel-safe-futures v0.1.5 |
523 | 2024-11-29T04:17:33.157Z | Downloaded num v0.4.3 |
524 | 2024-11-29T04:17:33.161Z | Downloaded newtype-uuid v1.1.0 |
525 | 2024-11-29T04:17:33.161Z | Downloaded macaddr v1.0.1 |
526 | 2024-11-29T04:17:33.161Z | Downloaded clap_lex v0.7.2 |
527 | 2024-11-29T04:17:33.166Z | Downloaded serde_with_macros v3.9.0 |
528 | 2024-11-29T04:17:33.166Z | Downloaded cfg-if v1.0.0 |
529 | 2024-11-29T04:17:33.170Z | Downloaded static_assertions v1.1.0 |
530 | 2024-11-29T04:17:33.170Z | Downloaded num_enum v0.7.3 |
531 | 2024-11-29T04:17:33.173Z | Downloaded slog-json v2.6.1 |
532 | 2024-11-29T04:17:33.177Z | Downloaded sct v0.7.1 |
533 | 2024-11-29T04:17:33.181Z | Downloaded console v0.15.8 |
534 | 2024-11-29T04:17:33.184Z | Downloaded stable_deref_trait v1.2.0 |
535 | 2024-11-29T04:17:33.184Z | Downloaded http-body v0.4.6 |
536 | 2024-11-29T04:17:33.184Z | Downloaded fxhash v0.2.1 |
537 | 2024-11-29T04:17:33.189Z | Downloaded version_check v0.9.5 |
538 | 2024-11-29T04:17:33.190Z | Downloaded heck v0.4.1 |
539 | 2024-11-29T04:17:33.190Z | Downloaded zeroize v1.8.1 |
540 | 2024-11-29T04:17:33.193Z | Downloaded toml_datetime v0.6.8 |
541 | 2024-11-29T04:17:33.193Z | Downloaded itoa v1.0.11 |
542 | 2024-11-29T04:17:33.193Z | Downloaded zone v0.3.0 |
543 | 2024-11-29T04:17:33.196Z | Downloaded tabwriter v1.4.0 |
544 | 2024-11-29T04:17:33.196Z | Downloaded num-iter v0.1.45 |
545 | 2024-11-29T04:17:33.196Z | Downloaded cookie v0.18.1 |
546 | 2024-11-29T04:17:33.200Z | Downloaded structmeta v0.3.0 |
547 | 2024-11-29T04:17:33.203Z | Downloaded schemars v0.8.21 |
548 | 2024-11-29T04:17:33.215Z | Downloaded omicron-workspace-hack v0.1.0 |
549 | 2024-11-29T04:17:33.218Z | Downloaded thiserror v1.0.69 |
550 | 2024-11-29T04:17:33.222Z | Downloaded http-body-util v0.1.2 |
551 | 2024-11-29T04:17:33.225Z | Downloaded crossbeam-epoch v0.9.18 |
552 | 2024-11-29T04:17:33.225Z | Downloaded once_cell v1.20.2 |
553 | 2024-11-29T04:17:33.229Z | Downloaded match_cfg v0.1.0 |
554 | 2024-11-29T04:17:33.229Z | Downloaded similar v2.6.0 |
555 | 2024-11-29T04:17:33.232Z | Downloaded take_mut v0.2.2 |
556 | 2024-11-29T04:17:33.237Z | Downloaded sync_wrapper v1.0.1 |
557 | 2024-11-29T04:17:33.237Z | Downloaded want v0.3.1 |
558 | 2024-11-29T04:17:33.241Z | Downloaded waitgroup v0.1.2 |
559 | 2024-11-29T04:17:33.241Z | Downloaded newline-converter v0.3.0 |
560 | 2024-11-29T04:17:33.241Z | Downloaded hyper-rustls v0.27.3 |
561 | 2024-11-29T04:17:33.244Z | Downloaded thin-vec v0.2.13 |
562 | 2024-11-29T04:17:33.244Z | Downloaded derive-where v1.2.7 |
563 | 2024-11-29T04:17:33.247Z | Downloaded ipnetwork v0.20.0 |
564 | 2024-11-29T04:17:33.252Z | Downloaded try-lock v0.2.5 |
565 | 2024-11-29T04:17:33.252Z | Downloaded darling_core v0.20.10 |
566 | 2024-11-29T04:17:33.255Z | Downloaded num_threads v0.1.7 |
567 | 2024-11-29T04:17:33.259Z | Downloaded indent_write v2.2.0 |
568 | 2024-11-29T04:17:33.259Z | Downloaded subtle v2.6.1 |
569 | 2024-11-29T04:17:33.259Z | Downloaded ryu v1.0.18 |
570 | 2024-11-29T04:17:33.262Z | Downloaded no-std-compat v0.4.1 |
571 | 2024-11-29T04:17:33.264Z | Downloaded newtype_derive v0.1.6 |
572 | 2024-11-29T04:17:33.264Z | Downloaded mime v0.3.17 |
573 | 2024-11-29T04:17:33.267Z | Downloaded strum_macros v0.25.3 |
574 | 2024-11-29T04:17:33.267Z | Downloaded slog-stdlog v4.1.1 |
575 | 2024-11-29T04:17:33.270Z | Downloaded slog-scope v4.4.0 |
576 | 2024-11-29T04:17:33.270Z | Downloaded quinn v0.11.5 |
577 | 2024-11-29T04:17:33.274Z | Downloaded instant v0.1.13 |
578 | 2024-11-29T04:17:33.276Z | Downloaded spin v0.9.8 |
579 | 2024-11-29T04:17:33.279Z | Downloaded ipnet v2.10.0 |
580 | 2024-11-29T04:17:33.283Z | Downloaded typify-macro v0.2.0 |
581 | 2024-11-29T04:17:33.283Z | Downloaded sync_wrapper v0.1.2 |
582 | 2024-11-29T04:17:33.288Z | Downloaded base64 v0.21.7 |
583 | 2024-11-29T04:17:33.291Z | Downloaded ucd-trie v0.1.6 |
584 | 2024-11-29T04:17:33.291Z | Downloaded usdt v0.5.0 |
585 | 2024-11-29T04:17:33.291Z | Downloaded unicode-ident v1.0.13 |
586 | 2024-11-29T04:17:33.295Z | Downloaded usdt-macro v0.5.0 |
587 | 2024-11-29T04:17:33.297Z | Downloaded serde_derive v1.0.215 |
588 | 2024-11-29T04:17:33.298Z | Downloaded usdt-impl v0.5.0 |
589 | 2024-11-29T04:17:33.300Z | Downloaded serde v1.0.215 |
590 | 2024-11-29T04:17:33.304Z | Downloaded serde_yaml v0.9.34+deprecated |
591 | 2024-11-29T04:17:33.306Z | Downloaded tracing-attributes v0.1.27 |
592 | 2024-11-29T04:17:33.311Z | Downloaded expectorate v1.1.0 |
593 | 2024-11-29T04:17:33.316Z | Downloaded futures-task v0.3.30 |
594 | 2024-11-29T04:17:33.316Z | Downloaded memmap v0.7.0 |
595 | 2024-11-29T04:17:33.320Z | Downloaded hyper-tls v0.6.0 |
596 | 2024-11-29T04:17:33.320Z | Downloaded tokio-macros v2.4.0 |
597 | 2024-11-29T04:17:33.320Z | Downloaded thiserror-impl v1.0.69 |
598 | 2024-11-29T04:17:33.320Z | Downloaded num-derive v0.3.3 |
599 | 2024-11-29T04:17:33.325Z | Downloaded slog v2.7.0 |
600 | 2024-11-29T04:17:33.329Z | Downloaded num-complex v0.4.6 |
601 | 2024-11-29T04:17:33.329Z | Downloaded hex v0.4.3 |
602 | 2024-11-29T04:17:33.329Z | Downloaded lru-cache v0.1.2 |
603 | 2024-11-29T04:17:33.332Z | Downloaded strum_macros v0.26.4 |
604 | 2024-11-29T04:17:33.332Z | Downloaded multer v3.1.0 |
605 | 2024-11-29T04:17:33.335Z | Downloaded hyper-rustls v0.24.2 |
606 | 2024-11-29T04:17:33.337Z | Downloaded terminal_size v0.4.0 |
607 | 2024-11-29T04:17:33.340Z | Downloaded cc v1.1.21 |
608 | 2024-11-29T04:17:33.344Z | Downloaded managed v0.8.0 |
609 | 2024-11-29T04:17:33.344Z | Downloaded sha2 v0.10.8 |
610 | 2024-11-29T04:17:33.347Z | Downloaded bytes v1.7.2 |
611 | 2024-11-29T04:17:33.350Z | Downloaded generic-array v0.14.7 |
612 | 2024-11-29T04:17:33.354Z | Downloaded num_enum_derive v0.5.11 |
613 | 2024-11-29T04:17:33.357Z | Downloaded hyper-tls v0.5.0 |
614 | 2024-11-29T04:17:33.357Z | Downloaded tempfile v3.12.0 |
615 | 2024-11-29T04:17:33.359Z | Downloaded num-integer v0.1.46 |
616 | 2024-11-29T04:17:33.362Z | Downloaded whoami v1.5.2 |
617 | 2024-11-29T04:17:33.365Z | Downloaded num-derive v0.4.2 |
618 | 2024-11-29T04:17:33.365Z | Downloaded num_enum v0.5.11 |
619 | 2024-11-29T04:17:33.370Z | Downloaded native-tls v0.2.12 |
620 | 2024-11-29T04:17:33.373Z | Downloaded smf v0.2.3 |
621 | 2024-11-29T04:17:33.377Z | Downloaded highway v1.2.0 |
622 | 2024-11-29T04:17:33.378Z | Downloaded unicode-bidi v0.3.15 |
623 | 2024-11-29T04:17:33.380Z | Downloaded num_enum_derive v0.7.3 |
624 | 2024-11-29T04:17:33.380Z | Downloaded typify v0.2.0 |
625 | 2024-11-29T04:17:33.383Z | Downloaded time-core v0.1.2 |
626 | 2024-11-29T04:17:33.386Z | Downloaded typenum v1.17.0 |
627 | 2024-11-29T04:17:33.388Z | Downloaded utf8parse v0.2.2 |
628 | 2024-11-29T04:17:33.388Z | Downloaded slog-term v2.9.1 |
629 | 2024-11-29T04:17:33.392Z | Downloaded humantime v2.1.0 |
630 | 2024-11-29T04:17:33.395Z | Downloaded parking_lot v0.11.2 |
631 | 2024-11-29T04:17:33.395Z | Downloaded time-macros v0.2.18 |
632 | 2024-11-29T04:17:33.399Z | Downloaded tower-service v0.3.3 |
633 | 2024-11-29T04:17:33.402Z | Downloaded spin v0.5.2 |
634 | 2024-11-29T04:17:33.403Z | Downloaded tiny-keccak v2.0.2 |
635 | 2024-11-29T04:17:33.405Z | Downloaded linked-hash-map v0.5.6 |
636 | 2024-11-29T04:17:33.405Z | Downloaded iana-time-zone v0.1.61 |
637 | 2024-11-29T04:17:33.408Z | Downloaded crossbeam-channel v0.5.13 |
638 | 2024-11-29T04:17:33.410Z | Downloaded strum v0.26.3 |
639 | 2024-11-29T04:17:33.413Z | Downloaded smallvec v1.13.2 |
640 | 2024-11-29T04:17:33.413Z | Downloaded num-rational v0.4.2 |
641 | 2024-11-29T04:17:33.416Z | Downloaded owo-colors v4.1.0 |
642 | 2024-11-29T04:17:33.418Z | Downloaded httpdate v1.0.3 |
643 | 2024-11-29T04:17:33.420Z | Downloaded indexmap v2.5.0 |
644 | 2024-11-29T04:17:33.425Z | Downloaded tokio-rustls v0.26.0 |
645 | 2024-11-29T04:17:33.428Z | Downloaded hyper-util v0.1.10 |
646 | 2024-11-29T04:17:33.431Z | Downloaded half v2.4.1 |
647 | 2024-11-29T04:17:33.436Z | Downloaded tinyvec v1.8.0 |
648 | 2024-11-29T04:17:33.439Z | Downloaded term v0.7.0 |
649 | 2024-11-29T04:17:33.441Z | Downloaded pest v2.7.13 |
650 | 2024-11-29T04:17:33.446Z | Downloaded uuid v1.11.0 |
651 | 2024-11-29T04:17:33.449Z | Downloaded untrusted v0.9.0 |
652 | 2024-11-29T04:17:33.451Z | Downloaded tokio-rustls v0.24.1 |
653 | 2024-11-29T04:17:33.454Z | Downloaded thread_local v1.1.8 |
654 | 2024-11-29T04:17:33.454Z | Downloaded hubpack v0.1.2 |
655 | 2024-11-29T04:17:33.458Z | Downloaded quinn-proto v0.11.8 |
656 | 2024-11-29T04:17:33.463Z | Downloaded lock_api v0.4.12 |
657 | 2024-11-29T04:17:33.465Z | Downloaded thread-id v4.2.2 |
658 | 2024-11-29T04:17:33.465Z | Downloaded num-traits v0.2.19 |
659 | 2024-11-29T04:17:33.468Z | Downloaded libsw v3.3.1 |
660 | 2024-11-29T04:17:33.471Z | Downloaded structmeta-derive v0.3.0 |
661 | 2024-11-29T04:17:33.474Z | Downloaded httparse v1.9.4 |
662 | 2024-11-29T04:17:33.477Z | Downloaded tokio-rustls v0.25.0 |
663 | 2024-11-29T04:17:33.477Z | Downloaded heapless v0.8.0 |
664 | 2024-11-29T04:17:33.480Z | Downloaded indexmap v1.9.3 |
665 | 2024-11-29T04:17:33.483Z | Downloaded toml v0.8.19 |
666 | 2024-11-29T04:17:33.487Z | Downloaded smartstring v1.0.1 |
667 | 2024-11-29T04:17:33.489Z | Downloaded tracing v0.1.40 |
668 | 2024-11-29T04:17:33.493Z | Downloaded http v1.1.0 |
669 | 2024-11-29T04:17:33.497Z | Downloaded getrandom v0.2.15 |
670 | 2024-11-29T04:17:33.500Z | Downloaded log v0.4.22 |
671 | 2024-11-29T04:17:33.504Z | Downloaded tracing-core v0.1.32 |
672 | 2024-11-29T04:17:33.506Z | Downloaded openssl-sys v0.9.103 |
673 | 2024-11-29T04:17:33.511Z | Downloaded hashbrown v0.12.3 |
674 | 2024-11-29T04:17:33.516Z | Downloaded minimal-lexical v0.2.1 |
675 | 2024-11-29T04:17:33.521Z | Downloaded socket2 v0.5.8 |
676 | 2024-11-29T04:17:33.523Z | Downloaded steno v0.4.1 |
677 | 2024-11-29T04:17:33.528Z | Downloaded zerocopy v0.6.6 |
678 | 2024-11-29T04:17:33.531Z | Downloaded parking_lot v0.12.3 |
679 | 2024-11-29T04:17:33.534Z | Downloaded toml_edit v0.19.15 |
680 | 2024-11-29T04:17:33.548Z | Downloaded unsafe-libyaml v0.2.11 |
681 | 2024-11-29T04:17:33.552Z | Downloaded memchr v2.7.4 |
682 | 2024-11-29T04:17:33.558Z | Downloaded url v2.5.2 |
683 | 2024-11-29T04:17:33.561Z | Downloaded itertools v0.12.1 |
684 | 2024-11-29T04:17:33.569Z | Downloaded itertools v0.10.5 |
685 | 2024-11-29T04:17:33.575Z | Downloaded nom v7.1.3 |
686 | 2024-11-29T04:17:33.582Z | Downloaded mio v1.0.2 |
687 | 2024-11-29T04:17:33.587Z | Downloaded http v0.2.12 |
688 | 2024-11-29T04:17:33.591Z | Downloaded lazy_static v1.5.0 |
689 | 2024-11-29T04:17:33.593Z | Downloaded zerocopy-derive v0.7.35 |
690 | 2024-11-29T04:17:33.598Z | Downloaded hickory-resolver v0.24.1 |
691 | 2024-11-29T04:17:33.602Z | Downloaded unicode-segmentation v1.12.0 |
692 | 2024-11-29T04:17:33.606Z | Downloaded serde_json v1.0.133 |
693 | 2024-11-29T04:17:33.613Z | Downloaded unicode-normalization v0.1.24 |
694 | 2024-11-29T04:17:33.617Z | Downloaded reqwest v0.11.27 |
695 | 2024-11-29T04:17:33.625Z | Downloaded futures-util v0.3.30 |
696 | 2024-11-29T04:17:33.638Z | Downloaded zerocopy v0.7.35 |
697 | 2024-11-29T04:17:33.656Z | Downloaded time v0.3.36 |
698 | 2024-11-29T04:17:33.663Z | Downloaded winnow v0.6.18 |
699 | 2024-11-29T04:17:33.672Z | Downloaded winnow v0.5.40 |
700 | 2024-11-29T04:17:33.681Z | Downloaded rustls-webpki v0.101.7 |
701 | 2024-11-29T04:17:33.696Z | Downloaded libm v0.2.8 |
702 | 2024-11-29T04:17:33.706Z | Downloaded hyper v0.14.30 |
703 | 2024-11-29T04:17:33.712Z | Downloaded webpki-roots v0.25.4 |
704 | 2024-11-29T04:17:33.716Z | Downloaded syn v1.0.109 |
705 | 2024-11-29T04:17:33.727Z | Downloaded idna v0.5.0 |
706 | 2024-11-29T04:17:33.734Z | Downloaded syn v2.0.87 |
707 | 2024-11-29T04:17:33.746Z | Downloaded idna v0.4.0 |
708 | 2024-11-29T04:17:33.753Z | Downloaded dropshot v0.12.0 |
709 | 2024-11-29T04:17:33.773Z | Downloaded h2 v0.3.26 |
710 | 2024-11-29T04:17:33.779Z | Downloaded regex v1.10.6 |
711 | 2024-11-29T04:17:33.793Z | Downloaded hyper v1.5.1 |
712 | 2024-11-29T04:17:33.799Z | Downloaded openapiv3 v2.0.0 |
713 | 2024-11-29T04:17:33.811Z | Downloaded goblin v0.8.2 |
714 | 2024-11-29T04:17:33.818Z | Downloaded h2 v0.4.6 |
715 | 2024-11-29T04:17:33.825Z | Downloaded rustls v0.21.12 |
716 | 2024-11-29T04:17:33.836Z | Downloaded openssl v0.10.66 |
717 | 2024-11-29T04:17:33.846Z | Downloaded itertools v0.13.0 |
718 | 2024-11-29T04:17:33.854Z | Downloaded vcpkg v0.2.15 |
719 | 2024-11-29T04:17:33.893Z | Downloaded webpki-roots v0.26.6 |
720 | 2024-11-29T04:17:33.896Z | Downloaded rustls-webpki v0.102.8 |
721 | 2024-11-29T04:17:33.915Z | Downloaded rustls v0.23.13 |
722 | 2024-11-29T04:17:33.928Z | Downloaded chrono v0.4.38 |
723 | 2024-11-29T04:17:33.934Z | Downloaded rhai v1.20.0 |
724 | 2024-11-29T04:17:33.946Z | Downloaded unicode-width v0.1.14 |
725 | 2024-11-29T04:17:33.953Z | Downloaded rustls v0.22.4 |
726 | 2024-11-29T04:17:33.966Z | Downloaded smoltcp v0.11.0 |
727 | 2024-11-29T04:17:33.978Z | Downloaded regress v0.9.1 |
728 | 2024-11-29T04:17:33.987Z | Downloaded rustix v0.38.37 |
729 | 2024-11-29T04:17:34.009Z | Downloaded regex-syntax v0.8.4 |
730 | 2024-11-29T04:17:34.017Z | Downloaded regress v0.10.1 |
731 | 2024-11-29T04:17:34.025Z | Downloaded hashbrown v0.14.5 |
732 | 2024-11-29T04:17:34.030Z | Downloaded reqwest v0.12.9 |
733 | 2024-11-29T04:17:34.039Z | Downloaded toml_edit v0.22.21 |
734 | 2024-11-29T04:17:34.060Z | Downloaded hickory-proto v0.24.1 |
735 | 2024-11-29T04:17:34.075Z | Downloaded tokio-util v0.7.12 |
736 | 2024-11-29T04:17:34.081Z | Downloaded portable-atomic v1.8.0 |
737 | 2024-11-29T04:17:34.088Z | Downloaded serde_with v3.9.0 |
738 | 2024-11-29T04:17:34.096Z | Downloaded sled v0.34.7 |
739 | 2024-11-29T04:17:34.108Z | Downloaded typify-impl v0.2.0 |
740 | 2024-11-29T04:17:34.136Z | Downloaded tokio-native-tls v0.3.1 |
741 | 2024-11-29T04:17:34.139Z | Downloaded linear-map v1.2.0 |
742 | 2024-11-29T04:17:34.141Z | Downloaded futures v0.3.30 |
743 | 2024-11-29T04:17:34.146Z | Downloaded progenitor-impl v0.8.0 |
744 | 2024-11-29T04:17:34.149Z | Downloaded proc-macro2 v1.0.86 |
745 | 2024-11-29T04:17:34.152Z | Downloaded strsim v0.11.1 |
746 | 2024-11-29T04:17:34.152Z | Downloaded semver v1.0.23 |
747 | 2024-11-29T04:17:34.154Z | Downloaded derive_more v0.99.18 |
748 | 2024-11-29T04:17:34.157Z | Downloaded base64 v0.22.1 |
749 | 2024-11-29T04:17:34.161Z | Downloaded zerocopy-derive v0.6.6 |
750 | 2024-11-29T04:17:34.171Z | Downloaded prettyplease v0.2.22 |
751 | 2024-11-29T04:17:34.174Z | Downloaded regex-automata v0.4.7 |
752 | 2024-11-29T04:17:34.192Z | Downloaded petgraph v0.6.5 |
753 | 2024-11-29T04:17:34.209Z | Downloaded clap v4.5.21 |
754 | 2024-11-29T04:17:34.216Z | Downloaded defmt v0.3.8 |
755 | 2024-11-29T04:17:34.219Z | Downloaded hostname v0.3.1 |
756 | 2024-11-29T04:17:34.222Z | Downloaded foreign-types v0.3.2 |
757 | 2024-11-29T04:17:34.222Z | Downloaded dropshot_endpoint v0.12.0 |
758 | 2024-11-29T04:17:34.224Z | Downloaded cpufeatures v0.2.14 |
759 | 2024-11-29T04:17:34.226Z | Downloaded const-random-macro v0.1.16 |
760 | 2024-11-29T04:17:34.226Z | Downloaded slab v0.4.9 |
761 | 2024-11-29T04:17:34.229Z | Downloaded shlex v1.3.0 |
762 | 2024-11-29T04:17:34.229Z | Downloaded serde_spanned v0.6.7 |
763 | 2024-11-29T04:17:34.231Z | Downloaded serde_repr v0.1.19 |
764 | 2024-11-29T04:17:34.233Z | Downloaded const-random v0.1.18 |
765 | 2024-11-29T04:17:34.233Z | Downloaded clap_derive v4.5.18 |
766 | 2024-11-29T04:17:34.235Z | Downloaded rustversion v1.0.17 |
767 | 2024-11-29T04:17:34.237Z | Downloaded crucible-workspace-hack v0.1.0 |
768 | 2024-11-29T04:17:34.237Z | Downloaded slog-async v2.8.0 |
769 | 2024-11-29T04:17:34.240Z | Downloaded bitflags v1.3.2 |
770 | 2024-11-29T04:17:34.242Z | Downloaded embedded-io v0.6.1 |
771 | 2024-11-29T04:17:34.244Z | Downloaded tokio v1.41.1 |
772 | 2024-11-29T04:17:34.279Z | Downloaded data-encoding v2.6.0 |
773 | 2024-11-29T04:17:34.282Z | Downloaded libc v0.2.165 |
774 | 2024-11-29T04:17:34.304Z | Downloaded encoding_rs v0.8.34 |
775 | 2024-11-29T04:17:34.325Z | Downloaded cobs v0.2.3 |
776 | 2024-11-29T04:17:34.327Z | Downloaded rand_core v0.6.4 |
777 | 2024-11-29T04:17:34.327Z | Downloaded crunchy v0.2.2 |
778 | 2024-11-29T04:17:34.330Z | Downloaded camino-tempfile v1.1.1 |
779 | 2024-11-29T04:17:34.330Z | Downloaded fnv v1.0.7 |
780 | 2024-11-29T04:17:34.332Z | Downloaded darling_macro v0.20.10 |
781 | 2024-11-29T04:17:34.332Z | Downloaded colorchoice v1.0.2 |
782 | 2024-11-29T04:17:34.332Z | Downloaded camino v1.1.9 |
783 | 2024-11-29T04:17:34.334Z | Downloaded async-stream v0.3.5 |
784 | 2024-11-29T04:17:34.337Z | Downloaded crc8 v0.1.1 |
785 | 2024-11-29T04:17:34.337Z | Downloaded postcard v1.0.10 |
786 | 2024-11-29T04:17:34.340Z | Downloaded quinn-udp v0.5.5 |
787 | 2024-11-29T04:17:34.340Z | Downloaded float-ord v0.3.2 |
788 | 2024-11-29T04:17:34.343Z | Downloaded crypto-common v0.1.6 |
789 | 2024-11-29T04:17:34.343Z | Downloaded colored v2.1.0 |
790 | 2024-11-29T04:17:34.343Z | Downloaded bitflags v2.6.0 |
791 | 2024-11-29T04:17:34.569Z | Downloaded ring v0.17.8 |
792 | 2024-11-29T04:17:34.915Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-11-29T04:17:34.915Z | Compiling unicode-ident v1.0.13 |
794 | 2024-11-29T04:17:34.918Z | Compiling libc v0.2.165 |
795 | 2024-11-29T04:17:34.918Z | Compiling serde v1.0.215 |
796 | 2024-11-29T04:17:34.918Z | Compiling version_check v0.9.5 |
797 | 2024-11-29T04:17:34.918Z | Compiling autocfg v1.3.0 |
798 | 2024-11-29T04:17:34.950Z | Compiling cfg-if v1.0.0 |
799 | 2024-11-29T04:17:35.067Z | Compiling once_cell v1.20.2 |
800 | 2024-11-29T04:17:35.096Z | Compiling libm v0.2.8 |
801 | 2024-11-29T04:17:35.147Z | Compiling memchr v2.7.4 |
802 | 2024-11-29T04:17:35.498Z | Compiling byteorder v1.5.0 |
803 | 2024-11-29T04:17:35.621Z | Compiling lock_api v0.4.12 |
804 | 2024-11-29T04:17:35.641Z | Compiling parking_lot_core v0.9.10 |
805 | 2024-11-29T04:17:35.658Z | Compiling shlex v1.3.0 |
806 | 2024-11-29T04:17:35.994Z | Compiling cc v1.1.21 |
807 | 2024-11-29T04:17:36.102Z | Compiling thiserror v1.0.69 |
808 | 2024-11-29T04:17:36.437Z | Compiling itoa v1.0.11 |
809 | 2024-11-29T04:17:36.665Z | Compiling quote v1.0.37 |
810 | 2024-11-29T04:17:36.684Z | Compiling portable-atomic v1.8.0 |
811 | 2024-11-29T04:17:36.701Z | Compiling slab v0.4.9 |
812 | 2024-11-29T04:17:37.090Z | Compiling syn v2.0.87 |
813 | 2024-11-29T04:17:37.268Z | Compiling getrandom v0.2.15 |
814 | 2024-11-29T04:17:37.327Z | Compiling schemars v0.8.21 |
815 | 2024-11-29T04:17:37.496Z | Compiling ahash v0.8.11 |
816 | 2024-11-29T04:17:37.533Z | Compiling allocator-api2 v0.2.18 |
817 | 2024-11-29T04:17:37.677Z | Compiling num-traits v0.2.19 |
818 | 2024-11-29T04:17:37.781Z | Compiling ryu v1.0.18 |
819 | 2024-11-29T04:17:38.041Z | Compiling serde_json v1.0.133 |
820 | 2024-11-29T04:17:38.225Z | Compiling pin-project-lite v0.2.14 |
821 | 2024-11-29T04:17:38.625Z | Compiling ring v0.17.8 |
822 | 2024-11-29T04:17:38.671Z | Compiling scopeguard v1.2.0 |
823 | 2024-11-29T04:17:38.701Z | Compiling equivalent v1.0.1 |
824 | 2024-11-29T04:17:38.721Z | Compiling log v0.4.22 |
825 | 2024-11-29T04:17:38.802Z | Compiling heck v0.5.0 |
826 | 2024-11-29T04:17:38.823Z | Compiling fnv v1.0.7 |
827 | 2024-11-29T04:17:39.129Z | Compiling pkg-config v0.3.31 |
828 | 2024-11-29T04:17:39.241Z | Compiling vcpkg v0.2.15 |
829 | 2024-11-29T04:17:39.296Z | Compiling crunchy v0.2.2 |
830 | 2024-11-29T04:17:39.621Z | Compiling mio v1.0.2 |
831 | 2024-11-29T04:17:39.815Z | Compiling signal-hook-registry v1.4.2 |
832 | 2024-11-29T04:17:40.143Z | Compiling socket2 v0.5.8 |
833 | 2024-11-29T04:17:40.645Z | Compiling openssl-sys v0.9.103 |
834 | 2024-11-29T04:17:40.667Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-11-29T04:17:40.784Z | Compiling httparse v1.9.4 |
836 | 2024-11-29T04:17:41.032Z | Compiling slog v2.7.0 |
837 | 2024-11-29T04:17:41.201Z | Compiling iana-time-zone v0.1.61 |
838 | 2024-11-29T04:17:41.600Z | Compiling const-random-macro v0.1.16 |
839 | 2024-11-29T04:17:41.630Z | Compiling futures-core v0.3.30 |
840 | 2024-11-29T04:17:41.697Z | Compiling dyn-clone v1.0.17 |
841 | 2024-11-29T04:17:41.863Z | Compiling futures-sink v0.3.30 |
842 | 2024-11-29T04:17:41.915Z | Compiling openssl v0.10.66 |
843 | 2024-11-29T04:17:42.276Z | Compiling native-tls v0.2.12 |
844 | 2024-11-29T04:17:42.363Z | Compiling const-random v0.1.18 |
845 | 2024-11-29T04:17:42.399Z | Compiling rustls v0.23.13 |
846 | 2024-11-29T04:17:42.470Z | Compiling typenum v1.17.0 |
847 | 2024-11-29T04:17:42.509Z | Compiling semver v1.0.23 |
848 | 2024-11-29T04:17:42.552Z | Compiling futures-channel v0.3.30 |
849 | 2024-11-29T04:17:42.555Z | Compiling futures-io v0.3.30 |
850 | 2024-11-29T04:17:42.679Z | Compiling pin-utils v0.1.0 |
851 | 2024-11-29T04:17:42.681Z | Compiling futures-task v0.3.30 |
852 | 2024-11-29T04:17:42.768Z | Compiling generic-array v0.14.7 |
853 | 2024-11-29T04:17:42.880Z | Compiling tracing-core v0.1.32 |
854 | 2024-11-29T04:17:42.910Z | Compiling bitflags v2.6.0 |
855 | 2024-11-29T04:17:42.961Z | Compiling ucd-trie v0.1.6 |
856 | 2024-11-29T04:17:42.988Z | Compiling subtle v2.6.1 |
857 | 2024-11-29T04:17:43.062Z | Compiling aho-corasick v1.1.3 |
858 | 2024-11-29T04:17:43.262Z | Compiling regex-syntax v0.8.4 |
859 | 2024-11-29T04:17:43.281Z | Compiling anyhow v1.0.93 |
860 | 2024-11-29T04:17:43.353Z | Compiling serde_derive_internals v0.29.1 |
861 | 2024-11-29T04:17:43.393Z | Compiling num-conv v0.1.0 |
862 | 2024-11-29T04:17:43.668Z | Compiling time-core v0.1.2 |
863 | 2024-11-29T04:17:43.837Z | Compiling time-macros v0.2.18 |
864 | 2024-11-29T04:17:45.059Z | Compiling spin v0.9.8 |
865 | 2024-11-29T04:17:45.283Z | Compiling rustls-pki-types v1.8.0 |
866 | 2024-11-29T04:17:45.302Z | Compiling usdt-impl v0.5.0 |
867 | 2024-11-29T04:17:45.715Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-11-29T04:17:46.078Z | Compiling untrusted v0.9.0 |
869 | 2024-11-29T04:17:46.565Z | Compiling regex-automata v0.4.7 |
870 | 2024-11-29T04:17:46.680Z | Compiling plain v0.2.3 |
871 | 2024-11-29T04:17:46.787Z | Compiling strsim v0.11.1 |
872 | 2024-11-29T04:17:46.837Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-11-29T04:17:46.942Z | Compiling atomic-waker v1.1.2 |
874 | 2024-11-29T04:17:47.132Z | Compiling rustversion v1.0.17 |
875 | 2024-11-29T04:17:47.440Z | Compiling tinyvec v1.8.0 |
876 | 2024-11-29T04:17:47.706Z | Compiling serde_derive v1.0.215 |
877 | 2024-11-29T04:17:47.794Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-11-29T04:17:47.932Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-11-29T04:17:48.399Z | Compiling tokio-macros v2.4.0 |
880 | 2024-11-29T04:17:49.009Z | Compiling schemars_derive v0.8.21 |
881 | 2024-11-29T04:17:49.701Z | Compiling zerocopy v0.7.35 |
882 | 2024-11-29T04:17:50.123Z | Compiling futures-macro v0.3.30 |
883 | 2024-11-29T04:17:51.005Z | Compiling openssl-macros v0.1.1 |
884 | 2024-11-29T04:17:51.400Z | Compiling hashbrown v0.14.5 |
885 | 2024-11-29T04:17:51.841Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-11-29T04:17:51.862Z | Compiling scroll_derive v0.12.0 |
887 | 2024-11-29T04:17:51.980Z | Compiling futures-util v0.3.30 |
888 | 2024-11-29T04:17:52.538Z | Compiling regress v0.10.1 |
889 | 2024-11-29T04:17:53.174Z | Compiling pest v2.7.13 |
890 | 2024-11-29T04:17:53.276Z | Compiling regex v1.10.6 |
891 | 2024-11-29T04:17:53.350Z | Compiling scroll v0.12.0 |
892 | 2024-11-29T04:17:53.845Z | Compiling goblin v0.8.2 |
893 | 2024-11-29T04:17:55.171Z | Compiling tracing v0.1.40 |
894 | 2024-11-29T04:17:55.793Z | Compiling pest_meta v2.7.13 |
895 | 2024-11-29T04:17:55.886Z | Compiling rustls-webpki v0.102.8 |
896 | 2024-11-29T04:17:57.835Z | Compiling pest_generator v2.7.13 |
897 | 2024-11-29T04:17:59.487Z | Compiling rand_core v0.6.4 |
898 | 2024-11-29T04:17:59.504Z | Compiling pest_derive v2.7.13 |
899 | 2024-11-29T04:17:59.945Z | Compiling try-lock v0.2.5 |
900 | 2024-11-29T04:18:00.120Z | Compiling bytes v1.7.2 |
901 | 2024-11-29T04:18:00.463Z | Compiling smallvec v1.13.2 |
902 | 2024-11-29T04:18:00.970Z | Compiling indexmap v2.5.0 |
903 | 2024-11-29T04:18:01.302Z | Compiling chrono v0.4.38 |
904 | 2024-11-29T04:18:01.815Z | Compiling parking_lot v0.12.3 |
905 | 2024-11-29T04:18:01.845Z | Compiling uuid v1.11.0 |
906 | 2024-11-29T04:18:01.954Z | Compiling serde_tokenstream v0.2.2 |
907 | 2024-11-29T04:18:02.219Z | Compiling tokio v1.41.1 |
908 | 2024-11-29T04:18:02.502Z | Compiling http v1.1.0 |
909 | 2024-11-29T04:18:05.517Z | Compiling openapiv3 v2.0.0 |
910 | 2024-11-29T04:18:06.313Z | Compiling unsafe-libyaml v0.2.11 |
911 | 2024-11-29T04:18:07.979Z | Compiling typify-impl v0.2.0 |
912 | 2024-11-29T04:18:08.001Z | Compiling http-body v1.0.1 |
913 | 2024-11-29T04:18:08.270Z | Compiling percent-encoding v2.3.1 |
914 | 2024-11-29T04:18:08.728Z | Compiling zeroize v1.8.1 |
915 | 2024-11-29T04:18:09.065Z | Compiling pretty-hex v0.4.1 |
916 | 2024-11-29T04:18:09.283Z | Compiling dof v0.3.0 |
917 | 2024-11-29T04:18:09.429Z | Compiling form_urlencoded v1.2.1 |
918 | 2024-11-29T04:18:09.432Z | Compiling serde_yaml v0.9.34+deprecated |
919 | 2024-11-29T04:18:09.782Z | Compiling ipnetwork v0.20.0 |
920 | 2024-11-29T04:18:09.926Z | Compiling dtrace-parser v0.2.0 |
921 | 2024-11-29T04:18:10.767Z | Compiling want v0.3.1 |
922 | 2024-11-29T04:18:11.059Z | Compiling tokio-util v0.7.12 |
923 | 2024-11-29T04:18:12.644Z | Compiling h2 v0.4.6 |
924 | 2024-11-29T04:18:12.670Z | Compiling unicode-normalization v0.1.24 |
925 | 2024-11-29T04:18:13.114Z | Compiling thread-id v4.2.2 |
926 | 2024-11-29T04:18:13.239Z | Compiling syn v1.0.109 |
927 | 2024-11-29T04:18:13.645Z | Compiling httpdate v1.0.3 |
928 | 2024-11-29T04:18:13.812Z | Compiling ident_case v1.0.1 |
929 | 2024-11-29T04:18:13.942Z | Compiling unicode-bidi v0.3.15 |
930 | 2024-11-29T04:18:13.991Z | Compiling foreign-types-shared v0.1.1 |
931 | 2024-11-29T04:18:14.108Z | Compiling rustls v0.22.4 |
932 | 2024-11-29T04:18:14.384Z | Compiling camino v1.1.9 |
933 | 2024-11-29T04:18:14.405Z | Compiling foreign-types v0.3.2 |
934 | 2024-11-29T04:18:14.492Z | Compiling darling_core v0.20.10 |
935 | 2024-11-29T04:18:14.998Z | Compiling ppv-lite86 v0.2.20 |
936 | 2024-11-29T04:18:16.225Z | Compiling tower-service v0.3.3 |
937 | 2024-11-29T04:18:16.497Z | Compiling slog-async v2.8.0 |
938 | 2024-11-29T04:18:17.257Z | Compiling rand_chacha v0.3.1 |
939 | 2024-11-29T04:18:17.535Z | Compiling idna v0.5.0 |
940 | 2024-11-29T04:18:17.955Z | Compiling typify-macro v0.2.0 |
941 | 2024-11-29T04:18:18.918Z | Compiling hyper v1.5.1 |
942 | 2024-11-29T04:18:19.828Z | Compiling darling_macro v0.20.10 |
943 | 2024-11-29T04:18:21.488Z | Compiling typify v0.2.0 |
944 | 2024-11-29T04:18:21.525Z | Compiling toml_datetime v0.6.8 |
945 | 2024-11-29T04:18:21.636Z | Compiling progenitor-impl v0.8.0 |
946 | 2024-11-29T04:18:21.938Z | Compiling hyper-util v0.1.10 |
947 | 2024-11-29T04:18:27.502Z | Compiling multer v3.1.0 |
948 | 2024-11-29T04:18:27.529Z | Compiling progenitor-macro v0.8.0 |
949 | 2024-11-29T04:18:28.047Z | Compiling paste v1.0.15 |
950 | 2024-11-29T04:18:28.571Z | Compiling openssl-probe v0.1.5 |
951 | 2024-11-29T04:18:31.497Z | Compiling darling v0.20.10 |
952 | 2024-11-29T04:18:31.620Z | Compiling url v2.5.2 |
953 | 2024-11-29T04:18:31.903Z | Compiling rand v0.8.5 |
954 | 2024-11-29T04:18:33.561Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-29T04:18:35.057Z | Compiling usdt-attr-macro v0.5.0 |
956 | 2024-11-29T04:18:36.650Z | Compiling http-body-util v0.1.2 |
957 | 2024-11-29T04:18:36.957Z | Compiling async-trait v0.1.83 |
958 | 2024-11-29T04:18:38.900Z | Compiling encoding_rs v0.8.34 |
959 | 2024-11-29T04:18:39.104Z | Compiling base64 v0.22.1 |
960 | 2024-11-29T04:18:39.489Z | Compiling mime v0.3.17 |
961 | 2024-11-29T04:18:40.139Z | Compiling ipnet v2.10.0 |
962 | 2024-11-29T04:18:40.445Z | Compiling rustls-pemfile v2.1.3 |
963 | 2024-11-29T04:18:41.169Z | Compiling tokio-rustls v0.26.0 |
964 | 2024-11-29T04:18:44.361Z | Compiling serde_with_macros v3.9.0 |
965 | 2024-11-29T04:18:45.911Z | Compiling tokio-native-tls v0.3.1 |
966 | 2024-11-29T04:18:46.198Z | Compiling strum_macros v0.26.4 |
967 | 2024-11-29T04:18:46.258Z | Compiling serde_urlencoded v0.7.1 |
968 | 2024-11-29T04:18:46.854Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-11-29T04:18:49.353Z | Compiling async-stream-impl v0.3.5 |
970 | 2024-11-29T04:18:49.788Z | Compiling webpki-roots v0.26.6 |
971 | 2024-11-29T04:18:49.986Z | Compiling dropshot v0.12.0 |
972 | 2024-11-29T04:18:50.006Z | Compiling powerfmt v0.2.0 |
973 | 2024-11-29T04:18:50.345Z | Compiling crossbeam-utils v0.8.20 |
974 | 2024-11-29T04:18:50.479Z | Compiling deranged v0.3.11 |
975 | 2024-11-29T04:18:50.625Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-29T04:18:51.624Z | Compiling structmeta v0.3.0 |
977 | 2024-11-29T04:18:51.873Z | Compiling hyper-tls v0.6.0 |
978 | 2024-11-29T04:18:52.348Z | Compiling sync_wrapper v1.0.1 |
979 | 2024-11-29T04:18:53.230Z | Compiling num_threads v0.1.7 |
980 | 2024-11-29T04:18:53.573Z | Compiling winnow v0.6.18 |
981 | 2024-11-29T04:18:55.130Z | Compiling time v0.3.36 |
982 | 2024-11-29T04:18:55.288Z | Compiling reqwest v0.12.9 |
983 | 2024-11-29T04:18:57.636Z | Compiling parse-display-derive v0.10.0 |
984 | 2024-11-29T04:18:58.772Z | Compiling crypto-common v0.1.6 |
985 | 2024-11-29T04:18:59.002Z | Compiling block-buffer v0.10.4 |
986 | 2024-11-29T04:18:59.242Z | Compiling dropshot_endpoint v0.12.0 |
987 | 2024-11-29T04:18:59.947Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
988 | 2024-11-29T04:19:03.318Z | Compiling digest v0.10.7 |
989 | 2024-11-29T04:19:03.338Z | Compiling progenitor-client v0.8.0 |
990 | 2024-11-29T04:19:04.104Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
991 | 2024-11-29T04:19:06.212Z | Compiling dirs-sys-next v0.1.2 |
992 | 2024-11-29T04:19:07.240Z | Compiling lazy_static v1.5.0 |
993 | 2024-11-29T04:19:07.399Z | Compiling rustix v0.38.37 |
994 | 2024-11-29T04:19:07.664Z | Compiling match_cfg v0.1.0 |
995 | 2024-11-29T04:19:08.231Z | Compiling hostname v0.3.1 |
996 | 2024-11-29T04:19:08.508Z | Compiling dirs-next v2.0.0 |
997 | 2024-11-29T04:19:08.777Z | Compiling progenitor v0.8.0 |
998 | 2024-11-29T04:19:10.574Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-11-29T04:19:11.006Z | Compiling futures-executor v0.3.30 |
1000 | 2024-11-29T04:19:11.759Z | Compiling thread_local v1.1.8 |
1001 | 2024-11-29T04:19:12.042Z | Compiling errno v0.3.9 |
1002 | 2024-11-29T04:19:12.379Z | Compiling instant v0.1.13 |
1003 | 2024-11-29T04:19:12.559Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-11-29T04:19:12.674Z | Compiling unicode-width v0.1.14 |
1005 | 2024-11-29T04:19:14.441Z | Compiling futures v0.3.30 |
1006 | 2024-11-29T04:19:15.790Z | Compiling term v0.7.0 |
1007 | 2024-11-29T04:19:16.417Z | Compiling crossbeam-channel v0.5.13 |
1008 | 2024-11-29T04:19:18.234Z | Compiling serde_spanned v0.6.7 |
1009 | 2024-11-29T04:19:18.695Z | Compiling memmap v0.7.0 |
1010 | 2024-11-29T04:19:19.107Z | Compiling is-terminal v0.4.13 |
1011 | 2024-11-29T04:19:19.339Z | Compiling take_mut v0.2.2 |
1012 | 2024-11-29T04:19:19.866Z | Compiling slog-term v2.9.1 |
1013 | 2024-11-29T04:19:20.034Z | Compiling usdt v0.5.0 |
1014 | 2024-11-29T04:19:21.377Z | Compiling toml_edit v0.22.21 |
1015 | 2024-11-29T04:19:22.365Z | Compiling slog-json v2.6.1 |
1016 | 2024-11-29T04:19:22.781Z | Compiling strum v0.26.3 |
1017 | 2024-11-29T04:19:22.958Z | Compiling serde_with v3.9.0 |
1018 | 2024-11-29T04:19:25.728Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-11-29T04:19:26.005Z | Compiling heapless v0.8.0 |
1020 | 2024-11-29T04:19:26.885Z | Compiling tokio-rustls v0.25.0 |
1021 | 2024-11-29T04:19:28.507Z | Compiling toml v0.8.19 |
1022 | 2024-11-29T04:19:29.942Z | Compiling slog-bunyan v2.5.0 |
1023 | 2024-11-29T04:19:30.009Z | Compiling sha1 v0.10.6 |
1024 | 2024-11-29T04:19:30.246Z | Compiling async-stream v0.3.5 |
1025 | 2024-11-29T04:19:30.611Z | Compiling newtype-uuid v1.1.0 |
1026 | 2024-11-29T04:19:30.792Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-11-29T04:19:30.942Z | Compiling hex v0.4.3 |
1028 | 2024-11-29T04:19:31.323Z | Compiling waitgroup v0.1.2 |
1029 | 2024-11-29T04:19:31.587Z | Compiling hostname v0.4.0 |
1030 | 2024-11-29T04:19:31.654Z | Compiling hash32 v0.3.1 |
1031 | 2024-11-29T04:19:31.672Z | Compiling smoltcp v0.11.0 |
1032 | 2024-11-29T04:19:31.869Z | Compiling stable_deref_trait v1.2.0 |
1033 | 2024-11-29T04:19:34.293Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1034 | 2024-11-29T04:19:34.528Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1035 | 2024-11-29T04:19:34.710Z | Compiling backoff v0.4.0 |
1036 | 2024-11-29T04:19:35.048Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1037 | 2024-11-29T04:19:35.097Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-29T04:19:36.995Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1039 | 2024-11-29T04:19:37.251Z | Compiling macaddr v1.0.1 |
1040 | 2024-11-29T04:19:37.872Z | Compiling regress v0.9.1 |
1041 | 2024-11-29T04:19:41.611Z | Compiling clap_derive v4.5.18 |
1042 | 2024-11-29T04:19:42.343Z | Compiling utf8parse v0.2.2 |
1043 | 2024-11-29T04:19:42.501Z | Compiling bitflags v1.3.2 |
1044 | 2024-11-29T04:19:42.522Z | Compiling cobs v0.2.3 |
1045 | 2024-11-29T04:19:42.621Z | Compiling winnow v0.5.40 |
1046 | 2024-11-29T04:19:42.972Z | Compiling managed v0.8.0 |
1047 | 2024-11-29T04:19:43.727Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1048 | 2024-11-29T04:19:45.960Z | Compiling toml_edit v0.19.15 |
1049 | 2024-11-29T04:19:45.963Z | Compiling postcard v1.0.10 |
1050 | 2024-11-29T04:19:46.650Z | Compiling anstyle-parse v0.2.5 |
1051 | 2024-11-29T04:19:47.037Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1052 | 2024-11-29T04:19:52.160Z | Compiling is_terminal_polyfill v1.70.1 |
1053 | 2024-11-29T04:19:52.313Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-11-29T04:19:52.349Z | Compiling colorchoice v1.0.2 |
1055 | 2024-11-29T04:19:53.164Z | Compiling anstyle v1.0.10 |
1056 | 2024-11-29T04:19:53.600Z | Compiling anstream v0.6.15 |
1057 | 2024-11-29T04:19:54.995Z | Compiling proc-macro-crate v1.3.1 |
1058 | 2024-11-29T04:19:55.277Z | Compiling terminal_size v0.4.0 |
1059 | 2024-11-29T04:19:55.512Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-11-29T04:19:55.573Z | Compiling clap_lex v0.7.2 |
1061 | 2024-11-29T04:19:55.917Z | Compiling clap_builder v4.5.21 |
1062 | 2024-11-29T04:19:56.249Z | Compiling num_enum_derive v0.5.11 |
1063 | 2024-11-29T04:19:57.337Z | Compiling tabwriter v1.4.0 |
1064 | 2024-11-29T04:19:57.517Z | Compiling foreign-types-macros v0.2.3 |
1065 | 2024-11-29T04:19:58.089Z | Compiling num-integer v0.1.46 |
1066 | 2024-11-29T04:19:58.612Z | Compiling foreign-types-shared v0.3.1 |
1067 | 2024-11-29T04:19:58.842Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-29T04:19:58.947Z | Compiling num_enum v0.5.11 |
1069 | 2024-11-29T04:19:59.326Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-11-29T04:19:59.955Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-29T04:20:00.068Z | Compiling clap v4.5.21 |
1072 | 2024-11-29T04:20:00.195Z | Compiling proc-macro-error-attr v1.0.4 |
1073 | 2024-11-29T04:20:00.261Z | Compiling pretty-hex v0.2.1 |
1074 | 2024-11-29T04:20:00.280Z | Compiling either v1.13.0 |
1075 | 2024-11-29T04:20:00.614Z | Compiling prettyplease v0.2.22 |
1076 | 2024-11-29T04:20:00.657Z | Compiling heck v0.4.1 |
1077 | 2024-11-29T04:20:01.096Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1078 | 2024-11-29T04:20:01.195Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1079 | 2024-11-29T04:20:01.476Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1080 | 2024-11-29T04:20:02.757Z | Compiling num-iter v0.1.45 |
1081 | 2024-11-29T04:20:02.946Z | Compiling num-rational v0.4.2 |
1082 | 2024-11-29T04:20:04.001Z | Compiling colored v2.1.0 |
1083 | 2024-11-29T04:20:05.175Z | Compiling num-complex v0.4.6 |
1084 | 2024-11-29T04:20:05.758Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-11-29T04:20:06.023Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-11-29T04:20:06.177Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1087 | 2024-11-29T04:20:06.362Z | Compiling fastrand v2.1.1 |
1088 | 2024-11-29T04:20:06.427Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-11-29T04:20:06.448Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1090 | 2024-11-29T04:20:06.799Z | Compiling tempfile v3.12.0 |
1091 | 2024-11-29T04:20:07.363Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-11-29T04:20:08.280Z | Compiling num v0.4.3 |
1093 | 2024-11-29T04:20:10.664Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1094 | 2024-11-29T04:20:11.119Z | Compiling float-ord v0.3.2 |
1095 | 2024-11-29T04:20:11.227Z | Compiling crucible-workspace-hack v0.1.0 |
1096 | 2024-11-29T04:20:11.381Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1097 | 2024-11-29T04:20:17.802Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-11-29T04:20:18.898Z | Compiling semver v0.1.20 |
1099 | 2024-11-29T04:20:18.922Z | Compiling newline-converter v0.3.0 |
1100 | 2024-11-29T04:20:19.287Z | Compiling rustc_version v0.1.7 |
1101 | 2024-11-29T04:20:19.417Z | Compiling zone_cfg_derive v0.3.0 |
1102 | 2024-11-29T04:20:19.668Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1103 | 2024-11-29T04:20:20.742Z | Compiling camino-tempfile v1.1.1 |
1104 | 2024-11-29T04:20:20.922Z | Compiling itertools v0.10.5 |
1105 | 2024-11-29T04:20:21.482Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1106 | 2024-11-29T04:20:21.817Z | Compiling console v0.15.8 |
1107 | 2024-11-29T04:20:21.930Z | Compiling num-derive v0.4.2 |
1108 | 2024-11-29T04:20:22.470Z | Compiling sigpipe v0.1.3 |
1109 | 2024-11-29T04:20:22.622Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-11-29T04:20:23.192Z | Compiling base64ct v1.6.0 |
1111 | 2024-11-29T04:20:23.869Z | Compiling similar v2.6.0 |
1112 | 2024-11-29T04:20:23.890Z | Compiling password-hash v0.5.0 |
1113 | 2024-11-29T04:20:24.326Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1114 | 2024-11-29T04:20:24.676Z | Compiling zone v0.3.0 |
1115 | 2024-11-29T04:20:25.458Z | Compiling expectorate v1.1.0 |
1116 | 2024-11-29T04:20:25.752Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1117 | 2024-11-29T04:20:25.976Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-29T04:20:26.085Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1119 | 2024-11-29T04:20:27.943Z | Compiling newtype_derive v0.1.6 |
1120 | 2024-11-29T04:20:28.389Z | Compiling blake2 v0.10.6 |
1121 | 2024-11-29T04:20:28.906Z | Compiling hubpack_derive v0.1.1 |
1122 | 2024-11-29T04:20:28.960Z | Compiling smf v0.2.3 |
1123 | 2024-11-29T04:20:29.573Z | Compiling zerocopy-derive v0.6.6 |
1124 | 2024-11-29T04:20:29.881Z | Compiling whoami v1.5.2 |
1125 | 2024-11-29T04:20:30.106Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-29T04:20:30.788Z | Compiling owo-colors v4.1.0 |
1127 | 2024-11-29T04:20:30.901Z | Compiling cancel-safe-futures v0.1.5 |
1128 | 2024-11-29T04:20:31.189Z | Compiling petgraph v0.6.5 |
1129 | 2024-11-29T04:20:31.361Z | Compiling hubpack v0.1.2 |
1130 | 2024-11-29T04:20:31.385Z | Compiling zerocopy v0.6.6 |
1131 | 2024-11-29T04:20:31.807Z | Compiling argon2 v0.5.3 |
1132 | 2024-11-29T04:20:33.642Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1133 | 2024-11-29T04:20:34.232Z | Compiling strum_macros v0.25.3 |
1134 | 2024-11-29T04:20:34.686Z | Compiling serde-big-array v0.5.1 |
1135 | 2024-11-29T04:20:34.957Z | Compiling serde_repr v0.1.19 |
1136 | 2024-11-29T04:20:35.320Z | Compiling cookie v0.18.1 |
1137 | 2024-11-29T04:20:35.440Z | Compiling convert_case v0.4.0 |
1138 | 2024-11-29T04:20:35.696Z | Compiling static_assertions v1.1.0 |
1139 | 2024-11-29T04:20:36.015Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-11-29T04:20:36.100Z | Compiling derive_more v0.99.18 |
1141 | 2024-11-29T04:20:36.159Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-29T04:20:36.588Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-29T04:20:37.681Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1144 | 2024-11-29T04:20:38.388Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-11-29T04:20:39.647Z | Compiling atomicwrites v0.4.4 |
1146 | 2024-11-29T04:20:40.120Z | Compiling itertools v0.13.0 |
1147 | 2024-11-29T04:20:42.164Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-11-29T04:20:42.462Z | Compiling idna v0.4.0 |
1149 | 2024-11-29T04:20:43.316Z | Compiling libsw v3.3.1 |
1150 | 2024-11-29T04:20:43.533Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-11-29T04:20:43.657Z | Compiling derive-where v1.2.7 |
1152 | 2024-11-29T04:20:44.477Z | Compiling linked-hash-map v0.5.6 |
1153 | 2024-11-29T04:20:44.725Z | Compiling data-encoding v2.6.0 |
1154 | 2024-11-29T04:20:44.847Z | Compiling quick-error v1.2.3 |
1155 | 2024-11-29T04:20:45.007Z | Compiling highway v1.2.0 |
1156 | 2024-11-29T04:20:46.053Z | Compiling indent_write v2.2.0 |
1157 | 2024-11-29T04:20:46.273Z | Compiling swrite v0.1.0 |
1158 | 2024-11-29T04:20:46.293Z | Compiling linear-map v1.2.0 |
1159 | 2024-11-29T04:20:46.411Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1160 | 2024-11-29T04:20:46.413Z | Compiling hickory-proto v0.24.1 |
1161 | 2024-11-29T04:20:46.671Z | Compiling resolv-conf v0.7.0 |
1162 | 2024-11-29T04:20:46.755Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-29T04:20:48.240Z | Compiling lru-cache v0.1.2 |
1164 | 2024-11-29T04:20:48.470Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-29T04:20:50.246Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-29T04:20:50.618Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-29T04:20:51.614Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-11-29T04:20:53.958Z | Compiling steno v0.4.1 |
1169 | 2024-11-29T04:20:54.962Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-11-29T04:20:55.378Z | Compiling slog-dtrace v0.3.0 |
1171 | 2024-11-29T04:20:55.803Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-11-29T04:20:56.341Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-11-29T04:20:56.508Z | Compiling humantime v2.1.0 |
1174 | 2024-11-29T04:20:57.066Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-11-29T04:20:57.355Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1176 | 2024-11-29T04:20:59.283Z | Compiling hickory-resolver v0.24.1 |
1177 | 2024-11-29T04:21:00.461Z | Compiling num-derive v0.3.3 |
1178 | 2024-11-29T04:21:00.623Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-11-29T04:21:01.058Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1180 | 2024-11-29T04:21:01.462Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1181 | 2024-11-29T04:21:02.602Z | Compiling parking_lot v0.11.2 |
1182 | 2024-11-29T04:21:02.727Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1183 | 2024-11-29T04:21:02.949Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1184 | 2024-11-29T04:21:03.232Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1185 | 2024-11-29T04:21:04.496Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1186 | 2024-11-29T04:21:05.976Z | Compiling crossbeam-epoch v0.9.18 |
1187 | 2024-11-29T04:21:05.996Z | Compiling fxhash v0.2.1 |
1188 | 2024-11-29T04:21:06.216Z | Compiling crc32fast v1.4.2 |
1189 | 2024-11-29T04:21:06.742Z | Compiling crc8 v0.1.1 |
1190 | 2024-11-29T04:21:07.033Z | Compiling arc-swap v1.7.1 |
1191 | 2024-11-29T04:21:07.060Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1192 | 2024-11-29T04:21:07.672Z | Compiling slog-scope v4.4.0 |
1193 | 2024-11-29T04:21:08.397Z | Compiling sled v0.34.7 |
1194 | 2024-11-29T04:21:12.781Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-11-29T04:21:16.972Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1196 | 2024-11-29T04:21:16.981Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1197 | 2024-11-29T04:21:17.068Z | Compiling slog-stdlog v4.1.1 |
1198 | 2024-11-29T04:21:17.284Z | Compiling slog-envlogger v2.2.0 |
1199 | 2024-11-29T04:21:17.863Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1200 | 2024-11-29T04:21:27.265Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1201 | 2024-11-29T04:21:29.411Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1202 | 2024-11-29T04:21:32.152Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1203 | 2024-11-29T04:22:00.719Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-11-29T04:22:00.719Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1205 | 2024-11-29T04:22:08.330Z | Finished `release` profile [optimized] target(s) in 4m 55s |
1206 | 2024-11-29T04:22:08.634Z | + banner trio |
1207 | 2024-11-29T04:22:08.638Z | |
1208 | 2024-11-29T04:22:08.638Z | ##### ##### # #### |
1209 | 2024-11-29T04:22:08.638Z | # # # # # # |
1210 | 2024-11-29T04:22:08.638Z | # # # # # # |
1211 | 2024-11-29T04:22:08.638Z | # ##### # # # |
1212 | 2024-11-29T04:22:08.638Z | # # # # # # |
1213 | 2024-11-29T04:22:08.638Z | # # # # #### |
1214 | 2024-11-29T04:22:08.638Z | |
1215 | 2024-11-29T04:22:08.638Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1216 | 2024-11-29T04:22:09.102Z | Compiling cfg-if v1.0.0 |
1217 | 2024-11-29T04:22:09.102Z | Compiling libc v0.2.165 |
1218 | 2024-11-29T04:22:09.104Z | Compiling serde v1.0.215 |
1219 | 2024-11-29T04:22:09.104Z | Compiling once_cell v1.20.2 |
1220 | 2024-11-29T04:22:09.104Z | Compiling itoa v1.0.11 |
1221 | 2024-11-29T04:22:09.104Z | Compiling byteorder v1.5.0 |
1222 | 2024-11-29T04:22:09.174Z | Compiling syn v2.0.87 |
1223 | 2024-11-29T04:22:09.184Z | Compiling bytes v1.7.2 |
1224 | 2024-11-29T04:22:09.234Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-29T04:22:09.387Z | Compiling zerocopy v0.7.35 |
1226 | 2024-11-29T04:22:09.493Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-11-29T04:22:09.560Z | Compiling ahash v0.8.11 |
1228 | 2024-11-29T04:22:09.589Z | Compiling smallvec v1.13.2 |
1229 | 2024-11-29T04:22:09.609Z | Compiling scopeguard v1.2.0 |
1230 | 2024-11-29T04:22:09.618Z | Compiling allocator-api2 v0.2.18 |
1231 | 2024-11-29T04:22:09.730Z | Compiling schemars v0.8.21 |
1232 | 2024-11-29T04:22:09.780Z | Compiling memchr v2.7.4 |
1233 | 2024-11-29T04:22:10.020Z | Compiling lock_api v0.4.12 |
1234 | 2024-11-29T04:22:10.351Z | Compiling hashbrown v0.14.5 |
1235 | 2024-11-29T04:22:10.395Z | Compiling fnv v1.0.7 |
1236 | 2024-11-29T04:22:10.446Z | Compiling getrandom v0.2.15 |
1237 | 2024-11-29T04:22:10.521Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-11-29T04:22:10.535Z | Compiling mio v1.0.2 |
1239 | 2024-11-29T04:22:10.783Z | Compiling signal-hook-registry v1.4.2 |
1240 | 2024-11-29T04:22:10.891Z | Compiling parking_lot v0.12.3 |
1241 | 2024-11-29T04:22:11.311Z | Compiling socket2 v0.5.8 |
1242 | 2024-11-29T04:22:11.401Z | Compiling log v0.4.22 |
1243 | 2024-11-29T04:22:11.516Z | Compiling futures-core v0.3.30 |
1244 | 2024-11-29T04:22:11.856Z | Compiling ryu v1.0.18 |
1245 | 2024-11-29T04:22:11.966Z | Compiling equivalent v1.0.1 |
1246 | 2024-11-29T04:22:12.107Z | Compiling tracing-core v0.1.32 |
1247 | 2024-11-29T04:22:12.263Z | Compiling serde_json v1.0.133 |
1248 | 2024-11-29T04:22:12.309Z | Compiling uuid v1.11.0 |
1249 | 2024-11-29T04:22:12.357Z | Compiling regress v0.10.1 |
1250 | 2024-11-29T04:22:12.486Z | Compiling futures-sink v0.3.30 |
1251 | 2024-11-29T04:22:12.642Z | Compiling spin v0.9.8 |
1252 | 2024-11-29T04:22:12.842Z | Compiling pin-utils v0.1.0 |
1253 | 2024-11-29T04:22:12.852Z | Compiling untrusted v0.9.0 |
1254 | 2024-11-29T04:22:12.939Z | Compiling futures-task v0.3.30 |
1255 | 2024-11-29T04:22:12.950Z | Compiling slab v0.4.9 |
1256 | 2024-11-29T04:22:13.023Z | Compiling ring v0.17.8 |
1257 | 2024-11-29T04:22:13.118Z | Compiling futures-util v0.3.30 |
1258 | 2024-11-29T04:22:13.239Z | Compiling try-lock v0.2.5 |
1259 | 2024-11-29T04:22:13.390Z | Compiling want v0.3.1 |
1260 | 2024-11-29T04:22:13.538Z | Compiling chrono v0.4.38 |
1261 | 2024-11-29T04:22:13.675Z | Compiling httparse v1.9.4 |
1262 | 2024-11-29T04:22:14.411Z | Compiling futures-channel v0.3.30 |
1263 | 2024-11-29T04:22:14.846Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-11-29T04:22:15.060Z | Compiling serde_derive_internals v0.29.1 |
1265 | 2024-11-29T04:22:15.062Z | Compiling tower-service v0.3.3 |
1266 | 2024-11-29T04:22:15.193Z | Compiling foreign-types-shared v0.1.1 |
1267 | 2024-11-29T04:22:15.226Z | Compiling openssl-sys v0.9.103 |
1268 | 2024-11-29T04:22:15.297Z | Compiling foreign-types v0.3.2 |
1269 | 2024-11-29T04:22:15.392Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-11-29T04:22:15.607Z | Compiling bitflags v2.6.0 |
1271 | 2024-11-29T04:22:15.618Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-11-29T04:22:15.965Z | Compiling http v1.1.0 |
1273 | 2024-11-29T04:22:16.527Z | Compiling openssl-probe v0.1.5 |
1274 | 2024-11-29T04:22:16.751Z | Compiling semver v1.0.23 |
1275 | 2024-11-29T04:22:17.013Z | Compiling tinyvec_macros v0.1.1 |
1276 | 2024-11-29T04:22:17.024Z | Compiling quote v1.0.37 |
1277 | 2024-11-29T04:22:17.108Z | Compiling tinyvec v1.8.0 |
1278 | 2024-11-29T04:22:17.366Z | Compiling percent-encoding v2.3.1 |
1279 | 2024-11-29T04:22:17.842Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-11-29T04:22:18.806Z | Compiling unicode-normalization v0.1.24 |
1281 | 2024-11-29T04:22:19.012Z | Compiling aho-corasick v1.1.3 |
1282 | 2024-11-29T04:22:19.523Z | Compiling serde_derive v1.0.215 |
1283 | 2024-11-29T04:22:20.122Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2024-11-29T04:22:20.349Z | Compiling thiserror-impl v1.0.69 |
1285 | 2024-11-29T04:22:20.427Z | Compiling tokio-macros v2.4.0 |
1286 | 2024-11-29T04:22:20.586Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-11-29T04:22:20.680Z | Compiling tracing-attributes v0.1.27 |
1288 | 2024-11-29T04:22:21.934Z | Compiling tokio v1.41.1 |
1289 | 2024-11-29T04:22:22.756Z | Compiling openssl-macros v0.1.1 |
1290 | 2024-11-29T04:22:23.035Z | Compiling thiserror v1.0.69 |
1291 | 2024-11-29T04:22:23.310Z | Compiling http v0.2.12 |
1292 | 2024-11-29T04:22:23.345Z | Compiling unicode-bidi v0.3.15 |
1293 | 2024-11-29T04:22:23.571Z | Compiling tracing v0.1.40 |
1294 | 2024-11-29T04:22:23.583Z | Compiling openssl v0.10.66 |
1295 | 2024-11-29T04:22:24.233Z | Compiling rustls-pki-types v1.8.0 |
1296 | 2024-11-29T04:22:25.456Z | Compiling heck v0.5.0 |
1297 | 2024-11-29T04:22:27.143Z | Compiling regex-automata v0.4.7 |
1298 | 2024-11-29T04:22:27.972Z | Compiling idna v0.5.0 |
1299 | 2024-11-29T04:22:32.081Z | Compiling indexmap v2.5.0 |
1300 | 2024-11-29T04:22:34.208Z | Compiling tokio-util v0.7.12 |
1301 | 2024-11-29T04:22:34.414Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-11-29T04:22:35.283Z | Compiling native-tls v0.2.12 |
1303 | 2024-11-29T04:22:36.312Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-11-29T04:22:36.338Z | Compiling http-body v1.0.1 |
1305 | 2024-11-29T04:22:36.580Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-11-29T04:22:36.594Z | Compiling regex-syntax v0.8.4 |
1307 | 2024-11-29T04:22:36.762Z | Compiling slog v2.7.0 |
1308 | 2024-11-29T04:22:36.828Z | Compiling h2 v0.4.6 |
1309 | 2024-11-29T04:22:37.371Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-11-29T04:22:38.301Z | Compiling typify-impl v0.2.0 |
1311 | 2024-11-29T04:22:48.128Z | Compiling openapiv3 v2.0.0 |
1312 | 2024-11-29T04:22:48.458Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-11-29T04:22:49.006Z | Compiling regex v1.10.6 |
1314 | 2024-11-29T04:22:49.907Z | Compiling url v2.5.2 |
1315 | 2024-11-29T04:22:50.549Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-11-29T04:22:51.885Z | Compiling mime v0.3.17 |
1317 | 2024-11-29T04:22:51.906Z | Compiling ipnet v2.10.0 |
1318 | 2024-11-29T04:22:52.959Z | Compiling rustls v0.21.12 |
1319 | 2024-11-29T04:22:54.138Z | Compiling typify-macro v0.2.0 |
1320 | 2024-11-29T04:22:54.933Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1321 | 2024-11-29T04:22:55.462Z | Compiling hyper v1.5.1 |
1322 | 2024-11-29T04:22:57.239Z | Compiling h2 v0.3.26 |
1323 | 2024-11-29T04:22:57.632Z | Compiling http-body v0.4.6 |
1324 | 2024-11-29T04:22:57.659Z | Compiling rustls-webpki v0.102.8 |
1325 | 2024-11-29T04:22:58.102Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-29T04:22:58.425Z | Compiling sct v0.7.1 |
1327 | 2024-11-29T04:22:58.864Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-11-29T04:22:59.216Z | Compiling subtle v2.6.1 |
1329 | 2024-11-29T04:22:59.481Z | Compiling zeroize v1.8.1 |
1330 | 2024-11-29T04:22:59.807Z | Compiling httpdate v1.0.3 |
1331 | 2024-11-29T04:23:00.540Z | Compiling toml_edit v0.19.15 |
1332 | 2024-11-29T04:23:01.658Z | Compiling serde_yaml v0.9.34+deprecated |
1333 | 2024-11-29T04:23:01.960Z | Compiling rustls v0.23.13 |
1334 | 2024-11-29T04:23:04.867Z | Compiling hyper v0.14.30 |
1335 | 2024-11-29T04:23:05.355Z | Compiling hyper-util v0.1.10 |
1336 | 2024-11-29T04:23:11.076Z | Compiling lazy_static v1.5.0 |
1337 | 2024-11-29T04:23:11.212Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-11-29T04:23:11.676Z | Compiling tokio-rustls v0.24.1 |
1339 | 2024-11-29T04:23:12.082Z | Compiling proc-macro-crate v1.3.1 |
1340 | 2024-11-29T04:23:12.382Z | Compiling http-body-util v0.1.2 |
1341 | 2024-11-29T04:23:12.515Z | Compiling webpki-roots v0.26.6 |
1342 | 2024-11-29T04:23:12.726Z | Compiling base64 v0.22.1 |
1343 | 2024-11-29T04:23:12.798Z | Compiling base64 v0.21.7 |
1344 | 2024-11-29T04:23:12.881Z | Compiling crossbeam-utils v0.8.20 |
1345 | 2024-11-29T04:23:12.898Z | Compiling hyper-tls v0.6.0 |
1346 | 2024-11-29T04:23:13.397Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-11-29T04:23:13.791Z | Compiling rustls-pemfile v2.1.3 |
1348 | 2024-11-29T04:23:13.899Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-11-29T04:23:14.165Z | Compiling hyper-rustls v0.27.3 |
1350 | 2024-11-29T04:23:14.527Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-11-29T04:23:14.954Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-11-29T04:23:15.434Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-11-29T04:23:15.560Z | Compiling typify v0.2.0 |
1354 | 2024-11-29T04:23:16.068Z | Compiling ipnetwork v0.20.0 |
1355 | 2024-11-29T04:23:18.659Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2024-11-29T04:23:18.846Z | Compiling foreign-types-macros v0.2.3 |
1357 | 2024-11-29T04:23:18.956Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-11-29T04:23:18.959Z | Compiling rand_core v0.6.4 |
1359 | 2024-11-29T04:23:19.100Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-11-29T04:23:19.403Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-11-29T04:23:19.414Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-11-29T04:23:19.520Z | Compiling powerfmt v0.2.0 |
1363 | 2024-11-29T04:23:19.573Z | Compiling sync_wrapper v0.1.2 |
1364 | 2024-11-29T04:23:19.699Z | Compiling reqwest v0.11.27 |
1365 | 2024-11-29T04:23:20.001Z | Compiling deranged v0.3.11 |
1366 | 2024-11-29T04:23:20.094Z | Compiling time-macros v0.2.18 |
1367 | 2024-11-29T04:23:20.132Z | Compiling foreign-types v0.5.0 |
1368 | 2024-11-29T04:23:20.242Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-11-29T04:23:21.650Z | Compiling dirs-next v2.0.0 |
1370 | 2024-11-29T04:23:22.041Z | Compiling reqwest v0.12.9 |
1371 | 2024-11-29T04:23:22.043Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1372 | 2024-11-29T04:23:22.966Z | Compiling progenitor-impl v0.8.0 |
1373 | 2024-11-29T04:23:27.779Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-29T04:23:28.815Z | Compiling num_enum v0.5.11 |
1375 | 2024-11-29T04:23:28.993Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1376 | 2024-11-29T04:23:29.937Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1377 | 2024-11-29T04:23:30.096Z | Compiling cstr-argument v0.1.2 |
1378 | 2024-11-29T04:23:30.346Z | Compiling thread_local v1.1.8 |
1379 | 2024-11-29T04:23:30.848Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-11-29T04:23:30.972Z | Compiling time-core v0.1.2 |
1381 | 2024-11-29T04:23:31.065Z | Compiling either v1.13.0 |
1382 | 2024-11-29T04:23:31.143Z | Compiling num-conv v0.1.0 |
1383 | 2024-11-29T04:23:31.386Z | Compiling arc-swap v1.7.1 |
1384 | 2024-11-29T04:23:31.491Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1385 | 2024-11-29T04:23:32.037Z | Compiling slog-scope v4.4.0 |
1386 | 2024-11-29T04:23:32.749Z | Compiling itertools v0.12.1 |
1387 | 2024-11-29T04:23:32.901Z | Compiling time v0.3.36 |
1388 | 2024-11-29T04:23:32.912Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1389 | 2024-11-29T04:23:33.277Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1390 | 2024-11-29T04:23:34.140Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1391 | 2024-11-29T04:23:34.315Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-11-29T04:23:35.816Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-11-29T04:23:36.156Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1394 | 2024-11-29T04:23:41.674Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-11-29T04:23:47.040Z | Compiling term v0.7.0 |
1396 | 2024-11-29T04:23:47.294Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-11-29T04:23:49.133Z | Compiling rand v0.8.5 |
1398 | 2024-11-29T04:23:50.842Z | Compiling anyhow v1.0.93 |
1399 | 2024-11-29T04:23:51.594Z | Compiling colored v2.1.0 |
1400 | 2024-11-29T04:23:52.263Z | Compiling is-terminal v0.4.13 |
1401 | 2024-11-29T04:23:52.387Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-11-29T04:23:52.747Z | Compiling winnow v0.6.18 |
1403 | 2024-11-29T04:23:52.757Z | Compiling take_mut v0.2.2 |
1404 | 2024-11-29T04:23:52.914Z | Compiling slog-async v2.8.0 |
1405 | 2024-11-29T04:23:55.848Z | Compiling slog-term v2.9.1 |
1406 | 2024-11-29T04:23:56.671Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1407 | 2024-11-29T04:23:58.574Z | Compiling progenitor v0.8.0 |
1408 | 2024-11-29T04:23:58.769Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1409 | 2024-11-29T04:23:58.962Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1410 | 2024-11-29T04:24:02.524Z | Compiling slog-stdlog v4.1.1 |
1411 | 2024-11-29T04:24:03.300Z | Compiling slog-envlogger v2.2.0 |
1412 | 2024-11-29T04:24:04.743Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1413 | 2024-11-29T04:24:06.373Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1414 | 2024-11-29T04:24:19.153Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1415 | 2024-11-29T04:24:26.222Z | Finished `release` profile [optimized] target(s) in 2m 17s |
1416 | 2024-11-29T04:24:26.305Z | Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0) |
1417 | 2024-11-29T04:24:26.353Z | |
1418 | 2024-11-29T04:24:26.354Z | running 1 test |
1419 | 2024-11-29T04:24:26.523Z | configure zone |
1420 | 2024-11-29T04:24:26.540Z | install zone |
1421 | 2024-11-29T04:25:26.366Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1422 | 2024-11-29T04:26:23.154Z | boot zone |
1423 | 2024-11-29T04:26:23.921Z | start zone s1 |
1424 | 2024-11-29T04:26:23.921Z | configure zone |
1425 | 2024-11-29T04:26:23.929Z | install zone |
1426 | 2024-11-29T04:28:15.338Z | boot zone |
1427 | 2024-11-29T04:28:16.149Z | start zone s2 |
1428 | 2024-11-29T04:28:16.149Z | configure zone |
1429 | 2024-11-29T04:28:16.157Z | install zone |
1430 | 2024-11-29T04:30:06.790Z | boot zone |
1431 | 2024-11-29T04:30:07.685Z | start zone t1 |
1432 | 2024-11-29T04:30:07.685Z | configure zone |
1433 | 2024-11-29T04:30:07.694Z | install zone |
1434 | 2024-11-29T04:32:01.852Z | boot zone |
1435 | 2024-11-29T04:32:02.698Z | waiting for zones to come up |
1436 | 2024-11-29T04:32:12.701Z | [sidecar.trio] svcs milestone/network |
1437 | 2024-11-29T04:32:12.732Z | STATE STIME FMRI |
1438 | 2024-11-29T04:32:12.732Z | online 20:26:41 svc:/milestone/network:default |
1439 | 2024-11-29T04:32:12.732Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-29T04:32:12.779Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-29T04:32:12.829Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1442 | 2024-11-29T04:32:12.873Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1443 | 2024-11-29T04:32:12.876Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1444 | 2024-11-29T04:32:12.897Z | |
1445 | 2024-11-29T04:32:12.897Z | running zone s1.trio setup |
1446 | 2024-11-29T04:32:12.897Z | [s1.trio] svcs milestone/network |
1447 | 2024-11-29T04:32:12.919Z | STATE STIME FMRI |
1448 | 2024-11-29T04:32:12.919Z | online 20:28:34 svc:/milestone/network:default |
1449 | 2024-11-29T04:32:12.919Z | [s1.trio] dladm |
1450 | 2024-11-29T04:32:12.939Z | LINK CLASS MTU STATE BRIDGE OVER |
1451 | 2024-11-29T04:32:12.939Z | sl0 simnet 9000 up -- ? |
1452 | 2024-11-29T04:32:12.939Z | mg2 vnic 9000 up -- ? |
1453 | 2024-11-29T04:32:12.939Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1454 | 2024-11-29T04:32:13.443Z | |
1455 | 2024-11-29T04:32:13.443Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1456 | 2024-11-29T04:32:13.466Z | |
1457 | 2024-11-29T04:32:13.466Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1458 | 2024-11-29T04:32:13.486Z | |
1459 | 2024-11-29T04:32:13.486Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1460 | 2024-11-29T04:32:13.574Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1461 | 2024-11-29T04:32:13.616Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1462 | 2024-11-29T04:32:13.708Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1463 | 2024-11-29T04:32:13.752Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1464 | 2024-11-29T04:32:13.774Z | |
1465 | 2024-11-29T04:32:13.774Z | running zone s2.trio setup |
1466 | 2024-11-29T04:32:13.774Z | [s2.trio] svcs milestone/network |
1467 | 2024-11-29T04:32:13.797Z | STATE STIME FMRI |
1468 | 2024-11-29T04:32:13.797Z | online 20:30:25 svc:/milestone/network:default |
1469 | 2024-11-29T04:32:13.797Z | [s2.trio] dladm |
1470 | 2024-11-29T04:32:13.817Z | LINK CLASS MTU STATE BRIDGE OVER |
1471 | 2024-11-29T04:32:13.817Z | sl1 simnet 9000 up -- ? |
1472 | 2024-11-29T04:32:13.817Z | mg3 vnic 9000 up -- ? |
1473 | 2024-11-29T04:32:13.817Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1474 | 2024-11-29T04:32:14.304Z | |
1475 | 2024-11-29T04:32:14.304Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1476 | 2024-11-29T04:32:14.327Z | |
1477 | 2024-11-29T04:32:14.327Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1478 | 2024-11-29T04:32:14.347Z | |
1479 | 2024-11-29T04:32:14.347Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1480 | 2024-11-29T04:32:14.393Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1481 | 2024-11-29T04:32:14.416Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1482 | 2024-11-29T04:32:14.462Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1483 | 2024-11-29T04:32:14.483Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1484 | 2024-11-29T04:32:14.503Z | |
1485 | 2024-11-29T04:32:14.503Z | running zone t1.trio setup |
1486 | 2024-11-29T04:32:14.503Z | [t1.trio] svcs milestone/network |
1487 | 2024-11-29T04:32:14.523Z | STATE STIME FMRI |
1488 | 2024-11-29T04:32:14.523Z | - - svc:/milestone/network:default |
1489 | 2024-11-29T04:32:15.523Z | [t1.trio] svcs milestone/network |
1490 | 2024-11-29T04:32:15.545Z | STATE STIME FMRI |
1491 | 2024-11-29T04:32:15.545Z | - - svc:/milestone/network:default |
1492 | 2024-11-29T04:32:16.545Z | [t1.trio] svcs milestone/network |
1493 | 2024-11-29T04:32:16.567Z | STATE STIME FMRI |
1494 | 2024-11-29T04:32:16.567Z | - - svc:/milestone/network:default |
1495 | 2024-11-29T04:32:17.568Z | [t1.trio] svcs milestone/network |
1496 | 2024-11-29T04:32:17.590Z | STATE STIME FMRI |
1497 | 2024-11-29T04:32:17.590Z | - - svc:/milestone/network:default |
1498 | 2024-11-29T04:32:18.591Z | [t1.trio] svcs milestone/network |
1499 | 2024-11-29T04:32:18.612Z | STATE STIME FMRI |
1500 | 2024-11-29T04:32:18.612Z | - - svc:/milestone/network:default |
1501 | 2024-11-29T04:32:19.613Z | [t1.trio] svcs milestone/network |
1502 | 2024-11-29T04:32:19.634Z | STATE STIME FMRI |
1503 | 2024-11-29T04:32:19.634Z | - - svc:/milestone/network:default |
1504 | 2024-11-29T04:32:20.635Z | [t1.trio] svcs milestone/network |
1505 | 2024-11-29T04:32:20.659Z | STATE STIME FMRI |
1506 | 2024-11-29T04:32:20.659Z | offline 20:32:19 svc:/milestone/network:default |
1507 | 2024-11-29T04:32:21.659Z | [t1.trio] svcs milestone/network |
1508 | 2024-11-29T04:32:21.685Z | STATE STIME FMRI |
1509 | 2024-11-29T04:32:21.685Z | online 20:32:20 svc:/milestone/network:default |
1510 | 2024-11-29T04:32:21.685Z | [t1.trio] dladm |
1511 | 2024-11-29T04:32:21.709Z | LINK CLASS MTU STATE BRIDGE OVER |
1512 | 2024-11-29T04:32:21.709Z | tfportrear0_0 simnet 9000 up -- ? |
1513 | 2024-11-29T04:32:21.709Z | tfportrear1_0 simnet 9000 up -- ? |
1514 | 2024-11-29T04:32:21.709Z | mg1 vnic 9000 up -- ? |
1515 | 2024-11-29T04:32:21.709Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1516 | 2024-11-29T04:32:22.329Z | |
1517 | 2024-11-29T04:32:22.329Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1518 | 2024-11-29T04:32:22.354Z | |
1519 | 2024-11-29T04:32:22.355Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1520 | 2024-11-29T04:32:22.379Z | |
1521 | 2024-11-29T04:32:22.379Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1522 | 2024-11-29T04:32:22.401Z | |
1523 | 2024-11-29T04:32:22.401Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1524 | 2024-11-29T04:32:22.602Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1525 | 2024-11-29T04:32:22.607Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1526 | 2024-11-29T04:32:22.611Z | waiting 3s for copy of files to zone to complete ... |
1527 | 2024-11-29T04:32:25.612Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1528 | 2024-11-29T04:32:25.650Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1529 | 2024-11-29T04:32:25.675Z | [t1.trio] svcadm enable dendrite |
1530 | 2024-11-29T04:32:25.716Z | |
1531 | 2024-11-29T04:32:25.716Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1532 | 2024-11-29T04:32:25.766Z | |
1533 | 2024-11-29T04:32:25.766Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1534 | 2024-11-29T04:32:25.811Z | |
1535 | 2024-11-29T04:32:25.811Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1536 | 2024-11-29T04:32:25.856Z | |
1537 | 2024-11-29T04:32:25.856Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1538 | 2024-11-29T04:32:25.902Z | |
1539 | 2024-11-29T04:32:25.902Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1540 | 2024-11-29T04:32:25.948Z | |
1541 | 2024-11-29T04:32:25.948Z | [t1.trio] svcadm refresh dendrite:default |
1542 | 2024-11-29T04:32:25.989Z | |
1543 | 2024-11-29T04:32:25.989Z | [t1.trio] svcadm restart dendrite:default |
1544 | 2024-11-29T04:32:26.029Z | |
1545 | 2024-11-29T04:32:26.029Z | wait 10s for dendrite to come up ... |
1546 | 2024-11-29T04:32:36.032Z | [t1.trio] svcadm enable tfport |
1547 | 2024-11-29T04:32:36.073Z | |
1548 | 2024-11-29T04:32:36.073Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 30a9931c-6a76-4fcb-b181-7ee9feda7c47 --sled-uuid 464840ab-c37e-44fb-a512-ef275b0feab4 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1549 | 2024-11-29T04:32:36.093Z | |
1550 | 2024-11-29T04:32:36.093Z | [t1.trio] ipadm |
1551 | 2024-11-29T04:32:36.118Z | ADDROBJ TYPE STATE ADDR |
1552 | 2024-11-29T04:32:36.118Z | lo0/v4 static ok 127.0.0.1/8 |
1553 | 2024-11-29T04:32:36.118Z | mg1/v4 static ok 10.0.0.3/24 |
1554 | 2024-11-29T04:32:36.118Z | lo0/v6 static ok ::1/128 |
1555 | 2024-11-29T04:32:36.118Z | lo0/u6 static ok fd00:3::1/64 |
1556 | 2024-11-29T04:32:36.118Z | tfportrear0_0/v6 addrconf ok fe80::68ce:9bff:fe68:623c%tfportrear0_0/10 |
1557 | 2024-11-29T04:32:36.118Z | tfportrear1_0/v6 addrconf ok fe80::e4f3:71ff:fee1:3591%tfportrear1_0/10 |
1558 | 2024-11-29T04:32:38.330Z | initial peering test passed |
1559 | 2024-11-29T04:32:39.334Z | advertise from one passed |
1560 | 2024-11-29T04:32:40.336Z | advertise from two passed |
1561 | 2024-11-29T04:32:40.336Z | [s1.trio] ping fd00:2::1 |
1562 | 2024-11-29T04:32:40.365Z | fd00:2::1 is alive |
1563 | 2024-11-29T04:32:40.365Z | [s2.trio] ping fd00:1::1 |
1564 | 2024-11-29T04:32:40.385Z | fd00:1::1 is alive |
1565 | 2024-11-29T04:32:40.385Z | connectivity test passed |
1566 | 2024-11-29T04:32:40.385Z | [t1.trio] pkill ddmd |
1567 | 2024-11-29T04:32:40.406Z | |
1568 | 2024-11-29T04:32:46.411Z | [t1.trio] svcadm enable dendrite |
1569 | 2024-11-29T04:32:46.453Z | |
1570 | 2024-11-29T04:32:46.453Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1571 | 2024-11-29T04:32:46.497Z | |
1572 | 2024-11-29T04:32:46.497Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1573 | 2024-11-29T04:32:46.543Z | |
1574 | 2024-11-29T04:32:46.543Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1575 | 2024-11-29T04:32:46.587Z | |
1576 | 2024-11-29T04:32:46.588Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1577 | 2024-11-29T04:32:46.631Z | |
1578 | 2024-11-29T04:32:46.631Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1579 | 2024-11-29T04:32:46.675Z | |
1580 | 2024-11-29T04:32:46.675Z | [t1.trio] svcadm refresh dendrite:default |
1581 | 2024-11-29T04:32:46.714Z | |
1582 | 2024-11-29T04:32:46.714Z | [t1.trio] svcadm restart dendrite:default |
1583 | 2024-11-29T04:32:46.754Z | |
1584 | 2024-11-29T04:32:46.754Z | wait 10s for dendrite to come up ... |
1585 | 2024-11-29T04:32:56.756Z | [t1.trio] svcadm enable tfport |
1586 | 2024-11-29T04:32:56.797Z | |
1587 | 2024-11-29T04:32:56.797Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 7869999a-f1d4-4eb9-9269-55e7b5763d56 --sled-uuid 26caee06-a6bc-4b47-9a76-862c633bbf87 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1588 | 2024-11-29T04:32:56.818Z | |
1589 | 2024-11-29T04:32:56.818Z | [t1.trio] ipadm |
1590 | 2024-11-29T04:32:56.842Z | ADDROBJ TYPE STATE ADDR |
1591 | 2024-11-29T04:32:56.842Z | lo0/v4 static ok 127.0.0.1/8 |
1592 | 2024-11-29T04:32:56.842Z | mg1/v4 static ok 10.0.0.3/24 |
1593 | 2024-11-29T04:32:56.843Z | lo0/v6 static ok ::1/128 |
1594 | 2024-11-29T04:32:56.843Z | lo0/u6 static ok fd00:3::1/64 |
1595 | 2024-11-29T04:32:56.843Z | tfportrear0_0/v6 addrconf ok fe80::68ce:9bff:fe68:623c%tfportrear0_0/10 |
1596 | 2024-11-29T04:32:56.843Z | tfportrear1_0/v6 addrconf ok fe80::e4f3:71ff:fee1:3591%tfportrear1_0/10 |
1597 | 2024-11-29T04:32:59.846Z | [s1.trio] ping fd00:2::1 |
1598 | 2024-11-29T04:32:59.869Z | fd00:2::1 is alive |
1599 | 2024-11-29T04:32:59.869Z | [s2.trio] ping fd00:1::1 |
1600 | 2024-11-29T04:32:59.890Z | fd00:1::1 is alive |
1601 | 2024-11-29T04:32:59.890Z | transit router restart passed |
1602 | 2024-11-29T04:32:59.890Z | [s1.trio] pkill ddmd |
1603 | 2024-11-29T04:32:59.911Z | |
1604 | 2024-11-29T04:33:04.915Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1605 | 2024-11-29T04:33:04.953Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1606 | 2024-11-29T04:33:04.971Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1607 | 2024-11-29T04:33:04.993Z | |
1608 | 2024-11-29T04:33:07.997Z | [s1.trio] ping fd00:2::1 |
1609 | 2024-11-29T04:33:08.019Z | fd00:2::1 is alive |
1610 | 2024-11-29T04:33:08.019Z | [s2.trio] ping fd00:1::1 |
1611 | 2024-11-29T04:33:08.039Z | fd00:1::1 is alive |
1612 | 2024-11-29T04:33:08.039Z | server router restart passed |
1613 | 2024-11-29T04:33:11.045Z | peer expiration recovery passed |
1614 | 2024-11-29T04:33:12.046Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1615 | 2024-11-29T04:33:12.072Z | 3 |
1616 | 2024-11-29T04:33:12.072Z | redundant advertise passed |
1617 | 2024-11-29T04:33:13.074Z | tunnel endpoint advertise passed |
1618 | 2024-11-29T04:33:18.077Z | redundant tunnel endpoint advertise passed |
1619 | 2024-11-29T04:33:18.077Z | [s1.trio] pkill ddmd |
1620 | 2024-11-29T04:33:18.098Z | |
1621 | 2024-11-29T04:33:23.099Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1622 | 2024-11-29T04:33:23.138Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1623 | 2024-11-29T04:33:23.158Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1624 | 2024-11-29T04:33:23.180Z | |
1625 | 2024-11-29T04:33:28.248Z | tunnel router restart passed |
1626 | 2024-11-29T04:33:29.250Z | tunnel endpoint withdraw passed |
1627 | 2024-11-29T04:33:29.266Z | [t1.trio] pkill ddmd |
1628 | 2024-11-29T04:33:29.295Z | |
1629 | 2024-11-29T04:33:29.295Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1630 | 2024-11-29T04:33:29.300Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1631 | 2024-11-29T04:33:31.805Z | [s2.trio] pkill ddmd |
1632 | 2024-11-29T04:33:31.825Z | |
1633 | 2024-11-29T04:33:31.825Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1634 | 2024-11-29T04:33:34.484Z | [s1.trio] pkill ddmd |
1635 | 2024-11-29T04:33:34.504Z | |
1636 | 2024-11-29T04:33:34.504Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1637 | 2024-11-29T04:33:36.940Z | [sidecar.trio] pkill softnpu |
1638 | 2024-11-29T04:33:36.960Z | |
1639 | 2024-11-29T04:33:36.960Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1640 | 2024-11-29T04:33:39.619Z | test ddm::test_trio_v2_server ... ok |
1641 | 2024-11-29T04:33:39.619Z | |
1642 | 2024-11-29T04:33:39.619Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 553.15s |
1643 | 2024-11-29T04:33:39.619Z | |
1644 | 2024-11-29T04:33:39.648Z | + cleanup |
1645 | 2024-11-29T04:33:39.650Z | ++ id -un |
1646 | 2024-11-29T04:33:39.654Z | ++ id -gn |
1647 | 2024-11-29T04:33:39.656Z | + pfexec chown -R build:build . |
1648 | 2024-11-29T04:33:39.735Z | process exited: duration 1053245 ms, exit code 0 |
|
1649 | 2024-11-29T04:33:39.745Z | found 4 output files |
1650 | 2024-11-29T04:33:39.745Z | uploading: /work/s1.trio.log (4255 bytes) |
1651 | 2024-11-29T04:33:40.753Z | uploaded: /work/s1.trio.log |
1652 | 2024-11-29T04:33:40.758Z | uploading: /work/s2.trio.log (9511 bytes) |
1653 | 2024-11-29T04:33:41.765Z | uploaded: /work/s2.trio.log |
1654 | 2024-11-29T04:33:41.770Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1655 | 2024-11-29T04:33:42.777Z | uploaded: /work/sidecar.trio-softnpu.log |
1656 | 2024-11-29T04:33:42.780Z | uploading: /work/t1.trio.log (25804 bytes) |
1657 | 2024-11-29T04:33:43.788Z | uploaded: /work/t1.trio.log |