|
|
|
1 | 2024-11-01T04:36:46.207Z | job assigned to worker 01JBK04CC74MYTH88ME4TFDX89 (queued for 1 m 3 s) |
|
2 | 2024-11-01T04:36:54.046Z | starting task 0: "setup" |
3 | 2024-11-01T04:36:54.055Z | ++ uname -s |
4 | 2024-11-01T04:36:54.058Z | + kern=SunOS |
5 | 2024-11-01T04:36:54.058Z | + case "$kern" in |
6 | 2024-11-01T04:36:54.058Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T04:36:54.058Z | + groupadd -g 12345 build |
8 | 2024-11-01T04:36:54.061Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T04:36:56.068Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T04:36:56.161Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T04:36:56.164Z | + home_fs=zfs |
12 | 2024-11-01T04:36:56.164Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T04:36:56.164Z | + mkdir -p /home/build |
14 | 2024-11-01T04:36:56.167Z | + chown build:build /home/build /work |
15 | 2024-11-01T04:36:58.168Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T04:36:58.171Z | process exited: duration 4123 ms, exit code 0 |
|
17 | 2024-11-01T04:36:58.176Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T04:36:58.182Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T04:36:58.182Z | * toolchain channel = "stable" |
20 | 2024-11-01T04:36:58.182Z | ' stable |
21 | 2024-11-01T04:36:58.182Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T04:36:58.182Z | ' default |
23 | 2024-11-01T04:36:58.182Z | * toolchain profile = "default" |
24 | 2024-11-01T04:36:58.184Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T04:36:58.185Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-01T04:36:58.307Z | info: downloading installer |
27 | 2024-11-01T04:36:59.830Z | info: profile set to 'default' |
28 | 2024-11-01T04:36:59.830Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T04:36:59.833Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-01T04:36:59.988Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T04:36:59.988Z | info: downloading component 'cargo' |
32 | 2024-11-01T04:37:00.830Z | info: downloading component 'clippy' |
33 | 2024-11-01T04:37:01.151Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T04:37:02.342Z | info: downloading component 'rust-std' |
35 | 2024-11-01T04:37:04.233Z | info: downloading component 'rustc' |
36 | 2024-11-01T04:37:10.916Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T04:37:11.158Z | info: installing component 'cargo' |
38 | 2024-11-01T04:37:12.007Z | info: installing component 'clippy' |
39 | 2024-11-01T04:37:12.381Z | info: installing component 'rust-docs' |
40 | 2024-11-01T04:37:14.086Z | info: installing component 'rust-std' |
41 | 2024-11-01T04:37:16.021Z | info: installing component 'rustc' |
42 | 2024-11-01T04:37:22.115Z | info: installing component 'rustfmt' |
43 | 2024-11-01T04:37:22.461Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-01T04:37:22.461Z | |
45 | 2024-11-01T04:37:22.839Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T04:37:22.839Z | |
47 | 2024-11-01T04:37:22.842Z | |
48 | 2024-11-01T04:37:22.842Z | Rust is installed now. Great! |
49 | 2024-11-01T04:37:22.842Z | |
50 | 2024-11-01T04:37:22.842Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T04:37:22.842Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T04:37:22.842Z | |
53 | 2024-11-01T04:37:22.842Z | To configure your current shell, you need to source |
54 | 2024-11-01T04:37:22.842Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T04:37:22.842Z | |
56 | 2024-11-01T04:37:22.842Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T04:37:22.842Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T04:37:22.842Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T04:37:22.916Z | + rustc --version |
60 | 2024-11-01T04:37:22.982Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T04:37:22.985Z | process exited: duration 24806 ms, exit code 0 |
|
62 | 2024-11-01T04:37:22.992Z | starting task 2: "authentication" |
63 | 2024-11-01T04:37:23.011Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-01T04:37:23.016Z | starting task 3: "clone repository" |
65 | 2024-11-01T04:37:23.021Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-11-01T04:37:23.023Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-11-01T04:37:23.268Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-11-01T04:37:24.205Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-11-01T04:37:24.207Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
70 | 2024-11-01T04:37:24.468Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-11-01T04:37:24.468Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
72 | 2024-11-01T04:37:24.475Z | + [[ -n trey/unique_neigh ]] |
73 | 2024-11-01T04:37:24.478Z | ++ git branch --show-current |
74 | 2024-11-01T04:37:24.480Z | + current=main |
75 | 2024-11-01T04:37:24.480Z | + [[ main != trey/unique_neigh ]] |
76 | 2024-11-01T04:37:24.480Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
77 | 2024-11-01T04:37:24.483Z | + git checkout -f trey/unique_neigh |
78 | 2024-11-01T04:37:24.497Z | Switched to branch 'trey/unique_neigh' |
79 | 2024-11-01T04:37:24.500Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
80 | 2024-11-01T04:37:24.504Z | HEAD is now at da93056 rdb: test logging improvements |
81 | 2024-11-01T04:37:24.507Z | process exited: duration 1488 ms, exit code 0 |
|
82 | 2024-11-01T04:37:24.512Z | starting task 4: "build" |
83 | 2024-11-01T04:37:24.517Z | ++ cargo --version |
84 | 2024-11-01T04:37:24.522Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-01T04:37:24.678Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-01T04:37:24.678Z | info: downloading component 'cargo' |
87 | 2024-11-01T04:37:25.510Z | info: downloading component 'clippy' |
88 | 2024-11-01T04:37:25.817Z | info: downloading component 'rust-docs' |
89 | 2024-11-01T04:37:26.962Z | info: downloading component 'rust-std' |
90 | 2024-11-01T04:37:28.766Z | info: downloading component 'rustc' |
91 | 2024-11-01T04:37:35.019Z | info: downloading component 'rustfmt' |
92 | 2024-11-01T04:37:35.261Z | info: installing component 'cargo' |
93 | 2024-11-01T04:37:36.090Z | info: installing component 'clippy' |
94 | 2024-11-01T04:37:36.482Z | info: installing component 'rust-docs' |
95 | 2024-11-01T04:37:38.098Z | info: installing component 'rust-std' |
96 | 2024-11-01T04:37:39.867Z | info: installing component 'rustc' |
97 | 2024-11-01T04:37:45.903Z | info: installing component 'rustfmt' |
98 | 2024-11-01T04:37:46.332Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-01T04:37:46.338Z | ++ rustc --version |
100 | 2024-11-01T04:37:46.400Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-01T04:37:46.404Z | ++ dladm |
102 | 2024-11-01T04:37:46.411Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-11-01T04:37:46.412Z | ena0 phys 9216 up -- -- |
104 | 2024-11-01T04:37:46.412Z | ++ ipadm |
105 | 2024-11-01T04:37:46.416Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-11-01T04:37:46.416Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-11-01T04:37:46.416Z | ena0/dhcp dhcp ok 10.150.1.38/24 |
108 | 2024-11-01T04:37:46.417Z | lo0/v6 static ok ::1/128 |
109 | 2024-11-01T04:37:46.417Z | ++ banner collect |
110 | 2024-11-01T04:37:46.479Z | |
111 | 2024-11-01T04:37:46.479Z | #### #### # # ###### #### ##### |
112 | 2024-11-01T04:37:46.480Z | # # # # # # # # # # |
113 | 2024-11-01T04:37:46.480Z | # # # # # ##### # # |
114 | 2024-11-01T04:37:46.480Z | # # # # # # # # |
115 | 2024-11-01T04:37:46.480Z | # # # # # # # # # # |
116 | 2024-11-01T04:37:46.480Z | #### #### ###### ###### ###### #### # |
117 | 2024-11-01T04:37:46.480Z | |
118 | 2024-11-01T04:37:46.487Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-11-01T04:37:46.487Z | ++ repo=softnpu |
120 | 2024-11-01T04:37:46.488Z | ++ series=image |
121 | 2024-11-01T04:37:46.488Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-11-01T04:37:46.488Z | ++ name=softnpu |
123 | 2024-11-01T04:37:46.488Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-11-01T04:37:46.488Z | ++ mkdir -p download |
125 | 2024-11-01T04:37:46.488Z | ++ pushd download |
126 | 2024-11-01T04:37:46.488Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-11-01T04:37:46.488Z | ++ [[ ! -f softnpu ]] |
128 | 2024-11-01T04:37:46.489Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-11-01T04:37:46.501Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-11-01T04:37:46.501Z | Dload Upload Total Spent Left Speed |
131 | 2024-11-01T04:37:46.984Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 44.3M 0 --:--:-- --:--:-- --:--:-- 44.4M |
132 | 2024-11-01T04:37:46.990Z | ++ popd |
133 | 2024-11-01T04:37:46.990Z | /work/oxidecomputer/maghemite |
134 | 2024-11-01T04:37:46.990Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-11-01T04:37:46.990Z | ++ repo=sidecar-lite |
136 | 2024-11-01T04:37:46.990Z | ++ series=release |
137 | 2024-11-01T04:37:46.990Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-11-01T04:37:46.990Z | ++ name=libsidecar_lite.so |
139 | 2024-11-01T04:37:46.990Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-11-01T04:37:46.990Z | ++ mkdir -p download |
141 | 2024-11-01T04:37:46.990Z | ++ pushd download |
142 | 2024-11-01T04:37:46.990Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-11-01T04:37:46.991Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-11-01T04:37:46.991Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-11-01T04:37:46.996Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-11-01T04:37:46.996Z | Dload Upload Total Spent Left Speed |
147 | 2024-11-01T04:37:47.392Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 51.4M 0 --:--:-- --:--:-- --:--:-- 51.5M |
148 | 2024-11-01T04:37:47.403Z | ++ popd |
149 | 2024-11-01T04:37:47.403Z | /work/oxidecomputer/maghemite |
150 | 2024-11-01T04:37:47.403Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-11-01T04:37:47.403Z | ++ repo=sidecar-lite |
152 | 2024-11-01T04:37:47.403Z | ++ series=release |
153 | 2024-11-01T04:37:47.403Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-11-01T04:37:47.403Z | ++ name=scadm |
155 | 2024-11-01T04:37:47.403Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-11-01T04:37:47.403Z | ++ mkdir -p download |
157 | 2024-11-01T04:37:47.403Z | ++ pushd download |
158 | 2024-11-01T04:37:47.403Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-11-01T04:37:47.403Z | ++ [[ ! -f scadm ]] |
160 | 2024-11-01T04:37:47.403Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-11-01T04:37:47.407Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-11-01T04:37:47.407Z | Dload Upload Total Spent Left Speed |
163 | 2024-11-01T04:37:48.236Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 27.9M 0 --:--:-- --:--:-- --:--:-- 27.9M |
164 | 2024-11-01T04:37:48.241Z | ++ popd |
165 | 2024-11-01T04:37:48.242Z | /work/oxidecomputer/maghemite |
166 | 2024-11-01T04:37:48.242Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-11-01T04:37:48.242Z | ++ repo=dendrite |
168 | 2024-11-01T04:37:48.242Z | ++ series=image |
169 | 2024-11-01T04:37:48.242Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-11-01T04:37:48.242Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-11-01T04:37:48.243Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-11-01T04:37:48.243Z | ++ mkdir -p download |
173 | 2024-11-01T04:37:48.243Z | ++ pushd download |
174 | 2024-11-01T04:37:48.243Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-11-01T04:37:48.243Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-11-01T04:37:48.243Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-11-01T04:37:48.243Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-11-01T04:37:48.243Z | Dload Upload Total Spent Left Speed |
179 | 2024-11-01T04:37:48.945Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
14 37.5M 14 5483k 0 0 23.6M 0 0:00:01 --:--:-- 0:00:01 23.5M
100 37.5M 100 37.5M 0 0 52.9M 0 --:--:-- --:--:-- --:--:-- 52.9M |
180 | 2024-11-01T04:37:48.950Z | ++ popd |
181 | 2024-11-01T04:37:48.950Z | /work/oxidecomputer/maghemite |
182 | 2024-11-01T04:37:48.950Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-11-01T04:37:48.953Z | ++ repo=maghemite |
184 | 2024-11-01T04:37:48.953Z | ++ series=release |
185 | 2024-11-01T04:37:48.953Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-11-01T04:37:48.953Z | ++ name=ddmd |
187 | 2024-11-01T04:37:48.953Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-11-01T04:37:48.953Z | ++ mkdir -p download |
189 | 2024-11-01T04:37:48.953Z | ++ pushd download |
190 | 2024-11-01T04:37:48.953Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-11-01T04:37:48.954Z | ++ [[ ! -f ddmd ]] |
192 | 2024-11-01T04:37:48.954Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-11-01T04:37:48.959Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-11-01T04:37:48.959Z | Dload Upload Total Spent Left Speed |
195 | 2024-11-01T04:37:49.747Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53 40.9M 53 21.9M 0 0 43.8M 0 --:--:-- --:--:-- --:--:-- 43.8M
100 40.9M 100 40.9M 0 0 52.3M 0 --:--:-- --:--:-- --:--:-- 52.3M |
196 | 2024-11-01T04:37:49.754Z | ++ popd |
197 | 2024-11-01T04:37:49.754Z | /work/oxidecomputer/maghemite |
198 | 2024-11-01T04:37:49.754Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-11-01T04:37:49.754Z | ++ repo=maghemite |
200 | 2024-11-01T04:37:49.754Z | ++ series=release |
201 | 2024-11-01T04:37:49.754Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-11-01T04:37:49.755Z | ++ name=ddmadm |
203 | 2024-11-01T04:37:49.755Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-11-01T04:37:49.755Z | ++ mkdir -p download |
205 | 2024-11-01T04:37:49.755Z | ++ pushd download |
206 | 2024-11-01T04:37:49.755Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-11-01T04:37:49.755Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-11-01T04:37:49.755Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-11-01T04:37:49.759Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-11-01T04:37:49.759Z | Dload Upload Total Spent Left Speed |
211 | 2024-11-01T04:37:50.190Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 41.7M 0 --:--:-- --:--:-- --:--:-- 41.8M |
212 | 2024-11-01T04:37:50.194Z | ++ popd |
213 | 2024-11-01T04:37:50.194Z | /work/oxidecomputer/maghemite |
214 | 2024-11-01T04:37:50.194Z | ++ pushd download |
215 | 2024-11-01T04:37:50.194Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-11-01T04:37:50.194Z | ++ chmod +x softnpu |
217 | 2024-11-01T04:37:50.197Z | ++ chmod +x scadm |
218 | 2024-11-01T04:37:50.197Z | ++ chmod +x ddmadm |
219 | 2024-11-01T04:37:50.199Z | ++ chmod +x ddmd |
220 | 2024-11-01T04:37:50.202Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-11-01T04:37:50.202Z | ++ mv ddmd ddmd-v2 |
222 | 2024-11-01T04:37:50.205Z | ++ rm -rf zones/dendrite |
223 | 2024-11-01T04:37:50.208Z | ++ mkdir -p zones/dendrite |
224 | 2024-11-01T04:37:50.209Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-11-01T04:37:51.002Z | ++ popd |
226 | 2024-11-01T04:37:51.002Z | /work/oxidecomputer/maghemite |
227 | 2024-11-01T04:37:51.003Z | ++ banner install |
228 | 2024-11-01T04:37:51.005Z | |
229 | 2024-11-01T04:37:51.006Z | # # # #### ##### ## # # |
230 | 2024-11-01T04:37:51.006Z | # ## # # # # # # # |
231 | 2024-11-01T04:37:51.006Z | # # # # #### # # # # # |
232 | 2024-11-01T04:37:51.006Z | # # # # # # ###### # # |
233 | 2024-11-01T04:37:51.006Z | # # ## # # # # # # # |
234 | 2024-11-01T04:37:51.006Z | # # # #### # # # ###### ###### |
235 | 2024-11-01T04:37:51.006Z | |
236 | 2024-11-01T04:37:51.006Z | ++ pkg info brand/sparse |
237 | 2024-11-01T04:37:51.009Z | ++ grep -qi installed |
238 | 2024-11-01T04:38:00.279Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-11-01T04:38:00.279Z | installed on the system. Try querying remotely instead: |
240 | 2024-11-01T04:38:00.279Z | |
241 | 2024-11-01T04:38:00.279Z | brand/sparse |
242 | 2024-11-01T04:38:00.324Z | ++ [[ 1 != 0 ]] |
243 | 2024-11-01T04:38:00.324Z | ++ set -o errexit |
244 | 2024-11-01T04:38:00.324Z | ++ pfexec pkg install brand/sparse |
245 | 2024-11-01T04:38:11.001Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-11-01T04:38:14.340Z | Startup: Caching catalogs ... Done |
247 | 2024-11-01T04:38:21.429Z | Planning: Solver setup ... Done |
248 | 2024-11-01T04:38:21.523Z | Planning: Running solver ... Done |
249 | 2024-11-01T04:38:21.758Z | Planning: Finding local manifests ... Done |
250 | 2024-11-01T04:38:21.789Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-11-01T04:38:23.188Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-11-01T04:38:23.489Z | Planning: Package planning ... Done |
253 | 2024-11-01T04:38:23.496Z | Planning: Merging actions ... Done |
254 | 2024-11-01T04:38:23.896Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-11-01T04:38:30.173Z | Planning: Consolidating action changes ... Done |
256 | 2024-11-01T04:38:30.534Z | Planning: Evaluating mediators ... Done |
257 | 2024-11-01T04:38:30.656Z | Planning: Planning completed in 16.23 seconds |
258 | 2024-11-01T04:38:30.671Z | Packages to install: 1 |
259 | 2024-11-01T04:38:30.671Z | Packages to update: 2 |
260 | 2024-11-01T04:38:30.671Z | Create boot environment: No |
261 | 2024-11-01T04:38:30.673Z | Create backup boot environment: Yes |
262 | 2024-11-01T04:38:30.964Z | |
263 | 2024-11-01T04:38:30.964Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-11-01T04:38:35.975Z | Download: 519/1009 items 5.3/8.0MB 66% complete (1.1M/s) |
265 | 2024-11-01T04:38:40.320Z | Download: Completed 8.03 MB in 9.36 seconds (878k/s) |
266 | 2024-11-01T04:38:42.244Z | Actions: 1/1419 actions (Removing old actions) |
267 | 2024-11-01T04:38:42.259Z | Actions: 199/1419 actions (Installing new actions) |
268 | 2024-11-01T04:38:42.376Z | Actions: 579/1419 actions (Updating modified actions) |
269 | 2024-11-01T04:38:42.720Z | Actions: Completed 1419 actions in 0.48 seconds. |
270 | 2024-11-01T04:38:43.062Z | Done |
271 | 2024-11-01T04:38:43.065Z | Done |
272 | 2024-11-01T04:38:43.525Z | Done |
273 | 2024-11-01T04:38:49.103Z | Done |
274 | 2024-11-01T04:38:49.340Z | Done |
275 | 2024-11-01T04:38:49.342Z | Done |
276 | 2024-11-01T04:38:49.510Z | Done |
277 | 2024-11-01T04:38:49.871Z | ++ set -o errexit |
278 | 2024-11-01T04:38:49.872Z | ++ set -o pipefail |
279 | 2024-11-01T04:38:49.872Z | ++ banner build |
280 | 2024-11-01T04:38:49.874Z | |
281 | 2024-11-01T04:38:49.875Z | ##### # # # # ##### |
282 | 2024-11-01T04:38:49.875Z | # # # # # # # # |
283 | 2024-11-01T04:38:49.875Z | ##### # # # # # # |
284 | 2024-11-01T04:38:49.875Z | # # # # # # # # |
285 | 2024-11-01T04:38:49.875Z | # # # # # # # # |
286 | 2024-11-01T04:38:49.875Z | ##### #### # ###### ##### |
287 | 2024-11-01T04:38:49.875Z | |
288 | 2024-11-01T04:38:49.875Z | ++ cargo build --release --bin ddmd --bin ddmadm |
289 | 2024-11-01T04:38:50.059Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
290 | 2024-11-01T04:38:50.287Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
291 | 2024-11-01T04:38:50.496Z | From https://www.github.com/oxidecomputer/oxnet |
292 | 2024-11-01T04:38:50.496Z | * [new branch] ci -> origin/ci |
293 | 2024-11-01T04:38:50.499Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
294 | 2024-11-01T04:38:50.499Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
295 | 2024-11-01T04:38:50.499Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
296 | 2024-11-01T04:38:50.499Z | * [new branch] main -> origin/main |
297 | 2024-11-01T04:38:50.499Z | * [new ref] -> origin/HEAD |
298 | 2024-11-01T04:38:50.510Z | Updating crates.io index |
299 | 2024-11-01T04:38:50.577Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-11-01T04:38:51.276Z | From https://github.com/oxidecomputer/falcon |
301 | 2024-11-01T04:38:51.276Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
302 | 2024-11-01T04:38:51.382Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2024-11-01T04:38:52.517Z | From https://github.com/oxidecomputer/dendrite |
304 | 2024-11-01T04:38:52.517Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
305 | 2024-11-01T04:38:52.558Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2024-11-01T04:38:52.977Z | From https://github.com/oxidecomputer/ispf |
307 | 2024-11-01T04:38:52.977Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
308 | 2024-11-01T04:38:52.999Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-11-01T04:38:53.445Z | From https://github.com/oxidecomputer/netadm-sys |
310 | 2024-11-01T04:38:53.445Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
311 | 2024-11-01T04:38:53.457Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
312 | 2024-11-01T04:38:56.945Z | From https://github.com/oxidecomputer/omicron |
313 | 2024-11-01T04:38:56.945Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
314 | 2024-11-01T04:38:56.975Z | * [new tag] dogfood -> dogfood |
315 | 2024-11-01T04:38:56.978Z | * [new tag] v5 -> v5 |
316 | 2024-11-01T04:38:56.978Z | * [new tag] v6 -> v6 |
317 | 2024-11-01T04:38:56.978Z | * [new tag] v7 -> v7 |
318 | 2024-11-01T04:38:56.978Z | * [new tag] v8 -> v8 |
319 | 2024-11-01T04:38:56.978Z | * [new tag] v9 -> v9 |
320 | 2024-11-01T04:38:57.340Z | Updating git repository `https://github.com/oxidecomputer/opte` |
321 | 2024-11-01T04:38:58.342Z | From https://github.com/oxidecomputer/opte |
322 | 2024-11-01T04:38:58.342Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
323 | 2024-11-01T04:38:58.387Z | Updating git repository `https://github.com/illumos/smf-rs` |
324 | 2024-11-01T04:38:58.767Z | From https://github.com/illumos/smf-rs |
325 | 2024-11-01T04:38:58.767Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
326 | 2024-11-01T04:38:58.822Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
327 | 2024-11-01T04:38:59.579Z | From https://github.com/oxidecomputer/maghemite |
328 | 2024-11-01T04:38:59.579Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
329 | 2024-11-01T04:38:59.596Z | * [new tag] rift -> rift |
330 | 2024-11-01T04:38:59.598Z | * [new tag] srp -> srp |
331 | 2024-11-01T04:38:59.598Z | * [new tag] tie-spf -> tie-spf |
332 | 2024-11-01T04:38:59.631Z | Updating git repository `https://github.com/oxidecomputer/zone` |
333 | 2024-11-01T04:39:00.022Z | From https://github.com/oxidecomputer/zone |
334 | 2024-11-01T04:39:00.022Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
335 | 2024-11-01T04:39:00.048Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
336 | 2024-11-01T04:39:00.729Z | From https://github.com/oxidecomputer/propolis |
337 | 2024-11-01T04:39:00.729Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
338 | 2024-11-01T04:39:00.850Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2024-11-01T04:39:01.289Z | From https://github.com/oxidecomputer/dlpi-sys |
340 | 2024-11-01T04:39:01.289Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
341 | 2024-11-01T04:39:01.299Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
342 | 2024-11-01T04:39:01.733Z | From https://github.com/jmesmon/rust-libzfs |
343 | 2024-11-01T04:39:01.733Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
344 | 2024-11-01T04:39:01.749Z | * [new tag] v0.4.0 -> v0.4.0 |
345 | 2024-11-01T04:39:01.764Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
346 | 2024-11-01T04:39:02.165Z | From https://github.com/oxidecomputer/rusty-doors |
347 | 2024-11-01T04:39:02.165Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
348 | 2024-11-01T04:39:02.187Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
349 | 2024-11-01T04:39:02.618Z | From https://github.com/oxidecomputer/maghemite |
350 | 2024-11-01T04:39:02.618Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
351 | 2024-11-01T04:39:02.678Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
352 | 2024-11-01T04:39:03.077Z | From https://github.com/oxidecomputer/serde_human_bytes |
353 | 2024-11-01T04:39:03.077Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
354 | 2024-11-01T04:39:03.087Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
355 | 2024-11-01T04:39:03.455Z | From https://github.com/oxidecomputer/slog-error-chain |
356 | 2024-11-01T04:39:03.455Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
357 | 2024-11-01T04:39:03.492Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
358 | 2024-11-01T04:39:03.909Z | From https://github.com/oxidecomputer/poptrie |
359 | 2024-11-01T04:39:03.909Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
360 | 2024-11-01T04:39:03.951Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
361 | 2024-11-01T04:39:04.308Z | From https://github.com/illumos/libscf-sys |
362 | 2024-11-01T04:39:04.308Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
363 | 2024-11-01T04:39:04.316Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
364 | 2024-11-01T04:39:05.276Z | From https://github.com/oxidecomputer/progenitor |
365 | 2024-11-01T04:39:05.276Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
366 | 2024-11-01T04:39:05.297Z | * [new tag] v0.1.1 -> v0.1.1 |
367 | 2024-11-01T04:39:05.300Z | * [new tag] v0.2.0 -> v0.2.0 |
368 | 2024-11-01T04:39:05.300Z | * [new tag] v0.3.0 -> v0.3.0 |
369 | 2024-11-01T04:39:05.300Z | * [new tag] v0.4.0 -> v0.4.0 |
370 | 2024-11-01T04:39:05.300Z | * [new tag] v0.5.0 -> v0.5.0 |
371 | 2024-11-01T04:39:05.300Z | * [new tag] v0.6.0 -> v0.6.0 |
372 | 2024-11-01T04:39:05.300Z | * [new tag] v0.7.0 -> v0.7.0 |
373 | 2024-11-01T04:39:05.423Z | Updating git repository `https://github.com/oxidecomputer/typify` |
374 | 2024-11-01T04:39:06.157Z | From https://github.com/oxidecomputer/typify |
375 | 2024-11-01T04:39:06.157Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
376 | 2024-11-01T04:39:06.159Z | * [new tag] v0.2.0 -> v0.2.0 |
377 | 2024-11-01T04:39:06.176Z | * [new tag] v0.0.10 -> v0.0.10 |
378 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.11 -> v0.0.11 |
379 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.12 -> v0.0.12 |
380 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.13 -> v0.0.13 |
381 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.14 -> v0.0.14 |
382 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.15 -> v0.0.15 |
383 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.16 -> v0.0.16 |
384 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.4 -> v0.0.4 |
385 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.5 -> v0.0.5 |
386 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.7 -> v0.0.7 |
387 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.8 -> v0.0.8 |
388 | 2024-11-01T04:39:06.179Z | * [new tag] v0.0.9 -> v0.0.9 |
389 | 2024-11-01T04:39:06.179Z | * [new tag] v0.1.0 -> v0.1.0 |
390 | 2024-11-01T04:39:06.454Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
391 | 2024-11-01T04:39:08.411Z | From https://github.com/oxidecomputer/crucible |
392 | 2024-11-01T04:39:08.411Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
393 | 2024-11-01T04:39:08.473Z | Updating git repository `https://github.com/oxidecomputer/opte` |
394 | 2024-11-01T04:39:08.913Z | From https://github.com/oxidecomputer/opte |
395 | 2024-11-01T04:39:08.913Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
396 | 2024-11-01T04:39:08.960Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
397 | 2024-11-01T04:39:09.618Z | From https://github.com/oxidecomputer/management-gateway-service |
398 | 2024-11-01T04:39:09.618Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
399 | 2024-11-01T04:39:10.392Z | Downloading crates ... |
400 | 2024-11-01T04:39:10.517Z | Downloaded autocfg v1.3.0 |
401 | 2024-11-01T04:39:10.523Z | Downloaded anstyle-query v1.1.1 |
402 | 2024-11-01T04:39:10.525Z | Downloaded bitflags v1.3.2 |
403 | 2024-11-01T04:39:10.528Z | Downloaded anstream v0.6.15 |
404 | 2024-11-01T04:39:10.531Z | Downloaded cstr-argument v0.1.2 |
405 | 2024-11-01T04:39:10.533Z | Downloaded convert_case v0.4.0 |
406 | 2024-11-01T04:39:10.534Z | Downloaded equivalent v1.0.1 |
407 | 2024-11-01T04:39:10.536Z | Downloaded foreign-types-shared v0.3.1 |
408 | 2024-11-01T04:39:10.536Z | Downloaded crunchy v0.2.2 |
409 | 2024-11-01T04:39:10.539Z | Downloaded block-buffer v0.10.4 |
410 | 2024-11-01T04:39:10.542Z | Downloaded ahash v0.8.11 |
411 | 2024-11-01T04:39:10.544Z | Downloaded futures-sink v0.3.30 |
412 | 2024-11-01T04:39:10.546Z | Downloaded dtrace-parser v0.2.0 |
413 | 2024-11-01T04:39:10.548Z | Downloaded fnv v1.0.7 |
414 | 2024-11-01T04:39:10.550Z | Downloaded either v1.13.0 |
415 | 2024-11-01T04:39:10.553Z | Downloaded digest v0.10.7 |
416 | 2024-11-01T04:39:10.553Z | Downloaded pkg-config v0.3.31 |
417 | 2024-11-01T04:39:10.555Z | Downloaded postcard v1.0.10 |
418 | 2024-11-01T04:39:10.558Z | Downloaded sha2 v0.10.8 |
419 | 2024-11-01T04:39:10.560Z | Downloaded futures-executor v0.3.30 |
420 | 2024-11-01T04:39:10.563Z | Downloaded serde_urlencoded v0.7.1 |
421 | 2024-11-01T04:39:10.565Z | Downloaded fastrand v2.1.1 |
422 | 2024-11-01T04:39:10.567Z | Downloaded pretty-hex v0.4.1 |
423 | 2024-11-01T04:39:10.570Z | Downloaded crc32fast v1.4.2 |
424 | 2024-11-01T04:39:10.572Z | Downloaded clap_derive v4.5.18 |
425 | 2024-11-01T04:39:10.574Z | Downloaded ciborium v0.2.2 |
426 | 2024-11-01T04:39:10.577Z | Downloaded darling v0.20.10 |
427 | 2024-11-01T04:39:10.580Z | Downloaded defmt-macros v0.3.9 |
428 | 2024-11-01T04:39:10.583Z | Downloaded futures v0.3.30 |
429 | 2024-11-01T04:39:10.589Z | Downloaded clap v4.5.18 |
430 | 2024-11-01T04:39:10.599Z | Downloaded rustc_version v0.1.7 |
431 | 2024-11-01T04:39:10.601Z | Downloaded resolv-conf v0.7.0 |
432 | 2024-11-01T04:39:10.603Z | Downloaded rand_core v0.6.4 |
433 | 2024-11-01T04:39:10.606Z | Downloaded smf v0.2.3 |
434 | 2024-11-01T04:39:10.606Z | Downloaded slog-async v2.8.0 |
435 | 2024-11-01T04:39:10.609Z | Downloaded slog-stdlog v4.1.1 |
436 | 2024-11-01T04:39:10.609Z | Downloaded pest_generator v2.7.13 |
437 | 2024-11-01T04:39:10.611Z | Downloaded cc v1.1.21 |
438 | 2024-11-01T04:39:10.614Z | Downloaded slog-envlogger v2.2.0 |
439 | 2024-11-01T04:39:10.617Z | Downloaded slab v0.4.9 |
440 | 2024-11-01T04:39:10.620Z | Downloaded serde_derive_internals v0.29.1 |
441 | 2024-11-01T04:39:10.623Z | Downloaded time-core v0.1.2 |
442 | 2024-11-01T04:39:10.623Z | Downloaded signal-hook-registry v1.4.2 |
443 | 2024-11-01T04:39:10.623Z | Downloaded serde_repr v0.1.19 |
444 | 2024-11-01T04:39:10.626Z | Downloaded libsw v3.3.1 |
445 | 2024-11-01T04:39:10.629Z | Downloaded sct v0.7.1 |
446 | 2024-11-01T04:39:10.632Z | Downloaded quote v1.0.37 |
447 | 2024-11-01T04:39:10.634Z | Downloaded atomicwrites v0.4.4 |
448 | 2024-11-01T04:39:10.637Z | Downloaded slog-term v2.9.1 |
449 | 2024-11-01T04:39:10.640Z | Downloaded foreign-types-shared v0.1.1 |
450 | 2024-11-01T04:39:10.640Z | Downloaded serde_with_macros v3.9.0 |
451 | 2024-11-01T04:39:10.642Z | Downloaded byteorder v1.5.0 |
452 | 2024-11-01T04:39:10.644Z | Downloaded async-stream v0.3.5 |
453 | 2024-11-01T04:39:10.646Z | Downloaded memmap v0.7.0 |
454 | 2024-11-01T04:39:10.649Z | Downloaded quinn v0.11.5 |
455 | 2024-11-01T04:39:10.652Z | Downloaded once_cell v1.19.0 |
456 | 2024-11-01T04:39:10.655Z | Downloaded structmeta-derive v0.3.0 |
457 | 2024-11-01T04:39:10.657Z | Downloaded schemars v0.8.21 |
458 | 2024-11-01T04:39:10.670Z | Downloaded tokio-native-tls v0.3.1 |
459 | 2024-11-01T04:39:10.673Z | Downloaded pest_meta v2.7.13 |
460 | 2024-11-01T04:39:10.675Z | Downloaded hubpack_derive v0.1.1 |
461 | 2024-11-01T04:39:10.679Z | Downloaded pretty-hex v0.2.1 |
462 | 2024-11-01T04:39:10.679Z | Downloaded futures-macro v0.3.30 |
463 | 2024-11-01T04:39:10.681Z | Downloaded const-random-macro v0.1.16 |
464 | 2024-11-01T04:39:10.681Z | Downloaded errno v0.3.9 |
465 | 2024-11-01T04:39:10.684Z | Downloaded match_cfg v0.1.0 |
466 | 2024-11-01T04:39:10.684Z | Downloaded dirs-sys-next v0.1.2 |
467 | 2024-11-01T04:39:10.686Z | Downloaded ciborium-ll v0.2.2 |
468 | 2024-11-01T04:39:10.686Z | Downloaded scroll_derive v0.12.0 |
469 | 2024-11-01T04:39:10.688Z | Downloaded crc8 v0.1.1 |
470 | 2024-11-01T04:39:10.688Z | Downloaded anstyle v1.0.8 |
471 | 2024-11-01T04:39:10.691Z | Downloaded fixedbitset v0.4.2 |
472 | 2024-11-01T04:39:10.693Z | Downloaded progenitor-macro v0.8.0 |
473 | 2024-11-01T04:39:10.693Z | Downloaded serde v1.0.210 |
474 | 2024-11-01T04:39:10.697Z | Downloaded foreign-types v0.3.2 |
475 | 2024-11-01T04:39:10.699Z | Downloaded darling_macro v0.20.10 |
476 | 2024-11-01T04:39:10.699Z | Downloaded crucible-workspace-hack v0.1.0 |
477 | 2024-11-01T04:39:10.701Z | Downloaded ciborium-io v0.2.2 |
478 | 2024-11-01T04:39:10.701Z | Downloaded paste v1.0.15 |
479 | 2024-11-01T04:39:10.704Z | Downloaded usdt-attr-macro v0.5.0 |
480 | 2024-11-01T04:39:10.706Z | Downloaded omicron-workspace-hack v0.1.0 |
481 | 2024-11-01T04:39:10.706Z | Downloaded serde-big-array v0.5.1 |
482 | 2024-11-01T04:39:10.709Z | Downloaded sigpipe v0.1.3 |
483 | 2024-11-01T04:39:10.709Z | Downloaded progenitor-client v0.8.0 |
484 | 2024-11-01T04:39:10.711Z | Downloaded num-complex v0.4.6 |
485 | 2024-11-01T04:39:10.714Z | Downloaded itoa v1.0.11 |
486 | 2024-11-01T04:39:10.714Z | Downloaded futures-core v0.3.30 |
487 | 2024-11-01T04:39:10.716Z | Downloaded form_urlencoded v1.2.1 |
488 | 2024-11-01T04:39:10.716Z | Downloaded float-ord v0.3.2 |
489 | 2024-11-01T04:39:10.719Z | Downloaded typify-macro v0.2.0 |
490 | 2024-11-01T04:39:10.719Z | Downloaded embedded-io v0.6.1 |
491 | 2024-11-01T04:39:10.722Z | Downloaded swrite v0.1.0 |
492 | 2024-11-01T04:39:10.722Z | Downloaded tokio-rustls v0.25.0 |
493 | 2024-11-01T04:39:10.726Z | Downloaded debug-ignore v1.0.5 |
494 | 2024-11-01T04:39:10.728Z | Downloaded colored v2.1.0 |
495 | 2024-11-01T04:39:10.730Z | Downloaded try-lock v0.2.5 |
496 | 2024-11-01T04:39:10.731Z | Downloaded anyhow v1.0.89 |
497 | 2024-11-01T04:39:10.734Z | Downloaded rustversion v1.0.17 |
498 | 2024-11-01T04:39:10.737Z | Downloaded hex v0.4.3 |
499 | 2024-11-01T04:39:10.740Z | Downloaded schemars_derive v0.8.21 |
500 | 2024-11-01T04:39:10.742Z | Downloaded ppv-lite86 v0.2.20 |
501 | 2024-11-01T04:39:10.744Z | Downloaded memchr v2.7.4 |
502 | 2024-11-01T04:39:10.749Z | Downloaded strum v0.26.3 |
503 | 2024-11-01T04:39:10.751Z | Downloaded itertools v0.10.5 |
504 | 2024-11-01T04:39:10.757Z | Downloaded instant v0.1.13 |
505 | 2024-11-01T04:39:10.760Z | Downloaded zeroize v1.8.1 |
506 | 2024-11-01T04:39:10.763Z | Downloaded http-body-util v0.1.2 |
507 | 2024-11-01T04:39:10.765Z | Downloaded newline-converter v0.3.0 |
508 | 2024-11-01T04:39:10.766Z | Downloaded http-body v1.0.1 |
509 | 2024-11-01T04:39:10.766Z | Downloaded futures-io v0.3.30 |
510 | 2024-11-01T04:39:10.768Z | Downloaded scopeguard v1.2.0 |
511 | 2024-11-01T04:39:10.768Z | Downloaded rustls-pki-types v1.8.0 |
512 | 2024-11-01T04:39:10.770Z | Downloaded waitgroup v0.1.2 |
513 | 2024-11-01T04:39:10.774Z | Downloaded ucd-trie v0.1.6 |
514 | 2024-11-01T04:39:10.777Z | Downloaded slog-scope v4.4.0 |
515 | 2024-11-01T04:39:10.777Z | Downloaded shlex v1.3.0 |
516 | 2024-11-01T04:39:10.779Z | Downloaded rustc-hash v2.0.0 |
517 | 2024-11-01T04:39:10.782Z | Downloaded is-terminal v0.4.13 |
518 | 2024-11-01T04:39:10.782Z | Downloaded want v0.3.1 |
519 | 2024-11-01T04:39:10.782Z | Downloaded serde_spanned v0.6.7 |
520 | 2024-11-01T04:39:10.792Z | Downloaded serde_path_to_error v0.1.16 |
521 | 2024-11-01T04:39:10.792Z | Downloaded quinn-udp v0.5.5 |
522 | 2024-11-01T04:39:10.792Z | Downloaded serde_tokenstream v0.2.2 |
523 | 2024-11-01T04:39:10.792Z | Downloaded derive_more v0.99.18 |
524 | 2024-11-01T04:39:10.796Z | Downloaded futures-channel v0.3.30 |
525 | 2024-11-01T04:39:10.798Z | Downloaded tokio-macros v2.4.0 |
526 | 2024-11-01T04:39:10.798Z | Downloaded progenitor v0.8.0 |
527 | 2024-11-01T04:39:10.800Z | Downloaded arc-swap v1.7.1 |
528 | 2024-11-01T04:39:10.805Z | Downloaded tinyvec_macros v0.1.1 |
529 | 2024-11-01T04:39:10.807Z | Downloaded generic-array v0.14.7 |
530 | 2024-11-01T04:39:10.807Z | Downloaded semver v1.0.23 |
531 | 2024-11-01T04:39:10.810Z | Downloaded zerocopy-derive v0.7.35 |
532 | 2024-11-01T04:39:10.815Z | Downloaded dropshot_endpoint v0.12.0 |
533 | 2024-11-01T04:39:10.820Z | Downloaded slog-json v2.6.1 |
534 | 2024-11-01T04:39:10.822Z | Downloaded tower-service v0.3.3 |
535 | 2024-11-01T04:39:10.822Z | Downloaded tempfile v3.12.0 |
536 | 2024-11-01T04:39:10.824Z | Downloaded ident_case v1.0.1 |
537 | 2024-11-01T04:39:10.827Z | Downloaded darling_core v0.20.10 |
538 | 2024-11-01T04:39:10.831Z | Downloaded openssl-probe v0.1.5 |
539 | 2024-11-01T04:39:10.833Z | Downloaded num-iter v0.1.45 |
540 | 2024-11-01T04:39:10.833Z | Downloaded terminal_size v0.3.0 |
541 | 2024-11-01T04:39:10.836Z | Downloaded num-derive v0.3.3 |
542 | 2024-11-01T04:39:10.838Z | Downloaded hubpack v0.1.2 |
543 | 2024-11-01T04:39:10.838Z | Downloaded tiny-keccak v2.0.2 |
544 | 2024-11-01T04:39:10.841Z | Downloaded num-derive v0.4.2 |
545 | 2024-11-01T04:39:10.843Z | Downloaded num_threads v0.1.7 |
546 | 2024-11-01T04:39:10.845Z | Downloaded proc-macro-error v1.0.4 |
547 | 2024-11-01T04:39:10.848Z | Downloaded hash32 v0.3.1 |
548 | 2024-11-01T04:39:10.850Z | Downloaded num_enum_derive v0.7.3 |
549 | 2024-11-01T04:39:10.852Z | Downloaded lazy_static v1.5.0 |
550 | 2024-11-01T04:39:10.855Z | Downloaded httpdate v1.0.3 |
551 | 2024-11-01T04:39:10.855Z | Downloaded zone v0.3.0 |
552 | 2024-11-01T04:39:10.857Z | Downloaded num_enum v0.5.11 |
553 | 2024-11-01T04:39:10.860Z | Downloaded structmeta v0.3.0 |
554 | 2024-11-01T04:39:10.862Z | Downloaded bytes v1.7.2 |
555 | 2024-11-01T04:39:10.865Z | Downloaded slog-dtrace v0.3.0 |
556 | 2024-11-01T04:39:10.869Z | Downloaded slog-bunyan v2.5.0 |
557 | 2024-11-01T04:39:10.871Z | Downloaded rhai_codegen v2.2.0 |
558 | 2024-11-01T04:39:10.876Z | Downloaded quick-error v1.2.3 |
559 | 2024-11-01T04:39:10.878Z | Downloaded sync_wrapper v0.1.2 |
560 | 2024-11-01T04:39:10.878Z | Downloaded openssl-macros v0.1.1 |
561 | 2024-11-01T04:39:10.881Z | Downloaded macaddr v1.0.1 |
562 | 2024-11-01T04:39:10.883Z | Downloaded ipnetwork v0.20.0 |
563 | 2024-11-01T04:39:10.883Z | Downloaded toml_datetime v0.6.8 |
564 | 2024-11-01T04:39:10.885Z | Downloaded num-conv v0.1.0 |
565 | 2024-11-01T04:39:10.885Z | Downloaded newtype_derive v0.1.6 |
566 | 2024-11-01T04:39:10.888Z | Downloaded http-body v0.4.6 |
567 | 2024-11-01T04:39:10.892Z | Downloaded stable_deref_trait v1.2.0 |
568 | 2024-11-01T04:39:10.892Z | Downloaded steno v0.4.1 |
569 | 2024-11-01T04:39:10.894Z | Downloaded parking_lot_core v0.9.10 |
570 | 2024-11-01T04:39:10.897Z | Downloaded base64 v0.21.7 |
571 | 2024-11-01T04:39:10.900Z | Downloaded managed v0.8.0 |
572 | 2024-11-01T04:39:10.902Z | Downloaded hyper-rustls v0.27.3 |
573 | 2024-11-01T04:39:10.904Z | Downloaded newtype-uuid v1.1.0 |
574 | 2024-11-01T04:39:10.906Z | Downloaded time-macros v0.2.18 |
575 | 2024-11-01T04:39:10.909Z | Downloaded percent-encoding v2.3.1 |
576 | 2024-11-01T04:39:10.909Z | Downloaded untrusted v0.9.0 |
577 | 2024-11-01T04:39:10.911Z | Downloaded num-integer v0.1.46 |
578 | 2024-11-01T04:39:10.911Z | Downloaded httparse v1.9.4 |
579 | 2024-11-01T04:39:10.914Z | Downloaded is_terminal_polyfill v1.70.1 |
580 | 2024-11-01T04:39:10.916Z | Downloaded zerocopy v0.6.6 |
581 | 2024-11-01T04:39:10.919Z | Downloaded derive-where v1.2.7 |
582 | 2024-11-01T04:39:10.921Z | Downloaded utf8parse v0.2.2 |
583 | 2024-11-01T04:39:10.924Z | Downloaded crossbeam-utils v0.8.20 |
584 | 2024-11-01T04:39:10.926Z | Downloaded lru-cache v0.1.2 |
585 | 2024-11-01T04:39:10.928Z | Downloaded cookie v0.18.1 |
586 | 2024-11-01T04:39:10.930Z | Downloaded tokio-rustls v0.24.1 |
587 | 2024-11-01T04:39:10.932Z | Downloaded thread_local v1.1.8 |
588 | 2024-11-01T04:39:10.935Z | Downloaded sha1 v0.10.6 |
589 | 2024-11-01T04:39:10.935Z | Downloaded rand_chacha v0.3.1 |
590 | 2024-11-01T04:39:10.937Z | Downloaded proc-macro-crate v1.3.1 |
591 | 2024-11-01T04:39:10.937Z | Downloaded parking_lot v0.12.3 |
592 | 2024-11-01T04:39:10.939Z | Downloaded thread-id v4.2.2 |
593 | 2024-11-01T04:39:10.942Z | Downloaded hyper-tls v0.6.0 |
594 | 2024-11-01T04:39:10.944Z | Downloaded linked-hash-map v0.5.6 |
595 | 2024-11-01T04:39:10.944Z | Downloaded usdt-macro v0.5.0 |
596 | 2024-11-01T04:39:10.946Z | Downloaded smallvec v1.13.2 |
597 | 2024-11-01T04:39:10.949Z | Downloaded thiserror v1.0.64 |
598 | 2024-11-01T04:39:10.952Z | Downloaded password-hash v0.5.0 |
599 | 2024-11-01T04:39:10.954Z | Downloaded parse-display-derive v0.10.0 |
600 | 2024-11-01T04:39:10.956Z | Downloaded mime v0.3.17 |
601 | 2024-11-01T04:39:10.959Z | Downloaded parking_lot_core v0.8.6 |
602 | 2024-11-01T04:39:10.961Z | Downloaded tracing-core v0.1.32 |
603 | 2024-11-01T04:39:10.964Z | Downloaded spin v0.9.8 |
604 | 2024-11-01T04:39:10.967Z | Downloaded num-traits v0.2.19 |
605 | 2024-11-01T04:39:10.970Z | Downloaded heck v0.4.1 |
606 | 2024-11-01T04:39:10.970Z | Downloaded progenitor-impl v0.8.0 |
607 | 2024-11-01T04:39:10.973Z | Downloaded expectorate v1.1.0 |
608 | 2024-11-01T04:39:10.978Z | Downloaded highway v1.2.0 |
609 | 2024-11-01T04:39:10.978Z | Downloaded take_mut v0.2.2 |
610 | 2024-11-01T04:39:10.980Z | Downloaded sync_wrapper v1.0.1 |
611 | 2024-11-01T04:39:10.980Z | Downloaded smartstring v1.0.1 |
612 | 2024-11-01T04:39:10.980Z | Downloaded ipnet v2.10.0 |
613 | 2024-11-01T04:39:10.984Z | Downloaded hyper-rustls v0.24.2 |
614 | 2024-11-01T04:39:10.986Z | Downloaded num_enum_derive v0.5.11 |
615 | 2024-11-01T04:39:10.986Z | Downloaded pest_derive v2.7.13 |
616 | 2024-11-01T04:39:10.989Z | Downloaded hyper-tls v0.5.0 |
617 | 2024-11-01T04:39:10.992Z | Downloaded lock_api v0.4.12 |
618 | 2024-11-01T04:39:10.992Z | Downloaded owo-colors v4.1.0 |
619 | 2024-11-01T04:39:10.995Z | Downloaded num-rational v0.4.2 |
620 | 2024-11-01T04:39:10.999Z | Downloaded term v0.7.0 |
621 | 2024-11-01T04:39:11.003Z | Downloaded whoami v1.5.2 |
622 | 2024-11-01T04:39:11.003Z | Downloaded thin-vec v0.2.13 |
623 | 2024-11-01T04:39:11.003Z | Downloaded tabwriter v1.4.0 |
624 | 2024-11-01T04:39:11.006Z | Downloaded slog v2.7.0 |
625 | 2024-11-01T04:39:11.010Z | Downloaded http v0.2.12 |
626 | 2024-11-01T04:39:11.012Z | Downloaded strum_macros v0.25.3 |
627 | 2024-11-01T04:39:11.016Z | Downloaded similar v2.6.0 |
628 | 2024-11-01T04:39:11.020Z | Downloaded half v2.4.1 |
629 | 2024-11-01T04:39:11.023Z | Downloaded toml v0.8.19 |
630 | 2024-11-01T04:39:11.026Z | Downloaded subtle v2.6.1 |
631 | 2024-11-01T04:39:11.030Z | Downloaded serde_derive v1.0.210 |
632 | 2024-11-01T04:39:11.046Z | Downloaded fxhash v0.2.1 |
633 | 2024-11-01T04:39:11.046Z | Downloaded unicode-ident v1.0.13 |
634 | 2024-11-01T04:39:11.063Z | Downloaded unicode-bidi v0.3.15 |
635 | 2024-11-01T04:39:11.063Z | Downloaded crossbeam-channel v0.5.13 |
636 | 2024-11-01T04:39:11.063Z | Downloaded typify v0.2.0 |
637 | 2024-11-01T04:39:11.063Z | Downloaded zone_cfg_derive v0.3.0 |
638 | 2024-11-01T04:39:11.063Z | Downloaded socket2 v0.5.7 |
639 | 2024-11-01T04:39:11.063Z | Downloaded uuid v1.10.0 |
640 | 2024-11-01T04:39:11.065Z | Downloaded hyper v0.14.30 |
641 | 2024-11-01T04:39:11.065Z | Downloaded hostname v0.4.0 |
642 | 2024-11-01T04:39:11.066Z | Downloaded rand v0.8.5 |
643 | 2024-11-01T04:39:11.068Z | Downloaded hyper-util v0.1.9 |
644 | 2024-11-01T04:39:11.073Z | Downloaded hostname v0.3.1 |
645 | 2024-11-01T04:39:11.077Z | Downloaded thiserror-impl v1.0.64 |
646 | 2024-11-01T04:39:11.077Z | Downloaded tracing-attributes v0.1.27 |
647 | 2024-11-01T04:39:11.079Z | Downloaded prettyplease v0.2.22 |
648 | 2024-11-01T04:39:11.082Z | Downloaded strum_macros v0.26.4 |
649 | 2024-11-01T04:39:11.085Z | Downloaded tinyvec v1.8.0 |
650 | 2024-11-01T04:39:11.089Z | Downloaded serde_yaml v0.9.34+deprecated |
651 | 2024-11-01T04:39:11.093Z | Downloaded tracing v0.1.40 |
652 | 2024-11-01T04:39:11.096Z | Downloaded futures-task v0.3.30 |
653 | 2024-11-01T04:39:11.096Z | Downloaded hashbrown v0.12.3 |
654 | 2024-11-01T04:39:11.101Z | Downloaded minimal-lexical v0.2.1 |
655 | 2024-11-01T04:39:11.107Z | Downloaded toml_edit v0.19.15 |
656 | 2024-11-01T04:39:11.124Z | Downloaded usdt-impl v0.5.0 |
657 | 2024-11-01T04:39:11.126Z | Downloaded getrandom v0.2.15 |
658 | 2024-11-01T04:39:11.128Z | Downloaded iana-time-zone v0.1.61 |
659 | 2024-11-01T04:39:11.131Z | Downloaded toml_edit v0.22.21 |
660 | 2024-11-01T04:39:11.156Z | Downloaded hickory-resolver v0.24.1 |
661 | 2024-11-01T04:39:11.158Z | Downloaded aho-corasick v1.1.3 |
662 | 2024-11-01T04:39:11.163Z | Downloaded unicode-segmentation v1.12.0 |
663 | 2024-11-01T04:39:11.166Z | Downloaded typenum v1.17.0 |
664 | 2024-11-01T04:39:11.169Z | Downloaded pest v2.7.13 |
665 | 2024-11-01T04:39:11.176Z | Downloaded indexmap v1.9.3 |
666 | 2024-11-01T04:39:11.179Z | Downloaded unicode-normalization v0.1.24 |
667 | 2024-11-01T04:39:11.183Z | Downloaded clap_builder v4.5.18 |
668 | 2024-11-01T04:39:11.190Z | Downloaded itertools v0.13.0 |
669 | 2024-11-01T04:39:11.198Z | Downloaded rustls-webpki v0.102.8 |
670 | 2024-11-01T04:39:11.219Z | Downloaded hashbrown v0.14.5 |
671 | 2024-11-01T04:39:11.223Z | Downloaded winnow v0.6.18 |
672 | 2024-11-01T04:39:11.232Z | Downloaded chrono v0.4.38 |
673 | 2024-11-01T04:39:11.240Z | Downloaded winnow v0.5.40 |
674 | 2024-11-01T04:39:11.248Z | Downloaded heapless v0.8.0 |
675 | 2024-11-01T04:39:11.254Z | Downloaded vcpkg v0.2.15 |
676 | 2024-11-01T04:39:11.293Z | Downloaded webpki-roots v0.25.4 |
677 | 2024-11-01T04:39:11.298Z | Downloaded goblin v0.8.2 |
678 | 2024-11-01T04:39:11.303Z | Downloaded unicode-width v0.1.14 |
679 | 2024-11-01T04:39:11.310Z | Downloaded hyper v1.4.1 |
680 | 2024-11-01T04:39:11.319Z | Downloaded itertools v0.12.1 |
681 | 2024-11-01T04:39:11.324Z | Downloaded webpki-roots v0.26.6 |
682 | 2024-11-01T04:39:11.329Z | Downloaded dropshot v0.12.0 |
683 | 2024-11-01T04:39:11.349Z | Downloaded syn v2.0.77 |
684 | 2024-11-01T04:39:11.360Z | Downloaded indexmap v2.5.0 |
685 | 2024-11-01T04:39:11.365Z | Downloaded serde_with v3.9.0 |
686 | 2024-11-01T04:39:11.373Z | Downloaded serde_json v1.0.128 |
687 | 2024-11-01T04:39:11.382Z | Downloaded rustls-webpki v0.101.7 |
688 | 2024-11-01T04:39:11.395Z | Downloaded reqwest v0.12.8 |
689 | 2024-11-01T04:39:11.403Z | Downloaded libm v0.2.8 |
690 | 2024-11-01T04:39:11.411Z | Downloaded openssl v0.10.66 |
691 | 2024-11-01T04:39:11.421Z | Downloaded time v0.3.36 |
692 | 2024-11-01T04:39:11.428Z | Downloaded url v2.5.2 |
693 | 2024-11-01T04:39:11.432Z | Downloaded zerocopy-derive v0.6.6 |
694 | 2024-11-01T04:39:11.442Z | Downloaded reqwest v0.11.27 |
695 | 2024-11-01T04:39:11.449Z | Downloaded quinn-proto v0.11.8 |
696 | 2024-11-01T04:39:11.456Z | Downloaded idna v0.5.0 |
697 | 2024-11-01T04:39:11.463Z | Downloaded nom v7.1.3 |
698 | 2024-11-01T04:39:11.469Z | Downloaded zerocopy v0.7.35 |
699 | 2024-11-01T04:39:11.487Z | Downloaded futures-util v0.3.30 |
700 | 2024-11-01T04:39:11.496Z | Downloaded h2 v0.3.26 |
701 | 2024-11-01T04:39:11.504Z | Downloaded mio v1.0.2 |
702 | 2024-11-01T04:39:11.509Z | Downloaded h2 v0.4.6 |
703 | 2024-11-01T04:39:11.519Z | Downloaded tokio-util v0.7.12 |
704 | 2024-11-01T04:39:11.522Z | Downloaded log v0.4.22 |
705 | 2024-11-01T04:39:11.525Z | Downloaded unsafe-libyaml v0.2.11 |
706 | 2024-11-01T04:39:11.529Z | Downloaded multer v3.1.0 |
707 | 2024-11-01T04:39:11.533Z | Downloaded humantime v2.1.0 |
708 | 2024-11-01T04:39:11.536Z | Downloaded ryu v1.0.18 |
709 | 2024-11-01T04:39:11.536Z | Downloaded native-tls v0.2.12 |
710 | 2024-11-01T04:39:11.539Z | Downloaded openssl-sys v0.9.103 |
711 | 2024-11-01T04:39:11.543Z | Downloaded http v1.1.0 |
712 | 2024-11-01T04:39:11.546Z | Downloaded usdt v0.5.0 |
713 | 2024-11-01T04:39:11.549Z | Downloaded tokio-rustls v0.26.0 |
714 | 2024-11-01T04:39:11.552Z | Downloaded parking_lot v0.11.2 |
715 | 2024-11-01T04:39:11.555Z | Downloaded bitflags v2.6.0 |
716 | 2024-11-01T04:39:11.559Z | Downloaded rustls-pemfile v1.0.4 |
717 | 2024-11-01T04:39:11.562Z | Downloaded cancel-safe-futures v0.1.5 |
718 | 2024-11-01T04:39:11.564Z | Downloaded heck v0.5.0 |
719 | 2024-11-01T04:39:11.564Z | Downloaded version_check v0.9.5 |
720 | 2024-11-01T04:39:11.564Z | Downloaded strsim v0.11.1 |
721 | 2024-11-01T04:39:11.567Z | Downloaded static_assertions v1.1.0 |
722 | 2024-11-01T04:39:11.567Z | Downloaded num_enum v0.7.3 |
723 | 2024-11-01T04:39:11.571Z | Downloaded regress v0.10.1 |
724 | 2024-11-01T04:39:11.581Z | Downloaded regex v1.10.6 |
725 | 2024-11-01T04:39:11.594Z | Downloaded syn v1.0.109 |
726 | 2024-11-01T04:39:11.605Z | Downloaded rustix v0.38.37 |
727 | 2024-11-01T04:39:11.629Z | Downloaded rustls v0.21.12 |
728 | 2024-11-01T04:39:11.640Z | Downloaded rustls v0.23.13 |
729 | 2024-11-01T04:39:11.652Z | Downloaded num v0.4.3 |
730 | 2024-11-01T04:39:11.655Z | Downloaded linear-map v1.2.0 |
731 | 2024-11-01T04:39:11.655Z | Downloaded semver v0.1.20 |
732 | 2024-11-01T04:39:11.657Z | Downloaded indent_write v2.2.0 |
733 | 2024-11-01T04:39:11.657Z | Downloaded blake2 v0.10.6 |
734 | 2024-11-01T04:39:11.660Z | Downloaded parse-display v0.10.0 |
735 | 2024-11-01T04:39:11.662Z | Downloaded idna v0.4.0 |
736 | 2024-11-01T04:39:11.667Z | Downloaded encoding_rs v0.8.34 |
737 | 2024-11-01T04:39:11.688Z | Downloaded smoltcp v0.11.0 |
738 | 2024-11-01T04:39:11.702Z | Downloaded rhai v1.19.0 |
739 | 2024-11-01T04:39:11.713Z | Downloaded regex-syntax v0.8.4 |
740 | 2024-11-01T04:39:11.722Z | Downloaded regress v0.9.1 |
741 | 2024-11-01T04:39:11.731Z | Downloaded openapiv3 v2.0.0 |
742 | 2024-11-01T04:39:11.743Z | Downloaded rustls v0.22.4 |
743 | 2024-11-01T04:39:11.756Z | Downloaded hickory-proto v0.24.1 |
744 | 2024-11-01T04:39:11.771Z | Downloaded foreign-types-macros v0.2.3 |
745 | 2024-11-01T04:39:11.773Z | Downloaded defmt v0.3.8 |
746 | 2024-11-01T04:39:11.776Z | Downloaded rustc_version v0.4.1 |
747 | 2024-11-01T04:39:11.776Z | Downloaded proc-macro-error-attr v1.0.4 |
748 | 2024-11-01T04:39:11.783Z | Downloaded enum-as-inner v0.6.1 |
749 | 2024-11-01T04:39:11.783Z | Downloaded embedded-io v0.4.0 |
750 | 2024-11-01T04:39:11.783Z | Downloaded dyn-clone v1.0.17 |
751 | 2024-11-01T04:39:11.783Z | Downloaded dirs-next v2.0.0 |
752 | 2024-11-01T04:39:11.783Z | Downloaded defmt-parser v0.3.4 |
753 | 2024-11-01T04:39:11.802Z | Downloaded crypto-common v0.1.6 |
754 | 2024-11-01T04:39:11.802Z | Downloaded cpufeatures v0.2.14 |
755 | 2024-11-01T04:39:11.802Z | Downloaded cfg-if v1.0.0 |
756 | 2024-11-01T04:39:11.802Z | Downloaded camino-tempfile v1.1.1 |
757 | 2024-11-01T04:39:11.802Z | Downloaded base64ct v1.6.0 |
758 | 2024-11-01T04:39:11.802Z | Downloaded backoff v0.4.0 |
759 | 2024-11-01T04:39:11.829Z | Downloaded sled v0.34.7 |
760 | 2024-11-01T04:39:11.829Z | Downloaded colorchoice v1.0.2 |
761 | 2024-11-01T04:39:11.829Z | Downloaded typify-impl v0.2.0 |
762 | 2024-11-01T04:39:11.834Z | Downloaded clap_lex v0.7.2 |
763 | 2024-11-01T04:39:11.835Z | Downloaded pin-utils v0.1.0 |
764 | 2024-11-01T04:39:11.835Z | Downloaded scroll v0.12.0 |
765 | 2024-11-01T04:39:11.835Z | Downloaded proc-macro2 v1.0.86 |
766 | 2024-11-01T04:39:11.835Z | Downloaded rustls-pemfile v2.1.3 |
767 | 2024-11-01T04:39:11.835Z | Downloaded pin-project-lite v0.2.14 |
768 | 2024-11-01T04:39:11.835Z | Downloaded const-random v0.1.18 |
769 | 2024-11-01T04:39:11.835Z | Downloaded async-stream-impl v0.3.5 |
770 | 2024-11-01T04:39:11.835Z | Downloaded powerfmt v0.2.0 |
771 | 2024-11-01T04:39:11.845Z | Downloaded regex-automata v0.4.7 |
772 | 2024-11-01T04:39:11.852Z | Downloaded plain v0.2.3 |
773 | 2024-11-01T04:39:11.855Z | Downloaded proc-macro-crate v3.2.0 |
774 | 2024-11-01T04:39:11.856Z | Downloaded allocator-api2 v0.2.18 |
775 | 2024-11-01T04:39:11.859Z | Downloaded atomic-waker v1.1.2 |
776 | 2024-11-01T04:39:11.862Z | Downloaded foreign-types v0.5.0 |
777 | 2024-11-01T04:39:11.862Z | Downloaded data-encoding v2.6.0 |
778 | 2024-11-01T04:39:11.862Z | Downloaded crossbeam-epoch v0.9.18 |
779 | 2024-11-01T04:39:11.864Z | Downloaded petgraph v0.6.5 |
780 | 2024-11-01T04:39:11.882Z | Downloaded console v0.15.8 |
781 | 2024-11-01T04:39:11.884Z | Downloaded camino v1.1.9 |
782 | 2024-11-01T04:39:11.884Z | Downloaded async-trait v0.1.83 |
783 | 2024-11-01T04:39:11.887Z | Downloaded anstyle-parse v0.2.5 |
784 | 2024-11-01T04:39:11.892Z | Downloaded dof v0.3.0 |
785 | 2024-11-01T04:39:11.895Z | Downloaded deranged v0.3.11 |
786 | 2024-11-01T04:39:11.895Z | Downloaded base64 v0.22.1 |
787 | 2024-11-01T04:39:11.898Z | Downloaded cobs v0.2.3 |
788 | 2024-11-01T04:39:11.898Z | Downloaded argon2 v0.5.3 |
789 | 2024-11-01T04:39:11.910Z | Downloaded libc v0.2.159 |
790 | 2024-11-01T04:39:11.937Z | Downloaded tokio v1.40.0 |
791 | 2024-11-01T04:39:12.222Z | Downloaded ring v0.17.8 |
792 | 2024-11-01T04:39:12.570Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-11-01T04:39:12.570Z | Compiling unicode-ident v1.0.13 |
794 | 2024-11-01T04:39:12.570Z | Compiling libc v0.2.159 |
795 | 2024-11-01T04:39:12.573Z | Compiling serde v1.0.210 |
796 | 2024-11-01T04:39:12.573Z | Compiling version_check v0.9.5 |
797 | 2024-11-01T04:39:12.573Z | Compiling autocfg v1.3.0 |
798 | 2024-11-01T04:39:12.573Z | Compiling cfg-if v1.0.0 |
799 | 2024-11-01T04:39:12.770Z | Compiling once_cell v1.19.0 |
800 | 2024-11-01T04:39:12.790Z | Compiling libm v0.2.8 |
801 | 2024-11-01T04:39:12.807Z | Compiling memchr v2.7.4 |
802 | 2024-11-01T04:39:13.189Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-11-01T04:39:13.262Z | Compiling lock_api v0.4.12 |
804 | 2024-11-01T04:39:13.883Z | Compiling byteorder v1.5.0 |
805 | 2024-11-01T04:39:13.964Z | Compiling shlex v1.3.0 |
806 | 2024-11-01T04:39:13.998Z | Compiling thiserror v1.0.64 |
807 | 2024-11-01T04:39:14.344Z | Compiling cc v1.1.21 |
808 | 2024-11-01T04:39:14.346Z | Compiling itoa v1.0.11 |
809 | 2024-11-01T04:39:14.674Z | Compiling slab v0.4.9 |
810 | 2024-11-01T04:39:14.779Z | Compiling schemars v0.8.21 |
811 | 2024-11-01T04:39:15.031Z | Compiling ahash v0.8.11 |
812 | 2024-11-01T04:39:15.127Z | Compiling quote v1.0.37 |
813 | 2024-11-01T04:39:15.151Z | Compiling allocator-api2 v0.2.18 |
814 | 2024-11-01T04:39:15.422Z | Compiling getrandom v0.2.15 |
815 | 2024-11-01T04:39:15.596Z | Compiling syn v2.0.77 |
816 | 2024-11-01T04:39:15.817Z | Compiling num-traits v0.2.19 |
817 | 2024-11-01T04:39:15.839Z | Compiling ryu v1.0.18 |
818 | 2024-11-01T04:39:15.943Z | Compiling serde_json v1.0.128 |
819 | 2024-11-01T04:39:16.029Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-01T04:39:16.492Z | Compiling log v0.4.22 |
821 | 2024-11-01T04:39:16.524Z | Compiling equivalent v1.0.1 |
822 | 2024-11-01T04:39:16.601Z | Compiling scopeguard v1.2.0 |
823 | 2024-11-01T04:39:16.643Z | Compiling fnv v1.0.7 |
824 | 2024-11-01T04:39:16.666Z | Compiling heck v0.5.0 |
825 | 2024-11-01T04:39:16.835Z | Compiling pkg-config v0.3.31 |
826 | 2024-11-01T04:39:16.846Z | Compiling crunchy v0.2.2 |
827 | 2024-11-01T04:39:17.156Z | Compiling vcpkg v0.2.15 |
828 | 2024-11-01T04:39:17.482Z | Compiling mio v1.0.2 |
829 | 2024-11-01T04:39:17.531Z | Compiling ring v0.17.8 |
830 | 2024-11-01T04:39:18.117Z | Compiling signal-hook-registry v1.4.2 |
831 | 2024-11-01T04:39:18.588Z | Compiling socket2 v0.5.7 |
832 | 2024-11-01T04:39:18.630Z | Compiling tiny-keccak v2.0.2 |
833 | 2024-11-01T04:39:18.676Z | Compiling slog v2.7.0 |
834 | 2024-11-01T04:39:18.819Z | Compiling openssl-sys v0.9.103 |
835 | 2024-11-01T04:39:18.950Z | Compiling httparse v1.9.4 |
836 | 2024-11-01T04:39:19.261Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-01T04:39:19.878Z | Compiling futures-core v0.3.30 |
838 | 2024-11-01T04:39:19.928Z | Compiling dyn-clone v1.0.17 |
839 | 2024-11-01T04:39:19.954Z | Compiling const-random-macro v0.1.16 |
840 | 2024-11-01T04:39:20.136Z | Compiling openssl v0.10.66 |
841 | 2024-11-01T04:39:20.154Z | Compiling futures-sink v0.3.30 |
842 | 2024-11-01T04:39:20.564Z | Compiling semver v1.0.23 |
843 | 2024-11-01T04:39:20.566Z | Compiling typenum v1.17.0 |
844 | 2024-11-01T04:39:20.840Z | Compiling native-tls v0.2.12 |
845 | 2024-11-01T04:39:20.861Z | Compiling rustls v0.23.13 |
846 | 2024-11-01T04:39:20.864Z | Compiling futures-channel v0.3.30 |
847 | 2024-11-01T04:39:20.910Z | Compiling const-random v0.1.18 |
848 | 2024-11-01T04:39:21.004Z | Compiling futures-io v0.3.30 |
849 | 2024-11-01T04:39:21.025Z | Compiling futures-task v0.3.30 |
850 | 2024-11-01T04:39:21.082Z | Compiling pin-utils v0.1.0 |
851 | 2024-11-01T04:39:21.185Z | Compiling generic-array v0.14.7 |
852 | 2024-11-01T04:39:21.242Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-01T04:39:21.314Z | Compiling bitflags v2.6.0 |
854 | 2024-11-01T04:39:21.335Z | Compiling subtle v2.6.1 |
855 | 2024-11-01T04:39:21.337Z | Compiling ucd-trie v0.1.6 |
856 | 2024-11-01T04:39:21.415Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-01T04:39:21.521Z | Compiling anyhow v1.0.89 |
858 | 2024-11-01T04:39:21.585Z | Compiling regex-syntax v0.8.4 |
859 | 2024-11-01T04:39:21.828Z | Compiling num-conv v0.1.0 |
860 | 2024-11-01T04:39:21.847Z | Compiling time-core v0.1.2 |
861 | 2024-11-01T04:39:22.102Z | Compiling time-macros v0.2.18 |
862 | 2024-11-01T04:39:22.482Z | Compiling spin v0.9.8 |
863 | 2024-11-01T04:39:22.768Z | Compiling serde_derive_internals v0.29.1 |
864 | 2024-11-01T04:39:23.038Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-11-01T04:39:24.202Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-01T04:39:24.591Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-11-01T04:39:24.894Z | Compiling untrusted v0.9.0 |
868 | 2024-11-01T04:39:24.967Z | Compiling regex-automata v0.4.7 |
869 | 2024-11-01T04:39:25.507Z | Compiling tinyvec_macros v0.1.1 |
870 | 2024-11-01T04:39:25.601Z | Compiling strsim v0.11.1 |
871 | 2024-11-01T04:39:26.160Z | Compiling plain v0.2.3 |
872 | 2024-11-01T04:39:26.223Z | Compiling atomic-waker v1.1.2 |
873 | 2024-11-01T04:39:26.323Z | Compiling rustversion v1.0.17 |
874 | 2024-11-01T04:39:26.398Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-01T04:39:27.207Z | Compiling rand_core v0.6.4 |
876 | 2024-11-01T04:39:27.707Z | Compiling serde_derive v1.0.210 |
877 | 2024-11-01T04:39:27.894Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-11-01T04:39:27.970Z | Compiling thiserror-impl v1.0.64 |
879 | 2024-11-01T04:39:28.006Z | Compiling tokio-macros v2.4.0 |
880 | 2024-11-01T04:39:28.083Z | Compiling schemars_derive v0.8.21 |
881 | 2024-11-01T04:39:29.622Z | Compiling futures-macro v0.3.30 |
882 | 2024-11-01T04:39:30.139Z | Compiling zerocopy v0.7.35 |
883 | 2024-11-01T04:39:31.498Z | Compiling openssl-macros v0.1.1 |
884 | 2024-11-01T04:39:31.501Z | Compiling futures-util v0.3.30 |
885 | 2024-11-01T04:39:32.319Z | Compiling hashbrown v0.14.5 |
886 | 2024-11-01T04:39:32.322Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-11-01T04:39:32.663Z | Compiling scroll_derive v0.12.0 |
888 | 2024-11-01T04:39:33.776Z | Compiling regress v0.10.1 |
889 | 2024-11-01T04:39:34.155Z | Compiling pest v2.7.13 |
890 | 2024-11-01T04:39:34.832Z | Compiling regex v1.10.6 |
891 | 2024-11-01T04:39:35.746Z | Compiling tracing v0.1.40 |
892 | 2024-11-01T04:39:36.438Z | Compiling scroll v0.12.0 |
893 | 2024-11-01T04:39:36.972Z | Compiling pest_meta v2.7.13 |
894 | 2024-11-01T04:39:36.993Z | Compiling goblin v0.8.2 |
895 | 2024-11-01T04:39:38.313Z | Compiling pest_generator v2.7.13 |
896 | 2024-11-01T04:39:38.484Z | Compiling percent-encoding v2.3.1 |
897 | 2024-11-01T04:39:38.959Z | Compiling pretty-hex v0.4.1 |
898 | 2024-11-01T04:39:39.191Z | Compiling unsafe-libyaml v0.2.11 |
899 | 2024-11-01T04:39:40.137Z | Compiling try-lock v0.2.5 |
900 | 2024-11-01T04:39:40.308Z | Compiling zeroize v1.8.1 |
901 | 2024-11-01T04:39:40.659Z | Compiling want v0.3.1 |
902 | 2024-11-01T04:39:40.956Z | Compiling form_urlencoded v1.2.1 |
903 | 2024-11-01T04:39:40.975Z | Compiling unicode-normalization v0.1.24 |
904 | 2024-11-01T04:39:41.071Z | Compiling pest_derive v2.7.13 |
905 | 2024-11-01T04:39:41.447Z | Compiling bytes v1.7.2 |
906 | 2024-11-01T04:39:42.275Z | Compiling smallvec v1.13.2 |
907 | 2024-11-01T04:39:42.828Z | Compiling indexmap v2.5.0 |
908 | 2024-11-01T04:39:43.346Z | Compiling uuid v1.10.0 |
909 | 2024-11-01T04:39:43.917Z | Compiling parking_lot v0.12.3 |
910 | 2024-11-01T04:39:44.326Z | Compiling tokio v1.40.0 |
911 | 2024-11-01T04:39:44.508Z | Compiling chrono v0.4.38 |
912 | 2024-11-01T04:39:44.671Z | Compiling serde_tokenstream v0.2.2 |
913 | 2024-11-01T04:39:45.237Z | Compiling http v1.1.0 |
914 | 2024-11-01T04:39:47.923Z | Compiling openapiv3 v2.0.0 |
915 | 2024-11-01T04:39:48.557Z | Compiling rustls-webpki v0.102.8 |
916 | 2024-11-01T04:39:52.265Z | Compiling typify-impl v0.2.0 |
917 | 2024-11-01T04:39:52.359Z | Compiling http-body v1.0.1 |
918 | 2024-11-01T04:39:52.636Z | Compiling ipnetwork v0.20.0 |
919 | 2024-11-01T04:39:53.003Z | Compiling serde_yaml v0.9.34+deprecated |
920 | 2024-11-01T04:39:53.036Z | Compiling dof v0.3.0 |
921 | 2024-11-01T04:39:53.236Z | Compiling dtrace-parser v0.2.0 |
922 | 2024-11-01T04:39:54.826Z | Compiling tokio-util v0.7.12 |
923 | 2024-11-01T04:39:56.349Z | Compiling h2 v0.4.6 |
924 | 2024-11-01T04:39:56.800Z | Compiling thread-id v4.2.2 |
925 | 2024-11-01T04:39:56.868Z | Compiling httpdate v1.0.3 |
926 | 2024-11-01T04:39:56.897Z | Compiling rustls v0.22.4 |
927 | 2024-11-01T04:39:56.917Z | Compiling camino v1.1.9 |
928 | 2024-11-01T04:39:57.230Z | Compiling unicode-bidi v0.3.15 |
929 | 2024-11-01T04:39:57.538Z | Compiling foreign-types-shared v0.1.1 |
930 | 2024-11-01T04:39:57.603Z | Compiling syn v1.0.109 |
931 | 2024-11-01T04:39:57.658Z | Compiling ident_case v1.0.1 |
932 | 2024-11-01T04:39:57.849Z | Compiling darling_core v0.20.10 |
933 | 2024-11-01T04:39:58.258Z | Compiling foreign-types v0.3.2 |
934 | 2024-11-01T04:39:58.363Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-01T04:39:59.870Z | Compiling slog-async v2.8.0 |
936 | 2024-11-01T04:40:00.503Z | Compiling tower-service v0.3.3 |
937 | 2024-11-01T04:40:01.045Z | Compiling rand_chacha v0.3.1 |
938 | 2024-11-01T04:40:02.827Z | Compiling hyper v1.4.1 |
939 | 2024-11-01T04:40:04.076Z | Compiling darling_macro v0.20.10 |
940 | 2024-11-01T04:40:04.343Z | Compiling typify-macro v0.2.0 |
941 | 2024-11-01T04:40:05.148Z | Compiling idna v0.5.0 |
942 | 2024-11-01T04:40:08.432Z | Compiling typify v0.2.0 |
943 | 2024-11-01T04:40:08.575Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-11-01T04:40:08.991Z | Compiling hyper-util v0.1.9 |
945 | 2024-11-01T04:40:11.122Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-01T04:40:12.894Z | Compiling multer v3.1.0 |
947 | 2024-11-01T04:40:13.686Z | Compiling paste v1.0.15 |
948 | 2024-11-01T04:40:14.074Z | Compiling openssl-probe v0.1.5 |
949 | 2024-11-01T04:40:15.345Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-11-01T04:40:15.979Z | Compiling url v2.5.2 |
951 | 2024-11-01T04:40:16.057Z | Compiling darling v0.20.10 |
952 | 2024-11-01T04:40:16.184Z | Compiling rand v0.8.5 |
953 | 2024-11-01T04:40:18.087Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-11-01T04:40:19.859Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-01T04:40:21.411Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-01T04:40:21.520Z | Compiling async-trait v0.1.83 |
957 | 2024-11-01T04:40:23.054Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-01T04:40:23.583Z | Compiling base64 v0.22.1 |
959 | 2024-11-01T04:40:24.053Z | Compiling mime v0.3.17 |
960 | 2024-11-01T04:40:24.694Z | Compiling ipnet v2.10.0 |
961 | 2024-11-01T04:40:25.194Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-01T04:40:29.397Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-01T04:40:29.928Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-01T04:40:30.052Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-01T04:40:30.677Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-01T04:40:30.697Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-01T04:40:31.465Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-11-01T04:40:32.726Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-11-01T04:40:32.873Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-01T04:40:33.100Z | Compiling dropshot v0.12.0 |
971 | 2024-11-01T04:40:33.697Z | Compiling crossbeam-utils v0.8.20 |
972 | 2024-11-01T04:40:34.277Z | Compiling powerfmt v0.2.0 |
973 | 2024-11-01T04:40:34.783Z | Compiling deranged v0.3.11 |
974 | 2024-11-01T04:40:34.892Z | Compiling hyper-rustls v0.27.3 |
975 | 2024-11-01T04:40:35.455Z | Compiling structmeta v0.3.0 |
976 | 2024-11-01T04:40:35.845Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-01T04:40:36.709Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-01T04:40:37.951Z | Compiling num_threads v0.1.7 |
979 | 2024-11-01T04:40:38.385Z | Compiling winnow v0.6.18 |
980 | 2024-11-01T04:40:39.828Z | Compiling time v0.3.36 |
981 | 2024-11-01T04:40:39.850Z | Compiling reqwest v0.12.8 |
982 | 2024-11-01T04:40:42.415Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-01T04:40:44.595Z | Compiling crypto-common v0.1.6 |
984 | 2024-11-01T04:40:44.824Z | Compiling block-buffer v0.10.4 |
985 | 2024-11-01T04:40:45.073Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-01T04:40:46.541Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-01T04:40:49.556Z | Compiling digest v0.10.7 |
988 | 2024-11-01T04:40:49.725Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-01T04:40:50.658Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-01T04:40:52.089Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-01T04:40:53.122Z | Compiling lazy_static v1.5.0 |
992 | 2024-11-01T04:40:53.274Z | Compiling rustix v0.38.37 |
993 | 2024-11-01T04:40:53.381Z | Compiling match_cfg v0.1.0 |
994 | 2024-11-01T04:40:53.488Z | Compiling hostname v0.3.1 |
995 | 2024-11-01T04:40:54.135Z | Compiling progenitor v0.8.0 |
996 | 2024-11-01T04:40:54.368Z | Compiling dirs-next v2.0.0 |
997 | 2024-11-01T04:40:54.654Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-01T04:40:55.692Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-01T04:40:56.976Z | Compiling errno v0.3.9 |
1000 | 2024-11-01T04:40:57.242Z | Compiling thread_local v1.1.8 |
1001 | 2024-11-01T04:40:57.915Z | Compiling instant v0.1.13 |
1002 | 2024-11-01T04:40:58.279Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-11-01T04:40:58.388Z | Compiling unicode-width v0.1.14 |
1004 | 2024-11-01T04:41:01.183Z | Compiling futures v0.3.30 |
1005 | 2024-11-01T04:41:02.945Z | Compiling term v0.7.0 |
1006 | 2024-11-01T04:41:03.217Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-01T04:41:05.035Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-01T04:41:05.303Z | Compiling is-terminal v0.4.13 |
1009 | 2024-11-01T04:41:05.446Z | Compiling memmap v0.7.0 |
1010 | 2024-11-01T04:41:05.872Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-01T04:41:06.603Z | Compiling usdt v0.5.0 |
1012 | 2024-11-01T04:41:07.277Z | Compiling slog-term v2.9.1 |
1013 | 2024-11-01T04:41:07.660Z | Compiling toml_edit v0.22.21 |
1014 | 2024-11-01T04:41:09.909Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-01T04:41:10.351Z | Compiling strum v0.26.3 |
1016 | 2024-11-01T04:41:10.555Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-01T04:41:13.145Z | Compiling heapless v0.8.0 |
1018 | 2024-11-01T04:41:13.679Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-11-01T04:41:15.206Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-01T04:41:15.667Z | Compiling toml v0.8.19 |
1021 | 2024-11-01T04:41:16.059Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-11-01T04:41:16.337Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-01T04:41:18.002Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-01T04:41:18.059Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-01T04:41:18.317Z | Compiling serde_path_to_error v0.1.16 |
1026 | 2024-11-01T04:41:18.408Z | Compiling hex v0.4.3 |
1027 | 2024-11-01T04:41:18.533Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-01T04:41:18.869Z | Compiling hostname v0.4.0 |
1029 | 2024-11-01T04:41:19.120Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-01T04:41:19.141Z | Compiling stable_deref_trait v1.2.0 |
1031 | 2024-11-01T04:41:19.260Z | Compiling smoltcp v0.11.0 |
1032 | 2024-11-01T04:41:21.473Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-01T04:41:22.382Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-01T04:41:22.415Z | Compiling backoff v0.4.0 |
1035 | 2024-11-01T04:41:22.818Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-01T04:41:22.954Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-01T04:41:23.171Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-01T04:41:25.241Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-01T04:41:25.875Z | Compiling regress v0.9.1 |
1040 | 2024-11-01T04:41:27.482Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-01T04:41:29.547Z | Compiling bitflags v1.3.2 |
1042 | 2024-11-01T04:41:29.967Z | Compiling utf8parse v0.2.2 |
1043 | 2024-11-01T04:41:30.142Z | Compiling winnow v0.5.40 |
1044 | 2024-11-01T04:41:30.563Z | Compiling cobs v0.2.3 |
1045 | 2024-11-01T04:41:30.999Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-11-01T04:41:31.403Z | Compiling managed v0.8.0 |
1047 | 2024-11-01T04:41:32.364Z | Compiling postcard v1.0.10 |
1048 | 2024-11-01T04:41:33.098Z | Compiling anstyle-parse v0.2.5 |
1049 | 2024-11-01T04:41:34.084Z | Compiling toml_edit v0.19.15 |
1050 | 2024-11-01T04:41:34.150Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1051 | 2024-11-01T04:41:39.573Z | Compiling anstyle v1.0.8 |
1052 | 2024-11-01T04:41:40.458Z | Compiling is_terminal_polyfill v1.70.1 |
1053 | 2024-11-01T04:41:40.499Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-11-01T04:41:40.603Z | Compiling colorchoice v1.0.2 |
1055 | 2024-11-01T04:41:41.486Z | Compiling anstream v0.6.15 |
1056 | 2024-11-01T04:41:42.659Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-01T04:41:43.172Z | Compiling terminal_size v0.3.0 |
1058 | 2024-11-01T04:41:43.405Z | Compiling clap_lex v0.7.2 |
1059 | 2024-11-01T04:41:43.548Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-11-01T04:41:43.829Z | Compiling clap_builder v4.5.18 |
1061 | 2024-11-01T04:41:43.904Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-11-01T04:41:45.359Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-01T04:41:46.274Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-01T04:41:46.352Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-01T04:41:46.901Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-01T04:41:47.406Z | Compiling num_enum v0.5.11 |
1067 | 2024-11-01T04:41:47.645Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-01T04:41:48.016Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-11-01T04:41:48.262Z | Compiling clap v4.5.18 |
1070 | 2024-11-01T04:41:48.619Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-01T04:41:48.805Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-01T04:41:48.944Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-11-01T04:41:49.179Z | Compiling either v1.13.0 |
1074 | 2024-11-01T04:41:49.257Z | Compiling heck v0.4.1 |
1075 | 2024-11-01T04:41:49.360Z | Compiling prettyplease v0.2.22 |
1076 | 2024-11-01T04:41:50.041Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-01T04:41:50.166Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-01T04:41:50.455Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-01T04:41:51.741Z | Compiling num-iter v0.1.45 |
1080 | 2024-11-01T04:41:51.880Z | Compiling num-rational v0.4.2 |
1081 | 2024-11-01T04:41:52.299Z | Compiling colored v2.1.0 |
1082 | 2024-11-01T04:41:53.918Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-01T04:41:54.651Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-11-01T04:41:54.755Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-11-01T04:41:55.012Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1086 | 2024-11-01T04:41:55.306Z | Compiling fastrand v2.1.1 |
1087 | 2024-11-01T04:41:55.408Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1088 | 2024-11-01T04:41:55.535Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-11-01T04:41:55.710Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1090 | 2024-11-01T04:41:55.973Z | Compiling tempfile v3.12.0 |
1091 | 2024-11-01T04:41:57.581Z | Compiling num v0.4.3 |
1092 | 2024-11-01T04:42:00.301Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-01T04:42:00.739Z | Compiling float-ord v0.3.2 |
1094 | 2024-11-01T04:42:00.852Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-11-01T04:42:01.056Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-01T04:42:08.684Z | Compiling semver v0.1.20 |
1097 | 2024-11-01T04:42:09.145Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-11-01T04:42:09.183Z | Compiling rustc_version v0.1.7 |
1099 | 2024-11-01T04:42:09.616Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-11-01T04:42:09.921Z | Compiling newline-converter v0.3.0 |
1101 | 2024-11-01T04:42:10.123Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-01T04:42:10.552Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-01T04:42:10.784Z | Compiling itertools v0.10.5 |
1104 | 2024-11-01T04:42:11.171Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-01T04:42:11.321Z | Compiling console v0.15.8 |
1106 | 2024-11-01T04:42:11.642Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-01T04:42:13.057Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-01T04:42:13.198Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1109 | 2024-11-01T04:42:13.537Z | Compiling base64ct v1.6.0 |
1110 | 2024-11-01T04:42:14.054Z | Compiling similar v2.6.0 |
1111 | 2024-11-01T04:42:14.216Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-11-01T04:42:14.250Z | Compiling password-hash v0.5.0 |
1113 | 2024-11-01T04:42:14.293Z | Compiling zone v0.3.0 |
1114 | 2024-11-01T04:42:15.774Z | Compiling expectorate v1.1.0 |
1115 | 2024-11-01T04:42:16.075Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-01T04:42:16.528Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-01T04:42:16.556Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-01T04:42:17.728Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-01T04:42:18.124Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-01T04:42:19.333Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-01T04:42:19.369Z | Compiling smf v0.2.3 |
1122 | 2024-11-01T04:42:19.782Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-01T04:42:20.308Z | Compiling whoami v1.5.2 |
1124 | 2024-11-01T04:42:20.368Z | Compiling cancel-safe-futures v0.1.5 |
1125 | 2024-11-01T04:42:20.387Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-01T04:42:20.760Z | Compiling owo-colors v4.1.0 |
1127 | 2024-11-01T04:42:21.298Z | Compiling petgraph v0.6.5 |
1128 | 2024-11-01T04:42:21.805Z | Compiling zerocopy v0.6.6 |
1129 | 2024-11-01T04:42:21.965Z | Compiling hubpack v0.1.2 |
1130 | 2024-11-01T04:42:22.499Z | Compiling argon2 v0.5.3 |
1131 | 2024-11-01T04:42:22.858Z | Compiling strum_macros v0.25.3 |
1132 | 2024-11-01T04:42:24.951Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-11-01T04:42:25.211Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1134 | 2024-11-01T04:42:25.740Z | Compiling serde_repr v0.1.19 |
1135 | 2024-11-01T04:42:25.762Z | Compiling cookie v0.18.1 |
1136 | 2024-11-01T04:42:26.106Z | Compiling convert_case v0.4.0 |
1137 | 2024-11-01T04:42:26.642Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-01T04:42:26.834Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-01T04:42:26.872Z | Compiling derive_more v0.99.18 |
1140 | 2024-11-01T04:42:26.960Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-11-01T04:42:28.317Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-01T04:42:28.602Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-01T04:42:29.924Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-01T04:42:31.903Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-01T04:42:32.436Z | Compiling itertools v0.13.0 |
1146 | 2024-11-01T04:42:33.596Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-01T04:42:34.314Z | Compiling idna v0.4.0 |
1148 | 2024-11-01T04:42:34.871Z | Compiling libsw v3.3.1 |
1149 | 2024-11-01T04:42:35.221Z | Compiling derive-where v1.2.7 |
1150 | 2024-11-01T04:42:36.210Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-11-01T04:42:36.342Z | Compiling quick-error v1.2.3 |
1152 | 2024-11-01T04:42:36.366Z | Compiling linked-hash-map v0.5.6 |
1153 | 2024-11-01T04:42:36.510Z | Compiling indent_write v2.2.0 |
1154 | 2024-11-01T04:42:36.762Z | Compiling swrite v0.1.0 |
1155 | 2024-11-01T04:42:36.797Z | Compiling linear-map v1.2.0 |
1156 | 2024-11-01T04:42:36.895Z | Compiling highway v1.2.0 |
1157 | 2024-11-01T04:42:37.254Z | Compiling data-encoding v2.6.0 |
1158 | 2024-11-01T04:42:37.380Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-11-01T04:42:38.235Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-11-01T04:42:38.299Z | Compiling lru-cache v0.1.2 |
1161 | 2024-11-01T04:42:38.537Z | Compiling resolv-conf v0.7.0 |
1162 | 2024-11-01T04:42:38.560Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-01T04:42:40.121Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-01T04:42:41.685Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-01T04:42:42.080Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-01T04:42:44.048Z | Compiling steno v0.4.1 |
1167 | 2024-11-01T04:42:44.252Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-11-01T04:42:46.960Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-11-01T04:42:47.338Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-11-01T04:42:47.707Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1171 | 2024-11-01T04:42:47.886Z | Compiling humantime v2.1.0 |
1172 | 2024-11-01T04:42:47.938Z | Compiling parking_lot_core v0.8.6 |
1173 | 2024-11-01T04:42:48.462Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-11-01T04:42:48.742Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-11-01T04:42:50.977Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-01T04:42:52.056Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-01T04:42:52.131Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-01T04:42:52.486Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-01T04:42:52.859Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-11-01T04:42:54.292Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-11-01T04:42:54.894Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-11-01T04:42:55.392Z | Compiling parking_lot v0.11.2 |
1183 | 2024-11-01T04:42:56.138Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-01T04:42:57.395Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-01T04:42:59.522Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-01T04:42:59.530Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-01T04:42:59.530Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-01T04:42:59.955Z | Compiling crc8 v0.1.1 |
1189 | 2024-11-01T04:43:00.153Z | Compiling arc-swap v1.7.1 |
1190 | 2024-11-01T04:43:00.273Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-11-01T04:43:00.832Z | Compiling slog-scope v4.4.0 |
1192 | 2024-11-01T04:43:01.613Z | Compiling sled v0.34.7 |
1193 | 2024-11-01T04:43:05.268Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-01T04:43:06.313Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-11-01T04:43:06.853Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-11-01T04:43:07.673Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-11-01T04:43:09.171Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-01T04:43:10.448Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-11-01T04:43:22.667Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-01T04:43:26.967Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-01T04:43:28.781Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-01T04:43:55.655Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-11-01T04:43:55.658Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-11-01T04:44:03.027Z | Finished `release` profile [optimized] target(s) in 5m 13s |
1205 | 2024-11-01T04:44:03.336Z | + banner quartet |
1206 | 2024-11-01T04:44:03.338Z | |
1207 | 2024-11-01T04:44:03.338Z | #### # # ## ##### ##### ###### ##### |
1208 | 2024-11-01T04:44:03.338Z | # # # # # # # # # # # |
1209 | 2024-11-01T04:44:03.338Z | # # # # # # # # # ##### # |
1210 | 2024-11-01T04:44:03.338Z | # # # # # ###### ##### # # # |
1211 | 2024-11-01T04:44:03.338Z | # # # # # # # # # # # |
1212 | 2024-11-01T04:44:03.338Z | ### # #### # # # # # ###### # |
1213 | 2024-11-01T04:44:03.338Z | |
1214 | 2024-11-01T04:44:03.340Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1215 | 2024-11-01T04:44:03.821Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-01T04:44:03.821Z | Compiling libc v0.2.159 |
1217 | 2024-11-01T04:44:03.822Z | Compiling serde v1.0.210 |
1218 | 2024-11-01T04:44:03.825Z | Compiling once_cell v1.19.0 |
1219 | 2024-11-01T04:44:03.825Z | Compiling itoa v1.0.11 |
1220 | 2024-11-01T04:44:03.825Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-01T04:44:03.825Z | Compiling syn v2.0.77 |
1222 | 2024-11-01T04:44:03.889Z | Compiling bytes v1.7.2 |
1223 | 2024-11-01T04:44:03.949Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-01T04:44:04.145Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-01T04:44:04.271Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-01T04:44:04.288Z | Compiling ahash v0.8.11 |
1227 | 2024-11-01T04:44:04.325Z | Compiling schemars v0.8.21 |
1228 | 2024-11-01T04:44:04.340Z | Compiling memchr v2.7.4 |
1229 | 2024-11-01T04:44:04.458Z | Compiling scopeguard v1.2.0 |
1230 | 2024-11-01T04:44:04.486Z | Compiling allocator-api2 v0.2.18 |
1231 | 2024-11-01T04:44:04.585Z | Compiling smallvec v1.13.2 |
1232 | 2024-11-01T04:44:04.693Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-01T04:44:05.209Z | Compiling fnv v1.0.7 |
1234 | 2024-11-01T04:44:05.341Z | Compiling getrandom v0.2.15 |
1235 | 2024-11-01T04:44:05.344Z | Compiling parking_lot_core v0.9.10 |
1236 | 2024-11-01T04:44:05.428Z | Compiling hashbrown v0.14.5 |
1237 | 2024-11-01T04:44:05.442Z | Compiling socket2 v0.5.7 |
1238 | 2024-11-01T04:44:05.692Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2024-11-01T04:44:05.780Z | Compiling parking_lot v0.12.3 |
1240 | 2024-11-01T04:44:06.176Z | Compiling mio v1.0.2 |
1241 | 2024-11-01T04:44:06.546Z | Compiling log v0.4.22 |
1242 | 2024-11-01T04:44:06.901Z | Compiling futures-core v0.3.30 |
1243 | 2024-11-01T04:44:07.122Z | Compiling equivalent v1.0.1 |
1244 | 2024-11-01T04:44:07.151Z | Compiling ryu v1.0.18 |
1245 | 2024-11-01T04:44:07.165Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-01T04:44:07.207Z | Compiling serde_json v1.0.128 |
1247 | 2024-11-01T04:44:07.235Z | Compiling uuid v1.10.0 |
1248 | 2024-11-01T04:44:07.247Z | Compiling regress v0.10.1 |
1249 | 2024-11-01T04:44:07.738Z | Compiling pin-utils v0.1.0 |
1250 | 2024-11-01T04:44:07.795Z | Compiling futures-sink v0.3.30 |
1251 | 2024-11-01T04:44:07.833Z | Compiling spin v0.9.8 |
1252 | 2024-11-01T04:44:07.853Z | Compiling untrusted v0.9.0 |
1253 | 2024-11-01T04:44:07.897Z | Compiling futures-task v0.3.30 |
1254 | 2024-11-01T04:44:07.951Z | Compiling slab v0.4.9 |
1255 | 2024-11-01T04:44:08.028Z | Compiling futures-util v0.3.30 |
1256 | 2024-11-01T04:44:08.031Z | Compiling ring v0.17.8 |
1257 | 2024-11-01T04:44:08.283Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-01T04:44:08.438Z | Compiling want v0.3.1 |
1259 | 2024-11-01T04:44:08.745Z | Compiling httparse v1.9.4 |
1260 | 2024-11-01T04:44:09.159Z | Compiling chrono v0.4.38 |
1261 | 2024-11-01T04:44:09.574Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-01T04:44:09.872Z | Compiling dyn-clone v1.0.17 |
1263 | 2024-11-01T04:44:10.063Z | Compiling foreign-types-shared v0.1.1 |
1264 | 2024-11-01T04:44:10.093Z | Compiling tower-service v0.3.3 |
1265 | 2024-11-01T04:44:10.168Z | Compiling foreign-types v0.3.2 |
1266 | 2024-11-01T04:44:10.215Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-01T04:44:10.263Z | Compiling unicode-ident v1.0.13 |
1268 | 2024-11-01T04:44:10.622Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-11-01T04:44:11.097Z | Compiling bitflags v2.6.0 |
1270 | 2024-11-01T04:44:11.248Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-11-01T04:44:11.464Z | Compiling http v1.1.0 |
1272 | 2024-11-01T04:44:11.697Z | Compiling semver v1.0.23 |
1273 | 2024-11-01T04:44:12.049Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-11-01T04:44:12.143Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-11-01T04:44:12.389Z | Compiling tinyvec v1.8.0 |
1276 | 2024-11-01T04:44:12.712Z | Compiling quote v1.0.37 |
1277 | 2024-11-01T04:44:12.866Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-01T04:44:14.030Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-11-01T04:44:14.885Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-11-01T04:44:15.393Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-01T04:44:15.404Z | Compiling http v0.2.12 |
1282 | 2024-11-01T04:44:15.752Z | Compiling unicode-bidi v0.3.15 |
1283 | 2024-11-01T04:44:16.098Z | Compiling serde_derive v1.0.210 |
1284 | 2024-11-01T04:44:16.257Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-11-01T04:44:16.480Z | Compiling thiserror-impl v1.0.64 |
1286 | 2024-11-01T04:44:16.766Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-11-01T04:44:18.759Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-11-01T04:44:19.359Z | Compiling tracing-attributes v0.1.27 |
1289 | 2024-11-01T04:44:19.754Z | Compiling thiserror v1.0.64 |
1290 | 2024-11-01T04:44:19.933Z | Compiling openssl-macros v0.1.1 |
1291 | 2024-11-01T04:44:20.298Z | Compiling rustls-pki-types v1.8.0 |
1292 | 2024-11-01T04:44:20.349Z | Compiling tokio v1.40.0 |
1293 | 2024-11-01T04:44:20.791Z | Compiling openssl v0.10.66 |
1294 | 2024-11-01T04:44:21.135Z | Compiling heck v0.5.0 |
1295 | 2024-11-01T04:44:21.607Z | Compiling regex-automata v0.4.7 |
1296 | 2024-11-01T04:44:22.491Z | Compiling idna v0.5.0 |
1297 | 2024-11-01T04:44:22.737Z | Compiling tracing v0.1.40 |
1298 | 2024-11-01T04:44:23.408Z | Compiling http-body v1.0.1 |
1299 | 2024-11-01T04:44:29.700Z | Compiling native-tls v0.2.12 |
1300 | 2024-11-01T04:44:30.818Z | Compiling indexmap v2.5.0 |
1301 | 2024-11-01T04:44:31.115Z | Compiling tokio-util v0.7.12 |
1302 | 2024-11-01T04:44:34.314Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-11-01T04:44:35.480Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-11-01T04:44:35.771Z | Compiling atomic-waker v1.1.2 |
1305 | 2024-11-01T04:44:35.966Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-11-01T04:44:36.000Z | Compiling slog v2.7.0 |
1307 | 2024-11-01T04:44:36.572Z | Compiling h2 v0.4.6 |
1308 | 2024-11-01T04:44:37.351Z | Compiling typify-impl v0.2.0 |
1309 | 2024-11-01T04:44:38.486Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-11-01T04:44:38.687Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-11-01T04:44:47.267Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-01T04:44:47.877Z | Compiling regex v1.10.6 |
1313 | 2024-11-01T04:44:48.937Z | Compiling url v2.5.2 |
1314 | 2024-11-01T04:44:49.699Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-01T04:44:50.756Z | Compiling mime v0.3.17 |
1316 | 2024-11-01T04:44:51.888Z | Compiling ipnet v2.10.0 |
1317 | 2024-11-01T04:44:52.395Z | Compiling rustls v0.21.12 |
1318 | 2024-11-01T04:44:52.748Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-11-01T04:44:53.985Z | Compiling typify-macro v0.2.0 |
1320 | 2024-11-01T04:44:54.980Z | Compiling hyper v1.4.1 |
1321 | 2024-11-01T04:44:56.612Z | Compiling h2 v0.3.26 |
1322 | 2024-11-01T04:44:56.785Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-11-01T04:44:57.950Z | Compiling http-body v0.4.6 |
1324 | 2024-11-01T04:44:58.203Z | Compiling sct v0.7.1 |
1325 | 2024-11-01T04:44:58.487Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-01T04:44:58.652Z | Compiling httpdate v1.0.3 |
1327 | 2024-11-01T04:44:59.471Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-11-01T04:44:59.815Z | Compiling zeroize v1.8.1 |
1329 | 2024-11-01T04:45:00.180Z | Compiling subtle v2.6.1 |
1330 | 2024-11-01T04:45:00.468Z | Compiling rustls v0.23.13 |
1331 | 2024-11-01T04:45:00.628Z | Compiling serde_yaml v0.9.34+deprecated |
1332 | 2024-11-01T04:45:01.486Z | Compiling toml_edit v0.19.15 |
1333 | 2024-11-01T04:45:02.625Z | Compiling hyper v0.14.30 |
1334 | 2024-11-01T04:45:05.233Z | Compiling hyper-util v0.1.9 |
1335 | 2024-11-01T04:45:11.215Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-01T04:45:11.350Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-11-01T04:45:11.794Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-11-01T04:45:12.325Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-01T04:45:12.543Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-01T04:45:12.603Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-01T04:45:12.823Z | Compiling base64 v0.21.7 |
1342 | 2024-11-01T04:45:13.111Z | Compiling base64 v0.22.1 |
1343 | 2024-11-01T04:45:13.216Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-11-01T04:45:13.233Z | Compiling num_enum_derive v0.5.11 |
1345 | 2024-11-01T04:45:13.982Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-11-01T04:45:14.214Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-11-01T04:45:14.245Z | Compiling hyper-tls v0.6.0 |
1348 | 2024-11-01T04:45:14.656Z | Compiling hyper-rustls v0.27.3 |
1349 | 2024-11-01T04:45:14.773Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-01T04:45:14.797Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-01T04:45:15.060Z | Compiling typify v0.2.0 |
1352 | 2024-11-01T04:45:15.191Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-11-01T04:45:15.336Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-01T04:45:16.418Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-01T04:45:17.327Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-01T04:45:17.380Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-11-01T04:45:17.538Z | Compiling rand_core v0.6.4 |
1358 | 2024-11-01T04:45:18.014Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-01T04:45:18.025Z | Compiling foreign-types-shared v0.3.1 |
1360 | 2024-11-01T04:45:18.141Z | Compiling webpki-roots v0.25.4 |
1361 | 2024-11-01T04:45:18.295Z | Compiling powerfmt v0.2.0 |
1362 | 2024-11-01T04:45:18.637Z | Compiling sync_wrapper v0.1.2 |
1363 | 2024-11-01T04:45:18.683Z | Compiling foreign-types v0.5.0 |
1364 | 2024-11-01T04:45:18.770Z | Compiling reqwest v0.11.27 |
1365 | 2024-11-01T04:45:18.799Z | Compiling deranged v0.3.11 |
1366 | 2024-11-01T04:45:19.052Z | Compiling time-macros v0.2.18 |
1367 | 2024-11-01T04:45:19.071Z | Compiling dirs-next v2.0.0 |
1368 | 2024-11-01T04:45:19.333Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1369 | 2024-11-01T04:45:21.192Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-11-01T04:45:22.177Z | Compiling reqwest v0.12.8 |
1371 | 2024-11-01T04:45:23.006Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-11-01T04:45:26.166Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-11-01T04:45:29.911Z | Compiling num_enum v0.5.11 |
1374 | 2024-11-01T04:45:30.094Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-01T04:45:31.039Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-01T04:45:31.223Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-01T04:45:31.476Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-01T04:45:32.092Z | Compiling arc-swap v1.7.1 |
1379 | 2024-11-01T04:45:32.207Z | Compiling either v1.13.0 |
1380 | 2024-11-01T04:45:32.690Z | Compiling time-core v0.1.2 |
1381 | 2024-11-01T04:45:32.802Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-11-01T04:45:32.877Z | Compiling num-conv v0.1.0 |
1383 | 2024-11-01T04:45:33.012Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1384 | 2024-11-01T04:45:33.155Z | Compiling time v0.3.36 |
1385 | 2024-11-01T04:45:33.250Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-11-01T04:45:33.638Z | Compiling itertools v0.12.1 |
1387 | 2024-11-01T04:45:34.509Z | Compiling slog-scope v4.4.0 |
1388 | 2024-11-01T04:45:35.442Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-01T04:45:36.373Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-11-01T04:45:36.554Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-01T04:45:37.622Z | Compiling progenitor-macro v0.8.0 |
1392 | 2024-11-01T04:45:38.203Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1393 | 2024-11-01T04:45:42.350Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-11-01T04:45:43.278Z | Compiling rand v0.8.5 |
1395 | 2024-11-01T04:45:45.264Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-11-01T04:45:46.138Z | Compiling term v0.7.0 |
1397 | 2024-11-01T04:45:53.526Z | Compiling anyhow v1.0.89 |
1398 | 2024-11-01T04:45:54.020Z | Compiling colored v2.1.0 |
1399 | 2024-11-01T04:45:54.996Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-01T04:45:55.129Z | Compiling take_mut v0.2.2 |
1401 | 2024-11-01T04:45:55.302Z | Compiling winnow v0.6.18 |
1402 | 2024-11-01T04:45:55.318Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-11-01T04:45:55.674Z | Compiling slog-async v2.8.0 |
1404 | 2024-11-01T04:45:58.813Z | Compiling slog-term v2.9.1 |
1405 | 2024-11-01T04:45:59.807Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1406 | 2024-11-01T04:46:01.669Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1407 | 2024-11-01T04:46:01.890Z | Compiling progenitor v0.8.0 |
1408 | 2024-11-01T04:46:02.111Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-11-01T04:46:05.879Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-11-01T04:46:06.479Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-11-01T04:46:06.726Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-11-01T04:46:08.408Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-01T04:46:21.886Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-01T04:46:29.431Z | Finished `release` profile [optimized] target(s) in 2m 26s |
1415 | 2024-11-01T04:46:29.519Z | Running unittests src/lib.rs (target/release/deps/mg_tests-0fcb7f362097a89e) |
1416 | 2024-11-01T04:46:29.566Z | |
1417 | 2024-11-01T04:46:29.567Z | running 1 test |
1418 | 2024-11-01T04:46:29.727Z | configure zone |
1419 | 2024-11-01T04:46:29.882Z | install zone |
1420 | 2024-11-01T04:47:29.572Z | test ddm::test_quartet has been running for over 60 seconds |
1421 | 2024-11-01T04:48:32.495Z | boot zone |
1422 | 2024-11-01T04:48:33.277Z | start zone s1 |
1423 | 2024-11-01T04:48:33.277Z | configure zone |
1424 | 2024-11-01T04:48:33.286Z | install zone |
1425 | 2024-11-01T04:50:10.420Z | boot zone |
1426 | 2024-11-01T04:50:11.191Z | start zone s2 |
1427 | 2024-11-01T04:50:11.191Z | configure zone |
1428 | 2024-11-01T04:50:11.200Z | install zone |
1429 | 2024-11-01T04:51:49.291Z | boot zone |
1430 | 2024-11-01T04:51:50.096Z | start zone s3 |
1431 | 2024-11-01T04:51:50.096Z | configure zone |
1432 | 2024-11-01T04:51:50.106Z | install zone |
1433 | 2024-11-01T04:53:31.110Z | boot zone |
1434 | 2024-11-01T04:53:32.264Z | start zone t1 |
1435 | 2024-11-01T04:53:32.264Z | configure zone |
1436 | 2024-11-01T04:53:32.275Z | install zone |
1437 | 2024-11-01T04:55:09.390Z | boot zone |
1438 | 2024-11-01T04:55:10.171Z | waiting for zones to come up |
1439 | 2024-11-01T04:55:20.173Z | [sidecar.quartet] svcs milestone/network |
1440 | 2024-11-01T04:55:20.277Z | STATE STIME FMRI |
1441 | 2024-11-01T04:55:20.277Z | online 21:48:51 svc:/milestone/network:default |
1442 | 2024-11-01T04:55:20.277Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1443 | 2024-11-01T04:55:20.324Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1444 | 2024-11-01T04:55:20.373Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1445 | 2024-11-01T04:55:20.416Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1446 | 2024-11-01T04:55:20.420Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1447 | 2024-11-01T04:55:20.442Z | |
1448 | 2024-11-01T04:55:20.442Z | running zone s1.quartet setup |
1449 | 2024-11-01T04:55:20.442Z | [s1.quartet] svcs milestone/network |
1450 | 2024-11-01T04:55:20.464Z | STATE STIME FMRI |
1451 | 2024-11-01T04:55:20.464Z | online 21:50:29 svc:/milestone/network:default |
1452 | 2024-11-01T04:55:20.464Z | [s1.quartet] dladm |
1453 | 2024-11-01T04:55:20.484Z | LINK CLASS MTU STATE BRIDGE OVER |
1454 | 2024-11-01T04:55:20.485Z | sl0 simnet 9000 up -- ? |
1455 | 2024-11-01T04:55:20.485Z | mgs1 vnic 9000 up -- ? |
1456 | 2024-11-01T04:55:20.485Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1457 | 2024-11-01T04:55:21.017Z | |
1458 | 2024-11-01T04:55:21.017Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1459 | 2024-11-01T04:55:21.041Z | |
1460 | 2024-11-01T04:55:21.041Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1461 | 2024-11-01T04:55:21.060Z | |
1462 | 2024-11-01T04:55:21.061Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1463 | 2024-11-01T04:55:21.147Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1464 | 2024-11-01T04:55:21.193Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3135e34c-fa1a-40eb-9bad-3e694a502ed3 --sled-uuid 6a442ea1-26b5-4876-a4c8-bcd03102f979 -a sl0/v6 &> /opt/ddmd.log & |
1465 | 2024-11-01T04:55:21.213Z | |
1466 | 2024-11-01T04:55:21.214Z | running zone s2.quartet setup |
1467 | 2024-11-01T04:55:21.214Z | [s2.quartet] svcs milestone/network |
1468 | 2024-11-01T04:55:21.239Z | STATE STIME FMRI |
1469 | 2024-11-01T04:55:21.239Z | online 21:52:08 svc:/milestone/network:default |
1470 | 2024-11-01T04:55:21.239Z | [s2.quartet] dladm |
1471 | 2024-11-01T04:55:21.261Z | LINK CLASS MTU STATE BRIDGE OVER |
1472 | 2024-11-01T04:55:21.261Z | sl1 simnet 9000 up -- ? |
1473 | 2024-11-01T04:55:21.261Z | mgs2 vnic 9000 up -- ? |
1474 | 2024-11-01T04:55:21.261Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1475 | 2024-11-01T04:55:21.721Z | |
1476 | 2024-11-01T04:55:21.721Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1477 | 2024-11-01T04:55:21.746Z | |
1478 | 2024-11-01T04:55:21.746Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1479 | 2024-11-01T04:55:21.766Z | |
1480 | 2024-11-01T04:55:21.766Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1481 | 2024-11-01T04:55:21.812Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1482 | 2024-11-01T04:55:21.834Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1dafa631-2151-4feb-b1d6-307985325e27 --sled-uuid 7ab7207b-7b14-4004-aaed-f3ce218060c2 -a sl1/v6 &> /opt/ddmd.log & |
1483 | 2024-11-01T04:55:21.857Z | |
1484 | 2024-11-01T04:55:21.857Z | running zone s3.quartet setup |
1485 | 2024-11-01T04:55:21.857Z | [s3.quartet] svcs milestone/network |
1486 | 2024-11-01T04:55:21.881Z | STATE STIME FMRI |
1487 | 2024-11-01T04:55:21.881Z | online 21:53:50 svc:/milestone/network:default |
1488 | 2024-11-01T04:55:21.881Z | [s3.quartet] dladm |
1489 | 2024-11-01T04:55:21.904Z | LINK CLASS MTU STATE BRIDGE OVER |
1490 | 2024-11-01T04:55:21.904Z | sl2 simnet 9000 up -- ? |
1491 | 2024-11-01T04:55:21.904Z | mgs3 vnic 9000 up -- ? |
1492 | 2024-11-01T04:55:21.904Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1493 | 2024-11-01T04:55:22.362Z | |
1494 | 2024-11-01T04:55:22.362Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1495 | 2024-11-01T04:55:22.388Z | |
1496 | 2024-11-01T04:55:22.388Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1497 | 2024-11-01T04:55:22.411Z | |
1498 | 2024-11-01T04:55:22.411Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1499 | 2024-11-01T04:55:22.458Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1500 | 2024-11-01T04:55:22.482Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 22fea44a-bbad-45a5-86fe-8312dad1f314 --sled-uuid 628246fb-ebc0-4485-9759-a245b429c734 -a sl2/v6 &> /opt/ddmd.log & |
1501 | 2024-11-01T04:55:22.503Z | |
1502 | 2024-11-01T04:55:22.503Z | running zone t1.quartet setup |
1503 | 2024-11-01T04:55:22.503Z | [t1.quartet] svcs milestone/network |
1504 | 2024-11-01T04:55:22.527Z | STATE STIME FMRI |
1505 | 2024-11-01T04:55:22.527Z | - - svc:/milestone/network:default |
1506 | 2024-11-01T04:55:23.527Z | [t1.quartet] svcs milestone/network |
1507 | 2024-11-01T04:55:23.549Z | STATE STIME FMRI |
1508 | 2024-11-01T04:55:23.549Z | - - svc:/milestone/network:default |
1509 | 2024-11-01T04:55:24.549Z | [t1.quartet] svcs milestone/network |
1510 | 2024-11-01T04:55:24.571Z | STATE STIME FMRI |
1511 | 2024-11-01T04:55:24.571Z | - - svc:/milestone/network:default |
1512 | 2024-11-01T04:55:25.571Z | [t1.quartet] svcs milestone/network |
1513 | 2024-11-01T04:55:25.594Z | STATE STIME FMRI |
1514 | 2024-11-01T04:55:25.594Z | - - svc:/milestone/network:default |
1515 | 2024-11-01T04:55:26.594Z | [t1.quartet] svcs milestone/network |
1516 | 2024-11-01T04:55:26.616Z | STATE STIME FMRI |
1517 | 2024-11-01T04:55:26.616Z | - - svc:/milestone/network:default |
1518 | 2024-11-01T04:55:27.616Z | [t1.quartet] svcs milestone/network |
1519 | 2024-11-01T04:55:27.639Z | STATE STIME FMRI |
1520 | 2024-11-01T04:55:27.639Z | - - svc:/milestone/network:default |
1521 | 2024-11-01T04:55:28.639Z | [t1.quartet] svcs milestone/network |
1522 | 2024-11-01T04:55:28.663Z | STATE STIME FMRI |
1523 | 2024-11-01T04:55:28.663Z | offline 21:55:27 svc:/milestone/network:default |
1524 | 2024-11-01T04:55:29.663Z | [t1.quartet] svcs milestone/network |
1525 | 2024-11-01T04:55:29.689Z | STATE STIME FMRI |
1526 | 2024-11-01T04:55:29.689Z | online 21:55:28 svc:/milestone/network:default |
1527 | 2024-11-01T04:55:29.689Z | [t1.quartet] dladm |
1528 | 2024-11-01T04:55:29.711Z | LINK CLASS MTU STATE BRIDGE OVER |
1529 | 2024-11-01T04:55:29.711Z | tfportrear0_0 simnet 9000 up -- ? |
1530 | 2024-11-01T04:55:29.711Z | tfportrear1_0 simnet 9000 up -- ? |
1531 | 2024-11-01T04:55:29.712Z | tfportrear2_0 simnet 9000 up -- ? |
1532 | 2024-11-01T04:55:29.712Z | mgt1 vnic 9000 up -- ? |
1533 | 2024-11-01T04:55:29.712Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1534 | 2024-11-01T04:55:30.240Z | |
1535 | 2024-11-01T04:55:30.240Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1536 | 2024-11-01T04:55:30.265Z | |
1537 | 2024-11-01T04:55:30.265Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1538 | 2024-11-01T04:55:30.290Z | |
1539 | 2024-11-01T04:55:30.290Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1540 | 2024-11-01T04:55:30.312Z | |
1541 | 2024-11-01T04:55:30.312Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1542 | 2024-11-01T04:55:30.331Z | |
1543 | 2024-11-01T04:55:30.332Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1544 | 2024-11-01T04:55:30.528Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1545 | 2024-11-01T04:55:30.532Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1546 | 2024-11-01T04:55:30.535Z | waiting 3s for copy of files to zone to complete ... |
1547 | 2024-11-01T04:55:33.536Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1548 | 2024-11-01T04:55:33.579Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1549 | 2024-11-01T04:55:33.601Z | [t1.quartet] svcadm enable dendrite |
1550 | 2024-11-01T04:55:33.643Z | |
1551 | 2024-11-01T04:55:33.643Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1552 | 2024-11-01T04:55:33.695Z | |
1553 | 2024-11-01T04:55:33.695Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1554 | 2024-11-01T04:55:33.741Z | |
1555 | 2024-11-01T04:55:33.741Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1556 | 2024-11-01T04:55:33.786Z | |
1557 | 2024-11-01T04:55:33.786Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1558 | 2024-11-01T04:55:33.830Z | |
1559 | 2024-11-01T04:55:33.830Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1560 | 2024-11-01T04:55:33.876Z | |
1561 | 2024-11-01T04:55:33.876Z | [t1.quartet] svcadm refresh dendrite:default |
1562 | 2024-11-01T04:55:33.914Z | |
1563 | 2024-11-01T04:55:33.914Z | [t1.quartet] svcadm restart dendrite:default |
1564 | 2024-11-01T04:55:33.951Z | |
1565 | 2024-11-01T04:55:33.951Z | wait 10s for dendrite to come up ... |
1566 | 2024-11-01T04:55:43.952Z | [t1.quartet] svcadm enable tfport |
1567 | 2024-11-01T04:55:43.996Z | |
1568 | 2024-11-01T04:55:43.996Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 294487f6-babc-42fc-b515-58e6bca84c27 --sled-uuid acfcdb3c-b2ec-4eea-9e0b-c6bc8d22c144 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1569 | 2024-11-01T04:55:44.019Z | |
1570 | 2024-11-01T04:55:44.019Z | [t1.quartet] ipadm |
1571 | 2024-11-01T04:55:44.044Z | ADDROBJ TYPE STATE ADDR |
1572 | 2024-11-01T04:55:44.044Z | lo0/v4 static ok 127.0.0.1/8 |
1573 | 2024-11-01T04:55:44.044Z | mgt1/v4 static ok 10.0.0.4/24 |
1574 | 2024-11-01T04:55:44.045Z | lo0/v6 static ok ::1/128 |
1575 | 2024-11-01T04:55:44.045Z | lo0/u6 static ok fd00:4::1/64 |
1576 | 2024-11-01T04:55:44.045Z | tfportrear0_0/v6 addrconf ok fe80::1cfb:97ff:fe06:a9fc%tfportrear0_0/10 |
1577 | 2024-11-01T04:55:44.045Z | tfportrear1_0/v6 addrconf ok fe80::10eb:3eff:fe60:68a5%tfportrear1_0/10 |
1578 | 2024-11-01T04:55:44.045Z | tfportrear2_0/v6 addrconf ok fe80::dcde:3fff:fe02:1bc8%tfportrear2_0/10 |
1579 | 2024-11-01T04:55:46.337Z | initial peering test passed |
1580 | 2024-11-01T04:55:47.340Z | [s3.quartet] ping fd00:1::1 |
1581 | 2024-11-01T04:55:47.371Z | fd00:1::1 is alive |
1582 | 2024-11-01T04:55:58.376Z | [s3.quartet] ping fd00:1::1 |
1583 | 2024-11-01T04:55:58.399Z | fd00:1::1 is alive |
1584 | 2024-11-01T04:55:58.417Z | [t1.quartet] pkill ddmd |
1585 | 2024-11-01T04:55:58.443Z | |
1586 | 2024-11-01T04:55:58.443Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1587 | 2024-11-01T04:55:58.447Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1588 | 2024-11-01T04:56:00.888Z | [s3.quartet] pkill ddmd |
1589 | 2024-11-01T04:56:00.909Z | |
1590 | 2024-11-01T04:56:00.909Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1591 | 2024-11-01T04:56:03.433Z | [s2.quartet] pkill ddmd |
1592 | 2024-11-01T04:56:03.454Z | |
1593 | 2024-11-01T04:56:03.454Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1594 | 2024-11-01T04:56:05.973Z | [s1.quartet] pkill ddmd |
1595 | 2024-11-01T04:56:05.993Z | |
1596 | 2024-11-01T04:56:05.993Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1597 | 2024-11-01T04:56:08.470Z | [sidecar.quartet] pkill softnpu |
1598 | 2024-11-01T04:56:08.491Z | |
1599 | 2024-11-01T04:56:08.491Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1600 | 2024-11-01T04:56:11.169Z | test ddm::test_quartet ... ok |
1601 | 2024-11-01T04:56:11.169Z | |
1602 | 2024-11-01T04:56:11.169Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 581.55s |
1603 | 2024-11-01T04:56:11.169Z | |
1604 | 2024-11-01T04:56:11.197Z | + cleanup |
1605 | 2024-11-01T04:56:11.200Z | ++ id -un |
1606 | 2024-11-01T04:56:11.329Z | ++ id -gn |
1607 | 2024-11-01T04:56:11.332Z | + pfexec chown -R build:build . |
1608 | 2024-11-01T04:56:11.417Z | process exited: duration 1126802 ms, exit code 0 |
|
1609 | 2024-11-01T04:56:11.428Z | found 5 output files |
1610 | 2024-11-01T04:56:11.428Z | uploading: /work/s1.quartet.log (4854 bytes) |
1611 | 2024-11-01T04:56:12.438Z | uploaded: /work/s1.quartet.log |
1612 | 2024-11-01T04:56:12.442Z | uploading: /work/s2.quartet.log (4113 bytes) |
1613 | 2024-11-01T04:56:13.448Z | uploaded: /work/s2.quartet.log |
1614 | 2024-11-01T04:56:13.451Z | uploading: /work/s3.quartet.log (4255 bytes) |
1615 | 2024-11-01T04:56:14.458Z | uploaded: /work/s3.quartet.log |
1616 | 2024-11-01T04:56:14.458Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1617 | 2024-11-01T04:56:15.467Z | uploaded: /work/sidecar.quartet-softnpu.log |
1618 | 2024-11-01T04:56:15.467Z | uploading: /work/t1.quartet.log (17394 bytes) |
1619 | 2024-11-01T04:56:16.476Z | uploaded: /work/t1.quartet.log |