|
|
|
1 | 2024-11-01T04:36:49.229Z | job assigned to worker 01JBK0458304FXBT8G5Y2A8JZG (queued for 1 m 5 s) |
|
2 | 2024-11-01T04:36:57.551Z | starting task 0: "setup" |
3 | 2024-11-01T04:36:57.561Z | ++ uname -s |
4 | 2024-11-01T04:36:57.563Z | + kern=SunOS |
5 | 2024-11-01T04:36:57.563Z | + case "$kern" in |
6 | 2024-11-01T04:36:57.563Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T04:36:57.563Z | + groupadd -g 12345 build |
8 | 2024-11-01T04:36:57.566Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T04:36:59.578Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T04:36:59.694Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T04:36:59.696Z | + home_fs=zfs |
12 | 2024-11-01T04:36:59.696Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T04:36:59.696Z | + mkdir -p /home/build |
14 | 2024-11-01T04:36:59.699Z | + chown build:build /home/build /work |
15 | 2024-11-01T04:37:01.700Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T04:37:01.707Z | process exited: duration 4151 ms, exit code 0 |
|
17 | 2024-11-01T04:37:01.714Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T04:37:01.720Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T04:37:01.720Z | ' stable |
20 | 2024-11-01T04:37:01.722Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T04:37:01.722Z | * toolchain channel = "stable" |
22 | 2024-11-01T04:37:01.722Z | * toolchain profile = "default" |
23 | 2024-11-01T04:37:01.722Z | ' default |
24 | 2024-11-01T04:37:01.723Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T04:37:01.723Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-01T04:37:01.830Z | info: downloading installer |
27 | 2024-11-01T04:37:03.342Z | info: profile set to 'default' |
28 | 2024-11-01T04:37:03.342Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T04:37:03.344Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-01T04:37:03.511Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T04:37:03.511Z | info: downloading component 'cargo' |
32 | 2024-11-01T04:37:04.483Z | info: downloading component 'clippy' |
33 | 2024-11-01T04:37:04.873Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T04:37:06.186Z | info: downloading component 'rust-std' |
35 | 2024-11-01T04:37:08.298Z | info: downloading component 'rustc' |
36 | 2024-11-01T04:37:15.701Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T04:37:15.983Z | info: installing component 'cargo' |
38 | 2024-11-01T04:37:16.821Z | info: installing component 'clippy' |
39 | 2024-11-01T04:37:17.195Z | info: installing component 'rust-docs' |
40 | 2024-11-01T04:37:18.911Z | info: installing component 'rust-std' |
41 | 2024-11-01T04:37:20.854Z | info: installing component 'rustc' |
42 | 2024-11-01T04:37:26.876Z | info: installing component 'rustfmt' |
43 | 2024-11-01T04:37:27.213Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-01T04:37:27.213Z | |
45 | 2024-11-01T04:37:27.588Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T04:37:27.588Z | |
47 | 2024-11-01T04:37:27.590Z | |
48 | 2024-11-01T04:37:27.590Z | Rust is installed now. Great! |
49 | 2024-11-01T04:37:27.590Z | |
50 | 2024-11-01T04:37:27.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T04:37:27.590Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T04:37:27.590Z | |
53 | 2024-11-01T04:37:27.590Z | To configure your current shell, you need to source |
54 | 2024-11-01T04:37:27.590Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T04:37:27.590Z | |
56 | 2024-11-01T04:37:27.590Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T04:37:27.590Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T04:37:27.591Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T04:37:27.668Z | + rustc --version |
60 | 2024-11-01T04:37:27.733Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T04:37:27.737Z | process exited: duration 26018 ms, exit code 0 |
|
62 | 2024-11-01T04:37:27.742Z | starting task 2: "authentication" |
63 | 2024-11-01T04:37:27.763Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T04:37:27.768Z | starting task 3: "clone repository" |
65 | 2024-11-01T04:37:27.773Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-11-01T04:37:27.775Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-11-01T04:37:28.649Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-11-01T04:37:29.894Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-11-01T04:37:29.895Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
70 | 2024-11-01T04:37:30.160Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-11-01T04:37:30.160Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
72 | 2024-11-01T04:37:30.167Z | + [[ -n trey/unique_neigh ]] |
73 | 2024-11-01T04:37:30.169Z | ++ git branch --show-current |
74 | 2024-11-01T04:37:30.172Z | + current=main |
75 | 2024-11-01T04:37:30.172Z | + [[ main != trey/unique_neigh ]] |
76 | 2024-11-01T04:37:30.172Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
77 | 2024-11-01T04:37:30.175Z | + git checkout -f trey/unique_neigh |
78 | 2024-11-01T04:37:30.188Z | Switched to branch 'trey/unique_neigh' |
79 | 2024-11-01T04:37:30.191Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
80 | 2024-11-01T04:37:30.203Z | HEAD is now at da93056 rdb: test logging improvements |
81 | 2024-11-01T04:37:30.205Z | process exited: duration 2434 ms, exit code 0 |
|
82 | 2024-11-01T04:37:30.211Z | starting task 4: "build" |
83 | 2024-11-01T04:37:30.216Z | ++ cargo --version |
84 | 2024-11-01T04:37:30.221Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-01T04:37:30.388Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-01T04:37:30.388Z | info: downloading component 'cargo' |
87 | 2024-11-01T04:37:31.267Z | info: downloading component 'clippy' |
88 | 2024-11-01T04:37:31.587Z | info: downloading component 'rust-docs' |
89 | 2024-11-01T04:37:32.766Z | info: downloading component 'rust-std' |
90 | 2024-11-01T04:37:34.611Z | info: downloading component 'rustc' |
91 | 2024-11-01T04:37:41.085Z | info: downloading component 'rustfmt' |
92 | 2024-11-01T04:37:41.332Z | info: installing component 'cargo' |
93 | 2024-11-01T04:37:42.169Z | info: installing component 'clippy' |
94 | 2024-11-01T04:37:42.554Z | info: installing component 'rust-docs' |
95 | 2024-11-01T04:37:44.155Z | info: installing component 'rust-std' |
96 | 2024-11-01T04:37:46.039Z | info: installing component 'rustc' |
97 | 2024-11-01T04:37:51.807Z | info: installing component 'rustfmt' |
98 | 2024-11-01T04:37:52.233Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-01T04:37:52.237Z | ++ rustc --version |
100 | 2024-11-01T04:37:52.306Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-01T04:37:52.312Z | ++ dladm |
102 | 2024-11-01T04:37:52.317Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-11-01T04:37:52.317Z | ena0 phys 9216 up -- -- |
104 | 2024-11-01T04:37:52.317Z | ++ ipadm |
105 | 2024-11-01T04:37:52.317Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-11-01T04:37:52.317Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-11-01T04:37:52.317Z | ena0/dhcp dhcp ok 10.150.1.200/24 |
108 | 2024-11-01T04:37:52.317Z | lo0/v6 static ok ::1/128 |
109 | 2024-11-01T04:37:52.317Z | ++ banner collect |
110 | 2024-11-01T04:37:52.373Z | |
111 | 2024-11-01T04:37:52.373Z | #### #### # # ###### #### ##### |
112 | 2024-11-01T04:37:52.373Z | # # # # # # # # # # |
113 | 2024-11-01T04:37:52.373Z | # # # # # ##### # # |
114 | 2024-11-01T04:37:52.373Z | # # # # # # # # |
115 | 2024-11-01T04:37:52.373Z | # # # # # # # # # # |
116 | 2024-11-01T04:37:52.373Z | #### #### ###### ###### ###### #### # |
117 | 2024-11-01T04:37:52.373Z | |
118 | 2024-11-01T04:37:52.375Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-11-01T04:37:52.375Z | ++ repo=softnpu |
120 | 2024-11-01T04:37:52.375Z | ++ series=image |
121 | 2024-11-01T04:37:52.375Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-11-01T04:37:52.375Z | ++ name=softnpu |
123 | 2024-11-01T04:37:52.375Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-11-01T04:37:52.375Z | ++ mkdir -p download |
125 | 2024-11-01T04:37:52.375Z | ++ pushd download |
126 | 2024-11-01T04:37:52.375Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-11-01T04:37:52.375Z | ++ [[ ! -f softnpu ]] |
128 | 2024-11-01T04:37:52.378Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-11-01T04:37:52.383Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-11-01T04:37:52.386Z | Dload Upload Total Spent Left Speed |
131 | 2024-11-01T04:37:52.746Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 60.4M 0 --:--:-- --:--:-- --:--:-- 60.6M |
132 | 2024-11-01T04:37:52.750Z | ++ popd |
133 | 2024-11-01T04:37:52.750Z | /work/oxidecomputer/maghemite |
134 | 2024-11-01T04:37:52.750Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-11-01T04:37:52.750Z | ++ repo=sidecar-lite |
136 | 2024-11-01T04:37:52.750Z | ++ series=release |
137 | 2024-11-01T04:37:52.750Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-11-01T04:37:52.750Z | ++ name=libsidecar_lite.so |
139 | 2024-11-01T04:37:52.750Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-11-01T04:37:52.750Z | ++ mkdir -p download |
141 | 2024-11-01T04:37:52.754Z | ++ pushd download |
142 | 2024-11-01T04:37:52.754Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-11-01T04:37:52.754Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-11-01T04:37:52.754Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-11-01T04:37:52.758Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-11-01T04:37:52.758Z | Dload Upload Total Spent Left Speed |
147 | 2024-11-01T04:37:53.129Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
64 20.3M 64 13.1M 0 0 45.6M 0 --:--:-- --:--:-- --:--:-- 45.5M
100 20.3M 100 20.3M 0 0 54.6M 0 --:--:-- --:--:-- --:--:-- 54.6M |
148 | 2024-11-01T04:37:53.132Z | ++ popd |
149 | 2024-11-01T04:37:53.135Z | /work/oxidecomputer/maghemite |
150 | 2024-11-01T04:37:53.135Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-11-01T04:37:53.135Z | ++ repo=sidecar-lite |
152 | 2024-11-01T04:37:53.135Z | ++ series=release |
153 | 2024-11-01T04:37:53.135Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-11-01T04:37:53.135Z | ++ name=scadm |
155 | 2024-11-01T04:37:53.135Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-11-01T04:37:53.135Z | ++ mkdir -p download |
157 | 2024-11-01T04:37:53.135Z | ++ pushd download |
158 | 2024-11-01T04:37:53.137Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-11-01T04:37:53.137Z | ++ [[ ! -f scadm ]] |
160 | 2024-11-01T04:37:53.137Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-11-01T04:37:53.146Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-11-01T04:37:53.146Z | Dload Upload Total Spent Left Speed |
163 | 2024-11-01T04:37:53.542Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 57.1M 0 --:--:-- --:--:-- --:--:-- 57.2M |
164 | 2024-11-01T04:37:53.546Z | ++ popd |
165 | 2024-11-01T04:37:53.548Z | /work/oxidecomputer/maghemite |
166 | 2024-11-01T04:37:53.548Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-11-01T04:37:53.548Z | ++ repo=dendrite |
168 | 2024-11-01T04:37:53.548Z | ++ series=image |
169 | 2024-11-01T04:37:53.548Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-11-01T04:37:53.549Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-11-01T04:37:53.549Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-11-01T04:37:53.549Z | ++ mkdir -p download |
173 | 2024-11-01T04:37:53.549Z | ++ pushd download |
174 | 2024-11-01T04:37:53.549Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-11-01T04:37:53.549Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-11-01T04:37:53.549Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-11-01T04:37:53.557Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-11-01T04:37:53.557Z | Dload Upload Total Spent Left Speed |
179 | 2024-11-01T04:37:54.510Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
52 37.5M 52 19.6M 0 0 40.2M 0 --:--:-- --:--:-- --:--:-- 40.2M
100 37.5M 100 37.5M 0 0 39.7M 0 --:--:-- --:--:-- --:--:-- 39.7M |
180 | 2024-11-01T04:37:54.530Z | ++ popd |
181 | 2024-11-01T04:37:54.530Z | /work/oxidecomputer/maghemite |
182 | 2024-11-01T04:37:54.530Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-11-01T04:37:54.530Z | ++ repo=maghemite |
184 | 2024-11-01T04:37:54.530Z | ++ series=release |
185 | 2024-11-01T04:37:54.530Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-11-01T04:37:54.530Z | ++ name=ddmd |
187 | 2024-11-01T04:37:54.531Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-11-01T04:37:54.531Z | ++ mkdir -p download |
189 | 2024-11-01T04:37:54.531Z | ++ pushd download |
190 | 2024-11-01T04:37:54.531Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-11-01T04:37:54.531Z | ++ [[ ! -f ddmd ]] |
192 | 2024-11-01T04:37:54.531Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-11-01T04:37:54.555Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-11-01T04:37:54.555Z | Dload Upload Total Spent Left Speed |
195 | 2024-11-01T04:37:55.450Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
22 40.9M 22 9515k 0 0 17.5M 0 0:00:02 --:--:-- 0:00:02 17.5M
100 40.9M 100 40.9M 0 0 43.8M 0 --:--:-- --:--:-- --:--:-- 43.8M |
196 | 2024-11-01T04:37:55.453Z | ++ popd |
197 | 2024-11-01T04:37:55.453Z | /work/oxidecomputer/maghemite |
198 | 2024-11-01T04:37:55.453Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-11-01T04:37:55.453Z | ++ repo=maghemite |
200 | 2024-11-01T04:37:55.453Z | ++ series=release |
201 | 2024-11-01T04:37:55.453Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-11-01T04:37:55.453Z | ++ name=ddmadm |
203 | 2024-11-01T04:37:55.453Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-11-01T04:37:55.453Z | ++ mkdir -p download |
205 | 2024-11-01T04:37:55.456Z | ++ pushd download |
206 | 2024-11-01T04:37:55.456Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-11-01T04:37:55.456Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-11-01T04:37:55.456Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-11-01T04:37:55.462Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-11-01T04:37:55.465Z | Dload Upload Total Spent Left Speed |
211 | 2024-11-01T04:37:55.783Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 56.1M 0 --:--:-- --:--:-- --:--:-- 56.3M |
212 | 2024-11-01T04:37:55.785Z | ++ popd |
213 | 2024-11-01T04:37:55.788Z | /work/oxidecomputer/maghemite |
214 | 2024-11-01T04:37:55.788Z | ++ pushd download |
215 | 2024-11-01T04:37:55.788Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-11-01T04:37:55.788Z | ++ chmod +x softnpu |
217 | 2024-11-01T04:37:55.788Z | ++ chmod +x scadm |
218 | 2024-11-01T04:37:55.792Z | ++ chmod +x ddmadm |
219 | 2024-11-01T04:37:55.794Z | ++ chmod +x ddmd |
220 | 2024-11-01T04:37:55.794Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-11-01T04:37:55.797Z | ++ mv ddmd ddmd-v2 |
222 | 2024-11-01T04:37:55.797Z | ++ rm -rf zones/dendrite |
223 | 2024-11-01T04:37:55.799Z | ++ mkdir -p zones/dendrite |
224 | 2024-11-01T04:37:55.802Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-11-01T04:37:56.654Z | ++ popd |
226 | 2024-11-01T04:37:56.654Z | /work/oxidecomputer/maghemite |
227 | 2024-11-01T04:37:56.654Z | ++ banner install |
228 | 2024-11-01T04:37:56.668Z | |
229 | 2024-11-01T04:37:56.668Z | # # # #### ##### ## # # |
230 | 2024-11-01T04:37:56.668Z | # ## # # # # # # # |
231 | 2024-11-01T04:37:56.668Z | # # # # #### # # # # # |
232 | 2024-11-01T04:37:56.668Z | # # # # # # ###### # # |
233 | 2024-11-01T04:37:56.668Z | # # ## # # # # # # # |
234 | 2024-11-01T04:37:56.669Z | # # # #### # # # ###### ###### |
235 | 2024-11-01T04:37:56.669Z | |
236 | 2024-11-01T04:37:56.670Z | ++ pkg info brand/sparse |
237 | 2024-11-01T04:37:56.670Z | ++ grep -qi installed |
238 | 2024-11-01T04:38:03.070Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-11-01T04:38:03.070Z | installed on the system. Try querying remotely instead: |
240 | 2024-11-01T04:38:03.070Z | |
241 | 2024-11-01T04:38:03.070Z | brand/sparse |
242 | 2024-11-01T04:38:03.115Z | ++ [[ 1 != 0 ]] |
243 | 2024-11-01T04:38:03.115Z | ++ set -o errexit |
244 | 2024-11-01T04:38:03.116Z | ++ pfexec pkg install brand/sparse |
245 | 2024-11-01T04:38:16.931Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-11-01T04:38:20.149Z | Startup: Caching catalogs ... Done |
247 | 2024-11-01T04:38:27.213Z | Planning: Solver setup ... Done |
248 | 2024-11-01T04:38:27.307Z | Planning: Running solver ... Done |
249 | 2024-11-01T04:38:27.549Z | Planning: Finding local manifests ... Done |
250 | 2024-11-01T04:38:27.582Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-11-01T04:38:28.953Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-11-01T04:38:29.259Z | Planning: Package planning ... Done |
253 | 2024-11-01T04:38:29.266Z | Planning: Merging actions ... Done |
254 | 2024-11-01T04:38:29.708Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-11-01T04:38:34.634Z | Planning: Consolidating action changes ... Done |
256 | 2024-11-01T04:38:35.055Z | Planning: Evaluating mediators ... Done |
257 | 2024-11-01T04:38:35.122Z | Planning: Planning completed in 14.88 seconds |
258 | 2024-11-01T04:38:35.244Z | Packages to install: 1 |
259 | 2024-11-01T04:38:35.244Z | Packages to update: 2 |
260 | 2024-11-01T04:38:35.247Z | Create boot environment: No |
261 | 2024-11-01T04:38:35.247Z | Create backup boot environment: Yes |
262 | 2024-11-01T04:38:35.540Z | |
263 | 2024-11-01T04:38:35.540Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-11-01T04:38:41.226Z | Download: 917/1009 items 8.0/8.0MB 99% complete (1.7M/s) |
265 | 2024-11-01T04:38:44.642Z | Download: Completed 8.03 MB in 9.10 seconds (903k/s) |
266 | 2024-11-01T04:38:46.557Z | Actions: 1/1419 actions (Removing old actions) |
267 | 2024-11-01T04:38:46.579Z | Actions: 199/1419 actions (Installing new actions) |
268 | 2024-11-01T04:38:46.694Z | Actions: 579/1419 actions (Updating modified actions) |
269 | 2024-11-01T04:38:47.060Z | Actions: Completed 1419 actions in 0.50 seconds. |
270 | 2024-11-01T04:38:47.401Z | Done |
271 | 2024-11-01T04:38:47.404Z | Done |
272 | 2024-11-01T04:38:47.869Z | Done |
273 | 2024-11-01T04:38:53.279Z | Done |
274 | 2024-11-01T04:38:53.603Z | Done |
275 | 2024-11-01T04:38:53.606Z | Done |
276 | 2024-11-01T04:38:53.715Z | Done |
277 | 2024-11-01T04:38:54.081Z | ++ set -o errexit |
278 | 2024-11-01T04:38:54.081Z | ++ set -o pipefail |
279 | 2024-11-01T04:38:54.081Z | ++ banner build |
280 | 2024-11-01T04:38:54.083Z | |
281 | 2024-11-01T04:38:54.083Z | ##### # # # # ##### |
282 | 2024-11-01T04:38:54.083Z | # # # # # # # # |
283 | 2024-11-01T04:38:54.083Z | ##### # # # # # # |
284 | 2024-11-01T04:38:54.083Z | # # # # # # # # |
285 | 2024-11-01T04:38:54.083Z | # # # # # # # # |
286 | 2024-11-01T04:38:54.083Z | ##### #### # ###### ##### |
287 | 2024-11-01T04:38:54.083Z | |
288 | 2024-11-01T04:38:54.084Z | ++ cargo build --release --bin ddmd --bin ddmadm |
289 | 2024-11-01T04:38:54.265Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
290 | 2024-11-01T04:38:54.491Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
291 | 2024-11-01T04:38:54.704Z | From https://www.github.com/oxidecomputer/oxnet |
292 | 2024-11-01T04:38:54.704Z | * [new branch] ci -> origin/ci |
293 | 2024-11-01T04:38:54.707Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
294 | 2024-11-01T04:38:54.707Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
295 | 2024-11-01T04:38:54.707Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
296 | 2024-11-01T04:38:54.707Z | * [new branch] main -> origin/main |
297 | 2024-11-01T04:38:54.707Z | * [new ref] -> origin/HEAD |
298 | 2024-11-01T04:38:54.717Z | Updating crates.io index |
299 | 2024-11-01T04:38:54.813Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-11-01T04:38:55.595Z | From https://github.com/oxidecomputer/falcon |
301 | 2024-11-01T04:38:55.595Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
302 | 2024-11-01T04:38:55.699Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2024-11-01T04:38:56.731Z | From https://github.com/oxidecomputer/dendrite |
304 | 2024-11-01T04:38:56.731Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
305 | 2024-11-01T04:38:56.785Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2024-11-01T04:38:57.229Z | From https://github.com/oxidecomputer/ispf |
307 | 2024-11-01T04:38:57.229Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
308 | 2024-11-01T04:38:57.236Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-11-01T04:38:57.671Z | From https://github.com/oxidecomputer/netadm-sys |
310 | 2024-11-01T04:38:57.671Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
311 | 2024-11-01T04:38:57.683Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
312 | 2024-11-01T04:39:01.389Z | From https://github.com/oxidecomputer/omicron |
313 | 2024-11-01T04:39:01.389Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
314 | 2024-11-01T04:39:01.418Z | * [new tag] dogfood -> dogfood |
315 | 2024-11-01T04:39:01.421Z | * [new tag] v5 -> v5 |
316 | 2024-11-01T04:39:01.421Z | * [new tag] v6 -> v6 |
317 | 2024-11-01T04:39:01.421Z | * [new tag] v7 -> v7 |
318 | 2024-11-01T04:39:01.421Z | * [new tag] v8 -> v8 |
319 | 2024-11-01T04:39:01.421Z | * [new tag] v9 -> v9 |
320 | 2024-11-01T04:39:01.783Z | Updating git repository `https://github.com/oxidecomputer/opte` |
321 | 2024-11-01T04:39:02.739Z | From https://github.com/oxidecomputer/opte |
322 | 2024-11-01T04:39:02.739Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
323 | 2024-11-01T04:39:02.809Z | Updating git repository `https://github.com/illumos/smf-rs` |
324 | 2024-11-01T04:39:03.177Z | From https://github.com/illumos/smf-rs |
325 | 2024-11-01T04:39:03.177Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
326 | 2024-11-01T04:39:03.208Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
327 | 2024-11-01T04:39:03.920Z | From https://github.com/oxidecomputer/maghemite |
328 | 2024-11-01T04:39:03.920Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
329 | 2024-11-01T04:39:03.939Z | * [new tag] rift -> rift |
330 | 2024-11-01T04:39:03.942Z | * [new tag] srp -> srp |
331 | 2024-11-01T04:39:03.942Z | * [new tag] tie-spf -> tie-spf |
332 | 2024-11-01T04:39:03.976Z | Updating git repository `https://github.com/oxidecomputer/zone` |
333 | 2024-11-01T04:39:04.404Z | From https://github.com/oxidecomputer/zone |
334 | 2024-11-01T04:39:04.404Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
335 | 2024-11-01T04:39:04.448Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
336 | 2024-11-01T04:39:05.153Z | From https://github.com/oxidecomputer/propolis |
337 | 2024-11-01T04:39:05.153Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
338 | 2024-11-01T04:39:05.262Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2024-11-01T04:39:05.634Z | From https://github.com/oxidecomputer/dlpi-sys |
340 | 2024-11-01T04:39:05.634Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
341 | 2024-11-01T04:39:05.644Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
342 | 2024-11-01T04:39:06.006Z | From https://github.com/jmesmon/rust-libzfs |
343 | 2024-11-01T04:39:06.006Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
344 | 2024-11-01T04:39:06.020Z | * [new tag] v0.4.0 -> v0.4.0 |
345 | 2024-11-01T04:39:06.040Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
346 | 2024-11-01T04:39:06.356Z | From https://github.com/oxidecomputer/rusty-doors |
347 | 2024-11-01T04:39:06.356Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
348 | 2024-11-01T04:39:06.386Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
349 | 2024-11-01T04:39:06.852Z | From https://github.com/oxidecomputer/maghemite |
350 | 2024-11-01T04:39:06.852Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
351 | 2024-11-01T04:39:06.901Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
352 | 2024-11-01T04:39:07.251Z | From https://github.com/oxidecomputer/serde_human_bytes |
353 | 2024-11-01T04:39:07.251Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
354 | 2024-11-01T04:39:07.273Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
355 | 2024-11-01T04:39:07.635Z | From https://github.com/oxidecomputer/slog-error-chain |
356 | 2024-11-01T04:39:07.635Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
357 | 2024-11-01T04:39:07.663Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
358 | 2024-11-01T04:39:08.026Z | From https://github.com/oxidecomputer/poptrie |
359 | 2024-11-01T04:39:08.026Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
360 | 2024-11-01T04:39:08.077Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
361 | 2024-11-01T04:39:08.409Z | From https://github.com/illumos/libscf-sys |
362 | 2024-11-01T04:39:08.409Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
363 | 2024-11-01T04:39:08.429Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
364 | 2024-11-01T04:39:09.270Z | From https://github.com/oxidecomputer/progenitor |
365 | 2024-11-01T04:39:09.271Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
366 | 2024-11-01T04:39:09.291Z | * [new tag] v0.1.1 -> v0.1.1 |
367 | 2024-11-01T04:39:09.295Z | * [new tag] v0.2.0 -> v0.2.0 |
368 | 2024-11-01T04:39:09.295Z | * [new tag] v0.3.0 -> v0.3.0 |
369 | 2024-11-01T04:39:09.295Z | * [new tag] v0.4.0 -> v0.4.0 |
370 | 2024-11-01T04:39:09.295Z | * [new tag] v0.5.0 -> v0.5.0 |
371 | 2024-11-01T04:39:09.295Z | * [new tag] v0.6.0 -> v0.6.0 |
372 | 2024-11-01T04:39:09.295Z | * [new tag] v0.7.0 -> v0.7.0 |
373 | 2024-11-01T04:39:09.489Z | Updating git repository `https://github.com/oxidecomputer/typify` |
374 | 2024-11-01T04:39:10.242Z | From https://github.com/oxidecomputer/typify |
375 | 2024-11-01T04:39:10.242Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
376 | 2024-11-01T04:39:10.245Z | * [new tag] v0.2.0 -> v0.2.0 |
377 | 2024-11-01T04:39:10.263Z | * [new tag] v0.0.10 -> v0.0.10 |
378 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.11 -> v0.0.11 |
379 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.12 -> v0.0.12 |
380 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.13 -> v0.0.13 |
381 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.14 -> v0.0.14 |
382 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.15 -> v0.0.15 |
383 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.16 -> v0.0.16 |
384 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.4 -> v0.0.4 |
385 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.5 -> v0.0.5 |
386 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.7 -> v0.0.7 |
387 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.8 -> v0.0.8 |
388 | 2024-11-01T04:39:10.267Z | * [new tag] v0.0.9 -> v0.0.9 |
389 | 2024-11-01T04:39:10.267Z | * [new tag] v0.1.0 -> v0.1.0 |
390 | 2024-11-01T04:39:10.426Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
391 | 2024-11-01T04:39:12.251Z | From https://github.com/oxidecomputer/crucible |
392 | 2024-11-01T04:39:12.251Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
393 | 2024-11-01T04:39:12.310Z | Updating git repository `https://github.com/oxidecomputer/opte` |
394 | 2024-11-01T04:39:12.681Z | From https://github.com/oxidecomputer/opte |
395 | 2024-11-01T04:39:12.681Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
396 | 2024-11-01T04:39:12.740Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
397 | 2024-11-01T04:39:13.371Z | From https://github.com/oxidecomputer/management-gateway-service |
398 | 2024-11-01T04:39:13.371Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
399 | 2024-11-01T04:39:14.063Z | Downloading crates ... |
400 | 2024-11-01T04:39:14.169Z | Downloaded anstyle v1.0.8 |
401 | 2024-11-01T04:39:14.180Z | Downloaded async-trait v0.1.83 |
402 | 2024-11-01T04:39:14.184Z | Downloaded autocfg v1.3.0 |
403 | 2024-11-01T04:39:14.199Z | Downloaded equivalent v1.0.1 |
404 | 2024-11-01T04:39:14.202Z | Downloaded const-random-macro v0.1.16 |
405 | 2024-11-01T04:39:14.205Z | Downloaded darling_macro v0.20.10 |
406 | 2024-11-01T04:39:14.205Z | Downloaded cstr-argument v0.1.2 |
407 | 2024-11-01T04:39:14.209Z | Downloaded float-ord v0.3.2 |
408 | 2024-11-01T04:39:14.214Z | Downloaded crucible-workspace-hack v0.1.0 |
409 | 2024-11-01T04:39:14.216Z | Downloaded pest_meta v2.7.13 |
410 | 2024-11-01T04:39:14.219Z | Downloaded pest_derive v2.7.13 |
411 | 2024-11-01T04:39:14.221Z | Downloaded async-stream-impl v0.3.5 |
412 | 2024-11-01T04:39:14.221Z | Downloaded ciborium-io v0.2.2 |
413 | 2024-11-01T04:39:14.223Z | Downloaded atomicwrites v0.4.4 |
414 | 2024-11-01T04:39:14.223Z | Downloaded base64 v0.22.1 |
415 | 2024-11-01T04:39:14.226Z | Downloaded cpufeatures v0.2.14 |
416 | 2024-11-01T04:39:14.229Z | Downloaded ppv-lite86 v0.2.20 |
417 | 2024-11-01T04:39:14.231Z | Downloaded cobs v0.2.3 |
418 | 2024-11-01T04:39:14.232Z | Downloaded progenitor v0.8.0 |
419 | 2024-11-01T04:39:14.234Z | Downloaded progenitor-client v0.8.0 |
420 | 2024-11-01T04:39:14.234Z | Downloaded bitflags v1.3.2 |
421 | 2024-11-01T04:39:14.237Z | Downloaded slog-bunyan v2.5.0 |
422 | 2024-11-01T04:39:14.240Z | Downloaded quinn-udp v0.5.5 |
423 | 2024-11-01T04:39:14.243Z | Downloaded foreign-types-shared v0.1.1 |
424 | 2024-11-01T04:39:14.244Z | Downloaded futures-executor v0.3.30 |
425 | 2024-11-01T04:39:14.246Z | Downloaded block-buffer v0.10.4 |
426 | 2024-11-01T04:39:14.246Z | Downloaded argon2 v0.5.3 |
427 | 2024-11-01T04:39:14.246Z | Downloaded serde_path_to_error v0.1.16 |
428 | 2024-11-01T04:39:14.248Z | Downloaded embedded-io v0.6.1 |
429 | 2024-11-01T04:39:14.248Z | Downloaded dyn-clone v1.0.17 |
430 | 2024-11-01T04:39:14.252Z | Downloaded percent-encoding v2.3.1 |
431 | 2024-11-01T04:39:14.252Z | Downloaded proc-macro-error v1.0.4 |
432 | 2024-11-01T04:39:14.255Z | Downloaded proc-macro-error-attr v1.0.4 |
433 | 2024-11-01T04:39:14.257Z | Downloaded futures-sink v0.3.30 |
434 | 2024-11-01T04:39:14.257Z | Downloaded pretty-hex v0.4.1 |
435 | 2024-11-01T04:39:14.259Z | Downloaded postcard v1.0.10 |
436 | 2024-11-01T04:39:14.262Z | Downloaded slog-json v2.6.1 |
437 | 2024-11-01T04:39:14.264Z | Downloaded slab v0.4.9 |
438 | 2024-11-01T04:39:14.267Z | Downloaded console v0.15.8 |
439 | 2024-11-01T04:39:14.269Z | Downloaded defmt v0.3.8 |
440 | 2024-11-01T04:39:14.272Z | Downloaded sha2 v0.10.8 |
441 | 2024-11-01T04:39:14.274Z | Downloaded serde_tokenstream v0.2.2 |
442 | 2024-11-01T04:39:14.276Z | Downloaded foreign-types v0.3.2 |
443 | 2024-11-01T04:39:14.276Z | Downloaded sct v0.7.1 |
444 | 2024-11-01T04:39:14.280Z | Downloaded smf v0.2.3 |
445 | 2024-11-01T04:39:14.283Z | Downloaded const-random v0.1.18 |
446 | 2024-11-01T04:39:14.283Z | Downloaded slog-term v2.9.1 |
447 | 2024-11-01T04:39:14.286Z | Downloaded pest_generator v2.7.13 |
448 | 2024-11-01T04:39:14.288Z | Downloaded serde_with_macros v3.9.0 |
449 | 2024-11-01T04:39:14.291Z | Downloaded proc-macro-crate v3.2.0 |
450 | 2024-11-01T04:39:14.291Z | Downloaded dtrace-parser v0.2.0 |
451 | 2024-11-01T04:39:14.293Z | Downloaded foreign-types v0.5.0 |
452 | 2024-11-01T04:39:14.293Z | Downloaded crc8 v0.1.1 |
453 | 2024-11-01T04:39:14.297Z | Downloaded plain v0.2.3 |
454 | 2024-11-01T04:39:14.297Z | Downloaded powerfmt v0.2.0 |
455 | 2024-11-01T04:39:14.300Z | Downloaded foreign-types-shared v0.3.1 |
456 | 2024-11-01T04:39:14.300Z | Downloaded serde_derive v1.0.210 |
457 | 2024-11-01T04:39:14.300Z | Downloaded prettyplease v0.2.22 |
458 | 2024-11-01T04:39:14.303Z | Downloaded derive_more v0.99.18 |
459 | 2024-11-01T04:39:14.308Z | Downloaded cancel-safe-futures v0.1.5 |
460 | 2024-11-01T04:39:14.311Z | Downloaded slog v2.7.0 |
461 | 2024-11-01T04:39:14.314Z | Downloaded scroll_derive v0.12.0 |
462 | 2024-11-01T04:39:14.316Z | Downloaded proc-macro-crate v1.3.1 |
463 | 2024-11-01T04:39:14.316Z | Downloaded foreign-types-macros v0.2.3 |
464 | 2024-11-01T04:39:14.319Z | Downloaded dirs-sys-next v0.1.2 |
465 | 2024-11-01T04:39:14.319Z | Downloaded anstream v0.6.15 |
466 | 2024-11-01T04:39:14.321Z | Downloaded sigpipe v0.1.3 |
467 | 2024-11-01T04:39:14.324Z | Downloaded futures v0.3.30 |
468 | 2024-11-01T04:39:14.327Z | Downloaded serde-big-array v0.5.1 |
469 | 2024-11-01T04:39:14.329Z | Downloaded ahash v0.8.11 |
470 | 2024-11-01T04:39:14.332Z | Downloaded crunchy v0.2.2 |
471 | 2024-11-01T04:39:14.335Z | Downloaded sync_wrapper v0.1.2 |
472 | 2024-11-01T04:39:14.335Z | Downloaded usdt-attr-macro v0.5.0 |
473 | 2024-11-01T04:39:14.335Z | Downloaded openssl-macros v0.1.1 |
474 | 2024-11-01T04:39:14.337Z | Downloaded fnv v1.0.7 |
475 | 2024-11-01T04:39:14.337Z | Downloaded clap_lex v0.7.2 |
476 | 2024-11-01T04:39:14.340Z | Downloaded macaddr v1.0.1 |
477 | 2024-11-01T04:39:14.340Z | Downloaded colored v2.1.0 |
478 | 2024-11-01T04:39:14.342Z | Downloaded schemars v0.8.21 |
479 | 2024-11-01T04:39:14.353Z | Downloaded zone_cfg_derive v0.3.0 |
480 | 2024-11-01T04:39:14.355Z | Downloaded signal-hook-registry v1.4.2 |
481 | 2024-11-01T04:39:14.355Z | Downloaded serde_spanned v0.6.7 |
482 | 2024-11-01T04:39:14.358Z | Downloaded rustversion v1.0.17 |
483 | 2024-11-01T04:39:14.360Z | Downloaded try-lock v0.2.5 |
484 | 2024-11-01T04:39:14.360Z | Downloaded bytes v1.7.2 |
485 | 2024-11-01T04:39:14.364Z | Downloaded futures-macro v0.3.30 |
486 | 2024-11-01T04:39:14.366Z | Downloaded futures-io v0.3.30 |
487 | 2024-11-01T04:39:14.367Z | Downloaded rustls-pemfile v1.0.4 |
488 | 2024-11-01T04:39:14.370Z | Downloaded form_urlencoded v1.2.1 |
489 | 2024-11-01T04:39:14.370Z | Downloaded futures-core v0.3.30 |
490 | 2024-11-01T04:39:14.372Z | Downloaded backoff v0.4.0 |
491 | 2024-11-01T04:39:14.374Z | Downloaded sha1 v0.10.6 |
492 | 2024-11-01T04:39:14.374Z | Downloaded serde_repr v0.1.19 |
493 | 2024-11-01T04:39:14.376Z | Downloaded resolv-conf v0.7.0 |
494 | 2024-11-01T04:39:14.379Z | Downloaded hubpack_derive v0.1.1 |
495 | 2024-11-01T04:39:14.381Z | Downloaded want v0.3.1 |
496 | 2024-11-01T04:39:14.381Z | Downloaded parse-display v0.10.0 |
497 | 2024-11-01T04:39:14.385Z | Downloaded shlex v1.3.0 |
498 | 2024-11-01T04:39:14.385Z | Downloaded rustc_version v0.1.7 |
499 | 2024-11-01T04:39:14.385Z | Downloaded rustc_version v0.4.1 |
500 | 2024-11-01T04:39:14.387Z | Downloaded progenitor-macro v0.8.0 |
501 | 2024-11-01T04:39:14.387Z | Downloaded serde_urlencoded v0.7.1 |
502 | 2024-11-01T04:39:14.389Z | Downloaded ipnetwork v0.20.0 |
503 | 2024-11-01T04:39:14.394Z | Downloaded slog-stdlog v4.1.1 |
504 | 2024-11-01T04:39:14.394Z | Downloaded slog-scope v4.4.0 |
505 | 2024-11-01T04:39:14.397Z | Downloaded itoa v1.0.11 |
506 | 2024-11-01T04:39:14.397Z | Downloaded slog-dtrace v0.3.0 |
507 | 2024-11-01T04:39:14.397Z | Downloaded slog-async v2.8.0 |
508 | 2024-11-01T04:39:14.399Z | Downloaded static_assertions v1.1.0 |
509 | 2024-11-01T04:39:14.399Z | Downloaded allocator-api2 v0.2.18 |
510 | 2024-11-01T04:39:14.402Z | Downloaded serde v1.0.210 |
511 | 2024-11-01T04:39:14.407Z | Downloaded sync_wrapper v1.0.1 |
512 | 2024-11-01T04:39:14.410Z | Downloaded parse-display-derive v0.10.0 |
513 | 2024-11-01T04:39:14.410Z | Downloaded fixedbitset v0.4.2 |
514 | 2024-11-01T04:39:14.411Z | Downloaded data-encoding v2.6.0 |
515 | 2024-11-01T04:39:14.413Z | Downloaded clap_derive v4.5.18 |
516 | 2024-11-01T04:39:14.413Z | Downloaded hash32 v0.3.1 |
517 | 2024-11-01T04:39:14.416Z | Downloaded rustc-hash v2.0.0 |
518 | 2024-11-01T04:39:14.419Z | Downloaded quote v1.0.37 |
519 | 2024-11-01T04:39:14.421Z | Downloaded libsw v3.3.1 |
520 | 2024-11-01T04:39:14.421Z | Downloaded humantime v2.1.0 |
521 | 2024-11-01T04:39:14.424Z | Downloaded is-terminal v0.4.13 |
522 | 2024-11-01T04:39:14.424Z | Downloaded swrite v0.1.0 |
523 | 2024-11-01T04:39:14.426Z | Downloaded ciborium v0.2.2 |
524 | 2024-11-01T04:39:14.429Z | Downloaded instant v0.1.13 |
525 | 2024-11-01T04:39:14.429Z | Downloaded tokio-macros v2.4.0 |
526 | 2024-11-01T04:39:14.432Z | Downloaded ciborium-ll v0.2.2 |
527 | 2024-11-01T04:39:14.432Z | Downloaded darling v0.20.10 |
528 | 2024-11-01T04:39:14.436Z | Downloaded paste v1.0.15 |
529 | 2024-11-01T04:39:14.441Z | Downloaded rustls-pki-types v1.8.0 |
530 | 2024-11-01T04:39:14.443Z | Downloaded serde_derive_internals v0.29.1 |
531 | 2024-11-01T04:39:14.443Z | Downloaded pin-project-lite v0.2.14 |
532 | 2024-11-01T04:39:14.447Z | Downloaded num-integer v0.1.46 |
533 | 2024-11-01T04:39:14.449Z | Downloaded semver v1.0.23 |
534 | 2024-11-01T04:39:14.451Z | Downloaded scroll v0.12.0 |
535 | 2024-11-01T04:39:14.454Z | Downloaded http-body v1.0.1 |
536 | 2024-11-01T04:39:14.456Z | Downloaded is_terminal_polyfill v1.70.1 |
537 | 2024-11-01T04:39:14.456Z | Downloaded smartstring v1.0.1 |
538 | 2024-11-01T04:39:14.459Z | Downloaded rand v0.8.5 |
539 | 2024-11-01T04:39:14.461Z | Downloaded time-macros v0.2.18 |
540 | 2024-11-01T04:39:14.463Z | Downloaded thiserror v1.0.64 |
541 | 2024-11-01T04:39:14.468Z | Downloaded iana-time-zone v0.1.61 |
542 | 2024-11-01T04:39:14.471Z | Downloaded futures-task v0.3.30 |
543 | 2024-11-01T04:39:14.473Z | Downloaded num-complex v0.4.6 |
544 | 2024-11-01T04:39:14.476Z | Downloaded lock_api v0.4.12 |
545 | 2024-11-01T04:39:14.476Z | Downloaded highway v1.2.0 |
546 | 2024-11-01T04:39:14.479Z | Downloaded linear-map v1.2.0 |
547 | 2024-11-01T04:39:14.482Z | Downloaded embedded-io v0.4.0 |
548 | 2024-11-01T04:39:14.482Z | Downloaded num-iter v0.1.45 |
549 | 2024-11-01T04:39:14.482Z | Downloaded usdt-macro v0.5.0 |
550 | 2024-11-01T04:39:14.485Z | Downloaded crossbeam-epoch v0.9.18 |
551 | 2024-11-01T04:39:14.487Z | Downloaded tower-service v0.3.3 |
552 | 2024-11-01T04:39:14.487Z | Downloaded openssl-probe v0.1.5 |
553 | 2024-11-01T04:39:14.490Z | Downloaded omicron-workspace-hack v0.1.0 |
554 | 2024-11-01T04:39:14.490Z | Downloaded match_cfg v0.1.0 |
555 | 2024-11-01T04:39:14.490Z | Downloaded indent_write v2.2.0 |
556 | 2024-11-01T04:39:14.493Z | Downloaded generic-array v0.14.7 |
557 | 2024-11-01T04:39:14.493Z | Downloaded dropshot_endpoint v0.12.0 |
558 | 2024-11-01T04:39:14.495Z | Downloaded http-body v0.4.6 |
559 | 2024-11-01T04:39:14.497Z | Downloaded tabwriter v1.4.0 |
560 | 2024-11-01T04:39:14.497Z | Downloaded num_enum_derive v0.7.3 |
561 | 2024-11-01T04:39:14.500Z | Downloaded hyper-tls v0.6.0 |
562 | 2024-11-01T04:39:14.502Z | Downloaded password-hash v0.5.0 |
563 | 2024-11-01T04:39:14.502Z | Downloaded num-rational v0.4.2 |
564 | 2024-11-01T04:39:14.505Z | Downloaded progenitor-impl v0.8.0 |
565 | 2024-11-01T04:39:14.507Z | Downloaded usdt v0.5.0 |
566 | 2024-11-01T04:39:14.508Z | Downloaded expectorate v1.1.0 |
567 | 2024-11-01T04:39:14.510Z | Downloaded ryu v1.0.18 |
568 | 2024-11-01T04:39:14.512Z | Downloaded strum_macros v0.25.3 |
569 | 2024-11-01T04:39:14.515Z | Downloaded similar v2.6.0 |
570 | 2024-11-01T04:39:14.518Z | Downloaded num_threads v0.1.7 |
571 | 2024-11-01T04:39:14.520Z | Downloaded stable_deref_trait v1.2.0 |
572 | 2024-11-01T04:39:14.520Z | Downloaded heck v0.5.0 |
573 | 2024-11-01T04:39:14.523Z | Downloaded parking_lot_core v0.8.6 |
574 | 2024-11-01T04:39:14.525Z | Downloaded num-conv v0.1.0 |
575 | 2024-11-01T04:39:14.525Z | Downloaded hostname v0.4.0 |
576 | 2024-11-01T04:39:14.527Z | Downloaded fxhash v0.2.1 |
577 | 2024-11-01T04:39:14.527Z | Downloaded subtle v2.6.1 |
578 | 2024-11-01T04:39:14.530Z | Downloaded serde_yaml v0.9.34+deprecated |
579 | 2024-11-01T04:39:14.533Z | Downloaded time-core v0.1.2 |
580 | 2024-11-01T04:39:14.535Z | Downloaded strum v0.26.3 |
581 | 2024-11-01T04:39:14.535Z | Downloaded hex v0.4.3 |
582 | 2024-11-01T04:39:14.535Z | Downloaded hostname v0.3.1 |
583 | 2024-11-01T04:39:14.538Z | Downloaded strsim v0.11.1 |
584 | 2024-11-01T04:39:14.538Z | Downloaded typify v0.2.0 |
585 | 2024-11-01T04:39:14.541Z | Downloaded indexmap v1.9.3 |
586 | 2024-11-01T04:39:14.544Z | Downloaded mime v0.3.17 |
587 | 2024-11-01T04:39:14.546Z | Downloaded memmap v0.7.0 |
588 | 2024-11-01T04:39:14.546Z | Downloaded derive-where v1.2.7 |
589 | 2024-11-01T04:39:14.549Z | Downloaded darling_core v0.20.10 |
590 | 2024-11-01T04:39:14.553Z | Downloaded newline-converter v0.3.0 |
591 | 2024-11-01T04:39:14.555Z | Downloaded newtype_derive v0.1.6 |
592 | 2024-11-01T04:39:14.556Z | Downloaded zone v0.3.0 |
593 | 2024-11-01T04:39:14.558Z | Downloaded toml_datetime v0.6.8 |
594 | 2024-11-01T04:39:14.558Z | Downloaded tinyvec v1.8.0 |
595 | 2024-11-01T04:39:14.560Z | Downloaded structmeta-derive v0.3.0 |
596 | 2024-11-01T04:39:14.563Z | Downloaded structmeta v0.3.0 |
597 | 2024-11-01T04:39:14.564Z | Downloaded utf8parse v0.2.2 |
598 | 2024-11-01T04:39:14.566Z | Downloaded typify-macro v0.2.0 |
599 | 2024-11-01T04:39:14.566Z | Downloaded socket2 v0.5.7 |
600 | 2024-11-01T04:39:14.569Z | Downloaded typenum v1.17.0 |
601 | 2024-11-01T04:39:14.571Z | Downloaded take_mut v0.2.2 |
602 | 2024-11-01T04:39:14.571Z | Downloaded usdt-impl v0.5.0 |
603 | 2024-11-01T04:39:14.573Z | Downloaded managed v0.8.0 |
604 | 2024-11-01T04:39:14.573Z | Downloaded ipnet v2.10.0 |
605 | 2024-11-01T04:39:14.577Z | Downloaded log v0.4.22 |
606 | 2024-11-01T04:39:14.579Z | Downloaded strum_macros v0.26.4 |
607 | 2024-11-01T04:39:14.579Z | Downloaded http-body-util v0.1.2 |
608 | 2024-11-01T04:39:14.581Z | Downloaded ident_case v1.0.1 |
609 | 2024-11-01T04:39:14.581Z | Downloaded terminal_size v0.3.0 |
610 | 2024-11-01T04:39:14.584Z | Downloaded newtype-uuid v1.1.0 |
611 | 2024-11-01T04:39:14.586Z | Downloaded num-derive v0.3.3 |
612 | 2024-11-01T04:39:14.586Z | Downloaded spin v0.9.8 |
613 | 2024-11-01T04:39:14.589Z | Downloaded zeroize v1.8.1 |
614 | 2024-11-01T04:39:14.591Z | Downloaded num v0.4.3 |
615 | 2024-11-01T04:39:14.591Z | Downloaded version_check v0.9.5 |
616 | 2024-11-01T04:39:14.594Z | Downloaded toml v0.8.19 |
617 | 2024-11-01T04:39:14.596Z | Downloaded uuid v1.10.0 |
618 | 2024-11-01T04:39:14.599Z | Downloaded tokio-rustls v0.25.0 |
619 | 2024-11-01T04:39:14.601Z | Downloaded hyper-rustls v0.27.3 |
620 | 2024-11-01T04:39:14.603Z | Downloaded hyper-util v0.1.9 |
621 | 2024-11-01T04:39:14.606Z | Downloaded thread_local v1.1.8 |
622 | 2024-11-01T04:39:14.610Z | Downloaded tiny-keccak v2.0.2 |
623 | 2024-11-01T04:39:14.613Z | Downloaded thread-id v4.2.2 |
624 | 2024-11-01T04:39:14.613Z | Downloaded thiserror-impl v1.0.64 |
625 | 2024-11-01T04:39:14.613Z | Downloaded tokio-native-tls v0.3.1 |
626 | 2024-11-01T04:39:14.616Z | Downloaded tokio-rustls v0.26.0 |
627 | 2024-11-01T04:39:14.619Z | Downloaded once_cell v1.19.0 |
628 | 2024-11-01T04:39:14.619Z | Downloaded tokio-rustls v0.24.1 |
629 | 2024-11-01T04:39:14.621Z | Downloaded parking_lot v0.12.3 |
630 | 2024-11-01T04:39:14.624Z | Downloaded cc v1.1.21 |
631 | 2024-11-01T04:39:14.627Z | Downloaded aho-corasick v1.1.3 |
632 | 2024-11-01T04:39:14.632Z | Downloaded zerocopy v0.6.6 |
633 | 2024-11-01T04:39:14.635Z | Downloaded unicode-ident v1.0.13 |
634 | 2024-11-01T04:39:14.637Z | Downloaded lazy_static v1.5.0 |
635 | 2024-11-01T04:39:14.639Z | Downloaded hyper-tls v0.5.0 |
636 | 2024-11-01T04:39:14.642Z | Downloaded tracing-attributes v0.1.27 |
637 | 2024-11-01T04:39:14.644Z | Downloaded thin-vec v0.2.13 |
638 | 2024-11-01T04:39:14.644Z | Downloaded zerocopy-derive v0.7.35 |
639 | 2024-11-01T04:39:14.648Z | Downloaded tempfile v3.12.0 |
640 | 2024-11-01T04:39:14.651Z | Downloaded parking_lot v0.11.2 |
641 | 2024-11-01T04:39:14.653Z | Downloaded base64 v0.21.7 |
642 | 2024-11-01T04:39:14.657Z | Downloaded num_enum_derive v0.5.11 |
643 | 2024-11-01T04:39:14.659Z | Downloaded linked-hash-map v0.5.6 |
644 | 2024-11-01T04:39:14.659Z | Downloaded whoami v1.5.2 |
645 | 2024-11-01T04:39:14.662Z | Downloaded half v2.4.1 |
646 | 2024-11-01T04:39:14.665Z | Downloaded getrandom v0.2.15 |
647 | 2024-11-01T04:39:14.670Z | Downloaded heck v0.4.1 |
648 | 2024-11-01T04:39:14.670Z | Downloaded quinn v0.11.5 |
649 | 2024-11-01T04:39:14.672Z | Downloaded pest v2.7.13 |
650 | 2024-11-01T04:39:14.676Z | Downloaded owo-colors v4.1.0 |
651 | 2024-11-01T04:39:14.679Z | Downloaded hickory-resolver v0.24.1 |
652 | 2024-11-01T04:39:14.683Z | Downloaded unicode-bidi v0.3.15 |
653 | 2024-11-01T04:39:14.687Z | Downloaded steno v0.4.1 |
654 | 2024-11-01T04:39:14.690Z | Downloaded untrusted v0.9.0 |
655 | 2024-11-01T04:39:14.692Z | Downloaded term v0.7.0 |
656 | 2024-11-01T04:39:14.695Z | Downloaded native-tls v0.2.12 |
657 | 2024-11-01T04:39:14.697Z | Downloaded http v0.2.12 |
658 | 2024-11-01T04:39:14.700Z | Downloaded multer v3.1.0 |
659 | 2024-11-01T04:39:14.703Z | Downloaded httparse v1.9.4 |
660 | 2024-11-01T04:39:14.705Z | Downloaded crossbeam-channel v0.5.13 |
661 | 2024-11-01T04:39:14.709Z | Downloaded openssl-sys v0.9.103 |
662 | 2024-11-01T04:39:14.714Z | Downloaded ucd-trie v0.1.6 |
663 | 2024-11-01T04:39:14.717Z | Downloaded indexmap v2.5.0 |
664 | 2024-11-01T04:39:14.720Z | Downloaded hyper-rustls v0.24.2 |
665 | 2024-11-01T04:39:14.722Z | Downloaded arc-swap v1.7.1 |
666 | 2024-11-01T04:39:14.726Z | Downloaded num-traits v0.2.19 |
667 | 2024-11-01T04:39:14.728Z | Downloaded crossbeam-utils v0.8.20 |
668 | 2024-11-01T04:39:14.731Z | Downloaded clap v4.5.18 |
669 | 2024-11-01T04:39:14.740Z | Downloaded cookie v0.18.1 |
670 | 2024-11-01T04:39:14.742Z | Downloaded base64ct v1.6.0 |
671 | 2024-11-01T04:39:14.745Z | Downloaded heapless v0.8.0 |
672 | 2024-11-01T04:39:14.749Z | Downloaded tracing-core v0.1.32 |
673 | 2024-11-01T04:39:14.751Z | Downloaded clap_builder v4.5.18 |
674 | 2024-11-01T04:39:14.758Z | Downloaded toml_edit v0.19.15 |
675 | 2024-11-01T04:39:14.775Z | Downloaded url v2.5.2 |
676 | 2024-11-01T04:39:14.778Z | Downloaded minimal-lexical v0.2.1 |
677 | 2024-11-01T04:39:14.782Z | Downloaded unsafe-libyaml v0.2.11 |
678 | 2024-11-01T04:39:14.785Z | Downloaded memchr v2.7.4 |
679 | 2024-11-01T04:39:14.790Z | Downloaded hashbrown v0.12.3 |
680 | 2024-11-01T04:39:14.794Z | Downloaded tracing v0.1.40 |
681 | 2024-11-01T04:39:14.799Z | Downloaded http v1.1.0 |
682 | 2024-11-01T04:39:14.807Z | Downloaded blake2 v0.10.6 |
683 | 2024-11-01T04:39:14.807Z | Downloaded bitflags v2.6.0 |
684 | 2024-11-01T04:39:14.811Z | Downloaded mio v1.0.2 |
685 | 2024-11-01T04:39:14.814Z | Downloaded tokio-util v0.7.12 |
686 | 2024-11-01T04:39:14.821Z | Downloaded itertools v0.10.5 |
687 | 2024-11-01T04:39:14.827Z | Downloaded itertools v0.13.0 |
688 | 2024-11-01T04:39:14.834Z | Downloaded unicode-segmentation v1.12.0 |
689 | 2024-11-01T04:39:14.838Z | Downloaded serde_with v3.9.0 |
690 | 2024-11-01T04:39:14.846Z | Downloaded reqwest v0.11.27 |
691 | 2024-11-01T04:39:14.853Z | Downloaded libm v0.2.8 |
692 | 2024-11-01T04:39:14.861Z | Downloaded time v0.3.36 |
693 | 2024-11-01T04:39:14.867Z | Downloaded itertools v0.12.1 |
694 | 2024-11-01T04:39:14.875Z | Downloaded winnow v0.6.18 |
695 | 2024-11-01T04:39:14.884Z | Downloaded winnow v0.5.40 |
696 | 2024-11-01T04:39:14.892Z | Downloaded unicode-normalization v0.1.24 |
697 | 2024-11-01T04:39:14.896Z | Downloaded rustls-webpki v0.101.7 |
698 | 2024-11-01T04:39:14.909Z | Downloaded nom v7.1.3 |
699 | 2024-11-01T04:39:14.915Z | Downloaded quinn-proto v0.11.8 |
700 | 2024-11-01T04:39:14.921Z | Downloaded hashbrown v0.14.5 |
701 | 2024-11-01T04:39:14.927Z | Downloaded goblin v0.8.2 |
702 | 2024-11-01T04:39:14.933Z | Downloaded zerocopy v0.7.35 |
703 | 2024-11-01T04:39:14.949Z | Downloaded hyper v1.4.1 |
704 | 2024-11-01T04:39:14.957Z | Downloaded regex v1.10.6 |
705 | 2024-11-01T04:39:14.968Z | Downloaded h2 v0.3.26 |
706 | 2024-11-01T04:39:14.975Z | Downloaded syn v2.0.77 |
707 | 2024-11-01T04:39:14.986Z | Downloaded webpki-roots v0.26.6 |
708 | 2024-11-01T04:39:14.989Z | Downloaded syn v1.0.109 |
709 | 2024-11-01T04:39:15.000Z | Downloaded openssl v0.10.66 |
710 | 2024-11-01T04:39:15.010Z | Downloaded idna v0.5.0 |
711 | 2024-11-01T04:39:15.017Z | Downloaded hyper v0.14.30 |
712 | 2024-11-01T04:39:15.025Z | Downloaded webpki-roots v0.25.4 |
713 | 2024-11-01T04:39:15.029Z | Downloaded unicode-width v0.1.14 |
714 | 2024-11-01T04:39:15.035Z | Downloaded rustls v0.21.12 |
715 | 2024-11-01T04:39:15.046Z | Downloaded futures-util v0.3.30 |
716 | 2024-11-01T04:39:15.057Z | Downloaded vcpkg v0.2.15 |
717 | 2024-11-01T04:39:15.095Z | Downloaded rustix v0.38.37 |
718 | 2024-11-01T04:39:15.117Z | Downloaded idna v0.4.0 |
719 | 2024-11-01T04:39:15.123Z | Downloaded smoltcp v0.11.0 |
720 | 2024-11-01T04:39:15.136Z | Downloaded typify-impl v0.2.0 |
721 | 2024-11-01T04:39:15.152Z | Downloaded regress v0.10.1 |
722 | 2024-11-01T04:39:15.160Z | Downloaded rustls v0.23.13 |
723 | 2024-11-01T04:39:15.171Z | Downloaded rhai v1.19.0 |
724 | 2024-11-01T04:39:15.183Z | Downloaded regex-syntax v0.8.4 |
725 | 2024-11-01T04:39:15.192Z | Downloaded openapiv3 v2.0.0 |
726 | 2024-11-01T04:39:15.204Z | Downloaded zerocopy-derive v0.6.6 |
727 | 2024-11-01T04:39:15.212Z | Downloaded hickory-proto v0.24.1 |
728 | 2024-11-01T04:39:15.227Z | Downloaded rustls v0.22.4 |
729 | 2024-11-01T04:39:15.240Z | Downloaded regress v0.9.1 |
730 | 2024-11-01T04:39:15.248Z | Downloaded dropshot v0.12.0 |
731 | 2024-11-01T04:39:15.267Z | Downloaded sled v0.34.7 |
732 | 2024-11-01T04:39:15.277Z | Downloaded chrono v0.4.38 |
733 | 2024-11-01T04:39:15.283Z | Downloaded h2 v0.4.6 |
734 | 2024-11-01T04:39:15.290Z | Downloaded reqwest v0.12.8 |
735 | 2024-11-01T04:39:15.298Z | Downloaded toml_edit v0.22.21 |
736 | 2024-11-01T04:39:15.318Z | Downloaded serde_json v1.0.128 |
737 | 2024-11-01T04:39:15.324Z | Downloaded rustls-webpki v0.102.8 |
738 | 2024-11-01T04:39:15.342Z | Downloaded smallvec v1.13.2 |
739 | 2024-11-01T04:39:15.344Z | Downloaded regex-automata v0.4.7 |
740 | 2024-11-01T04:39:15.360Z | Downloaded petgraph v0.6.5 |
741 | 2024-11-01T04:39:15.376Z | Downloaded libc v0.2.159 |
742 | 2024-11-01T04:39:15.403Z | Downloaded slog-envlogger v2.2.0 |
743 | 2024-11-01T04:39:15.405Z | Downloaded tokio v1.40.0 |
744 | 2024-11-01T04:39:15.440Z | Downloaded scopeguard v1.2.0 |
745 | 2024-11-01T04:39:15.443Z | Downloaded num-derive v0.4.2 |
746 | 2024-11-01T04:39:15.443Z | Downloaded parking_lot_core v0.9.10 |
747 | 2024-11-01T04:39:15.446Z | Downloaded futures-channel v0.3.30 |
748 | 2024-11-01T04:39:15.449Z | Downloaded crc32fast v1.4.2 |
749 | 2024-11-01T04:39:15.449Z | Downloaded lru-cache v0.1.2 |
750 | 2024-11-01T04:39:15.451Z | Downloaded proc-macro2 v1.0.86 |
751 | 2024-11-01T04:39:15.453Z | Downloaded camino-tempfile v1.1.1 |
752 | 2024-11-01T04:39:15.453Z | Downloaded camino v1.1.9 |
753 | 2024-11-01T04:39:15.456Z | Downloaded num_enum v0.7.3 |
754 | 2024-11-01T04:39:15.459Z | Downloaded num_enum v0.5.11 |
755 | 2024-11-01T04:39:15.463Z | Downloaded hubpack v0.1.2 |
756 | 2024-11-01T04:39:15.466Z | Downloaded httpdate v1.0.3 |
757 | 2024-11-01T04:39:15.466Z | Downloaded schemars_derive v0.8.21 |
758 | 2024-11-01T04:39:15.469Z | Downloaded waitgroup v0.1.2 |
759 | 2024-11-01T04:39:15.469Z | Downloaded dof v0.3.0 |
760 | 2024-11-01T04:39:15.469Z | Downloaded anyhow v1.0.89 |
761 | 2024-11-01T04:39:15.472Z | Downloaded tinyvec_macros v0.1.1 |
762 | 2024-11-01T04:39:15.474Z | Downloaded rand_chacha v0.3.1 |
763 | 2024-11-01T04:39:15.476Z | Downloaded semver v0.1.20 |
764 | 2024-11-01T04:39:15.478Z | Downloaded rand_core v0.6.4 |
765 | 2024-11-01T04:39:15.478Z | Downloaded fastrand v2.1.1 |
766 | 2024-11-01T04:39:15.478Z | Downloaded errno v0.3.9 |
767 | 2024-11-01T04:39:15.483Z | Downloaded enum-as-inner v0.6.1 |
768 | 2024-11-01T04:39:15.483Z | Downloaded either v1.13.0 |
769 | 2024-11-01T04:39:15.486Z | Downloaded deranged v0.3.11 |
770 | 2024-11-01T04:39:15.486Z | Downloaded defmt-macros v0.3.9 |
771 | 2024-11-01T04:39:15.486Z | Downloaded debug-ignore v1.0.5 |
772 | 2024-11-01T04:39:15.488Z | Downloaded crypto-common v0.1.6 |
773 | 2024-11-01T04:39:15.488Z | Downloaded convert_case v0.4.0 |
774 | 2024-11-01T04:39:15.488Z | Downloaded digest v0.10.7 |
775 | 2024-11-01T04:39:15.490Z | Downloaded byteorder v1.5.0 |
776 | 2024-11-01T04:39:15.493Z | Downloaded cfg-if v1.0.0 |
777 | 2024-11-01T04:39:15.493Z | Downloaded encoding_rs v0.8.34 |
778 | 2024-11-01T04:39:15.513Z | Downloaded quick-error v1.2.3 |
779 | 2024-11-01T04:39:15.515Z | Downloaded pkg-config v0.3.31 |
780 | 2024-11-01T04:39:15.518Z | Downloaded rustls-pemfile v2.1.3 |
781 | 2024-11-01T04:39:15.518Z | Downloaded rhai_codegen v2.2.0 |
782 | 2024-11-01T04:39:15.524Z | Downloaded pretty-hex v0.2.1 |
783 | 2024-11-01T04:39:15.526Z | Downloaded colorchoice v1.0.2 |
784 | 2024-11-01T04:39:15.526Z | Downloaded anstyle-parse v0.2.5 |
785 | 2024-11-01T04:39:15.531Z | Downloaded atomic-waker v1.1.2 |
786 | 2024-11-01T04:39:15.531Z | Downloaded async-stream v0.3.5 |
787 | 2024-11-01T04:39:15.533Z | Downloaded defmt-parser v0.3.4 |
788 | 2024-11-01T04:39:15.533Z | Downloaded dirs-next v2.0.0 |
789 | 2024-11-01T04:39:15.533Z | Downloaded anstyle-query v1.1.1 |
790 | 2024-11-01T04:39:15.533Z | Downloaded pin-utils v0.1.0 |
791 | 2024-11-01T04:39:15.726Z | Downloaded ring v0.17.8 |
792 | 2024-11-01T04:39:16.071Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-11-01T04:39:16.071Z | Compiling unicode-ident v1.0.13 |
794 | 2024-11-01T04:39:16.071Z | Compiling libc v0.2.159 |
795 | 2024-11-01T04:39:16.074Z | Compiling serde v1.0.210 |
796 | 2024-11-01T04:39:16.074Z | Compiling version_check v0.9.5 |
797 | 2024-11-01T04:39:16.074Z | Compiling autocfg v1.3.0 |
798 | 2024-11-01T04:39:16.074Z | Compiling cfg-if v1.0.0 |
799 | 2024-11-01T04:39:16.279Z | Compiling once_cell v1.19.0 |
800 | 2024-11-01T04:39:16.279Z | Compiling libm v0.2.8 |
801 | 2024-11-01T04:39:16.317Z | Compiling memchr v2.7.4 |
802 | 2024-11-01T04:39:16.689Z | Compiling byteorder v1.5.0 |
803 | 2024-11-01T04:39:16.792Z | Compiling lock_api v0.4.12 |
804 | 2024-11-01T04:39:17.022Z | Compiling parking_lot_core v0.9.10 |
805 | 2024-11-01T04:39:17.352Z | Compiling shlex v1.3.0 |
806 | 2024-11-01T04:39:17.475Z | Compiling thiserror v1.0.64 |
807 | 2024-11-01T04:39:17.530Z | Compiling itoa v1.0.11 |
808 | 2024-11-01T04:39:17.705Z | Compiling cc v1.1.21 |
809 | 2024-11-01T04:39:17.976Z | Compiling slab v0.4.9 |
810 | 2024-11-01T04:39:17.995Z | Compiling schemars v0.8.21 |
811 | 2024-11-01T04:39:18.334Z | Compiling ahash v0.8.11 |
812 | 2024-11-01T04:39:18.367Z | Compiling allocator-api2 v0.2.18 |
813 | 2024-11-01T04:39:18.455Z | Compiling quote v1.0.37 |
814 | 2024-11-01T04:39:18.849Z | Compiling syn v2.0.77 |
815 | 2024-11-01T04:39:19.064Z | Compiling getrandom v0.2.15 |
816 | 2024-11-01T04:39:19.255Z | Compiling num-traits v0.2.19 |
817 | 2024-11-01T04:39:19.273Z | Compiling ryu v1.0.18 |
818 | 2024-11-01T04:39:19.419Z | Compiling serde_json v1.0.128 |
819 | 2024-11-01T04:39:19.558Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-01T04:39:19.856Z | Compiling equivalent v1.0.1 |
821 | 2024-11-01T04:39:19.875Z | Compiling scopeguard v1.2.0 |
822 | 2024-11-01T04:39:19.967Z | Compiling log v0.4.22 |
823 | 2024-11-01T04:39:20.014Z | Compiling fnv v1.0.7 |
824 | 2024-11-01T04:39:20.052Z | Compiling heck v0.5.0 |
825 | 2024-11-01T04:39:20.209Z | Compiling crunchy v0.2.2 |
826 | 2024-11-01T04:39:20.528Z | Compiling pkg-config v0.3.31 |
827 | 2024-11-01T04:39:20.547Z | Compiling vcpkg v0.2.15 |
828 | 2024-11-01T04:39:20.830Z | Compiling ring v0.17.8 |
829 | 2024-11-01T04:39:20.849Z | Compiling mio v1.0.2 |
830 | 2024-11-01T04:39:21.748Z | Compiling signal-hook-registry v1.4.2 |
831 | 2024-11-01T04:39:21.910Z | Compiling socket2 v0.5.7 |
832 | 2024-11-01T04:39:21.948Z | Compiling tiny-keccak v2.0.2 |
833 | 2024-11-01T04:39:22.062Z | Compiling httparse v1.9.4 |
834 | 2024-11-01T04:39:22.205Z | Compiling openssl-sys v0.9.103 |
835 | 2024-11-01T04:39:22.263Z | Compiling slog v2.7.0 |
836 | 2024-11-01T04:39:22.769Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-01T04:39:23.167Z | Compiling futures-core v0.3.30 |
838 | 2024-11-01T04:39:23.234Z | Compiling dyn-clone v1.0.17 |
839 | 2024-11-01T04:39:23.263Z | Compiling const-random-macro v0.1.16 |
840 | 2024-11-01T04:39:23.438Z | Compiling futures-sink v0.3.30 |
841 | 2024-11-01T04:39:23.493Z | Compiling openssl v0.10.66 |
842 | 2024-11-01T04:39:23.847Z | Compiling native-tls v0.2.12 |
843 | 2024-11-01T04:39:23.961Z | Compiling semver v1.0.23 |
844 | 2024-11-01T04:39:24.128Z | Compiling typenum v1.17.0 |
845 | 2024-11-01T04:39:24.203Z | Compiling const-random v0.1.18 |
846 | 2024-11-01T04:39:24.237Z | Compiling rustls v0.23.13 |
847 | 2024-11-01T04:39:24.269Z | Compiling futures-channel v0.3.30 |
848 | 2024-11-01T04:39:24.290Z | Compiling futures-io v0.3.30 |
849 | 2024-11-01T04:39:24.309Z | Compiling futures-task v0.3.30 |
850 | 2024-11-01T04:39:24.434Z | Compiling pin-utils v0.1.0 |
851 | 2024-11-01T04:39:24.497Z | Compiling generic-array v0.14.7 |
852 | 2024-11-01T04:39:24.566Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-01T04:39:24.606Z | Compiling bitflags v2.6.0 |
854 | 2024-11-01T04:39:24.649Z | Compiling ucd-trie v0.1.6 |
855 | 2024-11-01T04:39:24.692Z | Compiling subtle v2.6.1 |
856 | 2024-11-01T04:39:24.752Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-01T04:39:24.844Z | Compiling regex-syntax v0.8.4 |
858 | 2024-11-01T04:39:24.977Z | Compiling anyhow v1.0.89 |
859 | 2024-11-01T04:39:25.177Z | Compiling num-conv v0.1.0 |
860 | 2024-11-01T04:39:25.193Z | Compiling time-core v0.1.2 |
861 | 2024-11-01T04:39:25.450Z | Compiling time-macros v0.2.18 |
862 | 2024-11-01T04:39:25.876Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-11-01T04:39:26.548Z | Compiling rustls-pki-types v1.8.0 |
864 | 2024-11-01T04:39:26.827Z | Compiling spin v0.9.8 |
865 | 2024-11-01T04:39:27.681Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-01T04:39:27.996Z | Compiling regex-automata v0.4.7 |
867 | 2024-11-01T04:39:28.057Z | Compiling untrusted v0.9.0 |
868 | 2024-11-01T04:39:28.104Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2024-11-01T04:39:28.773Z | Compiling plain v0.2.3 |
870 | 2024-11-01T04:39:28.840Z | Compiling atomic-waker v1.1.2 |
871 | 2024-11-01T04:39:28.937Z | Compiling tinyvec_macros v0.1.1 |
872 | 2024-11-01T04:39:29.019Z | Compiling strsim v0.11.1 |
873 | 2024-11-01T04:39:29.038Z | Compiling rustversion v1.0.17 |
874 | 2024-11-01T04:39:29.711Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-01T04:39:30.666Z | Compiling rand_core v0.6.4 |
876 | 2024-11-01T04:39:30.849Z | Compiling try-lock v0.2.5 |
877 | 2024-11-01T04:39:31.006Z | Compiling zeroize v1.8.1 |
878 | 2024-11-01T04:39:31.074Z | Compiling serde_derive v1.0.210 |
879 | 2024-11-01T04:39:31.122Z | Compiling zerocopy-derive v0.7.35 |
880 | 2024-11-01T04:39:31.349Z | Compiling thiserror-impl v1.0.64 |
881 | 2024-11-01T04:39:31.381Z | Compiling tokio-macros v2.4.0 |
882 | 2024-11-01T04:39:31.777Z | Compiling schemars_derive v0.8.21 |
883 | 2024-11-01T04:39:32.975Z | Compiling futures-macro v0.3.30 |
884 | 2024-11-01T04:39:33.284Z | Compiling zerocopy v0.7.35 |
885 | 2024-11-01T04:39:34.973Z | Compiling openssl-macros v0.1.1 |
886 | 2024-11-01T04:39:35.007Z | Compiling futures-util v0.3.30 |
887 | 2024-11-01T04:39:35.309Z | Compiling hashbrown v0.14.5 |
888 | 2024-11-01T04:39:35.453Z | Compiling tracing-attributes v0.1.27 |
889 | 2024-11-01T04:39:35.809Z | Compiling scroll_derive v0.12.0 |
890 | 2024-11-01T04:39:36.657Z | Compiling regress v0.10.1 |
891 | 2024-11-01T04:39:37.258Z | Compiling pest v2.7.13 |
892 | 2024-11-01T04:39:37.933Z | Compiling regex v1.10.6 |
893 | 2024-11-01T04:39:38.878Z | Compiling tracing v0.1.40 |
894 | 2024-11-01T04:39:39.544Z | Compiling scroll v0.12.0 |
895 | 2024-11-01T04:39:40.075Z | Compiling pest_meta v2.7.13 |
896 | 2024-11-01T04:39:40.161Z | Compiling goblin v0.8.2 |
897 | 2024-11-01T04:39:41.197Z | Compiling pretty-hex v0.4.1 |
898 | 2024-11-01T04:39:41.412Z | Compiling pest_generator v2.7.13 |
899 | 2024-11-01T04:39:41.722Z | Compiling unsafe-libyaml v0.2.11 |
900 | 2024-11-01T04:39:43.230Z | Compiling rustls-webpki v0.102.8 |
901 | 2024-11-01T04:39:43.487Z | Compiling percent-encoding v2.3.1 |
902 | 2024-11-01T04:39:44.205Z | Compiling pest_derive v2.7.13 |
903 | 2024-11-01T04:39:44.229Z | Compiling form_urlencoded v1.2.1 |
904 | 2024-11-01T04:39:44.735Z | Compiling unicode-normalization v0.1.24 |
905 | 2024-11-01T04:39:45.091Z | Compiling bytes v1.7.2 |
906 | 2024-11-01T04:39:46.255Z | Compiling smallvec v1.13.2 |
907 | 2024-11-01T04:39:46.814Z | Compiling indexmap v2.5.0 |
908 | 2024-11-01T04:39:47.594Z | Compiling parking_lot v0.12.3 |
909 | 2024-11-01T04:39:47.731Z | Compiling uuid v1.10.0 |
910 | 2024-11-01T04:39:47.793Z | Compiling chrono v0.4.38 |
911 | 2024-11-01T04:39:47.933Z | Compiling serde_tokenstream v0.2.2 |
912 | 2024-11-01T04:39:48.312Z | Compiling tokio v1.40.0 |
913 | 2024-11-01T04:39:48.517Z | Compiling http v1.1.0 |
914 | 2024-11-01T04:39:51.371Z | Compiling openapiv3 v2.0.0 |
915 | 2024-11-01T04:39:52.948Z | Compiling http-body v1.0.1 |
916 | 2024-11-01T04:39:53.217Z | Compiling ipnetwork v0.20.0 |
917 | 2024-11-01T04:39:55.483Z | Compiling typify-impl v0.2.0 |
918 | 2024-11-01T04:39:55.504Z | Compiling serde_yaml v0.9.34+deprecated |
919 | 2024-11-01T04:39:55.633Z | Compiling dof v0.3.0 |
920 | 2024-11-01T04:39:56.247Z | Compiling dtrace-parser v0.2.0 |
921 | 2024-11-01T04:39:57.392Z | Compiling want v0.3.1 |
922 | 2024-11-01T04:39:57.846Z | Compiling tokio-util v0.7.12 |
923 | 2024-11-01T04:39:58.036Z | Compiling thread-id v4.2.2 |
924 | 2024-11-01T04:39:58.160Z | Compiling unicode-bidi v0.3.15 |
925 | 2024-11-01T04:39:58.690Z | Compiling camino v1.1.9 |
926 | 2024-11-01T04:39:59.213Z | Compiling h2 v0.4.6 |
927 | 2024-11-01T04:39:59.305Z | Compiling httpdate v1.0.3 |
928 | 2024-11-01T04:39:59.894Z | Compiling syn v1.0.109 |
929 | 2024-11-01T04:40:00.083Z | Compiling rustls v0.22.4 |
930 | 2024-11-01T04:40:00.424Z | Compiling foreign-types-shared v0.1.1 |
931 | 2024-11-01T04:40:00.495Z | Compiling ident_case v1.0.1 |
932 | 2024-11-01T04:40:00.547Z | Compiling foreign-types v0.3.2 |
933 | 2024-11-01T04:40:00.652Z | Compiling darling_core v0.20.10 |
934 | 2024-11-01T04:40:00.974Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-01T04:40:02.092Z | Compiling tower-service v0.3.3 |
936 | 2024-11-01T04:40:02.407Z | Compiling slog-async v2.8.0 |
937 | 2024-11-01T04:40:03.107Z | Compiling rand_chacha v0.3.1 |
938 | 2024-11-01T04:40:04.867Z | Compiling hyper v1.4.1 |
939 | 2024-11-01T04:40:06.925Z | Compiling darling_macro v0.20.10 |
940 | 2024-11-01T04:40:07.456Z | Compiling typify-macro v0.2.0 |
941 | 2024-11-01T04:40:07.964Z | Compiling hyper-util v0.1.9 |
942 | 2024-11-01T04:40:11.451Z | Compiling typify v0.2.0 |
943 | 2024-11-01T04:40:11.597Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-11-01T04:40:13.459Z | Compiling idna v0.5.0 |
945 | 2024-11-01T04:40:13.843Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-01T04:40:15.208Z | Compiling multer v3.1.0 |
947 | 2024-11-01T04:40:15.573Z | Compiling paste v1.0.15 |
948 | 2024-11-01T04:40:16.084Z | Compiling openssl-probe v0.1.5 |
949 | 2024-11-01T04:40:17.793Z | Compiling url v2.5.2 |
950 | 2024-11-01T04:40:18.432Z | Compiling progenitor-macro v0.8.0 |
951 | 2024-11-01T04:40:18.856Z | Compiling darling v0.20.10 |
952 | 2024-11-01T04:40:18.978Z | Compiling rand v0.8.5 |
953 | 2024-11-01T04:40:20.798Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-11-01T04:40:22.566Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-01T04:40:23.346Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-01T04:40:23.986Z | Compiling async-trait v0.1.83 |
957 | 2024-11-01T04:40:25.416Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-01T04:40:25.835Z | Compiling base64 v0.22.1 |
959 | 2024-11-01T04:40:26.510Z | Compiling ipnet v2.10.0 |
960 | 2024-11-01T04:40:26.889Z | Compiling mime v0.3.17 |
961 | 2024-11-01T04:40:27.974Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-01T04:40:29.365Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-01T04:40:32.212Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-01T04:40:32.766Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-01T04:40:33.086Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-01T04:40:33.416Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-01T04:40:34.053Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-11-01T04:40:34.951Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-11-01T04:40:36.207Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-01T04:40:36.346Z | Compiling dropshot v0.12.0 |
971 | 2024-11-01T04:40:36.692Z | Compiling crossbeam-utils v0.8.20 |
972 | 2024-11-01T04:40:36.782Z | Compiling powerfmt v0.2.0 |
973 | 2024-11-01T04:40:37.280Z | Compiling deranged v0.3.11 |
974 | 2024-11-01T04:40:37.303Z | Compiling structmeta v0.3.0 |
975 | 2024-11-01T04:40:37.664Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-01T04:40:37.686Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-01T04:40:39.038Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-01T04:40:39.932Z | Compiling winnow v0.6.18 |
979 | 2024-11-01T04:40:42.502Z | Compiling num_threads v0.1.7 |
980 | 2024-11-01T04:40:42.727Z | Compiling time v0.3.36 |
981 | 2024-11-01T04:40:43.150Z | Compiling reqwest v0.12.8 |
982 | 2024-11-01T04:40:44.289Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-01T04:40:46.003Z | Compiling block-buffer v0.10.4 |
984 | 2024-11-01T04:40:46.261Z | Compiling crypto-common v0.1.6 |
985 | 2024-11-01T04:40:46.501Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-01T04:40:48.859Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-01T04:40:51.008Z | Compiling digest v0.10.7 |
988 | 2024-11-01T04:40:51.485Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-01T04:40:52.358Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-01T04:40:54.133Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-01T04:40:55.162Z | Compiling match_cfg v0.1.0 |
992 | 2024-11-01T04:40:55.375Z | Compiling rustix v0.38.37 |
993 | 2024-11-01T04:40:56.069Z | Compiling lazy_static v1.5.0 |
994 | 2024-11-01T04:40:56.227Z | Compiling hostname v0.3.1 |
995 | 2024-11-01T04:40:56.227Z | Compiling dirs-next v2.0.0 |
996 | 2024-11-01T04:40:56.480Z | Compiling progenitor v0.8.0 |
997 | 2024-11-01T04:40:56.721Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-01T04:40:58.664Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-01T04:40:59.797Z | Compiling errno v0.3.9 |
1000 | 2024-11-01T04:40:59.898Z | Compiling thread_local v1.1.8 |
1001 | 2024-11-01T04:41:00.582Z | Compiling instant v0.1.13 |
1002 | 2024-11-01T04:41:00.761Z | Compiling unicode-width v0.1.14 |
1003 | 2024-11-01T04:41:01.392Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-11-01T04:41:03.223Z | Compiling futures v0.3.30 |
1005 | 2024-11-01T04:41:04.704Z | Compiling term v0.7.0 |
1006 | 2024-11-01T04:41:05.404Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-01T04:41:07.322Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-01T04:41:07.577Z | Compiling memmap v0.7.0 |
1009 | 2024-11-01T04:41:07.988Z | Compiling is-terminal v0.4.13 |
1010 | 2024-11-01T04:41:08.124Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-01T04:41:08.849Z | Compiling slog-term v2.9.1 |
1012 | 2024-11-01T04:41:09.031Z | Compiling usdt v0.5.0 |
1013 | 2024-11-01T04:41:10.412Z | Compiling toml_edit v0.22.21 |
1014 | 2024-11-01T04:41:11.499Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-01T04:41:11.942Z | Compiling strum v0.26.3 |
1016 | 2024-11-01T04:41:12.140Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-01T04:41:14.841Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-11-01T04:41:15.532Z | Compiling heapless v0.8.0 |
1019 | 2024-11-01T04:41:16.622Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-01T04:41:18.302Z | Compiling toml v0.8.19 |
1021 | 2024-11-01T04:41:18.661Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-11-01T04:41:18.941Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-01T04:41:19.824Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-01T04:41:20.145Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-01T04:41:20.212Z | Compiling serde_path_to_error v0.1.16 |
1026 | 2024-11-01T04:41:20.478Z | Compiling hex v0.4.3 |
1027 | 2024-11-01T04:41:21.119Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-01T04:41:21.221Z | Compiling hostname v0.4.0 |
1029 | 2024-11-01T04:41:21.261Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-01T04:41:21.468Z | Compiling smoltcp v0.11.0 |
1031 | 2024-11-01T04:41:21.482Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-11-01T04:41:24.127Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-01T04:41:24.574Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-01T04:41:25.141Z | Compiling backoff v0.4.0 |
1035 | 2024-11-01T04:41:25.212Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-01T04:41:25.529Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-01T04:41:25.743Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-01T04:41:27.757Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-01T04:41:28.411Z | Compiling regress v0.9.1 |
1040 | 2024-11-01T04:41:29.058Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-01T04:41:31.856Z | Compiling bitflags v1.3.2 |
1042 | 2024-11-01T04:41:31.975Z | Compiling winnow v0.5.40 |
1043 | 2024-11-01T04:41:32.561Z | Compiling utf8parse v0.2.2 |
1044 | 2024-11-01T04:41:32.736Z | Compiling cobs v0.2.3 |
1045 | 2024-11-01T04:41:33.499Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-11-01T04:41:33.905Z | Compiling managed v0.8.0 |
1047 | 2024-11-01T04:41:34.496Z | Compiling postcard v1.0.10 |
1048 | 2024-11-01T04:41:35.286Z | Compiling anstyle-parse v0.2.5 |
1049 | 2024-11-01T04:41:35.688Z | Compiling toml_edit v0.19.15 |
1050 | 2024-11-01T04:41:35.931Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1051 | 2024-11-01T04:41:42.392Z | Compiling is_terminal_polyfill v1.70.1 |
1052 | 2024-11-01T04:41:42.429Z | Compiling anstyle v1.0.8 |
1053 | 2024-11-01T04:41:42.534Z | Compiling colorchoice v1.0.2 |
1054 | 2024-11-01T04:41:42.975Z | Compiling anstyle-query v1.1.1 |
1055 | 2024-11-01T04:41:43.132Z | Compiling anstream v0.6.15 |
1056 | 2024-11-01T04:41:44.648Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-01T04:41:45.410Z | Compiling terminal_size v0.3.0 |
1058 | 2024-11-01T04:41:45.481Z | Compiling clap_lex v0.7.2 |
1059 | 2024-11-01T04:41:45.656Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-11-01T04:41:46.107Z | Compiling clap_builder v4.5.18 |
1061 | 2024-11-01T04:41:46.186Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-11-01T04:41:47.662Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-01T04:41:48.519Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-01T04:41:48.583Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-01T04:41:49.101Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-01T04:41:49.424Z | Compiling num_enum v0.5.11 |
1067 | 2024-11-01T04:41:49.901Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-01T04:41:50.182Z | Compiling clap v4.5.18 |
1069 | 2024-11-01T04:41:50.238Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-11-01T04:41:50.718Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-01T04:41:50.943Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-01T04:41:51.136Z | Compiling prettyplease v0.2.22 |
1073 | 2024-11-01T04:41:51.293Z | Compiling heck v0.4.1 |
1074 | 2024-11-01T04:41:51.423Z | Compiling either v1.13.0 |
1075 | 2024-11-01T04:41:51.748Z | Compiling pretty-hex v0.2.1 |
1076 | 2024-11-01T04:41:51.961Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-01T04:41:52.356Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-01T04:41:52.541Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-01T04:41:53.758Z | Compiling num-rational v0.4.2 |
1080 | 2024-11-01T04:41:54.037Z | Compiling num-iter v0.1.45 |
1081 | 2024-11-01T04:41:54.601Z | Compiling colored v2.1.0 |
1082 | 2024-11-01T04:41:56.165Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-01T04:41:56.697Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-11-01T04:41:56.721Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-11-01T04:41:57.092Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1086 | 2024-11-01T04:41:57.239Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1087 | 2024-11-01T04:41:57.431Z | Compiling fastrand v2.1.1 |
1088 | 2024-11-01T04:41:57.451Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-11-01T04:41:57.826Z | Compiling tempfile v3.12.0 |
1090 | 2024-11-01T04:41:58.133Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-01T04:41:59.322Z | Compiling num v0.4.3 |
1092 | 2024-11-01T04:42:02.357Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-01T04:42:02.841Z | Compiling float-ord v0.3.2 |
1094 | 2024-11-01T04:42:02.984Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-11-01T04:42:03.039Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-01T04:42:10.754Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-11-01T04:42:11.037Z | Compiling semver v0.1.20 |
1098 | 2024-11-01T04:42:11.461Z | Compiling rustc_version v0.1.7 |
1099 | 2024-11-01T04:42:11.614Z | Compiling newline-converter v0.3.0 |
1100 | 2024-11-01T04:42:11.917Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-11-01T04:42:11.993Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-01T04:42:12.147Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-01T04:42:12.584Z | Compiling itertools v0.10.5 |
1104 | 2024-11-01T04:42:12.981Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-01T04:42:13.412Z | Compiling console v0.15.8 |
1106 | 2024-11-01T04:42:13.477Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-01T04:42:14.858Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-01T04:42:15.178Z | Compiling similar v2.6.0 |
1109 | 2024-11-01T04:42:15.759Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-11-01T04:42:15.902Z | Compiling base64ct v1.6.0 |
1111 | 2024-11-01T04:42:16.148Z | Compiling expectorate v1.1.0 |
1112 | 2024-11-01T04:42:16.417Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-11-01T04:42:16.462Z | Compiling password-hash v0.5.0 |
1114 | 2024-11-01T04:42:16.585Z | Compiling zone v0.3.0 |
1115 | 2024-11-01T04:42:18.133Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-01T04:42:18.602Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-01T04:42:18.879Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-01T04:42:19.945Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-01T04:42:20.337Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-01T04:42:21.344Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-01T04:42:21.539Z | Compiling smf v0.2.3 |
1122 | 2024-11-01T04:42:21.560Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-01T04:42:22.111Z | Compiling owo-colors v4.1.0 |
1124 | 2024-11-01T04:42:22.325Z | Compiling cancel-safe-futures v0.1.5 |
1125 | 2024-11-01T04:42:22.444Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-01T04:42:22.462Z | Compiling whoami v1.5.2 |
1127 | 2024-11-01T04:42:22.743Z | Compiling petgraph v0.6.5 |
1128 | 2024-11-01T04:42:23.420Z | Compiling hubpack v0.1.2 |
1129 | 2024-11-01T04:42:23.908Z | Compiling zerocopy v0.6.6 |
1130 | 2024-11-01T04:42:23.933Z | Compiling argon2 v0.5.3 |
1131 | 2024-11-01T04:42:24.866Z | Compiling strum_macros v0.25.3 |
1132 | 2024-11-01T04:42:26.363Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-11-01T04:42:26.639Z | Compiling serde_repr v0.1.19 |
1134 | 2024-11-01T04:42:27.613Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-11-01T04:42:27.633Z | Compiling cookie v0.18.1 |
1136 | 2024-11-01T04:42:27.832Z | Compiling convert_case v0.4.0 |
1137 | 2024-11-01T04:42:27.997Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-01T04:42:28.184Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-01T04:42:28.595Z | Compiling derive_more v0.99.18 |
1140 | 2024-11-01T04:42:28.597Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-11-01T04:42:30.707Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-01T04:42:31.087Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-01T04:42:31.940Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-01T04:42:33.585Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-01T04:42:34.111Z | Compiling itertools v0.13.0 |
1146 | 2024-11-01T04:42:35.340Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-01T04:42:36.588Z | Compiling idna v0.4.0 |
1148 | 2024-11-01T04:42:36.964Z | Compiling libsw v3.3.1 |
1149 | 2024-11-01T04:42:37.313Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-11-01T04:42:37.861Z | Compiling derive-where v1.2.7 |
1151 | 2024-11-01T04:42:38.090Z | Compiling indent_write v2.2.0 |
1152 | 2024-11-01T04:42:38.107Z | Compiling highway v1.2.0 |
1153 | 2024-11-01T04:42:38.320Z | Compiling data-encoding v2.6.0 |
1154 | 2024-11-01T04:42:38.430Z | Compiling swrite v0.1.0 |
1155 | 2024-11-01T04:42:38.570Z | Compiling linked-hash-map v0.5.6 |
1156 | 2024-11-01T04:42:39.032Z | Compiling linear-map v1.2.0 |
1157 | 2024-11-01T04:42:39.498Z | Compiling quick-error v1.2.3 |
1158 | 2024-11-01T04:42:39.578Z | Compiling hickory-proto v0.24.1 |
1159 | 2024-11-01T04:42:39.662Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-11-01T04:42:40.432Z | Compiling lru-cache v0.1.2 |
1161 | 2024-11-01T04:42:40.679Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-01T04:42:41.198Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-01T04:42:41.277Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-01T04:42:44.378Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-01T04:42:44.776Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-01T04:42:45.120Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-01T04:42:45.657Z | Compiling steno v0.4.1 |
1168 | 2024-11-01T04:42:49.163Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-11-01T04:42:49.528Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-11-01T04:42:49.548Z | Compiling parking_lot_core v0.8.6 |
1171 | 2024-11-01T04:42:49.891Z | Compiling humantime v2.1.0 |
1172 | 2024-11-01T04:42:50.020Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-11-01T04:42:50.194Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-11-01T04:42:50.733Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-11-01T04:42:52.097Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-01T04:42:52.785Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-01T04:42:54.114Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-01T04:42:54.935Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-01T04:42:55.158Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1180 | 2024-11-01T04:42:55.405Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1181 | 2024-11-01T04:42:56.368Z | Compiling parking_lot v0.11.2 |
1182 | 2024-11-01T04:42:57.040Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-11-01T04:42:58.324Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1184 | 2024-11-01T04:42:59.864Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-01T04:42:59.991Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-01T04:43:00.082Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-01T04:43:00.313Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-01T04:43:00.837Z | Compiling crc8 v0.1.1 |
1189 | 2024-11-01T04:43:01.151Z | Compiling arc-swap v1.7.1 |
1190 | 2024-11-01T04:43:01.153Z | Compiling sled v0.34.7 |
1191 | 2024-11-01T04:43:01.865Z | Compiling slog-scope v4.4.0 |
1192 | 2024-11-01T04:43:02.631Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1193 | 2024-11-01T04:43:07.217Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-01T04:43:07.352Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-11-01T04:43:07.888Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-11-01T04:43:08.678Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-11-01T04:43:11.104Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-01T04:43:11.384Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-11-01T04:43:22.067Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-01T04:43:24.155Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-01T04:43:30.389Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-01T04:43:57.627Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-11-01T04:43:57.627Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-11-01T04:44:04.914Z | Finished `release` profile [optimized] target(s) in 5m 10s |
1205 | 2024-11-01T04:44:05.226Z | + banner trio |
1206 | 2024-11-01T04:44:05.229Z | |
1207 | 2024-11-01T04:44:05.229Z | ##### ##### # #### |
1208 | 2024-11-01T04:44:05.229Z | # # # # # # |
1209 | 2024-11-01T04:44:05.229Z | # # # # # # |
1210 | 2024-11-01T04:44:05.229Z | # ##### # # # |
1211 | 2024-11-01T04:44:05.229Z | # # # # # # |
1212 | 2024-11-01T04:44:05.229Z | # # # # #### |
1213 | 2024-11-01T04:44:05.229Z | |
1214 | 2024-11-01T04:44:05.229Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1215 | 2024-11-01T04:44:05.703Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-01T04:44:05.703Z | Compiling libc v0.2.159 |
1217 | 2024-11-01T04:44:05.703Z | Compiling serde v1.0.210 |
1218 | 2024-11-01T04:44:05.703Z | Compiling once_cell v1.19.0 |
1219 | 2024-11-01T04:44:05.706Z | Compiling itoa v1.0.11 |
1220 | 2024-11-01T04:44:05.706Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-01T04:44:05.777Z | Compiling syn v2.0.77 |
1222 | 2024-11-01T04:44:05.786Z | Compiling bytes v1.7.2 |
1223 | 2024-11-01T04:44:05.834Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-01T04:44:05.964Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-01T04:44:06.149Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-01T04:44:06.161Z | Compiling ahash v0.8.11 |
1227 | 2024-11-01T04:44:06.275Z | Compiling memchr v2.7.4 |
1228 | 2024-11-01T04:44:06.277Z | Compiling allocator-api2 v0.2.18 |
1229 | 2024-11-01T04:44:06.293Z | Compiling scopeguard v1.2.0 |
1230 | 2024-11-01T04:44:06.316Z | Compiling schemars v0.8.21 |
1231 | 2024-11-01T04:44:06.415Z | Compiling smallvec v1.13.2 |
1232 | 2024-11-01T04:44:06.675Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-01T04:44:07.082Z | Compiling hashbrown v0.14.5 |
1234 | 2024-11-01T04:44:07.129Z | Compiling fnv v1.0.7 |
1235 | 2024-11-01T04:44:07.169Z | Compiling log v0.4.22 |
1236 | 2024-11-01T04:44:07.254Z | Compiling getrandom v0.2.15 |
1237 | 2024-11-01T04:44:07.313Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-11-01T04:44:07.609Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2024-11-01T04:44:07.663Z | Compiling mio v1.0.2 |
1240 | 2024-11-01T04:44:07.725Z | Compiling parking_lot v0.12.3 |
1241 | 2024-11-01T04:44:08.127Z | Compiling socket2 v0.5.7 |
1242 | 2024-11-01T04:44:08.311Z | Compiling futures-core v0.3.30 |
1243 | 2024-11-01T04:44:08.561Z | Compiling ryu v1.0.18 |
1244 | 2024-11-01T04:44:08.758Z | Compiling equivalent v1.0.1 |
1245 | 2024-11-01T04:44:08.989Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-01T04:44:09.160Z | Compiling serde_json v1.0.128 |
1247 | 2024-11-01T04:44:09.187Z | Compiling uuid v1.10.0 |
1248 | 2024-11-01T04:44:09.199Z | Compiling regress v0.10.1 |
1249 | 2024-11-01T04:44:09.342Z | Compiling futures-task v0.3.30 |
1250 | 2024-11-01T04:44:09.544Z | Compiling pin-utils v0.1.0 |
1251 | 2024-11-01T04:44:09.641Z | Compiling untrusted v0.9.0 |
1252 | 2024-11-01T04:44:09.762Z | Compiling spin v0.9.8 |
1253 | 2024-11-01T04:44:09.814Z | Compiling futures-sink v0.3.30 |
1254 | 2024-11-01T04:44:09.824Z | Compiling futures-util v0.3.30 |
1255 | 2024-11-01T04:44:09.855Z | Compiling slab v0.4.9 |
1256 | 2024-11-01T04:44:09.957Z | Compiling ring v0.17.8 |
1257 | 2024-11-01T04:44:10.179Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-01T04:44:10.332Z | Compiling want v0.3.1 |
1259 | 2024-11-01T04:44:10.608Z | Compiling chrono v0.4.38 |
1260 | 2024-11-01T04:44:10.664Z | Compiling httparse v1.9.4 |
1261 | 2024-11-01T04:44:11.436Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-01T04:44:11.766Z | Compiling tower-service v0.3.3 |
1263 | 2024-11-01T04:44:11.888Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-11-01T04:44:11.905Z | Compiling foreign-types-shared v0.1.1 |
1265 | 2024-11-01T04:44:12.004Z | Compiling foreign-types v0.3.2 |
1266 | 2024-11-01T04:44:12.098Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-01T04:44:12.401Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-11-01T04:44:12.619Z | Compiling bitflags v2.6.0 |
1269 | 2024-11-01T04:44:12.868Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-11-01T04:44:12.961Z | Compiling http v1.1.0 |
1271 | 2024-11-01T04:44:13.062Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-11-01T04:44:13.551Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-11-01T04:44:13.644Z | Compiling semver v1.0.23 |
1274 | 2024-11-01T04:44:13.872Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-11-01T04:44:14.193Z | Compiling quote v1.0.37 |
1276 | 2024-11-01T04:44:14.380Z | Compiling tinyvec v1.8.0 |
1277 | 2024-11-01T04:44:14.692Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-01T04:44:15.177Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-11-01T04:44:16.139Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-11-01T04:44:16.634Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-01T04:44:17.473Z | Compiling http v0.2.12 |
1282 | 2024-11-01T04:44:17.617Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-11-01T04:44:17.686Z | Compiling unicode-bidi v0.3.15 |
1284 | 2024-11-01T04:44:17.747Z | Compiling heck v0.5.0 |
1285 | 2024-11-01T04:44:17.815Z | Compiling serde_derive v1.0.210 |
1286 | 2024-11-01T04:44:18.532Z | Compiling zerocopy-derive v0.7.35 |
1287 | 2024-11-01T04:44:18.910Z | Compiling thiserror-impl v1.0.64 |
1288 | 2024-11-01T04:44:19.084Z | Compiling tokio-macros v2.4.0 |
1289 | 2024-11-01T04:44:20.685Z | Compiling schemars_derive v0.8.21 |
1290 | 2024-11-01T04:44:20.695Z | Compiling tokio v1.40.0 |
1291 | 2024-11-01T04:44:21.009Z | Compiling tracing-attributes v0.1.27 |
1292 | 2024-11-01T04:44:21.762Z | Compiling thiserror v1.0.64 |
1293 | 2024-11-01T04:44:22.043Z | Compiling openssl-macros v0.1.1 |
1294 | 2024-11-01T04:44:22.861Z | Compiling openssl v0.10.66 |
1295 | 2024-11-01T04:44:23.469Z | Compiling regex-automata v0.4.7 |
1296 | 2024-11-01T04:44:23.787Z | Compiling idna v0.5.0 |
1297 | 2024-11-01T04:44:24.403Z | Compiling tracing v0.1.40 |
1298 | 2024-11-01T04:44:25.137Z | Compiling http-body v1.0.1 |
1299 | 2024-11-01T04:44:31.225Z | Compiling tokio-util v0.7.12 |
1300 | 2024-11-01T04:44:32.640Z | Compiling indexmap v2.5.0 |
1301 | 2024-11-01T04:44:35.252Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-11-01T04:44:36.982Z | Compiling native-tls v0.2.12 |
1303 | 2024-11-01T04:44:37.249Z | Compiling atomic-waker v1.1.2 |
1304 | 2024-11-01T04:44:37.439Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-11-01T04:44:37.736Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-11-01T04:44:38.080Z | Compiling slog v2.7.0 |
1307 | 2024-11-01T04:44:38.635Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1308 | 2024-11-01T04:44:39.625Z | Compiling typify-impl v0.2.0 |
1309 | 2024-11-01T04:44:39.822Z | Compiling h2 v0.4.6 |
1310 | 2024-11-01T04:44:40.119Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-11-01T04:44:48.249Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-01T04:44:48.872Z | Compiling regex v1.10.6 |
1313 | 2024-11-01T04:44:49.893Z | Compiling url v2.5.2 |
1314 | 2024-11-01T04:44:50.781Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-01T04:44:51.738Z | Compiling rustls v0.21.12 |
1316 | 2024-11-01T04:44:52.061Z | Compiling ipnet v2.10.0 |
1317 | 2024-11-01T04:44:55.174Z | Compiling mime v0.3.17 |
1318 | 2024-11-01T04:44:55.456Z | Compiling typify-macro v0.2.0 |
1319 | 2024-11-01T04:44:55.506Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1320 | 2024-11-01T04:44:55.732Z | Compiling hyper v1.4.1 |
1321 | 2024-11-01T04:44:57.243Z | Compiling h2 v0.3.26 |
1322 | 2024-11-01T04:44:59.192Z | Compiling http-body v0.4.6 |
1323 | 2024-11-01T04:44:59.529Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-11-01T04:44:59.566Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-11-01T04:44:59.678Z | Compiling sct v0.7.1 |
1326 | 2024-11-01T04:45:00.122Z | Compiling toml_datetime v0.6.8 |
1327 | 2024-11-01T04:45:00.504Z | Compiling subtle v2.6.1 |
1328 | 2024-11-01T04:45:00.789Z | Compiling zeroize v1.8.1 |
1329 | 2024-11-01T04:45:01.155Z | Compiling httpdate v1.0.3 |
1330 | 2024-11-01T04:45:01.606Z | Compiling toml_edit v0.19.15 |
1331 | 2024-11-01T04:45:01.886Z | Compiling serde_yaml v0.9.34+deprecated |
1332 | 2024-11-01T04:45:03.561Z | Compiling hyper v0.14.30 |
1333 | 2024-11-01T04:45:04.172Z | Compiling rustls v0.23.13 |
1334 | 2024-11-01T04:45:05.947Z | Compiling hyper-util v0.1.9 |
1335 | 2024-11-01T04:45:11.876Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-01T04:45:12.013Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-11-01T04:45:12.502Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-11-01T04:45:12.942Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-01T04:45:13.023Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-01T04:45:13.595Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-01T04:45:13.789Z | Compiling base64 v0.21.7 |
1342 | 2024-11-01T04:45:13.829Z | Compiling base64 v0.22.1 |
1343 | 2024-11-01T04:45:14.071Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-11-01T04:45:14.088Z | Compiling num_enum_derive v0.5.11 |
1345 | 2024-11-01T04:45:14.687Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-11-01T04:45:14.936Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-11-01T04:45:14.946Z | Compiling hyper-rustls v0.27.3 |
1348 | 2024-11-01T04:45:15.093Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-11-01T04:45:15.460Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-01T04:45:15.597Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-01T04:45:15.719Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-11-01T04:45:15.858Z | Compiling typify v0.2.0 |
1353 | 2024-11-01T04:45:16.099Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-01T04:45:17.098Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-01T04:45:18.054Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-01T04:45:18.070Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-11-01T04:45:18.215Z | Compiling rand_core v0.6.4 |
1358 | 2024-11-01T04:45:18.737Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-01T04:45:18.771Z | Compiling webpki-roots v0.25.4 |
1360 | 2024-11-01T04:45:18.932Z | Compiling sync_wrapper v0.1.2 |
1361 | 2024-11-01T04:45:18.942Z | Compiling foreign-types-shared v0.3.1 |
1362 | 2024-11-01T04:45:19.054Z | Compiling powerfmt v0.2.0 |
1363 | 2024-11-01T04:45:19.064Z | Compiling reqwest v0.11.27 |
1364 | 2024-11-01T04:45:19.389Z | Compiling foreign-types v0.5.0 |
1365 | 2024-11-01T04:45:19.504Z | Compiling deranged v0.3.11 |
1366 | 2024-11-01T04:45:19.822Z | Compiling time-macros v0.2.18 |
1367 | 2024-11-01T04:45:19.832Z | Compiling dirs-next v2.0.0 |
1368 | 2024-11-01T04:45:20.088Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-11-01T04:45:21.804Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1370 | 2024-11-01T04:45:21.890Z | Compiling reqwest v0.12.8 |
1371 | 2024-11-01T04:45:22.857Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-11-01T04:45:28.471Z | Compiling num_enum v0.5.11 |
1373 | 2024-11-01T04:45:28.653Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-01T04:45:31.461Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-01T04:45:31.617Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-01T04:45:31.804Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-01T04:45:32.070Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-01T04:45:32.787Z | Compiling arc-swap v1.7.1 |
1379 | 2024-11-01T04:45:33.443Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-11-01T04:45:33.504Z | Compiling either v1.13.0 |
1381 | 2024-11-01T04:45:33.653Z | Compiling num-conv v0.1.0 |
1382 | 2024-11-01T04:45:33.915Z | Compiling time-core v0.1.2 |
1383 | 2024-11-01T04:45:33.971Z | Compiling itertools v0.12.1 |
1384 | 2024-11-01T04:45:34.099Z | Compiling time v0.3.36 |
1385 | 2024-11-01T04:45:34.319Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1386 | 2024-11-01T04:45:35.815Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1387 | 2024-11-01T04:45:36.194Z | Compiling slog-scope v4.4.0 |
1388 | 2024-11-01T04:45:37.114Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-01T04:45:37.915Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-11-01T04:45:38.040Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-01T04:45:38.096Z | Compiling progenitor-macro v0.8.0 |
1392 | 2024-11-01T04:45:39.676Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1393 | 2024-11-01T04:45:43.212Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-11-01T04:45:44.135Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-11-01T04:45:46.127Z | Compiling rand v0.8.5 |
1396 | 2024-11-01T04:45:48.039Z | Compiling term v0.7.0 |
1397 | 2024-11-01T04:45:49.545Z | Compiling anyhow v1.0.89 |
1398 | 2024-11-01T04:45:53.616Z | Compiling colored v2.1.0 |
1399 | 2024-11-01T04:45:54.851Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-01T04:45:54.980Z | Compiling take_mut v0.2.2 |
1401 | 2024-11-01T04:45:55.136Z | Compiling winnow v0.6.18 |
1402 | 2024-11-01T04:45:55.183Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-11-01T04:45:55.537Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1404 | 2024-11-01T04:45:55.745Z | Compiling slog-async v2.8.0 |
1405 | 2024-11-01T04:45:58.882Z | Compiling slog-term v2.9.1 |
1406 | 2024-11-01T04:45:59.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1407 | 2024-11-01T04:46:01.693Z | Compiling progenitor v0.8.0 |
1408 | 2024-11-01T04:46:01.914Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-11-01T04:46:05.700Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-11-01T04:46:06.075Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-11-01T04:46:06.554Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-11-01T04:46:07.791Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-01T04:46:22.138Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-01T04:46:29.779Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1415 | 2024-11-01T04:46:29.860Z | Running unittests src/lib.rs (target/release/deps/mg_tests-0fcb7f362097a89e) |
1416 | 2024-11-01T04:46:29.908Z | |
1417 | 2024-11-01T04:46:29.908Z | running 1 test |
1418 | 2024-11-01T04:46:30.099Z | configure zone |
1419 | 2024-11-01T04:46:30.184Z | install zone |
1420 | 2024-11-01T04:47:29.914Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1421 | 2024-11-01T04:48:26.407Z | boot zone |
1422 | 2024-11-01T04:48:27.173Z | start zone s1 |
1423 | 2024-11-01T04:48:27.173Z | configure zone |
1424 | 2024-11-01T04:48:27.182Z | install zone |
1425 | 2024-11-01T04:50:05.279Z | boot zone |
1426 | 2024-11-01T04:50:06.051Z | start zone s2 |
1427 | 2024-11-01T04:50:06.051Z | configure zone |
1428 | 2024-11-01T04:50:06.060Z | install zone |
1429 | 2024-11-01T04:51:43.242Z | boot zone |
1430 | 2024-11-01T04:51:44.040Z | start zone t1 |
1431 | 2024-11-01T04:51:44.040Z | configure zone |
1432 | 2024-11-01T04:51:44.050Z | install zone |
1433 | 2024-11-01T04:53:19.239Z | boot zone |
1434 | 2024-11-01T04:53:20.358Z | waiting for zones to come up |
1435 | 2024-11-01T04:53:30.359Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-11-01T04:53:30.570Z | STATE STIME FMRI |
1437 | 2024-11-01T04:53:30.570Z | online 21:48:44 svc:/milestone/network:default |
1438 | 2024-11-01T04:53:30.570Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-11-01T04:53:30.617Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-01T04:53:30.665Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-01T04:53:30.708Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-11-01T04:53:30.711Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-11-01T04:53:30.733Z | |
1444 | 2024-11-01T04:53:30.733Z | running zone s1.trio setup |
1445 | 2024-11-01T04:53:30.733Z | [s1.trio] svcs milestone/network |
1446 | 2024-11-01T04:53:30.755Z | STATE STIME FMRI |
1447 | 2024-11-01T04:53:30.755Z | online 21:50:23 svc:/milestone/network:default |
1448 | 2024-11-01T04:53:30.755Z | [s1.trio] dladm |
1449 | 2024-11-01T04:53:30.775Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-11-01T04:53:30.775Z | sl0 simnet 9000 up -- ? |
1451 | 2024-11-01T04:53:30.775Z | mg2 vnic 9000 up -- ? |
1452 | 2024-11-01T04:53:30.775Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-11-01T04:53:31.351Z | |
1454 | 2024-11-01T04:53:31.351Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-11-01T04:53:31.376Z | |
1456 | 2024-11-01T04:53:31.376Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-11-01T04:53:31.396Z | |
1458 | 2024-11-01T04:53:31.396Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-11-01T04:53:31.486Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-11-01T04:53:31.530Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 782f39b2-2d35-45df-afc2-72df9e48bc16 --sled-uuid fd2e6c0d-9479-4125-8999-eba691159c70 -a sl0/v6 &> /opt/ddmd.log & |
1461 | 2024-11-01T04:53:31.551Z | |
1462 | 2024-11-01T04:53:31.551Z | running zone s2.trio setup |
1463 | 2024-11-01T04:53:31.551Z | [s2.trio] svcs milestone/network |
1464 | 2024-11-01T04:53:31.574Z | STATE STIME FMRI |
1465 | 2024-11-01T04:53:31.575Z | online 21:52:01 svc:/milestone/network:default |
1466 | 2024-11-01T04:53:31.575Z | [s2.trio] dladm |
1467 | 2024-11-01T04:53:31.597Z | LINK CLASS MTU STATE BRIDGE OVER |
1468 | 2024-11-01T04:53:31.597Z | sl1 simnet 9000 up -- ? |
1469 | 2024-11-01T04:53:31.597Z | mg3 vnic 9000 up -- ? |
1470 | 2024-11-01T04:53:31.597Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1471 | 2024-11-01T04:53:32.201Z | |
1472 | 2024-11-01T04:53:32.201Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1473 | 2024-11-01T04:53:32.225Z | |
1474 | 2024-11-01T04:53:32.225Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1475 | 2024-11-01T04:53:32.245Z | |
1476 | 2024-11-01T04:53:32.245Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1477 | 2024-11-01T04:53:32.290Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1478 | 2024-11-01T04:53:32.312Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b6dafa87-5de8-4cd5-9879-72c03c3afb68 --sled-uuid 85ca0f42-0eab-4866-97d8-d91027f890be -a sl1/v6 &> /opt/ddmd.log & |
1479 | 2024-11-01T04:53:32.333Z | |
1480 | 2024-11-01T04:53:32.333Z | running zone t1.trio setup |
1481 | 2024-11-01T04:53:32.333Z | [t1.trio] svcs milestone/network |
1482 | 2024-11-01T04:53:32.354Z | STATE STIME FMRI |
1483 | 2024-11-01T04:53:32.354Z | - - svc:/milestone/network:default |
1484 | 2024-11-01T04:53:33.354Z | [t1.trio] svcs milestone/network |
1485 | 2024-11-01T04:53:33.375Z | STATE STIME FMRI |
1486 | 2024-11-01T04:53:33.376Z | - - svc:/milestone/network:default |
1487 | 2024-11-01T04:53:34.376Z | [t1.trio] svcs milestone/network |
1488 | 2024-11-01T04:53:34.397Z | STATE STIME FMRI |
1489 | 2024-11-01T04:53:34.397Z | - - svc:/milestone/network:default |
1490 | 2024-11-01T04:53:35.398Z | [t1.trio] svcs milestone/network |
1491 | 2024-11-01T04:53:35.427Z | STATE STIME FMRI |
1492 | 2024-11-01T04:53:35.427Z | - - svc:/milestone/network:default |
1493 | 2024-11-01T04:53:36.427Z | [t1.trio] svcs milestone/network |
1494 | 2024-11-01T04:53:36.448Z | STATE STIME FMRI |
1495 | 2024-11-01T04:53:36.448Z | - - svc:/milestone/network:default |
1496 | 2024-11-01T04:53:37.449Z | [t1.trio] svcs milestone/network |
1497 | 2024-11-01T04:53:37.469Z | STATE STIME FMRI |
1498 | 2024-11-01T04:53:37.469Z | - - svc:/milestone/network:default |
1499 | 2024-11-01T04:53:38.470Z | [t1.trio] svcs milestone/network |
1500 | 2024-11-01T04:53:38.492Z | STATE STIME FMRI |
1501 | 2024-11-01T04:53:38.492Z | offline 21:53:36 svc:/milestone/network:default |
1502 | 2024-11-01T04:53:39.492Z | [t1.trio] svcs milestone/network |
1503 | 2024-11-01T04:53:39.517Z | STATE STIME FMRI |
1504 | 2024-11-01T04:53:39.517Z | online 21:53:37 svc:/milestone/network:default |
1505 | 2024-11-01T04:53:39.517Z | [t1.trio] dladm |
1506 | 2024-11-01T04:53:39.539Z | LINK CLASS MTU STATE BRIDGE OVER |
1507 | 2024-11-01T04:53:39.539Z | tfportrear0_0 simnet 9000 up -- ? |
1508 | 2024-11-01T04:53:39.539Z | tfportrear1_0 simnet 9000 up -- ? |
1509 | 2024-11-01T04:53:39.539Z | mg1 vnic 9000 up -- ? |
1510 | 2024-11-01T04:53:39.539Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1511 | 2024-11-01T04:53:40.072Z | |
1512 | 2024-11-01T04:53:40.072Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1513 | 2024-11-01T04:53:40.095Z | |
1514 | 2024-11-01T04:53:40.096Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1515 | 2024-11-01T04:53:40.117Z | |
1516 | 2024-11-01T04:53:40.117Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1517 | 2024-11-01T04:53:40.137Z | |
1518 | 2024-11-01T04:53:40.137Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1519 | 2024-11-01T04:53:40.330Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1520 | 2024-11-01T04:53:40.335Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1521 | 2024-11-01T04:53:40.338Z | waiting 3s for copy of files to zone to complete ... |
1522 | 2024-11-01T04:53:43.339Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1523 | 2024-11-01T04:53:43.376Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1524 | 2024-11-01T04:53:43.396Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1525 | 2024-11-01T04:53:43.489Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1526 | 2024-11-01T04:53:43.538Z | [t1.trio] svcadm enable dendrite |
1527 | 2024-11-01T04:53:43.581Z | |
1528 | 2024-11-01T04:53:43.581Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1529 | 2024-11-01T04:53:43.635Z | |
1530 | 2024-11-01T04:53:43.635Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1531 | 2024-11-01T04:53:43.681Z | |
1532 | 2024-11-01T04:53:43.681Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1533 | 2024-11-01T04:53:43.726Z | |
1534 | 2024-11-01T04:53:43.726Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1535 | 2024-11-01T04:53:43.772Z | |
1536 | 2024-11-01T04:53:43.772Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1537 | 2024-11-01T04:53:43.817Z | |
1538 | 2024-11-01T04:53:43.817Z | [t1.trio] svcadm refresh dendrite:default |
1539 | 2024-11-01T04:53:43.854Z | |
1540 | 2024-11-01T04:53:43.854Z | [t1.trio] svcadm restart dendrite:default |
1541 | 2024-11-01T04:53:43.892Z | |
1542 | 2024-11-01T04:53:43.893Z | wait 10s for dendrite to come up ... |
1543 | 2024-11-01T04:53:53.894Z | [t1.trio] svcadm enable tfport |
1544 | 2024-11-01T04:53:53.936Z | |
1545 | 2024-11-01T04:53:53.936Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1546 | 2024-11-01T04:53:53.957Z | |
1547 | 2024-11-01T04:53:53.957Z | [t1.trio] ipadm |
1548 | 2024-11-01T04:53:53.981Z | ADDROBJ TYPE STATE ADDR |
1549 | 2024-11-01T04:53:53.981Z | lo0/v4 static ok 127.0.0.1/8 |
1550 | 2024-11-01T04:53:53.982Z | mg1/v4 static ok 10.0.0.3/24 |
1551 | 2024-11-01T04:53:53.982Z | lo0/v6 static ok ::1/128 |
1552 | 2024-11-01T04:53:53.982Z | lo0/u6 static ok fd00:3::1/64 |
1553 | 2024-11-01T04:53:53.982Z | tfportrear0_0/v6 addrconf ok fe80::c0dd:1ff:fe7e:e672%tfportrear0_0/10 |
1554 | 2024-11-01T04:53:53.982Z | tfportrear1_0/v6 addrconf ok fe80::fc68:beff:fe8f:6d0a%tfportrear1_0/10 |
1555 | 2024-11-01T04:53:56.193Z | initial peering test passed |
1556 | 2024-11-01T04:53:57.197Z | advertise from one passed |
1557 | 2024-11-01T04:53:58.199Z | advertise from two passed |
1558 | 2024-11-01T04:53:58.199Z | [s1.trio] ping fd00:2::1 |
1559 | 2024-11-01T04:53:58.227Z | fd00:2::1 is alive |
1560 | 2024-11-01T04:53:58.227Z | [s2.trio] ping fd00:1::1 |
1561 | 2024-11-01T04:53:58.247Z | fd00:1::1 is alive |
1562 | 2024-11-01T04:53:58.247Z | connectivity test passed |
1563 | 2024-11-01T04:53:58.247Z | [t1.trio] pkill ddmd |
1564 | 2024-11-01T04:53:58.267Z | |
1565 | 2024-11-01T04:54:04.273Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1566 | 2024-11-01T04:54:04.310Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1567 | 2024-11-01T04:54:04.329Z | [t1.trio] svcadm enable dendrite |
1568 | 2024-11-01T04:54:04.372Z | |
1569 | 2024-11-01T04:54:04.372Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1570 | 2024-11-01T04:54:04.418Z | |
1571 | 2024-11-01T04:54:04.418Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1572 | 2024-11-01T04:54:04.463Z | |
1573 | 2024-11-01T04:54:04.464Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1574 | 2024-11-01T04:54:04.509Z | |
1575 | 2024-11-01T04:54:04.509Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1576 | 2024-11-01T04:54:04.554Z | |
1577 | 2024-11-01T04:54:04.554Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1578 | 2024-11-01T04:54:04.598Z | |
1579 | 2024-11-01T04:54:04.598Z | [t1.trio] svcadm refresh dendrite:default |
1580 | 2024-11-01T04:54:04.635Z | |
1581 | 2024-11-01T04:54:04.635Z | [t1.trio] svcadm restart dendrite:default |
1582 | 2024-11-01T04:54:04.672Z | |
1583 | 2024-11-01T04:54:04.672Z | wait 10s for dendrite to come up ... |
1584 | 2024-11-01T04:54:14.673Z | [t1.trio] svcadm enable tfport |
1585 | 2024-11-01T04:54:14.715Z | |
1586 | 2024-11-01T04:54:14.715Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1587 | 2024-11-01T04:54:14.735Z | |
1588 | 2024-11-01T04:54:14.735Z | [t1.trio] ipadm |
1589 | 2024-11-01T04:54:14.758Z | ADDROBJ TYPE STATE ADDR |
1590 | 2024-11-01T04:54:14.758Z | lo0/v4 static ok 127.0.0.1/8 |
1591 | 2024-11-01T04:54:14.758Z | mg1/v4 static ok 10.0.0.3/24 |
1592 | 2024-11-01T04:54:14.758Z | lo0/v6 static ok ::1/128 |
1593 | 2024-11-01T04:54:14.758Z | lo0/u6 static ok fd00:3::1/64 |
1594 | 2024-11-01T04:54:14.758Z | tfportrear0_0/v6 addrconf ok fe80::c0dd:1ff:fe7e:e672%tfportrear0_0/10 |
1595 | 2024-11-01T04:54:14.758Z | tfportrear1_0/v6 addrconf ok fe80::fc68:beff:fe8f:6d0a%tfportrear1_0/10 |
1596 | 2024-11-01T04:54:17.761Z | [s1.trio] ping fd00:2::1 |
1597 | 2024-11-01T04:54:17.783Z | fd00:2::1 is alive |
1598 | 2024-11-01T04:54:17.784Z | [s2.trio] ping fd00:1::1 |
1599 | 2024-11-01T04:54:17.804Z | fd00:1::1 is alive |
1600 | 2024-11-01T04:54:17.804Z | transit router restart passed |
1601 | 2024-11-01T04:54:17.804Z | [s1.trio] pkill ddmd |
1602 | 2024-11-01T04:54:17.824Z | |
1603 | 2024-11-01T04:54:22.829Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 03c859d2-18c0-47e8-a246-23085b4b7bad --sled-uuid 9fb01719-fa0f-47ee-9e30-b37a7142ea27 -a sl0/v6 &> /opt/ddmd.log & |
1604 | 2024-11-01T04:54:22.850Z | |
1605 | 2024-11-01T04:54:25.855Z | [s1.trio] ping fd00:2::1 |
1606 | 2024-11-01T04:54:25.877Z | fd00:2::1 is alive |
1607 | 2024-11-01T04:54:25.877Z | [s2.trio] ping fd00:1::1 |
1608 | 2024-11-01T04:54:25.897Z | fd00:1::1 is alive |
1609 | 2024-11-01T04:54:25.897Z | server router restart passed |
1610 | 2024-11-01T04:54:28.903Z | peer expiration recovery passed |
1611 | 2024-11-01T04:54:29.904Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1612 | 2024-11-01T04:54:29.929Z | 3 |
1613 | 2024-11-01T04:54:29.929Z | redundant advertise passed |
1614 | 2024-11-01T04:54:30.932Z | tunnel endpoint advertise passed |
1615 | 2024-11-01T04:54:35.934Z | redundant tunnel endpoint advertise passed |
1616 | 2024-11-01T04:54:35.934Z | [s1.trio] pkill ddmd |
1617 | 2024-11-01T04:54:35.956Z | |
1618 | 2024-11-01T04:54:40.957Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ee4fb05b-ad2d-4341-a47f-7a010c7e4dbb --sled-uuid 13054ed5-9a94-49e4-a9a0-c22e50211a52 -a sl0/v6 &> /opt/ddmd.log & |
1619 | 2024-11-01T04:54:40.979Z | |
1620 | 2024-11-01T04:54:46.045Z | tunnel router restart passed |
1621 | 2024-11-01T04:54:47.048Z | tunnel endpoint withdraw passed |
1622 | 2024-11-01T04:54:47.064Z | [t1.trio] pkill ddmd |
1623 | 2024-11-01T04:54:47.092Z | |
1624 | 2024-11-01T04:54:47.092Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1625 | 2024-11-01T04:54:47.096Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1626 | 2024-11-01T04:54:49.548Z | [s2.trio] pkill ddmd |
1627 | 2024-11-01T04:54:49.569Z | |
1628 | 2024-11-01T04:54:49.569Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1629 | 2024-11-01T04:54:51.995Z | [s1.trio] pkill ddmd |
1630 | 2024-11-01T04:54:52.015Z | |
1631 | 2024-11-01T04:54:52.015Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1632 | 2024-11-01T04:54:54.630Z | [sidecar.trio] pkill softnpu |
1633 | 2024-11-01T04:54:54.649Z | |
1634 | 2024-11-01T04:54:54.649Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1635 | 2024-11-01T04:54:57.185Z | test ddm::test_trio_v2_transit ... ok |
1636 | 2024-11-01T04:54:57.185Z | |
1637 | 2024-11-01T04:54:57.185Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 507.22s |
1638 | 2024-11-01T04:54:57.185Z | |
1639 | 2024-11-01T04:54:57.213Z | + cleanup |
1640 | 2024-11-01T04:54:57.215Z | ++ id -un |
1641 | 2024-11-01T04:54:57.394Z | ++ id -gn |
1642 | 2024-11-01T04:54:57.397Z | + pfexec chown -R build:build . |
1643 | 2024-11-01T04:54:57.481Z | process exited: duration 1047147 ms, exit code 0 |
|
1644 | 2024-11-01T04:54:57.496Z | found 4 output files |
1645 | 2024-11-01T04:54:57.496Z | uploading: /work/s1.trio.log (4197 bytes) |
1646 | 2024-11-01T04:54:58.509Z | uploaded: /work/s1.trio.log |
1647 | 2024-11-01T04:54:58.509Z | uploading: /work/s2.trio.log (9457 bytes) |
1648 | 2024-11-01T04:54:59.521Z | uploaded: /work/s2.trio.log |
1649 | 2024-11-01T04:54:59.521Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1650 | 2024-11-01T04:55:00.529Z | uploaded: /work/sidecar.trio-softnpu.log |
1651 | 2024-11-01T04:55:00.529Z | uploading: /work/t1.trio.log (25910 bytes) |
1652 | 2024-11-01T04:55:01.538Z | uploaded: /work/t1.trio.log |