|
|
|
1 | 2024-11-29T04:15:26.943Z | job assigned to worker 01JDV21BW15Y5T2ZMWGAQ6GRFW [factory aws, i-043830fcd157de0af] (queued for 58 s) |
|
2 | 2024-11-29T04:15:34.672Z | starting task 0: "setup" |
3 | 2024-11-29T04:15:34.681Z | ++ uname -s |
4 | 2024-11-29T04:15:34.684Z | + kern=SunOS |
5 | 2024-11-29T04:15:34.684Z | + case "$kern" in |
6 | 2024-11-29T04:15:34.684Z | + groupadd -g 12345 build |
7 | 2024-11-29T04:15:34.687Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T04:15:36.696Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T04:15:36.748Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T04:15:36.750Z | + home_fs=zfs |
11 | 2024-11-29T04:15:36.750Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T04:15:36.750Z | + mkdir -p /home/build |
13 | 2024-11-29T04:15:36.753Z | + chown build:build /home/build /work |
14 | 2024-11-29T04:15:38.754Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T04:15:38.757Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-11-29T04:15:38.762Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T04:15:38.768Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T04:15:38.768Z | ' stable |
19 | 2024-11-29T04:15:38.768Z | * toolchain channel = "stable" |
20 | 2024-11-29T04:15:38.768Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-29T04:15:38.768Z | ' default |
22 | 2024-11-29T04:15:38.768Z | * toolchain profile = "default" |
23 | 2024-11-29T04:15:38.771Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T04:15:38.771Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T04:15:38.871Z | info: downloading installer |
26 | 2024-11-29T04:15:40.097Z | info: profile set to 'default' |
27 | 2024-11-29T04:15:40.097Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T04:15:40.100Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T04:15:40.263Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T04:15:40.264Z | info: downloading component 'cargo' |
31 | 2024-11-29T04:15:41.256Z | info: downloading component 'clippy' |
32 | 2024-11-29T04:15:41.636Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T04:15:43.024Z | info: downloading component 'rust-std' |
34 | 2024-11-29T04:15:45.027Z | info: downloading component 'rustc' |
35 | 2024-11-29T04:15:52.661Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T04:15:52.952Z | info: installing component 'cargo' |
37 | 2024-11-29T04:15:53.760Z | info: installing component 'clippy' |
38 | 2024-11-29T04:15:54.134Z | info: installing component 'rust-docs' |
39 | 2024-11-29T04:15:55.835Z | info: installing component 'rust-std' |
40 | 2024-11-29T04:15:57.509Z | info: installing component 'rustc' |
41 | 2024-11-29T04:16:03.272Z | info: installing component 'rustfmt' |
42 | 2024-11-29T04:16:03.607Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T04:16:03.607Z | |
44 | 2024-11-29T04:16:03.969Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T04:16:03.969Z | |
46 | 2024-11-29T04:16:03.971Z | |
47 | 2024-11-29T04:16:03.971Z | Rust is installed now. Great! |
48 | 2024-11-29T04:16:03.971Z | |
49 | 2024-11-29T04:16:03.971Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T04:16:03.971Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T04:16:03.971Z | |
52 | 2024-11-29T04:16:03.971Z | To configure your current shell, you need to source |
53 | 2024-11-29T04:16:03.971Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T04:16:03.972Z | |
55 | 2024-11-29T04:16:03.972Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T04:16:03.972Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T04:16:03.972Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T04:16:04.045Z | + rustc --version |
59 | 2024-11-29T04:16:04.111Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T04:16:04.114Z | process exited: duration 25349 ms, exit code 0 |
|
61 | 2024-11-29T04:16:04.120Z | starting task 2: "authentication" |
62 | 2024-11-29T04:16:04.140Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-29T04:16:04.145Z | starting task 3: "clone repository" |
64 | 2024-11-29T04:16:04.151Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-29T04:16:04.154Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-29T04:16:04.187Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-29T04:16:04.811Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-29T04:16:04.814Z | + git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380 |
69 | 2024-11-29T04:16:05.063Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-29T04:16:05.063Z | * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD |
71 | 2024-11-29T04:16:05.071Z | + [[ -n renovate/rust-1.x ]] |
72 | 2024-11-29T04:16:05.074Z | ++ git branch --show-current |
73 | 2024-11-29T04:16:05.076Z | + current=main |
74 | 2024-11-29T04:16:05.076Z | + [[ main != renovate/rust-1.x ]] |
75 | 2024-11-29T04:16:05.076Z | + git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380 |
76 | 2024-11-29T04:16:05.079Z | + git checkout -f renovate/rust-1.x |
77 | 2024-11-29T04:16:05.093Z | Switched to branch 'renovate/rust-1.x' |
78 | 2024-11-29T04:16:05.096Z | + git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380 |
79 | 2024-11-29T04:16:05.098Z | HEAD is now at d143b7c Update dependency rust to v1.83.0 |
80 | 2024-11-29T04:16:05.101Z | process exited: duration 954 ms, exit code 0 |
|
81 | 2024-11-29T04:16:05.106Z | starting task 4: "build" |
82 | 2024-11-29T04:16:05.111Z | ++ cargo --version |
83 | 2024-11-29T04:16:05.116Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-11-29T04:16:05.260Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-11-29T04:16:05.260Z | info: downloading component 'cargo' |
86 | 2024-11-29T04:16:05.966Z | info: downloading component 'clippy' |
87 | 2024-11-29T04:16:06.245Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T04:16:07.246Z | info: downloading component 'rust-std' |
89 | 2024-11-29T04:16:08.699Z | info: downloading component 'rustc' |
90 | 2024-11-29T04:16:14.262Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T04:16:14.474Z | info: installing component 'cargo' |
92 | 2024-11-29T04:16:15.310Z | info: installing component 'clippy' |
93 | 2024-11-29T04:16:15.690Z | info: installing component 'rust-docs' |
94 | 2024-11-29T04:16:17.370Z | info: installing component 'rust-std' |
95 | 2024-11-29T04:16:19.019Z | info: installing component 'rustc' |
96 | 2024-11-29T04:16:24.751Z | info: installing component 'rustfmt' |
97 | 2024-11-29T04:16:25.164Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-11-29T04:16:25.167Z | ++ rustc --version |
99 | 2024-11-29T04:16:25.240Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-11-29T04:16:25.244Z | ++ dladm |
101 | 2024-11-29T04:16:25.248Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-29T04:16:25.248Z | ena0 phys 9216 up -- -- |
103 | 2024-11-29T04:16:25.248Z | ++ ipadm |
104 | 2024-11-29T04:16:25.253Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-29T04:16:25.253Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-29T04:16:25.253Z | ena0/dhcp dhcp ok 10.150.1.152/24 |
107 | 2024-11-29T04:16:25.253Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-29T04:16:25.253Z | ++ banner collect |
109 | 2024-11-29T04:16:25.257Z | |
110 | 2024-11-29T04:16:25.257Z | #### #### # # ###### #### ##### |
111 | 2024-11-29T04:16:25.257Z | # # # # # # # # # # |
112 | 2024-11-29T04:16:25.257Z | # # # # # ##### # # |
113 | 2024-11-29T04:16:25.258Z | # # # # # # # # |
114 | 2024-11-29T04:16:25.258Z | # # # # # # # # # # |
115 | 2024-11-29T04:16:25.258Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-29T04:16:25.258Z | |
117 | 2024-11-29T04:16:25.258Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-29T04:16:25.258Z | ++ repo=softnpu |
119 | 2024-11-29T04:16:25.258Z | ++ series=image |
120 | 2024-11-29T04:16:25.258Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-29T04:16:25.258Z | ++ name=softnpu |
122 | 2024-11-29T04:16:25.259Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-29T04:16:25.259Z | ++ mkdir -p download |
124 | 2024-11-29T04:16:25.259Z | ++ pushd download |
125 | 2024-11-29T04:16:25.259Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-29T04:16:25.259Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-29T04:16:25.259Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-29T04:16:25.264Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-29T04:16:25.264Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-29T04:16:25.702Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
82 21.8M 82 18.0M 0 0 48.6M 0 --:--:-- --:--:-- --:--:-- 48.6M
100 21.8M 100 21.8M 0 0 49.8M 0 --:--:-- --:--:-- --:--:-- 49.8M |
131 | 2024-11-29T04:16:25.705Z | ++ popd |
132 | 2024-11-29T04:16:25.705Z | /work/oxidecomputer/maghemite |
133 | 2024-11-29T04:16:25.705Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-29T04:16:25.705Z | ++ repo=sidecar-lite |
135 | 2024-11-29T04:16:25.705Z | ++ series=release |
136 | 2024-11-29T04:16:25.705Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-29T04:16:25.705Z | ++ name=libsidecar_lite.so |
138 | 2024-11-29T04:16:25.705Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-29T04:16:25.705Z | ++ mkdir -p download |
140 | 2024-11-29T04:16:25.708Z | ++ pushd download |
141 | 2024-11-29T04:16:25.708Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-29T04:16:25.708Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-29T04:16:25.708Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-29T04:16:25.715Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-29T04:16:25.718Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-29T04:16:26.235Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 39.0M 0 --:--:-- --:--:-- --:--:-- 39.1M |
147 | 2024-11-29T04:16:26.241Z | ++ popd |
148 | 2024-11-29T04:16:26.244Z | /work/oxidecomputer/maghemite |
149 | 2024-11-29T04:16:26.244Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-29T04:16:26.244Z | ++ repo=sidecar-lite |
151 | 2024-11-29T04:16:26.244Z | ++ series=release |
152 | 2024-11-29T04:16:26.244Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-29T04:16:26.244Z | ++ name=scadm |
154 | 2024-11-29T04:16:26.244Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-29T04:16:26.244Z | ++ mkdir -p download |
156 | 2024-11-29T04:16:26.244Z | ++ pushd download |
157 | 2024-11-29T04:16:26.244Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-29T04:16:26.244Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-29T04:16:26.245Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-29T04:16:26.255Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-29T04:16:26.255Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-29T04:16:26.828Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
81 22.7M 81 18.4M 0 0 48.8M 0 --:--:-- --:--:-- --:--:-- 48.8M
100 22.7M 100 22.7M 0 0 40.1M 0 --:--:-- --:--:-- --:--:-- 40.1M |
163 | 2024-11-29T04:16:26.832Z | ++ popd |
164 | 2024-11-29T04:16:26.832Z | /work/oxidecomputer/maghemite |
165 | 2024-11-29T04:16:26.832Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-29T04:16:26.832Z | ++ repo=dendrite |
167 | 2024-11-29T04:16:26.832Z | ++ series=image |
168 | 2024-11-29T04:16:26.832Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-29T04:16:26.832Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-29T04:16:26.832Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-29T04:16:26.832Z | ++ mkdir -p download |
172 | 2024-11-29T04:16:26.832Z | ++ pushd download |
173 | 2024-11-29T04:16:26.832Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-29T04:16:26.832Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-29T04:16:26.832Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-29T04:16:26.838Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-29T04:16:26.840Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-29T04:16:27.612Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 48.6M 0 --:--:-- --:--:-- --:--:-- 48.6M |
179 | 2024-11-29T04:16:27.614Z | ++ popd |
180 | 2024-11-29T04:16:27.614Z | /work/oxidecomputer/maghemite |
181 | 2024-11-29T04:16:27.617Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-29T04:16:27.617Z | ++ repo=maghemite |
183 | 2024-11-29T04:16:27.617Z | ++ series=release |
184 | 2024-11-29T04:16:27.617Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-29T04:16:27.617Z | ++ name=ddmd |
186 | 2024-11-29T04:16:27.617Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-29T04:16:27.617Z | ++ mkdir -p download |
188 | 2024-11-29T04:16:27.617Z | ++ pushd download |
189 | 2024-11-29T04:16:27.617Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-29T04:16:27.617Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-29T04:16:27.617Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-29T04:16:27.625Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-29T04:16:27.625Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-29T04:16:28.390Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 53.6M 0 --:--:-- --:--:-- --:--:-- 53.6M |
195 | 2024-11-29T04:16:28.392Z | ++ popd |
196 | 2024-11-29T04:16:28.397Z | /work/oxidecomputer/maghemite |
197 | 2024-11-29T04:16:28.397Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-29T04:16:28.397Z | ++ repo=maghemite |
199 | 2024-11-29T04:16:28.397Z | ++ series=release |
200 | 2024-11-29T04:16:28.398Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-29T04:16:28.398Z | ++ name=ddmadm |
202 | 2024-11-29T04:16:28.398Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-29T04:16:28.398Z | ++ mkdir -p download |
204 | 2024-11-29T04:16:28.398Z | ++ pushd download |
205 | 2024-11-29T04:16:28.398Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-29T04:16:28.398Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-29T04:16:28.398Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-29T04:16:28.405Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-29T04:16:28.410Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-29T04:16:28.940Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
21 18.0M 21 4051k 0 0 16.6M 0 0:00:01 --:--:-- 0:00:01 16.6M
100 18.0M 100 18.0M 0 0 34.7M 0 --:--:-- --:--:-- --:--:-- 34.7M |
211 | 2024-11-29T04:16:28.955Z | ++ popd |
212 | 2024-11-29T04:16:28.955Z | /work/oxidecomputer/maghemite |
213 | 2024-11-29T04:16:28.955Z | ++ pushd download |
214 | 2024-11-29T04:16:28.956Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-29T04:16:28.956Z | ++ chmod +x softnpu |
216 | 2024-11-29T04:16:28.956Z | ++ chmod +x scadm |
217 | 2024-11-29T04:16:28.956Z | ++ chmod +x ddmadm |
218 | 2024-11-29T04:16:28.956Z | ++ chmod +x ddmd |
219 | 2024-11-29T04:16:28.956Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-29T04:16:28.956Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-29T04:16:28.956Z | ++ rm -rf zones/dendrite |
222 | 2024-11-29T04:16:28.956Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-29T04:16:28.956Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-29T04:16:29.699Z | ++ popd |
225 | 2024-11-29T04:16:29.699Z | /work/oxidecomputer/maghemite |
226 | 2024-11-29T04:16:29.700Z | ++ banner install |
227 | 2024-11-29T04:16:29.708Z | |
228 | 2024-11-29T04:16:29.708Z | # # # #### ##### ## # # |
229 | 2024-11-29T04:16:29.708Z | # ## # # # # # # # |
230 | 2024-11-29T04:16:29.708Z | # # # # #### # # # # # |
231 | 2024-11-29T04:16:29.709Z | # # # # # # ###### # # |
232 | 2024-11-29T04:16:29.709Z | # # ## # # # # # # # |
233 | 2024-11-29T04:16:29.709Z | # # # #### # # # ###### ###### |
234 | 2024-11-29T04:16:29.709Z | |
235 | 2024-11-29T04:16:29.709Z | ++ pkg info brand/sparse |
236 | 2024-11-29T04:16:29.709Z | ++ grep -qi installed |
237 | 2024-11-29T04:16:31.217Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-29T04:16:31.217Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-29T04:16:31.217Z | |
240 | 2024-11-29T04:16:31.217Z | brand/sparse |
241 | 2024-11-29T04:16:31.291Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-29T04:16:31.291Z | ++ set -o errexit |
243 | 2024-11-29T04:16:31.291Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-29T04:16:40.732Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-29T04:16:44.456Z | Startup: Caching catalogs ... Done |
246 | 2024-11-29T04:16:53.969Z | Planning: Solver setup ... Done |
247 | 2024-11-29T04:16:54.096Z | Planning: Running solver ... Done |
248 | 2024-11-29T04:16:54.194Z | Planning: Finding local manifests ... Done |
249 | 2024-11-29T04:16:54.209Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-29T04:16:54.315Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-29T04:16:54.384Z | Planning: Package planning ... Done |
252 | 2024-11-29T04:16:54.390Z | Planning: Merging actions ... Done |
253 | 2024-11-29T04:16:54.580Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-29T04:16:56.490Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-29T04:16:56.901Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-29T04:16:56.968Z | Planning: Planning completed in 12.42 seconds |
257 | 2024-11-29T04:16:56.982Z | Packages to install: 1 |
258 | 2024-11-29T04:16:56.982Z | Packages to update: 2 |
259 | 2024-11-29T04:16:56.986Z | Create boot environment: No |
260 | 2024-11-29T04:16:56.986Z | Create backup boot environment: Yes |
261 | 2024-11-29T04:16:57.057Z | |
262 | 2024-11-29T04:16:57.057Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-29T04:17:02.085Z | Download: 914/1009 items 8.0/8.0MB 99% complete (1.8M/s) |
264 | 2024-11-29T04:17:04.337Z | Download: Completed 8.03 MB in 7.28 seconds (1.1M/s) |
265 | 2024-11-29T04:17:06.347Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-11-29T04:17:06.366Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-11-29T04:17:06.481Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-11-29T04:17:06.789Z | Actions: Completed 1419 actions in 0.44 seconds. |
269 | 2024-11-29T04:17:06.986Z | Done |
270 | 2024-11-29T04:17:06.989Z | Done |
271 | 2024-11-29T04:17:07.480Z | Done |
272 | 2024-11-29T04:17:11.638Z | Done |
273 | 2024-11-29T04:17:11.724Z | Done |
274 | 2024-11-29T04:17:11.727Z | Done |
275 | 2024-11-29T04:17:11.822Z | Done |
276 | 2024-11-29T04:17:12.212Z | ++ set -o errexit |
277 | 2024-11-29T04:17:12.212Z | ++ set -o pipefail |
278 | 2024-11-29T04:17:12.212Z | ++ banner build |
279 | 2024-11-29T04:17:12.214Z | |
280 | 2024-11-29T04:17:12.214Z | ##### # # # # ##### |
281 | 2024-11-29T04:17:12.214Z | # # # # # # # # |
282 | 2024-11-29T04:17:12.214Z | ##### # # # # # # |
283 | 2024-11-29T04:17:12.214Z | # # # # # # # # |
284 | 2024-11-29T04:17:12.214Z | # # # # # # # # |
285 | 2024-11-29T04:17:12.214Z | ##### #### # ###### ##### |
286 | 2024-11-29T04:17:12.214Z | |
287 | 2024-11-29T04:17:12.214Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-11-29T04:17:12.376Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-11-29T04:17:12.601Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-11-29T04:17:12.785Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-11-29T04:17:12.785Z | * [new branch] ci -> origin/ci |
292 | 2024-11-29T04:17:12.788Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
293 | 2024-11-29T04:17:12.788Z | * [new branch] main -> origin/main |
294 | 2024-11-29T04:17:12.788Z | * [new ref] -> origin/HEAD |
295 | 2024-11-29T04:17:12.799Z | Updating crates.io index |
296 | 2024-11-29T04:17:12.801Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-11-29T04:17:13.484Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-11-29T04:17:13.484Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-11-29T04:17:13.662Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-11-29T04:17:14.879Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-11-29T04:17:14.879Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-11-29T04:17:14.918Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-11-29T04:17:15.253Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-11-29T04:17:15.253Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-11-29T04:17:15.284Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-11-29T04:17:15.720Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-11-29T04:17:15.720Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-11-29T04:17:15.732Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-11-29T04:17:19.130Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-11-29T04:17:19.130Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-11-29T04:17:19.159Z | * [new tag] dogfood -> dogfood |
312 | 2024-11-29T04:17:19.162Z | * [new tag] v5 -> v5 |
313 | 2024-11-29T04:17:19.162Z | * [new tag] v6 -> v6 |
314 | 2024-11-29T04:17:19.162Z | * [new tag] v7 -> v7 |
315 | 2024-11-29T04:17:19.162Z | * [new tag] v8 -> v8 |
316 | 2024-11-29T04:17:19.162Z | * [new tag] v9 -> v9 |
317 | 2024-11-29T04:17:19.516Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-11-29T04:17:20.457Z | From https://github.com/oxidecomputer/opte |
319 | 2024-11-29T04:17:20.458Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-11-29T04:17:20.501Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-11-29T04:17:20.887Z | From https://github.com/illumos/smf-rs |
322 | 2024-11-29T04:17:20.887Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-11-29T04:17:20.953Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-11-29T04:17:21.474Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-11-29T04:17:21.474Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-11-29T04:17:21.491Z | * [new tag] rift -> rift |
327 | 2024-11-29T04:17:21.493Z | * [new tag] srp -> srp |
328 | 2024-11-29T04:17:21.493Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-11-29T04:17:21.562Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-11-29T04:17:21.901Z | From https://github.com/oxidecomputer/zone |
331 | 2024-11-29T04:17:21.901Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-11-29T04:17:21.930Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-11-29T04:17:22.657Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-11-29T04:17:22.657Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-11-29T04:17:22.801Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-11-29T04:17:23.154Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-11-29T04:17:23.154Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-11-29T04:17:23.165Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-11-29T04:17:23.582Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-11-29T04:17:23.582Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-11-29T04:17:23.598Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-11-29T04:17:23.612Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-11-29T04:17:24.010Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-11-29T04:17:24.010Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-11-29T04:17:24.146Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-11-29T04:17:24.567Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-11-29T04:17:24.567Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-11-29T04:17:24.602Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-11-29T04:17:25.011Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-11-29T04:17:25.011Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-11-29T04:17:25.038Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-11-29T04:17:25.481Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-11-29T04:17:25.481Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-11-29T04:17:25.550Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-11-29T04:17:25.933Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-11-29T04:17:25.933Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-11-29T04:17:25.970Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-11-29T04:17:26.337Z | From https://github.com/illumos/libscf-sys |
359 | 2024-11-29T04:17:26.337Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-11-29T04:17:26.373Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-11-29T04:17:27.387Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-11-29T04:17:27.387Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-11-29T04:17:27.408Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-11-29T04:17:27.411Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-11-29T04:17:27.411Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-11-29T04:17:27.411Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-11-29T04:17:27.411Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-11-29T04:17:27.411Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-11-29T04:17:27.411Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-11-29T04:17:27.515Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-11-29T04:17:28.370Z | From https://github.com/oxidecomputer/typify |
372 | 2024-11-29T04:17:28.370Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-11-29T04:17:28.372Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-11-29T04:17:28.389Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-11-29T04:17:28.392Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-11-29T04:17:28.392Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-11-29T04:17:28.740Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-11-29T04:17:30.610Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-11-29T04:17:30.610Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-11-29T04:17:30.676Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-11-29T04:17:31.165Z | From https://github.com/oxidecomputer/opte |
392 | 2024-11-29T04:17:31.165Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-11-29T04:17:31.209Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-11-29T04:17:31.754Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-11-29T04:17:31.754Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-11-29T04:17:32.600Z | Downloading crates ... |
397 | 2024-11-29T04:17:32.825Z | Downloaded futures-sink v0.3.30 |
398 | 2024-11-29T04:17:32.867Z | Downloaded parking_lot_core v0.8.6 |
399 | 2024-11-29T04:17:32.870Z | Downloaded ahash v0.8.11 |
400 | 2024-11-29T04:17:32.873Z | Downloaded atomicwrites v0.4.4 |
401 | 2024-11-29T04:17:32.876Z | Downloaded anyhow v1.0.93 |
402 | 2024-11-29T04:17:32.884Z | Downloaded prettyplease v0.2.22 |
403 | 2024-11-29T04:17:32.887Z | Downloaded async-stream-impl v0.3.5 |
404 | 2024-11-29T04:17:32.891Z | Downloaded password-hash v0.5.0 |
405 | 2024-11-29T04:17:32.894Z | Downloaded crucible-workspace-hack v0.1.0 |
406 | 2024-11-29T04:17:32.894Z | Downloaded argon2 v0.5.3 |
407 | 2024-11-29T04:17:32.898Z | Downloaded float-ord v0.3.2 |
408 | 2024-11-29T04:17:32.898Z | Downloaded crunchy v0.2.2 |
409 | 2024-11-29T04:17:32.898Z | Downloaded const-random-macro v0.1.16 |
410 | 2024-11-29T04:17:32.898Z | Downloaded ciborium-io v0.2.2 |
411 | 2024-11-29T04:17:32.913Z | Downloaded pretty-hex v0.2.1 |
412 | 2024-11-29T04:17:32.918Z | Downloaded parse-display v0.10.0 |
413 | 2024-11-29T04:17:32.918Z | Downloaded parse-display-derive v0.10.0 |
414 | 2024-11-29T04:17:32.921Z | Downloaded ppv-lite86 v0.2.20 |
415 | 2024-11-29T04:17:32.924Z | Downloaded cobs v0.2.3 |
416 | 2024-11-29T04:17:32.924Z | Downloaded bitflags v1.3.2 |
417 | 2024-11-29T04:17:32.928Z | Downloaded paste v1.0.15 |
418 | 2024-11-29T04:17:32.933Z | Downloaded powerfmt v0.2.0 |
419 | 2024-11-29T04:17:32.933Z | Downloaded pin-utils v0.1.0 |
420 | 2024-11-29T04:17:32.936Z | Downloaded percent-encoding v2.3.1 |
421 | 2024-11-29T04:17:32.936Z | Downloaded embedded-io v0.4.0 |
422 | 2024-11-29T04:17:32.936Z | Downloaded crypto-common v0.1.6 |
423 | 2024-11-29T04:17:32.940Z | Downloaded cfg-if v1.0.0 |
424 | 2024-11-29T04:17:32.940Z | Downloaded pest v2.7.13 |
425 | 2024-11-29T04:17:32.946Z | Downloaded anstyle-query v1.1.1 |
426 | 2024-11-29T04:17:32.950Z | Downloaded byteorder v1.5.0 |
427 | 2024-11-29T04:17:32.950Z | Downloaded block-buffer v0.10.4 |
428 | 2024-11-29T04:17:32.950Z | Downloaded anstyle-parse v0.2.5 |
429 | 2024-11-29T04:17:32.953Z | Downloaded autocfg v1.3.0 |
430 | 2024-11-29T04:17:32.954Z | Downloaded foreign-types-shared v0.3.1 |
431 | 2024-11-29T04:17:32.954Z | Downloaded foreign-types-macros v0.2.3 |
432 | 2024-11-29T04:17:32.954Z | Downloaded foreign-types v0.3.2 |
433 | 2024-11-29T04:17:32.958Z | Downloaded atomic-waker v1.1.2 |
434 | 2024-11-29T04:17:32.958Z | Downloaded progenitor-client v0.8.0 |
435 | 2024-11-29T04:17:32.958Z | Downloaded parking_lot_core v0.9.10 |
436 | 2024-11-29T04:17:32.962Z | Downloaded foreign-types-shared v0.1.1 |
437 | 2024-11-29T04:17:32.962Z | Downloaded pest_generator v2.7.13 |
438 | 2024-11-29T04:17:32.962Z | Downloaded equivalent v1.0.1 |
439 | 2024-11-29T04:17:32.962Z | Downloaded plain v0.2.3 |
440 | 2024-11-29T04:17:32.967Z | Downloaded foreign-types v0.5.0 |
441 | 2024-11-29T04:17:32.967Z | Downloaded dtrace-parser v0.2.0 |
442 | 2024-11-29T04:17:32.967Z | Downloaded pretty-hex v0.4.1 |
443 | 2024-11-29T04:17:32.971Z | Downloaded pin-project-lite v0.2.14 |
444 | 2024-11-29T04:17:32.976Z | Downloaded quick-error v1.2.3 |
445 | 2024-11-29T04:17:32.976Z | Downloaded progenitor-macro v0.8.0 |
446 | 2024-11-29T04:17:32.976Z | Downloaded proc-macro-error-attr v1.0.4 |
447 | 2024-11-29T04:17:32.980Z | Downloaded proc-macro-crate v1.3.1 |
448 | 2024-11-29T04:17:32.980Z | Downloaded fastrand v2.1.1 |
449 | 2024-11-29T04:17:32.980Z | Downloaded console v0.15.8 |
450 | 2024-11-29T04:17:32.984Z | Downloaded async-stream v0.3.5 |
451 | 2024-11-29T04:17:32.987Z | Downloaded anstyle v1.0.10 |
452 | 2024-11-29T04:17:32.987Z | Downloaded hubpack_derive v0.1.1 |
453 | 2024-11-29T04:17:32.987Z | Downloaded pest_derive v2.7.13 |
454 | 2024-11-29T04:17:32.992Z | Downloaded colorchoice v1.0.2 |
455 | 2024-11-29T04:17:32.992Z | Downloaded pest_meta v2.7.13 |
456 | 2024-11-29T04:17:32.996Z | Downloaded progenitor v0.8.0 |
457 | 2024-11-29T04:17:32.996Z | Downloaded clap_derive v4.5.18 |
458 | 2024-11-29T04:17:33.000Z | Downloaded proc-macro-error v1.0.4 |
459 | 2024-11-29T04:17:33.000Z | Downloaded digest v0.10.7 |
460 | 2024-11-29T04:17:33.004Z | Downloaded scroll_derive v0.12.0 |
461 | 2024-11-29T04:17:33.004Z | Downloaded debug-ignore v1.0.5 |
462 | 2024-11-29T04:17:33.008Z | Downloaded futures-macro v0.3.30 |
463 | 2024-11-29T04:17:33.008Z | Downloaded futures-io v0.3.30 |
464 | 2024-11-29T04:17:33.008Z | Downloaded deranged v0.3.11 |
465 | 2024-11-29T04:17:33.011Z | Downloaded crc32fast v1.4.2 |
466 | 2024-11-29T04:17:33.011Z | Downloaded dyn-clone v1.0.17 |
467 | 2024-11-29T04:17:33.014Z | Downloaded sigpipe v0.1.3 |
468 | 2024-11-29T04:17:33.014Z | Downloaded futures-core v0.3.30 |
469 | 2024-11-29T04:17:33.018Z | Downloaded dof v0.3.0 |
470 | 2024-11-29T04:17:33.018Z | Downloaded dirs-sys-next v0.1.2 |
471 | 2024-11-29T04:17:33.018Z | Downloaded defmt-macros v0.3.9 |
472 | 2024-11-29T04:17:33.022Z | Downloaded serde-big-array v0.5.1 |
473 | 2024-11-29T04:17:33.022Z | Downloaded fixedbitset v0.4.2 |
474 | 2024-11-29T04:17:33.026Z | Downloaded serde_spanned v0.6.7 |
475 | 2024-11-29T04:17:33.026Z | Downloaded errno v0.3.9 |
476 | 2024-11-29T04:17:33.029Z | Downloaded dirs-next v2.0.0 |
477 | 2024-11-29T04:17:33.029Z | Downloaded clap_lex v0.7.2 |
478 | 2024-11-29T04:17:33.030Z | Downloaded bitflags v2.6.0 |
479 | 2024-11-29T04:17:33.034Z | Downloaded crossbeam-utils v0.8.20 |
480 | 2024-11-29T04:17:33.039Z | Downloaded is-terminal v0.4.13 |
481 | 2024-11-29T04:17:33.039Z | Downloaded crossbeam-epoch v0.9.18 |
482 | 2024-11-29T04:17:33.042Z | Downloaded linked-hash-map v0.5.6 |
483 | 2024-11-29T04:17:33.042Z | Downloaded take_mut v0.2.2 |
484 | 2024-11-29T04:17:33.042Z | Downloaded serde_repr v0.1.19 |
485 | 2024-11-29T04:17:33.050Z | Downloaded sync_wrapper v1.0.1 |
486 | 2024-11-29T04:17:33.051Z | Downloaded serde_urlencoded v0.7.1 |
487 | 2024-11-29T04:17:33.051Z | Downloaded camino v1.1.9 |
488 | 2024-11-29T04:17:33.051Z | Downloaded http-body v0.4.6 |
489 | 2024-11-29T04:17:33.055Z | Downloaded serde_derive_internals v0.29.1 |
490 | 2024-11-29T04:17:33.055Z | Downloaded semver v0.1.20 |
491 | 2024-11-29T04:17:33.055Z | Downloaded futures-channel v0.3.30 |
492 | 2024-11-29T04:17:33.055Z | Downloaded defmt v0.3.8 |
493 | 2024-11-29T04:17:33.058Z | Downloaded rustls-pemfile v1.0.4 |
494 | 2024-11-29T04:17:33.060Z | Downloaded slog-envlogger v2.2.0 |
495 | 2024-11-29T04:17:33.063Z | Downloaded shlex v1.3.0 |
496 | 2024-11-29T04:17:33.063Z | Downloaded serde_path_to_error v0.1.16 |
497 | 2024-11-29T04:17:33.066Z | Downloaded slog-async v2.8.0 |
498 | 2024-11-29T04:17:33.066Z | Downloaded waitgroup v0.1.2 |
499 | 2024-11-29T04:17:33.073Z | Downloaded hash32 v0.3.1 |
500 | 2024-11-29T04:17:33.073Z | Downloaded try-lock v0.2.5 |
501 | 2024-11-29T04:17:33.073Z | Downloaded strum v0.26.3 |
502 | 2024-11-29T04:17:33.076Z | Downloaded num-conv v0.1.0 |
503 | 2024-11-29T04:17:33.076Z | Downloaded rustc_version v0.1.7 |
504 | 2024-11-29T04:17:33.077Z | Downloaded derive_more v0.99.18 |
505 | 2024-11-29T04:17:33.081Z | Downloaded match_cfg v0.1.0 |
506 | 2024-11-29T04:17:33.081Z | Downloaded want v0.3.1 |
507 | 2024-11-29T04:17:33.085Z | Downloaded itoa v1.0.11 |
508 | 2024-11-29T04:17:33.085Z | Downloaded usdt v0.5.0 |
509 | 2024-11-29T04:17:33.085Z | Downloaded lock_api v0.4.12 |
510 | 2024-11-29T04:17:33.087Z | Downloaded time-core v0.1.2 |
511 | 2024-11-29T04:17:33.087Z | Downloaded slog-scope v4.4.0 |
512 | 2024-11-29T04:17:33.087Z | Downloaded rustversion v1.0.17 |
513 | 2024-11-29T04:17:33.091Z | Downloaded rustc-hash v2.0.0 |
514 | 2024-11-29T04:17:33.095Z | Downloaded highway v1.2.0 |
515 | 2024-11-29T04:17:33.096Z | Downloaded fxhash v0.2.1 |
516 | 2024-11-29T04:17:33.096Z | Downloaded tabwriter v1.4.0 |
517 | 2024-11-29T04:17:33.098Z | Downloaded quinn-udp v0.5.5 |
518 | 2024-11-29T04:17:33.098Z | Downloaded schemars_derive v0.8.21 |
519 | 2024-11-29T04:17:33.101Z | Downloaded dropshot_endpoint v0.12.0 |
520 | 2024-11-29T04:17:33.104Z | Downloaded slog-bunyan v2.5.0 |
521 | 2024-11-29T04:17:33.104Z | Downloaded resolv-conf v0.7.0 |
522 | 2024-11-29T04:17:33.107Z | Downloaded slog-dtrace v0.3.0 |
523 | 2024-11-29T04:17:33.107Z | Downloaded scroll v0.12.0 |
524 | 2024-11-29T04:17:33.111Z | Downloaded rhai_codegen v2.2.0 |
525 | 2024-11-29T04:17:33.118Z | Downloaded openssl-probe v0.1.5 |
526 | 2024-11-29T04:17:33.121Z | Downloaded openssl-macros v0.1.1 |
527 | 2024-11-29T04:17:33.121Z | Downloaded num_enum_derive v0.5.11 |
528 | 2024-11-29T04:17:33.121Z | Downloaded newtype_derive v0.1.6 |
529 | 2024-11-29T04:17:33.125Z | Downloaded spin v0.5.2 |
530 | 2024-11-29T04:17:33.125Z | Downloaded rustls-pemfile v2.1.3 |
531 | 2024-11-29T04:17:33.130Z | Downloaded managed v0.8.0 |
532 | 2024-11-29T04:17:33.130Z | Downloaded terminal_size v0.4.0 |
533 | 2024-11-29T04:17:33.130Z | Downloaded owo-colors v4.1.0 |
534 | 2024-11-29T04:17:33.134Z | Downloaded toml_datetime v0.6.8 |
535 | 2024-11-29T04:17:33.135Z | Downloaded base64 v0.22.1 |
536 | 2024-11-29T04:17:33.140Z | Downloaded heck v0.5.0 |
537 | 2024-11-29T04:17:33.140Z | Downloaded allocator-api2 v0.2.18 |
538 | 2024-11-29T04:17:33.144Z | Downloaded untrusted v0.9.0 |
539 | 2024-11-29T04:17:33.144Z | Downloaded clap v4.5.21 |
540 | 2024-11-29T04:17:33.151Z | Downloaded structmeta-derive v0.3.0 |
541 | 2024-11-29T04:17:33.156Z | Downloaded rand v0.8.5 |
542 | 2024-11-29T04:17:33.159Z | Downloaded zone v0.3.0 |
543 | 2024-11-29T04:17:33.159Z | Downloaded hostname v0.3.1 |
544 | 2024-11-29T04:17:33.159Z | Downloaded http-body-util v0.1.2 |
545 | 2024-11-29T04:17:33.164Z | Downloaded smf v0.2.3 |
546 | 2024-11-29T04:17:33.164Z | Downloaded semver v1.0.23 |
547 | 2024-11-29T04:17:33.168Z | Downloaded hostname v0.4.0 |
548 | 2024-11-29T04:17:33.168Z | Downloaded tinyvec_macros v0.1.1 |
549 | 2024-11-29T04:17:33.168Z | Downloaded newtype-uuid v1.1.0 |
550 | 2024-11-29T04:17:33.168Z | Downloaded num-complex v0.4.6 |
551 | 2024-11-29T04:17:33.171Z | Downloaded usdt-attr-macro v0.5.0 |
552 | 2024-11-29T04:17:33.171Z | Downloaded macaddr v1.0.1 |
553 | 2024-11-29T04:17:33.171Z | Downloaded log v0.4.22 |
554 | 2024-11-29T04:17:33.176Z | Downloaded term v0.7.0 |
555 | 2024-11-29T04:17:33.180Z | Downloaded tiny-keccak v2.0.2 |
556 | 2024-11-29T04:17:33.182Z | Downloaded num_enum_derive v0.7.3 |
557 | 2024-11-29T04:17:33.182Z | Downloaded memmap v0.7.0 |
558 | 2024-11-29T04:17:33.182Z | Downloaded derive-where v1.2.7 |
559 | 2024-11-29T04:17:33.188Z | Downloaded sha2 v0.10.8 |
560 | 2024-11-29T04:17:33.192Z | Downloaded hyper-rustls v0.27.3 |
561 | 2024-11-29T04:17:33.192Z | Downloaded half v2.4.1 |
562 | 2024-11-29T04:17:33.195Z | Downloaded sync_wrapper v0.1.2 |
563 | 2024-11-29T04:17:33.195Z | Downloaded libsw v3.3.1 |
564 | 2024-11-29T04:17:33.199Z | Downloaded slog v2.7.0 |
565 | 2024-11-29T04:17:33.202Z | Downloaded similar v2.6.0 |
566 | 2024-11-29T04:17:33.204Z | Downloaded zone_cfg_derive v0.3.0 |
567 | 2024-11-29T04:17:33.204Z | Downloaded omicron-workspace-hack v0.1.0 |
568 | 2024-11-29T04:17:33.207Z | Downloaded http-body v1.0.1 |
569 | 2024-11-29T04:17:33.207Z | Downloaded ident_case v1.0.1 |
570 | 2024-11-29T04:17:33.207Z | Downloaded cc v1.1.21 |
571 | 2024-11-29T04:17:33.210Z | Downloaded version_check v0.9.5 |
572 | 2024-11-29T04:17:33.214Z | Downloaded thread-id v4.2.2 |
573 | 2024-11-29T04:17:33.214Z | Downloaded no-std-compat v0.4.1 |
574 | 2024-11-29T04:17:33.216Z | Downloaded thread_local v1.1.8 |
575 | 2024-11-29T04:17:33.216Z | Downloaded swrite v0.1.0 |
576 | 2024-11-29T04:17:33.216Z | Downloaded hex v0.4.3 |
577 | 2024-11-29T04:17:33.220Z | Downloaded time-macros v0.2.18 |
578 | 2024-11-29T04:17:33.223Z | Downloaded socket2 v0.5.8 |
579 | 2024-11-29T04:17:33.223Z | Downloaded strsim v0.11.1 |
580 | 2024-11-29T04:17:33.223Z | Downloaded num_enum v0.5.11 |
581 | 2024-11-29T04:17:33.227Z | Downloaded instant v0.1.13 |
582 | 2024-11-29T04:17:33.230Z | Downloaded mime v0.3.17 |
583 | 2024-11-29T04:17:33.234Z | Downloaded parking_lot v0.11.2 |
584 | 2024-11-29T04:17:33.239Z | Downloaded ipnet v2.10.0 |
585 | 2024-11-29T04:17:33.239Z | Downloaded serde_with_macros v3.9.0 |
586 | 2024-11-29T04:17:33.239Z | Downloaded hyper-tls v0.5.0 |
587 | 2024-11-29T04:17:33.242Z | Downloaded ucd-trie v0.1.6 |
588 | 2024-11-29T04:17:33.242Z | Downloaded usdt-macro v0.5.0 |
589 | 2024-11-29T04:17:33.243Z | Downloaded expectorate v1.1.0 |
590 | 2024-11-29T04:17:33.246Z | Downloaded whoami v1.5.2 |
591 | 2024-11-29T04:17:33.246Z | Downloaded tower-service v0.3.3 |
592 | 2024-11-29T04:17:33.246Z | Downloaded native-tls v0.2.12 |
593 | 2024-11-29T04:17:33.249Z | Downloaded thin-vec v0.2.13 |
594 | 2024-11-29T04:17:33.253Z | Downloaded schemars v0.8.21 |
595 | 2024-11-29T04:17:33.260Z | Downloaded typify-macro v0.2.0 |
596 | 2024-11-29T04:17:33.263Z | Downloaded thiserror v1.0.69 |
597 | 2024-11-29T04:17:33.266Z | Downloaded futures-task v0.3.30 |
598 | 2024-11-29T04:17:33.269Z | Downloaded slog-json v2.6.1 |
599 | 2024-11-29T04:17:33.269Z | Downloaded indent_write v2.2.0 |
600 | 2024-11-29T04:17:33.272Z | Downloaded zeroize v1.8.1 |
601 | 2024-11-29T04:17:33.272Z | Downloaded serde_derive v1.0.215 |
602 | 2024-11-29T04:17:33.275Z | Downloaded hyper-tls v0.6.0 |
603 | 2024-11-29T04:17:33.277Z | Downloaded hubpack v0.1.2 |
604 | 2024-11-29T04:17:33.277Z | Downloaded subtle v2.6.1 |
605 | 2024-11-29T04:17:33.277Z | Downloaded httpdate v1.0.3 |
606 | 2024-11-29T04:17:33.282Z | Downloaded strum_macros v0.25.3 |
607 | 2024-11-29T04:17:33.285Z | Downloaded structmeta v0.3.0 |
608 | 2024-11-29T04:17:33.285Z | Downloaded static_assertions v1.1.0 |
609 | 2024-11-29T04:17:33.285Z | Downloaded typify v0.2.0 |
610 | 2024-11-29T04:17:33.289Z | Downloaded serde_yaml v0.9.34+deprecated |
611 | 2024-11-29T04:17:33.292Z | Downloaded tokio-rustls v0.25.0 |
612 | 2024-11-29T04:17:33.292Z | Downloaded tokio-native-tls v0.3.1 |
613 | 2024-11-29T04:17:33.296Z | Downloaded parking_lot v0.12.3 |
614 | 2024-11-29T04:17:33.296Z | Downloaded num_threads v0.1.7 |
615 | 2024-11-29T04:17:33.299Z | Downloaded ipnetwork v0.20.0 |
616 | 2024-11-29T04:17:33.299Z | Downloaded url v2.5.2 |
617 | 2024-11-29T04:17:33.301Z | Downloaded crossbeam-channel v0.5.13 |
618 | 2024-11-29T04:17:33.305Z | Downloaded is_terminal_polyfill v1.70.1 |
619 | 2024-11-29T04:17:33.308Z | Downloaded thiserror-impl v1.0.69 |
620 | 2024-11-29T04:17:33.318Z | Downloaded num_enum v0.7.3 |
621 | 2024-11-29T04:17:33.322Z | Downloaded generic-array v0.14.7 |
622 | 2024-11-29T04:17:33.322Z | Downloaded serde v1.0.215 |
623 | 2024-11-29T04:17:33.322Z | Downloaded num-derive v0.3.3 |
624 | 2024-11-29T04:17:33.322Z | Downloaded heck v0.4.1 |
625 | 2024-11-29T04:17:33.322Z | Downloaded multer v3.1.0 |
626 | 2024-11-29T04:17:33.326Z | Downloaded zerocopy-derive v0.7.35 |
627 | 2024-11-29T04:17:33.330Z | Downloaded strum_macros v0.26.4 |
628 | 2024-11-29T04:17:33.330Z | Downloaded typenum v1.17.0 |
629 | 2024-11-29T04:17:33.333Z | Downloaded slog-term v2.9.1 |
630 | 2024-11-29T04:17:33.336Z | Downloaded quinn v0.11.5 |
631 | 2024-11-29T04:17:33.339Z | Downloaded utf8parse v0.2.2 |
632 | 2024-11-29T04:17:33.339Z | Downloaded tinyvec v1.8.0 |
633 | 2024-11-29T04:17:33.343Z | Downloaded num-iter v0.1.45 |
634 | 2024-11-29T04:17:33.343Z | Downloaded tokio-rustls v0.26.0 |
635 | 2024-11-29T04:17:33.346Z | Downloaded openssl-sys v0.9.103 |
636 | 2024-11-29T04:17:33.349Z | Downloaded num-integer v0.1.46 |
637 | 2024-11-29T04:17:33.353Z | Downloaded usdt-impl v0.5.0 |
638 | 2024-11-29T04:17:33.356Z | Downloaded tokio-rustls v0.24.1 |
639 | 2024-11-29T04:17:33.356Z | Downloaded num-traits v0.2.19 |
640 | 2024-11-29T04:17:33.358Z | Downloaded unicode-ident v1.0.13 |
641 | 2024-11-29T04:17:33.361Z | Downloaded num-rational v0.4.2 |
642 | 2024-11-29T04:17:33.363Z | Downloaded hashbrown v0.12.3 |
643 | 2024-11-29T04:17:33.366Z | Downloaded httparse v1.9.4 |
644 | 2024-11-29T04:17:33.368Z | Downloaded smartstring v1.0.1 |
645 | 2024-11-29T04:17:33.371Z | Downloaded tracing-core v0.1.32 |
646 | 2024-11-29T04:17:33.376Z | Downloaded tracing-attributes v0.1.27 |
647 | 2024-11-29T04:17:33.376Z | Downloaded uuid v1.11.0 |
648 | 2024-11-29T04:17:33.379Z | Downloaded indexmap v2.5.0 |
649 | 2024-11-29T04:17:33.382Z | Downloaded hyper-util v0.1.10 |
650 | 2024-11-29T04:17:33.387Z | Downloaded num-derive v0.4.2 |
651 | 2024-11-29T04:17:33.389Z | Downloaded tokio-macros v2.4.0 |
652 | 2024-11-29T04:17:33.389Z | Downloaded smallvec v1.13.2 |
653 | 2024-11-29T04:17:33.394Z | Downloaded zerocopy v0.6.6 |
654 | 2024-11-29T04:17:33.394Z | Downloaded unsafe-libyaml v0.2.11 |
655 | 2024-11-29T04:17:33.396Z | Downloaded once_cell v1.20.2 |
656 | 2024-11-29T04:17:33.400Z | Downloaded hyper-rustls v0.24.2 |
657 | 2024-11-29T04:17:33.404Z | Downloaded humantime v2.1.0 |
658 | 2024-11-29T04:17:33.404Z | Downloaded ryu v1.0.18 |
659 | 2024-11-29T04:17:33.406Z | Downloaded toml v0.8.19 |
660 | 2024-11-29T04:17:33.409Z | Downloaded hickory-resolver v0.24.1 |
661 | 2024-11-29T04:17:33.414Z | Downloaded indexmap v1.9.3 |
662 | 2024-11-29T04:17:33.417Z | Downloaded clap_builder v4.5.21 |
663 | 2024-11-29T04:17:33.423Z | Downloaded unicode-bidi v0.3.15 |
664 | 2024-11-29T04:17:33.427Z | Downloaded slog-stdlog v4.1.1 |
665 | 2024-11-29T04:17:33.427Z | Downloaded num v0.4.3 |
666 | 2024-11-29T04:17:33.430Z | Downloaded getrandom v0.2.15 |
667 | 2024-11-29T04:17:33.433Z | Downloaded spin v0.9.8 |
668 | 2024-11-29T04:17:33.437Z | Downloaded lazy_static v1.5.0 |
669 | 2024-11-29T04:17:33.437Z | Downloaded sct v0.7.1 |
670 | 2024-11-29T04:17:33.440Z | Downloaded base64 v0.21.7 |
671 | 2024-11-29T04:17:33.442Z | Downloaded memchr v2.7.4 |
672 | 2024-11-29T04:17:33.447Z | Downloaded toml_edit v0.19.15 |
673 | 2024-11-29T04:17:33.462Z | Downloaded minimal-lexical v0.2.1 |
674 | 2024-11-29T04:17:33.466Z | Downloaded aho-corasick v1.1.3 |
675 | 2024-11-29T04:17:33.472Z | Downloaded http v0.2.12 |
676 | 2024-11-29T04:17:33.476Z | Downloaded heapless v0.8.0 |
677 | 2024-11-29T04:17:33.479Z | Downloaded hashbrown v0.14.5 |
678 | 2024-11-29T04:17:33.485Z | Downloaded petgraph v0.6.5 |
679 | 2024-11-29T04:17:33.502Z | Downloaded serde_json v1.0.133 |
680 | 2024-11-29T04:17:33.509Z | Downloaded mio v1.0.2 |
681 | 2024-11-29T04:17:33.515Z | Downloaded tracing v0.1.40 |
682 | 2024-11-29T04:17:33.519Z | Downloaded unicode-normalization v0.1.24 |
683 | 2024-11-29T04:17:33.525Z | Downloaded hyper v1.5.1 |
684 | 2024-11-29T04:17:33.529Z | Downloaded zerocopy v0.7.35 |
685 | 2024-11-29T04:17:33.544Z | Downloaded toml_edit v0.22.21 |
686 | 2024-11-29T04:17:33.565Z | Downloaded hyper v0.14.30 |
687 | 2024-11-29T04:17:33.572Z | Downloaded winnow v0.5.40 |
688 | 2024-11-29T04:17:33.583Z | Downloaded reqwest v0.11.27 |
689 | 2024-11-29T04:17:33.588Z | Downloaded serde_with v3.9.0 |
690 | 2024-11-29T04:17:33.596Z | Downloaded http v1.1.0 |
691 | 2024-11-29T04:17:33.600Z | Downloaded webpki-roots v0.26.6 |
692 | 2024-11-29T04:17:33.604Z | Downloaded tokio-util v0.7.12 |
693 | 2024-11-29T04:17:33.611Z | Downloaded vcpkg v0.2.15 |
694 | 2024-11-29T04:17:33.647Z | Downloaded nom v7.1.3 |
695 | 2024-11-29T04:17:33.652Z | Downloaded libm v0.2.8 |
696 | 2024-11-29T04:17:33.660Z | Downloaded itertools v0.13.0 |
697 | 2024-11-29T04:17:33.666Z | Downloaded time v0.3.36 |
698 | 2024-11-29T04:17:33.673Z | Downloaded smoltcp v0.11.0 |
699 | 2024-11-29T04:17:33.685Z | Downloaded rustls-webpki v0.102.8 |
700 | 2024-11-29T04:17:33.702Z | Downloaded itertools v0.12.1 |
701 | 2024-11-29T04:17:33.709Z | Downloaded hickory-proto v0.24.1 |
702 | 2024-11-29T04:17:33.724Z | Downloaded futures-util v0.3.30 |
703 | 2024-11-29T04:17:33.736Z | Downloaded h2 v0.3.26 |
704 | 2024-11-29T04:17:33.741Z | Downloaded regex v1.10.6 |
705 | 2024-11-29T04:17:33.754Z | Downloaded h2 v0.4.6 |
706 | 2024-11-29T04:17:33.760Z | Downloaded goblin v0.8.2 |
707 | 2024-11-29T04:17:33.766Z | Downloaded winnow v0.6.18 |
708 | 2024-11-29T04:17:33.775Z | Downloaded quinn-proto v0.11.8 |
709 | 2024-11-29T04:17:33.781Z | Downloaded typify-impl v0.2.0 |
710 | 2024-11-29T04:17:33.795Z | Downloaded zerocopy-derive v0.6.6 |
711 | 2024-11-29T04:17:33.805Z | Downloaded reqwest v0.12.9 |
712 | 2024-11-29T04:17:33.813Z | Downloaded portable-atomic v1.8.0 |
713 | 2024-11-29T04:17:33.820Z | Downloaded openssl v0.10.66 |
714 | 2024-11-29T04:17:33.828Z | Downloaded webpki-roots v0.25.4 |
715 | 2024-11-29T04:17:33.832Z | Downloaded dropshot v0.12.0 |
716 | 2024-11-29T04:17:33.850Z | Downloaded rustls v0.21.12 |
717 | 2024-11-29T04:17:33.861Z | Downloaded syn v1.0.109 |
718 | 2024-11-29T04:17:33.871Z | Downloaded unicode-width v0.1.14 |
719 | 2024-11-29T04:17:33.877Z | Downloaded rustls-webpki v0.101.7 |
720 | 2024-11-29T04:17:33.890Z | Downloaded syn v2.0.87 |
721 | 2024-11-29T04:17:33.901Z | Downloaded regress v0.9.1 |
722 | 2024-11-29T04:17:33.908Z | Downloaded rustls v0.23.13 |
723 | 2024-11-29T04:17:33.921Z | Downloaded idna v0.5.0 |
724 | 2024-11-29T04:17:33.929Z | Downloaded openapiv3 v2.0.0 |
725 | 2024-11-29T04:17:33.938Z | Downloaded rustix v0.38.37 |
726 | 2024-11-29T04:17:33.959Z | Downloaded rhai v1.20.0 |
727 | 2024-11-29T04:17:33.971Z | Downloaded regress v0.10.1 |
728 | 2024-11-29T04:17:33.980Z | Downloaded regex-syntax v0.8.4 |
729 | 2024-11-29T04:17:33.988Z | Downloaded rustls v0.22.4 |
730 | 2024-11-29T04:17:33.999Z | Downloaded tokio v1.41.1 |
731 | 2024-11-29T04:17:34.035Z | Downloaded idna v0.4.0 |
732 | 2024-11-29T04:17:34.042Z | Downloaded chrono v0.4.38 |
733 | 2024-11-29T04:17:34.049Z | Downloaded steno v0.4.1 |
734 | 2024-11-29T04:17:34.053Z | Downloaded unicode-segmentation v1.12.0 |
735 | 2024-11-29T04:17:34.056Z | Downloaded itertools v0.10.5 |
736 | 2024-11-29T04:17:34.062Z | Downloaded sled v0.34.7 |
737 | 2024-11-29T04:17:34.071Z | Downloaded stable_deref_trait v1.2.0 |
738 | 2024-11-29T04:17:34.074Z | Downloaded rustls-pki-types v1.8.0 |
739 | 2024-11-29T04:17:34.077Z | Downloaded darling_core v0.20.10 |
740 | 2024-11-29T04:17:34.079Z | Downloaded tempfile v3.12.0 |
741 | 2024-11-29T04:17:34.083Z | Downloaded regex-automata v0.4.7 |
742 | 2024-11-29T04:17:34.097Z | Downloaded serde_tokenstream v0.2.2 |
743 | 2024-11-29T04:17:34.099Z | Downloaded iana-time-zone v0.1.61 |
744 | 2024-11-29T04:17:34.101Z | Downloaded newline-converter v0.3.0 |
745 | 2024-11-29T04:17:34.101Z | Downloaded lru-cache v0.1.2 |
746 | 2024-11-29T04:17:34.103Z | Downloaded arc-swap v1.7.1 |
747 | 2024-11-29T04:17:34.106Z | Downloaded proc-macro2 v1.0.86 |
748 | 2024-11-29T04:17:34.109Z | Downloaded futures v0.3.30 |
749 | 2024-11-29T04:17:34.112Z | Downloaded blake2 v0.10.6 |
750 | 2024-11-29T04:17:34.114Z | Downloaded linear-map v1.2.0 |
751 | 2024-11-29T04:17:34.117Z | Downloaded slab v0.4.9 |
752 | 2024-11-29T04:17:34.117Z | Downloaded signal-hook-registry v1.4.2 |
753 | 2024-11-29T04:17:34.119Z | Downloaded sha1 v0.10.6 |
754 | 2024-11-29T04:17:34.119Z | Downloaded quote v1.0.37 |
755 | 2024-11-29T04:17:34.122Z | Downloaded libc v0.2.165 |
756 | 2024-11-29T04:17:34.145Z | Downloaded cookie v0.18.1 |
757 | 2024-11-29T04:17:34.147Z | Downloaded bytes v1.7.2 |
758 | 2024-11-29T04:17:34.150Z | Downloaded ciborium-ll v0.2.2 |
759 | 2024-11-29T04:17:34.155Z | Downloaded anstream v0.6.15 |
760 | 2024-11-29T04:17:34.158Z | Downloaded rand_core v0.6.4 |
761 | 2024-11-29T04:17:34.159Z | Downloaded rustc_version v0.4.1 |
762 | 2024-11-29T04:17:34.159Z | Downloaded rand_chacha v0.3.1 |
763 | 2024-11-29T04:17:34.159Z | Downloaded encoding_rs v0.8.34 |
764 | 2024-11-29T04:17:34.177Z | Downloaded futures-executor v0.3.30 |
765 | 2024-11-29T04:17:34.180Z | Downloaded either v1.13.0 |
766 | 2024-11-29T04:17:34.180Z | Downloaded darling v0.20.10 |
767 | 2024-11-29T04:17:34.183Z | Downloaded ciborium v0.2.2 |
768 | 2024-11-29T04:17:34.186Z | Downloaded base64ct v1.6.0 |
769 | 2024-11-29T04:17:34.188Z | Downloaded progenitor-impl v0.8.0 |
770 | 2024-11-29T04:17:34.191Z | Downloaded postcard v1.0.10 |
771 | 2024-11-29T04:17:34.193Z | Downloaded fnv v1.0.7 |
772 | 2024-11-29T04:17:34.193Z | Downloaded async-trait v0.1.83 |
773 | 2024-11-29T04:17:34.196Z | Downloaded enum-as-inner v0.6.1 |
774 | 2024-11-29T04:17:34.198Z | Downloaded colored v2.1.0 |
775 | 2024-11-29T04:17:34.198Z | Downloaded scopeguard v1.2.0 |
776 | 2024-11-29T04:17:34.200Z | Downloaded proc-macro-crate v3.2.0 |
777 | 2024-11-29T04:17:34.200Z | Downloaded embedded-io v0.6.1 |
778 | 2024-11-29T04:17:34.203Z | Downloaded data-encoding v2.6.0 |
779 | 2024-11-29T04:17:34.203Z | Downloaded cpufeatures v0.2.14 |
780 | 2024-11-29T04:17:34.205Z | Downloaded form_urlencoded v1.2.1 |
781 | 2024-11-29T04:17:34.205Z | Downloaded defmt-parser v0.3.4 |
782 | 2024-11-29T04:17:34.205Z | Downloaded convert_case v0.4.0 |
783 | 2024-11-29T04:17:34.207Z | Downloaded camino-tempfile v1.1.1 |
784 | 2024-11-29T04:17:34.207Z | Downloaded cancel-safe-futures v0.1.5 |
785 | 2024-11-29T04:17:34.211Z | Downloaded backoff v0.4.0 |
786 | 2024-11-29T04:17:34.215Z | Downloaded pkg-config v0.3.31 |
787 | 2024-11-29T04:17:34.215Z | Downloaded darling_macro v0.20.10 |
788 | 2024-11-29T04:17:34.215Z | Downloaded cstr-argument v0.1.2 |
789 | 2024-11-29T04:17:34.218Z | Downloaded crc8 v0.1.1 |
790 | 2024-11-29T04:17:34.218Z | Downloaded const-random v0.1.18 |
791 | 2024-11-29T04:17:34.418Z | Downloaded ring v0.17.8 |
792 | 2024-11-29T04:17:34.762Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-11-29T04:17:34.764Z | Compiling unicode-ident v1.0.13 |
794 | 2024-11-29T04:17:34.764Z | Compiling libc v0.2.165 |
795 | 2024-11-29T04:17:34.764Z | Compiling serde v1.0.215 |
796 | 2024-11-29T04:17:34.764Z | Compiling autocfg v1.3.0 |
797 | 2024-11-29T04:17:34.764Z | Compiling version_check v0.9.5 |
798 | 2024-11-29T04:17:34.764Z | Compiling cfg-if v1.0.0 |
799 | 2024-11-29T04:17:34.916Z | Compiling once_cell v1.20.2 |
800 | 2024-11-29T04:17:34.944Z | Compiling libm v0.2.8 |
801 | 2024-11-29T04:17:34.988Z | Compiling memchr v2.7.4 |
802 | 2024-11-29T04:17:35.396Z | Compiling byteorder v1.5.0 |
803 | 2024-11-29T04:17:35.486Z | Compiling lock_api v0.4.12 |
804 | 2024-11-29T04:17:35.537Z | Compiling parking_lot_core v0.9.10 |
805 | 2024-11-29T04:17:35.806Z | Compiling shlex v1.3.0 |
806 | 2024-11-29T04:17:36.962Z | Compiling thiserror v1.0.69 |
807 | 2024-11-29T04:17:36.964Z | Compiling cc v1.1.21 |
808 | 2024-11-29T04:17:36.964Z | Compiling itoa v1.0.11 |
809 | 2024-11-29T04:17:36.965Z | Compiling portable-atomic v1.8.0 |
810 | 2024-11-29T04:17:36.965Z | Compiling quote v1.0.37 |
811 | 2024-11-29T04:17:36.965Z | Compiling slab v0.4.9 |
812 | 2024-11-29T04:17:36.965Z | Compiling getrandom v0.2.15 |
813 | 2024-11-29T04:17:37.068Z | Compiling syn v2.0.87 |
814 | 2024-11-29T04:17:37.178Z | Compiling schemars v0.8.21 |
815 | 2024-11-29T04:17:37.206Z | Compiling ahash v0.8.11 |
816 | 2024-11-29T04:17:37.240Z | Compiling allocator-api2 v0.2.18 |
817 | 2024-11-29T04:17:37.487Z | Compiling num-traits v0.2.19 |
818 | 2024-11-29T04:17:37.618Z | Compiling ryu v1.0.18 |
819 | 2024-11-29T04:17:37.910Z | Compiling serde_json v1.0.133 |
820 | 2024-11-29T04:17:37.955Z | Compiling pin-project-lite v0.2.14 |
821 | 2024-11-29T04:17:38.458Z | Compiling equivalent v1.0.1 |
822 | 2024-11-29T04:17:38.478Z | Compiling log v0.4.22 |
823 | 2024-11-29T04:17:38.543Z | Compiling scopeguard v1.2.0 |
824 | 2024-11-29T04:17:38.605Z | Compiling fnv v1.0.7 |
825 | 2024-11-29T04:17:38.623Z | Compiling heck v0.5.0 |
826 | 2024-11-29T04:17:38.769Z | Compiling ring v0.17.8 |
827 | 2024-11-29T04:17:38.861Z | Compiling pkg-config v0.3.31 |
828 | 2024-11-29T04:17:39.038Z | Compiling crunchy v0.2.2 |
829 | 2024-11-29T04:17:39.143Z | Compiling vcpkg v0.2.15 |
830 | 2024-11-29T04:17:39.551Z | Compiling mio v1.0.2 |
831 | 2024-11-29T04:17:39.755Z | Compiling socket2 v0.5.8 |
832 | 2024-11-29T04:17:39.911Z | Compiling signal-hook-registry v1.4.2 |
833 | 2024-11-29T04:17:40.353Z | Compiling slog v2.7.0 |
834 | 2024-11-29T04:17:40.533Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-11-29T04:17:40.553Z | Compiling openssl-sys v0.9.103 |
836 | 2024-11-29T04:17:40.660Z | Compiling httparse v1.9.4 |
837 | 2024-11-29T04:17:41.020Z | Compiling iana-time-zone v0.1.61 |
838 | 2024-11-29T04:17:41.316Z | Compiling futures-core v0.3.30 |
839 | 2024-11-29T04:17:41.419Z | Compiling const-random-macro v0.1.16 |
840 | 2024-11-29T04:17:41.559Z | Compiling dyn-clone v1.0.17 |
841 | 2024-11-29T04:17:41.664Z | Compiling openssl v0.10.66 |
842 | 2024-11-29T04:17:41.810Z | Compiling futures-sink v0.3.30 |
843 | 2024-11-29T04:17:42.119Z | Compiling native-tls v0.2.12 |
844 | 2024-11-29T04:17:42.139Z | Compiling const-random v0.1.18 |
845 | 2024-11-29T04:17:42.165Z | Compiling semver v1.0.23 |
846 | 2024-11-29T04:17:42.233Z | Compiling rustls v0.23.13 |
847 | 2024-11-29T04:17:42.322Z | Compiling typenum v1.17.0 |
848 | 2024-11-29T04:17:42.365Z | Compiling futures-channel v0.3.30 |
849 | 2024-11-29T04:17:42.391Z | Compiling futures-io v0.3.30 |
850 | 2024-11-29T04:17:42.428Z | Compiling futures-task v0.3.30 |
851 | 2024-11-29T04:17:42.504Z | Compiling pin-utils v0.1.0 |
852 | 2024-11-29T04:17:42.579Z | Compiling generic-array v0.14.7 |
853 | 2024-11-29T04:17:42.648Z | Compiling tracing-core v0.1.32 |
854 | 2024-11-29T04:17:42.706Z | Compiling bitflags v2.6.0 |
855 | 2024-11-29T04:17:42.724Z | Compiling subtle v2.6.1 |
856 | 2024-11-29T04:17:42.786Z | Compiling ucd-trie v0.1.6 |
857 | 2024-11-29T04:17:42.806Z | Compiling aho-corasick v1.1.3 |
858 | 2024-11-29T04:17:43.024Z | Compiling anyhow v1.0.93 |
859 | 2024-11-29T04:17:43.081Z | Compiling regex-syntax v0.8.4 |
860 | 2024-11-29T04:17:43.187Z | Compiling serde_derive_internals v0.29.1 |
861 | 2024-11-29T04:17:43.209Z | Compiling time-core v0.1.2 |
862 | 2024-11-29T04:17:43.369Z | Compiling num-conv v0.1.0 |
863 | 2024-11-29T04:17:43.618Z | Compiling time-macros v0.2.18 |
864 | 2024-11-29T04:17:44.698Z | Compiling spin v0.9.8 |
865 | 2024-11-29T04:17:45.094Z | Compiling rustls-pki-types v1.8.0 |
866 | 2024-11-29T04:17:45.158Z | Compiling usdt-impl v0.5.0 |
867 | 2024-11-29T04:17:45.565Z | Compiling untrusted v0.9.0 |
868 | 2024-11-29T04:17:45.758Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2024-11-29T04:17:46.361Z | Compiling atomic-waker v1.1.2 |
870 | 2024-11-29T04:17:46.412Z | Compiling regex-automata v0.4.7 |
871 | 2024-11-29T04:17:46.435Z | Compiling strsim v0.11.1 |
872 | 2024-11-29T04:17:46.544Z | Compiling plain v0.2.3 |
873 | 2024-11-29T04:17:46.691Z | Compiling rustversion v1.0.17 |
874 | 2024-11-29T04:17:47.040Z | Compiling tinyvec_macros v0.1.1 |
875 | 2024-11-29T04:17:47.155Z | Compiling tinyvec v1.8.0 |
876 | 2024-11-29T04:17:47.543Z | Compiling serde_derive v1.0.215 |
877 | 2024-11-29T04:17:47.738Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-11-29T04:17:48.305Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-11-29T04:17:48.706Z | Compiling tokio-macros v2.4.0 |
880 | 2024-11-29T04:17:49.655Z | Compiling zerocopy v0.7.35 |
881 | 2024-11-29T04:17:50.208Z | Compiling schemars_derive v0.8.21 |
882 | 2024-11-29T04:17:50.958Z | Compiling futures-macro v0.3.30 |
883 | 2024-11-29T04:17:51.355Z | Compiling hashbrown v0.14.5 |
884 | 2024-11-29T04:17:52.563Z | Compiling openssl-macros v0.1.1 |
885 | 2024-11-29T04:17:52.806Z | Compiling futures-util v0.3.30 |
886 | 2024-11-29T04:17:52.976Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-11-29T04:17:53.056Z | Compiling scroll_derive v0.12.0 |
888 | 2024-11-29T04:17:53.404Z | Compiling regress v0.10.1 |
889 | 2024-11-29T04:17:53.425Z | Compiling pest v2.7.13 |
890 | 2024-11-29T04:17:53.510Z | Compiling regex v1.10.6 |
891 | 2024-11-29T04:17:55.966Z | Compiling tracing v0.1.40 |
892 | 2024-11-29T04:17:56.130Z | Compiling pest_meta v2.7.13 |
893 | 2024-11-29T04:17:56.613Z | Compiling scroll v0.12.0 |
894 | 2024-11-29T04:17:57.149Z | Compiling goblin v0.8.2 |
895 | 2024-11-29T04:17:57.841Z | Compiling pest_generator v2.7.13 |
896 | 2024-11-29T04:17:58.517Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-11-29T04:17:59.667Z | Compiling bytes v1.7.2 |
898 | 2024-11-29T04:18:00.809Z | Compiling smallvec v1.13.2 |
899 | 2024-11-29T04:18:01.312Z | Compiling indexmap v2.5.0 |
900 | 2024-11-29T04:18:01.711Z | Compiling uuid v1.11.0 |
901 | 2024-11-29T04:18:02.224Z | Compiling parking_lot v0.12.3 |
902 | 2024-11-29T04:18:02.227Z | Compiling chrono v0.4.38 |
903 | 2024-11-29T04:18:02.593Z | Compiling tokio v1.41.1 |
904 | 2024-11-29T04:18:02.835Z | Compiling serde_tokenstream v0.2.2 |
905 | 2024-11-29T04:18:02.927Z | Compiling http v1.1.0 |
906 | 2024-11-29T04:18:06.021Z | Compiling pest_derive v2.7.13 |
907 | 2024-11-29T04:18:06.023Z | Compiling openapiv3 v2.0.0 |
908 | 2024-11-29T04:18:07.036Z | Compiling rand_core v0.6.4 |
909 | 2024-11-29T04:18:07.511Z | Compiling http-body v1.0.1 |
910 | 2024-11-29T04:18:08.008Z | Compiling zeroize v1.8.1 |
911 | 2024-11-29T04:18:08.357Z | Compiling unsafe-libyaml v0.2.11 |
912 | 2024-11-29T04:18:09.859Z | Compiling typify-impl v0.2.0 |
913 | 2024-11-29T04:18:09.987Z | Compiling percent-encoding v2.3.1 |
914 | 2024-11-29T04:18:10.007Z | Compiling pretty-hex v0.4.1 |
915 | 2024-11-29T04:18:10.031Z | Compiling try-lock v0.2.5 |
916 | 2024-11-29T04:18:10.199Z | Compiling form_urlencoded v1.2.1 |
917 | 2024-11-29T04:18:10.221Z | Compiling dof v0.3.0 |
918 | 2024-11-29T04:18:10.310Z | Compiling want v0.3.1 |
919 | 2024-11-29T04:18:10.462Z | Compiling serde_yaml v0.9.34+deprecated |
920 | 2024-11-29T04:18:10.586Z | Compiling dtrace-parser v0.2.0 |
921 | 2024-11-29T04:18:10.704Z | Compiling ipnetwork v0.20.0 |
922 | 2024-11-29T04:18:11.634Z | Compiling tokio-util v0.7.12 |
923 | 2024-11-29T04:18:12.155Z | Compiling unicode-normalization v0.1.24 |
924 | 2024-11-29T04:18:13.434Z | Compiling h2 v0.4.6 |
925 | 2024-11-29T04:18:13.783Z | Compiling thread-id v4.2.2 |
926 | 2024-11-29T04:18:13.901Z | Compiling rustls v0.22.4 |
927 | 2024-11-29T04:18:14.263Z | Compiling foreign-types-shared v0.1.1 |
928 | 2024-11-29T04:18:14.387Z | Compiling syn v1.0.109 |
929 | 2024-11-29T04:18:14.605Z | Compiling camino v1.1.9 |
930 | 2024-11-29T04:18:14.726Z | Compiling unicode-bidi v0.3.15 |
931 | 2024-11-29T04:18:14.955Z | Compiling httpdate v1.0.3 |
932 | 2024-11-29T04:18:15.206Z | Compiling ident_case v1.0.1 |
933 | 2024-11-29T04:18:15.395Z | Compiling darling_core v0.20.10 |
934 | 2024-11-29T04:18:15.570Z | Compiling foreign-types v0.3.2 |
935 | 2024-11-29T04:18:15.699Z | Compiling ppv-lite86 v0.2.20 |
936 | 2024-11-29T04:18:17.446Z | Compiling slog-async v2.8.0 |
937 | 2024-11-29T04:18:17.561Z | Compiling tower-service v0.3.3 |
938 | 2024-11-29T04:18:18.314Z | Compiling rand_chacha v0.3.1 |
939 | 2024-11-29T04:18:19.894Z | Compiling typify-macro v0.2.0 |
940 | 2024-11-29T04:18:20.022Z | Compiling hyper v1.5.1 |
941 | 2024-11-29T04:18:20.670Z | Compiling darling_macro v0.20.10 |
942 | 2024-11-29T04:18:21.681Z | Compiling idna v0.5.0 |
943 | 2024-11-29T04:18:23.402Z | Compiling typify v0.2.0 |
944 | 2024-11-29T04:18:23.541Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-11-29T04:18:25.584Z | Compiling hyper-util v0.1.10 |
946 | 2024-11-29T04:18:27.719Z | Compiling toml_datetime v0.6.8 |
947 | 2024-11-29T04:18:28.591Z | Compiling multer v3.1.0 |
948 | 2024-11-29T04:18:29.170Z | Compiling openssl-probe v0.1.5 |
949 | 2024-11-29T04:18:29.454Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-11-29T04:18:30.147Z | Compiling paste v1.0.15 |
951 | 2024-11-29T04:18:32.264Z | Compiling url v2.5.2 |
952 | 2024-11-29T04:18:32.298Z | Compiling darling v0.20.10 |
953 | 2024-11-29T04:18:32.417Z | Compiling rand v0.8.5 |
954 | 2024-11-29T04:18:34.057Z | Compiling usdt-attr-macro v0.5.0 |
955 | 2024-11-29T04:18:35.677Z | Compiling usdt-macro v0.5.0 |
956 | 2024-11-29T04:18:37.180Z | Compiling http-body-util v0.1.2 |
957 | 2024-11-29T04:18:37.540Z | Compiling async-trait v0.1.83 |
958 | 2024-11-29T04:18:39.828Z | Compiling encoding_rs v0.8.34 |
959 | 2024-11-29T04:18:40.269Z | Compiling mime v0.3.17 |
960 | 2024-11-29T04:18:40.287Z | Compiling ipnet v2.10.0 |
961 | 2024-11-29T04:18:40.525Z | Compiling base64 v0.22.1 |
962 | 2024-11-29T04:18:41.275Z | Compiling rustls-pemfile v2.1.3 |
963 | 2024-11-29T04:18:41.900Z | Compiling tokio-rustls v0.26.0 |
964 | 2024-11-29T04:18:43.708Z | Compiling serde_with_macros v3.9.0 |
965 | 2024-11-29T04:18:44.416Z | Compiling tokio-native-tls v0.3.1 |
966 | 2024-11-29T04:18:44.921Z | Compiling strum_macros v0.26.4 |
967 | 2024-11-29T04:18:45.620Z | Compiling serde_urlencoded v0.7.1 |
968 | 2024-11-29T04:18:46.096Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-11-29T04:18:46.142Z | Compiling async-stream-impl v0.3.5 |
970 | 2024-11-29T04:18:47.459Z | Compiling webpki-roots v0.26.6 |
971 | 2024-11-29T04:18:47.676Z | Compiling dropshot v0.12.0 |
972 | 2024-11-29T04:18:48.063Z | Compiling powerfmt v0.2.0 |
973 | 2024-11-29T04:18:48.544Z | Compiling crossbeam-utils v0.8.20 |
974 | 2024-11-29T04:18:49.085Z | Compiling structmeta v0.3.0 |
975 | 2024-11-29T04:18:49.175Z | Compiling deranged v0.3.11 |
976 | 2024-11-29T04:18:49.437Z | Compiling hyper-rustls v0.27.3 |
977 | 2024-11-29T04:18:50.660Z | Compiling hyper-tls v0.6.0 |
978 | 2024-11-29T04:18:51.060Z | Compiling sync_wrapper v1.0.1 |
979 | 2024-11-29T04:18:52.063Z | Compiling winnow v0.6.18 |
980 | 2024-11-29T04:18:53.812Z | Compiling num_threads v0.1.7 |
981 | 2024-11-29T04:18:54.202Z | Compiling time v0.3.36 |
982 | 2024-11-29T04:18:54.713Z | Compiling reqwest v0.12.9 |
983 | 2024-11-29T04:18:55.934Z | Compiling parse-display-derive v0.10.0 |
984 | 2024-11-29T04:18:58.000Z | Compiling block-buffer v0.10.4 |
985 | 2024-11-29T04:18:58.245Z | Compiling crypto-common v0.1.6 |
986 | 2024-11-29T04:18:58.470Z | Compiling dropshot_endpoint v0.12.0 |
987 | 2024-11-29T04:18:59.612Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
988 | 2024-11-29T04:19:02.386Z | Compiling digest v0.10.7 |
989 | 2024-11-29T04:19:02.821Z | Compiling progenitor-client v0.8.0 |
990 | 2024-11-29T04:19:03.696Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
991 | 2024-11-29T04:19:04.786Z | Compiling dirs-sys-next v0.1.2 |
992 | 2024-11-29T04:19:05.801Z | Compiling rustix v0.38.37 |
993 | 2024-11-29T04:19:06.837Z | Compiling match_cfg v0.1.0 |
994 | 2024-11-29T04:19:06.898Z | Compiling lazy_static v1.5.0 |
995 | 2024-11-29T04:19:06.946Z | Compiling hostname v0.3.1 |
996 | 2024-11-29T04:19:07.355Z | Compiling progenitor v0.8.0 |
997 | 2024-11-29T04:19:07.378Z | Compiling dirs-next v2.0.0 |
998 | 2024-11-29T04:19:10.073Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-11-29T04:19:10.985Z | Compiling futures-executor v0.3.30 |
1000 | 2024-11-29T04:19:11.490Z | Compiling thread_local v1.1.8 |
1001 | 2024-11-29T04:19:12.033Z | Compiling errno v0.3.9 |
1002 | 2024-11-29T04:19:12.301Z | Compiling instant v0.1.13 |
1003 | 2024-11-29T04:19:12.663Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-11-29T04:19:12.774Z | Compiling unicode-width v0.1.14 |
1005 | 2024-11-29T04:19:13.582Z | Compiling futures v0.3.30 |
1006 | 2024-11-29T04:19:14.958Z | Compiling term v0.7.0 |
1007 | 2024-11-29T04:19:15.537Z | Compiling crossbeam-channel v0.5.13 |
1008 | 2024-11-29T04:19:18.129Z | Compiling serde_spanned v0.6.7 |
1009 | 2024-11-29T04:19:18.329Z | Compiling memmap v0.7.0 |
1010 | 2024-11-29T04:19:18.394Z | Compiling is-terminal v0.4.13 |
1011 | 2024-11-29T04:19:18.690Z | Compiling take_mut v0.2.2 |
1012 | 2024-11-29T04:19:19.129Z | Compiling usdt v0.5.0 |
1013 | 2024-11-29T04:19:19.363Z | Compiling slog-term v2.9.1 |
1014 | 2024-11-29T04:19:20.477Z | Compiling toml_edit v0.22.21 |
1015 | 2024-11-29T04:19:21.950Z | Compiling slog-json v2.6.1 |
1016 | 2024-11-29T04:19:22.383Z | Compiling strum v0.26.3 |
1017 | 2024-11-29T04:19:22.580Z | Compiling serde_with v3.9.0 |
1018 | 2024-11-29T04:19:24.530Z | Compiling heapless v0.8.0 |
1019 | 2024-11-29T04:19:25.089Z | Compiling debug-ignore v1.0.5 |
1020 | 2024-11-29T04:19:26.415Z | Compiling tokio-rustls v0.25.0 |
1021 | 2024-11-29T04:19:27.873Z | Compiling toml v0.8.19 |
1022 | 2024-11-29T04:19:29.233Z | Compiling slog-bunyan v2.5.0 |
1023 | 2024-11-29T04:19:29.391Z | Compiling sha1 v0.10.6 |
1024 | 2024-11-29T04:19:29.611Z | Compiling async-stream v0.3.5 |
1025 | 2024-11-29T04:19:29.902Z | Compiling newtype-uuid v1.1.0 |
1026 | 2024-11-29T04:19:30.148Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-11-29T04:19:30.227Z | Compiling hex v0.4.3 |
1028 | 2024-11-29T04:19:30.642Z | Compiling waitgroup v0.1.2 |
1029 | 2024-11-29T04:19:30.898Z | Compiling hostname v0.4.0 |
1030 | 2024-11-29T04:19:30.940Z | Compiling hash32 v0.3.1 |
1031 | 2024-11-29T04:19:31.171Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-11-29T04:19:31.193Z | Compiling smoltcp v0.11.0 |
1033 | 2024-11-29T04:19:33.630Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1034 | 2024-11-29T04:19:33.853Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1035 | 2024-11-29T04:19:33.982Z | Compiling backoff v0.4.0 |
1036 | 2024-11-29T04:19:34.363Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1037 | 2024-11-29T04:19:34.387Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1038 | 2024-11-29T04:19:34.596Z | Compiling parse-display v0.10.0 |
1039 | 2024-11-29T04:19:36.467Z | Compiling macaddr v1.0.1 |
1040 | 2024-11-29T04:19:37.093Z | Compiling regress v0.9.1 |
1041 | 2024-11-29T04:19:40.918Z | Compiling clap_derive v4.5.18 |
1042 | 2024-11-29T04:19:41.435Z | Compiling utf8parse v0.2.2 |
1043 | 2024-11-29T04:19:41.594Z | Compiling managed v0.8.0 |
1044 | 2024-11-29T04:19:41.646Z | Compiling cobs v0.2.3 |
1045 | 2024-11-29T04:19:42.098Z | Compiling bitflags v1.3.2 |
1046 | 2024-11-29T04:19:42.231Z | Compiling winnow v0.5.40 |
1047 | 2024-11-29T04:19:42.368Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1048 | 2024-11-29T04:19:45.189Z | Compiling postcard v1.0.10 |
1049 | 2024-11-29T04:19:45.507Z | Compiling toml_edit v0.19.15 |
1050 | 2024-11-29T04:19:45.609Z | Compiling anstyle-parse v0.2.5 |
1051 | 2024-11-29T04:19:45.999Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1052 | 2024-11-29T04:19:51.625Z | Compiling is_terminal_polyfill v1.70.1 |
1053 | 2024-11-29T04:19:51.815Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-11-29T04:19:51.979Z | Compiling anstyle v1.0.10 |
1055 | 2024-11-29T04:19:52.491Z | Compiling colorchoice v1.0.2 |
1056 | 2024-11-29T04:19:52.666Z | Compiling anstream v0.6.15 |
1057 | 2024-11-29T04:19:53.667Z | Compiling proc-macro-crate v1.3.1 |
1058 | 2024-11-29T04:19:54.433Z | Compiling terminal_size v0.4.0 |
1059 | 2024-11-29T04:19:54.651Z | Compiling clap_lex v0.7.2 |
1060 | 2024-11-29T04:19:54.670Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1061 | 2024-11-29T04:19:55.063Z | Compiling clap_builder v4.5.21 |
1062 | 2024-11-29T04:19:55.329Z | Compiling num_enum_derive v0.5.11 |
1063 | 2024-11-29T04:19:56.237Z | Compiling tabwriter v1.4.0 |
1064 | 2024-11-29T04:19:56.990Z | Compiling foreign-types-macros v0.2.3 |
1065 | 2024-11-29T04:19:57.017Z | Compiling num-integer v0.1.46 |
1066 | 2024-11-29T04:19:57.768Z | Compiling foreign-types-shared v0.3.1 |
1067 | 2024-11-29T04:19:57.975Z | Compiling num_enum v0.5.11 |
1068 | 2024-11-29T04:19:58.304Z | Compiling foreign-types v0.5.0 |
1069 | 2024-11-29T04:19:58.595Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-11-29T04:19:59.041Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-29T04:19:59.226Z | Compiling clap v4.5.21 |
1072 | 2024-11-29T04:19:59.311Z | Compiling proc-macro-error-attr v1.0.4 |
1073 | 2024-11-29T04:19:59.477Z | Compiling either v1.13.0 |
1074 | 2024-11-29T04:19:59.505Z | Compiling pretty-hex v0.2.1 |
1075 | 2024-11-29T04:19:59.733Z | Compiling prettyplease v0.2.22 |
1076 | 2024-11-29T04:19:59.763Z | Compiling heck v0.4.1 |
1077 | 2024-11-29T04:20:00.115Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1078 | 2024-11-29T04:20:00.166Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1079 | 2024-11-29T04:20:00.726Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1080 | 2024-11-29T04:20:01.941Z | Compiling num-iter v0.1.45 |
1081 | 2024-11-29T04:20:02.131Z | Compiling num-rational v0.4.2 |
1082 | 2024-11-29T04:20:02.854Z | Compiling colored v2.1.0 |
1083 | 2024-11-29T04:20:04.168Z | Compiling num-complex v0.4.6 |
1084 | 2024-11-29T04:20:04.911Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-11-29T04:20:04.941Z | Compiling proc-macro-error v1.0.4 |
1086 | 2024-11-29T04:20:05.283Z | Compiling fastrand v2.1.1 |
1087 | 2024-11-29T04:20:05.303Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1088 | 2024-11-29T04:20:05.331Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-11-29T04:20:05.333Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1090 | 2024-11-29T04:20:05.733Z | Compiling tempfile v3.12.0 |
1091 | 2024-11-29T04:20:05.920Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-11-29T04:20:06.954Z | Compiling num v0.4.3 |
1093 | 2024-11-29T04:20:09.509Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1094 | 2024-11-29T04:20:10.109Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-11-29T04:20:10.235Z | Compiling float-ord v0.3.2 |
1096 | 2024-11-29T04:20:10.397Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1097 | 2024-11-29T04:20:16.870Z | Compiling semver v0.1.20 |
1098 | 2024-11-29T04:20:17.388Z | Compiling unicode-segmentation v1.12.0 |
1099 | 2024-11-29T04:20:17.440Z | Compiling rustc_version v0.1.7 |
1100 | 2024-11-29T04:20:18.031Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-11-29T04:20:18.663Z | Compiling newline-converter v0.3.0 |
1102 | 2024-11-29T04:20:18.851Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1103 | 2024-11-29T04:20:19.435Z | Compiling camino-tempfile v1.1.1 |
1104 | 2024-11-29T04:20:19.535Z | Compiling itertools v0.10.5 |
1105 | 2024-11-29T04:20:20.108Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1106 | 2024-11-29T04:20:20.161Z | Compiling console v0.15.8 |
1107 | 2024-11-29T04:20:20.540Z | Compiling num-derive v0.4.2 |
1108 | 2024-11-29T04:20:21.484Z | Compiling sigpipe v0.1.3 |
1109 | 2024-11-29T04:20:21.620Z | Compiling base64ct v1.6.0 |
1110 | 2024-11-29T04:20:22.436Z | Compiling similar v2.6.0 |
1111 | 2024-11-29T04:20:22.466Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1112 | 2024-11-29T04:20:22.864Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-11-29T04:20:22.908Z | Compiling password-hash v0.5.0 |
1114 | 2024-11-29T04:20:22.985Z | Compiling zone v0.3.0 |
1115 | 2024-11-29T04:20:23.725Z | Compiling expectorate v1.1.0 |
1116 | 2024-11-29T04:20:23.993Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1117 | 2024-11-29T04:20:24.502Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1118 | 2024-11-29T04:20:24.985Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1119 | 2024-11-29T04:20:26.137Z | Compiling newtype_derive v0.1.6 |
1120 | 2024-11-29T04:20:26.559Z | Compiling blake2 v0.10.6 |
1121 | 2024-11-29T04:20:27.101Z | Compiling hubpack_derive v0.1.1 |
1122 | 2024-11-29T04:20:27.751Z | Compiling smf v0.2.3 |
1123 | 2024-11-29T04:20:27.881Z | Compiling zerocopy-derive v0.6.6 |
1124 | 2024-11-29T04:20:28.106Z | Compiling owo-colors v4.1.0 |
1125 | 2024-11-29T04:20:28.195Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-29T04:20:28.573Z | Compiling cancel-safe-futures v0.1.5 |
1127 | 2024-11-29T04:20:28.961Z | Compiling whoami v1.5.2 |
1128 | 2024-11-29T04:20:29.058Z | Compiling petgraph v0.6.5 |
1129 | 2024-11-29T04:20:29.691Z | Compiling zerocopy v0.6.6 |
1130 | 2024-11-29T04:20:30.180Z | Compiling hubpack v0.1.2 |
1131 | 2024-11-29T04:20:30.450Z | Compiling argon2 v0.5.3 |
1132 | 2024-11-29T04:20:31.897Z | Compiling strum_macros v0.25.3 |
1133 | 2024-11-29T04:20:32.754Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1134 | 2024-11-29T04:20:33.037Z | Compiling serde-big-array v0.5.1 |
1135 | 2024-11-29T04:20:33.136Z | Compiling serde_repr v0.1.19 |
1136 | 2024-11-29T04:20:33.295Z | Compiling cookie v0.18.1 |
1137 | 2024-11-29T04:20:33.684Z | Compiling convert_case v0.4.0 |
1138 | 2024-11-29T04:20:33.925Z | Compiling static_assertions v1.1.0 |
1139 | 2024-11-29T04:20:34.117Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-11-29T04:20:34.334Z | Compiling derive_more v0.99.18 |
1141 | 2024-11-29T04:20:34.646Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-29T04:20:35.322Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1143 | 2024-11-29T04:20:35.658Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-29T04:20:37.052Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-11-29T04:20:37.520Z | Compiling atomicwrites v0.4.4 |
1146 | 2024-11-29T04:20:38.060Z | Compiling itertools v0.13.0 |
1147 | 2024-11-29T04:20:40.265Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-11-29T04:20:41.343Z | Compiling idna v0.4.0 |
1149 | 2024-11-29T04:20:41.421Z | Compiling libsw v3.3.1 |
1150 | 2024-11-29T04:20:41.445Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-11-29T04:20:41.781Z | Compiling derive-where v1.2.7 |
1152 | 2024-11-29T04:20:42.582Z | Compiling data-encoding v2.6.0 |
1153 | 2024-11-29T04:20:43.141Z | Compiling highway v1.2.0 |
1154 | 2024-11-29T04:20:43.528Z | Compiling indent_write v2.2.0 |
1155 | 2024-11-29T04:20:43.763Z | Compiling swrite v0.1.0 |
1156 | 2024-11-29T04:20:43.908Z | Compiling linear-map v1.2.0 |
1157 | 2024-11-29T04:20:44.292Z | Compiling quick-error v1.2.3 |
1158 | 2024-11-29T04:20:44.451Z | Compiling linked-hash-map v0.5.6 |
1159 | 2024-11-29T04:20:44.532Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-11-29T04:20:44.836Z | Compiling lru-cache v0.1.2 |
1161 | 2024-11-29T04:20:44.858Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-29T04:20:45.053Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-29T04:20:45.281Z | Compiling hickory-proto v0.24.1 |
1164 | 2024-11-29T04:20:45.986Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-29T04:20:46.332Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-29T04:20:48.241Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-29T04:20:49.265Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-11-29T04:20:52.244Z | Compiling steno v0.4.1 |
1169 | 2024-11-29T04:20:52.931Z | Compiling slog-dtrace v0.3.0 |
1170 | 2024-11-29T04:20:53.325Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1171 | 2024-11-29T04:20:53.708Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-11-29T04:20:54.199Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-11-29T04:20:54.365Z | Compiling humantime v2.1.0 |
1174 | 2024-11-29T04:20:54.999Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-11-29T04:20:55.193Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1176 | 2024-11-29T04:20:56.645Z | Compiling hickory-resolver v0.24.1 |
1177 | 2024-11-29T04:20:56.741Z | Compiling num-derive v0.3.3 |
1178 | 2024-11-29T04:20:58.259Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-11-29T04:20:58.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1180 | 2024-11-29T04:20:59.412Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-11-29T04:20:59.438Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1182 | 2024-11-29T04:21:00.391Z | Compiling parking_lot v0.11.2 |
1183 | 2024-11-29T04:21:00.911Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1184 | 2024-11-29T04:21:02.271Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1185 | 2024-11-29T04:21:02.367Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1186 | 2024-11-29T04:21:04.934Z | Compiling crossbeam-epoch v0.9.18 |
1187 | 2024-11-29T04:21:05.049Z | Compiling fxhash v0.2.1 |
1188 | 2024-11-29T04:21:05.273Z | Compiling crc32fast v1.4.2 |
1189 | 2024-11-29T04:21:05.803Z | Compiling arc-swap v1.7.1 |
1190 | 2024-11-29T04:21:06.001Z | Compiling crc8 v0.1.1 |
1191 | 2024-11-29T04:21:06.334Z | Compiling slog-scope v4.4.0 |
1192 | 2024-11-29T04:21:06.426Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1193 | 2024-11-29T04:21:07.056Z | Compiling sled v0.34.7 |
1194 | 2024-11-29T04:21:09.698Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-11-29T04:21:13.306Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1196 | 2024-11-29T04:21:13.482Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1197 | 2024-11-29T04:21:13.972Z | Compiling slog-stdlog v4.1.1 |
1198 | 2024-11-29T04:21:14.763Z | Compiling slog-envlogger v2.2.0 |
1199 | 2024-11-29T04:21:15.233Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1200 | 2024-11-29T04:21:25.138Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1201 | 2024-11-29T04:21:27.531Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1202 | 2024-11-29T04:21:30.083Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1203 | 2024-11-29T04:21:58.706Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-11-29T04:21:58.706Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1205 | 2024-11-29T04:22:05.527Z | Finished `release` profile [optimized] target(s) in 4m 53s |
1206 | 2024-11-29T04:22:05.840Z | + banner trio |
1207 | 2024-11-29T04:22:05.843Z | |
1208 | 2024-11-29T04:22:05.843Z | ##### ##### # #### |
1209 | 2024-11-29T04:22:05.843Z | # # # # # # |
1210 | 2024-11-29T04:22:05.843Z | # # # # # # |
1211 | 2024-11-29T04:22:05.843Z | # ##### # # # |
1212 | 2024-11-29T04:22:05.843Z | # # # # # # |
1213 | 2024-11-29T04:22:05.843Z | # # # # #### |
1214 | 2024-11-29T04:22:05.843Z | |
1215 | 2024-11-29T04:22:05.843Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1216 | 2024-11-29T04:22:06.315Z | Compiling cfg-if v1.0.0 |
1217 | 2024-11-29T04:22:06.315Z | Compiling libc v0.2.165 |
1218 | 2024-11-29T04:22:06.318Z | Compiling serde v1.0.215 |
1219 | 2024-11-29T04:22:06.318Z | Compiling once_cell v1.20.2 |
1220 | 2024-11-29T04:22:06.318Z | Compiling itoa v1.0.11 |
1221 | 2024-11-29T04:22:06.318Z | Compiling byteorder v1.5.0 |
1222 | 2024-11-29T04:22:06.390Z | Compiling syn v2.0.87 |
1223 | 2024-11-29T04:22:06.396Z | Compiling bytes v1.7.2 |
1224 | 2024-11-29T04:22:06.448Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-29T04:22:06.597Z | Compiling zerocopy v0.7.35 |
1226 | 2024-11-29T04:22:06.737Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-11-29T04:22:06.792Z | Compiling ahash v0.8.11 |
1228 | 2024-11-29T04:22:06.847Z | Compiling memchr v2.7.4 |
1229 | 2024-11-29T04:22:06.876Z | Compiling scopeguard v1.2.0 |
1230 | 2024-11-29T04:22:06.885Z | Compiling schemars v0.8.21 |
1231 | 2024-11-29T04:22:07.003Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-11-29T04:22:07.013Z | Compiling smallvec v1.13.2 |
1233 | 2024-11-29T04:22:07.279Z | Compiling lock_api v0.4.12 |
1234 | 2024-11-29T04:22:07.607Z | Compiling hashbrown v0.14.5 |
1235 | 2024-11-29T04:22:07.679Z | Compiling getrandom v0.2.15 |
1236 | 2024-11-29T04:22:07.748Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-11-29T04:22:07.785Z | Compiling mio v1.0.2 |
1238 | 2024-11-29T04:22:08.000Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2024-11-29T04:22:08.116Z | Compiling parking_lot v0.12.3 |
1240 | 2024-11-29T04:22:08.555Z | Compiling socket2 v0.5.8 |
1241 | 2024-11-29T04:22:08.736Z | Compiling fnv v1.0.7 |
1242 | 2024-11-29T04:22:08.759Z | Compiling log v0.4.22 |
1243 | 2024-11-29T04:22:08.865Z | Compiling futures-core v0.3.30 |
1244 | 2024-11-29T04:22:09.232Z | Compiling equivalent v1.0.1 |
1245 | 2024-11-29T04:22:09.319Z | Compiling ryu v1.0.18 |
1246 | 2024-11-29T04:22:09.340Z | Compiling tracing-core v0.1.32 |
1247 | 2024-11-29T04:22:09.445Z | Compiling serde_json v1.0.133 |
1248 | 2024-11-29T04:22:09.480Z | Compiling uuid v1.11.0 |
1249 | 2024-11-29T04:22:09.491Z | Compiling regress v0.10.1 |
1250 | 2024-11-29T04:22:09.906Z | Compiling untrusted v0.9.0 |
1251 | 2024-11-29T04:22:09.979Z | Compiling futures-task v0.3.30 |
1252 | 2024-11-29T04:22:10.076Z | Compiling futures-sink v0.3.30 |
1253 | 2024-11-29T04:22:10.170Z | Compiling pin-utils v0.1.0 |
1254 | 2024-11-29T04:22:10.173Z | Compiling spin v0.9.8 |
1255 | 2024-11-29T04:22:10.206Z | Compiling slab v0.4.9 |
1256 | 2024-11-29T04:22:10.260Z | Compiling futures-util v0.3.30 |
1257 | 2024-11-29T04:22:10.373Z | Compiling ring v0.17.8 |
1258 | 2024-11-29T04:22:10.418Z | Compiling try-lock v0.2.5 |
1259 | 2024-11-29T04:22:10.566Z | Compiling want v0.3.1 |
1260 | 2024-11-29T04:22:10.817Z | Compiling chrono v0.4.38 |
1261 | 2024-11-29T04:22:10.839Z | Compiling httparse v1.9.4 |
1262 | 2024-11-29T04:22:11.526Z | Compiling futures-channel v0.3.30 |
1263 | 2024-11-29T04:22:11.890Z | Compiling foreign-types-shared v0.1.1 |
1264 | 2024-11-29T04:22:11.934Z | Compiling tower-service v0.3.3 |
1265 | 2024-11-29T04:22:12.057Z | Compiling dyn-clone v1.0.17 |
1266 | 2024-11-29T04:22:12.283Z | Compiling serde_derive_internals v0.29.1 |
1267 | 2024-11-29T04:22:12.329Z | Compiling foreign-types v0.3.2 |
1268 | 2024-11-29T04:22:12.429Z | Compiling openssl-sys v0.9.103 |
1269 | 2024-11-29T04:22:12.563Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-11-29T04:22:12.765Z | Compiling bitflags v2.6.0 |
1271 | 2024-11-29T04:22:12.784Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-11-29T04:22:13.117Z | Compiling http v1.1.0 |
1273 | 2024-11-29T04:22:13.694Z | Compiling openssl-probe v0.1.5 |
1274 | 2024-11-29T04:22:13.946Z | Compiling tinyvec_macros v0.1.1 |
1275 | 2024-11-29T04:22:14.039Z | Compiling semver v1.0.23 |
1276 | 2024-11-29T04:22:14.192Z | Compiling tinyvec v1.8.0 |
1277 | 2024-11-29T04:22:14.195Z | Compiling quote v1.0.37 |
1278 | 2024-11-29T04:22:14.631Z | Compiling percent-encoding v2.3.1 |
1279 | 2024-11-29T04:22:15.095Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-11-29T04:22:15.839Z | Compiling unicode-normalization v0.1.24 |
1281 | 2024-11-29T04:22:16.264Z | Compiling http v0.2.12 |
1282 | 2024-11-29T04:22:16.823Z | Compiling serde_derive v1.0.215 |
1283 | 2024-11-29T04:22:17.016Z | Compiling zerocopy-derive v0.7.35 |
1284 | 2024-11-29T04:22:17.184Z | Compiling thiserror-impl v1.0.69 |
1285 | 2024-11-29T04:22:17.608Z | Compiling tokio-macros v2.4.0 |
1286 | 2024-11-29T04:22:17.790Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-11-29T04:22:17.970Z | Compiling tracing-attributes v0.1.27 |
1288 | 2024-11-29T04:22:19.080Z | Compiling tokio v1.41.1 |
1289 | 2024-11-29T04:22:19.968Z | Compiling thiserror v1.0.69 |
1290 | 2024-11-29T04:22:20.295Z | Compiling openssl-macros v0.1.1 |
1291 | 2024-11-29T04:22:20.572Z | Compiling aho-corasick v1.1.3 |
1292 | 2024-11-29T04:22:20.772Z | Compiling rustls-pki-types v1.8.0 |
1293 | 2024-11-29T04:22:20.890Z | Compiling tracing v0.1.40 |
1294 | 2024-11-29T04:22:21.122Z | Compiling openssl v0.10.66 |
1295 | 2024-11-29T04:22:22.110Z | Compiling unicode-bidi v0.3.15 |
1296 | 2024-11-29T04:22:22.566Z | Compiling heck v0.5.0 |
1297 | 2024-11-29T04:22:24.309Z | Compiling idna v0.5.0 |
1298 | 2024-11-29T04:22:24.931Z | Compiling regex-automata v0.4.7 |
1299 | 2024-11-29T04:22:28.436Z | Compiling tokio-util v0.7.12 |
1300 | 2024-11-29T04:22:29.137Z | Compiling indexmap v2.5.0 |
1301 | 2024-11-29T04:22:31.753Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-11-29T04:22:32.006Z | Compiling native-tls v0.2.12 |
1303 | 2024-11-29T04:22:32.278Z | Compiling http-body v1.0.1 |
1304 | 2024-11-29T04:22:33.051Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-11-29T04:22:33.326Z | Compiling slog v2.7.0 |
1306 | 2024-11-29T04:22:33.859Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-11-29T04:22:34.062Z | Compiling regex-syntax v0.8.4 |
1308 | 2024-11-29T04:22:34.124Z | Compiling h2 v0.4.6 |
1309 | 2024-11-29T04:22:34.461Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-11-29T04:22:36.081Z | Compiling typify-impl v0.2.0 |
1311 | 2024-11-29T04:22:44.599Z | Compiling openapiv3 v2.0.0 |
1312 | 2024-11-29T04:22:46.228Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-11-29T04:22:46.771Z | Compiling regex v1.10.6 |
1314 | 2024-11-29T04:22:47.045Z | Compiling url v2.5.2 |
1315 | 2024-11-29T04:22:47.639Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-11-29T04:22:48.409Z | Compiling rustls v0.21.12 |
1317 | 2024-11-29T04:22:48.757Z | Compiling mime v0.3.17 |
1318 | 2024-11-29T04:22:49.295Z | Compiling ipnet v2.10.0 |
1319 | 2024-11-29T04:22:51.553Z | Compiling typify-macro v0.2.0 |
1320 | 2024-11-29T04:22:52.260Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1321 | 2024-11-29T04:22:52.503Z | Compiling hyper v1.5.1 |
1322 | 2024-11-29T04:22:53.692Z | Compiling h2 v0.3.26 |
1323 | 2024-11-29T04:22:54.106Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-11-29T04:22:55.004Z | Compiling http-body v0.4.6 |
1325 | 2024-11-29T04:22:55.469Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-29T04:22:55.733Z | Compiling sct v0.7.1 |
1327 | 2024-11-29T04:22:56.169Z | Compiling subtle v2.6.1 |
1328 | 2024-11-29T04:22:56.440Z | Compiling zeroize v1.8.1 |
1329 | 2024-11-29T04:22:56.766Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-11-29T04:22:57.139Z | Compiling httpdate v1.0.3 |
1331 | 2024-11-29T04:22:57.883Z | Compiling serde_yaml v0.9.34+deprecated |
1332 | 2024-11-29T04:22:58.620Z | Compiling toml_edit v0.19.15 |
1333 | 2024-11-29T04:22:58.841Z | Compiling rustls v0.23.13 |
1334 | 2024-11-29T04:22:59.478Z | Compiling hyper v0.14.30 |
1335 | 2024-11-29T04:23:02.295Z | Compiling hyper-util v0.1.10 |
1336 | 2024-11-29T04:23:08.044Z | Compiling lazy_static v1.5.0 |
1337 | 2024-11-29T04:23:08.179Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-11-29T04:23:08.626Z | Compiling tokio-rustls v0.24.1 |
1339 | 2024-11-29T04:23:08.955Z | Compiling proc-macro-crate v1.3.1 |
1340 | 2024-11-29T04:23:09.023Z | Compiling http-body-util v0.1.2 |
1341 | 2024-11-29T04:23:09.518Z | Compiling webpki-roots v0.26.6 |
1342 | 2024-11-29T04:23:09.690Z | Compiling base64 v0.22.1 |
1343 | 2024-11-29T04:23:09.733Z | Compiling base64 v0.21.7 |
1344 | 2024-11-29T04:23:10.470Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-11-29T04:23:10.785Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-11-29T04:23:10.814Z | Compiling crossbeam-utils v0.8.20 |
1347 | 2024-11-29T04:23:10.831Z | Compiling hyper-rustls v0.27.3 |
1348 | 2024-11-29T04:23:11.213Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-11-29T04:23:11.518Z | Compiling hyper-tls v0.6.0 |
1350 | 2024-11-29T04:23:12.003Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-11-29T04:23:12.425Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-11-29T04:23:12.440Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-11-29T04:23:12.566Z | Compiling typify v0.2.0 |
1354 | 2024-11-29T04:23:13.394Z | Compiling ipnetwork v0.20.0 |
1355 | 2024-11-29T04:23:14.366Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2024-11-29T04:23:15.101Z | Compiling foreign-types-macros v0.2.3 |
1357 | 2024-11-29T04:23:15.454Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-11-29T04:23:15.456Z | Compiling rand_core v0.6.4 |
1359 | 2024-11-29T04:23:15.597Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-11-29T04:23:15.914Z | Compiling webpki-roots v0.25.4 |
1361 | 2024-11-29T04:23:16.078Z | Compiling foreign-types-shared v0.3.1 |
1362 | 2024-11-29T04:23:16.202Z | Compiling sync_wrapper v0.1.2 |
1363 | 2024-11-29T04:23:16.337Z | Compiling powerfmt v0.2.0 |
1364 | 2024-11-29T04:23:16.348Z | Compiling time-macros v0.2.18 |
1365 | 2024-11-29T04:23:16.392Z | Compiling foreign-types v0.5.0 |
1366 | 2024-11-29T04:23:16.613Z | Compiling deranged v0.3.11 |
1367 | 2024-11-29T04:23:16.631Z | Compiling reqwest v0.11.27 |
1368 | 2024-11-29T04:23:16.953Z | Compiling dirs-next v2.0.0 |
1369 | 2024-11-29T04:23:17.217Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-11-29T04:23:18.268Z | Compiling reqwest v0.12.9 |
1371 | 2024-11-29T04:23:18.919Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-11-29T04:23:19.138Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1373 | 2024-11-29T04:23:24.687Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-29T04:23:24.980Z | Compiling num_enum v0.5.11 |
1375 | 2024-11-29T04:23:25.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1376 | 2024-11-29T04:23:27.022Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1377 | 2024-11-29T04:23:27.191Z | Compiling cstr-argument v0.1.2 |
1378 | 2024-11-29T04:23:27.448Z | Compiling thread_local v1.1.8 |
1379 | 2024-11-29T04:23:28.091Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-11-29T04:23:28.301Z | Compiling arc-swap v1.7.1 |
1381 | 2024-11-29T04:23:28.638Z | Compiling either v1.13.0 |
1382 | 2024-11-29T04:23:28.957Z | Compiling num-conv v0.1.0 |
1383 | 2024-11-29T04:23:29.048Z | Compiling time-core v0.1.2 |
1384 | 2024-11-29T04:23:29.203Z | Compiling time v0.3.36 |
1385 | 2024-11-29T04:23:29.228Z | Compiling itertools v0.12.1 |
1386 | 2024-11-29T04:23:29.659Z | Compiling slog-scope v4.4.0 |
1387 | 2024-11-29T04:23:30.528Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1388 | 2024-11-29T04:23:31.917Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1389 | 2024-11-29T04:23:32.295Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1390 | 2024-11-29T04:23:32.654Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1391 | 2024-11-29T04:23:32.821Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-11-29T04:23:33.119Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1393 | 2024-11-29T04:23:34.338Z | Compiling progenitor-macro v0.8.0 |
1394 | 2024-11-29T04:23:38.061Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-11-29T04:23:38.949Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-11-29T04:23:40.780Z | Compiling rand v0.8.5 |
1397 | 2024-11-29T04:23:42.520Z | Compiling term v0.7.0 |
1398 | 2024-11-29T04:23:42.743Z | Compiling anyhow v1.0.93 |
1399 | 2024-11-29T04:23:45.289Z | Compiling colored v2.1.0 |
1400 | 2024-11-29T04:23:46.409Z | Compiling is-terminal v0.4.13 |
1401 | 2024-11-29T04:23:46.542Z | Compiling take_mut v0.2.2 |
1402 | 2024-11-29T04:23:46.698Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-11-29T04:23:46.877Z | Compiling winnow v0.6.18 |
1404 | 2024-11-29T04:23:47.126Z | Compiling slog-async v2.8.0 |
1405 | 2024-11-29T04:23:50.080Z | Compiling slog-term v2.9.1 |
1406 | 2024-11-29T04:23:50.901Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1407 | 2024-11-29T04:23:52.790Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-11-29T04:23:52.987Z | Compiling progenitor v0.8.0 |
1409 | 2024-11-29T04:23:53.181Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1410 | 2024-11-29T04:23:56.765Z | Compiling slog-stdlog v4.1.1 |
1411 | 2024-11-29T04:23:57.537Z | Compiling slog-envlogger v2.2.0 |
1412 | 2024-11-29T04:23:59.760Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1413 | 2024-11-29T04:24:00.587Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1414 | 2024-11-29T04:24:16.036Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1415 | 2024-11-29T04:24:23.164Z | Finished `release` profile [optimized] target(s) in 2m 17s |
1416 | 2024-11-29T04:24:23.246Z | Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0) |
1417 | 2024-11-29T04:24:23.293Z | |
1418 | 2024-11-29T04:24:23.294Z | running 1 test |
1419 | 2024-11-29T04:24:23.464Z | configure zone |
1420 | 2024-11-29T04:24:23.481Z | install zone |
1421 | 2024-11-29T04:25:23.299Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1422 | 2024-11-29T04:26:17.446Z | boot zone |
1423 | 2024-11-29T04:26:18.296Z | start zone s1 |
1424 | 2024-11-29T04:26:18.296Z | configure zone |
1425 | 2024-11-29T04:26:18.304Z | install zone |
1426 | 2024-11-29T04:28:09.427Z | boot zone |
1427 | 2024-11-29T04:28:10.265Z | start zone s2 |
1428 | 2024-11-29T04:28:10.265Z | configure zone |
1429 | 2024-11-29T04:28:10.273Z | install zone |
1430 | 2024-11-29T04:30:00.779Z | boot zone |
1431 | 2024-11-29T04:30:01.731Z | start zone t1 |
1432 | 2024-11-29T04:30:01.731Z | configure zone |
1433 | 2024-11-29T04:30:01.740Z | install zone |
1434 | 2024-11-29T04:31:56.518Z | boot zone |
1435 | 2024-11-29T04:31:57.389Z | waiting for zones to come up |
1436 | 2024-11-29T04:32:07.391Z | [sidecar.trio] svcs milestone/network |
1437 | 2024-11-29T04:32:07.425Z | STATE STIME FMRI |
1438 | 2024-11-29T04:32:07.425Z | online 20:26:36 svc:/milestone/network:default |
1439 | 2024-11-29T04:32:07.425Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-29T04:32:07.472Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-29T04:32:07.521Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1442 | 2024-11-29T04:32:07.564Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1443 | 2024-11-29T04:32:07.568Z | [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:07.588Z | |
1445 | 2024-11-29T04:32:07.588Z | running zone s1.trio setup |
1446 | 2024-11-29T04:32:07.588Z | [s1.trio] svcs milestone/network |
1447 | 2024-11-29T04:32:07.612Z | STATE STIME FMRI |
1448 | 2024-11-29T04:32:07.612Z | online 20:28:28 svc:/milestone/network:default |
1449 | 2024-11-29T04:32:07.612Z | [s1.trio] dladm |
1450 | 2024-11-29T04:32:07.632Z | LINK CLASS MTU STATE BRIDGE OVER |
1451 | 2024-11-29T04:32:07.632Z | sl0 simnet 9000 up -- ? |
1452 | 2024-11-29T04:32:07.633Z | mg2 vnic 9000 up -- ? |
1453 | 2024-11-29T04:32:07.633Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1454 | 2024-11-29T04:32:08.228Z | |
1455 | 2024-11-29T04:32:08.228Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1456 | 2024-11-29T04:32:08.252Z | |
1457 | 2024-11-29T04:32:08.252Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1458 | 2024-11-29T04:32:08.271Z | |
1459 | 2024-11-29T04:32:08.271Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1460 | 2024-11-29T04:32:08.358Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1461 | 2024-11-29T04:32:08.403Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ae851d35-7516-424e-9e9d-39a6249468a0 --sled-uuid 67a3706f-cd9f-4636-aa6a-2a5622b1a099 -a sl0/v6 &> /opt/ddmd.log & |
1462 | 2024-11-29T04:32:08.425Z | |
1463 | 2024-11-29T04:32:08.425Z | running zone s2.trio setup |
1464 | 2024-11-29T04:32:08.425Z | [s2.trio] svcs milestone/network |
1465 | 2024-11-29T04:32:08.450Z | STATE STIME FMRI |
1466 | 2024-11-29T04:32:08.450Z | online 20:30:19 svc:/milestone/network:default |
1467 | 2024-11-29T04:32:08.450Z | [s2.trio] dladm |
1468 | 2024-11-29T04:32:08.472Z | LINK CLASS MTU STATE BRIDGE OVER |
1469 | 2024-11-29T04:32:08.472Z | sl1 simnet 9000 up -- ? |
1470 | 2024-11-29T04:32:08.472Z | mg3 vnic 9000 up -- ? |
1471 | 2024-11-29T04:32:08.472Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1472 | 2024-11-29T04:32:09.032Z | |
1473 | 2024-11-29T04:32:09.032Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1474 | 2024-11-29T04:32:09.055Z | |
1475 | 2024-11-29T04:32:09.055Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1476 | 2024-11-29T04:32:09.075Z | |
1477 | 2024-11-29T04:32:09.075Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1478 | 2024-11-29T04:32:09.120Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1479 | 2024-11-29T04:32:09.141Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1782ad9f-a119-4c7b-96b7-b27bd2427bf0 --sled-uuid e9875dd4-8ead-44b6-8e35-b635ff88df41 -a sl1/v6 &> /opt/ddmd.log & |
1480 | 2024-11-29T04:32:09.161Z | |
1481 | 2024-11-29T04:32:09.161Z | running zone t1.trio setup |
1482 | 2024-11-29T04:32:09.161Z | [t1.trio] svcs milestone/network |
1483 | 2024-11-29T04:32:09.183Z | STATE STIME FMRI |
1484 | 2024-11-29T04:32:09.183Z | - - svc:/milestone/network:default |
1485 | 2024-11-29T04:32:10.183Z | [t1.trio] svcs milestone/network |
1486 | 2024-11-29T04:32:10.205Z | STATE STIME FMRI |
1487 | 2024-11-29T04:32:10.205Z | - - svc:/milestone/network:default |
1488 | 2024-11-29T04:32:11.205Z | [t1.trio] svcs milestone/network |
1489 | 2024-11-29T04:32:11.226Z | STATE STIME FMRI |
1490 | 2024-11-29T04:32:11.226Z | - - svc:/milestone/network:default |
1491 | 2024-11-29T04:32:12.227Z | [t1.trio] svcs milestone/network |
1492 | 2024-11-29T04:32:12.248Z | STATE STIME FMRI |
1493 | 2024-11-29T04:32:12.248Z | - - svc:/milestone/network:default |
1494 | 2024-11-29T04:32:13.249Z | [t1.trio] svcs milestone/network |
1495 | 2024-11-29T04:32:13.270Z | STATE STIME FMRI |
1496 | 2024-11-29T04:32:13.270Z | - - svc:/milestone/network:default |
1497 | 2024-11-29T04:32:14.270Z | [t1.trio] svcs milestone/network |
1498 | 2024-11-29T04:32:14.292Z | STATE STIME FMRI |
1499 | 2024-11-29T04:32:14.292Z | - - svc:/milestone/network:default |
1500 | 2024-11-29T04:32:15.292Z | [t1.trio] svcs milestone/network |
1501 | 2024-11-29T04:32:15.314Z | STATE STIME FMRI |
1502 | 2024-11-29T04:32:15.314Z | offline 20:32:14 svc:/milestone/network:default |
1503 | 2024-11-29T04:32:16.315Z | [t1.trio] svcs milestone/network |
1504 | 2024-11-29T04:32:16.342Z | STATE STIME FMRI |
1505 | 2024-11-29T04:32:16.342Z | online 20:32:14 svc:/milestone/network:default |
1506 | 2024-11-29T04:32:16.342Z | [t1.trio] dladm |
1507 | 2024-11-29T04:32:16.369Z | LINK CLASS MTU STATE BRIDGE OVER |
1508 | 2024-11-29T04:32:16.369Z | tfportrear0_0 simnet 9000 up -- ? |
1509 | 2024-11-29T04:32:16.369Z | tfportrear1_0 simnet 9000 up -- ? |
1510 | 2024-11-29T04:32:16.369Z | mg1 vnic 9000 up -- ? |
1511 | 2024-11-29T04:32:16.369Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1512 | 2024-11-29T04:32:17.012Z | |
1513 | 2024-11-29T04:32:17.012Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1514 | 2024-11-29T04:32:17.039Z | |
1515 | 2024-11-29T04:32:17.040Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1516 | 2024-11-29T04:32:17.062Z | |
1517 | 2024-11-29T04:32:17.062Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1518 | 2024-11-29T04:32:17.082Z | |
1519 | 2024-11-29T04:32:17.082Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1520 | 2024-11-29T04:32:17.277Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1521 | 2024-11-29T04:32:17.281Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1522 | 2024-11-29T04:32:17.284Z | waiting 3s for copy of files to zone to complete ... |
1523 | 2024-11-29T04:32:20.285Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1524 | 2024-11-29T04:32:20.330Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1525 | 2024-11-29T04:32:20.352Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1526 | 2024-11-29T04:32:20.444Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1527 | 2024-11-29T04:32:20.489Z | [t1.trio] svcadm enable dendrite |
1528 | 2024-11-29T04:32:20.529Z | |
1529 | 2024-11-29T04:32:20.529Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1530 | 2024-11-29T04:32:20.573Z | |
1531 | 2024-11-29T04:32:20.573Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1532 | 2024-11-29T04:32:20.616Z | |
1533 | 2024-11-29T04:32:20.617Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1534 | 2024-11-29T04:32:20.660Z | |
1535 | 2024-11-29T04:32:20.660Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1536 | 2024-11-29T04:32:20.701Z | |
1537 | 2024-11-29T04:32:20.701Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1538 | 2024-11-29T04:32:20.742Z | |
1539 | 2024-11-29T04:32:20.743Z | [t1.trio] svcadm refresh dendrite:default |
1540 | 2024-11-29T04:32:20.780Z | |
1541 | 2024-11-29T04:32:20.780Z | [t1.trio] svcadm restart dendrite:default |
1542 | 2024-11-29T04:32:20.817Z | |
1543 | 2024-11-29T04:32:20.817Z | wait 10s for dendrite to come up ... |
1544 | 2024-11-29T04:32:30.818Z | [t1.trio] svcadm enable tfport |
1545 | 2024-11-29T04:32:30.858Z | |
1546 | 2024-11-29T04:32:30.858Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1547 | 2024-11-29T04:32:30.879Z | |
1548 | 2024-11-29T04:32:30.879Z | [t1.trio] ipadm |
1549 | 2024-11-29T04:32:30.903Z | ADDROBJ TYPE STATE ADDR |
1550 | 2024-11-29T04:32:30.903Z | lo0/v4 static ok 127.0.0.1/8 |
1551 | 2024-11-29T04:32:30.903Z | mg1/v4 static ok 10.0.0.3/24 |
1552 | 2024-11-29T04:32:30.903Z | lo0/v6 static ok ::1/128 |
1553 | 2024-11-29T04:32:30.903Z | lo0/u6 static ok fd00:3::1/64 |
1554 | 2024-11-29T04:32:30.903Z | tfportrear0_0/v6 addrconf ok fe80::b0de:2cff:fe7e:4a62%tfportrear0_0/10 |
1555 | 2024-11-29T04:32:30.903Z | tfportrear1_0/v6 addrconf ok fe80::d087:8fff:fe23:1995%tfportrear1_0/10 |
1556 | 2024-11-29T04:32:33.117Z | initial peering test passed |
1557 | 2024-11-29T04:32:34.121Z | advertise from one passed |
1558 | 2024-11-29T04:32:35.123Z | advertise from two passed |
1559 | 2024-11-29T04:32:35.123Z | [s1.trio] ping fd00:2::1 |
1560 | 2024-11-29T04:32:35.151Z | fd00:2::1 is alive |
1561 | 2024-11-29T04:32:35.151Z | [s2.trio] ping fd00:1::1 |
1562 | 2024-11-29T04:32:35.171Z | fd00:1::1 is alive |
1563 | 2024-11-29T04:32:35.171Z | connectivity test passed |
1564 | 2024-11-29T04:32:35.171Z | [t1.trio] pkill ddmd |
1565 | 2024-11-29T04:32:35.191Z | |
1566 | 2024-11-29T04:32:41.196Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1567 | 2024-11-29T04:32:41.235Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1568 | 2024-11-29T04:32:41.253Z | [t1.trio] svcadm enable dendrite |
1569 | 2024-11-29T04:32:41.293Z | |
1570 | 2024-11-29T04:32:41.293Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1571 | 2024-11-29T04:32:41.336Z | |
1572 | 2024-11-29T04:32:41.336Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1573 | 2024-11-29T04:32:41.381Z | |
1574 | 2024-11-29T04:32:41.381Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1575 | 2024-11-29T04:32:41.421Z | |
1576 | 2024-11-29T04:32:41.421Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1577 | 2024-11-29T04:32:41.464Z | |
1578 | 2024-11-29T04:32:41.464Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1579 | 2024-11-29T04:32:41.506Z | |
1580 | 2024-11-29T04:32:41.506Z | [t1.trio] svcadm refresh dendrite:default |
1581 | 2024-11-29T04:32:41.543Z | |
1582 | 2024-11-29T04:32:41.543Z | [t1.trio] svcadm restart dendrite:default |
1583 | 2024-11-29T04:32:41.580Z | |
1584 | 2024-11-29T04:32:41.580Z | wait 10s for dendrite to come up ... |
1585 | 2024-11-29T04:32:51.581Z | [t1.trio] svcadm enable tfport |
1586 | 2024-11-29T04:32:51.623Z | |
1587 | 2024-11-29T04:32:51.623Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1588 | 2024-11-29T04:32:51.644Z | |
1589 | 2024-11-29T04:32:51.644Z | [t1.trio] ipadm |
1590 | 2024-11-29T04:32:51.667Z | ADDROBJ TYPE STATE ADDR |
1591 | 2024-11-29T04:32:51.667Z | lo0/v4 static ok 127.0.0.1/8 |
1592 | 2024-11-29T04:32:51.667Z | mg1/v4 static ok 10.0.0.3/24 |
1593 | 2024-11-29T04:32:51.667Z | lo0/v6 static ok ::1/128 |
1594 | 2024-11-29T04:32:51.667Z | lo0/u6 static ok fd00:3::1/64 |
1595 | 2024-11-29T04:32:51.667Z | tfportrear0_0/v6 addrconf ok fe80::b0de:2cff:fe7e:4a62%tfportrear0_0/10 |
1596 | 2024-11-29T04:32:51.667Z | tfportrear1_0/v6 addrconf ok fe80::d087:8fff:fe23:1995%tfportrear1_0/10 |
1597 | 2024-11-29T04:32:54.670Z | [s1.trio] ping fd00:2::1 |
1598 | 2024-11-29T04:32:54.692Z | fd00:2::1 is alive |
1599 | 2024-11-29T04:32:54.692Z | [s2.trio] ping fd00:1::1 |
1600 | 2024-11-29T04:32:54.711Z | fd00:1::1 is alive |
1601 | 2024-11-29T04:32:54.711Z | transit router restart passed |
1602 | 2024-11-29T04:32:54.711Z | [s1.trio] pkill ddmd |
1603 | 2024-11-29T04:32:54.730Z | |
1604 | 2024-11-29T04:32:59.734Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3e7173d7-eeb8-45a8-9504-7cb5f18203f1 --sled-uuid 56a363e1-40de-4b7d-b084-f1b56a710227 -a sl0/v6 &> /opt/ddmd.log & |
1605 | 2024-11-29T04:32:59.755Z | |
1606 | 2024-11-29T04:33:02.759Z | [s1.trio] ping fd00:2::1 |
1607 | 2024-11-29T04:33:02.781Z | fd00:2::1 is alive |
1608 | 2024-11-29T04:33:02.782Z | [s2.trio] ping fd00:1::1 |
1609 | 2024-11-29T04:33:02.803Z | fd00:1::1 is alive |
1610 | 2024-11-29T04:33:02.803Z | server router restart passed |
1611 | 2024-11-29T04:33:05.809Z | peer expiration recovery passed |
1612 | 2024-11-29T04:33:06.810Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1613 | 2024-11-29T04:33:06.836Z | 3 |
1614 | 2024-11-29T04:33:06.836Z | redundant advertise passed |
1615 | 2024-11-29T04:33:07.839Z | tunnel endpoint advertise passed |
1616 | 2024-11-29T04:33:12.841Z | redundant tunnel endpoint advertise passed |
1617 | 2024-11-29T04:33:12.841Z | [s1.trio] pkill ddmd |
1618 | 2024-11-29T04:33:12.862Z | |
1619 | 2024-11-29T04:33:17.863Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8e8b2c2d-a60c-4933-ac85-338643c818b5 --sled-uuid 4ad4405e-ebdd-4e3f-abfc-254683a878bd -a sl0/v6 &> /opt/ddmd.log & |
1620 | 2024-11-29T04:33:17.884Z | |
1621 | 2024-11-29T04:33:22.955Z | tunnel router restart passed |
1622 | 2024-11-29T04:33:23.956Z | tunnel endpoint withdraw passed |
1623 | 2024-11-29T04:33:23.971Z | [t1.trio] pkill ddmd |
1624 | 2024-11-29T04:33:23.999Z | |
1625 | 2024-11-29T04:33:23.999Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1626 | 2024-11-29T04:33:24.004Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1627 | 2024-11-29T04:33:26.548Z | [s2.trio] pkill ddmd |
1628 | 2024-11-29T04:33:26.568Z | |
1629 | 2024-11-29T04:33:26.568Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1630 | 2024-11-29T04:33:29.312Z | [s1.trio] pkill ddmd |
1631 | 2024-11-29T04:33:29.332Z | |
1632 | 2024-11-29T04:33:29.332Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1633 | 2024-11-29T04:33:31.859Z | [sidecar.trio] pkill softnpu |
1634 | 2024-11-29T04:33:31.880Z | |
1635 | 2024-11-29T04:33:31.880Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1636 | 2024-11-29T04:33:34.486Z | test ddm::test_trio_v2_transit ... ok |
1637 | 2024-11-29T04:33:34.486Z | |
1638 | 2024-11-29T04:33:34.487Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 551.15s |
1639 | 2024-11-29T04:33:34.487Z | |
1640 | 2024-11-29T04:33:34.516Z | + cleanup |
1641 | 2024-11-29T04:33:34.519Z | ++ id -un |
1642 | 2024-11-29T04:33:34.522Z | ++ id -gn |
1643 | 2024-11-29T04:33:34.525Z | + pfexec chown -R build:build . |
1644 | 2024-11-29T04:33:34.605Z | process exited: duration 1049408 ms, exit code 0 |
|
1645 | 2024-11-29T04:33:34.615Z | found 4 output files |
1646 | 2024-11-29T04:33:34.615Z | uploading: /work/s1.trio.log (4206 bytes) |
1647 | 2024-11-29T04:33:35.623Z | uploaded: /work/s1.trio.log |
1648 | 2024-11-29T04:33:35.627Z | uploading: /work/s2.trio.log (10937 bytes) |
1649 | 2024-11-29T04:33:36.635Z | uploaded: /work/s2.trio.log |
1650 | 2024-11-29T04:33:36.638Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1651 | 2024-11-29T04:33:37.644Z | uploaded: /work/sidecar.trio-softnpu.log |
1652 | 2024-11-29T04:33:37.647Z | uploading: /work/t1.trio.log (26219 bytes) |
1653 | 2024-11-29T04:33:38.655Z | uploaded: /work/t1.trio.log |