|
|
|
1 | 2024-12-28T04:14:23.332Z | job assigned to worker 01JG5QG8AVJY1X8WXK0G1R15FH [factory aws, i-03fb5a48a53c7eaa1] (queued for 1 m 0 s) |
|
2 | 2024-12-28T04:14:30.652Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:30.663Z | ++ uname -s |
4 | 2024-12-28T04:14:30.666Z | + kern=SunOS |
5 | 2024-12-28T04:14:30.666Z | + case "$kern" in |
6 | 2024-12-28T04:14:30.666Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:30.668Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:32.677Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:32.778Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:32.781Z | + home_fs=zfs |
11 | 2024-12-28T04:14:32.781Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:32.781Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:32.783Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:34.786Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:34.789Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-12-28T04:14:34.794Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:34.799Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:34.799Z | ' stable |
19 | 2024-12-28T04:14:34.799Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-28T04:14:34.799Z | ' default |
21 | 2024-12-28T04:14:34.800Z | * toolchain channel = "stable" |
22 | 2024-12-28T04:14:34.800Z | * toolchain profile = "default" |
23 | 2024-12-28T04:14:34.802Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:34.802Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:34.909Z | info: downloading installer |
26 | 2024-12-28T04:14:36.012Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:36.012Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:36.014Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:36.146Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:36.148Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:36.841Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:37.106Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:38.077Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:39.490Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:44.795Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:44.998Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:45.803Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:46.176Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:47.905Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:49.570Z | info: installing component 'rustc' |
41 | 2024-12-28T04:14:55.332Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:14:55.662Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:14:55.662Z | |
44 | 2024-12-28T04:14:56.025Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:14:56.025Z | |
46 | 2024-12-28T04:14:56.028Z | |
47 | 2024-12-28T04:14:56.028Z | Rust is installed now. Great! |
48 | 2024-12-28T04:14:56.028Z | |
49 | 2024-12-28T04:14:56.028Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:14:56.028Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:14:56.028Z | |
52 | 2024-12-28T04:14:56.028Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:14:56.028Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:14:56.028Z | |
55 | 2024-12-28T04:14:56.028Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:14:56.028Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:14:56.028Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:14:56.099Z | + rustc --version |
59 | 2024-12-28T04:14:56.166Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:14:56.169Z | process exited: duration 21369 ms, exit code 0 |
|
61 | 2024-12-28T04:14:56.176Z | starting task 2: "authentication" |
62 | 2024-12-28T04:14:56.195Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:14:56.200Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:14:56.205Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:14:56.207Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:14:56.249Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:14:56.853Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:14:56.853Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:14:57.088Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:14:57.090Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:14:57.096Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:14:57.099Z | ++ git branch --show-current |
73 | 2024-12-28T04:14:57.101Z | + current=main |
74 | 2024-12-28T04:14:57.101Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:14:57.101Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:14:57.104Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:14:57.118Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:14:57.121Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:14:57.124Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:14:57.126Z | process exited: duration 924 ms, exit code 0 |
|
81 | 2024-12-28T04:14:57.131Z | starting task 4: "build" |
82 | 2024-12-28T04:14:57.136Z | ++ cargo --version |
83 | 2024-12-28T04:14:57.141Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:14:57.314Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-28T04:14:57.314Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:14:58.288Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:14:58.649Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:15:00.002Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:15:02.113Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:15:09.665Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:15:09.949Z | info: installing component 'cargo' |
92 | 2024-12-28T04:15:10.745Z | info: installing component 'clippy' |
93 | 2024-12-28T04:15:11.101Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:15:12.673Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:15:14.378Z | info: installing component 'rustc' |
96 | 2024-12-28T04:15:19.965Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:15:20.373Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-28T04:15:20.376Z | ++ rustc --version |
99 | 2024-12-28T04:15:20.446Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-28T04:15:20.452Z | ++ dladm |
101 | 2024-12-28T04:15:20.456Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-28T04:15:20.456Z | ena0 phys 9216 up -- -- |
103 | 2024-12-28T04:15:20.459Z | ++ ipadm |
104 | 2024-12-28T04:15:20.461Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-28T04:15:20.461Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-28T04:15:20.461Z | ena0/dhcp dhcp ok 10.150.1.26/24 |
107 | 2024-12-28T04:15:20.461Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-28T04:15:20.461Z | ++ banner collect |
109 | 2024-12-28T04:15:20.465Z | |
110 | 2024-12-28T04:15:20.465Z | #### #### # # ###### #### ##### |
111 | 2024-12-28T04:15:20.465Z | # # # # # # # # # # |
112 | 2024-12-28T04:15:20.466Z | # # # # # ##### # # |
113 | 2024-12-28T04:15:20.466Z | # # # # # # # # |
114 | 2024-12-28T04:15:20.466Z | # # # # # # # # # # |
115 | 2024-12-28T04:15:20.466Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-28T04:15:20.466Z | |
117 | 2024-12-28T04:15:20.466Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-28T04:15:20.466Z | ++ repo=softnpu |
119 | 2024-12-28T04:15:20.466Z | ++ series=image |
120 | 2024-12-28T04:15:20.466Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-28T04:15:20.466Z | ++ name=softnpu |
122 | 2024-12-28T04:15:20.466Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-28T04:15:20.466Z | ++ mkdir -p download |
124 | 2024-12-28T04:15:20.466Z | ++ pushd download |
125 | 2024-12-28T04:15:20.466Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-28T04:15:20.466Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-28T04:15:20.466Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-28T04:15:20.473Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-28T04:15:20.482Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-28T04:15:20.988Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 42.3M 0 --:--:-- --:--:-- --:--:-- 42.4M |
131 | 2024-12-28T04:15:20.993Z | ++ popd |
132 | 2024-12-28T04:15:20.997Z | /work/oxidecomputer/maghemite |
133 | 2024-12-28T04:15:20.997Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-28T04:15:20.997Z | ++ repo=sidecar-lite |
135 | 2024-12-28T04:15:20.997Z | ++ series=release |
136 | 2024-12-28T04:15:20.997Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-28T04:15:20.997Z | ++ name=libsidecar_lite.so |
138 | 2024-12-28T04:15:20.997Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-28T04:15:20.998Z | ++ mkdir -p download |
140 | 2024-12-28T04:15:20.998Z | ++ pushd download |
141 | 2024-12-28T04:15:20.998Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-28T04:15:20.998Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-28T04:15:20.998Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-28T04:15:21.004Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-28T04:15:21.004Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-28T04:15:21.611Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 33.7M 0 --:--:-- --:--:-- --:--:-- 33.6M |
147 | 2024-12-28T04:15:21.620Z | ++ popd |
148 | 2024-12-28T04:15:21.620Z | /work/oxidecomputer/maghemite |
149 | 2024-12-28T04:15:21.620Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-28T04:15:21.620Z | ++ repo=sidecar-lite |
151 | 2024-12-28T04:15:21.621Z | ++ series=release |
152 | 2024-12-28T04:15:21.621Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-28T04:15:21.621Z | ++ name=scadm |
154 | 2024-12-28T04:15:21.621Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-28T04:15:21.621Z | ++ mkdir -p download |
156 | 2024-12-28T04:15:21.621Z | ++ pushd download |
157 | 2024-12-28T04:15:21.621Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-28T04:15:21.621Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-28T04:15:21.621Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-28T04:15:21.627Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-28T04:15:21.627Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-28T04:15:22.136Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
92 22.7M 92 20.9M 0 0 46.5M 0 --:--:-- --:--:-- --:--:-- 46.4M
100 22.7M 100 22.7M 0 0 44.6M 0 --:--:-- --:--:-- --:--:-- 44.6M |
163 | 2024-12-28T04:15:22.139Z | ++ popd |
164 | 2024-12-28T04:15:22.139Z | /work/oxidecomputer/maghemite |
165 | 2024-12-28T04:15:22.139Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-28T04:15:22.139Z | ++ repo=dendrite |
167 | 2024-12-28T04:15:22.139Z | ++ series=image |
168 | 2024-12-28T04:15:22.139Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-28T04:15:22.139Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-28T04:15:22.140Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-28T04:15:22.140Z | ++ mkdir -p download |
172 | 2024-12-28T04:15:22.140Z | ++ pushd download |
173 | 2024-12-28T04:15:22.140Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-28T04:15:22.140Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-28T04:15:22.140Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-28T04:15:22.146Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-28T04:15:22.153Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-28T04:15:23.245Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
84 37.5M 84 31.6M 0 0 34.1M 0 0:00:01 --:--:-- 0:00:01 34.1M
100 37.5M 100 37.5M 0 0 34.2M 0 0:00:01 0:00:01 --:--:-- 34.2M |
179 | 2024-12-28T04:15:23.259Z | ++ popd |
180 | 2024-12-28T04:15:23.259Z | /work/oxidecomputer/maghemite |
181 | 2024-12-28T04:15:23.259Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-28T04:15:23.259Z | ++ repo=maghemite |
183 | 2024-12-28T04:15:23.259Z | ++ series=release |
184 | 2024-12-28T04:15:23.259Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-28T04:15:23.259Z | ++ name=ddmd |
186 | 2024-12-28T04:15:23.259Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-28T04:15:23.259Z | ++ mkdir -p download |
188 | 2024-12-28T04:15:23.260Z | ++ pushd download |
189 | 2024-12-28T04:15:23.260Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-28T04:15:23.260Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-28T04:15:23.260Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-28T04:15:23.264Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-28T04:15:23.264Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-28T04:15:24.078Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 50.5M 0 --:--:-- --:--:-- --:--:-- 50.5M |
195 | 2024-12-28T04:15:24.094Z | ++ popd |
196 | 2024-12-28T04:15:24.094Z | /work/oxidecomputer/maghemite |
197 | 2024-12-28T04:15:24.094Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-28T04:15:24.094Z | ++ repo=maghemite |
199 | 2024-12-28T04:15:24.094Z | ++ series=release |
200 | 2024-12-28T04:15:24.094Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-28T04:15:24.095Z | ++ name=ddmadm |
202 | 2024-12-28T04:15:24.095Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-28T04:15:24.095Z | ++ mkdir -p download |
204 | 2024-12-28T04:15:24.095Z | ++ pushd download |
205 | 2024-12-28T04:15:24.095Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-28T04:15:24.095Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-28T04:15:24.095Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-28T04:15:24.095Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-28T04:15:24.095Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-28T04:15:24.573Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 36.5M 0 --:--:-- --:--:-- --:--:-- 36.6M |
211 | 2024-12-28T04:15:24.590Z | ++ popd |
212 | 2024-12-28T04:15:24.612Z | /work/oxidecomputer/maghemite |
213 | 2024-12-28T04:15:24.612Z | ++ pushd download |
214 | 2024-12-28T04:15:24.613Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-28T04:15:24.613Z | ++ chmod +x softnpu |
216 | 2024-12-28T04:15:24.613Z | ++ chmod +x scadm |
217 | 2024-12-28T04:15:24.613Z | ++ chmod +x ddmadm |
218 | 2024-12-28T04:15:24.613Z | ++ chmod +x ddmd |
219 | 2024-12-28T04:15:24.613Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-28T04:15:24.613Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-28T04:15:24.613Z | ++ rm -rf zones/dendrite |
222 | 2024-12-28T04:15:24.614Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-28T04:15:24.614Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-28T04:15:25.360Z | ++ popd |
225 | 2024-12-28T04:15:25.360Z | /work/oxidecomputer/maghemite |
226 | 2024-12-28T04:15:25.360Z | ++ banner install |
227 | 2024-12-28T04:15:25.363Z | |
228 | 2024-12-28T04:15:25.363Z | # # # #### ##### ## # # |
229 | 2024-12-28T04:15:25.363Z | # ## # # # # # # # |
230 | 2024-12-28T04:15:25.363Z | # # # # #### # # # # # |
231 | 2024-12-28T04:15:25.363Z | # # # # # # ###### # # |
232 | 2024-12-28T04:15:25.363Z | # # ## # # # # # # # |
233 | 2024-12-28T04:15:25.363Z | # # # #### # # # ###### ###### |
234 | 2024-12-28T04:15:25.363Z | |
235 | 2024-12-28T04:15:25.366Z | ++ pkg info brand/sparse |
236 | 2024-12-28T04:15:25.366Z | ++ grep -qi installed |
237 | 2024-12-28T04:15:27.012Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-28T04:15:27.012Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-28T04:15:27.012Z | |
240 | 2024-12-28T04:15:27.012Z | brand/sparse |
241 | 2024-12-28T04:15:27.064Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-28T04:15:27.064Z | ++ set -o errexit |
243 | 2024-12-28T04:15:27.064Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-28T04:15:33.292Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-28T04:15:37.157Z | Startup: Caching catalogs ... Done |
246 | 2024-12-28T04:15:47.736Z | Planning: Solver setup ... Done |
247 | 2024-12-28T04:15:47.871Z | Planning: Running solver ... Done |
248 | 2024-12-28T04:15:47.974Z | Planning: Finding local manifests ... Done |
249 | 2024-12-28T04:15:47.986Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-28T04:15:48.074Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-28T04:15:48.145Z | Planning: Package planning ... Done |
252 | 2024-12-28T04:15:48.151Z | Planning: Merging actions ... Done |
253 | 2024-12-28T04:15:48.340Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-28T04:15:50.475Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-28T04:15:51.074Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-28T04:15:51.141Z | Planning: Planning completed in 13.89 seconds |
257 | 2024-12-28T04:15:51.157Z | Packages to install: 1 |
258 | 2024-12-28T04:15:51.157Z | Packages to update: 2 |
259 | 2024-12-28T04:15:51.159Z | Create boot environment: No |
260 | 2024-12-28T04:15:51.159Z | Create backup boot environment: Yes |
261 | 2024-12-28T04:15:51.235Z | |
262 | 2024-12-28T04:15:51.235Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-28T04:15:55.147Z | Download: Completed 8.03 MB in 3.91 seconds (2.0M/s) |
264 | 2024-12-28T04:15:57.239Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-28T04:15:57.264Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-28T04:15:57.380Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-28T04:15:57.694Z | Actions: Completed 1419 actions in 0.46 seconds. |
268 | 2024-12-28T04:15:57.908Z | Done |
269 | 2024-12-28T04:15:57.910Z | Done |
270 | 2024-12-28T04:15:58.434Z | Done |
271 | 2024-12-28T04:16:02.790Z | Done |
272 | 2024-12-28T04:16:02.875Z | Done |
273 | 2024-12-28T04:16:02.877Z | Done |
274 | 2024-12-28T04:16:02.980Z | Done |
275 | 2024-12-28T04:16:03.377Z | ++ set -o errexit |
276 | 2024-12-28T04:16:03.377Z | ++ set -o pipefail |
277 | 2024-12-28T04:16:03.377Z | ++ banner build |
278 | 2024-12-28T04:16:03.380Z | |
279 | 2024-12-28T04:16:03.380Z | ##### # # # # ##### |
280 | 2024-12-28T04:16:03.380Z | # # # # # # # # |
281 | 2024-12-28T04:16:03.380Z | ##### # # # # # # |
282 | 2024-12-28T04:16:03.380Z | # # # # # # # # |
283 | 2024-12-28T04:16:03.380Z | # # # # # # # # |
284 | 2024-12-28T04:16:03.380Z | ##### #### # ###### ##### |
285 | 2024-12-28T04:16:03.380Z | |
286 | 2024-12-28T04:16:03.380Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-28T04:16:03.571Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-28T04:16:03.803Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-28T04:16:04.034Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-28T04:16:04.034Z | * [new branch] ci -> origin/ci |
291 | 2024-12-28T04:16:04.037Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
292 | 2024-12-28T04:16:04.037Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
293 | 2024-12-28T04:16:04.037Z | * [new branch] main -> origin/main |
294 | 2024-12-28T04:16:04.037Z | * [new ref] -> origin/HEAD |
295 | 2024-12-28T04:16:04.048Z | Updating crates.io index |
296 | 2024-12-28T04:16:04.107Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-12-28T04:16:04.886Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-12-28T04:16:04.886Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-12-28T04:16:04.990Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-12-28T04:16:06.166Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-12-28T04:16:06.166Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-12-28T04:16:06.304Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-12-28T04:16:06.681Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-12-28T04:16:06.681Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-12-28T04:16:06.689Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-28T04:16:07.187Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-12-28T04:16:07.187Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-12-28T04:16:07.199Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-12-28T04:16:11.484Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-12-28T04:16:11.484Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-12-28T04:16:11.514Z | * [new tag] dogfood -> dogfood |
312 | 2024-12-28T04:16:11.516Z | * [new tag] v5 -> v5 |
313 | 2024-12-28T04:16:11.516Z | * [new tag] v6 -> v6 |
314 | 2024-12-28T04:16:11.516Z | * [new tag] v7 -> v7 |
315 | 2024-12-28T04:16:11.516Z | * [new tag] v8 -> v8 |
316 | 2024-12-28T04:16:11.516Z | * [new tag] v9 -> v9 |
317 | 2024-12-28T04:16:11.866Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-12-28T04:16:12.480Z | From https://github.com/oxidecomputer/opte |
319 | 2024-12-28T04:16:12.480Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-12-28T04:16:12.620Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-12-28T04:16:13.040Z | From https://github.com/illumos/smf-rs |
322 | 2024-12-28T04:16:13.040Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-12-28T04:16:13.052Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-12-28T04:16:13.615Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-12-28T04:16:13.615Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-12-28T04:16:13.632Z | * [new tag] rift -> rift |
327 | 2024-12-28T04:16:13.636Z | * [new tag] srp -> srp |
328 | 2024-12-28T04:16:13.636Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-12-28T04:16:13.690Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-12-28T04:16:14.086Z | From https://github.com/oxidecomputer/zone |
331 | 2024-12-28T04:16:14.086Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-12-28T04:16:14.114Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-12-28T04:16:14.887Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-12-28T04:16:14.887Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-12-28T04:16:14.995Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-12-28T04:16:15.425Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-12-28T04:16:15.425Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-12-28T04:16:15.462Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-12-28T04:16:15.896Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-12-28T04:16:15.896Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-12-28T04:16:15.910Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-12-28T04:16:15.924Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-12-28T04:16:16.314Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-12-28T04:16:16.314Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-12-28T04:16:16.353Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-12-28T04:16:16.834Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-12-28T04:16:16.834Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-12-28T04:16:16.869Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-12-28T04:16:17.314Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-12-28T04:16:17.314Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-12-28T04:16:17.353Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-12-28T04:16:17.762Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-12-28T04:16:17.762Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-12-28T04:16:17.789Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-12-28T04:16:18.165Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-12-28T04:16:18.165Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-12-28T04:16:18.219Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-12-28T04:16:18.630Z | From https://github.com/illumos/libscf-sys |
359 | 2024-12-28T04:16:18.630Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-12-28T04:16:18.639Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-12-28T04:16:19.539Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-12-28T04:16:19.539Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-12-28T04:16:19.559Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-12-28T04:16:19.562Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-12-28T04:16:19.562Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-12-28T04:16:19.562Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-12-28T04:16:19.562Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-12-28T04:16:19.562Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-12-28T04:16:19.562Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-12-28T04:16:19.786Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-12-28T04:16:20.582Z | From https://github.com/oxidecomputer/typify |
372 | 2024-12-28T04:16:20.582Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-12-28T04:16:20.585Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-12-28T04:16:20.602Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-12-28T04:16:20.604Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-12-28T04:16:20.604Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-12-28T04:16:20.746Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-12-28T04:16:21.792Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-12-28T04:16:21.792Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-12-28T04:16:21.866Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-12-28T04:16:22.356Z | From https://github.com/oxidecomputer/opte |
392 | 2024-12-28T04:16:22.357Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-12-28T04:16:22.404Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-12-28T04:16:23.113Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-12-28T04:16:23.113Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-12-28T04:16:24.018Z | Downloading crates ... |
397 | 2024-12-28T04:16:24.080Z | Downloaded async-stream-impl v0.3.5 |
398 | 2024-12-28T04:16:24.090Z | Downloaded cstr-argument v0.1.2 |
399 | 2024-12-28T04:16:24.094Z | Downloaded atomicwrites v0.4.4 |
400 | 2024-12-28T04:16:24.096Z | Downloaded crunchy v0.2.2 |
401 | 2024-12-28T04:16:24.099Z | Downloaded const-random-macro v0.1.16 |
402 | 2024-12-28T04:16:24.101Z | Downloaded ciborium-io v0.2.2 |
403 | 2024-12-28T04:16:24.108Z | Downloaded foreign-types-shared v0.1.1 |
404 | 2024-12-28T04:16:24.110Z | Downloaded crucible-workspace-hack v0.1.0 |
405 | 2024-12-28T04:16:24.110Z | Downloaded equivalent v1.0.1 |
406 | 2024-12-28T04:16:24.113Z | Downloaded foreign-types-macros v0.2.3 |
407 | 2024-12-28T04:16:24.115Z | Downloaded crc8 v0.1.1 |
408 | 2024-12-28T04:16:24.118Z | Downloaded darling_macro v0.20.10 |
409 | 2024-12-28T04:16:24.120Z | Downloaded dtrace-parser v0.2.0 |
410 | 2024-12-28T04:16:24.124Z | Downloaded foreign-types v0.3.2 |
411 | 2024-12-28T04:16:24.127Z | Downloaded foreign-types v0.5.0 |
412 | 2024-12-28T04:16:24.131Z | Downloaded const-random v0.1.18 |
413 | 2024-12-28T04:16:24.134Z | Downloaded async-stream v0.3.5 |
414 | 2024-12-28T04:16:24.136Z | Downloaded paste v1.0.15 |
415 | 2024-12-28T04:16:24.138Z | Downloaded atomic-waker v1.1.2 |
416 | 2024-12-28T04:16:24.141Z | Downloaded pest_meta v2.7.13 |
417 | 2024-12-28T04:16:24.144Z | Downloaded futures-executor v0.3.30 |
418 | 2024-12-28T04:16:24.144Z | Downloaded colored v2.1.0 |
419 | 2024-12-28T04:16:24.146Z | Downloaded crypto-common v0.1.6 |
420 | 2024-12-28T04:16:24.149Z | Downloaded percent-encoding v2.3.1 |
421 | 2024-12-28T04:16:24.149Z | Downloaded ciborium-ll v0.2.2 |
422 | 2024-12-28T04:16:24.151Z | Downloaded pin-project-lite v0.2.14 |
423 | 2024-12-28T04:16:24.156Z | Downloaded pest_generator v2.7.13 |
424 | 2024-12-28T04:16:24.158Z | Downloaded password-hash v0.5.0 |
425 | 2024-12-28T04:16:24.161Z | Downloaded futures-sink v0.3.30 |
426 | 2024-12-28T04:16:24.163Z | Downloaded futures-core v0.3.30 |
427 | 2024-12-28T04:16:24.163Z | Downloaded fixedbitset v0.4.2 |
428 | 2024-12-28T04:16:24.165Z | Downloaded form_urlencoded v1.2.1 |
429 | 2024-12-28T04:16:24.165Z | Downloaded embedded-io v0.4.0 |
430 | 2024-12-28T04:16:24.168Z | Downloaded deranged v0.3.11 |
431 | 2024-12-28T04:16:24.170Z | Downloaded fnv v1.0.7 |
432 | 2024-12-28T04:16:24.170Z | Downloaded errno v0.3.9 |
433 | 2024-12-28T04:16:24.172Z | Downloaded futures-io v0.3.30 |
434 | 2024-12-28T04:16:24.172Z | Downloaded dof v0.3.0 |
435 | 2024-12-28T04:16:24.175Z | Downloaded argon2 v0.5.3 |
436 | 2024-12-28T04:16:24.177Z | Downloaded hubpack_derive v0.1.1 |
437 | 2024-12-28T04:16:24.177Z | Downloaded darling v0.20.10 |
438 | 2024-12-28T04:16:24.181Z | Downloaded quick-error v1.2.3 |
439 | 2024-12-28T04:16:24.185Z | Downloaded proc-macro-crate v3.2.0 |
440 | 2024-12-28T04:16:24.185Z | Downloaded proc-macro-crate v1.3.1 |
441 | 2024-12-28T04:16:24.187Z | Downloaded crc32fast v1.4.2 |
442 | 2024-12-28T04:16:24.190Z | Downloaded proc-macro2 v1.0.86 |
443 | 2024-12-28T04:16:24.193Z | Downloaded prettyplease v0.2.22 |
444 | 2024-12-28T04:16:24.195Z | Downloaded progenitor-macro v0.8.0 |
445 | 2024-12-28T04:16:24.198Z | Downloaded progenitor-client v0.8.0 |
446 | 2024-12-28T04:16:24.200Z | Downloaded rand v0.8.5 |
447 | 2024-12-28T04:16:24.203Z | Downloaded async-trait v0.1.83 |
448 | 2024-12-28T04:16:24.205Z | Downloaded ident_case v1.0.1 |
449 | 2024-12-28T04:16:24.208Z | Downloaded futures-channel v0.3.30 |
450 | 2024-12-28T04:16:24.210Z | Downloaded defmt v0.3.8 |
451 | 2024-12-28T04:16:24.213Z | Downloaded swrite v0.1.0 |
452 | 2024-12-28T04:16:24.215Z | Downloaded tinyvec_macros v0.1.1 |
453 | 2024-12-28T04:16:24.217Z | Downloaded byteorder v1.5.0 |
454 | 2024-12-28T04:16:24.219Z | Downloaded rustversion v1.0.17 |
455 | 2024-12-28T04:16:24.221Z | Downloaded http-body v0.4.6 |
456 | 2024-12-28T04:16:24.224Z | Downloaded is-terminal v0.4.13 |
457 | 2024-12-28T04:16:24.226Z | Downloaded console v0.15.8 |
458 | 2024-12-28T04:16:24.229Z | Downloaded hostname v0.3.1 |
459 | 2024-12-28T04:16:24.231Z | Downloaded crossbeam-utils v0.8.20 |
460 | 2024-12-28T04:16:24.233Z | Downloaded serde-big-array v0.5.1 |
461 | 2024-12-28T04:16:24.236Z | Downloaded blake2 v0.10.6 |
462 | 2024-12-28T04:16:24.238Z | Downloaded fxhash v0.2.1 |
463 | 2024-12-28T04:16:24.241Z | Downloaded derive-where v1.2.7 |
464 | 2024-12-28T04:16:24.243Z | Downloaded omicron-workspace-hack v0.1.0 |
465 | 2024-12-28T04:16:24.245Z | Downloaded num_threads v0.1.7 |
466 | 2024-12-28T04:16:24.245Z | Downloaded match_cfg v0.1.0 |
467 | 2024-12-28T04:16:24.248Z | Downloaded progenitor-impl v0.8.0 |
468 | 2024-12-28T04:16:24.250Z | Downloaded newtype-uuid v1.1.0 |
469 | 2024-12-28T04:16:24.252Z | Downloaded num_enum v0.5.11 |
470 | 2024-12-28T04:16:24.255Z | Downloaded subtle v2.6.1 |
471 | 2024-12-28T04:16:24.258Z | Downloaded sync_wrapper v0.1.2 |
472 | 2024-12-28T04:16:24.260Z | Downloaded sigpipe v0.1.3 |
473 | 2024-12-28T04:16:24.260Z | Downloaded num-iter v0.1.45 |
474 | 2024-12-28T04:16:24.262Z | Downloaded hyper-rustls v0.24.2 |
475 | 2024-12-28T04:16:24.265Z | Downloaded parking_lot_core v0.8.6 |
476 | 2024-12-28T04:16:24.268Z | Downloaded untrusted v0.9.0 |
477 | 2024-12-28T04:16:24.270Z | Downloaded zeroize v1.8.1 |
478 | 2024-12-28T04:16:24.273Z | Downloaded pin-utils v0.1.0 |
479 | 2024-12-28T04:16:24.273Z | Downloaded dropshot_endpoint v0.12.0 |
480 | 2024-12-28T04:16:24.275Z | Downloaded serde_urlencoded v0.7.1 |
481 | 2024-12-28T04:16:24.278Z | Downloaded futures v0.3.30 |
482 | 2024-12-28T04:16:24.283Z | Downloaded waitgroup v0.1.2 |
483 | 2024-12-28T04:16:24.285Z | Downloaded cookie v0.18.1 |
484 | 2024-12-28T04:16:24.288Z | Downloaded futures-task v0.3.30 |
485 | 2024-12-28T04:16:24.290Z | Downloaded serde_tokenstream v0.2.2 |
486 | 2024-12-28T04:16:24.293Z | Downloaded pkg-config v0.3.31 |
487 | 2024-12-28T04:16:24.293Z | Downloaded sct v0.7.1 |
488 | 2024-12-28T04:16:24.295Z | Downloaded spin v0.5.2 |
489 | 2024-12-28T04:16:24.298Z | Downloaded usdt-macro v0.5.0 |
490 | 2024-12-28T04:16:24.301Z | Downloaded spin v0.9.8 |
491 | 2024-12-28T04:16:24.303Z | Downloaded strum_macros v0.26.4 |
492 | 2024-12-28T04:16:24.303Z | Downloaded num-rational v0.4.2 |
493 | 2024-12-28T04:16:24.306Z | Downloaded num-complex v0.4.6 |
494 | 2024-12-28T04:16:24.308Z | Downloaded thread_local v1.1.8 |
495 | 2024-12-28T04:16:24.308Z | Downloaded num-conv v0.1.0 |
496 | 2024-12-28T04:16:24.310Z | Downloaded thread-id v4.2.2 |
497 | 2024-12-28T04:16:24.310Z | Downloaded slog-json v2.6.1 |
498 | 2024-12-28T04:16:24.313Z | Downloaded hash32 v0.3.1 |
499 | 2024-12-28T04:16:24.316Z | Downloaded slog-scope v4.4.0 |
500 | 2024-12-28T04:16:24.316Z | Downloaded hyper-tls v0.6.0 |
501 | 2024-12-28T04:16:24.318Z | Downloaded slog-bunyan v2.5.0 |
502 | 2024-12-28T04:16:24.318Z | Downloaded rustls-pemfile v2.1.3 |
503 | 2024-12-28T04:16:24.320Z | Downloaded base64 v0.22.1 |
504 | 2024-12-28T04:16:24.324Z | Downloaded scroll v0.12.0 |
505 | 2024-12-28T04:16:24.326Z | Downloaded schemars_derive v0.8.21 |
506 | 2024-12-28T04:16:24.329Z | Downloaded hyper-tls v0.5.0 |
507 | 2024-12-28T04:16:24.329Z | Downloaded rustls-pki-types v1.8.0 |
508 | 2024-12-28T04:16:24.331Z | Downloaded rhai_codegen v2.2.0 |
509 | 2024-12-28T04:16:24.338Z | Downloaded version_check v0.9.5 |
510 | 2024-12-28T04:16:24.340Z | Downloaded thiserror v1.0.69 |
511 | 2024-12-28T04:16:24.344Z | Downloaded thiserror-impl v1.0.69 |
512 | 2024-12-28T04:16:24.346Z | Downloaded utf8parse v0.2.2 |
513 | 2024-12-28T04:16:24.349Z | Downloaded tiny-keccak v2.0.2 |
514 | 2024-12-28T04:16:24.351Z | Downloaded strum_macros v0.25.3 |
515 | 2024-12-28T04:16:24.353Z | Downloaded want v0.3.1 |
516 | 2024-12-28T04:16:24.353Z | Downloaded hostname v0.4.0 |
517 | 2024-12-28T04:16:24.355Z | Downloaded sync_wrapper v1.0.1 |
518 | 2024-12-28T04:16:24.355Z | Downloaded openssl-macros v0.1.1 |
519 | 2024-12-28T04:16:24.358Z | Downloaded tokio-macros v2.4.0 |
520 | 2024-12-28T04:16:24.358Z | Downloaded indent_write v2.2.0 |
521 | 2024-12-28T04:16:24.361Z | Downloaded num-derive v0.3.3 |
522 | 2024-12-28T04:16:24.361Z | Downloaded humantime v2.1.0 |
523 | 2024-12-28T04:16:24.363Z | Downloaded hubpack v0.1.2 |
524 | 2024-12-28T04:16:24.363Z | Downloaded parse-display-derive v0.10.0 |
525 | 2024-12-28T04:16:24.365Z | Downloaded tokio-native-tls v0.3.1 |
526 | 2024-12-28T04:16:24.368Z | Downloaded slab v0.4.9 |
527 | 2024-12-28T04:16:24.368Z | Downloaded semver v1.0.23 |
528 | 2024-12-28T04:16:24.370Z | Downloaded sha2 v0.10.8 |
529 | 2024-12-28T04:16:24.373Z | Downloaded linked-hash-map v0.5.6 |
530 | 2024-12-28T04:16:24.375Z | Downloaded hyper-rustls v0.27.3 |
531 | 2024-12-28T04:16:24.377Z | Downloaded take_mut v0.2.2 |
532 | 2024-12-28T04:16:24.377Z | Downloaded typify-macro v0.2.0 |
533 | 2024-12-28T04:16:24.379Z | Downloaded terminal_size v0.4.0 |
534 | 2024-12-28T04:16:24.379Z | Downloaded num_enum_derive v0.5.11 |
535 | 2024-12-28T04:16:24.382Z | Downloaded openssl-probe v0.1.5 |
536 | 2024-12-28T04:16:24.382Z | Downloaded newline-converter v0.3.0 |
537 | 2024-12-28T04:16:24.384Z | Downloaded instant v0.1.13 |
538 | 2024-12-28T04:16:24.384Z | Downloaded toml_datetime v0.6.8 |
539 | 2024-12-28T04:16:24.386Z | Downloaded zerocopy-derive v0.7.35 |
540 | 2024-12-28T04:16:24.389Z | Downloaded tower-service v0.3.3 |
541 | 2024-12-28T04:16:24.391Z | Downloaded num-integer v0.1.46 |
542 | 2024-12-28T04:16:24.393Z | Downloaded num-derive v0.4.2 |
543 | 2024-12-28T04:16:24.393Z | Downloaded thin-vec v0.2.13 |
544 | 2024-12-28T04:16:24.396Z | Downloaded static_assertions v1.1.0 |
545 | 2024-12-28T04:16:24.398Z | Downloaded httparse v1.9.4 |
546 | 2024-12-28T04:16:24.400Z | Downloaded zerocopy v0.6.6 |
547 | 2024-12-28T04:16:24.402Z | Downloaded expectorate v1.1.0 |
548 | 2024-12-28T04:16:24.405Z | Downloaded http-body v1.0.1 |
549 | 2024-12-28T04:16:24.405Z | Downloaded structmeta v0.3.0 |
550 | 2024-12-28T04:16:24.407Z | Downloaded highway v1.2.0 |
551 | 2024-12-28T04:16:24.409Z | Downloaded httpdate v1.0.3 |
552 | 2024-12-28T04:16:24.409Z | Downloaded http-body-util v0.1.2 |
553 | 2024-12-28T04:16:24.411Z | Downloaded libsw v3.3.1 |
554 | 2024-12-28T04:16:24.411Z | Downloaded hex v0.4.3 |
555 | 2024-12-28T04:16:24.413Z | Downloaded num_enum v0.7.3 |
556 | 2024-12-28T04:16:24.418Z | Downloaded smallvec v1.13.2 |
557 | 2024-12-28T04:16:24.420Z | Downloaded lock_api v0.4.12 |
558 | 2024-12-28T04:16:24.423Z | Downloaded tracing-core v0.1.32 |
559 | 2024-12-28T04:16:24.426Z | Downloaded tokio-rustls v0.25.0 |
560 | 2024-12-28T04:16:24.428Z | Downloaded smartstring v1.0.1 |
561 | 2024-12-28T04:16:24.428Z | Downloaded term v0.7.0 |
562 | 2024-12-28T04:16:24.431Z | Downloaded no-std-compat v0.4.1 |
563 | 2024-12-28T04:16:24.434Z | Downloaded newtype_derive v0.1.6 |
564 | 2024-12-28T04:16:24.434Z | Downloaded num v0.4.3 |
565 | 2024-12-28T04:16:24.436Z | Downloaded similar v2.6.0 |
566 | 2024-12-28T04:16:24.439Z | Downloaded strsim v0.11.1 |
567 | 2024-12-28T04:16:24.442Z | Downloaded parse-display v0.10.0 |
568 | 2024-12-28T04:16:24.442Z | Downloaded tracing-attributes v0.1.27 |
569 | 2024-12-28T04:16:24.444Z | Downloaded indexmap v1.9.3 |
570 | 2024-12-28T04:16:24.447Z | Downloaded owo-colors v4.1.0 |
571 | 2024-12-28T04:16:24.449Z | Downloaded heck v0.4.1 |
572 | 2024-12-28T04:16:24.451Z | Downloaded tempfile v3.12.0 |
573 | 2024-12-28T04:16:24.453Z | Downloaded serde_yaml v0.9.34+deprecated |
574 | 2024-12-28T04:16:24.456Z | Downloaded lru-cache v0.1.2 |
575 | 2024-12-28T04:16:24.458Z | Downloaded is_terminal_polyfill v1.70.1 |
576 | 2024-12-28T04:16:24.458Z | Downloaded linear-map v1.2.0 |
577 | 2024-12-28T04:16:24.461Z | Downloaded typenum v1.17.0 |
578 | 2024-12-28T04:16:24.463Z | Downloaded quinn v0.11.5 |
579 | 2024-12-28T04:16:24.465Z | Downloaded tokio-rustls v0.26.0 |
580 | 2024-12-28T04:16:24.468Z | Downloaded hyper-util v0.1.10 |
581 | 2024-12-28T04:16:24.472Z | Downloaded whoami v1.5.2 |
582 | 2024-12-28T04:16:24.474Z | Downloaded native-tls v0.2.12 |
583 | 2024-12-28T04:16:24.476Z | Downloaded parking_lot v0.11.2 |
584 | 2024-12-28T04:16:24.478Z | Downloaded ipnet v2.10.0 |
585 | 2024-12-28T04:16:24.481Z | Downloaded tinyvec v1.8.0 |
586 | 2024-12-28T04:16:24.483Z | Downloaded typify v0.2.0 |
587 | 2024-12-28T04:16:24.486Z | Downloaded half v2.4.1 |
588 | 2024-12-28T04:16:24.488Z | Downloaded ipnetwork v0.20.0 |
589 | 2024-12-28T04:16:24.490Z | Downloaded minimal-lexical v0.2.1 |
590 | 2024-12-28T04:16:24.494Z | Downloaded serde v1.0.217 |
591 | 2024-12-28T04:16:24.497Z | Downloaded socket2 v0.5.8 |
592 | 2024-12-28T04:16:24.499Z | Downloaded cc v1.1.21 |
593 | 2024-12-28T04:16:24.503Z | Downloaded structmeta-derive v0.3.0 |
594 | 2024-12-28T04:16:24.505Z | Downloaded log v0.4.22 |
595 | 2024-12-28T04:16:24.507Z | Downloaded url v2.5.2 |
596 | 2024-12-28T04:16:24.509Z | Downloaded toml v0.8.19 |
597 | 2024-12-28T04:16:24.513Z | Downloaded unsafe-libyaml v0.2.11 |
598 | 2024-12-28T04:16:24.516Z | Downloaded uuid v1.11.0 |
599 | 2024-12-28T04:16:24.519Z | Downloaded multer v3.1.0 |
600 | 2024-12-28T04:16:24.521Z | Downloaded unicode-bidi v0.3.15 |
601 | 2024-12-28T04:16:24.524Z | Downloaded unicode-ident v1.0.13 |
602 | 2024-12-28T04:16:24.526Z | Downloaded heapless v0.8.0 |
603 | 2024-12-28T04:16:24.530Z | Downloaded ucd-trie v0.1.6 |
604 | 2024-12-28T04:16:24.533Z | Downloaded crossbeam-channel v0.5.13 |
605 | 2024-12-28T04:16:24.536Z | Downloaded serde_derive v1.0.217 |
606 | 2024-12-28T04:16:24.539Z | Downloaded hashbrown v0.12.3 |
607 | 2024-12-28T04:16:24.543Z | Downloaded ryu v1.0.18 |
608 | 2024-12-28T04:16:24.546Z | Downloaded smf v0.2.3 |
609 | 2024-12-28T04:16:24.549Z | Downloaded reqwest v0.11.27 |
610 | 2024-12-28T04:16:24.555Z | Downloaded tokio-rustls v0.24.1 |
611 | 2024-12-28T04:16:24.558Z | Downloaded slog v2.7.0 |
612 | 2024-12-28T04:16:24.560Z | Downloaded memchr v2.7.4 |
613 | 2024-12-28T04:16:24.565Z | Downloaded tracing v0.1.40 |
614 | 2024-12-28T04:16:24.569Z | Downloaded schemars v0.8.21 |
615 | 2024-12-28T04:16:24.581Z | Downloaded arc-swap v1.7.1 |
616 | 2024-12-28T04:16:24.584Z | Downloaded clap_builder v4.5.23 |
617 | 2024-12-28T04:16:24.591Z | Downloaded hickory-resolver v0.24.1 |
618 | 2024-12-28T04:16:24.595Z | Downloaded time v0.3.36 |
619 | 2024-12-28T04:16:24.602Z | Downloaded openssl-sys v0.9.103 |
620 | 2024-12-28T04:16:24.606Z | Downloaded toml_edit v0.22.21 |
621 | 2024-12-28T04:16:24.627Z | Downloaded http v0.2.12 |
622 | 2024-12-28T04:16:24.630Z | Downloaded steno v0.4.1 |
623 | 2024-12-28T04:16:24.634Z | Downloaded serde_with v3.9.0 |
624 | 2024-12-28T04:16:24.642Z | Downloaded http v1.2.0 |
625 | 2024-12-28T04:16:24.646Z | Downloaded portable-atomic v1.8.0 |
626 | 2024-12-28T04:16:24.653Z | Downloaded itertools v0.10.5 |
627 | 2024-12-28T04:16:24.659Z | Downloaded hyper v1.5.1 |
628 | 2024-12-28T04:16:24.665Z | Downloaded hashbrown v0.14.5 |
629 | 2024-12-28T04:16:24.670Z | Downloaded unicode-normalization v0.1.24 |
630 | 2024-12-28T04:16:24.674Z | Downloaded quinn-proto v0.11.8 |
631 | 2024-12-28T04:16:24.681Z | Downloaded nom v7.1.3 |
632 | 2024-12-28T04:16:24.686Z | Downloaded chrono v0.4.38 |
633 | 2024-12-28T04:16:24.694Z | Downloaded winnow v0.5.40 |
634 | 2024-12-28T04:16:24.702Z | Downloaded winnow v0.6.18 |
635 | 2024-12-28T04:16:24.710Z | Downloaded h2 v0.4.6 |
636 | 2024-12-28T04:16:24.717Z | Downloaded goblin v0.8.2 |
637 | 2024-12-28T04:16:24.723Z | Downloaded futures-util v0.3.30 |
638 | 2024-12-28T04:16:24.734Z | Downloaded hyper v0.14.30 |
639 | 2024-12-28T04:16:24.742Z | Downloaded rustls v0.21.12 |
640 | 2024-12-28T04:16:24.752Z | Downloaded vcpkg v0.2.15 |
641 | 2024-12-28T04:16:24.788Z | Downloaded syn v2.0.87 |
642 | 2024-12-28T04:16:24.799Z | Downloaded openssl v0.10.66 |
643 | 2024-12-28T04:16:24.809Z | Downloaded webpki-roots v0.26.6 |
644 | 2024-12-28T04:16:24.812Z | Downloaded regress v0.10.1 |
645 | 2024-12-28T04:16:24.821Z | Downloaded webpki-roots v0.25.4 |
646 | 2024-12-28T04:16:24.825Z | Downloaded unicode-width v0.1.14 |
647 | 2024-12-28T04:16:24.831Z | Downloaded smoltcp v0.11.0 |
648 | 2024-12-28T04:16:24.843Z | Downloaded rustls v0.23.13 |
649 | 2024-12-28T04:16:24.854Z | Downloaded openapiv3 v2.0.0 |
650 | 2024-12-28T04:16:24.865Z | Downloaded rhai v1.20.0 |
651 | 2024-12-28T04:16:24.877Z | Downloaded rustls v0.22.4 |
652 | 2024-12-28T04:16:24.889Z | Downloaded hickory-proto v0.24.1 |
653 | 2024-12-28T04:16:24.903Z | Downloaded sled v0.34.7 |
654 | 2024-12-28T04:16:24.913Z | Downloaded rustix v0.38.37 |
655 | 2024-12-28T04:16:24.934Z | Downloaded idna v0.5.0 |
656 | 2024-12-28T04:16:24.941Z | Downloaded regress v0.9.1 |
657 | 2024-12-28T04:16:24.948Z | Downloaded regex-syntax v0.8.4 |
658 | 2024-12-28T04:16:24.956Z | Downloaded dropshot v0.12.0 |
659 | 2024-12-28T04:16:24.974Z | Downloaded typify-impl v0.2.0 |
660 | 2024-12-28T04:16:24.989Z | Downloaded zerocopy-derive v0.6.6 |
661 | 2024-12-28T04:16:24.998Z | Downloaded idna v0.4.0 |
662 | 2024-12-28T04:16:25.005Z | Downloaded regex-automata v0.4.7 |
663 | 2024-12-28T04:16:25.023Z | Downloaded syn v1.0.109 |
664 | 2024-12-28T04:16:25.031Z | Downloaded h2 v0.3.26 |
665 | 2024-12-28T04:16:25.038Z | Downloaded rustls-webpki v0.102.8 |
666 | 2024-12-28T04:16:25.054Z | Downloaded regex v1.10.6 |
667 | 2024-12-28T04:16:25.066Z | Downloaded petgraph v0.6.5 |
668 | 2024-12-28T04:16:25.082Z | Downloaded libm v0.2.8 |
669 | 2024-12-28T04:16:25.089Z | Downloaded tokio-util v0.7.12 |
670 | 2024-12-28T04:16:25.095Z | Downloaded zerocopy v0.7.35 |
671 | 2024-12-28T04:16:25.110Z | Downloaded reqwest v0.12.9 |
672 | 2024-12-28T04:16:25.118Z | Downloaded indexmap v2.5.0 |
673 | 2024-12-28T04:16:25.122Z | Downloaded itertools v0.12.1 |
674 | 2024-12-28T04:16:25.128Z | Downloaded itertools v0.13.0 |
675 | 2024-12-28T04:16:25.134Z | Downloaded tokio v1.42.0 |
676 | 2024-12-28T04:16:25.170Z | Downloaded libc v0.2.167 |
677 | 2024-12-28T04:16:25.194Z | Downloaded rustls-webpki v0.101.7 |
678 | 2024-12-28T04:16:25.206Z | Downloaded unicode-segmentation v1.12.0 |
679 | 2024-12-28T04:16:25.209Z | Downloaded serde_json v1.0.133 |
680 | 2024-12-28T04:16:25.216Z | Downloaded toml_edit v0.19.15 |
681 | 2024-12-28T04:16:25.230Z | Downloaded mio v1.0.2 |
682 | 2024-12-28T04:16:25.235Z | Downloaded time-macros v0.2.18 |
683 | 2024-12-28T04:16:25.238Z | Downloaded getrandom v0.2.15 |
684 | 2024-12-28T04:16:25.240Z | Downloaded serde_with_macros v3.9.0 |
685 | 2024-12-28T04:16:25.243Z | Downloaded iana-time-zone v0.1.61 |
686 | 2024-12-28T04:16:25.245Z | Downloaded strum v0.26.3 |
687 | 2024-12-28T04:16:25.245Z | Downloaded mime v0.3.17 |
688 | 2024-12-28T04:16:25.247Z | Downloaded slog-term v2.9.1 |
689 | 2024-12-28T04:16:25.247Z | Downloaded parking_lot_core v0.9.10 |
690 | 2024-12-28T04:16:25.250Z | Downloaded usdt-impl v0.5.0 |
691 | 2024-12-28T04:16:25.253Z | Downloaded parking_lot v0.12.3 |
692 | 2024-12-28T04:16:25.253Z | Downloaded num-traits v0.2.19 |
693 | 2024-12-28T04:16:25.255Z | Downloaded generic-array v0.14.7 |
694 | 2024-12-28T04:16:25.257Z | Downloaded usdt v0.5.0 |
695 | 2024-12-28T04:16:25.257Z | Downloaded once_cell v1.20.2 |
696 | 2024-12-28T04:16:25.260Z | Downloaded memmap v0.7.0 |
697 | 2024-12-28T04:16:25.262Z | Downloaded tabwriter v1.4.0 |
698 | 2024-12-28T04:16:25.262Z | Downloaded itoa v1.0.11 |
699 | 2024-12-28T04:16:25.264Z | Downloaded stable_deref_trait v1.2.0 |
700 | 2024-12-28T04:16:25.265Z | Downloaded serde_derive_internals v0.29.1 |
701 | 2024-12-28T04:16:25.265Z | Downloaded postcard v1.0.10 |
702 | 2024-12-28T04:16:25.267Z | Downloaded darling_core v0.20.10 |
703 | 2024-12-28T04:16:25.271Z | Downloaded clap v4.5.23 |
704 | 2024-12-28T04:16:25.278Z | Downloaded base64 v0.21.7 |
705 | 2024-12-28T04:16:25.282Z | Downloaded slog-async v2.8.0 |
706 | 2024-12-28T04:16:25.284Z | Downloaded slog-envlogger v2.2.0 |
707 | 2024-12-28T04:16:25.286Z | Downloaded slog-dtrace v0.3.0 |
708 | 2024-12-28T04:16:25.286Z | Downloaded signal-hook-registry v1.4.2 |
709 | 2024-12-28T04:16:25.289Z | Downloaded sha1 v0.10.6 |
710 | 2024-12-28T04:16:25.289Z | Downloaded time-core v0.1.2 |
711 | 2024-12-28T04:16:25.291Z | Downloaded aho-corasick v1.1.3 |
712 | 2024-12-28T04:16:25.294Z | Downloaded encoding_rs v0.8.34 |
713 | 2024-12-28T04:16:25.314Z | Downloaded num_enum_derive v0.7.3 |
714 | 2024-12-28T04:16:25.317Z | Downloaded macaddr v1.0.1 |
715 | 2024-12-28T04:16:25.317Z | Downloaded usdt-attr-macro v0.5.0 |
716 | 2024-12-28T04:16:25.322Z | Downloaded try-lock v0.2.5 |
717 | 2024-12-28T04:16:25.322Z | Downloaded slog-stdlog v4.1.1 |
718 | 2024-12-28T04:16:25.322Z | Downloaded shlex v1.3.0 |
719 | 2024-12-28T04:16:25.322Z | Downloaded derive_more v0.99.18 |
720 | 2024-12-28T04:16:25.326Z | Downloaded scopeguard v1.2.0 |
721 | 2024-12-28T04:16:25.326Z | Downloaded rustc_version v0.1.7 |
722 | 2024-12-28T04:16:25.328Z | Downloaded proc-macro-error v1.0.4 |
723 | 2024-12-28T04:16:25.330Z | Downloaded zone v0.3.0 |
724 | 2024-12-28T04:16:25.330Z | Downloaded plain v0.2.3 |
725 | 2024-12-28T04:16:25.333Z | Downloaded bytes v1.7.2 |
726 | 2024-12-28T04:16:25.335Z | Downloaded serde_spanned v0.6.7 |
727 | 2024-12-28T04:16:25.335Z | Downloaded serde_path_to_error v0.1.16 |
728 | 2024-12-28T04:16:25.337Z | Downloaded powerfmt v0.2.0 |
729 | 2024-12-28T04:16:25.337Z | Downloaded anyhow v1.0.94 |
730 | 2024-12-28T04:16:25.341Z | Downloaded allocator-api2 v0.2.18 |
731 | 2024-12-28T04:16:25.343Z | Downloaded lazy_static v1.5.0 |
732 | 2024-12-28T04:16:25.348Z | Downloaded serde_repr v0.1.19 |
733 | 2024-12-28T04:16:25.348Z | Downloaded rustls-pemfile v1.0.4 |
734 | 2024-12-28T04:16:25.348Z | Downloaded semver v0.1.20 |
735 | 2024-12-28T04:16:25.351Z | Downloaded managed v0.8.0 |
736 | 2024-12-28T04:16:25.351Z | Downloaded zone_cfg_derive v0.3.0 |
737 | 2024-12-28T04:16:25.352Z | Downloaded scroll_derive v0.12.0 |
738 | 2024-12-28T04:16:25.352Z | Downloaded resolv-conf v0.7.0 |
739 | 2024-12-28T04:16:25.354Z | Downloaded crossbeam-epoch v0.9.18 |
740 | 2024-12-28T04:16:25.358Z | Downloaded bitflags v2.6.0 |
741 | 2024-12-28T04:16:25.358Z | Downloaded heck v0.5.0 |
742 | 2024-12-28T04:16:25.362Z | Downloaded rustc_version v0.4.1 |
743 | 2024-12-28T04:16:25.362Z | Downloaded quote v1.0.37 |
744 | 2024-12-28T04:16:25.362Z | Downloaded rustc-hash v2.0.0 |
745 | 2024-12-28T04:16:25.365Z | Downloaded rand_core v0.6.4 |
746 | 2024-12-28T04:16:25.365Z | Downloaded rand_chacha v0.3.1 |
747 | 2024-12-28T04:16:25.367Z | Downloaded quinn-udp v0.5.5 |
748 | 2024-12-28T04:16:25.367Z | Downloaded ahash v0.8.11 |
749 | 2024-12-28T04:16:25.373Z | Downloaded progenitor v0.8.0 |
750 | 2024-12-28T04:16:25.373Z | Downloaded pretty-hex v0.2.1 |
751 | 2024-12-28T04:16:25.373Z | Downloaded camino v1.1.9 |
752 | 2024-12-28T04:16:25.373Z | Downloaded pretty-hex v0.4.1 |
753 | 2024-12-28T04:16:25.377Z | Downloaded cobs v0.2.3 |
754 | 2024-12-28T04:16:25.377Z | Downloaded clap_derive v4.5.18 |
755 | 2024-12-28T04:16:25.377Z | Downloaded ciborium v0.2.2 |
756 | 2024-12-28T04:16:25.380Z | Downloaded cancel-safe-futures v0.1.5 |
757 | 2024-12-28T04:16:25.384Z | Downloaded bitflags v1.3.2 |
758 | 2024-12-28T04:16:25.384Z | Downloaded base64ct v1.6.0 |
759 | 2024-12-28T04:16:25.386Z | Downloaded backoff v0.4.0 |
760 | 2024-12-28T04:16:25.388Z | Downloaded anstream v0.6.15 |
761 | 2024-12-28T04:16:25.391Z | Downloaded embedded-io v0.6.1 |
762 | 2024-12-28T04:16:25.391Z | Downloaded data-encoding v2.6.0 |
763 | 2024-12-28T04:16:25.393Z | Downloaded proc-macro-error-attr v1.0.4 |
764 | 2024-12-28T04:16:25.393Z | Downloaded ppv-lite86 v0.2.20 |
765 | 2024-12-28T04:16:25.393Z | Downloaded futures-macro v0.3.30 |
766 | 2024-12-28T04:16:25.395Z | Downloaded foreign-types-shared v0.3.1 |
767 | 2024-12-28T04:16:25.395Z | Downloaded enum-as-inner v0.6.1 |
768 | 2024-12-28T04:16:25.398Z | Downloaded digest v0.10.7 |
769 | 2024-12-28T04:16:25.398Z | Downloaded defmt-macros v0.3.9 |
770 | 2024-12-28T04:16:25.401Z | Downloaded dirs-sys-next v0.1.2 |
771 | 2024-12-28T04:16:25.404Z | Downloaded float-ord v0.3.2 |
772 | 2024-12-28T04:16:25.404Z | Downloaded fastrand v2.1.1 |
773 | 2024-12-28T04:16:25.404Z | Downloaded either v1.13.0 |
774 | 2024-12-28T04:16:25.406Z | Downloaded dyn-clone v1.0.17 |
775 | 2024-12-28T04:16:25.406Z | Downloaded dirs-next v2.0.0 |
776 | 2024-12-28T04:16:25.409Z | Downloaded defmt-parser v0.3.4 |
777 | 2024-12-28T04:16:25.409Z | Downloaded debug-ignore v1.0.5 |
778 | 2024-12-28T04:16:25.409Z | Downloaded convert_case v0.4.0 |
779 | 2024-12-28T04:16:25.412Z | Downloaded colorchoice v1.0.2 |
780 | 2024-12-28T04:16:25.412Z | Downloaded pest_derive v2.7.13 |
781 | 2024-12-28T04:16:25.414Z | Downloaded block-buffer v0.10.4 |
782 | 2024-12-28T04:16:25.414Z | Downloaded anstyle-parse v0.2.5 |
783 | 2024-12-28T04:16:25.414Z | Downloaded pest v2.7.13 |
784 | 2024-12-28T04:16:25.419Z | Downloaded camino-tempfile v1.1.1 |
785 | 2024-12-28T04:16:25.422Z | Downloaded clap_lex v0.7.4 |
786 | 2024-12-28T04:16:25.424Z | Downloaded cfg-if v1.0.0 |
787 | 2024-12-28T04:16:25.424Z | Downloaded autocfg v1.3.0 |
788 | 2024-12-28T04:16:25.426Z | Downloaded cpufeatures v0.2.14 |
789 | 2024-12-28T04:16:25.426Z | Downloaded anstyle-query v1.1.1 |
790 | 2024-12-28T04:16:25.429Z | Downloaded anstyle v1.0.10 |
791 | 2024-12-28T04:16:25.529Z | Downloaded ring v0.17.8 |
792 | 2024-12-28T04:16:25.867Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-12-28T04:16:25.867Z | Compiling unicode-ident v1.0.13 |
794 | 2024-12-28T04:16:25.870Z | Compiling libc v0.2.167 |
795 | 2024-12-28T04:16:25.870Z | Compiling serde v1.0.217 |
796 | 2024-12-28T04:16:25.870Z | Compiling version_check v0.9.5 |
797 | 2024-12-28T04:16:25.870Z | Compiling autocfg v1.3.0 |
798 | 2024-12-28T04:16:25.900Z | Compiling cfg-if v1.0.0 |
799 | 2024-12-28T04:16:26.057Z | Compiling once_cell v1.20.2 |
800 | 2024-12-28T04:16:26.077Z | Compiling libm v0.2.8 |
801 | 2024-12-28T04:16:26.438Z | Compiling memchr v2.7.4 |
802 | 2024-12-28T04:16:26.522Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-12-28T04:16:26.543Z | Compiling byteorder v1.5.0 |
804 | 2024-12-28T04:16:26.666Z | Compiling lock_api v0.4.12 |
805 | 2024-12-28T04:16:26.997Z | Compiling shlex v1.3.0 |
806 | 2024-12-28T04:16:27.017Z | Compiling thiserror v1.0.69 |
807 | 2024-12-28T04:16:27.365Z | Compiling cc v1.1.21 |
808 | 2024-12-28T04:16:27.436Z | Compiling itoa v1.0.11 |
809 | 2024-12-28T04:16:27.592Z | Compiling quote v1.0.37 |
810 | 2024-12-28T04:16:27.808Z | Compiling portable-atomic v1.8.0 |
811 | 2024-12-28T04:16:27.881Z | Compiling slab v0.4.9 |
812 | 2024-12-28T04:16:28.158Z | Compiling syn v2.0.87 |
813 | 2024-12-28T04:16:28.300Z | Compiling getrandom v0.2.15 |
814 | 2024-12-28T04:16:28.395Z | Compiling schemars v0.8.21 |
815 | 2024-12-28T04:16:28.622Z | Compiling ahash v0.8.11 |
816 | 2024-12-28T04:16:28.671Z | Compiling allocator-api2 v0.2.18 |
817 | 2024-12-28T04:16:28.693Z | Compiling num-traits v0.2.19 |
818 | 2024-12-28T04:16:28.818Z | Compiling ryu v1.0.18 |
819 | 2024-12-28T04:16:29.110Z | Compiling serde_json v1.0.133 |
820 | 2024-12-28T04:16:29.276Z | Compiling pin-project-lite v0.2.14 |
821 | 2024-12-28T04:16:29.650Z | Compiling scopeguard v1.2.0 |
822 | 2024-12-28T04:16:29.801Z | Compiling equivalent v1.0.1 |
823 | 2024-12-28T04:16:29.824Z | Compiling log v0.4.22 |
824 | 2024-12-28T04:16:29.888Z | Compiling heck v0.5.0 |
825 | 2024-12-28T04:16:29.913Z | Compiling fnv v1.0.7 |
826 | 2024-12-28T04:16:30.311Z | Compiling vcpkg v0.2.15 |
827 | 2024-12-28T04:16:30.331Z | Compiling pkg-config v0.3.31 |
828 | 2024-12-28T04:16:30.372Z | Compiling crunchy v0.2.2 |
829 | 2024-12-28T04:16:30.518Z | Compiling ring v0.17.8 |
830 | 2024-12-28T04:16:30.875Z | Compiling mio v1.0.2 |
831 | 2024-12-28T04:16:31.566Z | Compiling socket2 v0.5.8 |
832 | 2024-12-28T04:16:31.586Z | Compiling signal-hook-registry v1.4.2 |
833 | 2024-12-28T04:16:31.799Z | Compiling tiny-keccak v2.0.2 |
834 | 2024-12-28T04:16:31.819Z | Compiling slog v2.7.0 |
835 | 2024-12-28T04:16:31.900Z | Compiling openssl-sys v0.9.103 |
836 | 2024-12-28T04:16:32.112Z | Compiling httparse v1.9.4 |
837 | 2024-12-28T04:16:32.585Z | Compiling iana-time-zone v0.1.61 |
838 | 2024-12-28T04:16:33.006Z | Compiling futures-core v0.3.30 |
839 | 2024-12-28T04:16:33.048Z | Compiling const-random-macro v0.1.16 |
840 | 2024-12-28T04:16:33.193Z | Compiling dyn-clone v1.0.17 |
841 | 2024-12-28T04:16:33.322Z | Compiling openssl v0.10.66 |
842 | 2024-12-28T04:16:33.369Z | Compiling futures-sink v0.3.30 |
843 | 2024-12-28T04:16:33.773Z | Compiling semver v1.0.23 |
844 | 2024-12-28T04:16:33.792Z | Compiling native-tls v0.2.12 |
845 | 2024-12-28T04:16:33.821Z | Compiling const-random v0.1.18 |
846 | 2024-12-28T04:16:33.919Z | Compiling rustls v0.23.13 |
847 | 2024-12-28T04:16:33.939Z | Compiling typenum v1.17.0 |
848 | 2024-12-28T04:16:34.014Z | Compiling futures-channel v0.3.30 |
849 | 2024-12-28T04:16:34.047Z | Compiling pin-utils v0.1.0 |
850 | 2024-12-28T04:16:34.140Z | Compiling futures-task v0.3.30 |
851 | 2024-12-28T04:16:34.159Z | Compiling futures-io v0.3.30 |
852 | 2024-12-28T04:16:34.230Z | Compiling generic-array v0.14.7 |
853 | 2024-12-28T04:16:34.272Z | Compiling tracing-core v0.1.32 |
854 | 2024-12-28T04:16:34.369Z | Compiling bitflags v2.6.0 |
855 | 2024-12-28T04:16:34.468Z | Compiling ucd-trie v0.1.6 |
856 | 2024-12-28T04:16:34.495Z | Compiling subtle v2.6.1 |
857 | 2024-12-28T04:16:34.510Z | Compiling aho-corasick v1.1.3 |
858 | 2024-12-28T04:16:34.571Z | Compiling regex-syntax v0.8.4 |
859 | 2024-12-28T04:16:34.855Z | Compiling anyhow v1.0.94 |
860 | 2024-12-28T04:16:34.942Z | Compiling time-core v0.1.2 |
861 | 2024-12-28T04:16:34.964Z | Compiling num-conv v0.1.0 |
862 | 2024-12-28T04:16:35.111Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-12-28T04:16:35.240Z | Compiling time-macros v0.2.18 |
864 | 2024-12-28T04:16:36.488Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-12-28T04:16:36.943Z | Compiling spin v0.9.8 |
866 | 2024-12-28T04:16:37.275Z | Compiling usdt-impl v0.5.0 |
867 | 2024-12-28T04:16:37.662Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-12-28T04:16:37.709Z | Compiling untrusted v0.9.0 |
869 | 2024-12-28T04:16:38.028Z | Compiling strsim v0.11.1 |
870 | 2024-12-28T04:16:38.069Z | Compiling atomic-waker v1.1.2 |
871 | 2024-12-28T04:16:38.210Z | Compiling regex-automata v0.4.7 |
872 | 2024-12-28T04:16:38.733Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-12-28T04:16:38.750Z | Compiling plain v0.2.3 |
874 | 2024-12-28T04:16:38.828Z | Compiling rustversion v1.0.17 |
875 | 2024-12-28T04:16:38.905Z | Compiling tinyvec v1.8.0 |
876 | 2024-12-28T04:16:40.582Z | Compiling serde_derive v1.0.217 |
877 | 2024-12-28T04:16:40.603Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-12-28T04:16:40.622Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-12-28T04:16:41.437Z | Compiling tokio-macros v2.4.0 |
880 | 2024-12-28T04:16:42.332Z | Compiling schemars_derive v0.8.21 |
881 | 2024-12-28T04:16:42.723Z | Compiling zerocopy v0.7.35 |
882 | 2024-12-28T04:16:43.592Z | Compiling futures-macro v0.3.30 |
883 | 2024-12-28T04:16:44.802Z | Compiling hashbrown v0.14.5 |
884 | 2024-12-28T04:16:45.130Z | Compiling openssl-macros v0.1.1 |
885 | 2024-12-28T04:16:45.364Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-12-28T04:16:45.469Z | Compiling futures-util v0.3.30 |
887 | 2024-12-28T04:16:45.940Z | Compiling scroll_derive v0.12.0 |
888 | 2024-12-28T04:16:45.960Z | Compiling pest v2.7.13 |
889 | 2024-12-28T04:16:46.119Z | Compiling regress v0.10.1 |
890 | 2024-12-28T04:16:47.271Z | Compiling regex v1.10.6 |
891 | 2024-12-28T04:16:47.362Z | Compiling scroll v0.12.0 |
892 | 2024-12-28T04:16:48.621Z | Compiling tracing v0.1.40 |
893 | 2024-12-28T04:16:48.906Z | Compiling pest_meta v2.7.13 |
894 | 2024-12-28T04:16:49.332Z | Compiling goblin v0.8.2 |
895 | 2024-12-28T04:16:50.741Z | Compiling pest_generator v2.7.13 |
896 | 2024-12-28T04:16:52.204Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-12-28T04:16:52.522Z | Compiling rand_core v0.6.4 |
898 | 2024-12-28T04:16:52.958Z | Compiling pest_derive v2.7.13 |
899 | 2024-12-28T04:16:53.035Z | Compiling pretty-hex v0.4.1 |
900 | 2024-12-28T04:16:53.239Z | Compiling percent-encoding v2.3.1 |
901 | 2024-12-28T04:16:53.712Z | Compiling unsafe-libyaml v0.2.11 |
902 | 2024-12-28T04:16:53.850Z | Compiling try-lock v0.2.5 |
903 | 2024-12-28T04:16:54.245Z | Compiling bytes v1.7.2 |
904 | 2024-12-28T04:16:55.398Z | Compiling smallvec v1.13.2 |
905 | 2024-12-28T04:16:55.477Z | Compiling indexmap v2.5.0 |
906 | 2024-12-28T04:16:56.416Z | Compiling parking_lot v0.12.3 |
907 | 2024-12-28T04:16:56.551Z | Compiling chrono v0.4.38 |
908 | 2024-12-28T04:16:56.747Z | Compiling uuid v1.11.0 |
909 | 2024-12-28T04:16:56.945Z | Compiling tokio v1.42.0 |
910 | 2024-12-28T04:16:57.657Z | Compiling serde_tokenstream v0.2.2 |
911 | 2024-12-28T04:16:58.039Z | Compiling http v1.2.0 |
912 | 2024-12-28T04:17:01.255Z | Compiling openapiv3 v2.0.0 |
913 | 2024-12-28T04:17:01.814Z | Compiling zeroize v1.8.1 |
914 | 2024-12-28T04:17:02.191Z | Compiling ipnetwork v0.20.0 |
915 | 2024-12-28T04:17:04.427Z | Compiling typify-impl v0.2.0 |
916 | 2024-12-28T04:17:04.891Z | Compiling http-body v1.0.1 |
917 | 2024-12-28T04:17:05.083Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-12-28T04:17:05.149Z | Compiling dof v0.3.0 |
919 | 2024-12-28T04:17:05.596Z | Compiling want v0.3.1 |
920 | 2024-12-28T04:17:05.906Z | Compiling dtrace-parser v0.2.0 |
921 | 2024-12-28T04:17:06.347Z | Compiling form_urlencoded v1.2.1 |
922 | 2024-12-28T04:17:06.854Z | Compiling tokio-util v0.7.12 |
923 | 2024-12-28T04:17:06.856Z | Compiling unicode-normalization v0.1.24 |
924 | 2024-12-28T04:17:08.160Z | Compiling h2 v0.4.6 |
925 | 2024-12-28T04:17:08.835Z | Compiling thread-id v4.2.2 |
926 | 2024-12-28T04:17:08.929Z | Compiling unicode-bidi v0.3.15 |
927 | 2024-12-28T04:17:08.953Z | Compiling rustls v0.22.4 |
928 | 2024-12-28T04:17:08.972Z | Compiling syn v1.0.109 |
929 | 2024-12-28T04:17:09.285Z | Compiling foreign-types-shared v0.1.1 |
930 | 2024-12-28T04:17:09.406Z | Compiling httpdate v1.0.3 |
931 | 2024-12-28T04:17:09.550Z | Compiling camino v1.1.9 |
932 | 2024-12-28T04:17:09.552Z | Compiling ident_case v1.0.1 |
933 | 2024-12-28T04:17:09.733Z | Compiling darling_core v0.20.10 |
934 | 2024-12-28T04:17:10.168Z | Compiling foreign-types v0.3.2 |
935 | 2024-12-28T04:17:10.287Z | Compiling ppv-lite86 v0.2.20 |
936 | 2024-12-28T04:17:11.722Z | Compiling slog-async v2.8.0 |
937 | 2024-12-28T04:17:12.214Z | Compiling tower-service v0.3.3 |
938 | 2024-12-28T04:17:12.849Z | Compiling rand_chacha v0.3.1 |
939 | 2024-12-28T04:17:14.564Z | Compiling hyper v1.5.1 |
940 | 2024-12-28T04:17:15.889Z | Compiling darling_macro v0.20.10 |
941 | 2024-12-28T04:17:16.266Z | Compiling typify-macro v0.2.0 |
942 | 2024-12-28T04:17:16.987Z | Compiling idna v0.5.0 |
943 | 2024-12-28T04:17:20.237Z | Compiling typify v0.2.0 |
944 | 2024-12-28T04:17:20.382Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-12-28T04:17:20.770Z | Compiling hyper-util v0.1.10 |
946 | 2024-12-28T04:17:22.701Z | Compiling toml_datetime v0.6.8 |
947 | 2024-12-28T04:17:24.386Z | Compiling multer v3.1.0 |
948 | 2024-12-28T04:17:24.736Z | Compiling paste v1.0.15 |
949 | 2024-12-28T04:17:25.217Z | Compiling openssl-probe v0.1.5 |
950 | 2024-12-28T04:17:27.129Z | Compiling progenitor-macro v0.8.0 |
951 | 2024-12-28T04:17:28.207Z | Compiling url v2.5.2 |
952 | 2024-12-28T04:17:28.299Z | Compiling darling v0.20.10 |
953 | 2024-12-28T04:17:28.456Z | Compiling rand v0.8.5 |
954 | 2024-12-28T04:17:30.288Z | Compiling usdt-attr-macro v0.5.0 |
955 | 2024-12-28T04:17:32.044Z | Compiling usdt-macro v0.5.0 |
956 | 2024-12-28T04:17:33.591Z | Compiling http-body-util v0.1.2 |
957 | 2024-12-28T04:17:33.680Z | Compiling async-trait v0.1.83 |
958 | 2024-12-28T04:17:36.088Z | Compiling encoding_rs v0.8.34 |
959 | 2024-12-28T04:17:36.130Z | Compiling mime v0.3.17 |
960 | 2024-12-28T04:17:36.643Z | Compiling base64 v0.22.1 |
961 | 2024-12-28T04:17:37.184Z | Compiling ipnet v2.10.0 |
962 | 2024-12-28T04:17:37.755Z | Compiling rustls-pemfile v2.1.3 |
963 | 2024-12-28T04:17:40.193Z | Compiling tokio-rustls v0.26.0 |
964 | 2024-12-28T04:17:40.699Z | Compiling serde_with_macros v3.9.0 |
965 | 2024-12-28T04:17:41.872Z | Compiling tokio-native-tls v0.3.1 |
966 | 2024-12-28T04:17:42.196Z | Compiling strum_macros v0.26.4 |
967 | 2024-12-28T04:17:42.675Z | Compiling serde_urlencoded v0.7.1 |
968 | 2024-12-28T04:17:43.314Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-12-28T04:17:43.501Z | Compiling async-stream-impl v0.3.5 |
970 | 2024-12-28T04:17:44.868Z | Compiling webpki-roots v0.26.6 |
971 | 2024-12-28T04:17:45.100Z | Compiling dropshot v0.12.0 |
972 | 2024-12-28T04:17:45.463Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-12-28T04:17:46.032Z | Compiling powerfmt v0.2.0 |
974 | 2024-12-28T04:17:46.521Z | Compiling deranged v0.3.11 |
975 | 2024-12-28T04:17:46.896Z | Compiling structmeta v0.3.0 |
976 | 2024-12-28T04:17:47.296Z | Compiling hyper-rustls v0.27.3 |
977 | 2024-12-28T04:17:47.315Z | Compiling hyper-tls v0.6.0 |
978 | 2024-12-28T04:17:48.707Z | Compiling sync_wrapper v1.0.1 |
979 | 2024-12-28T04:17:48.869Z | Compiling num_threads v0.1.7 |
980 | 2024-12-28T04:17:49.583Z | Compiling winnow v0.6.18 |
981 | 2024-12-28T04:17:51.697Z | Compiling time v0.3.36 |
982 | 2024-12-28T04:17:53.600Z | Compiling reqwest v0.12.9 |
983 | 2024-12-28T04:17:54.045Z | Compiling parse-display-derive v0.10.0 |
984 | 2024-12-28T04:17:56.088Z | Compiling block-buffer v0.10.4 |
985 | 2024-12-28T04:17:56.353Z | Compiling crypto-common v0.1.6 |
986 | 2024-12-28T04:17:56.579Z | Compiling dropshot_endpoint v0.12.0 |
987 | 2024-12-28T04:17:58.073Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
988 | 2024-12-28T04:18:00.966Z | Compiling digest v0.10.7 |
989 | 2024-12-28T04:18:00.987Z | Compiling progenitor-client v0.8.0 |
990 | 2024-12-28T04:18:01.919Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
991 | 2024-12-28T04:18:03.827Z | Compiling dirs-sys-next v0.1.2 |
992 | 2024-12-28T04:18:04.836Z | Compiling rustix v0.38.37 |
993 | 2024-12-28T04:18:04.892Z | Compiling lazy_static v1.5.0 |
994 | 2024-12-28T04:18:05.455Z | Compiling match_cfg v0.1.0 |
995 | 2024-12-28T04:18:05.562Z | Compiling hostname v0.3.1 |
996 | 2024-12-28T04:18:05.666Z | Compiling dirs-next v2.0.0 |
997 | 2024-12-28T04:18:05.808Z | Compiling progenitor v0.8.0 |
998 | 2024-12-28T04:18:07.648Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-12-28T04:18:08.559Z | Compiling futures-executor v0.3.30 |
1000 | 2024-12-28T04:18:09.336Z | Compiling thread_local v1.1.8 |
1001 | 2024-12-28T04:18:09.659Z | Compiling errno v0.3.9 |
1002 | 2024-12-28T04:18:10.002Z | Compiling instant v0.1.13 |
1003 | 2024-12-28T04:18:10.173Z | Compiling unicode-width v0.1.14 |
1004 | 2024-12-28T04:18:10.760Z | Compiling cpufeatures v0.2.14 |
1005 | 2024-12-28T04:18:11.904Z | Compiling futures v0.3.30 |
1006 | 2024-12-28T04:18:13.464Z | Compiling term v0.7.0 |
1007 | 2024-12-28T04:18:14.369Z | Compiling crossbeam-channel v0.5.13 |
1008 | 2024-12-28T04:18:16.963Z | Compiling serde_spanned v0.6.7 |
1009 | 2024-12-28T04:18:16.977Z | Compiling is-terminal v0.4.13 |
1010 | 2024-12-28T04:18:17.117Z | Compiling memmap v0.7.0 |
1011 | 2024-12-28T04:18:17.583Z | Compiling take_mut v0.2.2 |
1012 | 2024-12-28T04:18:17.923Z | Compiling usdt v0.5.0 |
1013 | 2024-12-28T04:18:18.064Z | Compiling toml_edit v0.22.21 |
1014 | 2024-12-28T04:18:19.349Z | Compiling slog-term v2.9.1 |
1015 | 2024-12-28T04:18:21.972Z | Compiling slog-json v2.6.1 |
1016 | 2024-12-28T04:18:22.404Z | Compiling strum v0.26.3 |
1017 | 2024-12-28T04:18:22.604Z | Compiling serde_with v3.9.0 |
1018 | 2024-12-28T04:18:24.067Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-12-28T04:18:24.624Z | Compiling heapless v0.8.0 |
1020 | 2024-12-28T04:18:25.486Z | Compiling tokio-rustls v0.25.0 |
1021 | 2024-12-28T04:18:27.039Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-12-28T04:18:27.318Z | Compiling toml v0.8.19 |
1023 | 2024-12-28T04:18:29.581Z | Compiling sha1 v0.10.6 |
1024 | 2024-12-28T04:18:29.884Z | Compiling async-stream v0.3.5 |
1025 | 2024-12-28T04:18:30.199Z | Compiling newtype-uuid v1.1.0 |
1026 | 2024-12-28T04:18:30.342Z | Compiling hex v0.4.3 |
1027 | 2024-12-28T04:18:30.550Z | Compiling serde_path_to_error v0.1.16 |
1028 | 2024-12-28T04:18:31.116Z | Compiling waitgroup v0.1.2 |
1029 | 2024-12-28T04:18:31.238Z | Compiling hostname v0.4.0 |
1030 | 2024-12-28T04:18:31.359Z | Compiling hash32 v0.3.1 |
1031 | 2024-12-28T04:18:31.493Z | Compiling smoltcp v0.11.0 |
1032 | 2024-12-28T04:18:31.745Z | Compiling stable_deref_trait v1.2.0 |
1033 | 2024-12-28T04:18:34.514Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1034 | 2024-12-28T04:18:34.704Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1035 | 2024-12-28T04:18:34.729Z | Compiling backoff v0.4.0 |
1036 | 2024-12-28T04:18:35.139Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1037 | 2024-12-28T04:18:35.253Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1038 | 2024-12-28T04:18:35.463Z | Compiling parse-display v0.10.0 |
1039 | 2024-12-28T04:18:37.486Z | Compiling macaddr v1.0.1 |
1040 | 2024-12-28T04:18:38.133Z | Compiling regress v0.9.1 |
1041 | 2024-12-28T04:18:39.210Z | Compiling clap_derive v4.5.18 |
1042 | 2024-12-28T04:18:39.534Z | Compiling cobs v0.2.3 |
1043 | 2024-12-28T04:18:39.971Z | Compiling managed v0.8.0 |
1044 | 2024-12-28T04:18:40.492Z | Compiling utf8parse v0.2.2 |
1045 | 2024-12-28T04:18:40.655Z | Compiling bitflags v1.3.2 |
1046 | 2024-12-28T04:18:40.772Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1047 | 2024-12-28T04:18:41.165Z | Compiling winnow v0.5.40 |
1048 | 2024-12-28T04:18:43.621Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-12-28T04:18:45.198Z | Compiling toml_edit v0.19.15 |
1050 | 2024-12-28T04:18:46.593Z | Compiling anstyle-parse v0.2.5 |
1051 | 2024-12-28T04:18:47.017Z | Compiling postcard v1.0.10 |
1052 | 2024-12-28T04:18:51.067Z | Compiling anstyle v1.0.10 |
1053 | 2024-12-28T04:18:51.592Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-12-28T04:18:51.759Z | Compiling is_terminal_polyfill v1.70.1 |
1055 | 2024-12-28T04:18:52.012Z | Compiling colorchoice v1.0.2 |
1056 | 2024-12-28T04:18:53.178Z | Compiling anstream v0.6.15 |
1057 | 2024-12-28T04:18:54.213Z | Compiling proc-macro-crate v1.3.1 |
1058 | 2024-12-28T04:18:54.509Z | Compiling terminal_size v0.4.0 |
1059 | 2024-12-28T04:18:54.788Z | Compiling clap_lex v0.7.4 |
1060 | 2024-12-28T04:18:55.016Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1061 | 2024-12-28T04:18:55.392Z | Compiling clap_builder v4.5.23 |
1062 | 2024-12-28T04:18:55.459Z | Compiling num_enum_derive v0.5.11 |
1063 | 2024-12-28T04:18:56.948Z | Compiling tabwriter v1.4.0 |
1064 | 2024-12-28T04:18:57.853Z | Compiling foreign-types-macros v0.2.3 |
1065 | 2024-12-28T04:18:57.874Z | Compiling num-integer v0.1.46 |
1066 | 2024-12-28T04:18:58.992Z | Compiling foreign-types-shared v0.3.1 |
1067 | 2024-12-28T04:18:59.195Z | Compiling foreign-types v0.5.0 |
1068 | 2024-12-28T04:18:59.213Z | Compiling num_enum v0.5.11 |
1069 | 2024-12-28T04:18:59.568Z | Compiling clap v4.5.23 |
1070 | 2024-12-28T04:18:59.929Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1071 | 2024-12-28T04:19:00.520Z | Compiling cstr-argument v0.1.2 |
1072 | 2024-12-28T04:19:00.744Z | Compiling proc-macro-error-attr v1.0.4 |
1073 | 2024-12-28T04:19:00.835Z | Compiling either v1.13.0 |
1074 | 2024-12-28T04:19:01.041Z | Compiling pretty-hex v0.2.1 |
1075 | 2024-12-28T04:19:01.203Z | Compiling heck v0.4.1 |
1076 | 2024-12-28T04:19:01.264Z | Compiling prettyplease v0.2.22 |
1077 | 2024-12-28T04:19:01.627Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1078 | 2024-12-28T04:19:02.132Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1079 | 2024-12-28T04:19:02.252Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1080 | 2024-12-28T04:19:03.542Z | Compiling num-iter v0.1.45 |
1081 | 2024-12-28T04:19:03.747Z | Compiling num-rational v0.4.2 |
1082 | 2024-12-28T04:19:04.195Z | Compiling colored v2.1.0 |
1083 | 2024-12-28T04:19:05.773Z | Compiling num-complex v0.4.6 |
1084 | 2024-12-28T04:19:06.465Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-12-28T04:19:06.541Z | Compiling proc-macro-error v1.0.4 |
1086 | 2024-12-28T04:19:06.823Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1087 | 2024-12-28T04:19:07.001Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1088 | 2024-12-28T04:19:07.041Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-12-28T04:19:07.214Z | Compiling fastrand v2.1.1 |
1090 | 2024-12-28T04:19:07.379Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-12-28T04:19:07.790Z | Compiling tempfile v3.12.0 |
1092 | 2024-12-28T04:19:09.001Z | Compiling num v0.4.3 |
1093 | 2024-12-28T04:19:12.087Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1094 | 2024-12-28T04:19:12.550Z | Compiling float-ord v0.3.2 |
1095 | 2024-12-28T04:19:12.710Z | Compiling crucible-workspace-hack v0.1.0 |
1096 | 2024-12-28T04:19:12.851Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1097 | 2024-12-28T04:19:20.007Z | Compiling semver v0.1.20 |
1098 | 2024-12-28T04:19:20.707Z | Compiling unicode-segmentation v1.12.0 |
1099 | 2024-12-28T04:19:21.025Z | Compiling rustc_version v0.1.7 |
1100 | 2024-12-28T04:19:21.319Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-12-28T04:19:21.418Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-12-28T04:19:21.965Z | Compiling newline-converter v0.3.0 |
1103 | 2024-12-28T04:19:22.279Z | Compiling camino-tempfile v1.1.1 |
1104 | 2024-12-28T04:19:22.553Z | Compiling itertools v0.10.5 |
1105 | 2024-12-28T04:19:22.811Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1106 | 2024-12-28T04:19:23.030Z | Compiling console v0.15.8 |
1107 | 2024-12-28T04:19:23.337Z | Compiling num-derive v0.4.2 |
1108 | 2024-12-28T04:19:24.378Z | Compiling sigpipe v0.1.3 |
1109 | 2024-12-28T04:19:24.521Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-12-28T04:19:24.872Z | Compiling similar v2.6.0 |
1111 | 2024-12-28T04:19:25.668Z | Compiling base64ct v1.6.0 |
1112 | 2024-12-28T04:19:25.916Z | Compiling expectorate v1.1.0 |
1113 | 2024-12-28T04:19:26.014Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1114 | 2024-12-28T04:19:26.112Z | Compiling zone v0.3.0 |
1115 | 2024-12-28T04:19:26.361Z | Compiling password-hash v0.5.0 |
1116 | 2024-12-28T04:19:27.724Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1117 | 2024-12-28T04:19:28.514Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1118 | 2024-12-28T04:19:28.534Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1119 | 2024-12-28T04:19:29.417Z | Compiling newtype_derive v0.1.6 |
1120 | 2024-12-28T04:19:29.805Z | Compiling blake2 v0.10.6 |
1121 | 2024-12-28T04:19:31.006Z | Compiling hubpack_derive v0.1.1 |
1122 | 2024-12-28T04:19:31.027Z | Compiling smf v0.2.3 |
1123 | 2024-12-28T04:19:31.180Z | Compiling zerocopy-derive v0.6.6 |
1124 | 2024-12-28T04:19:31.271Z | Compiling cancel-safe-futures v0.1.5 |
1125 | 2024-12-28T04:19:31.650Z | Compiling whoami v1.5.2 |
1126 | 2024-12-28T04:19:31.849Z | Compiling fixedbitset v0.4.2 |
1127 | 2024-12-28T04:19:31.912Z | Compiling owo-colors v4.1.0 |
1128 | 2024-12-28T04:19:32.284Z | Compiling petgraph v0.6.5 |
1129 | 2024-12-28T04:19:32.519Z | Compiling hubpack v0.1.2 |
1130 | 2024-12-28T04:19:32.571Z | Compiling argon2 v0.5.3 |
1131 | 2024-12-28T04:19:33.255Z | Compiling zerocopy v0.6.6 |
1132 | 2024-12-28T04:19:34.261Z | Compiling strum_macros v0.25.3 |
1133 | 2024-12-28T04:19:35.014Z | Compiling serde-big-array v0.5.1 |
1134 | 2024-12-28T04:19:35.279Z | Compiling serde_repr v0.1.19 |
1135 | 2024-12-28T04:19:36.491Z | Compiling cookie v0.18.1 |
1136 | 2024-12-28T04:19:36.863Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1137 | 2024-12-28T04:19:36.883Z | Compiling static_assertions v1.1.0 |
1138 | 2024-12-28T04:19:36.989Z | Compiling convert_case v0.4.0 |
1139 | 2024-12-28T04:19:37.111Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-12-28T04:19:37.788Z | Compiling derive_more v0.99.18 |
1141 | 2024-12-28T04:19:38.019Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1142 | 2024-12-28T04:19:39.636Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-28T04:19:40.266Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-28T04:19:40.739Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-12-28T04:19:43.070Z | Compiling atomicwrites v0.4.4 |
1146 | 2024-12-28T04:19:43.591Z | Compiling itertools v0.13.0 |
1147 | 2024-12-28T04:19:44.557Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-12-28T04:19:45.797Z | Compiling idna v0.4.0 |
1149 | 2024-12-28T04:19:46.263Z | Compiling libsw v3.3.1 |
1150 | 2024-12-28T04:19:46.599Z | Compiling derive-where v1.2.7 |
1151 | 2024-12-28T04:19:46.869Z | Compiling enum-as-inner v0.6.1 |
1152 | 2024-12-28T04:19:46.987Z | Compiling data-encoding v2.6.0 |
1153 | 2024-12-28T04:19:47.232Z | Compiling indent_write v2.2.0 |
1154 | 2024-12-28T04:19:47.467Z | Compiling linked-hash-map v0.5.6 |
1155 | 2024-12-28T04:19:47.854Z | Compiling linear-map v1.2.0 |
1156 | 2024-12-28T04:19:47.996Z | Compiling quick-error v1.2.3 |
1157 | 2024-12-28T04:19:48.216Z | Compiling swrite v0.1.0 |
1158 | 2024-12-28T04:19:48.356Z | Compiling highway v1.2.0 |
1159 | 2024-12-28T04:19:48.359Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-12-28T04:19:49.707Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-12-28T04:19:49.802Z | Compiling hickory-proto v0.24.1 |
1162 | 2024-12-28T04:19:49.906Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-28T04:19:49.954Z | Compiling lru-cache v0.1.2 |
1164 | 2024-12-28T04:19:50.184Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-28T04:19:53.351Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-28T04:19:53.755Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-28T04:19:53.860Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-12-28T04:19:55.081Z | Compiling steno v0.4.1 |
1169 | 2024-12-28T04:19:58.027Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-12-28T04:19:58.400Z | Compiling slog-dtrace v0.3.0 |
1171 | 2024-12-28T04:19:58.765Z | Compiling humantime v2.1.0 |
1172 | 2024-12-28T04:19:59.142Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-12-28T04:19:59.312Z | Compiling parking_lot_core v0.8.6 |
1174 | 2024-12-28T04:19:59.604Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-12-28T04:19:59.814Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1176 | 2024-12-28T04:20:00.972Z | Compiling hickory-resolver v0.24.1 |
1177 | 2024-12-28T04:20:01.469Z | Compiling num-derive v0.3.3 |
1178 | 2024-12-28T04:20:02.804Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-12-28T04:20:03.763Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1180 | 2024-12-28T04:20:03.780Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-12-28T04:20:04.132Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1182 | 2024-12-28T04:20:05.513Z | Compiling parking_lot v0.11.2 |
1183 | 2024-12-28T04:20:05.728Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-12-28T04:20:07.492Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1185 | 2024-12-28T04:20:08.669Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1186 | 2024-12-28T04:20:09.010Z | Compiling crossbeam-epoch v0.9.18 |
1187 | 2024-12-28T04:20:10.148Z | Compiling fxhash v0.2.1 |
1188 | 2024-12-28T04:20:10.380Z | Compiling crc32fast v1.4.2 |
1189 | 2024-12-28T04:20:10.383Z | Compiling crc8 v0.1.1 |
1190 | 2024-12-28T04:20:10.708Z | Compiling arc-swap v1.7.1 |
1191 | 2024-12-28T04:20:10.897Z | Compiling sled v0.34.7 |
1192 | 2024-12-28T04:20:11.401Z | Compiling slog-scope v4.4.0 |
1193 | 2024-12-28T04:20:12.173Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1194 | 2024-12-28T04:20:16.200Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-12-28T04:20:17.226Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1196 | 2024-12-28T04:20:17.759Z | Compiling slog-stdlog v4.1.1 |
1197 | 2024-12-28T04:20:18.569Z | Compiling slog-envlogger v2.2.0 |
1198 | 2024-12-28T04:20:20.118Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-28T04:20:21.290Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1200 | 2024-12-28T04:20:32.983Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1201 | 2024-12-28T04:20:36.426Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1202 | 2024-12-28T04:20:37.965Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1203 | 2024-12-28T04:21:07.368Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-12-28T04:21:07.368Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1205 | 2024-12-28T04:21:14.541Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1206 | 2024-12-28T04:21:14.882Z | + banner quartet |
1207 | 2024-12-28T04:21:14.885Z | |
1208 | 2024-12-28T04:21:14.885Z | #### # # ## ##### ##### ###### ##### |
1209 | 2024-12-28T04:21:14.885Z | # # # # # # # # # # # |
1210 | 2024-12-28T04:21:14.885Z | # # # # # # # # # ##### # |
1211 | 2024-12-28T04:21:14.885Z | # # # # # ###### ##### # # # |
1212 | 2024-12-28T04:21:14.885Z | # # # # # # # # # # # |
1213 | 2024-12-28T04:21:14.885Z | ### # #### # # # # # ###### # |
1214 | 2024-12-28T04:21:14.885Z | |
1215 | 2024-12-28T04:21:14.885Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1216 | 2024-12-28T04:21:15.331Z | Compiling cfg-if v1.0.0 |
1217 | 2024-12-28T04:21:15.331Z | Compiling libc v0.2.167 |
1218 | 2024-12-28T04:21:15.331Z | Compiling serde v1.0.217 |
1219 | 2024-12-28T04:21:15.334Z | Compiling once_cell v1.20.2 |
1220 | 2024-12-28T04:21:15.334Z | Compiling itoa v1.0.11 |
1221 | 2024-12-28T04:21:15.404Z | Compiling byteorder v1.5.0 |
1222 | 2024-12-28T04:21:15.408Z | Compiling syn v2.0.87 |
1223 | 2024-12-28T04:21:15.415Z | Compiling bytes v1.7.2 |
1224 | 2024-12-28T04:21:15.461Z | Compiling num-traits v0.2.19 |
1225 | 2024-12-28T04:21:15.604Z | Compiling zerocopy v0.7.35 |
1226 | 2024-12-28T04:21:15.760Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-28T04:21:15.794Z | Compiling ahash v0.8.11 |
1228 | 2024-12-28T04:21:15.836Z | Compiling smallvec v1.13.2 |
1229 | 2024-12-28T04:21:15.849Z | Compiling scopeguard v1.2.0 |
1230 | 2024-12-28T04:21:15.872Z | Compiling memchr v2.7.4 |
1231 | 2024-12-28T04:21:15.983Z | Compiling schemars v0.8.21 |
1232 | 2024-12-28T04:21:15.995Z | Compiling allocator-api2 v0.2.18 |
1233 | 2024-12-28T04:21:16.323Z | Compiling lock_api v0.4.12 |
1234 | 2024-12-28T04:21:16.733Z | Compiling hashbrown v0.14.5 |
1235 | 2024-12-28T04:21:16.810Z | Compiling getrandom v0.2.15 |
1236 | 2024-12-28T04:21:16.843Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-12-28T04:21:16.845Z | Compiling socket2 v0.5.8 |
1238 | 2024-12-28T04:21:17.156Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2024-12-28T04:21:17.261Z | Compiling parking_lot v0.12.3 |
1240 | 2024-12-28T04:21:17.666Z | Compiling mio v1.0.2 |
1241 | 2024-12-28T04:21:17.838Z | Compiling fnv v1.0.7 |
1242 | 2024-12-28T04:21:17.974Z | Compiling log v0.4.22 |
1243 | 2024-12-28T04:21:18.205Z | Compiling futures-core v0.3.30 |
1244 | 2024-12-28T04:21:18.534Z | Compiling equivalent v1.0.1 |
1245 | 2024-12-28T04:21:18.638Z | Compiling ryu v1.0.18 |
1246 | 2024-12-28T04:21:18.649Z | Compiling tracing-core v0.1.32 |
1247 | 2024-12-28T04:21:18.659Z | Compiling serde_json v1.0.133 |
1248 | 2024-12-28T04:21:18.697Z | Compiling uuid v1.11.0 |
1249 | 2024-12-28T04:21:18.720Z | Compiling regress v0.10.1 |
1250 | 2024-12-28T04:21:19.193Z | Compiling futures-task v0.3.30 |
1251 | 2024-12-28T04:21:19.256Z | Compiling futures-sink v0.3.30 |
1252 | 2024-12-28T04:21:19.383Z | Compiling spin v0.9.8 |
1253 | 2024-12-28T04:21:19.407Z | Compiling untrusted v0.9.0 |
1254 | 2024-12-28T04:21:19.418Z | Compiling pin-utils v0.1.0 |
1255 | 2024-12-28T04:21:19.428Z | Compiling slab v0.4.9 |
1256 | 2024-12-28T04:21:19.505Z | Compiling futures-util v0.3.30 |
1257 | 2024-12-28T04:21:19.575Z | Compiling ring v0.17.8 |
1258 | 2024-12-28T04:21:19.747Z | Compiling try-lock v0.2.5 |
1259 | 2024-12-28T04:21:19.894Z | Compiling want v0.3.1 |
1260 | 2024-12-28T04:21:20.168Z | Compiling httparse v1.9.4 |
1261 | 2024-12-28T04:21:20.466Z | Compiling chrono v0.4.38 |
1262 | 2024-12-28T04:21:21.083Z | Compiling futures-channel v0.3.30 |
1263 | 2024-12-28T04:21:21.196Z | Compiling tower-service v0.3.3 |
1264 | 2024-12-28T04:21:21.324Z | Compiling foreign-types-shared v0.1.1 |
1265 | 2024-12-28T04:21:21.425Z | Compiling dyn-clone v1.0.17 |
1266 | 2024-12-28T04:21:21.532Z | Compiling foreign-types v0.3.2 |
1267 | 2024-12-28T04:21:21.631Z | Compiling openssl-sys v0.9.103 |
1268 | 2024-12-28T04:21:21.916Z | Compiling bitflags v2.6.0 |
1269 | 2024-12-28T04:21:22.261Z | Compiling serde_derive_internals v0.29.1 |
1270 | 2024-12-28T04:21:22.471Z | Compiling unicode-ident v1.0.13 |
1271 | 2024-12-28T04:21:22.536Z | Compiling http v1.2.0 |
1272 | 2024-12-28T04:21:22.672Z | Compiling proc-macro2 v1.0.86 |
1273 | 2024-12-28T04:21:23.019Z | Compiling openssl-probe v0.1.5 |
1274 | 2024-12-28T04:21:23.355Z | Compiling semver v1.0.23 |
1275 | 2024-12-28T04:21:23.549Z | Compiling tinyvec_macros v0.1.1 |
1276 | 2024-12-28T04:21:23.636Z | Compiling tinyvec v1.8.0 |
1277 | 2024-12-28T04:21:23.916Z | Compiling quote v1.0.37 |
1278 | 2024-12-28T04:21:24.522Z | Compiling percent-encoding v2.3.1 |
1279 | 2024-12-28T04:21:24.999Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-12-28T04:21:25.362Z | Compiling unicode-normalization v0.1.24 |
1281 | 2024-12-28T04:21:26.183Z | Compiling http v0.2.12 |
1282 | 2024-12-28T04:21:26.689Z | Compiling aho-corasick v1.1.3 |
1283 | 2024-12-28T04:21:27.267Z | Compiling rustls-pki-types v1.8.0 |
1284 | 2024-12-28T04:21:27.341Z | Compiling heck v0.5.0 |
1285 | 2024-12-28T04:21:27.489Z | Compiling unicode-bidi v0.3.15 |
1286 | 2024-12-28T04:21:27.662Z | Compiling serde_derive v1.0.217 |
1287 | 2024-12-28T04:21:28.071Z | Compiling zerocopy-derive v0.7.35 |
1288 | 2024-12-28T04:21:28.595Z | Compiling thiserror-impl v1.0.69 |
1289 | 2024-12-28T04:21:28.695Z | Compiling tokio-macros v2.4.0 |
1290 | 2024-12-28T04:21:30.285Z | Compiling schemars_derive v0.8.21 |
1291 | 2024-12-28T04:21:30.454Z | Compiling tokio v1.42.0 |
1292 | 2024-12-28T04:21:31.016Z | Compiling tracing-attributes v0.1.27 |
1293 | 2024-12-28T04:21:31.075Z | Compiling openssl-macros v0.1.1 |
1294 | 2024-12-28T04:21:31.581Z | Compiling thiserror v1.0.69 |
1295 | 2024-12-28T04:21:31.907Z | Compiling openssl v0.10.66 |
1296 | 2024-12-28T04:21:33.018Z | Compiling regex-automata v0.4.7 |
1297 | 2024-12-28T04:21:33.410Z | Compiling idna v0.5.0 |
1298 | 2024-12-28T04:21:34.396Z | Compiling tracing v0.1.40 |
1299 | 2024-12-28T04:21:35.128Z | Compiling http-body v1.0.1 |
1300 | 2024-12-28T04:21:40.722Z | Compiling tokio-util v0.7.12 |
1301 | 2024-12-28T04:21:41.608Z | Compiling indexmap v2.5.0 |
1302 | 2024-12-28T04:21:43.647Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-12-28T04:21:44.849Z | Compiling native-tls v0.2.12 |
1304 | 2024-12-28T04:21:46.073Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-12-28T04:21:46.154Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-12-28T04:21:46.369Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-12-28T04:21:46.564Z | Compiling slog v2.7.0 |
1308 | 2024-12-28T04:21:47.162Z | Compiling h2 v0.4.6 |
1309 | 2024-12-28T04:21:47.581Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-12-28T04:21:48.861Z | Compiling typify-impl v0.2.0 |
1311 | 2024-12-28T04:21:58.150Z | Compiling openapiv3 v2.0.0 |
1312 | 2024-12-28T04:21:59.581Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-12-28T04:22:00.181Z | Compiling regex v1.10.6 |
1314 | 2024-12-28T04:22:00.839Z | Compiling url v2.5.2 |
1315 | 2024-12-28T04:22:01.179Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-12-28T04:22:02.597Z | Compiling mime v0.3.17 |
1317 | 2024-12-28T04:22:02.625Z | Compiling ipnet v2.10.0 |
1318 | 2024-12-28T04:22:03.706Z | Compiling rustls v0.21.12 |
1319 | 2024-12-28T04:22:04.011Z | Compiling typify-macro v0.2.0 |
1320 | 2024-12-28T04:22:04.044Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1321 | 2024-12-28T04:22:06.538Z | Compiling hyper v1.5.1 |
1322 | 2024-12-28T04:22:07.861Z | Compiling h2 v0.3.26 |
1323 | 2024-12-28T04:22:07.872Z | Compiling http-body v0.4.6 |
1324 | 2024-12-28T04:22:08.135Z | Compiling rustls-webpki v0.102.8 |
1325 | 2024-12-28T04:22:08.385Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-12-28T04:22:09.445Z | Compiling sct v0.7.1 |
1327 | 2024-12-28T04:22:09.896Z | Compiling zeroize v1.8.1 |
1328 | 2024-12-28T04:22:10.254Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-28T04:22:11.024Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-12-28T04:22:11.405Z | Compiling subtle v2.6.1 |
1331 | 2024-12-28T04:22:11.688Z | Compiling rustls v0.23.13 |
1332 | 2024-12-28T04:22:11.886Z | Compiling serde_yaml v0.9.34+deprecated |
1333 | 2024-12-28T04:22:12.386Z | Compiling toml_edit v0.19.15 |
1334 | 2024-12-28T04:22:15.691Z | Compiling hyper v0.14.30 |
1335 | 2024-12-28T04:22:16.678Z | Compiling hyper-util v0.1.10 |
1336 | 2024-12-28T04:22:22.750Z | Compiling lazy_static v1.5.0 |
1337 | 2024-12-28T04:22:22.889Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-12-28T04:22:22.954Z | Compiling tokio-rustls v0.24.1 |
1339 | 2024-12-28T04:22:23.387Z | Compiling proc-macro-crate v1.3.1 |
1340 | 2024-12-28T04:22:23.387Z | Compiling http-body-util v0.1.2 |
1341 | 2024-12-28T04:22:23.540Z | Compiling webpki-roots v0.26.6 |
1342 | 2024-12-28T04:22:23.761Z | Compiling base64 v0.21.7 |
1343 | 2024-12-28T04:22:23.937Z | Compiling base64 v0.22.1 |
1344 | 2024-12-28T04:22:24.258Z | Compiling num_enum_derive v0.5.11 |
1345 | 2024-12-28T04:22:24.697Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-12-28T04:22:24.867Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-12-28T04:22:25.013Z | Compiling hyper-tls v0.6.0 |
1348 | 2024-12-28T04:22:25.184Z | Compiling crossbeam-utils v0.8.20 |
1349 | 2024-12-28T04:22:25.201Z | Compiling hyper-rustls v0.27.3 |
1350 | 2024-12-28T04:22:25.448Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-12-28T04:22:25.546Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-12-28T04:22:25.708Z | Compiling typify v0.2.0 |
1353 | 2024-12-28T04:22:25.848Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1354 | 2024-12-28T04:22:26.050Z | Compiling ipnetwork v0.20.0 |
1355 | 2024-12-28T04:22:27.033Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2024-12-28T04:22:27.970Z | Compiling foreign-types-macros v0.2.3 |
1357 | 2024-12-28T04:22:28.932Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-12-28T04:22:29.083Z | Compiling rand_core v0.6.4 |
1359 | 2024-12-28T04:22:29.136Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-28T04:22:29.312Z | Compiling powerfmt v0.2.0 |
1361 | 2024-12-28T04:22:29.539Z | Compiling sync_wrapper v0.1.2 |
1362 | 2024-12-28T04:22:29.671Z | Compiling webpki-roots v0.25.4 |
1363 | 2024-12-28T04:22:29.791Z | Compiling foreign-types-shared v0.3.1 |
1364 | 2024-12-28T04:22:29.833Z | Compiling time-macros v0.2.18 |
1365 | 2024-12-28T04:22:29.906Z | Compiling foreign-types v0.5.0 |
1366 | 2024-12-28T04:22:30.019Z | Compiling reqwest v0.11.27 |
1367 | 2024-12-28T04:22:30.065Z | Compiling deranged v0.3.11 |
1368 | 2024-12-28T04:22:30.224Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-12-28T04:22:32.105Z | Compiling dirs-next v2.0.0 |
1370 | 2024-12-28T04:22:32.422Z | Compiling reqwest v0.12.9 |
1371 | 2024-12-28T04:22:32.486Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-12-28T04:22:32.840Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1373 | 2024-12-28T04:22:39.287Z | Compiling num_enum v0.5.11 |
1374 | 2024-12-28T04:22:39.460Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1375 | 2024-12-28T04:22:41.329Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1376 | 2024-12-28T04:22:41.352Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1377 | 2024-12-28T04:22:41.476Z | Compiling cstr-argument v0.1.2 |
1378 | 2024-12-28T04:22:41.532Z | Compiling thread_local v1.1.8 |
1379 | 2024-12-28T04:22:41.738Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-12-28T04:22:41.955Z | Compiling either v1.13.0 |
1381 | 2024-12-28T04:22:42.256Z | Compiling time-core v0.1.2 |
1382 | 2024-12-28T04:22:42.415Z | Compiling num-conv v0.1.0 |
1383 | 2024-12-28T04:22:42.451Z | Compiling arc-swap v1.7.1 |
1384 | 2024-12-28T04:22:42.676Z | Compiling time v0.3.36 |
1385 | 2024-12-28T04:22:43.153Z | Compiling slog-scope v4.4.0 |
1386 | 2024-12-28T04:22:44.078Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-12-28T04:22:44.350Z | Compiling itertools v0.12.1 |
1388 | 2024-12-28T04:22:45.537Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1389 | 2024-12-28T04:22:45.913Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1390 | 2024-12-28T04:22:46.805Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1391 | 2024-12-28T04:22:46.981Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-12-28T04:22:48.231Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1393 | 2024-12-28T04:22:48.621Z | Compiling progenitor-macro v0.8.0 |
1394 | 2024-12-28T04:22:51.840Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-12-28T04:22:56.772Z | Compiling anyhow v1.0.94 |
1396 | 2024-12-28T04:22:58.311Z | Compiling term v0.7.0 |
1397 | 2024-12-28T04:23:01.535Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1398 | 2024-12-28T04:23:02.860Z | Compiling rand v0.8.5 |
1399 | 2024-12-28T04:23:03.519Z | Compiling colored v2.1.0 |
1400 | 2024-12-28T04:23:04.741Z | Compiling is-terminal v0.4.13 |
1401 | 2024-12-28T04:23:04.758Z | Compiling take_mut v0.2.2 |
1402 | 2024-12-28T04:23:04.869Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-12-28T04:23:04.921Z | Compiling winnow v0.6.18 |
1404 | 2024-12-28T04:23:05.214Z | Compiling slog-async v2.8.0 |
1405 | 2024-12-28T04:23:08.264Z | Compiling slog-term v2.9.1 |
1406 | 2024-12-28T04:23:09.352Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1407 | 2024-12-28T04:23:11.084Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-12-28T04:23:11.305Z | Compiling progenitor v0.8.0 |
1409 | 2024-12-28T04:23:11.534Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1410 | 2024-12-28T04:23:15.210Z | Compiling slog-stdlog v4.1.1 |
1411 | 2024-12-28T04:23:16.040Z | Compiling slog-envlogger v2.2.0 |
1412 | 2024-12-28T04:23:16.686Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1413 | 2024-12-28T04:23:18.692Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1414 | 2024-12-28T04:23:31.627Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1415 | 2024-12-28T04:23:39.022Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1416 | 2024-12-28T04:23:39.105Z | Running unittests src/lib.rs (target/release/deps/mg_tests-7bba72dcf831ed55) |
1417 | 2024-12-28T04:23:39.152Z | |
1418 | 2024-12-28T04:23:39.152Z | running 1 test |
1419 | 2024-12-28T04:23:39.325Z | configure zone |
1420 | 2024-12-28T04:23:39.344Z | install zone |
1421 | 2024-12-28T04:24:39.167Z | test ddm::test_quartet has been running for over 60 seconds |
1422 | 2024-12-28T04:25:39.271Z | boot zone |
1423 | 2024-12-28T04:25:40.156Z | start zone s1 |
1424 | 2024-12-28T04:25:40.156Z | configure zone |
1425 | 2024-12-28T04:25:40.164Z | install zone |
1426 | 2024-12-28T04:27:37.182Z | boot zone |
1427 | 2024-12-28T04:27:37.982Z | start zone s2 |
1428 | 2024-12-28T04:27:37.982Z | configure zone |
1429 | 2024-12-28T04:27:37.990Z | install zone |
1430 | 2024-12-28T04:29:35.295Z | boot zone |
1431 | 2024-12-28T04:29:36.109Z | start zone s3 |
1432 | 2024-12-28T04:29:36.109Z | configure zone |
1433 | 2024-12-28T04:29:36.118Z | install zone |
1434 | 2024-12-28T04:31:33.509Z | boot zone |
1435 | 2024-12-28T04:31:34.278Z | start zone t1 |
1436 | 2024-12-28T04:31:34.278Z | configure zone |
1437 | 2024-12-28T04:31:34.286Z | install zone |
1438 | 2024-12-28T04:33:34.879Z | boot zone |
1439 | 2024-12-28T04:33:35.765Z | waiting for zones to come up |
1440 | 2024-12-28T04:33:45.768Z | [sidecar.quartet] svcs milestone/network |
1441 | 2024-12-28T04:33:45.801Z | STATE STIME FMRI |
1442 | 2024-12-28T04:33:45.801Z | online 20:25:57 svc:/milestone/network:default |
1443 | 2024-12-28T04:33:45.801Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1444 | 2024-12-28T04:33:45.847Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1445 | 2024-12-28T04:33:45.896Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1446 | 2024-12-28T04:33:45.940Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1447 | 2024-12-28T04:33:45.943Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1448 | 2024-12-28T04:33:45.966Z | |
1449 | 2024-12-28T04:33:45.966Z | running zone s1.quartet setup |
1450 | 2024-12-28T04:33:45.966Z | [s1.quartet] svcs milestone/network |
1451 | 2024-12-28T04:33:45.990Z | STATE STIME FMRI |
1452 | 2024-12-28T04:33:45.990Z | online 20:27:55 svc:/milestone/network:default |
1453 | 2024-12-28T04:33:45.990Z | [s1.quartet] dladm |
1454 | 2024-12-28T04:33:46.010Z | LINK CLASS MTU STATE BRIDGE OVER |
1455 | 2024-12-28T04:33:46.010Z | sl0 simnet 9000 up -- ? |
1456 | 2024-12-28T04:33:46.011Z | mgs1 vnic 9000 up -- ? |
1457 | 2024-12-28T04:33:46.011Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1458 | 2024-12-28T04:33:46.573Z | |
1459 | 2024-12-28T04:33:46.573Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1460 | 2024-12-28T04:33:46.596Z | |
1461 | 2024-12-28T04:33:46.596Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1462 | 2024-12-28T04:33:46.615Z | |
1463 | 2024-12-28T04:33:46.615Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1464 | 2024-12-28T04:33:46.701Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1465 | 2024-12-28T04:33:46.743Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 09374b79-2411-4198-9b0a-2f676d5388ad --sled-uuid c2dabbd6-4847-4c3c-90d5-1eac09c90eec -a sl0/v6 &> /opt/ddmd.log & |
1466 | 2024-12-28T04:33:46.764Z | |
1467 | 2024-12-28T04:33:46.764Z | running zone s2.quartet setup |
1468 | 2024-12-28T04:33:46.764Z | [s2.quartet] svcs milestone/network |
1469 | 2024-12-28T04:33:46.787Z | STATE STIME FMRI |
1470 | 2024-12-28T04:33:46.787Z | online 20:29:53 svc:/milestone/network:default |
1471 | 2024-12-28T04:33:46.787Z | [s2.quartet] dladm |
1472 | 2024-12-28T04:33:46.808Z | LINK CLASS MTU STATE BRIDGE OVER |
1473 | 2024-12-28T04:33:46.808Z | sl1 simnet 9000 up -- ? |
1474 | 2024-12-28T04:33:46.809Z | mgs2 vnic 9000 up -- ? |
1475 | 2024-12-28T04:33:46.809Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1476 | 2024-12-28T04:33:47.475Z | |
1477 | 2024-12-28T04:33:47.475Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1478 | 2024-12-28T04:33:47.497Z | |
1479 | 2024-12-28T04:33:47.497Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1480 | 2024-12-28T04:33:47.516Z | |
1481 | 2024-12-28T04:33:47.516Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1482 | 2024-12-28T04:33:47.561Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1483 | 2024-12-28T04:33:47.583Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8e72e35c-3c75-477d-bc2f-80d9d4bfc5d9 --sled-uuid 123972ca-8e31-4c27-b5fc-857d602795d1 -a sl1/v6 &> /opt/ddmd.log & |
1484 | 2024-12-28T04:33:47.603Z | |
1485 | 2024-12-28T04:33:47.603Z | running zone s3.quartet setup |
1486 | 2024-12-28T04:33:47.603Z | [s3.quartet] svcs milestone/network |
1487 | 2024-12-28T04:33:47.627Z | STATE STIME FMRI |
1488 | 2024-12-28T04:33:47.627Z | online 20:31:51 svc:/milestone/network:default |
1489 | 2024-12-28T04:33:47.627Z | [s3.quartet] dladm |
1490 | 2024-12-28T04:33:47.648Z | LINK CLASS MTU STATE BRIDGE OVER |
1491 | 2024-12-28T04:33:47.648Z | sl2 simnet 9000 up -- ? |
1492 | 2024-12-28T04:33:47.648Z | mgs3 vnic 9000 up -- ? |
1493 | 2024-12-28T04:33:47.648Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1494 | 2024-12-28T04:33:48.191Z | |
1495 | 2024-12-28T04:33:48.191Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1496 | 2024-12-28T04:33:48.216Z | |
1497 | 2024-12-28T04:33:48.216Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1498 | 2024-12-28T04:33:48.237Z | |
1499 | 2024-12-28T04:33:48.238Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1500 | 2024-12-28T04:33:48.283Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1501 | 2024-12-28T04:33:48.305Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cd9ff8d9-4b74-46aa-a206-a6ebb2b349b3 --sled-uuid 62b6b247-c328-4be0-b6ba-604417a59af1 -a sl2/v6 &> /opt/ddmd.log & |
1502 | 2024-12-28T04:33:48.327Z | |
1503 | 2024-12-28T04:33:48.328Z | running zone t1.quartet setup |
1504 | 2024-12-28T04:33:48.328Z | [t1.quartet] svcs milestone/network |
1505 | 2024-12-28T04:33:48.349Z | STATE STIME FMRI |
1506 | 2024-12-28T04:33:48.349Z | - - svc:/milestone/network:default |
1507 | 2024-12-28T04:33:49.349Z | [t1.quartet] svcs milestone/network |
1508 | 2024-12-28T04:33:49.371Z | STATE STIME FMRI |
1509 | 2024-12-28T04:33:49.371Z | - - svc:/milestone/network:default |
1510 | 2024-12-28T04:33:50.373Z | [t1.quartet] svcs milestone/network |
1511 | 2024-12-28T04:33:50.400Z | STATE STIME FMRI |
1512 | 2024-12-28T04:33:50.400Z | - - svc:/milestone/network:default |
1513 | 2024-12-28T04:33:51.400Z | [t1.quartet] svcs milestone/network |
1514 | 2024-12-28T04:33:51.423Z | STATE STIME FMRI |
1515 | 2024-12-28T04:33:51.423Z | - - svc:/milestone/network:default |
1516 | 2024-12-28T04:33:52.424Z | [t1.quartet] svcs milestone/network |
1517 | 2024-12-28T04:33:52.445Z | STATE STIME FMRI |
1518 | 2024-12-28T04:33:52.445Z | - - svc:/milestone/network:default |
1519 | 2024-12-28T04:33:53.446Z | [t1.quartet] svcs milestone/network |
1520 | 2024-12-28T04:33:53.466Z | STATE STIME FMRI |
1521 | 2024-12-28T04:33:53.466Z | - - svc:/milestone/network:default |
1522 | 2024-12-28T04:33:54.467Z | [t1.quartet] svcs milestone/network |
1523 | 2024-12-28T04:33:54.489Z | STATE STIME FMRI |
1524 | 2024-12-28T04:33:54.489Z | online 20:33:53 svc:/milestone/network:default |
1525 | 2024-12-28T04:33:54.489Z | [t1.quartet] dladm |
1526 | 2024-12-28T04:33:54.511Z | LINK CLASS MTU STATE BRIDGE OVER |
1527 | 2024-12-28T04:33:54.511Z | tfportrear0_0 simnet 9000 up -- ? |
1528 | 2024-12-28T04:33:54.511Z | tfportrear1_0 simnet 9000 up -- ? |
1529 | 2024-12-28T04:33:54.511Z | tfportrear2_0 simnet 9000 up -- ? |
1530 | 2024-12-28T04:33:54.511Z | mgt1 vnic 9000 up -- ? |
1531 | 2024-12-28T04:33:54.511Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1532 | 2024-12-28T04:33:55.112Z | |
1533 | 2024-12-28T04:33:55.113Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1534 | 2024-12-28T04:33:55.136Z | |
1535 | 2024-12-28T04:33:55.136Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1536 | 2024-12-28T04:33:55.157Z | |
1537 | 2024-12-28T04:33:55.157Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1538 | 2024-12-28T04:33:55.178Z | |
1539 | 2024-12-28T04:33:55.178Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1540 | 2024-12-28T04:33:55.198Z | |
1541 | 2024-12-28T04:33:55.198Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1542 | 2024-12-28T04:33:55.401Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1543 | 2024-12-28T04:33:55.404Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1544 | 2024-12-28T04:33:55.408Z | waiting 3s for copy of files to zone to complete ... |
1545 | 2024-12-28T04:33:58.409Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1546 | 2024-12-28T04:33:58.450Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1547 | 2024-12-28T04:33:58.471Z | [t1.quartet] svcadm enable dendrite |
1548 | 2024-12-28T04:33:58.509Z | |
1549 | 2024-12-28T04:33:58.509Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1550 | 2024-12-28T04:33:58.554Z | |
1551 | 2024-12-28T04:33:58.554Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1552 | 2024-12-28T04:33:58.596Z | |
1553 | 2024-12-28T04:33:58.596Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1554 | 2024-12-28T04:33:58.637Z | |
1555 | 2024-12-28T04:33:58.637Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1556 | 2024-12-28T04:33:58.683Z | |
1557 | 2024-12-28T04:33:58.683Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1558 | 2024-12-28T04:33:58.727Z | |
1559 | 2024-12-28T04:33:58.727Z | [t1.quartet] svcadm refresh dendrite:default |
1560 | 2024-12-28T04:33:58.765Z | |
1561 | 2024-12-28T04:33:58.765Z | [t1.quartet] svcadm restart dendrite:default |
1562 | 2024-12-28T04:33:58.802Z | |
1563 | 2024-12-28T04:33:58.802Z | wait 10s for dendrite to come up ... |
1564 | 2024-12-28T04:34:08.804Z | [t1.quartet] svcadm enable tfport |
1565 | 2024-12-28T04:34:08.844Z | |
1566 | 2024-12-28T04:34:08.844Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid c7dfb6d6-0dd2-489c-b4ad-8a488174afb3 --sled-uuid bb34ab36-04d8-4d04-8e7a-1e0aa4ee8615 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1567 | 2024-12-28T04:34:08.863Z | |
1568 | 2024-12-28T04:34:08.863Z | [t1.quartet] ipadm |
1569 | 2024-12-28T04:34:08.888Z | ADDROBJ TYPE STATE ADDR |
1570 | 2024-12-28T04:34:08.888Z | lo0/v4 static ok 127.0.0.1/8 |
1571 | 2024-12-28T04:34:08.888Z | mgt1/v4 static ok 10.0.0.4/24 |
1572 | 2024-12-28T04:34:08.888Z | lo0/v6 static ok ::1/128 |
1573 | 2024-12-28T04:34:08.888Z | lo0/u6 static ok fd00:4::1/64 |
1574 | 2024-12-28T04:34:08.888Z | tfportrear0_0/v6 addrconf ok fe80::d04b:81ff:fe84:5e4d%tfportrear0_0/10 |
1575 | 2024-12-28T04:34:08.888Z | tfportrear1_0/v6 addrconf ok fe80::10de:41ff:fe91:a74e%tfportrear1_0/10 |
1576 | 2024-12-28T04:34:08.888Z | tfportrear2_0/v6 addrconf ok fe80::e458:41ff:fec3:f6a7%tfportrear2_0/10 |
1577 | 2024-12-28T04:34:11.167Z | initial peering test passed |
1578 | 2024-12-28T04:34:12.170Z | [s3.quartet] ping fd00:1::1 |
1579 | 2024-12-28T04:34:12.199Z | fd00:1::1 is alive |
1580 | 2024-12-28T04:34:23.205Z | [s3.quartet] ping fd00:1::1 |
1581 | 2024-12-28T04:34:23.228Z | fd00:1::1 is alive |
1582 | 2024-12-28T04:34:23.245Z | [t1.quartet] pkill ddmd |
1583 | 2024-12-28T04:34:23.270Z | |
1584 | 2024-12-28T04:34:23.270Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1585 | 2024-12-28T04:34:23.273Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1586 | 2024-12-28T04:34:25.753Z | [s3.quartet] pkill ddmd |
1587 | 2024-12-28T04:34:25.774Z | |
1588 | 2024-12-28T04:34:25.774Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1589 | 2024-12-28T04:34:28.178Z | [s2.quartet] pkill ddmd |
1590 | 2024-12-28T04:34:28.198Z | |
1591 | 2024-12-28T04:34:28.198Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1592 | 2024-12-28T04:34:30.621Z | [s1.quartet] pkill ddmd |
1593 | 2024-12-28T04:34:30.641Z | |
1594 | 2024-12-28T04:34:30.641Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1595 | 2024-12-28T04:34:33.093Z | [sidecar.quartet] pkill softnpu |
1596 | 2024-12-28T04:34:33.112Z | |
1597 | 2024-12-28T04:34:33.112Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1598 | 2024-12-28T04:34:35.647Z | test ddm::test_quartet ... ok |
1599 | 2024-12-28T04:34:35.647Z | |
1600 | 2024-12-28T04:34:35.647Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 656.34s |
1601 | 2024-12-28T04:34:35.647Z | |
1602 | 2024-12-28T04:34:35.674Z | + cleanup |
1603 | 2024-12-28T04:34:35.677Z | ++ id -un |
1604 | 2024-12-28T04:34:35.681Z | ++ id -gn |
1605 | 2024-12-28T04:34:35.683Z | + pfexec chown -R build:build . |
1606 | 2024-12-28T04:34:35.762Z | process exited: duration 1178352 ms, exit code 0 |
|
1607 | 2024-12-28T04:34:35.773Z | found 5 output files |
1608 | 2024-12-28T04:34:35.773Z | uploading: /work/s1.quartet.log (5034 bytes) |
1609 | 2024-12-28T04:34:36.784Z | uploaded: /work/s1.quartet.log |
1610 | 2024-12-28T04:34:36.785Z | uploading: /work/s2.quartet.log (5211 bytes) |
1611 | 2024-12-28T04:34:37.796Z | uploaded: /work/s2.quartet.log |
1612 | 2024-12-28T04:34:37.798Z | uploading: /work/s3.quartet.log (4233 bytes) |
1613 | 2024-12-28T04:34:38.803Z | uploaded: /work/s3.quartet.log |
1614 | 2024-12-28T04:34:38.803Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1615 | 2024-12-28T04:34:39.812Z | uploaded: /work/sidecar.quartet-softnpu.log |
1616 | 2024-12-28T04:34:39.812Z | uploading: /work/t1.quartet.log (17385 bytes) |
1617 | 2024-12-28T04:34:40.821Z | uploaded: /work/t1.quartet.log |