|
|
|
1 | 2024-12-28T04:14:25.341Z | job assigned to worker 01JG5QGAH8E4ZZG6HE4MDXSJ66 [factory aws, i-099c181a04a48dba8] (queued for 1 m 1 s) |
|
2 | 2024-12-28T04:14:33.067Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:33.080Z | ++ uname -s |
4 | 2024-12-28T04:14:33.082Z | + kern=SunOS |
5 | 2024-12-28T04:14:33.082Z | + case "$kern" in |
6 | 2024-12-28T04:14:33.082Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:33.085Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:35.093Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:35.198Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:35.201Z | + home_fs=zfs |
11 | 2024-12-28T04:14:35.201Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:35.201Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:35.203Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:37.205Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:37.208Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2024-12-28T04:14:37.213Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:37.219Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:37.219Z | ' stable |
19 | 2024-12-28T04:14:37.219Z | * toolchain channel = "stable" |
20 | 2024-12-28T04:14:37.221Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-28T04:14:37.221Z | ' default |
22 | 2024-12-28T04:14:37.221Z | * toolchain profile = "default" |
23 | 2024-12-28T04:14:37.221Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:37.221Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:37.341Z | info: downloading installer |
26 | 2024-12-28T04:14:38.882Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:38.882Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:38.885Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:39.052Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:39.052Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:40.043Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:40.421Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:41.815Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:43.832Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:51.413Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:51.702Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:52.512Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:52.884Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:54.588Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:56.250Z | info: installing component 'rustc' |
41 | 2024-12-28T04:15:01.985Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:15:02.309Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:15:02.309Z | |
44 | 2024-12-28T04:15:02.673Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:15:02.673Z | |
46 | 2024-12-28T04:15:02.675Z | |
47 | 2024-12-28T04:15:02.675Z | Rust is installed now. Great! |
48 | 2024-12-28T04:15:02.675Z | |
49 | 2024-12-28T04:15:02.675Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:15:02.675Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:15:02.675Z | |
52 | 2024-12-28T04:15:02.675Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:15:02.675Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:15:02.676Z | |
55 | 2024-12-28T04:15:02.676Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:15:02.676Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:15:02.676Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:15:02.749Z | + rustc --version |
59 | 2024-12-28T04:15:02.817Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:15:02.820Z | process exited: duration 25603 ms, exit code 0 |
|
61 | 2024-12-28T04:15:02.825Z | starting task 2: "authentication" |
62 | 2024-12-28T04:15:02.846Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:15:02.851Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:15:02.856Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:15:02.858Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:15:02.902Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:15:03.446Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:15:03.448Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:15:03.732Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:15:03.732Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:15:03.741Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:15:03.743Z | ++ git branch --show-current |
73 | 2024-12-28T04:15:03.745Z | + current=main |
74 | 2024-12-28T04:15:03.745Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:15:03.745Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:15:03.749Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:15:03.765Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:15:03.767Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:15:03.771Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:15:03.774Z | process exited: duration 921 ms, exit code 0 |
|
81 | 2024-12-28T04:15:03.779Z | starting task 4: "build" |
82 | 2024-12-28T04:15:03.785Z | ++ cargo --version |
83 | 2024-12-28T04:15:03.789Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:15:03.976Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-28T04:15:03.976Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:15:04.806Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:15:05.112Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:15:06.269Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:15:08.062Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:15:14.505Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:15:14.749Z | info: installing component 'cargo' |
92 | 2024-12-28T04:15:15.537Z | info: installing component 'clippy' |
93 | 2024-12-28T04:15:15.895Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:15:17.464Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:15:19.180Z | info: installing component 'rustc' |
96 | 2024-12-28T04:15:24.868Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:15:25.269Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-28T04:15:25.272Z | ++ rustc --version |
99 | 2024-12-28T04:15:25.343Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-28T04:15:25.348Z | ++ dladm |
101 | 2024-12-28T04:15:25.353Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-28T04:15:25.353Z | ena0 phys 9216 up -- -- |
103 | 2024-12-28T04:15:25.356Z | ++ ipadm |
104 | 2024-12-28T04:15:25.359Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-28T04:15:25.359Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-28T04:15:25.359Z | ena0/dhcp dhcp ok 10.150.1.160/24 |
107 | 2024-12-28T04:15:25.359Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-28T04:15:25.359Z | ++ banner collect |
109 | 2024-12-28T04:15:25.361Z | |
110 | 2024-12-28T04:15:25.361Z | #### #### # # ###### #### ##### |
111 | 2024-12-28T04:15:25.361Z | # # # # # # # # # # |
112 | 2024-12-28T04:15:25.361Z | # # # # # ##### # # |
113 | 2024-12-28T04:15:25.361Z | # # # # # # # # |
114 | 2024-12-28T04:15:25.361Z | # # # # # # # # # # |
115 | 2024-12-28T04:15:25.361Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-28T04:15:25.361Z | |
117 | 2024-12-28T04:15:25.361Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-28T04:15:25.361Z | ++ repo=softnpu |
119 | 2024-12-28T04:15:25.361Z | ++ series=image |
120 | 2024-12-28T04:15:25.362Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-28T04:15:25.362Z | ++ name=softnpu |
122 | 2024-12-28T04:15:25.362Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-28T04:15:25.362Z | ++ mkdir -p download |
124 | 2024-12-28T04:15:25.365Z | ++ pushd download |
125 | 2024-12-28T04:15:25.365Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-28T04:15:25.365Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-28T04:15:25.365Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-28T04:15:25.370Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-28T04:15:25.370Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-28T04:15:25.714Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 63.4M 0 --:--:-- --:--:-- --:--:-- 63.6M |
131 | 2024-12-28T04:15:25.717Z | ++ popd |
132 | 2024-12-28T04:15:25.720Z | /work/oxidecomputer/maghemite |
133 | 2024-12-28T04:15:25.720Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-28T04:15:25.720Z | ++ repo=sidecar-lite |
135 | 2024-12-28T04:15:25.720Z | ++ series=release |
136 | 2024-12-28T04:15:25.720Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-28T04:15:25.720Z | ++ name=libsidecar_lite.so |
138 | 2024-12-28T04:15:25.720Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-28T04:15:25.720Z | ++ mkdir -p download |
140 | 2024-12-28T04:15:25.720Z | ++ pushd download |
141 | 2024-12-28T04:15:25.720Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-28T04:15:25.720Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-28T04:15:25.720Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-28T04:15:25.727Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-28T04:15:25.730Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-28T04:15:26.009Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
61 20.3M 61 12.5M 0 0 56.1M 0 --:--:-- --:--:-- --:--:-- 56.0M
100 20.3M 100 20.3M 0 0 72.1M 0 --:--:-- --:--:-- --:--:-- 72.0M |
147 | 2024-12-28T04:15:26.013Z | ++ popd |
148 | 2024-12-28T04:15:26.015Z | /work/oxidecomputer/maghemite |
149 | 2024-12-28T04:15:26.015Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-28T04:15:26.015Z | ++ repo=sidecar-lite |
151 | 2024-12-28T04:15:26.015Z | ++ series=release |
152 | 2024-12-28T04:15:26.015Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-28T04:15:26.015Z | ++ name=scadm |
154 | 2024-12-28T04:15:26.015Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-28T04:15:26.015Z | ++ mkdir -p download |
156 | 2024-12-28T04:15:26.015Z | ++ pushd download |
157 | 2024-12-28T04:15:26.015Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-28T04:15:26.016Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-28T04:15:26.016Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-28T04:15:26.023Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-28T04:15:26.023Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-28T04:15:26.369Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 67.2M 0 --:--:-- --:--:-- --:--:-- 67.4M |
163 | 2024-12-28T04:15:26.372Z | ++ popd |
164 | 2024-12-28T04:15:26.372Z | /work/oxidecomputer/maghemite |
165 | 2024-12-28T04:15:26.372Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-28T04:15:26.372Z | ++ repo=dendrite |
167 | 2024-12-28T04:15:26.372Z | ++ series=image |
168 | 2024-12-28T04:15:26.373Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-28T04:15:26.373Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-28T04:15:26.373Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-28T04:15:26.373Z | ++ mkdir -p download |
172 | 2024-12-28T04:15:26.373Z | ++ pushd download |
173 | 2024-12-28T04:15:26.373Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-28T04:15:26.373Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-28T04:15:26.373Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-28T04:15:26.376Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-28T04:15:26.376Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-28T04:15:26.951Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 65.5M 0 --:--:-- --:--:-- --:--:-- 65.5M |
179 | 2024-12-28T04:15:26.953Z | ++ popd |
180 | 2024-12-28T04:15:26.953Z | /work/oxidecomputer/maghemite |
181 | 2024-12-28T04:15:26.953Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-28T04:15:26.953Z | ++ repo=maghemite |
183 | 2024-12-28T04:15:26.953Z | ++ series=release |
184 | 2024-12-28T04:15:26.953Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-28T04:15:26.953Z | ++ name=ddmd |
186 | 2024-12-28T04:15:26.953Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-28T04:15:26.953Z | ++ mkdir -p download |
188 | 2024-12-28T04:15:26.953Z | ++ pushd download |
189 | 2024-12-28T04:15:26.953Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-28T04:15:26.953Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-28T04:15:26.953Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-28T04:15:26.960Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-28T04:15:26.963Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-28T04:15:27.479Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 78.8M 0 --:--:-- --:--:-- --:--:-- 78.9M |
195 | 2024-12-28T04:15:27.483Z | ++ popd |
196 | 2024-12-28T04:15:27.485Z | /work/oxidecomputer/maghemite |
197 | 2024-12-28T04:15:27.485Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-28T04:15:27.485Z | ++ repo=maghemite |
199 | 2024-12-28T04:15:27.485Z | ++ series=release |
200 | 2024-12-28T04:15:27.485Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-28T04:15:27.485Z | ++ name=ddmadm |
202 | 2024-12-28T04:15:27.485Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-28T04:15:27.485Z | ++ mkdir -p download |
204 | 2024-12-28T04:15:27.488Z | ++ pushd download |
205 | 2024-12-28T04:15:27.488Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-28T04:15:27.488Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-28T04:15:27.488Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-28T04:15:27.494Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-28T04:15:27.494Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-28T04:15:27.747Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 71.3M 0 --:--:-- --:--:-- --:--:-- 71.4M |
211 | 2024-12-28T04:15:27.750Z | ++ popd |
212 | 2024-12-28T04:15:27.750Z | /work/oxidecomputer/maghemite |
213 | 2024-12-28T04:15:27.752Z | ++ pushd download |
214 | 2024-12-28T04:15:27.752Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-28T04:15:27.752Z | ++ chmod +x softnpu |
216 | 2024-12-28T04:15:27.752Z | ++ chmod +x scadm |
217 | 2024-12-28T04:15:27.755Z | ++ chmod +x ddmadm |
218 | 2024-12-28T04:15:27.758Z | ++ chmod +x ddmd |
219 | 2024-12-28T04:15:27.758Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-28T04:15:27.760Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-28T04:15:27.762Z | ++ rm -rf zones/dendrite |
222 | 2024-12-28T04:15:27.764Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-28T04:15:27.766Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-28T04:15:28.531Z | ++ popd |
225 | 2024-12-28T04:15:28.531Z | /work/oxidecomputer/maghemite |
226 | 2024-12-28T04:15:28.531Z | ++ banner install |
227 | 2024-12-28T04:15:28.533Z | |
228 | 2024-12-28T04:15:28.533Z | # # # #### ##### ## # # |
229 | 2024-12-28T04:15:28.533Z | # ## # # # # # # # |
230 | 2024-12-28T04:15:28.533Z | # # # # #### # # # # # |
231 | 2024-12-28T04:15:28.533Z | # # # # # # ###### # # |
232 | 2024-12-28T04:15:28.533Z | # # ## # # # # # # # |
233 | 2024-12-28T04:15:28.533Z | # # # #### # # # ###### ###### |
234 | 2024-12-28T04:15:28.533Z | |
235 | 2024-12-28T04:15:28.536Z | ++ pkg info brand/sparse |
236 | 2024-12-28T04:15:28.536Z | ++ grep -qi installed |
237 | 2024-12-28T04:15:30.141Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-28T04:15:30.141Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-28T04:15:30.141Z | |
240 | 2024-12-28T04:15:30.141Z | brand/sparse |
241 | 2024-12-28T04:15:30.185Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-28T04:15:30.185Z | ++ set -o errexit |
243 | 2024-12-28T04:15:30.185Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-28T04:15:36.246Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-28T04:15:40.135Z | Startup: Caching catalogs ... Done |
246 | 2024-12-28T04:15:50.960Z | Planning: Solver setup ... Done |
247 | 2024-12-28T04:15:51.096Z | Planning: Running solver ... Done |
248 | 2024-12-28T04:15:51.202Z | Planning: Finding local manifests ... Done |
249 | 2024-12-28T04:15:51.214Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-28T04:15:51.712Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-28T04:15:51.785Z | Planning: Package planning ... Done |
252 | 2024-12-28T04:15:51.791Z | Planning: Merging actions ... Done |
253 | 2024-12-28T04:15:51.978Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-28T04:15:54.106Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-28T04:15:54.690Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-28T04:15:54.761Z | Planning: Planning completed in 14.53 seconds |
257 | 2024-12-28T04:15:54.778Z | Packages to install: 1 |
258 | 2024-12-28T04:15:54.778Z | Packages to update: 2 |
259 | 2024-12-28T04:15:54.780Z | Create boot environment: No |
260 | 2024-12-28T04:15:54.780Z | Create backup boot environment: Yes |
261 | 2024-12-28T04:15:54.854Z | |
262 | 2024-12-28T04:15:54.854Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-28T04:15:58.385Z | Download: Completed 8.03 MB in 3.53 seconds (2.3M/s) |
264 | 2024-12-28T04:16:00.542Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-28T04:16:00.564Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-28T04:16:00.679Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-28T04:16:00.991Z | Actions: Completed 1419 actions in 0.45 seconds. |
268 | 2024-12-28T04:16:01.196Z | Done |
269 | 2024-12-28T04:16:01.198Z | Done |
270 | 2024-12-28T04:16:01.733Z | Done |
271 | 2024-12-28T04:16:06.035Z | Done |
272 | 2024-12-28T04:16:06.120Z | Done |
273 | 2024-12-28T04:16:06.122Z | Done |
274 | 2024-12-28T04:16:06.221Z | Done |
275 | 2024-12-28T04:16:06.608Z | ++ set -o errexit |
276 | 2024-12-28T04:16:06.608Z | ++ set -o pipefail |
277 | 2024-12-28T04:16:06.608Z | ++ banner build |
278 | 2024-12-28T04:16:06.610Z | |
279 | 2024-12-28T04:16:06.610Z | ##### # # # # ##### |
280 | 2024-12-28T04:16:06.610Z | # # # # # # # # |
281 | 2024-12-28T04:16:06.610Z | ##### # # # # # # |
282 | 2024-12-28T04:16:06.610Z | # # # # # # # # |
283 | 2024-12-28T04:16:06.610Z | # # # # # # # # |
284 | 2024-12-28T04:16:06.610Z | ##### #### # ###### ##### |
285 | 2024-12-28T04:16:06.610Z | |
286 | 2024-12-28T04:16:06.610Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-28T04:16:06.791Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-28T04:16:07.051Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-28T04:16:07.273Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-28T04:16:07.274Z | * [new branch] ci -> origin/ci |
291 | 2024-12-28T04:16:07.277Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
292 | 2024-12-28T04:16:07.277Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
293 | 2024-12-28T04:16:07.277Z | * [new branch] main -> origin/main |
294 | 2024-12-28T04:16:07.277Z | * [new ref] -> origin/HEAD |
295 | 2024-12-28T04:16:07.287Z | Updating crates.io index |
296 | 2024-12-28T04:16:07.374Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-12-28T04:16:08.108Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-12-28T04:16:08.108Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-12-28T04:16:08.213Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-12-28T04:16:09.387Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-12-28T04:16:09.387Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-12-28T04:16:09.427Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-12-28T04:16:09.835Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-12-28T04:16:09.835Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-12-28T04:16:09.861Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-28T04:16:10.304Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-12-28T04:16:10.304Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-12-28T04:16:10.315Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-12-28T04:16:13.766Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-12-28T04:16:13.766Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-12-28T04:16:13.795Z | * [new tag] dogfood -> dogfood |
312 | 2024-12-28T04:16:13.798Z | * [new tag] v5 -> v5 |
313 | 2024-12-28T04:16:13.798Z | * [new tag] v6 -> v6 |
314 | 2024-12-28T04:16:13.798Z | * [new tag] v7 -> v7 |
315 | 2024-12-28T04:16:13.798Z | * [new tag] v8 -> v8 |
316 | 2024-12-28T04:16:13.798Z | * [new tag] v9 -> v9 |
317 | 2024-12-28T04:16:14.150Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-12-28T04:16:14.760Z | From https://github.com/oxidecomputer/opte |
319 | 2024-12-28T04:16:14.760Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-12-28T04:16:14.805Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-12-28T04:16:15.172Z | From https://github.com/illumos/smf-rs |
322 | 2024-12-28T04:16:15.172Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-12-28T04:16:15.232Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-12-28T04:16:15.685Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-12-28T04:16:15.685Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-12-28T04:16:15.701Z | * [new tag] rift -> rift |
327 | 2024-12-28T04:16:15.704Z | * [new tag] srp -> srp |
328 | 2024-12-28T04:16:15.704Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-12-28T04:16:15.761Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-12-28T04:16:16.145Z | From https://github.com/oxidecomputer/zone |
331 | 2024-12-28T04:16:16.146Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-12-28T04:16:16.181Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-12-28T04:16:16.894Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-12-28T04:16:16.894Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-12-28T04:16:17.003Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-12-28T04:16:17.351Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-12-28T04:16:17.351Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-12-28T04:16:17.386Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-12-28T04:16:17.781Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-12-28T04:16:17.781Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-12-28T04:16:17.796Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-12-28T04:16:17.810Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-12-28T04:16:18.226Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-12-28T04:16:18.226Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-12-28T04:16:18.249Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-12-28T04:16:18.712Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-12-28T04:16:18.712Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-12-28T04:16:18.766Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-12-28T04:16:19.100Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-12-28T04:16:19.101Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-12-28T04:16:19.122Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-12-28T04:16:19.573Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-12-28T04:16:19.573Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-12-28T04:16:19.610Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-12-28T04:16:19.990Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-12-28T04:16:19.990Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-12-28T04:16:20.047Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-12-28T04:16:20.443Z | From https://github.com/illumos/libscf-sys |
359 | 2024-12-28T04:16:20.443Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-12-28T04:16:20.452Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-12-28T04:16:21.362Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-12-28T04:16:21.362Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-12-28T04:16:21.383Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-12-28T04:16:21.385Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-12-28T04:16:21.385Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-12-28T04:16:21.385Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-12-28T04:16:21.385Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-12-28T04:16:21.386Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-12-28T04:16:21.386Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-12-28T04:16:21.667Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-12-28T04:16:22.407Z | From https://github.com/oxidecomputer/typify |
372 | 2024-12-28T04:16:22.407Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-12-28T04:16:22.409Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-12-28T04:16:22.427Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-12-28T04:16:22.429Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-12-28T04:16:22.429Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-12-28T04:16:22.584Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-12-28T04:16:23.548Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-12-28T04:16:23.548Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-12-28T04:16:23.612Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-12-28T04:16:24.030Z | From https://github.com/oxidecomputer/opte |
392 | 2024-12-28T04:16:24.030Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-12-28T04:16:24.077Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-12-28T04:16:24.748Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-12-28T04:16:24.748Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-12-28T04:16:25.533Z | Downloading crates ... |
397 | 2024-12-28T04:16:25.766Z | Downloaded ciborium-io v0.2.2 |
398 | 2024-12-28T04:16:25.776Z | Downloaded darling_macro v0.20.10 |
399 | 2024-12-28T04:16:25.779Z | Downloaded const-random v0.1.18 |
400 | 2024-12-28T04:16:25.779Z | Downloaded async-stream-impl v0.3.5 |
401 | 2024-12-28T04:16:25.782Z | Downloaded atomicwrites v0.4.4 |
402 | 2024-12-28T04:16:25.786Z | Downloaded cstr-argument v0.1.2 |
403 | 2024-12-28T04:16:25.788Z | Downloaded foreign-types v0.3.2 |
404 | 2024-12-28T04:16:25.791Z | Downloaded futures-sink v0.3.30 |
405 | 2024-12-28T04:16:25.791Z | Downloaded dtrace-parser v0.2.0 |
406 | 2024-12-28T04:16:25.793Z | Downloaded crucible-workspace-hack v0.1.0 |
407 | 2024-12-28T04:16:25.793Z | Downloaded paste v1.0.15 |
408 | 2024-12-28T04:16:25.795Z | Downloaded clap_lex v0.7.4 |
409 | 2024-12-28T04:16:25.798Z | Downloaded anstyle-query v1.1.1 |
410 | 2024-12-28T04:16:25.798Z | Downloaded crunchy v0.2.2 |
411 | 2024-12-28T04:16:25.801Z | Downloaded foreign-types-shared v0.3.1 |
412 | 2024-12-28T04:16:25.808Z | Downloaded foreign-types-shared v0.1.1 |
413 | 2024-12-28T04:16:25.810Z | Downloaded crc8 v0.1.1 |
414 | 2024-12-28T04:16:25.812Z | Downloaded const-random-macro v0.1.16 |
415 | 2024-12-28T04:16:25.818Z | Downloaded pkg-config v0.3.31 |
416 | 2024-12-28T04:16:25.820Z | Downloaded ppv-lite86 v0.2.20 |
417 | 2024-12-28T04:16:25.823Z | Downloaded powerfmt v0.2.0 |
418 | 2024-12-28T04:16:25.825Z | Downloaded ciborium-ll v0.2.2 |
419 | 2024-12-28T04:16:25.825Z | Downloaded pest_generator v2.7.13 |
420 | 2024-12-28T04:16:25.827Z | Downloaded postcard v1.0.10 |
421 | 2024-12-28T04:16:25.830Z | Downloaded pin-project-lite v0.2.14 |
422 | 2024-12-28T04:16:25.834Z | Downloaded pretty-hex v0.2.1 |
423 | 2024-12-28T04:16:25.836Z | Downloaded deranged v0.3.11 |
424 | 2024-12-28T04:16:25.838Z | Downloaded colored v2.1.0 |
425 | 2024-12-28T04:16:25.840Z | Downloaded pin-utils v0.1.0 |
426 | 2024-12-28T04:16:25.840Z | Downloaded percent-encoding v2.3.1 |
427 | 2024-12-28T04:16:25.843Z | Downloaded embedded-io v0.6.1 |
428 | 2024-12-28T04:16:25.845Z | Downloaded parse-display v0.10.0 |
429 | 2024-12-28T04:16:25.845Z | Downloaded float-ord v0.3.2 |
430 | 2024-12-28T04:16:25.847Z | Downloaded debug-ignore v1.0.5 |
431 | 2024-12-28T04:16:25.847Z | Downloaded plain v0.2.3 |
432 | 2024-12-28T04:16:25.850Z | Downloaded pest_derive v2.7.13 |
433 | 2024-12-28T04:16:25.852Z | Downloaded enum-as-inner v0.6.1 |
434 | 2024-12-28T04:16:25.854Z | Downloaded dirs-sys-next v0.1.2 |
435 | 2024-12-28T04:16:25.856Z | Downloaded pest_meta v2.7.13 |
436 | 2024-12-28T04:16:25.859Z | Downloaded parking_lot_core v0.8.6 |
437 | 2024-12-28T04:16:25.861Z | Downloaded errno v0.3.9 |
438 | 2024-12-28T04:16:25.864Z | Downloaded futures-executor v0.3.30 |
439 | 2024-12-28T04:16:25.864Z | Downloaded fastrand v2.1.1 |
440 | 2024-12-28T04:16:25.868Z | Downloaded futures-macro v0.3.30 |
441 | 2024-12-28T04:16:25.868Z | Downloaded form_urlencoded v1.2.1 |
442 | 2024-12-28T04:16:25.871Z | Downloaded foreign-types-macros v0.2.3 |
443 | 2024-12-28T04:16:25.871Z | Downloaded dof v0.3.0 |
444 | 2024-12-28T04:16:25.871Z | Downloaded atomic-waker v1.1.2 |
445 | 2024-12-28T04:16:25.875Z | Downloaded data-encoding v2.6.0 |
446 | 2024-12-28T04:16:25.875Z | Downloaded cfg-if v1.0.0 |
447 | 2024-12-28T04:16:25.875Z | Downloaded quick-error v1.2.3 |
448 | 2024-12-28T04:16:25.877Z | Downloaded proc-macro-crate v1.3.1 |
449 | 2024-12-28T04:16:25.877Z | Downloaded byteorder v1.5.0 |
450 | 2024-12-28T04:16:25.879Z | Downloaded proc-macro-crate v3.2.0 |
451 | 2024-12-28T04:16:25.881Z | Downloaded embedded-io v0.4.0 |
452 | 2024-12-28T04:16:25.883Z | Downloaded rand_chacha v0.3.1 |
453 | 2024-12-28T04:16:25.886Z | Downloaded proc-macro2 v1.0.86 |
454 | 2024-12-28T04:16:25.888Z | Downloaded ident_case v1.0.1 |
455 | 2024-12-28T04:16:25.891Z | Downloaded hubpack_derive v0.1.1 |
456 | 2024-12-28T04:16:25.891Z | Downloaded progenitor-client v0.8.0 |
457 | 2024-12-28T04:16:25.891Z | Downloaded scroll_derive v0.12.0 |
458 | 2024-12-28T04:16:25.893Z | Downloaded pretty-hex v0.4.1 |
459 | 2024-12-28T04:16:25.895Z | Downloaded foreign-types v0.5.0 |
460 | 2024-12-28T04:16:25.895Z | Downloaded camino v1.1.9 |
461 | 2024-12-28T04:16:25.897Z | Downloaded futures-io v0.3.30 |
462 | 2024-12-28T04:16:25.901Z | Downloaded either v1.13.0 |
463 | 2024-12-28T04:16:25.903Z | Downloaded serde-big-array v0.5.1 |
464 | 2024-12-28T04:16:25.903Z | Downloaded proc-macro-error v1.0.4 |
465 | 2024-12-28T04:16:25.905Z | Downloaded crc32fast v1.4.2 |
466 | 2024-12-28T04:16:25.908Z | Downloaded defmt-macros v0.3.9 |
467 | 2024-12-28T04:16:25.911Z | Downloaded progenitor-macro v0.8.0 |
468 | 2024-12-28T04:16:25.913Z | Downloaded sigpipe v0.1.3 |
469 | 2024-12-28T04:16:25.913Z | Downloaded pest v2.7.13 |
470 | 2024-12-28T04:16:25.920Z | Downloaded fixedbitset v0.4.2 |
471 | 2024-12-28T04:16:25.922Z | Downloaded async-trait v0.1.83 |
472 | 2024-12-28T04:16:25.924Z | Downloaded proc-macro-error-attr v1.0.4 |
473 | 2024-12-28T04:16:25.926Z | Downloaded convert_case v0.4.0 |
474 | 2024-12-28T04:16:25.929Z | Downloaded rustls-pemfile v1.0.4 |
475 | 2024-12-28T04:16:25.931Z | Downloaded quinn-udp v0.5.5 |
476 | 2024-12-28T04:16:25.931Z | Downloaded progenitor v0.8.0 |
477 | 2024-12-28T04:16:25.934Z | Downloaded camino-tempfile v1.1.1 |
478 | 2024-12-28T04:16:25.936Z | Downloaded rustversion v1.0.17 |
479 | 2024-12-28T04:16:25.939Z | Downloaded futures-core v0.3.30 |
480 | 2024-12-28T04:16:25.943Z | Downloaded defmt v0.3.8 |
481 | 2024-12-28T04:16:25.945Z | Downloaded scopeguard v1.2.0 |
482 | 2024-12-28T04:16:25.947Z | Downloaded hostname v0.3.1 |
483 | 2024-12-28T04:16:25.947Z | Downloaded scroll v0.12.0 |
484 | 2024-12-28T04:16:25.949Z | Downloaded heck v0.5.0 |
485 | 2024-12-28T04:16:25.951Z | Downloaded hash32 v0.3.1 |
486 | 2024-12-28T04:16:25.951Z | Downloaded futures-channel v0.3.30 |
487 | 2024-12-28T04:16:25.954Z | Downloaded schemars_derive v0.8.21 |
488 | 2024-12-28T04:16:25.956Z | Downloaded instant v0.1.13 |
489 | 2024-12-28T04:16:25.958Z | Downloaded darling v0.20.10 |
490 | 2024-12-28T04:16:25.962Z | Downloaded no-std-compat v0.4.1 |
491 | 2024-12-28T04:16:25.965Z | Downloaded semver v0.1.20 |
492 | 2024-12-28T04:16:25.968Z | Downloaded anstream v0.6.15 |
493 | 2024-12-28T04:16:25.970Z | Downloaded linear-map v1.2.0 |
494 | 2024-12-28T04:16:25.971Z | Downloaded linked-hash-map v0.5.6 |
495 | 2024-12-28T04:16:25.973Z | Downloaded slog-async v2.8.0 |
496 | 2024-12-28T04:16:25.975Z | Downloaded slab v0.4.9 |
497 | 2024-12-28T04:16:25.975Z | Downloaded clap v4.5.23 |
498 | 2024-12-28T04:16:25.984Z | Downloaded usdt-attr-macro v0.5.0 |
499 | 2024-12-28T04:16:25.986Z | Downloaded crossbeam-epoch v0.9.18 |
500 | 2024-12-28T04:16:25.988Z | Downloaded dropshot_endpoint v0.12.0 |
501 | 2024-12-28T04:16:25.991Z | Downloaded sync_wrapper v1.0.1 |
502 | 2024-12-28T04:16:25.993Z | Downloaded serde_path_to_error v0.1.16 |
503 | 2024-12-28T04:16:25.995Z | Downloaded sync_wrapper v0.1.2 |
504 | 2024-12-28T04:16:25.996Z | Downloaded try-lock v0.2.5 |
505 | 2024-12-28T04:16:25.998Z | Downloaded sha1 v0.10.6 |
506 | 2024-12-28T04:16:26.001Z | Downloaded fxhash v0.2.1 |
507 | 2024-12-28T04:16:26.001Z | Downloaded ahash v0.8.11 |
508 | 2024-12-28T04:16:26.003Z | Downloaded slog-stdlog v4.1.1 |
509 | 2024-12-28T04:16:26.005Z | Downloaded num-iter v0.1.45 |
510 | 2024-12-28T04:16:26.008Z | Downloaded slog-dtrace v0.3.0 |
511 | 2024-12-28T04:16:26.008Z | Downloaded thread-id v4.2.2 |
512 | 2024-12-28T04:16:26.011Z | Downloaded blake2 v0.10.6 |
513 | 2024-12-28T04:16:26.013Z | Downloaded iana-time-zone v0.1.61 |
514 | 2024-12-28T04:16:26.015Z | Downloaded tokio-native-tls v0.3.1 |
515 | 2024-12-28T04:16:26.018Z | Downloaded tokio-macros v2.4.0 |
516 | 2024-12-28T04:16:26.020Z | Downloaded quote v1.0.37 |
517 | 2024-12-28T04:16:26.022Z | Downloaded omicron-workspace-hack v0.1.0 |
518 | 2024-12-28T04:16:26.022Z | Downloaded num_threads v0.1.7 |
519 | 2024-12-28T04:16:26.026Z | Downloaded usdt-macro v0.5.0 |
520 | 2024-12-28T04:16:26.026Z | Downloaded swrite v0.1.0 |
521 | 2024-12-28T04:16:26.026Z | Downloaded rustls-pemfile v2.1.3 |
522 | 2024-12-28T04:16:26.028Z | Downloaded highway v1.2.0 |
523 | 2024-12-28T04:16:26.030Z | Downloaded is_terminal_polyfill v1.70.1 |
524 | 2024-12-28T04:16:26.032Z | Downloaded rand_core v0.6.4 |
525 | 2024-12-28T04:16:26.035Z | Downloaded num_enum v0.7.3 |
526 | 2024-12-28T04:16:26.038Z | Downloaded serde_derive_internals v0.29.1 |
527 | 2024-12-28T04:16:26.041Z | Downloaded spin v0.5.2 |
528 | 2024-12-28T04:16:26.043Z | Downloaded ipnetwork v0.20.0 |
529 | 2024-12-28T04:16:26.045Z | Downloaded darling_core v0.20.10 |
530 | 2024-12-28T04:16:26.049Z | Downloaded thread_local v1.1.8 |
531 | 2024-12-28T04:16:26.052Z | Downloaded num_enum_derive v0.7.3 |
532 | 2024-12-28T04:16:26.054Z | Downloaded httpdate v1.0.3 |
533 | 2024-12-28T04:16:26.056Z | Downloaded aho-corasick v1.1.3 |
534 | 2024-12-28T04:16:26.061Z | Downloaded want v0.3.1 |
535 | 2024-12-28T04:16:26.063Z | Downloaded tower-service v0.3.3 |
536 | 2024-12-28T04:16:26.063Z | Downloaded untrusted v0.9.0 |
537 | 2024-12-28T04:16:26.066Z | Downloaded toml_datetime v0.6.8 |
538 | 2024-12-28T04:16:26.068Z | Downloaded managed v0.8.0 |
539 | 2024-12-28T04:16:26.068Z | Downloaded hyper-tls v0.5.0 |
540 | 2024-12-28T04:16:26.070Z | Downloaded generic-array v0.14.7 |
541 | 2024-12-28T04:16:26.072Z | Downloaded num-rational v0.4.2 |
542 | 2024-12-28T04:16:26.075Z | Downloaded num-complex v0.4.6 |
543 | 2024-12-28T04:16:26.075Z | Downloaded ryu v1.0.18 |
544 | 2024-12-28T04:16:26.078Z | Downloaded tokio-rustls v0.25.0 |
545 | 2024-12-28T04:16:26.080Z | Downloaded tokio-rustls v0.24.1 |
546 | 2024-12-28T04:16:26.083Z | Downloaded multer v3.1.0 |
547 | 2024-12-28T04:16:26.085Z | Downloaded strum v0.26.3 |
548 | 2024-12-28T04:16:26.087Z | Downloaded newtype_derive v0.1.6 |
549 | 2024-12-28T04:16:26.090Z | Downloaded structmeta-derive v0.3.0 |
550 | 2024-12-28T04:16:26.090Z | Downloaded num-conv v0.1.0 |
551 | 2024-12-28T04:16:26.090Z | Downloaded strsim v0.11.1 |
552 | 2024-12-28T04:16:26.093Z | Downloaded base64 v0.21.7 |
553 | 2024-12-28T04:16:26.096Z | Downloaded getrandom v0.2.15 |
554 | 2024-12-28T04:16:26.099Z | Downloaded utf8parse v0.2.2 |
555 | 2024-12-28T04:16:26.101Z | Downloaded tiny-keccak v2.0.2 |
556 | 2024-12-28T04:16:26.103Z | Downloaded ipnet v2.10.0 |
557 | 2024-12-28T04:16:26.105Z | Downloaded base64ct v1.6.0 |
558 | 2024-12-28T04:16:26.108Z | Downloaded zeroize v1.8.1 |
559 | 2024-12-28T04:16:26.110Z | Downloaded smallvec v1.13.2 |
560 | 2024-12-28T04:16:26.112Z | Downloaded term v0.7.0 |
561 | 2024-12-28T04:16:26.115Z | Downloaded slog-term v2.9.1 |
562 | 2024-12-28T04:16:26.120Z | Downloaded openssl-probe v0.1.5 |
563 | 2024-12-28T04:16:26.124Z | Downloaded tinyvec_macros v0.1.1 |
564 | 2024-12-28T04:16:26.124Z | Downloaded openssl-macros v0.1.1 |
565 | 2024-12-28T04:16:26.125Z | Downloaded lazy_static v1.5.0 |
566 | 2024-12-28T04:16:26.125Z | Downloaded owo-colors v4.1.0 |
567 | 2024-12-28T04:16:26.127Z | Downloaded base64 v0.22.1 |
568 | 2024-12-28T04:16:26.129Z | Downloaded http-body v1.0.1 |
569 | 2024-12-28T04:16:26.132Z | Downloaded slog v2.7.0 |
570 | 2024-12-28T04:16:26.134Z | Downloaded version_check v0.9.5 |
571 | 2024-12-28T04:16:26.134Z | Downloaded terminal_size v0.4.0 |
572 | 2024-12-28T04:16:26.136Z | Downloaded schemars v0.8.21 |
573 | 2024-12-28T04:16:26.148Z | Downloaded time-core v0.1.2 |
574 | 2024-12-28T04:16:26.151Z | Downloaded num-derive v0.3.3 |
575 | 2024-12-28T04:16:26.151Z | Downloaded tokio-rustls v0.26.0 |
576 | 2024-12-28T04:16:26.153Z | Downloaded newline-converter v0.3.0 |
577 | 2024-12-28T04:16:26.156Z | Downloaded serde_derive v1.0.217 |
578 | 2024-12-28T04:16:26.172Z | Downloaded slog-json v2.6.1 |
579 | 2024-12-28T04:16:26.172Z | Downloaded match_cfg v0.1.0 |
580 | 2024-12-28T04:16:26.172Z | Downloaded zone_cfg_derive v0.3.0 |
581 | 2024-12-28T04:16:26.172Z | Downloaded take_mut v0.2.2 |
582 | 2024-12-28T04:16:26.172Z | Downloaded similar v2.6.0 |
583 | 2024-12-28T04:16:26.172Z | Downloaded lru-cache v0.1.2 |
584 | 2024-12-28T04:16:26.172Z | Downloaded zerocopy-derive v0.7.35 |
585 | 2024-12-28T04:16:26.179Z | Downloaded http-body-util v0.1.2 |
586 | 2024-12-28T04:16:26.181Z | Downloaded macaddr v1.0.1 |
587 | 2024-12-28T04:16:26.184Z | Downloaded native-tls v0.2.12 |
588 | 2024-12-28T04:16:26.186Z | Downloaded http-body v0.4.6 |
589 | 2024-12-28T04:16:26.186Z | Downloaded thin-vec v0.2.13 |
590 | 2024-12-28T04:16:26.189Z | Downloaded serde_yaml v0.9.34+deprecated |
591 | 2024-12-28T04:16:26.191Z | Downloaded waitgroup v0.1.2 |
592 | 2024-12-28T04:16:26.194Z | Downloaded stable_deref_trait v1.2.0 |
593 | 2024-12-28T04:16:26.194Z | Downloaded indent_write v2.2.0 |
594 | 2024-12-28T04:16:26.196Z | Downloaded typenum v1.17.0 |
595 | 2024-12-28T04:16:26.199Z | Downloaded half v2.4.1 |
596 | 2024-12-28T04:16:26.201Z | Downloaded mime v0.3.17 |
597 | 2024-12-28T04:16:26.201Z | Downloaded hyper-tls v0.6.0 |
598 | 2024-12-28T04:16:26.204Z | Downloaded strum_macros v0.26.4 |
599 | 2024-12-28T04:16:26.206Z | Downloaded zerocopy v0.6.6 |
600 | 2024-12-28T04:16:26.208Z | Downloaded futures-task v0.3.30 |
601 | 2024-12-28T04:16:26.208Z | Downloaded structmeta v0.3.0 |
602 | 2024-12-28T04:16:26.211Z | Downloaded num v0.4.3 |
603 | 2024-12-28T04:16:26.211Z | Downloaded smf v0.2.3 |
604 | 2024-12-28T04:16:26.214Z | Downloaded typify-macro v0.2.0 |
605 | 2024-12-28T04:16:26.214Z | Downloaded tracing-attributes v0.1.27 |
606 | 2024-12-28T04:16:26.216Z | Downloaded num-integer v0.1.46 |
607 | 2024-12-28T04:16:26.216Z | Downloaded num-derive v0.4.2 |
608 | 2024-12-28T04:16:26.218Z | Downloaded newtype-uuid v1.1.0 |
609 | 2024-12-28T04:16:26.220Z | Downloaded itoa v1.0.11 |
610 | 2024-12-28T04:16:26.220Z | Downloaded tinyvec v1.8.0 |
611 | 2024-12-28T04:16:26.223Z | Downloaded smartstring v1.0.1 |
612 | 2024-12-28T04:16:26.226Z | Downloaded hex v0.4.3 |
613 | 2024-12-28T04:16:26.228Z | Downloaded hyper-rustls v0.24.2 |
614 | 2024-12-28T04:16:26.230Z | Downloaded thiserror v1.0.69 |
615 | 2024-12-28T04:16:26.235Z | Downloaded time-macros v0.2.18 |
616 | 2024-12-28T04:16:26.238Z | Downloaded memmap v0.7.0 |
617 | 2024-12-28T04:16:26.240Z | Downloaded serde v1.0.217 |
618 | 2024-12-28T04:16:26.242Z | Downloaded lock_api v0.4.12 |
619 | 2024-12-28T04:16:26.244Z | Downloaded static_assertions v1.1.0 |
620 | 2024-12-28T04:16:26.246Z | Downloaded rand v0.8.5 |
621 | 2024-12-28T04:16:26.249Z | Downloaded cc v1.1.21 |
622 | 2024-12-28T04:16:26.253Z | Downloaded whoami v1.5.2 |
623 | 2024-12-28T04:16:26.256Z | Downloaded socket2 v0.5.8 |
624 | 2024-12-28T04:16:26.258Z | Downloaded subtle v2.6.1 |
625 | 2024-12-28T04:16:26.261Z | Downloaded typify v0.2.0 |
626 | 2024-12-28T04:16:26.263Z | Downloaded zone v0.3.0 |
627 | 2024-12-28T04:16:26.265Z | Downloaded tracing-core v0.1.32 |
628 | 2024-12-28T04:16:26.267Z | Downloaded heck v0.4.1 |
629 | 2024-12-28T04:16:26.270Z | Downloaded unsafe-libyaml v0.2.11 |
630 | 2024-12-28T04:16:26.272Z | Downloaded indexmap v1.9.3 |
631 | 2024-12-28T04:16:26.276Z | Downloaded parking_lot v0.11.2 |
632 | 2024-12-28T04:16:26.278Z | Downloaded parking_lot v0.12.3 |
633 | 2024-12-28T04:16:26.281Z | Downloaded thiserror-impl v1.0.69 |
634 | 2024-12-28T04:16:26.283Z | Downloaded tempfile v3.12.0 |
635 | 2024-12-28T04:16:26.286Z | Downloaded once_cell v1.20.2 |
636 | 2024-12-28T04:16:26.288Z | Downloaded toml v0.8.19 |
637 | 2024-12-28T04:16:26.292Z | Downloaded ucd-trie v0.1.6 |
638 | 2024-12-28T04:16:26.294Z | Downloaded unicode-bidi v0.3.15 |
639 | 2024-12-28T04:16:26.297Z | Downloaded log v0.4.22 |
640 | 2024-12-28T04:16:26.300Z | Downloaded expectorate v1.1.0 |
641 | 2024-12-28T04:16:26.302Z | Downloaded num_enum v0.5.11 |
642 | 2024-12-28T04:16:26.307Z | Downloaded hostname v0.4.0 |
643 | 2024-12-28T04:16:26.309Z | Downloaded num-traits v0.2.19 |
644 | 2024-12-28T04:16:26.312Z | Downloaded spin v0.9.8 |
645 | 2024-12-28T04:16:26.314Z | Downloaded unicode-ident v1.0.13 |
646 | 2024-12-28T04:16:26.317Z | Downloaded progenitor-impl v0.8.0 |
647 | 2024-12-28T04:16:26.319Z | Downloaded hyper-util v0.1.10 |
648 | 2024-12-28T04:16:26.324Z | Downloaded prettyplease v0.2.22 |
649 | 2024-12-28T04:16:26.327Z | Downloaded hickory-resolver v0.24.1 |
650 | 2024-12-28T04:16:26.333Z | Downloaded quinn v0.11.5 |
651 | 2024-12-28T04:16:26.336Z | Downloaded sct v0.7.1 |
652 | 2024-12-28T04:16:26.339Z | Downloaded sha2 v0.10.8 |
653 | 2024-12-28T04:16:26.342Z | Downloaded uuid v1.11.0 |
654 | 2024-12-28T04:16:26.344Z | Downloaded crossbeam-channel v0.5.13 |
655 | 2024-12-28T04:16:26.349Z | Downloaded tabwriter v1.4.0 |
656 | 2024-12-28T04:16:26.351Z | Downloaded num_enum_derive v0.5.11 |
657 | 2024-12-28T04:16:26.353Z | Downloaded humantime v2.1.0 |
658 | 2024-12-28T04:16:26.353Z | Downloaded hubpack v0.1.2 |
659 | 2024-12-28T04:16:26.355Z | Downloaded usdt-impl v0.5.0 |
660 | 2024-12-28T04:16:26.355Z | Downloaded slog-envlogger v2.2.0 |
661 | 2024-12-28T04:16:26.357Z | Downloaded mio v1.0.2 |
662 | 2024-12-28T04:16:26.363Z | Downloaded tracing v0.1.40 |
663 | 2024-12-28T04:16:26.367Z | Downloaded url v2.5.2 |
664 | 2024-12-28T04:16:26.371Z | Downloaded httparse v1.9.4 |
665 | 2024-12-28T04:16:26.375Z | Downloaded usdt v0.5.0 |
666 | 2024-12-28T04:16:26.377Z | Downloaded strum_macros v0.25.3 |
667 | 2024-12-28T04:16:26.379Z | Downloaded derive_more v0.99.18 |
668 | 2024-12-28T04:16:26.383Z | Downloaded toml_edit v0.19.15 |
669 | 2024-12-28T04:16:26.399Z | Downloaded unicode-segmentation v1.12.0 |
670 | 2024-12-28T04:16:26.403Z | Downloaded libm v0.2.8 |
671 | 2024-12-28T04:16:26.411Z | Downloaded reqwest v0.11.27 |
672 | 2024-12-28T04:16:26.419Z | Downloaded tokio-util v0.7.12 |
673 | 2024-12-28T04:16:26.426Z | Downloaded reqwest v0.12.9 |
674 | 2024-12-28T04:16:26.435Z | Downloaded rustls-webpki v0.101.7 |
675 | 2024-12-28T04:16:26.450Z | Downloaded http v1.2.0 |
676 | 2024-12-28T04:16:26.455Z | Downloaded hashbrown v0.12.3 |
677 | 2024-12-28T04:16:26.459Z | Downloaded toml_edit v0.22.21 |
678 | 2024-12-28T04:16:26.482Z | Downloaded openssl-sys v0.9.103 |
679 | 2024-12-28T04:16:26.487Z | Downloaded quinn-proto v0.11.8 |
680 | 2024-12-28T04:16:26.494Z | Downloaded heapless v0.8.0 |
681 | 2024-12-28T04:16:26.497Z | Downloaded nom v7.1.3 |
682 | 2024-12-28T04:16:26.503Z | Downloaded h2 v0.4.6 |
683 | 2024-12-28T04:16:26.510Z | Downloaded http v0.2.12 |
684 | 2024-12-28T04:16:26.513Z | Downloaded memchr v2.7.4 |
685 | 2024-12-28T04:16:26.520Z | Downloaded steno v0.4.1 |
686 | 2024-12-28T04:16:26.524Z | Downloaded itertools v0.13.0 |
687 | 2024-12-28T04:16:26.531Z | Downloaded minimal-lexical v0.2.1 |
688 | 2024-12-28T04:16:26.537Z | Downloaded clap_builder v4.5.23 |
689 | 2024-12-28T04:16:26.544Z | Downloaded zerocopy v0.7.35 |
690 | 2024-12-28T04:16:26.562Z | Downloaded time v0.3.36 |
691 | 2024-12-28T04:16:26.569Z | Downloaded regex v1.10.6 |
692 | 2024-12-28T04:16:26.582Z | Downloaded hashbrown v0.14.5 |
693 | 2024-12-28T04:16:26.587Z | Downloaded hyper v1.5.1 |
694 | 2024-12-28T04:16:26.593Z | Downloaded h2 v0.3.26 |
695 | 2024-12-28T04:16:26.600Z | Downloaded unicode-normalization v0.1.24 |
696 | 2024-12-28T04:16:26.603Z | Downloaded futures-util v0.3.30 |
697 | 2024-12-28T04:16:26.615Z | Downloaded goblin v0.8.2 |
698 | 2024-12-28T04:16:26.621Z | Downloaded rustls v0.21.12 |
699 | 2024-12-28T04:16:26.632Z | Downloaded regex-syntax v0.8.4 |
700 | 2024-12-28T04:16:26.642Z | Downloaded idna v0.4.0 |
701 | 2024-12-28T04:16:26.648Z | Downloaded rhai v1.20.0 |
702 | 2024-12-28T04:16:26.661Z | Downloaded winnow v0.5.40 |
703 | 2024-12-28T04:16:26.669Z | Downloaded rustix v0.38.37 |
704 | 2024-12-28T04:16:26.693Z | Downloaded winnow v0.6.18 |
705 | 2024-12-28T04:16:26.702Z | Downloaded syn v1.0.109 |
706 | 2024-12-28T04:16:26.713Z | Downloaded hickory-proto v0.24.1 |
707 | 2024-12-28T04:16:26.731Z | Downloaded vcpkg v0.2.15 |
708 | 2024-12-28T04:16:26.771Z | Downloaded webpki-roots v0.26.6 |
709 | 2024-12-28T04:16:26.775Z | Downloaded webpki-roots v0.25.4 |
710 | 2024-12-28T04:16:26.779Z | Downloaded openssl v0.10.66 |
711 | 2024-12-28T04:16:26.790Z | Downloaded idna v0.5.0 |
712 | 2024-12-28T04:16:26.797Z | Downloaded smoltcp v0.11.0 |
713 | 2024-12-28T04:16:26.810Z | Downloaded sled v0.34.7 |
714 | 2024-12-28T04:16:26.823Z | Downloaded openapiv3 v2.0.0 |
715 | 2024-12-28T04:16:26.834Z | Downloaded zerocopy-derive v0.6.6 |
716 | 2024-12-28T04:16:26.844Z | Downloaded regex-automata v0.4.7 |
717 | 2024-12-28T04:16:26.860Z | Downloaded petgraph v0.6.5 |
718 | 2024-12-28T04:16:26.877Z | Downloaded unicode-width v0.1.14 |
719 | 2024-12-28T04:16:26.883Z | Downloaded syn v2.0.87 |
720 | 2024-12-28T04:16:26.894Z | Downloaded dropshot v0.12.0 |
721 | 2024-12-28T04:16:26.913Z | Downloaded rustls v0.22.4 |
722 | 2024-12-28T04:16:26.926Z | Downloaded regress v0.9.1 |
723 | 2024-12-28T04:16:26.934Z | Downloaded hyper v0.14.30 |
724 | 2024-12-28T04:16:26.941Z | Downloaded typify-impl v0.2.0 |
725 | 2024-12-28T04:16:26.958Z | Downloaded rustls v0.23.13 |
726 | 2024-12-28T04:16:26.968Z | Downloaded regress v0.10.1 |
727 | 2024-12-28T04:16:26.975Z | Downloaded chrono v0.4.38 |
728 | 2024-12-28T04:16:26.982Z | Downloaded itertools v0.12.1 |
729 | 2024-12-28T04:16:26.989Z | Downloaded itertools v0.10.5 |
730 | 2024-12-28T04:16:26.994Z | Downloaded rustls-webpki v0.102.8 |
731 | 2024-12-28T04:16:27.011Z | Downloaded libc v0.2.167 |
732 | 2024-12-28T04:16:27.035Z | Downloaded indexmap v2.5.0 |
733 | 2024-12-28T04:16:27.038Z | Downloaded serde_with v3.9.0 |
734 | 2024-12-28T04:16:27.047Z | Downloaded serde_json v1.0.133 |
735 | 2024-12-28T04:16:27.052Z | Downloaded bytes v1.7.2 |
736 | 2024-12-28T04:16:27.057Z | Downloaded argon2 v0.5.3 |
737 | 2024-12-28T04:16:27.059Z | Downloaded allocator-api2 v0.2.18 |
738 | 2024-12-28T04:16:27.062Z | Downloaded hyper-rustls v0.27.3 |
739 | 2024-12-28T04:16:27.064Z | Downloaded serde_with_macros v3.9.0 |
740 | 2024-12-28T04:16:27.064Z | Downloaded serde_urlencoded v0.7.1 |
741 | 2024-12-28T04:16:27.067Z | Downloaded tokio v1.42.0 |
742 | 2024-12-28T04:16:27.102Z | Downloaded semver v1.0.23 |
743 | 2024-12-28T04:16:27.110Z | Downloaded futures v0.3.30 |
744 | 2024-12-28T04:16:27.125Z | Downloaded is-terminal v0.4.13 |
745 | 2024-12-28T04:16:27.126Z | Downloaded rhai_codegen v2.2.0 |
746 | 2024-12-28T04:16:27.126Z | Downloaded portable-atomic v1.8.0 |
747 | 2024-12-28T04:16:27.141Z | Downloaded rustls-pki-types v1.8.0 |
748 | 2024-12-28T04:16:27.141Z | Downloaded bitflags v2.6.0 |
749 | 2024-12-28T04:16:27.141Z | Downloaded anyhow v1.0.94 |
750 | 2024-12-28T04:16:27.141Z | Downloaded slog-scope v4.4.0 |
751 | 2024-12-28T04:16:27.141Z | Downloaded console v0.15.8 |
752 | 2024-12-28T04:16:27.141Z | Downloaded slog-bunyan v2.5.0 |
753 | 2024-12-28T04:16:27.144Z | Downloaded signal-hook-registry v1.4.2 |
754 | 2024-12-28T04:16:27.144Z | Downloaded serde_tokenstream v0.2.2 |
755 | 2024-12-28T04:16:27.144Z | Downloaded serde_repr v0.1.19 |
756 | 2024-12-28T04:16:27.144Z | Downloaded derive-where v1.2.7 |
757 | 2024-12-28T04:16:27.144Z | Downloaded crossbeam-utils v0.8.20 |
758 | 2024-12-28T04:16:27.146Z | Downloaded arc-swap v1.7.1 |
759 | 2024-12-28T04:16:27.148Z | Downloaded cookie v0.18.1 |
760 | 2024-12-28T04:16:27.150Z | Downloaded backoff v0.4.0 |
761 | 2024-12-28T04:16:27.152Z | Downloaded libsw v3.3.1 |
762 | 2024-12-28T04:16:27.154Z | Downloaded shlex v1.3.0 |
763 | 2024-12-28T04:16:27.154Z | Downloaded serde_spanned v0.6.7 |
764 | 2024-12-28T04:16:27.156Z | Downloaded rustc_version v0.4.1 |
765 | 2024-12-28T04:16:27.156Z | Downloaded rustc-hash v2.0.0 |
766 | 2024-12-28T04:16:27.158Z | Downloaded resolv-conf v0.7.0 |
767 | 2024-12-28T04:16:27.160Z | Downloaded clap_derive v4.5.18 |
768 | 2024-12-28T04:16:27.162Z | Downloaded ciborium v0.2.2 |
769 | 2024-12-28T04:16:27.165Z | Downloaded cancel-safe-futures v0.1.5 |
770 | 2024-12-28T04:16:27.167Z | Downloaded rustc_version v0.1.7 |
771 | 2024-12-28T04:16:27.167Z | Downloaded fnv v1.0.7 |
772 | 2024-12-28T04:16:27.167Z | Downloaded dyn-clone v1.0.17 |
773 | 2024-12-28T04:16:27.169Z | Downloaded bitflags v1.3.2 |
774 | 2024-12-28T04:16:27.170Z | Downloaded dirs-next v2.0.0 |
775 | 2024-12-28T04:16:27.173Z | Downloaded digest v0.10.7 |
776 | 2024-12-28T04:16:27.176Z | Downloaded encoding_rs v0.8.34 |
777 | 2024-12-28T04:16:27.193Z | Downloaded defmt-parser v0.3.4 |
778 | 2024-12-28T04:16:27.195Z | Downloaded crypto-common v0.1.6 |
779 | 2024-12-28T04:16:27.195Z | Downloaded cpufeatures v0.2.14 |
780 | 2024-12-28T04:16:27.197Z | Downloaded parking_lot_core v0.9.10 |
781 | 2024-12-28T04:16:27.200Z | Downloaded cobs v0.2.3 |
782 | 2024-12-28T04:16:27.200Z | Downloaded password-hash v0.5.0 |
783 | 2024-12-28T04:16:27.201Z | Downloaded parse-display-derive v0.10.0 |
784 | 2024-12-28T04:16:27.202Z | Downloaded colorchoice v1.0.2 |
785 | 2024-12-28T04:16:27.203Z | Downloaded autocfg v1.3.0 |
786 | 2024-12-28T04:16:27.203Z | Downloaded anstyle-parse v0.2.5 |
787 | 2024-12-28T04:16:27.206Z | Downloaded anstyle v1.0.10 |
788 | 2024-12-28T04:16:27.208Z | Downloaded async-stream v0.3.5 |
789 | 2024-12-28T04:16:27.208Z | Downloaded equivalent v1.0.1 |
790 | 2024-12-28T04:16:27.211Z | Downloaded block-buffer v0.10.4 |
791 | 2024-12-28T04:16:27.386Z | Downloaded ring v0.17.8 |
792 | 2024-12-28T04:16:27.718Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-12-28T04:16:27.718Z | Compiling unicode-ident v1.0.13 |
794 | 2024-12-28T04:16:27.721Z | Compiling libc v0.2.167 |
795 | 2024-12-28T04:16:27.721Z | Compiling serde v1.0.217 |
796 | 2024-12-28T04:16:27.721Z | Compiling autocfg v1.3.0 |
797 | 2024-12-28T04:16:27.721Z | Compiling version_check v0.9.5 |
798 | 2024-12-28T04:16:27.752Z | Compiling cfg-if v1.0.0 |
799 | 2024-12-28T04:16:27.902Z | Compiling once_cell v1.20.2 |
800 | 2024-12-28T04:16:27.935Z | Compiling libm v0.2.8 |
801 | 2024-12-28T04:16:28.277Z | Compiling memchr v2.7.4 |
802 | 2024-12-28T04:16:28.384Z | Compiling byteorder v1.5.0 |
803 | 2024-12-28T04:16:28.439Z | Compiling parking_lot_core v0.9.10 |
804 | 2024-12-28T04:16:28.508Z | Compiling lock_api v0.4.12 |
805 | 2024-12-28T04:16:28.812Z | Compiling shlex v1.3.0 |
806 | 2024-12-28T04:16:28.867Z | Compiling thiserror v1.0.69 |
807 | 2024-12-28T04:16:29.198Z | Compiling cc v1.1.21 |
808 | 2024-12-28T04:16:29.361Z | Compiling itoa v1.0.11 |
809 | 2024-12-28T04:16:29.472Z | Compiling quote v1.0.37 |
810 | 2024-12-28T04:16:29.673Z | Compiling portable-atomic v1.8.0 |
811 | 2024-12-28T04:16:29.810Z | Compiling getrandom v0.2.15 |
812 | 2024-12-28T04:16:29.965Z | Compiling syn v2.0.87 |
813 | 2024-12-28T04:16:30.159Z | Compiling slab v0.4.9 |
814 | 2024-12-28T04:16:30.176Z | Compiling schemars v0.8.21 |
815 | 2024-12-28T04:16:30.388Z | Compiling ahash v0.8.11 |
816 | 2024-12-28T04:16:30.417Z | Compiling allocator-api2 v0.2.18 |
817 | 2024-12-28T04:16:30.517Z | Compiling num-traits v0.2.19 |
818 | 2024-12-28T04:16:30.567Z | Compiling ryu v1.0.18 |
819 | 2024-12-28T04:16:30.849Z | Compiling serde_json v1.0.133 |
820 | 2024-12-28T04:16:30.975Z | Compiling pin-project-lite v0.2.14 |
821 | 2024-12-28T04:16:31.469Z | Compiling equivalent v1.0.1 |
822 | 2024-12-28T04:16:31.555Z | Compiling log v0.4.22 |
823 | 2024-12-28T04:16:31.578Z | Compiling scopeguard v1.2.0 |
824 | 2024-12-28T04:16:31.654Z | Compiling fnv v1.0.7 |
825 | 2024-12-28T04:16:31.749Z | Compiling heck v0.5.0 |
826 | 2024-12-28T04:16:32.040Z | Compiling pkg-config v0.3.31 |
827 | 2024-12-28T04:16:32.150Z | Compiling crunchy v0.2.2 |
828 | 2024-12-28T04:16:32.169Z | Compiling ring v0.17.8 |
829 | 2024-12-28T04:16:32.210Z | Compiling vcpkg v0.2.15 |
830 | 2024-12-28T04:16:32.672Z | Compiling socket2 v0.5.8 |
831 | 2024-12-28T04:16:33.250Z | Compiling signal-hook-registry v1.4.2 |
832 | 2024-12-28T04:16:33.337Z | Compiling mio v1.0.2 |
833 | 2024-12-28T04:16:33.671Z | Compiling slog v2.7.0 |
834 | 2024-12-28T04:16:33.782Z | Compiling httparse v1.9.4 |
835 | 2024-12-28T04:16:33.963Z | Compiling openssl-sys v0.9.103 |
836 | 2024-12-28T04:16:34.175Z | Compiling tiny-keccak v2.0.2 |
837 | 2024-12-28T04:16:34.476Z | Compiling iana-time-zone v0.1.61 |
838 | 2024-12-28T04:16:34.835Z | Compiling futures-core v0.3.30 |
839 | 2024-12-28T04:16:34.916Z | Compiling dyn-clone v1.0.17 |
840 | 2024-12-28T04:16:34.954Z | Compiling const-random-macro v0.1.16 |
841 | 2024-12-28T04:16:35.105Z | Compiling futures-sink v0.3.30 |
842 | 2024-12-28T04:16:35.133Z | Compiling openssl v0.10.66 |
843 | 2024-12-28T04:16:35.445Z | Compiling rustls v0.23.13 |
844 | 2024-12-28T04:16:35.570Z | Compiling native-tls v0.2.12 |
845 | 2024-12-28T04:16:35.709Z | Compiling const-random v0.1.18 |
846 | 2024-12-28T04:16:35.728Z | Compiling typenum v1.17.0 |
847 | 2024-12-28T04:16:35.777Z | Compiling semver v1.0.23 |
848 | 2024-12-28T04:16:35.808Z | Compiling futures-channel v0.3.30 |
849 | 2024-12-28T04:16:35.810Z | Compiling futures-task v0.3.30 |
850 | 2024-12-28T04:16:35.857Z | Compiling futures-io v0.3.30 |
851 | 2024-12-28T04:16:35.924Z | Compiling pin-utils v0.1.0 |
852 | 2024-12-28T04:16:36.025Z | Compiling generic-array v0.14.7 |
853 | 2024-12-28T04:16:36.205Z | Compiling tracing-core v0.1.32 |
854 | 2024-12-28T04:16:36.241Z | Compiling bitflags v2.6.0 |
855 | 2024-12-28T04:16:36.291Z | Compiling subtle v2.6.1 |
856 | 2024-12-28T04:16:36.328Z | Compiling ucd-trie v0.1.6 |
857 | 2024-12-28T04:16:36.376Z | Compiling aho-corasick v1.1.3 |
858 | 2024-12-28T04:16:36.538Z | Compiling regex-syntax v0.8.4 |
859 | 2024-12-28T04:16:36.557Z | Compiling anyhow v1.0.94 |
860 | 2024-12-28T04:16:36.770Z | Compiling time-core v0.1.2 |
861 | 2024-12-28T04:16:36.815Z | Compiling num-conv v0.1.0 |
862 | 2024-12-28T04:16:37.057Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-12-28T04:16:37.146Z | Compiling time-macros v0.2.18 |
864 | 2024-12-28T04:16:38.340Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-12-28T04:16:38.527Z | Compiling spin v0.9.8 |
866 | 2024-12-28T04:16:39.244Z | Compiling usdt-impl v0.5.0 |
867 | 2024-12-28T04:16:39.575Z | Compiling untrusted v0.9.0 |
868 | 2024-12-28T04:16:39.626Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2024-12-28T04:16:40.015Z | Compiling regex-automata v0.4.7 |
870 | 2024-12-28T04:16:40.094Z | Compiling plain v0.2.3 |
871 | 2024-12-28T04:16:40.249Z | Compiling strsim v0.11.1 |
872 | 2024-12-28T04:16:40.717Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-12-28T04:16:40.818Z | Compiling atomic-waker v1.1.2 |
874 | 2024-12-28T04:16:40.961Z | Compiling rustversion v1.0.17 |
875 | 2024-12-28T04:16:41.007Z | Compiling tinyvec v1.8.0 |
876 | 2024-12-28T04:16:42.403Z | Compiling rand_core v0.6.4 |
877 | 2024-12-28T04:16:42.566Z | Compiling serde_derive v1.0.217 |
878 | 2024-12-28T04:16:42.675Z | Compiling zerocopy-derive v0.7.35 |
879 | 2024-12-28T04:16:42.871Z | Compiling thiserror-impl v1.0.69 |
880 | 2024-12-28T04:16:43.307Z | Compiling tokio-macros v2.4.0 |
881 | 2024-12-28T04:16:44.007Z | Compiling schemars_derive v0.8.21 |
882 | 2024-12-28T04:16:44.828Z | Compiling zerocopy v0.7.35 |
883 | 2024-12-28T04:16:45.836Z | Compiling futures-macro v0.3.30 |
884 | 2024-12-28T04:16:46.960Z | Compiling hashbrown v0.14.5 |
885 | 2024-12-28T04:16:46.989Z | Compiling openssl-macros v0.1.1 |
886 | 2024-12-28T04:16:47.072Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-12-28T04:16:47.775Z | Compiling scroll_derive v0.12.0 |
888 | 2024-12-28T04:16:47.805Z | Compiling pest v2.7.13 |
889 | 2024-12-28T04:16:47.822Z | Compiling futures-util v0.3.30 |
890 | 2024-12-28T04:16:48.420Z | Compiling regress v0.10.1 |
891 | 2024-12-28T04:16:49.177Z | Compiling regex v1.10.6 |
892 | 2024-12-28T04:16:49.339Z | Compiling scroll v0.12.0 |
893 | 2024-12-28T04:16:50.433Z | Compiling tracing v0.1.40 |
894 | 2024-12-28T04:16:50.673Z | Compiling pest_meta v2.7.13 |
895 | 2024-12-28T04:16:51.153Z | Compiling goblin v0.8.2 |
896 | 2024-12-28T04:16:53.003Z | Compiling pest_generator v2.7.13 |
897 | 2024-12-28T04:16:54.670Z | Compiling rustls-webpki v0.102.8 |
898 | 2024-12-28T04:16:54.771Z | Compiling try-lock v0.2.5 |
899 | 2024-12-28T04:16:54.795Z | Compiling pest_derive v2.7.13 |
900 | 2024-12-28T04:16:54.943Z | Compiling unsafe-libyaml v0.2.11 |
901 | 2024-12-28T04:16:55.946Z | Compiling zeroize v1.8.1 |
902 | 2024-12-28T04:16:56.324Z | Compiling bytes v1.7.2 |
903 | 2024-12-28T04:16:57.477Z | Compiling smallvec v1.13.2 |
904 | 2024-12-28T04:16:57.547Z | Compiling indexmap v2.5.0 |
905 | 2024-12-28T04:16:58.197Z | Compiling chrono v0.4.38 |
906 | 2024-12-28T04:16:58.814Z | Compiling parking_lot v0.12.3 |
907 | 2024-12-28T04:16:59.069Z | Compiling uuid v1.11.0 |
908 | 2024-12-28T04:16:59.094Z | Compiling serde_tokenstream v0.2.2 |
909 | 2024-12-28T04:16:59.257Z | Compiling tokio v1.42.0 |
910 | 2024-12-28T04:16:59.675Z | Compiling http v1.2.0 |
911 | 2024-12-28T04:17:02.676Z | Compiling openapiv3 v2.0.0 |
912 | 2024-12-28T04:17:02.700Z | Compiling pretty-hex v0.4.1 |
913 | 2024-12-28T04:17:02.910Z | Compiling percent-encoding v2.3.1 |
914 | 2024-12-28T04:17:04.202Z | Compiling ipnetwork v0.20.0 |
915 | 2024-12-28T04:17:06.666Z | Compiling typify-impl v0.2.0 |
916 | 2024-12-28T04:17:06.731Z | Compiling http-body v1.0.1 |
917 | 2024-12-28T04:17:06.986Z | Compiling form_urlencoded v1.2.1 |
918 | 2024-12-28T04:17:07.003Z | Compiling dof v0.3.0 |
919 | 2024-12-28T04:17:07.317Z | Compiling serde_yaml v0.9.34+deprecated |
920 | 2024-12-28T04:17:07.491Z | Compiling dtrace-parser v0.2.0 |
921 | 2024-12-28T04:17:08.348Z | Compiling want v0.3.1 |
922 | 2024-12-28T04:17:08.651Z | Compiling unicode-normalization v0.1.24 |
923 | 2024-12-28T04:17:09.259Z | Compiling tokio-util v0.7.12 |
924 | 2024-12-28T04:17:09.987Z | Compiling thread-id v4.2.2 |
925 | 2024-12-28T04:17:10.109Z | Compiling httpdate v1.0.3 |
926 | 2024-12-28T04:17:10.129Z | Compiling ident_case v1.0.1 |
927 | 2024-12-28T04:17:10.314Z | Compiling h2 v0.4.6 |
928 | 2024-12-28T04:17:10.878Z | Compiling syn v1.0.109 |
929 | 2024-12-28T04:17:11.059Z | Compiling unicode-bidi v0.3.15 |
930 | 2024-12-28T04:17:11.269Z | Compiling camino v1.1.9 |
931 | 2024-12-28T04:17:11.491Z | Compiling foreign-types-shared v0.1.1 |
932 | 2024-12-28T04:17:11.618Z | Compiling rustls v0.22.4 |
933 | 2024-12-28T04:17:11.650Z | Compiling foreign-types v0.3.2 |
934 | 2024-12-28T04:17:11.824Z | Compiling darling_core v0.20.10 |
935 | 2024-12-28T04:17:11.929Z | Compiling ppv-lite86 v0.2.20 |
936 | 2024-12-28T04:17:13.584Z | Compiling slog-async v2.8.0 |
937 | 2024-12-28T04:17:14.093Z | Compiling tower-service v0.3.3 |
938 | 2024-12-28T04:17:14.897Z | Compiling rand_chacha v0.3.1 |
939 | 2024-12-28T04:17:14.900Z | Compiling idna v0.5.0 |
940 | 2024-12-28T04:17:16.655Z | Compiling hyper v1.5.1 |
941 | 2024-12-28T04:17:18.046Z | Compiling darling_macro v0.20.10 |
942 | 2024-12-28T04:17:18.589Z | Compiling typify-macro v0.2.0 |
943 | 2024-12-28T04:17:19.132Z | Compiling toml_datetime v0.6.8 |
944 | 2024-12-28T04:17:19.629Z | Compiling hyper-util v0.1.10 |
945 | 2024-12-28T04:17:22.508Z | Compiling typify v0.2.0 |
946 | 2024-12-28T04:17:22.660Z | Compiling progenitor-impl v0.8.0 |
947 | 2024-12-28T04:17:25.528Z | Compiling multer v3.1.0 |
948 | 2024-12-28T04:17:26.057Z | Compiling openssl-probe v0.1.5 |
949 | 2024-12-28T04:17:26.589Z | Compiling paste v1.0.15 |
950 | 2024-12-28T04:17:29.400Z | Compiling progenitor-macro v0.8.0 |
951 | 2024-12-28T04:17:30.530Z | Compiling darling v0.20.10 |
952 | 2024-12-28T04:17:30.656Z | Compiling url v2.5.2 |
953 | 2024-12-28T04:17:31.284Z | Compiling rand v0.8.5 |
954 | 2024-12-28T04:17:33.966Z | Compiling usdt-macro v0.5.0 |
955 | 2024-12-28T04:17:35.501Z | Compiling usdt-attr-macro v0.5.0 |
956 | 2024-12-28T04:17:36.126Z | Compiling http-body-util v0.1.2 |
957 | 2024-12-28T04:17:36.732Z | Compiling async-trait v0.1.83 |
958 | 2024-12-28T04:17:39.046Z | Compiling encoding_rs v0.8.34 |
959 | 2024-12-28T04:17:39.133Z | Compiling mime v0.3.17 |
960 | 2024-12-28T04:17:39.251Z | Compiling base64 v0.22.1 |
961 | 2024-12-28T04:17:39.464Z | Compiling ipnet v2.10.0 |
962 | 2024-12-28T04:17:40.175Z | Compiling rustls-pemfile v2.1.3 |
963 | 2024-12-28T04:17:42.614Z | Compiling tokio-rustls v0.26.0 |
964 | 2024-12-28T04:17:43.139Z | Compiling serde_with_macros v3.9.0 |
965 | 2024-12-28T04:17:43.682Z | Compiling tokio-native-tls v0.3.1 |
966 | 2024-12-28T04:17:43.994Z | Compiling strum_macros v0.26.4 |
967 | 2024-12-28T04:17:44.932Z | Compiling serde_urlencoded v0.7.1 |
968 | 2024-12-28T04:17:45.544Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-12-28T04:17:45.863Z | Compiling async-stream-impl v0.3.5 |
970 | 2024-12-28T04:17:47.270Z | Compiling webpki-roots v0.26.6 |
971 | 2024-12-28T04:17:47.496Z | Compiling dropshot v0.12.0 |
972 | 2024-12-28T04:17:47.856Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-12-28T04:17:48.444Z | Compiling powerfmt v0.2.0 |
974 | 2024-12-28T04:17:48.610Z | Compiling structmeta v0.3.0 |
975 | 2024-12-28T04:17:48.919Z | Compiling deranged v0.3.11 |
976 | 2024-12-28T04:17:49.005Z | Compiling hyper-rustls v0.27.3 |
977 | 2024-12-28T04:17:49.656Z | Compiling hyper-tls v0.6.0 |
978 | 2024-12-28T04:17:50.559Z | Compiling sync_wrapper v1.0.1 |
979 | 2024-12-28T04:17:52.141Z | Compiling num_threads v0.1.7 |
980 | 2024-12-28T04:17:52.277Z | Compiling winnow v0.6.18 |
981 | 2024-12-28T04:17:53.830Z | Compiling time v0.3.36 |
982 | 2024-12-28T04:17:56.087Z | Compiling reqwest v0.12.9 |
983 | 2024-12-28T04:17:56.542Z | Compiling parse-display-derive v0.10.0 |
984 | 2024-12-28T04:17:58.364Z | Compiling block-buffer v0.10.4 |
985 | 2024-12-28T04:17:58.620Z | Compiling crypto-common v0.1.6 |
986 | 2024-12-28T04:17:58.849Z | Compiling dropshot_endpoint v0.12.0 |
987 | 2024-12-28T04:18:00.594Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
988 | 2024-12-28T04:18:03.097Z | Compiling digest v0.10.7 |
989 | 2024-12-28T04:18:03.170Z | Compiling progenitor-client v0.8.0 |
990 | 2024-12-28T04:18:04.087Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
991 | 2024-12-28T04:18:06.539Z | Compiling dirs-sys-next v0.1.2 |
992 | 2024-12-28T04:18:06.588Z | Compiling rustix v0.38.37 |
993 | 2024-12-28T04:18:07.339Z | Compiling match_cfg v0.1.0 |
994 | 2024-12-28T04:18:07.529Z | Compiling lazy_static v1.5.0 |
995 | 2024-12-28T04:18:07.874Z | Compiling hostname v0.3.1 |
996 | 2024-12-28T04:18:08.123Z | Compiling dirs-next v2.0.0 |
997 | 2024-12-28T04:18:08.189Z | Compiling progenitor v0.8.0 |
998 | 2024-12-28T04:18:10.337Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-12-28T04:18:11.207Z | Compiling futures-executor v0.3.30 |
1000 | 2024-12-28T04:18:11.559Z | Compiling thread_local v1.1.8 |
1001 | 2024-12-28T04:18:12.154Z | Compiling errno v0.3.9 |
1002 | 2024-12-28T04:18:12.414Z | Compiling instant v0.1.13 |
1003 | 2024-12-28T04:18:12.593Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-12-28T04:18:12.897Z | Compiling unicode-width v0.1.14 |
1005 | 2024-12-28T04:18:14.493Z | Compiling futures v0.3.30 |
1006 | 2024-12-28T04:18:15.991Z | Compiling term v0.7.0 |
1007 | 2024-12-28T04:18:16.726Z | Compiling crossbeam-channel v0.5.13 |
1008 | 2024-12-28T04:18:19.507Z | Compiling serde_spanned v0.6.7 |
1009 | 2024-12-28T04:18:19.550Z | Compiling memmap v0.7.0 |
1010 | 2024-12-28T04:18:19.769Z | Compiling is-terminal v0.4.13 |
1011 | 2024-12-28T04:18:20.238Z | Compiling take_mut v0.2.2 |
1012 | 2024-12-28T04:18:20.332Z | Compiling slog-term v2.9.1 |
1013 | 2024-12-28T04:18:20.559Z | Compiling usdt v0.5.0 |
1014 | 2024-12-28T04:18:22.004Z | Compiling toml_edit v0.22.21 |
1015 | 2024-12-28T04:18:23.321Z | Compiling slog-json v2.6.1 |
1016 | 2024-12-28T04:18:23.776Z | Compiling strum v0.26.3 |
1017 | 2024-12-28T04:18:23.977Z | Compiling serde_with v3.9.0 |
1018 | 2024-12-28T04:18:26.014Z | Compiling heapless v0.8.0 |
1019 | 2024-12-28T04:18:26.592Z | Compiling debug-ignore v1.0.5 |
1020 | 2024-12-28T04:18:28.439Z | Compiling tokio-rustls v0.25.0 |
1021 | 2024-12-28T04:18:29.306Z | Compiling toml v0.8.19 |
1022 | 2024-12-28T04:18:31.060Z | Compiling slog-bunyan v2.5.0 |
1023 | 2024-12-28T04:18:31.351Z | Compiling sha1 v0.10.6 |
1024 | 2024-12-28T04:18:32.224Z | Compiling async-stream v0.3.5 |
1025 | 2024-12-28T04:18:32.245Z | Compiling newtype-uuid v1.1.0 |
1026 | 2024-12-28T04:18:32.536Z | Compiling hex v0.4.3 |
1027 | 2024-12-28T04:18:32.590Z | Compiling serde_path_to_error v0.1.16 |
1028 | 2024-12-28T04:18:33.023Z | Compiling waitgroup v0.1.2 |
1029 | 2024-12-28T04:18:33.277Z | Compiling hostname v0.4.0 |
1030 | 2024-12-28T04:18:33.322Z | Compiling hash32 v0.3.1 |
1031 | 2024-12-28T04:18:33.526Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-12-28T04:18:33.614Z | Compiling smoltcp v0.11.0 |
1033 | 2024-12-28T04:18:36.151Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1034 | 2024-12-28T04:18:36.395Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1035 | 2024-12-28T04:18:36.900Z | Compiling backoff v0.4.0 |
1036 | 2024-12-28T04:18:36.971Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1037 | 2024-12-28T04:18:37.270Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1038 | 2024-12-28T04:18:37.485Z | Compiling parse-display v0.10.0 |
1039 | 2024-12-28T04:18:39.457Z | Compiling macaddr v1.0.1 |
1040 | 2024-12-28T04:18:40.083Z | Compiling regress v0.9.1 |
1041 | 2024-12-28T04:18:41.127Z | Compiling clap_derive v4.5.18 |
1042 | 2024-12-28T04:18:43.427Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1043 | 2024-12-28T04:18:44.134Z | Compiling managed v0.8.0 |
1044 | 2024-12-28T04:18:44.659Z | Compiling utf8parse v0.2.2 |
1045 | 2024-12-28T04:18:44.757Z | Compiling winnow v0.5.40 |
1046 | 2024-12-28T04:18:44.824Z | Compiling cobs v0.2.3 |
1047 | 2024-12-28T04:18:45.260Z | Compiling bitflags v1.3.2 |
1048 | 2024-12-28T04:18:45.908Z | Compiling postcard v1.0.10 |
1049 | 2024-12-28T04:18:46.661Z | Compiling anstyle-parse v0.2.5 |
1050 | 2024-12-28T04:18:47.652Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1051 | 2024-12-28T04:18:48.660Z | Compiling toml_edit v0.19.15 |
1052 | 2024-12-28T04:18:53.616Z | Compiling anstyle v1.0.10 |
1053 | 2024-12-28T04:18:54.400Z | Compiling is_terminal_polyfill v1.70.1 |
1054 | 2024-12-28T04:18:54.945Z | Compiling colorchoice v1.0.2 |
1055 | 2024-12-28T04:18:55.079Z | Compiling anstyle-query v1.1.1 |
1056 | 2024-12-28T04:18:55.233Z | Compiling anstream v0.6.15 |
1057 | 2024-12-28T04:18:56.518Z | Compiling proc-macro-crate v1.3.1 |
1058 | 2024-12-28T04:18:56.987Z | Compiling terminal_size v0.4.0 |
1059 | 2024-12-28T04:18:57.332Z | Compiling clap_lex v0.7.4 |
1060 | 2024-12-28T04:18:57.509Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1061 | 2024-12-28T04:18:57.887Z | Compiling clap_builder v4.5.23 |
1062 | 2024-12-28T04:18:58.094Z | Compiling num_enum_derive v0.5.11 |
1063 | 2024-12-28T04:18:59.276Z | Compiling tabwriter v1.4.0 |
1064 | 2024-12-28T04:19:00.200Z | Compiling foreign-types-macros v0.2.3 |
1065 | 2024-12-28T04:19:00.470Z | Compiling num-integer v0.1.46 |
1066 | 2024-12-28T04:19:00.823Z | Compiling foreign-types-shared v0.3.1 |
1067 | 2024-12-28T04:19:01.373Z | Compiling num_enum v0.5.11 |
1068 | 2024-12-28T04:19:01.567Z | Compiling foreign-types v0.5.0 |
1069 | 2024-12-28T04:19:01.991Z | Compiling clap v4.5.23 |
1070 | 2024-12-28T04:19:02.056Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1071 | 2024-12-28T04:19:03.614Z | Compiling cstr-argument v0.1.2 |
1072 | 2024-12-28T04:19:03.617Z | Compiling proc-macro-error-attr v1.0.4 |
1073 | 2024-12-28T04:19:03.617Z | Compiling heck v0.4.1 |
1074 | 2024-12-28T04:19:03.617Z | Compiling either v1.13.0 |
1075 | 2024-12-28T04:19:03.617Z | Compiling prettyplease v0.2.22 |
1076 | 2024-12-28T04:19:03.617Z | Compiling pretty-hex v0.2.1 |
1077 | 2024-12-28T04:19:03.617Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1078 | 2024-12-28T04:19:03.990Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1079 | 2024-12-28T04:19:04.304Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1080 | 2024-12-28T04:19:05.573Z | Compiling num-rational v0.4.2 |
1081 | 2024-12-28T04:19:05.933Z | Compiling num-iter v0.1.45 |
1082 | 2024-12-28T04:19:06.572Z | Compiling colored v2.1.0 |
1083 | 2024-12-28T04:19:07.955Z | Compiling num-complex v0.4.6 |
1084 | 2024-12-28T04:19:08.560Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-12-28T04:19:08.615Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-12-28T04:19:08.977Z | Compiling fastrand v2.1.1 |
1087 | 2024-12-28T04:19:09.080Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1088 | 2024-12-28T04:19:09.249Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-12-28T04:19:09.446Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1090 | 2024-12-28T04:19:09.842Z | Compiling tempfile v3.12.0 |
1091 | 2024-12-28T04:19:10.107Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-28T04:19:10.616Z | Compiling num v0.4.3 |
1093 | 2024-12-28T04:19:14.297Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1094 | 2024-12-28T04:19:14.812Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-12-28T04:19:14.864Z | Compiling float-ord v0.3.2 |
1096 | 2024-12-28T04:19:15.027Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1097 | 2024-12-28T04:19:22.744Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-12-28T04:19:23.038Z | Compiling semver v0.1.20 |
1099 | 2024-12-28T04:19:23.458Z | Compiling rustc_version v0.1.7 |
1100 | 2024-12-28T04:19:23.579Z | Compiling newline-converter v0.3.0 |
1101 | 2024-12-28T04:19:23.815Z | Compiling zone_cfg_derive v0.3.0 |
1102 | 2024-12-28T04:19:23.883Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1103 | 2024-12-28T04:19:24.096Z | Compiling camino-tempfile v1.1.1 |
1104 | 2024-12-28T04:19:24.642Z | Compiling itertools v0.10.5 |
1105 | 2024-12-28T04:19:24.867Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1106 | 2024-12-28T04:19:25.289Z | Compiling console v0.15.8 |
1107 | 2024-12-28T04:19:25.310Z | Compiling num-derive v0.4.2 |
1108 | 2024-12-28T04:19:26.747Z | Compiling sigpipe v0.1.3 |
1109 | 2024-12-28T04:19:26.893Z | Compiling similar v2.6.0 |
1110 | 2024-12-28T04:19:27.726Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-12-28T04:19:28.005Z | Compiling base64ct v1.6.0 |
1112 | 2024-12-28T04:19:28.266Z | Compiling expectorate v1.1.0 |
1113 | 2024-12-28T04:19:28.289Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1114 | 2024-12-28T04:19:28.461Z | Compiling zone v0.3.0 |
1115 | 2024-12-28T04:19:28.666Z | Compiling password-hash v0.5.0 |
1116 | 2024-12-28T04:19:29.978Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1117 | 2024-12-28T04:19:30.755Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1118 | 2024-12-28T04:19:30.799Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1119 | 2024-12-28T04:19:31.829Z | Compiling newtype_derive v0.1.6 |
1120 | 2024-12-28T04:19:32.223Z | Compiling blake2 v0.10.6 |
1121 | 2024-12-28T04:19:33.230Z | Compiling hubpack_derive v0.1.1 |
1122 | 2024-12-28T04:19:33.286Z | Compiling smf v0.2.3 |
1123 | 2024-12-28T04:19:33.437Z | Compiling zerocopy-derive v0.6.6 |
1124 | 2024-12-28T04:19:34.004Z | Compiling fixedbitset v0.4.2 |
1125 | 2024-12-28T04:19:34.174Z | Compiling cancel-safe-futures v0.1.5 |
1126 | 2024-12-28T04:19:34.547Z | Compiling whoami v1.5.2 |
1127 | 2024-12-28T04:19:34.644Z | Compiling owo-colors v4.1.0 |
1128 | 2024-12-28T04:19:34.713Z | Compiling petgraph v0.6.5 |
1129 | 2024-12-28T04:19:35.432Z | Compiling hubpack v0.1.2 |
1130 | 2024-12-28T04:19:35.455Z | Compiling argon2 v0.5.3 |
1131 | 2024-12-28T04:19:35.508Z | Compiling zerocopy v0.6.6 |
1132 | 2024-12-28T04:19:36.513Z | Compiling strum_macros v0.25.3 |
1133 | 2024-12-28T04:19:38.004Z | Compiling serde-big-array v0.5.1 |
1134 | 2024-12-28T04:19:38.269Z | Compiling serde_repr v0.1.19 |
1135 | 2024-12-28T04:19:39.333Z | Compiling cookie v0.18.1 |
1136 | 2024-12-28T04:19:39.483Z | Compiling static_assertions v1.1.0 |
1137 | 2024-12-28T04:19:39.503Z | Compiling convert_case v0.4.0 |
1138 | 2024-12-28T04:19:39.591Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-12-28T04:19:39.762Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-12-28T04:19:40.268Z | Compiling derive_more v0.99.18 |
1141 | 2024-12-28T04:19:41.491Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1142 | 2024-12-28T04:19:42.053Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-28T04:19:43.706Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-28T04:19:43.788Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-12-28T04:19:45.516Z | Compiling atomicwrites v0.4.4 |
1146 | 2024-12-28T04:19:46.053Z | Compiling itertools v0.13.0 |
1147 | 2024-12-28T04:19:47.006Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-12-28T04:19:48.196Z | Compiling idna v0.4.0 |
1149 | 2024-12-28T04:19:49.580Z | Compiling libsw v3.3.1 |
1150 | 2024-12-28T04:19:49.847Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-12-28T04:19:49.919Z | Compiling derive-where v1.2.7 |
1152 | 2024-12-28T04:19:50.042Z | Compiling linear-map v1.2.0 |
1153 | 2024-12-28T04:19:50.491Z | Compiling data-encoding v2.6.0 |
1154 | 2024-12-28T04:19:50.584Z | Compiling highway v1.2.0 |
1155 | 2024-12-28T04:19:51.009Z | Compiling quick-error v1.2.3 |
1156 | 2024-12-28T04:19:51.170Z | Compiling indent_write v2.2.0 |
1157 | 2024-12-28T04:19:51.459Z | Compiling linked-hash-map v0.5.6 |
1158 | 2024-12-28T04:19:51.890Z | Compiling swrite v0.1.0 |
1159 | 2024-12-28T04:19:51.946Z | Compiling lru-cache v0.1.2 |
1160 | 2024-12-28T04:19:52.031Z | Compiling hickory-proto v0.24.1 |
1161 | 2024-12-28T04:19:52.061Z | Compiling resolv-conf v0.7.0 |
1162 | 2024-12-28T04:19:52.176Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-28T04:19:53.271Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-28T04:19:53.619Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-28T04:19:54.028Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-28T04:19:54.521Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-28T04:19:57.428Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-12-28T04:19:58.062Z | Compiling steno v0.4.1 |
1169 | 2024-12-28T04:20:01.241Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-12-28T04:20:01.314Z | Compiling slog-dtrace v0.3.0 |
1171 | 2024-12-28T04:20:01.616Z | Compiling humantime v2.1.0 |
1172 | 2024-12-28T04:20:01.679Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-12-28T04:20:01.853Z | Compiling parking_lot_core v0.8.6 |
1174 | 2024-12-28T04:20:02.365Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-12-28T04:20:02.484Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1176 | 2024-12-28T04:20:04.980Z | Compiling hickory-resolver v0.24.1 |
1177 | 2024-12-28T04:20:05.045Z | Compiling num-derive v0.3.3 |
1178 | 2024-12-28T04:20:05.805Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-12-28T04:20:06.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1180 | 2024-12-28T04:20:07.129Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1181 | 2024-12-28T04:20:07.347Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1182 | 2024-12-28T04:20:08.265Z | Compiling parking_lot v0.11.2 |
1183 | 2024-12-28T04:20:08.379Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1184 | 2024-12-28T04:20:09.939Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1185 | 2024-12-28T04:20:10.261Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1186 | 2024-12-28T04:20:12.673Z | Compiling crossbeam-epoch v0.9.18 |
1187 | 2024-12-28T04:20:12.926Z | Compiling fxhash v0.2.1 |
1188 | 2024-12-28T04:20:13.164Z | Compiling crc32fast v1.4.2 |
1189 | 2024-12-28T04:20:13.698Z | Compiling crc8 v0.1.1 |
1190 | 2024-12-28T04:20:13.786Z | Compiling arc-swap v1.7.1 |
1191 | 2024-12-28T04:20:14.050Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1192 | 2024-12-28T04:20:14.508Z | Compiling slog-scope v4.4.0 |
1193 | 2024-12-28T04:20:15.283Z | Compiling sled v0.34.7 |
1194 | 2024-12-28T04:20:17.557Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-12-28T04:20:20.582Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1196 | 2024-12-28T04:20:21.124Z | Compiling slog-stdlog v4.1.1 |
1197 | 2024-12-28T04:20:21.467Z | Compiling slog-envlogger v2.2.0 |
1198 | 2024-12-28T04:20:21.964Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-12-28T04:20:23.371Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-28T04:20:36.035Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1201 | 2024-12-28T04:20:40.820Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1202 | 2024-12-28T04:20:41.805Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1203 | 2024-12-28T04:21:10.638Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-12-28T04:21:10.640Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1205 | 2024-12-28T04:21:17.860Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1206 | 2024-12-28T04:21:18.173Z | + banner trio |
1207 | 2024-12-28T04:21:18.175Z | |
1208 | 2024-12-28T04:21:18.175Z | ##### ##### # #### |
1209 | 2024-12-28T04:21:18.175Z | # # # # # # |
1210 | 2024-12-28T04:21:18.175Z | # # # # # # |
1211 | 2024-12-28T04:21:18.175Z | # ##### # # # |
1212 | 2024-12-28T04:21:18.175Z | # # # # # # |
1213 | 2024-12-28T04:21:18.175Z | # # # # #### |
1214 | 2024-12-28T04:21:18.175Z | |
1215 | 2024-12-28T04:21:18.175Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1216 | 2024-12-28T04:21:18.640Z | Compiling cfg-if v1.0.0 |
1217 | 2024-12-28T04:21:18.640Z | Compiling libc v0.2.167 |
1218 | 2024-12-28T04:21:18.640Z | Compiling serde v1.0.217 |
1219 | 2024-12-28T04:21:18.642Z | Compiling once_cell v1.20.2 |
1220 | 2024-12-28T04:21:18.642Z | Compiling itoa v1.0.11 |
1221 | 2024-12-28T04:21:18.710Z | Compiling byteorder v1.5.0 |
1222 | 2024-12-28T04:21:18.715Z | Compiling syn v2.0.87 |
1223 | 2024-12-28T04:21:18.728Z | Compiling bytes v1.7.2 |
1224 | 2024-12-28T04:21:18.781Z | Compiling num-traits v0.2.19 |
1225 | 2024-12-28T04:21:18.933Z | Compiling zerocopy v0.7.35 |
1226 | 2024-12-28T04:21:19.091Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-28T04:21:19.116Z | Compiling ahash v0.8.11 |
1228 | 2024-12-28T04:21:19.124Z | Compiling schemars v0.8.21 |
1229 | 2024-12-28T04:21:19.170Z | Compiling memchr v2.7.4 |
1230 | 2024-12-28T04:21:19.254Z | Compiling smallvec v1.13.2 |
1231 | 2024-12-28T04:21:19.264Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-12-28T04:21:19.474Z | Compiling scopeguard v1.2.0 |
1233 | 2024-12-28T04:21:19.664Z | Compiling lock_api v0.4.12 |
1234 | 2024-12-28T04:21:20.067Z | Compiling hashbrown v0.14.5 |
1235 | 2024-12-28T04:21:20.106Z | Compiling fnv v1.0.7 |
1236 | 2024-12-28T04:21:20.147Z | Compiling getrandom v0.2.15 |
1237 | 2024-12-28T04:21:20.235Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-12-28T04:21:20.244Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2024-12-28T04:21:20.495Z | Compiling socket2 v0.5.8 |
1240 | 2024-12-28T04:21:20.566Z | Compiling mio v1.0.2 |
1241 | 2024-12-28T04:21:21.061Z | Compiling parking_lot v0.12.3 |
1242 | 2024-12-28T04:21:21.259Z | Compiling log v0.4.22 |
1243 | 2024-12-28T04:21:21.470Z | Compiling futures-core v0.3.30 |
1244 | 2024-12-28T04:21:21.822Z | Compiling equivalent v1.0.1 |
1245 | 2024-12-28T04:21:21.832Z | Compiling ryu v1.0.18 |
1246 | 2024-12-28T04:21:21.934Z | Compiling tracing-core v0.1.32 |
1247 | 2024-12-28T04:21:21.946Z | Compiling serde_json v1.0.133 |
1248 | 2024-12-28T04:21:21.988Z | Compiling uuid v1.11.0 |
1249 | 2024-12-28T04:21:22.192Z | Compiling regress v0.10.1 |
1250 | 2024-12-28T04:21:22.334Z | Compiling spin v0.9.8 |
1251 | 2024-12-28T04:21:22.391Z | Compiling futures-sink v0.3.30 |
1252 | 2024-12-28T04:21:22.532Z | Compiling futures-task v0.3.30 |
1253 | 2024-12-28T04:21:22.554Z | Compiling untrusted v0.9.0 |
1254 | 2024-12-28T04:21:22.565Z | Compiling pin-utils v0.1.0 |
1255 | 2024-12-28T04:21:22.652Z | Compiling slab v0.4.9 |
1256 | 2024-12-28T04:21:22.736Z | Compiling ring v0.17.8 |
1257 | 2024-12-28T04:21:22.739Z | Compiling futures-util v0.3.30 |
1258 | 2024-12-28T04:21:23.190Z | Compiling try-lock v0.2.5 |
1259 | 2024-12-28T04:21:23.334Z | Compiling want v0.3.1 |
1260 | 2024-12-28T04:21:23.613Z | Compiling httparse v1.9.4 |
1261 | 2024-12-28T04:21:23.780Z | Compiling chrono v0.4.38 |
1262 | 2024-12-28T04:21:24.351Z | Compiling futures-channel v0.3.30 |
1263 | 2024-12-28T04:21:24.699Z | Compiling tower-service v0.3.3 |
1264 | 2024-12-28T04:21:24.809Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-12-28T04:21:24.822Z | Compiling foreign-types-shared v0.1.1 |
1266 | 2024-12-28T04:21:24.919Z | Compiling foreign-types v0.3.2 |
1267 | 2024-12-28T04:21:25.018Z | Compiling openssl-sys v0.9.103 |
1268 | 2024-12-28T04:21:25.350Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-12-28T04:21:25.786Z | Compiling bitflags v2.6.0 |
1270 | 2024-12-28T04:21:26.130Z | Compiling unicode-ident v1.0.13 |
1271 | 2024-12-28T04:21:26.342Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-12-28T04:21:26.390Z | Compiling http v1.2.0 |
1273 | 2024-12-28T04:21:26.796Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-12-28T04:21:26.874Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-12-28T04:21:27.373Z | Compiling semver v1.0.23 |
1276 | 2024-12-28T04:21:27.461Z | Compiling quote v1.0.37 |
1277 | 2024-12-28T04:21:27.921Z | Compiling tinyvec v1.8.0 |
1278 | 2024-12-28T04:21:29.177Z | Compiling percent-encoding v2.3.1 |
1279 | 2024-12-28T04:21:29.402Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-12-28T04:21:29.412Z | Compiling unicode-normalization v0.1.24 |
1281 | 2024-12-28T04:21:30.320Z | Compiling aho-corasick v1.1.3 |
1282 | 2024-12-28T04:21:30.366Z | Compiling http v0.2.12 |
1283 | 2024-12-28T04:21:30.667Z | Compiling serde_derive v1.0.217 |
1284 | 2024-12-28T04:21:30.707Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-12-28T04:21:30.936Z | Compiling thiserror-impl v1.0.69 |
1286 | 2024-12-28T04:21:31.396Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-12-28T04:21:31.822Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-12-28T04:21:33.427Z | Compiling tokio v1.42.0 |
1289 | 2024-12-28T04:21:34.003Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-12-28T04:21:34.521Z | Compiling thiserror v1.0.69 |
1291 | 2024-12-28T04:21:34.655Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-12-28T04:21:34.781Z | Compiling unicode-bidi v0.3.15 |
1293 | 2024-12-28T04:21:35.174Z | Compiling heck v0.5.0 |
1294 | 2024-12-28T04:21:35.511Z | Compiling openssl v0.10.66 |
1295 | 2024-12-28T04:21:36.541Z | Compiling rustls-pki-types v1.8.0 |
1296 | 2024-12-28T04:21:37.389Z | Compiling tracing v0.1.40 |
1297 | 2024-12-28T04:21:37.786Z | Compiling idna v0.5.0 |
1298 | 2024-12-28T04:21:37.865Z | Compiling regex-automata v0.4.7 |
1299 | 2024-12-28T04:21:38.094Z | Compiling http-body v1.0.1 |
1300 | 2024-12-28T04:21:45.307Z | Compiling indexmap v2.5.0 |
1301 | 2024-12-28T04:21:45.806Z | Compiling tokio-util v0.7.12 |
1302 | 2024-12-28T04:21:48.400Z | Compiling native-tls v0.2.12 |
1303 | 2024-12-28T04:21:50.208Z | Compiling serde_tokenstream v0.2.2 |
1304 | 2024-12-28T04:21:51.401Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-12-28T04:21:51.533Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-12-28T04:21:51.623Z | Compiling regex-syntax v0.8.4 |
1307 | 2024-12-28T04:21:51.704Z | Compiling slog v2.7.0 |
1308 | 2024-12-28T04:21:51.722Z | Compiling h2 v0.4.6 |
1309 | 2024-12-28T04:21:52.270Z | Compiling openapiv3 v2.0.0 |
1310 | 2024-12-28T04:21:53.033Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1311 | 2024-12-28T04:21:54.213Z | Compiling typify-impl v0.2.0 |
1312 | 2024-12-28T04:22:00.463Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-12-28T04:22:01.115Z | Compiling regex v1.10.6 |
1314 | 2024-12-28T04:22:02.137Z | Compiling url v2.5.2 |
1315 | 2024-12-28T04:22:04.987Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-12-28T04:22:06.171Z | Compiling rustls v0.21.12 |
1317 | 2024-12-28T04:22:06.515Z | Compiling mime v0.3.17 |
1318 | 2024-12-28T04:22:07.312Z | Compiling ipnet v2.10.0 |
1319 | 2024-12-28T04:22:07.627Z | Compiling typify-macro v0.2.0 |
1320 | 2024-12-28T04:22:07.735Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1321 | 2024-12-28T04:22:10.191Z | Compiling hyper v1.5.1 |
1322 | 2024-12-28T04:22:11.301Z | Compiling h2 v0.3.26 |
1323 | 2024-12-28T04:22:11.467Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-12-28T04:22:11.644Z | Compiling http-body v0.4.6 |
1325 | 2024-12-28T04:22:12.147Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-12-28T04:22:13.078Z | Compiling sct v0.7.1 |
1327 | 2024-12-28T04:22:13.535Z | Compiling zeroize v1.8.1 |
1328 | 2024-12-28T04:22:13.898Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-28T04:22:14.625Z | Compiling subtle v2.6.1 |
1330 | 2024-12-28T04:22:14.912Z | Compiling toml_datetime v0.6.8 |
1331 | 2024-12-28T04:22:15.311Z | Compiling toml_edit v0.19.15 |
1332 | 2024-12-28T04:22:15.731Z | Compiling serde_yaml v0.9.34+deprecated |
1333 | 2024-12-28T04:22:16.190Z | Compiling rustls v0.23.13 |
1334 | 2024-12-28T04:22:19.502Z | Compiling hyper v0.14.30 |
1335 | 2024-12-28T04:22:20.383Z | Compiling hyper-util v0.1.10 |
1336 | 2024-12-28T04:22:26.457Z | Compiling lazy_static v1.5.0 |
1337 | 2024-12-28T04:22:26.596Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-12-28T04:22:27.026Z | Compiling tokio-rustls v0.24.1 |
1339 | 2024-12-28T04:22:27.085Z | Compiling proc-macro-crate v1.3.1 |
1340 | 2024-12-28T04:22:27.297Z | Compiling http-body-util v0.1.2 |
1341 | 2024-12-28T04:22:27.442Z | Compiling webpki-roots v0.26.6 |
1342 | 2024-12-28T04:22:27.665Z | Compiling base64 v0.21.7 |
1343 | 2024-12-28T04:22:27.874Z | Compiling base64 v0.22.1 |
1344 | 2024-12-28T04:22:27.910Z | Compiling crossbeam-utils v0.8.20 |
1345 | 2024-12-28T04:22:27.927Z | Compiling num_enum_derive v0.5.11 |
1346 | 2024-12-28T04:22:28.401Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-12-28T04:22:28.826Z | Compiling rustls-pemfile v2.1.3 |
1348 | 2024-12-28T04:22:29.005Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-12-28T04:22:29.129Z | Compiling hyper-rustls v0.27.3 |
1350 | 2024-12-28T04:22:29.205Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-12-28T04:22:29.518Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-12-28T04:22:29.578Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-12-28T04:22:29.650Z | Compiling typify v0.2.0 |
1354 | 2024-12-28T04:22:30.007Z | Compiling ipnetwork v0.20.0 |
1355 | 2024-12-28T04:22:30.274Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2024-12-28T04:22:31.229Z | Compiling foreign-types-macros v0.2.3 |
1357 | 2024-12-28T04:22:32.580Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-12-28T04:22:32.736Z | Compiling rand_core v0.6.4 |
1359 | 2024-12-28T04:22:33.162Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-28T04:22:33.216Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-12-28T04:22:33.294Z | Compiling sync_wrapper v0.1.2 |
1362 | 2024-12-28T04:22:33.327Z | Compiling powerfmt v0.2.0 |
1363 | 2024-12-28T04:22:33.427Z | Compiling webpki-roots v0.25.4 |
1364 | 2024-12-28T04:22:33.596Z | Compiling deranged v0.3.11 |
1365 | 2024-12-28T04:22:33.790Z | Compiling reqwest v0.11.27 |
1366 | 2024-12-28T04:22:33.869Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-28T04:22:34.132Z | Compiling foreign-types v0.5.0 |
1368 | 2024-12-28T04:22:34.244Z | Compiling time-macros v0.2.18 |
1369 | 2024-12-28T04:22:34.392Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-12-28T04:22:36.064Z | Compiling reqwest v0.12.9 |
1371 | 2024-12-28T04:22:36.147Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1372 | 2024-12-28T04:22:37.351Z | Compiling progenitor-impl v0.8.0 |
1373 | 2024-12-28T04:22:42.927Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-12-28T04:22:44.130Z | Compiling num_enum v0.5.11 |
1375 | 2024-12-28T04:22:44.307Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1376 | 2024-12-28T04:22:44.703Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1377 | 2024-12-28T04:22:44.885Z | Compiling cstr-argument v0.1.2 |
1378 | 2024-12-28T04:22:45.162Z | Compiling thread_local v1.1.8 |
1379 | 2024-12-28T04:22:45.885Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-12-28T04:22:46.100Z | Compiling arc-swap v1.7.1 |
1381 | 2024-12-28T04:22:46.288Z | Compiling num-conv v0.1.0 |
1382 | 2024-12-28T04:22:46.558Z | Compiling time-core v0.1.2 |
1383 | 2024-12-28T04:22:46.750Z | Compiling either v1.13.0 |
1384 | 2024-12-28T04:22:46.822Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1385 | 2024-12-28T04:22:47.202Z | Compiling itertools v0.12.1 |
1386 | 2024-12-28T04:22:47.803Z | Compiling time v0.3.36 |
1387 | 2024-12-28T04:22:48.294Z | Compiling slog-scope v4.4.0 |
1388 | 2024-12-28T04:22:49.254Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1389 | 2024-12-28T04:22:49.648Z | Compiling crossbeam-channel v0.5.13 |
1390 | 2024-12-28T04:22:51.025Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1391 | 2024-12-28T04:22:51.273Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1392 | 2024-12-28T04:22:51.455Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-12-28T04:22:51.938Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1394 | 2024-12-28T04:22:57.039Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-12-28T04:23:01.342Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-12-28T04:23:03.326Z | Compiling rand v0.8.5 |
1397 | 2024-12-28T04:23:04.945Z | Compiling anyhow v1.0.94 |
1398 | 2024-12-28T04:23:05.117Z | Compiling term v0.7.0 |
1399 | 2024-12-28T04:23:06.496Z | Compiling colored v2.1.0 |
1400 | 2024-12-28T04:23:07.770Z | Compiling is-terminal v0.4.13 |
1401 | 2024-12-28T04:23:07.905Z | Compiling take_mut v0.2.2 |
1402 | 2024-12-28T04:23:08.079Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-12-28T04:23:08.422Z | Compiling winnow v0.6.18 |
1404 | 2024-12-28T04:23:09.730Z | Compiling slog-async v2.8.0 |
1405 | 2024-12-28T04:23:12.784Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1406 | 2024-12-28T04:23:12.838Z | Compiling slog-term v2.9.1 |
1407 | 2024-12-28T04:23:15.673Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-12-28T04:23:15.906Z | Compiling progenitor v0.8.0 |
1409 | 2024-12-28T04:23:16.133Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1410 | 2024-12-28T04:23:19.841Z | Compiling slog-stdlog v4.1.1 |
1411 | 2024-12-28T04:23:20.701Z | Compiling slog-envlogger v2.2.0 |
1412 | 2024-12-28T04:23:20.782Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1413 | 2024-12-28T04:23:22.141Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1414 | 2024-12-28T04:23:35.855Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1415 | 2024-12-28T04:23:43.245Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1416 | 2024-12-28T04:23:43.327Z | Running unittests src/lib.rs (target/release/deps/mg_tests-7bba72dcf831ed55) |
1417 | 2024-12-28T04:23:43.373Z | |
1418 | 2024-12-28T04:23:43.373Z | running 1 test |
1419 | 2024-12-28T04:23:43.534Z | configure zone |
1420 | 2024-12-28T04:23:43.551Z | install zone |
1421 | 2024-12-28T04:24:43.381Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1422 | 2024-12-28T04:25:44.971Z | boot zone |
1423 | 2024-12-28T04:25:45.746Z | start zone s1 |
1424 | 2024-12-28T04:25:45.746Z | configure zone |
1425 | 2024-12-28T04:25:45.755Z | install zone |
1426 | 2024-12-28T04:27:41.562Z | boot zone |
1427 | 2024-12-28T04:27:42.516Z | start zone s2 |
1428 | 2024-12-28T04:27:42.516Z | configure zone |
1429 | 2024-12-28T04:27:42.525Z | install zone |
1430 | 2024-12-28T04:29:40.515Z | boot zone |
1431 | 2024-12-28T04:29:41.304Z | start zone t1 |
1432 | 2024-12-28T04:29:41.304Z | configure zone |
1433 | 2024-12-28T04:29:41.312Z | install zone |
1434 | 2024-12-28T04:31:38.956Z | boot zone |
1435 | 2024-12-28T04:31:39.842Z | waiting for zones to come up |
1436 | 2024-12-28T04:31:49.844Z | [sidecar.trio] svcs milestone/network |
1437 | 2024-12-28T04:31:49.877Z | STATE STIME FMRI |
1438 | 2024-12-28T04:31:49.877Z | online 20:26:03 svc:/milestone/network:default |
1439 | 2024-12-28T04:31:49.877Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-28T04:31:49.924Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-28T04:31:49.973Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1442 | 2024-12-28T04:31:50.016Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1443 | 2024-12-28T04:31:50.020Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1444 | 2024-12-28T04:31:50.041Z | |
1445 | 2024-12-28T04:31:50.041Z | running zone s1.trio setup |
1446 | 2024-12-28T04:31:50.041Z | [s1.trio] svcs milestone/network |
1447 | 2024-12-28T04:31:50.064Z | STATE STIME FMRI |
1448 | 2024-12-28T04:31:50.064Z | online 20:28:00 svc:/milestone/network:default |
1449 | 2024-12-28T04:31:50.064Z | [s1.trio] dladm |
1450 | 2024-12-28T04:31:50.085Z | LINK CLASS MTU STATE BRIDGE OVER |
1451 | 2024-12-28T04:31:50.085Z | sl0 simnet 9000 up -- ? |
1452 | 2024-12-28T04:31:50.085Z | mg2 vnic 9000 up -- ? |
1453 | 2024-12-28T04:31:50.085Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1454 | 2024-12-28T04:31:50.609Z | |
1455 | 2024-12-28T04:31:50.609Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1456 | 2024-12-28T04:31:50.635Z | |
1457 | 2024-12-28T04:31:50.635Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1458 | 2024-12-28T04:31:50.655Z | |
1459 | 2024-12-28T04:31:50.655Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1460 | 2024-12-28T04:31:50.744Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1461 | 2024-12-28T04:31:50.788Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1a6e78db-b27a-488b-9d79-fd71ded22bb1 --sled-uuid d561961f-6107-4ba3-a611-42e54ae4c764 -a sl0/v6 &> /opt/ddmd.log & |
1462 | 2024-12-28T04:31:50.809Z | |
1463 | 2024-12-28T04:31:50.809Z | running zone s2.trio setup |
1464 | 2024-12-28T04:31:50.809Z | [s2.trio] svcs milestone/network |
1465 | 2024-12-28T04:31:50.832Z | STATE STIME FMRI |
1466 | 2024-12-28T04:31:50.832Z | online 20:29:59 svc:/milestone/network:default |
1467 | 2024-12-28T04:31:50.832Z | [s2.trio] dladm |
1468 | 2024-12-28T04:31:50.853Z | LINK CLASS MTU STATE BRIDGE OVER |
1469 | 2024-12-28T04:31:50.853Z | sl1 simnet 9000 up -- ? |
1470 | 2024-12-28T04:31:50.853Z | mg3 vnic 9000 up -- ? |
1471 | 2024-12-28T04:31:50.853Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1472 | 2024-12-28T04:31:51.450Z | |
1473 | 2024-12-28T04:31:51.450Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1474 | 2024-12-28T04:31:51.473Z | |
1475 | 2024-12-28T04:31:51.473Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1476 | 2024-12-28T04:31:51.493Z | |
1477 | 2024-12-28T04:31:51.493Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1478 | 2024-12-28T04:31:51.538Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1479 | 2024-12-28T04:31:51.560Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 469499cc-32ae-4447-8ba6-5e00aa2c35e1 --sled-uuid fb86be59-a0f1-4b63-8825-ca1887588ac4 -a sl1/v6 &> /opt/ddmd.log & |
1480 | 2024-12-28T04:31:51.580Z | |
1481 | 2024-12-28T04:31:51.580Z | running zone t1.trio setup |
1482 | 2024-12-28T04:31:51.580Z | [t1.trio] svcs milestone/network |
1483 | 2024-12-28T04:31:51.602Z | STATE STIME FMRI |
1484 | 2024-12-28T04:31:51.602Z | - - svc:/milestone/network:default |
1485 | 2024-12-28T04:31:52.602Z | [t1.trio] svcs milestone/network |
1486 | 2024-12-28T04:31:52.624Z | STATE STIME FMRI |
1487 | 2024-12-28T04:31:52.624Z | - - svc:/milestone/network:default |
1488 | 2024-12-28T04:31:53.624Z | [t1.trio] svcs milestone/network |
1489 | 2024-12-28T04:31:53.646Z | STATE STIME FMRI |
1490 | 2024-12-28T04:31:53.646Z | - - svc:/milestone/network:default |
1491 | 2024-12-28T04:31:54.646Z | [t1.trio] svcs milestone/network |
1492 | 2024-12-28T04:31:54.667Z | STATE STIME FMRI |
1493 | 2024-12-28T04:31:54.667Z | - - svc:/milestone/network:default |
1494 | 2024-12-28T04:31:55.668Z | [t1.trio] svcs milestone/network |
1495 | 2024-12-28T04:31:55.689Z | STATE STIME FMRI |
1496 | 2024-12-28T04:31:55.689Z | - - svc:/milestone/network:default |
1497 | 2024-12-28T04:31:56.689Z | [t1.trio] svcs milestone/network |
1498 | 2024-12-28T04:31:56.709Z | STATE STIME FMRI |
1499 | 2024-12-28T04:31:56.709Z | - - svc:/milestone/network:default |
1500 | 2024-12-28T04:31:57.710Z | [t1.trio] svcs milestone/network |
1501 | 2024-12-28T04:31:57.732Z | STATE STIME FMRI |
1502 | 2024-12-28T04:31:57.732Z | offline 20:31:57 svc:/milestone/network:default |
1503 | 2024-12-28T04:31:58.732Z | [t1.trio] svcs milestone/network |
1504 | 2024-12-28T04:31:58.757Z | STATE STIME FMRI |
1505 | 2024-12-28T04:31:58.757Z | online 20:31:57 svc:/milestone/network:default |
1506 | 2024-12-28T04:31:58.757Z | [t1.trio] dladm |
1507 | 2024-12-28T04:31:58.781Z | LINK CLASS MTU STATE BRIDGE OVER |
1508 | 2024-12-28T04:31:58.781Z | tfportrear0_0 simnet 9000 up -- ? |
1509 | 2024-12-28T04:31:58.781Z | tfportrear1_0 simnet 9000 up -- ? |
1510 | 2024-12-28T04:31:58.781Z | mg1 vnic 9000 up -- ? |
1511 | 2024-12-28T04:31:58.781Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1512 | 2024-12-28T04:31:59.389Z | |
1513 | 2024-12-28T04:31:59.389Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1514 | 2024-12-28T04:31:59.412Z | |
1515 | 2024-12-28T04:31:59.413Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1516 | 2024-12-28T04:31:59.440Z | |
1517 | 2024-12-28T04:31:59.440Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1518 | 2024-12-28T04:31:59.457Z | |
1519 | 2024-12-28T04:31:59.457Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1520 | 2024-12-28T04:31:59.659Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1521 | 2024-12-28T04:31:59.663Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1522 | 2024-12-28T04:31:59.666Z | waiting 3s for copy of files to zone to complete ... |
1523 | 2024-12-28T04:32:02.667Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1524 | 2024-12-28T04:32:02.713Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1525 | 2024-12-28T04:32:02.735Z | [t1.trio] svcadm enable dendrite |
1526 | 2024-12-28T04:32:02.775Z | |
1527 | 2024-12-28T04:32:02.775Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1528 | 2024-12-28T04:32:02.820Z | |
1529 | 2024-12-28T04:32:02.820Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1530 | 2024-12-28T04:32:02.862Z | |
1531 | 2024-12-28T04:32:02.862Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1532 | 2024-12-28T04:32:02.903Z | |
1533 | 2024-12-28T04:32:02.903Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1534 | 2024-12-28T04:32:02.944Z | |
1535 | 2024-12-28T04:32:02.944Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1536 | 2024-12-28T04:32:02.985Z | |
1537 | 2024-12-28T04:32:02.985Z | [t1.trio] svcadm refresh dendrite:default |
1538 | 2024-12-28T04:32:03.022Z | |
1539 | 2024-12-28T04:32:03.022Z | [t1.trio] svcadm restart dendrite:default |
1540 | 2024-12-28T04:32:03.058Z | |
1541 | 2024-12-28T04:32:03.058Z | wait 10s for dendrite to come up ... |
1542 | 2024-12-28T04:32:13.060Z | [t1.trio] svcadm enable tfport |
1543 | 2024-12-28T04:32:13.098Z | |
1544 | 2024-12-28T04:32:13.098Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 44ae110a-1b12-4860-b3ed-dab1cb817eb4 --sled-uuid 063f981e-8dc7-449e-a1a0-d74c4008d10f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1545 | 2024-12-28T04:32:13.118Z | |
1546 | 2024-12-28T04:32:13.118Z | [t1.trio] ipadm |
1547 | 2024-12-28T04:32:13.140Z | ADDROBJ TYPE STATE ADDR |
1548 | 2024-12-28T04:32:13.140Z | lo0/v4 static ok 127.0.0.1/8 |
1549 | 2024-12-28T04:32:13.140Z | mg1/v4 static ok 10.0.0.3/24 |
1550 | 2024-12-28T04:32:13.140Z | lo0/v6 static ok ::1/128 |
1551 | 2024-12-28T04:32:13.140Z | lo0/u6 static ok fd00:3::1/64 |
1552 | 2024-12-28T04:32:13.140Z | tfportrear0_0/v6 addrconf ok fe80::382d:85ff:fedd:e0e4%tfportrear0_0/10 |
1553 | 2024-12-28T04:32:13.140Z | tfportrear1_0/v6 addrconf ok fe80::402b:64ff:fece:e80c%tfportrear1_0/10 |
1554 | 2024-12-28T04:32:15.352Z | initial peering test passed |
1555 | 2024-12-28T04:32:16.354Z | advertise from one passed |
1556 | 2024-12-28T04:32:17.356Z | advertise from two passed |
1557 | 2024-12-28T04:32:17.357Z | [s1.trio] ping fd00:2::1 |
1558 | 2024-12-28T04:32:17.384Z | fd00:2::1 is alive |
1559 | 2024-12-28T04:32:17.384Z | [s2.trio] ping fd00:1::1 |
1560 | 2024-12-28T04:32:17.404Z | fd00:1::1 is alive |
1561 | 2024-12-28T04:32:17.404Z | connectivity test passed |
1562 | 2024-12-28T04:32:17.404Z | [t1.trio] pkill ddmd |
1563 | 2024-12-28T04:32:17.422Z | |
1564 | 2024-12-28T04:32:23.428Z | [t1.trio] svcadm enable dendrite |
1565 | 2024-12-28T04:32:23.467Z | |
1566 | 2024-12-28T04:32:23.467Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1567 | 2024-12-28T04:32:23.508Z | |
1568 | 2024-12-28T04:32:23.509Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1569 | 2024-12-28T04:32:23.550Z | |
1570 | 2024-12-28T04:32:23.550Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1571 | 2024-12-28T04:32:23.591Z | |
1572 | 2024-12-28T04:32:23.591Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1573 | 2024-12-28T04:32:23.632Z | |
1574 | 2024-12-28T04:32:23.632Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1575 | 2024-12-28T04:32:23.673Z | |
1576 | 2024-12-28T04:32:23.673Z | [t1.trio] svcadm refresh dendrite:default |
1577 | 2024-12-28T04:32:23.710Z | |
1578 | 2024-12-28T04:32:23.710Z | [t1.trio] svcadm restart dendrite:default |
1579 | 2024-12-28T04:32:23.748Z | |
1580 | 2024-12-28T04:32:23.748Z | wait 10s for dendrite to come up ... |
1581 | 2024-12-28T04:32:33.750Z | [t1.trio] svcadm enable tfport |
1582 | 2024-12-28T04:32:33.790Z | |
1583 | 2024-12-28T04:32:33.790Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8d92c75a-3010-4560-a7b0-fd255c21495a --sled-uuid 5e923ee7-b0c6-4d38-b658-1caef14d5336 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1584 | 2024-12-28T04:32:33.809Z | |
1585 | 2024-12-28T04:32:33.809Z | [t1.trio] ipadm |
1586 | 2024-12-28T04:32:33.832Z | ADDROBJ TYPE STATE ADDR |
1587 | 2024-12-28T04:32:33.832Z | lo0/v4 static ok 127.0.0.1/8 |
1588 | 2024-12-28T04:32:33.832Z | mg1/v4 static ok 10.0.0.3/24 |
1589 | 2024-12-28T04:32:33.832Z | lo0/v6 static ok ::1/128 |
1590 | 2024-12-28T04:32:33.832Z | lo0/u6 static ok fd00:3::1/64 |
1591 | 2024-12-28T04:32:33.832Z | tfportrear0_0/v6 addrconf ok fe80::382d:85ff:fedd:e0e4%tfportrear0_0/10 |
1592 | 2024-12-28T04:32:33.832Z | tfportrear1_0/v6 addrconf ok fe80::402b:64ff:fece:e80c%tfportrear1_0/10 |
1593 | 2024-12-28T04:32:36.835Z | [s1.trio] ping fd00:2::1 |
1594 | 2024-12-28T04:32:36.858Z | fd00:2::1 is alive |
1595 | 2024-12-28T04:32:36.858Z | [s2.trio] ping fd00:1::1 |
1596 | 2024-12-28T04:32:36.879Z | fd00:1::1 is alive |
1597 | 2024-12-28T04:32:36.879Z | transit router restart passed |
1598 | 2024-12-28T04:32:36.879Z | [s1.trio] pkill ddmd |
1599 | 2024-12-28T04:32:36.898Z | |
1600 | 2024-12-28T04:32:41.902Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c1ff3adb-b46d-4f11-aaf6-e6ec3ca60d64 --sled-uuid ce5b3cea-3253-482d-bc5c-5cbeeecf9673 -a sl0/v6 &> /opt/ddmd.log & |
1601 | 2024-12-28T04:32:41.924Z | |
1602 | 2024-12-28T04:32:44.928Z | [s1.trio] ping fd00:2::1 |
1603 | 2024-12-28T04:32:44.951Z | fd00:2::1 is alive |
1604 | 2024-12-28T04:32:44.951Z | [s2.trio] ping fd00:1::1 |
1605 | 2024-12-28T04:32:44.971Z | fd00:1::1 is alive |
1606 | 2024-12-28T04:32:44.971Z | server router restart passed |
1607 | 2024-12-28T04:32:47.976Z | peer expiration recovery passed |
1608 | 2024-12-28T04:32:48.978Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1609 | 2024-12-28T04:32:49.003Z | 3 |
1610 | 2024-12-28T04:32:49.003Z | redundant advertise passed |
1611 | 2024-12-28T04:32:50.006Z | tunnel endpoint advertise passed |
1612 | 2024-12-28T04:32:55.008Z | redundant tunnel endpoint advertise passed |
1613 | 2024-12-28T04:32:55.008Z | [s1.trio] pkill ddmd |
1614 | 2024-12-28T04:32:55.031Z | |
1615 | 2024-12-28T04:33:00.032Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 23a4bb61-e64e-4fa4-9fdf-728e22320bfa --sled-uuid 59bba649-5dd3-44f7-876f-d30a97dba05d -a sl0/v6 &> /opt/ddmd.log & |
1616 | 2024-12-28T04:33:00.054Z | |
1617 | 2024-12-28T04:33:05.123Z | tunnel router restart passed |
1618 | 2024-12-28T04:33:06.125Z | tunnel endpoint withdraw passed |
1619 | 2024-12-28T04:33:06.140Z | [t1.trio] pkill ddmd |
1620 | 2024-12-28T04:33:06.167Z | |
1621 | 2024-12-28T04:33:06.167Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1622 | 2024-12-28T04:33:06.171Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1623 | 2024-12-28T04:33:08.773Z | [s2.trio] pkill ddmd |
1624 | 2024-12-28T04:33:08.792Z | |
1625 | 2024-12-28T04:33:08.792Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1626 | 2024-12-28T04:33:11.177Z | [s1.trio] pkill ddmd |
1627 | 2024-12-28T04:33:11.198Z | |
1628 | 2024-12-28T04:33:11.198Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1629 | 2024-12-28T04:33:13.484Z | [sidecar.trio] pkill softnpu |
1630 | 2024-12-28T04:33:13.505Z | |
1631 | 2024-12-28T04:33:13.505Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1632 | 2024-12-28T04:33:15.884Z | test ddm::test_trio_v3 ... ok |
1633 | 2024-12-28T04:33:15.884Z | |
1634 | 2024-12-28T04:33:15.884Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 572.44s |
1635 | 2024-12-28T04:33:15.884Z | |
1636 | 2024-12-28T04:33:15.912Z | + cleanup |
1637 | 2024-12-28T04:33:15.915Z | ++ id -un |
1638 | 2024-12-28T04:33:15.919Z | ++ id -gn |
1639 | 2024-12-28T04:33:15.922Z | + pfexec chown -R build:build . |
1640 | 2024-12-28T04:33:16.001Z | process exited: duration 1092085 ms, exit code 0 |
|
1641 | 2024-12-28T04:33:16.011Z | found 4 output files |
1642 | 2024-12-28T04:33:16.011Z | uploading: /work/s1.trio.log (4205 bytes) |
1643 | 2024-12-28T04:33:17.021Z | uploaded: /work/s1.trio.log |
1644 | 2024-12-28T04:33:17.030Z | uploading: /work/s2.trio.log (9461 bytes) |
1645 | 2024-12-28T04:33:18.038Z | uploaded: /work/s2.trio.log |
1646 | 2024-12-28T04:33:18.038Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1647 | 2024-12-28T04:33:19.047Z | uploaded: /work/sidecar.trio-softnpu.log |
1648 | 2024-12-28T04:33:19.047Z | uploading: /work/t1.trio.log (25808 bytes) |
1649 | 2024-12-28T04:33:20.056Z | uploaded: /work/t1.trio.log |