|
|
|
1 | 2024-11-01T04:36:47.218Z | job assigned to worker 01JBK0477CK0A5J29G906DTJGB (queued for 1 m 3 s) |
|
2 | 2024-11-01T04:36:54.276Z | starting task 0: "setup" |
3 | 2024-11-01T04:36:54.284Z | ++ uname -s |
4 | 2024-11-01T04:36:54.286Z | + kern=SunOS |
5 | 2024-11-01T04:36:54.286Z | + case "$kern" in |
6 | 2024-11-01T04:36:54.286Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T04:36:54.287Z | + groupadd -g 12345 build |
8 | 2024-11-01T04:36:54.289Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T04:36:56.298Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T04:36:56.384Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T04:36:56.387Z | + home_fs=zfs |
12 | 2024-11-01T04:36:56.387Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T04:36:56.387Z | + mkdir -p /home/build |
14 | 2024-11-01T04:36:56.389Z | + chown build:build /home/build /work |
15 | 2024-11-01T04:36:58.392Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T04:36:58.395Z | process exited: duration 4119 ms, exit code 0 |
|
17 | 2024-11-01T04:36:58.400Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T04:36:58.407Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T04:36:58.407Z | ' stable |
20 | 2024-11-01T04:36:58.407Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T04:36:58.407Z | ' default |
22 | 2024-11-01T04:36:58.409Z | * toolchain channel = "stable" |
23 | 2024-11-01T04:36:58.409Z | * toolchain profile = "default" |
24 | 2024-11-01T04:36:58.409Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T04:36:58.410Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-01T04:36:58.513Z | info: downloading installer |
27 | 2024-11-01T04:37:00.023Z | info: profile set to 'default' |
28 | 2024-11-01T04:37:00.023Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T04:37:00.025Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-01T04:37:00.180Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T04:37:00.180Z | info: downloading component 'cargo' |
32 | 2024-11-01T04:37:01.020Z | info: downloading component 'clippy' |
33 | 2024-11-01T04:37:01.335Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T04:37:02.514Z | info: downloading component 'rust-std' |
35 | 2024-11-01T04:37:04.408Z | info: downloading component 'rustc' |
36 | 2024-11-01T04:37:11.028Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T04:37:11.266Z | info: installing component 'cargo' |
38 | 2024-11-01T04:37:12.094Z | info: installing component 'clippy' |
39 | 2024-11-01T04:37:12.480Z | info: installing component 'rust-docs' |
40 | 2024-11-01T04:37:14.212Z | info: installing component 'rust-std' |
41 | 2024-11-01T04:37:16.192Z | info: installing component 'rustc' |
42 | 2024-11-01T04:37:22.227Z | info: installing component 'rustfmt' |
43 | 2024-11-01T04:37:22.563Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-01T04:37:22.563Z | |
45 | 2024-11-01T04:37:22.949Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T04:37:22.949Z | |
47 | 2024-11-01T04:37:22.951Z | |
48 | 2024-11-01T04:37:22.951Z | Rust is installed now. Great! |
49 | 2024-11-01T04:37:22.951Z | |
50 | 2024-11-01T04:37:22.952Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T04:37:22.952Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T04:37:22.952Z | |
53 | 2024-11-01T04:37:22.952Z | To configure your current shell, you need to source |
54 | 2024-11-01T04:37:22.952Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T04:37:22.952Z | |
56 | 2024-11-01T04:37:22.952Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T04:37:22.952Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T04:37:22.952Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T04:37:23.029Z | + rustc --version |
60 | 2024-11-01T04:37:23.096Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T04:37:23.100Z | process exited: duration 24695 ms, exit code 0 |
|
62 | 2024-11-01T04:37:23.107Z | starting task 2: "authentication" |
63 | 2024-11-01T04:37:23.128Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T04:37:23.133Z | starting task 3: "clone repository" |
65 | 2024-11-01T04:37:23.138Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-11-01T04:37:23.141Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-11-01T04:37:23.916Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-11-01T04:37:25.146Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-11-01T04:37:25.146Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
70 | 2024-11-01T04:37:25.390Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-11-01T04:37:25.390Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
72 | 2024-11-01T04:37:25.396Z | + [[ -n trey/unique_neigh ]] |
73 | 2024-11-01T04:37:25.399Z | ++ git branch --show-current |
74 | 2024-11-01T04:37:25.402Z | + current=main |
75 | 2024-11-01T04:37:25.402Z | + [[ main != trey/unique_neigh ]] |
76 | 2024-11-01T04:37:25.402Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
77 | 2024-11-01T04:37:25.404Z | + git checkout -f trey/unique_neigh |
78 | 2024-11-01T04:37:25.419Z | Switched to branch 'trey/unique_neigh' |
79 | 2024-11-01T04:37:25.421Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
80 | 2024-11-01T04:37:25.433Z | HEAD is now at da93056 rdb: test logging improvements |
81 | 2024-11-01T04:37:25.437Z | process exited: duration 2300 ms, exit code 0 |
|
82 | 2024-11-01T04:37:25.442Z | starting task 4: "build" |
83 | 2024-11-01T04:37:25.447Z | ++ cargo --version |
84 | 2024-11-01T04:37:25.452Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-01T04:37:25.597Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-01T04:37:25.597Z | info: downloading component 'cargo' |
87 | 2024-11-01T04:37:26.303Z | info: downloading component 'clippy' |
88 | 2024-11-01T04:37:26.569Z | info: downloading component 'rust-docs' |
89 | 2024-11-01T04:37:27.546Z | info: downloading component 'rust-std' |
90 | 2024-11-01T04:37:29.069Z | info: downloading component 'rustc' |
91 | 2024-11-01T04:37:34.566Z | info: downloading component 'rustfmt' |
92 | 2024-11-01T04:37:34.777Z | info: installing component 'cargo' |
93 | 2024-11-01T04:37:35.651Z | info: installing component 'clippy' |
94 | 2024-11-01T04:37:36.044Z | info: installing component 'rust-docs' |
95 | 2024-11-01T04:37:37.642Z | info: installing component 'rust-std' |
96 | 2024-11-01T04:37:39.429Z | info: installing component 'rustc' |
97 | 2024-11-01T04:37:45.222Z | info: installing component 'rustfmt' |
98 | 2024-11-01T04:37:45.643Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-01T04:37:45.656Z | ++ rustc --version |
100 | 2024-11-01T04:37:45.708Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-01T04:37:45.718Z | ++ dladm |
102 | 2024-11-01T04:37:45.726Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-11-01T04:37:45.726Z | ena0 phys 9216 up -- -- |
104 | 2024-11-01T04:37:45.726Z | ++ ipadm |
105 | 2024-11-01T04:37:45.726Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-11-01T04:37:45.726Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-11-01T04:37:45.726Z | ena0/dhcp dhcp ok 10.150.1.202/24 |
108 | 2024-11-01T04:37:45.726Z | lo0/v6 static ok ::1/128 |
109 | 2024-11-01T04:37:45.726Z | ++ banner collect |
110 | 2024-11-01T04:37:45.766Z | |
111 | 2024-11-01T04:37:45.766Z | #### #### # # ###### #### ##### |
112 | 2024-11-01T04:37:45.766Z | # # # # # # # # # # |
113 | 2024-11-01T04:37:45.766Z | # # # # # ##### # # |
114 | 2024-11-01T04:37:45.766Z | # # # # # # # # |
115 | 2024-11-01T04:37:45.766Z | # # # # # # # # # # |
116 | 2024-11-01T04:37:45.766Z | #### #### ###### ###### ###### #### # |
117 | 2024-11-01T04:37:45.766Z | |
118 | 2024-11-01T04:37:45.778Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-11-01T04:37:45.778Z | ++ repo=softnpu |
120 | 2024-11-01T04:37:45.779Z | ++ series=image |
121 | 2024-11-01T04:37:45.779Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-11-01T04:37:45.779Z | ++ name=softnpu |
123 | 2024-11-01T04:37:45.779Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-11-01T04:37:45.779Z | ++ mkdir -p download |
125 | 2024-11-01T04:37:45.779Z | ++ pushd download |
126 | 2024-11-01T04:37:45.779Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-11-01T04:37:45.779Z | ++ [[ ! -f softnpu ]] |
128 | 2024-11-01T04:37:45.779Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-11-01T04:37:45.780Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-11-01T04:37:45.780Z | Dload Upload Total Spent Left Speed |
131 | 2024-11-01T04:37:46.141Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
41 21.8M 41 9383k 0 0 32.6M 0 --:--:-- --:--:-- --:--:-- 32.6M
100 21.8M 100 21.8M 0 0 57.9M 0 --:--:-- --:--:-- --:--:-- 57.9M |
132 | 2024-11-01T04:37:46.145Z | ++ popd |
133 | 2024-11-01T04:37:46.145Z | /work/oxidecomputer/maghemite |
134 | 2024-11-01T04:37:46.147Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-11-01T04:37:46.148Z | ++ repo=sidecar-lite |
136 | 2024-11-01T04:37:46.148Z | ++ series=release |
137 | 2024-11-01T04:37:46.148Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-11-01T04:37:46.148Z | ++ name=libsidecar_lite.so |
139 | 2024-11-01T04:37:46.148Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-11-01T04:37:46.148Z | ++ mkdir -p download |
141 | 2024-11-01T04:37:46.148Z | ++ pushd download |
142 | 2024-11-01T04:37:46.148Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-11-01T04:37:46.148Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-11-01T04:37:46.149Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-11-01T04:37:46.156Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-11-01T04:37:46.156Z | Dload Upload Total Spent Left Speed |
147 | 2024-11-01T04:37:46.603Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 45.4M 0 --:--:-- --:--:-- --:--:-- 45.5M |
148 | 2024-11-01T04:37:46.607Z | ++ popd |
149 | 2024-11-01T04:37:46.607Z | /work/oxidecomputer/maghemite |
150 | 2024-11-01T04:37:46.607Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-11-01T04:37:46.607Z | ++ repo=sidecar-lite |
152 | 2024-11-01T04:37:46.608Z | ++ series=release |
153 | 2024-11-01T04:37:46.608Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-11-01T04:37:46.611Z | ++ name=scadm |
155 | 2024-11-01T04:37:46.611Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-11-01T04:37:46.611Z | ++ mkdir -p download |
157 | 2024-11-01T04:37:46.612Z | ++ pushd download |
158 | 2024-11-01T04:37:46.612Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-11-01T04:37:46.612Z | ++ [[ ! -f scadm ]] |
160 | 2024-11-01T04:37:46.612Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-11-01T04:37:46.618Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-11-01T04:37:46.618Z | Dload Upload Total Spent Left Speed |
163 | 2024-11-01T04:37:47.293Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
74 22.7M 74 16.9M 0 0 38.2M 0 --:--:-- --:--:-- --:--:-- 38.2M
100 22.7M 100 22.7M 0 0 33.9M 0 --:--:-- --:--:-- --:--:-- 33.9M |
164 | 2024-11-01T04:37:47.298Z | ++ popd |
165 | 2024-11-01T04:37:47.298Z | /work/oxidecomputer/maghemite |
166 | 2024-11-01T04:37:47.298Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-11-01T04:37:47.298Z | ++ repo=dendrite |
168 | 2024-11-01T04:37:47.298Z | ++ series=image |
169 | 2024-11-01T04:37:47.298Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-11-01T04:37:47.298Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-11-01T04:37:47.298Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-11-01T04:37:47.298Z | ++ mkdir -p download |
173 | 2024-11-01T04:37:47.303Z | ++ pushd download |
174 | 2024-11-01T04:37:47.303Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-11-01T04:37:47.303Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-11-01T04:37:47.303Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-11-01T04:37:47.307Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-11-01T04:37:47.307Z | Dload Upload Total Spent Left Speed |
179 | 2024-11-01T04:37:48.326Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
62 37.5M 62 23.6M 0 0 31.8M 0 0:00:01 --:--:-- 0:00:01 31.8M
100 37.5M 100 37.5M 0 0 36.8M 0 0:00:01 0:00:01 --:--:-- 36.8M |
180 | 2024-11-01T04:37:48.329Z | ++ popd |
181 | 2024-11-01T04:37:48.329Z | /work/oxidecomputer/maghemite |
182 | 2024-11-01T04:37:48.329Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-11-01T04:37:48.329Z | ++ repo=maghemite |
184 | 2024-11-01T04:37:48.329Z | ++ series=release |
185 | 2024-11-01T04:37:48.329Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-11-01T04:37:48.330Z | ++ name=ddmd |
187 | 2024-11-01T04:37:48.330Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-11-01T04:37:48.330Z | ++ mkdir -p download |
189 | 2024-11-01T04:37:48.332Z | ++ pushd download |
190 | 2024-11-01T04:37:48.332Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-11-01T04:37:48.332Z | ++ [[ ! -f ddmd ]] |
192 | 2024-11-01T04:37:48.332Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-11-01T04:37:48.340Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-11-01T04:37:48.344Z | Dload Upload Total Spent Left Speed |
195 | 2024-11-01T04:37:49.173Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
71 40.9M 71 29.1M 0 0 41.2M 0 --:--:-- --:--:-- --:--:-- 41.2M
100 40.9M 100 40.9M 0 0 49.2M 0 --:--:-- --:--:-- --:--:-- 49.2M |
196 | 2024-11-01T04:37:49.176Z | ++ popd |
197 | 2024-11-01T04:37:49.176Z | /work/oxidecomputer/maghemite |
198 | 2024-11-01T04:37:49.177Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-11-01T04:37:49.177Z | ++ repo=maghemite |
200 | 2024-11-01T04:37:49.177Z | ++ series=release |
201 | 2024-11-01T04:37:49.177Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-11-01T04:37:49.177Z | ++ name=ddmadm |
203 | 2024-11-01T04:37:49.177Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-11-01T04:37:49.177Z | ++ mkdir -p download |
205 | 2024-11-01T04:37:49.181Z | ++ pushd download |
206 | 2024-11-01T04:37:49.181Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-11-01T04:37:49.181Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-11-01T04:37:49.181Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-11-01T04:37:49.186Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-11-01T04:37:49.192Z | Dload Upload Total Spent Left Speed |
211 | 2024-11-01T04:37:49.768Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 31.3M 0 --:--:-- --:--:-- --:--:-- 31.3M |
212 | 2024-11-01T04:37:49.772Z | ++ popd |
213 | 2024-11-01T04:37:49.773Z | /work/oxidecomputer/maghemite |
214 | 2024-11-01T04:37:49.773Z | ++ pushd download |
215 | 2024-11-01T04:37:49.773Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-11-01T04:37:49.773Z | ++ chmod +x softnpu |
217 | 2024-11-01T04:37:49.773Z | ++ chmod +x scadm |
218 | 2024-11-01T04:37:49.773Z | ++ chmod +x ddmadm |
219 | 2024-11-01T04:37:49.773Z | ++ chmod +x ddmd |
220 | 2024-11-01T04:37:49.777Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-11-01T04:37:49.777Z | ++ mv ddmd ddmd-v2 |
222 | 2024-11-01T04:37:49.777Z | ++ rm -rf zones/dendrite |
223 | 2024-11-01T04:37:49.782Z | ++ mkdir -p zones/dendrite |
224 | 2024-11-01T04:37:49.787Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-11-01T04:37:50.596Z | ++ popd |
226 | 2024-11-01T04:37:50.596Z | /work/oxidecomputer/maghemite |
227 | 2024-11-01T04:37:50.596Z | ++ banner install |
228 | 2024-11-01T04:37:50.599Z | |
229 | 2024-11-01T04:37:50.599Z | # # # #### ##### ## # # |
230 | 2024-11-01T04:37:50.599Z | # ## # # # # # # # |
231 | 2024-11-01T04:37:50.599Z | # # # # #### # # # # # |
232 | 2024-11-01T04:37:50.599Z | # # # # # # ###### # # |
233 | 2024-11-01T04:37:50.599Z | # # ## # # # # # # # |
234 | 2024-11-01T04:37:50.599Z | # # # #### # # # ###### ###### |
235 | 2024-11-01T04:37:50.599Z | |
236 | 2024-11-01T04:37:50.599Z | ++ pkg info brand/sparse |
237 | 2024-11-01T04:37:50.602Z | ++ grep -qi installed |
238 | 2024-11-01T04:38:00.287Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-11-01T04:38:00.287Z | installed on the system. Try querying remotely instead: |
240 | 2024-11-01T04:38:00.287Z | |
241 | 2024-11-01T04:38:00.287Z | brand/sparse |
242 | 2024-11-01T04:38:00.336Z | ++ [[ 1 != 0 ]] |
243 | 2024-11-01T04:38:00.336Z | ++ set -o errexit |
244 | 2024-11-01T04:38:00.337Z | ++ pfexec pkg install brand/sparse |
245 | 2024-11-01T04:38:11.036Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-11-01T04:38:14.331Z | Startup: Caching catalogs ... Done |
247 | 2024-11-01T04:38:21.385Z | Planning: Solver setup ... Done |
248 | 2024-11-01T04:38:21.478Z | Planning: Running solver ... Done |
249 | 2024-11-01T04:38:21.680Z | Planning: Finding local manifests ... Done |
250 | 2024-11-01T04:38:21.712Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-11-01T04:38:22.334Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-11-01T04:38:22.905Z | Planning: Package planning ... Done |
253 | 2024-11-01T04:38:22.911Z | Planning: Merging actions ... Done |
254 | 2024-11-01T04:38:23.654Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-11-01T04:38:30.399Z | Planning: Consolidating action changes ... Done |
256 | 2024-11-01T04:38:30.782Z | Planning: Evaluating mediators ... Done |
257 | 2024-11-01T04:38:30.931Z | Planning: Planning completed in 16.51 seconds |
258 | 2024-11-01T04:38:30.946Z | Packages to install: 1 |
259 | 2024-11-01T04:38:30.946Z | Packages to update: 2 |
260 | 2024-11-01T04:38:30.949Z | Create boot environment: No |
261 | 2024-11-01T04:38:30.949Z | Create backup boot environment: Yes |
262 | 2024-11-01T04:38:31.271Z | |
263 | 2024-11-01T04:38:31.272Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-11-01T04:38:36.274Z | Download: 441/1009 items 4.8/8.0MB 59% complete (1006k/s) |
265 | 2024-11-01T04:38:40.688Z | Download: Completed 8.03 MB in 9.42 seconds (873k/s) |
266 | 2024-11-01T04:38:42.622Z | Actions: 1/1419 actions (Removing old actions) |
267 | 2024-11-01T04:38:42.639Z | Actions: 199/1419 actions (Installing new actions) |
268 | 2024-11-01T04:38:42.756Z | Actions: 579/1419 actions (Updating modified actions) |
269 | 2024-11-01T04:38:43.100Z | Actions: Completed 1419 actions in 0.48 seconds. |
270 | 2024-11-01T04:38:43.438Z | Done |
271 | 2024-11-01T04:38:43.441Z | Done |
272 | 2024-11-01T04:38:43.906Z | Done |
273 | 2024-11-01T04:38:49.561Z | Done |
274 | 2024-11-01T04:38:49.891Z | Done |
275 | 2024-11-01T04:38:49.894Z | Done |
276 | 2024-11-01T04:38:50.009Z | Done |
277 | 2024-11-01T04:38:50.367Z | ++ set -o errexit |
278 | 2024-11-01T04:38:50.368Z | ++ set -o pipefail |
279 | 2024-11-01T04:38:50.368Z | ++ banner build |
280 | 2024-11-01T04:38:50.370Z | |
281 | 2024-11-01T04:38:50.370Z | ##### # # # # ##### |
282 | 2024-11-01T04:38:50.370Z | # # # # # # # # |
283 | 2024-11-01T04:38:50.370Z | ##### # # # # # # |
284 | 2024-11-01T04:38:50.370Z | # # # # # # # # |
285 | 2024-11-01T04:38:50.370Z | # # # # # # # # |
286 | 2024-11-01T04:38:50.370Z | ##### #### # ###### ##### |
287 | 2024-11-01T04:38:50.370Z | |
288 | 2024-11-01T04:38:50.370Z | ++ cargo build --release --bin ddmd --bin ddmadm |
289 | 2024-11-01T04:38:50.552Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
290 | 2024-11-01T04:38:50.757Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
291 | 2024-11-01T04:38:50.947Z | From https://www.github.com/oxidecomputer/oxnet |
292 | 2024-11-01T04:38:50.947Z | * [new branch] ci -> origin/ci |
293 | 2024-11-01T04:38:50.949Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
294 | 2024-11-01T04:38:50.949Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
295 | 2024-11-01T04:38:50.949Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
296 | 2024-11-01T04:38:50.949Z | * [new branch] main -> origin/main |
297 | 2024-11-01T04:38:50.949Z | * [new ref] -> origin/HEAD |
298 | 2024-11-01T04:38:50.960Z | Updating crates.io index |
299 | 2024-11-01T04:38:50.963Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-11-01T04:38:51.745Z | From https://github.com/oxidecomputer/falcon |
301 | 2024-11-01T04:38:51.745Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
302 | 2024-11-01T04:38:51.916Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2024-11-01T04:38:53.033Z | From https://github.com/oxidecomputer/dendrite |
304 | 2024-11-01T04:38:53.034Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
305 | 2024-11-01T04:38:53.075Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2024-11-01T04:38:53.587Z | From https://github.com/oxidecomputer/ispf |
307 | 2024-11-01T04:38:53.587Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
308 | 2024-11-01T04:38:53.608Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-11-01T04:38:54.060Z | From https://github.com/oxidecomputer/netadm-sys |
310 | 2024-11-01T04:38:54.060Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
311 | 2024-11-01T04:38:54.071Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
312 | 2024-11-01T04:38:57.828Z | From https://github.com/oxidecomputer/omicron |
313 | 2024-11-01T04:38:57.828Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
314 | 2024-11-01T04:38:57.858Z | * [new tag] dogfood -> dogfood |
315 | 2024-11-01T04:38:57.861Z | * [new tag] v5 -> v5 |
316 | 2024-11-01T04:38:57.861Z | * [new tag] v6 -> v6 |
317 | 2024-11-01T04:38:57.861Z | * [new tag] v7 -> v7 |
318 | 2024-11-01T04:38:57.861Z | * [new tag] v8 -> v8 |
319 | 2024-11-01T04:38:57.861Z | * [new tag] v9 -> v9 |
320 | 2024-11-01T04:38:58.223Z | Updating git repository `https://github.com/oxidecomputer/opte` |
321 | 2024-11-01T04:38:59.289Z | From https://github.com/oxidecomputer/opte |
322 | 2024-11-01T04:38:59.289Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
323 | 2024-11-01T04:38:59.359Z | Updating git repository `https://github.com/illumos/smf-rs` |
324 | 2024-11-01T04:38:59.679Z | From https://github.com/illumos/smf-rs |
325 | 2024-11-01T04:38:59.679Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
326 | 2024-11-01T04:38:59.710Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
327 | 2024-11-01T04:39:00.494Z | From https://github.com/oxidecomputer/maghemite |
328 | 2024-11-01T04:39:00.494Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
329 | 2024-11-01T04:39:00.511Z | * [new tag] rift -> rift |
330 | 2024-11-01T04:39:00.514Z | * [new tag] srp -> srp |
331 | 2024-11-01T04:39:00.514Z | * [new tag] tie-spf -> tie-spf |
332 | 2024-11-01T04:39:00.546Z | Updating git repository `https://github.com/oxidecomputer/zone` |
333 | 2024-11-01T04:39:00.903Z | From https://github.com/oxidecomputer/zone |
334 | 2024-11-01T04:39:00.903Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
335 | 2024-11-01T04:39:00.932Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
336 | 2024-11-01T04:39:01.683Z | From https://github.com/oxidecomputer/propolis |
337 | 2024-11-01T04:39:01.683Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
338 | 2024-11-01T04:39:01.815Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2024-11-01T04:39:02.222Z | From https://github.com/oxidecomputer/dlpi-sys |
340 | 2024-11-01T04:39:02.222Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
341 | 2024-11-01T04:39:02.232Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
342 | 2024-11-01T04:39:02.642Z | From https://github.com/jmesmon/rust-libzfs |
343 | 2024-11-01T04:39:02.642Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
344 | 2024-11-01T04:39:02.657Z | * [new tag] v0.4.0 -> v0.4.0 |
345 | 2024-11-01T04:39:02.672Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
346 | 2024-11-01T04:39:02.984Z | From https://github.com/oxidecomputer/rusty-doors |
347 | 2024-11-01T04:39:02.984Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
348 | 2024-11-01T04:39:03.002Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
349 | 2024-11-01T04:39:03.489Z | From https://github.com/oxidecomputer/maghemite |
350 | 2024-11-01T04:39:03.489Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
351 | 2024-11-01T04:39:03.537Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
352 | 2024-11-01T04:39:03.884Z | From https://github.com/oxidecomputer/serde_human_bytes |
353 | 2024-11-01T04:39:03.885Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
354 | 2024-11-01T04:39:03.916Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
355 | 2024-11-01T04:39:04.273Z | From https://github.com/oxidecomputer/slog-error-chain |
356 | 2024-11-01T04:39:04.273Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
357 | 2024-11-01T04:39:04.312Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
358 | 2024-11-01T04:39:04.647Z | From https://github.com/oxidecomputer/poptrie |
359 | 2024-11-01T04:39:04.647Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
360 | 2024-11-01T04:39:04.673Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
361 | 2024-11-01T04:39:05.026Z | From https://github.com/illumos/libscf-sys |
362 | 2024-11-01T04:39:05.026Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
363 | 2024-11-01T04:39:05.068Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
364 | 2024-11-01T04:39:05.949Z | From https://github.com/oxidecomputer/progenitor |
365 | 2024-11-01T04:39:05.949Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
366 | 2024-11-01T04:39:05.968Z | * [new tag] v0.1.1 -> v0.1.1 |
367 | 2024-11-01T04:39:05.971Z | * [new tag] v0.2.0 -> v0.2.0 |
368 | 2024-11-01T04:39:05.971Z | * [new tag] v0.3.0 -> v0.3.0 |
369 | 2024-11-01T04:39:05.971Z | * [new tag] v0.4.0 -> v0.4.0 |
370 | 2024-11-01T04:39:05.971Z | * [new tag] v0.5.0 -> v0.5.0 |
371 | 2024-11-01T04:39:05.971Z | * [new tag] v0.6.0 -> v0.6.0 |
372 | 2024-11-01T04:39:05.971Z | * [new tag] v0.7.0 -> v0.7.0 |
373 | 2024-11-01T04:39:06.085Z | Updating git repository `https://github.com/oxidecomputer/typify` |
374 | 2024-11-01T04:39:06.889Z | From https://github.com/oxidecomputer/typify |
375 | 2024-11-01T04:39:06.889Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
376 | 2024-11-01T04:39:06.891Z | * [new tag] v0.2.0 -> v0.2.0 |
377 | 2024-11-01T04:39:06.909Z | * [new tag] v0.0.10 -> v0.0.10 |
378 | 2024-11-01T04:39:06.912Z | * [new tag] v0.0.11 -> v0.0.11 |
379 | 2024-11-01T04:39:06.912Z | * [new tag] v0.0.12 -> v0.0.12 |
380 | 2024-11-01T04:39:06.912Z | * [new tag] v0.0.13 -> v0.0.13 |
381 | 2024-11-01T04:39:06.912Z | * [new tag] v0.0.14 -> v0.0.14 |
382 | 2024-11-01T04:39:06.913Z | * [new tag] v0.0.15 -> v0.0.15 |
383 | 2024-11-01T04:39:06.913Z | * [new tag] v0.0.16 -> v0.0.16 |
384 | 2024-11-01T04:39:06.913Z | * [new tag] v0.0.4 -> v0.0.4 |
385 | 2024-11-01T04:39:06.913Z | * [new tag] v0.0.5 -> v0.0.5 |
386 | 2024-11-01T04:39:06.913Z | * [new tag] v0.0.7 -> v0.0.7 |
387 | 2024-11-01T04:39:06.913Z | * [new tag] v0.0.8 -> v0.0.8 |
388 | 2024-11-01T04:39:06.913Z | * [new tag] v0.0.9 -> v0.0.9 |
389 | 2024-11-01T04:39:06.913Z | * [new tag] v0.1.0 -> v0.1.0 |
390 | 2024-11-01T04:39:07.149Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
391 | 2024-11-01T04:39:08.993Z | From https://github.com/oxidecomputer/crucible |
392 | 2024-11-01T04:39:08.993Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
393 | 2024-11-01T04:39:09.054Z | Updating git repository `https://github.com/oxidecomputer/opte` |
394 | 2024-11-01T04:39:09.468Z | From https://github.com/oxidecomputer/opte |
395 | 2024-11-01T04:39:09.468Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
396 | 2024-11-01T04:39:09.514Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
397 | 2024-11-01T04:39:10.172Z | From https://github.com/oxidecomputer/management-gateway-service |
398 | 2024-11-01T04:39:10.172Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
399 | 2024-11-01T04:39:10.870Z | Downloading crates ... |
400 | 2024-11-01T04:39:10.966Z | Downloaded atomic-waker v1.1.2 |
401 | 2024-11-01T04:39:10.968Z | Downloaded byteorder v1.5.0 |
402 | 2024-11-01T04:39:10.972Z | Downloaded async-stream v0.3.5 |
403 | 2024-11-01T04:39:10.976Z | Downloaded anstyle v1.0.8 |
404 | 2024-11-01T04:39:10.976Z | Downloaded parking_lot_core v0.9.10 |
405 | 2024-11-01T04:39:10.979Z | Downloaded quick-error v1.2.3 |
406 | 2024-11-01T04:39:10.981Z | Downloaded pretty-hex v0.2.1 |
407 | 2024-11-01T04:39:10.985Z | Downloaded proc-macro-crate v3.2.0 |
408 | 2024-11-01T04:39:10.985Z | Downloaded darling_macro v0.20.10 |
409 | 2024-11-01T04:39:10.985Z | Downloaded float-ord v0.3.2 |
410 | 2024-11-01T04:39:10.988Z | Downloaded crucible-workspace-hack v0.1.0 |
411 | 2024-11-01T04:39:10.988Z | Downloaded cstr-argument v0.1.2 |
412 | 2024-11-01T04:39:10.988Z | Downloaded equivalent v1.0.1 |
413 | 2024-11-01T04:39:10.990Z | Downloaded const-random v0.1.18 |
414 | 2024-11-01T04:39:10.996Z | Downloaded serde-big-array v0.5.1 |
415 | 2024-11-01T04:39:10.996Z | Downloaded foreign-types-macros v0.2.3 |
416 | 2024-11-01T04:39:11.002Z | Downloaded progenitor-client v0.8.0 |
417 | 2024-11-01T04:39:11.002Z | Downloaded bitflags v1.3.2 |
418 | 2024-11-01T04:39:11.005Z | Downloaded debug-ignore v1.0.5 |
419 | 2024-11-01T04:39:11.005Z | Downloaded colorchoice v1.0.2 |
420 | 2024-11-01T04:39:11.005Z | Downloaded shlex v1.3.0 |
421 | 2024-11-01T04:39:11.008Z | Downloaded either v1.13.0 |
422 | 2024-11-01T04:39:11.011Z | Downloaded dof v0.3.0 |
423 | 2024-11-01T04:39:11.011Z | Downloaded deranged v0.3.11 |
424 | 2024-11-01T04:39:11.014Z | Downloaded futures-core v0.3.30 |
425 | 2024-11-01T04:39:11.014Z | Downloaded form_urlencoded v1.2.1 |
426 | 2024-11-01T04:39:11.018Z | Downloaded serde_urlencoded v0.7.1 |
427 | 2024-11-01T04:39:11.018Z | Downloaded slog-dtrace v0.3.0 |
428 | 2024-11-01T04:39:11.021Z | Downloaded rustversion v1.0.17 |
429 | 2024-11-01T04:39:11.024Z | Downloaded slog-json v2.6.1 |
430 | 2024-11-01T04:39:11.024Z | Downloaded pkg-config v0.3.31 |
431 | 2024-11-01T04:39:11.028Z | Downloaded futures-io v0.3.30 |
432 | 2024-11-01T04:39:11.028Z | Downloaded ahash v0.8.11 |
433 | 2024-11-01T04:39:11.032Z | Downloaded clap_derive v4.5.18 |
434 | 2024-11-01T04:39:11.048Z | Downloaded semver v1.0.23 |
435 | 2024-11-01T04:39:11.048Z | Downloaded rhai_codegen v2.2.0 |
436 | 2024-11-01T04:39:11.052Z | Downloaded rustls-pki-types v1.8.0 |
437 | 2024-11-01T04:39:11.052Z | Downloaded async-stream-impl v0.3.5 |
438 | 2024-11-01T04:39:11.052Z | Downloaded proc-macro2 v1.0.86 |
439 | 2024-11-01T04:39:11.059Z | Downloaded allocator-api2 v0.2.18 |
440 | 2024-11-01T04:39:11.059Z | Downloaded rustc_version v0.1.7 |
441 | 2024-11-01T04:39:11.064Z | Downloaded expectorate v1.1.0 |
442 | 2024-11-01T04:39:11.064Z | Downloaded slog v2.7.0 |
443 | 2024-11-01T04:39:11.067Z | Downloaded serde_yaml v0.9.34+deprecated |
444 | 2024-11-01T04:39:11.067Z | Downloaded pest_derive v2.7.13 |
445 | 2024-11-01T04:39:11.071Z | Downloaded num-iter v0.1.45 |
446 | 2024-11-01T04:39:11.075Z | Downloaded schemars v0.8.21 |
447 | 2024-11-01T04:39:11.084Z | Downloaded zone_cfg_derive v0.3.0 |
448 | 2024-11-01T04:39:11.088Z | Downloaded const-random-macro v0.1.16 |
449 | 2024-11-01T04:39:11.088Z | Downloaded async-trait v0.1.83 |
450 | 2024-11-01T04:39:11.091Z | Downloaded try-lock v0.2.5 |
451 | 2024-11-01T04:39:11.094Z | Downloaded crc8 v0.1.1 |
452 | 2024-11-01T04:39:11.094Z | Downloaded ciborium-io v0.2.2 |
453 | 2024-11-01T04:39:11.094Z | Downloaded block-buffer v0.10.4 |
454 | 2024-11-01T04:39:11.097Z | Downloaded anstyle-query v1.1.1 |
455 | 2024-11-01T04:39:11.097Z | Downloaded autocfg v1.3.0 |
456 | 2024-11-01T04:39:11.099Z | Downloaded anstyle-parse v0.2.5 |
457 | 2024-11-01T04:39:11.103Z | Downloaded hostname v0.3.1 |
458 | 2024-11-01T04:39:11.106Z | Downloaded hyper-util v0.1.9 |
459 | 2024-11-01T04:39:11.110Z | Downloaded cancel-safe-futures v0.1.5 |
460 | 2024-11-01T04:39:11.112Z | Downloaded futures-sink v0.3.30 |
461 | 2024-11-01T04:39:11.114Z | Downloaded argon2 v0.5.3 |
462 | 2024-11-01T04:39:11.117Z | Downloaded crunchy v0.2.2 |
463 | 2024-11-01T04:39:11.117Z | Downloaded camino v1.1.9 |
464 | 2024-11-01T04:39:11.119Z | Downloaded ciborium-ll v0.2.2 |
465 | 2024-11-01T04:39:11.122Z | Downloaded similar v2.6.0 |
466 | 2024-11-01T04:39:11.127Z | Downloaded colored v2.1.0 |
467 | 2024-11-01T04:39:11.129Z | Downloaded foreign-types v0.5.0 |
468 | 2024-11-01T04:39:11.132Z | Downloaded dtrace-parser v0.2.0 |
469 | 2024-11-01T04:39:11.132Z | Downloaded cobs v0.2.3 |
470 | 2024-11-01T04:39:11.134Z | Downloaded foreign-types-shared v0.3.1 |
471 | 2024-11-01T04:39:11.137Z | Downloaded clap_lex v0.7.2 |
472 | 2024-11-01T04:39:11.137Z | Downloaded pretty-hex v0.4.1 |
473 | 2024-11-01T04:39:11.140Z | Downloaded newtype_derive v0.1.6 |
474 | 2024-11-01T04:39:11.140Z | Downloaded foreign-types-shared v0.1.1 |
475 | 2024-11-01T04:39:11.143Z | Downloaded dyn-clone v1.0.17 |
476 | 2024-11-01T04:39:11.145Z | Downloaded slog-term v2.9.1 |
477 | 2024-11-01T04:39:11.147Z | Downloaded prettyplease v0.2.22 |
478 | 2024-11-01T04:39:11.151Z | Downloaded heck v0.4.1 |
479 | 2024-11-01T04:39:11.155Z | Downloaded url v2.5.2 |
480 | 2024-11-01T04:39:11.157Z | Downloaded tabwriter v1.4.0 |
481 | 2024-11-01T04:39:11.160Z | Downloaded serde_json v1.0.128 |
482 | 2024-11-01T04:39:11.170Z | Downloaded term v0.7.0 |
483 | 2024-11-01T04:39:11.173Z | Downloaded sigpipe v0.1.3 |
484 | 2024-11-01T04:39:11.175Z | Downloaded enum-as-inner v0.6.1 |
485 | 2024-11-01T04:39:11.178Z | Downloaded console v0.15.8 |
486 | 2024-11-01T04:39:11.181Z | Downloaded serde_spanned v0.6.7 |
487 | 2024-11-01T04:39:11.184Z | Downloaded foreign-types v0.3.2 |
488 | 2024-11-01T04:39:11.184Z | Downloaded fixedbitset v0.4.2 |
489 | 2024-11-01T04:39:11.186Z | Downloaded quinn-udp v0.5.5 |
490 | 2024-11-01T04:39:11.186Z | Downloaded structmeta v0.3.0 |
491 | 2024-11-01T04:39:11.189Z | Downloaded take_mut v0.2.2 |
492 | 2024-11-01T04:39:11.189Z | Downloaded arc-swap v1.7.1 |
493 | 2024-11-01T04:39:11.194Z | Downloaded rand_core v0.6.4 |
494 | 2024-11-01T04:39:11.197Z | Downloaded futures-macro v0.3.30 |
495 | 2024-11-01T04:39:11.199Z | Downloaded darling v0.20.10 |
496 | 2024-11-01T04:39:11.204Z | Downloaded instant v0.1.13 |
497 | 2024-11-01T04:39:11.206Z | Downloaded steno v0.4.1 |
498 | 2024-11-01T04:39:11.210Z | Downloaded fxhash v0.2.1 |
499 | 2024-11-01T04:39:11.214Z | Downloaded newline-converter v0.3.0 |
500 | 2024-11-01T04:39:11.214Z | Downloaded scopeguard v1.2.0 |
501 | 2024-11-01T04:39:11.217Z | Downloaded schemars_derive v0.8.21 |
502 | 2024-11-01T04:39:11.217Z | Downloaded time-macros v0.2.18 |
503 | 2024-11-01T04:39:11.220Z | Downloaded time-core v0.1.2 |
504 | 2024-11-01T04:39:11.224Z | Downloaded rustls-pemfile v1.0.4 |
505 | 2024-11-01T04:39:11.227Z | Downloaded resolv-conf v0.7.0 |
506 | 2024-11-01T04:39:11.228Z | Downloaded quote v1.0.37 |
507 | 2024-11-01T04:39:11.230Z | Downloaded serde_tokenstream v0.2.2 |
508 | 2024-11-01T04:39:11.233Z | Downloaded ciborium v0.2.2 |
509 | 2024-11-01T04:39:11.236Z | Downloaded typenum v1.17.0 |
510 | 2024-11-01T04:39:11.238Z | Downloaded swrite v0.1.0 |
511 | 2024-11-01T04:39:11.239Z | Downloaded slog-async v2.8.0 |
512 | 2024-11-01T04:39:11.241Z | Downloaded tower-service v0.3.3 |
513 | 2024-11-01T04:39:11.243Z | Downloaded ipnetwork v0.20.0 |
514 | 2024-11-01T04:39:11.246Z | Downloaded num-integer v0.1.46 |
515 | 2024-11-01T04:39:11.250Z | Downloaded slog-stdlog v4.1.1 |
516 | 2024-11-01T04:39:11.250Z | Downloaded newtype-uuid v1.1.0 |
517 | 2024-11-01T04:39:11.255Z | Downloaded password-hash v0.5.0 |
518 | 2024-11-01T04:39:11.258Z | Downloaded is-terminal v0.4.13 |
519 | 2024-11-01T04:39:11.258Z | Downloaded slog-scope v4.4.0 |
520 | 2024-11-01T04:39:11.258Z | Downloaded slog-envlogger v2.2.0 |
521 | 2024-11-01T04:39:11.261Z | Downloaded uuid v1.10.0 |
522 | 2024-11-01T04:39:11.264Z | Downloaded openssl-macros v0.1.1 |
523 | 2024-11-01T04:39:11.264Z | Downloaded hyper-tls v0.6.0 |
524 | 2024-11-01T04:39:11.267Z | Downloaded libsw v3.3.1 |
525 | 2024-11-01T04:39:11.269Z | Downloaded linked-hash-map v0.5.6 |
526 | 2024-11-01T04:39:11.269Z | Downloaded structmeta-derive v0.3.0 |
527 | 2024-11-01T04:39:11.272Z | Downloaded stable_deref_trait v1.2.0 |
528 | 2024-11-01T04:39:11.272Z | Downloaded usdt-attr-macro v0.5.0 |
529 | 2024-11-01T04:39:11.274Z | Downloaded linear-map v1.2.0 |
530 | 2024-11-01T04:39:11.277Z | Downloaded num-conv v0.1.0 |
531 | 2024-11-01T04:39:11.277Z | Downloaded static_assertions v1.1.0 |
532 | 2024-11-01T04:39:11.279Z | Downloaded tiny-keccak v2.0.2 |
533 | 2024-11-01T04:39:11.281Z | Downloaded serde_derive_internals v0.29.1 |
534 | 2024-11-01T04:39:11.284Z | Downloaded memmap v0.7.0 |
535 | 2024-11-01T04:39:11.284Z | Downloaded itoa v1.0.11 |
536 | 2024-11-01T04:39:11.286Z | Downloaded num_enum_derive v0.7.3 |
537 | 2024-11-01T04:39:11.289Z | Downloaded dropshot_endpoint v0.12.0 |
538 | 2024-11-01T04:39:11.291Z | Downloaded is_terminal_polyfill v1.70.1 |
539 | 2024-11-01T04:39:11.294Z | Downloaded highway v1.2.0 |
540 | 2024-11-01T04:39:11.297Z | Downloaded sha2 v0.10.8 |
541 | 2024-11-01T04:39:11.301Z | Downloaded tinyvec_macros v0.1.1 |
542 | 2024-11-01T04:39:11.301Z | Downloaded iana-time-zone v0.1.61 |
543 | 2024-11-01T04:39:11.305Z | Downloaded indexmap v2.5.0 |
544 | 2024-11-01T04:39:11.308Z | Downloaded subtle v2.6.1 |
545 | 2024-11-01T04:39:11.311Z | Downloaded usdt v0.5.0 |
546 | 2024-11-01T04:39:11.311Z | Downloaded match_cfg v0.1.0 |
547 | 2024-11-01T04:39:11.314Z | Downloaded whoami v1.5.2 |
548 | 2024-11-01T04:39:11.314Z | Downloaded lock_api v0.4.12 |
549 | 2024-11-01T04:39:11.317Z | Downloaded hash32 v0.3.1 |
550 | 2024-11-01T04:39:11.320Z | Downloaded ipnet v2.10.0 |
551 | 2024-11-01T04:39:11.320Z | Downloaded want v0.3.1 |
552 | 2024-11-01T04:39:11.320Z | Downloaded hyper-rustls v0.27.3 |
553 | 2024-11-01T04:39:11.323Z | Downloaded lazy_static v1.5.0 |
554 | 2024-11-01T04:39:11.326Z | Downloaded sync_wrapper v0.1.2 |
555 | 2024-11-01T04:39:11.328Z | Downloaded hubpack_derive v0.1.1 |
556 | 2024-11-01T04:39:11.328Z | Downloaded strum v0.26.3 |
557 | 2024-11-01T04:39:11.328Z | Downloaded zone v0.3.0 |
558 | 2024-11-01T04:39:11.331Z | Downloaded reqwest v0.12.8 |
559 | 2024-11-01T04:39:11.339Z | Downloaded tokio-native-tls v0.3.1 |
560 | 2024-11-01T04:39:11.341Z | Downloaded tokio-macros v2.4.0 |
561 | 2024-11-01T04:39:11.343Z | Downloaded num-derive v0.4.2 |
562 | 2024-11-01T04:39:11.346Z | Downloaded num-derive v0.3.3 |
563 | 2024-11-01T04:39:11.348Z | Downloaded getrandom v0.2.15 |
564 | 2024-11-01T04:39:11.351Z | Downloaded darling_core v0.20.10 |
565 | 2024-11-01T04:39:11.355Z | Downloaded ident_case v1.0.1 |
566 | 2024-11-01T04:39:11.358Z | Downloaded omicron-workspace-hack v0.1.0 |
567 | 2024-11-01T04:39:11.358Z | Downloaded waitgroup v0.1.2 |
568 | 2024-11-01T04:39:11.362Z | Downloaded log v0.4.22 |
569 | 2024-11-01T04:39:11.364Z | Downloaded thread_local v1.1.8 |
570 | 2024-11-01T04:39:11.364Z | Downloaded thread-id v4.2.2 |
571 | 2024-11-01T04:39:11.364Z | Downloaded thiserror-impl v1.0.64 |
572 | 2024-11-01T04:39:11.367Z | Downloaded http-body v0.4.6 |
573 | 2024-11-01T04:39:11.369Z | Downloaded typify-macro v0.2.0 |
574 | 2024-11-01T04:39:11.369Z | Downloaded zeroize v1.8.1 |
575 | 2024-11-01T04:39:11.372Z | Downloaded strum_macros v0.26.4 |
576 | 2024-11-01T04:39:11.376Z | Downloaded parking_lot_core v0.8.6 |
577 | 2024-11-01T04:39:11.380Z | Downloaded tokio-rustls v0.24.1 |
578 | 2024-11-01T04:39:11.380Z | Downloaded num-traits v0.2.19 |
579 | 2024-11-01T04:39:11.383Z | Downloaded http-body v1.0.1 |
580 | 2024-11-01T04:39:11.384Z | Downloaded tempfile v3.12.0 |
581 | 2024-11-01T04:39:11.390Z | Downloaded hubpack v0.1.2 |
582 | 2024-11-01T04:39:11.390Z | Downloaded num-complex v0.4.6 |
583 | 2024-11-01T04:39:11.394Z | Downloaded mime v0.3.17 |
584 | 2024-11-01T04:39:11.394Z | Downloaded thiserror v1.0.64 |
585 | 2024-11-01T04:39:11.397Z | Downloaded zerocopy-derive v0.7.35 |
586 | 2024-11-01T04:39:11.400Z | Downloaded usdt-macro v0.5.0 |
587 | 2024-11-01T04:39:11.404Z | Downloaded macaddr v1.0.1 |
588 | 2024-11-01T04:39:11.404Z | Downloaded native-tls v0.2.12 |
589 | 2024-11-01T04:39:11.409Z | Downloaded strum_macros v0.25.3 |
590 | 2024-11-01T04:39:11.409Z | Downloaded quinn v0.11.5 |
591 | 2024-11-01T04:39:11.412Z | Downloaded tokio-rustls v0.26.0 |
592 | 2024-11-01T04:39:11.415Z | Downloaded multer v3.1.0 |
593 | 2024-11-01T04:39:11.417Z | Downloaded num_enum_derive v0.5.11 |
594 | 2024-11-01T04:39:11.420Z | Downloaded parking_lot v0.12.3 |
595 | 2024-11-01T04:39:11.422Z | Downloaded lru-cache v0.1.2 |
596 | 2024-11-01T04:39:11.424Z | Downloaded indent_write v2.2.0 |
597 | 2024-11-01T04:39:11.424Z | Downloaded smf v0.2.3 |
598 | 2024-11-01T04:39:11.427Z | Downloaded tinyvec v1.8.0 |
599 | 2024-11-01T04:39:11.429Z | Downloaded httparse v1.9.4 |
600 | 2024-11-01T04:39:11.433Z | Downloaded ucd-trie v0.1.6 |
601 | 2024-11-01T04:39:11.436Z | Downloaded serde v1.0.210 |
602 | 2024-11-01T04:39:11.438Z | Downloaded tracing-core v0.1.32 |
603 | 2024-11-01T04:39:11.441Z | Downloaded rand v0.8.5 |
604 | 2024-11-01T04:39:11.445Z | Downloaded tracing-attributes v0.1.27 |
605 | 2024-11-01T04:39:11.448Z | Downloaded half v2.4.1 |
606 | 2024-11-01T04:39:11.451Z | Downloaded unicode-bidi v0.3.15 |
607 | 2024-11-01T04:39:11.454Z | Downloaded typify v0.2.0 |
608 | 2024-11-01T04:39:11.457Z | Downloaded num_enum v0.5.11 |
609 | 2024-11-01T04:39:11.464Z | Downloaded num_enum v0.7.3 |
610 | 2024-11-01T04:39:11.470Z | Downloaded indexmap v1.9.3 |
611 | 2024-11-01T04:39:11.472Z | Downloaded zerocopy v0.6.6 |
612 | 2024-11-01T04:39:11.475Z | Downloaded owo-colors v4.1.0 |
613 | 2024-11-01T04:39:11.477Z | Downloaded socket2 v0.5.7 |
614 | 2024-11-01T04:39:11.480Z | Downloaded tracing v0.1.40 |
615 | 2024-11-01T04:39:11.485Z | Downloaded once_cell v1.19.0 |
616 | 2024-11-01T04:39:11.489Z | Downloaded pest v2.7.13 |
617 | 2024-11-01T04:39:11.494Z | Downloaded unsafe-libyaml v0.2.11 |
618 | 2024-11-01T04:39:11.498Z | Downloaded num-rational v0.4.2 |
619 | 2024-11-01T04:39:11.500Z | Downloaded humantime v2.1.0 |
620 | 2024-11-01T04:39:11.502Z | Downloaded hyper v0.14.30 |
621 | 2024-11-01T04:39:11.516Z | Downloaded smartstring v1.0.1 |
622 | 2024-11-01T04:39:11.521Z | Downloaded heapless v0.8.0 |
623 | 2024-11-01T04:39:11.521Z | Downloaded hickory-resolver v0.24.1 |
624 | 2024-11-01T04:39:11.524Z | Downloaded hyper-rustls v0.24.2 |
625 | 2024-11-01T04:39:11.527Z | Downloaded untrusted v0.9.0 |
626 | 2024-11-01T04:39:11.530Z | Downloaded hashbrown v0.12.3 |
627 | 2024-11-01T04:39:11.534Z | Downloaded toml v0.8.19 |
628 | 2024-11-01T04:39:11.537Z | Downloaded minimal-lexical v0.2.1 |
629 | 2024-11-01T04:39:11.542Z | Downloaded toml_datetime v0.6.8 |
630 | 2024-11-01T04:39:11.544Z | Downloaded smallvec v1.13.2 |
631 | 2024-11-01T04:39:11.547Z | Downloaded rustls v0.21.12 |
632 | 2024-11-01T04:39:11.560Z | Downloaded unicode-ident v1.0.13 |
633 | 2024-11-01T04:39:11.563Z | Downloaded nom v7.1.3 |
634 | 2024-11-01T04:39:11.568Z | Downloaded memchr v2.7.4 |
635 | 2024-11-01T04:39:11.574Z | Downloaded toml_edit v0.19.15 |
636 | 2024-11-01T04:39:11.592Z | Downloaded tokio-util v0.7.12 |
637 | 2024-11-01T04:39:11.598Z | Downloaded itertools v0.12.1 |
638 | 2024-11-01T04:39:11.606Z | Downloaded futures-util v0.3.30 |
639 | 2024-11-01T04:39:11.619Z | Downloaded unicode-normalization v0.1.24 |
640 | 2024-11-01T04:39:11.623Z | Downloaded http v0.2.12 |
641 | 2024-11-01T04:39:11.627Z | Downloaded unicode-segmentation v1.12.0 |
642 | 2024-11-01T04:39:11.632Z | Downloaded toml_edit v0.22.21 |
643 | 2024-11-01T04:39:11.654Z | Downloaded mio v1.0.2 |
644 | 2024-11-01T04:39:11.659Z | Downloaded rustls-webpki v0.102.8 |
645 | 2024-11-01T04:39:11.678Z | Downloaded http v1.1.0 |
646 | 2024-11-01T04:39:11.682Z | Downloaded rustls v0.23.13 |
647 | 2024-11-01T04:39:11.695Z | Downloaded time v0.3.36 |
648 | 2024-11-01T04:39:11.703Z | Downloaded clap_builder v4.5.18 |
649 | 2024-11-01T04:39:11.710Z | Downloaded regex v1.10.6 |
650 | 2024-11-01T04:39:11.724Z | Downloaded itertools v0.13.0 |
651 | 2024-11-01T04:39:11.733Z | Downloaded libm v0.2.8 |
652 | 2024-11-01T04:39:11.740Z | Downloaded winnow v0.5.40 |
653 | 2024-11-01T04:39:11.750Z | Downloaded h2 v0.3.26 |
654 | 2024-11-01T04:39:11.757Z | Downloaded regress v0.10.1 |
655 | 2024-11-01T04:39:11.767Z | Downloaded zerocopy v0.7.35 |
656 | 2024-11-01T04:39:11.797Z | Downloaded hyper v1.4.1 |
657 | 2024-11-01T04:39:11.804Z | Downloaded rustix v0.38.37 |
658 | 2024-11-01T04:39:11.842Z | Downloaded goblin v0.8.2 |
659 | 2024-11-01T04:39:11.846Z | Downloaded winnow v0.6.18 |
660 | 2024-11-01T04:39:11.849Z | Downloaded chrono v0.4.38 |
661 | 2024-11-01T04:39:11.854Z | Downloaded h2 v0.4.6 |
662 | 2024-11-01T04:39:11.861Z | Downloaded regex-automata v0.4.7 |
663 | 2024-11-01T04:39:11.880Z | Downloaded rustls v0.22.4 |
664 | 2024-11-01T04:39:11.893Z | Downloaded rhai v1.19.0 |
665 | 2024-11-01T04:39:11.905Z | Downloaded webpki-roots v0.26.6 |
666 | 2024-11-01T04:39:11.911Z | Downloaded syn v1.0.109 |
667 | 2024-11-01T04:39:11.920Z | Downloaded syn v2.0.77 |
668 | 2024-11-01T04:39:11.932Z | Downloaded idna v0.5.0 |
669 | 2024-11-01T04:39:11.940Z | Downloaded idna v0.4.0 |
670 | 2024-11-01T04:39:11.946Z | Downloaded webpki-roots v0.25.4 |
671 | 2024-11-01T04:39:11.951Z | Downloaded hickory-proto v0.24.1 |
672 | 2024-11-01T04:39:11.966Z | Downloaded petgraph v0.6.5 |
673 | 2024-11-01T04:39:11.984Z | Downloaded smoltcp v0.11.0 |
674 | 2024-11-01T04:39:11.996Z | Downloaded openapiv3 v2.0.0 |
675 | 2024-11-01T04:39:12.010Z | Downloaded dropshot v0.12.0 |
676 | 2024-11-01T04:39:12.028Z | Downloaded openssl v0.10.66 |
677 | 2024-11-01T04:39:12.037Z | Downloaded vcpkg v0.2.15 |
678 | 2024-11-01T04:39:12.076Z | Downloaded sled v0.34.7 |
679 | 2024-11-01T04:39:12.086Z | Downloaded regex-syntax v0.8.4 |
680 | 2024-11-01T04:39:12.094Z | Downloaded typify-impl v0.2.0 |
681 | 2024-11-01T04:39:12.109Z | Downloaded hashbrown v0.14.5 |
682 | 2024-11-01T04:39:12.114Z | Downloaded unicode-width v0.1.14 |
683 | 2024-11-01T04:39:12.121Z | Downloaded regress v0.9.1 |
684 | 2024-11-01T04:39:12.129Z | Downloaded itertools v0.10.5 |
685 | 2024-11-01T04:39:12.136Z | Downloaded zerocopy-derive v0.6.6 |
686 | 2024-11-01T04:39:12.146Z | Downloaded libc v0.2.159 |
687 | 2024-11-01T04:39:12.173Z | Downloaded serde_with v3.9.0 |
688 | 2024-11-01T04:39:12.181Z | Downloaded rustls-webpki v0.101.7 |
689 | 2024-11-01T04:39:12.194Z | Downloaded reqwest v0.11.27 |
690 | 2024-11-01T04:39:12.201Z | Downloaded parking_lot v0.11.2 |
691 | 2024-11-01T04:39:12.204Z | Downloaded serde_derive v1.0.210 |
692 | 2024-11-01T04:39:12.207Z | Downloaded crossbeam-epoch v0.9.18 |
693 | 2024-11-01T04:39:12.209Z | Downloaded tokio-rustls v0.25.0 |
694 | 2024-11-01T04:39:12.211Z | Downloaded http-body-util v0.1.2 |
695 | 2024-11-01T04:39:12.214Z | Downloaded hostname v0.4.0 |
696 | 2024-11-01T04:39:12.214Z | Downloaded futures v0.3.30 |
697 | 2024-11-01T04:39:12.218Z | Downloaded managed v0.8.0 |
698 | 2024-11-01T04:39:12.220Z | Downloaded version_check v0.9.5 |
699 | 2024-11-01T04:39:12.221Z | Downloaded quinn-proto v0.11.8 |
700 | 2024-11-01T04:39:12.227Z | Downloaded ryu v1.0.18 |
701 | 2024-11-01T04:39:12.231Z | Downloaded num v0.4.3 |
702 | 2024-11-01T04:39:12.234Z | Downloaded usdt-impl v0.5.0 |
703 | 2024-11-01T04:39:12.234Z | Downloaded spin v0.9.8 |
704 | 2024-11-01T04:39:12.236Z | Downloaded thin-vec v0.2.13 |
705 | 2024-11-01T04:39:12.239Z | Downloaded pest_meta v2.7.13 |
706 | 2024-11-01T04:39:12.241Z | Downloaded futures-channel v0.3.30 |
707 | 2024-11-01T04:39:12.241Z | Downloaded tokio v1.40.0 |
708 | 2024-11-01T04:39:12.280Z | Downloaded slog-bunyan v2.5.0 |
709 | 2024-11-01T04:39:12.283Z | Downloaded openssl-probe v0.1.5 |
710 | 2024-11-01T04:39:12.283Z | Downloaded serde_with_macros v3.9.0 |
711 | 2024-11-01T04:39:12.283Z | Downloaded serde_path_to_error v0.1.16 |
712 | 2024-11-01T04:39:12.285Z | Downloaded crossbeam-utils v0.8.20 |
713 | 2024-11-01T04:39:12.287Z | Downloaded derive_more v0.99.18 |
714 | 2024-11-01T04:39:12.291Z | Downloaded derive-where v1.2.7 |
715 | 2024-11-01T04:39:12.294Z | Downloaded hyper-tls v0.5.0 |
716 | 2024-11-01T04:39:12.297Z | Downloaded httpdate v1.0.3 |
717 | 2024-11-01T04:39:12.299Z | Downloaded generic-array v0.14.7 |
718 | 2024-11-01T04:39:12.299Z | Downloaded rustc-hash v2.0.0 |
719 | 2024-11-01T04:39:12.301Z | Downloaded sct v0.7.1 |
720 | 2024-11-01T04:39:12.304Z | Downloaded progenitor-impl v0.8.0 |
721 | 2024-11-01T04:39:12.306Z | Downloaded rustc_version v0.4.1 |
722 | 2024-11-01T04:39:12.306Z | Downloaded hex v0.4.3 |
723 | 2024-11-01T04:39:12.309Z | Downloaded futures-task v0.3.30 |
724 | 2024-11-01T04:39:12.309Z | Downloaded strsim v0.11.1 |
725 | 2024-11-01T04:39:12.311Z | Downloaded heck v0.5.0 |
726 | 2024-11-01T04:39:12.311Z | Downloaded utf8parse v0.2.2 |
727 | 2024-11-01T04:39:12.311Z | Downloaded terminal_size v0.3.0 |
728 | 2024-11-01T04:39:12.314Z | Downloaded bytes v1.7.2 |
729 | 2024-11-01T04:39:12.316Z | Downloaded openssl-sys v0.9.103 |
730 | 2024-11-01T04:39:12.320Z | Downloaded cookie v0.18.1 |
731 | 2024-11-01T04:39:12.323Z | Downloaded clap v4.5.18 |
732 | 2024-11-01T04:39:12.331Z | Downloaded proc-macro-error v1.0.4 |
733 | 2024-11-01T04:39:12.336Z | Downloaded encoding_rs v0.8.34 |
734 | 2024-11-01T04:39:12.355Z | Downloaded rustls-pemfile v2.1.3 |
735 | 2024-11-01T04:39:12.358Z | Downloaded slab v0.4.9 |
736 | 2024-11-01T04:39:12.361Z | Downloaded signal-hook-registry v1.4.2 |
737 | 2024-11-01T04:39:12.361Z | Downloaded sha1 v0.10.6 |
738 | 2024-11-01T04:39:12.363Z | Downloaded scroll v0.12.0 |
739 | 2024-11-01T04:39:12.363Z | Downloaded serde_repr v0.1.19 |
740 | 2024-11-01T04:39:12.366Z | Downloaded semver v0.1.20 |
741 | 2024-11-01T04:39:12.366Z | Downloaded pin-project-lite v0.2.14 |
742 | 2024-11-01T04:39:12.369Z | Downloaded cc v1.1.21 |
743 | 2024-11-01T04:39:12.372Z | Downloaded blake2 v0.10.6 |
744 | 2024-11-01T04:39:12.375Z | Downloaded base64 v0.22.1 |
745 | 2024-11-01T04:39:12.378Z | Downloaded base64 v0.21.7 |
746 | 2024-11-01T04:39:12.384Z | Downloaded futures-executor v0.3.30 |
747 | 2024-11-01T04:39:12.387Z | Downloaded fnv v1.0.7 |
748 | 2024-11-01T04:39:12.387Z | Downloaded embedded-io v0.6.1 |
749 | 2024-11-01T04:39:12.387Z | Downloaded embedded-io v0.4.0 |
750 | 2024-11-01T04:39:12.387Z | Downloaded dirs-sys-next v0.1.2 |
751 | 2024-11-01T04:39:12.387Z | Downloaded defmt-parser v0.3.4 |
752 | 2024-11-01T04:39:12.390Z | Downloaded sync_wrapper v1.0.1 |
753 | 2024-11-01T04:39:12.390Z | Downloaded parse-display-derive v0.10.0 |
754 | 2024-11-01T04:39:12.390Z | Downloaded num_threads v0.1.7 |
755 | 2024-11-01T04:39:12.393Z | Downloaded progenitor v0.8.0 |
756 | 2024-11-01T04:39:12.393Z | Downloaded plain v0.2.3 |
757 | 2024-11-01T04:39:12.393Z | Downloaded proc-macro-error-attr v1.0.4 |
758 | 2024-11-01T04:39:12.395Z | Downloaded ppv-lite86 v0.2.20 |
759 | 2024-11-01T04:39:12.395Z | Downloaded pin-utils v0.1.0 |
760 | 2024-11-01T04:39:12.397Z | Downloaded errno v0.3.9 |
761 | 2024-11-01T04:39:12.398Z | Downloaded crc32fast v1.4.2 |
762 | 2024-11-01T04:39:12.400Z | Downloaded dirs-next v2.0.0 |
763 | 2024-11-01T04:39:12.402Z | Downloaded defmt v0.3.8 |
764 | 2024-11-01T04:39:12.405Z | Downloaded scroll_derive v0.12.0 |
765 | 2024-11-01T04:39:12.405Z | Downloaded progenitor-macro v0.8.0 |
766 | 2024-11-01T04:39:12.405Z | Downloaded proc-macro-crate v1.3.1 |
767 | 2024-11-01T04:39:12.407Z | Downloaded postcard v1.0.10 |
768 | 2024-11-01T04:39:12.409Z | Downloaded pest_generator v2.7.13 |
769 | 2024-11-01T04:39:12.409Z | Downloaded fastrand v2.1.1 |
770 | 2024-11-01T04:39:12.412Z | Downloaded data-encoding v2.6.0 |
771 | 2024-11-01T04:39:12.414Z | Downloaded percent-encoding v2.3.1 |
772 | 2024-11-01T04:39:12.414Z | Downloaded crypto-common v0.1.6 |
773 | 2024-11-01T04:39:12.414Z | Downloaded cpufeatures v0.2.14 |
774 | 2024-11-01T04:39:12.416Z | Downloaded bitflags v2.6.0 |
775 | 2024-11-01T04:39:12.419Z | Downloaded aho-corasick v1.1.3 |
776 | 2024-11-01T04:39:12.424Z | Downloaded crossbeam-channel v0.5.13 |
777 | 2024-11-01T04:39:12.428Z | Downloaded atomicwrites v0.4.4 |
778 | 2024-11-01T04:39:12.431Z | Downloaded anyhow v1.0.89 |
779 | 2024-11-01T04:39:12.433Z | Downloaded rand_chacha v0.3.1 |
780 | 2024-11-01T04:39:12.436Z | Downloaded powerfmt v0.2.0 |
781 | 2024-11-01T04:39:12.436Z | Downloaded digest v0.10.7 |
782 | 2024-11-01T04:39:12.438Z | Downloaded backoff v0.4.0 |
783 | 2024-11-01T04:39:12.440Z | Downloaded anstream v0.6.15 |
784 | 2024-11-01T04:39:12.443Z | Downloaded defmt-macros v0.3.9 |
785 | 2024-11-01T04:39:12.445Z | Downloaded convert_case v0.4.0 |
786 | 2024-11-01T04:39:12.446Z | Downloaded cfg-if v1.0.0 |
787 | 2024-11-01T04:39:12.449Z | Downloaded camino-tempfile v1.1.1 |
788 | 2024-11-01T04:39:12.449Z | Downloaded base64ct v1.6.0 |
789 | 2024-11-01T04:39:12.452Z | Downloaded paste v1.0.15 |
790 | 2024-11-01T04:39:12.452Z | Downloaded parse-display v0.10.0 |
791 | 2024-11-01T04:39:12.585Z | Downloaded ring v0.17.8 |
792 | 2024-11-01T04:39:12.936Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-11-01T04:39:12.936Z | Compiling unicode-ident v1.0.13 |
794 | 2024-11-01T04:39:12.938Z | Compiling libc v0.2.159 |
795 | 2024-11-01T04:39:12.938Z | Compiling serde v1.0.210 |
796 | 2024-11-01T04:39:12.938Z | Compiling version_check v0.9.5 |
797 | 2024-11-01T04:39:12.939Z | Compiling autocfg v1.3.0 |
798 | 2024-11-01T04:39:12.970Z | Compiling cfg-if v1.0.0 |
799 | 2024-11-01T04:39:13.150Z | Compiling once_cell v1.19.0 |
800 | 2024-11-01T04:39:13.170Z | Compiling libm v0.2.8 |
801 | 2024-11-01T04:39:13.190Z | Compiling memchr v2.7.4 |
802 | 2024-11-01T04:39:13.610Z | Compiling byteorder v1.5.0 |
803 | 2024-11-01T04:39:13.661Z | Compiling lock_api v0.4.12 |
804 | 2024-11-01T04:39:13.940Z | Compiling parking_lot_core v0.9.10 |
805 | 2024-11-01T04:39:14.417Z | Compiling shlex v1.3.0 |
806 | 2024-11-01T04:39:14.531Z | Compiling thiserror v1.0.64 |
807 | 2024-11-01T04:39:14.550Z | Compiling itoa v1.0.11 |
808 | 2024-11-01T04:39:14.730Z | Compiling cc v1.1.21 |
809 | 2024-11-01T04:39:15.074Z | Compiling slab v0.4.9 |
810 | 2024-11-01T04:39:15.092Z | Compiling schemars v0.8.21 |
811 | 2024-11-01T04:39:15.295Z | Compiling ahash v0.8.11 |
812 | 2024-11-01T04:39:15.479Z | Compiling allocator-api2 v0.2.18 |
813 | 2024-11-01T04:39:15.530Z | Compiling num-traits v0.2.19 |
814 | 2024-11-01T04:39:15.794Z | Compiling ryu v1.0.18 |
815 | 2024-11-01T04:39:16.013Z | Compiling quote v1.0.37 |
816 | 2024-11-01T04:39:16.097Z | Compiling getrandom v0.2.15 |
817 | 2024-11-01T04:39:16.426Z | Compiling serde_json v1.0.128 |
818 | 2024-11-01T04:39:16.464Z | Compiling syn v2.0.77 |
819 | 2024-11-01T04:39:16.493Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-01T04:39:16.808Z | Compiling scopeguard v1.2.0 |
821 | 2024-11-01T04:39:16.829Z | Compiling log v0.4.22 |
822 | 2024-11-01T04:39:16.951Z | Compiling equivalent v1.0.1 |
823 | 2024-11-01T04:39:17.017Z | Compiling fnv v1.0.7 |
824 | 2024-11-01T04:39:17.061Z | Compiling heck v0.5.0 |
825 | 2024-11-01T04:39:17.178Z | Compiling vcpkg v0.2.15 |
826 | 2024-11-01T04:39:17.198Z | Compiling crunchy v0.2.2 |
827 | 2024-11-01T04:39:17.510Z | Compiling pkg-config v0.3.31 |
828 | 2024-11-01T04:39:17.773Z | Compiling signal-hook-registry v1.4.2 |
829 | 2024-11-01T04:39:17.909Z | Compiling ring v0.17.8 |
830 | 2024-11-01T04:39:18.798Z | Compiling socket2 v0.5.7 |
831 | 2024-11-01T04:39:18.821Z | Compiling openssl-sys v0.9.103 |
832 | 2024-11-01T04:39:18.918Z | Compiling mio v1.0.2 |
833 | 2024-11-01T04:39:19.016Z | Compiling slog v2.7.0 |
834 | 2024-11-01T04:39:19.054Z | Compiling httparse v1.9.4 |
835 | 2024-11-01T04:39:19.218Z | Compiling tiny-keccak v2.0.2 |
836 | 2024-11-01T04:39:19.693Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-01T04:39:20.155Z | Compiling const-random-macro v0.1.16 |
838 | 2024-11-01T04:39:20.215Z | Compiling futures-core v0.3.30 |
839 | 2024-11-01T04:39:20.405Z | Compiling dyn-clone v1.0.17 |
840 | 2024-11-01T04:39:20.440Z | Compiling openssl v0.10.66 |
841 | 2024-11-01T04:39:20.496Z | Compiling futures-sink v0.3.30 |
842 | 2024-11-01T04:39:20.905Z | Compiling semver v1.0.23 |
843 | 2024-11-01T04:39:20.982Z | Compiling native-tls v0.2.12 |
844 | 2024-11-01T04:39:21.155Z | Compiling rustls v0.23.13 |
845 | 2024-11-01T04:39:21.204Z | Compiling const-random v0.1.18 |
846 | 2024-11-01T04:39:21.223Z | Compiling typenum v1.17.0 |
847 | 2024-11-01T04:39:21.245Z | Compiling futures-channel v0.3.30 |
848 | 2024-11-01T04:39:21.301Z | Compiling futures-io v0.3.30 |
849 | 2024-11-01T04:39:21.349Z | Compiling pin-utils v0.1.0 |
850 | 2024-11-01T04:39:21.394Z | Compiling futures-task v0.3.30 |
851 | 2024-11-01T04:39:21.453Z | Compiling generic-array v0.14.7 |
852 | 2024-11-01T04:39:21.551Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-01T04:39:21.593Z | Compiling bitflags v2.6.0 |
854 | 2024-11-01T04:39:21.700Z | Compiling ucd-trie v0.1.6 |
855 | 2024-11-01T04:39:21.703Z | Compiling subtle v2.6.1 |
856 | 2024-11-01T04:39:21.737Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-01T04:39:21.810Z | Compiling regex-syntax v0.8.4 |
858 | 2024-11-01T04:39:21.979Z | Compiling anyhow v1.0.89 |
859 | 2024-11-01T04:39:22.228Z | Compiling time-core v0.1.2 |
860 | 2024-11-01T04:39:22.267Z | Compiling num-conv v0.1.0 |
861 | 2024-11-01T04:39:22.569Z | Compiling time-macros v0.2.18 |
862 | 2024-11-01T04:39:22.900Z | Compiling rustls-pki-types v1.8.0 |
863 | 2024-11-01T04:39:23.425Z | Compiling serde_derive_internals v0.29.1 |
864 | 2024-11-01T04:39:23.837Z | Compiling spin v0.9.8 |
865 | 2024-11-01T04:39:24.067Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-01T04:39:24.435Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-11-01T04:39:24.754Z | Compiling untrusted v0.9.0 |
868 | 2024-11-01T04:39:25.323Z | Compiling regex-automata v0.4.7 |
869 | 2024-11-01T04:39:25.813Z | Compiling plain v0.2.3 |
870 | 2024-11-01T04:39:25.946Z | Compiling strsim v0.11.1 |
871 | 2024-11-01T04:39:26.159Z | Compiling rustversion v1.0.17 |
872 | 2024-11-01T04:39:26.567Z | Compiling atomic-waker v1.1.2 |
873 | 2024-11-01T04:39:26.754Z | Compiling tinyvec_macros v0.1.1 |
874 | 2024-11-01T04:39:26.857Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-01T04:39:27.918Z | Compiling rand_core v0.6.4 |
876 | 2024-11-01T04:39:28.199Z | Compiling pretty-hex v0.4.1 |
877 | 2024-11-01T04:39:28.413Z | Compiling unsafe-libyaml v0.2.11 |
878 | 2024-11-01T04:39:28.434Z | Compiling try-lock v0.2.5 |
879 | 2024-11-01T04:39:28.561Z | Compiling percent-encoding v2.3.1 |
880 | 2024-11-01T04:39:28.596Z | Compiling zeroize v1.8.1 |
881 | 2024-11-01T04:39:28.660Z | Compiling serde_derive v1.0.210 |
882 | 2024-11-01T04:39:28.782Z | Compiling zerocopy-derive v0.7.35 |
883 | 2024-11-01T04:39:28.942Z | Compiling thiserror-impl v1.0.64 |
884 | 2024-11-01T04:39:29.026Z | Compiling tokio-macros v2.4.0 |
885 | 2024-11-01T04:39:30.158Z | Compiling schemars_derive v0.8.21 |
886 | 2024-11-01T04:39:30.638Z | Compiling futures-macro v0.3.30 |
887 | 2024-11-01T04:39:30.935Z | Compiling zerocopy v0.7.35 |
888 | 2024-11-01T04:39:32.809Z | Compiling openssl-macros v0.1.1 |
889 | 2024-11-01T04:39:32.839Z | Compiling futures-util v0.3.30 |
890 | 2024-11-01T04:39:33.005Z | Compiling hashbrown v0.14.5 |
891 | 2024-11-01T04:39:33.152Z | Compiling tracing-attributes v0.1.27 |
892 | 2024-11-01T04:39:33.638Z | Compiling scroll_derive v0.12.0 |
893 | 2024-11-01T04:39:34.392Z | Compiling regress v0.10.1 |
894 | 2024-11-01T04:39:35.125Z | Compiling pest v2.7.13 |
895 | 2024-11-01T04:39:35.759Z | Compiling regex v1.10.6 |
896 | 2024-11-01T04:39:36.661Z | Compiling tracing v0.1.40 |
897 | 2024-11-01T04:39:37.385Z | Compiling scroll v0.12.0 |
898 | 2024-11-01T04:39:37.905Z | Compiling pest_meta v2.7.13 |
899 | 2024-11-01T04:39:37.965Z | Compiling goblin v0.8.2 |
900 | 2024-11-01T04:39:39.338Z | Compiling pest_generator v2.7.13 |
901 | 2024-11-01T04:39:39.713Z | Compiling form_urlencoded v1.2.1 |
902 | 2024-11-01T04:39:40.257Z | Compiling want v0.3.1 |
903 | 2024-11-01T04:39:40.549Z | Compiling unicode-normalization v0.1.24 |
904 | 2024-11-01T04:39:41.856Z | Compiling rustls-webpki v0.102.8 |
905 | 2024-11-01T04:39:42.030Z | Compiling pest_derive v2.7.13 |
906 | 2024-11-01T04:39:42.447Z | Compiling bytes v1.7.2 |
907 | 2024-11-01T04:39:43.885Z | Compiling smallvec v1.13.2 |
908 | 2024-11-01T04:39:44.316Z | Compiling indexmap v2.5.0 |
909 | 2024-11-01T04:39:45.271Z | Compiling parking_lot v0.12.3 |
910 | 2024-11-01T04:39:45.410Z | Compiling uuid v1.10.0 |
911 | 2024-11-01T04:39:45.857Z | Compiling tokio v1.40.0 |
912 | 2024-11-01T04:39:46.224Z | Compiling chrono v0.4.38 |
913 | 2024-11-01T04:39:46.709Z | Compiling serde_tokenstream v0.2.2 |
914 | 2024-11-01T04:39:46.770Z | Compiling http v1.1.0 |
915 | 2024-11-01T04:39:49.161Z | Compiling openapiv3 v2.0.0 |
916 | 2024-11-01T04:39:49.164Z | Compiling serde_yaml v0.9.34+deprecated |
917 | 2024-11-01T04:39:53.021Z | Compiling typify-impl v0.2.0 |
918 | 2024-11-01T04:39:53.461Z | Compiling http-body v1.0.1 |
919 | 2024-11-01T04:39:53.481Z | Compiling ipnetwork v0.20.0 |
920 | 2024-11-01T04:39:53.720Z | Compiling dof v0.3.0 |
921 | 2024-11-01T04:39:54.168Z | Compiling dtrace-parser v0.2.0 |
922 | 2024-11-01T04:39:54.864Z | Compiling thread-id v4.2.2 |
923 | 2024-11-01T04:39:55.003Z | Compiling rustls v0.22.4 |
924 | 2024-11-01T04:39:55.345Z | Compiling syn v1.0.109 |
925 | 2024-11-01T04:39:55.437Z | Compiling unicode-bidi v0.3.15 |
926 | 2024-11-01T04:39:55.944Z | Compiling tokio-util v0.7.12 |
927 | 2024-11-01T04:39:55.963Z | Compiling foreign-types-shared v0.1.1 |
928 | 2024-11-01T04:39:56.088Z | Compiling ident_case v1.0.1 |
929 | 2024-11-01T04:39:56.282Z | Compiling camino v1.1.9 |
930 | 2024-11-01T04:39:56.900Z | Compiling httpdate v1.0.3 |
931 | 2024-11-01T04:39:57.622Z | Compiling h2 v0.4.6 |
932 | 2024-11-01T04:39:57.683Z | Compiling darling_core v0.20.10 |
933 | 2024-11-01T04:39:58.008Z | Compiling foreign-types v0.3.2 |
934 | 2024-11-01T04:39:58.271Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-01T04:39:59.628Z | Compiling tower-service v0.3.3 |
936 | 2024-11-01T04:39:59.947Z | Compiling slog-async v2.8.0 |
937 | 2024-11-01T04:40:00.814Z | Compiling rand_chacha v0.3.1 |
938 | 2024-11-01T04:40:02.634Z | Compiling idna v0.5.0 |
939 | 2024-11-01T04:40:03.863Z | Compiling hyper v1.4.1 |
940 | 2024-11-01T04:40:05.273Z | Compiling typify-macro v0.2.0 |
941 | 2024-11-01T04:40:06.612Z | Compiling darling_macro v0.20.10 |
942 | 2024-11-01T04:40:07.709Z | Compiling hyper-util v0.1.9 |
943 | 2024-11-01T04:40:09.333Z | Compiling typify v0.2.0 |
944 | 2024-11-01T04:40:09.482Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-11-01T04:40:12.567Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-01T04:40:13.252Z | Compiling multer v3.1.0 |
947 | 2024-11-01T04:40:13.773Z | Compiling openssl-probe v0.1.5 |
948 | 2024-11-01T04:40:14.266Z | Compiling paste v1.0.15 |
949 | 2024-11-01T04:40:16.410Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-11-01T04:40:16.435Z | Compiling darling v0.20.10 |
951 | 2024-11-01T04:40:16.562Z | Compiling url v2.5.2 |
952 | 2024-11-01T04:40:16.748Z | Compiling rand v0.8.5 |
953 | 2024-11-01T04:40:19.440Z | Compiling usdt-macro v0.5.0 |
954 | 2024-11-01T04:40:21.031Z | Compiling usdt-attr-macro v0.5.0 |
955 | 2024-11-01T04:40:21.366Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-01T04:40:21.992Z | Compiling async-trait v0.1.83 |
957 | 2024-11-01T04:40:23.763Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-01T04:40:24.050Z | Compiling ipnet v2.10.0 |
959 | 2024-11-01T04:40:24.541Z | Compiling mime v0.3.17 |
960 | 2024-11-01T04:40:25.689Z | Compiling base64 v0.22.1 |
961 | 2024-11-01T04:40:26.804Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-01T04:40:28.848Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-01T04:40:29.414Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-01T04:40:29.732Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-01T04:40:31.191Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-01T04:40:31.867Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-01T04:40:32.083Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-11-01T04:40:32.444Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-11-01T04:40:33.429Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-01T04:40:33.657Z | Compiling dropshot v0.12.0 |
971 | 2024-11-01T04:40:34.030Z | Compiling crossbeam-utils v0.8.20 |
972 | 2024-11-01T04:40:34.645Z | Compiling powerfmt v0.2.0 |
973 | 2024-11-01T04:40:35.177Z | Compiling deranged v0.3.11 |
974 | 2024-11-01T04:40:35.198Z | Compiling structmeta v0.3.0 |
975 | 2024-11-01T04:40:35.630Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-01T04:40:36.170Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-01T04:40:37.074Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-01T04:40:38.059Z | Compiling winnow v0.6.18 |
979 | 2024-11-01T04:40:40.545Z | Compiling num_threads v0.1.7 |
980 | 2024-11-01T04:40:40.677Z | Compiling time v0.3.36 |
981 | 2024-11-01T04:40:41.963Z | Compiling reqwest v0.12.8 |
982 | 2024-11-01T04:40:43.140Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-01T04:40:44.331Z | Compiling block-buffer v0.10.4 |
984 | 2024-11-01T04:40:44.596Z | Compiling crypto-common v0.1.6 |
985 | 2024-11-01T04:40:44.826Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-01T04:40:47.232Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-01T04:40:49.171Z | Compiling digest v0.10.7 |
988 | 2024-11-01T04:40:49.229Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-01T04:40:50.109Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-01T04:40:52.796Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-01T04:40:53.812Z | Compiling rustix v0.38.37 |
992 | 2024-11-01T04:40:54.047Z | Compiling lazy_static v1.5.0 |
993 | 2024-11-01T04:40:54.199Z | Compiling match_cfg v0.1.0 |
994 | 2024-11-01T04:40:54.297Z | Compiling hostname v0.3.1 |
995 | 2024-11-01T04:40:54.567Z | Compiling dirs-next v2.0.0 |
996 | 2024-11-01T04:40:54.677Z | Compiling progenitor v0.8.0 |
997 | 2024-11-01T04:40:54.909Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-01T04:40:56.488Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-01T04:40:57.784Z | Compiling errno v0.3.9 |
1000 | 2024-11-01T04:40:57.897Z | Compiling thread_local v1.1.8 |
1001 | 2024-11-01T04:40:58.566Z | Compiling instant v0.1.13 |
1002 | 2024-11-01T04:40:58.753Z | Compiling unicode-width v0.1.14 |
1003 | 2024-11-01T04:40:59.341Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-11-01T04:41:01.634Z | Compiling futures v0.3.30 |
1005 | 2024-11-01T04:41:03.143Z | Compiling term v0.7.0 |
1006 | 2024-11-01T04:41:03.741Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-01T04:41:05.585Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-01T04:41:05.853Z | Compiling memmap v0.7.0 |
1009 | 2024-11-01T04:41:06.136Z | Compiling is-terminal v0.4.13 |
1010 | 2024-11-01T04:41:06.266Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-01T04:41:06.881Z | Compiling slog-term v2.9.1 |
1012 | 2024-11-01T04:41:07.378Z | Compiling usdt v0.5.0 |
1013 | 2024-11-01T04:41:08.684Z | Compiling toml_edit v0.22.21 |
1014 | 2024-11-01T04:41:09.764Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-01T04:41:10.202Z | Compiling strum v0.26.3 |
1016 | 2024-11-01T04:41:10.387Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-01T04:41:13.431Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-11-01T04:41:14.115Z | Compiling heapless v0.8.0 |
1019 | 2024-11-01T04:41:15.101Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-01T04:41:16.420Z | Compiling toml v0.8.19 |
1021 | 2024-11-01T04:41:17.824Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-11-01T04:41:18.101Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-01T04:41:18.669Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-01T04:41:18.857Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-01T04:41:18.998Z | Compiling hex v0.4.3 |
1026 | 2024-11-01T04:41:19.204Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-11-01T04:41:19.556Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-01T04:41:19.788Z | Compiling hostname v0.4.0 |
1029 | 2024-11-01T04:41:19.808Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-01T04:41:20.177Z | Compiling smoltcp v0.11.0 |
1031 | 2024-11-01T04:41:20.282Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-11-01T04:41:23.135Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-01T04:41:23.326Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-01T04:41:23.474Z | Compiling backoff v0.4.0 |
1035 | 2024-11-01T04:41:23.877Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-01T04:41:23.896Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-01T04:41:24.110Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-01T04:41:26.120Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-01T04:41:26.764Z | Compiling regress v0.9.1 |
1040 | 2024-11-01T04:41:27.247Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-01T04:41:30.351Z | Compiling managed v0.8.0 |
1042 | 2024-11-01T04:41:30.891Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1043 | 2024-11-01T04:41:31.293Z | Compiling winnow v0.5.40 |
1044 | 2024-11-01T04:41:31.732Z | Compiling utf8parse v0.2.2 |
1045 | 2024-11-01T04:41:31.919Z | Compiling bitflags v1.3.2 |
1046 | 2024-11-01T04:41:32.095Z | Compiling cobs v0.2.3 |
1047 | 2024-11-01T04:41:32.360Z | Compiling postcard v1.0.10 |
1048 | 2024-11-01T04:41:33.138Z | Compiling anstyle-parse v0.2.5 |
1049 | 2024-11-01T04:41:33.589Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1050 | 2024-11-01T04:41:35.190Z | Compiling toml_edit v0.19.15 |
1051 | 2024-11-01T04:41:40.391Z | Compiling anstyle v1.0.8 |
1052 | 2024-11-01T04:41:41.563Z | Compiling is_terminal_polyfill v1.70.1 |
1053 | 2024-11-01T04:41:41.712Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-11-01T04:41:41.959Z | Compiling colorchoice v1.0.2 |
1055 | 2024-11-01T04:41:42.366Z | Compiling anstream v0.6.15 |
1056 | 2024-11-01T04:41:43.454Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-01T04:41:44.143Z | Compiling terminal_size v0.3.0 |
1058 | 2024-11-01T04:41:44.383Z | Compiling clap_lex v0.7.2 |
1059 | 2024-11-01T04:41:44.488Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-11-01T04:41:44.878Z | Compiling clap_builder v4.5.18 |
1061 | 2024-11-01T04:41:45.143Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-11-01T04:41:46.447Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-01T04:41:47.224Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-01T04:41:47.367Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-01T04:41:48.094Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-01T04:41:48.373Z | Compiling num_enum v0.5.11 |
1067 | 2024-11-01T04:41:48.577Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-01T04:41:48.919Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-11-01T04:41:49.165Z | Compiling clap v4.5.18 |
1070 | 2024-11-01T04:41:49.547Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-01T04:41:49.711Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-01T04:41:49.859Z | Compiling prettyplease v0.2.22 |
1073 | 2024-11-01T04:41:50.153Z | Compiling pretty-hex v0.2.1 |
1074 | 2024-11-01T04:41:50.325Z | Compiling either v1.13.0 |
1075 | 2024-11-01T04:41:50.387Z | Compiling heck v0.4.1 |
1076 | 2024-11-01T04:41:50.919Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-01T04:41:51.175Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-01T04:41:51.361Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-01T04:41:52.438Z | Compiling num-iter v0.1.45 |
1080 | 2024-11-01T04:41:52.646Z | Compiling num-rational v0.4.2 |
1081 | 2024-11-01T04:41:53.077Z | Compiling colored v2.1.0 |
1082 | 2024-11-01T04:41:54.673Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-01T04:41:55.414Z | Compiling proc-macro-error v1.0.4 |
1084 | 2024-11-01T04:41:55.434Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-11-01T04:41:55.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1086 | 2024-11-01T04:41:55.970Z | Compiling fastrand v2.1.1 |
1087 | 2024-11-01T04:41:56.053Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1088 | 2024-11-01T04:41:56.246Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-11-01T04:41:56.642Z | Compiling tempfile v3.12.0 |
1090 | 2024-11-01T04:41:56.720Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-01T04:41:57.106Z | Compiling num v0.4.3 |
1092 | 2024-11-01T04:42:01.269Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-01T04:42:01.705Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-11-01T04:42:01.788Z | Compiling float-ord v0.3.2 |
1095 | 2024-11-01T04:42:01.961Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-01T04:42:09.763Z | Compiling semver v0.1.20 |
1097 | 2024-11-01T04:42:10.005Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-11-01T04:42:10.183Z | Compiling rustc_version v0.1.7 |
1099 | 2024-11-01T04:42:10.614Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-11-01T04:42:11.208Z | Compiling newline-converter v0.3.0 |
1101 | 2024-11-01T04:42:11.282Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-01T04:42:11.550Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-01T04:42:11.602Z | Compiling itertools v0.10.5 |
1104 | 2024-11-01T04:42:12.182Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-01T04:42:12.301Z | Compiling console v0.15.8 |
1106 | 2024-11-01T04:42:12.699Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-01T04:42:14.184Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-01T04:42:14.328Z | Compiling base64ct v1.6.0 |
1109 | 2024-11-01T04:42:14.936Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-11-01T04:42:15.029Z | Compiling similar v2.6.0 |
1111 | 2024-11-01T04:42:15.244Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-11-01T04:42:15.338Z | Compiling password-hash v0.5.0 |
1113 | 2024-11-01T04:42:15.434Z | Compiling zone v0.3.0 |
1114 | 2024-11-01T04:42:16.797Z | Compiling expectorate v1.1.0 |
1115 | 2024-11-01T04:42:17.067Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-01T04:42:17.619Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-01T04:42:17.801Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-01T04:42:18.861Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-01T04:42:19.266Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-01T04:42:20.361Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-01T04:42:20.483Z | Compiling smf v0.2.3 |
1122 | 2024-11-01T04:42:21.071Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-01T04:42:21.351Z | Compiling cancel-safe-futures v0.1.5 |
1124 | 2024-11-01T04:42:21.422Z | Compiling whoami v1.5.2 |
1125 | 2024-11-01T04:42:21.469Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-01T04:42:21.751Z | Compiling owo-colors v4.1.0 |
1127 | 2024-11-01T04:42:22.115Z | Compiling petgraph v0.6.5 |
1128 | 2024-11-01T04:42:22.190Z | Compiling hubpack v0.1.2 |
1129 | 2024-11-01T04:42:22.346Z | Compiling argon2 v0.5.3 |
1130 | 2024-11-01T04:42:23.160Z | Compiling zerocopy v0.6.6 |
1131 | 2024-11-01T04:42:24.115Z | Compiling strum_macros v0.25.3 |
1132 | 2024-11-01T04:42:24.760Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-11-01T04:42:25.047Z | Compiling serde_repr v0.1.19 |
1134 | 2024-11-01T04:42:26.297Z | Compiling cookie v0.18.1 |
1135 | 2024-11-01T04:42:26.661Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1136 | 2024-11-01T04:42:26.790Z | Compiling convert_case v0.4.0 |
1137 | 2024-11-01T04:42:26.825Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-01T04:42:27.010Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-01T04:42:27.591Z | Compiling derive_more v0.99.18 |
1140 | 2024-11-01T04:42:27.995Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-11-01T04:42:29.486Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-01T04:42:30.121Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-01T04:42:30.560Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-01T04:42:32.897Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-01T04:42:33.417Z | Compiling itertools v0.13.0 |
1146 | 2024-11-01T04:42:34.454Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-01T04:42:35.660Z | Compiling idna v0.4.0 |
1148 | 2024-11-01T04:42:36.011Z | Compiling libsw v3.3.1 |
1149 | 2024-11-01T04:42:36.363Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-11-01T04:42:37.020Z | Compiling derive-where v1.2.7 |
1151 | 2024-11-01T04:42:37.204Z | Compiling quick-error v1.2.3 |
1152 | 2024-11-01T04:42:37.372Z | Compiling linked-hash-map v0.5.6 |
1153 | 2024-11-01T04:42:37.409Z | Compiling data-encoding v2.6.0 |
1154 | 2024-11-01T04:42:37.518Z | Compiling linear-map v1.2.0 |
1155 | 2024-11-01T04:42:37.805Z | Compiling highway v1.2.0 |
1156 | 2024-11-01T04:42:38.083Z | Compiling swrite v0.1.0 |
1157 | 2024-11-01T04:42:38.113Z | Compiling indent_write v2.2.0 |
1158 | 2024-11-01T04:42:38.360Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-11-01T04:42:39.237Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-11-01T04:42:39.485Z | Compiling lru-cache v0.1.2 |
1161 | 2024-11-01T04:42:39.728Z | Compiling resolv-conf v0.7.0 |
1162 | 2024-11-01T04:42:40.486Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-01T04:42:41.423Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-01T04:42:43.242Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-01T04:42:43.631Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-01T04:42:44.399Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-01T04:42:45.308Z | Compiling steno v0.4.1 |
1168 | 2024-11-01T04:42:48.275Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-11-01T04:42:48.677Z | Compiling slog-dtrace v0.3.0 |
1170 | 2024-11-01T04:42:48.792Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1171 | 2024-11-01T04:42:48.966Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-11-01T04:42:49.055Z | Compiling humantime v2.1.0 |
1173 | 2024-11-01T04:42:49.479Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-11-01T04:42:49.981Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-11-01T04:42:52.221Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-01T04:42:52.285Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-01T04:42:53.252Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-01T04:42:53.350Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-01T04:42:54.484Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-11-01T04:42:54.597Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-11-01T04:42:55.180Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-11-01T04:42:55.663Z | Compiling parking_lot v0.11.2 |
1183 | 2024-11-01T04:42:56.680Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-01T04:42:57.866Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-01T04:42:59.647Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-01T04:42:59.736Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-01T04:42:59.993Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-01T04:43:00.523Z | Compiling crc8 v0.1.1 |
1189 | 2024-11-01T04:43:00.800Z | Compiling arc-swap v1.7.1 |
1190 | 2024-11-01T04:43:00.848Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-11-01T04:43:01.517Z | Compiling slog-scope v4.4.0 |
1192 | 2024-11-01T04:43:02.305Z | Compiling sled v0.34.7 |
1193 | 2024-11-01T04:43:06.571Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-01T04:43:07.318Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-11-01T04:43:07.868Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-11-01T04:43:08.682Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-11-01T04:43:10.513Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-01T04:43:11.039Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-11-01T04:43:22.618Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-01T04:43:26.807Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-01T04:43:28.303Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-01T04:43:56.363Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-11-01T04:43:56.363Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-11-01T04:44:03.711Z | Finished `release` profile [optimized] target(s) in 5m 13s |
1205 | 2024-11-01T04:44:04.019Z | + banner trio |
1206 | 2024-11-01T04:44:04.022Z | |
1207 | 2024-11-01T04:44:04.022Z | ##### ##### # #### |
1208 | 2024-11-01T04:44:04.022Z | # # # # # # |
1209 | 2024-11-01T04:44:04.022Z | # # # # # # |
1210 | 2024-11-01T04:44:04.022Z | # ##### # # # |
1211 | 2024-11-01T04:44:04.022Z | # # # # # # |
1212 | 2024-11-01T04:44:04.022Z | # # # # #### |
1213 | 2024-11-01T04:44:04.022Z | |
1214 | 2024-11-01T04:44:04.022Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1215 | 2024-11-01T04:44:04.505Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-01T04:44:04.505Z | Compiling libc v0.2.159 |
1217 | 2024-11-01T04:44:04.505Z | Compiling serde v1.0.210 |
1218 | 2024-11-01T04:44:04.509Z | Compiling once_cell v1.19.0 |
1219 | 2024-11-01T04:44:04.509Z | Compiling itoa v1.0.11 |
1220 | 2024-11-01T04:44:04.509Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-01T04:44:04.509Z | Compiling syn v2.0.77 |
1222 | 2024-11-01T04:44:04.638Z | Compiling bytes v1.7.2 |
1223 | 2024-11-01T04:44:04.647Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-01T04:44:04.790Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-01T04:44:04.948Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-01T04:44:04.982Z | Compiling ahash v0.8.11 |
1227 | 2024-11-01T04:44:05.050Z | Compiling smallvec v1.13.2 |
1228 | 2024-11-01T04:44:05.058Z | Compiling memchr v2.7.4 |
1229 | 2024-11-01T04:44:05.069Z | Compiling allocator-api2 v0.2.18 |
1230 | 2024-11-01T04:44:05.222Z | Compiling scopeguard v1.2.0 |
1231 | 2024-11-01T04:44:05.350Z | Compiling schemars v0.8.21 |
1232 | 2024-11-01T04:44:05.557Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-01T04:44:05.954Z | Compiling hashbrown v0.14.5 |
1234 | 2024-11-01T04:44:06.007Z | Compiling fnv v1.0.7 |
1235 | 2024-11-01T04:44:06.048Z | Compiling log v0.4.22 |
1236 | 2024-11-01T04:44:06.142Z | Compiling getrandom v0.2.15 |
1237 | 2024-11-01T04:44:06.200Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-11-01T04:44:06.470Z | Compiling mio v1.0.2 |
1239 | 2024-11-01T04:44:06.501Z | Compiling socket2 v0.5.7 |
1240 | 2024-11-01T04:44:06.574Z | Compiling parking_lot v0.12.3 |
1241 | 2024-11-01T04:44:07.037Z | Compiling signal-hook-registry v1.4.2 |
1242 | 2024-11-01T04:44:07.186Z | Compiling futures-core v0.3.30 |
1243 | 2024-11-01T04:44:07.441Z | Compiling equivalent v1.0.1 |
1244 | 2024-11-01T04:44:07.559Z | Compiling ryu v1.0.18 |
1245 | 2024-11-01T04:44:07.855Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-01T04:44:08.094Z | Compiling serde_json v1.0.128 |
1247 | 2024-11-01T04:44:08.120Z | Compiling uuid v1.10.0 |
1248 | 2024-11-01T04:44:08.134Z | Compiling regress v0.10.1 |
1249 | 2024-11-01T04:44:08.187Z | Compiling untrusted v0.9.0 |
1250 | 2024-11-01T04:44:08.373Z | Compiling futures-sink v0.3.30 |
1251 | 2024-11-01T04:44:08.535Z | Compiling pin-utils v0.1.0 |
1252 | 2024-11-01T04:44:08.598Z | Compiling spin v0.9.8 |
1253 | 2024-11-01T04:44:08.630Z | Compiling futures-task v0.3.30 |
1254 | 2024-11-01T04:44:08.692Z | Compiling slab v0.4.9 |
1255 | 2024-11-01T04:44:08.798Z | Compiling futures-util v0.3.30 |
1256 | 2024-11-01T04:44:08.826Z | Compiling ring v0.17.8 |
1257 | 2024-11-01T04:44:08.913Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-01T04:44:09.026Z | Compiling want v0.3.1 |
1259 | 2024-11-01T04:44:09.326Z | Compiling chrono v0.4.38 |
1260 | 2024-11-01T04:44:09.434Z | Compiling httparse v1.9.4 |
1261 | 2024-11-01T04:44:10.319Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-01T04:44:10.552Z | Compiling tower-service v0.3.3 |
1263 | 2024-11-01T04:44:10.677Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-11-01T04:44:10.783Z | Compiling foreign-types-shared v0.1.1 |
1265 | 2024-11-01T04:44:10.885Z | Compiling foreign-types v0.3.2 |
1266 | 2024-11-01T04:44:10.894Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-01T04:44:11.350Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-11-01T04:44:11.384Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-11-01T04:44:11.578Z | Compiling bitflags v2.6.0 |
1270 | 2024-11-01T04:44:11.912Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-11-01T04:44:11.924Z | Compiling http v1.1.0 |
1272 | 2024-11-01T04:44:12.398Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-11-01T04:44:12.764Z | Compiling semver v1.0.23 |
1274 | 2024-11-01T04:44:12.929Z | Compiling tinyvec_macros v0.1.1 |
1275 | 2024-11-01T04:44:13.029Z | Compiling tinyvec v1.8.0 |
1276 | 2024-11-01T04:44:13.342Z | Compiling quote v1.0.37 |
1277 | 2024-11-01T04:44:13.646Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-01T04:44:14.113Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-11-01T04:44:14.759Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-11-01T04:44:15.508Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-01T04:44:16.116Z | Compiling http v0.2.12 |
1282 | 2024-11-01T04:44:16.616Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-11-01T04:44:16.741Z | Compiling serde_derive v1.0.210 |
1284 | 2024-11-01T04:44:16.998Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-11-01T04:44:17.396Z | Compiling thiserror-impl v1.0.64 |
1286 | 2024-11-01T04:44:17.673Z | Compiling tokio-macros v2.4.0 |
1287 | 2024-11-01T04:44:17.901Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-11-01T04:44:19.307Z | Compiling tokio v1.40.0 |
1289 | 2024-11-01T04:44:19.914Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-11-01T04:44:20.322Z | Compiling thiserror v1.0.64 |
1291 | 2024-11-01T04:44:20.599Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-11-01T04:44:20.888Z | Compiling unicode-bidi v0.3.15 |
1293 | 2024-11-01T04:44:20.991Z | Compiling heck v0.5.0 |
1294 | 2024-11-01T04:44:21.457Z | Compiling openssl v0.10.66 |
1295 | 2024-11-01T04:44:22.330Z | Compiling idna v0.5.0 |
1296 | 2024-11-01T04:44:23.381Z | Compiling tracing v0.1.40 |
1297 | 2024-11-01T04:44:23.859Z | Compiling regex-automata v0.4.7 |
1298 | 2024-11-01T04:44:24.044Z | Compiling http-body v1.0.1 |
1299 | 2024-11-01T04:44:31.666Z | Compiling indexmap v2.5.0 |
1300 | 2024-11-01T04:44:31.937Z | Compiling tokio-util v0.7.12 |
1301 | 2024-11-01T04:44:34.274Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-11-01T04:44:35.988Z | Compiling native-tls v0.2.12 |
1303 | 2024-11-01T04:44:36.184Z | Compiling atomic-waker v1.1.2 |
1304 | 2024-11-01T04:44:36.364Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-11-01T04:44:36.670Z | Compiling slog v2.7.0 |
1306 | 2024-11-01T04:44:37.111Z | Compiling regex-syntax v0.8.4 |
1307 | 2024-11-01T04:44:37.241Z | Compiling h2 v0.4.6 |
1308 | 2024-11-01T04:44:38.175Z | Compiling typify-impl v0.2.0 |
1309 | 2024-11-01T04:44:39.059Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-11-01T04:44:39.126Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-11-01T04:44:48.290Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-01T04:44:48.902Z | Compiling regex v1.10.6 |
1313 | 2024-11-01T04:44:49.909Z | Compiling url v2.5.2 |
1314 | 2024-11-01T04:44:50.327Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-01T04:44:51.264Z | Compiling mime v0.3.17 |
1316 | 2024-11-01T04:44:52.373Z | Compiling ipnet v2.10.0 |
1317 | 2024-11-01T04:44:52.867Z | Compiling rustls v0.21.12 |
1318 | 2024-11-01T04:44:53.216Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-11-01T04:44:54.267Z | Compiling typify-macro v0.2.0 |
1320 | 2024-11-01T04:44:55.441Z | Compiling hyper v1.4.1 |
1321 | 2024-11-01T04:44:56.502Z | Compiling h2 v0.3.26 |
1322 | 2024-11-01T04:44:57.227Z | Compiling http-body v0.4.6 |
1323 | 2024-11-01T04:44:57.755Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-11-01T04:44:58.250Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-11-01T04:44:58.704Z | Compiling sct v0.7.1 |
1326 | 2024-11-01T04:44:59.151Z | Compiling subtle v2.6.1 |
1327 | 2024-11-01T04:44:59.485Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-11-01T04:44:59.828Z | Compiling zeroize v1.8.1 |
1329 | 2024-11-01T04:45:00.224Z | Compiling httpdate v1.0.3 |
1330 | 2024-11-01T04:45:00.983Z | Compiling serde_yaml v0.9.34+deprecated |
1331 | 2024-11-01T04:45:01.148Z | Compiling rustls v0.23.13 |
1332 | 2024-11-01T04:45:02.347Z | Compiling hyper v0.14.30 |
1333 | 2024-11-01T04:45:02.457Z | Compiling toml_edit v0.19.15 |
1334 | 2024-11-01T04:45:05.690Z | Compiling hyper-util v0.1.9 |
1335 | 2024-11-01T04:45:11.614Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-01T04:45:11.788Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-11-01T04:45:12.224Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-11-01T04:45:12.226Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-01T04:45:12.733Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-01T04:45:13.087Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-01T04:45:13.297Z | Compiling base64 v0.21.7 |
1342 | 2024-11-01T04:45:13.308Z | Compiling base64 v0.22.1 |
1343 | 2024-11-01T04:45:13.927Z | Compiling rustls-pemfile v2.1.3 |
1344 | 2024-11-01T04:45:14.190Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-11-01T04:45:14.449Z | Compiling crossbeam-utils v0.8.20 |
1346 | 2024-11-01T04:45:14.452Z | Compiling hyper-rustls v0.27.3 |
1347 | 2024-11-01T04:45:14.472Z | Compiling hyper-tls v0.6.0 |
1348 | 2024-11-01T04:45:14.689Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-11-01T04:45:14.986Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-01T04:45:15.001Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-01T04:45:15.433Z | Compiling typify v0.2.0 |
1352 | 2024-11-01T04:45:15.494Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-11-01T04:45:15.624Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-01T04:45:17.026Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-01T04:45:17.114Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-01T04:45:17.976Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-11-01T04:45:18.133Z | Compiling rand_core v0.6.4 |
1358 | 2024-11-01T04:45:18.476Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-01T04:45:18.535Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-11-01T04:45:18.609Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-11-01T04:45:18.669Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-11-01T04:45:18.726Z | Compiling powerfmt v0.2.0 |
1363 | 2024-11-01T04:45:18.994Z | Compiling reqwest v0.11.27 |
1364 | 2024-11-01T04:45:19.123Z | Compiling deranged v0.3.11 |
1365 | 2024-11-01T04:45:19.225Z | Compiling time-macros v0.2.18 |
1366 | 2024-11-01T04:45:19.580Z | Compiling foreign-types v0.5.0 |
1367 | 2024-11-01T04:45:19.694Z | Compiling dirs-next v2.0.0 |
1368 | 2024-11-01T04:45:19.969Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-11-01T04:45:21.476Z | Compiling progenitor-impl v0.8.0 |
1370 | 2024-11-01T04:45:21.726Z | Compiling reqwest v0.12.8 |
1371 | 2024-11-01T04:45:22.366Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1372 | 2024-11-01T04:45:28.178Z | Compiling num_enum v0.5.11 |
1373 | 2024-11-01T04:45:28.363Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-01T04:45:31.001Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-01T04:45:31.166Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-01T04:45:31.349Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-01T04:45:31.614Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-01T04:45:32.354Z | Compiling arc-swap v1.7.1 |
1379 | 2024-11-01T04:45:33.091Z | Compiling num-conv v0.1.0 |
1380 | 2024-11-01T04:45:33.165Z | Compiling time-core v0.1.2 |
1381 | 2024-11-01T04:45:33.352Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-11-01T04:45:33.363Z | Compiling either v1.13.0 |
1383 | 2024-11-01T04:45:33.565Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1384 | 2024-11-01T04:45:33.766Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1385 | 2024-11-01T04:45:33.852Z | Compiling itertools v0.12.1 |
1386 | 2024-11-01T04:45:34.151Z | Compiling time v0.3.36 |
1387 | 2024-11-01T04:45:35.063Z | Compiling slog-scope v4.4.0 |
1388 | 2024-11-01T04:45:36.000Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-01T04:45:36.897Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-11-01T04:45:37.079Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-01T04:45:37.808Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-11-01T04:45:38.724Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-11-01T04:45:43.420Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-11-01T04:45:44.339Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-11-01T04:45:46.362Z | Compiling rand v0.8.5 |
1396 | 2024-11-01T04:45:46.751Z | Compiling term v0.7.0 |
1397 | 2024-11-01T04:45:48.287Z | Compiling anyhow v1.0.89 |
1398 | 2024-11-01T04:45:53.410Z | Compiling colored v2.1.0 |
1399 | 2024-11-01T04:45:54.405Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-01T04:45:54.536Z | Compiling take_mut v0.2.2 |
1401 | 2024-11-01T04:45:54.578Z | Compiling winnow v0.6.18 |
1402 | 2024-11-01T04:45:54.707Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-11-01T04:45:55.087Z | Compiling slog-async v2.8.0 |
1404 | 2024-11-01T04:45:58.283Z | Compiling slog-term v2.9.1 |
1405 | 2024-11-01T04:45:59.211Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1406 | 2024-11-01T04:46:01.196Z | Compiling progenitor v0.8.0 |
1407 | 2024-11-01T04:46:01.422Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-11-01T04:46:01.643Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-11-01T04:46:05.516Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-11-01T04:46:06.053Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-11-01T04:46:06.422Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-11-01T04:46:08.654Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-01T04:46:21.948Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-01T04:46:29.620Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1415 | 2024-11-01T04:46:29.701Z | Running unittests src/lib.rs (target/release/deps/mg_tests-0fcb7f362097a89e) |
1416 | 2024-11-01T04:46:29.747Z | |
1417 | 2024-11-01T04:46:29.747Z | running 1 test |
1418 | 2024-11-01T04:46:29.896Z | configure zone |
1419 | 2024-11-01T04:46:29.961Z | install zone |
1420 | 2024-11-01T04:47:29.756Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1421 | 2024-11-01T04:48:26.700Z | boot zone |
1422 | 2024-11-01T04:48:27.512Z | start zone s1 |
1423 | 2024-11-01T04:48:27.512Z | configure zone |
1424 | 2024-11-01T04:48:27.521Z | install zone |
1425 | 2024-11-01T04:50:07.025Z | boot zone |
1426 | 2024-11-01T04:50:07.917Z | start zone s2 |
1427 | 2024-11-01T04:50:07.917Z | configure zone |
1428 | 2024-11-01T04:50:07.927Z | install zone |
1429 | 2024-11-01T04:51:47.766Z | boot zone |
1430 | 2024-11-01T04:51:48.716Z | start zone t1 |
1431 | 2024-11-01T04:51:48.716Z | configure zone |
1432 | 2024-11-01T04:51:48.726Z | install zone |
1433 | 2024-11-01T04:53:28.056Z | boot zone |
1434 | 2024-11-01T04:53:28.893Z | waiting for zones to come up |
1435 | 2024-11-01T04:53:38.895Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-11-01T04:53:38.977Z | STATE STIME FMRI |
1437 | 2024-11-01T04:53:38.977Z | online 21:48:45 svc:/milestone/network:default |
1438 | 2024-11-01T04:53:38.977Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-11-01T04:53:39.024Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-01T04:53:39.072Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-01T04:53:39.116Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-11-01T04:53:39.120Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-11-01T04:53:39.141Z | |
1444 | 2024-11-01T04:53:39.141Z | running zone s1.trio setup |
1445 | 2024-11-01T04:53:39.141Z | [s1.trio] svcs milestone/network |
1446 | 2024-11-01T04:53:39.163Z | STATE STIME FMRI |
1447 | 2024-11-01T04:53:39.163Z | online 21:50:25 svc:/milestone/network:default |
1448 | 2024-11-01T04:53:39.163Z | [s1.trio] dladm |
1449 | 2024-11-01T04:53:39.183Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-11-01T04:53:39.183Z | sl0 simnet 9000 up -- ? |
1451 | 2024-11-01T04:53:39.183Z | mg2 vnic 9000 up -- ? |
1452 | 2024-11-01T04:53:39.183Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-11-01T04:53:39.783Z | |
1454 | 2024-11-01T04:53:39.783Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-11-01T04:53:39.808Z | |
1456 | 2024-11-01T04:53:39.808Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-11-01T04:53:39.829Z | |
1458 | 2024-11-01T04:53:39.829Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-11-01T04:53:39.918Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-11-01T04:53:39.973Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1461 | 2024-11-01T04:53:40.065Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1462 | 2024-11-01T04:53:40.109Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1463 | 2024-11-01T04:53:40.131Z | |
1464 | 2024-11-01T04:53:40.131Z | running zone s2.trio setup |
1465 | 2024-11-01T04:53:40.131Z | [s2.trio] svcs milestone/network |
1466 | 2024-11-01T04:53:40.154Z | STATE STIME FMRI |
1467 | 2024-11-01T04:53:40.154Z | online 21:52:06 svc:/milestone/network:default |
1468 | 2024-11-01T04:53:40.154Z | [s2.trio] dladm |
1469 | 2024-11-01T04:53:40.176Z | LINK CLASS MTU STATE BRIDGE OVER |
1470 | 2024-11-01T04:53:40.176Z | sl1 simnet 9000 up -- ? |
1471 | 2024-11-01T04:53:40.176Z | mg3 vnic 9000 up -- ? |
1472 | 2024-11-01T04:53:40.176Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1473 | 2024-11-01T04:53:40.690Z | |
1474 | 2024-11-01T04:53:40.690Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1475 | 2024-11-01T04:53:40.714Z | |
1476 | 2024-11-01T04:53:40.714Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1477 | 2024-11-01T04:53:40.733Z | |
1478 | 2024-11-01T04:53:40.733Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1479 | 2024-11-01T04:53:40.778Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1480 | 2024-11-01T04:53:40.800Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1481 | 2024-11-01T04:53:40.843Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1482 | 2024-11-01T04:53:40.864Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1483 | 2024-11-01T04:53:40.885Z | |
1484 | 2024-11-01T04:53:40.885Z | running zone t1.trio setup |
1485 | 2024-11-01T04:53:40.885Z | [t1.trio] svcs milestone/network |
1486 | 2024-11-01T04:53:40.905Z | STATE STIME FMRI |
1487 | 2024-11-01T04:53:40.905Z | - - svc:/milestone/network:default |
1488 | 2024-11-01T04:53:41.906Z | [t1.trio] svcs milestone/network |
1489 | 2024-11-01T04:53:41.928Z | STATE STIME FMRI |
1490 | 2024-11-01T04:53:41.928Z | - - svc:/milestone/network:default |
1491 | 2024-11-01T04:53:42.928Z | [t1.trio] svcs milestone/network |
1492 | 2024-11-01T04:53:42.950Z | STATE STIME FMRI |
1493 | 2024-11-01T04:53:42.950Z | - - svc:/milestone/network:default |
1494 | 2024-11-01T04:53:43.951Z | [t1.trio] svcs milestone/network |
1495 | 2024-11-01T04:53:43.978Z | STATE STIME FMRI |
1496 | 2024-11-01T04:53:43.978Z | - - svc:/milestone/network:default |
1497 | 2024-11-01T04:53:44.978Z | [t1.trio] svcs milestone/network |
1498 | 2024-11-01T04:53:45.001Z | STATE STIME FMRI |
1499 | 2024-11-01T04:53:45.001Z | - - svc:/milestone/network:default |
1500 | 2024-11-01T04:53:46.002Z | [t1.trio] svcs milestone/network |
1501 | 2024-11-01T04:53:46.023Z | STATE STIME FMRI |
1502 | 2024-11-01T04:53:46.023Z | - - svc:/milestone/network:default |
1503 | 2024-11-01T04:53:47.023Z | [t1.trio] svcs milestone/network |
1504 | 2024-11-01T04:53:47.049Z | STATE STIME FMRI |
1505 | 2024-11-01T04:53:47.049Z | offline 21:53:45 svc:/milestone/network:default |
1506 | 2024-11-01T04:53:48.049Z | [t1.trio] svcs milestone/network |
1507 | 2024-11-01T04:53:48.074Z | STATE STIME FMRI |
1508 | 2024-11-01T04:53:48.074Z | online 21:53:46 svc:/milestone/network:default |
1509 | 2024-11-01T04:53:48.074Z | [t1.trio] dladm |
1510 | 2024-11-01T04:53:48.098Z | LINK CLASS MTU STATE BRIDGE OVER |
1511 | 2024-11-01T04:53:48.098Z | tfportrear0_0 simnet 9000 up -- ? |
1512 | 2024-11-01T04:53:48.098Z | tfportrear1_0 simnet 9000 up -- ? |
1513 | 2024-11-01T04:53:48.098Z | mg1 vnic 9000 up -- ? |
1514 | 2024-11-01T04:53:48.098Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1515 | 2024-11-01T04:53:48.685Z | |
1516 | 2024-11-01T04:53:48.685Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1517 | 2024-11-01T04:53:48.710Z | |
1518 | 2024-11-01T04:53:48.710Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1519 | 2024-11-01T04:53:48.733Z | |
1520 | 2024-11-01T04:53:48.733Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1521 | 2024-11-01T04:53:48.754Z | |
1522 | 2024-11-01T04:53:48.754Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1523 | 2024-11-01T04:53:48.960Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1524 | 2024-11-01T04:53:48.965Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1525 | 2024-11-01T04:53:48.969Z | waiting 3s for copy of files to zone to complete ... |
1526 | 2024-11-01T04:53:51.969Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1527 | 2024-11-01T04:53:52.011Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1528 | 2024-11-01T04:53:52.030Z | [t1.trio] svcadm enable dendrite |
1529 | 2024-11-01T04:53:52.072Z | |
1530 | 2024-11-01T04:53:52.072Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1531 | 2024-11-01T04:53:52.122Z | |
1532 | 2024-11-01T04:53:52.122Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1533 | 2024-11-01T04:53:52.167Z | |
1534 | 2024-11-01T04:53:52.167Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1535 | 2024-11-01T04:53:52.211Z | |
1536 | 2024-11-01T04:53:52.211Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1537 | 2024-11-01T04:53:52.256Z | |
1538 | 2024-11-01T04:53:52.256Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1539 | 2024-11-01T04:53:52.299Z | |
1540 | 2024-11-01T04:53:52.300Z | [t1.trio] svcadm refresh dendrite:default |
1541 | 2024-11-01T04:53:52.336Z | |
1542 | 2024-11-01T04:53:52.336Z | [t1.trio] svcadm restart dendrite:default |
1543 | 2024-11-01T04:53:52.373Z | |
1544 | 2024-11-01T04:53:52.373Z | wait 10s for dendrite to come up ... |
1545 | 2024-11-01T04:54:02.375Z | [t1.trio] svcadm enable tfport |
1546 | 2024-11-01T04:54:02.418Z | |
1547 | 2024-11-01T04:54:02.418Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d62c41f4-26f2-45a1-9400-568e79ba164c --sled-uuid d4233022-869d-4eac-9d55-3f2a81f4d88d -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1548 | 2024-11-01T04:54:02.438Z | |
1549 | 2024-11-01T04:54:02.438Z | [t1.trio] ipadm |
1550 | 2024-11-01T04:54:02.461Z | ADDROBJ TYPE STATE ADDR |
1551 | 2024-11-01T04:54:02.461Z | lo0/v4 static ok 127.0.0.1/8 |
1552 | 2024-11-01T04:54:02.461Z | mg1/v4 static ok 10.0.0.3/24 |
1553 | 2024-11-01T04:54:02.461Z | lo0/v6 static ok ::1/128 |
1554 | 2024-11-01T04:54:02.461Z | lo0/u6 static ok fd00:3::1/64 |
1555 | 2024-11-01T04:54:02.461Z | tfportrear0_0/v6 addrconf ok fe80::3036:28ff:fe93:2d60%tfportrear0_0/10 |
1556 | 2024-11-01T04:54:02.461Z | tfportrear1_0/v6 addrconf ok fe80::fcb1:dfff:fe7a:ae5e%tfportrear1_0/10 |
1557 | 2024-11-01T04:54:04.674Z | initial peering test passed |
1558 | 2024-11-01T04:54:05.678Z | advertise from one passed |
1559 | 2024-11-01T04:54:06.680Z | advertise from two passed |
1560 | 2024-11-01T04:54:06.680Z | [s1.trio] ping fd00:2::1 |
1561 | 2024-11-01T04:54:06.708Z | fd00:2::1 is alive |
1562 | 2024-11-01T04:54:06.708Z | [s2.trio] ping fd00:1::1 |
1563 | 2024-11-01T04:54:06.728Z | fd00:1::1 is alive |
1564 | 2024-11-01T04:54:06.728Z | connectivity test passed |
1565 | 2024-11-01T04:54:06.728Z | [t1.trio] pkill ddmd |
1566 | 2024-11-01T04:54:06.748Z | |
1567 | 2024-11-01T04:54:12.753Z | [t1.trio] svcadm enable dendrite |
1568 | 2024-11-01T04:54:12.796Z | |
1569 | 2024-11-01T04:54:12.796Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1570 | 2024-11-01T04:54:12.842Z | |
1571 | 2024-11-01T04:54:12.842Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1572 | 2024-11-01T04:54:12.886Z | |
1573 | 2024-11-01T04:54:12.886Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1574 | 2024-11-01T04:54:12.932Z | |
1575 | 2024-11-01T04:54:12.932Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1576 | 2024-11-01T04:54:12.978Z | |
1577 | 2024-11-01T04:54:12.978Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1578 | 2024-11-01T04:54:13.023Z | |
1579 | 2024-11-01T04:54:13.023Z | [t1.trio] svcadm refresh dendrite:default |
1580 | 2024-11-01T04:54:13.061Z | |
1581 | 2024-11-01T04:54:13.061Z | [t1.trio] svcadm restart dendrite:default |
1582 | 2024-11-01T04:54:13.098Z | |
1583 | 2024-11-01T04:54:13.098Z | wait 10s for dendrite to come up ... |
1584 | 2024-11-01T04:54:23.100Z | [t1.trio] svcadm enable tfport |
1585 | 2024-11-01T04:54:23.143Z | |
1586 | 2024-11-01T04:54:23.143Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 77f92b0e-2f7d-4762-9966-84dfd7b4b431 --sled-uuid 6e74b34e-44bd-48fa-90e6-c4effb4a9732 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1587 | 2024-11-01T04:54:23.163Z | |
1588 | 2024-11-01T04:54:23.163Z | [t1.trio] ipadm |
1589 | 2024-11-01T04:54:23.186Z | ADDROBJ TYPE STATE ADDR |
1590 | 2024-11-01T04:54:23.186Z | lo0/v4 static ok 127.0.0.1/8 |
1591 | 2024-11-01T04:54:23.186Z | mg1/v4 static ok 10.0.0.3/24 |
1592 | 2024-11-01T04:54:23.186Z | lo0/v6 static ok ::1/128 |
1593 | 2024-11-01T04:54:23.186Z | lo0/u6 static ok fd00:3::1/64 |
1594 | 2024-11-01T04:54:23.186Z | tfportrear0_0/v6 addrconf ok fe80::3036:28ff:fe93:2d60%tfportrear0_0/10 |
1595 | 2024-11-01T04:54:23.186Z | tfportrear1_0/v6 addrconf ok fe80::fcb1:dfff:fe7a:ae5e%tfportrear1_0/10 |
1596 | 2024-11-01T04:54:26.190Z | [s1.trio] ping fd00:2::1 |
1597 | 2024-11-01T04:54:26.213Z | fd00:2::1 is alive |
1598 | 2024-11-01T04:54:26.213Z | [s2.trio] ping fd00:1::1 |
1599 | 2024-11-01T04:54:26.233Z | fd00:1::1 is alive |
1600 | 2024-11-01T04:54:26.233Z | transit router restart passed |
1601 | 2024-11-01T04:54:26.233Z | [s1.trio] pkill ddmd |
1602 | 2024-11-01T04:54:26.253Z | |
1603 | 2024-11-01T04:54:31.258Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1604 | 2024-11-01T04:54:31.296Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1605 | 2024-11-01T04:54:31.315Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1606 | 2024-11-01T04:54:31.335Z | |
1607 | 2024-11-01T04:54:34.340Z | [s1.trio] ping fd00:2::1 |
1608 | 2024-11-01T04:54:34.363Z | fd00:2::1 is alive |
1609 | 2024-11-01T04:54:34.363Z | [s2.trio] ping fd00:1::1 |
1610 | 2024-11-01T04:54:34.384Z | fd00:1::1 is alive |
1611 | 2024-11-01T04:54:34.384Z | server router restart passed |
1612 | 2024-11-01T04:54:37.390Z | peer expiration recovery passed |
1613 | 2024-11-01T04:54:38.392Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1614 | 2024-11-01T04:54:38.416Z | 3 |
1615 | 2024-11-01T04:54:38.416Z | redundant advertise passed |
1616 | 2024-11-01T04:54:39.420Z | tunnel endpoint advertise passed |
1617 | 2024-11-01T04:54:44.423Z | redundant tunnel endpoint advertise passed |
1618 | 2024-11-01T04:54:44.423Z | [s1.trio] pkill ddmd |
1619 | 2024-11-01T04:54:44.445Z | |
1620 | 2024-11-01T04:54:49.446Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1621 | 2024-11-01T04:54:49.484Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1622 | 2024-11-01T04:54:49.502Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1623 | 2024-11-01T04:54:49.523Z | |
1624 | 2024-11-01T04:54:54.592Z | tunnel router restart passed |
1625 | 2024-11-01T04:54:55.594Z | tunnel endpoint withdraw passed |
1626 | 2024-11-01T04:54:55.610Z | [t1.trio] pkill ddmd |
1627 | 2024-11-01T04:54:55.638Z | |
1628 | 2024-11-01T04:54:55.638Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1629 | 2024-11-01T04:54:55.642Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1630 | 2024-11-01T04:54:58.197Z | [s2.trio] pkill ddmd |
1631 | 2024-11-01T04:54:58.216Z | |
1632 | 2024-11-01T04:54:58.217Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1633 | 2024-11-01T04:55:00.831Z | [s1.trio] pkill ddmd |
1634 | 2024-11-01T04:55:00.852Z | |
1635 | 2024-11-01T04:55:00.852Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1636 | 2024-11-01T04:55:03.447Z | [sidecar.trio] pkill softnpu |
1637 | 2024-11-01T04:55:03.468Z | |
1638 | 2024-11-01T04:55:03.468Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1639 | 2024-11-01T04:55:06.454Z | test ddm::test_trio_v2_server ... ok |
1640 | 2024-11-01T04:55:06.454Z | |
1641 | 2024-11-01T04:55:06.456Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 516.64s |
1642 | 2024-11-01T04:55:06.456Z | |
1643 | 2024-11-01T04:55:06.482Z | + cleanup |
1644 | 2024-11-01T04:55:06.485Z | ++ id -un |
1645 | 2024-11-01T04:55:06.532Z | ++ id -gn |
1646 | 2024-11-01T04:55:06.535Z | + pfexec chown -R build:build . |
1647 | 2024-11-01T04:55:06.621Z | process exited: duration 1061038 ms, exit code 0 |
|
1648 | 2024-11-01T04:55:06.631Z | found 4 output files |
1649 | 2024-11-01T04:55:06.631Z | uploading: /work/s1.trio.log (4254 bytes) |
1650 | 2024-11-01T04:55:07.640Z | uploaded: /work/s1.trio.log |
1651 | 2024-11-01T04:55:07.640Z | uploading: /work/s2.trio.log (9515 bytes) |
1652 | 2024-11-01T04:55:08.652Z | uploaded: /work/s2.trio.log |
1653 | 2024-11-01T04:55:08.654Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1654 | 2024-11-01T04:55:09.659Z | uploaded: /work/sidecar.trio-softnpu.log |
1655 | 2024-11-01T04:55:09.662Z | uploading: /work/t1.trio.log (25781 bytes) |
1656 | 2024-11-01T04:55:10.668Z | uploaded: /work/t1.trio.log |